.new-tctc-box {
    width: 100%;
    height: 100%;
    z-index: 999;
    position: fixed;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.7);
}

.tctctc {
    background: url(https://www.huatu.com/images/2024gk/gbtc/tcc-bg.png)no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    width: 410px;
    /* height: 291px; */
    position: relative;
}

.tc-top {
    width: 100%;
    margin-left: -8%;
    margin-top: -12%;
}

.aa-box {
    width: 80%;
    margin: -14% auto 2% auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}

.aa-box a {
    border-radius: 14px;
    background-image: -moz-linear-gradient(180deg, rgb(254, 233, 166) 0%, rgb(252, 207, 129) 56%, rgb(255, 197, 153) 100%);
    background-image: -webkit-linear-gradient(180deg, rgb(254, 233, 166) 0%, rgb(252, 207, 129) 56%, rgb(255, 197, 153) 100%);
    background-image: -ms-linear-gradient(180deg, rgb(254, 233, 166) 0%, rgb(252, 207, 129) 56%, rgb(255, 197, 153) 100%);
    width: 48%;
    text-align: center;
    font-size: 18px;
    font-family: "FZLanTingHeiS-R-GB";
    color: rgb(203, 2, 28);
    list-style: none;
    text-decoration: none;
    padding: 4% 0;
    margin-bottom: 5%;

}

.close111 {
    position: absolute;
    top: -18%;
    right: 0;
    z-index: 5;
    cursor: pointer;
}
@media screen and (max-width: 1080px) {
    .tctctc{
        width: 95%;
    
    }
    .aa-box a{
        font-size: 12px;
    }
    .close111{
        width:10%;
    }
}