
.center
{
    font-size:20px;
}
.cho_city{
    width: 90%;
    background: #f8f8f8;
    position: fixed;
    z-index: 999;
    display: none;
    margin-left: 5%;
    top: 50px;
    border-radius: 8px;
}
.cho_city h1{
    text-align: center;
    padding: 20px 0;
    font-size: 22px;
    font-weight: normal;
}
.cho_city .close {
     position: absolute;
     left: 3px;
     top: 3px;
     height: 35px;
     width: 35px;
     line-height: 25px;
     font-size: 40px;
     cursor: pointer;
     color: #4b4b4b;
}
.cho_city .city_list span {
    width: 16%;
    margin: 3%;
    border-radius: 2px;
    background: #e7e7e7;
    padding: 5px;
    text-align: center;
}
.cho_city .city_list .curr {
    background: #e72e37;
    color: #ffffff;
}

.ts-box {
    width: 90%;
    background: #f8f8f8;
    position: fixed;
    z-index: 999;
    display: none;
    margin-left: 5%;
    top: 100px;
    border-radius: 8px;
}
.ts-box h1{
    font-size: 20px;
    text-align: center;
}

.ts-box .close {
    position: absolute;
    left: 1px;
    top: 1px;
    height: 35px;
    width: 35px;
    line-height: 25px;
    font-size: 40px;
    cursor: pointer;
    color: #4b4b4b;
}
.ts-box .ts-txt{
/*    padding: 10px 10px;*/
}

.ts-box .ts-txt img{
    width: 100px;
    height: 100px;
    margin-top: 20px;
}

.ts-box .close_btn{
    width: 60%;
    border-radius: 8px;
    background: #f99d0a;
    line-height: 35px;
    display: inline-block;
    text-align: center;
    color: #ffffff;
    margin-left: 20%;
    margin-top: 10px;
}
.ts-box .ts-txt .center_2{
    text-align: center;
    line-height: 34px;
    width: 85%;
    margin: 0 auto;
}
.ts-box .ts-txt .center{
    text-align: center;
    line-height: 34px;
    width: 80%;
    margin: 0 auto;
    padding: 30px 0;
}
.ts-box .ts-txt .center_title{
    text-align: center;
    line-height: 34px;
    width: 100%;
    margin: 0 auto;
    padding: 0px 0;
    background: #ecae3d;
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.ts-box .ts-txt .center a{
    display: inline-block;
    padding: 0px 5px;
    border-radius: 2px;
    font-size: 16px;
    line-height: 30px;
}
.ts-box .ts-txt .center a:nth-of-type(1){
    background: #ff3b61;
    color: #ffffff;
}
.ts-box .ts-txt .center a:nth-of-type(2){
    background: #e83a5d;
    color: #ffffff;
}
.ts-box .red{
    display: inline-block;
    width: 100%;
    color: #000000;
    font-size: 16px;
    line-height: 24px;
    text-align:center;
    padding-top: 30px;

}
.divMask {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    display: none;
    top: 0px;
    left: 0px;

}
.divMask2 {
    position: fixed;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    display: none;
    top: 0px;
    left: 0px;

}
.ts-items{
    padding: 10px 0;
    font-size: 16px;
    margin: 0 auto;
    width: 80%;
}
.ts-items input{
    width: 80%;
    border: 1px solid #e8e8e8;
    line-height: 25px;
}
.gender{
    margin: 0 auto;
    width: 80%;
}
.btn-submit{
    width: 85%;
    margin: 10px auto;
}
.btn-submit .btn{
    border-radius: 5px;
    width: 100%;
    border: 0px;
    background: #ff3b61;
    color: #ffffff;
    text-align: center;
    line-height: 35px;
    font-family: inherit;
    font-size: 16px;
}