body {
    padding: 0;
    margin: 0;
    font-size: 16px;
}

html,
body {
    height: 100%;
    overflow:auto;
}
.base-bg{
    /*background: linear-gradient(135deg, #3498db, #2ecc71);*/
    background: linear-gradient(264deg, #36A4EF 0%, #266CF2 100%);
}
.w1200{
    width: 1200px;
    margin: 0 auto;
}
.body-box {
    /*height: 100%;*/
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.mb-10 {
    margin-bottom: 10px;
}

.col-cb {
    color: #CBCED5 !important;
}

.col-50a {
    color: #50AC00 !important;
}

.inputChaIcon {
    color: #CBCED5;
    font-size: 14px !important;
    top: 14px !important;
}

/*input[type="checkbox"] {*/
/*    display: none;*/
/*}*/

/*input[type="checkbox"] + label {*/
/*    position: relative;*/
/*    height: 14px;*/
/*    cursor: pointer;*/
/*}*/

/*input[type="checkbox"] + label::before {*/
/*    content: "";*/
/*    display: inline-block;*/
/*    width: 14px;*/
/*    height: 14px;*/
/*    background: #f9fafd;*/
/*    border: 1px solid #e9ebf5;*/
/*    border-radius: 4px;*/
/*    position: relative;*/
/*    margin-right: 5px;*/
/*}*/

/*input[type="checkbox"]:checked + label::before {*/
/*    background-color: #3D6CFC;*/
/*    border-color: #3D6CFC;*/
/*}*/

/*input[type="checkbox"]:checked + label::after {*/
/*    box-sizing: content-box;*/
/*    content: "";*/
/*    border: 1px solid #ffffff;*/
/*    border-left: 0;*/
/*    border-top: 0;*/
/*    height: 7px;*/
/*    width: 3px;*/
/*    position: absolute;*/
/*    left: 6px;*/
/*    top: 2px;*/
/*    transition: transform .15s ease-in 50ms;*/
/*    transform-origin: center;*/
/*    transform: rotate(45deg);*/
/*}*/

.cent-l img {
    width: 112px;
    height: 32px;
}

.col-3d {
    color: #3D6CFC;
}

.welfare {
    z-index: 999;
    width: 40px;
    /*height: 80px;*/
    position: fixed;
    right: 20px !important;
    bottom: 205px;
    background: url('../image/welfare.png') no-repeat, linear-gradient(180deg, #FE8434, #EF453A 9%, #F14E43);
    background-size: 40px 80px;
    border-radius: 4px;
    writing-mode: vertical-lr;
    padding: 10px;
    font-size: 14px;
    box-sizing: border-box;
    color: #fff !important;
    transition: all 1s;
}


/* fixedTool */
/*.fixedTool {*/
/*	z-index: 999;*/
/*	width: 40px;*/
/*	height: 45px;*/
/*	position: fixed;*/
/*	right: 20px;*/
/*	bottom: 50px;*/
/*	transition: all 1s;*/
/*}*/

/*.toolContent {*/
/*	width: 100%;*/
/*	height: 100%;*/
/*	background: linear-gradient(180deg, #6598ff, #275cff 9%, #6699ff);*/
/*	box-shadow: 0px 4px 8px 0px rgba(76, 128, 255, 0.30);*/
/*	border-radius: 4px;*/
/*	text-align: center;*/
/*	box-sizing: border-box;*/
/*	z-index: 2000;*/
/*	font-size: 12px;*/
/*	font-weight: 400;*/
/*	color: #fff;*/
/*	overflow: hidden;*/
/*}*/

/*.fixedTool .item {*/
/*	height: 45px;*/
/*	width: 100%;*/
/*	display: flex;*/
/*	align-items: center;*/
/*	justify-content: center;*/
/*	cursor: pointer;*/
/*	position: relative;*/
/*	color: #fff;*/
/*}*/

/*.fixedTool .kefuDialog {*/
/*	display: none;*/
/*	width: 182px;*/
/*	!*height: 40px;*!*/
/*	background: #ffffff;*/
/*	border-radius: 10px;*/
/*	box-shadow: 0px 3px 6px 0px rgba(113, 124, 157, 0.20);*/
/*	color: #242424;*/
/*	font-size: 14px;*/
/*	position: absolute;*/
/*	font-weight: 700;*/
/*	left: -192px;*/
/*	line-height: 40px;*/
/*	top: 0;*/
/*	text-align: center;*/
/*}*/

/*.fixedTool .wxDialog {*/
/*	display: none;*/
/*	!*width: 120px;*!*/
/*	height: 172px;*/
/*	background: #ffffff;*/
/*	border-radius: 10px;*/
/*	box-shadow: 0px 3px 6px 0px rgba(113, 124, 157, 0.20);*/
/*	position: absolute;*/
/*	left: -208px;*/
/*	text-align: center;*/
/*	box-sizing: border-box;*/
/*	color: #646464;*/
/*	line-height: 21px;*/
/*	padding-top: 10px;*/
/*	font-size: 12px;*/
/*	font-weight: 400;*/
/*	top: -44px;*/
/*}*/
/*.fixedTool .wxDialog>div{*/
/*	display: flex;*/
/*	padding: 0 10px;*/
/*}*/

/*.fixedTool .wxDialog img {*/
/*	width: 100px;*/
/*	height: 100px;*/
/*	margin-bottom: 10px;*/
/*}*/

/*.fixedTool .wxDialog .title {*/
/*	color: #242424;*/
/*	font-size: 14px;*/
/*	font-weight: 700;*/
/*}*/

/*.fixedTool span {*/
/*	position: absolute;*/
/*	opacity: 0;*/
/*}*/

/*.opacityHide {*/
/*	opacity: 0;*/
/*}*/

/*.opacityShow {*/
/*	transform: translateY(0px) !important;*/
/*	opacity: 1 !important;*/
/*}*/

/* loginBox */
.myDialog {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2000;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    overflow: auto;
    z-index: 2011;
}

.findPwd {
    position: absolute;
    padding: 10px 20px 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 440px;
    box-sizing: border-box;
    height: 260px;
    background: #ffffff;
    border-radius: 10px;

}

.findPwd .headTab {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #EAEAEA;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.findPwd .headTab .findPwdTitle {
    font-weight: 800;
    font-size: 14px;
    color: #171a1d;
    display: inline-block;
    height: 40px;
    margin-right: 20px;
    border-bottom: 2px solid #3d6cfc;
    line-height: 40px;
}

.findPwd input {
    border: 0;
    width: 400px;
    height: 44px;
    background: #f9fafd;
    border-radius: 4px;
    padding-left: 20px;
    box-sizing: border-box;
    color: #000000;
}

.findPwd input:hover {
    box-shadow: 0 0 0 1px #e3e8fa inset;
}

.findPwd input:focus {
    box-shadow: 0 0 0 1px #3d6cfc inset;
}

.findPwd .footerBtnList {
    display: flex;
    justify-content: flex-end;
    font-size: 12px;
    font-weight: 400;

}

.findPwd .footerBtnList .close {
    width: 80px;
    height: 30px;
    border-radius: 4px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #cbced5;
    margin-right: 20px;
    color: #646464;
    cursor: pointer;
}

.findPwd .footerBtnList .close:hover {
    background-color: #f5f4f4;
}

.findPwd .footerBtnList .nextStep:hover {
    background: #6a8efd;
}

.findPwd .footerBtnList .nextStep {
    width: 80px;
    height: 30px;
    background: #3d6cfc;
    border-radius: 4px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    cursor: pointer;
}

.loginBox {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 760px;
    height: 473px;
    background: #ffffff;
    border-radius: 10px;
    display: flex;
    outline: none;
    border: none;
}

.loginBox .wxBox {
    position: relative;
    width: 320px;
    height: 473px;
    text-align: center;
    padding-top: 30px;
    box-sizing: border-box;
    background: rgba(241, 242, 245, .8);
    border: 1px solid #ffffff;
    border-radius: 10px 0px 0px 10px;
    box-shadow: 0px 6px 8px 0px rgba(8, 34, 117, 0.10);
}

.loginBox .wxBox .wxLoading {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    z-index: 9999;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loginBox .rightBox {
    width: 440px;
    padding: 20px;
    position: relative;
    border: 1px solid #ffffff;
    box-sizing: border-box;
    border-radius: 0px 10px 10px 0px;
    box-shadow: 0px 6px 8px 0px rgba(8, 34, 117, 0.10);

}

.loginBox .headTab {
    width: 100%;
    height: 30px;
    border-bottom: 1px solid #EAEAEA;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.loginBox .rightBox .tabList {
    font-weight: 800;
    font-size: 14px;
    color: #171a1d;
    cursor: pointer;
}

.loginBox .rightBox .tabList span {
    display: inline-block;
    width: 56px;
    height: 30px;
    margin-right: 40px;
    position: relative;
}

.loginBox .rightBox .tabList span:first-child {
    width: 30px;
}

.loginBox .rightBox .loginBtn:after {
    content: "";
    position: absolute;
    left: 0px;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #3D6CFC;
    transition: all .2s;
    -webkit-transition: all .2s;
    pointer-events: none;
}

.loginBtn2:after {
    left: 88px !important;
}

.loginBtn3:after {
    left: 188px !important;
}

.closeLogin {
    font-size: 12px !important;
    cursor: pointer;
}


.loginBox .rightBox .content input {
    border: 0;
    width: 400px;
    height: 40px;
    background: #f9fafd;
    border-radius: 4px;
    padding-left: 20px;
    box-sizing: border-box;
    color: #000000;
    box-shadow: none;
    transition: all .36s;
}

.loginBox .rightBox .footerBox {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}


.loginBox .content .footerBox .agreementBox {
    display: flex;
    align-items: center;
    font-size: 12px;
}

.loginBox .content .footerBox .userAgreement {
    font-size: 12px;
    font-weight: 400;
    color: #3D6CFC;
}

.loginBox .content .footerBox .userAgreement:hover {
    text-decoration: underline;
}

.errorInpt {
    box-shadow: 0 0 0 1px #FF9D9D inset !important;
    background-color: #FFF7F7 !important;
}

.errorText {
    opacity: 0;
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    color: #ff5f5f;
    display: inline-block;
    line-height: 20px;
    transform: translateY(-5px);
    transition: transform .2s;
}

.loginBox .rightBox .content input:hover {
    box-shadow: 0 0 0 1px #e3e8fa inset;
}

.loginBox .rightBox .content input:focus {
    box-shadow: 0 0 0 1px #3d6cfc inset;
}

.loginBox .rightBox input::-webkit-input-placeholder {
    /* WebKit browsers，webkit内核浏览器 */
    color: #CBCED5;
    font-size: 12px;
}

.loginBox .rightBox .findPwdBtn {
    font-size: 12px;
    color: #171a1d;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
}

.loginBox .rightBox .btnSubmit {
    width: 400px;
    height: 44px;
    background: #3d6cfc;
    border-radius: 4px;
    font-size: 12px;
    line-height: 44px;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    margin: 20px 0;
    cursor: pointer;

}

.pwdInput {
    position: relative;
}

.pwdInput i {
    position: absolute;
    top: 12px;
    right: 15px;
    cursor: pointer;
    opacity: 0;
}

.pwdInput .codeText {
    position: absolute;
    top: 0px;
    right: 15px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 400;
    color: #3d6cfc;
    line-height: 40px;
}

.code-cb {
    color: #CBCED5 !important;
    cursor: not-allowed !important;
    pointer-events: none;
}

/* myLoading */
.myLoading {
    display: none;
    position: absolute;
    z-index: 2000;
    background-color: rgba(255, 255, 255, 0.9);
    margin: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.myLoading .content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.myLoading .title {
    font-size: 12px;
    color: #3d6cfc;
    margin-top: 10px;
}

/* registerSuccess */
.rsDialog {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2000;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    overflow: auto;
    z-index: 2011;
}

.registerSuccess {
    position: absolute;
    width: 381px;
    height: 149px;
    box-sizing: border-box;
    background: #ffffff;
    border-radius: 10px;
    padding: 20px;

    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.registerSuccess .head {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 800;
    color: #171a1d;
}

.registerSuccess .content {
    font-size: 12px;
    font-weight: 400;
    color: #171a1d;
    margin-bottom: 30px;
}

.registerSuccess .footer {
    display: flex;
    justify-content: flex-end;
}

.registerSuccess .footer .RSdeny {
    width: 80px;
    height: 30px;
    background: #ffffff;
    border: 1px solid #cbced5;
    border-radius: 4px;
    text-align: center;
    line-height: 30px;
    margin-right: 20px;
    cursor: pointer;
}

.registerSuccess .footer .RSconfirm {
    width: 80px;
    height: 30px;
    background: #3d6cfc;
    border-radius: 4px;
    color: #FFFFFF;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}

/* headMessage */
.headMessage {
    cursor: pointer;
    position: relative;
    margin: 0 20px;
}

.xiaoxiTotal {
    width: 20px;
    height: 16px;
    display: none;
    background: #ff0000;
    border-radius: 9px;
    margin-left: 8px;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    position: absolute;
    top: -8px;
}

.headMessage .newsText {
    position: absolute;
    z-index: 99999;
    font-size: 10px;
    text-align: center;
    font-weight: 400;
    display: inline-block;
    width: 16px;
    height: 16px;
    color: #fff;
    background: red;
    border-radius: 50%;
    right: -7px;
    top: -5px;

}

.headMessage .xiaoxi {
    margin-top: 3px;
    font-size: 16px;
    margin-right: 5px;
    color: #303133;
    position: relative;
}

.tooltipBoxMsg {
    display: none;
    width: 386px;
    height: 320px;
    padding: 16px 20px 0 20px;
    position: absolute;
    top: 30px;
    right: -10px;
    background: #FFF;
    border-radius: 10px;
    box-shadow: 0px 3px 8px 0px rgba(39, 59, 118, 0.20);
}

.tooltipBoxMsg .msgText {
    font-size: 12px;
    font-weight: 400;
    color: #242424;
}

#msgContent {
    padding: 10px 0;
    margin-top: 15px;
    border-top: 1px solid #f4f5f9;
    border-bottom: 1px solid #f4f5f9;
    min-height: 220px;
}

#msgContent .msgNull {
    height: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #CBCED5;
    line-height: 30px;
}

#wholeRead {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tooltipBoxMsg .contentBorderTop {

    margin-top: 15px;
}

.tooltipBoxMsg .msgFooter {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    font-size: 12px;
}

.msgFooter a:hover {
    color: #3d6cfc;
}

.move {
    color: #cbced5 !important;
}

.move:hover {
    color: #242424 !important;
}


.msgItem {
    width: 386px;
    height: 55px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    font-size: 12px;
    color: #242424;
    font-weight: 400;
    text-decoration: none;
    padding: 10px 0;
    box-sizing: border-box;
    border-radius: 10px;
}

.msgItem:hover {
    background: #f4f5fa;
    padding: 10px;
    width: 406px;
    margin-left: -10px;

}

.msgItem .msgTitle {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 700;
    color: #242424;
}

.msgItem .round {
    position: absolute;
    right: -4px;
    top: -3px;
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #f00;
    /* 设置圆点的背景颜色 */
    border-radius: 50%;
    /* 设置圆点的边框半径为50%，使其呈现圆形 */
}

.msgItem i {
    position: relative;
    height: 36px;
    min-width: 36px;
    background-color: #F6F8FF;
    text-align: center;
    font-size: 20px;
    line-height: 36px;
    color: #5D85FF;
    margin-right: 10px;
    border-radius: 4px
}

.msgItem .msgLeft {
    display: flex;
    width: 260px;
}

.msgItem .msgLeft div {
    height: 36px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.msgItem .time {
    margin-left: 10px;
    display: inline-block;
    min-width: 60px;
    text-align: right;
    white-space: nowrap;
}

.msgItem .ov-tw {
    width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 提示窗 */
.msg {
    width: auto;
    height: 48px;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    top: -48px;
    opacity: 0;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #e1f3d8;
    color: #67c23a;
    background-color: #f0f9eb;
    transition: opacity .3s, transform .4s, top .4s;
    padding: 15px 19px;
    display: flex;
    align-items: center;
    z-index: 999999;
}

.showMsg {
    opacity: 1;
    top: 80px;
}

.msg i {
    margin-right: 10px;
    font-size: 12px;
}

.msgError {
    border: 1px solid #fde2e2 !important;
    color: #f56c6c !important;
    background-color: #fdf0f0 !important;
}


/* 滑动验证 */
.assembly {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 214748364;
}

.shadeBox {
    opacity: 0.3;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    transition: opacity .3s linear;
    will-change: opacity;

}

.checkingBox .checkingHead {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    margin-bottom: 10px;
}

    .checkingBox .checkingHead .title {
    font-size: 16px;
    color: #646464;
}

.checkingBox .checkingHead .closeSlider {
    font-size: 20px;
    cursor: pointer;
}

/* 图形验证 */
.checkingBox {
    padding: 15px 10px;
    box-shadow: 0 0 2px rgb(228 231 235);
    border: 1px solid #e4e7eb;
    border-radius: 2px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-10%, -64%);
}

.sv-box {
    position: relative;
    width: 310px;
}

.sv-box .loadingBox {
    position: absolute;
    top: -1px;
    left: -1px;
    width: 312px;
    height: 162px;
    background-color: #ffffff;
    z-index: 999
}


.sv-box .loadingBox .loadingGif {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #3d6cfc;
    z-index: 99;
}

.sv-box .loadingBox .loadingGif p {
    margin-top: 10px;
}

/* 图形验证结束 */

/* 算数验证 */
.arithmeticBox {
    width: 290px;
    height: 220px;
    background: #ffffff;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-10%, -64%);
    box-sizing: border-box;
    padding: 20px;
}

.arithmeticHead {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    font-size: 14px;
    color: #171a1d;
    font-weight: 800;
}

.arithmeticClose {
    font-size: 12px !important;
    color: #171a1d;
    cursor: pointer;
}

.arithmeticConten {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.arithmeticBecome {
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    color: #3e84ff;
    cursor: pointer;
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.arithmeticInput {
    width: 250px;
    height: 40px;
    background: #f9fafd;
    border-radius: 4px;
    border: 0;
    padding-left: 10px;
}

.arithmeticInput:focus {
    box-shadow: 0 0 0 1px #3d6cfc inset;
}

.arithmeticInput::placeholder {
    color: #B4B5B7;
    font-size: 12px;
}

.arithmeticBtn {
    display: inline-block;
    width: 250px;
    height: 30px;
    background: #3d6cfc;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    line-height: 30px;
    cursor: pointer;
}

.loginArithmetic #login_V_input {
    width: 130px !important;
    height: 40px !important;
    margin-right: 10px;
}

#login_V_input:focus {
    box-shadow: 0 0 0 1px #3d6cfc inset;
}

.loginArithmetic {
    display: flex;
    align-items: center;
}

.login_become {
    margin-left: 10px;
}

/* 算数验证结束 */
.bg-mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.9);
    z-index: 999;
    animation: loading 1.5s infinite;
}


@keyframes loading {
    0% {
        opacity: 0.7;
    }

    100% {
        opacity: 1;
    }
}

.canvas-block {
    position: absolute;
    left: 0;
    top: 0;
}

.sv-refresh {
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 26px !important;
    color: #fff;
    cursor: pointer;
    z-index: 999;
}

.slider {
    position: relative;
    text-align: center;
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin-top: 15px;
    color: #45494c;
    border: 1px solid #e4e7eb;
    background: #f7f9fa;
}

.slider--mask {
    position: absolute;
    left: -1px;
    top: -1px;
    height: 40px;
    border: 1px solid transparent;
    background: transparent;
}

.slider--inner {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 40px;
    height: 40px;
    background: #fff;
    cursor: pointer;
    transition: background .2s linear;
}

.slider--inner .slider--icon {
    box-shadow: 0 0 3px rgb(0 0 0 / 30%), 0 6px 8px #d6d7d9, 0 -1px 4px #cecfd1, 0 -6px 4px #fefefe, inset 0 0 3px 0 #cecfd1;
}

.slider--inner:hover {
    background: #3D6CFC;
}

.slider--inner .slider--icon:hover {
    color: #fff;
}

.active .slider--mask {
    border: 1px solid #3D6CFC;
    background-color: #c9e6ff !important;
}

.active .slider--inner {
    top: -1px !important;
    border: 1px solid #3D6CFC;
    background-color: #3D6CFC !important;
}

.success .slider--mask {
    border: 1px solid #52ccba;
    background-color: #dffffa !important;
}

.success .slider--inner {
    top: -1px !important;
    border: 1px solid #52ccba;
    background-color: #52ccba !important;
}

.success .slider--icon {
    background-color: #52ccba !important;

}

.fail .slider--mask {
    border: 1px solid #f57a7a;
    background-color: #fce1e1;
}

.fail .slider--inner {
    top: -1px !important;
    border: 1px solid #f57a7a;
    background-color: #f57a7a !important;
}

.active .slider--text,
.success .slider--text,
.fail .slider--text {
    display: none;
}

.showFont {

}

a.showFont:hover ~ .tooltip-help {
    display: block;
}

.tooltip-help {
    position: absolute;
    background-color: #303133;
    color: #FFFFFF;
    right: -21px;
    padding: 7px 14px;
    border-radius: 4px;
    font-size: 12px;
    display: none;
    top: 33px;
    white-space: nowrap;
}


/* header css */
.header-container {
    min-width: 980px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(10px);
    transition: background 0.5s;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .06);
    position: fixed;
    z-index: 1999;
    width: 100%;
    height: 55px;
    padding: 0 20px;
}

.header-container:hover {
    background: #ffffff;
}

.header {
    width: 100%;
    display: flex;
    align-items: center;
}

.header .logo img {
    height: 25px;
    width: auto;
}

.navigation-menu {
    height: 55px;
    flex: 1;
    background-color: transparent;
    margin-left: 30px;
}

.menu {
    border-right: none;
    display: flex;
    flex-wrap: nowrap;

    box-sizing: border-box;
    list-style: none;
    padding-left: 0;
    position: relative;
}

.menu .menu-item {
    align-items: center;
    border-bottom: 2px solid transparent;
    color: #303133;
    display: inline-flex;
    height: 100%;
    justify-content: center;
    margin: 0;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 14px;
    line-height: 56px;
    list-style: none;
    padding: 0 20px;
    position: relative;
    transition: border-color 0.3s, background-color 0.3s, color 0.3s;
    white-space: nowrap;
}

.menu .menu-item:hover {
    background-color: rgb(235.9, 245.3, 255);
    color: #3D6CFC !important;
    outline: none;
}

.menu .menu-item:hover a {
    color: #3D6CFC !important;
}

.menu .sub-menu {
    position: relative;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.menu .sub-menu .menu {
    visibility: hidden;
    flex-direction: column;
    opacity: 0;
    position: absolute;
    background-color: #ffffff;
    top: 60px;
    transition: visibility 0.3s, opacity 0.3s, transform 0.3s;
}

.menu .sub-menu .menu .menu-block {
    line-height: 24px;
}

.menu-item .menu-icon {
    margin-right: 10px;
    width: 29px;
    height: 26px;
}

.menu .sub-menu .menu a {
    flex: 1;
    display: flex;
    align-items: center;
    height: 68px;
}

.menu .sub-menu .menu .menu-item .menu-block__title {
    font-weight: 700;
}

.menu .sub-menu .menu .menu-item .menu-block__desc {
    font-size: 12px;
    color: #909399;
}

.menu .sub-menu.is-open .child-menu {
    visibility: visible;
    opacity: 1;
}

.menu .sub-menu.is-open .sub-menu__icon-arrow {
    transform: rotate(180deg);
}

.menu .sub-menu:hover {
    outline: none;
}

.menu .sub-menu:hover .sub-menu__title {
    color: #3D6CFC;
}

.menu .sub-menu .sub-menu__title {
    color: #303133;
    height: 100%;
    padding-right: 44px;
    padding-left: 20px;
    align-items: center;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    line-height: 56px;
    list-style: none;
    position: relative;
    transition: border-color 0.3s, background-color 0.3s, color 0.3s;
    white-space: nowrap;
}

.menu .sub-menu__title .sub-menu__icon-arrow {
    font-size: 10px;
    margin-right: 0;
    position: absolute;
    right: 20px;
    transition: transform 0.3s;
    width: inherit;
    text-align: center;
    vertical-align: middle;
    flex-shrink: 0;
}

.right-box {
    display: flex;
    align-items: center;
}

.right-box .box-item {
    position: relative;
    margin-left: 20px;
    display: flex;
    align-items: center;
}

.right-box .user-head {
    position: relative;
    height: 50px;
    font-size: 14px;
    font-weight: 400;
    color: #303133;
    cursor: pointer;
}

.right-box .user-head .user-title {
    display: inline-block;
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.right-box .user-head .user-menu {
    width: 110px;
    height: 0;
    background: #ffffff;
    border-radius: 10px;
    position: absolute;
    right: 0;
    top: 50px;
    margin-top: -10px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 6px 8px 0 rgba(113, 124, 157, 0.20);
    transition: height .3s;
    overflow: hidden;

}

.right-box .user-head .iconfont {
    font-size: 10px;
    transition: transform .3s;
    margin-left: 7px;
    display: inline-block;
}

.right-box .user-head:hover .iconfont {
    transform: rotate(180deg);
}

.right-box .user-head .user-menu a {
    flex: 1;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #646464;
}

.right-box .user-head .user-menu a:hover {
    background: #f9fafd;
    color: #3d6cfc;
}

.right-box .user-head .user-menu .logout {
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #FF0000;
    border-top: 1px solid #ECEEF4;
}

.right-box .user-head .footer .logout:hover {
    background: #faeaea;
    border-radius: 0 0 10px 10px;
}

.svg-icon {
    width: 19px;
    height: 19px;
    fill: #303133;
}

/*header*/
.fixed-tool {
    border-radius: 22px;
    position: fixed;
    right: 24px;
    bottom: 140px;
    z-index: 2002;
    padding: 8px 0;
}

.fixed-tool .tool-item {
    display: block;
    cursor: pointer;
    box-sizing: border-box;
    width: 44px;
    text-align: center;
    font-size: 14px;
    writing-mode: vertical-lr;
    border: none;
    border-radius: 22px;
    margin-bottom: 10px;
    background-color: #1690ff;
    color: #fff;
    padding: 14px 12px;
}

.fixed-tool .go-top-btn {
    display: none;
    cursor: pointer;
    background: rgb(255, 255, 255);
    padding: 0;
    width: 44px !important;
    height: 44px !important;
    border: 0;
    border-radius: 50%;
}

.fixed-tool .tool-top {
    width: 44px;
    height: 44px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 68%;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAAXNSR0IArs4c6QAAApZJREFUaEPtmV1u2kAQx2dMpeTROUHoCaLeoLlBOEHoCbrOA1rTShhVZE2l2uYESU9QbtDeoO4Jmt7Ab4WHeKp1+HBc2xibbSBdvyDEfvx/85/17C4IB/7ggesHDfDUDmoHtAMNI6A0ha64GACi6QluNdRZ2F0ZwBUXNwTQlTMjwK3n2m9UQCgBSItfilYFsXOATOSH8YMDA1VO7BQgK95zbUcKZ1w4qiB2BlAkfplCqiB2ArBJvEqIxgBVxauCaASwrXgVELUBWO/6Ag38sni7DJcLtuq7Pr0mKKZO8LE/rdo33a4+AHNMOD4KACkMRD+oMznrjRkY8RnM5lYQOFGdMWoD1JlMRR8NoCKq24ypHdgmWiraagdURHWbMZ+XAxYXX6vSI1LkiX4n3Z5x0QaAAQLIz9wHEcP492yYLVyMj7oIxmXZ/ATx58B9d1tYiS0uqCoAANz5rv0ytb9pI4AMQKH41emMcOqNeQZ+5CAYycGnFALJSlf+RynE+Cg5gKwfw0SAt8l3iieEsC73iFF6IMZFFwFuJJiMVL4IQ0ImUabZ/CTtgpx7AZDfH1tnSHQBiJEv+MkqGGW0MiUQ4KdsY7Tu259G738VtU8J+Oa79nleu7LxNvVn/MNrhBdJivuuvQp86SLWABkb/hcHJPbdXylIaAKSCYihL/irfV4DxcuSMKKWcR5c98L9BUAKiXCSSzGbT7P142AWcZEtGmBdiVeFSEkd+AcOLCoxYkR0n5vDBrROCSi5sS6pxIUByIPYXQoxx8Tjo+9V9kJAMPHHNksL2lSJazsAD/sbgNm8s+nqY7Eblfup09wJESMg+hEsLn0fAwjpzKVBGHrj6n+IPK/zQNnGbl9/0w48tTPaAe1Awwj8AWWo0kC4HOprAAAAAElFTkSuQmCC);
    box-shadow: 0 10px 10px 0 rgba(24, 41, 66, .06);
    border-radius: 50%;
}

.fixed-tool .tool-top:hover {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAAXNSR0IArs4c6QAAAl9JREFUaEPtmV1O20AUhc8tlGcjIOpb3RUgdgA7ICsofUeqZwUkK7BZQWEFZAewA8wKCE9V7Rc/E7W3GicjTSyP/0ckMJYiRcqdmfPdc+fHE8KWP7Tl+uEA3tpB54BzoGcGrJbQ6JqvmOGlAYmeOo3NrQGMIv4F4EKOzMBNGtAPGxBWAHTxSrQtiMEB1sQzpjkA4cqWE4MCFMUngiZS+CjkiS2IwQBM4lUJ2YIYBKBOvE2I3gBNxduC6AXQVrwNiM4AByGf7xDuclGMqZqwTdd6fU6AMU4EzZq21eM6A3ghe3tARED8R1DUZfDDkAMiHC8YIhOUdemjM0CXwWy0cQA2stqmT+dAm2zZiHUO2Mhqmz7flwNHEd83pScgSwIa6/FeyP7n5dnfr+gnXjCmxY3rKOQLEL5Xjs+4TQXdGHfiUcTcFADAPAnom4qX4vcIMgFV4lX4rAi/drSoEEEMoe/8ayWUd6I9DHhE+JkfdxjXMuvqZ/ld70hmkAjyPXgOxq1Bg6+y/MrY113QAMrbE44BnGPp/L6mw4z7JWT/H+FZRuzswv99SS+maCWAgYc0oLOyuKr+6tofhnz6aekwEnmCWj2Vk9gBFGz4EA6smOclJegBkJ84CehkY0uoZhXMmHGWCoo3GSCWK14ZyAKYFfePrZnEJmccgMpM3Tou4/qsQtYd0HbiDIYaZsJXWt1Ym3biqo2wDGKwEspvKQiPTc5CcpKmggJdUBMHOwH8XZ5vsGCM664+8hIBJjLThsGkO09ld0jaaTRu84fI+3ofqNlENvJn58Bb2+IccA70zMB/AH7XQBteL7oAAAAASUVORK5CYII=);
}

.contact-dialog {
    position: fixed;
    right: 92px;
    bottom: 140px;
    z-index: 2002;
    width: 400px;
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
    transition: visibility, opacity 0.3s ease-in-out;
    box-shadow: 0 0 10px 2px rgba(191, 217, 255, 0.25);
    border-radius: 5px;
    overflow: hidden;
}

.contact-dialog.is-open {
    visibility: visible;
    opacity: 1;
}

.contact-dialog .dialog-main .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.contact-dialog .dialog-main {
    position: relative;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    padding: 0 15px 15px;
}

.contact-dialog .dialog-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 120px;
    height: 90px;
    color: #FFFFFF;
}

.contact-dialog .dialog-header .header__title {
    font-size: 14px;
}

.contact-dialog .dialog-header .header__subtitle {
    margin-top: 10px;
    font-size: 12px;
}

.contact-dialog .dialog-body .body-item {
    background: #FFFFFF;
    box-shadow: 5px 5px 10px 0 rgba(191, 217, 255, 0.25);
    border-radius: 5px;
    border: 1px solid #E2E2E2;
    padding: 15px 40px;
}

.contact-dialog .dialog-body .qrcode-box {

}

.contact-dialog .qrcode-box .qrcode-wrap {
    display: flex;
    justify-content: space-between;
}

.contact-dialog .qrcode-box .qrcode-tips {
    margin-top: 15px;
    font-size: 12px;
    text-align: center;
}

.contact-dialog .qrcode-wrap .qrcode-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
    color: #A8ABB2;
}

