* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
    font-family: "Microsoft YaHei", 微软雅黑, "Microsoft JhengHei", 华文细黑, STHeiti, MingLiu;
}

body,
html {
    width: 100%;
    height: 100%
}

img {
    user-select: none;
    -webkit-user-drag: none;
}

body {
    background: #f5f5f7;
    width: 100%;
}


.layui-layer-msg {
    border-radius: 6px;
    border: 0;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px
}

::-webkit-scrollbar-track {
    width: 4px;
    background-color: #f5f6f7;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em
}

::-webkit-scrollbar-thumb {
    background-color: #c5c5c6;
    background-clip: padding-box;
    min-height: 28px;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em
}

::-webkit-scrollbar-thumb:hover {
    /*background-color: #fff*/
}

.ws-header {
    height: 40px;
    background-color: #202329;
}

.ws-header:after {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    content: ''
}

.ws-header .layui-container {
    height: 100%;
    display: flex;
    align-items: center;
}

@media screen and (min-width: 1400px) {
    .layui-container {
        width: 1185px;
    }
}

.ws-header .ws-top-url {
    font-size: 18.5px;
    font-family: 微软雅黑 !important;
    font-weight: 400;
    letter-spacing: 0.8px;
    line-height: 16px;
}

.ws-header .ws-location {
    display: flex;
    align-items: center;
    height: 40px;
    line-height: 39px;
    text-align: center;
    font-size: 14px;
    margin-left: 9px
}

.color-red {
    color: #f66a69 !important
}

.background-color-red {
    background-color: #f66a69 !important
}

.layui-border-red {
    border-color: #f66a69 !important
}

.color-blue {
    color: #2a69b8 !important
}

.background-color-blue {
    background-color: #2a69b8 !important
}

.layui-border-blue {
    border-color: #2a69b8 !important
}

.color-blue-light {
    color: #1fb2c6 !important
}

.background-color-blue-light {
    background-color: #1fb2c6 !important
}

.layui-border-blue-light {
    border-color: #1fb2c6 !important
}

.ws-header .ws-top-left {
    display: flex;
    align-items: center
}

.ws-header .ws-location .icon-location {
    width: 22px;
    height: 30px
}

.ws-header .ws-switch-city {
    color: white
}

.ws-header-menu {
    position: absolute;
    right: -15px;
    top: 0
}

.ws-header-menu .layui-btn-sm {
    height: 29px;
    line-height: 27px
}

.ws-header .ws-switch-city .layui-nav {
    background-color: unset;
    height: 39px;
    padding: 0
}

.ws-header .ws-switch-city .layui-nav .layui-nav-item {
    line-height: 39px
}

.ws-header .ws-switch-city .layui-nav .layui-this:after,
.layui-nav-bar {
    background-color: unset
}

.ws-header-menu .layui-nav {
    background-color: #202329;
    height: 40px
}

.ws-header-menu .layui-nav .layui-nav-item {
    line-height: 40px;
    margin-left: 16px
}

.ws-header-menu .layui-nav .layui-nav-item a {
    color: white !important;
    padding: 0 8px
}

.ws-header-menu .layui-nav .layui-nav-item .layui-nav-child {
    top: 39px !important;
    background-color: #202329;
    border-color: #000;
    padding: 5px;
    min-width: 109px;
}
.ws-header-menu .layui-nav .layui-nav-item .layui-nav-child a {
    color: rgba(255, 255, 255, .8);
    padding-right: 33px;
}
.ws-header-menu .layui-nav .layui-nav-item .layui-nav-child a:hover {
    background-color: #080808;
    color: #fff;
}

.ws-header-menu .layui-nav .layui-nav-item .login-btn {
    color: white !important;
    border-radius: 5px;
    width: 99px;
    display: flex;
    align-items: center;
    height: 28px;
    font-size: 13.5px;
    line-height: 28px !important;
    justify-content: space-around;
    margin-left: 8px;
    margin-right: 8px;
}

.ws-switch-city-red .layui-nav-bar,
.ws-switch-city-blue .layui-nav-bar,
.ws-switch-city-blue-light .layui-nav-bar {
    background-color: transparent;
}

