@charset "UTF-8";

/** 媒体查询 */

/** 布局 */

.swiper-theme1 {
  --swiper-navigation-sides-offset: -3.75rem;
  --swiper-navigation-size: 1.25rem;
}

.swiper-theme1 .swiper-prev,
.swiper-theme1 .swiper-next {
  width: 1.4375rem;
  height: 3.5625rem;
  background: #707070;
  border-radius: 0.3125rem;
}

@media (max-width: 800px) {
  .swiper-theme1 {
    --swiper-navigation-sides-offset: -1.875rem;
  }

  .swiper-theme1 .swiper-prev,
  .swiper-theme1 .swiper-next {
    transform: translateY(-30%);
  }
}

.swiper-theme2 {
  --swiper-navigation-sides-offset: 0.125rem;
  --swiper-navigation-size: 1.25rem;
}

.swiper-theme2 .swiper-button-next,
.swiper-theme2 .swiper-button-prev {
  background: rgba(0, 0, 0, 0.3);
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
}

@media (max-width: 800px) {
  .swiper-theme2 {
    --swiper-navigation-size: 1rem;
  }

  .swiper-theme2 .swiper-button-next,
  .swiper-theme2 .swiper-button-prev {
    width: 2.1875rem;
    height: 2.1875rem;
  }
}

@font-face {
  font-family: "OPPOSans-B";
  src: url(../assets/fonts/OPPOSans-B.ttf);
}

@font-face {
  font-family: "OPPOSans-H";
  src: url(../assets/fonts/OPPOSans-H.ttf);
}

@font-face {
  font-family: "OPPOSans-L";
  src: url(../assets/fonts/OPPOSans-L.ttf);
}

@font-face {
  font-family: "OPPOSans-M";
  src: url(../assets/fonts/OPPOSans-M.ttf);
}

@font-face {
  font-family: "OPPOSans-R";
  src: url(../assets/fonts/OPPOSans-R.ttf);
}

@font-face {
  font-family: "SourceHanSerifCN-Bold";
  src: url(../assets/fonts/SourceHanSerifCN-Bold.otf);
}

@font-face {
  font-family: "SourceHanSerifCN-ExtraLight";
  src: url(../assets/fonts/SourceHanSerifCN-ExtraLight.otf);
}

@font-face {
  font-family: "SourceHanSerifCN-Heavy";
  src: url(../assets/fonts/SourceHanSerifCN-Heavy.otf);
}

@font-face {
  font-family: "SourceHanSerifCN-Light";
  src: url(../assets/fonts/SourceHanSerifCN-Light.otf);
}

@font-face {
  font-family: "SourceHanSerifCN-Medium";
  src: url(../assets/fonts/SourceHanSerifCN-Medium.otf);
}

@font-face {
  font-family: "SourceHanSerifCN-Regular";
  src: url(../assets/fonts/SourceHanSerifCN-Regular.otf);
}

@font-face {
  font-family: "SourceHanSerifCN-SemiBold";
  src: url(../assets/fonts/SourceHanSerifCN-SemiBold.otf);
}

@font-face {
  font-family: "AcuminProBlack";
  src: url(../assets/fonts/AcuminProBlack.otf);
}

@font-face {
  font-family: "AcuminProBook";
  src: url(../assets/fonts/AcuminProBook.otf);
}

@font-face {
  font-family: "AcuminProSemibold";
  src: url(../assets/fonts/AcuminProSemibold.otf);
}

@font-face {
  font-family: "AcuminProMedium";
  src: url(../assets/fonts/AcuminProMedium.otf);
}

@font-face {
  font-family: "AcuminProCondBold";
  src: url(../assets/fonts/AcuminProCondBold.otf);
}

@font-face {
  font-family: "AcuminProCondLight";
  src: url(../assets/fonts/AcuminProCondLight.otf);
}

@font-face {
  font-family: "AcuminProExtraLight";
  src: url(../assets/fonts/AcuminProExtraLight.otf);
}

@font-face {
  font-family: "Oswald-Bold";
  src: url(../assets/fonts/Oswald-Bold.ttf);
}

@font-face {
  font-family: "Oswald-ExtraLight";
  src: url(../assets/fonts/Oswald-ExtraLight.ttf);
}

@font-face {
  font-family: "Oswald-Light";
  src: url(../assets/fonts/Oswald-Light.ttf);
}

@font-face {
  font-family: "Oswald-Medium";
  src: url(../assets/fonts/Oswald-Medium.ttf);
}

