.ts-box {
    width: 80%;
    background: #ffffff;
    position: fixed;
    z-index: 999;
    border: 5px solid #e1e1e1;
    display: none;
    margin-left: 10%;
    margin-top: 40%;
}
.ts-box2 {
    width: 80%;
    background: #ffffff;
    position: fixed;
    z-index: 999;
    border: 5px solid #e1e1e1;
    display: none;
    margin-left: 10%;
    margin-top: 15%;
}
.ts-title
{
    width:100%;
    background:#0054a7;
    line-height:30px;
    text-align:center;
    color:#fff;
}
.ts-box h1{
    font-size: 20px;
    padding-left: 10px;
}

.ts-box .close {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 25px;
    width: 25px;
    line-height: 25px;
    font-size: 30px;
    cursor: pointer;
    color: #fff;
    opacity:8;
}
.ts-box .ts-txt{
    padding: 0px 0px;
}
.center_con
{
    padding: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: 30px;
    width: 90%;
    margin: 0 auto;
    color:#000;
    font-size:14px;
}
.ts-box .ts-txt .center a{
    display: inline-block;
    padding: 0px 5px;
    border-radius: 2px;
   font-size:1.6rem;
    line-height: 25px;
}
.ts-box .ts-txt .center a:nth-of-type(1){
    background: #ff3b61;
    color: #ffffff;
    width:200px;
    height:50px;
    line-height:50px;
}
.ts-box .ts-txt .center a:nth-of-type(2){
    background: #e83a5d;
    color: #ffffff;
}
.ts-box .red{
    color: #ff3b61;
    font-size: 14px;
    line-height: 24px;
}
.divMask {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: #696969;
    opacity: 0.3;
    display: none;
    top: 0px;
    left: 0px;
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
}
.divMask2 {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: #696969;
    opacity: 0.3;
    display: none;
    top: 0px;
    left: 0px;
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
}
.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: 80%;
    border: 0px;
    background: #337ab7;
    color: #ffffff;
    text-align: center;
    line-height: 30px;
    font-family: inherit;
    font-size: 14px;
    text-align:center;
    margin-left:10%;
}
p:first-letter,label:first-letter,div:first-letter,input:first-letter,select:first-letter,button:first-letter{
text-transform: uppercase;
}
.searchword
{
    border:1px solid #ccc;
    width:90%;
    margin-left:5%;
    height:35px;
    line-height:50px;
}
.check_phone{
    border-radius: 5px;
    width: 90%;
    border: 0px;
    background: #ff3b61;
    color: #ffffff;
    text-align: center;
    line-height: 35px;
    font-family: inherit;
    font-size: 16px;
    margin-left:5%;
    margin-top:5%;
}
@media screen and (min-width: 1024px) {
    .ts-box {
        width: 50%;
        background: #ffffff;
        position: fixed;
        z-index: 999;
        border: 5px solid #e1e1e1;
        display: none;
        margin-left: 25%;
        margin-top: 20%;
    }
    .ts-box2 {
    width: 80%;
    background: #ffffff;
    position: fixed;
    z-index: 999;
    border: 5px solid #e1e1e1;
    display: none;
    margin-left: 10%;
    margin-top: 7%;
    height:550px;
    overflow:scroll;
}
}