.flex {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.flex-row {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
.flex-column {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.flex-1 {
    -webkit-flex: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.flex-justify-start {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
}
.flex-justify-end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
}
.flex-justify-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}
.flex-justify-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
}
.flex-justify-around {
    -webkit-box-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
}
.flex-align-start {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
}
.flex-align-end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
}
.flex-align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
}
.flex-align-baseline {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -moz-align-items: baseline;
    -ms-align-items: baseline;
    align-items: baseline;
}
.flex-align-stretch {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
}
.flex-wrap {
    -webkit-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
.ellipsis-multiline {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 显示的行数，可以根据需要修改 */
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 头部导航 */
.header,
.mobile-nav {
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 1920px;
    height: 80px;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.6);
    transition: background-color 0.3s;
    z-index: 9999;
}
#pcNav {
    border-bottom: 1px solid #E1B169;
}
#pcNav .wrapper {
    min-width: 1200px;
    width: 1200px;
}
.scrolling {
    background-color: rgba(0, 0, 0, 0.8);
}
.wrapper {
    width: 1500px;
    height: 80px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}
.logo {
    margin-right: auto;
}
.logo img {
    width: 149px;
    height: 49px;
    vertical-align: middle;
}
.nav {
    height: 80px;
}
.layui-nav .layui-nav-item {
    display: flex !important;
    line-height: normal !important;
}
.layui-nav .layui-nav-item a {
    padding: 0 !important;
}
.layui-nav .layui-nav-more {
    display: none;
}
.nav .layui-nav-child {
    left: -65px !important;
    top: 96px !important;
}
.layui-nav-child::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #FFFFFF;
}
.layui-nav .layui-this:after, .layui-nav-bar {
    display: none;
}
.layui-nav {
    padding: 0 !important;
    background-color: transparent !important;
}
.layui-nav-child {
    position: relative;
    top: 96px !important;
    padding: 20px 20px 15px !important;
    border-radius: 6px !important;
    text-align: center;
}
.layui-nav .layui-nav-child a:hover {
    background-color: transparent !important;
}
.nav-item {
    width: 115px;
    height: 80px;
    text-align: center;
    cursor: pointer;
}
.nav-item a {
    display: block;
    width: 100%;
    text-decoration: none;
}
.nav-item span {
    display: block;
    color: #FFFFFF;
}
.nav-item .nav-item-text1 {
    height: 24px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.nav-item .nav-item-text2 {
    height: 12px;
    margin-top: 6px;
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
}
.active,
.nav-item:hover {
    position: relative;
    width: 115px;
    height: 80px;
    background: rgba(0, 0, 0, 0.8);
}
.active::after,
.nav-item:hover::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 115px;
    height: 3px;
    background: #EAB86D;
}
.active .nav-item-text1,
.nav-item:hover .nav-item-text1 {
    font-size: 16px;
    font-weight: 400;
    color: #FEFEFE;
    background: linear-gradient(202deg, #FCE8C2 0%, #E9B669 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.active .nav-item-text2,
.nav-item:hover .nav-item-text2 {
    font-size: 10px;
    font-weight: 400;
    color: #FEFEFE;
    background: linear-gradient(202deg, #FCE8C2 0%, #E9B669 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.mobile-nav {
    background-color: #000000;
}
.mobile-nav,
.mobile-nav .wrapper {
    height: 140px;
}
.mobile-nav .wrapper .logo img {
    width: auto;
    height: 100px;
}
.nav-menu {
    position: relative;
    width: 80px;
    height: 80px;
    background: url('../images/index/menu.png') no-repeat 0 center / 80px auto;
}
.nav-menu.act {
    background: url('../images/index/close.png') no-repeat 0 center / 80px auto;
}
.navbarBg {
    position: fixed;
    z-index: 2999;
    top: 140px;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .7);
    display: none;
}
.navbar {
    position: fixed;
    top: 0;
    right: -50%;
    margin-top: 140px;
    width: 50%;
    height: 100%;
    background: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    z-index: 3099;
}
.navbar.act {
    right: 0;
}
.navbar .layui-nav {
    width: 100% !important;
    margin-top: 100px;
}
.navbar .layui-nav li {
    padding: 0 20px;
    box-sizing: border-box;
}
.navbar .layui-nav li a {
    display: block;
    width: 100%;
    font-size: 46px;
    color: #333333;
    font-weight: 700;
    line-height: 120px;
    text-align: center;
}

/* 底部授权信息 */
.footer {
    width: 100%;
    height: 310px;
    padding: 50px 0;
    box-sizing: border-box;
    background: #222222;
    /* border-top: 1px solid #cfcfcf; */
}
.footer .footer-wrapper {
    width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}
.footer .footer-wrapper .bd {
    margin-top: 30px;
}
.footer .agreement-box {
    position: relative;
}
.footer .agreement-box .agreement {
    margin-bottom: 10px;
    color: #CFCFCF;
}
.footer .agreement-box .agreement p {
    display: flex;
    align-items: center;
    border-right: 1px solid #ACACAC;
    padding-right: 10px;
    font-size: 14px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #CFCFCF;
    line-height: 14px;

}
.footer .agreement-box .agreement p:last-child {
    border-width: 0;
}
.footer .agreement-box .agreement p a,
.footer .agreement-box .agreement p span {
    text-decoration: none;
    color: #CFCFCF;
}
.footer .agreement-box .agreement p span img {
    width: 20px;
}
.footer .footer-wrapper .footer-r img {
    width: 126px;
    height: 125px;
    background-color: #fff;
    vertical-align: middle;
}

/* 联系客服 */
.side-toolbar {
    position: fixed;
    right: 40px;
    bottom: 20%;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0px 22px 42px 0px rgba(0,0,0,0.1);
    z-index: 1999;
}
.side-toolbar .hd {
    padding: 20px;
    box-sizing: border-box;
    background-color: #FFAC1E;
    border-radius: 20px 20px 0px 0px;
}
.side-toolbar .hd img {
    width: 30px;
    height: 20px;
}
.side-toolbar .hd span {
    font-family: Source Han Sans CN;
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    vertical-align: middle;
}
.side-toolbar .item {
    padding: 20px 20px 0;
    box-sizing: border-box;
}
.side-toolbar .item a {
    text-decoration: none;

}
.side-toolbar .item:last-child {
    padding-bottom: 20px;
}
.side-toolbar .item img {
    width: 30px;
    height: 36px;
    margin-right: 5px;
    vertical-align: middle;
}
.side-toolbar .item-box {
    display: flex;
    flex-direction: column;
}
.side-toolbar .item-box span {
    font-family: Source Han Sans CN;
    font-weight: 500;
}
.side-toolbar .item-box span:first-child {
    margin-bottom: 5px;
    font-size: 14px;
    color: #FFAC1E;
}
.side-toolbar .item-box span:last-child {
    font-size: 16px;
    color: #3E3E3E;
}
.side-toolbar .ft {
    padding: 16px 0 19px;
    text-align: center;
}
.side-toolbar .ft img {
    width: 129px;
    height: 129px;
    vertical-align: middle;
}
.side-toolbar .ft p {
    font-family: Source Han Sans CN;
    font-size: 14px;
    font-weight: 500;
    color: #FFAC1E;
    line-height: 18px;
}

/* 举报弹出层 */
.layui-layer {
    border-radius: 8px !important;
}
.dialog {
    width: 100%;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
    background-color: #FFFFFF;
    border-radius: 10px;
}
.report-dialog .dialog-head {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid #ACACAC;
    padding-bottom: 12px;
    margin-bottom: 12px;
}
.report-dialog .dialog-head::after {
    position: absolute;
    bottom: -2px;
    left: 0;
    content: '';
    width: 72px;
    height: 2px;
    background-color: #1E9FFF;
}
.dialog-head .dialog-title {
    font-weight: bold;
    font-size: 18px;
    color: #000000;
    text-align: center;
}
.dialog-head .dialog-close {
    width: 14px;
    height: 14px;
    cursor: pointer;
}
.dialog-desc {
    font-size: 12px;
}
.dialog-body {
    margin-top: 20px;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
}
.dialog-body .inputItem {
    width: 100%;
    height: 40px;
    margin-bottom: 12px;
}
.dialog-body .inputItem .label {
    min-width: 70px;
    width: 100px;
    color: #333333;
    text-align: right;
}
.dialog-body .inputItem>input[type="text"] {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #ECECEC;
    background-color: transparent;
    font-weight: 500;
    font-size: 14px;
    color: #333333;
    line-height: 38px;
}
.dialog-body .inputItem .custom-file-upload {
    position: relative;
    width: 70px;
}
.dialog-body .inputItem .custom-file-upload label {
    position: relative;
    left: 0;
    display: inline-block;
    width: 70px;
    padding: 6px 10px;
    box-sizing: border-box;
    background-color: #1E9FFF;
    border: 1px solid #1E9FFF;
    border-radius: 3px;
    cursor: pointer;
    color: #FFFFFF;
    font-size: 12px;
    z-index: 1;
    text-align: center;
}
.dialog-body .inputItem .custom-file-upload input[type="file"] {
    display: none;
}
.dialog-body .inputItem .download {
    width: 70px;
    height: 30px;
    margin: 0 10px;
    line-height: 30px;
}
.dialog-body .inputItem .download>a {
    display: block;
    color: #1E9FFF;
    font-size: 12px;
    text-align: center;
}
.dialog-body .inputItem .upload-tip {
    margin: 0 10px;
    color: #aaa;
}
.dialog-body .inputItem .code-img {
    margin-left: 10px;
}
.dialog-body .inputItem .code-img>img {
    width: 100%;
    height: 40px;
    cursor: pointer;
}
.dialog-body .btns {
    margin-bottom: 15px;
}
.dialog-body .btns .btn {
    width: 90px;
    height: 42px;
    background-color: #1E9FFF;
    border: 1px solid #1E9FFF;
    border-radius: 5px;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    line-height: 42px;
    cursor: pointer;
}
.dialog-body .btns .cancel-btn {
    width: 90px;
    height: 100%;
    margin-right: 20px;
    background-color: transparent;
    color: #1E9FFF;
}
.dialog-body .btns .confirm-btn {
    width: 90px;
    height: 100%;
}
.dialog-body .footer-text {
    font-size: 12px;
    color: #333333;
}

.menu-dialog .dialog-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.menu-dialog .dialog-title {
    font-family: Source Han Sans CN;
    font-weight: 500;
    font-size: 20px;
    color: #3A3A3A;
}
.menu-dialog .dialog-desc {
    font-family: Source Han Sans CN;
    font-weight: 500;
    font-size: 14px;
    color: #3A3A3A;
}
.menu-dialog .dialog-body .dialog-item {
    width: 329px;
    height: 110px;
    margin: 0 auto 20px;
    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(52,52,52,0.2);
    border-radius: 15px;
}
.menu-dialog .dialog-body .dialog-item:hover {
    box-shadow: 0px 0px 10px 0px rgba(52,52,52,0.2);
    border: 2px solid #0F79FF;
}
.menu-dialog .dialog-body .dialog-item .box p {
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #464646;
}
.menu-dialog .dialog-body .dialog-item .box p:first-child {
    font-size: 18px;
}
.menu-dialog .dialog-body .dialog-item .box p:last-child {
    font-size: 14px;
}
.menu-dialog .dialog-body .dialog-item:hover .box p {
    color: #0F79FF;
}

/* 滚动条样式 */
/* 自定义整个滚动条 */
.scrollbar::-webkit-scrollbar {
    width: 8px;
    background-color: transparent;
    border-radius: 4px;
}
.scrollbar:hover::-webkit-scrollbar {
    background-color: #E9E9E9;
}
/* 自定义滚动条轨道 */
.scrollbar::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 4px;
}
/* 自定义滚动条的滑块（thumb） */
.scrollbar::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 4px;
}
.scrollbar:hover::-webkit-scrollbar-thumb {
    background-color: #ACACAC;
}
