@charset "utf-8";
/* css */
* {
    margin: 0;
    padding: 0
}

a, li, img, span, div {
    -webkit-transition: color .3s linear, background-color .3s linear, background .3s linear;
}

.feedback {
    background-image: url('../images/box_bg.png');
    background-size: cover;
}

/* 创建自定义滚动条样式 */
::-webkit-scrollbar {
    width: 8px; /* 设置滚动条宽度 */
}

::-webkit-scrollbar-track {
    background-color: #f1f1f1; /* 设置滚动条背景色 */
}

::-webkit-scrollbar-thumb {
    background-color: #bdbdbd; /* 设置滚动条滑块颜色 */
    border-radius: 3px; /* 设置滚动条滑块圆角 */
}

::-webkit-scrollbar-thumb:hover {
    background-color: #b3b3b3; /* 设置滚动条滑块悬停时的颜色 */
}


body {
    /*font: 16px "Microsoft YaHei", Arial, Helvetica, sans-serif;*/
    font-size: 16px;
    font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333;
    background: white;
    line-height: 1.5;
    overflow-x: hidden;
}

input[type="text"] {
    font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
textarea {
    font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

img {
    border: 0;
    display: block
}

ul, li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    color: #000;
    text-decoration: none;
}

.clear {
    clear: both;
    width: 100%;
    overflow: hidden;
}

.clearblank {
    clear: both;
    width: 100%;
    overflow: hidden;
}

.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

.box {
    width: 1200px;
    margin: 74px auto 0;
    overflow: hidden;
}

.box-footer {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.navbox {
    width: 100%;
    margin: auto;
}

.mt20 {
    margin-top: 20px;
}

.blue {
    color: #00C1DE
}

.font16 {
    font-size: 16px;
}

.font24 {
    font-size: 24px;
}

.hide {
    display: none
}

/*.m-style span, .m-style a, .m-style .active {*/
/*    padding: 0 5px;*/
/*    font-size: 14px;*/
/*}*/

.m-style .active {
    color: #0d76ef;
}

.m-style a:hover {
    color: #0d76ef;
}


/*header*/
header {
    user-select: none;
    width: 100%;
    min-width: 1200px;
    padding: 0;
    background-color: white;
    /*background: url("../images/header_bg.png");*/
    /*background-size: 100%;*/
    height: 74px;
    position: fixed;
    z-index: 999999;
    top: 0;
    border-bottom: 1px solid #dbdbdb;
}

.logo {
    height: 51px;
    display: inline-flex;
    align-content: center;
    align-items: center;
    float: left;
    min-width: 300px;
    /*line-height: 24px;*/
    color: #2a2929;
    font-size: 18px;
    padding-top: 14px;
}

.logo a {
    color: #1c1c1c;
    /*font-weight: bold;*/
    line-height: 1.2;

}

/*.logo img {*/
/*    margin-top: 14px;*/
/*}*/

/*nav*/
nav {
    float: left;
    line-height: 37px;
    padding-top: 20px;
    text-align: center;
    /*width: 650px;*/
    margin-left: 2%;
}

.starlist {
    float: right;
}

.starlist li {
    position: relative;
    display: inline;
    float: left;
    width: max-content;
    margin: 0 8px;
}

.starlist li a {
    display: inline;
    float: left;
    color: #1c1c1c;
    font-size: 16px;
}

.starlist li:hover, .starlist .selected {
    /*border-bottom: 2px solid #0b308c;*/
}

.starlist li a:hover, .selected > a, .starlist li:hover {
    /*font-weight: bold;*/
    color: #2661f6 !important;
}

.starlist li:hover a {
    color: #1c1c1c
}

.starlist ul.sub {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 50px;
    background: #1C2327;
    display: none;
    z-index: 9
}

.starlist ul.sub li {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    overflow: hidden;
    text-align: left;
}

.starlist ul.sub li:last-child {
    padding-bottom: 10px
}

.starlist ul.sub li a {
    color: #FFF
}

.starlist ul.sub li a:hover {
    color: #00c1de
}

.starlist li:hover ul.sub {
    display: block
}

.user-nav {
    line-height: 64px;
    padding-top: 5px;
    color: #1c1c1c;
    float: right;
    margin-right: 20px;
    position: relative;
}

.user-nav a { /*padding: 0 20px;*/
    color: #1c1c1c;
    max-width: 250px;
    white-space: nowrap;
    overflow: hidden;
    /*display: inline-block;*/
    cursor: pointer;
    text-overflow: ellipsis;
}

.menu-link:hover {

}

.menu-list {
    display: none;
    position: absolute;
    min-width: 150px;
    line-height: 22px;
    right: 0;
    top: 55px;
    text-align: center;
    background-color: white;
    padding: 15px;
    border: 1px solid #e1e1e1;
}

.lang-switch {
    position: absolute;
    right: 10px;
    top: 25px;
}

.lang-switch a {
    font-size: 15px;
    cursor: pointer;
}

.curr-lang {
    font-weight: bold;
}


/*footer*/
footer {
    background: white;
    width: 100%;
    color: #1c1c1c;
    font-size: 16px;
    border-top: 1px solid #dbdbdb;
    z-index: 999999;
    background: #FFF;
    position: absolute;
}

.footer-qrcode {

}

.footer-qrcode img {
    width: 100%;
    height: 100%;
}


footer a {
    color: #1c1c1c;
    margin: 0 20px;
}

footer a:hover {
    color: rgb(116, 154, 227);
    cursor: pointer;
}

footer .footer-info {
    display: flex;
    justify-content: center;
    padding: 25px 0;
}

footer .footer-info p {
    padding: 3px 0;
}

footer .footer-info font {
    margin: 0 20px;
}

footer .footer-qrcode {
    margin: 0 20px;
    width: 90px;
    height: 90px;
    display: block;
    background-color: white;
}

footer .endnav {
    padding: 15px 0;
}

footer .endnav p {
    margin: 5px 0;
}

footer .endnav font {
    padding: 5px 20px;
}

.list-pager {
    text-align: center;
    padding: 10px 0 30px;
}

.m-modal {
    padding: 20px;
}

.m-modal > div {
    width: 100%;
    display: inline-flex;
    min-height: 30px;
    line-height: 30px;
    padding: 5px 0;
    color: black;
}


.layui-layer-title {
    height: 55px !important;
    line-height: 55px !important;
    font-size: 16px !important;
    font-weight: bold;
    color: black !important;
    background-color: white !important;
}

.layui-layer-setwin {
    top: 20px !important;
    display: none;
}

.layui-layer-btn {
    text-align: center !important;
    background-color: white !important;
    /*border-top: 1px solid #eee;*/
}

.layui-layer-btn a {
    height: inherit !important;
    font-size: 14px;
    line-height: 18px !important;
    /*border: none !important;*/
    padding: 7px 16px !important;
    /*border-radius: 20px !important;*/
    background-color: white !important;
    color: #215fcf !important;
    /* cursor: pointer; */
    border-color: #215fcf !important;
}

.layui-layer-btn a:hover {
    background-color: #215fcf !important;
    color: white !important;

}


.data-empty {
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.notReadCount {
    text-align: center;
    background-color: #d83e31;
    color: white;
    font-size: 10px;
    font-weight: normal;
    border-radius: 50%;
    position: relative;
    bottom: 9px;
    left: -15px;
    height: 15px;
    width: 15px;
    line-height: 15px;
    display: inline-block;
}