* {
    box-sizing: border-box;
}

[v-cloak] {
    display: none;
}

html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.container {
    width: 100%;
    max-width: 1920px;
    min-width: 1200px;
    height: 100%;
    margin: auto;
    padding: 0;
}

.top-main {
    width: 100%;
    height: 360px;
    background-image: url('../images/img_top_bg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.top-logo {
    width: 1200px;
    margin: auto;
    padding-top: 140px;
}

.logo-title {
    display: inline-block;
    font-family: 'Source Han Sans CN';
    font-weight: 700;
    font-size: 52px;
    line-height: 60px;
    background: linear-gradient(180deg, #FFFFFF 16.25%, #D3EDFF 96.25%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    /* 新增边框阴影 */
    text-shadow: 0 0 60px rgba(0, 102, 171, 0.3);
}

.logo-tips {
    margin-top: 24px;
    font-family: 'Source Han Sans CN';
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: #fff;
    display:none;
}

.midden-main {
    width: 1200px;
    padding: 30px 0 60px 0;
    margin: auto;
    text-align: center;
}

.tabs {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 68px;
    margin: auto;
    border: 1px solid #FFFFFF;
    background: #EBF3F7;
    border-radius: 34px;
    box-shadow: 0px 2px 8px 0px rgba(89, 117, 160, 0.04);
}

.tab {
    position: relative;
    padding: 0 68px;
    font-family: 'Source Han Sans CN';
    font-weight: 500;
    font-size: 20px;
    line-height: 66px;
    color: #555;
    border-radius: 34px;
    cursor: pointer;
    border-bottom: none !important;
}

.tab.active,
.tab:hover {
    background: #fff;
    color: #006EAB;
    box-shadow: 0px 2px 8px 0px rgba(89, 117, 160, 0.1);
}

.tab.active::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%);
    width: 0;
    height: 0;
    border: 10px solid #fff;
    border-color: #fff transparent transparent transparent;
    /* 添加阴影效果 */
    filter: drop-shadow(0px 2px 4px rgba(89, 117, 160, 0.1));
}

.main-box {
    display: flex;
    height: 580px;
    margin-top: 32px;
    box-shadow: 0px 4px 20px 0px rgba(146, 161, 208, 0.1);
}

.main-left {
    width: 140px;
    padding: 12px 0 12px 10px;
    background: #10568A;
    overflow: auto;
    /* 自定义滚动条样式 */
    scrollbar-width: thin;
    scrollbar-color: #D4E0E9 transparent;
}

/* Webkit浏览器滚动条样式 */
.main-left::-webkit-scrollbar {
    width: 4px;
    background-color: transparent;
}

.main-left::-webkit-scrollbar-thumb {
    background-color: #D4E0E9;
    border-radius: 3px;
}

.main-left::-webkit-scrollbar-track {
    background-color: transparent;
}

.main-right {
    flex: 1;
    padding: 0 28px 24px 28px;
}

.main-left li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 16px 22px 16px 10px;
    font-family: 'Source Han Sans CN';
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    text-align: right;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    cursor: pointer;
}

.main-left li:hover {
    font-weight: 700;
    font-size: 18px;
    color: #006EAB;
    background: #fff;
}

.main-left li.active {
    position: relative;
    font-weight: 700;
    font-size: 18px;
    color: #006EAB;
    background: #fff;
}

.main-left li.active::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    transform: translateY(-100%);
    width: 12px;
    height: 12px;
    background-image: url('../images/icon_tab_active_top.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.main-left li.active::after {
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    transform: translateY(100%);
    width: 12px;
    height: 12px;
    background-image: url('../images/icon_tab_active_bottom.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.screen-box {
    display: flex;
    align-items: center;
    gap: 30px;
    width: 100%;
    height: 80px;
    border-bottom: 1px solid #EFEFEF;
}

.screen-title {
    flex: 1;
    position: relative;
    padding-left: 11px;
    font-family: 'Source Han Sans CN';
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #333;
    text-align: left;
}

.screen-title::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    width: 3px;
    height: 16px;
    background: #10568A;
}

.total {
    font-family: 'Source Han Sans CN';
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    color: #006EAB;
}

