.dt_header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: transparent;
    z-index: 99;
}

.dt_header.c {
    background-color: #fff;
}

.dt_header .w12 {
    height: 60px;
}

.dt_header .logo {
    width: 247px;
    height: 32px;
    margin-top: 14px;
}

.dt_header .logo2 {
    display: none;
}

.dt_header .btn_w .btn {
    float: left;
    width: 90px;
    height: 36px;
    border-radius: 4px;
    font-weight: 600;
    text-align: center;
    font-size: 14px;
    margin-top: 12px;
    cursor: pointer;
    transition: all .3s;
}

.dt_header .reg_btn {
    width: 120px !important;
    line-height: 36px;
    background: #0EB790;
    color: #FFFFFF;
    margin-left: 20px;
}

.dt_header .login_btn {
    background: #fff;
    color: #0EB790;
    line-height: 34px;
    border: 1px solid transparent;
}

.dt_header .btn_w .btn:hover {
    opacity: .8;
}

.dt_header.c .login_btn {
    border: 1px solid #0EB790;
}

.dt_banner {
    position: relative;
    width: 100%;
    height: 440px;
    background: url(../img/dtimgs/dt2_banner.jpg) no-repeat center #101741;
    background-size: auto 440px;
    padding-top: 110px;
}

.dt_banner .txt_tu {
    display: block;
    width: 651px;
    margin-bottom: 40px;
}

.dt_banner .txt_tu2 {
    display: block;
    width: 370px;
    margin-bottom: 14px;
}

.dt_banner p {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: rgba(255, 255, 255, .7);
    line-height: 20px;
}

.dt_banner p img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.dt_banner li {
    float: left;
    width: 76px;
    line-height: 30px;
    text-align: center;
    background: rgba(0, 85, 255, .1);
    border-radius: 4px;
    margin-right: 10px;
    font-size: 13px;
    color: #0055FF;

}

.dt_banner span {
    display: block;
    width: 280px;
    height: 37px;
    text-align: center;
    line-height: 37px;
    background: linear-gradient(99deg, #FF7700 0%, #FF972D 100%);
    border-radius: 4px;
    font-size: 14px;
    color: #FFFFFF;
    margin-top: 30px;
}

.dt_banner span em {
    font-weight: 600;
    padding-left: 4px;
    font-size: 18px;
}

.dt_banner .btn {
    width: 200px;
    height: 50px;
    margin-top: 40px;
    animation: scalemove 1s linear infinite alternate;
    transition: all .2s linear;
    cursor: pointer;
}

@keyframes scalemove {
    from {
        transform: scale(1.1)
    }

    to {
        transform: scale(1)
    }
}



.dt_section {
    width: 100%;
    background: #fff;
}

.dt_title {
    text-align: center;
    padding-top: 36px;
}

.dt_title h2 {
    height: 42px;
    font-size: 32px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 14px;
}

.dt_title p {
    font-size: 14px;
    color: #666666;
    line-height: 19px;
}

.dt_content {
    padding-top: 70px;
}

.dt_content:nth-child(odd) {
    background: #F5F6FA;
}

.dt_content:nth-child(odd) .dt_item {
    background: #fff;
}

.dt_item {
    position: relative;
    float: left;
    width: 285px;
    height: 290px;
    background: #F9FAFC;
    border-radius: 10px;
    margin-right: 20px;
    margin-bottom: 50px;
    padding-top: 80px;
    border: 1px solid #e6e6e6;
    transition: all .3s;
    cursor: pointer;
}

.dt_item:hover {
    border: 1px solid #0EB790;
    background: #fff;
}


.dt_item .log {
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: auto;
    width: 80px;
    height: 80px;
    border-radius: 10px;
    z-index: 1;
    background: #fff;
}

.dt_item h2 {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    color: #000000;
    line-height: 20px;
}

.dt_item .center {
    padding: 20px 0 26px 0;
}

.dt_item .center .item {
    position: relative;
    float: left;
    width: 50%;
    text-align: center;
}

.dt_item .center .item span {
    display: block;
}

.dt_item .center .item .sp1 {
    font-size: 16px;
    font-weight: bold;
    color: #FF6000;
    width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 auto;
}

.dt_item .center .item .sp2 {
    font-size: 14px;
    font-weight: bold;
    color: #333333;
}

.dt_item .center .item .sp3 {
    font-size: 12px;
    color: #51586F;
    margin-top: 10px;
}

.dt_item .center .item:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 30px;
    background: #E7EAEE;
    right: 0;
    top: 15px;
}

.dt_item .center .item:last-of-type:after {
    display: none;
}

.dt_item .tg_btn {
    display: block;
    width: 245px;
    background: #0EB790;
    border-radius: 4px;
    margin: 0 auto;
    transition: all .3s;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 40px;
    text-align: center;
}

