﻿

/* CSS TanChuang */
.tc_dbox {
    width: 100%;
    height: 100%;
    background: rgba(10, 16, 28, 0.8);
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    position: fixed;
    top: 0;
    animation: tc02 0.5s 1;
}
.tc_box {
    width: 980px;
    height: 440px;
    position: relative;
    padding: 0 30px;
    box-sizing: border-box;
    animation: tc01 0.5s 1;
}
.tc_box dt {
    width: 548px;
    height: 463px;
    background: url(../image/lxpt_zzb.png) 0 no-repeat;
    background-size: 548px 463px;
    position: absolute;
    z-index: 998;
}
.tc_box dd {
    width: 760px;
    height: 440px;
    background: #fff;
    border-radius: 20px;
    position: absolute;
    right: 30px;
    top: 23px;
    z-index: 997;
}
.tc_box ul {
    position: absolute;
    left: 480px;
    top: 30px;
    z-index: 999;
}
.tc_box ul li {
    margin-bottom: 20px;
}
.tc_box ul li:nth-child(1) {
    width: 100%;
    height: 70px;
    margin-left: -30px;
}
.tc_box ul li:nth-child(2) p {
    font-size: 18px;
    margin-bottom: 5px;
    letter-spacing: 2px;
    color: var(--txt);
}
.tc_box ul li:nth-child(2) p span {
    color: var(--mred);
    display: inline-block;
}
.tc_box ul li:nth-child(3) h1 {
    font-size: 22px;
    font-weight: bolder;
    margin-bottom: 5px;
    line-height: 20px;
}
.tc_box ul li:nth-child(3) span {
    font-weight: bolder;
    font-size: 22px;
    color: var(--zlan);
    display: block;
}
.tc_box ul li:nth-child(4) p {
    color: var(--mred);
    letter-spacing: 2px;
}
.tc_box ul li:nth-child(4) p span {
    font-weight: bold;
    font-size: 22px;
    display: inline-block;
}
.tc_box ul li:nth-child(5) .yum {
    width: 340px;
    height: 60px;
    background: url(../image/lxpt_lx.png) 0 no-repeat;
    background-size: 340px 60px;
    color: #fff;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-shadow: 0 2px 5px rgba(49, 48, 53, 0.3);
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 30px;
    box-shadow: 0 5px 15px rgba(49, 48, 53, 0.2);
    margin: 0 auto;
}
.tc_box .tc_gb {
    width: 30px;
    height: 30px;
    background: url(../image/tc_gb.png) 0 no-repeat;
    background-size: 30px 30px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}
/*弹窗动画--------开始--------------------------------------*/
@keyframes tc01 {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }

    100% {
        opacity: 1;
        transform: scale(1.0);
    }
}

@keyframes tc02 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/*弹窗动画--------结束--------------------------------------*/
/*不可选择--------文字--------------------------------------*/
.tc_dbox {
    -moz-user-select: none;
    /* Firefox私有属性 */
    -webkit-user-select: none;
    /* WebKit内核私有属性 */
    -ms-user-select: none;
    /* IE私有属性(IE10及以后) */
    -khtml-user-select: none;
    /* KHTML内核私有属性 */
    -o-user-select: none;
    /* Opera私有属性 */
    user-select: none;
    /* CSS3属性 */
}

/*适配*/
@media only screen and (max-width: 1100px) {
    .tc_box {
        width: 89.091vw;
        height: 40vw;
        padding: 0 2.727vw;
    }
    .tc_box dt {
        width: 49.818vw;
        height: 42.091vw;
        background-size: 49.818vw 42.091vw;
    }
    .tc_box dd {
        width: 69.091vw;
        height: 40vw;
        border-radius: 1.818vw;
        right: 2.727vw;
        top: 2.091vw;
    }
    .tc_box ul {
        left: 43.636vw;
        top: 2.727vw;
    }
    .tc_box ul li {
        margin-bottom: 1.818vw;
    }
    .tc_box ul li:nth-child(1) {
        height: 6.364vw;
        margin-left: -2.727vw;
    }
    .tc_box ul li:nth-child(2) p {
        font-size: 1.636vw;
        margin-bottom: 0.455vw;
        letter-spacing: 0.182vw;
    }
    .tc_box ul li:nth-child(3) h1 {
        font-size: 2vw;
        margin-bottom: 0.455vw;
        line-height: 1.818vw;
    }
    .tc_box ul li:nth-child(3) span {
        font-size: 2vw;
    }
    .tc_box ul li:nth-child(4) p {
        letter-spacing: 0.182vw;
        font-size: 1.636vw;
    }
    .tc_box ul li:nth-child(4) p span {
        font-size: 2vw;
    }
    .tc_box ul li:nth-child(5) .yum {
        width: 30.909vw;
        height: 5.455vw;
        background-size: 30.909vw 5.455vw;
        font-size: 2.727vw;
        text-shadow: 0 0.182vw 0.455vw rgba(49, 48, 53, 0.3);
        border-radius: 2.727vw;
        box-shadow: 0 0.455vw 1.364vw rgba(49, 48, 53, 0.2);
    }
    .tc_box .tc_gb {
        width: 2.727vw;
        height: 2.727vw;
        background-size: 2.727vw 2.727vw;
    }
}
