@import "icommon/style.css?v=1.1";
/*@font-face {*/
/*    font-family: HarmonyOS Sans SC;*/
/*    font-weight: 100;*/
/*    src: url("../public/font/HarmonyOS_Sans/HarmonyOS_Sans_SC_Thin.ttf");*/
/*}*/
/*@font-face {*/
/*    font-family: HarmonyOS Sans SC;*/
/*    font-weight: 300;*/
/*    src: url("../public/font/HarmonyOS_Sans/HarmonyOS_Sans_SC_Light.ttf");*/
/*}*/
/*@font-face {*/
/*    font-family: HarmonyOS Sans SC;*/
/*    font-weight: 400;*/
/*    src: url("../public/font/HarmonyOS_Sans/HarmonyOS_Sans_SC_Regular.ttf");*/
/*}*/
/*@font-face {*/
/*    font-family: HarmonyOS Sans SC;*/
/*    font-weight: 500;*/
/*    src: url("../public/font/HarmonyOS_Sans/HarmonyOS_Sans_SC_Medium.ttf");*/
/*}*/
/*@font-face {*/
/*    font-family: HarmonyOS Sans SC;*/
/*    font-weight: 700;*/
/*    src: url("../public/font/HarmonyOS_Sans/HarmonyOS_Sans_SC_Bold.ttf");*/
/*}*/
/*@font-face {*/
/*    font-family: HarmonyOS Sans SC;*/
/*    font-weight: 900;*/
/*    src: url("../public/font/HarmonyOS_Sans/HarmonyOS_Sans_SC_Black.ttf");*/
/*}*/

@font-face {
    font-family: HuaweiSans;
    font-weight: 400;
    src: url("../public/font/HuaweiSans/HuaweiSans-Regular.ttf");
}
@font-face {
    font-family: HuaweiSans;
    font-weight: 700;
    src: url("../public/font/HuaweiSans/HuaweiSans-Bold.ttf");
}

body{
    margin:0;
    height: 100vh;
    /*transition: 0.3s;*/
    min-width: 1200px;
    padding-top: 52px;
    padding-left: 200px;
    box-sizing: border-box;
    background:#F1F5F9;
    /* font-family: -apple-system,HuaweiSans,Helvetica Neue,Helvetica,Arial,PingFang SC,Hiragino Sans GB,STHeiti,Microsoft YaHei,Microsoft JhengHei,SimSun,sans-serif!important; */
    font-family: "Microsoft YaHei";
}
body textarea,body input{
    /* font-family: -apple-system,HuaweiSans,Helvetica Neue,Helvetica,Arial,PingFang SC,Hiragino Sans GB,STHeiti,Microsoft YaHei,Microsoft JhengHei,SimSun,sans-serif!important; */
    font-family: "Microsoft YaHei";
}
#leftMenuBox{
    position: fixed;
    left:0;
    width: 200px;
    height: 100%;
    background: #1D2129;
    overflow-x: hidden;
    box-shadow: 1px 0px 6px 0px rgba(192, 192, 192, 0.4);
    /*transition: 0.3s;*/
    z-index: 19998;
    top:52px;
}
#userCenterLeftMenu{
    width: 200px;
    /*background: #F8F8F9;*/
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: none;
    height: 100%;
}
#userCenterLeftMenu>div.menuModuleBox:last-child{
    margin-bottom:100px;
}
#userCenterLeftMenu::-webkit-scrollbar {
    width: 0;
}

