﻿.zts-banner {
    position: relative;
    text-align: center;
    height: 4rem;
    background: url(img/banner2.png) no-repeat 0 0;
    background-size: 100% 100%;
    overflow: hidden;
}

.zts-banner h2 {
    position: relative;
    display: none;
    margin-top: 0.78rem;
    font-size: 0.4rem;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 0.56rem;
}

.zts-banner h2::after {
    position: absolute;
    right: 0;
    top: 0;
    transform: translateY(-40%);
    content: '';
    width: 0.54rem;
    height: 0.54rem;
    background: url(img/banner-img.png) no-repeat 0 0;
    background-size: 100% 100%;
}

.zts-banner p {
    display: none;
    margin-top: 0.28rem;
    font-size: 0.28rem;
    color: #FFFFFF;
    line-height: 0.4rem;
}

/*zts-nav*/
.zts-nav {
    position: relative;
    margin: -0.72rem 0.28rem 0;
    overflow: hidden;
    z-index: 2;
}

.dicon {
    position: relative;
    width: 0.6rem;
    height: 0.6rem;
    margin: 0.2rem auto 0;
}

.dicon:after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 0.6rem;
    height: 0.6rem;
    content: "";
    background-image: url(img/nav.png);
    background-repeat: no-repeat;
    background-size: 0.8rem auto;
}

.dicon1:after {
    background-position: -0.1rem -0.1rem;
}

.dicon2:after {
    background-position: -0.1rem -0.9rem;
}

.dicon3:after {
    background-position: -0.1rem -1.7rem;
}

.zts-nav li {
    position: relative;
    width: 2.18rem;
    height: 1.46rem;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0rem 0.12rem 0.32rem 0rem rgba(0, 0, 0, 0.05);
    border-radius: 0.08rem;
    overflow: hidden;
}

.zts-nav li h3 {
    margin-top: 0.12rem;
    font-size: 0.24rem;
    font-weight: 400;
    color: #333333;
    line-height: 0.34rem;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.05);
}

.zts-title {
    padding: 0.6rem 0 0 0.28rem;
}

.zts-title h2 {
    font-size: 0.32rem;
    font-weight: 600;
    color: #333333;
    line-height: 0.32rem;
}

.zts-title p {
    margin-top: 0.28rem;
    font-size: 0.24rem;
    color: #666666;
    line-height: 0.24rem;
}

.zts-center {
    margin-top: 20px;
    padding: 0 0.28rem 0.4rem;
    overflow: hidden;
}

.zts-center li {
    margin-top: 0.2rem;
    padding: 0 0.28rem;
    background: #FFFFFF;
    border-radius: .2rem;
}

.zts-center li .top {
    display: flex;
    align-items: center;
    padding: .28rem 0;
}

.zts-center li .bot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .28rem 0;
    border-top: 1px dashed #E7EAEE;
}

.zts-center li .bot .sp1 {
    font-size: .26rem;
    color: #51586F;
}

.zts-center li .bot .sp2 {
    font-size: .24rem;
    color: #FF5F00;
}

.zts-center li .zts-cinfo {
    flex: 1;
    padding: 0 0.2rem;
    overflow: hidden;
}

.zts-center li img {
    width: 0.88rem;
    height: 0.88rem;
    border-radius: 0.2rem;
}

.zts-center li h3 {
    font-size: 0.28rem;
    font-weight: 400;
    color: #000000;
    line-height: 0.28rem;
}

.zts-center li p {
    margin-top: 0.2rem;
    font-size: 0.28rem;
    font-weight: 600;
    color: #FF6000;
    line-height: 0.28rem;
}


.zts-center li .tg_btn {
    width: 1.6rem;
    height: 0.68rem;
    background: #06B38A;
    border-radius: 0.08rem;
    font-size: 0.24rem;
    color: #fff;
    text-align: center;
    line-height: 0.68rem;
}

/**/
.mt24 {
    margin-top: 0.24rem;
}

.form-box {
    min-height: 100vh;
    padding-bottom: 0.28rem;
}

.form-box .form-con {
    position: relative;
    padding: 0 0.32rem 0.4rem;
    background-color: #fff;
    overflow: hidden;
}

.form-box .form-con .form-title {
    margin-top: 0.4rem;
    font-size: 0.28rem;
    line-height: 0.28rem;
}

.form-box .form-con .form-title span {
    color: #FF0000;
}

.form-box .form-con .form-title em {
    color: #666666;
}

.form-box .form-con .form-inp {
    position: relative;
    height: 0.8rem;
    background: #F4F5F9;
    border-radius: 0.04rem;
    border: 0.02rem solid #DADADF;
    overflow: hidden;
}

.form-box .form-con .form-inp.form-time::before {
    position: absolute;
    right: 0.22rem;
    top: 50%;
    content: '';
    width: 0.2rem;
    height: 0.2rem;
    transform: translateY(-50%);
    color: #9E9DAA;
    z-index: 1;
    background: url(img/xia.png) no-repeat center;
    background-size: 0.21rem auto;
}

.form-box .form-con .form-inp input {
    position: relative;
    padding: 0 0.2rem;
    font-size: 0.28rem;
    background: none;
}

.form-box .form-con .form-choice {
    margin-top: 0.04rem;
    margin-right: -0.04rem;
}

.form-box .form-con .form-choice span {
    margin: 0.2rem 0.2rem 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.16rem;
    height: 0.8rem;
    background: #F4F5F9;
    border-radius: 0.04rem;
    border: 0.02rem solid #DADADF;
    font-size: 0.28rem;
    color: #333333;
}

.form-box .form-con .form-choice span:nth-child(3n) {
    margin-right: 0;
}

.form-box .form-con .form-choice span.on {
    background: #06B38A;
    color: #fff;
    border: 0.02rem solid #06B38A;
}

.form-box .form-sub {
    margin: 0.4rem 0.32rem 0;
    height: 0.88rem;
    background: #2CCCA1;
    border-radius: 0.48rem;
    font-size: 0.32rem;
    font-weight: 600;
    color: #FFFFFF;
}

#popwem {
    padding: .6rem !important;
    display: none;
}

#popwem .kefu {

    text-align: center;
    transition: all .3s;
}

#popwem .kefu img {
    display: block;
    width: 2.4rem;
    height: 2.4rem;
    margin: 0 auto;
}

#popwem .kefu span {
    display: block;
    font-size: .28rem;
    font-weight: 600;
    color: #333333;
    line-height: .28rem;
    margin-top: .4rem;
}

.fixed_pop {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: rgb(0, 0, 0, .3);
}

.xmpx_tpl {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 6.8rem;
    height: 8.06rem;
    z-index: 1000000;
    background-image: url(img/dt_px.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0.2rem;
}

.xmpx_tpl .close {
    position: absolute;
    right: .24rem;
    top: .24rem;
    width: .4rem;
    height: .4rem;
    background: url(img/close3.png) no-repeat center;
    background-size: cover;
    cursor: pointer;
}