*,
:after,
:before {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input::placeholder {
    color: #B9B9B9;
    /* 设置placeholder文字颜色 */
}

input:-internal-autofill-selected,
input:-webkit-autofill {
    background-color: none !important;
    /* 自动填充背景颜色 */
    -webkit-text-fill-color: #333 !important;
    /* 自动填充文字颜色 */
    transition: background-color 5000s ease-in-out 0s !important;
    /* 防止背景颜色退化 */
}


/* CSS Document */
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

label {
    cursor: pointer
}

input,
button,
select,
textarea {
    outline: none
}

textarea {
    resize: none;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
blockquote,
big,
body,
center,
canvas,
caption,
cite,
code,
command,
datalist,
dd,
del,
details,
dfn,
dl,
div,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
keygen,
label,
legend,
li,
meter,
nav,
menu,
object,
ol,
output,
p,
pre,
progress,
q,
s,
samp,
section,
small,
span,
source,
strike,
strong,
sub,
sup,
table,
tbody,
tfoot,
thead,
th,
tr,
tdvideo,
tt,
u,
ul,
var {
    margin: 0;
    padding: 0
}

a {
    text-decoration: none;
    tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
    -ms-tap-highlight-color: transparent;
    color: #060879;
}

/*a:focus {*/

/*  outline: 5px auto -webkit-focus-ring-color;*/

/*  outline-offset: -2px;*/

/*}*/
article,
aside,
footer,
header,
hgroup,
nav,
section,
figure,
figcaption {
    display: block
}

h1,
h2,
h3,
h4,
h5,
h6,
th,
td,
table,
input,
button,
select,
textarea,
sub {
    font-size: 1em
}

em,
cite,
address,
optgroup {
    font-style: normal
}

kbd,
samp,
code {
    font-family: monospace
}

img,
input,
button,
select,
textarea {
    vertical-align: middle
}

ul,
ol,
li {
    list-style: none
}

img,
fieldset {
    border: 0
}

abbr,
acronym {
    cursor: help;
    border-bottom: 1px dotted black
}

pre {
    word-break: break-word;
    white-space: pre-wrap;
    font-family: Helvetica Neue For Number, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif !important;
}

table {
    width: 100%;
    border-spacing: 0;
    border: 0
}

table th,
table td {
    border: 0
}

input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="text"],
input[type="search"],
input[type="password"],
input[type="tel"],
input[type="number"] {
    -webkit-appearance: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type='number'] {
    -moz-appearance: textfield;
}

input[type="password"]::-ms-reveal {
    display: none;
}

/*统一样式*/
html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight: rgba(0, 0, 0, 0);
    -webkit-text-size-adjust: none;
    width: 100%;
    height: 100%;
}

.modal-overflow {
    overflow: hidden;
}

.mw {
    width: 1200px;
    margin: 0 auto;
}

.w1440 {
    max-width: 1440px;
    margin: 0 auto;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}

.clear {
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}

.noitems {
    color: #666;
    font-size: 15px;
    margin: 0 auto;
    padding: 5% 0;
    text-align: center;
}

.noitems .iconfont {
    margin-right: 5px;
    margin-top: -1px;
}

.hide {
    display: none;
}

.hide-important {
    display: none !important;
}

body {
    margin: 0 auto;
    min-width: 1200px;
    width: 100%;
    background: #fff;
    font-size: 13px;
    color: #333;
    font-family: Helvetica Neue For Number, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif !important;
    /*font-family: SourceHanSans, Helvetica Neue For Number, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif !important;*/
}

body.en-lang,
body.en-lang pre {
    font-family: Inter !important;
}

hr {
    border: 0;
    height: 0.5px;
    background-color: #eee;
    margin: 20px 0;
}

/*统一样式*/
.north {
    background: #fff;
}

.content,
.center_box {
    min-height: 800px;
}

.pull-left,
.fl {
    float: left;
}

.pull-right,
.fr {
    float: right;
}

.pull-left-forced {
    float: left !important;
}

.pull-right-forced {
    float: right !important;
}

.main {
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
    position: relative;
}

.imgFull {
    display: block;
    width: 100%;
    height: 100%;
}

/*更多样式*/
.getMore,
.noMore {
    text-align: center;
    margin-top: 30px;
}

.getMore .more {
    display: inline-block;
    background: #FFFFFF;
    color: #F3BF4A;
    border-radius: 4px;
    width: 130px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    user-select: none;
}

.getMore .iconfont {
    font-size: 24px;
    display: block;
    line-height: 10px;
}

.loading {
    /*background: url(/images/loaderBgWhite.gif?v=20250429165117) no-repeat center center;*/
    color: #F3BF4A;
    text-align: center;
    height: 40px;
    margin-top: 20px;
    display: none;
}

.loading .iconfont {
    font-size: 24px;
    display: inline-block;
    animation: spin2 infinite 0.5s linear;
}

