@charset "utf-8";

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}


body {
    font-family: "PT Sans",Helvetica, Arial, serif, sans-serif;
    /*font-family: "HarmonyOS_Sans_SC_Light", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-size: 14px;
    line-height: 1;
    color: #232324;
    background-color: #fff
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
table,
tbody,
tfoot,
thead,
th,
td,
input,
textarea,
fieldset,
p,
span,
strong,
small,
b,
img,
footer,
header,
menu,
nav,
section {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}


table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333;
    font-family: "PT Sans",Helvetica, Arial, serif, sans-serif;
    /*font-family: "HarmonyOS_Sans_SC_Light";*/
}

a:link,
a:visited {
    text-decoration: none
}

a:hover,
a:active {
    text-decoration: none;
}

img {
    max-width: 100%;
}

input:focus,
select:focus,
textarea:focus {
    outline: none !important;
    border: 1px solid #ef9a7a !important;
}

input,
select,
textarea {
    font-family: helvetica;
}

.ellipsis-1 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ellipsis-2 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ellipsis-3 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.transition-name {
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    transition: all 0.5s ease;
}

.flex {
    display: -webkit-flex;
    display: flex;
}

.flex-1 {
    flex: 1;
}

.flex-column {
    flex-direction: column;
}

.flex-row {
    flex-direction: row;
}

