@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Noto Sans Light'),
      local('NotoSans-Light'),
      url('/static/common/fonts/Manrope-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Noto Sans'),
      local('NotoSans'),
      url('/static/common/fonts/Manrope-Medium.ttf') format('truetype');
}

@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Noto Sans Semi Bold'),
      local('NotoSans-SemiBold'),
      url('/static/common/fonts/Manrope-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Noto Sans Bold'),
      local('NotoSans-Bold'),
      url('/static/common/fonts/Manrope-ExtraBold.ttf') format('truetype');
}
body {
  line-height: 1.42857143;
}

* {
  text-decoration: none;
  padding: 0;
  margin: 0;
  font-family: 'Noto Sans', 'Helvetica Neue', Arial, 'microsoft Yahei';
  /* transition: all .3s; */
 -webkit-tap-highlight-color: transparent;
 font-style: normal;
}

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

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

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

input,
select,
textarea,
label {
  font-family: 'Noto Sans', 'Helvetica Neue', Arial, 'microsoft Yahei';
}

a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
  background: none;
  text-decoration: none;
}

ul,
li {
  list-style: none;
}

.cb {
  clear: both;
}


.visible-xs {
  display: none !important;
}

.hidden-xs {
  display: block !important;
}
.bottom-float-ads {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 999;
}
.bottom-float-ads img {
  width: 12rem;
}
.bottom-float-ads .float-ads-close {
  position: absolute;
  right: 0;
  top: 0;
  width: 2rem;
  height: 2rem;
  padding: .2rem;
  background: #fff;
  cursor: pointer;
  /* opacity: 0;
  animation: fadeIn .5s forwards .2s; */
}
@media only screen and (min-width: 1921px) {
  .bottom-float-ads img {
    width: 160px;
  }
}
@media only screen and (max-width: 768px) {
  .visible-xs {
    display: block !important;
  }

  .hidden-xs {
    display: none !important;
  }
  .bottom-float-ads {
    right: 4vw;
    bottom: 4vw;
}

  .bottom-float-ads img {
    width: 16vw;
  }
}

.visible-1024 {
  display: none !important;
}

.hidden-1024 {
  display: block !important;
}

@media only screen and (max-width: 1024px) {
  .visible-1024 {
    display: block !important;
  }

  .hidden-1024 {
    display: none !important;
  }
}

.visible-1080 {
  display: none !important;
}

.hidden-1080 {
  display: block !important;
}

@media only screen and (max-width: 1080px) {
  .visible-1080 {
    display: block !important;
  }

  .hidden-1080 {
    display: none !important;
  }
}

.visible-1280 {
  display: none !important;
}

.hidden-1280 {
  display: block !important;
}

@media only screen and (max-width: 1280px) {
  .visible-1280 {
    display: block !important;
  }

  .hidden-1280 {
    display: none !important;
  }
}


/* @media only screen and (max-width: 768px) {

  html,
  body {
    font-size: 5px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {

  html,
  body {
    font-size: 6px;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1280px) {

  html,
  body {
    font-size: 8px;
  }
}

@media screen and (min-width: 1281px) and (max-width: 1600px) {

  html,
  body {
    font-size: 9px;
  }
}

@media screen and (min-width: 1601px) {

  html,
  body {
    font-size: 10px;
  }
} */


.container {
  margin-right: auto;
  margin-left: auto;
}

/* @media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
@media (min-width: 1440px) {
	.container {
    width: 1200px;
  }
}
@media (min-width: 1910px) {
	.container {
    width: 1400px;
  }
} */





@media (min-width: 1601px) {
  .container {
    width: 1400px;
  }
}

@media (max-width: 1600px) {
  .container {
    width: 83.3%;
  }
}

@media (max-width: 1440px) {
  .container {
    width: 75%;
  }
}

@media (max-width: 1366px) {
  .container {
    width: 73%;
  }
}

@media (max-width: 768px) {
  .container {
    width: 100%;
  }
}



video {
  object-fit: fill;
}

.relative {
  position: relative;
}

.section-nav {
  font-size: 0;
  z-index: 9999;
}

.uiWeb {
  background: #F8F8F8;
}

.new-container {
  width: calc(100% - 100px);
  max-width: 1200px;
  margin: 0 auto;
}

.new-padding {
  padding-left: 0px;
}

@media (max-width: 1366px) {
  .new-padding {
    padding: 0 50px;
  }
}
@media screen and (min-width:1025px) {
  .phone-top{
    margin-top: 64px;
    height: 1px;
  }
}
@media screen and (max-width:1024px) {
  .section-nav {
    font-size: 0;
    position: relative;
    z-index: 999;
    height: 0;
  }

  .section-nav.show {
    z-index: 1000;
  }
  .phone-top{
    margin-top: 59px;
    height: 1px;
  }
  /* .nav-fixed-body {
    padding-top: 60px;
  } */
}

@media (max-width: 768px) {
  .new-container {
    width: calc(100% - 40px);
  }

  .new-padding {
    padding: 0px;
  }
}

/* 专门用于促销的横条文字展示 */
.promotion{
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  padding: 15px 0;
  background: #D04E46;
  text-align: center;
  box-sizing: content-box;
  position: relative;
  z-index: 9;
  cursor: pointer;
  line-height: 1.4;
}
.promotion div{
  display: inline-block;
}
.promotion img{
  width: 6px;
  height: auto;
  margin-left: 3px;
  border: 0 none;
  vertical-align: middle;
}
@media screen and (max-width: 1024px){
  .promotion{
    text-align: center;
    width:calc(100% - 10px);
    padding: 10px 5px;
    font-size: 12px;
    margin-top: 60px;
    margin-bottom: -60px;
  }
  .promotion div{
    height: 100%;
  }
  .promotion span{
    height: 13.6px;
  }
  .promotion img{
    margin-left: 2px;
  }
}
/* 右侧浮标的样式 */
.fixed-promotion{
  position: fixed;
  bottom: 100px;
  right: 100px;
  z-index: 999;
}
.fixed-promotion img{
  width: 150px;
}
@media screen and (max-width: 1080px){
  .fixed-promotion{
    right: 20px;
    bottom: 50px;
  }
  .fixed-promotion img{
    width: 80px;
  }
}
@media screen and (max-width: 560px) {
  .questionnaire-btn img{
      width: 18vw;
  }
}

@media only screen and (max-width: 414px) {
  .bottom-float-ads img {
    width: 20vw;
  }
}