@charset "UTF-8";

@font-face {
    font-family: 'iconfont';  /* Project id 3815916 */
    src: url('//at.alicdn.com/t/c/font_3815916_6wgjzvaz4qd.woff2?t=1741765881843') format('woff2'),
         url('//at.alicdn.com/t/c/font_3815916_6wgjzvaz4qd.woff?t=1741765881843') format('woff'),
         url('//at.alicdn.com/t/c/font_3815916_6wgjzvaz4qd.ttf?t=1741765881843') format('truetype');
  }
.iconfont {
    font-family: "iconfont" !important;
    font-size: 20px;
    color: #666;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

/* 在Chrome浏览器下 */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

/* 在Firefox浏览器下 */
input[type="number"] {
    -moz-appearance: textfield;
}

.header {
    width: 100%;
    height: 100px;
    background: #fff;
}

.header .header-con {
    width: 1200px;
    height: 100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .header-con .h-con-l {
    max-width: 65%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.header .header-con .h-con-l .logo {
    width: 56px;
    height: 56px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 30px;
    flex-shrink: 0;
}

.header .header-con .h-con-l .logo img {
    display: block;
    width: 100%;
    max-height: 100%;
    border-radius: 10px;
}

.header .header-con .h-con-l h1 {
    font-size: 32px;
    font-weight: bold;
    color: #303133;
    line-height: 38px;
}

.header .header-con .h-con-r {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .header-con .h-con-r .phone {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.header .header-con .h-con-r .phone i {
    display: block;
    width: 20px;
    height: 20px;
    font-size: 20px;
    color: #FF9645;
    text-align: center;
    line-height: 20px;
}

.header .header-con .h-con-r .phone span {
    display: block;
    margin-left: 4px;
    font-size: 24px;
    font-family: Arial-Bold, Arial;
    font-weight: bold;
    color: #303133;
    line-height: 28px;
}

.header .header-con .h-con-r .complete {
    width: 84px;
    height: 25px;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #E4E7ED;
    margin-left: 10px;
    font-size: 12px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 600;
    color: #606266;
    text-align: center;
    line-height: 25px;
    cursor: pointer;
}

.header .header-con .h-con-r .scanning-code {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 76px;
    height: 25px;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #1159FB;
    margin-left: 10px;
    cursor: pointer;
    position: relative;
}

.header .header-con .h-con-r .scanning-code i {
    display: block;
    width: 12px;
    height: 12px;
    font-size: 12px;
    color: #1159FB;
    text-align: center;
    line-height: 12px;
}

.header .header-con .h-con-r .scanning-code span {
    display: block;
    margin-left: 4px;
    font-size: 12px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #1159FB;
    line-height: 25px;
}

.header .header-con .h-con-r .scanning-code:hover {
    background: #1159FB;
}

.header .header-con .h-con-r .scanning-code:hover i {
    color: #fff;
}

.header .header-con .h-con-r .scanning-code:hover span {
    color: #FFFFFF;
}

.header .header-con .h-con-r .scanning-code:hover .code-box {
    display: block;
}

.header .header-con .h-con-r .scanning-code .code-box {
    background: #FFFFFF;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    padding: 10px 10px 0;
    position: absolute;
    top: 35px;
    z-index: 999;
    display: none;
}

.header .header-con .h-con-r .scanning-code .code-box::after {
    content: '';
    width: 0px;
    height: 0px;
    border: 12px solid #fff;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    border-top: 12px solid transparent;
    position: absolute;
    left: 50%;
    top: -24px;
    transform: translateX(-50%);
}

.header .header-con .h-con-r .scanning-code .code-box .code-alert img {
    display: block;
    width: 186px;
    height: 186px;
}

.header .header-con .h-con-r .scanning-code .code-box span {
    display: block;
    font-size: 14px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #303133 !important;
    text-align: center;
    line-height: 30px;
}

.navbar-out {
    width: 100%;
    height: 56px;
}

.navbar-out .posi {
    position: fixed;
    left: 50%;
    top: 0px;
    transform: translateX(-50%);
    z-index: 100;
}

.navbar-out .navbar {
    width: 100%;
    height: 56px;
    background: #1159FB;
}

.navbar-out .navbar .navbar-con {
    width: 1200px;
    height: 56px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.navbar-out .navbar .navbar-con .nav-list {
    width: 132px;
    height: 56px;
    position: relative;
}

.navbar-out .navbar .navbar-con .nav-list>a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-family: PingFang SC-Medium, PingFang SC;
    color: #FFFFFF;
    text-align: center;
    line-height: 56px;
}

.navbar-out .navbar .navbar-con .nav-list>a i {
    display: inline-block;
    margin-left: 6px;
    width: 16px;
    height: 16px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 56px;
}

.navbar-out .navbar .navbar-con .nav-list ul {
    width: 164px;
    padding: 10px 0;
    background: #FFFFFF;
    border-radius: 6px;
    position: absolute;
    top: 56px;
    left: 50%;
    transform: translate(-50%);
    z-index: 9;
    display: none;
}

.navbar-out .navbar .navbar-con .nav-list ul li {
    width: 100%;
    height: 48px;
    padding: 0 30px;
}

.navbar-out .navbar .navbar-con .nav-list ul li a {
    display: block;
    width: 100%;
    font-size: 16px;
    font-family: PingFang SC-Medium, PingFang SC;
    color: #606266;
    line-height: 48px;
}

.navbar-out .navbar .navbar-con .nav-list ul li:hover {
    background: rgba(0, 0, 0, 0.03);
}

.navbar-out .navbar .navbar-con .nav-list ul:after {
    content: '';
    width: 0px;
    height: 0px;
    border: 12px solid #fff;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid transparent;
    position: absolute;
    left: 50%;
    top: -22px;
    transform: translate(-50%);
}

.navbar-out .navbar .navbar-con .nav-list.active {
    background: rgba(0, 0, 0, 0.1);
}

.navbar-out .navbar .navbar-con .nav-list:hover>ul {
    display: block;
}

.footer {
    width: 100%;
    background: #232323;
}

.footer .footer-a-box {
    display: flex;
    align-items: center;
}

.footer .footer-a-box .copyright {
    width: auto !important;
}

.footer .footer-a {
    display: block;
    font-size: 12px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.6);
    line-height: 14px;
    margin-left: 8px;
}

.footer .footer-con {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    padding: 48px 0;
}

.footer .footer-con .f-con-l {
    display: flex;
    width: 580px !important;
    flex-direction: column;
    flex-shrink: 0;
    justify-content: center;
}

.footer .footer-con .f-con-l .f-con-l-t1 {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 29px;
}

.footer .footer-con .f-con-l .f-con-l-t1 .phone {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 25px;
}

.footer .footer-con .f-con-l .f-con-l-t1 .phone i {
    display: block;
    width: 20px;
    height: 20px;
    font-size: 20px;
    color: #FF9645;
    text-align: center;
    line-height: 20px;
}

.footer .footer-con .f-con-l .f-con-l-t1 .phone span {
    display: block;
    margin-left: 4px;
    font-size: 18px;
    font-family: Arial-Bold, Arial;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 21px;
}

.footer .footer-con .f-con-l .f-con-l-t1 .phone .complete{
    height: 28px;
    border-radius: 4px;
    border: 1px solid rgba(255,143,31,0.4);   
    margin-left: 10px;
    padding: 0 10px;
    font-size: 12px;
    font-family: PingFang SC-Medium, PingFang SC;
    color: #FF8F1F;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.footer .complete:hover,
.footer .wx-consulting:hover {
    transform: translateY(-1px) translate3d(0,0,0);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
.footer .footer-con .f-con-l .f-con-l-t1 .line {
    display: block;
    width: 1px;
    height: 15px;
    background: rgba(255, 255, 255, 0.2);
    margin: 0 20px;
}

.footer .footer-con .f-con-l .f-con-l-t1 .wx-num {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.footer .footer-con .f-con-l .f-con-l-t1 .wx-num>img {
    display: block;
    width: 20px;
    height: 20px;
}

.footer .footer-con .f-con-l .f-con-l-t1 .wx-num i {
    display: block;
    width: 20px;
    height: 20px;
    font-size: 20px;
    color: #07c160;
    text-align: center;
    line-height: 20px;
}

.footer .footer-con .f-con-l .f-con-l-t1 .wx-num>span {
    display: block;
    margin-left: 4px;
    font-size: 18px;
    font-family: Arial-Bold, Arial;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 21px;
}

.footer .footer-con .f-con-l .f-con-l-t1 .wx-num .wx-consulting {
    display: flex;
    margin-left: 12px;
    justify-content: center;
    align-items: center;
    height: 28px;
    border-radius: 4px;
    border: 1px solid rgba(6,182,27,0.4);
    padding: 0 10px;
    font-size: 12px;
    font-family: PingFang SC-Medium, PingFang SC;
    color:#06B61B;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.footer .footer-con .f-con-l .f-con-l-t1 .city-xq {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.footer .footer-con .f-con-l .f-con-l-t1 .city-xq>img {
    display: block;
    width: 20px;
    height: 20px;
}

.footer .footer-con .f-con-l .f-con-l-t1 .city-xq i {
    display: block;
    width: 20px;
    height: 20px;
    font-size: 20px;
    color: #1159fb;
    text-align: center;
    line-height: 20px;
}

.footer .footer-con .f-con-l .f-con-l-t1 .city-xq>span {
    flex: 1;
    display: block;
    font-size: 12px;
    font-family: Arial-Bold, Arial;
    color: #FFFFFF;
}

.footer .footer-con .f-con-l .f-con-l-t1 .city-xq .xq-a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: 10px;
}

.footer .footer-con .f-con-l .f-con-l-t1 .city-xq .xq-a span {
    font-size: 12px;
    font-family: PingFang SC-Medium, PingFang SC;
    color: #FFFFFF;
    line-height: 14px;
    white-space: nowrap;
}

.footer .footer-con .f-con-l .f-con-l-t1 .city-xq .xq-a i {
    display: block;
    width: 14px;
    height: 14px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 14px;
}

.footer .footer-con .f-con-l .f-con-l-t2 {
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

.footer .footer-con .f-con-l .f-con-l-t2>span,
.footer .footer-con .f-con-l .f-con-l-t2 a {
    font-size: 12px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.6);
    line-height: 14px;
}

.footer .footer-con .f-con-l .f-con-l-t2 .link-list {
    flex: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.footer .footer-con .f-con-l .f-con-l-t2 .link-list a {
    display: block;
    margin-right: 15px;
    white-space: nowrap;
}

.footer .footer-con .f-con-l .f-con-l-t2 .link-list a:last-child {
    margin-right: 0px;
}

.footer .footer-con .f-con-l .copyright {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.footer .footer-con .f-con-l .copyright span,
.footer .footer-con .f-con-l .copyright p {
    font-size: 12px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.6);
    line-height: 14px;
}

.footer .footer-con .f-con-l .copyright p a {
    font-size: 12px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.6);
    line-height: 14px;
}

.footer .footer-con .f-con-l .support {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-top: 6px;
}

.footer .footer-con .f-con-l .support span {
    font-size: 12px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.6);
    line-height: 14px;
}

.footer .footer-con .f-con-l .support img {
    display: block;
    width: 60px;
}

.footer .footer-con .f-con-r {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}

.footer .footer-con .f-con-r>div {
    margin-right: 20px;
}
.footer .footer-con .f-con-r>div:last-child {
    margin-right: 0px;
}


.footer .footer-con .f-con-r .official-code,
.footer .footer-con .f-con-r .applets-code {
    width: 128px;
    height: 100%;
}

.footer .footer-con .f-con-r .official-code img,
.footer .footer-con .f-con-r .applets-code img {
    display: block;
    width: 128px;
    height: 128px;
    background: #FFFFFF;
}

.footer .footer-con .f-con-r .official-code span,
.footer .footer-con .f-con-r .applets-code span {
    display: block;
    margin-top: 6px;
    font-size: 12px;
    font-family: PingFang SC-Medium, PingFang SC;
    color: #B7B7B7;
    text-align: center;
    line-height: 20px;
}

.sidebar {
    width: 104px;
    background: var(--themeBtnBgColor);
    border-radius: 5px 5px 50px 50px;
    position: fixed;
    right: 40px;
    top: 50%;
    padding: 4px;
    z-index: 100;
    padding-bottom: 40px;
    transition: all 0.3s ease-in-out;
}

.sidebar li {
    width: 100%;
    height: 40px;
    background: #fff;
    border-radius: 4px ;
    position: relative;
    cursor: pointer;
    margin-bottom: 6px;
    transition: all 0.1s ease-in-out;

}

.sidebar li .icon {
    width: 100%;
    height: 100%;
    padding: 19px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.1s ease-in-out;

}
.sidebar li .icon:hover{
   transform: scale(1.05);
}

.sidebar li .icon i {
    display: block;
    margin-right: 4px;
    font-size: 18px;
    color: var(--themeBtnBgColor);
    text-align: center;
    vertical-align: middle;
}

.sidebar li .icon span {
    display: block;
    margin-top: 2px;
    font-size: 12px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: var(--themeBtnBgColor);
    text-align: center;
    line-height: 14px;
}

.sidebar li .eject {
    display: none;
}

.sidebar li .eject::after {
    content: '';
    width: 0px;
    height: 0px;
    border: 12px solid #fff;
    border-right: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-top: 12px solid transparent;
    position: absolute;
    right: -24px;
    transition: all 0.1s ease-in-out;
    top: 50%;
    transform: translateY(-50%);
}

@keyframes sidebarMoveLeftToRight {
    0% {
        opacity: 0;
        transform:translateY(-50%) translateX(10%);
    }
    100% {
        opacity: 1;
        transform:translateY(-50%) translateX(0%);
    }
}
.sidebar li .eject::before {
    content: '';
    width: 14px;
    height: 100%;
    position: absolute;
    right: -14px;
    top: 0px;
}

.sidebar li .sidebar-phone {
    width: 206px;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    padding: 10px 10px 0;
    position: absolute;
    right: 120px;
    top: 50%;
    animation: sidebarMoveLeftToRight .6s var(--transition-smooth) forwards;
    transform: translateY(-50%);
}

.sidebar li .sidebar-phone img {
    display: block;
    width: 186px;
    height: 186px;
}

.sidebar li .sidebar-phone span {
    display: block;
    font-size: 14px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #303133;
    text-align: center;
    line-height: 30px;
}

.sidebar li .sidebar-wx {
    width: 268px;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    padding: 20px 30px 30px;
    position: absolute;
    right: 96px;
    top: 50%;
    transform: translateY(-50%);
}

.sidebar li .sidebar-wx .tit {
    display: block;
    font-size: 24px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #303133;
    line-height: 28px;
}

.sidebar li .sidebar-wx .wx-num {
    display: block;
    margin-top: 10px;
    font-size: 30px;
    font-family: Arial-Bold, Arial;
    font-weight: bold;
    color: #FF9645;
    line-height: 35px;
}

.sidebar li .sidebar-wx .wx-consulting {
    display: inline-block;
    height: 25px;
    background: #FFFFFF;
    border-radius: 2px;
    padding: 0 6px;
    border: 1px solid #E4E7ED;
    font-size: 12px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #606266;
    line-height: 23px;
}

.sidebar li .sidebar-wx .wx-code {
    margin-top: 20px;
    display: none;
}

.sidebar li .sidebar-wx .wx-code img {
    display: block;
    width: 186px;
    height: 186px;
}

.sidebar li .sidebar-wx .wx-code span {
    display: block;
    font-size: 14px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #303133;
    text-align: center;
    line-height: 30px;
}

.sidebar li .wx-jurisdiction {
    padding-bottom: 16px;
}

.sidebar li .wx-jurisdiction .wx-code {
    display: block;
}

.sidebar .sidebar-back-top {
    position: absolute;
    left: 50%;
    bottom: 12px;
    width: 32px;
    height: 32px;
    background: transparent;
    transform: translateX(-50%);
}
.sidebar-back-top img{
    width: 32px;
    height: 32px;
}

.sidebar li:after {
    content: '';
    width: 48px;
    height: 1px;
    background: #EBEEF5;
    box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.05);
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
}

.sidebar li:last-child:after {
    display: none;
}

.sidebar li:hover .icon i {
    color: #1159FB;
}

.sidebar li:hover .icon span {
    color: #1159FB;
}

.sidebar li:hover .eject {
    display: block;
}

.zx-alert-mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 9999;
    display: none;
}

.zx-alert-mask2 {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0px;
    top: 0px;
    display: none;
    z-index: 9998;
}

@keyframes layer-fade-in {
    0% {
        -webkit-transform: translate3d(0, -20px, 0);
        -moz-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes layer-fade-out {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(0, -20px, 0);
        -moz-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
        opacity: 0;
    }
}

.jyb-form-fadeIn {
    -webkit-animation: layer-fade-in .3s;
    -moz-animation: layer-fade-in .3s;
    animation: layer-fade-in .3s;
}

.jyb-form-fadeOut {
    -webkit-animation: layer-fade-out .3s;
    -moz-animation: layer-fade-out .3s;
    animation: layer-fade-out .3s;
}

.zx-alert-box {
    width: 560px;
    background: #FFFFFF;
    border-radius: 6px;
    padding: 15px 15px 20px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -280px;
    z-index: 10000;
}

.zx-alert-box .alert-tit {
    font-size: 18px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #303133;
    line-height: 21px;
}

.zx-alert-box .close {
    width: 20px;
    height: 20px;
    font-size: 14px;
    color: #909399;
    text-align: center;
    line-height: 20px;
    position: absolute;
    right: 18px;
    top: 18px;
    cursor: pointer;
}

.zx-alert-box .alert-form {
    padding: 20px 62px 0 0;
}

.zx-alert-box .alert-form .layui-form-label {
    width: 118px;
    padding: 9px 0px;
}

.zx-alert-box .alert-form .layui-input-block {
    margin-left: 130px;
}

.zx-alert-box .alert-form .layui-input-block input::input-placeholder {
    color: #C0C4CC;
}

.zx-alert-box .alert-form .layui-input-block input::-webkit-input-placeholder {
    color: #C0C4CC;
}

.zx-alert-box .alert-form .layui-input-block input::-moz-placeholder {
    color: #C0C4CC;
}

.zx-alert-box .alert-form .layui-input-block input::-moz-placeholder {
    color: #C0C4CC;
}

.zx-alert-box .alert-form .layui-input-block input::-ms-input-placeholder {
    color: #C0C4CC;
}

.zx-alert-box .alert-form .layui-input-block .qrcode-out {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border: 1px solid #eee;
    background-color: #fff;
    border-radius: 2px;
}

.zx-alert-box .alert-form .layui-input-block .qrcode-out input {
    border: 0;
}

.zx-alert-box .alert-form .layui-input-block .qrcode-out .get-code {
    padding: 0 15px 0 10px;
    background: #fff;
    position: relative;
    font-size: 12px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #1159FB;
    line-height: 38px;
    flex-shrink: 0;
    cursor: pointer;
}

.zx-alert-box .alert-form .layui-input-block .qrcode-out .get-code::after {
    content: '';
    width: 1px;
    height: 14px;
    background: #DCDFE6;
    position: absolute;
    left: 0px;
    top: 12px;
}

.zx-alert-box .alert-form .layui-input-block .layui-btn {
    background: #1159FB;
    border-radius: 4px;
    padding: 0 20px;
    margin-left: -65px;
}

.zx-alert-box .alert-form .layui-input-block .layui-this {
    background: #1159FB;
}

.chatWindow {
    width: 560px;
    background: #F5F6F7;
    border-radius: 6px;
    padding: 15px 0px 20px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -280px;
    z-index: 9999;
    display: none;
}

.chatWindow .alert-tit {
    display: block;
    padding: 5px 15px 20px;
    border-bottom: 1px solid #EBEEF5;
    font-size: 18px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #303133;
    line-height: 21px;
}

.chatWindow .close {
    width: 20px;
    height: 20px;
    font-size: 14px;
    color: #909399;
    text-align: center;
    line-height: 20px;
    position: absolute;
    right: 18px;
    top: 18px;
    cursor: pointer;
}

.chatWindow .chatw-con {
    width: 100%;
}

.chatWindow .chatw-con .chatw-con-c {
    width: 100%;
    height: 371px;
    overflow-y: auto;
}

.chatWindow .chatw-con .chatw-info {
    width: 402px;
    margin: 20px auto 0;
    background: linear-gradient(314deg, #FFF6E5 0%, #FFFDFA 51%, #FFF9ED 100%);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
    border-radius: 12px 12px 12px 12px;
    border: 1px solid rgba(139, 99, 45, 0.15);
    padding: 16px 15px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

.chatWindow .chatw-con .chatw-info .head-img {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.chatWindow .chatw-con .chatw-info .chatw-info-r {
    width: calc(100% - 60px);
    margin-left: 10px;
}

.chatWindow .chatw-con .chatw-info .chatw-info-r>span {
    display: block;
    font-size: 18px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #333333;
    line-height: 25px;
}

.chatWindow .chatw-con .chatw-info .chatw-info-r>em {
    display: block;
    font-size: 14px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 20px;
}

.chatWindow .chatw-con .chatw-info .chatw-info-r>p {
    margin-top: 6px;
    font-size: 14px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: rgba(170, 86, 18, 0.98);
    line-height: 20px;
}

.chatWindow .chatw-con .chatw-info .back-img {
    display: block;
    width: 96px;
    height: 96px;
    position: absolute;
    right: 0px;
    top: 0px;
}

.chatWindow .chatw-con .chatw-list {
    width: 100%;
    padding: 0 30px 20px;
}

.chatWindow .chatw-con .chatw-list li .time {
    display: block;
    padding: 20px 0;
    font-size: 12px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #999999;
    text-align: center;
    line-height: 17px;
}

.chatWindow .chatw-con .chatw-list li .dialogue {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.chatWindow .chatw-con .chatw-list li .dialogue img {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #CCCCCC;
}

.chatWindow .chatw-con .chatw-list li .dialogue p {
    display: block;
    max-width: 403px;
    padding: 9px 10px;
    background: #FFFFFF;
    border-radius: 6px 6px 6px 6px;
    margin-left: 10px;
    position: relative;
    font-size: 16px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #3A3A3C;
    line-height: 19px;
}

.chatWindow .chatw-con .chatw-list li .dialogue p:after {
    content: '';
    width: 0px;
    height: 0px;
    border: 12px solid #fff;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid transparent;
    position: absolute;
    left: -8px;
    top: 10px;
}

.chatWindow .chatw-con .chatw-list .own .dialogue {
    justify-content: flex-end;
}

.chatWindow .chatw-con .chatw-list .own .dialogue p {
    margin-left: 0px;
    margin-right: 10px;
    background: #1159FB;
    color: #fff;
}

.chatWindow .chatw-con .chatw-list .own .dialogue p:after {
    content: '';
    width: 0px;
    height: 0px;
    border: 12px solid #1159FB;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid transparent;
    position: absolute;
    left: auto;
    right: -8px;
    top: 10px;
}

.chatWindow .chatw-con .tips {
    padding: 10px 0 20px;
    display: none;
}

.chatWindow .chatw-con .tips p {
    font-size: 14px;
    color: #ccc;
    text-align: center;
}

.chatWindow .chatw-con .chatw-foot {
    width: 100%;
    height: 140px;
    padding: 0 20px;
    border-top: 1px solid #EBEEF5;
}

.chatWindow .chatw-con .chatw-foot .chatw-textarea {
    display: block;
    width: 100%;
    height: 108px;
    padding: 12px 10px;
    border: 0;
    background: transparent;
    resize: none;
    font-size: 16px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.85);
    line-height: 19px;
}

.chatWindow .chatw-con .chatw-foot .send-out {
    display: flex;
    justify-content: flex-end;
    padding: 0 10px;
}

.chatWindow .chatw-con .chatw-foot .send-out .send {
    width: 84px;
    height: 32px;
    background: #0A84FF;
    border-radius: 4px;
    font-size: 14px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
    line-height: 32px;
    cursor: pointer;
}

.chatWindow .chatw-con .chatw-foot .send-out .disabled {
    background: #cccccc !important;
}

.chatWindow .chatw-con .chatw-foot .chatw-textarea::input-placeholder {
    color: #C0C4CC;
}

.chatWindow .chatw-con .chatw-foot .chatw-textarea::-webkit-input-placeholder {
    color: #C0C4CC;
}

.chatWindow .chatw-con .chatw-foot .chatw-textarea::-moz-placeholder {
    color: #C0C4CC;
}

.chatWindow .chatw-con .chatw-foot .chatw-textarea::-moz-placeholder {
    color: #C0C4CC;
}

.chatWindow .chatw-con .chatw-foot .chatw-textarea::-ms-input-placeholder {
    color: #C0C4CC;
}

.video-alert {
    width: 1200px;
    height: 675px;
    background: #000;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -600px;
    margin-top: -337.5px;
    z-index: 10000;
}

.video-alert .video {
    width: 1200px;
    height: 675px;
}

.video-alert .close {
    width: 40px;
    height: 40px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1;
    cursor: pointer;
}

.album-alert {
    width: 1200px;
    height: 675px;
    background: #000;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -600px;
    margin-top: -337.5px;
    z-index: 10000;
}

.album-alert .swiper-father {
    position: relative;
}

.album-alert .swiper-father .album-swiper {
    width: 1200px;
    height: 675px;
}

.album-alert .swiper-father .album-swiper .swiper-slide {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.album-alert .swiper-father .album-swiper .swiper-slide .swiper-slide-mask {
    position: absolute;
    left: -50px;
    top: -50px;
    bottom: -20px;
    right: -20px;
    z-index: -1;
    width: 120%;
    height: 120%;
    -webkit-filter: blur(40px);
    filter: blur(40px);
}

.album-alert .swiper-father .album-swiper .swiper-slide .swiper-slide-mask img {
    width: 100%;
    height: 100%;
}

.album-alert .swiper-father .album-swiper .swiper-slide img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    height: 100%;
}

.album-alert .swiper-father .swiper-button-prev {
    left: -60px;
}

.album-alert .swiper-father .swiper-button-next {
    right: -60px;
}

.album-alert .close {
    width: 60px;
    height: 60px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 60px;
    position: fixed;
    right: 40px;
    top: 40px;
    z-index: 1;
    cursor: pointer;
}

.none {
    width: 100%;
    padding: 214px 0;
}

.none img {
    display: block;
    width: 283px;
    margin: 0 auto;
}

.err-404 {
    width: 100%;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -100%);
}

.err-404 img {
    display: block;
    width: 283px;
    margin: 0 auto;
}

.err-404 .return {
    display: block;
    width: 112px;
    height: 40px;
    background: #1159FB;
    border-radius: 4px;
    padding: 0 24px;
    margin: 30px auto 0;
    font-size: 16px;
    font-family: Inter-Regular, Inter;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 40px;
}

.info-con {
    width: 100%;
    background: #FFFFFF;
    border-radius: 6px;
    padding: 40px 60px 30px;
}

.info-con .info-tit {
    padding-bottom: 30px;
    border-bottom: 1px solid #F2F6FC;
}

.info-con .info-tit h1 {
    font-size: 32px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #303133;
    line-height: 38px;
}

.info-con .info-tit .info-time {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.info-con .info-tit .info-time>div {
    display: flex;
    align-items: center;
    justify-content: end;
    flex: 1;
    min-width: 0;
}

.info-con .info-tit .info-time>div span {
    margin-left: 30px;
}

.info-con .info-tit .info-time>div span:first-child {
    margin-left: 0;
}

.info-con .info-tit .info-time .time-span {
    overflow: unset;
}


.info-con .info-tit .info-time span {
    display: block;
    margin-top: 24px;
    font-size: 14px;
    font-weight: 500;
    color: #909399;
    line-height: 32px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.info-con .info-tit .info-btn {
    display: block;
    margin-top: 24px;
    height: 32px;
    padding: 0 12px;
    background: #F8F9FA;
    border-radius: 4px;
    border: 1px solid #DCDFE6;
    font-size: 14px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #606266;
    text-align: center;
    line-height: 32px;
    margin-right: 30px;
}

.info-con .info-rich {
    padding-top: 30px;
    font-size: 18px;
    font-family: PingFang SC-Medium, PingFang SC;
    line-height: 30px;
    color: #606266;
}

.info-con .info-rich img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.info-con .info-rich p {
    font-size: 16px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #606266;
    line-height: 32px;
}

.info-con .info-rich .hleditor-element {
    margin: 10px 0;
}

.info-con .info-rich .hleditor-element-img {
    display: block;
    max-width: 100%;
    /*height: 100%;*/
    margin: 0 auto;
}

.info-con .info-rich .hleditor-element-audio {
    display: block;
}

.info-con .info-rich .aplayer .aplayer-pic {
    padding: 10px;
    width: 86px;
    height: 86px;
}

.info-con .info-rich .aplayer .aplayer-pic .aplayer-pause {
    width: 26px;
    height: 26px;
    border: 2px solid #fff;
    top: 50%;
    left: 50%;
    margin: -15px 0 0 -15px;
}

.info-con .info-rich .aplayer .aplayer-pic .aplayer-pause .aplayer-icon-pause {
    position: absolute;
    top: 0px;
    left: 1px;
    font-size: 20px;
    line-height: 23px;
}

.info-con .info-rich .aplayer .aplayer-pic .aplayer-play .aplayer-icon-play {
    position: absolute;
    top: 0px;
    left: 2px;
    font-size: 20px;
    line-height: 23px;
}

.info-con .info-rich .aplayer .aplayer-info {
    height: 88px;
    margin-left: 86px;
}

.info-con .info-rich .aplayer .aplayer-info .aplayer-author {
    display: none;
}

.info-con .info-rich .video-box {
    position: relative;
    margin: 10px 0;
}

.info-con .info-rich .video-box video {
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
}

.info-con .info-rich .video-box .VideoBtn {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: 70px;
    height: 70px;
    margin-left: -35px;
    margin-top: -35px;
    cursor: pointer;
    z-index: 10;
}

.rich-text-detail {
    margin-top: 20px;
    font-size: 14px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #606266;
    line-height: 16px;
    position: relative;
}

.rich-text p,
.rich-text-detail p {
    margin-bottom: 15px;
    font-size: 18px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #606266;
    line-height: 30px;
}

.rich-text img,
.rich-text-detail img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 10px auto;
}

.rich-text {
    margin-top: 20px;
    font-size: 14px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #606266;
    line-height: 16px;
    max-height: 200px;
    overflow: hidden;
    position: relative;
}

.foot-tort {
    width: 100%;
    height: 45px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.foot-tort .foot-tort-inner {
    width: 1160px;
    height: 45px;
    margin: 0 auto;
    position: relative;
}

.foot-tort .foot-tort-inner span {
    display: block;
    font-size: 13px;
    color: #FFFFFF;
    text-align: center;
    line-height: 45px;
}

.foot-tort .foot-tort-inner .close {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 0;
    top: 10px;
}

.editor-box ol,
.editor-box ul {
    padding-left: 20px;
    max-width: 100%;
}

.editor-box ol,
.editor-box ol li {
    list-style: auto;
}

.editor-box ul,
.editor-box ul li {
    list-style: disc;
}

.editor-box em {
    font-style: italic;
}

.editor-box hr {
    line-height: 0;
    margin: 10px 0;
    padding: 0;
    border: none !important;
    border-bottom: 1px solid #eee !important;
    clear: both;
    background: 0 0;
}

.editor-box table {
    width: 100%;
}

.editor-box table td,
.editor-box table th {
    border: #DDDFE6 solid 1px;
    padding: 5px 10px;
}

.editor-box table thead {
    background-color: #F5F6F7
}

.editor-box table thead th {
    text-align: center;
    font-size: 14px;
    color: #8C8C8C;
}

.editor-box table thead th:nth-child(1) {
    width: 16%;
}

.editor-box table tbody td {
    text-align: center;
    font-size: 16px;
    color: #262626;
}

.editor-box table tbody td:nth-child(1) {
    width: 16%;
}

.about-content-box ul {
    display: block;
}

.about-content-box>ul {
    display: none;
}