html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari */
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    background-color: white;
    font-size: 20px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
        Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    color: #333;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input,
button,
select {
    /* 去除默认样式 */
    background: none;
    border: none;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -ms-progress-appearance: none;
    -webkit-appearance: none;
    user-select: text;
}
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
a {
    text-decoration: none;
    color: #111;
}

/* placeholder 默认样式 */

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #999999;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #999999;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #999999;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #999999;
}

/*flex布局*/

.flexbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

/* rem 单位根节点的fontSize */

@media only screen and (min-width: 320px) {
    html {
        font-size: 17px !important;
    }
}

@media only screen and (min-width: 337px) {
    html {
        font-size: 18px !important;
    }
}

@media only screen and (min-width: 360px) {
    html {
        font-size: 19px !important;
    }
}

@media only screen and (min-width: 375px) {
    html {
        font-size: 20px !important;
    }
}

@media only screen and (min-width: 393px) {
    html {
        font-size: 21px !important;
    }
}

@media only screen and (min-width: 414px) {
    html {
        font-size: 22px !important;
    }
}

@media only screen and (min-width: 431px) {
    html {
        font-size: 23px !important;
    }
}

@media only screen and (min-width: 450px) {
    html {
        font-size: 24px !important;
    }
}

@media only screen and (min-width: 470px) {
    html {
        font-size: 25px !important;
    }
}

/*加载*/