.flex-wrap {
    flex-wrap: wrap;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.justify-space-around {
    justify-content: space-around;
}

.justify-flex-end {
    justify-content: flex-end;
}

.justify-flex-start {
    justify-content: flex-start;
}

.align-center {
    align-items: center;
}

.align-start {
    align-items: flex-start;
}
.padding-30{
    padding: 30px;
}
.padding-100{
    padding-top: 100px;
    padding-bottom: 100px;
}
.padding-90{
    padding-top: 90px;
    padding-bottom: 90px;
}
.padding-70{
    padding-top: 70px;
    padding-bottom: 70px;
}
.m-l-30 {
    margin-left: 30px;
}

.m-l-15 {
    margin-left: 15px;
}

.m-l-20 {
    margin-left: 18px;
}

.m-l-40 {
    margin-left: 40px;
}

.m-l-50 {
    margin-left: 50px;
}

.m-t-10 {
    margin-top: 10px;
}

.m-t-15 {
    margin-top: 15px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-t-25 {
    margin-top: 25px;
}

.m-t-30 {
    margin-top: 30px;
}

.m-t-35 {
    margin-top: 35px;
}

.m-t-40 {
    margin-top: 40px;
}

.m-t-45 {
    margin-top: 45px;
}

.m-t-50 {
    margin-top: 50px;
}
.m-t-90 {
    margin-top: 90px;
}
.m-t-80 {
    margin-top: 80px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-b-60 {
    margin-bottom: 60px;
}

/*********font*********/
.f-w-b {
    font-weight: bold;
}

.f-s-15 {
    font-size: 15px;
}

.f-s-16 {
    font-size: 16px;
}

.f-s-17 {
    font-size: 17px;
}

.f-s-18 {
    font-size: 18px;
}

.f-s-19 {
    font-size: 19px;
}

.f-s-20 {
    font-size: 20px;
}

.f-s-22 {
    font-size: 22px;
}

.f-s-24 {
    font-size: 24px;
}

.f-s-26 {
    font-size: 26px;
}

.f-s-28 {
    font-size: 28px;
}


.f-s-30 {
    font-size: 30px;
}

.f-s-32 {
    font-size: 32px;
}

.f-s-34 {
    font-size: 34px;
}

.f-s-36 {
    font-size: 36px;
}

/*********color*********/
.back-fff {
    background: #ffffff;
}

.back-fafafa {
    background: #fafafa;
}

.back-f2f2f2 {
    background: #f2f2f2;
}

.back-48484a {
    background: #48484a;
}

.color-fff {
    color: #fff !important;
}

.color-000 {
    color: #000;
}

.color-666 {
    color: #666;
}

.color-999 {
    color: #999;
}

.color-48484a {
    color: #48484a;
}

.color-686a6f {
    color: #686a6f;
}

.color-09090a {
    color: #09090a;
}

.width-1440 {
    width: 1440px;
    margin-left: auto;
    margin-right: auto;
}
.line-24 {
    line-height: 24px;
}

.line-36 {
    line-height: 36px;
}

.line-40 {
    line-height: 40px;
}
.text-align-center{
    text-align: center;
}


@font-face {
    font-family: "Helvetica";
    src: url('../Helvetica.eot');
    src: url('../Helvetica.eot?iefix') format('eot'),
     url('../Helvetica.woff') format('woff'),
     url('../Helvetica.ttf') format('truetype'),
     url('../Helvetica.svg#webfontLgJOAlmK') format('svg'); 
    
}
@font-face {
    font-family: "HarmonyOS_Sans_SC_Bold--";
    src: url('../fonts/HarmonyOS_Sans_SC/HarmonyOS_Sans_SC_Bold.eot');
    src: url('../fonts/HarmonyOS_Sans_SC/HarmonyOS_Sans_SC_Bold.eot?iefix') format('eot'),
     url('../fonts/HarmonyOS_Sans_SC/HarmonyOS_Sans_SC_Bold.woff') format('woff'),
     url('../fonts/HarmonyOS_Sans_SC/HarmonyOS_Sans_SC_Bold.ttf') format('truetype'),
     url('../fonts/HarmonyOS_Sans_SC/HarmonyOS_Sans_SC_Bold.svg#webfontLgJOAlmK') format('svg'); 
}

@font-face {
    font-family: "HarmonyOS_Sans_SC_Light--";
    src: url('../fonts/HarmonyOS_Sans_SC/HarmonyOS_Sans_SC_Light.eot');
    src: url('../fonts/HarmonyOS_Sans_SC/HarmonyOS_Sans_SC_LightHarmonyOS_Sans_SC_Light.eot?iefix') format('eot'),
     url('../fonts/HarmonyOS_Sans_SC/HarmonyOS_Sans_SC_Light.woff') format('woff'),
     url('../fonts/HarmonyOS_Sans_SC/HarmonyOS_Sans_SC_Light.ttf') format('truetype'),
     url('../fonts/HarmonyOS_Sans_SC/HarmonyOS_Sans_SC_Light.svg#webfontLgJOAlmK') format('svg'); 
}

@font-face {
    font-family: "HarmonyOS_Sans_SC_Medium--";
    src: url('../fonts/HarmonyOS_Sans_SC/HarmonyOS_Sans_SC_Medium.eot');
    src: url('../fonts/HarmonyOS_Sans_SC/HarmonyOS_Sans_SC_Medium.eot?iefix') format('eot'),
     url('../fonts/HarmonyOS_Sans_SC/HarmonyOS_Sans_SC_Medium.woff') format('woff'),
     url('../fonts/HarmonyOS_Sans_SC/HarmonyOS_Sans_SC_Medium.ttf') format('truetype'),
     url('../fonts/HarmonyOS_Sans_SC/HarmonyOS_Sans_SC_Medium.svg#webfontLgJOAlmK') format('svg');
}

@font-face {
    font-family: "HarmonyOS_Sans_SC_Regular--";
    src: url('../fonts/HarmonyOS_Sans_SC/HarmonyOS_Sans_SC_Regular.eot');
    src: url('../fonts/HarmonyOS_Sans_SC/HarmonyOS_Sans_SC_Regular.eot?iefix') format('eot'),
     url('../fonts/HarmonyOS_Sans_SC/HarmonyOS_Sans_SC_Regular.woff') format('woff'),
     url('../fonts/HarmonyOS_Sans_SC/HarmonyOS_Sans_SC_Regular.ttf') format('truetype'),
     url('../fonts/HarmonyOS_Sans_SC/HarmonyOS_Sans_SC_Regular.svg#webfontLgJOAlmK') format('svg');
}




@font-face {
    font-family: "HarmonyOS_Sans_SC_Bold3";
    src: url('../fonts/HarmonyOS_Sans_SC/HarmonyOS_Sans_SC_Bold.ttf');
}

@font-face {
    font-family: "HarmonyOS_Sans_SC_Light3";
    src: url('../fonts/HarmonyOS_Sans_SC/HarmonyOS_Sans_SC_Light.ttf');
}

@font-face {
    font-family: "HarmonyOS_Sans_SC_Medium3";
    src: url('../fonts/HarmonyOS_Sans_SC/HarmonyOS_Sans_SC_Medium.ttf');
}

@font-face {
    font-family: "HarmonyOS_Sans_SC_Regular3";
    src: url('../fonts/HarmonyOS_Sans_SC/HarmonyOS_Sans_SC_Regular.ttf');
}

.HarmonyOS_Sans_SC_Bold4 {
    font-family: "HarmonyOS_Sans_SC_Bold";
}

.HarmonyOS_Sans_SC_Light4 {
    font-family: "HarmonyOS_Sans_SC_Light";
}

.HarmonyOS_Sans_SC_Medium4 {
    font-family: "HarmonyOS_Sans_SC_Medium";
}

.HarmonyOS_Sans_SC_Regular4 {
    font-family: "HarmonyOS_Sans_SC_Regular";
}
