@charset "UTF-8";

/*******/

@font-face {
    font-family: "HARMONYOS Bold";
    src: url("/content/fonts/HarmonyOSSansSC-Bold.woff2");
    font-display: swap;
}

@font-face {
    font-family: "HARMONYOS Medium";
    src: url("/content/fonts/HarmonyOSSansSC-Medium.woff2");
    font-display: swap;
}

html,
body {
    -ms-overflow-style: scrollbar;
}

html {
    font-size: 20px;
}

@media screen and (max-width: 1800px) and (min-width: 1661px) {
    html {
        font-size: 19px;
    }
}

@media screen and (max-width: 1660px) and (min-width: 1441px) {
    html {
        font-size: 18px;
    }
}

@media screen and (max-width: 1440px) and (min-width: 1241px) {
    html {
        font-size: 17px;
    }
}

@media screen and (max-width: 1366px) and (min-width: 992px) {
    html {
        font-size: 16px;
    }
}

@media screen and (min-width: 575.1px) and (max-width: 991.98px) {
    html {
        font-size: 77px;
    }
}

@media screen and (max-width: 575px) {
    html {
        font-size: 13.3333333vw;
    }
}

body {
    width: 100%;
    font-size: 1em;
    line-height: 1;
    background: #fff;
    color: #222;
    font-stretch: normal;
    position: relative;
    white-space: normal;
    word-wrap: break-word;
    font-weight: 400;
    font-family: "PingFang SC", "Microsoft YaHei", -apple-system, BlinkMacSystemFont, sans-serif;
}

@media screen and (max-width: 991.98px) {
    body {
        font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    }
}


/* 公共设置 */

code,
mark,
figure,
div,
span,
i,
h1,
h2,
h3,
h4,
h5,
h6,
p,
input,
select,
textarea,
label,
dl,
dt,
dd,
ol,
ul,
li {
    margin: 0;
    padding: 0;
    font-family: inherit;
    outline: none;
    border: none;
    box-shadow: none;
    border-radius: 0;
    font-size: 1em;
    line-height: inherit;
    font-weight: inherit;
    resize: none;
}

code:focus,
code:active,
mark:focus,
mark:active,
figure:focus,
figure:active,
div:focus,
div:active,
span:focus,
span:active,
i:focus,
i:active,
h1:focus,
h1:active,
h2:focus,
h2:active,
h3:focus,
h3:active,
h4:focus,
h4:active,
h5:focus,
h5:active,
h6:focus,
h6:active,
p:focus,
p:active,
input:focus,
input:active,
select:focus,
select:active,
textarea:focus,
textarea:active,
label:focus,
label:active,
dl:focus,
dl:active,
dt:focus,
dt:active,
dd:focus,
dd:active,
ol:focus,
ol:active,
ul:focus,
ul:active,
li:focus,
li:active {
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
}

input:focus,
input:active,
select:focus,
select:active,
textarea:focus,
textarea:active,
label:focus,
label:active {
    box-shadow: none;
}

input[type='radio'],
input[type='checkbox'],
textarea {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    box-shadow: none;
}

input[type='radio']:focus,
input[type='radio']:active,
input[type='checkbox']:focus,
input[type='checkbox']:active,
textarea:focus,
textarea:active {
    outline: none;
    box-shadow: none;
}