.dropload-up,
.dropload-down {
    position: relative;
    height: 0;
    overflow: hidden;
    font-size: 12px;
    /* 开启硬件加速 */
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.dropload-down {
    height: 50px;
    border-top: 1px solid #e5e5e5;
    background-color: white;
}

.dropload-refresh,
.dropload-update,
.dropload-load,
.dropload-noData {
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.dropload-load .loading {
    display: inline-block;
    height: 15px;
    width: 15px;
    border-radius: 100%;
    margin: 6px;
    border: 2px solid #666;
    border-bottom-color: transparent;
    vertical-align: middle;
    -webkit-animation: rotate 0.75s linear infinite;
    animation: rotate 0.75s linear infinite;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/*到底*/

.nomore {
    line-height: 3;
    color: #999999;
    display: none;
    text-align: center;
    font-size: 0.6rem;
}

.display_none {
    display: none;
}
/*错误弹框*/
.shield {
    position: fixed;
    width: 100%;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 300;
    text-align: center;
    display: none;
}

.shield > div {
    border-radius: 0.5rem;
    color: white;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 0.5rem;
    display: inline;
    font-size: 0.8rem;
}

/* 加载更多 */
.load_more .no_matter {
    line-height: 1.7rem;
    font-size: 0.65rem;
    text-align: center;
    margin-top: 0;
    display: none;
}
.load_more {
    text-align: center;
    background-color: #ffffff;
    border-top: 1px solid #eeeeee;
}
.load_more > .matter {
    display: inline-block;
    margin-top: 0.3rem;
}
.load_more > div > span {
    font-size: 0.65rem;
    line-height: 1.25rem;
}

.loadEffect {
    width: 1.25rem;
    height: 1.25rem;
    position: relative;
    margin: 0 auto;
    transform: scale(0.6);
    -ms-transform: scale(0.6); /* IE 9 */
    -webkit-transform: scale(0.6); /* Safari and Chrome */
}
.loadEffect span {
    display: inline-block;
    width: 0.25rem;
    height: 0.25rem;
    border-radius: 50%;
    background-color: rgb(153, 153, 153);
    position: absolute;
    animation: load 1.04s ease infinite;
    -webkit-animation: load 1.04s ease infinite;
}
@-webkit-keyframes load {
    0% {
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        opacity: 1;
    }
    100% {
        transform: scale(0.3);
        -webkit-transform: scale(0.3);
        opacity: 0.5;
    }
}
@keyframes load {
    0% {
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        opacity: 1;
    }
    100% {
        transform: scale(0.3);
        -webkit-transform: scale(0.3);
        opacity: 0.5;
    }
}
.loadEffect span:nth-child(1) {
    left: 0;
    top: 50%;
    margin-top: -0.1rem;
    -webkit-animation-delay: 0.13s;
    animation-delay: 0.13s;
}
.loadEffect span:nth-child(2) {
    left: 3px;
    top: 4px;
    -webkit-animation-delay: 0.26s;
    animation-delay: 0.26s;
}
.loadEffect span:nth-child(3) {
    left: 50%;
    top: 0;
    margin-left: -0.1rem;
    -webkit-animation-delay: 0.39s;
    animation-delay: 0.39s;
}
.loadEffect span:nth-child(4) {
    top: 4px;
    right: 3px;
    -webkit-animation-delay: 0.52s;
    animation-delay: 0.52s;
}
.loadEffect span:nth-child(5) {
    right: 0;
    top: 50%;
    margin-top: -0.1rem;
    -webkit-animation-delay: 0.65s;
    animation-delay: 0.65s;
}
.loadEffect span:nth-child(6) {
    right: 3px;
    bottom: 3px;
    -webkit-animation-delay: 0.78s;
    animation-delay: 0.78s;
}
.loadEffect span:nth-child(7) {
    bottom: 0;
    left: 50%;
    margin-left: -0.1rem;
    -webkit-animation-delay: 0.91s;
    animation-delay: 0.91s;
}
.loadEffect span:nth-child(8) {
    bottom: 3px;
    left: 3px;
    -webkit-animation-delay: 1.04s;
    animation-delay: 1.04s;
}
/* 灰色遮罩 */
.mask {
    display: none;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.2);
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 150;
}

/* 加载框 */
.loading_mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 400;
}
.spinner {
    position: absolute;
    top: 50%;
    width: 7.5rem;
    left: 50%;
    margin-top: -2rem;
    margin-left: -3.75rem;
    text-align: center;
}
.spinner > div {
    background: #ffffff;
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
    animation: bouncedelay 1.4s infinite ease-in-out;
    /* Prevent first frame from flickering when animation starts */
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
@-webkit-keyframes bouncedelay {
    0%,
    80%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }

    40% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}
@keyframes bouncedelay {
    0%,
    80%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
    40% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}
/*头部公共样式*/

.body {
    max-width: 100vw;
}

.header {
    height: 13.3vw;
    background: #eb6d65;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .logo {
    width: 18.8vw;
    height: 5.3vw;
    margin-left: 4vw;
}

.header .menu-btn {
    height: 13.3vw;
    width: 13.3vw;
}

.header .menu-btn .icon {
    width: 4.3vw;
    height: 3.5vw;
    display: block;
    margin: 4.9vw 4vw 4.9vw auto;
}

.fixed-header {
    position: fixed;
    z-index: 10;
    top: 0;
    right: 0;
    left: 0;
}

.fixed-header + div {
    margin-top: 13vw;
}

.header .logo {
    width: 19vw;
    height: 5vw;
}

.menu {
    position: fixed;
    top: 0;
    left: 100vw;
    bottom: 0;
    width: 73.3vw;
    background: #ffffff;
    color: #666666;
    z-index: 99;
}

.menu-mask {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 98;
    opacity: 0;
    display: none;
}

.menu a {
    color: inherit;
    display: block;
}

.menu > .title {
    height: 13.6vw;
    font-family: PingFangSC-Medium;
    font-size: 4vw;
    line-height: 13.6vw;
    text-align: center;
    border-bottom: solid 1px #e5e5e5;
    position: relative;
    margin-bottom: 2vw;
}

.menu .close {
    position: absolute;
    right: 0;
    top: 0;
    width: 13.6vw;
    height: 13.6vw;
}

.menu .close img {
    width: 3.7vw;
    height: 3.7vw;
    display: block;
    margin: 4.9vw 4vw 4.9vw auto;
}

.menu .list-title {
    padding: 4vw;
    display: flex;
    justify-content: space-between;
    font-family: PingFangSC-Medium;
    font-size: 4vw;
}

.menu .list-title .icon {
    height: 3.5vw;
    width: 3.5vw;
    object-fit: contain;
}

.menu .active .item-list {
    height: max-content;
}

.menu .active .icon {
    transform: rotate(90deg);
}

.menu .item-list {
    height: 0;
    overflow: hidden;
}

.menu .item {
    padding: 3.2vw 0 3.2vw 12vw;
    font-size: 4vw;
}

.menu .item-disable {
    position: relative;
}

.menu .item-disable::after {
    position: relative;
    content: "敬请期待";
    color: #ffffff;
    background: #ff7878;
    height: 1.2em;
    padding: 0 0.2em;
    text-align: center;
    line-height: 1.2em;
    border-radius: 0.4em 0 0.4em 0;
    font-family: PingFangSC-Regular;
    font-size: 10px;
    left: 0.5em;
    top: -1em;
}

.menu .phone {
    margin: 4vw;
    border-top: solid 1px #e5e5e5;
    display: flex;
    align-items: center;
    padding: 6.4vw 0;
    font-family: PingFangSC-Regular;
    font-size: 4vw;
}

.phone .icon {
    width: 5.3vw;
    height: 5.3vw;
    margin-right: 2.1vw;
}

.container {
    padding: 4vw;
}

.footer {
    background-color: #000000;
    color: #ffffff;
}

.footer .container {
    display: flex;
    justify-content: space-between;
    padding: 4vw 4vw 0;
}

.footer .text-box:not(:last-child) {
    margin-bottom: 4vw;
}

.footer .text-box .title {
    line-height: 5vw;
    font-size: 3.5vw;
}

.footer .text-box .text {
    line-height: 4vw;
    margin-top: 2vw;
    font-size: 3vw;
}
.footer .qrcode-box:not(:last-child) {
    margin-bottom: 4vw;
}
.footer .qrcode-box .qrcode {
    width: 17.3vw;
    height: 17.3vw;
    display: block;
    margin: 0 auto 2vw;
}
.footer .qrcode-box .title {
    font-size: 3vw;
    text-align: center;
}

.footer .copyright {
    font-size: 2.4vw;
    text-align: center;
    padding: 4vw 0 2vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.footer .copyright span{
    margin: 2px 5px;
}

.footer .copyright .beian {
    display: inline-flex;
    align-items: center;
}

.footer .beian > span {
    margin: 2vw;
}

.footer .copyright .beian-icon {
    height: 3.3vw;
    width: 3.3vw;
}

.footer a {
    color: inherit;
}

.box-title {
    text-align: center;
    --main-color: #eb6d65;
    --light-color: rgba(235, 109, 101, 0.2);
}

.box-title-light {
    --main-color: #ffffff;
    --light-color: rgba(255, 255, 255, 0.2);
}

.box-title .eng {
    line-height: 6.4vw;
    font-size: 4.5vw;
    color: var(--light-color);
}
.box-title .ch {
    font-size: 4vw;
    margin-top: -3vw;
    color: var(--main-color);
}
.box-title .line {
    height: 1px;
    background: var(--main-color);
    margin: 3.7vw 0 2.1vw;
}
.box-title .triangle {
    width: 0;
    height: 0;
    border-top: 2.2vw solid var(--main-color);
    border-right: 2.2vw solid transparent;
    border-left: 2.2vw solid transparent;
    margin: 0 auto;
}
