@font-face {
    font-family: 'Alimama ShuHeiTi';
    src: url('./fonts/Alimama_ShuHeiTi_Bold/Alimama_ShuHeiTi_Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'DingTalk JinBuTi';
    src: url('./fonts/DingTalk-JinBuTi/DingTalk-JinBuTi.ttf') format('truetype');
}

body,
html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.container-main {
    min-width: 1200px;
    background-image: url('../images/img_bg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.my-container {
    width: 1200px;
    margin: 0 auto;
    padding: 40px 0;
}

.title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
}

.title>p {
    font-family: "Source Han Sans CN";
    font-weight: 700;
    font-style: Bold;
    font-size: 48px;
    color: #0044A3;
    text-shadow: 0px 3px 0px #fff;
}


.icon-logo {
    width: 100px;
    height: 100px;
}

.main {
    width: 100%;
    display: flex;
    gap: 24px;
}

.left-main {
    flex-shrink: 0;
    width: 376px;
}

.subscribe-box {
    width: 100%;
    padding: 16px 20px 20px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0px 4px 28px 0px rgba(0, 73, 173, 0.04);
}

.subscribe-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.subscribe-title {
    position: relative;
    padding-left: 32px;
    font-family: "Source Han Sans CN";
    font-weight: 700;
    font-size: 20px;
    line-height: 40px;
    color: #333;
}

.subscribe-title::after {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    width: 24px;
    height: 24px;
    background-image: url('../images/icon_subscribe_big.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.subscribe-btn {
    position: relative;
    padding: 4px 12px;
    padding-left: 32px;
    font-family: "Source Han Sans CN";
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #1764CE;
    border-radius: 40px;
    border: 1px solid #DDE6F2;
    background: #F9FBFF;
}

.subscribe-btn::after {
    position: absolute;
    left: 12px;
    top: calc(50% + 1px);
    transform: translateY(-50%);
    content: '';
    width: 16px;
    height: 16px;
    background-image: url('../images/icon_subscribe.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.tag-item {
    width: calc((100% - 32px) / 3);
    height: 24px;
    font-family: "Source Han Sans CN";
    font-weight: 400;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tag-item>input {
    position: relative;
    top: 3px;
    width: 18px;
    height: 18px;
}

.tag-item>input:checked {
    background-color: #1764CE;
    border-color: #1764CE;
}

.operation-btn {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.retrieve {
    padding: 8px 40px;
    font-family: "Source Han Sans CN";
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #1764CE;
    background: #1764CE;
}

.reset {
    padding: 8px 40px;
    font-family: "Source Han Sans CN";
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #1764CE;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #1764CE;
    background: #fff;
}

.communique-link-list {
    margin-top: 24px;
}

.list-item {
    position: relative;
    margin-bottom: 20px;
    padding: 20px 0px 24px 28px;
    border-radius: 8px;
    background: linear-gradient(90deg, #2A7CED 0%, #81B1F4 100%);
}

.list-item::before {
    position: absolute;
    z-index: 2;
    left: 60%;
    bottom: 0;
    transform: translateX(-50%);
    width: 153px;
    height: 128px;
    content: '';
    background-image: url('../images/img_bg_link.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.list-item::after {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    width: 145px;
    height: 107px;
    content: '';
    background-image: url('../images/img_bg_history.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.list-item:last-child {
    margin-bottom: 0;
}

.history {
    background: linear-gradient(90deg, #2A7CED 0%, #81B1F4 100%);
}

.history::after {
    position: absolute;
    z-index: 2;
    right: 5px;
    bottom: 0;
    width: 145px;
    height: 107px;
    content: '';
    background-image: url('../images/img_bg_history.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.english {
    background: linear-gradient(270deg, #9FCD98 0%, #75B866 100%);
}

.english::after {
    position: absolute;
    z-index: 2;
    right: 13px;
    bottom: -5px;
    width: 122px;
    height: 91px;
    content: '';
    background-image: url('../images/img_bg_english.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.opinion {
    background: linear-gradient(90deg, #F37B87 0%, #F5AFB8 100%);
}

.opinion::after {
    position: absolute;
    z-index: 2;
    right: 0px;
    bottom: 0px;
    width: 145px;
    height: 102px;
    content: '';
    background-image: url('../images/img_bg_opinion.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.consult {
    background: linear-gradient(140.55deg, #5AB9E6 28.03%, #9DD5F1 98.18%);
}

.consult::after {
    position: absolute;
    z-index: 2;
    right: 0px;
    bottom: 0px;
    width: 146px;
    height: 97px;
    content: '';
    background-image: url('../images/img_bg_consult.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.list-item-title {
    margin-bottom: 24px;
    font-family: "Alimama ShuHeiTi";
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    color: #fff;
}

.link-item-btn {
    padding: 4px 16px;
    font-family: "Source Han Sans CN";
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    border-radius: 40px;
    border: 1px solid rgba(255, 255, 255, 0.6);
}

.history .link-item-btn:hover {
    background-color: #fff;
    color: #1764CE;
}

.english .link-item-btn:hover {
    background-color: #fff;
    color: #75B866;
}

.opinion .link-item-btn:hover {
    background-color: #fff;
    color: #F37B87;
}

.consult .link-item-btn:hover {
    background-color: #fff;
    color: #5AB9E6;
}

.friendship-link-box {
    margin-top: 24px;
    padding: 16px 20px 20px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0px 4px 28px 0px rgba(0, 73, 173, 0.04);
}

.friendship-link-title {
    position: relative;
    padding-left: 32px;
    font-family: "Source Han Sans CN";
    font-weight: 700;
    font-size: 20px;
    line-height: 40px;
    color: #333;
}

.friendship-link-title::after {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    width: 24px;
    height: 24px;
    background-image: url('../images/icon_link.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.friendship-link-list {
    margin-top: 16px;
}

.friendship-link-item {
    display: block;
    position: relative;
    z-index: 2;
    margin-bottom: 20px;
    padding: 22px 0 22px 20px;
    border-radius: 8px;
    background: linear-gradient(278.26deg, #FFEEEF -18.78%, #FDE1E4 98.15%);
}

.friendship-link-item:last-child {
    margin-bottom: 0;
}

.friendship-link-item::after {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: '';
    border-radius: 8px;
    background-image: url('../images/img_friendship_link1.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.friendship-link-item-title {
    position: relative;
    z-index: 2;
    font-family: "DingTalk JinBuTi";
    font-size: 24px;
    line-height: 28px;
    color: #BB3D4A;
    /* -webkit-text-stroke: 1px #fff; */
    /* text-stroke: 1px #fff; */
}

.friendship-link-item:nth-child(2) {
    background: linear-gradient(278.26deg, #FFF8E6 -18.78%, #F8E8C3 98.15%);
}

.friendship-link-item:nth-child(2)::after {
    background-image: url('../images/img_friendship_link2.png');
}

.friendship-link-item:nth-child(2) .friendship-link-item-title {
    color: #AC6508;
}

.icon-link {
    position: relative;
    z-index: 2;
    width: 24px;
    height: 24px;
    margin-top: 16px;
    background-image: url('../images/icon_link1.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.friendship-link-item:nth-child(2) .icon-link {
    background-image: url('../images/icon_link2.png');
}

.friendship-link-item:hover .icon-link {
    background-image: url('../images/icon_link1_active.png');
}

.friendship-link-item:nth-child(2):hover .icon-link {
    background-image: url('../images/icon_link2_active.png');
}

.right-main {
    width: calc(100% - 400px);
}

.screen-box {
    padding: 16px 20px 20px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0px 4px 28px 0px rgba(0, 73, 173, 0.04);
}

.screen-title {
    position: relative;
    padding-left: 32px;
    font-family: "Source Han Sans CN";
    font-weight: 700;
    font-size: 20px;
    line-height: 40px;
    color: #333;
}

.screen-title::after {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    width: 24px;
    height: 24px;
    background-image: url('../images/icon_retrieve.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.screen-row {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-top: 16px;
}

.screen-item {
    width: calc(50% - 20px);
    display: flex;
    align-items: center;
    gap: 8px;
}

.screen-label {
    flex-shrink: 0;
    font-family: "Source Han Sans CN";
    font-weight: 400;
    font-size: 16px;
    color: #333;
}

.screen-input {
    flex: 1;
    height: 48px;
    padding: 0 16px;
    border-radius: 4px;
    border: 1px solid #E7EBF1;
    background: #fff;
    font-family: "Source Han Sans CN";
    font-weight: 400;
    font-size: 16px;
    color: #333;
}

.screen-input:focus,
.screen-input:focus-visible {
    outline: none;
    border-color: #E7EBF1;
}

.screen-input::placeholder {
    font-family: "Source Han Sans CN";
    font-weight: 400;
    font-size: 16px;
    color: #999;
}

/* ========== Chosen custom styles ========== */
/* container */
.chosen-select,
.chosen-container {
    flex: 1 !important;
    height: 48px;
}

.chosen-container {
    font-size: 16px;
}

/* single select button */
.chosen-container-single .chosen-single,
.chosen-container-active.chosen-with-drop .chosen-single {
    height: 48px;
    line-height: 48px;
    border: 1px solid #E7EBF1;
    border-radius: 4px;
    background: #fff;
    box-shadow: none;
    padding: 0 44px 0 14px;
    color: #333;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: center;
    transform: rotate(180deg);
}

.chosen-container-single .chosen-single span {
    margin-right: 0;
    font-family: "Source Han Sans CN";
    font-weight: 400;
    font-size: 16px;
    color: #333;
}

/* arrow */
.chosen-container-single .chosen-single div {
    width: 44px;
}

.chosen-container-single .chosen-single div b {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24'%3E%3Cpath fill='%23666' d='M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6l-6-6z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
}

.chosen-container-active .chosen-single,
.chosen-container-single .chosen-single:hover,
.chosen-container-active.chosen-with-drop .chosen-single {
    border-color: #E7EBF1;
}

/* dropdown */
.chosen-container .chosen-drop {
    border: 1px solid #E7EBF1;
    border-radius: 4px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    margin-top: 8px;
}

/* search field is hidden for threshold, still style for safety */
.chosen-container-single .chosen-search input[type="text"] {
    height: 48px;
    border-radius: 4px;
}

/* optgroup header  */
.chosen-container .chosen-results li.group-result {
    display: none;
    padding: 12px 16px;
    font-weight: 600;
    color: #666;
    background: #F8F9FB;
}

/* results */
.chosen-container .chosen-results {
    margin: 0;
    padding: 0;
}

.chosen-container .chosen-results li {
    padding: 12px 16px;
    font-size: 16px;
    line-height: 24px;
    color: #333;
}

.chosen-container .chosen-results li.highlighted {
    background: #EAF2FF;
    color: #1F5BFF;
}

.chosen-container .chosen-results li.result-selected {
    color: #1F5BFF;
    background: #EAF2FF;
}


/* 整个滚动条 */
.chosen-results::-webkit-scrollbar {
    display: none !important;
    width: 8px !important;
    /* 竖直滚动条的宽度 */
    height: 10px !important;
    /* 水平滚动条的高度 */
}

/* 滚动条的轨道 */
.chosen-results::-webkit-scrollbar-track {
    background: #C0D5FF !important;
    border-radius: 10px !important;
}

/* 滚动条的滑块 */
.chosen-results::-webkit-scrollbar-thumb {
    background: #C0D5FF !important;
    border-radius: 10px !important;
    border: 2px solid #C0D5FF !important;
    /* 滑块边缘留白效果 */
}

/* 滑块悬停时 */
.chosen-results::-webkit-scrollbar-thumb:hover {
    background: #C0D5FF !important;
}

/* 滚动条两端的按钮（可选，一般隐藏） */
.chosen-results::-webkit-scrollbar-button {
    display: none !important;
}

/* 水平滚动条的轨道底部（可选） */
.chosen-results::-webkit-scrollbar-corner {
    background: #000 !important;
}

.chosen-default>span {
    color: #999 !important;
}

.issue-item {
    width: 100%;
}

.icon-bracket {
    width: 6px;
    height: 20px;
}

.issue-item .chosen-select,
.issue-item .chosen-container,
.issue-item .screen-input {
    min-width: 200px !important;
}

.screen-btn {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.screen-btn {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.screen-btn .reset {
    width: auto;
    padding: 8px 28px;
}

.screen-btn .retrieve {
    width: auto;
    padding: 8px 28px;
}

.screen-btn .screen {
    position: relative;
    padding: 8px 14px;
    padding-right: 34px;
    font-family: "Source Han Sans CN";
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #1764CE;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #1764CE;
    background: #fff;
}

.screen-btn .screen::after {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    width: 10px;
    height: 7px;
    background-image: url('../images/icon_link_down.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.screen.active::after {
    background-image: url('../images/icon_link_up.png') !important;
}

.communique-box {
    width: 100%;
    margin-top: 24px;
    padding: 16px 20px 20px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0px 4px 28px 0px rgba(0, 73, 173, 0.04);
}

.communique-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-bottom: 16px;
    border-bottom: 0.5px solid #CBD0D7;
}

.communique-title {
    position: relative;
    padding-left: 32px;
    font-family: "Source Han Sans CN";
    font-weight: 700;
    font-size: 20px;
    line-height: 40px;
    color: #333;
}

.communique-title::after {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    width: 24px;
    height: 24px;
    background-image: url('../images/icon_communication.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 8px;
    border-radius: 4px;
    background-color: #F9FBFF;
    border: 1px solid #DDE6F2;
    cursor: pointer;
}

.icon-communique {
    width: 6px;
    height: 10px;
}

.communique-screen {
    display: flex;
    align-items: center;
    gap: 8px;
}

.communique-select,
.communique-screen .chosen-container {
    flex: 1 !important;
    height: 40px;
}

.communique-screen .chosen-container-single .chosen-single,
.communique-screen .chosen-container-active.chosen-with-drop .chosen-single {
    height: 40px;
    line-height: 40px;
}

.communique-screen .chosen-container-single .chosen-search input[type="text"] {
    height: 40px;
}

.communique-tips {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    margin-top: 18px;
    border-radius: 4px;
    background: rgba(31, 125, 255, 0.08);
}

.communique-tips>p {
    position: relative;
    padding-left: 24px;
    font-family: "Source Han Sans CN";
    font-weight: 400;
    font-size: 16px;
    line-height: 40px;
    color: #1764CE;
}

.communique-tips>p::after {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    width: 18px;
    height: 18px;
    background-image: url('../images/icon_download.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

#download-tips {
    cursor: pointer;
}

.review {
    background: rgba(237, 152, 33, 0.08);
}

.review>p {
    color: #ED9821;
}

.review>p::after {
    background-image: url('../images/icon_review.png');
}

.update {
    background: rgba(90, 185, 230, 0.08);
}

.update>p {
    color: #5AB9E6;
}

.update>p::after {
    background-image: url('../images/icon_update.png');
}

.communique-type-box {
    width: 100%;
    margin-top: 20px;
}

.communique-type-item {
    margin-bottom: 24px;
}

.type-title {
    position: relative;
    padding-left: 13px;
    font-family: "Source Han Sans CN";
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #333;
}

.type-title::after {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    width: 5px;
    height: 18px;
    border-radius: 5px;
    background: linear-gradient(139.07deg, #2E85FE 33.15%, #4DB2FF 151.34%);
}

.communique-list {
    margin-top: 8px;
}

.communique-list-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    height: 58px;
    border-bottom: 0.5px dashed #CBD0D7;
    cursor: pointer;
}

.communique-list-item>p {
    font-family: "Source Han Sans CN";
    font-weight: 400;
    font-size: 16px;
    color: #333;
}

.communique-list-item>p:first-child {
    /* flex: 1; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.communique-list-item>p:last-child {
    flex-shrink: 0;
}

.my-layer-confirm {
    border-radius: 12px !important;
    background: linear-gradient(180deg, #d9e6f9 0%, #EDF2FA 26.55%, #FFFFFF 100%) !important;
}

.my-layer-confirm .layui-layer-title {
    border-radius: 12px !important;
    background: linear-gradient(180deg, #C9DFFD 0%, #e3edfb 100%);
}

.my-layer-confirm .layui-layer-content .layui-layer-ico {
    display: none;
}

.my-layer-confirm .layui-layer-padding {
    padding: 0 !important;
}

.my-layer-confirm .layui-layer-content {
    overflow: initial !important;
}

.my-layer-confirm .layui-layer-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.my-layer-confirm .layui-layer-btn .layui-layer-btn1 {
    height: 40px;
    padding: 0 43px;
    margin: 0;
    font-family: "Source Han Sans CN";
    font-weight: 400;
    font-size: 16px;
    color: #1764CE;
    line-height: 38px;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #1764CE;
}

.my-layer-confirm .layui-layer-btn .layui-layer-btn0 {
    height: 40px;
    padding: 0 43px;
    margin: 0;
    font-family: "Source Han Sans CN";
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: 38px;
    border-radius: 4px;
    background-color: #1764CE;
    border: 1px solid #1764CE;
}


.result-box {
    width: 100%;
    margin-top: 24px;
    padding: 16px 20px 20px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0px 4px 28px 0px rgba(0, 73, 173, 0.04);
}

.result-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-bottom: 16px;
    border-bottom: 0.5px solid #CBD0D7;
}

.result-title {
    font-family: "Source Han Sans CN";
    font-weight: 400;
    font-size: 16px;
    line-height: 40px;
    color: #333;
}

.result-title>span {
    font-family: "Source Han Sans CN";
    font-weight: 700;
    font-size: 20px;
    line-height: 40px;
    color: #1764CE;
}

.back-btn {
    position: relative;
    padding: 4px 16px 4px 36px;
    font-family: "Source Han Sans CN";
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #1764CE;
    background: #F9FBFF;
    border: 1px solid #DDE6F2;
    border-radius: 40px;
}

.back-btn::after {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    width: 16px;
    height: 16px;
    background-image: url('../images/icon_back.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.result-list-item {
    padding: 20px 0;
    border-bottom: 0.5px dashed #CBD0D7;
    cursor: pointer;
}

.result-list-item-title {
    font-family: "Source Han Sans CN";
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.result-list-item-content {
    margin: 8px 0;
    font-family: "Source Han Sans CN";
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #333;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 这里是超出几行省略 */
    overflow: hidden;
}

.result-list-item-info {
    display: flex;
    align-items: center;
    gap: 40px;
    font-family: "Source Han Sans CN";
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #666;
}

.empty-box {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
    margin-top: 157px;
    height: 400px;
    font-family: "Source Han Sans CN";
    font-weight: 500;
    font-size: 18px;
    color: #333;
    padding-bottom: 100px;
}

/* 分页样式 */
.my-pager-content {
    display: none;
}

.my-pager-content.active {
    display: block;
}

.empty-box::after {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    content: '';
    width: 328px;
    height: 328px;
    background-image: url('../images/img_bg_empty.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.pager {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.m-pagination-page {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0;
}

.m-pagination-page li a {
    list-style: none;
    height: 30px;
    border: 1px solid #d6d6d6 !important;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #5c5c5c !important;
    cursor: pointer;
}

.m-pagination-page>li.active>a {
    background: #1764ce !important;
    color: #ffffff !important;
    border-color: #1764ce !important;
}

.m-pagination-info {
    font-size: 12px;
    color: #333333;
    margin: 0 0px 0 0;
    padding: 0;
    height: auto;
    line-height: normal;
    display: flex;
    align-items: center;
}

.m-pagination-info span {
    font-weight: normal;
    color: #333 !important;
    margin: 0 2px;
}

.m-pagination-size {
    margin: 0 10px 0 0;
    display: flex;
    align-items: center;
}

.m-pagination-size select {
    height: 30px;
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    font-size: 12px;
    color: #666666;
    outline: none;
}

.m-pagination-jump {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 14px;
    color: #333333;
    margin: 0;
    padding: 0;
}

.m-pagination-group {
    display: flex;
    align-items: center;
}

.m-pagination-group input {
    border-color: #d6d6d6 !important;
    text-align: center !important;
    font-size: 14px !important;
}

.m-pagination-group button {
    width: 40px;
    height: 30px;
    border: 1px solid #1764ce;
    border-radius: 4px;
    background: #1764ce;
    color: #ffffff;
    font-size: 14px;
    cursor: pointer;
}

.m-pagination-page>li:hover>a,
.m-pagination-group>button:hover {
    border-color: #1764ce !important;
}

.my-pager-content {
    display: none;
}

.my-pager-content.active {
    display: block;
}

#pager .m-pagination-group>button {
    display: none;
}

#pager .m-pagination-group input {
    width: 24px;
    height: 24px;
    border-right: 1px solid #dedede;
    border-radius: 4px;
}

#pager .m-pagination-group {
    position: relative;
}

#pager .m-pagination-group::before {
    position: absolute;
    top: 0;
    left: -40px;
    content: '跳至';
    margin-left: 10px;
    font-size: 14px;
    line-height: 24px;
    color: #333;
}

#pager .m-pagination-group::after {
    position: absolute;
    top: 0;
    right: -15px;
    content: '页';
    font-size: 14px;
    line-height: 24px;
    color: #333;
}

.layui-layer-title {
    border: none !important;
}

.icon-tips {
    width: 166px;
    height: 166px;
    margin-top: -30px;
}

.tips-title {
    font-family: 'Source Han Sans CN';
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #333;
    margin-top: -30px;
}

.tips-text {
    font-family: 'Source Han Sans CN';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FB9227;
    margin-top: 10px;
}

.my-layer-title {
    font-family: 'Alimama ShuHeiTi';
    font-weight: 700;
    font-size: 24px;
    line-height: 48px;
    color: #333;
}

.point-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    padding: 40px;
}

.point-item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
    flex-shrink: 0;
    width: calc(50% - 14px);
    min-height: 96px;
    padding: 0 19px;
    background: #FFFFFF;
    border-radius: 8px;
    box-shadow: 0px 4px 28px 0px rgba(0, 73, 173, 0.08);
}

.point-item::after {
    position: absolute;
    z-index: 2;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    width: 300px;
    height: 100px;
    background-image: url("../images/img_bg_point.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.point-item-title {
    position: relative;
    z-index: 3;
    font-family: "Source Han Sans CN";
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #333;
}

.point-item-title::after {
    position: absolute;
    left: -18px;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    width: 2px;
    height: 10px;
    background: #1764CE;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.point-item-address {
    font-family: "Source Han Sans CN";
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #333;
}

.point-item-label {
    position: relative;
    padding-left: 20px;
    color: #666;
}

.point-item-label::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    width: 16px;
    height: 16px;
    background-image: url("../images/icon_address.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.my-date {
    height: 48px;
    line-height: 48px;
    border-radius: 4px;
}

.my-date:focus,
.my-date:focus-visible {
    border-color: #E7EBF1 !important;
    box-shadow: none !important;
}

.layui-laydate .layui-this>div {
    background-color: #1764CE !important;
}

.layui-laydate-footer span:hover,
.layui-laydate-header i:hover,
.layui-laydate-header span:hover {
    color: #1764CE !important;
}
#layui-laydate1{
    top:423px !important;
}
.innerclass{
    all:inherit;
}

/* css新增样式 */
.screen-tree-show {
    position: relative;
}

.screen-tree-show .screen-input {
    cursor: pointer;
}

.screen-tree-box {
    position: absolute;
    bottom: -300px;
    z-index: 101;
    width: 100%;
    max-height: 300px;
    overflow: auto;
    background-color: #fff;
    padding: 15px;
    box-shadow: 0px 2px 5px 0px #ccc;
}

.screen-tree-box .layui-form-checked[lay-skin="primary"] > i {
    background-color: #1764CE;
    border-color: #1764CE !important;
}

.screen-tree-box .layui-form-checkbox:hover > i {
    border-color: #1764CE !important;
}

.info-date{
    cursor: default;
}

.highlight{
    color:blue;
    font-weight: bold;
}


@media (max-width: 979px) {
    .container-main {
        min-width: 0px;
        width: 100%;
    }

    .my-container {
        width: 100%;
    }

    .title {
        width: 100%;
    }

    .title>p {
        font-size: 40px;
    }

    .main {
        display: block;
    }

    .left-main {
        width: 100%;
    }

    .right-main {
        width: 100%;
    }
}