.ws-header-menu-color-red .layui-nav .layui-this:after,
.ws-header-menu-color-red .layui-nav-bar {
    background-color: #f66a69
}

.ws-header-menu-color-blue .layui-nav .layui-this:after,
.ws-header-menu-color-blue .layui-nav-bar {
    background-color: #2a69b8
}

.ws-header-menu-color-blue-light .layui-nav .layui-this:after,
.ws-header-menu-color-blue-light .layui-nav-bar {
    background-color: #1fb2c6
}

.el-pagination-blue .layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #2a69b8
}

.el-pagination-blue .layui-laypage a:hover {
    color: #2a69b8
}

.el-pagination-red .layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #f66a69
}

.el-pagination-red .layui-laypage a:hover {
    color: #f66a69
}

.el-pagination-blue-light .layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #1fb2c6
}

.el-pagination-blue-light .layui-laypage a:hover {
    color: #1fb2c6
}

.layui-background-red {
    background: #f66a69;
    line-height: 25px !important;
}

.layui-background-blue {
    background: #2a69b8;
}

.layui-background-blue-light {
    background: #1fb2c6;
}

.ws-top {
    width: 100%;
    height: 100px;
    margin-bottom: 33px
}

.ws-top .layui-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ws-top-2 {
    height: 20px;
    margin-bottom: 0;
}

.ws-top .ws-logo {
    display: flex;
    height: 100px;
    line-height: 100px;
    align-items: center;
    text-align: center;
    gap: 20px;
}

.ws-top .ws-logo .logoIcon {
    width: 53px;
    height: 53px;
}

.ws-top .ws-logo .logoImg {
    width: 119px;
    height: 44px;
}

.ws-marquee {
    width: 350px;
    height: 22px;
    font-size: 15px;
    color: white;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box
}

.ws-marquee-text {
    display: inline-block;
    padding-left: 100%;
    animation: ws-marquee linear infinite;
    will-change: transform; /* 提示浏览器提前优化 */
    /* 或者强制 GPU 加速 */
    transform: translate3d(0, 0, 0);
}

@keyframes ws-marquee {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-100%)
    }
}

.ws-tips {
    font-size: 23px;
    font-style: italic;
    letter-spacing: 3px;
    margin-top: 8px;
    color: white
}

.ws-container {
    min-height: calc(100% - 302px);
    margin: 0 auto
}

@media screen and (min-width: 992px) {
    .ws-container {
        width: 960px;
    }

    .ws-container .ws-search {
        width: 688px;
    }

    .ws-container .ws-search .search-input {
        width: 406px;
    }
}

@media screen and (min-width: 1200px) {
    .ws-container {
        width: 1150px;
    }

    .ws-container .ws-search {
        width: 885px;
    }

    .ws-container .ws-search .search-input {
        width: 643px;
    }
}

@media screen and (min-width: 1400px) {
    .ws-container {
        width: 1185px;
    }

    .ws-container .ws-search {
        width: 890px;
    }

    .ws-container .ws-search .search-input {
        width: 648px;
    }
}

.ws-container .ws-search {
    height: 52px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    margin: 0 auto 25px;
    box-shadow: 2px 2px 20px 0 rgba(55, 99, 170, .1), -2px -2px 20px 0 #fff;
}

.ws-search-red {
    box-shadow: 0 0 0 1px #f66a69
}

.ws-search-blue {
    box-shadow: 0 0 0 1px #2a69b8
}

.ws-search-blue-light {
    box-shadow: 0 0 0 1px #1fb2c6
}

.ws-search-input {
    display: flex;
    align-items: center;
    background: #fff;
    height: 100%;
    flex: 1;
    border-radius: 8px;
    padding-left: 20px
}

.ws-search-input-red {
    box-shadow: 0 0 0 2px #f66a69 inset
}

.ws-search-input-blue {
    box-shadow: 0 0 0 2px #2a69b8 inset
}

.ws-search-input-blue-light {
    box-shadow: 0 0 0 2px #1fb2c6 inset
}

.ws-search-input .layui-input {
    width: 100px;
    font-size: 15px;
    color: black !important
}