.my-radio-group .el-radio__inner {
    width: 18px;
    height: 18px;
    border-radius: 4px;
    background-image: url('../images/icon_radio.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border: none;
}

.my-radio-group .el-radio__original {
    border: none;
    border-radius: 4px;
}

.my-radio-group .el-radio__label,
.my-radio-group .el-radio__input.is-checked+.el-radio__label {
    font-family: 'Source Han Sans CN';
    font-weight: 400;
    font-size: 16px;
    color: #333;
}

.my-radio-group .el-radio__input.is-checked .el-radio__inner {
    background-image: url('../images/icon_radio_active.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-color: transparent;
}

.my-radio-group .el-radio__inner::after {
    display: none;
}

.my-radio-group .el-radio {
    color: #333;
    margin-right: 24px;
}

.my-checkbox-group .el-checkbox {
    font-family: 'Source Han Sans CN';
    font-weight: 400;
    font-size: 16px;
    color: #333;
    margin-right: 24px;
}

.my-checkbox-group .el-checkbox__inner {
    width: 18px;
    height: 18px;
    border-radius: 4px;
    background-image: url('../images/icon_radio.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border: none;
}

.el-checkbox__input.is-checked .el-checkbox__inner,
.el-checkbox__input.is-indeterminate .el-checkbox__inner {
    background-image: url('../images/icon_radio_active.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-color: transparent;
}

.my-checkbox-group .el-checkbox__inner::after {
    display: none;
}

.my-checkbox-group .el-checkbox__label,
.my-checkbox-group .el-checkbox__input.is-checked+.el-checkbox__label {
    font-family: 'Source Han Sans CN';
    font-weight: 400;
    font-size: 16px;
    color: #333;
}

.checkbox-list {
    display: flex;
    align-items: center;
    gap: 24px;
}

.checkbox-item {
    position: relative;
    padding-left: 26px;
    font-family: 'Source Han Sans CN';
    font-weight: 400;
    font-size: 16px;
    color: #333;
    cursor: pointer;
}

.checkbox-item::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    border-radius: 4px;
    background-image: url('../images/icon_radio.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.checkbox-item.active::before {
    background-image: url('../images/icon_radio_active.png');
}


.screen-input {
    position: relative;
    width: 314px;
    height: 40px;
}

.my-input .el-input__inner {
    padding-right: 66px;
    padding-left: 14px;
    font-family: 'Source Han Sans CN';
    font-weight: 400;
    font-size: 16px;
    color: #333;
    border: 1px solid #DCDFE6;
    border-radius: 4px;
}

.my-input .el-input__inner:focus {
    border: 1px solid #10568A;
}

.search-btn,
.search-btn:hover {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40px;
    padding: 0;
    border-radius: 0px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    background: #10568A !important;
    border: 1px solid #10568A;
}

.icon-search {
    width: 19px;
    height: 20px;
}

.icon-clear {
    position: absolute;
    top: 50%;
    right: 51px;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.list-box {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px 0 24px 0;
}

.list-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: calc(25% - 15px);
    height: 118px;
    padding: 12px 16px;
    background: rgba(0, 110, 171, 0.04);
}

.list-item-title {
    font-family: 'Source Han Sans CN';
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #333;
    text-align: left;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.list-item-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: calc(50% - 10px);
    height: 32px;
    margin-top: 14px;
    padding: 0;
    border: 1px solid #006EAB;
    border-radius: 4px;
    font-family: 'Source Han Sans CN';
    font-weight: 400;
    font-size: 14px;
    box-sizing: border-box;
}

.guide-btn,
.guide-btn:hover,
.guide-btn:focus {
    color: #006EAB;
    background-color: #fff;
    border: 1px solid #006EAB;
}

.online-btn,
.online-btn:hover,
.online-btn:focus {
    color: #fff;
    background-color: #006EAB;
    border: 1px solid #006EAB;
}

/* 分页 */
.my-pagination {
    display: flex;
    align-items: right;
    justify-content: center;
}

.my-pagination .btn-prev {
    min-width: 34px;
    height: 34px;
    background-color: #fff !important;
    border-radius: 0 !important;
    border: 1px solid #E5E5E5;
}

.my-pagination .btn-next {
    min-width: 34px;
    height: 34px;
    background-color: #fff !important;
    border-radius: 0 !important;
    border: 1px solid #E5E5E5;
}

.my-pagination .el-pager li {
    min-width: 34px !important;
    height: 34px;
    margin: 0 4px !important;
    font-family: "Source Han Sans CN";
    font-size: 14px;
    font-weight: 400;
    color: #333;
    line-height: 32px !important;
    background-color: #fff !important;
    border-radius: 0 !important;
    border: 1px solid #E5E5E5 !important;
}

.my-pagination .el-pager li.active,
.el-pagination.is-background .el-pager li:not(.disabled):hover {
    color: #fff !important;
    background-color: #006EAB !important;
    border: 1px solid #006EAB;
}

.my-pagination .el-pager li.active+li {
    border-left: 1px solid #E5E5E5 !important;
}

.my-pagination .el-pagination .el-select .el-input,
.el-input--mini .el-input__inner {
    height: 34px !important;
    line-height: 34px !important;
    border-radius: 0 !important;
}

.my-pagination .el-pagination__sizes {
    display: flex !important;
    align-items: center;
    height: 34px !important;
    margin: 0 !important;
    line-height: 34px !important;
}

.my-pagination .el-pagination__jump {
    display: flex !important;
    align-items: center;
    height: 34px !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
    line-height: 34px !important;
}

.my-pagination .el-pagination__editor {
    height: 34px !important;
}

.my-pagination .el-pagination__editor .el-input__inner {
    width: 34px !important;
    height: 34px !important;
    line-height: 34px !important;
    border-radius: 0 !important;
}

.my-pagination .el-pagination__sizes .el-input .el-input__inner {
    padding-left: 0 !important;
    padding-right: 16px !important;
}

.my-pagination .el-input__inner {
    color: #5C5C5C;
}

.my-pagination .el-select>.el-input {
    width: 80px !important;
}

.el-input.is-active .el-input__inner,
.el-input__inner:focus {
    border-color: #006EAB;
}

.icon-empty {
    width: 152px;
    height: 152px;
    margin-bottom: 13px;
}

.empty {
    margin-top: 100px;
    font-family: 'Source Han Sans CN';
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #555;
    text-align: center;
}