/**弹窗**/
.theme-popover-mask{
    z-index: 111;
    position: fixed;
    top: 0;
    width: 100vw;
    max-width: 750px;
    height: 100vh;
    background: rgba(0,0,0,0.4);
    display: none;
}
/**关闭按钮**/
.tck-off{
    float: right;
    width: .65rem;
    height: .65rem;
    position: relative;
    top: .35rem;
    margin-right: .3rem;
}
.tck-off img{
    width: 100%;
    display: block;
}
.tck-off-6{
    float: right;
    width: .65rem;
    height: .65rem;
    position: relative;
        top: 1rem;
    margin-right: .8rem;
}
.tck-off-6 img{
    width: 100%;
    display: block;
}
.index-m-tck-1,.index-m-tck-2,.index-m-tck-3,.index-m-tck-4,.index-m-tck-5,.index-m-tck-6{
    display: none;
    width: 100vw;
    max-width: 750px;
    height: auto;
    margin: 0 auto;
    position: fixed;
    top: 10%;
    z-index: 556;
}
/**弹窗-1**/
.index-m-tck-pic-1{
    position: relative;
    width: 7.4rem;
    height: 6.3rem;
    background: url(../images/login1.png) center no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
}
/**弹窗-2**/
.index-m-tck-pic-2{
    width: 7.08rem;
    height: 6.63rem;
    background: url(../images/login2.png) center no-repeat;
    background-size: 100% 100%;
    position: relative;
    margin: 0 auto;
}
/**弹窗-3**/
.index-m-tck-pic-3{
    width: 7.4rem;
    height: 6.58rem;
    background: url(../images/login1.png) center no-repeat;
    background-size: 100% 100%;
    position: relative;
    margin: 0 auto;
}
/**弹窗-4**/
.index-m-tck-pic-4{
    width: 7.4rem;
    height: 6.58rem;
    background: url(../images/login1.png) center no-repeat;
    background-size: 100% 100%;
    position: relative;
    margin: 0 auto;
}
/**弹窗-5**/
.index-m-tck-pic-5{
    width: 7.4rem;
    height: 6.58rem;
    background: url(../images/login1.png) center no-repeat;
    background-size: 100% 100%;
    position: relative;
    margin: 0 auto;
}
/**弹窗-5**/
.index-m-tck-pic-6{
    width: 7.08rem;
    height: 6.63rem;
    background: url(../images/login2.png) center no-repeat;
    background-size: 100% 100%;
    position: relative;
    margin: 0 auto;
}
/**公共子项**/
.tck-in{
    width: 100%;
}
.tck-in ul{
    display: block;
    width: 79%;
    margin: 0 auto;
    position: relative;
    top: 1.02rem;
}
.tck-in ul li{
    display: block;
    width: 100%;
    margin-bottom: .4rem;
}
.tck-in ul li:last-child{
    border: none;
}
.tck-in ul li:last-child input{
    cursor: pointer;
    
}
.tck-in ul li input{
    display: block;
    width: 95%;
    padding-left: 5%;
    height: .7rem;
    background: transparent;
    border: none;
    outline: none;
    font-size: .3rem;
}
/**********/
.tck-in ul li:nth-child(3){
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 4.62rem;
    position: relative;
    top: -.48rem;
    left: 1.2rem;
}
.tck-in ul li:nth-child(3) label{
    font-size: .3rem;
    display: block;
    height: .55rem;
}
.tck-in ul li:nth-child(3) label:nth-child(5){
    width: 1.45rem;
}
.tck-in ul li:nth-child(3) label:nth-child(6){
    width: 1.45rem;
}
.tck-in ul li:nth-child(3) label:nth-child(7){
    width: 1.45rem;
}
.tck-in ul li:nth-child(3) label input{
    display: inline-block;
    width: .35rem;
    position: relative;
    top: 0.26rem;
    margin-right: .05rem;
}
/*****************************/
.tck-in-6{
    width: 100%;
}
.tck-in-6 ul{
   display: block;
    width: 55%;
    margin: 0 auto;
    position: relative;
    top: 3.15rem;
}
.tck-in-6 ul li{
   display: block;
    width: 100%;
    margin-bottom: .25rem;
}
.tck-in-6 ul li:last-child{
    position: relative;
    border: none;
    top: .2rem;
}
.tck-in-6 ul li:last-child input{
    cursor: pointer;
    background: transparent;
}
.tck-in-6 ul li input{
    display: block;
    width: 95%;
    padding-left: 5%;
    height: .7rem;
    border: none;
    outline: none;
    font-size: .3rem;
}