.ws-search-input input {
    border: none !important;
    outline: none;
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none !important
}

.ws-search-input .layui-form-select dl dd.layui-this {
    color: #f66a69
}

.ws-container .ws-search .layui-btn {
    font-size: 20px;
    font-weight: 700;
    padding: 0 38px;
    cursor: pointer;
    line-height: 0
}

.ws-ltjc-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center
}

.h3-title {
    color: #4a4a4a;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 27px;
    margin-top: 40px
}

.ws-ltjc-title {
    margin-top: 0
}

.ws-ltjc {
    display: flex;
    flex-wrap: wrap;
    margin-right: 2%;
    justify-content: space-between;
    align-content: space-between;
    row-gap: 15px;
}

.ws-ltjc-informationCard:first-child,
.ws-ltjc-informationCard:nth-child(2) {
    margin-top: 0
}

.ws-ltjc-informationCard {
    background: #fff;
    width: 49%;
    height: 130px;
    font-size: 13.5px;
    position: relative;
    cursor: pointer;
    box-shadow: 2px 2px 20px 0 rgba(55, 99, 170, .1), -8px -8px 20px 0 #fff;
    border-radius: 4px;
    border: 2px solid #fff;
}

.lt-more .ws-ltjc-informationCard {
    width: 32.5%;
}

.ws-ltjc-informationCard .ws-ltjc-publisher {
    height: calc(100% - 35px);
    padding: 0 20px;
    color: #000;
    display: flex;
    align-items: center;
    flex-direction: row
}

.ws-ltjc-informationCard .ws-ltjc-publisher>div:nth-child(2) {
    width: 100%;
}

.ws-ltjc-informationCard .ws-ltjc-position {
    height: 35px;
    background-image: linear-gradient(0deg, #fff, #f7f9fc);
    color: #000;
    display: flex;
    align-items: center;
    padding: 0 20px;
    position: relative;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    gap: 20px;
    width: 100%;
}

.ws-ltjc-user_img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 15px;
    position: relative
}

.ws-ltjc-informationCard .ws-ltjc-publisher .head {
    width: 50px;
    height: 50px;
    border-radius: 8px;
    margin-right: 15px
}

.ws-ltjc-user_img img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%
}

