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;}
.headLink{
    background-color: #fff;
}
/* content */

.content{
    width: 1200px;
    margin: 10px auto;
    background-color: #fff;
    border-radius: 5px;
    padding-bottom: 18.75rem;
    padding-bottom: 9rem;
    margin-bottom: -10rem;
}
.contentHead{
    padding: 50px 0 0 0;
    width: 85%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    font-size: 1.125rem;
    border-bottom: 3px solid #eee;

}
.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;
}
.step{
    border-bottom:3px  solid  #64167d;
    padding-bottom: 15px;
}
.stepOne>.wizard{
    background-color:#64167d;
}
.stepOne>.headFont{
    color:#64167d;
}
.step>.wizard{
    background-color:#64167d;
}
.step>.headFont{
    color:#64167d;
}
.contentGreat{
    display: flex;
    position: relative;
}
.contentGreat{
    width: 85%;
    margin: 20px auto 0 auto;
    background-color:#fff; 
}
.contentGreat>:nth-child(1){

}
.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: 13px;
    display: flex;
}
.dataFont{
    color: #6d1c7e;
}
.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;
       margin-top: 0;
   }
   .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)
{
    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],
.detialConditionDataInputHP>:nth-child(2)>div>input[placeholder],
.detialConditionDataInput>div>input[placeholder],
.phone1[placeholder]
{
   color: #333;
   font-size: 13px;
   border-radius: 5px;
}
.detialConditionDataInputHP>span{
  display:inline-block;
}
.detialConditionDataInputHP>:nth-child(2){
  width: 65%;
}
.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: 10px !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;
    width: 75px;
    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{
    width: 100%;
}
.address
{
    width: 65% !important;
    position: relative;
}
.detailsAddress{
    border: 1px solid #c9c9c9;
    border-radius: 3px;
    height: 30px;
    line-height: 30px; 
    padding: 0 5px;    
    color:#333; 
     min-width: 100px;
}
#triggerDZ1,#triggerDZ2{
    width: 25%;
}
.button_1{
    margin: 40px auto;
    text-align: center;
 
}
.button_1>button{
    color: #fff;
    background-color: #f59300;
    border: none;
    width:110px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    font-size: 16px;
    margin: 0 auto;
}

    /*vera*/
    .formcontent span,
    .info_radio{
        font-size: 14px;
    }
    .formcontent_other{
        margin-bottom: 10px;
    }
    #trigger_info2_2{
        width:20%!important;
    }
    #trigger_info2_3{
        width: 40%!important;
    }
    #trigger_info2_13{
        width:30% !important;
    }
    .formcontent > div:nth-last-child(2){
        position: relative;
        z-index: 4;
    }
    .button_1{
        position: relative;
        z-index: 4;
    }
    .info_text{
        position: relative;
        z-index: 4;
    }
    .check-img{
        height: 30px;
        position: absolute;
        right: 30px;
        top: 12px;
    }
    .iDate>button:after{
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAG0AAAB1CAMAAABzo5+SAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo3NjI1ZGMyMy04MDU5LTQzYzMtODgyMS1jNjgxNDcyZmI3NWYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUUyODU3N0EyMUE1MTFFODkyOEJFMjI5QjU5Qzk4REEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUUyODU3NzkyMUE1MTFFODkyOEJFMjI5QjU5Qzk4REEiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpjZDAyYzM5Yi0yMzM2LTQ2ZTMtYWFjNi03NDBhMjEyZmJlNTIiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDo2NDJiZWYyMC02YTBmLTExN2ItYTE2Ni1hZmJmYzc3OTIzYzIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7Tg8H1AAAABlBMVEWVlZX///97CqHbAAAAAnRSTlP/AOW3MEoAAAC3SURBVHja7NrRCoAgDIXh4/u/dER0UXO0Kc4u/nMprk/ISFG1yggNDc00vhN4TqgEDQ3t2dstlRNfM7ZM17SmgHY3mJ6rNF2airSTairT1Ly3Hpl2nzNWgaRLZ7C8phlN+cJhihBCCCHDWbkBRkND2645uDemfrvdAKOhoaGhoW3VWCmgoaGhscfhb4qGhoaGxh6HlQIaGtomrTsAjlx/exRcahVrdVzvtubK43slPr/5qwKHAAMAD6sZeEUINGQAAAAASUVORK5CYII=)  no-repeat 50% 50%;
        background-size: auto 100%;
    }
    .babyInformation{
        color: #f49300;
        width: 49%;
        padding-left: 10px;
        font-size: 15px;
        display: inline-block;
        padding-left: 20px;
    }
    .orange_title{
        width: 90%;
        margin-top: 20px;
        margin-left: 30px;
    }
    .orange_title::before{
        content: "";
        height: 35px;
        width: 10%;
        position: absolute;
        border-radius: 7px;
        left: 1px;
        background-color: #f59300;
    }
    .orange_title::after{
        content: "";
        height: 35px;
        width: 60%;
        position: absolute;
        border-radius: 7px;
        left: 10px;
        background-color: #ffd9a0;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .orange_title > span,.orange_title > div{
        position: relative;
        z-index: 999;
    }
    .info_text{
        width: 85%;
        font-size: 13px;
        margin: 30px auto;
    }
    .check-img {
        right: 50px;
    }
    
    .iDate > input{
        background: url(../images/icon_cal_02.png) no-repeat right 10px center;
        background-size: 6%;
    }

    input::-webkit-input-placeholder { /* WebKit browsers */  
        color:    #999;  
    }  
    input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */  
        color:    #999;  
    }  
    input::-moz-placeholder { /* Mozilla Firefox 19+ */  
        color:    #999;  
    }  
    input:-ms-input-placeholder { /* Internet Explorer 10+ */  
        color:    #999;   
    }  
   
    @media (max-width: 1025px){ 
        html{
            font-size: 12px;
        }
        .button_1,
        .content,
        .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;
        }
        .contentHead{
            font-size: 1.25rem;
        }
        .contentHead>div{
            width: 80%;
        }
        .contentHead>div>div{
            margin-right: 20px;
        }
        .detialConditionDataInput>span, .detialConditionDataInputHP>:nth-child(1){
            width: 84px;
        }
        /* .addressContent > span{
            width: 90px!important;
        } */
        .orange_title::after{
            width: 80%;
        }
        #trigger_info2_13{
            width: 38%!important;
        }
        .check-img {
            right: 5px;
        }
        .loginFont{
            font-size: 1rem;
        }
        .detialConditionDataInput>input,
        .detialConditionDataInput>select
        {
          font-size: 1rem;
        }
    }

    @media (max-width: 768px){ 
        .contentForm{
            width: 95%!important;
        }
    }