@charset "utf-8";

html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
a,
address,
em,
img,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
i,
b,
s {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    word-break: break-all;
}

select {
    appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
}

ul,
ol {
    list-style: none
}

a img {
    border: none;
}

a,
a:link {
    text-decoration: none;
}

button {
    overflow: visible;
    padding: 0;
    margin: 0;
    border: 0 none;
    background-color: transparent;
    appearance: none;
    -webkit-appearance: none;
}

button::-moz-focus-inner {
    padding: 0
}

textarea,
input {
    background: none;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

input[type=number] {
    appearance: none;
    -webkit-appearance: none;
    border: 0;
}

input[type=search] {
    appearance: none;
    -webkit-appearance: none;
    border: 0;
}

input[type=text] {
    appearance: none;
    -webkit-appearance: none;
    border: 0;
}

input[type=tel] {
    appearance: none;
    -webkit-appearance: none;
    border: 0;
}

input[type=button] {
    appearance: none;
    -webkit-appearance: none;
}

input[type=password] {
    -webkit-text-security: disc;
    appearance: none;
    -webkit-appearance: none;
    border: 0;
}

input[type=submit] {
    appearance: none;
    -webkit-appearance: none;
    border: 0;
}

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

@font-face {
    font-family: HarmonyOS;
    src: "./font/HarmonyOS_Sans_SC_Regular.ttf";
}

body {
    word-wrap: break-word;
    font-size: 14px;
    color: #101214;
    line-height: 1.5;
    font-family: HarmonyOS;
    background-color: #F5F7FA;
    overflow-y: scroll;
    overflow-x: hidden;
}

ul,
dl,
dd,
dt {
    margin: 0;
    padding: 0;
}

img {
    width: 100%;
    max-width: 100%;
    display: block;
    /* vertical-align: middle; */
}


.w-1320 {
    /* width: 68.75%; */
    width: 1200px;
    /* max-width: 1200px; */
    margin: 0 auto;
    /* min-width: 1200px; */
}

.min_show {
    min-width: 1400px;
}

.min_img {
    min-width: 1200px;
}

.flex {
    display: flex;
    align-items: center;
}

.flex_start {
    display: flex;
    align-items: flex-start;
}

.flex_end {
    display: flex;
    align-items: flex-end;
}

.flex_warp {
    flex-wrap: wrap;
}

.flex1 {
    flex: 1;
}

.flex3 {
    flex: 3;
}

.flex_between {
    justify-content: space-between;
}

.flex_column {
    flex-direction: column;
}

.flex_center {
    justify-content: center;
}

.flex_order1 {
    order: 1;
}

.flex_order2 {
    order: 2
}

.gap8 {
    gap: 8px;
}

.gap16 {
    gap: 16px;
}

.gap24 {
    gap: 24px;
}

.gap64 {
    gap: 64px;
}

.pr {
    position: relative;
}

.boxsizing {
    box-sizing: border-box;
}

.pd16 {
    padding: 16px;
}

.pd24 {
    padding: 24px;
}

.pt48 {
    padding-top: 48px;
}

.mt4 {
    margin-top: 4px;
}

.mt8 {
    margin-top: 8px;
}

.mt12 {
    margin-top: 12px;
}

.mt16 {
    margin-top: 16px;
}

.mt20 {
    margin-top: 20px;
}

.mt24 {
    margin-top: 24px;
}

.mt32 {
    margin-top: 32px;
}

.mt40 {
    margin-top: 40px;
}

.mt48 {
    margin-top: 48px !important;
}

.mt72 {
    margin-top: 72px;
}

.mt80 {
    margin-top: 80px;
}

.mb48 {
    margin-bottom: 48px;
}

.mb80 {
    margin-bottom: 80px;
}

.mr8 {
    margin-right: 8px;
}

.mr12 {
    margin-right: 12px;
}

.mr16 {
    margin-right: 16px;
}

.mr48 {
    margin-right: 48px;
}

.nowrap {
    white-space: nowrap;
}

.fontw {
    font-weight: bold;
}

.text_center {
    text-align: center;
}

.fontww {
    font-weight: 900;
}

.font10 {
    font-size: 10px;
}

.font12 {
    font-size: 12px;
}

.font14 {
    font-size: 14px;
}

.font16 {
    font-size: 16px;
}

.font20 {
    font-size: 20px;
}

.font24 {
    font-size: 24px;
}

.font40 {
    font-size: 40px;
}

.font44 {
    font-size: 44px;
}

.font56 {
    font-size: 56px;
}

.color_ffffff {
    color: #ffffff;
}

.color_ffffff_6 {
    color: rgba(255, 255, 255, 0.6);
}

.color_288FFF {
    color: #288FFF !important;
}

.color_9098A0 {
    color: #9098A0;
}

.color_69737C {
    color: #69737C;
}

.color_667A90 {
    color: #667A90;
}

.color_D6B321 {
    color: #D6B321;
}

.color_4072A8 {
    color: #4072A8;
}

.color_0A66CB {
    color: #0A66CB;
}

.color_FFF68E {
    color: #FFF68E;
}

.back_FFFFFF {
    background-color: #ffffff;
}

/* 2行隐藏 */
.line {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.line2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: box;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.line3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: box;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.underline:hover {
    text-decoration: underline;
}