.dt_item .tg_btn:hover {
    opacity: .8;
}

.dt_item:hover .tg_btn {
    transform: scale(1.05)
}

.dt_item p {
    font-size: 12px;
    color: #636977;
    line-height: 16px;
    text-align: center;
    margin-top: 15px;
}

#login-box {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -210px;
    margin-top: -320px;
    z-index: 10000002;
    border-radius: 10px;
    overflow: hidden;
}

#bg-filter {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 10000001;

}

.icp-close {
    position: absolute;
    top: 10px;
    right: 6px;
    width: 36px;
    height: 33px;
    background: url(../img/dtimgs/bg-loginclose.png) no-repeat;
    z-index: 10000001;
    cursor: pointer;
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-25%, 0, 0);
        transform: translate3d(-25%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-25%, 0, 0);
        transform: translate3d(-25%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.fixed_r {
    position: fixed;
    right: 30px;
    bottom: 10%;
    width: 60px;
    z-index: 99999;
    width: 60px;

}

.fixed_r .cont {
    padding: 5px 0;
    background: #FFFFFF;
    box-shadow: 0 10px 20px 1px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    margin-bottom: 10px;
}

.fixed_r .item {
    height: 80px;
    text-align: center;
    padding-top: 13px;
    cursor: pointer;
}



.fixed_r .item img {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 auto;
}

.fixed_r .item .tit {
    display: block;
    color: rgba(99, 105, 119, .94);
    margin-top: 8px;
    transition: all .3s;
}

.fixed_r .item:hover .tit {
    color: #0EB790;
}

.fixed_r .return_top {
    width: 60px;
    height: 40px;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    margin-bottom: 10px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}

.fixed_r .iconfont {
    display: inline-block;
    font-size: 30px;
    color: #292834;
}

.fixed_r .return_top:hover .iconfont {
    color: #0EB790;
}

/* /////////////////////// */
.w1200 {
    position: relative;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.zbtn {
    width: 96px;
    height: 34px;
    background: #06B38A;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    line-height: 34px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #FFFFFF;
    transition: all .2s;
    -o-animation: all .2s;
    -webkit-animation: all .2s;
}

.zbtn:hover {
    background: #087c61;
}

.zhuanti_body {
    background-color: #F5F6FA;
}

.zts-banner {
    height: 300px;
    background: url(../img/dt/banner.png) no-repeat center top;
}

.zts-bcon {
    position: relative;
    text-align: center;
    overflow: hidden;
}

.zts-bcon h2 {
    display: inline-block;
    padding-top: 78px;
    font-size: 40px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 56px;
    background: url(../img/dt/banner-img.png) no-repeat right 67px;
    background-size: 49px auto;
}

.zts-bcon p {
    margin-top: 20px;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 28px;
}

/*zts-nav*/
.zts-nav {
    position: relative;
    margin-top: -40px;
    overflow: hidden;
    z-index: 2;
}

.zts-nav ul {
    width: 1300px;
}

.zts-nav li {
    float: left;
    margin-right: 21px;
    padding: 20px 0 0 94px;
    width: 386px;
    height: 150px;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: 20px 20px;
    background-size: 60px 60px;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
}

.zts-nav li h3 {
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    line-height: 22px;
    text-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
}

.zts-nav li p {
    margin-top: 10px;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    text-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
}

.zts-nav li a {
    display: block;
    margin-top: 20px;

}

.zts-nav li a:hover {
    background: #087c61;
}

.zts-nav li.znav1 {
    background-image: url(../img/dt/nav1.png);
}

.zts-nav li.znav2 {
    background-image: url(../img/dt/nav2.png);
}

.zts-nav li.znav3 {
    background-image: url(../img/dt/nav3.png);
}

.zts-title {
    margin-top: 60px;
    padding-bottom: 20px;
    text-align: center;
}

.zts-title h2 {
    font-size: 30px;
    font-weight: 600;
    color: #333333;
    line-height: 42px;
}

.zts-title p {
    margin-top: 10px;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
}

.zts-center {
    margin-top: 20px;
    background: #fff;
}

.zts-center ul {
    padding-left: 25px;
}

.zts-center li {
    float: left;
    padding: 40px 0;
    width: 230px;
    text-align: center;
}

.zts-center li img {
    width: 100px;
    height: 100px;
}

.zts-center li h3 {
    margin-top: 15px;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
}

.zts-center li p {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #FF6000;
}

.zts-center li a {
    display: inline-block;
    margin-top: 15px;
    width: 120px;
}


/*dtb-pop*/
.dtb-pop {
    display: none;
    padding: 30px 30px 15px;
}

.dtb-layer .layui-layer-title {
    margin: 0 30px;
    padding: 0;
    height: 62px;
    line-height: 62px;
    font-size: 18px;
    background: none;
    text-align: center;
    font-weight: 600;
    color: #333333;
}

.cff0 {
    color: #FF0000;
}

.dtb-pop input {
    width: 100%;
    height: 40px;
    padding-left: 14px !important;
    background: #F4F5F9;
    border-radius: 2px;
    border: 1px solid #DADADF;
    padding-left: 24px;
    font-size: 14px;
    color: #333;
    text-align: left;
}

.dtb-pop input:focus {
    border-color: #2CCCA1;
}

.dtb-pop .layui-form-label {
    padding: 9px 0px !important;
}

.dtb-pop .layui-input-block {
    margin-left: 100px;
}

.dtb-pop .layui-input-inline {
    margin-right: 0;
    float: left;
    width: 200px;
    position: relative;
}

.dtb-pop .layui-form-mid {
    margin: 0;
    float: left;
    width: 40px;
    position: relative;
    text-align: center;
}

.dtb-pop .layui-input-inline .layui-edge {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -3px;
    cursor: pointer;
    border-width: 6px;
    border-top-color: #c2c2c2;
    border-top-style: solid;
    transition: all .3s;
    -webkit-transition: all .3s;
    width: 0;
    border-style: dashed;
    border-color: transparent;
    z-index: 2;
}

.dtb-pop .layui-btn {
    display: block;
    margin: 30px auto 0;
    width: 232px;
    height: 44px;
    font-size: 16px;
    line-height: 44px !important;
    background: #2CCCA1;
    box-shadow: 0px 8px 16px 0px rgba(44, 204, 161, 0.2);
    border-radius: 24px;
}

.dtb-pop .layui-form-checked i {
    border-color: #06B38A !important;
    background-color: #06B38A;
}

#popwem {
    padding: 30px !important;
}

#popwem .kefu {
    width: 180px;
    text-align: center;
    transition: all .3s;
}

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