.userLeftMenuTitle{
    /*width: 168px;*/
    height: 46px;
    background: #2A303B;
    opacity: 0.9;
    font-size: 14px;
    /*font-weight: bold;*/
    color: #FFFFFF;
    /*text-align: center;*/
    /*line-height: 42px;*/
    cursor: pointer;
    display: flex;
    /*justify-content: center;*/
    padding-left:20px;
    align-items: center;
    transition: 0.3s;
    position: relative;
    box-shadow: 0px 1px 0px 0px rgb(160 172 180 / 60%);
}
#userCenterLeftMenu>.menuModuleBox:last-child>.userLeftMenuTitle{
    box-shadow: none;
}
.userLeftMenuTitle div{
    display: inline-block;
    background: url("icon/leftMenuArrow.png") no-repeat center;
    background-size: 4px 8px;
    width: 4px;
    height: 8px;
    margin-left:10px;
    transition: 0.3s;
    transform: rotate(90deg);
}
body.miniLeftNav .userLeftMenuTitle div{
    position: absolute;
    /*left:11px;*/
    /*width: 10px;*/
    /*border-bottom:1px solid white;*/
    background: none;
    left: 5px;
    width: 20px;
    border-bottom: 1px solid #C1C6C8;
    margin-top: -14px;
    transform: rotate(0deg);
}
body.miniLeftNav .iconFontBox{
    margin-right: 16px;
}
.userLeftMenuTitle.active div{
    transform: rotate(0deg);
}
.mainMenuTitle{
    font-size: 14px;
    /*font-weight: bold;*/
    color: #C1C6C8;
    height: 42px;
    /*line-height: 42px;*/
    padding-left:20px;
    cursor: pointer;
    /*background-repeat: no-repeat;*/
    /*background-position-y: 12px;*/
    /*background-position-x: 12px;*/
    /*background-size: 23px 23px;*/
    /*filter: grayscale(0.8);*/
    transition: 0.3s;
    display: flex;
    align-items: center;
    text-decoration: none;
    background: #1d2129!important;
    padding-right: 20px;
    position: relative;
    border-bottom:1px solid rgba(97, 106, 122, 0.2);
    border-top:1px solid rgba(16, 19, 25, 0.6);
}
.mainMenuTitle:after{
    content:'';
    background: url('icon/left_menu_down.png');
    background-size: cover;
    width: 7px;
    height: 4px;
    display: block;
    position: absolute;
    right: 20px;
    top:18px;
    transition: 0.2s;
}
.mainMenuTitle.active:after{
    transform: rotateX(180deg);
}
.mainMenuTitle:hover{
    filter: grayscale(0);
    color:#3E4FD3;
    text-decoration: none;
}
.mainMenuTitle.active{
    color:#D7DDE0;
    background: #3E4B61!important;
}
.mainMenuTitle:hover{
    /*filter: grayscale(0);*/
    color:#D7DDE0;
    background: #2C333F!important;
}
.cloud-icon{
    background-image: url("icon/cloud.png");
}
.domain-icon{
    background-image: url("icon/domain.png");
}
.account-icon{
    background-image: url("icon/account.png");
}
.activity-icon{
    background-image: url("icon/activity.png");
}
.agent-icon{
    background-image: url("icon/agent.png");
}
.aipage-icon{
    background-image: url("icon/aipage.png");
}
.baremetal-icon{
    background-image: url("icon/baremetal.png");
}
.cdn-icon{
    background-image: url("icon/cdn.png");
}
.custom-icon{
    background-image: url("icon/custom.png");
}
.email-icon{
    background-image: url("icon/email.png");
}
.finance-icon{
    background-image: url("icon/finance.png");
}
.gradedprotection-icon{
    background-image: url("icon/gradedprotection.png");
}
.icp-icon{
    background-image: url("icon/icp.png");
}
.idc-icon{
    background-image: url("icon/idc.png");
}
.monitor-icon{
    background-image: url("icon/monitor.png");
}
.renewal-icon{
    background-image: url("icon/renewal.png");
}
.sms-icon{
    background-image: url("icon/sms.png");
}
.ssl-icon{
    background-image: url("icon/ssl.png");
}
.tejia-icon{
    background-image: url("icon/tejia.png");
}
.trademark-icon{
    background-image: url("icon/trademark.png");
}
.workorder-icon{
    background-image: url("icon/workorder.png");
}
.host-icon{
    background-image: url("icon/host.png");
}
.mainMenuBody{
    display: none;
    background: #101319;
}
.userLeftMeunBody>div>div.mainMenuTitle:first-child{
    border-top:none;
}
.mainMenuBody>a{
    display: flex;
    align-items: flex-start;
    text-decoration: none;
    font-size: 12px;
    /*font-family: 微软雅黑;*/
    font-weight: 500;
    color: rgba(193, 198, 200, 0.6);
    padding:12px 0 12px 48px;
    /*transition: 0.3s;*/
}
.mainMenuBody>a div{
    /*color:#999999;*/
    /*transition: 0.3s;*/
}
/*.mainMenuBody>a:hover{*/
/*    background:#D5DDFA;*/
/*    text-decoration: none;*/
/*    color: #555555;*/
/*}*/
.mainMenuBody>a.active,.mainMenuBody>a:hover{
    color:#FFFFFF;
    transition: 0.2s;
}
.mainMenuBody>a.active div,.mainMenuBody>a:hover div{
    color:#FFFFFF;
    transition: 0.2s;
}
.mainMenuBody>a.active .iconSubFont:before,.mainMenuBody>a:hover .iconSubFont:before{
    color:#FFFFFF;
    transition: 0.2s;
}


