i {
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb {
    border-radius: 6px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar-track {
    border-radius: 6px;
    background-color: transparent;
}

ul,
li,
a,
b,
p,
h1,
h2,
h3,
h4 {
    list-style: none;
    padding: 0;
    margin: 0;
}

div {
    box-sizing: border-box;
}

body {
    width: 100%;
    min-width: 1280px;
    min-height: 100%;
    color: #000 !important;
}

.el-card,
.el-message {
    border-radius: 10px !important;
}

.warp-bg {
    background: #f6faff url("/img/Portal/mh-bg.png") no-repeat center 0;
    background-size: 100%;
    min-height: 100%;
}

.haeder {
    width: 100%;
    height: 75px;
    min-height: 75px;
    padding: 0 20px;

    color: #fff;
}

.logo-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.haeder-title {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.haeder-title > i {
    font-size: 16px;
    font-weight: 500;
    padding: 0 10px;
}

.haeder-tabs {
    margin-left: 60px;
}

.haeder-tabs > li {
    margin-right: 56px;
    font-size: 18px;
    position: relative;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.tabs-icon {
    width: 18px;
    height: 18px;
    margin-right: 8px;
}

.li-bg {
    position: relative;
}

.li-bg::after {
    content: "";
    position: absolute;
    bottom: 50%;
    left: 50%;
    height: 44px;
    width: 120px;
    margin-left: -60px;
    margin-bottom: -22px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 22px;
}

.li-bg span,
.li-bg i {
    color: #ffffff !important;
}

.li-bg span {
    font-size: 18px;
    font-weight: bold;
}

.haeder-search {
    width: 300px;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #fff;
    overflow: hidden;
    padding: 0 20px;
    font-size: 14px;
}

.haeder-search-input > .el-input__inner {
    background: none;
    border: none;
    color: #fff;
    font-size: 16px;
}

.el-icon-search {
    color: #fff;
}

.haeder-search-input > .el-input__inner::placeholder {
    color: #fff;
}

.haeder-icon1 {
    width: 24px;
    height: 25px;
    display: inline-block;
    margin-left: 40px;
}

.haeder-icon2 {
    width: 26px;
    height: 23px;
    display: inline-block;
    margin: 0 30px;
}

.haeder-icon3 {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 16px;
}

.el-icon-arrow-down-size {
    font-size: 12px;
}

.header-name {
    padding: 0 4px 0 9px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}

.search-box {
    margin: 55px 0 40px 0;
    text-align: center;
}

.search {
    width: 770px;
    height: 52px;
    line-height: 52px;
    background: hsla(0, 0%, 100%, 0.2) !important;
    border-radius: 8px;
    border-top-left-radius: 0;
    margin: 0 auto;
}

.search-input {
    font-size: 18px;
}

.haeder-search-input {
    width: 650px;
}

.search-btn {
    width: 100px;
    height: 52px;
    background-color: #fff;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
    opacity: 0.9;
    font-family: Source Han Sans SC;
    font-weight: bold;
    font-size: 20px;
    color: #156ebb;
}

.searchTab-box {
    width: 770px;
    margin: 0 auto;
}

.searchTabs {
    width: 62px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    font-size: 15px;
    color: #ffffff;
    cursor: pointer;
}

.searchTabs-bg {
    font-weight: bold;
    background: hsla(0, 0%, 100%, 0.2);
    border-radius: 6px 6px 0 0;
}

.wrapper {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
    min-height: 255px;
    box-sizing: border-box;
    font-size: 14px;
    padding-bottom: 40px;
}

.wrapper > .el-row {
    height: 100%;
}

.info-fixed {
    width: 260px;
    min-height: 650px;
    color: #666;
    margin-left: 80px;
}

.info-avatar .setting {
    position: absolute;
    right: 40px;
    top: 0px;
    cursor: pointer;
}

.info-avatar {
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 26px;
    cursor: default;
}

.zw-info {
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 100%;
    text-align: center;
}

.zw-info-pos {
    padding: 8px 20px;
    font-size: 13px;
    color: #fff;
    border-radius: 20px;
    background: linear-gradient(to bottom, #5590e3, #1e58a8);
    border: 2px solid #fff;
}

.info-box {
    margin-bottom: 10px;
}

.avatar-size {
    width: 110px;
    height: 110px;
    border: 2px solid #fff;
}
.el-avatar img {
    width: 100%;
}

.info-name {
    font-size: 18px;
    font-weight: bold;
    color: #000;
}

.msg-btn {
    margin: 20px 0;
}

.msg-btn-s {
    width: 100px;
    height: 40px;
    font-size: 14px;
    border: 1px solid #abe2ea;
    background-color: #f8fffe;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
}

.msg-btn-s > span {
    padding-bottom: 1px;
}

.msg-btn-icon {
    width: 16px;
    height: 16px;
    margin-right: 6px;
}

.msg-btn-s-zx {
    border-color: #a0d2fe;
    background-color: #f5faff;
    margin-left: 10px;
}

.msg-btn-s-sk {
    border-color: #beb4f3;
    background-color: #faf8ff;
}

.msg-btn-s-book {
    border-color: #ffb56d;
    background-color: #fffdf8;
    margin-left: 10px;
}

.cy-title {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    margin-top: 30px;
}

.cy-list {
    margin-top: 14px;
}

.cy-list-icon {
    width: 35px;
    height: 35px;
    margin-right: 10px;
}

.cont {
    min-height: 1200px;
    margin-left: 30px;
    width: calc(100% - 420px);
}

.Notice-list {
    cursor: pointer;
    border-bottom: 1px solid #efefef;
    height: 100px;
}

.Notice-list:hover {
    color: #006cff;
}

.Notice-img {
    width: 150px;
    height: 80px;
}

.Notice-cont {
    padding-right: 10px;
}

.z-index10 {
    z-index: 10;
}

.relative {
    position: relative;
}

.Notice-title {
    font-size: 16px;
    cursor: pointer;
}

.Notice-info {
    color: #7b8eb2;
    font-size: 14px;
    margin-top: 12px;
}

.Notice-info-type {
    font-size: 12px;
    padding: 2px 10px;
    border-radius: 30px;
    border: 1px solid #e1e8ef;
    background-color: #f2f5f8;
    padding-bottom: 3px;
    margin-right: 10px;
}

.system-card {
    height: 341px;
}

.calendar-card {
    height: 594px;
}

.calendar-card > .el-card__header {
    padding: 16px 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: auto;
}

.application-card {
    height: 234px;
}

.application-card > .el-card__header {
    padding: 16px 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: auto;
}

.yuandian {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #f02b2b;
}

.application-list {
    margin-bottom: 10px;
    border-radius: 10px;
    color: #777777;
    font-size: 14px;
    flex: 1;
    cursor: pointer;
}

.el-collapse-item__header {
    height: 38px;
}

.application-list-name {
    padding-left: 6px;
    color: #303133;
    font-size: 14px;
    padding-right: 20px;
}

.application-list:hover,
.application-list-name:hover,
.Notice-title:hover {
    color: #66b1ff !important;
}

.system-tabs {
    height: 100%;
    width: 180px;
}

.system-tabs-item {
    height: calc(100% / 3);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #222;
    border-right: 2px solid #eaedf2;
    cursor: pointer;
}

/* .system-tabs-item:hover{
    cursor: pointer;
    background: linear-gradient(91deg, #F6FAFF 0%, #E2EFFF 100%);
} */
.system-tabs-item-borColor {
    position: relative;
    border-color: #3178ff;
    background: linear-gradient(91deg, #f6faff 0%, #e2efff 100%);
}

.system-tabs-item-borColor::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -18px;
    margin-top: -8px;
    border-top: 8px solid transparent;
    border-right: 8px solid transparent;
    border-left: 8px solid #3178ff;
    border-bottom: 8px solid transparent;
}

.system-list {
    padding-left: 28px;
    flex-wrap: wrap;
    padding-top: 20px;
}

.system-list-img {
    width: calc(90% / 4);
    /* height: 100px; */
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
    -webkit-transition: -webkit-transform 0.3s;
}

.system-list-img:hover {
    cursor: pointer;
    /* transform: translateY(-5px);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.7); */

    transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.5);
    -webkit-box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.5);
    -moz-box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.5);
}

.flow-list-box {
    padding: 10px 10px 10px 10px;
    box-sizing: border-box;
    height: 100%;
}

.flow-list {
    width: calc(100% / 8);
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    -webkit-transition: -webkit-transform 0.3s;
    border: 1px solid transparent;
    /* margin-bottom: 10px; */
}

.flow-list:hover {
    cursor: pointer;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.flow-list-img {
    width: 55px;
    height: 55px;
    border-radius: 12px;
}

.notice-list {
    height: calc(96% / 10);
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 14px;
    cursor: pointer;
}

.notice-list:hover {
    color: #006cff;
}

.notice-list-box {
    padding: 0 20px 0 20px;
}

.tips {
    width: 8px;
    height: 8px;
    background-color: #fe2929;
    border-radius: 50%;
    margin-right: 10px;
}

.info-list {
    height: calc(100% / 8);
    font-size: 14px;
}

.list-status {
    width: 48px;
    height: 22px;
    line-height: 22px;
    font-size: 11px;
    background-color: #e1f1ff;
    color: #376bff;
    margin-left: 13px;
    text-align: center;
    border-radius: 5px;
}

.clearfix {
    width: 100%;
    font-family: Source Han Sans SC;
    font-weight: bold;
    font-size: 16px;
    color: #000000;
}

.clearfix-gd {
    float: right;
    padding: 3px 0;
    color: #999999 !important;
    cursor: pointer;
}

.wrapper .el-card__header {
    height: 55px !important;
}

.el-card__header {
    padding: 0 20px;
    height: 15%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

@media all and (max-width: 1800px) {
    .wrapper {
        width: 90%;
    }
}

/* @media (min-width:1200px) and (max-width:1800px){
    .wrapper{
        width: 1400px;
    }
} */

/* 服务页面************************* */
.fw-cont {
    min-height: 500px;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0px 5px 19px 1px rgba(0, 0, 0, 0.04);
    margin-right: 24px;
}

.fw-title {
    color: #000;
    font-size: 22px;
    font-weight: bold;
    padding: 16px 12px;
    border-bottom: 1px solid #eeeeee;
    padding-top: 0;
    position: relative;
}

.fw-title2 {
    color: #000;
    font-size: 20px;
    font-weight: bold;
    padding: 16px 12px;
}

.pos-icon {
    position: absolute;
    top: -4px;
    left: 0;
    width: 12px;
    height: 13px;
}

.fw-nav {
    margin-top: 14px;
    font-size: 16px;
    color: #000;
    flex-wrap: wrap;
}

.fw-nav-title {
    color: #999;
    padding-right: 10px;
    font-size: 14px;
    margin-top: 6px;
}

.fw-nav-list {
    font-weight: 500;
    margin-right: 20px;
    cursor: pointer;
    font-size: 14px;
    margin-top: 6px;
}

.fw-nav-list-avt {
    color: #3178ff;
    font-weight: 550;
}

.serve-cont {
    margin-top: 20px;
}

.serve-title {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    margin-bottom: 10px;
}

.serve-list {
    padding: 0 10px;
    width: calc(100% / 6);
    display: flex;
    text-align: center;
    align-items: center;
    font-size: 14px;
    color: #000;
    height: 88px;
    cursor: pointer;
}

.serve-list a {
    display: flex;
    align-items: center;
    color: #000000;
    text-decoration: none;
    /* 去除默认的下划线 */
    outline: none;
    /* 去除旧版浏览器的点击后的外虚线框 */
}

.serve-list:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 14px;
}

.serve-list-name {
    text-align: left;
}

.serve-list-icon {
    width: 55px;
    font-size: 55px;
    margin-right: 10px;
}

/* 数据中心******************* */
.info-fixed-tree {
    margin: 0 24px;
}

.info-tabs-list {
    width: 240px;
    min-height: 100px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 5px 19px 1px rgba(0, 0, 0, 0.04);
    font-size: 14px;
    color: #000;
    padding: 16px 0;
}

.info-tabs-list-icon {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

.info-tabs-list-open {
    padding: 21px 0;
    text-align: center;
    cursor: pointer;
}

.info-tabs-list-active,
.info-tabs-list-open:hover {
    background-color: #f1f5ff;
    color: #3178ff;
}

.fwScrollbar .el-scrollbar__view {
    height: 100% !important;
}

.fwScrollbar .serve-cont {
    margin-top: 0px !important;
}

.Commonly_box {
    width: 230px;
    min-height: 400px;
    background-color: #fff;
    border-radius: 10px;
    margin-top: 40px;
}

.com_part {
    flex: 1 1;
    text-align: center;
    padding: 12px 0;
    border-bottom: 1px solid #ededed;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
}

.com_part_acvt {
    border-bottom: 2px solid #2177ec;
    color: #2177ec;
}

.com_list {
    padding: 10px 16px;
    cursor: pointer;
}

.com_list:hover {
    background: rgba(56, 145, 255, 0.2);
}

.xpanel-wrapper-1 {
    height: 100%;
    min-height: 100%;
}

.xpanel-wrapper-2 {
    height: 50%;
}

.xpanel-wrapper-1-2 {
    height: 23.33333%;
}

.xpanel-wrapper-1-3 {
    height: 33.33333%;
}

.xpanel-wrapper-1-4 {
    height: 43.33333%;
}

.xpanel-wrapper-1-5 {
    height: 56.66666%;
}

.xpanel-wrapper-1-6 {
    height: 66.66666%;
}

.xpanel-wrapper-1-7 {
    height: 76.66666%;
}

.u-flex-row {
    display: flex;
    flex-direction: row;
}

.u-flex-column {
    display: flex;
    flex-direction: column;
}

.u-flex-row-center {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.u-flex-row-sw {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.u-flex-column-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.justify-content {
    justify-content: center;
}

.justify-sw {
    justify-content: space-between;
}

.align-items-center {
    align-items: center;
}

.flex1 {
    flex: 1;
}

.flex-wrap {
    flex-wrap: wrap;
}

.el-scrollbar__wrap {
    overflow-x: hidden;
}

.pt20 {
    padding-top: 20px;
}

.el-badge__content.is-fixed {
    right: 43px;
    top: -4px;
}

/* 日历相关修改 */
.calendar-card .el-calendar-table .el-calendar-day {
    width: 100%;
    height: 36px;
    line-height: 36px;
    padding: 0;
    text-align: center;
    font-size: 14px;
}

.calendar-card .el-calendar-table td {
    border: none;
}

.calendar-card .el-calendar-table tr td:first-child {
    border: none;
}

.calendar-card .el-calendar-table tr:first-child td {
    border: none;
}

.calendar-card .el-calendar-table td.is-selected {
    border-radius: 50%;
    background: #376bff;
    color: #fff;
}

.calendar-card .el-calendar-table .el-calendar-day:hover {
    background: none;
}

.text_shuang {
    font-family: SourceHanSansCN;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    width: 100%;
    display: -webkit-box;
    /** 对象作为伸缩盒子模型显示 **/
    overflow: hidden;
    word-break: break-all;
    /* break-all(允许在单词内换行。) https://www.w3school.com.cn/cssref/pr_word-break.asp*/
    text-overflow: ellipsis;
    /* 超出部分省略号 */
    -webkit-box-orient: vertical;
    /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 2;
    /** 显示的行数 **/
}

.text_dan {
    width: 100%;
    display: -webkit-box;
    /** 对象作为伸缩盒子模型显示 **/
    overflow: hidden;
    word-break: break-all;
    /* break-all(允许在单词内换行。) https://www.w3school.com.cn/cssref/pr_word-break.asp*/
    text-overflow: ellipsis;
    /* 超出部分省略号 */
    -webkit-box-orient: vertical;
    /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 1;
    /** 显示的行数 **/
}

.pointer {
    cursor: pointer;
}

.green {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #67c23a;
}

.el-dialog {
    background-image: none !important;
}

.messageList {
    box-sizing: border-box;
    width: 100%;
    height: 88vh;
    background: rgba(255, 255, 255, 0.6);
    box-shadow: 0px 2px 3px 0px #d4d4d4;
    border-radius: 10px;
}

.one-row {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.messageList-wrap {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: 100%;
    background-image: url("../../img/Portal/msg-bg.png");
    padding: 0 3%;
}

.messageList .messageItem {
    width: 100%;
    padding: 10px 4%;
    height: 50px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    border-bottom: 1px solid #dfe5f1;
}

.messageItem:hover {
    background-color: rgba(0, 0, 0, 0.4);
    color: #ffffff !important;
}

.messageItem:hover .msgTime {
    color: #ffffff !important;
}

.msgTime {
    width: 115px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #aaaaaa;
}

.msg-num .el-badge__content.is-fixed {
    right: 0;
}

.mar_top10 {
    margin-top: 10px;
}

.myfav {
    width: 160px;
    padding: 10px;
}

.myfav:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 14px;
}

.waitDone {
    padding: 0 10px 6px 10px;
    cursor: pointer;
    margin: 2px 0;
    color: #409eff;
}

.el-collapse-item__content {
    padding-bottom: 0;
}

.el-collapse-item__header {
    font-weight: bold !important;
}

.waitDone:hover {
    text-decoration: underline;
}

.btn-xx:hover,
.btn-zx:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.flex-a {
    display: flex;
    align-items: center;
}

.dataCenter-info {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.text-normal {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 300;
}

.text-qian {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #999999;
}

.flex-j {
    display: flex;
    justify-content: center;
}

.dataCenterLine {
    width: 2px;
    height: 30px;
    background: #999999;
    border-radius: 1px;
}

.info-list {
    display: flex;
    flex-wrap: wrap;
    height: 60%;
    width: 60%;
}

.info-list .flex-a div:last-child {
    margin-left: 40px;
}

.info-part {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ryxx {
    margin-top: 10px;
    width: 100%;
    height: 66px;
    background: #f5f8ff;
    border-radius: 10px;
    justify-content: space-evenly;
    padding: 0 20px;
    box-sizing: border-box;
}

.ryxx-wrap {
    display: flex;
    height: auto;
    min-height: 200px;
    max-height: 1000px;
    flex-wrap: wrap;
}

.ryxx-name {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #000000;
}

.mar_left60 {
    margin-left: 60px;
}

.text-qian-7 {
    color: #777777;
}

.skin-area {
    /* width: 100%; */
    height: 234px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.skin-text {
    text-align: center;
}

.skin-text-s {
    color: #2e75ff;
}

/* .skin-patr{
    flex: 1 1;
} */
.skin-img {
    width: 160px;
    height: 90px;
    border: 2px solid transparent;
}

.skin-img-s {
    border: 2px solid #3891ff;
    border-radius: 6px;
}

.flex-between {
    display: flex;
    justify-content: space-between;
}

[v-cloak] {
    display: none;
}

.wdxx .el-badge__content.is-fixed {
    right: 20px;
}

.wdxx {
    display: block !important;
}

.updateInfo .el-date-editor.el-input {
    width: 100% !important;
}

.pop-hf .el-popover__reference-wrapper {
    display: flex;
    align-items: center;
}

.index_mid {
    width: 420px;
}

.index_right {
    position: relative;
    width: calc(100% - 420px);
}

.index_right .cloud {
    position: absolute;
    right: 10px;
    top: 10px;
    pointer-events: none;
}

.col1 {
    width: 33%;
}

.col2 {
    width: 66%;
}

@media screen and (max-width: 1900px) {
    .wrapper {
        width: 100% !important;
    }
}

@media screen and (max-width: 1600px) {
    .top_item_mt_num {
        padding: 0;
        font-size: 21px;
    }

    .wrapper {
        width: 100% !important;
    }
}

@media screen and (min-width: 1800px) {
    .col1 {
        width: 33%;
    }

    .col2 {
        width: 66%;
    }

    .col3 {
        width: 59%;
    }

    .col4 {
        width: 41%;
    }

    .col5 {
        width: 59%;
    }

    .col6 {
        width: 41%;
    }

    .xt-list {
        width: 140px;
        height: 80px;
        margin-left: 20px;
    }

    .ywxt2 i {
        margin-top: 10px;
        width: 140px;
        height: 0px;
        margin-left: 20px;
    }
}

@media screen and (max-width: 1800px) {
    .col1 {
        width: 50%;
    }

    .col2 {
        width: 50%;
    }

    .col3 {
        width: 100%;
    }

    .col4 {
        width: 100%;
    }

    .col5 {
        width: 100%;
    }

    .col6 {
        width: 100%;
    }
}

.haeder-search-input input::placeholder {
    font-family: Source Han Sans SC;
    font-weight: 400;
    font-size: 18px;
    color: #bbc2c7 !important;
}

.haeder-search-input > .el-input__inner {
    cursor: default;
}

.myfav i {
    display: none;
}

.myfav:hover i {
    display: block;
}

.fwSearch_title {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    margin: 10px 0;
}

.bm_title {
    font-size: 16px;
    font-weight: bold;
    margin: 10px;
}

.bmlis {
    padding: 10px;
    border-top: 1px solid #ebeef5;
    margin-top: 10px;
}

.bmlis:nth-child(1) {
    border-top: 0;
}

.circle {
    width: 5px;
    height: 5px;
    background-color: #67c23a;
    border-radius: 50%;
}

.mar_left10 {
    margin-left: 10px;
}

.calendar-card .el-calendar__body {
    transform: scale(0.9);
    margin: -20px -20px 0 30px;
    padding: 0;
}

.calendar_3 {
    position: absolute;
    left: 30px;
}

.calendar-card .calendar-card_header {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.zc {
    height: 34.33px;
    width: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 3px;
}

.kb {
    background-color: #ecf9f3;
    height: 80px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.kb div:nth-child(2) {
    color: #909399;
}

.kb_wrap {
    margin: 5px 10px;
}

.noticeTabs .el-tabs__header {
    margin: 10px 20px 0 20px !important;
}

.noticeTabs .el-tabs__item.is-active {
    color: #4d65aa;
    padding: 0 20px !important;
    position: relative;
}

.noticeTabs .el-tabs__item.is-active::after {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #4d65aa;
    position: absolute;
    bottom: 5px;
    z-index: 999 !important;
    left: 50%;
    margin-left: -50%;
    box-shadow: 0px 5px 19px 1px rgba(0, 0, 0, 0.04);
    border-radius: 2px;
}

.noticeTabs .el-tabs__item.is-active::before {
    content: "";
    position: absolute;
    bottom: -8px;
    z-index: 999 !important;
    left: 50%;
    margin-left: -8px;
    border-top: 8px solid #4d65aa;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

.noticeTabs .el-tabs__item {
    padding: 0 20px !important;
    height: 44px;
}

/* .el-tabs__item {
    color: #66b1ff;
} */

.noticeTabs .el-tabs__active-bar {
    display: none;
}

.el-tabs__nav-wrap::after {
    /* display: none; */
    background-color: #fff;
}

.dcl_btn {
    background-color: #4d65aa;
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
    padding: 2px 5px;
    display: inline-block;
}

.fw_cont2 {
    position: relative;
    display: flex;
}

.left_taber {
    width: 300px;
    background: #fff;
    border-radius: 10px;
    font-size: 14px;
    /* position: absolute;
    left: 10px;
    top: 0 */
}

.left_taber_title {
    font-size: 18px;
    font-weight: 600;
}

.left_taber_nav {
    padding: 20px;
}

.left_taber_btn {
    color: #006cff;
}

.left_taber_list {
    padding: 16px 20px;
    cursor: pointer;
}

.left_taber_list:hover {
    background: #f4f4f4;
    position: relative;
}

.left_taber_cont {
    width: 820px;
    min-height: 400px;
    background-color: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 300px;
    display: none;
    padding: 14px 16px;
    z-index: 999;
}

.left_pop_item {
    font-size: 16px;
    font-weight: 600;
    padding: 10px;
}

.left_taber_list:hover .left_taber_cont {
    display: block;
}

.left_pop_item_s {
    color: #8c8c8c;
    width: calc(95% / 3);
    margin-right: 12px;
    margin-bottom: 12px;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 9px;
}

.left_pop_item_s img {
    width: 22px;
    height: 22px;
}

.left_pop_item_img {
    width: 40px;
    height: 40px;
    margin-right: 6px;
}

.left_pop_item_s:hover {
    border-color: #006cff;
    color: #006cff;
}

.right_cont {
    margin-left: 20px;
}

.right_top {
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 10px;
}

.top_item {
    width: calc(96% / 4);
    position: relative;
}

.top_item_mt {
    position: absolute;
    top: 25%;
    left: 16px;
    font-size: 16px;
    color: #fff;
}

.top_item_mt_num {
    padding-top: 6px;
    font-size: 26px;
    font-weight: 600;
}

.zj_list_item {
    border: 1px solid #eee;
    margin-bottom: 12px;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 16px;
    cursor: pointer;
}

.zj_list_item:hover {
    border-color: #006cff;
    color: #006cff;
}

.right_top_title {
    padding-bottom: 20px;
    font-size: 16px;
}

.lc-bg {
    background-image: url("../../img/Portal/lc.png");
    margin-top: 20px;
    width: 300px;
    max-height: 420px;
    padding: 10px;
}

.lc-list {
    margin-top: 10px;
    background-color: #ffffff;
    border: 1px solid #c9dbff;
    padding: 10px;
    width: 100%;
    cursor: pointer;
}

@font-face {
    font-family: "zhuiguang";
    /* 重命名字体名 */
    src: url("../font/MHDT/douyuzhuiguang.ttf");
    font-weight: normal;
    font-style: normal;
}

/* 图标 */
@font-face {
    font-family: "icon";
    src: url("../font//MHDT/iconfont.ttf") format("truetype"), url("../font//MHDT/iconfont.woff") format("woff"), url("../font//MHDT/iconfont.woff2") format("woff2");
}

.nav_icon {
    font-family: "icon";
    font-size: 18px;
    color: hsla(0, 0%, 100%, 0.6) !important;
    margin-right: 8px;
}

.xt-list {
    width: 132px;
    height: 76px;
    margin-top: 10px;
    cursor: pointer;
    font-family: zhuiguang;
    color: #ffffff;
    display: flex;
    align-items: center;
    padding-left: 10px;
    box-sizing: border-box;
    transition: all 0.3s;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.xt-list:hover {
    transform: translateY(-5px);
    box-shadow: 0px 10px 10px 0px rgba(32, 32, 32, 0.15);
}

.xt-list-name {
    width: 90px;
    font-size: 16px;
    word-break: break-all;
}

.ywxt i {
    margin-top: 10px;
    width: 132px;
}

.kstd i {
    padding: 0 10px;
    width: calc(100% / 6);
}

.index_right_list_wrap {
    position: relative;
    height: 468px;
    margin: 20px;
}

.index_right_list_wrap .el-carousel__container {
    height: 170px !important;
}

.index_right_carousel {
    width: calc(50% - 10px);
    height: 170px;
}

.index_right_list {
    position: relative;
    width: calc(50% - 10px);
    height: 95px;
    box-shadow: inset 0 -1px 0 0 #f0f0f0;
    float: left;
    padding: 20px 20px 20px 0;
}

.index_right_list_index {
    z-index: 1;
    position: absolute;
    right: 10px;
    top: 8px;
    font-family: Arial;
    font-weight: bold;
    font-size: 70px;
    color: #f2f6fb;
    font-style: italic;
}

.index_right_list_wrap .index_right_list:nth-child(2) .index_right_list_index {
    top: 0px;
}

.index_right_list_wrap .index_right_list:nth-child(2) {
    position: absolute;
    top: -10px;
    right: 0;
    height: 84px;
    padding: 10px 20px 0px 0px;
}

.index_right_list_wrap .index_right_list:nth-child(3) {
    position: absolute;
    top: 74px;
    right: 0;
}

.index_right_list_wrap .index_right_list:nth-of-type(2n + 3) {
    margin-left: 20px;
}

.index_mid .el-timeline-item__node {
    background-color: #4d65aa !important;
}

.index_mid .el-timeline-item__content {
    font-family: Arial;
    font-weight: bold;
    font-size: 20px;
    color: #4d65aa;
}