/* 定义一个名为 spin 的动画 */
@-webkit-keyframes spin2 {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes spin2 {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*排序*/
.common-sort {
    padding-right: 18px;
    position: relative;
    cursor: pointer;
    user-select: none;
}

.common-icon-sort {
    position: absolute;
    right: 0;
    top: 0;
}

.common-icon-sort:after,
.common-icon-sort:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    right: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}

.common-icon-sort:before {
    border-bottom: 8px solid #060879;
    top: 2px;
}

.common-icon-sort:after {
    border-top: 8px solid #D5E0E9;
    top: 12px;
}

.common-sort[sortby='false'] .common-icon-sort:after {
    border-top: 8px solid #060879;
}

.common-sort[sortby='false'] .common-icon-sort:before {
    border-bottom: 8px solid #D5E0E9;
}

/*排序 end*/
.btn {
    cursor: pointer;
}

.border {
    border: 1px solid #EEEFF1;
}

.radius {
    border-radius: 5px;
}

.m-xxs {
    margin: 2px 4px;
}

.m-xs {
    margin: 5px;
}

.m-sm {
    margin: 10px;
}

.m {
    margin: 15px;
}

.m-md {
    margin: 20px;
}

.m-lg {
    margin: 30px;
}

.m-xl {
    margin: 40px;
}

.m-xxl {
    margin: 50px;
}

.m-n {
    margin: 0 !important;
}

.m-l-none {
    margin-left: 0 !important;
}

.m-l-xs {
    margin-left: 5px;
}

.m-l-sm {
    margin-left: 10px;
}

.m-l {
    margin-left: 15px;
}

.m-l-md {
    margin-left: 20px;
}

.m-l-lg {
    margin-left: 30px;
}

.m-l-xl {
    margin-left: 40px;
}

.m-l-xxl {
    margin-left: 50px;
}

.m-l-n-xxs {
    margin-left: -1px;
}

.m-l-n-xs {
    margin-left: -5px;
}

.m-l-n-sm {
    margin-left: -10px;
}

.m-l-n {
    margin-left: -15px;
}

.m-l-n-md {
    margin-left: -20px;
}

.m-l-n-lg {
    margin-left: -30px;
}

.m-l-n-xl {
    margin-left: -40px;
}

.m-l-n-xxl {
    margin-left: -50px;
}

.m-t-none {
    margin-top: 0 !important;
}

.m-t-xxs {
    margin-top: 1px;
}

.m-t-xs {
    margin-top: 5px;
}

.m-t-sm {
    margin-top: 10px;
}

.m-t {
    margin-top: 15px;
}

.m-t-md {
    margin-top: 20px;
}

.m-t-lg {
    margin-top: 30px !important;
}

.m-t-xl {
    margin-top: 40px;
}

.m-t-xxl {
    margin-top: 50px;
}

.m-t-n-xxs {
    margin-top: -1px;
}

.m-t-n-xs {
    margin-top: -5px;
}

.m-t-n-sm {
    margin-top: -10px;
}

.m-t-n {
    margin-top: -15px;
}

.m-t-n-md {
    margin-top: -20px;
}

.m-t-n-lg {
    margin-top: -30px;
}

.m-t-n-xl {
    margin-top: -40px;
}

.m-t-n-xxl {
    margin-top: -50px;
}

.m-r-none {
    margin-right: 0 !important;
}

.m-r-xxs {
    margin-right: 1px;
}

.m-r-xs {
    margin-right: 5px;
}

.m-r-sm {
    margin-right: 10px;
}

.m-r {
    margin-right: 15px;
}

.m-r-md {
    margin-right: 20px;
}

.m-r-lg {
    margin-right: 30px;
}

.m-r-xl {
    margin-right: 40px;
}

.m-r-xxl {
    margin-right: 50px;
}

.m-r-n-xxs {
    margin-right: -1px;
}

.m-r-n-xs {
    margin-right: -5px;
}

.m-r-n-sm {
    margin-right: -10px;
}

.m-r-n {
    margin-right: -15px;
}

.m-r-n-md {
    margin-right: -20px;
}

.m-r-n-lg {
    margin-right: -30px;
}

.m-r-n-xl {
    margin-right: -40px;
}

.m-r-n-xxl {
    margin-right: -50px;
}

.m-b-none {
    margin-bottom: 0 !important;
}

.m-b-xxs {
    margin-bottom: 1px;
}

.m-b-xs {
    margin-bottom: 5px;
}

.m-b-sm {
    margin-bottom: 10px;
}

.m-b {
    margin-bottom: 15px;
}

.m-b-md {
    margin-bottom: 20px;
}

.m-b-lg {
    margin-bottom: 30px;
}

.m-b-xl {
    margin-bottom: 40px;
}

.m-b-xxl {
    margin-bottom: 50px;
}

.m-b-n-xxs {
    margin-bottom: -1px;
}

.m-b-n-xs {
    margin-bottom: -5px;
}

.m-b-n-sm {
    margin-bottom: -10px;
}

.m-b-n {
    margin-bottom: -15px;
}

.m-b-n-md {
    margin-bottom: -20px;
}

.m-b-n-lg {
    margin-bottom: -30px;
}

.m-b-n-xl {
    margin-bottom: -40px;
}

.m-b-n-xxl {
    margin-bottom: -50px;
}

.pd-xxs {
    padding: 2px 4px !important;
}

.pd-xs {
    padding: 5px !important;
}

.pd-sm {
    padding: 10px !important;
}

.pd {
    padding: 15px !important;
}

.pd-md {
    padding: 20px !important;
}

.pd-lg {
    padding: 30px !important;
}

.pd-xl {
    padding: 40px !important;
}

.pd-xxl {
    padding: 50px !important;
}

.pd-n {
    padding: 0 !important;
}

.pd-l-none {
    padding-left: 0 !important;
}

.pd-l-xs {
    padding-left: 5px !important;
}

.pd-l-sm {
    padding-left: 10px !important;
}

.pd-l {
    padding-left: 15px !important;
}

.pd-l-md {
    padding-left: 20px !important;
}

.pd-l-lg {
    padding-left: 30px !important;
}

.pd-l-xl {
    padding-left: 40px !important;
}

.pd-l-xxl {
    padding-left: 50px !important;
}

.pd-l-n-xxs {
    padding-left: -1px !important;
}

.pd-l-n-xs {
    padding-left: -5px !important;
}

.pd-l-n-sm {
    padding-left: -10px !important;
}

.pd-l-n {
    padding-left: -15px !important;
}

.pd-l-n-md {
    padding-left: -20px !important;
}

.pd-l-n-lg {
    padding-left: -30px !important;
}

.pd-l-n-xl {
    padding-left: -40px !important;
}

.pd-l-n-xxl {
    padding-left: -50px !important;
}

.pd-t-none {
    padding-top: 0 !important;
}

.pd-t-xxs {
    padding-top: 1px !important;
}

.pd-t-xs {
    padding-top: 5px !important;
}

.pd-t-sm {
    padding-top: 10px !important;
}

.pd-t {
    padding-top: 15px !important;
}

.pd-t-md {
    padding-top: 20px !important;
}

.pd-t-lg {
    padding-top: 30px !important;
}

.pd-t-xl {
    padding-top: 40px !important;
}

.pd-t-xxl {
    padding-top: 50px !important;
}

.pd-t-n-xxs {
    padding-top: -1px !important;
}

.pd-t-n-xs {
    padding-top: -5px !important;
}

.pd-t-n-sm {
    padding-top: -10px !important;
}

.pd-t-n {
    padding-top: -15px !important;
}

.pd-t-n-md {
    padding-top: -20px !important;
}

.pd-t-n-lg {
    padding-top: -30px !important;
}

.pd-t-n-xl {
    padding-top: -40px !important;
}

.pd-t-n-xxl {
    padding-top: -50px !important;
}

.pd-r-none {
    padding-right: 0 !important;
}

.pd-r-xxs {
    padding-right: 1px !important;
}

.pd-r-xs {
    padding-right: 5px !important;
}

.pd-r-sm {
    padding-right: 10px !important;
}

.pd-r {
    padding-right: 15px !important;
}

.pd-r-md {
    padding-right: 20px !important;
}

.pd-r-lg {
    padding-right: 30px !important;
}

.pd-r-xl {
    padding-right: 40px !important;
}

.pd-r-xxl {
    padding-right: 50px !important;
}

.pd-r-n-xxs {
    padding-right: -1px !important;
}

.pd-r-n-xs {
    padding-right: -5px !important;
}

.pd-r-n-sm {
    padding-right: -10px !important;
}

.pd-r-n {
    padding-right: -15px !important;
}

.pd-r-n-md {
    padding-right: -20px !important;
}

.pd-r-n-lg {
    padding-right: -30px !important;
}

.pd-r-n-xl {
    padding-right: -40px !important;
}

.pd-r-n-xxl {
    padding-right: -50px !important;
}

.pd-b-none {
    padding-bottom: 0 !important;
}

.pd-b-xxs {
    padding-bottom: 1px !important;
}

.pd-b-xs {
    padding-bottom: 5px !important;
}

.pd-b-sm {
    padding-bottom: 10px !important;
}

.pd-b {
    padding-bottom: 15px !important;
}

.pd-b-md {
    padding-bottom: 20px !important;
}

.pd-b-lg {
    padding-bottom: 30px !important;
}

.pd-b-xl {
    padding-bottom: 40px !important;
}

.pd-b-xxl {
    padding-bottom: 50px !important;
}

.pd-b-n-xxs {
    padding-bottom: -1px !important;
}

.pd-b-n-xs {
    padding-bottom: -5px !important;
}

.pd-b-n-sm {
    padding-bottom: -10px !important;
}

.pd-b-n {
    padding-bottom: -15px !important;
}

.pd-b-n-md {
    padding-bottom: -20px !important;
}

.pd-b-n-lg {
    padding-bottom: -30px !important;
}

.pd-b-n-xl {
    padding-bottom: -40px !important;
}

.pd-b-n-xxl {
    padding-bottom: -50px !important;
}

.n-b {
    border: none !important;
    outline: none !important;
}

.align-right {
    text-align: right !important;
}

.align-left {
    text-align: left !important;
}

.align-center {
    text-align: center !important;
}

.text-danger {
    color: red;
}

.text-muted {
    color: #999;
}

.text-success {
    color: #089740;
}

.font-size12 {
    font-size: 12px !important;
}

.font-size13 {
    font-size: 13px !important;
}

.font-size14 {
    font-size: 14px !important;
}

.color-red {
    color: #ff0000;
}

.color-green {
    color: #0EB300;
}

.display-inline {
    display: inline-block;
}

/*公共banner*/
/*.banner-wrap {*/
/*    position: relative;*/
/*    height: 400px;*/
/*}*/

.banner-wrap {
    position: relative;
    height: 400px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.banner-left {
    width: 410px;
    box-sizing: border-box;
    padding: 0 0 0 75px;
    /*transform: translateY(-50%);*/
    position: relative;
    /*top: 50%;*/
}

.banner-left .title-small {
    font-size: 14px;
    font-weight: 600;
    color: #F3BF4A;
    line-height: 20px;
}

.banner-left .title-big {
    font-size: 42px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #060879;
}

.banner-left .title-desc {
    color: #737373;
    margin-top: 20px;
    margin-right: 20px;
}

.banner-container {
    overflow: hidden;
    height: 100%;
    background: #fff url(/images/business_banner.png?v=20250429165117) no-repeat center;
    background-size: cover;
    border-radius: 0 0 0 50px;
    max-width: 1035px;
    margin-right: 0 !important;
    margin-left: 0 !important;
    flex: 1;
}

.banner-container .banner-title {
    font-size: 32px;
    font-weight: 500;
    color: #fff;
    line-height: 400px;
    text-align: center;
}

.banner-container .swiper-slide-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.swiper-scale {
    transition-timing-function: linear;
    transition-property: transform;
    transform: scale(1.3);
    transition-duration: 20s;
}

.swiper-unscale {
    transition-timing-function: linear;
    transition-property: transform;
    transform: scale(1);
    transition-duration: 10s;
}

.banner-container .swiper-slide-img img {
    width: 1920px;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 0;
}

.banner-container .swiper-slide-img video.vjs-tech {
    position: absolute;
    top: 50% !important;
    bottom: 0;
    left: 50% !important;
    right: 0;
    transform: translate(-50%, -50%);
    width: 1920px;
    height: auto;
    background: #060879;
}

.swiper-pagination-bullet-active {
    background: #060879 !important;
}

/*右侧悬浮框*/
#toTop {
    position: fixed;
    bottom: 70px;
    right: 40px;
    z-index: 100;
    display: none !important;
}

#toTop i {
    position: relative;
    display: block;
    color: #9FA1B4;
    cursor: pointer;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #fff;
    font-size: 34px;
    border-radius: 8px;
    border: 1px solid #E0E0E0;
    font-weight: bolder;
}