/*顶部样式开始*/
.not-auth{
    background: url("icon/orange!.svg") no-repeat center;
    background-size: 16px 16px;
    background-position-x: left;
    padding-left: 20px;
    color:#f83!important;
    margin-right: -2px!important;
}
.active-auth{
    background: url("icon/green!.svg") no-repeat center;
    background-size: 16px 16px;
    background-position-x: left;
    padding-left: 20px;
    color:#3dcaa6!important;
    margin-right: -2px!important;
}

#userCenterHeader{
    height: 52px;
    background:#1D2129;
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    /*box-shadow: 0px 2px 4px 0px rgba(192, 192, 192, 0.4);*/
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 19999;
    min-width: 1200px;
    color:#C1C6C8;
    /*box-shadow: 0px 2px 8px 0px rgb(25 29 36 / 68%);*/
}
#userCenterHeader>div{
    height: 100%;
}
.logoBox{
    background: url("icon/logo.png") no-repeat center!important;
    background-size: 110px 33px;
    width: 148px;
    height: 100%;
    display: inline-block;
    /*transition:0.3s;*/
}
#header-left{
    display: flex;
    align-items: center;
}
.header-col-line{
    /*width: 1px;*/
    /*height: 18px!important;*/
    /*background: #E3E4EB;*/
    width: 1px;
    height: 12px!important;
    background: #919AAA;
    opacity: 0.3;
}
.headerBtnBoxCss{
    display:flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 12px;
    color: #C1C6C8;
    text-decoration: none;
    padding:0 20px;
}
.headerBtnBoxCss:hover{
    text-decoration: none;
    background: #2c333f;
}
.menuBtn{
    width: 49px;
    height: 22px;
    /*background: #2C333F;*/
    border-radius: 2px;
    cursor: pointer;
    /*margin-left: 15px;*/
    background-color:#2C333F;
}
.menuBtn:hover{
    background-color:#2C333F;
}