@font-face {
  font-family: "Oswald-SemiBold";
  src: url(../assets/fonts/Oswald-SemiBold.ttf);
}

@font-face {
  font-family: "Oswald-VariableFont_wght";
  src: url(../assets/fonts/Oswald-VariableFont_wght.ttf);
}

@font-face {
  font-family: "Alibaba-PuHuiTi-B";
  src: url(../assets/fonts/Alibaba-PuHuiTi-Bold.otf);
}

@font-face {
  font-family: "Alibaba-PuHuiTi-H";
  src: url(../assets/fonts/Alibaba-PuHuiTi-Heavy.otf);
}

@font-face {
  font-family: "Alibaba-PuHuiTi-L";
  src: url(../assets/fonts/Alibaba-PuHuiTi-Light.otf);
}

@font-face {
  font-family: "Alibaba-PuHuiTi-M";
  src: url(../assets/fonts/Alibaba-PuHuiTi-Medium.otf);
}

@font-face {
  font-family: "Alibaba-PuHuiTi-R";
  src: url(../assets/fonts/Alibaba-PuHuiTi-Regular.otf);
}

body {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}

input,
textarea {
  font-family: OPPOSans-L;
}

* {
  padding: 0;
  margin: 0;
  line-height: 1.5;
}

html {
  font-family: AcuminProBook, Microsoft YaHei;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

a {
  text-decoration: none;
}

.pre-line {
  white-space: pre-line;
}

.clear-a {
  color: inherit;
}

.clear-a,
.clear-a:link,
.clear-a:visited,
.clear-a:hover,
.clear-a:active {
  text-decoration: none;
}

.dis-con {
  display: contents;
}

.dis-in-flex {
  display: inline-flex;
}

.clear-btn {
  border: 0.0625rem solid #000000;
  background-color: transparent;
}

.overhide {
  overflow: hidden;
}

.transition {
  transition: all 0.3s;
}

/** flex布局 */

.flex {
  display: flex;
}

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

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

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

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

.flex-col {
  display: flex;
  flex-direction: column;
}

.flex-center {
  justify-content: center;
}

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

.flex-start {
  justify-content: flex-start;
}

.flex-end {
  justify-content: flex-end;
}

.flex-1 {
  flex-grow: 1;
}

.flex-wrap {
  flex-wrap: wrap;
}

/** 文本溢出 */

.ellipsis1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

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

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

.ellipsis4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.disb {
  display: block;
}

.w100 {
  width: 100%;
}

.w50 {
  width: 50%;
}

.w45 {
  width: 45%;
}

.w40 {
  width: 40%;
}

.w55 {
  width: 55%;
}

.h100 {
  height: 100%;
}

.col711 {
  color: #71120C;
}

.bgf5 {
  background-color: #F5F5F5;
}

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

.textc {
  text-align: center;
}

.clear-tel {
  color: inherit;
  text-decoration: none;
}

.nowrap {
  text-wrap: nowrap;
}

/** 图片 */

.cover {
  object-fit: cover;
}

.contain {
  object-fit: contain;
}

.cursor-default {
  cursor: default;
}

.cursor-pointer {
  cursor: pointer;
}

.relative {
  position: relative;
}

.z11 {
  z-index: 11;
}

html {
  font-size: 16px;
}

@media (min-width: 800px) {
  html {
    font-size: 10px;
  }
}

@media (min-width: 820px) {
  html {
    font-size: 10.25px;
  }
}

@media (min-width: 840px) {
  html {
    font-size: 10.5px;
  }
}

@media (min-width: 860px) {
  html {
    font-size: 10.75px;
  }
}

@media (min-width: 880px) {
  html {
    font-size: 11px;
  }
}

@media (min-width: 900px) {
  html {
    font-size: 11.25px;
  }
}

@media (min-width: 920px) {
  html {
    font-size: 11.5px;
  }
}

@media (min-width: 940px) {
  html {
    font-size: 11.75px;
  }
}

@media (min-width: 960px) {
  html {
    font-size: 12px;
  }
}

@media (min-width: 980px) {
  html {
    font-size: 12.25px;
  }
}

@media (min-width: 1000px) {
  html {
    font-size: 12.5px;
  }
}

@media (min-width: 1020px) {
  html {
    font-size: 12.75px;
  }
}

@media (min-width: 1040px) {
  html {
    font-size: 13px;
  }
}

@media (min-width: 1060px) {
  html {
    font-size: 13.25px;
  }
}

@media (min-width: 1080px) {
  html {
    font-size: 13.5px;
  }
}

@media (min-width: 1100px) {
  html {
    font-size: 13.75px;
  }
}

@media (min-width: 1120px) {
  html {
    font-size: 14px;
  }
}

@media (min-width: 1140px) {
  html {
    font-size: 14.25px;
  }
}

@media (min-width: 1160px) {
  html {
    font-size: 14.5px;
  }
}

@media (min-width: 1180px) {
  html {
    font-size: 14.75px;
  }
}

@media (min-width: 1200px) {
  html {
    font-size: 15px;
  }
}

@media (min-width: 1220px) {
  html {
    font-size: 15.25px;
  }
}

@media (min-width: 1240px) {
  html {
    font-size: 15.5px;
  }
}

@media (min-width: 1260px) {
  html {
    font-size: 15.75px;
  }
}

@media (min-width: 1280px) {
  html {
    font-size: 16px;
  }
}

@media (min-width: 1280px) {
  html {
    font-size: 16px;
  }
}

.noticejs-topCenter {
  top: 6.25rem;
}

.noticejs .noticejs-progressbar {
  display: none;
}

.noticejs .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  font-size: 0.75rem;
}