.ws-ltjc-informationCard .ws-ltjc-publisher .company {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.ws-ltjc-informationCard .ws-ltjc-publisher>div:nth-child(2)>div {
    display: flex;
}
.ws-ltjc-informationCard .ws-ltjc-publisher h4 {
    display: flex;
    align-items: center;
    max-width: 90%;
}
.ws-ltjc-informationCard .ws-ltjc-publisher .renzheng, .lt_details_style .renzheng {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAANCAYAAACZ3F9/AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAy0lEQVQokZWPvUoDQRCAv4ivkCdJJ4ZcKrGTYCPkEVIEzlpIwM7Cd9DSB5DUFoKVhU06k9Je4Qq/FPe3We9O/WCZnZ35ZhnUF3Oe1K06VonOtbpR39RMPUe9Ub+smUTS0n0eVMpi2iJeRdJtWTsgp0fNdxFnwCJ4vwPmVVZMuAymDtQk+uk+3vuQn6RAEuSPwDRuahIvgvsKOG3oqXZs4hk4aSu2ia/AqGNoo7gGjoDsP+I7cAx8dkmh2C/iEPj4TQrFNXAGbP8iAewARCLTqQD7kz4AAAAASUVORK5CYII=");
    background-color: #f4644a;
    border-radius: 3px;
    background-position: center;
    background-size: 70%;
    background-repeat: no-repeat;
    width: 20px;
    min-width: 20px;
    height: 20px;
    margin-left: 7px;
    position: relative;
    display: inline-block;
    top: -10px;
    cursor: pointer;
}

.ws-ltjc-informationCard .ws-ltjc-publisher .peer_trading_icon, .lt_details_style .peer_trading_icon {
    width: 20px;
    min-width: 20px;
    height: 20px;
    background-color: #f4644a;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 20px;
    font-weight: lighter;
    color: white;
    margin-left: 7px;
    position: relative;
    top: -10px;
    cursor: pointer;
}
.ws-ltjc-informationCard .ws-ltjc-publisher .peer_trading_icon::before, .lt_details_style .peer_trading_icon::before {
     content: "同";
}

.tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.tooltiptext {
    visibility: hidden;
    background-color: #202329;
    color: #fff;
    text-align: center;
    padding: 5px 13px;
    border-radius: 3px;
    position: absolute;
    bottom: 170%;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 12.5px;
    line-height: 20px;
    font-weight: normal;
    z-index: 1;
}

/* 小三角形 */
.tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%; /* 三角形放在提示框的底部 */
    left: 50%;
    transform: translateX(-50%);
    border-width: 6px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.ws-ltjc-informationCard .ws-ltjc-publisher .id {
    margin-right: 10px
}

.ws-ltjc-informationCard .ws-ltjc-publisher .name {
    color: #8d92a1;
    margin-right: 8px
}

.ws-ltjc-informationCard .ws-ltjc-position li {
    display: flex;
    align-items: center;
    width: 39%;
}

.ws-ltjc-informationCard .ws-ltjc-position .line {
    margin: 0 10px
}

.ws-ltjc-informationCard .ws-ltjc-position .text {
    display: inline-block;
    width: 100px;
    color: #2a69b8;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.ws-ltjc-informationCard .ws-ltjc-position .statistics {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-20px, -50%);
    display: flex;
    align-items: center;
    color: #8d92a1
}

.ws-ltjc-informationCard .ws-ltjc-position .statistics img {
    height: 14px;
    margin-right: 5px
}

.ws-check-more-lt,
.ws-check-more-rc {
    width: 271px;
    height: 38px;
    line-height: 33px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    box-shadow: 8px 8px 20px 0 rgba(55, 99, 170, .1);
    border-radius: 3px;
}

.ws-check-more-lt {
    display: block;
    margin-top: 27px
}

.ws-ltjc-banner {
    display: flex;
    flex-direction: column;
    gap: 17px;
    height: 471px;
}

.ws-ltjc-banner img {
    display: block;
    width: 385px;
    height: 224px
}

.lt-card-wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 27px;
    justify-content: space-between;
    row-gap: 15px;
}

.lt-card-wrap .ws-informationCard3:nth-child(-n+3) {
    margin-top: 0 !important
}

.ws-informationCard3:first-child,
.ws-informationCard3:nth-child(2) {
    margin-top: 0
}

.ws-informationCard3 {
    background: #fff;
    width: 32.5%;
    height: 130px;
    font-size: 14px;
    position: relative;
    padding: 20px 18px 10px 18px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    box-shadow: 8px 2px 20px 0 rgba(55, 99, 170, .1), -8px -8px 20px 0 #fff;
    border-radius: 4px;
    border: 2px solid #fff;
}

.ws-informationCard3 .city-box {
    width: 100%;
    display: flex;
    justify-content: space-between
}

.ws-informationCard3 .city-box > div {
    display: flex;
    align-items: center;
    line-height: 14px;
    width: 62%;
}

.ws-informationCard3 .city-box .id {
    display: inline-block;
    white-space: nowrap;
    margin-right: 10px;
}

.ws-informationCard3 .city-box .name {
    /*overflow: hidden;*/
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin-right: 10px;
}

