    .tc_mask{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
        z-index: 9999999;
    }
.tc_box {
    width: 412px;
    border-radius: 30px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -206px;
    margin-top: -222px;
}
.title-img{
    display: block;
    width: 94%;
}
.tc_head img,
.tc_head span,
.tc_box ul li img {
    vertical-align: middle;
}

.tc_head img {
    width: 16px;
    display: inline-block !important;
}

.tc_head span {
    color: #ffffff;
    font-size: 18px;
    margin-left: 5px;
}

.tc_box ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.tc_box ul li {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.tc_box ul li p {
    overflow: hidden;
    text-align: center;
}

.tc_box ul li p span {
    font-size: 14px;
}

.tc_box img.wxewm {
    width: 30%;
    display: block;
    margin: 2% auto 0 auto;
}

.tc_box p.tishi {
    text-align: center;
    font-size: 14px;
    color: #F44336;
}

.tc_box p.wxh {
    text-align: center;
    font-size: 14px;
    color: #009688;
    padding: 8px;
}

.tc_box p.gzts {
    text-align: center;
    font-size: 14px;
    color: #009688;
}

.tc_box p.gzcopy {
    line-height: 22px;
    padding: 5px;
    border-bottom: 1px dashed #c4c4c4;
    color: #009688;
    font: 14px/20px "Microsoft YaHei";
}

.dl_btn {
    color: #1515ab;
    width: 60%;
    background: #000;
    border-radius: 10px;
    filter: drop-shadow(0 0 6.5px #c4cfff);
    background-image: linear-gradient(0deg, #deddff 0%, #cedbff 100%);
    margin-left: -34%;
    font-size: 14px;
    font-weight: bold;
    padding: 1%;
}

.dl_btn2 {
    color: #9e4b12;
    width: 60%;
    background: #000;
    border-radius: 10px;
    filter: drop-shadow(0 0 6.5px #c4cfff);
    background-image: linear-gradient(0deg, #fffaf1 0%, #fdd9b5 100%);
    margin-left: -34%;
    font-size: 14px;
    font-weight: bold;
    padding: 1%;
    text-align: center;
    margin-top: 2%;
}

.tips {
    text-align: center;
    width: 90%;
    margin: 5% auto 0 auto;
    font-size: 14px;
    border-radius: 33px;
    filter: drop-shadow(0 0 6.5px #c4cfff);
    background-image: linear-gradient(90deg, #5d57fb 0%, #2d2fa1 100%);
    line-height: 25px;
    color: #fff;
    padding: 0 4%;
}

.img-jc {
    width: 100%;
    margin-top: 5%;
}

.xingqiu {
    position: absolute;
    left: 0%;
    top: 10%;
    width: 100%;
}

.tc-inner-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    background: url(https://www.huatu.com/templets/default/js/artcle_cg/tc-bg.png) no-repeat;
    background-size: 100% 100%;
}
.closetc {
    font-style: normal;
    position: absolute;
    top: -40px;
    right: -40px;
    font-size: 22px;
    cursor: pointer;
    padding: 0;
    margin: 5px 10px;
    line-height: 22px;
    height: 25px;
    width: 25px;
    color: #FFFFFF;
    background: #ffffff42;
    border-radius: 50px;
    text-align: center;
}

.dl_alert {
    display: none;
    position: fixed;
    top: 10px;
    left: 0;
    max-width: 300px;
    right: 0;
    z-index: 99999;
    padding: 10px;
    text-align: center;
    border-radius: 4px;
    color: #3c763d;
    margin: 0 auto;
    background: #dff0d8;
    font: 14px/20px "Microsoft YaHei";
}

@media screen and (max-width:1000px) {
    .dl_login {
        width: 90%;
        position: fixed;
        left: 5%;
        top: 50%;
        margin-left: 0;
        margin-top: -210px;
    }

    .dl_login .dl_box {
        width: 100%;
        height: 300px;
        position: relative;
    }

    .dl_login .dl_list {
        width: 90%;
    }

    .dl_login input {
        font-size: 16px;
    }

    /* tc */
    .tc_mask{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
        z-index: 9999999;
    }
    .tc_box {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0%;
        left: 0%;
        background: rgba(0, 0, 0, 0.8);
        margin: 0 auto !important;
        display: flex;
        align-items: center;
        justify-self: center;
        background: url(https://www.huatu.com/templets/default/js/artcle_cg/bgbg.png)no-repeat;
        background-size: 100% 100%;
        border-radius: 0;
        flex-direction: column;
        display: flex;
    }

    .tc_box ul li {
        line-height: 14px;
    }

    .tc_box ul li a {
        font-size: 12px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0 2px;
    }

    .tc-inner-box {
        width:84%;
        display: flex;
        flex-direction: column;
        margin: 0 auto;
        background: url(https://www.huatu.com/templets/default/js/artcle_cg/tc-bg.png)no-repeat;
        background-size: 100% 100%;
        padding: 3% 3% 0 3%; 
    }

    .title-img {
        width: 78%;
        margin-top: 20%;
    }

    .dl_btn {
        color: #1515ab;
        width: 60%;
        background: #000;
        border-radius: 10px;
        filter: drop-shadow(0 0 6.5px #c4cfff);
        background-image: linear-gradient(0deg, #deddff 0%, #cedbff 100%);
        margin-left: -34%;
        font-size: 14px;
        font-weight: bold;
        padding: 1%;
    }
    .dl_btn2 {
        color: #9e4b12;
        width: 60%;
        background: #000;
        border-radius: 10px;
        filter: drop-shadow(0 0 6.5px #c4cfff);
        background-image: linear-gradient(0deg, #fffaf1 0%, #fdd9b5 100%);
        margin-left: -34%;
        font-size: 14px;
        font-weight: bold;
        padding: 1%;
        text-align: center;
        margin-top: 2%;
    }
    .tips{
        text-align: center;
        width: 90%;
        margin: 5% auto 0 auto;
        font-size: 14px;
        border-radius: 33px;
        filter: drop-shadow(0 0 6.5px #c4cfff);
        background-image: linear-gradient(90deg, #5d57fb 0%, #2d2fa1 100%);
        line-height: 25px;
        color: #fff;
        padding: 0 4%;
    }
    .img-jc{
        width: 100%;
        margin-top: 5%;
    }
    .xingqiu{
        position: absolute;
        left: -5%;
        top: 10%;
        width: 100%;
    }
    .closetc {
    top: 10px;
    right: 10px;
    z-index: 99999999;
    background: rgba(0, 0, 0, 0.8);
    color: #FFFFFF;
    font-size: 24px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    }
}