#toTop:hover i {
    background: #060879;
    color: #fff;
    border-color: #060879;
}

/*layer 背景色去除  skin: "shadows" */
.layui-layer.shadows {
    background: none;
}

/*左上角直播块*/
.video-fixed-box {
    position: fixed;
    left: 40px;
    top: 190px;
    z-index: 99;
    width: 80px;
    height: 165px;
    background: #FFFFFF;
    border-radius: 40px;
    padding: 10px;
    box-sizing: border-box;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.video-fixed-box>.iconfont {
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 30px;
    background: #FF0000;
    color: #fff;
    font-size: 36px;
}

.video-fixed-box .video-fixed-text {
    color: #231F20;
    line-height: 18px;
    font-size: 12px;
    text-align: center;
    margin-top: 5px;
}

.video-fixed-box .video-fixed-msg {
    margin-top: 5px;
    color: #9FA1B4;
    line-height: 18px;
    font-size: 10px;
    text-align: center;
    transform: scale(0.8);
    /*word-break: keep-all;*/
    /*margin-left: -3px;*/
    max-height: 32px;
    overflow: hidden;
    white-space: nowrap;
}

.video-fixed-box .video-loading {
    height: 12px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
}

.video-fixed-box .video-loading .line {
    width: 3px;
    background: #f00;
    margin: 0 2px;
    border-radius: 2px;
    animation: videoLoading .9s infinite;
}

.video-fixed-box .video-loading .line:nth-child(2) {
    animation-delay: .3s;
}

.video-fixed-box .video-loading .line:nth-child(3) {
    animation-delay: .6s;
}

@keyframes videoLoading {
    0% {
        height: 0px;
    }

    50% {
        height: 12px;
    }

    100% {
        height: 0px;
    }
}

/*左上角直播块 end*/

/*右下角定位块*/
.fixed-box {
    position: fixed;
    right: 40px;
    bottom: 140px;
    z-index: 99;
}

.fixed-box .fixed-box-item {
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50px;
    text-align: center;
    margin: 0 auto 20px;
    color: #060879;
    background: linear-gradient(90deg, #E7E7EA 0%, #FEF9EE 100%);
    position: relative;
}

.fixed-box .fixed-box-item .icon-img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.fixed-box .fixed-box-item.kefu {
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 70px;
    border: none;
}

.fixed-box .fixed-box-item.kefu .icon-img {
    background-color: #fff;
    background-image: url(/images/icon-kefu-new.svg?v=20250429165117);
    border: 1px solid #F4BF49;
}

.fixed-box .fixed-box-item.help .icon-img {
    background-image: url(/images/icon-help.png?v=20250429165117);
}

.fixed-box .fixed-box-item:last-child {
    margin-bottom: 0;
}

.fixed-box .fixed-box-item .iconfont {
    font-size: 28px;
}

/*.fixed-box .fixed-box-item:not(.kefu):hover {*/
/*    background: #060879;*/
/*    color: #fff;*/
/*    border-color: #060879;*/
/*}*/

.fixed-box-msg-wrap {
    position: absolute;
    right: 52px;
    top: 50%;
    width: 200px;
    background: linear-gradient(90deg, #E7E7EA 0%, #FEF9EE 100%);
    border-radius: 8px 0 0 8px;
    color: #060879;
    font-size: 13px;
    box-sizing: border-box;
    line-height: 20px;
    padding: 8px 20px 8px 15px;
    text-align: left;
    transform: translateY(-50%);
    font-weight: 600;
}

/*.fixed-box-msg-wrap::after {*/
/*    content: '';*/
/*    width: 0;*/
/*    height: 0;*/
/*    border-left: 12px solid rgba(179, 179, 179, .9);*/
/*    border-top: 8px solid transparent;*/
/*    border-bottom: 8px solid transparent;*/
/*    position: absolute;*/
/*    right: -12px;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    margin: auto;*/
/*}*/

.fixed-box .fixed-box-item .fixed-box-msg-wrap .iconfont {
    position: absolute;
    right: 23px;
    top: 4px;
    font-size: 12px;
    font-weight: 400;
    color: #060879;
    cursor: pointer;
    display: none;
}

.fixed-box .fixed-box-item.kefu:hover .fixed-box-msg-wrap {
    display: block;
}

/*英文样式*/

body.en-lang .video-fixed-box {
    padding: 10px 8px;
    letter-spacing: 0;
}

body.en-lang .video-fixed-box>.iconfont {
    height: 64px;
    line-height: 64px;
    border-radius: 32px;
}

body.en-lang .video-fixed-box .video-fixed-text {
    font-size: 10px;
    transform: scale(0.8);
    word-break: keep-all;
    white-space: nowrap;
    margin-left: -3px;
}

.mobile-show {
    display: none !important;
}

.cursor-pointer {
    cursor: pointer;
}

.no-select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*loadding*/
#page-loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.02);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    text-align: center;
}

.page-loading-wrap {
    position: absolute;
    background: #333;
    top: 38%;
    left: 50%;
    width: 120px;
    margin-left:-60px;
    height: 120px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 3px 10px #777;
    -moz-box-shadow: 0 3px 10px #777;
    box-shadow: 0 3px 10px #777;
    z-index: 15;
}

/* 转圈动画样式 */
.page-loading-icon {
    border: 6px solid rgba(0, 0, 0, 0.1); /* 边框基础颜色 */
    border-top: 6px solid #888; /* 渐变色部分 */
    border-radius: 50%; /* 圆形 */
    width: 40px;
    height: 40px;
    margin: 15px auto;
    animation: spin2 1s linear infinite; /* 旋转动画 */
}

.page-loading-text {
    color: #fff;
}

/*轮播图loading*/
.loading-box {
    display: block;
    width: 1em;
    height: 1em;
    text-align: center;
    font-size: 60px;
    color: rgba(200, 200, 200, 0.5);
    -webkit-transition: .3s color, .3s border;
    transition: .3s color, .3s border;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    margin-left: -0.5em;
    margin-top: -0.5em;
    line-height: 1em;
}

[class*="loader-"] {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: inherit;
    vertical-align: middle;
    pointer-events: none;
}

.loader-16 {
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    -webkit-perspective: 1000px;
    perspective: 1000px;
    border-radius: 50%;
    margin-top: 0;
}

.loader-16:before,
.loader-16:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: inherit;
    height: inherit;
    border-radius: 50%;
    -webkit-animation: 1s spin linear infinite;
    animation: 1s spin linear infinite;
}

.loader-16:before {
    -webkit-transform: rotateX(70deg);
    transform: rotateX(70deg);
}

.loader-16:after {
    -webkit-transform: rotateY(70deg);
    transform: rotateY(70deg);
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}

@-webkit-keyframes spin {

    0%,
    100% {
        box-shadow: .2em 0px 0 0px currentcolor;
    }

    12% {
        box-shadow: .2em .2em 0 0 currentcolor;
    }

    25% {
        box-shadow: 0 .2em 0 0px currentcolor;
    }

    37% {
        box-shadow: -.2em .2em 0 0 currentcolor;
    }

    50% {
        box-shadow: -.2em 0 0 0 currentcolor;
    }

    62% {
        box-shadow: -.2em -.2em 0 0 currentcolor;
    }

    75% {
        box-shadow: 0px -.2em 0 0 currentcolor;
    }

    87% {
        box-shadow: .2em -.2em 0 0 currentcolor;
    }
}

@keyframes spin {

    0%,
    100% {
        box-shadow: .2em 0px 0 0px currentcolor;
    }

    12% {
        box-shadow: .2em .2em 0 0 currentcolor;
    }

    25% {
        box-shadow: 0 .2em 0 0px currentcolor;
    }

    37% {
        box-shadow: -.2em .2em 0 0 currentcolor;
    }

    50% {
        box-shadow: -.2em 0 0 0 currentcolor;
    }

    62% {
        box-shadow: -.2em -.2em 0 0 currentcolor;
    }

    75% {
        box-shadow: 0px -.2em 0 0 currentcolor;
    }

    87% {
        box-shadow: .2em -.2em 0 0 currentcolor;
    }
}

/*右下角定位块 end*/

/*模拟select*/

.select-modal-title {
    color: #B9B9B9;
    height: 32px;
    line-height: 32px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.select-modal-title .selected.text {
    color: #333;
}

.select-modal {
    position: relative;
    padding: 0 20px 0 15px;
    cursor: pointer;
    box-sizing: border-box;
    border-radius: 32px;
    text-align: left;
}

.select-modal-list {
    position: absolute;
    display: none;
    background: #fff;
    box-shadow: 0px 0.86px 2.56px 0px #00000026;
    border-radius: 0 0 10px 10px;
    color: #777;
    line-height: 28px;
    width: fit-content;
    left: 50%;
    transform: translateX(-50%);
    min-width: 100%;
    box-sizing: border-box;
    top: 100%;
    margin-top: 1px;
    z-index: 9;
    max-height: 240px;
    overflow-y: auto;
}

.select-modal-title .iconfont {
    font-size: 12px;
    color: #F3BF4A;
    position: absolute;
    right: 12px;
}

.select-modal-list li {
    padding: 0 20px;
    white-space: nowrap;
}

.select-modal-list li:last-child {
    border-radius: 0 0 10px 10px;
}

.select-modal-list li:hover {
    background: #060879;
    color: #fff;
}

/*在线帮助-弹出框 start*/
.help-dialog-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.6);
    z-index: 999;
}