#popwem .kefu span {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #333333;
    line-height: 14px;
    margin-top: 20px;
}

.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: 380px;
    height: 450px;
    z-index: 1000000;
    background-image: url(/p/style/web/zt/img/dt/dt_px.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
}

.xmpx_tpl .close {
    position: absolute;
    right: 12px;
    top: 12px;
    width: 20px;
    height: 20px;
    background: url(/p/style/web/img/close3.png) no-repeat center;
    background-size: cover;
    cursor: pointer;
}

/* 夸克 */
.dt_content .w12 {
    width: 1220px !important;
}


.dt_kk {
    position: relative;
    float: left;
    width: 590px;
    height: 288px;
    background: url(../img/dtimgs/kk_bg.png) no-repeat center;
    background-size: cover;
    margin-right: 20px;
    margin-bottom: 50px;
    padding: 30px;
    border: 1px solid #e6e6e6;
    transition: all .3s;
    border-radius: 10px;
}

.dtkk_top .log {
    position: absolute;
    top: 30px;
    left: 30px;
    width: 116px;
    height: 116px;
    border-radius: 10px;
}

.dtkk_top .info {
    width: 100%;
    padding-left: 136px;
}

.dtkk_top .info .p1 {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 30px;
    color: #21282D;
    line-height: 46px;
    margin-bottom: 12px;
}

.dtkk_top .info .p1 span {
    text-align: center;
    line-height: 24px;
    width: 62px;
    height: 24px;
    background: linear-gradient(270deg, #FF4C00 0%, #FF7700 100%);
    border-radius: 4px;
    font-size: 12px;
    color: #FFFFFF;
    margin-left: 10px;
}

.dtkk_top .info .p2 {
    font-size: 14px;
    color: #21282D;
    line-height: 16px;
    margin-bottom: 10px;
}

.dtkk_top .info .p3 {
    font-size: 14px;
    color: #788190;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.dtkk_bot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 28px;
}

.dtkk_bot .btn1 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 210px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 4px;
    font-size: 12px;
    color: #788190;
}

.dtkk_bot .btn1 em {
    font-weight: bold;
    font-size: 14px;
    color: #FF4C00;
}

.dtkk_bot .btn2 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 306px;
    height: 60px;
    background: #0EB790;
    border-radius: 4px;
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
    transition: all .3s;
    cursor: pointer;
}

.dtkk_bot .btn2:hover {
    opacity: .8;
}

.dt_kk:hover .btn2 {
    transform: scale(1.05)
}

.dt_kk:hover {
    border: 1px solid #0EB790;
    background: #fff;
}

.dt_kk .jg {
    position: absolute;
    top: 36px;
    right: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.dt_kk .jg .sp1 {
    font-weight: bold;
    font-size: 20px;
    color: #FF4D00;
    display: flex;
    align-items: center;
}

.dt_kk .jg .sp1 em {
    font-size: 30px;
    font-weight: bold;
}

.dt_kk .jg .sp2 {
    font-size: 14px;
    color: #FF4C00;
    line-height: 16px;
    margin-top: 10px;
}