@charset "UTF-8";

html,body,div,header,nav,head,span,object,iframe,section,figure,aside,article,h1,h2,h3,h4,img,ol,ul,dl,p {margin:0;padding:0;border:0;background:transparent;}

html{
    font-size: calc(100vw/100);
    overflow-x: hidden;
    touch-action: pan-y; 
}

:root {
    color-scheme: light only; 
}

@media (max-width: 2000px) {
    html {
        font-size: 20px;
    }
}

body {
    margin: 0 auto;
    color: #34495e;
    font-family: PingFang SC-Regular,PingFang SC;
    font-size: 0.6rem;
    background-color: #f7f9fc;
}

body::-webkit-scrollbar {
    width: 0px;
}

a:hover,a:focus,a:active {text-decoration:none; cursor:pointer; outline: 0}
*,*:before,*:after {box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}
.clear {clear:both;}.clear:after {clear: both;display: table;content: " ";}
article,aside,dialog,footer,header,section,footer,nav,figure,menu {display:block}
h1,h2,h3,h4,h5 {line-height:1.75;font-weight:normal;color:inherit;text-rendering:optimizelegibility;}
h1 {font-size:24px;}h2 {font-size:18px;}h3 {font-size:16px;}h4 {font-size:15px;}h5 {font-size:14px;}
.lf {float:left;}.lr {float:right;}
li {list-style:none;}
a {color:#666;vertical-align:baseline;text-decoration:none;font-size:100%;-webkit-transition:all .3s ease-out 0s;-o-transition:all .3s ease-out 0s;transition:all .3s ease-out 0s;}
abbr[title],dfn[title] {border-bottom:1px dotted;cursor:help;}
table {border-spacing:0;border-collapse:collapse;}
:focus{outline: 0}
.center{
    width: 100%;
    max-width: 60rem;
    margin:0 auto;
    width: calc(100% - 0.5rem);
}

.uselect{
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

input[type="password"]::-webkit-credentials-auto-fill-button,
input[type="password"]::-webkit-strong-password-auto-fill-button {
  display: none !important;
}

input[type="password"]::-moz-text-security {
  display: none;
}

/**********************************************/

header{
    background-color: #39526c;
}

header>.center{
    position: relative;
}

header>.center .logo{
    color: #fff;
    font-size: 1.2rem;
    display: inline-block;
    float: left;
    height: 3rem;
    line-height: 3rem;
}

header>.center>ul{
    display: inline-block;
    position: absolute;
    height: 3rem;
    line-height: 3rem;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

header>.center>ul>li{
    float: left;
    font-size: 0.8rem;
    height: 100%;
    color: #fff;
    padding: 0 1rem;
    border: 2px solid transparent;
}

header>.center>ul>li.act{
    border-bottom: 2px solid rgb(16 16 15);
    background: rgba(0, 0, 0, 0.2);
}

header>.center>ul>li a{
    color: #fff;
    display: block;
}

header>.center>ul>li.act a{
    
}

header>.center .userbut{
    height: 3rem;
    width: 3rem;
    float: right;
    padding: 0.5rem;
}

header>.center .userbut img{
    width: 100%;
    border-radius: 100%;
    padding: 0.15rem;
    background-color: #53697e;
}

/** ###################################################### */

.main{
    min-height: calc(100vh - 7rem);
    margin-bottom: 1rem;
}


/** ###################################################### */
footer{
    background-color: #3a536c;
}

footer .center{
    padding: 1rem 0;
}

.footerlf{
    width: 50%;
    display: inline-block;
}


.footerlf h6{
    color: #fff;
    line-height: 1rem;
    font-size: 0.75rem;
}

.footerlf p{
    color: #c7d7e7;
    line-height: 0.8rem;
    font-size: 0.6rem;
    margin-top: 0.25rem;
}

.footerlr{
    width: 50%;
    display: inline-block;
    text-align: right;
    float: right;
}

.footerlr p{
    color: #d5e4f3;
    font-size: 0.6rem;
    line-height: 1.1rem;
}

.footerlr p img{
    width: 0.5rem;
    vertical-align: -1px;
    margin-right: 0.25rem;
}

/** ###################################################### */

.home-layout{
    display:flex;
    gap:0.75rem;
    margin-top:0.75rem;
}

.home-left{
    width:16rem;
    min-width:12rem;
}

.home-right{
    flex:1
}

.home-right .cate{
    margin-top: 0;
}

.home-nav li{background:#fff;margin-bottom:0.5rem;border-radius:6px;overflow:hidden}
.home-nav li a{display:block;padding:0.8rem 1rem;border-left:3px solid transparent}
.home-nav li a:hover{background:#f2f4f8}
.home-nav li a.act{background:#eef3ff;border-left-color:#3a536c}
.home-search{
    background:#fff;
    border-radius:6px;
    margin-bottom:0.75rem;
    padding:0.5rem
}
.home-search input{width:100%;border:1px solid #e3e8f0;border-radius:4px;padding:0.45rem 0.6rem;font-size:0.6rem}

.home-cate{
    background-color: #fff;
    padding: 0 1rem 0 1rem;
}

.home-cate>h4{
    height: 2.5rem;
    line-height: 2.5rem;
    border-bottom: 2px solid #e2e5f0;
    margin-bottom: 1rem;
}

.home-cate>h4 span{
    color: #3a536c;
    display: inline-block;
    position: relative;
}

.home-cate>h4 span.act::before{
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #3a536c;
    height: 2px;
}


.home-nav{
    min-height: 30rem;
}


.hero{
    background:linear-gradient(135deg,#39526c 0%,#567a99 100%);
    color:#fff;
    border-radius:10px;
    padding:1rem;
    margin-top:1rem;
}
.hero .hero-top{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:1rem;
    flex-wrap:wrap
}
.hero .title{
    font-size:1.1rem;
    font-weight:600;
}
.hero .subtitle{
    opacity:0.9
}

.hero .metrics{
    display:flex;
    gap:0.75rem;
    flex-wrap:wrap
}
.hero .metrics>div{
    background:rgba(255,255,255,0.12);
    padding:0.6rem 0.8rem;
    border-radius:8px;
    min-width:8rem;
}
.hero .metrics>div>div:first-child{
    font-size:1rem;
    font-weight:700;
}
.hero .metrics>div>div:last-child{
    font-size:0.6rem;
    opacity:0.9;
}

.quickbar{
    margin-top: 0.75rem;
}

.quickbar>a{
    display:inline-flex;
    gap:0.35rem;
    align-items:center;
    background:#fff;
    color:#39526c;
    border-radius:999px;
    padding:0.35rem 0.7rem;
    font-weight:600;
    box-shadow:0 2px 8px rgba(0,0,0,0.12);
    margin-right: 0.75rem;
}

.quickbar>a i{
    display:inline-block;
    width:0.9rem;
    height:0.9rem;
    border-radius:50%;
    background:#39526c;
    opacity:0.85
}

.quickbar>div{
    display: block;
    margin-top: 0.5rem;
}

.quickbar>div .tip{
    font-size:0.7rem;
    opacity:0.95;
}





.home-nav .badge{float:right;background:#eef3ff;color:#39526c;border-radius:999px;padding:0 0.35rem;margin-left:0.4rem;font-size:0.55rem}
.recent .recent-list{padding:0.5rem 0}
.recent .recent-list li{background:#fff;border-radius:6px;padding:0.6rem;margin-bottom:0.5rem;display:flex;align-items:center;gap:0.5rem}
.recent .recent-list .r-title{flex:1}
.recent .recent-list .name{font-weight:600}
.recent .recent-list .status{display:inline-block;border-radius:4px;padding:0.1rem 0.35rem;margin-left:0.35rem;font-size:0.55rem}
.recent .recent-list .status.pass{background:#e9f7ef;color:#2e7d32}
.recent .recent-list .status.fail{background:#fdecea;color:#c62828}
.recent .recent-list .r-meta{display:flex;gap:0.75rem;color:#6b7a90;font-size:0.55rem}
.recent .recent-list .r-link{margin-left:auto;color:#39526c;border:1px solid #e3e8f0;border-radius:999px;padding:0.25rem 0.6rem}
.recent .recent-list .r-link:hover{background:#eef3ff}
/* 主题风格切换 */
body.theme-flat .hero{background:#3a536c}
body.theme-flat .quick{box-shadow:none}


/* 卡片样式增强 */
#home-right .catelist{margin:0 -0.5rem;padding:0.5rem 0}
#home-right .catelist li{padding:0.5rem;width:calc(100%/4)}
#home-right .catelist li>div{box-shadow:0 6px 16px rgba(0,0,0,0.08);transition:box-shadow .3s ease}
#home-right .catelist li>div img{transition:transform .35s ease}
#home-right .catelist li:hover>div{box-shadow:0 10px 24px rgba(0,0,0,0.12)}
#home-right .catelist li:hover>div img{transform:scale(1.06)}

#home-right .catelist a{padding:0.5rem;width:calc(100%/4)}
#home-right .catelist a>div{box-shadow:0 6px 16px rgba(0,0,0,0.08);transition:box-shadow .3s ease}
#home-right .catelist a>div img{transition:transform .35s ease}
#home-right .catelist a:hover>div{box-shadow:0 10px 24px rgba(0,0,0,0.12)}
#home-right .catelist a:hover>div img{transform:scale(1.06)}
/* 骨架屏效果 */
.skeleton-card{position:relative;overflow:hidden;border-radius:6px;background:#f2f4f8}
.skeleton-card::before{content:'';display:block;padding-top:75%}
.skeleton-line{position:absolute;left:0;top:50%;transform:translateY(-50%);height:1.2rem;width:80%;margin:0 10%;border-radius:4px;background:linear-gradient(90deg,#e9edf3 0%,#f5f7fb 50%,#e9edf3 100%);animation:shine 1.2s linear infinite}
@keyframes shine{0%{background-position:0 0}100%{background-position:200% 0}}
/* 响应式布局优化 */


.dash{margin-top:1rem}
.dash .dash-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:0.75rem}
.dash .card{background:#fff;border-radius:8px;padding:0.75rem}
.dash .card h5{font-size:0.8rem;margin:0 0 0.5rem 0}
.dash .list{list-style:none;margin:0;padding:0}
.dash .list li{display:flex;align-items:center;justify-content:space-between;padding:0.45rem 0;border-bottom:1px dashed #eef3ff}
.dash .list li:last-child{border-bottom:none}
.dash .meta{color:#6b7a90;font-size:0.6rem}
.dash .link{color:#39526c;border:1px solid #e3e8f0;border-radius:999px;padding:0.2rem 0.55rem;font-size:0.6rem}
.dash .link:hover{background:#eef3ff}
.dash .empty{display:flex;align-items:center;gap:0.5rem;color:#6b7a90;font-size:0.65rem}
.dash .empty a{color:#39526c}
@media (max-width: 900px){ .dash .dash-grid{grid-template-columns:1fr} }

/** ###################################################### */

.cate{
    background-color: #fff;
    margin-top: 1rem;
    padding: 0 1rem 0 1rem;
}

.cate>h4{
    height: 2.5rem;
    line-height: 2.5rem;
    border-bottom: 2px solid #e2e5f0;
}

.cate>h4>span{
    color: #3a536c;
    display: inline-block;
    position: relative;
}

.cate>h4>span.act::before{
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #3a536c;
    height: 2px;
}

.cate>h4>a.fanhui{
    float: right;
    color: #2196F3;
}


.catelist{
    margin: 0 -0.5rem;
    padding: 0.5rem 0;
}

.catelist li,.catelist a{
    width: calc(100% / 5);
    float: left;
    padding: 0.5rem;
    cursor: pointer;
}

.catelist li>div,.catelist a>div{
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}

.catelist li>div::before,.catelist a>div::before{
    content: '';
    padding-top: calc(100% / 4 * 3);
    display: block;
}

.catelist li>div img,.catelist a>div img{
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
}

.catelist li>div p,.catelist a>div p{
    position: absolute;
    bottom: 10%;
    left: 0.5rem;
    text-align: center;
    background-color: #fff;
    width: calc(100% - 1rem);
    padding: 0.5rem 0.2rem;
    border-radius: 3px;
    opacity: 0.9;
}

/** ###################################################### */

.catebuys{
    background-color: #fff;
    margin-top: 1rem;
    padding: 0 1rem 1rem 1rem;
}

.catebuys h4{
    height: 2.5rem;
    line-height: 2.5rem;
    border-bottom: 2px solid #e2e5f0;
}

.catebuys>h4>span{
    color: #3a536c;
    display: inline-block;
    position: relative;
}

.catebuys>h4>span.act::before{
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #3a536c;
    height: 2px;
}

.catebuys>h4 a{
    float: right;
    color: #2196F3;
}

.catedivs{
    margin-top: 1rem;
}

.catebuysdiv{
    width: calc(100% - 16rem);
    float: left;
    border: 1px solid #dee2e6;
    padding: 0.75rem;
    border-radius: 6px;
}

.catebuysdiv>div{
    margin-top: 0.75rem;
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 1rem;
}

.catebuysdiv>div:first-child{
    margin-top: 0;
}

.catebuysdiv>div:last-child{
    padding-bottom: 0.2rem;
}

.catebuysdiv>div h5{
    margin-bottom: 0.75rem;
}

.catebuysdiv>div ul{
    padding: 0 0.5rem;
}

.catebuysdiv>div ul li{
    width: 100%;
}

.catebuysdiv>div ul li:nth-child(1),.catebuysdiv>div ul li:nth-child(2){
    padding-top: 0;
}

.catebuysdivlr{
    border: 1px solid #dee2e6;
    width: 15.25rem;
    float: right;
    padding: 0 0.75rem 0.75rem 0.75rem;
}

.catebuysdivlr h5{
    height: 2.5rem;
    line-height: 2.5rem;
    border-bottom: 1px solid #dee2e6;
}


.caterepolist{
    padding: 0.5rem;
    margin: 0 -1rem;
}

.caterepolist>li{
    width: calc(100% / 4);
    float: left;
    padding: 0.5rem;
    cursor: pointer;
}

.caterepolist>li>div{
    border: 1px solid #dee2e6;
    padding: 0.75rem;
    border-radius: 6px;
    position: relative;
}

.caterepolist>li>div>p{
    font-size: 0.65rem;
    font-weight: 400;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.caterepolist>li>div>div.repotips{
    background-color: #f8f9fc;
    padding: 15px;
    border-radius: 4px;
}

.caterepolist>li>div>div.das{

}

.caterepolist>li>div>div{
    margin-top: 0.75rem;
}

.caterepolist>li>div>div.das p{
    font-size: 0.5rem;
    color: #687e93;
    display: inline-block;
    margin-right: 0.5rem;
}

.buytime{
    padding: 0.25rem;
    border: 1px solid #ddd;
    margin-top: 0.75rem;
    border-radius: 4px;
}

.buytime div{
    width: calc(100% / 2);
    float: left;
    padding: 0.25rem;
}

.buytime div.act{

}

.buytime span{
    height: 1.8rem;
    line-height: 1.8rem;
    display: block;
    text-align: center;
    border: 1px solid #ddd;
    position: relative;
    border-radius: 3px;
    height: 2rem;
    line-height: 2rem;
    overflow: hidden;
    cursor: pointer;
}

.buytime div.act span{
    border: 1px solid #ff9800;
    background-color: #fbf6f0;
    color: #ff9800;
}

.buytime div.act span::before{
    font-family: "eico" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e6d0';
    position: absolute;
    right: 0;
    bottom: -0.6rem;
    color: #ff9800;
}

.buyprice{
    margin-top: 0.75rem;
    border: 1px solid #dddddd;
    padding:0 1rem;
    border-radius: 4px;
}

.buyprice>div{
    text-align: center;
    padding: 1rem 0 0.5rem 0;
}

.buyprice>div span{
    color: #FF9800;
    font-size: 1.2rem;
    margin-right: 0.25rem;
    display: inline-block;
    font-weight: bold;
}

.buyprice>ul{
    padding-bottom: 0.5rem;
}

.buyprice>ul li{
    height: 1.5rem;
    line-height: 1.5rem;
}

.buyprice>ul li i{
    font-size: 0.6rem;
    margin-right: 0.5rem;
    color: #0bca0b;
}

.buybuts{
    margin-top: 0.75rem;
}

.buybuts>div{
    width: calc(100% / 2 - 0.375rem);
    float: left;
    text-align: center;
}

.buybuts>div:last-child{
    float: right;
}

.buybuts>div>div{
    border: 1px solid #ddd;
    height: 2rem;
    line-height: 2rem;
    cursor: pointer;
    border-radius: 4px;
    font-size: 0.7rem;
    font-weight: 500;
}

.buybuts>div>div::before{
    margin-right: 0.25rem;
}

.buybuts>div>div.wx:before {
    color: #2ac446;
}

.buybuts>div>div.zfb::before{
    color: #01a0ea;
}

/** ###################################################### */

.pricetip{
    font-size: 0.6rem;
    text-align: center;
    height: 1rem;
    line-height: 1rem;
    margin-top: 0.75rem;
    color: #11ca0d;
}

.pricetip i{
    font-size: 0.6rem;
    margin-right: 0.25rem;
}

.buysstips{
    margin-top: 0.75rem;
    border: 1px solid #dddddd;
    padding: 0.5rem;
    border-radius: 3px;
    background-color: #f8f9fc;
}

.buysstips p{
    margin-bottom: 0.5rem;
}

.buysstips p i{
    font-size: 0.6rem;
    margin-right: 0.25rem;
    color: #6b7bac;
}

.buysstips div{

}

/** ###################################################### */

.pcpaydiv{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 21%);
}

.pcalipay{
    position: fixed;
    width: 15rem;
    background-color: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -70%);
    border-radius: 6px;
}

.pcalipay>i{
    position: absolute;
    transform: translateX(-50%);
    bottom: -2.5rem;
    left: 50%;
    font-size: 1.2rem;
    color: #666;
    cursor: pointer;
}

.pcalipay .aa{
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    color: #3f3939;
}

.pcalipay .aa i{
    color: #1578ff;
    font-size: 1.2rem;
    font-weight: 300;
    margin-right: 0.25rem;
}

.pcalipay .bb{
    background-color: #1578ff;
    padding: 1rem 2rem;
    border-radius: 0 0 6px 6px;
}

.pcalipay .bb .bb_aa{
    text-align: center;
    margin: auto;
    height: 1.6rem;
    line-height: 1.6rem;
    border-radius: 6px;
    font-size: 1.4rem;
    color: #fff;
    font-weight: bold;
}

.pcalipay .bb .bb_bb{
    background-color: #fff;
    margin-top: 1rem;
    border-radius: 6px;
    padding: 1rem 1rem 0.5rem 1rem;
}

.pcalipay .bb .bb_bb img{
    width: 100%;
}

.pcalipay .bb .bb_bb .bb_price{
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
    margin-top: 0.5rem;
}

.pcalipay .bb .bb_cc{
    color: #fff;
    height: 1rem;
    line-height: 1rem;
    text-align: center;
    font-size: 1rem;
    margin-top: 1rem;
}

.pcwechatpay{
    position: fixed;
    width: 15rem;
    background-color: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -70%);
    border-radius: 6px;
}

.pcwechatpay .guanbi{
    position: absolute;
    transform: translateX(-50%);
    bottom: -2.5rem;
    left: 50%;
    font-size: 1.2rem;
    color: #666;
    cursor: pointer;
}

.pcwechatpay .bb{
    padding: 0.75rem 1rem 2rem 1rem;
    position: relative;
    overflow: hidden;
    border-radius: 6px 6px 0 0;
}

.pcwechatpay .bb *{
    position: relative;
    z-index: 99;
}

.pcwechatpay .bb::before{
    content: '';
    display: block;
    position: absolute;
    background-color: #03c160;
    top: 0;
    left: -75%;
    z-index: 1;
    height: 100%;
    width: 250%;
    border-radius: 0 0 100% 100%;
}


.pcwechatpay .bb .bb_aa{
    font-size: 1.4rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0.75rem;
}

.pcwechatpay .bb .bb_bb{
    padding: 0 1.5rem;
}

.pcwechatpay .bb .bb_bb>div{
    background-color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 0.5rem 1rem 1rem 1rem;
}

.pcwechatpay .bb .bb_bb .bb_price{
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.pcwechatpay .bb .bb_bb img{
    width: 100%;
}

.pcwechatpay .cc{
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    font-size: 1.3rem;
    color: #4c4c4c;
}

.pcwechatpay .cc i{
    font-size: 1.3rem;
    color: #03c161;
    margin-right: 0.5rem;
}


/** ###################################################### */

.repolist{
    padding: 0 0.5rem 0.5rem 0.5rem;
    margin: 0 -1rem;
}

.repolist>li{
    width: calc(100% / 4);
    float: left;
    padding: 0.5rem;
    cursor: pointer;
}

.repolist>li>div{
    border: 1px solid #dee2e6;
    padding: 0.75rem;
    border-radius: 6px;
    position: relative;
}

.repolist>li>div>p{
    font-size: 0.65rem;
    font-weight: 400;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.repolist>li>div>a{
    position: absolute;
    font-size: 0.6rem;
    font-style: normal;
    right: 0.75rem;
    bottom: 0.75rem;
    border: 1px solid #dee2e6;
    color: #6b8195;
    padding: 0.2rem 0.75rem;
    border-radius: 6px;
}

.repolist>li>div>div{
    margin-top: 0.5rem;
}

.repolist>li>div>div>p{
    font-size: 0.5rem;
    color: #687e93;
}

/** ###################################################### */

.drills{
    background-color: #fff;
    margin-top: 1rem;
    padding: 0.75rem;
}

.drills-lf{
    width: calc(100% - 20rem);
    float: left;
    border: 1px solid #dee2e6;
    padding: 0 0.75rem 0.75rem 0.75rem;
    border-radius: 3px;
}

.drills-lf>h4{
    font-weight: 500;
    font-size: 0.8rem;
    height: 2.5rem;
    line-height: 2.5rem;
    border-bottom: 1px solid #dee2e6;
}

.drills-lf>h4 span{
    
}

.drills-lf>h4 a{
    float: right;
    color: #6b8195;
}

.drills-lf>div{
    margin-top: 0.75rem;
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 1rem;
}

.drills-lf>div h5{
    margin-bottom: 0.75rem;
}

.drills-lf>div>div .but{
    border: 1px solid #dee2e6;
    padding: 0.5rem 0.8rem;
    display: inline-block;
    border-radius: 3px;
    margin-right: 1rem;
    color: #6b8195;
    position: relative;
    overflow: hidden;
}

.drills-lf>div>div .but i{
    font-size: 0.6rem;
    margin-right: 0.25rem;
}

.drills-lf>div>div .but.act::before{
    font-family: "eico" !important;
    font-size: 0.8rem;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    content: "\e6d0";
    position: absolute;
    right: 0;
    bottom: -5px;
}

.drills-lr{
    border: 1px solid #dee2e6;
    width: 19.25rem;
    float: right;
    padding: 0 0.75rem 0.75rem 0.75rem;
}

.drills-lr>h5{
    height: 2.5rem;
    line-height: 2.5rem;
    border-bottom: 1px solid #dee2e6;
}

.drills-lr ul{
    padding-top: 0.5rem;
}

.drills-lr ul li{
    padding: 0.25rem 0;
    cursor: pointer;
}

.drills-lr ul li a{
    background-color: #eff3f6;
    padding: 0.5rem;
    border-radius: 6px;
    display: block;
}

.drills-lr ul li a p{
    font-size: 0.7rem;
    height: 1rem;
    line-height: 1rem;
    color: #354a5e;
}

.drills-lr ul li a span{
    font-size: 0.75rem;
    height: 0.8rem;
    line-height: 0.8rem;
    display: inline-block;
    margin-top: 0.5rem;
}


/** ###################################################### */

.page-error{
    background-color: #fff;
    text-align: center;
    padding: 5rem 0 6rem 0;
    margin-top: 1rem;
}

.page-error img{
    width: 10rem;
}

.page-error p{
    font-size: 1.2rem;
    margin-top: 2rem;
    color: #8f9eb8;
}

.page404{
    background-color: #fff;
    text-align: center;
    padding: 5rem 0 6rem 0;
    margin-top: 1rem;
}

.page404>div>div{
    color: #bbc0c9;
    font-size: 6rem;
    line-height: 6rem;
    font-weight: bold;
    text-shadow: rgba(61, 61, 61, 0.3) 1px 1px, rgba(61, 61, 61, 0.2) 2px 2px, rgba(61, 61, 61, 0.3) 3px 3px;
}

.page404>div>p{
    font-size: 1rem;
    margin-top: 1rem;
    color: #8f9eb8;
}

/** ###################################################### */

.wst{
    background-color: #fff;
    margin-top: 1rem;
    padding: 0.75rem;
}

.wst-lf{
    width: calc(100% - 20rem);
    float: left;
    border: 1px solid #dee2e6;
    padding: 0 0.75rem 0.75rem 0.75rem;
    border-radius: 3px;
}

.wst-lf>h4{
    font-weight: 500;
    font-size: 0.8rem;
    height: 2.5rem;
    line-height: 2.5rem;
    border-bottom: 1px solid #dee2e6;
}

.wst-lf>h4 span{
    
}

.wst-lf>h4 a{
    float: right;
    color: #FF9800;
}

.wsttiqu{
    padding: 0.75rem 0;
}

.wsttiqu>p{
    line-height: 1rem;
    margin-bottom: 0.75rem;
    font-size: 0.7rem;
    font-weight: bold;
}

.wstfujian{
    margin-bottom: 0.75rem;
}

.wstfujian img{
    max-width: 20rem;
}

.wstfujian video{
    max-width: 20rem;
} 

.wstfujian audio{
    width: 100%;
    height: 2rem;
} 

.wsttiqu ul{
    margin-bottom: 1rem;
    min-height: calc((1.8rem + 0.75rem) * 5);
}

.wsttiqu ul li{
    margin-top: 0.75rem;
    position: relative;
    border: 1px solid #dee2e6;
    padding: 0.4rem 0.5rem;
    border-radius: 6px;
    font-size: 0.6rem;
}

.wsttiqu ul li.act{
    border: 1px solid #47dd47;
}

.wsttiqu ul li.act div span{
    color:#47dd47
}

.wsttiqu ul li>div{
    cursor: pointer;
    display: flex;
}

.wsttiqu ul li.ok div{
    width: calc(100% - 3rem);
}

.wsttiqu ul li.ok>i{
    display: block;
}

.wsttiqu ul li>div>span{
    font-weight: bold;
    margin-right: 0.5rem;
}

.wsttiqu ul li>i{
    font-size: 0.55rem;
    position: absolute;
    right: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    font-style: normal;
    display: none;
}

.wsttiqu ul li>i::before{
    margin-right: 0.25rem;
    color: #2196F3;
}

.wst-lr{
    border: 1px solid #dee2e6;
    width: 19.25rem;
    float: right;
    padding: 0 0.75rem 0.75rem 0.75rem;
} 

.wst-lr>h5{
    height: 2.5rem;
    line-height: 2.5rem;
    border-bottom: 1px solid #dee2e6;
}

.wst-lr ul{
    padding: 0.75rem;
    height: calc(12 * 2rem + 0.75rem);
    overflow: hidden;
    overflow-y: auto;
    margin: 0 -0.75rem;
}

.wst-lr ul::-webkit-scrollbar {
    width: 0.2rem; 
}

.wst-lr ul::-webkit-scrollbar-track {
    background: #fff;
}

.wst-lr ul::-webkit-scrollbar-thumb {
    background: #e5e5e5;
    border-radius: 0.3rem;
}

.wst-lr ul li{
    float: left;
    height: 2rem;
    line-height: 2rem;
    padding: 0.2rem;
    width: calc(100% / 8);
}

.wst-lr ul li>div{
    border: 1px solid #dee2e6;
    text-align: center;
    height: 1.6rem;
    line-height: 1.6rem;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 4px;
}

.wst-lr ul li.ok div{
    color: #46cb7e;
    border: 1px solid #46cb7e;
    background-color: #f7fbf9;
}

.wst-lr ul li.err div{
    color: #F44336;
    border: 1px solid #F44336;
    background-color: #fff6f6;
}

.wst-lr ul li.act div{
    color: #FFC107;
    border: 1px solid #FFC107;
    background-color: #fffdf6;
}

.wst .daanjiexi{
    margin-top: 1rem;
    border-top: 1px solid #dee2e6;
    padding: 0.75rem 0;
}

.wst .daanjiexi h5{

}

.wst .daanjiexi>div{
    margin-top: 0.5rem;
    background-color: #e4e7f0;
    padding: 0.5rem;
    border-radius: 6px;
}

.wst .prevnextbut{

}

.wst .prevnextbut button{
    height: 1.5rem;
    line-height: 1.5rem;
    border: 1px solid #3a536c;
    background-color: #3a536c;
    color: #fff;
    padding: 0 1rem;
    border-radius: 3px;
    float: right;
}

.wst .prevnextbut button.prev{
    float: left;
    border: 1px solid #dee2e6;
    background-color: transparent;
    color: #888;
}

.wst-datas{
    background-color: #f8f9fc;
    margin-top: 0.75rem;
    padding: 0.5rem 0;
}

.wst-datas>div{
    width: calc(100% / 4);
    float: left;
    text-align: center;
    border-right: 1px solid #dfe4f2;
}

.wst-datas>div:last-child{
    border:0;
}

.wst-datas>div>div{

}

.wst-datas>div>div:first-child{
    font-size: 0.65rem;
    margin-bottom: 0.25rem;
}

.wst-datas>div>div:last-child{
    height: 1.3rem;
    line-height: 1.3rem;
    font-size: 0.8rem;
    cursor: pointer;
}

.duoxuanbuts{
    width: 100%;
    text-align: center;
    background-color: #FF9800;
    color: #fff;
    height: 1.6rem;
    line-height: 1.6rem;
    border-radius: 6px;
    margin-top: -0.5rem;
    cursor: pointer;
}

.wsfnodata{
    background-color: #fff;
    text-align: center;
    padding: 5rem 0 6rem 0;
    margin-top: 1rem;
}

.wsfnodata img{
    width: 10rem;
}

.wsfnodata p{
    font-size: 1.2rem;
    margin-top: 2rem;
    color: #8f9eb8;
}

.wsfnodata a{
    font-size: 0.7rem;
    margin-top: 0.75rem;
    color: #fff;
    display: inline-block;
    background-color: #8f9eb8;
    padding: 0.25rem 0.75rem;
    border-radius: 15px;
}

/** ###################################################### */

.myconts{
    background-color: #fff;
    margin-top: 1rem;
    padding: 0 1rem 0 1rem;
}

.myconts>h4{
    height: 2.5rem;
    line-height: 2.5rem;
    border-bottom: 2px solid #e2e5f0;
}

.myconts>h4>span {
    color: #3a536c;
    display: inline-block;
    position: relative;
}

.myconts>h4>span.act::before {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #3a536c;
    height: 2px;
}

.mycontsdiv{
    background-color: #fff;
    padding: 1rem 0;
}

.mycontscent{
    border: 1px solid #dee2e6;
    padding: 0.75rem 0.75rem 0 0.75rem;
    border-radius: 6px;
    background-color: #fff;
}

.mycontscent>div{
    border-bottom: 1px solid #ddd;
    margin-bottom: 0.75rem;
}

.mycontscent>div:last-child{
    margin-bottom: 0;
    border-bottom: 0;
}

.mycontscent>div>h5{
    font-size: 0.7rem;
}

.mycontscent>div>h5 i{
    font-size: 0.6rem;
    margin-right: 0.25rem;
}

.mycontscent>div .lasttimes{
    height: 1.2rem;
    line-height: 1.2rem;
    font-size: 0.55rem;
    margin: 0.25rem 0 0.15rem 0;
    color: #6e8296;
}

.mycontscent>div .lasttimes i{
    font-size: 0.5rem;
    font-weight: bold;
    margin-right: 0.25rem;
}

.repolist>li>div>p i{
    font-size: 0.6rem;
    margin-right: 0.25rem;
}

.mycontsnodata{
    padding: 4rem 0;
    text-align: center;
}

.mycontsnodata img{
    width: 10rem;
}

.mycontsnodata p{
    font-size: 1.2rem;
    margin-top: 2rem;
    color: #8f9eb8;
}

/** ###################################################### */

.mock{
    background-color: #fff;
    margin-top: 1rem;
    padding: 0 1rem 0 1rem;
}

.mock>h4{
    height: 2.5rem;
    line-height: 2.5rem;
    border-bottom: 2px solid #e2e5f0;
}

.mock>h4>span{
    color: #3a536c;
    display: inline-block;
    position: relative;
}

.mock>h4>span.act::before {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #3a536c;
    height: 2px;
}

.mockdiv{
    background-color: #fff;
    padding: 1rem 0;
}

.mockdivlf{
    width: calc(100% - 20rem);
    float: left;
    border-radius: 3px;
}

.mockdivlf ul{
    
}

.mockdivlf ul li{
    padding: 0 0 1rem 0;
}

.mockdivlf ul li:last-child{
    padding-bottom: 0;
}

.mockdivlf ul li>div{
    padding: 0.75rem;
    border-radius: 6px;
    border: 1px solid #e3e5f0;
}

.mockdivlf ul li>div>h5 i{
    font-size: 0.6rem;
    margin-right: 0.25rem;
    font-weight: bold;
}

.mockdivlf ul li>div>div.info{
    padding: 0.75rem;
    border-radius: 6px;
    border: 1px solid #e4e5f0;
    margin-top: 0.5rem;
}

.mockdivlf ul li>div>div.listdata{
    
}

.mockdivlf ul li .listdata{
    border: 1px solid #e3e5f0;
    padding: 0 0.75rem 0.75rem 0.75rem;
    margin-top: 0.75rem;
    border-radius: 6px;
}

.mockdivlf ul li .listdata p{
    width: calc(50% - 0.75rem / 2);
    float: left;
    display: inline-block;
    height: 1.8rem;
    line-height: 1.8rem;
    border-bottom: 1px solid #e3e5f0;
    border-style: dashed;
}

.mockdivlf ul li .listdata p:nth-child(2n - 1){
    float: right;
}

.mockdivlf .mokaobut{
    height: 1.8rem;
    line-height: 1.8rem;
    text-align: center;
    border: 1px solid #e4e5f0;
    margin-top: 0.5rem;
    border-radius: 6px;
    cursor: pointer;
    display: block;
}

.mockdivlr{
    border: 1px solid #e3e5f0;
    width: 19.25rem;
    float: right;
    padding: 0 0.75rem 0.75rem 0.75rem;
}

.mockdivlr>h5{
    height: 2.5rem;
    line-height: 2.5rem;
    border-bottom: 1px solid #e3e5f0;
}

.mockdivlrul{

}

.mockdivlrul li{
    background-color: #f8f9fc;
    margin-top: 0.75rem;
    padding: 0.5rem;
    border: 1px solid #e1e5ee;
}

.mockdivlrul li>div{
    height: 1.2rem;
    line-height: 1.2rem;
}

.mockdivlrul li>div span{
    margin-right: 0.5rem;
}

/** ###################################################### */

.mockcent{
    background-color: #fff;
    margin-top: 1rem;
    padding: 0 1rem 0 1rem;
}

.mockcent>h4{
    height: 2.5rem;
    line-height: 2.5rem;
    border-bottom: 2px solid #e2e5f0;
}

.mockcent>h4>span{
    color: #3a536c;
    display: inline-block;
    position: relative;
}

.mockcent>h4>span.act::before {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #3a536c;
    height: 2px;
}

.mockcentdiv {
    background-color: #fff;
    padding: 1rem 0;
}

.mockcentdivlf{
    width: calc(100% - 20rem);
    float: left;
    border: 1px solid #dee2e6;
    padding: 0 0.75rem 0.75rem 0.75rem;
    border-radius: 3px;
}

.mocktimebut{
    font-size: 0.8rem;
    height: 2.5rem;
    line-height: 2.5rem;
    border-bottom: 1px solid #dee2e6;
}

.mocktimebut>div{
    display: inline-block;
    cursor: pointer;
}

.mocktimebut>div.timess{
    color: #4CAF50;
}

.mocktimebut>div.jiaojuan{
    float: right;
    color: #FF9800;
}

.mockcentdivlr{
    border: 1px solid #dee2e6;
    width: 19.25rem;
    float: right;
    padding: 0 0.75rem 0.75rem 0.75rem;
}

.mockcentdivlr>h5 {
    height: 2.5rem;
    line-height: 2.5rem;
    border-bottom: 1px solid #dee2e6;
}

.mockcentdivlr ul {
    padding: 0.75rem 0.75rem 0 0.75rem;
    height: calc(13 * 2rem + 0.75rem);
    overflow: hidden;
    overflow-y: auto;
    margin: 0 -0.75rem;
}

.mockcentdivlr ul li {
    float: left;
    height: 2rem;
    line-height: 2rem;
    padding: 0.2rem;
    width: calc(100% / 8);
}

.mockcentdivlr ul li>div {
    border: 1px solid #dee2e6;
    text-align: center;
    height: 1.6rem;
    line-height: 1.6rem;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 4px;
}

.mockcentdivlr ul li.act>div{
    background-color: #fff9e6;
    border: 1px solid #FF9800;
    color: #FF9800;
}

.mockcentdivlr ul li.ok>div{
    background-color: #ebfcec;
    border: 1px solid #4CAF50;
    color: #4CAF50;
}

.mocklist{
    padding: 0.75rem 0;
}

.mocklist>li{
    display: none;
}

.mocklist>li.act{
    display: block;
}

.mocklist>li p.xtip{
    height: 1.8rem;
    line-height: 1.8rem;
    background-color: #f8f9fc;
    margin-bottom: 0.75rem;
    padding: 0 0.5rem;
    border-radius: 6px;
    color: #00BCD4;
}

.mocklist>li p.xtip span{
    float: right;
}

.mocklist>li p.xtip span i{
    font-style: normal;
    font-weight: bold;
    margin: 0 0.25rem;
    font-size: 0.6rem;
    color: #2196F3;
}

.mocklist>li p.pti{
    line-height: 1rem;
    margin-bottom: 0.75rem;
    font-size: 0.7rem;
    font-weight: bold;
}

.mockfujian{
    margin-bottom: 0.75rem;
}

.mockfujian img{
    max-width: 20rem;
}

.mockfujian video{
    max-width: 20rem;
} 

.mockfujian audio{
    width: 100%;
    height: 2rem;
} 

.mocklist ul{
    margin-bottom: 1rem;
    min-height: calc((1.8rem + 0.75rem) * 5);
}

.mocklist ul li {
    margin-top: 0.75rem;
    position: relative;
    border: 1px solid #dee2e6;
    padding: 0.4rem 0.5rem;
    border-radius: 6px;
    font-size: 0.6rem;
    cursor: pointer;
}

.mocklist ul li.act{
    border: 1px solid #2196F3;
    color: #2196F3;
}

.mocklist ul li span{
    font-weight: bold;
    margin-right: 0.5rem;
}

.mockprevnextbut{

}

.mockprevnextbut button{
    height: 1.5rem;
    line-height: 1.5rem;
    border: 1px solid #3a536c;
    background-color: #3a536c;
    color: #fff;
    padding: 0 1rem;
    border-radius: 3px;
    float: right;
}

.mockprevnextbut button.prev{
    float: left;
    border: 1px solid #dee2e6;
    background-color: transparent;
    color: #888;
}

.postjiaojuan{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 20%);
}

.postjiaojuan>div{
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    text-align: center;
    padding: 0 1.5rem 0.5rem 1.5rem;
    border-radius: 6px;
}

.postjiaojuan>div p{
    font-size: 0.8rem;
}

.mockloading {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    gap: 6px;
    margin: 1rem auto;
}

.mockloading span {
    width: 4px;
    height: 50px;
    background: #4c86f9;
    animation: scale 0.9s ease-in-out infinite;
}

.mockloading span:nth-child(2) {
    background: #49a84c;
    animation-delay: -0.8s;
}

.mockloading span:nth-child(3) {
    background: #f6bb02;
    animation-delay: -0.7s;
}

.mockloading span:nth-child(4) {
    background: #f6bb02;
    animation-delay: -0.6s;
}

.mockloading span:nth-child(5) {
    background: #2196f3;
    animation-delay: -0.5s;
}

@keyframes scale {
    0%, 40%, 100% {
        transform: scaleY(0.05);
    }

    20% {
        transform: scaleY(1);
    }
}

.mockress{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 20%);
}

.mockress .errtips{
    padding: 0.5rem 1rem;
    border: 1px solid #FFC107;
    background-color: #fdf3e5;
    color: #FF9800;
    border-radius: 6px;
    margin-bottom: 0.5rem;
}

.mockressdiv{
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -80%);
    background-color: #fff;
    max-width: 20rem;
    width: calc(100% - 0.5rem);
    padding: 1rem;
    border-radius: 6px;
}

.mockressdivstatus{
    height: 1.8rem;
    line-height: 1.8rem;
    font-size: 1rem;
    margin-bottom: 1rem;
    color: #0fbf0f;
}

.mockressdivstatus.err{
    color: #FF9800;
}

.mockressdivstatus i{
    font-size: 1rem;
    margin-right: 0.5rem;
}

.mockressdiv ul{
    padding: 0.5rem 0.75rem;
    background-color: #f2fdff;
    margin-bottom: 0.25rem;
    border-radius: 6px;
    color: #00BCD4;
    border: 1px solid #ceecf0;
}

.mockressdiv ul li{
    width: calc(100% / 3);
    display: inline-block;
    height: 1.8rem;
    line-height: 1.8rem;
}

.mockressdivbut{
    padding: 0.75rem 0 0 0;
    text-align: center;
}

.mockressdivbut a{
    height: 1.4rem;
    line-height: 1.4rem;
    padding: 0 0.75rem;
    display: inline-block;
    text-align: center;
    background-color: #03A9F4;
    color: #fff;
    margin: 0 1rem;
    border-radius: 3px;
}

.mockressdivbut a.cl{
    border: 1px solid #05aaf4;
    background-color: transparent;
    color: #05aaf4;
}

/** ###################################################### */

.logmain{
    background-color: #fff;
    min-height: calc(100vh - 6rem);
    display: flex;
    padding: 1rem 0;
    background-image: url(/2.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.logindiv{
    margin: auto;
}

.logindiv * {
    position: relative;
    z-index: 9;
}


.loginlr{
    background-color: #fff;
    border-radius: 6px;
    padding: 0.5rem;
    width: 16rem;
}

.loginlr>div.t{
    padding: 1rem 0 1rem 0;
    text-align: center;
}

.loginlr>div.t span{
    font-size: 0.8rem;
    background-color: #3a536c;
    color: #fff;
    width: 2.5rem;
    height: 2.5rem;
    line-height:2.5rem;
    display: block;
    border-radius: 100%;
    margin: auto;
}

.loginlr>div.c{
    padding: 0 0.5rem 0.5rem 0.5rem;
    border-radius: 6px;
}

.logintab{
    height: 2rem;
    line-height: 2rem;
    font-size: 0.65rem;
    border-bottom: 2px solid #ddd;
    border-radius: 0;
}

.logintab span{
    padding: 0;
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 50%;
    text-align: center;
    float: left;
}

.logintab span.act::before{
    position: absolute;
    content: '';
    display: block;
    left: 0;
    bottom:0;
    width: 100%;
    border-bottom: 2px solid #0fbf0f;
}

.logwecaht{
    text-align: center;
    display: block;
}

.logwecaht.act{
    display: block;
}

.logwecaht>div:first-child{
    border: 1px solid #ddd;
    display: inline-block;
    padding: 0.25rem 0.25rem 0 0.25rem;
    border-radius: 6px;
    margin-top: 1rem;
    width: 100%;
}

.logwecaht>div:first-child img{
    width: 8rem;
}

#wechatqrcodes iframe{
    width: 100% !important;
    padding: 0.5rem;
    height: 240px !important;
}

.loginname{
    display: none;
}

.loginname.act{
    display: block;
}

.loginname p{
    margin-top: 0.75rem;
    border-radius: 6px;
    position: relative;
}

.loginname p span{
    display: block;
    margin-bottom: 0.75rem;
}

.loginname p span.eyepass{
    display: inline-block;
    position: absolute;
    right: 0.5rem;
    bottom: 0.25rem;
    margin-bottom: 0;
    cursor: pointer;
}

.loginname p button {
    width: 108px;
    height: 34px;
    line-height: 34px;
    display: inline-block;
    text-align: center;
    border: 1px solid #d5dcef;
    float: right;
    border-left: 0;
    background-color: #d5dcef;
    cursor: pointer;
    margin-top: 0;
    border-radius: 0;
    color: #587794;
}

.loginname p input{
    height: 1.7rem;
    line-height: 1.7rem;
    width: 100%;
    border: 1px solid #d5dcef;
    padding-left: 0.5rem;
    border-radius: 3px;
}

.loginname p input[name="vfphonecode"] {
    width: calc(100% - 108px);
    border-radius: 0;
}

.loginname button{
    height: 1.7rem;
    line-height: 1.7rem;
    display: block;
    background-color: #FF5722;
    text-align: center;
    color: #fff;
    margin-top: 0.75rem;
    border-radius: 6px;
    width: 100%;
    border: 0;
}

.regs p{
    margin-top: 0.75rem;
    border-radius: 6px;
    position: relative;
}

.regs p i{
    margin-bottom: 0.75rem;
    position: absolute;
    left: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    color: #ddd;
    font-size: 0.65rem;
}

.regs p .layui-icon{
    margin-bottom: 0.75rem;
    position: absolute;
    right: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    color: #aaa;
    font-size: 0.65rem;
    cursor: pointer;
}

.regs p input{
    height: 1.7rem;
    line-height: 1.7rem;
    width: 100%;
    border: 1px solid #d5dcef;
    padding-left: 0.5rem;
    border-radius: 3px;
    padding-left: 1.5rem;
    font-size: 0.6rem;
}

.regs p input[name="uservfcode"]{
    width: calc(100% - 120px);
}

.regs p img{
    position: absolute;
    right: 0;
    top: 0;
    height: 34px;
    border: 1px solid #d5dcef;
    cursor: pointer;
}

.regs p input::-webkit-input-placeholder {
    color: #ccc;
    opacity: 0.9;
}

.regs p input::-moz-placeholder {
    color: #ccc;
    opacity: 0.9;
}

.regs p input:-moz-placeholder {
    color: #ccc;
    opacity: 0.9;
}

.regs p input:-ms-input-placeholder {
    color: #ccc;
    opacity: 0.9;
}

.regs button{
    height: 1.7rem;
    line-height: 1.7rem;
    display: block;
    background-color: #FF5722;
    text-align: center;
    color: #fff;
    margin-top: 0.75rem;
    border-radius: 6px;
    width: 100%;
    border: 0;
}

.resstpass{

}

.resstpass p{
    margin-top: 0.75rem;
    border-radius: 6px;
    position: relative;
}

.resstpass p i{
    margin-bottom: 0.75rem;
    position: absolute;
    left: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    color: #ddd;
    font-size: 0.65rem;
}

.resstpass p .layui-icon{
    margin-bottom: 0.75rem;
    position: absolute;
    right: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    color: #aaa;
    font-size: 0.65rem;
    cursor: pointer;
}

.resstpass p input{
    height: 1.7rem;
    line-height: 1.7rem;
    width: 100%;
    border: 1px solid #d5dcef;
    padding-left: 0.5rem;
    border-radius: 3px;
    padding-left: 1.5rem;
    font-size: 0.6rem;
}

.resstpass p .layui-icon{
    margin-bottom: 0.75rem;
    position: absolute;
    right: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    color: #aaa;
    font-size: 0.65rem;
    cursor: pointer;
}

.resstpass p input[name="uservfcode"]{
    width: calc(100% - 108px);
    border-radius: 0;
}

.resstpass p input[name="useremailcode"]{
    width: calc(100% - 108px);
    border-radius: 0;
}

.resstpass p span{
    width: 108px;
    height: 34px;
    line-height: 34px;
    display: inline-block;
    text-align: center;
    border: 1px solid #d5dcef;
    float: right;
    border-left: 0;
    background-color: #d5dcef;
    cursor: pointer;
}

.resstpass p img{
    position: absolute;
    right: 0;
    top: 0;
    width: 108px;
    height: 34px;
    border: 1px solid #d5dcef;
    border-left: 0;
    cursor: pointer;
}

.resstpass p input::-webkit-input-placeholder {
    color: #ccc;
    opacity: 0.9;
}

.resstpass p input::-moz-placeholder {
    color: #ccc;
    opacity: 0.9;
}

.resstpass p input:-moz-placeholder {
    color: #ccc;
    opacity: 0.9;
}

.resstpass p input:-ms-input-placeholder {
    color: #ccc;
    opacity: 0.9;
}

.resstpass button{
    height: 1.7rem;
    line-height: 1.7rem;
    display: block;
    background-color: #FF5722;
    text-align: center;
    color: #fff;
    margin-top: 0.75rem;
    border-radius: 6px;
    width: 100%;
    border: 0;
}

/** ###################################################### */

.userdata{
    background-color: #fff;
    margin-top: 1rem;
    padding: 0.75rem;
}

.userdatatop{
    display: block;
    background-color: #3a536c;
    padding: 1rem;
    border-radius: 6px;
    position: relative;
}

.userdatatop>a{
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    background-color: #527190;
    color: #fff;
    height: 1.2rem;
    line-height: 1.2rem;
    padding: 0 0.5rem;
    border-radius: 3px;
}

.userdatatop>div:first-child{
    display: inline-block;
    float: left;
    height: 2.5rem;
    line-height: 2.5rem;
}

.userdatatop>div:first-child img{
    width: 100%;
    height: 100%;
    border-radius: 6px;
}

.userdatatop>div:nth-child(2){
    display: inline-block;
    float: left;
    padding-left: 0.75rem;
}

.userdatatop>div:nth-child(2) p{
    height: 1.25rem;
    line-height: 1.25rem;
    color: #fff;
    font-size: 0.7rem;
}

.userdatabot{
    margin-top: 0.25rem;
    min-height: calc(100vh - 14rem);
}

.userdatabot>ul{
    width: 10rem;
    background-color: #f8f9fc;
    float: left;
    margin-top: 0.5rem;
    min-height: calc(100vh - 14rem);
}

.userdatabot>ul li{
    height: 2.4rem;
    line-height: 2.4rem;
    padding-left: 1rem;
    cursor: pointer;
}

.userdatabot>ul li.act{
    border-left: 2px solid #3b546c;
    background-color: #d3e0eb;
}

.userdatabot>ul li i{
    font-size: 0.6rem;
    margin-right: 0.5rem;
}

.userdatabot>div{
    width: calc(100% - 10rem);
    float: left;
    padding-left: 0.75rem;
}

.usercents{

}

.usercents>h5{
    height: 2.5rem;
    line-height: 2.5rem;
    border-bottom: 2px solid #e2e5f0;
}

.usercents>h5 span{
    color: #3a536c;
    display: inline-block;
    position: relative;
}

.usercents>h5 span.act::before{
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #3a536c;
    height: 2px;
}

.userlist{

}

.userlist li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.45rem;
    border: 1px dashed #d5dcef;
    margin-top: 0.5rem;
    border-radius: 6px;
}

.userlist li>div{

}

.userlist li>div>div:first-child{
    font-size: 0.75rem;
    margin-bottom: 0.25rem;
}

.userlist li>div>div:last-child{
    color: #6b7a90;
    font-size: 0.6rem;
}

.userlist li>div>div:last-child span{
    margin-right: 0.5rem;
}

.userlist li>a{
    color: #39526c;
    border: 1px solid #e3e8f0;
    border-radius: 5px;
    padding: 0.2rem 0.55rem;
    font-size: 0.6rem;
}

.usernodatas{
    text-align: center;
    padding: 3rem 0;
}

.usernodatas img{
    width: 10rem;
}

.usernodatas p{
    margin-top: 2rem;
    font-size: 1rem;
    color: #92a4b6;
}

.userbangding{

}

.userbangding>div{
    margin-top: 0.5rem;
    border: 1px solid #d5dcef;
    padding: 0.5rem;
    border-radius: 6px;
    position: relative;
    font-size: 0.7rem;
}

.userbangding>div i{
    font-size: 0.6rem;
    margin-right: 0.5rem;
    font-size: 0.7rem;
}

.userbangding>div i.weixin{
    color: #00d569;
}

.userbangding>div i.shouji{
    color: #FF9800;
}

.userbangding>div i.youxiang{
    color: #6b367b;
}

.userbangding>div a{
    position: absolute;
    font-size: 0.6rem;
    color: #009688;
    right: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
}

.useralertbg{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top:0;
    background-color: rgb(0 0 0 / 20%);
}

.useralert{
    max-width: 19.5rem;
    width: calc(100% - 1rem);
    background-color: #fff;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    border-radius: 6px;
}

.useralerthead{
    position: relative;
    padding: 1rem 0;
    text-align: center;
    background: linear-gradient(135deg, #59c3fb 10%, #268df7 100%);
}

.useralerthead.shoujiband{
    background: linear-gradient(135deg, #0a0d10 10%, #1a252f 100%);
}

.useralerthead::before {
    content: ' ';
    width: 200px;
    height: 200px;
    border-radius: 50%;
    display: inline-block;
    background-color: #fff;
    opacity: 0.1;
    position: absolute;
    top: -90px;
    left: -80px;
}

.useralerthead::after {
    content: ' ';
    width: 200px;
    height: 200px;
    border-radius: 50%;
    display: inline-block;
    background-color: #fff;
    opacity: 0.1;
    position: absolute;
    top: 10px;
    right: -90px;
}

.useralerthead i.youxiang{
    font-size: 30px;
    display: block;
    color: #fff;
}

.useralerthead i.shouji{
    font-size: 30px;
    display: block;
    color: #fff;
}

.useralerthead span{
    margin-top: 10px;
    display: block;
    color: #fff;
}

.useralerthead .gbi {
    position: absolute;
    right: 0.25rem;
    top: 0rem;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    opacity: 0.4;
    z-index: 222;
}

.useralertbody {
    padding: 1rem;
}

.useralertbody p {
    margin-bottom: 20px;
    position: relative;
}

.useralertbody p input{
    height: 35px;
    line-height: 35px;
    width: 100%;
    border: 1px solid #f5f5f5;
    padding-left: 10px;
    font-size: 12px;
}

.useralertbody p input::-webkit-input-placeholder {
    color: #ccc;
    opacity: 0.9;
}

.useralertbody p input::-moz-placeholder {
    color: #ccc;
    opacity: 0.9;
}

.useralertbody p input:-moz-placeholder {
    color: #ccc;
    opacity: 0.9;
}

.useralertbody p input:-ms-input-placeholder {
    color: #ccc;
    opacity: 0.9;
}

.useralertbody p span {
    position: absolute;
    height: 35px;
    line-height: 35px;
    font-size: 0.6rem;
    right: 0;
    padding: 0 15px;
    background-color: #f5f5f5;
    cursor: pointer;
}

.useralertbody>span {
    height: 35px;
    line-height: 35px;
    display: block;
    text-align: center;
    background: linear-gradient(135deg, #59c3fb 10%, #268df7 100%);
    color: #fff;
    border-radius: 6px;
    cursor: pointer;
}

.useralertbody>span.bandshouji{
    background: linear-gradient(135deg, #283b4c 10%, #283749 100%);
}

.userpass{
    width: 16rem;
    margin: 1rem auto;
    padding: 0 0.5rem 0.5rem 0.5rem;
    border: 1px solid #ddd;
    border-radius: 6px;
}

.userpasstip{
    line-height: 1.2rem;
    padding: 0.25rem 0.5rem;
    border: 1px solid #d5dcef;
    margin-top: 0.75rem;
    border-radius: 6px;
    background-color: #496178;
    color: #ddd;
}

.userpass p{
    border-radius: 6px;
    padding: 0.5rem 0 0 0;
}

.userpass p span{
    display: block;
    margin-bottom: 0.5rem;
}

.userpass p input{
    height: 1.5rem;
    line-height: 1.5rem;
    width: 100%;
    border: 1px solid #d5dcef;
    padding-left: 0.5rem;
}

.userpass p input::-webkit-input-placeholder {
    color: #ccc;
    opacity: 0.9;
}

.userpass p input::-moz-placeholder {
    color: #ccc;
    opacity: 0.9;
}

.userpass p input:-moz-placeholder {
    color: #ccc;
    opacity: 0.9;
}

.userpass p input:-ms-input-placeholder {
    color: #ccc;
    opacity: 0.9;
}

.userpass button{
    height: 1.8rem;
    line-height: 1.8rem;
    background-color: #3b546c;
    color: #fff;
    border: 0;
    width: 100%;
    margin-top: 0.5rem;
    border-radius: 6px;
}

.userdatas{
    padding: 0.5rem 0;
}

.userdatas p{
    height: 2rem;
    line-height: 2rem;
    border-bottom: 1px dashed #d5dcef;
}

.userdatas p i.bianji{
    margin-left: 0.5rem;
    font-size: 0.6rem;
    cursor: pointer;
}

#turnstile-container{
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
}

/** ###################################################### */
@media screen and (max-width: 1020px){
    .repolist>li {
        width: calc(100% / 3);
    }
}
@media screen and (max-width: 900px){
    .hero {
        margin-top: 0.5rem;
    }
    .catebuysdiv{
        width: 100%;
    }
    .catebuysdivlr{
        width: 100%;
        margin-top: 0.75rem;
    }
    .mockdivlf{
        width: 100%;
    }
    .mockdivlr{
        width: 100%;
        margin-top: 0.75rem;
    }
    .mockcentdivlf{
        width: 100%;
    }
    .mockcentdivlr{
        width: 100%;
        margin-top: 0.75rem;
    }
    .mockcentdivlr ul {
        height: 100%;
    }
    .drills-lf{
        width: 100%;
    }
    .drills-lr{
        width: 100%;
        margin-top: 0.75rem;
    }
    .wst-lf{
        width: 100%;
    }
    .wst-lr{
        width: 100%;
        margin-top: 0.75rem;
    }
    .wst-lr ul {
        height: 100%;
    }
    .mock {
        margin-top: 0.5rem;
        padding: 0 0.5rem;
    }
    .mockcent {
        margin-top: 0.5rem;
        padding: 0 0.5rem;
    }
    .myconts {
        margin-top: 0.5rem;
        padding: 0 0.5rem;
    }
    .drills {
        margin-top: 0.5rem;
        padding: 0.5rem 0.5rem;
    }
    .wst {
        margin-top: 0.5rem;
        padding: 0.5rem;
    }
    .userdata{
        margin-top: 0.5rem;
        padding: 0.25rem;
    }
    .cate {
        margin-top: 0.5rem;
        padding: 0 0.5rem;
    }
    .catelist li, .catelist a {
        width: calc(100% / 3);
    }
    .catebuys{
        margin-top: 0.5rem;
        padding: 0 0.5rem 0.5rem 0.5rem;
    }
}
@media screen and (max-width: 767px){
    .repolist>li {
        width: calc(100% / 2);
    }
}

@media screen and (max-width: 710px){
    .footerlf{
        width: 100%;
    }
    .footerlr{
        width: 100%;
        text-align: left;
        margin-top: 0.25rem;
    }
}

@media screen and (max-width: 690px){
    .userdatabot>ul{
        width: 100%;
        min-height: unset;
        height: unset;
        line-height: unset;
        background-color: #f8f9fc;
        list-style-type: none;
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0.25rem 0;
        overflow: auto;

        /* 添加移动端滚动支持 */
        -webkit-overflow-scrolling: touch; /* 惯性滚动 */
        overflow-scrolling: touch;
        scroll-behavior: smooth;
        
        /* 防止弹性滚动 */
        overscroll-behavior-x: contain;

        float: unset;
    }
    
    .userdatabot>ul::-webkit-scrollbar {
        display: none; 
    }

    .userdatabot>ul li {
        height: 1.8rem;
        line-height: 1.8rem;
        cursor: pointer;
        float: left;
        display: inline-block;
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        color: #444;
        padding: 0px 0.75rem;

        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;

        -webkit-tap-highlight-color: transparent;
    }
    .userdatabot>ul li.act{
        border-left: 0px solid #3b546c;
        background-color: #d3e0eb;
    }
    .userdatabot>div{
        width: 100%;
        padding: 0;
    }
}
@media screen and (max-width: 660px){
    .catelist li, .catelist a {
        width: calc(100% / 2);
    }
}

@media screen and (max-width: 526px){
    .repolist>li {
        width: 100%;
    }
}

@media screen and (max-width: 470px){
    .wst-lr ul li {
        width: calc(100% / 6);
    }
    .mockcentdivlr ul li {
        width: calc(100% / 6);
    }
}

@media screen and (max-width: 418px){
    .userlist li {
        display: block;
    }
    .userlist li>div {
        margin-bottom: 0.5rem;
    }
    .userlist li>a{
        width: 100%;
        display: block;
        text-align: center;
    }
}

@media screen and (max-width: 360px){
    .catelist li, .catelist a {
        width: calc(100% / 1);
    }
}

/** ###################################################### */

.wapnav{
    display: none;
}

@media screen and (max-width: 724px){
    .home-layout {
        flex-direction: column;
    }
    .home-left {
        width: 100%;
    }
    header>.center>ul{
        display: none;
    }

    .wapnav{
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        display: flex;
        align-content: center;
        justify-content: space-evenly;
        align-items: center;
        background-color: #3a536c;
        box-shadow: rgba(142, 142, 142, 0.19) 0px 6px 15px 0px;
        -webkit-box-shadow: rgba(142, 142, 142, 0.19) 0px 6px 15px 0px;
        z-index: 100;
    }

    .wapnav a{
        text-align: center;
        padding: 0.25rem;
        font-size: 0.6rem;
    }

    .wapnav a i{
        display: block;
        margin-bottom: 0.1rem;
        font-size: 0.7rem;
        color: #fff;
    }

    .wapnav a span{
        font-size: 0.6rem;
        color: #fff;
    }
}