.menuBtn.menuBtn-fold{
    background-image: url("icon/fold.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px 10px;
}
.menuBtn.menuBtn-spread{
    background-image: url("icon/spread.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px 10px;
}
.moreProducts{
    padding:0 20px;
    height: 100%;
    position: relative;
    line-height: 52px;
    font-size: 12px;
}
.moreProducts:hover{
    background: #2c333f;
    color:white;
}
#moreProductsList{
    position: absolute;
    visibility: hidden;
    opacity: 0;
    top:52px;
    left:-1px;
    /*box-shadow: 0px 2px 10px 0px rgba(192,192,192,0.28);*/
    /*border: 1px solid #ddd;*/
    /*border-top:none;*/
    background: #2c333f;
    transition: 0.3s;
    width: 600px;
    box-sizing: border-box;
    /*display: flex;*/
    /*justify-content: space-between;*/
    padding:34px 32px 60px 32px;
    line-height: initial;
}
.moreProductsListBox{
    display: flex;
    justify-content: space-between;
}
.moreProductsListBox>div{
    width: 150px;
}
/*#moreProductsList:before{*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    left: 0;*/
/*    top: -12px;*/
/*    content: '';*/
/*    height: 14px;*/
/*    background: #1d2129;*/
/*}*/
.morelistBoxCss{
    margin-bottom:40px;
}
.morelistBoxCss>div{
    font-size: 14px;
    font-family: 微软雅黑;
    font-weight: bold;
    color: #c1c6c8;
    margin-bottom:12px;
    display: flex;
    align-items: center;
}
.moreProductsListBox>div>.morelistBoxCss:last-child{
    margin-bottom:0;
}
.morelistBoxCss>div:before{
    content:'';
    display: block;
    width: 18px;
    height: 18px;
    margin-right: 6px;
    background-position-x: left;
    background-size: contain;
}
.morelistBoxCss .more-yjs:before{
    background: url("icon/more-yjs.png") no-repeat center;
}
.morelistBoxCss .more-idc:before{
    background: url("icon/more-idc.png") no-repeat center;
}
.morelistBoxCss .more-aq:before{
    background: url("icon/more-aq.png") no-repeat center;
}
.morelistBoxCss .more-cp:before{
    background: url("icon/more-more.png") no-repeat center;
}
.morelistBoxCss .more-ym:before{
    background: url("icon/more-domain.png") no-repeat center;
}

.morelistBoxCss>a{
    font-size: 12px;
    /*font-family: 微软雅黑;*/
    font-weight: 400;
    color: #c1c6c8;
    display: block;
    position: relative;
    padding:10px 0;
}
.morelistBoxCss>a:hover{
    color:white;
    background: #2c333f;
}
.morelistBoxCss>a:hover:before{
    content:'';
    left: -10px;
    top:0;
    height: 34px;
    width: 10px;
    background:#3e4756 ;
    display: block;
    position: absolute;
}
.morelistBoxCss>a:last-child{
    margin-bottom:0;
}

.moreProducts:hover #moreProductsList{
    visibility: visible;
    opacity: 1;
}
.moreProductsUl{
    padding:0;
}
.moreProductsUl li{
    list-style: none;
    line-height: 32px;
    font-size: 12px;
    color:#a0a2a3;
    height: 32px;
}
.moreProductsUl li:first-child{
    margin-bottom:8px;
}
.moreProductsUl li a{
    text-decoration: none;
    color:#262829;
    font-size: 12px;
}
#userCenterSearchInput{
    width: 200px;
    height: 26px;
    background: #FFFFFF;
    border: 1px solid #E3E4EB;
    border-radius: 13px;
    box-sizing: border-box;
    outline:none;
    padding:0 34px 0 12px;
}
.headerSearchGroup{
    position: relative;
    display: none!important;
}
.headerSearchBtn{
    position: absolute;
    background: url("icon/searchBtn.png") no-repeat center;
    background-size: 16px 14px;
    width: 16px;
    height: 14px;
    right:12px;
    cursor: pointer;
}
#header-right{
    padding-right:18px;
    display: flex;
}
#header-right>div{
    display: flex;
    align-items: center;
    margin-left:18px;
    padding:0 10px;
    font-size: 12px;
    transition: 0.2s;
}
#header-right>div.header-col-line{
    padding:0;
    margin-top:20px;
    margin-left: 8px;
}
#header-right>div:hover{
    background: #2c333f;
    color:white;
}
#header-right>a{
    /*margin-left:32px;*/
    /*padding:0;*/
    margin-left: 22px;
    font-size: 12px;
    display: inline-flex;
    height: 100%;
    padding:0 10px;
    align-items: center;
    transition: 0.2s;
}
#header-right>a:hover{
    background: #2c333f;
}
#headerHelpBox{
    position: relative;
}
.msgNumber{
    position: absolute;
    color:white;
    font-size: 12px;
    width: 14px;
    height: 14px;
    background: #C7000B;
    border-radius: 50%;
    text-align: center;
    line-height: 14px;
    right:-14px;
    margin-top:-20px;
}
.userGroup span{
    max-width: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right:8px;
    color:#C1C6C8;
    white-space: nowrap;
}
.userProfile{
    display: inline-block;
    background: url("icon/userProfile.png") no-repeat center;
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
}
.dropMenu{
    position: relative;
}
.dropList{
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    position: absolute;
    top:52px;
    box-shadow: 0px 4px 5px 1px rgb(0 0 0 / 5%);
    /*border: 1px solid #dedede;*/
    /*border-top:none;*/
    background: #2c333f;
}
.dropMenu:hover .dropList{
    opacity: 1;
    visibility: visible;
}
.userProfileDrop{
    box-sizing: border-box;
    width: 180px;
    right:0;
    /*padding: 16px 24px 10px 24px;*/
    padding-top:10px;
}
.userProfileDrop a{
    color:#c1c6c8;
    text-decoration: none;
    display: block;
    font-size: 12px;
    padding:11px 14px 11px 18px;
}
#headTopAuth{
    height: 36px;
    box-sizing: border-box;
    padding:0 14px 0 18px;
}
#headTopAuth span{
    height: 100%;
    display: inline-flex;
    align-items: center;
}
.userProfileDrop a:hover{
    /*color:#3E4FD3;*/
    color:#FFFFFF!important;
    background: #2c333f;
    text-decoration: none;
}
.userProfileDrop div{
    height: 1px;
    background: rgb(232 234 237 / 8%);
    margin:0;
}
.headerHelpList{
    right: 0;
    width: 316px;
    box-sizing: border-box;
    padding:22px 15px 20px 15px;
}
.headerHelpList input{
    width:100%;
    height: 32px;
    box-sizing: border-box;
    border:1px solid rgb(232 234 237 / 40%) !important;
    outline: none;
    padding-left:10px;
    padding-right: 40px;
    font-size: 12px;
    background: transparent;
    color:#c1c6c8;
}
.headerHelpList input::-webkit-input-placeholder {
    /* WebKit browsers，webkit内核浏览器 */
    color: #c1c6c8;

}
.headerHelpList input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #c1c6c8;

}
.headerHelpList input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #c1c6c8;

}
.headerHelpList input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #c1c6c8;

}

