/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -ms-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
    outline: none;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */

body {
    margin: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body a {
    outline: none;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
    text-decoration: none;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:link {
    text-decoration: none;
    outline: none;
    color: #32363F;

}

a:visited {
    text-decoration: none;
    outline: none;
    color: #32363F;
}

a:hover {
    text-decoration: none;
    outline: none;
    color: #F08519;
}

a:active {
    text-decoration: none;
    outline: none;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
    font-weight: 900;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
    font-weight: 900;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
    font-weight: 900;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */

p,
pre {
    margin: 1em 0;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/**
 * Address margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
    margin: 0 0;
}

dd {
    margin: 0 0 0 0;
}

/**
 * Address paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
    padding: 0 0 0 0;
    list-style: none;
    list-style-image: none;
}


/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0;
    /* 1 */
    -ms-interpolation-mode: bicubic;
    /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}


/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%;
    /* 1 */
    margin: 0;
    /* 2 */
    vertical-align: baseline;
    /* 3 */
    *vertical-align: middle;
    /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"],
/* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
    *overflow: visible;
    /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
    *height: 13px;
    /* 3 */
    *width: 13px;
    /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto;
    /* 1 */
    vertical-align: top;
    /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}


::-webkit-input-placeholder {
    color: #b4b4b4;
}

::-ms-input-placeholder {
    color: #b4b4b4;
}

.clearfix:after {
    content: "";
    overflow: hidden;
    display: block;
    height: 0px;
    clear: both;
}

.dn {
    display: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

html,
body {
    font-family: MiSans, 'PingFang SC', 'Lantinghei SC', 'Microsoft YaHei', 'HanHei SC', Arial, 'Hiragino Sans GB', 微软雅黑, STHeiti, 'WenQuanYi Micro Hei', SimSun, sans-serif, HYWenHei-GEW !important;
}

body {
    font-size: 14px;
    line-height: 1.50;
    color: #000;
    background-color: #F2F8FF;
    position: relative;
    overflow-x: hidden;
}

a:hover {
    text-decoration: none;
}

em {
    font-style: normal;
}

section {
    background-color: #ffffff;
    padding: 40px 0 60px;
    margin: 0;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

.container-fluid {
    padding-left: 4.5%;
    padding-right: 4.5%;
}

.container {
    width: 1296px;
    margin: 0 auto;
}

.Height100VH {
    height: 100vh;
}

.m-t-10 {
    margin-top: .1rem;
}

.m-t-20 {
    margin-top: .2rem;
}

.m-t-30 {
    margin-top: .3rem;
}

.m-t-40 {
    margin-top: .4rem;
}

.m-t-50 {
    margin-top: .5rem;
}

.m-t-60 {
    margin-top: .6rem;
}

.m-t-90 {
    margin-top: .9rem;
}

.m-b-10 {
    margin-bottom: .1rem;
}

.m-b-20 {
    margin-bottom: .2rem;
}

.m-b-30 {
    margin-bottom: .3rem;
}

.m-b-40 {
    margin-bottom: .4rem;
}

.m-b-50 {
    margin-bottom: .5rem;
}

.m-b-90 {
    margin-bottom: .9rem;
}

.p-t-10 {
    padding-top: .1rem;
}

.p-t-20 {
    padding-top: .2rem;
}

.p-t-30 {
    padding-top: .3rem;
}

.p-t-40 {
    padding-top: .4rem;
}

.p-t-50 {
    padding-top: .5rem;
}

.p-t-90 {
    padding-top: .9rem;
}

.p-b-10 {
    padding-bottom: .1rem;
}

.p-b-20 {
    padding-bottom: .2rem;
}

.p-b-30 {
    padding-bottom: .3rem;
}

.p-b-40 {
    padding-bottom: .4rem;
}

.p-b-50 {
    padding-bottom: .5rem;
}

.p-b-90 {
    padding-bottom: .9rem;
}

.text-nowrap-ellipsis,
.text-nowrap-ellipsis-2,
.text-nowrap-ellipsis-3,
.text-nowrap-ellipsis-4,
.text-nowrap-ellipsis-5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.text-nowrap-ellipsis {
    -webkit-line-clamp: 1;
}

.text-nowrap-ellipsis-2 {
    -webkit-line-clamp: 2;
}

.text-nowrap-ellipsis-3 {
    -webkit-line-clamp: 3;
}

.text-nowrap-ellipsis-4 {
    -webkit-line-clamp: 4;
}

.text-nowrap-ellipsis-5 {
    -webkit-line-clamp: 5;
}

/* flex 布局 */
.flex {
    display: flex;
    flex-direction: row;
}

.flex-row {
    flex-direction: row !important;
}

.flex-column {
    flex-direction: column !important;
}

.flex-row-reverse {
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    flex-direction: column-reverse !important;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-nowrap {
    flex-wrap: nowrap;
}

.justify-start {
    justify-content: flex-start;
}

.justify-end {
    justify-content: flex-end;
}

.justify-between {
    justify-content: space-between;
}

.justify-around {
    justify-content: space-around;
}

.justify-center {
    justify-content: center;
}

.align-center {
    align-items: center;
}

.align-stretch {
    align-items: stretch;
}

.align-start {
    align-items: flex-start;
}

.align-end {
    align-items: flex-end;
}

.align-baseline {
    align-items: baseline;
}

/* 针对特定元素应用滚动条样式 */
.custom-scroll {
    /* Firefox 和新版本 Chrome、Safari、Edge 兼容性 */
    scrollbar-width: thin;
    /* 滚动条宽度：thin（细）、auto（默认） */
    scrollbar-color: #888 #f1f1f1;
    /* 滑块颜色 轨道颜色 */
    /* 基本样式，确保溢出时显示滚动条 */
    overflow-y: auto;
    margin-right: -10px;
    padding-right: 10px;
    box-sizing: border-box;
}

/* Webkit 浏览器（老版本 Chrome、Safari、Edge） */
.custom-scroll::-webkit-scrollbar {
    width: 10px;
    /* 滚动条宽度 */
    height: 10px;
    /* 水平滚动条高度 */
}

.custom-scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
    /* 轨道背景色 */
    border-radius: 5px;
    /* 圆角 */
}

.custom-scroll::-webkit-scrollbar-thumb {
    background: #888;
    /* 滑块颜色 */
    border-radius: 5px;
    /* 圆角 */
}

.custom-scroll::-webkit-scrollbar-thumb:hover {
    background: #555;
    /* 悬停时的滑块颜色 */
}

/* 阴影动效 */
.shadow {
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.shadow:hover {
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0)
}
@font-face {
    font-family: 'OPPOSans';
    src: url('/Temp/PC/fonts/OPPO_Sans.ttf')  format('truetype');
    font-weight: normal;
    font-style: normal;
}

.OPPOSans{
  font-family: 'OPPOSans';
}

/*头部样式*/
.header {
    height: 1.15rem;
    border-bottom: 1px solid #efefef;
    /*box-sizing: border-box;*/
    -webkit-transition: all .3s;
    transition: all .3s;
}

.header .header-top {
    background-color: #000;
    color: #fff;
}

.header .header-top .container {
    height: .35rem;
    font-size: .12rem;
}

.header .header-top .container h5 {
    font-weight: normal;
    font-size: .12rem;
}

.header .header-top .container a {
    color: #fff;
}

.header .header-middle {
    background-color: #fff;
}

.header .header-middle .logo {
    width: 1.56rem;
    /* height: .55rem; */
}

.header .header-middle .logo img {
    width: 100%;
    height: 100%;
}

.header .navMenu {
    opacity: 1.0;
    filter: Alpha(opacity=100);
    transition: all 0.3s;
    -webkit-transition: all .3s;
    transform-origin: left center;
    -webkit-transform-origin: left center;
    display: flex;
    align-items: center;
    flex: 1;
    margin: 0 .65rem;
    transition: all .5s;
    /* visibility: hidden; */
}

.header .navMenu li {
    position: relative;
    flex: 1;
}

.header .navMenu li .subMenu {
    position: fixed;
    top: 80px;
    width: 100%;
    background: rgba(19, 66, 116, .8);
    padding: 10px 0;
    box-sizing: border-box;
    display: none;
    left: 0;

}

.header .navMenu li .subMenu li {
    margin: 0;
    width: auto;
}

.header .navMenu li .subMenu li a {
    font-size: 14px;
    line-height: 36px;
    font-weight: normal;
    color: #fff;
    text-align: center;
}

.header .navMenu li>a {
    color: #333333;
    display: block;
    line-height: 80px;
    font-size: 16px;
    box-sizing: border-box;
    position: relative;
    text-align: center;
}

.header .navMenu li>a i {
    font-weight: 400;
    color: #DADADA;
}

/* .header .navMenu li.active a {
    font-size: 16px;
} */

.header .navMenu li .line {
    position: absolute;
    width: 0;
    height: 4px;
    background: #F62828;
    bottom: 0px;
    left: 0%;
    opacity: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.header .navMenu li:hover .line,.header .navMenu li.active .line {
    width: 54px;
    left: 50%;
    opacity: 1;
    transform: translateX(-50%);
}

.header .search {
    gap: .2rem;
}

.header .search .int1 {
    background-color: #F6F6F6;
    border-radius: 999rem;
    width: 1.6rem;
    height: .35rem;
    font-size: .14rem;
    color: #333;
    padding: 0 .15rem;
    border: none;
    box-sizing: border-box;
}

.header .search .int1::placeholder {
    color: #D6D6D6;
}

.header .search .int2 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header .search .int2 .iconfont {
    font-size: .18rem
}

/* @font-face {
    font-family: 'D-DIN-PRO-400';
    src: url('/Temp/PC/fonts/D-DIN-PRO-400-Regular.otf') format('truetype');
} */


@media screen and (min-width:768px) {

    .header .navMenu li:hover .subMenu {
        display: flex;
        align-items: center;
        gap: .5rem;
        justify-content: center;
        -webkit-animation: anBox .3s;
        animation: anBox .3s;
    }

    .header .navMenu li:hover .subMenu li {
        margin: 0;
        flex: none;
        padding: 0 .1rem;
        position: relative;
    }

    .header .navMenu li:hover .subMenu li::before {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 3px;
        height: 3px;
        border-radius: 9.99rem;
        background: #fff;
        left: 0;
    }

    .header .navMenu li:hover .subMenu li a {
        font-size: 14px;
        line-height: 36px;
        font-weight: normal;
        color: #fff;
        text-align: center;
    }

    .header .navMenu li:hover .subMenu li a:hover {
        color: #fff;
    }

}

.header .search {
    position: relative;
    line-height: 0;
}

/* .header.showNavMenu .navMenu {
    visibility: visible;
} */
.header .header_info .logoImg:nth-child(1) {
    display: none;
}

.header .header_info .logoImg:nth-child(2) {
    display: block;
}

.header.on {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-animation: fadeInDown .5s ease-in-out;
    animation: fadeInDown .5s ease-in-out;
    -webkit-box-shadow: 0 8px 6px 0px rgba(0, 0, 0, .08);
    box-shadow: 0 8px 6px -0x rgba(0, 0, 0, .08);
}

.header.on .navMenu li>a {
    color: #32363F;
}

.header.on .navMenu li.active a:after {
    background: #F62828;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

/* 轮播图 */
/* .swiper-container {
    width: 100%;
    height: 100%;
} */
@keyframes anBox {
    from {
        top: 90px;
        opacity: 0;
    }

    to {
        top: 80px;
        opacity: 1;
    }
}

@-webkit-keyframes anBox {
    from {
        top: 90px;
        opacity: 0;
    }

    to {
        top: 80px;
        opacity: 1;
    }
}

/* toast轻提示样式 */
@keyframes show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes hide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.toast_box {
    position: fixed;
    bottom: 50%;
    left: 50%;
    z-index: 1001;
    transform: translate(-50%, -50%);
    display: none;
}

.toast_box p {
    box-sizing: border-box;
    padding: .1rem .2rem;
    width: max-content;
    /* 提示框的背景色 */
    background: #707070;
    color: #fff;
    font-size: .16rem;
    text-align: center;
    border-radius: .06rem;
    opacity: 0.8;
}

.toliet {
    margin: 0 auto;
}

.pc-hide {
    display: none;
}

.scale-img {
    overflow: hidden;
    position: relative;
    display: block;
}

.scale-img img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.scale-img:hover img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
}

@keyframes swayUpToRight {
    0% {
        transform: translate(0, 0) rotate(0deg);
        opacity: 1;
    }

    100% {
        transform: translate(80px, -100px) rotate(30deg);
        opacity: 0;
    }
}

@media screen and (max-width:1200px) {
    .header .navMenu li {
        margin-right: 30px;
    }
}

@media screen and (max-width:1030px) {
    .header .navMenu li {
        margin-right: 10px;
    }
}

@media screen and (max-width:1815px) {
    .header .navMenu {
        margin-left: 1rem;
        visibility: visible;
    }

}

@media screen and (max-width:1665px) {
    .header .navMenu {
        margin-left: 1rem;
        visibility: visible;
    }

}

@media screen and (max-width:1580px) {
    .container-fluid {
        padding-left: 2.5%;
        padding-right: 2.5%;
    }
}

@media screen and (max-width:1440px) {
    .header .navMenu {
        margin-left: 1rem;
        visibility: visible;
    }
}

@media screen and (max-width:768px) {
    .container {
        width: 100%;
        box-sizing: border-box;
        padding: 0 .2rem;
    }

    .header {
        height: 1.7rem;
        display: flex;
        align-items: center;
    }

    .header .header-top .container {
        height: .5rem;
        font-size: .22rem;
    }

    .header .header-top .container h5 {
        font-size: .22rem;
    }

    .header .container-fluid {
        width: 100%;
        box-sizing: border-box;
    }

    .header .header-top,
    .header .header-middle {
        width: 100%;
    }

    .header .header-middle {
        padding: .2rem 0;
    }

    .header .header-middle .container {
        justify-content: space-between;
    }

    .header .header-middle .logo {
        width: 2.2rem;
    }

    .header .search .int1 {
        width: 100%;
        flex: 1;
        font-size: .24rem;
        height: .6rem;
    }

    .header .search .int2 .iconfont {
        font-size: .38rem;
    }

    .header.on {
        box-shadow: unset;
    }

    .header .navMenu {
        position: fixed;
        height: 100vh;
        top: 0;
        right: -100%;
        margin-top: 0;
        width: 60%;
        background: #fff;
        float: none;
        overflow-y: scroll;
        padding-top: .5rem;
        box-sizing: border-box;
        z-index: 10;
        display: block;
        visibility: unset;
        margin-right: 0px;
    }

    .header .navMenu li {
        float: none;
        width: 100%;
        margin-right: 0;
        flex: inherit;
    }

    .header .navMenu li>a {
        line-height: 1rem;
        font-size: .32rem;
        padding-bottom: 0;
        color: #393939;
    }

    .header .navMenu li.active>a {
        color: #F62828;
    }

    .header .navMenu li.active a:after {
        display: none;
    }

    .header .navMenu li .subMenu li.active a {
        color: #8B8B8B;
        font-size: .26rem;
    }

    .header .menu_icon {
        display: block;
        color: #393939;
    }

    .header .menu_icon .iconfont {
        font-size: .38rem;
    }

    .header.on .menu_icon {
        color: #393939;
    }

    .header .navMenu li .line {
        display: none;
    }

    .header .navMenu li .subMenu {
        position: relative;
        top: 0;
        border: 0;
        padding: 0;
    }

    .header .navMenu li .subMenu li a {
        font-size: .26rem;
        line-height: .64rem;
    }

    .header .navMenu .close_btn {
        display: block;
        position: absolute;
        right: .2rem;
        top: .2rem;
        font-size: .58rem;
        color: #393939;
        z-index: 2;
    }

    .pc-hide {
        display: block;
    }

    .mb-hide {
        display: none;
    }

    .sidebar {
        display: none;
    }

    .toast_box p {
        font-size: .28rem;
    }

    .mask {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .5);
        z-index: 9;
    }
}