.noticejs .item .close {
  float: none;
  font-size: 1.5625rem;
  cursor: pointer;
}

.noticejs .item .close:hover {
  color: #fff;
}

.noticejs .success {
  background-color: #000;
}

.noticejs .success .noticejs-heading {
  background-color: #000;
  color: #fff;
  padding: 0.625rem;
}

.noticejs .success .noticejs-body {
  color: #fff;
  padding: 0.625rem;
}

.noticejs .success .noticejs-content {
  visibility: visible;
  display: flex;
  align-items: center;
  gap: 0.375rem;
}


.get-email{
    position: fixed;
    z-index: 10000;
    overflow: hidden;
    display: none;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;

}
.get-email.active{
    display: block;
}
.get-email-box{
    position: absolute;
    max-width: 700px;
    width: 90%;
    height: 460px;
    top: 45%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
}
.get-email-left {
    /* background-image: url(../img/bg_20.png); */
    background-size: cover;
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    flex-shrink: 0;
}
.get-email-left  img{
  height: 100%;
  object-fit: cover;
}
.get-email-left .img1{display: block;}
.get-email-left .img2{display: none;}
.get-email-left{
    /* object-fit: contain; */
    /* padding: 5%; */
}
.get-email-right{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.get-email-right .get-email-close{
    position: absolute;
    top:20px ;
    right:20px;
    font-size: 20px;
    cursor: pointer;
}
.get-email-ipuut{
    height: 50px;
    border: 1px solid #666;
    margin: auto;
    border-radius: 25px;
    overflow: hidden;
    margin-top: 20px;
}
.get-email-ipuut input{
    width: 100%;
    height: 100%;
    border: 0;
    outline: none;
    text-indent: 20px;
    font-family: 'Regular';

}
.get-email-button{
    border: 0;
    /*background: linear-gradient(90deg, #E2EB00 0%, #37C900 100%);*/
    background: linear-gradient( 270deg, #000000 0%, #000000 100%), #000000;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 25px;
    font-size: 16px;
    color: #fff;
    margin-top: 20px;
    font-family: 'Regular';
    font-weight: bold;
    cursor: pointer;
    border-radius: 25px 25px 25px 25px;
}
.get-email-text{
    
    width: 80%;
}
.get-email-text1{
    font-size: 24px;
    font-family: 'AtAeroMedium';
}
.get-email-text2{
    font-size: 16px;
    font-family: 'Regular';
    margin-top: 5px;

}


@media (max-width: 768px) {
    .get-email-box{
        flex-direction: column;
        top: 55%;
        max-height: 70vh;
        height: auto;
    }
    .get-email-left{
        width: 100%;
        height: auto;
        /* padding: 20px 0; */
        /* max-height: 100px; */
    }
    .get-email-left img{
        height: 100%;
        width: 100%;
        
        /* width: 50%; */
        
        /* max-height: 320px; */
        object-fit: contain;
    }
    .get-email-left .img1{display: none;}
    .get-email-left .img2{display: block;}
    .get-email-right{
        /*padding-top: 35px;*/
        flex-grow: 1;
    }
    .get-email-text{
        display: flex;
        flex-direction: column;
        height: 100%;
    }
    .get-email-text2{
        flex-grow: 1;
    }
    .get-email-button{
        margin-bottom: 35px;
    }
    .get-email-right .get-email-close{
        top: 3px;
        font-size: 30px;
    }
    .sidebar{
        display: none;
    }
    
}