input[type="text"]:focus,
input[type="text"]:active {
    outline: none;
    box-shadow: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

button {
    appearance: none;
    -webkit-appearance: none;
    padding: 0;
    margin: 0;
    box-shadow: none;
    outline: none;
    border: none;
    background: transparent;
}

button:focus {
    outline: none;
}

a {
    color: inherit;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    text-decoration: none;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

a:focus,
a:active {
    color: inherit;
    text-decoration: none;
    outline: none;
}

ol,
ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

img {
    vertical-align: middle;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
}

table {
    border: solid 1px #e3e3e3;
    border-collapse: collapse;
}

th,
td {
    font-weight: normal;
    padding: 5px;
    border: solid 1px #e3e3e3;
    word-break: break-all;
}

.mark,
mark {
    padding: 0;
    background-color: transparent;
}

.wrapper {
    width: 100%;
    position: relative;
}

.container {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.row {
    display: flex;
    display: -webkit-flex;
    margin: 0 auto;
    position: relative;
}

.row:before,
.row:after {
    display: none;
}

.global-inner {
    width: 85vw;
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    display: block;
    z-index: 5;
}

.global-inner:before,
.global-inner:after {
    content: '';
    display: table;
    clear: both;
}

.sm-inner {
    width: 80vw;
    max-width: 1080px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    display: block;
    z-index: 5;
}

.sm-inner:before,
.sm-inner:after {
    content: '';
    display: table;
    clear: both;
}

@media (max-width: 991.98px) {
    .global-inner,
    .sm-inner {
        width: 100% !important;
        max-width: 100%;
        padding: 0 0.5rem !important;
        margin: 0 auto;
    }
}

.table-cell {
    display: table-cell;
    vertical-align: top;
}

.en {
    font-family: "Arial";
    font-style: normal;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.swiper-pagination-bullet {
    opacity: 1;
}

.fa {
    display: inline-block;
    line-height: inherit;
    font-size: 1em;
    vertical-align: middle;
    font-style: normal;
}

.inline-block {
    display: inline-block;
    vertical-align: top;
}

.padding-0 {
    padding: 0 !important;
}

.padding-top-0 {
    padding-top: 0 !important;
}

.padding-bot-0 {
    padding-bottom: 0 !important;
}

.t-center {
    text-align: center;
}

.flex {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.flex-cell {
    width: 100%;
    max-width: 100%;
    flex: 1;
    -webkit-flex: 1;
}

.hidden {
    display: none !important;
}

@media (min-width: 1600px) {
    .hidden-xxl-up {
        display: none !important;
    }
    .col-xxl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xxl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-xxl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 1599.98px) {
    .hidden-xxl-down {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .hidden-lg-up {
        display: none !important;
    }
}

@media (max-width: 991.98px) {
    .hidden-lg-down {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .visible-sm-down {
        display: none !important;
    }
    .hidden-sm-up {
        display: none !important;
    }
}

@media (max-width: 767.98px) {
    .hidden-sm-down {
        display: none !important;
    }
}

@media (min-width: 576px) {
    .hidden-xs-up {
        display: none !important;
    }
}

@media (max-width: 575.98px) {
    .hidden-xs-down {
        display: none !important;
    }
}


/*** 无内容提示 ***/

.gnull-tips {
    width: 100%;
    font-size: 16px;
    line-height: 100px;
    color: #999;
    text-align: center;
    min-height: 300px;
}

@media screen and (max-width: 767.98px) {
    .gnull-tips {
        font-size: 0.28rem;
        line-height: 1rem;
        min-height: 3rem;
    }
}


/* 404 */

.page-404 {
    width: 700px;
    margin: 0 auto;
    padding: 5em 0;
}

.page-404 .t1 {
    margin: 2.2em 0 2em;
}

.page-404 .t1 span {
    font-size: 1em;
    line-height: 1.25em;
}

.page-404 .t2 {
    color: #8e9396;
    margin: 1.7em 0;
}

.page-404 .t2 span {
    font-size: 2.4em;
    line-height: 1.25em;
}

.page-404 .doc {
    font-size: 0.9em;
    line-height: 2em;
    color: #6c6f71;
    margin-bottom: 1.5em;
}

@media screen and (max-width: 991.98px) {
    .page-404 {
        width: 100%;
        font-size: .28rem;
        padding: 1rem 5vw;
    }
    .page-404 .t2 span {
        font-size: 2em;
    }
}


/***** 滚动条 *****/

.mCSB_inside>.mCSB_container {
    margin: 0;
}

.mCSB_scrollTools {
    width: 4px;
    right: 0;
}

.mCSB_outside+.mCSB_scrollTools {
    right: 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 100%;
    border-radius: 0;
    background: transparent;
    transition: all 1.5s easeInOut;
    -webkit-transition: all 1.5s easeInOut;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    border-radius: 4px;
    background: #969696;
}

.scrollbox,
.scrollbox2 {
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
}

@media screen and (max-width: 991.98px) {
    .scrollbox {
        overflow-y: auto !important;
    }
    .scrollbox2 {
        overflow-x: auto !important;
    }
}


/**** modal ***/

.modal-backdrop {
    display: none !important;
}

#modalDiv {
    width: 100%;
    height: 100%;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    overflow-y: scroll;
    z-index: -1;
}

.modal {
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    position: fixed !important;
    background: rgba(0, 0, 0, 0.5);
}

.modal-dialog {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    pointer-events: auto;
}

.modal-content {
    display: block;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border: none;
    background: transparent;
    box-shadow: none;
    margin: 0 auto;
}

.modal-header,
.modal-body,
.modal-footer {
    border: none;
    padding: 0;
    display: block;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.modal-header {
    position: relative;
    z-index: 1060;
}

.modal-close {
    padding: 6px;
    display: block;
    position: absolute;
    right: 9px;
    top: 9px;
    z-index: 1020;
    cursor: pointer;
}

.modal-close .bi {
    width: 12px;
    height: 12px;
    display: block;
    color: #000;
}


/**** animate ***/

.animated {
    animation-delay: .1s;
}

@keyframes fadeInLeft2 {
    0% {
        opacity: 0;
        transform: translateX(-50px);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

@-webkit-keyframes fadeInLeft2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-50px);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
    }
}

@keyframes fadeOutLeft2 {
    0% {
        opacity: 1;
        transform: none;
    }
    100% {
        opacity: 0;
        transform: translateX(-50px);
    }
}

@-webkit-keyframes fadeOutLeft2 {
    0% {
        opacity: 1;
        -webkit-transform: none;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-50px);
    }
}

@keyframes fadeInRight2 {
    0% {
        opacity: 0;
        transform: translateX(50px);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

@-webkit-keyframes fadeInRight2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(50px);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
    }
}

@keyframes fadeOutRight2 {
    0% {
        opacity: 1;
        transform: none;
    }
    100% {
        opacity: 0;
        transform: translateX(50px);
    }
}

@-webkit-keyframes fadeOutRight2 {
    0% {
        opacity: 1;
        -webkit-transform: none;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(50px);
    }
}

@keyframes fadeInUp2 {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

@-webkit-keyframes fadeInUp2 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50px);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
    }
}

@keyframes fadeOutUp2 {
    0% {
        opacity: 1;
        transform: none;
    }
    100% {
        opacity: 0;
        transform: translateY(-50px);
    }
}

@-webkit-keyframes fadeOutUp2 {
    0% {
        opacity: 1;
        -webkit-transform: none;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-50px);
    }
}

.fadeInUp2 {
    animation: fadeInUp2 1s cubic-bezier(0.4, 0, 0.2, 1) both;
    -webkit-animation: fadeInUp2 1s cubic-bezier(0.4, 0, 0.2, 1) both;
}


/**** video ***/

.video-box {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
}

.video-box .adjust {
    width: 100%;
    max-width: 100%;
    display: block;
    opacity: 0;
}

.video-js {
    width: 100% !important;
    height: 100% !important;
    display: block;
    overflow: hidden;
    background-color: #000;
    position: absolute !important;
    left: 0;
    top: 0;
    z-index: 20;
}

.video-js:hover .vjs-big-play-button {
    background: rgba(0, 0, 0, 0.3);
    opacity: 1;
}

.video-js .vjs-big-play-button {
    width: 70px;
    height: 70px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    background: none;
    border: none;
    border-radius: 100%;
    z-index: 50;
    opacity: .5;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    margin: 0;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder {
    width: 100%;
    height: 100%;
    display: block;
    background: no-repeat center center transparent;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    border: none;
    z-index: 50;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
    display: none;
}

.video-js .vjs-poster {
    background-size: cover;
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.video-js .vjs-poster::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: #000;
    opacity: .5;
}

.video-js .vjs-subs-caps-button {
    display: none !important;
}

.video-js .vjs-button>.vjs-icon-placeholder:before {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

@media (max-width: 991.98px) {
    .video-js .vjs-big-play-button {
        width: 0.8rem;
        height: 0.8rem;
        opacity: 1;
    }
}


/*** modal-video ***/

.modal-video {
    background: rgba(0, 0, 0, 0.8);
}

.modal-video .modal-close {
    width: 30px;
    height: 30px;
    background: url("/img/static/close-white.svg") no-repeat center center;
    background-size: 14px;
    position: absolute;
    left: 100%;
    top: 0;
    margin: 0;
    transform: translate(25px, 0);
    -webkit-transform: translate(25px, 0);
    border: solid 1px #fff;
    border-radius: 0;
}

.modal-video .modal-dialog {
    height: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1060;
}

.modal-video .modal-content {
    width: 800px;
    max-width: 80%;
    margin: 0 auto;
    padding: 0;
    background: transparent;
}

.modal-video .video-js,
.modal-video video {
    position: relative !important;
}

.modal-video video {
    max-height: 80vh;
}

@media screen and (max-width: 767.98px) {
    .modal-video .modal-content {
        width: 100%;
        max-width: 100%;
        padding: 0 0.3rem;
    }
    .modal-video .modal-close {
        top: auto;
        left: auto;
        bottom: 100%;
        right: 0.3rem;
        transform: translate(0, -0.5rem);
        -webkit-transform: translate(0, -0.5rem);
        z-index: 1100;
    }
}


/*** 表单 ***/

.form-group {
    margin: 0 0 20px;
    position: relative;
    font-size: 14px;
}

.form-group .help-block {
    font-size: 12px;
    line-height: 1em;
    margin-top: 4px;
    display: none;
}

.form-group.has-error .help-block {
    display: block;
    color: #f45858;
}

.form-group.has-error .vi-input,
.form-group.has-error .form-control {
    border-color: #f45858;
}

.form-group.has-error2 .help-block {
    display: block;
    color: #f45858;
}

.form-group.has-error2 .form-control.has-error {
    border-color: #f45858;
}

.form-group .must {
    width: 1em;
    display: block;
    color: #ff0000;
    font-style: normal;
    text-align: right;
    font-size: 1em;
    line-height: 30px;
    position: absolute;
    right: 0;
    top: 5px;
    z-index: 10;
}

.form-group .unit {
    min-width: 1em;
    display: block;
    margin-left: 1em;
}

.form-group-bd {
    width: 100%;
    position: relative;
}

.control-label {
    font-size: 1em;
    line-height: 20px;
    line-height: inherit;
    font-weight: inherit;
    color: #333;
    margin: 0 0 8px;
}

.form-control {
    width: 100%;
    height: 100%;
    display: block;
    background: #fff;
    border: none;
    position: relative;
    padding: 5px 11px;
    font-size: 1em;
    line-height: 22px;
    color: #333;
    border-radius: 0;
}

.form-control:focus,
.form-control:active {
    box-shadow: none;
    outline: none;
    background-color: #fff;
    border-color: #707070;
}

.form-control[readonly] {
    background-color: #fff;
}


/* 辅助 */

.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(2.4rem + 2px);
    line-height: 1em;
    border: solid 1px;
    text-align: center;
    padding: 0 1.2rem;
    font-size: .8rem;
    font-weight: bold;
    position: relative;
    overflow: hidden;
}

.btn:focus {
    outline: none;
    box-shadow: none;
}

.btn::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.btn span {
    display: block;
    position: relative;
    z-index: 5;
}

.btn.bg-yellow {
    background: #fdd001;
    color: #0850b0;
    border-color: #fdd001;
}

@media screen and (min-width: 992px) {
    .btn:hover::after {
        opacity: 0.05;
        visibility: visible;
    }
}

@media screen and (max-width: 991.98px) {
    .btn {
        width: 100%;
    }
    .btn a {
        height: calc(0.66rem + 2px);
        padding: 0;
        font-size: .28rem;
    }
}


/* 翻页 */

.global-paging {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 3rem;
    font-size: 0.9rem;
    line-height: 2rem;
    color: #666;
    position: relative;
    z-index: 9;
}

.global-paging a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    min-width: 2rem;
    text-align: center;
}

.global-paging a.active {
    color: #222;
    font-weight: bold;
}

.global-paging .num {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
}

.global-paging .paging-ctrl {
    width: 2rem;
    height: 2rem;
    border: solid 1px #666;
    margin: 0;
    color: #666;
}

.global-paging .paging-ctrl .bi {
    width: 12px;
    height: 12px;
    display: block;
}

@media screen and (min-width: 992px) {
    .global-paging a:hover {
        color: #222;
    }
    .global-paging .paging-ctrl:hover {
        color: #fff;
        background: #666;
    }
}

@media screen and (max-width: 991.98px) {
    .global-paging {
        margin-top: .6rem;
        font-size: .28rem;
        line-height: .5rem;
    }
    .global-paging a {
        min-width: .5rem;
        margin: 0 2px;
    }
    .global-paging .num {
        margin: 0 4px;
    }
    .global-paging .paging-ctrl {
        width: .5rem;
        height: .5rem;
    }
    .global-paging .paging-ctrl .bi {
        width: 10px;
        height: 10px;
    }
}


/* 自定义下拉框 */

.byted-select-wrapper {
    width: 100%;
    position: relative;
    z-index: 10;
}

.byted-select-wrapper.is-open {
    z-index: 50;
}

.byted-select-wrapper.is-open .byted-select-arrow .bi {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.byted-select {
    width: 100%;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.byted-select-input {
    font-size: 0.7rem;
    line-height: 2rem;
    height: calc(2rem + 2px);
    border: solid 1px #cbcdd1;
    overflow: hidden;
    width: 100%;
    color: #333;
    background-color: #fff;
    padding: 0 2rem 0 1rem;
}

.byted-select-arrow {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 20;
    color: #333;
}

.byted-select-arrow .bi {
    width: 12px;
    height: 12px;
    display: block;
}

.byted-popover-wrapper {
    width: 100%;
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #fff;
    border: solid 1px #cbcdd1;
    z-index: 20;
    padding: 0.6rem 0 1.25rem;
}

.byted-option-list {
    font-size: .7rem;
    line-height: 1.2rem;
    color: #222;
}

.byted-option-list li {
    padding: 0.3rem 1rem;
    cursor: pointer;
}

.byted-option-list li.current {
    font-weight: bold;
}

.byted-option-list a {
    display: block;
}

.byted-checkbox-list {
    font-size: .7rem;
    line-height: 1.2rem;
    color: #222;
}

.byted-checkbox-item {
    width: 100%;
    cursor: pointer;
}

.byted-checkbox-label {
    width: 100%;
    display: flex;
    cursor: pointer;
    padding: 0.3rem 0.6rem;
    position: relative;
}

.byted-check {
    display: none;
}

.byted-check-ico {
    flex: none;
    width: .8rem;
    height: .8rem;
    display: block;
    border: solid 1px #ccc;
    margin: 0.2rem .5rem 0 0;
    background: none;
}

.byted-checkbox-checked .byted-check-ico {
    background: url("/img/static/check-blue.svg") no-repeat center center #fdd001;
    background-size: contain;
    border-color: #d3af16;
}

@media screen and (min-width: 992px) {
    .byted-select-wrapper.is-open .byted-popover-wrapper {
        border-top-color: #fff;
    }
    .byted-option-list li:hover,
    .byted-checkbox-list li:hover {
        color: #0376dc;
    }
}

@media screen and (max-width: 991.98px) {
    .byted-select-input {
        font-size: .28rem;
        height: calc(.68rem + 2px);
        padding: 0 .8rem 0 .3rem;
        line-height: .68rem;
    }
    .byted-select-arrow {
        right: .3rem;
    }
    .byted-select-arrow .bi {
        width: .2rem;
        height: .2rem;
    }
    .byted-popover-wrapper {
        padding: .2rem 0 0.3rem;
        background-color: #f7f7f7;
        border-color: #f7f7f7;
    }
    .byted-option-list {
        font-size: .28rem;
        line-height: 0.48rem;
    }
    .byted-option-list li {
        padding: 0.1rem 0.3rem;
    }
    .byted-checkbox-list {
        font-size: .28rem;
        line-height: 0.48rem;
    }
    .byted-checkbox-label {
        padding: 0.1rem 0.2rem;
    }
    .byted-check-ico {
        width: 1em;
        height: 1em;
        margin: 0.1rem .2rem 0 0;
    }
}


/**** 模板-公共 ***/

.temp-topbox {
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #f7f7f7;
}

.temp-topbox .t-body {
    width: 100%;
    height: 8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 10;
    text-align: center;
}

.temp-topbox .global-inner {
    height: auto;
}

.temp-topbox .t-heading {
    font-size: 2.1rem;
    line-height: 1em;
    color: #000;
}

.temp-mainbox {
    width: 100%;
    padding: 3rem 0 6rem;
}

@media screen and (max-width: 991.98px) {
    .temp-topbox .t-body {
        height: 1.6rem;
    }
    .temp-topbox .t-heading {
        font-size: .48rem;
    }
    .temp-mainbox {
        padding: .8rem 0 1.2rem;
    }
}


/* header */

.header {
    width: 100%;
    height: 5rem;
    line-height: 5rem;
    display: flex;
    align-items: center;
    background: #fdd001;
    padding: 0 4.1rem;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 500;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.33);
}

.head-place {
    width: 100%;
    height: 5rem;
    display: block;
}

.head-logo {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.head-logo img {
    width: 6.2rem;
    display: block;
}

.head-logo-fin {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    margin-left: 1.25rem;
}

.head-logo-fin img {
    width: 6.7rem;
    display: block;
}

.head-navbox {
    margin-left: 1.9rem;
}

.head-navlist {
    height: 100%;
    display: flex;
    position: relative;
    font-size: .9rem;
    color: #222;
    margin: 0 -1.35rem;
}

.head-navlist li {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.head-navlist li:hover,
.head-navlist li.current {
    font-weight: bold;
}

.head-navlist a {
    display: block;
    padding: 0 1.35rem;
}

.head-sidetool {
    display: flex;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 20;
}

.head-sidetool .tool {
    width: 9rem;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background: #a6a6a6;
    border-right: solid 1px rgba(255, 255, 255, 0.8);
    text-align: center;
    font-size: .9rem;
    line-height: 1em;
    color: #fff;
}

.head-sidetool .tool:last-child {
    border-right: none;
}

.head-sidetool .tool:hover {
    background: #8c8c8c;
}

.head-sidetool img {
    height: 1.6rem;
    display: block;
    margin: 0 auto .6rem;
}

.head-menu {
    height: 100%;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 20;
}

.head-menu_open {
    width: 1.5rem;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.head-menu_open img {
    width: 0.5rem;
    display: block;
}

.head-menu_close {
    width: 1.5rem;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    position: relative;
}

.head-menu_close img {
    width: .42rem;
    display: block;
}

@media screen and (max-width: 1500px) {
    .header {
        padding: 0 3rem;
    }
    .head-navlist {
        margin: 0 -1rem;
        font-size: .8rem;
    }
    .head-navlist a {
        padding: 0 1rem;
    }
    .head-sidetool .tool {
        width: 6rem;
        font-size: .8rem;
    }
}

@media screen and (max-width: 1100px) {
    .head-logo img {
        width: 5rem;
    }
    .head-logo-fin img {
        width: 5.5rem;
    }
    .head-navlist {
        margin: 0 -0.6rem;
    }
    .head-navlist a {
        padding: 0 0.6rem;
    }
}

@media screen and (max-width: 991.98px) {
    .header {
        position: fixed;
        height: 1.2rem;
        padding: 0 0.5rem;
    }
    .head-place {
        height: 1.2rem;
    }
    .head-logo img {
        width: 1.56rem;
    }
    .head-logo-fin {
        margin-left: .32rem;
    }
    .head-logo-fin img {
        width: 1.7rem;
    }
}


/* 导航弹框 */

.modal-navbox {
    background: #222222;
    z-index: 490;
    overflow: hidden !important;
    color: #fff;
}

.modal-navbox .modal-dialog {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    padding: 5rem 0 0;
}

.modal-navbox .modal-close {
    position: absolute;
    right: -1.5rem;
    top: 0;
    padding: 1.5rem;
    color: #fff;
}

.modal-navbox .modal-close .bi {
    width: .8rem;
    height: .8rem;
    display: block;
    color: inherit;
    background: url("/img/static/close-white.svg") no-repeat center center;
    background-size: contain;
}

.modal-navbox .modal-content {
    width: 85vw;
    max-width: 1200px;
    margin: 0 auto;
    height: 100%;
    position: relative;
    overflow: visible;
    display: flex;
    flex-direction: row;
    padding: 3rem 0 2.1rem;
}

.modal-navbox .modal-aside {
    max-width: 478px;
    flex: 0 0 40%;
    height: 100%;
    position: relative;
}

.modal-navbox .modal-body {
    max-width: 400px;
    flex: 0 0 33.34%;
    height: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    overflow-y: auto;
    padding: 0 1.5rem 0 0;
}

.modal-navbox .modal-body::-webkit-scrollbar {
    width: 3px;
}

.modal-navbox .modal-body::-webkit-scrollbar-track {
    background: #444;
}

.modal-navbox .modal-body::-webkit-scrollbar-thumb {
    background: #7c7c7c;
}

.modal-navbox .modal-footer {
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: .28rem;
    line-height: 1em;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 2.15rem;
    z-index: 100;
}

.modal-navbox .modal-footer a {
    display: block;
    padding: 0 0.38rem;
    white-space: nowrap;
}

.modal-navbox .modal-footer img {
    height: .55rem;
    display: block;
    margin: 0 auto .22rem;
}

.mdnav-sidetop {
    display: none;
    margin: 0 0 1.25rem 2.1rem;
}

.mdnav-sidetop a {
    font-size: .9rem;
    line-height: 1.4rem;
    opacity: .9;
    display: flex;
    align-items: center;
}

.mdnav-sidetop .bi {
    width: 8px;
    height: 12px;
    display: block;
    background: url("/img/static/left-white.svg") no-repeat center center;
    background-size: contain;
    margin-right: 1rem;
}

.mdnav-lv1box {
    display: flex;
}

.mdnav-lv1 {
    color: #fdd001 !important;
    text-decoration: underline !important;
    font-size: 1.1rem;
    line-height: 1em;
}

.mdnav-sitem {
    margin: 0 0 2.9rem;
    animation-duration: .4s;
    -webkit-animation-duration: .4s;
}

.mdnav-sitem:last-child {
    margin-bottom: 0;
}

.mdnav-sitem-hd {
    display: flex;
    width: 100%;
    font-size: .7rem;
    line-height: 1.6rem;
    color: #999;
    padding-bottom: 4px;
    border-bottom: solid 1px rgba(102, 102, 102, 0.5);
    margin-bottom: 1.25rem;
}

.mdnav-sitem-hd a {
    display: block;
}

.mdnav-sublist {
    font-size: .9rem;
    line-height: 1.4rem;
}

.mdnav-sublist a {
    display: block;
}

.mdnav-sublist .navitem {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    padding: .5rem 0;
}

.mdnav-sublist .navitem:first-child {
    padding-top: 0;
}

.mdnav-sublist .navitem.has-child {
    padding-right: 5rem;
}

.mdnav-sublist .arrow {
    width: 5rem;
    height: 100%;
    display: block;
    background: url("/img/static/right-white.svg") no-repeat right 18px center;
    background-size: 8px;
    position: absolute;
    right: 0;
    top: 50%;
    cursor: pointer;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 20;
}

body.open-navbox .header {
    position: fixed;
}

body.open-navbox-sub .modal-navbox .modal-footer {
    display: none;
}

body.open-navbox-sub .mdnav-sidetop {
    display: flex;
}

@media screen and (min-width: 992px) {
    .modal-navbox .modal-close:hover .bi {
        background-image: url("/img/static/close-yellow.svg");
    }
    .mdnav-return:hover {
        opacity: 1;
        color: #fdd001;
    }
    .mdnav-return:hover .bi {
        background-image: url("/img/static/left-yellow.svg");
    }
    .mdnav-sitem-hd a:hover {
        color: #fff;
    }
    .mdnav-sublist a:hover {
        color: #fdd001;
        text-decoration: underline;
    }
}

@media screen and (max-width: 991.98px) {
    .modal-navbox .modal-dialog {
        padding: 1.2rem 0 4rem;
    }
    .modal-navbox .modal-content {
        display: block;
        max-width: none;
        width: 100%;
        padding: 0.9rem 0.5rem 0;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
    .modal-navbox .modal-close {
        display: none;
    }
    .modal-navbox .modal-aside {
        max-width: none;
        flex: none;
        height: auto;
        animation-duration: .4s;
        -webkit-animation-duration: .4s;
    }
    .modal-navbox .modal-body {
        max-width: none;
        height: auto;
        flex: none;
        padding: 0;
    }
    .mdnav-sidetop {
        margin: 0;
    }
    .mdnav-sidetop a {
        font-size: .28rem;
        line-height: .4rem;
        margin-right: .3rem;
    }
    .mdnav-sidetop a:last-child {
        margin-right: 0;
    }
    .mdnav-sidetop a .bi {
        margin: 0 .1rem 0 0;
    }
    .mdnav-lv1box {
        display: none;
        margin: 0 0 .4rem;
    }
    .mdnav-lv1 {
        font-size: .48rem;
        line-height: .85rem;
        padding: 0 0.2rem;
    }
    .mdnav-sitem {
        margin-bottom: .78rem;
    }
    .mdnav-sitem-hd {
        font-size: .28rem;
        line-height: 1em;
        padding: 0;
        margin-bottom: .26rem;
    }
    .mdnav-sitem-hd a {
        padding: .25rem 0.2rem .22rem;
    }
    .mdnav-sublist {
        font-size: .32rem;
        line-height: .6rem;
    }
    .mdnav-sublist a {
        padding: 0 0.2rem;
    }
    .mdnav-sublist .navitem {
        padding: .1rem 0;
    }
    .mdnav-sublist .navitem.has-child {
        padding-right: 1.75rem;
    }
    .mdnav-sublist .navitem .arrow {
        width: 1rem;
        background-position: right .3rem center;
    }
    body.open-navbox .head-menu_open {
        display: none;
    }
    body.open-navbox .head-menu_close {
        display: flex;
    }
    body.open-navbox-sub .modal-navbox .modal-dialog {
        padding-bottom: 0.6;
    }
    body.open-navbox-sub .mdnav-lv1box {
        display: flex;
    }
}


/* main-box */

.main-box {
    width: 100%;
    min-height: calc(100vh - 9.8rem);
    position: relative;
    z-index: 20;
}

.inside-banbox {
    width: 100%;
    position: relative;
}

.inside-banbox .imgs {
    width: 100%;
    position: relative;
    z-index: 1;
}

.inside-banbox .imgs img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center center;
    position: absolute;
    left: 0;
    top: 0;
}

.inside-banbox .imgs.web {
    height: 22.5rem;
}

.inside-banbox .imgs.app {
    height: 4.5rem;
}

.inside-banbox .b-body {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 6rem;
    z-index: 10;
}

.inside-banbox .b-heading {
    font-size: 2.6rem;
    line-height: 5.5rem;
    white-space: nowrap;
    display: flex;
}

.inside-banbox .b-heading span {
    background: rgba(255, 255, 255, 0.6);
    min-width: 20rem;
    padding: 0 4rem 0 1.5rem;
    display: block;
}

.inside-banbox .b-desc.web {
    width: 67.5%;
    font-size: .9rem;
    line-height: 1.5rem;
    color: #fff;
    margin: 1.2rem 0 -0.3rem;
}

.inside-banbox .b-desc.app {
    font-size: .28rem;
    line-height: .48rem;
    color: #222;
    padding: 0 0.5rem;
    margin: 0.7rem 0 -0.1rem;
}

.inside-crumb {
    width: 100%;
    position: relative;
    font-size: .7rem;
    line-height: 1em;
    color: #666;
    margin: 1.2rem 0 0;
}

.inside-crumb .global-inner {
    display: flex;
}

.inside-crumb .global-inner::before,
.inside-crumb .global-inner::after {
    display: none;
}

.inside-crumb a {
    display: flex;
    align-items: center;
    position: relative;
}

.inside-crumb a::after {
    content: '';
    width: 5px;
    height: 100%;
    background: url("/img/static/crumb-right.svg") no-repeat center center;
    background-size: contain;
    display: block;
    margin: 0 1rem 0 0.75rem;
    position: relative;
}

.inside-crumb a:last-child::after {
    display: none;
}

.inside-crumb .bi {
    width: 13px;
    height: 13px;
    display: block;
    background: no-repeat center center;
    background-size: contain;
}

.inside-crumb .bi-home {
    background-image: url("/img/static/home.svg");
}

@media screen and (min-width: 992px) {
    .inside-crumb a:hover {
        color: #094594;
    }
    .inside-crumb a:hover .bi-home {
        background-image: url("/img/static/home-blue.svg");
    }
}

@media screen and (max-width: 991.98px) {
    .main-box {
        min-height: calc(100vh - 5.6rem);
    }
    .inside-banbox .b-body {
        top: 2.2rem;
        bottom: unset;
    }
    .inside-banbox .b-heading {
        font-size: .52rem;
        line-height: 1.1rem;
    }
    .inside-banbox .b-heading span {
        min-width: 4rem;
        padding: 0 0.8rem 0 0.3rem;
    }
}


/* footer */

.footer {
    width: 100%;
    position: relative;
    z-index: 10;
}

.foot-topbox {
    width: 100%;
    height: 4.8rem;
    position: relative;
    background: #fdd001;
    z-index: 20;
}

.foot-topbox-left {
    display: flex;
    height: 100%;
    position: relative;
    align-items: center;
    float: left;
}

.foot-topbox-left a {
    margin: 0 1.1rem 0 0;
    display: block;
}

.foot-topbox-left a:last-child {
    margin: 0;
}

.foot-topbox-left img {
    width: 100%;
    display: block;
}

.foot-logo {
    width: 4.6rem;
}

.foot-logo-jinshu {
    width: 1.5rem;
}

.foot-logo-fin {
    width: 5.4rem;
}

.foot-topbox-right {
    display: flex;
    height: 100%;
    position: relative;
    float: right;
    font-size: .7rem;
    line-height: 1em;
    color: #221815;
    font-weight: bold;
}

.foot-topbox-right .divitem {
    display: flex;
    height: 100%;
    position: relative;
    align-items: center;
}

.foot-topbox-right .divitem::after {
    content: '';
    display: block;
    width: 1px;
    height: 2.4rem;
    background: #e89a11;
    margin: 0 1.7rem;
}

.foot-topbox-right .divitem:last-child::after {
    display: none;
}

.foot-topbox-right .lvtit {
    margin-right: .5rem;
}

.foot-topbox-right .icolist {
    display: flex;
    align-items: center;
}

.foot-topbox-right .icolist li {
    margin: 0 1.25rem 0 0;
    position: relative;
}

.foot-topbox-right .icolist li:last-child {
    margin: 0;
}

.foot-topbox-right .icolist li:hover .dropbox {
    display: block;
}

.foot-topbox-right .icolist .icon {
    display: block;
    cursor: pointer;
}

.foot-topbox-right .icolist .icon img {
    height: 1rem;
    display: block;
}

.foot-topbox-right .icolist .dropbox {
    position: absolute;
    left: 50%;
    top: 100%;
    z-index: 20;
    display: none;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    padding: 10px 0 0;
}

.foot-topbox-right .icolist .dropbox .imgs {
    background: #fff;
    padding: 5px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
}

.foot-topbox-right .icolist .dropbox .imgs img {
    width: 5.5rem;
    display: block;
}

.foot-topbox-right .icolist .item-tm .icon img,
.foot-topbox-right .icolist .item-1688 .icon img {
    height: .8rem;
}

.foot-topbox-right .icolist .item-xhs img,
.foot-topbox-right .icolist .item-jd img {
    height: .9rem;
}

.foot-botbox {
    width: 100%;
    position: relative;
    background: #333;
    z-index: 10;
    padding: 4rem 0 2.6rem;
    color: #fff;
}

.foot-navlist {
    width: 100%;
    display: flex;
    margin-bottom: 2.15rem;
}

.foot-navlist a {
    display: block;
}

.foot-navlist>.navitem {
    flex: 1;
    position: relative;
}

.foot-navlist .navlv1 {
    font-size: .9rem;
    line-height: 1em;
    font-weight: bold;
    margin-bottom: 1.3rem;
}

.foot-navlist .lv2box {
    font-size: 0.75rem;
    line-height: 1rem;
}

.foot-navlist .lv2box li {
    margin-bottom: 1em;
}

.foot-navlist .lv2box li:last-child {
    margin-bottom: 0;
}

.foot-navlist .lv2box a {
    opacity: .8;
    max-width: 7.5em;
}

.foot-lastbox {
    width: 100%;
    position: relative;
    background: rgba(20, 20, 20, 0.4);
    height: 2.7rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    padding: 0 1.5rem 0 1.1rem;
    font-size: .7rem;
    line-height: 1.5em;
    color: rgba(255, 255, 255, 0.5);
}

.foot-infobox {
    display: flex;
    align-items: center;
}

.foot-icp {
    margin-left: .4rem;
}

.foot-techbox {
    display: flex;
    align-items: center;
    margin-left: 0.6rem;
}

.foot-jszc_swip {
    height: 1.5em;
    overflow: hidden;
    position: relative;
}

.foot-link {
    display: flex;
    align-items: center;
}

.foot-link li {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.foot-link li::after {
    content: '|';
    display: block;
    margin: 0 0.5rem;
}

.foot-link li:last-child::after {
    display: none;
}

@media screen and (min-width: 992px) {
    .foot-botbox a[href]:hover {
        opacity: 1;
        color: #fff;
    }
    .foot-topbox-right .lvtit::after {
        content: "：";
    }
}

@media screen and (max-width: 991.98px) {
    .foot-topbox {
        height: auto;
        padding: .5rem 0 .54rem;
        text-align: center;
    }
    .foot-topbox-left {
        float: none;
        margin: 0 0 0.68rem;
        justify-content: center;
    }
    .foot-topbox-left a {
        margin: 0 0.32rem 0 0;
    }
    .foot-logo {
        width: 1.28rem;
    }
    .foot-logo-jinshu {
        width: .44rem;
    }
    .foot-logo-fin {
        width: 1.5rem;
    }
    .foot-topbox-right {
        float: none;
        display: block;
        font-size: .28rem;
    }
    .foot-topbox-right .divitem {
        display: block;
        margin: 0 0 0.5rem;
    }
    .foot-topbox-right .divitem::after {
        display: none;
    }
    .foot-topbox-right .divitem:last-child {
        margin: 0;
    }
    .foot-topbox-right .lvtit {
        margin-bottom: .26rem;
    }
    .foot-topbox-right .icolist {
        justify-content: center;
    }
    .foot-topbox-right .icolist li {
        margin: 0 0.55rem 0 0;
    }
    .foot-topbox-right .icolist .icon img {
        height: .32rem;
    }
    .foot-topbox-right .icolist .dropbox .imgs img {
        width: 2rem;
        display: block;
    }
    .foot-topbox-right .icolist .item-tm .icon img,
    .foot-topbox-right .icolist .item-1688 .icon img {
        height: .2rem;
    }
    .foot-topbox-right .icolist .item-xhs img,
    .foot-topbox-right .icolist .item-jd img {
        height: .25rem;
    }
    .foot-botbox {
        padding: .4rem 0 .56rem;
    }
    .foot-lastbox {
        display: block;
        text-align: center;
        background: none;
        padding: 0;
        font-size: .28rem;
        line-height: .46rem;
        height: auto;
    }
    .foot-link {
        justify-content: center;
        margin-bottom: .4rem;
    }
    .foot-link li::after {
        margin: 0 0.3rem;
    }
    .foot-infobox {
        display: block;
    }
    .foot-icp {
        margin: 0;
    }
    .foot-techbox {
        margin: 0;
        justify-content: center;
    }
    .foot-jszc_swip {
        height: .46rem;
    }
}


/* 侧边菜单 */

.aside-menu {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-6rem);
    -webkit-transform: translateY(-6rem);
    z-index: 100;
}

.aside-menu .item {
    position: relative;
    margin-bottom: 1px;
}

.aside-menu .item:hover .lvtit {
    opacity: 1;
    visibility: visible;
}

.aside-menu .item:hover .dropbox {
    display: block;
}

.aside-menu .hd {
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fdd001;
    border: solid 1px #eac00c;
    position: relative;
    cursor: pointer;
    font-size: .6rem;
    line-height: .7rem;
    color: #094594;
}

.aside-menu .hd img {
    width: 1rem;
    display: block;
    margin: 0 auto;
}

.aside-menu .lvtit {
    width: 100%;
    height: 100%;
    display: flex;
    background: #fdd001;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.aside-menu .dropbox {
    display: none;
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 20;
    padding-right: 6px;
}

.aside-menu .dropbox .doc {
    background: #fff;
    padding: 0.9rem 1.75rem 0.9rem 1rem;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
    position: relative;
    font-size: .8rem;
    line-height: 1.5em;
    color: #333;
    white-space: nowrap;
}

.aside-menu .dropbox .doc .blue {
    color: #094594;
}

.aside-menu .dropbox .imgs {
    padding: 5px;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
    position: relative;
}

.aside-menu .dropbox .imgs img {
    width: 5.5rem;
    display: block;
}

.aside-menu .btn-gotop {
    display: none;
}

.aside-menu .btn-gotop .lvtit2 {
    margin-top: 5px;
}


/* 搜索结果页 */

.result-topbox {
    width: 100%;
    background-color: #f7f7f7;
    position: relative;
    padding: 4.1rem 0 3.7rem;
}

.result-topbox .t-heading {
    font-size: 2.1rem;
    line-height: 1em;
    color: #000;
    text-align: center;
    margin-bottom: 2rem;
}

.result-search-wrapper {
    width: 100%;
    background-color: #fff;
    position: relative;
}

.result-serach-input {
    width: 100%;
    height: 3.1rem;
    display: block;
    background-color: #fff;
    border: none;
    padding: 0 3.25rem 0 1rem;
    font-size: .8rem;
    line-height: 3.1rem;
    color: #333;
}

.result-search-ico {
    width: 3.25rem;
    height: 100%;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 20;
    cursor: pointer;
}

.result-search-ico .bi {
    width: 1.1rem;
    height: 1.1rem;
    display: block;
    color: #333;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.result-filtbox {
    width: 100%;
    position: relative;
}

.result-filtbox.web {
    font-size: .7rem;
    line-height: 0.8rem;
    color: #4c4c4c;
    margin-bottom: 1.7rem;
}

.result-filtbox.web a {
    display: block;
}

.result-filtbox.web .swiper-slide {
    width: auto;
    margin: 0 1rem 0 0;
}

.result-filtbox.web .swiper-slide.current {
    font-weight: bold;
}

.result-filtbox.app {
    margin-bottom: .24rem;
}

.result-list li {
    width: 100%;
    border-bottom: solid 1px #dfe1e6;
}

.result-list li:first-child {
    border-top: solid 1px #dfe1e6;
}

.result-list .box {
    width: 100%;
    display: block;
    padding: 1.7rem 9rem 1.7rem 1rem;
    position: relative;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.result-list .item-time {
    font-size: .7rem;
    line-height: 1em;
    color: #666;
    margin-bottom: .5rem;
}

.result-list .item-tit {
    font-size: .9rem;
    line-height: 1.2rem;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 1.2rem;
}

.result-list .item-arrow {
    width: 1.6rem;
    height: 1.6rem;
    display: block;
    border: solid 1px #b8b8b8;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 20;
    color: #333;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.result-list .item-arrow .bi {
    width: .6rem;
    height: .6rem;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

@media screen and (min-width: 992px) {
    .p-result .temp-mainbox {
        padding-top: 1.7rem;
    }
    .result-list li:hover .box {
        background-color: #f7f7f7;
    }
    .result-list li:hover .item-arrow {
        background-color: #999;
        color: #fff;
        border-color: #999;
    }
}

@media screen and (max-width: 991.98px) {
    .result-topbox {
        padding: .78rem 0 .76rem;
    }
    .result-topbox .t-heading {
        font-size: .48rem;
        margin-bottom: .4rem;
    }
    .result-serach-input {
        height: .8rem;
        padding: 0 0.94rem 0 .3rem;
        line-height: .8rem;
        font-size: .28rem;
    }
    .result-search-ico {
        width: .94rem;
    }
    .result-search-ico .bi {
        width: .32rem;
        height: .32rem;
    }
    .result-list li:first-child {
        border-top: none;
    }
    .result-list .box {
        padding: .56rem 0 .68rem;
    }
    .result-list .item-time {
        font-size: .28rem;
        margin-bottom: .18rem;
    }
    .result-list .item-tit {
        font-size: .36rem;
        line-height: .52rem;
        max-height: 1.1rem;
        height: auto;
        white-space: normal;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-overflow: unset;
    }
    .result-list .item-arrow {
        display: none;
    }
}


/* 隐私条款 */

.privacy-doc {
    font-size: .8rem;
    line-height: 1.875em;
    color: #4c4c4c;
    min-height: 300px;
}

.privacy-doc img {
    max-width: 100%;
    height: auto !important;
}

.privacy-doc h1,
.privacy-doc h2,
.privacy-doc h3,
.privacy-doc h4,
.privacy-doc h5,
.privacy-doc h6 {
    line-height: 1.6em;
    font-weight: bold;
    color: #222;
    margin-bottom: .68em;
}

.privacy-doc h1 {
    font-size: 1.5em;
}

.privacy-doc h2 {
    font-size: 1.375em;
}

.privacy-doc h3 {
    font-size: 1.25em;
}

.privacy-doc h4 {
    font-size: 1em;
    line-height: inherit;
    margin: 0.625em 0 0;
}

.privacy-doc h5 {
    font-size: .875em;
    line-height: inherit;
    margin-bottom: 0;
}

.privacy-doc h6 {
    font-size: .75em;
    line-height: inherit;
    margin-bottom: 0;
}

.privacy-doc ul {
    padding-left: 1.25em;
}

.privacy-doc ul>li {
    position: relative;
    padding-left: 10px;
}

.privacy-doc ul>li::before {
    content: '•';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.privacy-doc a[href] {
    color: #094594;
}

@media screen and (max-width: 991.98px) {
    .privacy-doc {
        font-size: .28rem;
        line-height: 1.7em;
    }
    .privacy-doc ul {
        padding-left: 1em;
    }
}


/* 网站底图 */

.sitemap-item {
    width: 100%;
    display: flex;
    padding: 2rem 0;
    border-bottom: solid 1px #e6e6e6;
}

.sitemap-item:first-child {
    padding-top: .5rem;
}

.sitemap-item:last-child {
    border-bottom: none;
}

.sitemap-item a {
    display: block;
}

.sitemap-item-lv1wap {
    flex: 0 0 22%;
    max-width: 260px;
}

.sitemap-lv1 {
    white-space: nowrap;
    font-size: .9rem;
    line-height: 1em;
    color: #000;
    font-weight: bold;
    display: flex;
}

.sitemap-item-lv2wap {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -1.4rem;
    margin: -.5em 0;
}

.sitemap-lv2item {
    min-width: 25%;
    margin-bottom: 1.4rem;
    padding: 0 .5em;
    flex: 0 0 25%
}

.sitemap-lv2item.has-child .sitemap-lv2 {
    padding: 0 0 calc(1em + 2px);
    margin-bottom: 0.9375em;
}

.sitemap-lv2item.has-child .sitemap-lv2::after {
    content: '';
    display: block;
    width: 1.25em;
    height: 2px;
    background-color: #333;
    position: absolute;
    left: 0;
    bottom: 0;
}

.sitemap-lv2 {
    font-size: .8rem;
    line-height: 1.125em;
    color: #333;
    position: relative;
    display: flex;
    width: 100%;
}

.sitemap-lv3list {
    font-size: .7rem;
    line-height: 2em;
    color: #777;
    margin: 0 0 -0.5em;
}

@media screen and (min-width: 992px) {
    .sitemap-item a:hover {
        color: #333;
    }
}

@media screen and (max-width: 991.98px) {
    .sitemap-item {
        display: block;
        padding: .5rem 0 0.6rem;
    }
    .sitemap-item:first-child {
        padding-top: .1rem;
    }
    .sitemap-item-lv1wap {
        flex: none;
        max-width: none;
        margin-bottom: .34rem;
    }
    .sitemap-lv1 {
        font-size: .36rem;
    }
    .sitemap-item-lv2wap {
        margin: 0 0 -0.2rem;
    }
    .sitemap-lv2item {
        min-width: 50%;
        margin-bottom: .2rem;
        flex: 0 0 50%
    }
    .sitemap-lv2item.has-child {
        margin-bottom: .4rem;
    }
    .sitemap-lv2item.has-child .sitemap-lv2 {
        padding: 0 0 calc(.24rem + 2px);
        margin-bottom: .3rem;
    }
    .sitemap-lv2item.has-child .sitemap-lv2::after {
        width: .32rem;
    }
    .sitemap-lv2 {
        font-size: .3rem;
        line-height: .4rem;
    }
    .sitemap-lv3list {
        font-size: .28rem;
        line-height: .48rem;
        color: #666;
        margin: 0 0 -0.1rem;
    }
}