.contact-dialog .qrcode-wrap .qrcode-item img {
    width: 120px;
    height: 120px;
}

.contact-dialog .contact-box {
    margin-top: 15px;
}

.contact-dialog .contact-box .contact-item {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.contact-dialog .contact-box .contact-item:first-child {
    margin-top: 0;
}

.contact-dialog .contact-item .item-icon {
    width: 40px;
    height: 40px;
    background: #F9F9F9;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.contact-dialog .contact-item .item-icon img {
    width: 20px;
    height: 20px;
}

.contact-dialog .contact-item .item-content {

}

.contact-dialog .contact-item .item-content .item-title {
    color: #303133;
    font-size: 14px;
}

.contact-dialog .contact-item .item-content .item-value {
    color: #A8ABB2;
    font-size: 12px;
}

/* footer css */
footer {
    width: 100%;
    background-image: url("/static/pc/images/footer.png");
    font-size: 12px;
    background-size: cover;
    background-position: center;
}


footer .footerBox {
    display: flex;
    width: 1200px;
    height: 240px;
    margin: 0 auto;
    box-sizing: border-box;
    padding-top: 56px;
}

footer .footerBox .cent-item {
    flex: 1;
}

footer .footerBox .cent-m {
    display: flex;
    flex-direction: column;
    width: 50%;
}

footer .footerBox .cent-m .ft-title,
footer .footerBox .cent-r .ft-title {
    color: #ffffff;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 10px;
}

footer .footerBox .cent-m a:hover {
    color: #6A97FF;
}

footer .footerBox .cent-m .ft-cent {
    color: #FAFAFA;
    line-height: 31px;
    font-size: 12px;
    font-weight: 400;
    /*width: 85px;*/
    padding-right: 128px;
    box-sizing: border-box;
}

footer .footerBox .cent-r {
    display: flex;
    flex-direction: column;
    text-align: center;
    color: #242424;
    font-weight: 800;
    font-size: 14px;
    align-items: start;
    padding-left: 30px;
    border-left: 1px solid rgba(255, 255, 255, .1);
}

footer .footerBox .cent-r .img-box {
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    height: 140px;
}

footer .footerBox .cent-r .img-item {
    text-align: left;
}

footer .footerBox .cent-r .img-item .ft-cent {
    color: #FAFAFA;
    line-height: 31px;
    font-size: 12px;
    font-weight: 400;
    box-sizing: border-box;
}

footer .footerBox .cent-r .img-item:not(:first-child) {
    margin-left: 15px;
}

footer .footerBox .cent-r .img-title {
    font-weight: 800;
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 20px;
    text-align: left;
}


footer .btm {
    height: 47px;
    width: 100%;
    background: #151b26;
    margin: 0 auto;
    color: #434343;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 47px;
}

footer .btm .certificate {
    color: #6B798E;
}

footer .btm .certificate .line {
    margin: 0 5px
}

footer .btm .certificate a {
    color: #6B798E;
}

footer .friendship {
    width: 100%;
    height: 65px;
    color: #CBCED5;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    line-height: 65px;
}

footer .friendship a {
    margin-right: 10px;
    color: #CBCED5;
}

footer .friendship a:hover {
    color: #FFFFFF;
}

footer .friendship .moreFriendship {
    color: #6A97FF;
    text-decoration: none;
    cursor: pointer;
}

footer .friendship .title {
    font-size: 14px;
    font-weight: 700;
    color: #FFFFFF;
}


/*主页分类*/

.category-container {
    max-width: 1400px;
    width: 1400px;
    margin: 20px auto;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.category-container main {
    padding: 0 10px;
    background: white;

}


.category-header {
    text-align: center;
    margin-bottom: 20px;
    padding: 20px;
    /*background: white;*/
    /*border-radius: 10px;*/
    /*box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);*/
}

.category-header h1 {
    font-size: 2.5rem;
    color: #2c3e50;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
}

.category-header h1::after {
    /*content: '';*/
    /*position: absolute;*/
    /*bottom: -10px;*/
    /*left: 50%;*/
    /*transform: translateX(-50%);*/
    /*width: 80px;*/
    /*height: 4px;*/
    /*background: linear-gradient(90deg, #3498db, #2ecc71);*/
    /*border-radius: 2px;*/
}

.category-header h2 {
    font-size: 1.8rem;
    color: #3498db;
    margin: 30px 0 15px;
    text-align: center;
}

/* 主分类样式 */
.main-categories {

    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    width: 1200px;
    margin: auto;
    justify-content: space-between;
    margin-bottom: 20px;
}

.category-btn {
    width: calc(100% / 6 - 6px);
    text-align: center;
    font-weight: 700;
    color: #888;
    margin: 5px 0;
    box-sizing: border-box;
    background-color: #f0f0f0;
    padding: 15px 0;
    line-height: 1.3;
    font-size: 0.95em;
    cursor: pointer;
    max-width: 180px;
}

.category-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-color: #3498db;
}

.category-btn.active {
    /*background: linear-gradient(264deg, #36A4EF 0%, #266CF2 100%);*/
    background: linear-gradient(264deg, #36A4EF 0%, #266CF2 100%);
    color: white;
    border-color: #3498db;
    box-shadow: 0 5px 15px rgba(52, 152, 219, 0.3);
}

/* 子分类容器 */
.subcategories-container {
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    width: 1200px;
    margin: auto;
}

.h6title {
    color: #b02;
    text-align: center;
    font-size: 1em;
    line-height: 1.5;
    /*margin-bottom: 24px;*/
    padding-top: 12px;
}

/* 子分类网格 */
.subcategories-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
}

.subcategory-group {
    width: calc(100% / 6 - 6px);
    text-align: center;
    font-weight: 700;
    color: #888;
    box-sizing: border-box;
    line-height: 1.3;
    cursor: pointer;
    max-width: 180px;
    font-size: 0.9em;
    margin: 0 10px 10px 10px;
}

.subcategory-group:hover {
    transform: translateY(-5px);
    /*box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);*/
    /*border-left-color: #2ecc71;*/
}

.subcategory-group h3 {
    background-color: #fff;
    padding: 7px 0;
    box-sizing: border-box;
    display: inline-block;
    border-radius: 50px;
    width: 100%;
    border: 1px solid #ddd;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    margin: 9px 6px;
    white-space: nowrap;      /* 禁止换行 */
    overflow: hidden;         /* 隐藏溢出内容 */
    text-overflow: ellipsis;  /* 显示省略号 */
}

.subcategory-items {
    list-style-type: none;
    padding-left: 5px;
}

.subcategory-items li {
    padding: 8px 0;
    border-bottom: 1px solid #f0f4f8;
    display: flex;
    align-items: center;
}

.subcategory-items li:before {
    content: "•";
    color: #3498db;
    font-size: 1.4rem;
    margin-right: 10px;
    line-height: 1;
}

.subcategory-items li:last-child {
    border-bottom: none;
}

/* 动画效果 */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in {
    animation: fadeIn 0.5s ease forwards;
}

/* 响应式调整 */
@media (max-width: 768px) {
    .main-categories {
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
        gap: 10px;
    }

    .category-btn {
        padding: 12px 8px;
        font-size: 0.9rem;
    }

    .subcategories-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.5rem;
    }

    .main-categories {
        grid-template-columns: repeat(2, 1fr);
    }
}

