.alert_0902 *{
            margin: 0;
            padding: 0;
        }
        .alert_0902 a{
            text-decoration: none;
        }
        .alert_0902 ul{
            list-style: none;
        }
        .alert_0902 img{
            vertical-align: top;
        }
        .alert_0902{
            position: fixed;
            left: 0;
            top: 0;
            z-index: 9999;
            background: rgba(0, 0, 0, 0.6);
            width: 100%;
            height: 100%;
            display: none;
        }
        .alert_0902_inner{
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            margin: auto;
            width: 363px;
            height: 364px;
            background: url(https://u3.huatu.com/huatuzb/gwy/suipian/20250903_t_1.png) no-repeat center top;
            background-size: contain;
        }
        .alert_0902_inner_img{
            margin-top: 65px;
            margin-left: 80px;
        }
        .alert_0902_link{
            display: flex;
            justify-content: center;
            margin-bottom: 10px;
            box-sizing: border-box;
            padding-left: 24px;
        }
        .alert_0902_link a{
            width: 100px;
            height: 30px;
            background-color: #fff;
            color: #333;
            box-shadow: 0 6px 10 #ff75a0;
            font-size: 16px;
            line-height: 30px;
            text-align: center;
            border-radius: 5px;
            text-decoration: none;
            font-weight: bold;
            transition: .2s;
        }
        .alert_0902_link a:nth-child(2){
            margin-left: 12px;
        }
        .alert_0902_link a:hover{
            opacity: .8;
        }
        .alert_0902_code{
            display: flex;
            box-sizing: border-box;
            padding-left: 75px;
        }
        .alert_0902_code img{
            margin-right: 15px;
            width: 85px;
            height: 85px;
        }
        .alert_0902_code p{
            width: 120px;
            height: 64px;
            background-color: #ffe323;
            border-radius: 10px;
            font-size: 14px;
            color: #222;
            line-height: 22px;
            text-align: center;
            font-weight: bold;
            margin: 5px 0 0;
            padding: 0;
            padding-top: 10px;
            box-sizing: border-box;
        }
        .alert_0902_inner_close{
            width: 20px;
            height: 20px;
            background-color: #fff;
            position: absolute;
            top: -5px;
            right: -2px;
            z-index: 2;
            padding: 5px;
            border-radius: 50px;
        }
/*考试后通栏和弹窗*/
.gkxf_cjcxrkBox{
    width: 40%;
    margin: 0 auto;
    margin-top: 10%;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
}
.gkxf_cjcxrkBtn{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 4%;
}
.gkxf_cjcxrkBtn a{
    display: block;
    width: 40%;
    background-color:#ff5817;
    box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.5);
    border-radius: 30px;
    text-align: center;
    padding: 1% 0;
    margin: 0 1%;
    margin-bottom: 2%;
    font-size: 22px;
    font-family: "FZLanTingHeiS-DB1-GB";
    color: rgb(255, 255, 255);
}
.gkxf_cjcxrkBtn a:nth-child(3),
.gkxf_cjcxrkBtn a:nth-child(4){
    background-color:#fd9f1e;
}
.gkxf_cjcxrk{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.75);
    z-index: 9999999;
}
.close{
    position: absolute;
    right: 0;
    top: 0;
    transition: transform 1s ease;
}
@media (max-width: 1680px) {

    .gkxf_cjcxrkBox{
        width: 30%;
    }
    
    .gkxf_cjcxrkBtn a{
        font-size: 16px;
    }
    .gklk_list li{
        line-height: 1.8;
    }
    .gktl_botTit p, .gktl_botTit span, .gktl_topR a, .gktl_topR, .gktl_botR_tit p, .gktl_botR_tit span {
        font-size: 14px;
        line-height: 1.6;
    }
    .sklk_cardBtn a{
        font-size: 14px;
    }
}