.ws-informationCard3 .city-box .city {
    width: 36%;
    color: #f66a69;
    font-weight: 700;
    line-height: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.ws-informationCard3 .condition {
    height: 40px;
    color: #8d92a1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px #f66a69 solid
}

.dangzheng {
    color: #f66a69
}

.bottom {
    width: 100%;
    display: flex;
    justify-content: space-between;
    color: #8d92a1
}

.speciality {
    width: 170px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.ws-informationCard3 .tips-text {
    min-width: 160px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #8d92a1
}

.ws-informationCard3 .tips-text .eye {
    height: 12px
}

.ws-informationCard3 .tips-text > span,
.ws-informationCard3 .tips-text > img {
    margin-right: 5px;
    line-height: 14px
}

.ws-informationCard3 .tips-text .time-img {
    height: 15px
}

.tag {
    width: 40px;
    height: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 55px;
    top: -5px
}

.tag img {
    width: 40px;
    height: 17px
}

.ws-check-more-rc {
    background: #f66a69
}

.qyzq-card-wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 27px;
    justify-content: space-between;
    row-gap: 15px;
}

.qyzq-card-wrap .informationCard2:nth-child(-n+4) {
    margin-top: 0 !important
}

.informationCard2:first-child,
.informationCard2:nth-child(2) {
    margin-top: 0
}

.informationCard2 {
    background: #fff;
    width: 24%;
    height: 195px;
    font-size: 14px;
    position: relative;
    padding: 16px 18px 10px 18px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    box-shadow: 8px 2px 20px 0 rgba(55, 99, 170, .1), -8px -8px 20px 0 #fff;
    border-radius: 4px;
    border: 2px solid #fff;
}

.informationCard2 .city-box {
    width: 100%;
    display: flex;
    justify-content: space-between
}

.informationCard2 .city-box .id {
    display: flex;
    gap: 5px;
    height: 18.5px;
}

.informationCard2 .city-box .id span {
    white-space: nowrap;
}

.informationCard2 .city-box .id div {
    background-color: #f4644a;
    color: white;
    border-radius: 3px;
    width: 20px;
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    align-items: center;
    text-align: center;
    font-weight: lighter;
    margin-top: -1px;
    margin-left: 2px;
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.informationCard2 .city-box .city {
    white-space: nowrap;
    color: #1fb2c6
}

.informationCard2 .company {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 10px;
}

.informationCard2 .company h4 {
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 14px
}

.informationCard2 .condition {
    color: #8d92a1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 2px;
    max-width: 215px
}

.informationCard2 .condition2 {
    color: #8d92a1;
    display: flex;
    align-items: center
}

.informationCard2 .condition2 .work-wrap {
    margin: 0 17px
}

.informationCard2 .condition2 .work {
    margin-bottom: 2px;
    display: block;
    line-height: 33px;
    text-align: center;
    width: 140px;
    height: 33px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 700;
    color: #1fb2c6;
    background: rgba(31, 178, 198, .08);
    padding: 0 10px
}

.informationCard2 .condition2 .line {
    width: 100%;
    height: 1.5px;
    background: #1fb2c6
}

.informationCard2 .condition2 > span {
    margin-top: -3.5px;
    white-space: nowrap;
}

.informationCard2 .tips-text {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #8d92a1
}

.informationCard2 .tips-text .eye {
    height: 12px
}

.informationCard2 .tips-text > span,
.informationCard2 .tips-text > img {
    margin-right: 5px
}

.informationCard2 .tips-text .time-img {
    height: 15px
}

.el-tabs {
    margin-top: 40px;
    --el-tabs-header-height: 40px
}

.el-tabs .layui-nav .layui-nav-item {
    line-height: 50px
}

.el-tabs .layui-nav {
    background: white !important;
    display: flex;
    justify-content: space-between;
}

.el-tabs__header {
    background: #fff;
    padding: 0;
    position: relative;
    margin: 0;
    box-shadow: 2px 2px 20px 0 rgba(55, 99, 170, .1), -2px -2px 20px 0 #fff;
    border-radius: 4px
}

.el-tabs__header .layui-nav.layui-bg-gray .layui-this a {
    color: #f66a69
}

.el-tabs__header .ws-locations .layui-nav-item a {
    padding: 0 4px
}

.el-tabs__header .ws-locations .hot-province {
    margin-right: 26px
}

.el-tabs__header .ws-link .layui-this a {
    padding: 0 33.9px 0 0
}

.el-tabs__header .ws-link .layui-nav-item a {
    padding: 0 4px
}

.el-tabs__content {
    overflow: unset
}

.el-tabs__content {
    position: relative
}

.Information_box_wrap {
    margin: 5.5px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 10px;
}

.Information_box_wrap .Information_box {
    background-color: rgba(255, 255, 255, 0.7);
    width: 16%;
    height: 70px;
    color: #202329;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    background-size: 100% 100%;
    box-shadow: 8px 8px 20px 0 rgba(55, 99, 170, .1), -8px -8px 20px 0 #fff, inset 0 4px 20px 0 hsla(0, 0%, 100%, .5);
    border-radius: 4px
}

.yqlj {
    margin-bottom: 21px;
    margin-top: 16px
}

.footer {
    color: #61687c;
    height: auto;
    line-height: 25px;
    background: #fff;
    text-align: center;
    font-size: 13.5px;
    padding: 28px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.footer a {
    color: #61687c
}

.lt-more {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

@media screen and (min-width: 992px) {
    .lt-more,
    .qy-more {
        gap: 12px;
    }
}

@media screen and (min-width: 1200px) {
    .lt-more {
        gap: 14px;
    }

    .qy-more {
        gap: 15px;
    }
}

@media screen and (min-width: 1400px) {
    .lt-more {
        gap: 14px;
    }

    .qy-more {
        gap: 15px;
    }
}

.lt-more .ws-ltjc-informationCard:nth-child(-n+3) {
    margin-top: 0
}

.el-pagination {
    justify-content: center;
    margin-top: 23px;
    margin-bottom: 23px;
    background: #fff;
    white-space: nowrap;
    font-weight: 400;
    display: flex;
    align-items: center;
    box-shadow: 8px 8px 20px 0 rgba(55, 99, 170, .1), -8px -8px 20px 0 #fff;
}

.lt-more .ws-informationCard3:nth-child(-n+3) {
    margin-top: 0
}

.qy-more {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.qy-more .informationCard2:nth-child(-n+4) {
    margin-top: 0
}

.login-wrap {
    display: flex;
    flex-direction: column
}

.login-tips {
    font-size: 16px;
    color: #20232a;
    margin-bottom: 33px;
    text-align: center
}

.qr-code-wrap {
    width: 478px;
    height: 478px;
    background: #1782dd;
    margin: 0 auto;
    margin-bottom: 45px;
    padding: 45px
}

.qr-code-wrap .login {
    font-size: 24px;
    color: #fff;
    text-align: center;
    margin-bottom: 22px
}

.qr-code-wrap .saosao {
    font-size: 18px;
    color: #a6caf1;
    text-align: center;
    margin-bottom: 40px
}

.code-ewm {
    position: relative;
    width: 215px;
    height: 215px;
    margin: 0 auto
}

.code {
    width: 215px;
    height: 215px;
    background-color: #fff;
}

.code canvas {
    width: 100%;
    padding: 20px;
}

.back-btn {
    width: 160px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 8px;
    background: #f66a69;
    color: #fff;
    font-size: 16px;
    margin: 0 auto;
    margin-bottom: 45px;
    cursor: pointer
}

.isloging {
    width: 14px !important;
    height: 14px;
    border: 2px solid #fff;
    background: #0ae002;
    border-radius: 50%;
    position: absolute;
    right: -5px;
    bottom: -4px;
    z-index: 999;
}

.isloging2 {
    width: 10px;
    min-width: 10px;
    height: 10px;
    border: 1px solid #fff;
    background: #0ae002;
    border-radius: 50%;
}

.isloging3 {
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
    background: #0ae002;
    border-radius: 50%;
    position: absolute;
    right: -2px;
    bottom: -2px;
    z-index: 999
}

.empty-text {
    width: 80%;
    height: 100%;
    color: #8d92a1;
    font-size: 13.5px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.layui-layer-page .layui-layer-setwin span {
    color: white
}

.layui-layer-content .am-text-left {
    text-align: left;
    display: flex;
    align-items: center
}

.layui-layer-content .am-icon-map-marker {
    padding: 5px 10px;
    cursor: pointer;
    border: 1px solid #ccc
}

.layui-layer-content .city_list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 16px;
    height: auto;
    overflow: auto
}

.layui-layer-content .city_list ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap
}

.layui-layer-content .city_list ul > li {
    width: 20%;
    padding: 0 5px 10px 5px;
    margin-bottom: 6px;
    text-align: center
}

.layui-layer-content .city_list ul:last-child > li {
    margin-bottom: 0;
}

.layui-layer-content .city_list ul li.active a {
    border: 1px solid #f66a69 !important;
    color: #f66a69 !important
}

.layui-layer-content .city_list ul > li a {
    width: 80px;
    display: inline-block;
    cursor: pointer
}

@-webkit-keyframes pulse-success {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(107, 135, 243, 0.9);
    }

    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(107, 135, 243, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(107, 135, 243, 0);
    }
}

@keyframes pulse-success {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(107, 135, 243, 0.9);
        box-shadow: 0 0 0 0 rgba(107, 135, 243, 0.7);
    }

    70% {
        -moz-box-shadow: 0 0 0 15px rgba(107, 135, 243, 0);
        box-shadow: 0 0 0 15px rgba(107, 135, 243, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(107, 135, 243, 0);
        box-shadow: 0 0 0 0 rgba(107, 135, 243, 0);
    }
}

.article-nav .layui-nav-more {
    font-size: 10px;
}

.article-nav .layui-nav-more {
    display: none;
}
.article-tab {
    display: flex;
    gap: 9px;
    height: 36px;
    margin: 0 36px -1px;
}

.article-tab .article-tab-item {
    width: 100px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    cursor: pointer;
    transform: translateY(0px);
    transition: all 0.3s ease;
    background-color: #fff;
}

.article-tab .article-tab-item:nth-child(1) {
    border: 1px solid #e0e0e0;
    &:hover {
        background-color: #ffffff14 !important;
    }
}

.article-tab .article-tab-item:nth-child(1) h3 {
    color: #a6a6a6;
}

.article-tab .article-tab-item:nth-child(1).article-tab-this {
    background-color: #e0e0e0;
    &:hover {
        background-color: #c7c7c7 !important;
    }
}

.article-tab .article-tab-item:nth-child(2) {
    border: 1px solid #ffb740;
    &:hover {
        background-color: #ffffff14 !important;
    }
}
.article-tab .article-tab-item:nth-child(2) h3 {
    color: #ffb740;
}
.article-tab .article-tab-item:nth-child(2).article-tab-this {
    background-color: #ffb740;
    &:hover {
        background-color: #e6a539 !important;
    }
}

.article-tab .article-tab-item:nth-child(3) {
    border: 1px solid #244ed3;
    &:hover {
        background-color: #ffffff14 !important;
    }
}

.article-tab .article-tab-item:nth-child(3) h3 {
    color: #244ed3;
}
.article-tab .article-tab-item:nth-child(3).article-tab-this {
    background-color: #244ed3;
    &:hover {
        background-color: #2045ba !important;
    }
}
.article-tab .article-tab-item:nth-child(4) {
    border: 1px solid #f4494a;
    &:hover {
        background-color: #ffffff14 !important;
    }
}
.article-tab .article-tab-item:nth-child(4).article-tab-this {
    background-color: #f4494a;
    &:hover {
        background-color: #db4242 !important;
    }
}

.article-tab .article-tab-item:nth-child(4) h3 {
    color: #f4494a;
}
.article-tab .article-tab-item:nth-child(5) {
    border: 1px solid #00a345;
    &:hover {
        background-color: #ffffff14 !important;
    }
}

.article-tab .article-tab-item:nth-child(5) h3 {
    color: #00a345;
}
.article-tab .article-tab-item:nth-child(5).article-tab-this {
    background-color: #00a345;
    &:hover {
        background-color: #008a3a !important;
    }
}
.article-tab .article-tab-item:nth-child(6) {
    border: 1px solid #29a6e0;
    &:hover {
        background-color: #ffffff14 !important;
    }
}

.article-tab .article-tab-item:nth-child(6) h3 {
    color: #29a6e0;
}
.article-tab .article-tab-item:nth-child(6).article-tab-this {
    background-color: #29a6e0;
    &:hover {
        background-color: #2493c7 !important;
    }
}

.article-tab .article-tab-item h3 {
    font-size: 16px;
}

.article-tab .article-tab-this h3 {
    color: #fff !important;
}

.article-list {
    border: 1px solid #e6e6e6;
    background-color: #fff;
    padding: 18px;
    position: relative;
    border-radius: 3px;
}
.article-list .article-item {
    padding: 24px;
    border-bottom: 1px dashed #eaeaea;
    transition: all .3s ease;
}

.article-list .article-item a {
    display: flex;
    justify-content: space-between;
    max-height: 109px;
    gap: 80px;
}

.article-list .article-item a .left {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.article-list .article-item a .left .desc {
    line-height: 29px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.article-list .article-item span {
    font-size: 16px;
    color: #888888;
    transition: all 0.3s ease;
}

.article-list .article-item:hover {
    background-color: #f7f7f7;
}

.article-list .article-item .title {
    font-size: 18px;
    color: #5281e4;
    font-weight: normal;
    text-decoration: underline;
}

.article-list .article-item a div {
    display: flex;
    gap: 20px;
}

.article-list .article-item a .right img {
    width: 109px;
    height: 109px;
    border-radius: 5px;
}

#article-laypage {
    text-align: center;
    margin-top: 31px;
    margin-bottom: 13px;
}
#article-laypage .layui-laypage {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
}

#article-laypage .layui-laypage .layui-laypage-curr .layui-laypage-em {
    border-radius: 5px;
}

#article-laypage .layui-laypage a, #article-laypage .layui-laypage span {
    margin: 0;
    font-size: 15px;
    width: 38px;
    height: 34px;
    line-height: 34px;
    padding: 0;
    border-color: #f6f6f6;
    border-radius: 5px;
}

#article-laypage .layui-laypage a[data-page] {
    color: #707070;
}
.article_detail {
    position: relative;
    margin: 46px auto;
    padding: 0 20px;
}
.article_detail .article_detail_main {
    background: #fff;
    padding: 35px 50px;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgb(0 0 0 / 5%);
}

