body{
    font-family: Microsoft YaHei;
    background: url(../images/body_bg.png);
    position: relative;
    font-size:16px;
}
*{
    outline: none;
}
a:link,a:visited,a:hover,a:visited{
    text-decoration: none;
}
input::-ms-input-placeholder{color: #999;}
input::-webkit-input-placeholder{color: #999;}
input{color: #333;}
/* toubu */
.head{
    width: 100%;
    height: 72px;
    line-height: 40px;
    background-color:#fff;
}
.head>div{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content:space-between;
}
.headLink{
    position: relative;
    width:1200px;
    margin: 0 auto;
}
.headLink>div{ 
    width:1200px;
    z-index: 999 !important;
    position: relative !important;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.headLink>div>:nth-child(1){
    float: left;
    margin-left: 15px;
    line-height: 72px;
}
.headLink>div>:nth-child(2){
    float: right;
    line-height: 72px;
}
.headLink>div>:nth-child(2)>:nth-child(1){
    margin-right: 15px;
}
.headLink>div>:nth-child(2)>:nth-child(2){
    margin-right: 15px;
    text-decoration: none;
}
.user-content{
    font-size: 12px; 
    color: #009BD9;
}
.headImg{
    top:-2px;
    margin-right: 13px;
}
.user-content{
    color: #009BD9;
    font-size: 87.5%;
}
/* content */

.content{
    width: 1200px;
    margin: 10px auto;
    background-color: #fff;
    border-radius: 5px;
    padding-bottom: 15rem;
    margin-bottom: 0;
}
.contentHead{
    padding: 50px 0 0 0;
    width: 85%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    font-size: 1rem;
    border-bottom: 3px solid #dedede;

}
.contentHead>div{
    width: 60%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;

}
.contentHead>div>div{
    width: 120px;
    text-align: center;
}
.wizard{
    width: 20px;
    height: 20px;
    border-radius: 100%;
    line-height: 20px;
    color:#fff;
    background-color: #cdcdcd;
    display: inline-block;
    margin-right: 5px;
    text-align: center;
}
.headFont{
    color:#cdcdcd;
    font-size: 18px;
}
.step{
    border-bottom:3px  solid  #64167d;
    padding-bottom: 15px;
}
.step>.wizard{
    background-color:#64167d;
}
.step>.headFont{
    color:#64167d;
    font-size: 18px;
}
.contentGreat{
    display: flex;
}
.contentGreat{
    width: 85%;
    margin: 20px auto 0 auto;
    background-color:#fff; 
}
.contentGreat>:nth-child(1){
    position: relative;
}
.contentGreat>:nth-child(1)>img{
    width: 120px;
    position: absolute;
    left: -70px;
}
.loginFont{
    width: 100%;
    background-color: #fef7fc;
    border-radius: 4px 4px 0 0;
    font-size: 0.875rem;
    padding: 2rem 3rem;
}
.loginFontContent{
    text-indent:2em;
     margin: 0px;
     color: #6d1c7e;
}
.loginFont>:nth-child(4),
.loginFont>:nth-child(1),
.loginFont>:nth-child(5){
    margin: 0px;
     color: #6d1c7e;
}
.loginFont>:nth-child(6){
    margin: 5px 0px 0px 0px ;
    color: #6d1c7e;
    text-align: right;
}
.contentForm{
    width: 85%;
    margin: 20px auto;
    border:2px solid  #eee;
    border-radius: 5px;
}
.detailsItem{
    padding: 20px 30px;
    font-size: 14px;
    display: flex;
}
.dataFont{
    color: #6d1c7e;
    font-weight: 600;
}
.detailsItem>:nth-child(1){
    margin-right: 5px;
}
/* modal */
.modal-dialog{
    margin-top: 150px;
    }
    .modal-header{
    color: #7A3D8F;
    background-color: #FDF4FC;
    text-align: center;
    border: none;
    }
    .modal-header > h4{
    font-weight: bold;
    font-size: 18px;
    }
    .modal-body{
    margin: 30px;
    border: 1px solid #eee;
    padding: 20px;
    }
    .modal-body h5{
    font-weight: bolder;
    padding: 5px 0;
    }
    .modal-footer{
    border: 0;
    text-align: center;
    }
    .btn-purpel{
    width: 120px;
    height: 30px;
    color: #fff;
    background-color: #7A3D8F;
    border-radius: 5px;
    font-size: 12px;
    }
    .modal-header >button{
    position: absolute;
    top: -60px;
    font-size: 40px;
    font-weight: lighter;
    color: #fff;
    right: 20px;
    }
    .modal-header >button > span{
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 40px;
    }
    .modal-header > button > span::before{
    content: "";
    height: 40px;
    width: 40px;
    border: 2px solid #fff;
    position: absolute;
    border-radius: 20px;
    right: 0.5px;
    top: 2px;
    
    }
    .modal-header > button > span::after{
    content: "";
    height: 30px;
    border: 1px solid #fff;
    position: absolute;
    top: 40px;
    right: 20px;
    
    }
    .close:focus, .close:hover{
    color: #fff;
    }
    .detialsindexCondition{
        margin-top: 10px !important;
    }
 
/* form */
   .formcontent{
       width: 95%;
       margin: 20px auto;
   }
   .formcontent>div{
       display: flex;
       justify-content: space-between;
   }
.detialConditionDataInput>div{
    display: inline-block;
    position: relative;
    width: 65%;
}
.detialConditionDataInput>div>input{
    padding: 0 5px;
    border: 1px solid #c9c9c9;
    border-radius: 3px;
    width:100%;
    height: 30px;
    line-height: 30px;
    color:#333;
}
.detialConditionDataInput>div>span{
    color:#cdcdcd; 
    position: absolute;
    font-size: 10px;
    top:5px;
    margin-right: 10px;
}
.detialConditionDataInput>div>div{
    display: inline-block;
}
.detialConditionDataInput,
.detialConditionDataInputHP
{
    height: 30px;
    line-height: 30px;
    font-size:1.3em; 
    width:49%;
    padding:10px;
    margin-bottom: 25px;
}
.detialConditionDataInput>span,
.detialConditionDataInputHP>:nth-child(1),
.addressContent>:nth-child(1)
{
    display: inline-block;
    width: 90px;
    text-align: end;
    margin-right: 10px;
}
.detialConditionDataInput>input,
.detialConditionDataInput>select
{
  width: 65%;
  border: 1px solid #c9c9c9;
  border-radius: 3px;
  height: 30px;
  line-height: 30px; 
  padding: 0 5px;    
  color:#333; 
  font-size: 0.875rem;
  background-color: #fff;
}
.detialConditionDataInput>input[placeholder],
.detialConditionDataInput>select[placeholder],
.detialConditionDataInputHP>:nth-child(2)>div>input[placeholder],
.detialConditionDataInput>div>input[placeholder],
.phone1[placeholder]
{
   font-size: 14px;
   border-radius: 5px;
}
.detialConditionDataInputHP>span{
  display:inline-block;
}
.detialConditionDataInputHP>:nth-child(2){
  width: 65%;
  height: 30px;
  color:#999; 
}
.detialConditionDataInputHP>:nth-child(2)>div{
  display: inline-block;
  position: relative;
}
.detialConditionDataInputHP>:nth-child(2)>:nth-child(1){
  width: 55%;
  margin-right: 2px;
}
.detialConditionDataInputHP>:nth-child(2)>:nth-child(2){
  width: 42%;
}
.detialConditionDataInputHP>:nth-child(2)>div>input{
  border: 1px solid #c9c9c9;
  border-radius: 3px;
  height: 30px;
  line-height: 30px; 
  padding: 0 5px ;
  color:#999; 
  width: 100%;
}
.detialConditionDataInputHP>:nth-child(2)>div>span{
  position: absolute;
  right:2px;
  font-size: 10px;
  top:9px;
}
.color{
    color: red;
}
.informationConditionDataInput>div>input{
    width: auto;
    vertical-align: bottom;
}
.informationConditionDataInput{
    height: 30px;
    line-height: 30px;
}



.check>input{
    font-size: 12px!important;
    width: 10px !important;
    margin-right: 5px;
}
.numberLogin{
    font-size: 12px !important;
    color:red !important;
}
.detialConditionDataInput{
    position: relative;
}
.check{
    width: 100% !important;
    position: absolute;
    left:100px;
}
.informationPCNub{
    margin-top: 10px;
    margin-bottom: 10px;
}
.other{
    display: flex;
    width: 95%;
    margin:0 auto ;
    font-size:1.3em; 
    margin-bottom: 25px;
    height: 30px;
    line-height: 30px;
}
.other>:nth-child(1){
    display: inline-block;
    text-align: end;
    margin-right: 10px;
}
.other>:nth-child(2){
    width: 90%;
    text-align: left;
}
.phoneLogin>input{
    border: 1px solid #c9c9c9;
    border-radius: 5px;
    height: 30px;
    line-height: 30px; 
    padding: 0 5px;    
    color:#333; 
}
.phoneLogin1{
     width: 10%;
}
.phoneLogin2{
    width: 25%;
}
.phoneLogin1{
    width: 20%;
}

.addressContent{
    display: flex;
    width: 97%;
    margin:13px  auto  10px auto;
    font-size:1.3em; 
    height: 30px;
    line-height: 30px; 
}
.addressContent>:nth-child(1) {
    width: 87px;
    display: inline-block;
    text-align: end;
    margin-right: 10px;
    padding-right: 10px;
}

.address
{
    width: 75%;
    position: relative;
}
.address>:nth-child(1){
    width: 20%;
}
.address>:nth-child(2){
    margin: 0 5px;
    width: 20%;
}
.address>select{
    border: 1px solid #c9c9c9;
    border-radius: 5px;
    height: 30px;
    line-height: 30px; 
    padding: 0 5px;    
    color:#333; 
    background-color: #fff;
}

.detailsAddress{
    border: 1px solid #c9c9c9;
    border-radius: 3px;
    height: 30px;
    line-height: 30px; 
    padding: 0 5px;    
    color:#333; 
     min-width: 240px;
}
#triggerDZ1,#triggerDZ2{
    width: 25%;
}
.button{
    margin: 40px auto;
    text-align: center;
}
.button>button{
    color: #fff;
    background-color: #f59300;
    border: none;
    width:110px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    font-size: 16px;
}
/* dibu */
.buttom-img{
    position: absolute;
    bottom: 9rem;
    width: 100%;
}
.copyright{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 9rem;
    background-color: #6d1c7e;
    display: block;
    padding-top: 2.8125rem;
}
.copyright-text{
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}
.copyright a{
    color: #fff!important;
    text-decoration: none;
}
.copyright p{
    display: block;
    text-align: center;
    color: #fff;
    opacity: 0.9;
    padding-bottom: 0;
    text-transform: uppercase;
    font-size: .875rem;
}

.copyright-text > img{
    position: absolute;
    right: 4.725rem;
    bottom: -0.125rem;
    width: 8%;

}
    
    /*vera*/
    .formcontent span,
    .info_radio{
        font-size: 14px;
    }
    .formcontent_other{
        margin-bottom: 10px;
    }
    .contentForm > f.ormcontent > div:last-child{
        position: relative;
        z-index: 4;
    }
    .contentForm > div:last-child{
        position: relative;
        z-index: 4;
    }
    .button{
        position: relative;
        z-index: 4;
    }

   

   
    @media (max-width: 1025px){ 
        html{
            font-size: 12px;
        }
        .headLink{
            position: relative;
            width:100%;
        }
        .headLink>div{ 
            width :100%;    
            position: relative;
        }
        .headLink>div>:nth-child(1){
            float: left;
            width:25%;
            margin-left: 15px;
            line-height: 72px;
        }
        .headLink>div>:nth-child(2){
            float: right;
            width:200px;
            text-align: end;
            line-height: 72px;
        }
        .headLink>div>:nth-child(2)>:nth-child(1){
            margin-right: 14px;
        }
        .headLink>div>:nth-child(2)>:nth-child(2){
            margin-right:14px;
            text-decoration: none;
        }
        .user-content{
            font-size: 0.75em; 
            color: #009BD9;
        }
        .copyright p{
            font-size: 1rem;
            transform: scale(0.9);
        }
        .copyright-text > img{
            position: absolute;
            right: 2rem;
            bottom: 0.125rem;
            width: 8%;
        }
        .contentGreat>:nth-child(1)>img{
            width: 100px;
            position: absolute;
            left: -40px;
            top: 0px;
        }
        .contentHead{
            font-size: 1.25rem;
        }
        .contentHead>div{
            width: 100%;
        }
        .contentHead>div>div{
            margin-right: 20px;
        }
        .detialConditionDataInput>span, .detialConditionDataInputHP>:nth-child(1){
            width: 84px;
        }
        .button,
        .content,
        .head>div
        {
            width: 95%;
        }
        .contentHead,
        .contentGreat,
        .contentForm
        {
            width: 95%;
        }
        
        .address{
            width: 90%;
        }

        .other>:nth-child(1) {
            width: 90px;
            display: inline-block;
            margin-right: 0px;
            padding-right: 11px;
        }

        .addressContent>:nth-child(1) { 
            padding-right: 0px;
        }
      .loginFont{
        font-size: 1rem;
        }
        .detialConditionDataInput>input,
        .detialConditionDataInput>select
        {
          font-size: 1rem;
        }
    }