@font-face {

    font-family: "HarmonyOS Sans";
    font-weight: normal;
    src: url("/font/HarmonyOS_Sans_SC.ttf") format("truetype")
}
@font-face {

    font-family: "HarmonyOS_Sans_Bold";
    font-weight: normal;
    src: url("/font/HarmonyOS_Sans_SC_Bold.ttf") format("truetype")
}
a,
blockquote,
body,
code,
dd,
div,
dl,
dt,
em,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
iframe,
img,
input,
label,
li,
object,
ol,
p,
q,
small,
span,
strong,
table,
tbody,
td,
th,
tr,
ul {
    margin: 0;
    padding: 0;
    border: 0
}

body {
    font-family: "STHeiti", "Microsoft YaHei", Helvetica, Arial, sans-serif,"FZLanTingHeiS-R-GB","HarmonyOS Sans","HarmonyOS_Sans_Bold";
    /* font-family: "FZLanTingHeiS-R-GB"; */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-text-size-adjust: none;
    background: #fff;
    overflow-x: hidden;
}

html {
    /* font-family: "FZLanTingHeiS-R-GB"; */
    font-family: "STHeiti", "Microsoft YaHei", Helvetica, Arial, sans-serif,"FZLanTingHeiS-R-GB","HarmonyOS Sans","HarmonyOS_Sans_Bold";
}

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

a,
a:active,
a:focus,
a:hover,
a:visited {
    text-decoration: none;
}

a,
img {
    -webkit-touch-callout: none
}

li,
ol,
ul {
    list-style: none
}

input[type=password],
input[type=text],
textarea {
    resize: none;
    outline: 0;
    -webkit-appearance: none;
    white-space: pre-wrap;
    word-wrap: break-word;
    background: #fff
}

* {
    margin: 0;
    padding: 0;
}

.select {
    position: relative;
    display: block;
    width: 100%;
    max-width: 270px;
    color: #333;
    vertical-align: middle;
    text-align: left;
    user-select: none;
    -webkit-touch-callout: none;
    border: 1px solid #e5e5e5;
    font-size: 12px;
    height: 23px;
    line-height: 23px;
}

.select .placeholder {
    position: relative;
    display: block;
    background-color: #393d41;
    z-index: 1;
    padding: 0 10px;
    border-radius: 2px;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.select .placeholder:after {
    position: absolute;
    right: 0em;
    top: 40%;
    width: 20px;
    background: url(../images/bottom.png) 0 0 no-repeat;
    content: '';
    z-index: 10;
    height: 20px;
}

.select.select--white .placeholder {
    background: #fff;
    color: #666;
}

.select ul {
    display: none;
    position: absolute;
    overflow-x: hidden;
    overflow-y: scroll;
    max-height: 300px;
    width: 100%;
    background: #fff;
    border-radius: 2px;
    top: 33px;
    left: -1px;
    list-style: none;
    padding: 0;
    z-index: 100;
    border: 1px solid #e5e5e5;
}

.select ul::-webkit-scrollbar {
    display: none;
}

.select ul li {
    display: block;
    text-align: left;
    padding: 5px 10px;
    color: #666;
    cursor: pointer;
    margin: 0;
}

.select ul li:hover {
    background: #F78D26;
    color: #fff;
}

.select.is-open ul {
    display: block;
}

.select.is-open .placeholder:after {
    transform: rotate(180deg);
    right: 10px;
    top: -5px;
}

.flex-1 {
    flex: 1
}

.flex-start {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.flex-end {position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.jiaicon{
    position: absolute;
    top: 0px;
    right: 16px;
}
.jiaicon01{
        right: 16px;
    
}
.jiaicontb{
    position: absolute;
    top: 0px;
    right: 2px;
    
}
.jiaicon03{
        right: 16px;
    
}
.flex-start-center {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

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

.flex-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex-around {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

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

.column {
    flex-direction: column;
}

.wrap {
    flex-wrap: wrap;
}

.rel {
    position: relative;
}

.abs {
    position: absolute;
}

.fix {
    position: fixed;
}

.hidden {
    display: none;
}

.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}


/* 超过隐藏 */

.ellip {
    overflow: hidden;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
}


/* 超过2行隐藏 */

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

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

img {
    width: 100%;
    height: 100%;
}

.clear-float {
    float: none;
    padding: 0;
}


/* .inner-cont img:hover {
    transition: all 1s;
    transform: scale(1.05);
} */

.mt-46 {
    margin-top: 46px;
}

.mt-30 {
    margin-top: 30px;
}

.rotate-180 {
    transform: rotate(180deg);
}

.rotate-90 {
    transform: rotate(90deg);
}

.rotate-270 {
    transform: rotate(270deg);
}

.hidden-x {
    width: 100%;
    overflow-x: hidden;
}

.color-fff {
    color: #fff !important;
}

.m-0-auto {
    margin: 0 auto !important;
}

.h-56 {
    height: 56px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-38 {
    margin-top: 38px;
}

.mt-90 {
    margin-top: 90px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-78 {
    margin-top: 78px;
}

.mb-0 {
    margin-bottom: 0px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mr-60 {
    margin-right: 60px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-40 {
    margin-right: 40px;
}

.mt-56 {
    margin-top: 56px;
}

.ml-5 {
    margin-left: 5px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-35 {
    margin-left: 35px;
}

.pt-56 {
    padding-top: 56px;
}

.pt-90 {
    padding-top: 90px;
}

.pl-18 {
    padding-left: 18px;
}

.pl-35 {
    padding-left: 35px;
}

.width-100 {
    width: 100%;
}

.width-50 {
    width: 50%;
}

.w-50 {
    width: 50px !important;
}

.w-100 {
    width: 100px;
}

.w-120 {
    width: 120px;
}

.bg-fff {
    background: #fff;
}

.color-3 {
    color: #333;
}

.color-9D9D9D {
    color: #9D9D9D;
}

.color-646464 {
    color: #646464;
}

.color-da4040 {
    color: #da4040;
}

.f-18 {
    font-size: 18px;
}

.f-14 {
    font-size: 14px;
}

.f-12 {
    font-size: 12px;
}

.border-t {
    border-top: 1px solid #EDECEA;
    width: 100%;
}

.border-b {
    width: 100%;
    border-bottom: 1px solid #EDECEA;
}

.border-l {
    height: 100%;
    border-left: 1px solid #EDECEA;
}

.border-r {
    height: 100%;
    border-right: 1px solid #EDECEA;
}

.info-pagination {
    width: 90% !important;
    padding-left: 5%;
    text-align: left;
}

.info-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background: rgba(234, 235, 239, 1);
}

.info-pagination .swiper-pagination-bullet-active {
    width: 20px;
    background: #EAEBEF;
}

.info-pagination2 {
    bottom: 0;
    text-align: center;
}

.info-pagination2 .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background: #666;
}

.info-pagination2 .swiper-pagination-bullet-active {
    width: 20px;
    background: #F78D26;
}

.null {
    width: 100%;
    height: 155px;
    margin: 60px 0;
    font-size: 16px;
    color: rgba(176, 166, 150, 1);
}

.null .null-test {
    width: 100%;
    text-align: center;
    bottom: 10px;
}

.icon-null {
    width: 350px;
    height: 160px;
    top: 0;
    left: calc(50% - 170px);
    z-index: 0;
}