.headerHelpList>div{
    position: relative;
}
.headerHelpList .headerSearchBtn{
    top:9px;
}
.headerHelpList>div:nth-child(2){
    color:#a0a2a3;
    font-size: 12px;
    margin-top:30px;
    margin-bottom:12px;
}
.headerHelpList>div:last-child{
    display: flex;
    justify-content: center;
}
#userCenterHeader a:hover{
    text-decoration: none;
    color:white;
    background: #3e4756;
}
.headerHelpList>div:last-child a{
    display: block;
    height: 32px;
    line-height: 32px;
    text-align: center;
    width: 96px;
    font-size: 12px;
    color: #c1c6c8;
    box-sizing: border-box;
    border: 1px solid rgb(232 234 237 / 40%);
    text-decoration: none;
    position: relative;
}
.headerHelpList>div:last-child a:hover{
    border-color: #2467F3;
    background: #2467F3!important;
    z-index: 2;
}
.headerHelpList>div:last-child a:nth-child(2){
    margin:0 -1px;
}
.headerWorkOrderDrop{
    box-sizing: border-box;
    width: 120px;
    left:0;
    padding:10px 0;
}
.headerWorkOrderDrop a{
    color:#c1c6c8;
    text-decoration: none;
    display: block;
    font-size: 12px;
    padding:11px 10px;
}
.headerWorkOrderDrop a:hover{
    color:white!important;
    background: #3e4756;
}
.headerMsgDrop{
    width: 180px;
    box-sizing: border-box;
    /*padding:16px;*/
    font-size: 12px;
    right:-1px;
    /*padding-bottom:0;*/
}