.help-dialog-main {
    height: 70vh;
    min-height: 260px;
    z-index: 999;
    display: flex;
}

.help-dialog-left {
    border-radius: 10px;
    border: 1px solid #f3bf4a;
    width: 420px;
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
    position: relative;
    z-index: 2;
    box-sizing: border-box;
}

.help-dialog-left-header {
    position: relative;
    padding: 15px 30px;
    border-bottom: 1px solid #dcdcdc
}

.help-dialog-title {
    color: #060879;
    font-size: 14px;
    padding-right: 30px;
}

.help-dialog-left-header .icon-close {
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 20px;
    font-size: 14px;
    color: #999;
    width: 20px;
    text-align: right;
    cursor: pointer;
    line-height: 20px;
}

.help-dialog-left-header .icon-close:hover {
    color: #333;
}

.help-dialog-left-main {
    padding: 20px 30px;
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.help-dialog-search-wrap {
    overflow: hidden;
    display: flex;
}

.help-dialog-search-wrap .search-ipt {
    flex: 1;
    background: none;
    border: 1px solid #f3bf4a;
    height: 24px;
    box-sizing: border-box;
    border-radius: 12px;
    padding: 0 10px;
    width: 200px;
}

.help-dialog-search-wrap .search-btn {
    width: 80px;
    margin-left: 20px;
    height: 24px;
    border-radius: 12px;
    border: 1px solid #f3bf4a;
    background: #060879;
    color: #fff;
}

.help-dialog-search-wrap .search-btn .iconfont {
    font-size: 14px;
    margin-right: 5px;
}

.help-dialog-left-list {
    margin-top: 20px;
    flex: 1;
    overflow: auto;
}

.help-dialog-list-nodata {
    text-align: center;
    height: 100%;
}

.help-dialog-list-nodata img {
    max-height: 100%;
}

.help-dialog-left-list .help-classify-list>li {
    overflow: hidden;
}

.help-dialog-left-list .help-classify-biaoti {
    color: #999;
    font-weight: bold;
    border-bottom: 1px solid #f3bf4a;
    padding: 10px 0;
    cursor: pointer;
}

.help-dialog-left-list .help-classify-biaoti .iconfont {
    margin-left: 10px;
    font-weight: normal;
    font-size: 12px;
    transition: transform 0.4s;
    display: inline-block;
}

.help-dialog-left-list .help-classify-list>li.open .help-classify-biaoti .iconfont {
    transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
}

.help-dialog-left-list .help-classify-list>li.open .help-child-list {
    display: block;
}

.help-dialog-left-list .help-classify-list>li.open .help-classify-biaoti {
    color: #060879;
}

.help-dialog-left-list .help-classify-list .help-child-list {
    margin-top: 10px;
    display: none;
}

.help-dialog-left-list .help-child-list li a {
    color: #060879;
    display: flex;
    padding: 6px 10px;
    border-radius: 16px;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    border: 1px solid transparent;
}

.help-dialog-left-list .help-child-list li a .icon-type {
    color: #f3bf4a;
}

.help-dialog-left-list .help-classify-list .help-child-list li a .icon-type {
    color: #060879;
}

.help-dialog-left-list .help-child-list li a>p {
    flex: 1;
}

.help-dialog-left-list .help-child-list li .icon-arrow {
    display: none;
    color: #f3bf4a;
}

.help-dialog-left-list .help-child-list li:hover a {
    background: #f3bf4a;
    color: #fff;
    border-color: #f3bf4a;
}

.help-dialog-left-list .help-child-list li:hover a .icon-type,
.help-dialog-left-list .help-child-list li.on a .icon-type {
    color: #fff;
}

.help-dialog-left-list .help-child-list li.on .icon-arrow {
    display: block;
}

.help-dialog-left-list .help-child-list li.on a {
    background: #060879;
    color: #fff;
    border-color: #f3bf4a;
}

.help-dialog-left-list .help-search-list li a {
    color: #999;
}

.help-dialog-left-list .help-search-list li .match-text {
    color: #060879;
}

.help-dialog-left-list .help-search-list li.on .match-text {
    color: #f3bf4a;
}

.help-dialog-left-footer {
    padding: 20px;
    border-top: 1px solid #dcdcdc;
    text-align: center;
}

.help-dialog-left-footer .btn {
    background: #fff;
    border: 1px solid #f3bf4a;
    color: #060879;
    padding: 0 20px;
    line-height: 28px;
    height: 28px;
    display: inline-block;
    border-radius: 14px;
}

.help-dialog-right {
    width: 0;
    height: 100%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 1px solid #f3bf4a;
    border-left: none;
    background: #fff;
    position: relative;
    left: -10px;
    transition: width 0.4s;
    overflow: hidden;
    box-sizing: border-box;
}

.help-dialog-right.open {
    width: 650px;
}

.help-dialog-right-main {
    width: 650px;
    height: 100%;
    padding: 20px 30px 20px 40px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.help-dialog-right-swiper {
    flex: 1;
    overflow: hidden;
}

.help-dialog-right-swiper .swiper-slide {
    overflow: auto;
}

.help-dialog-right-detail {
    font-size: 14px;
    text-indent: 2em;
    line-height: 1.5em;
    margin-top: 10px;
    text-align: justify;
}

.help-dialog-right-img {
    margin: 10px 0;
    text-align: center;
}

.help-dialog-right-img img {
    max-width: 100%;
}

.help-dialog-right-footer {
    padding-top: 20px;
    border-top: 1px solid #dcdcdc;
    text-align: center;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.help-dialog-right-swiper-pagination {
    flex: 1;
    text-align: left;
}

.help-dialog-right-swiper-pagination .swiper-pagination-bullet {
    margin-right: 5px;
}

.help-dialog-right-swiper-pagination .swiper-pagination-bullet-active {
    width: 20px;
    border-radius: 4px;
    background: #f3bf4a !important;
}

.help-dialog-right-swiper-btns {
    display: flex;
}

.help-dialog-right-swiper-btns .btn {
    background: #fff;
    border: 1px solid #f3bf4a;
    color: #060879;
    padding: 0 20px;
    line-height: 28px;
    height: 28px;
    display: inline-block;
    border-radius: 14px;
    margin-left: 10px;
    user-select: none;
}

.help-dialog-right-swiper-btns .btn:hover {
    background: #060879;
    color: #fff;
}

/*在线帮助-弹出框 end*/

/*模拟select end*/
@media screen and (min-width: 320px) and (max-width: 640px) {
    body {
        min-width: 320px;
        background-size: auto 100%;
    }

    .banner-wrap {
        height: 200px;
        display: block;
    }

    #bannerSwiper {
        height: 200px;
        border-radius: 0;
    }

    .banner-left {
        float: none;
        position: absolute;
        width: 80%;
        background: #fff;
        padding: 0;
        top: unset;
        bottom: -30px;
        left: 50%;
        margin-left: -40%;
        z-index: 2;
        text-align: center;
        border-radius: 25px 25px 0 0;
        box-sizing: border-box;
        padding: 10px 20px 15px;
        transform: none;
    }

    .banner-left .title-big {
        font-size: 22px;
        text-align: center;
        line-height: 28px;
    }

    .banner-left .title-small {
        font-size: 3vw;
        line-height: 1;
    }

    .banner-left .title-desc {
        font-size: 3vw;
        margin-right: 0;
    }

    .full-page-zhezhao,
    .full-page-modal {
        width: 100vw;
        height: 100vh;
        position: fixed;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.1);
        z-index: 9;
        cursor: pointer;
    }

    .mobile-main {
        width: 92vw;
        margin: 0 auto;
    }

    .mobile-show {
        display: block !important;
    }

    .mobile-hide {
        display: none !important;
    }

    .fixed-box {
        display: none;
    }

    .mw {
        width: 100%;
    }

    .noitems {
        font-size: 12px;
        margin: 0 auto;
        padding: 20px 0;
    }

    .mobile-header-wrap {
        height: 45px;
        line-height: 45px;
        background: #fff;
    }

    .mobile-header-wrap>.iconfont {
        font-size: 6vw;
        font-weight: 400;
        padding: 0 3vw;
        cursor: pointer;
        color: #F3BF4A;
    }

    .mobile-header-wrap .mobile-header-title {
        padding: 0 14vw;
        text-align: center;
        font-size: 4.2vw;
        font-weight: bold;
    }

    .mobile-header-menu li {
        position: relative;
        line-height: 8vw;
        margin-top: 2vw;
        font-size: 3.6vw;
    }

    .mobile-header-menu li.on,
    .mobile-header-menu li:hover {
        color: #060879;
        font-weight: 700;
    }

    .mobile-header-menu li:hover .nav-child-list {
        display: block;
    }

    .mobile-header-wrap .mobile-header-menu {
        display: none;
    }

    .mobile-header-wrap.open .mobile-header-menu {
        display: block;
        position: fixed;
        left: auto;
        right: 0;
        top: 105px;
        background: #fff;
        transform: translate(0, 0);
        height: calc(100vh - 105px);
        z-index: 10;
        min-width: 40vw;
        overflow-y: auto;
        padding: 0 4vw;
    }

    .mobile-header-menu-zhezhao,
    .mobile-header-menu-modal {
        display: none;
    }

    .mobile-header-wrap.open .mobile-header-menu-zhezhao,
    .mobile-header-wrap.open .mobile-header-menu-modal {
        display: block;
    }

    .mobile-header-menu-title {
        color: #000;
        text-align: center;
        font-size: 4vw;
        font-weight: bold;
        line-height: 12vw;
    }

    .main {
        width: 92vw;
        padding: 4vw 0;
    }

    .getMore,
    .noMore {
        margin-top: 0;
        padding: 4vw 0;
        font-size: 3.2vw;
    }

    .banner-container .swiper-slide-img img {
        width: 100%;
    }

    .m-xs {
        margin: 0.67vw;
    }

    .m-sm {
        margin: 1.33vw;
    }

    .m {
        margin: 2vw;
    }

    .m-md {
        margin: 2.67vw;
    }

    .m-lg {
        margin: 4vw;
    }

    .m-xl {
        margin: 5.33vw;
    }

    .m-xxl {
        margin: 6.67vw;
    }

    .m-l-xs {
        margin-left: 0.67vw;
    }

    .m-l-sm {
        margin-left: 1.33vw;
    }

    .m-l {
        margin-left: 0.67vw;
    }

    .m-l-md {
        margin-left: 2.67vw;
    }

    .m-l-lg {
        margin-left: 4vw;
    }

    .m-l-xl {
        margin-left: 5.33vw;
    }

    .m-l-xxl {
        margin-left: 6.67vw;
    }


    .m-l-n-xs {
        margin-left: -0.67vw;
    }

    .m-l-n-sm {
        margin-left: -1.33vw;
    }

    .m-l-n {
        margin-left: -2vw;
    }

    .m-l-n-md {
        margin-left: -2.67vw;
    }

    .m-l-n-lg {
        margin-left: -4vw;
    }

    .m-l-n-xl {
        margin-left: -5.33vw;
    }

    .m-l-n-xxl {
        margin-left: -6.67vw;
    }

    .m-t-xs {
        margin-top: 0.67vw;
    }

    .m-t-sm {
        margin-top: 1.33vw;
    }

    .m-t {
        margin-top: 2vw;
    }

    .m-t-md {
        margin-top: 2.67vw;
    }

    .m-t-lg {
        margin-top: 4vw !important;
    }

    .m-t-xl {
        margin-top: 5.33vw;
    }

    .m-t-xxl {
        margin-top: 6.67vw;
    }

    .m-t-n-xs {
        margin-top: -0.67vw;
    }

    .m-t-n-sm {
        margin-top: -1.33vw;
    }

    .m-t-n {
        margin-top: -2vw;
    }

    .m-t-n-md {
        margin-top: -2.67vw;
    }

    .m-t-n-lg {
        margin-top: -4vw;
    }

    .m-t-n-xl {
        margin-top: -5.33vw;
    }

    .m-t-n-xxl {
        margin-top: -6.67vw;
    }

    .m-r-xs {
        margin-right: 0.67vw;
    }

    .m-r-sm {
        margin-right: 1.33vw;
    }

    .m-r {
        margin-right: 2vw;
    }

    .m-r-md {
        margin-right: 2.67vw;
    }

    .m-r-lg {
        margin-right: 4vw;
    }

    .m-r-xl {
        margin-right: 5.33vw;
    }

    .m-r-xxl {
        margin-right: 6.67vw;
    }

    .m-r-n-xs {
        margin-right: -0.67vw;
    }

    .m-r-n-sm {
        margin-right: -1.33vw;
    }

    .m-r-n {
        margin-right: -2vw;
    }

    .m-r-n-md {
        margin-right: -2.67vw;
    }

    .m-r-n-lg {
        margin-right: -4vw;
    }

    .m-r-n-xl {
        margin-right: -5.33vw;
    }

    .m-r-n-xxl {
        margin-right: -6.67vw;
    }

    .m-b-xs {
        margin-bottom: 0.67vw;
    }

    .m-b-sm {
        margin-bottom: 1.33vw;
    }

    .m-b {
        margin-bottom: 2vw;
    }

    .m-b-md {
        margin-bottom: 2.67vw;
    }

    .m-b-lg {
        margin-bottom: 4vw;
    }

    .m-b-xl {
        margin-bottom: 5.33vw;
    }

    .m-b-xxl {
        margin-bottom: 6.67vw;
    }

    .m-b-n-xs {
        margin-bottom: -0.67vw;
    }

    .m-b-n-sm {
        margin-bottom: -1.33vw;
    }

    .m-b-n {
        margin-bottom: -2vw;
    }

    .m-b-n-md {
        margin-bottom: -2.67vw;
    }

    .m-b-n-lg {
        margin-bottom: -4vw;
    }

    .m-b-n-xl {
        margin-bottom: -5.33vw;
    }

    .m-b-n-xxl {
        margin-bottom: -6.67vw;
    }


    .pd-xs {
        padding: 0.67vw !important;
    }

    .pd-sm {
        padding: 1.33vw !important;
    }

    .pd {
        padding: 2vw !important;
    }

    .pd-md {
        padding: 2.67vw !important;
    }

    .pd-lg {
        padding: 4vw !important;
    }

    .pd-xl {
        padding: 5.33vw !important;
    }

    .pd-xxl {
        padding: 6.67vw !important;
    }

    .pd-l-xs {
        padding-left: 0.67vw !important;
    }

    .pd-l-sm {
        padding-left: 1.33vw !important;
    }

    .pd-l {
        padding-left: 2vw !important;
    }

    .pd-l-md {
        padding-left: 2.67vw !important;
    }

    .pd-l-lg {
        padding-left: 4vw !important;
    }

    .pd-l-xl {
        padding-left: 5.33vw !important;
    }

    .pd-l-xxl {
        padding-left: 6.67vw !important;
    }

    .pd-l-n-xs {
        padding-left: -0.67vw !important;
    }

    .pd-l-n-sm {
        padding-left: -1.33vw !important;
    }

    .pd-l-n {
        padding-left: -2vw !important;
    }

    .pd-l-n-md {
        padding-left: -2.67vw !important;
    }

    .pd-l-n-lg {
        padding-left: -4vw !important;
    }

    .pd-l-n-xl {
        padding-left: -5.33vw !important;
    }

    .pd-l-n-xxl {
        padding-left: -6.67vw !important;
    }

    .pd-t-xs {
        padding-top: 0.67vw !important;
    }

    .pd-t-sm {
        padding-top: 1.33vw !important;
    }

    .pd-t {
        padding-top: 2vw !important;
    }

    .pd-t-md {
        padding-top: 2.67vw !important;
    }

    .pd-t-lg {
        padding-top: 4vw !important;
    }

    .pd-t-xl {
        padding-top: 5.33vw !important;
    }

    .pd-t-xxl {
        padding-top: 6.67vw !important;
    }

    .pd-t-n-xs {
        padding-top: -0.67vw !important;
    }

    .pd-t-n-sm {
        padding-top: -1.33vw !important;
    }

    .pd-t-n {
        padding-top: -2vw !important;
    }

    .pd-t-n-md {
        padding-top: -2.67vw !important;
    }

    .pd-t-n-lg {
        padding-top: -4vw !important;
    }

    .pd-t-n-xl {
        padding-top: -5.33vw !important;
    }

    .pd-t-n-xxl {
        padding-top: -6.67vw !important;
    }

    .pd-r-xs {
        padding-right: 0.67vw !important;
    }

    .pd-r-sm {
        padding-right: 1.33vw !important;
    }

    .pd-r {
        padding-right: 2vw !important;
    }

    .pd-r-md {
        padding-right: 2.67vw !important;
    }

    .pd-r-lg {
        padding-right: 4vw !important;
    }

    .pd-r-xl {
        padding-right: 5.33vw !important;
    }

    .pd-r-xxl {
        padding-right: 6.67vw !important;
    }

    .pd-r-n-xs {
        padding-right: -0.67vw !important;
    }

    .pd-r-n-sm {
        padding-right: -1.33vw !important;
    }

    .pd-r-n {
        padding-right: -2vw !important;
    }

    .pd-r-n-md {
        padding-right: -2.67vw !important;
    }

    .pd-r-n-lg {
        padding-right: -4vw !important;
    }

    .pd-r-n-xl {
        padding-right: -5.33vw !important;
    }

    .pd-r-n-xxl {
        padding-right: -6.67vw !important;
    }

    .pd-b-xs {
        padding-bottom: 0.67vw !important;
    }

    .pd-b-sm {
        padding-bottom: 1.33vw !important;
    }

    .pd-b {
        padding-bottom: 2vw !important;
    }

    .pd-b-md {
        padding-bottom: 2.67vw !important;
    }

    .pd-b-lg {
        padding-bottom: 4vw !important;
    }

    .pd-b-xl {
        padding-bottom: 5.33vw !important;
    }

    .pd-b-xxl {
        padding-bottom: 6.67vw !important;
    }

    .pd-b-n-xs {
        padding-bottom: -0.67vw !important;
    }

    .pd-b-n-sm {
        padding-bottom: -1.33vw !important;
    }

    .pd-b-n {
        padding-bottom: -2vw !important;
    }

    .pd-b-n-md {
        padding-bottom: -2.67vw !important;
    }

    .pd-b-n-lg {
        padding-bottom: -4vw !important;
    }

    .pd-b-n-xl {
        padding-bottom: -5.33vw !important;
    }

    .pd-b-n-xxl {
        padding-bottom: -6.67vw !important;
    }

    #toTop {
        display: none !important;
    }

    /*模拟select*/

    .select-modal-title {
        line-height: 7vw;
        height: 7vw;
    }

    .select-modal-title .iconfont {
        font-size: 2.8vw;
        color: #F3BF4A;
        position: absolute;
        right: 2vw;
    }

    .select-modal-list {
        text-align: left;
    }

    /*模拟select end*/
}