body, html{
    background: #fff;
}

header{
    margin: 50px auto 20px;
    width: 80%;
    text-align: center;
    font-size: 1.2rem;
    color: #a88747;
}
header>img{
    margin-bottom: 10px;
    width: 45%;
}
header>div{
    line-height: 20px;
}




/* .personal-items>input{
    border: 1px solid #999;
} */
.personal-items>select{
    border: none;
    outline: none;
    /*很关键：将默认的select选择框样式清除*/  
    appearance:none;  
    -moz-appearance:none;  
    -webkit-appearance:none;  
    
    /*在选择框的最右侧中间显示小箭头图片*/  
    background: url("../images/arrow-down.png") no-repeat scroll right center transparent;
    background-size: 7%; 
    
}
.special{
    display: flex;
    align-items: center;
}
.special .phone_number{
    width: 37%;
    margin: 0 3% 0 14%;
}
.special .code{    
    padding: 1px 0;
    width: 28%;
    font-size: 1.2rem;
    color: #a88747;
    background: #fff;
    border: 1px solid #a88747;
    border-radius: 20px;
}
.note{
    font-size: 1.2rem;
}



.complete{
    margin: 30px 0;
    justify-content: space-between
}
.complete>div{
    width: 33.9%;
    height: 1px;
    background: #e5e5e5;
}
.complete>p{
    margin: 0 2%;
    font-size: 1.4rem;
}





.advice{
    position: absolute;
    right: 0;
    top: 5px;
    height: 14px;
    width: 14px;
    display: inline-block;
    background: url('../images/radio.png') no-repeat left center;
    background-size: 100%;
    vertical-align: middle;
}
input[type="radio"]:checked + .advice{
    background: url('../images/check-radio.png') no-repeat left center;
    background-size: 100%;
    
}
.the_calendar>label{
    position: relative;
    width: 40%;
}
#yangli_input,#yinli_input{
    position: absolute;
    right: 0;
    top: 5px;
    height: 14px;
    width: 14px;
    opacity: 0;
    -webkit-appearance:radio;
    appearance:radio;
    z-index: 99;
}
.the_calendar{
    justify-content: space-between;
    padding: 10px 20%
}
.radio-name{
    font-size: 1.6rem;
    font-weight: bold;
}


.define>p{
    font-size: 1.2rem;
    line-height: 20px;
}

.add_img{
    padding: 0 9%;
    margin-top: 15px;
}
.i-check,.i-check2{
    margin-left: 5px;
}
.add_img>img{
    width: 15px;
    height: 15px;
}
.agree{
    justify-content: center;
    margin: 30px 0;
    font-size: 1.3rem;
}
.agree>span{
    border-bottom: 1px solid #000;
}
.agree>img{
    margin-top: 3px;
    width: 14px;
    height: 14px;
    vertical-align: top;
}


.submit{
    display: block;
    padding: 13px 0;
    margin: 0 auto 30px;
    width: 74%;
    font-size: 1.8rem;
    color: #fff;
    border-radius: 40px;
    background: -webkit-linear-gradient(#a88747, #dacaab); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#a88747, #dacaab); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#a88747, #dacaab); /* Firefox 3.6 - 15 */
    background: linear-gradient(#a88747, #dacaab); /* 标准的语法 */
}

.content-main1{
    font-size:16px;
}




.i-check {   
    width: 15px;   
    height: 15px;   
    position: relative;   
    margin: 20px auto;   
}
.i-check label {   
    width: 15px;   
    height: 15px;   
    cursor: pointer;   
    position: absolute;   
    top: 0;   
    left: 0;   
    background: url("../images/check.png") no-repeat right center;
    background-size: 100%;
}
.i-check  label:after {   
    content: '';   
    width: 15px;   
    height: 15px;    
    position: absolute;   
    top: 0;   
    left: 0;   
    background: url("../images/checked.png") no-repeat right center;
    background-size: 100%;
    opacity: 0;   
}
.i-check input[type=checkbox]:checked + label:after {   
    opacity: 1;   
}
.i-check input[type=checkbox] {   
    opacity: 0;   
    position: absolute;   
    z-index: 2;   
    left: 0;   
    top: 0;   
    width: 100%;   
    height: 100%;   
    margin: 0;   
}   



.i-check2 {   
    width: 13px;   
    height: 13px;   
    position: relative; 
}
.i-check2 label {   
    width: 13px;   
    height: 13px;   
    cursor: pointer;   
    position: absolute;   
    top: 1px;   
    left: 0;   
    background: url("../images/check.png") no-repeat right center;
    background-size: 100%;
}
.i-check2  label:after {   
    content: '';   
    width: 13px;   
    height: 13px;    
    position: absolute;   
    top: 0;   
    left: 0;   
    background: url("../images/checked.png") no-repeat right center;
    background-size: 100%;
    opacity: 0;   
}
.i-check2 input[type=checkbox]:checked + label:after {   
    opacity: 1;   
}
.i-check2 input[type=checkbox] {   
    opacity: 0;   
    position: absolute;   
    z-index: 2;   
    left: 0;   
    top: 1px;   
    width: 100%;   
    height: 100%;   
    margin: 0;   
}   