#moreMsg{
    /*margin-top:15px;*/
    margin-bottom:10px;
    font-size: 12px;
    padding-left: 16px;
}
#messageBoxBottom>a{
    display: block;
    padding:15px 0;
    font-size: 12px;
    /*margin:0 -16px;*/
}
#notMessage{
    text-align: center;
    margin-top: 12px;
}
#messageBoxBottom>a:hover{
    /*background: #F2F4F8;*/
    color:white!important;
}
#messageBoxBottom{
    position: relative;
    text-align: center;
    padding-top:5px;
}
#messageBoxBottom:before{
    content:'';
    display: block;
    position: absolute;
    width: 180px;
    left: -18px;
    height: 1px;
    background: rgb(232 234 237 / 8%);
}
.headerPaymentDrop{
    width: 220px;
    box-sizing: border-box;
    padding: 20px 14px 0 14px;
    right:0;
}
.headerPaymentDrop>div:first-child{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    color:#c1c6c8;
}
.headerPaymentDrop>div:first-child a{
    text-decoration: none;
    color:#3370ff!important;
}
.headerPriceDrop{
    color:white;
    font-size: 12px;
    margin:10px 0;
}
.headerPriceDrop span{
    font-size: 18px;
    font-weight: bold;
}
.headerPaymentDrop .headerRowLine{
    height: 1px;
    background: rgb(232 234 237 / 8%);
    margin:0 -14px;
}
.headerPaymentDrop>a{
    color:#c1c6c8;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    padding:10px 14px;
    margin:0 -14px;
}
.headerPaymentDrop>a:hover{
    color:#white!important;
    /*background: #F2F4F8;*/
}
.financeMoneyDrop{
    display: flex;
    margin-bottom:10px;
}
#toYhzx{
    padding:15px 0;
    text-align: center;
    margin:0 -14px;
    color:#c1c6c8!important;
    justify-content: center!important;
}
#toYhzx:hover{
    color:white!important;
    /*background: #F2F4F8;*/
}
.financeMoneyDrop>a{
    display: block;
    height: 32px;
    line-height: 32px;
    text-align: center;
    width: 100px;
    font-size: 12px;
    color:#c1c6c8;
    box-sizing: border-box;
    border:1px solid rgb(232 234 237 / 40%);
    text-decoration: none;
    position: relative;
}
.financeMoneyDrop>a:first-child{
    /*margin-right:-1px;*/
    border-right: none;
}
.financeMoneyDrop>a:hover{
    border:1px solid #2467F3;
    color:white;
    background: #2467F3!important;
    z-index: 2;
}
/*顶部样式结束*/

body.miniLeftNav #userCenterHeader .logoBox{
    width: 46px;
    background-position-x: 7px!important;
}
body.miniLeftNav #leftMenuBox{
    width: 47px;
}
body.miniLeftNav #leftMenuBox:hover{
    width: 200px;
}
body.miniLeftNav #leftMenuBox:hover .userLeftMenuTitle div{
    /*display: none;*/
}
body.miniLeftNav{
    padding-left:47px!important;
}
body.miniLeftNav .userLeftMenuTitle{
    padding-left: 50px;
    white-space: nowrap;
}
body.miniLeftNav .mainMenuTitle{
    padding-left:14px;
}



