:root{
    color: #3D3D3D;
    --bs-modal-color: #3D3D3D;
    font-size: 16px;
    font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
}
a{
    color: #3D3D3D;
}
.bg-nav{background-color: rgba(0, 0, 0, 0);}
.bg-footer{background-color: #333;}
.bg-black{background-color: #060015;}
.bg-1A1528{background-color: #1A1528;}
.bg-060015{background-color: #060015;}
.bg-FFF8F8{background-color: #FFF8F8;}
.bg-F1F3F5{background-color: #F1F3F5;}
.bg-FFFC62{background-color: #FFFC62;}
.bg-FCF0F0{background-color: #FCF0F0;}
.bg-FFF3F3{background-color: #FFF3F3;}
.bg-linear-red{
    background-image: linear-gradient(to right, #F6453F, #C20F09);
}
.index-banner{height: calc(100vh - 65px);background-repeat: no-repeat;background-size: cover;background-position: center;}
.index-box{width: 100%;display: flex;justify-content: center;align-items: center;position: relative;aspect-ratio: 835 / 352;}
.index-box-content{width: 100%;aspect-ratio: 835 / 352;position: absolute;}
/* 登录 start*/
.login-box{
    background-color: #fff;
    min-height: 500px;
    padding-top: 2rem;
    border-radius: .5rem;
}
.login-box .send-code-btn{
    width: 40%;
    color: #F6443F;
    border: 1px solid #D8D8D8;
    border-radius: .375rem;
}
.login-box .form-control{color: #333;}
.login-box .exec-login-btn{border: 0;color: #fff;}
.login-box .register-tips{width: 100%;font-size: 12px;font-weight: bolder;display: flex;justify-content: center;align-items: center;position: relative;z-index: 2;color: #3d3d3d;}
.login-box .register-tips::before, .login-box .register-tips::after{content: '';position: absolute;width: calc((100% - 14em) / 2);height: 1px;background-color: #d8d8d8;left: 0;top: calc((100% - 1px) / 2);z-index: 1}
.login-box .register-tips::after{left: auto;background-color: #D8D8D8;right: 0;}
.login-box .cover{width: 179px;position: absolute;height: 179px;border-radius: .7em;overflow: hidden; background-color: rgba(0, 0, 0, .8);color: #fff;display: flex;justify-content: center;align-items: center;}
.login-box .qrcode-box{width: 179px; border-radius: .7em; overflow: hidden;}
.login-box .tel-login-btn, .login-box .wechat-login-btn, .login-box .tel-login{display: none;cursor: pointer;}
.login-box .tel-login-btn > div, .login-box .wechat-login-btn > div{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
}
.login-box .tel-login-btn.active, .login-box .wechat-login-btn.active{display: flex;}
.login-box .tel-login .text-danger, .login-box .wechat-login .text-danger{font-size: 12px;min-height: 1.5em;}
.login-box .tel-login input::placeholder{color: #B3B3B3;}
.login-box .tel-login input{
    outline: none;
    color: #575B66;
    padding-top: .75rem;
    padding-bottom: .75rem;
    border: 1px solid #D8D8D8;
    /*background-color: #060015;*/
}
.login-box .tel-login input[name=register-code]{width: 60%;}
.login-box .tel-login label{color: #000000;}
.login-box .tel-login-btn .avatar-text{background: #ffa938;font-size: 2rem;cursor: pointer;}
.login-box .wechat-login-btn .avatar-text{background: #50d562;font-size: 2rem;cursor: pointer;}
.login-box .user-protocol{font-size: 12px;color: #666;}

/* 登录 end*/
/* 重写公共 checkbox start */
.checkbox{display: inline-block;cursor: pointer;}
.checkbox img:nth-child(2), .checkbox.check img:nth-child(1){display: inline;}
.checkbox img:nth-child(1), .checkbox.check img:nth-child(2){display: none;}
.checkbox img{width: 1.5em; margin-top: -.2em;}
/* 重写公共 checkbox end */
.text-indent{text-indent: 2em;}
svg.icon{width: 1em;height: 1em;}
.text-333{color: #333;}
.text-3D3D3D{color: #3D3D3D;}
.text-575B66{color: #575B66;}
.text-868686{color: #868686;}
.text-EFEFEF{color: #EFEFEF;}
.text-violet{color: #BB72FF;}
.text-D92721{color: #D92721;}
.text-9E9E9E{color: #9E9E9E !important;}
.text-5ED2FF{color: #5ED2FF;}
.text-5B0F0F{color: #5B0F0F;}
.text-F6443F{color: #F6443F;}
.text-666{color: #666;}
.text-999{color: #999;}
.text-wechat-green{color: #39b239;}
/*#39b239*/
.text-alipay-blue{color: #1777ff;}
/*1777ff*/
.text-blue{color: #315CEC;}
.text-yellow{color: #FDC03A;}
.text-red{color: #FF3838;}
.text-gold{color: #c28748;}
.text-white{color: #fff;}
.text-340403{color: #340403;}
.text-grey{color: #575B66;}
.text-black{color: #060015;}
.cursor-pointer{cursor: pointer;}
.border-radius{border-radius: var(--bs-border-radius-lg);}
.border-left-radius{border-radius: var(--bs-border-radius-lg) 0 0 var(--bs-border-radius-lg);}
.border-top-radius{border-radius: var(--bs-border-radius-lg) var(--bs-border-radius-lg) 0 0;}
.border-bottom-radius{border-radius: 0 0 var(--bs-border-radius-lg) var(--bs-border-radius-lg);}
.border-right-radius{border-radius: 0 var(--bs-border-radius-lg) var(--bs-border-radius-lg) 0;}
.header-placeholder{height: 65px;}
img{max-width: 100%;}

/* 付费列表 start */
.buy-box-border{
    padding: 0;
    border-radius: var(--bs-border-radius);
}
.buy-box{
    background: #fff;
    border-radius: var(--bs-border-radius);
}
.buy-box .buy-banner{
    height: 13rem;
    overflow: hidden;
}
.buy-box .nav-tabs{
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row nowrap;
    white-space: nowrap;
}

.buy-box .nav-item button, .buy-box .nav-item button:hover, .buy-box .nav-item button:visited{
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #DEDEDE;
    color: #666666;
    border-radius: var(--bs-nav-tabs-border-radius);
    padding: .2rem .3rem !important;
    line-height: 1.85em;
}
.buy-box .nav-item button.active{
    border: 1px solid #1777FF;
    border-radius: var(--bs-nav-tabs-border-radius);
    color: #333333;
}
.buy-box .nav-item button i{
    margin-right: .5rem;
}

.buy-box .pay-price-group{
}
.buy-box .pay-price-group .row{
    background: #fff;
    padding: 1rem 0;
    margin: 0;
    border-radius: .3rem;
}
.buy-box .pay-group{
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: relative;
}

.buy-box .pay-group .pay-item{
    width: calc(100% / 4);
    background-image: linear-gradient(133deg, #F6453F, #C20F09);
    border-radius: .5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column nowrap;
    padding: 0;
    position: relative;
    cursor: pointer;
}
.buy-box .pay-group .pay-item > div{
    width: calc(100% - .6rem);
    border-radius: .5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column nowrap;
    margin: .3rem;
    position: relative;
    background: #F5F5FF;
    padding: .3rem 0;
}
.buy-box .pay-group .pay-item .pay-item-title{
    display: flex;
    color: #F6443F;
}

.buy-box .pay-group .pay-item .pay-item-unit-price{
    color: #F6443F;
    font-size: 12px;
    white-space: nowrap;
}

.buy-box .pay-group .pay-item .pay-item-unit-price span{
    font-size: 2rem;
}

.buy-box .pay-group .pay-item .pay-item-price{
    color: #F6443F;
}

.buy-box .pay-group .pay-item .pay-item-original-price{
    text-decoration: line-through;
    color: #7C7E88;
}

.buy-box .pay-group .pay-item .pay-item-tips{
    background-image: linear-gradient(to left, #FFC144, #FF6937);
    position: absolute;
    left: -2px;
    top: calc(-1.5em / 2);
    padding: 0 .5rem;
    color: #fff;
    font-size: 10px;
    line-height: 1.85em;
    border-radius: .5rem 0 .5rem 0;
}

.buy-box .pay-group .pay-item.active > div{
    background: none;
}

.buy-box .pay-group .pay-item.active .pay-item-price,
.buy-box .pay-group .pay-item.active .pay-item-unit-price,
.buy-box .pay-group .pay-item.active .pay-item-original-price,
.buy-box .pay-group .pay-item.active .pay-item-title{
    color: #fff;
}

.buy-box .pay-qrcode-1{
    background: #fff;
    width: 100%;
}

.buy-box .tab-content{
    display: flex;
    justify-content: center;
    padding: 1rem 0 0 0;
}

.buy-box .wechat-qrcode,
.buy-box .alipay-qrcode{
    border: 2px solid #1AAD19;
    width: 130px;
    height: 130px;
    /*padding: 3px;*/
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff url(../img/loading24.gif) center center no-repeat;
    border-radius: .2rem;
    overflow: hidden;
}

.buy-box .alipay-qrcode{
    border-color: #1777FF;
}

.buy-box .wechat-qrcode canvas, .buy-box .alipay-qrcode iframe{
    width: 120px;
    height: 120px;
}

.buy-box .alipay-qrcode iframe{
    margin-left: 5px;
    margin-top: 5px;
    width: 125px;
    height: 125px;
}

.buy-box .wechat-title, .alipay-title{
    margin-top: .3rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.buy-box .wechat-title i, .alipay-title i{
    margin-right: .3rem;
    font-size: 2em;
}

.buy-box .wechat-qrcode img, .alipay-qrcode img{
    width: 100%;
}

.buy-box .pay-price-tips + .fs-7{
    white-space: nowrap;
}

.buy-box .pay-price-tips{
    background-image: linear-gradient(to left, #FF6426, #FFAE57);
    color: #fff;
    padding: .3rem;
    border-radius: .3rem;
    position: relative;
    font-size: 12px;
    white-space: nowrap;
}

.buy-box .pay-price-tips::before{
    position: absolute;
    content: '';
    top: -.85rem;
    left: 2rem;
    border-style: solid;
    border-width: .45rem;
    border-color: transparent transparent #ffa048 transparent;
}

.buy-box .nav-tabs{
}
.buy-box .nav-tabs .nav-item .nav-link{
    color: #666;
    border: 2px solid #ccc;
}
.buy-box .nav-tabs .nav-item .nav-link.active{
    color: #333;
    border: 2px solid #1777FF;
    position: relative;
}
.buy-box .nav-tabs .nav-item .nav-link.active:before{
    position: absolute;
    content: '';
    border-bottom: none;
}
/* 付费列表 end */


/* 挽留 开始 */
.retain-box{
    background-image: linear-gradient(to bottom, #FFC5C3, #C20F09);
    border-radius: .5rem;
}
.retain-box .retain-tips{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.retain-box .retain-tips img{
    width: 80%;
}
.retain-box .retain-frame, .retain-box .qrcode{
    position: relative;
    width: 100%;
    background: #fff;
}
.retain-box .retain-frame{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}
.retain-box .qrcode{
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
}
.retain-box .retain-frame > img{
    width: 100%;
}
.retain-box .retain-frame .retain-content{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.retain-box .retain-frame .retain-content .top,
.retain-box .retain-frame .retain-content .center-1,
.retain-box .retain-frame .retain-content .center-2,
.retain-box .retain-frame .retain-content .bottom{
    position: absolute;
    font-size: 9px;
    width: 100%;
    /*color: #FF4040;*/
    line-height: 1.8em;
}
.retain-box .retain-frame .retain-content .bottom > div > .fs-2{
    white-space: nowrap;
}
.retain-box .retain-frame .retain-content .top{
    left: 2.5%;
    top: 20%;
    width: 95%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*padding: 0 .2rem;*/
    line-height: 1em;
    font-weight: 500;
}
.retain-box .retain-frame .retain-content .center-1{
    right: 7.5%;
    top: 46%;
    width: 3em;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1em;
    font-size: 20px;
    color: #fff;
    font-weight: bolder;
}
.retain-box .retain-frame .retain-content .center-2{
    left: 5%;
    top: 32%;
    width: 75%;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1em;
    font-size: 18px;
    /*color: #FF2A2A;*/
    font-weight: bolder;
    /*background:blue;*/
}
.retain-box .retain-frame .retain-content .center-2 span{
    font-weight: 400;
}
.retain-box .retain-frame .retain-content .top > div{
    text-align: center;
}
.retain-box .retain-frame .retain-content .top .shrink{
    display: inline-block;
    transform: scale(.5);
}
.retain-box .retain-frame .retain-content .bottom{
    bottom: 0%;
    left: 10%;
    width: 80%;
    height: 14.63%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #F6443F;
}
.retain-box .wechat-qrcode,
.retain-box .alipay-qrcode{
    /*border: 2px solid #1AAD19;*/
    width: 130px;
    height: 130px;
    padding: 3px;
    background: #fff url(../img/loading24.gif) center center no-repeat;
    border-radius: .2rem;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.retain-box .alipay-qrcode{
    /*border-color: #1777FF;*/
}
.retain-box .wechat-qrcode canvas{
    width: 120px;
    height: 120px;
}
.retain-box .alipay-qrcode iframe{
    margin-left: 5px;
    margin-top: 5px;
    width: 125px;
    height: 125px;
}
.retain-box .wechat-title, .alipay-title{
    display: flex;
    justify-content: center;
    align-items: center;
}
.retain-box .wechat-title i, .alipay-title i{
    margin-right: .3rem;
    font-size: 2em;
}
.retain-box .wechat-qrcode img, .alipay-qrcode img{
    width: 100%;
}
/* 挽留 结束 */

/* 二次付费 开始 */
.second-box{border-radius: .5rem; box-shadow: none;}
.second-box .second-tips{width: 100%;display: flex;justify-content: center;align-items: center;}
.second-box .second-tips img{width: 80%;}
.second-box .second-frame{position: relative;width: 100%; margin-top: -3.5rem;}
.second-box .second-frame{border-top-left-radius: 1rem;border-top-right-radius: 1rem;}
.second-box .qrcode{border-bottom-left-radius: 1rem;border-bottom-right-radius: 1rem;}
.second-box .second-frame > img{width: 100%;}
.second-box .second-frame .second-content{position: absolute;width: 100%;height: 100%;left: 0;top: 0; padding: 2rem;}
.second-box .second-frame .second-content .top, .second-box .second-frame .second-content .center-1, .second-box .second-frame .second-content .center-2, .second-box .second-frame .second-content .bottom{position: absolute;font-size: 9px;width: 100%;color: #BB72FF;line-height: 1.8em;}
.second-box .second-frame .second-content .bottom > div > .fs-2{white-space: nowrap;}
.second-box .second-frame .second-content .top{left: 5%;top: 20%;width: 89%;display: flex;justify-content: space-between;align-items: center; /*padding: 0 .2rem;*/line-height: 1em;font-weight: 500;}
.second-box .second-frame .second-content .center-1{left: 5%;top: 42%;width: 90%;display: flex;justify-content: center;align-items: center;line-height: 1em;font-size: 20px;color: #fff;font-weight: bolder;}
.second-box .second-frame .second-content .center-2{left: 5%;top: 65.23%;width: 90%;display: flex;justify-content: center;align-items: center;line-height: 1em;font-size: 18px;color: #bb72ff;font-weight: bolder;}
.second-box .second-frame .second-content .center-2 span{font-weight: 400;}
.second-box .second-frame .second-content .top > div{text-align: center;}
.second-box .second-frame .second-content .top .shrink{display: inline-block;transform: scale(.5);}
.second-box .second-frame .second-content .bottom{bottom: 8%;left: 10%;width: 80%;height: 14.63%;display: flex;align-items: center;justify-content: center;color: #060015;}
.second-box .wechat-qrcode, .second-box .alipay-qrcode{width: 130px;height: 130px;padding: 3px;background: #fff url(../img/loading24.gif) center center no-repeat;border-radius: .2rem;overflow: hidden;display: flex;justify-content: center;align-items: center;}
.second-box .alipay-qrcode{border-color: #1777FF;}
.second-box .wechat-qrcode canvas{width: 120px;height: 120px;}
.second-box .alipay-qrcode iframe{margin-left: 5px;margin-top: 5px;width: 125px;height: 125px;}
.second-box .wechat-title, .alipay-title{margin-top: .3rem;display: flex;justify-content: center;align-items: center;}
.second-box .wechat-title i, .alipay-title i{margin-right: .3rem;font-size: 2em;}
.second-box .wechat-qrcode img, .alipay-qrcode img{width: 100%;}
/* 二次付费 结束 */
.link-dark{color: #212529 !important;}
.fs-7{font-size: .75rem !important}
.fs-8{font-size: .625rem !important}
.fs-9{font-size: .5rem !important}
.fs-10{font-size: .375rem !important}
.w-1em{width: 1em;}
.w-2em{width: 1.5em;}
.w-3em{width: 2em;}
.w-4em{width: 2.5em;}
.icon-img-xs{width: .8em;}
.icon-img-sm{width: 1em;}
.icon-img{width: 1.2em;}
.icon-img-md{width: 1.5em;}
.icon-img-lg{width: 1.8em;}
.icon-img-xl{width: 2em;}
.icon-img-xxl{width: 2.3em;}
.icon-img-xxxl{width: 2.5em;}
.icon-img-xxxxl{width: 2.8em;}
.icon-img-xxxxl{width: 3em;}
.border-radius-0{border-radius: 0;}
.text-overflow-2, .text-overflow-3, .text-overflow-4{display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;}
.text-overflow-1{width: 100%;word-break: keep-all; /* 不换行 */white-space: nowrap; /* 不换行 */overflow: hidden; /* 内容超出宽度时隐藏超出部分的内容 */text-overflow: ellipsis;}
.text-overflow-2{-webkit-line-clamp: 2;}
.text-overflow-3{-webkit-line-clamp: 3;}
.text-overflow-4{-webkit-line-clamp: 4;}
.single-line{width: 100%;word-break: keep-all; /* 不换行 */white-space: nowrap; /* 不换行 */overflow: auto;}
.single-line::-webkit-scrollbar{display: none;}
*::-webkit-scrollbar{display: none;}
.dropdown-toggle::after{display: none;}

@media (min-width: 576px){
    .modal-sm{
        --bs-modal-width: 480px;
    }
}
/*修改bootstrap 原生内容 start*/
.form-control:focus{
    box-shadow: none;
    border-color: #E1E1E1;
}
.modal-content{
    background: none;
}
.btn-close{font-size: 200%;--bs-btn-close-bg: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="block" class="bi bi-x" viewBox="0 0 16 16"> <path d="M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z"/> </svg>');}
#modal-retain .btn-close, #modal-retain .btn-close, #modal-buy .btn-close{font-size: 200%;--bs-btn-close-bg: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="white" class="bi bi-x" viewBox="0 0 16 16"> <path d="M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z"/> </svg>');}
.w-e-modal .btn-close{--bs-btn-close-bg: none;}
.form-check-label{display: inline-flex;justify-content: flex-start;align-items: center;}
.btn-info,
.btn-info:hover,
.btn-info:visited,
.btn-info:link,
.btn-info:active,
.btn-info:focus-within,
.btn-info:focus-visible,
.btn-info:focus{
    border: 1px solid #E1E1E1;
    color: #333;
    background-color: #fff !important;
    background-image: none;
}
.btn-primary,
.btn-primary:hover,
.btn-primary:link,
.btn-primary:active,
.btn-primary:visited,
.btn-primary:focus-within,
.btn-primary:focus-visible,
.btn-primary:focus{
    background-image: linear-gradient(to right, #F6453F, #C20F09); border: 0;
}
.btn-outline-primary,
.btn-outline-primary:hover,
.btn-outline-primary:link,
.btn-outline-primary:active,
.btn-outline-primary:visited,
.btn-outline-primary:focus{
    border: 1px solid #F6443F !important;
    color: #F6443F !important;
    background-color: #fff !important;
}
.btn-outline-grey,
.btn-outline-grey:hover,
.btn-outline-grey:link,
.btn-outline-grey:active,
.btn-outline-grey:visited,
.btn-outline-grey:focus{
    border: 1px solid #DCDCDC !important;
    color: #767676 !important;
    background-color: #F6F6F6 !important;
}
.btn-grey,
.btn-grey:hover,
.btn-grey:link,
.btn-grey:active,
.btn-grey:visited,
.btn-grey:focus{
    /*border: 1px solid #DCDCDC !important;*/
    color: #767676 !important;
    background-color: #F6F6F6 !important;
}
.btn-secondary, .btn-secondary:hover, .btn-secondary:link, .btn-secondary:active{background: #060015;border: none;color: #fff;}
.btn-third,
.btn-third:hover,
.btn-third:link,
.btn-third:active,
.btn-third:focus,
.btn-third:visited{
    background-image: linear-gradient(to left, #67FAB3, #5EF1FA);
    color: #000 !important;
}
.modal-header, .modal-footer{border: none;}
.dropdown-menu .dropdown-item{display: flex;justify-content: flex-start;align-items: center;padding-top: .2rem;padding-bottom: .2rem;}
.dropdown-menu .dropdown-item i{margin-right: .3rem;}
.file-grid2-body .dropdown-menu .dropdown-item{padding-top: .6rem;padding-bottom: .6rem;}
.content-nav-top .dropdown-menu .dropdown-item{padding-top: .6rem;padding-bottom: .6rem;}
.search-cloud .dropdown-menu .dropdown-item{padding-top: .6rem;padding-bottom: .6rem;}
.search-cloud .dropdown-menu .dropdown-item i{margin-right: 14px;font-size: 2rem !important;}
.btn-check:checked + .btn, .btn.active, .btn:focus, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active{border-color: transparent;}
.btn-close:focus{box-shadow: none !important;}
.dropdown-item:focus, .dropdown-item:hover{color: #3D3D3D;}
.dropdown-item.active, .dropdown-item:active{background-color: #FFFFFF;}
input, input:hover, input:focus{background: #fff;color: #3D3D3D;outline: none;}
a{text-decoration: none;}
header .nav-link, header .nav-link:hover{color: #575B66;font-weight: 400;}
header .nav-link.active{color: #F22C29 !important;position: relative; font-weight: 700;}
.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets{position: absolute !important;top: calc(100% + 25px) !important;left: 50% !important;}
.carousel-caption{height: 100%;margin-bottom: -1.25rem; /*left: 0;*/right: 50%; /*background: rgba(0, 0, 0, .2);*/display: flex;justify-content: center;align-items: center;}
tbody, td, tfoot, th, thead, tr{
    border: none;
}
.table tbody tr td{
    color: #666666;
}
/*修改bootstrap 原生内容 end */
header ._dropdown{}
header ._dropdown:hover ~ ._dropdown-menu, header ._dropdown-menu:hover{display: block;}
header ._dropdown-menu{position: absolute;z-index: 2;}
header .dropdown-item{line-height: 2.5em;}
.btn-radius{border-radius: 2em;}
.btn-length-1{padding-left: 1em !important;padding-right: 1em !important;}
.btn-length-2{padding-left: 1.5em !important;padding-right: 1.5em !important;}
.btn-length-3{padding-left: 2em !important;padding-right: 2em !important;}
.btn-length-4{padding-left: 2.5em;padding-right: 2.5em;}
.btn-length-5{padding-left: 3em;padding-right: 3em;}
.btn-length-6{padding-left: 3.5em;padding-right: 3.5em;}
/* 导航条用户信息 start */
.userinfo{
    cursor: pointer;
}
/* 导航条用户信息 end */

/* 项目独立公共部分 start*/
/*三列 start*/
.-lcr{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    border-radius: .375rem;
    padding: 1.5rem 0.75rem;
    cursor: pointer;
    color: #3D3D3D;
}
.-lcr .-left{
    width: 4em;
    flex-shrink: 1;
    margin-right: 1rem;
}
.-lcr .-center{
    width: 100%;
    flex-shrink: 1;
}

.-lcr .-right{
    width: 3em;
    flex-shrink: 1;
}
/*三列 end */
/* 两列 start */
.-lr{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: .375rem;
    padding: .75rem 0.75rem;
    cursor: pointer;
}
.-lr .-left{
    width: 4em;
    flex-shrink: 0;
    margin-right: 1rem;
}
.-lr .-right{
    width: 100%;
    flex-shrink: 1;
}
/* 两列 end */
/* 左左右侧 start */
.-llr{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: .375rem;
    padding: .75rem 0.75rem;
    cursor: pointer;
}
.-llr .-left:nth-child(1){
    width: 3em;
    flex-shrink: 0;
    margin-right: .75rem;
}
.-llr .-left:nth-child(1) img{
    width: 100%;
}

.-llr .-left:nth-child(2){
    width: 3em;
    flex-shrink: 0;
    margin-right: 1rem;
}
.-llr .-right{
    width: 100%;
    flex-shrink: 1;
}
/* 两列 end */
.nav-tabs{
    border: none;
}
.nav-tabs .nav-item .nav-link{
    border: none;
    color: #333333;
}
.nav-tabs .nav-item .nav-link.active{
    color: #F6443F;
    position: relative;
}
.nav-tabs .nav-item .nav-link.active:before{
    position: absolute;
    content: '';
    bottom: 0;
    width: 60%;
    left: 20%;
    border-bottom: 1px solid #F6443F;
}
.-more{
    font-size: .75rem;
    color: #3D3D3D;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.border-radius-50{
    border-radius: 2em;
}

main{
    background-color: #FAFAFA;
}
/* 首页 start */
/*首页填报*/
.--tianbao{

}
.dropdown._province {
    min-width: 5em;
}
.dropdown .btn {
    width: 100%;
    display:flex;
    justify-content: space-around;
    align-items: center;
}
.dropdown._province .btn {
    border-radius: 2em;
}
.dropdown-menu{
    --bs-dropdown-min-width: 0;
    --bs-dropdown-item-padding-x: .25rem;
}
.dropdown-menu .dropdown-item{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: .75rem;
    padding-right: .75rem;
}
.dropdown .dropdown-menu {
    border: none;
    box-shadow: 0 .5rem 1rem rgba(var(--bs-body-color-rgb), .15) !important;
}
.dropdown .dropdown-menu .dropdown-item:hover {
    background-color: #FFF8F8;
    color: #F6443F;
    cursor: pointer;
}

/*专业名*/
.-major-name{
    width: calc(100% - calc(var(--bs-gutter-x) * .5) * 2);
    background-color: rgba(0, 0, 0, .4);
    color: #fff;
}

/* 首页 end */

.breadcrumb .breadcrumb-item a, .breadcrumb .breadcrumb-item{
    color: #333;
}

.card{
    border: none;
    background-color: #fff;
    border-radius: var(--bs-border-radius-lg);
}

.card .card-header{
    background-color: #fff;
    border: none;
}


.card .card-header .card-title{
    margin-bottom: 0;
}

.-title{

}
.-subtitle{

}
.-label{
    padding: 0 .375rem;
    color: #1A1A1A;
    line-height: 2em;
    cursor: pointer;
}
.-label.active{
    color: #F6443F;
}
.-label-nan{
    background-color: #F6443F;
    color: #fff;
    margin-right: .75rem;
    border-radius: .375rem;
}
.-label-chong{
    background-color: #F0B4A0;
    color: #fff;
    margin-right: .75rem;
    border-radius: .375rem;
}
.-label-bao{
    background-color: #4191F7;
    color: #fff;
    margin-right: .75rem;
    border-radius: .375rem;
}
.-label-wen{
    background-color: #6FBABC;
    color: #fff;
    margin-right: .75rem;
    border-radius: .375rem;
}
.-label-bei{
    background-color: #F0A0B7;
    color: #fff;
    margin-right: .75rem;
    border-radius: .375rem;
}
.-label-cang{
    background-color: #F0A0B7;
    color: #fff;
    margin-right: .75rem;
    border-radius: .375rem;
}
.-label-grey{
    background-color: #F4F4F4;
    color: #646464;
    margin-right: .75rem;
    border-radius: .375rem;
}
.lh-2em{
    line-height: 2em;
}
.-school-list{
    margin-top: .75rem;
}
.-school-list .-item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    padding: .75rem 0.75rem;
    cursor: pointer;
    border-bottom: 1px dotted #A5A5A5;
    margin-bottom: .75rem;
}

.-school-list .-item .-left{
    width: 4em;
    flex-shrink: 0;
    margin-right: 1rem;
}
.-school-list .-item .-center{
    width: 100%;
    flex-shrink: 1;
}

.-school-list .-item .-right{
    flex-shrink: 0;
}
/* 分页内容 */
.-page{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}
.-page-total{
    padding: 0 .75rem;
}
.-page-size{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: .75rem;
}
.-page-number-group{
    display: flex;
    justify-content: center;
    align-items: center;
}
.-page-number, .-page-prev, .-page-next{
    padding: 0 .375rem;
    cursor: pointer;
}
.-page-number:hover, .-page-prev:hover, .-page-next:hover{
    color: #2971F6;
}
.-page-number.active{
    color: #2971F6;
}
.-page-to{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: .75rem;

}
.-page-to-number{
    width: 2em;
    text-align: center;
    margin-left: .375rem;
    margin-right: .375rem;

}
/* 分页内容 */
.-search-input, .-search-input:hover, .-search-input:focus, .-search-input:active{
    width: 100%;
    background-color: #F1F3F5;
}
.-dropdown-search{
    position: absolute;
    top: .275rem;
    left: calc(50% + .375em);
    border-radius: 2em;
}
.-dropdown-search-line{
    position: absolute;
    top: calc(25% + .175rem);
    left: calc(50% + .375rem + 3.8em);
    border-left: 1px solid #343434;
    height: 37.5%;
}
.alert-danger{
    background-color: #FFEBEB;
    color: #F6443F;
    /*font-size: .7rem;*/
    font-size: calc(1rem * .9);
    border-radius: .3rem .3rem 0 0;
    border: none;
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin: 0;
}
.-empty{
    width: 100%;
    min-height: 15rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    color: #3D3D3D;
}
.-empty img{
    width: 10rem;
}
.-school-logo, .-school-logo img{
    width: 2em;
    height: 2em;
    border-radius: 50%;
}
.-school-plan-list{
    padding: 0 .8rem;
}
.-school-plan-list .item{
    border-bottom: 1px dashed #A5A5A5;
}
.--subtitle{
    color: #999999;
    line-height: 1.5em;
}
.table.-table-pink thead tr{
    background: #FFEBEB;
    border: none;
}
.table.-table-pink thead th{
    text-align: center;
    color: #F6443F;
    border: none;
    white-space: nowrap;
}
.table.-table-pink tbody td{
    border: none;
    text-align: center;
    color: #1A1A1A;
}

.table.-table-pink tbody tr:nth-child(even){
    background-color: #FFF8F8;
}

.table.-table-pink .item{
    margin-bottom: .75rem;
    border-bottom: 1px dotted #A5A5A5;
}
.table.-table-pink .item:last-child{
    border-bottom: none;
}

/* 左侧模态框 start */

.-modal{
    position: fixed;
    left: 0;
    top: 55px;
    width: 100vw;
    height: calc(100vh - 55px);
    background-color: rgba(0, 0, 0, .5);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    display: none;
}

.-modal-dialog{
    width: 50%;
    background-color: #F7F7F7;
    height: 100%;
    animation: slidein 300ms forwards;
}
@keyframes slidein{
    from{
        transform: translateX(-100%);
    }
    to{
        transform: translateX(0);
    }
}

.-modal-content{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-flow: column nowrap;
}

.-modal-header{
    padding: .75rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
}
.-modal-body{
    width: 100%;
    overflow-y: auto;
}

.-modal-title{
    font-weight: bolder;
}

/* 左侧模态框 end */

.left-0{
    left: 0;
}
.circle{
    width: 1em;
    height: 1em;
    border-radius: 50%;
}
.circle-blue{
    background-color: #4191F7;
}
.circle-red{
    background-color: #F6443F;
}

.enrollment-list{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    flex-flow: column nowrap;
}
.enrollment-list .item{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 3em;
    border-bottom: 1px solid #eee;
    cursor: pointer;
}

.dropdown-menu{
    max-height: 40vh;
    overflow: auto;
}

/* 选中按钮样式 */
.-course-item-btn{
    padding: .25rem .5rem;
    font-size: 0.875rem;
    width: 100%;
    border: 1px solid #E1E1E1;
    color: #333;
    background-color: #fff !important;
    background-image: none;
    border-radius: 2em;
    text-align:center;
}
.-course-item-btn.active{
    background-image: linear-gradient(to right, #F6453F, #C20F09);
    border: 1px solid transparent;
    color: #fff;
}
.-course-item-btn.active.disabled{
    background-image: linear-gradient(to right, rgba(246, 69, 63, 0.6), rgba(194, 15, 9, 0.6));
    border: 1px solid transparent;
    color: #fff;
}
/* 缩略内容 start */
.thumbnail-text{
    width: 100%;
    overflow: hidden;
    height: 100%;
    position: relative;
}
.thumbnail-text .-body{
    max-height: 10rem;
    color: #333;
    padding-bottom: 1rem;
}
.thumbnail-text .-footer{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 80%;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}
.thumbnail-text .-footer:before{
    position: absolute;
    content: '展开全部';
    cursor: pointer;
    color: #3D3D3D;
}
.thumbnail-text.active{
    overflow: auto;
}
.thumbnail-text.active .-body{
    max-height: 100%;
}
.thumbnail-text.active .-footer{
    position: relative;
}
.thumbnail-text.active .-footer:before{
    content: '收起全部';
    color: #F6443F;
    cursor: pointer;
    background-image: none;
}
/* 缩略内容 end */

/* 重点学科 */
.-block{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FCF0F0;
    width: 3em;
    height: 3em;
    color: #F6443F;
    border-radius: .375rem;
    margin-bottom: .375rem;
}
.-align-between{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.--score-table-list{
    max-height: 500px;
    overflow: auto;
}
.-unpaid {
    position: absolute;
    height: 40%;
    width: 100%;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.-unpaid-cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom,rgba(255,255,255,.3),#FFEBEB,#FFEBEB);
    filter: blur(15px);
}
.-unpaid .-unpaid-body {
    display:flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 8;
}

.-unpaid-title {
    color: #3D3D3D;
    font-weight: bolder;
}
.-unpaid-subtitle{
    color: #929292;
    font-size: .8rem;
}

.table-bordered, .table-bordered th,.table-bordered td {
    border: 1px solid #E4E4E4;
    border-collapse: collapse;
}
.-school-search-list {
    position :absolute;
    left: 0;
    top: 4rem;
    width: 100%;
    background-color: #fff;
}
.-school-search-list .card-body {
    max-height: 30vh;
    min-height: 3rem;
    overflow: auto;
}
.-school-search-list .item {
    text-align: left;
    line-height: 2em;
    cursor: pointer;
}

.-school-search-list .item:hover {
    text-align: left;
    line-height: 2em;
    cursor: pointer;
    color: #F6443F;
    background-color: #FFF8F8;
}
.-user-course {

}
.-user-score {
    display:flex;
    justify-content: space-between;
    line-height: 2.5em;
}
.-user-score input {
    width: calc(100% - 6em);
    text-align: left;
    border-radius: 2em;
    border-right: 1px solid #ccc;
}
.-user-score > div {
    width: 100%;
    display:flex;
    justify-content: center;
    align-items: center;
    color: #666;
}
.-user-score > div:nth-child(1) {
    /*border-right: 1px solid #ccc;*/
}
.--xyfg img{
    width: 100%;
    aspect-ratio: 16 / 9;
}
.breadcrumb-item {
    font-size: 90%;
}
.--volunteer-card-list,.--volunteer-card{
    min-height: 80vh;
    background: #fff;
}
.pulldown-cover {
    display:none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 888;
}
/* 项目独立公共部分 end */

.form-container {
    max-width: 500px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.form-label {
    font-weight: 500;
    margin-bottom: 8px;
}

.student-type-container {
    display: flex;
    gap: 15px;
}

.form-check-input:checked {
    background-color: #dc3545;
    border-color: #dc3545;
}

.subject-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.subject-buttons .btn {
    border-radius: 20px;
    padding: 5px 15px;
    font-size: 14px;
}

.btn-danger {
    background-color: #dc3545;
}

.form-control {
    padding: 10px 12px;
    border-color: #e0e0e0;
}

.form-control::placeholder {
    color: #aaa;
    font-size: 14px;
}

.input-group-text {
    background-color: #f8f9fa;
    border-color: #e0e0e0;
}

/* 添加一些响应式调整 */
@media (max-width: 576px) {
    .form-container {
        padding: 15px;
    }

    .subject-buttons {
        gap: 5px;
    }

    .subject-buttons .btn {
        padding: 4px 10px;
        font-size: 13px;
    }
}

@media (max-width: 1200px){
    .container-fluid{min-width: 1200px;}

    .modal-dialog{width: 1000px;min-width: 700px;}
}

.ant-progress {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0,0,0,.65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    font-feature-settings: "tnum","tnum";
    display: inline-block
}

.ant-progress-line {
    position: relative;
    width: 100%;
    font-size: 14px
}

.ant-progress-small.ant-progress-line,.ant-progress-small.ant-progress-line .ant-progress-text .anticon {
    font-size: 12px
}

.ant-progress-outer {
    display: inline-block;
    width: 100%;
    margin-right: 0;
    padding-right: 0
}

.ant-progress-show-info .ant-progress-outer {
    margin-right: calc(-2em - 8px);
    padding-right: calc(2em + 8px)
}

.ant-progress-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    background-color: #f5f5f5;
    border-radius: 100px
}

.ant-progress-circle-trail {
    stroke: #f5f5f5
}

.ant-progress-circle-path {
    animation: ant-progress-appear .3s;
    stroke: #1890ff
}

.ant-progress-bg,.ant-progress-success-bg {
    position: relative;
    background-color: #1890ff;
    transition: all .4s cubic-bezier(.08,.82,.17,1) 0s
}

.ant-progress-success-bg {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #52c41a
}

.ant-progress-text {
    display: inline-block;
    width: 2em;
    margin-left: 8px;
    color: rgba(0,0,0,.45);
    font-size: 1em;
    line-height: 1;
    white-space: nowrap;
    text-align: left;
    vertical-align: middle;
    word-break: normal
}

.ant-progress-text .anticon {
    font-size: 14px
}

.ant-progress-status-active .ant-progress-bg:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    border-radius: 10px;
    opacity: 0;
    animation: ant-progress-active 2.4s cubic-bezier(.23,1,.32,1) infinite;
    content: ""
}

.ant-progress-status-exception .ant-progress-bg {
    background-color: #f5222d
}

.ant-progress-status-exception .ant-progress-text {
    color: #f5222d
}

.ant-progress-status-exception .ant-progress-circle-path {
    stroke: #f5222d
}

.ant-progress-status-success .ant-progress-bg {
    background-color: #52c41a
}

.ant-progress-status-success .ant-progress-text {
    color: #52c41a
}

.ant-progress-status-success .ant-progress-circle-path {
    stroke: #52c41a
}

.ant-progress-circle .ant-progress-inner {
    position: relative;
    line-height: 1;
    background-color: initial
}

.ant-progress-circle .ant-progress-text {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    margin: 0;
    padding: 0;
    color: rgba(0,0,0,.65);
    line-height: 1;
    white-space: normal;
    text-align: center;
    transform: translate(-50%,-50%)
}

.ant-progress-circle .ant-progress-text .anticon {
    font-size: 1.16666667em
}

.ant-progress-circle.ant-progress-status-exception .ant-progress-text {
    color: #f5222d
}

.ant-progress-circle.ant-progress-status-success .ant-progress-text {
    color: #52c41a
}

@keyframes ant-progress-active {
    0% {
        width: 0;
        opacity: .1
    }

    20% {
        width: 0;
        opacity: .5
    }

    to {
        width: 100%;
        opacity: 0
    }
}

.job_item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column nowrap;
}
.job_title {
    margin-top: 8px;
    color: #333;
    font-size: .9rem;
    height: 20px;
    line-height: 20px;
}

.rate_line {
    height: 16px;
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    border-radius: 12px
}

.rate_line .line1 {
    height: 100%;
    background: #2497de;
    border-radius: 12px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    position: relative
}

.rate_line .line1:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-top: 16px solid transparent;
    border-right: 4px solid #d5434f;
    transform-origin: top left
}

.rate_line .line1:before {
    content: "";
    background: #fff;
    display: inline-block;
    width: 2px;
    height: 20px;
    transform: rotate(14deg);
    position: absolute;
    top: -1px;
    right: 1px;
    z-index: 10
}

.rate_line .line2 {
    height: 100%;
    background: #d5434f;
    border-radius: 12px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}
.container {
    max-width: 1400px;
    min-width: 1200px;
}

.lishi {
    z-index: 15;
    cursor: pointer;
    position: fixed;
    right: -70px;
    bottom: 150px;
    padding: 0 10px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 50px 0 0 50px;
    transition: all .3s;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* 添加轻微阴影 */
}
.lishi a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none
}
.lishi img {
    width: 28px;
    display: block;
    margin-right: 5px;
}
.lishi span {
    color: #202020;
    font-size: 14px;
}

.lishi:hover {
    right: 0;
}
.modal {
    z-index: 10001;
}
.modal-backdrop {
    z-index: 10000;
}