/*主页列表*/

.panel-container {
    padding-top: 55px;

}

.panel-container header {
    text-align: center;
    margin-bottom: 40px;
    padding: 20px;
}

.panel-container header h1 {
    font-size: 2.8rem;
    color: #2c3e50;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.panel-container header h1:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    /*background: linear-gradient(264deg, #36A4EF 0%, #266CF2 100%);*/
    background: linear-gradient(264deg, #36A4EF 0%, #266CF2 100%);
    border-radius: 2px;
}


.dashboard {
    display: flex;
    gap: 25px;
}

/* 面板样式 - 保持原有布局 */
.panel {
    background-color: rgba(255, 255, 255, 1);
    width: 580px;
    box-sizing: border-box;
    padding: 20px;
    border-top: 15px solid #36A4EF;
    border-radius: 0 0 3px 3px;
    box-shadow: 0 4px 3px rgba(0, 0, 0, 0.1);
}
.top-w {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
}
.h5title {
    text-align: center;
    color: #36A4EF;
    font-size: 1.5em;
    font-weight: 700;
}

.panel:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.panel-header {
    background: linear-gradient(264deg, #36A4EF 0%, #266CF2 100%);
    color: white;
    padding: 18px 25px;
    font-size: 1.4rem;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.badge {
    background: rgba(255, 255, 255, 0.25);
    border-radius: 20px;
    padding: 4px 12px;
    font-size: 0.9rem;
    font-weight: 500;
    color: white;

}

.panel-content {
    padding: 15px;
    flex-grow: 1;
    /*height: 50vh;*/
    min-height: 450px;
}

/* 表格样式 - 与原有布局协调 */
.info-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed; /* 设置表格固定布局 */
}

.info-table th {
    padding: 8px;
    max-width: 200px; /* 设置最大宽度 */
    white-space: nowrap; /* 防止换行 */
    overflow: hidden; /* 隐藏溢出的内容 */
    text-overflow: ellipsis; /* 超出内容显示省略号 */
    background-color: #f8f9fa;

}

.info-table td {
    text-align: center;
    border-bottom: 1px solid #e9ecef;
    color: #495057;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 50px;
}

.info-table tr:last-child td {
    border-bottom: none;
}

.info-table tr:hover td {
    background-color: #f8fafc;
}

.category-badge {
    display: inline-block;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 500;
}

.it-badge {
    background: rgba(52, 152, 219, 0.1);
    color: #3498db;
    border: 1px solid rgba(52, 152, 219, 0.3);
}

.finance-badge {
    background: rgba(46, 204, 113, 0.1);
    color: #27ae60;
    border: 1px solid rgba(46, 204, 113, 0.3);
}

.edu-badge {
    background: rgba(155, 89, 182, 0.1);
    color: #8e44ad;
    border: 1px solid rgba(155, 89, 182, 0.3);
}

.weight-cell {
    font-weight: 700;
    color: #e67e22;
}

.included-cell {
    font-weight: 700;
    color: #27ae60;
}


.panel-footer i {
    margin-right: 8px;
    color: #3498db;
}

/* 响应式设计 - 保持原有布局 */
@media (max-width: 992px) {
    .dashboard {
        flex-direction: column;
    }

    .panel {
        margin-bottom: 25px;
    }

    header h1 {
        font-size: 2.2rem;
    }
}

@media (max-width: 576px) {
    body {
        padding: 15px;
    }

    .panel-content {
        padding: 15px;
        overflow-x: auto;
    }

    .info-table {
        min-width: 500px;
    }
}


/* 侧边栏导航 */
.sidebar {
    width: 200px;
    background: var(--sidebar-bg);
    color: white;
    height: 100vh;
    position: fixed;
    top: 55px;
    left: 0;
    padding: 20px 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}


.nav-menu {
    list-style: none;
    padding: 0 15px;
}

.nav-item {
    margin-bottom: 8px;
}

.nav-link {
    height: 50px;
    line-height: 56px;
    color: #303133;
    text-decoration: none;
    padding: 0 20px;
    font-size: 14px;
    display: flex;
    align-items: center;
    text-align: center;
    border-radius: 6px;
    transition: all 0.3s;
}

.nav-link i {
    margin-right: 12px;
    width: 20px;
    text-align: center;

}

.nav-link:hover {
    background: #ECEEF4;
    color: #275cff;
}

.nav-link.active {
    /*background: linear-gradient(135deg, #3498db, #2ecc71);*/
    background: linear-gradient(264deg, #36A4EF 0%, #266CF2 100%);
    color: white;
}

.pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    flex-wrap: wrap;
    align-items: center;
}

.pagination a {
    color: #007bff;
    text-decoration: none;
    padding: 8px 16px;
    margin: 0 4px;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all 0.3s;
}

.pagination a:hover {
    background-color: #f8f9fa;
    border-color: #ced4da;
}

.pagination a.active {
    background-color: #007bff;
    color: white;
    border-color: #007bff;
}

.pagination a.disabled {
    color: #6c757d;
    cursor: not-allowed;
}

.pagination input {
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin: 0 5px;
}

.pagination button {
    padding: 5px 10px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}

.pagination button:hover {
    background-color: #0056b3;
}

.pagination-jump {
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.theme-linear-bg-color {
    /*background: linear-gradient(135deg, #3498db, #2ecc71);*/
    background: linear-gradient(264deg, #36A4EF 0%, #266CF2 100%);

}

.pt-20{
    margin: 50px 0 25px 0;
}

.web-hader{
    font-size: 18px;
    color: #333;
    /* text-align: center; */
    /* padding-top: 10px; */
    /* padding-bottom: 10px; */
    /* border: 1px solid #ccc; */
    /* line-height: 1.8; */
    margin-bottom: 15px;
    /* padding: 15px; */
    /* margin-bottom: 10px; */
    /* width: 100%; */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background: white;
    padding: 15px;
}


/**
    列表页
 */
a {
    color: #1a6dcc;
}
p{
    line-height: 18px;
}

.theme-linear-bg-color  {
    color: white;
    padding: 15px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 6px 6px 0 0;
}

.logo {
    font-size: 24px;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.logo i {
    margin-right: 10px;
    font-size: 28px;
}
.btn i {
    margin-right: 5px;
}

.filters-section {
    padding: 20px 15px;
    border-bottom: 1px solid #eaeef5;
    background: white;


}

.filter-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 5px;
}

.filter-group {
    min-width: 200px;
    flex: 1;
}

.filter-title {
    display: block;
    float: left;
    font-size: 16px;
    line-height: 30px;
    border-radius: 15px;
    margin-right: 15px;
    background: none;
    font-weight: 600;
    text-align: justify;
    text-align-last: justify;
    min-width: 85px;
}

.filter-title i {
    margin-right: 6px;
    font-size: 16px;
    color: #1a6dcc;
}

.filter-options {
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    /*gap: 10px;*/
    /*max-width: 1155px;*/

    /*color: #827271;*/
    line-height: 30px;
    font-size: 15px;
    margin-right: 10px;
    white-space: nowrap;
}

.filter-option {
    color: #827271;
    line-height: 30px;
    font-size: 15px;
    margin-right: 10px;
    white-space: nowrap;
}

.filter-option:hover, .filter-option.active {
    /*background: linear-gradient(135deg, #3498db, #2ecc71);*/
    /*color: white;*/
    /*box-shadow: 0 3px 8px rgba(26, 109, 204, 0.3);*/

    color: #3388ff !important;
    border-width: 0 1px 0 1px;
    border-radius: 4px;
    position: relative;
}



.selection-tag i {
    margin-left: 5px;
    cursor: pointer;
}
.table-top{
    background: #EAF4FE;
    width: 100%;
}

.data-summary {
    /*display: flex;*/
    align-items: center;
}

.data-summary strong {
    color: #ff6b35;
    margin: 0 5px;
}

.table-container {
    overflow: hidden;
    background: white;
}


.url-display span {
    color: #3498db;
}

@media (max-width: 992px) {
    .filter-group {
        min-width: 45%;
    }
}


.links a {
    margin-left: 10px;
    font-size: 12px;
    display: inline-block;
    line-height: 2em;
}

/* 覆盖表格行的hover效果 */
.layui-table-hover {
    background-color: transparent !important; /* 透明或设置成与背景色一样 */
}
.layui-body{ overflow-y: scroll;}

.layui-table-box {
    position: relative;
    overflow: hidden;
}
.tabe-td{
    line-height: 30px;
}

.layui-table-page{
    background: white;
}


.market-weight.weight {
    width: 60px;
}
.weight {
    background: url(/static/pc/image/baidupc.png) no-repeat center center;
    color: #fff;
    padding-left: 24px;
    text-align: center;
    height: 22px;
    line-height: 22px;
    background-size: contain;
}

.link-to {
    display: inline-block;
    font-size: 10px;
    border: 1px solid #3388ff;
    border-radius: 3px;
    padding: 0 2px;
    margin-top: 5px;
    margin-left: 2px;
    margin-right: 2px;
    line-height: 15px;
}


.table-sea{
    display: flex;
    margin-top: 30px;
}


.main-container {
    margin: 0 auto 15px 0;
    background: white;
    border-radius: 12px;
    padding: 0 20px;
    /*box-shadow: 0 4px 12px rgba(0,0,0,0.05);*/
    min-height: 85vh;
}

/* 筛选表单 */
.filter-form {
    display: flex;
    gap: 20px;
    background: white;
    padding: 15px 15px 0 15px;
    border-radius: 8px;
    align-items: flex-end;
    border: 1px solid var(--border-color);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}


.custom-sidebar .layui-nav-item {
    margin: 5px 0;
    transition: background-color 0.3s, color 0.3s;
}

.custom-sidebar .layui-nav-item:hover {
    background-color: #e6f7ff; /* 淡蓝色 */
    color: black;
}

.custom-sidebar .layui-nav-item.active {
    font-weight: bold;
    /*background: linear-gradient(276deg, #699cff 4%, #275cff 94%);*/
    background: linear-gradient(264deg, #36A4EF 0%, #266CF2 100%);
}

.layui-btn{
    /*background: linear-gradient(264deg, #36A4EF 0%, #266CF2 100%) !important;*/

}