span.numSpanBox{
    width: auto;
    /*min-width: 16px;*/
    background-color: #c7000b;
    padding: 0 4px;
    border-radius: 10px;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #fff!important;
    margin-left: 30px;
    margin-top: 6px;
}
.messageBoxA{
    text-decoration: none;
    color:#c1c6c8;
    padding:10px 0;
    font-size:12px ;
}
.messageBoxA:hover{
    text-decoration: none;
}
.messageBoxA:visited{
    text-decoration: none;
    /*color:#444444;*/
}
#messageBox{
    padding-top:6px;
}
#messageBox>div:hover{
    background: #3e4756;
}
#messageBox>div{
    /*margin-bottom:13px;*/
    padding:6px 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#messageBox span{
    font-size: 12px;
    color:#999;
}
#messageBox>div:last-child{
    margin-bottom:0;
}
#messageNum{
    position: absolute;
    top: 4px;
    right: -12px;
    display: none;
}
.rightTxIcon{
    width: 24px;
    height: 24px;
    background: #22C3BD;
    font-size: 12px;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.headerRecentlyVisitedBox{
    color:#9b9b9b;
    display: none;
    align-items: baseline;
    white-space: nowrap;
    margin-bottom: 20px;
}
.headerRecentlyVisitedList{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left:10px;
}
.headerRecentlyVisitedList>a{
    font-size: 12px;
    font-weight: 400;
    color: #c1c6c8;
    display: block;
    position: relative;
    padding: 10px;
    transition: 0.2s;
    margin-right: 6px;
}
.headerRecentlyVisitedList>a:hover{
    color: white;
    background: #3e4756;
}

#leftMenuBox .iconFontBox{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 22px;
    margin-right: 11px;
}
#leftMenuBox .iconFont:before{
    font-size: 16px;
}
#leftMenuBox .iconFont.icon-2:before{
    font-size: 15px;
}
#leftMenuBox .iconFont.icon-3:before{
    font-size: 15px;
}
#leftMenuBox .iconFont.icon-4:before{
    font-size: 17px;
}
#leftMenuBox .iconFont.icon-5:before{
    font-size: 17px;
}
#leftMenuBox .iconFont.icon-6:before{
    font-size: 18px;
}
#leftMenuBox .iconFont.icon-7:before{
    font-size: 14px;
}
#leftMenuBox .iconFont.icon-9:before{
    font-size: 18px;
}
#leftMenuBox .iconFont.icon-10:before{
    font-size: 17px;
}
#leftMenuBox .iconFont.icon-61:before{
    font-size: 15px;
}
#leftMenuBox .iconFont:before{
    color:#72767B;
}

#leftMenuBox .mainMenuTitle.active .iconFont:before,#leftMenuBox .mainMenuTitle:hover .iconFont:before{
    color:#CBD1D5;
}

.iconSubFontBox{
    width: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    margin-top:-1px;
}
.iconSubFontBox .iconSubFont:before{
    font-size: 15px;
    color:#8b8b8b;
}
.iconSubFontBox .iconSubFont.icon-32:before{
    font-size: 14px;
}
.iconSubFontBox .iconSubFont.icon-22:before{
    font-size: 12px;
}
.iconSubFontBox .iconSubFont.icon-102:before{
    font-size: 14px;
}
.iconSubFontBox .iconSubFont.icon-122:before{
    font-size: 14px;
}
.iconSubFontBox .iconSubFont.icon-22{
    transform: scale(0.95);
}
.iconSubFontBox .iconSubFont.icon-42:before{
    font-size: 12px;
}

/*更多IP*/
.moreIpMainBox{
    position: relative;
    display: inline-block;
}
.moreIpMainBox>span{
    margin-left: 6px;
    color:#c7000b;
}
.hoverShowIp{
    position: absolute;
    visibility: hidden;
    opacity: 0;
    /*transition: 0.2s;*/
    box-shadow: 0px 0px 16px 0px rgb(186 194 199 / 30%);
    border:1px solid #7cbdfa;
    max-height: 166px;
    overflow-y: auto;
    right: -202px;
    z-index: 2333333333333;
    width: 200px;
    border-radius: 4px;
    margin-top:-36px;
    background: white;
    box-sizing: border-box;
    padding:6px 16px;
}
.hoverShowIp>div{
    text-align: left;
    line-height: 30px;
}
.moreIpRenderBox.toTop .hoverShowIp{
    bottom:0;
}
.moreIpMainBox:hover .hoverShowIp{
    visibility: visible;
    opacity: 1;
}
body .layui-layer-title{
    text-align: center;
    font-size: 16px;
    color: #444444;
    padding-right: 20px;
    background: #F0F1F9;
}