/**弹窗**/

.theme-popover-mask {
    z-index: 111;
    position: fixed;
    top: 0;
    width: 100vw;
    max-width: 750px;
    height: 100vh;
    background: rgba(0, 0, 0, 0.3);
    display: none;
}


/**关闭按钮**/

.tck-off {
    float: right;
    width: .65rem;
    height: .65rem;
    position: relative;
    top: .2rem;
    margin-right: .2rem;
}

.tck-off 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 {
    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.5rem;
    background: url(../images/login1.png) center no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
}


/**弹窗-2**/

.index-m-tck-pic-2 {
    width: 7.4rem;
    height: 6.5rem;
    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.3rem;
    background: url(../images/login3.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;
}


/**弹窗-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;
}


/**公共子项**/

.tck-in {
    width: 100%;
}

.tck-in ul {
    display: block;
    width: 81%;
    margin: 0 auto;
    position: relative;
    top: 1.6rem;
}

.tck-in ul li {
    display: block;
    width: 100%;
    margin-bottom: .6rem;
}

.tck-in ul li:last-child {
    border: none;
    position: relative;
    top: 0rem;
}

.tck-in ul li:last-child input {
    cursor: pointer;
}

.tck-in ul li input {
    display: block;
    width: 95%;
    padding-left: 10%;
    height: .7rem;
    background: transparent;
    border: none;
    outline: none;
    font-size: .3rem;
}