.article_detail .article-title {
    font-size: 24px;
    text-align: center;
    margin-bottom: 10px;
}

.article_detail .meta {
    font-size: 14px;
    color: #666;
    text-align: center;
    display: flex;
    margin-bottom: 25px;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.article_detail .summary {
    background: #f2f2f2;
    padding: 10px;
    border-left: 4px solid #f66a69;
    margin-bottom: 25px;
}
.article_detail .summary p {
    font-size: 16px;
    line-height: 26px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    color: #4d4d4d;
}

.article_detail .content * {
    text-decoration: revert-layer;
}
.article_detail .content h2 {
font-size: 20px;
margin-bottom: 10px;
color: #007BFF;
}

.article_detail .content img {
max-width: 1000px;
max-height: 1000px;
border-radius: 5px;
margin: 10px 0;
}

.article_detail .content a {
text-decoration: underline;
color: #5281e4;
}

.article_detail .navigation {
margin-top: 50px;
font-size: 16px;
line-height: 35px;
}

.article_detail .navigation a {
text-decoration: underline;
color: #5281e4;
margin: 0 10px;
font-size: 16px;
}

.article_detail .actions {
display: flex;
justify-content: center;
margin-top: 50px;
margin-bottom: 10px;
gap: 36px;
}

.article_detail .btn {
width: 32px;
height: 32px;
background: #007BFF;
color: white;
border-radius: 3px;
font-size: 16px;
text-align: center;
line-height: 32px;
transition: all 0.3s ease;
}

.article_detail .btn:nth-child(1) {
background: #ffb740;

&:hover {
background: #e6a139;
}
}

.article_detail .btn:nth-child(2) {
background: #244ed3;

&:hover {
background: #1c4391;
}
}

.article_detail .btn:nth-child(3) {
background: #f4494a;

&:hover {
background: #d93d3f;
}
}

.article_detail .btn:nth-child(4) {
background: #00a345;

&:hover {
background: #008a3a;
}
}

.article_detail .btn:nth-child(5) {
background: #29a6e0;

&:hover {
background: #2493c7;
}
}

.article_detail .btn:hover {
color: #fff;
}

.article_detail .back {
position: absolute;
right: 37px;
top: 17px;
height: 25px;
width: 28.22px;
cursor: pointer;
}
.article_detail .back img{
width: 100%;
height: 100%;
}
.article-list .back {
position: absolute;
right: 15px;
top: -35px;
height: 25px;
width: 28.22px;
cursor: pointer;
}
.article-list .back img{
width: 100%;
height: 100%;
}