/*  */
/* .v-pop-wrap{position:fixed;bottom:110px;display:block;margin:0 25px;padding:24px;background-color: rgba(31, 60, 81, 0.95);border-radius:16px;width:calc(100% - 50px)}
.v-pop-close{display: block;width:36px;height:36px;background:url(/static/images/webapp/m/v-pop-close.png) no-repeat 0 0;position: absolute;top:-46px;right:10px;}
.v-pop-box{display: flex;flex-direction: column;}
.v-pop-top{display: flex;flex-direction: row;align-items: center;}
.v-pop-top img{width:244px;height:80px;}
.v-pop-top a{margin-left: auto;height: 60px;line-height: 60px;padding:0 22px;background-color: #09B363;color:#fff;font-size:28px;border-radius: 8px;}
.v-pop-txt{color:#fff;font-size:26px;margin-top:16px;} */
.v-pop-wrap{position:fixed;bottom:20px;margin:0 12px;padding:12px;background-color: rgba(31, 60, 81, 0.95);border-radius:8px;width:calc(100% - 24px);z-index: 9999;box-sizing: border-box;}
.v-pop-close{display: block;width:18px;height:18px;background:url(//px-img.7mdt.com/7msports/v-pop-close.png) no-repeat 0 0;background-size:100% auto;position: absolute;top:-22px;right:4px;}
.v-pop-box{display: flex;flex-direction: column;}
.v-pop-top{display: flex;flex-direction: row;align-items: center;}
.v-pop-top img{width:122px;height:40px;}
.v-pop-top a{margin-left: auto;height: 30px;line-height: 30px;padding:0 10px;/*background-color: #09B363;*/color:#fff;font-size:14px;border-radius: 4px;}
.v-pop-top a img{width:105px;height:30px;}
.v-pop-txt{color:#fff;font-size:12px;margin-top:8px;text-align: left;}

.n-pop-box{display: flex;flex-direction: row;align-items: center;}
.n-pop-top{display: flex;flex-direction: column;}
.n-pop-top img{width:82px;height:20px;}
.n-pop-txt{color:#fff;font-size:12px;margin-top:4px;text-align: left;}
a.n-pop-btn{margin-left: auto;height: 30px;line-height: 30px;padding:0 14px;background-color: #09B363;color:#fff;font-size:12px;border-radius: 4px;}
a.n-pop-btn-pc{margin-left: auto;height: 60px;line-height: 60px;padding:0 14px;background-color: #09B363;color:#fff;font-size:36px;border-radius: 4px;}

.n-pop-btn{margin-left: auto;display: flex;flex-direction: column;gap: 8px;}
.n-pop-btn a img{width:110px;height:30px;}

.floatWin_M{
    width:calc(100% - 24px);
    background-image: linear-gradient(to top, rgba(25, 33, 183, 1), rgba(109, 118, 249, 1));
    padding: 7px 4px 7px 8px;
    border-radius: 8px;
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    overflow: hidden;
}
.floatside_m{
    display: flex;
    align-items: center;
}
.floatside_text_m{
    font-size: 12px;
    font-weight: 700;
    color:#FFFFFF;
    text-align: left;
}
.floatside_text_m span{
    color: #00FFAE;
}
.a_cppy_m{
    display: flex;
    align-items: center;
    height: 22px;
    padding: 2px 10px;
    background-color: #00FFAE;
    border-radius: 20px;
    text-decoration: none;
    gap: 4px;
    position: relative;
    margin: 0 auto;
}
.a_cppy_m span{
    font-size: 12px;
    font-weight: 700;
    color: #000CC2;
}
.a_cppy_m i{
    display: flex;
    align-items: center;
    height: 18px;
    padding: 0 8px;
    font-size: 12px;
    font-weight: 700;
    color: #FFF;
    background-color: #4C55DE;
    border-radius: 12px;
    font-style: normal;

}
.a_cppy_m em{display:flex;width: 31px;height: 27px;background: url(//static.7mdt.com/images/7msport/cursor.png) no-repeat center center;background-size:100% auto;position: absolute;right:-15px;top:12px;}
.a_del_m{width:24px;height:24px;background-color: #000;border-radius: 50%;position: relative;display: flex;flex:none;margin-left: 11px;margin-top: -20px;}
.a_del_m:before,.a_del_m:after{content:'';position:absolute;width:10px;height:1px;top:12px;left:7px;background-color:#fff;}
.a_del_m:before{transform:rotate(45deg);}
.a_del_m:after{transform:rotate(-45deg);}
.p_codeTest_m{display: block;background: rgba(0, 0, 0, 0.95);font-size: 12px;line-height: 30px;border-radius: 6px;text-align: center;
margin: 0;margin-bottom: 10px;margin-top: -10px;color: #fff;position: absolute;width: 90%;left: 50%;top: 50%;transform: translate(-50%, -50%);z-index: 1000;}

@media screen and (min-width: 374px) and (max-width: 479px) {
    .v-pop-wrap{bottom:20px;margin:0 14px;padding:14px;border-radius:10px;width:calc(100% - 28px);}
	.v-pop-close{width:22px;height:22px;top:-26px;right:4px;}
	.v-pop-top img{width:146px;height:48px;}
	.v-pop-top a{height: 36px;line-height: 36px;padding:0 12px;font-size:16px;border-radius: 4px;}
    .v-pop-top a img{width:126px;height:36px;}
	.v-pop-txt{font-size:14px;margin-top:10px;}

    .n-pop-top img{width:98px;height:24px;}
    .n-pop-txt{font-size:14px;margin-top:4px;}
    .n-pop-btn{height: 36px;line-height: 36px;padding:0 16px;font-size:14px;border-radius: 4px;}

    .n-pop-btn{gap: 10px;}
    .n-pop-btn a img{width:132px;height:36px;}

    .floatWin_M{
        width:calc(100% - 48px);
        
        padding: 14px 8px 14px 16px;
        border-radius: 16px;
        
        bottom: 20px;
        
        
        
        
    }
    .floatside_text_m{
        font-size: 24px;
        
        
        
    }
    .a_cppy_m{
        
        
        height: 44px;
        padding: 4px 20px;
        
        border-radius: 40px;
        
        gap: 8px;
        
        
    }
    .a_cppy_m span{
        font-size: 24px;
        
        
    }
    .a_cppy_m i{
        
        
        height: 36px;
        padding: 0 16px;
        font-size: 24px;
        
        
        
        border-radius: 24px;
        

    }
    .a_cppy_m em{width: 62px;height: 54px;right:-30px;top:24px;}
    .a_del_m{width:48px;height:48px;margin-left: 22px;margin-top: -20px;}
    .a_del_m:before,.a_del_m:after{width:20px;height:2px;top:24px;left:14px;}
    .p_codeTest_m{font-size: 24px;line-height: 60px;border-radius: 12px;
    margin-bottom: 20px;margin-top: -20px;}
}

@media screen and (min-width:480px) and (max-width:639px) {
    .v-pop-wrap{bottom:20px;margin:0 18px;padding:18px;border-radius:12px;width:calc(100% - 36px);}
	.v-pop-close{width:26px;height:26px;top:-32px;right:6px;}
	.v-pop-top img{width:182px;height:60px;}
	.v-pop-top a{height: 44px;line-height: 44px;padding:0 14px;font-size:20px;border-radius: 6px;}
    .v-pop-top a img{width:158px;height:44px;}
	.v-pop-txt{font-size:18px;margin-top:12px;}

    .n-pop-top img{width:122px;height:30px;}
    .n-pop-txt{font-size:20px;margin-top:6px;}
    .n-pop-btn{height: 44px;line-height: 44px;padding:0 20px;font-size:20px;border-radius: 6px;}

    .n-pop-btn{gap: 12px;}
    .n-pop-btn a img{width:164px;height:44px;}

    .floatWin_M{
        width:calc(100% - 72px);
        
        padding: 20px 12px 20px 24px;
        border-radius: 24px;
        
        bottom: 30px;
        
        
        
        
    }
    .floatWin_M{
        width:calc(100% - 42px);
        
        padding: 12px 6px 12px 14px;
        border-radius: 14px;
        
        bottom: 18px;
        
        
        
        
    }
    .floatside_text_m{
        font-size: 20px;
        
        
        
    }
    .a_cppy_m{
        
        
        height: 38px;
        padding: 2px 18px;
        
        border-radius: 36px;
        
        gap: 6px;
        
        
    }
    .a_cppy_m span{
        font-size: 20px;
        
        
    }
    .a_cppy_m i{
        
        
        height: 32px;
        padding: 0 14px;
        font-size: 20px;
        
        
        
        border-radius: 20px;
        

    }
    .a_cppy_m em{width: 56px;height: 48px;right:-26px;top:20px;}
    .a_del_m{width:42px;height:42px;margin-left: 20px;margin-top: -36px;}
    .a_del_m:before,.a_del_m:after{width:18px;height:2px;top:20px;left:12px;}
    .p_codeTest_m{font-size: 20px;line-height: 54px;border-radius: 12px;
    margin-bottom: 18px;margin-top: -18px;}

}

@media screen and (min-width:640px) {
    .v-pop-wrap{bottom:20px;margin:0 24px;padding:24px;border-radius:16px;width:calc(100% - 48px);}
	.v-pop-close{width:36px;height:36px;top:-44px;right:8px;}
	.v-pop-top img{width:244px;height:80px;}
	.v-pop-top a{height: 60px;line-height: 60px;padding:0 20px;font-size:28px;border-radius: 8px;}
    .v-pop-top a img{width:210px;height:60px;}
	.v-pop-txt{font-size:24px;margin-top:16px;}

    .n-pop-top img{width:278px;height:80px;}
    .n-pop-txt{font-size:28px;margin-top:8px;}
    .n-pop-btn{height: 60px;line-height: 60px;padding:0 28px;font-size:28px;border-radius: 8px;}

    .n-pop-btn{margin-left: auto;display: flex;flex-direction: column;gap: 16px;}
    .n-pop-btn a img{width:220px;height:60px;}

    .floatWin_M{
        width:calc(100% - 56px);
        
        padding: 16px 8px 16px 20px;
        border-radius: 20px;
        
        bottom: 24px;
        
        
        
        
    }
    .floatside_text_m{
        font-size: 28px;
        
        
        
    }
    .a_cppy_m{
        
        
        height: 52px;
        padding: 4px 24px;
        
        border-radius: 48px;
        
        gap: 8px;
        
        
    }
    .a_cppy_m span{
        font-size: 28px;
        
        
    }
    .a_cppy_m i{
        
        
        height: 44px;
        padding: 0 20px;
        font-size: 28px;
        
        
        
        border-radius: 28px;
        

    }
    .a_cppy_m em{width: 76px;height: 64px;right:-36px;top:28px;}
    .a_del_m{width:56px;height:56px;margin-left: 28px;margin-top: -48px;}
    .a_del_m:before,.a_del_m:after{width:24px;height:4px;top:28px;left:16px;}
    .p_codeTest_m{font-size: 28px;line-height: 72px;border-radius: 16px;
    margin-bottom: 24px;margin-top: -24px;}

}