.header {
  position: relative;
  z-index: 18;
  font-size: 12px;
  width: 100%;
  padding: 0;
  transition: all 0.3s;
  box-sizing: border-box;
}
.header .none {
  display: none !important;
}
.header .header-tab {
  background-color: #fff;
  position: relative;
  z-index: 18;
  display: flex;
}
.header .header-tab .header-tab-con {
  display: inline-block;
  width: calc(100% - 187px);
  white-space: nowrap;
  overflow: hidden;
}
.header .header-tab .header-tab-con .navbar {
  transition: all 0.3s linear 0s;
  /* 不允许跨行 */
}
.header .header-tab .header-tab-con-navbar {
  width: auto;
  overflow: hidden;
}
.header .header-tab .navbar-jiantou {
  margin-top: 20px;
  width: 6%;
}
.header .header-tab .navbar_item a {
  text-transform: uppercase;
  position: relative;
}
.header .header-tab .navbar_itemContent-col a {
  text-transform: lowercase;
}
.header .header-tab .navbar_itemContent-col a:hover {
  border-bottom: none;
  text-decoration: underline;
}
.header .header-tab .navbar-search {
  position: absolute;
  right: 10.9375%;
  top: 20%;
}
@media screen and (max-width: 1620px) {
  .header .header-tab .navbar-search {
    right: 3.125%;
  }
}
.header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 18;
}
.header-newsline {
  position: relative;
  padding-top: 23px;
  padding-bottom: 23px;
  background: #0D1623;
  z-index: 19;
  box-sizing: border-box;
  /* 货币 */
  /*end 货币 */
  /* track order */
  /* end track order */
}
.header-newsline.container {
  width: 100%;
  min-width: 1200px;
  box-sizing: border-box;
}
.header-newsline_right {
  float: right;
}
.header-newsline_currency {
  position: relative;
  padding: 9px 26px 9px 10px;
  line-height: 1em;
  border: 2px solid #F0C8A5;
  color: #F0C8A5;
}
.header-newsline_currency:hover {
  background: #F0C8A5;
  color: #0D1623;
}
.header-newsline_currency:hover:after {
  color: #0D1623;
}
.header-newsline_currency-btn {
  position: relative;
  font-size: 14px;
  font-weight: bold;
}
.header-newsline_currency-btn:after {
  display: inline-block;
  content: '\e6b5';
  font-family: iconfont;
  position: absolute;
  right: -18px;
  top: 50%;
  margin-top: -6px;
  transform: rotate(180deg);
  font-size: 18px;
  font-weight: normal;
}
.header-newsline_currency-list {
  min-width: 80px;
  padding: 5px 10px;
}
.header-newsline_icon {
  display: inline-block;
  margin-left: 48px;
  font-size: 25px;
  padding: 5.5px 0;
  line-height: 1em;
  vertical-align: middle;
  transition: all linear 0.2s;
  color: #F0C8A5;
}
.header-newsline_icon:hover {
  color: #F0C8A5;
  cursor: pointer;
  transition: all linear 0.2s;
}
.header-newsline_cart {
  position: relative;
}
.header-newsline_cart .right-bar_link--cart {
  display: none;
}
.header-newsline_cart .right-bar_link--cart-num {
  font-size: 14px;
  width: 18px;
  height: 18px;
  line-height: 20px;
  text-align: center;
  right: -10px;
  top: -12px;
}
.header-newsline_phone {
  position: relative;
  margin-left: 61px;
}
.header-newsline_phoneImg {
  position: absolute;
  width: 50px;
  top: -16px;
  right: -12px;
  vertical-align: bottom;
}
.header-newsline .iconwhatsapp1 {
  margin-left: 49px;
  width: 50px;
}
.header-newsline .iconwhatsappbusiness1 {
  margin-left: 18px;
}
.header-newsline_price-opt {
  display: block;
  font-size: 12px;
  line-height: 16px;
  width: 70px;
  box-sizing: border-box;
  padding: 3px 20px;
  margin-right: 0;
}
.header-newsline_price-opt:hover {
  color: #e60f67;
}
.header-newsline_USD {
  background-position: 0 3px;
}
.header-newsline_CAD {
  background-position: 0 -21px;
}
.header-newsline_EUR {
  background-position: 0 -45px;
}
.header-newsline_GBP {
  background-position: 0 -69px;
}
.header-newsline_AED {
  background-position: 0 -93px;
}
.header-newsline_AUD {
  background-position: 0 -117px;
}
.header-newsline_NGN {
  background-position: -183px 3px;
}
.header-newsline_ZAR {
  background-position: -183px -21px;
}
.header-newsline_MXN {
  background-position: -183px -93px;
}
.header-newsline_language {
  position: relative;
  display: inline-block;
  margin-left: 25px;
  min-width: 118px;
}
.header-newsline_language-item {
  display: inline-block;
  line-height: 16px;
  border: 1px solid #ddd;
  padding: 3px 10px;
  text-decoration: none;
  width: 100%;
  box-sizing: border-box;
}
.header-newsline_language-item::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 16px;
  position: relative;
  top: 4px;
  left: -4px;
  background-size: 134px;
}
.header-newsline_language-en::before {
  background-position: -111px -48px;
}
.header-newsline_language-fran {
  display: none;
  position: absolute;
  top: 40px;
  z-index: 99;
  box-sizing: border-box;
  font-size: 1em;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(5, 5, 5, 0.1);
  box-shadow: 0 1px 3px rgba(5, 5, 5, 0.1);
}
.header-newsline_language-fran::before {
  background-position: -111px -30px;
}
.header-newsline_dropdown-menu {
  display: none;
  position: absolute;
  top: 34px;
  left: -2px;
  z-index: 12;
  box-sizing: border-box;
  font-size: 1em;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(5, 5, 5, 0.1);
  box-shadow: 0 1px 3px rgba(5, 5, 5, 0.1);
}
.header-newsline_img-link {
  float: left;
  margin-right: 20px;
  width: 194px;
  height: 36px;
  background-position: 0 -140px;
}
.header-newsline_account {
  position: relative;
  height: 36px;
  margin-left: 49px;
  box-sizing: border-box;
}
.header-newsline_account-icon {
  position: relative;
  margin-left: 0;
}
.header-newsline_account-list {
  padding: 5px 10px;
  min-width: 164px;
  left: auto;
  right: 0;
}
.header-newsline_account-link {
  display: block;
  box-sizing: border-box;
  padding: 3px 20px;
  line-height: 16px;
}
.header-newsline_account-link:hover {
  background-color: #f5f5f5;
}
.header-newsline .track-order {
  font-size: 14px;
}
.header-newsline .track-order .iconTrackOrder {
  margin-left: 42px;
}
.header-newsline .track-order_text {
  margin: 0 auto;
  padding-bottom: 1em;
  font-size: 14px;
  color: #0D1623;
  text-align: left;
  line-height: 24px;
}
.header-newsline .track-order_form {
  margin: 0px;
  width: 100%;
}
.header-newsline .track-order_form label {
  font-size: 16px;
}
.header-newsline .track-order_form label em {
  margin-right: 5px;
}
.header-newsline .track-order_input {
  height: 38px;
  margin-top: 10px;
  margin-bottom: 25px;
  border: none;
  font-size: 14px;
}
.header-newsline .track-order_submit {
  width: 100%;
  height: 38px;
  line-height: 38px;
  text-transform: capitalize;
  font-size: 16px;
  margin: 0 auto;
}
.header-newsline .track-order_result {
  margin: 20px auto 0;
  width: unset;
}
.header-newsline .track-order_item {
  position: relative;
}
.header-newsline .track-order_item--normal .track-order_item-quan {
  background: #A25009;
}
.header-newsline .track-order_item--normal .track-order_date,
.header-newsline .track-order_item--normal .track-order_des {
  color: #B46C2E;
}
.header-newsline .track-order_item--normal .track-order_message {
  color: #A25009;
}
.header-newsline .track-order_item_info {
  padding-left: 28px;
}
.header-newsline .track-order_item-quan {
  position: absolute;
  background: #e4e7ed;
  left: 2px;
  top: 6px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #FFCA9B;
}
.header-newsline .track-order_item-xian {
  position: absolute;
  left: 4px;
  top: 6px;
  height: 100%;
  border-left: 2px solid #FFE1C7;
}
.header-newsline .track-order_info {
  padding: 14px 25px 30px;
  font-weight: 600;
  font-size: 14px;
  background: #fff;
}
.header-newsline .track-order_info span {
  color: #0D1623;
}
.header-newsline .track-order_info_num {
  padding: 10px 25px;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  background: linear-gradient(129.32deg, #ffcb88 0%, #ffe3b7 48.24%, #ffbf6c 100%);
}
.header-newsline .track-order_info-content {
  max-height: 262px;
}
.header-newsline .track-order_info--status::before {
  content: "\e6ab";
  display: inline-block;
  font-family: iconfont;
  color: #000;
  margin-right: 10px;
}
.header-newsline .track-order_empty .track-order_status {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  margin-top: 44px;
  margin-bottom: 27px;
}
.header-newsline .track-order_status {
  font-size: 14px;
  margin-top: 15px;
}
.header-newsline .track-order_status > div {
  padding: 2px 0 5px;
}
.header-newsline .track-order_sendEmail {
  display: inline-block;
  margin-top: 6px;
  margin-bottom: 16px;
  width: 100%;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  color: #0D1623;
  border: 1px solid #0d1623;
  text-transform: capitalize;
}
.header-newsline .track-order_selType {
  width: 100%;
  height: 38px;
  padding: 0 10px;
  margin-top: 5px;
  font-size: 14px;
  color: #88878E;
  box-sizing: border-box;
  border: none;
}
.header-newsline .track-order_status {
  font-size: 14px;
  margin-top: 15px;
}
.header-newsline .track-order_status > div {
  padding: 2px 0 5px;
}
.header-newsline .track-order_date,
.header-newsline .track-order_des {
  color: #1F1D2B;
}
.header-newsline .track-order_message {
  color: #000;
  font-weight: 700;
}
.header-newsline .track-order_form p {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.header-newsline .track-order_form p a {
  font-size: 14px;
  text-decoration: underline;
}
.header-newsline_track-order {
  position: relative;
}
.header-newsline_track-order:hover .header-newsline_track-toggle {
  box-shadow: 0px 10px 14px rgba(0, 0, 0, 0.2);
}
.header-newsline_track-toggle {
  text-transform: capitalize;
}
.header-newsline_track-form {
  display: none;
  left: auto;
  right: 0;
  width: 400px;
  max-height: 882px;
  text-align: left;
  border: 1px solid #ddd;
  border-top: none;
}
.header-newsline_track-form .track-order_content {
  padding: 25px;
  background: linear-gradient(180deg, #fff 0%, #fffbf8 35.02%, #ffddbe 100%);
  box-sizing: border-box;
}
.header-logo {
  float: none;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 44px;
  color: #F0C8A5;
  z-index: 1;
}
/* navbar */
.navbar .navbar-con {
  float: left;
  width: 100%;
  overflow: hidden;
  margin-right: 3%;
  /* 不允许跨行 */
  white-space: nowrap;
}
.navbar .navbar-con .swiper-wrapper {
  overflow: hidden;
}
.navbar .navbar-con .swiper-wrapper .swiper-slide {
  width: auto !important;
  padding: 18px 20px;
  margin-right: 0;
}
.navbar .navbar-con .swiper-wrapper .swiper-slide a {
  text-transform: uppercase;
}
.navbar .navbar-con .swiper-wrapper .swiper-slide:first-child {
  padding-left: 0;
}
.navbar .navbar-jiantou {
  right: 440px;
  width: 7%;
}
.navbar .navbar-jiantou .swiper-button-prev {
  background: #fff;
  height: 50px;
  width: 30px;
  line-height: 50px;
  border: none;
}
.navbar .navbar-jiantou .swiper-button-next {
  background: #fff;
  height: 30px;
  width: 30px;
  line-height: 30px;
  border: none;
}
.navbar .navbar-jiantou::selection {
  display: none;
  background: #fff;
  color: #000;
}
.navbar .none {
  display: none;
}
.navbar_item {
  display: inline-block;
  margin-right: 30px;
  color: #000;
}
.navbar_item a:hover {
  border-bottom: 2px solid #000;
}
.navbar_item .navbar_itemContent-col a {
  text-transform: lowercase;
}
.navbar_item .navbar_itemContent-col a:hover {
  border-bottom: none;
  text-decoration: underline;
}
.navbar_item--relative {
  position: relative;
}
.navbar_item--relative .navbar_itemContent-wrapper {
  width: auto;
  max-width: 200%;
}
.navbar_item-icon {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  font-size: 12px;
  line-height: 17px;
  font-weight: normal;
  transform: translateX(-50%);
  width: 40px;
  text-align: center;
}
.navbar_item-icon:before {
  position: absolute;
  display: inline-block;
  content: '';
  width: 0;
  height: 0;
  margin-bottom: 2px;
  vertical-align: middle;
  border-style: solid solid none;
  border-width: 0.4rem 0.3rem 0;
  left: 50%;
  bottom: -6px;
  margin-left: -5px;
}
.navbar_item-icon--hot {
  background: #E20000;
  color: #fff;
}
.navbar_item-icon--hot:before {
  border-color: #E20000 transparent #E20000;
}
.navbar_item-icon--yellow {
  background: #F0C8A5;
  color: #fff;
}
.navbar_item-icon--yellow:before {
  border-color: #F0C8A5 transparent #F0C8A5;
}
.navbar_item-icon--brown {
  background: #640909;
  color: #FCEBDD;
}
.navbar_item-icon--brown:before {
  border-color: #640909 transparent #640909;
}
.navbar_item-icon--new {
  background: #0D1623;
  color: #F0C8A5;
}
.navbar_item-icon--new:before {
  border-color: #F0C8A5 transparent #F0C8A5;
}
.navbar_item-icon--off {
  background: #F0C8A5;
  color: #0D1623;
}
.navbar_item-icon--off:before {
  border-color: #F0C8A5 transparent #F0C8A5;
}
.navbar_item:last-child {
  margin-right: 0;
}
.navbar_itemContent {
  padding-top: 34px;
  padding-bottom: 19px;
}
.navbar_itemContent-wrapper {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  height: 0;
  box-sizing: border-box;
  overflow: hidden;
  color: #000;
  -ms-transition: all 1s ease;
  /* IE 9 */
  -moz-transition: all 1s ease;
  /* Firefox */
  -webkit-transition: all 1s ease;
  /* Safari 和 Chrome */
  -o-transition: all 1s ease;
  /* Opera */
  transition: all 1s ease;
  opacity: 0;
  z-index: 14;
}
.navbar_itemContent-col {
  margin-right: 50px;
  text-align: left;
  margin-top: 9px;
}
.navbar_itemContent-col .navbar_itemContentTitle {
  text-transform: capitalize !important;
}
.navbar_itemContent-col:last-child {
  margin-right: 0;
}
.navbar_itemContent-col.brand-about {
  box-sizing: border-box;
  width: 300px;
  padding: 10px;
  border-left: 1px solid #e2e2e2;
  height: 240px;
  padding-left: 40px;
  margin-top: 16px;
}
.navbar_itemContent-col.brand-about .brand-about_text {
  font-weight: 600;
  font-size: 13px;
  line-height: 30px;
}
.navbar_itemContent.navbar_itemContent--img {
  font-size: 16px;
  padding-bottom: 30px;
  display: flex;
  flex-wrap: nowrap;
  margin-top: 20px;
  margin-bottom: 60px;
}
.navbar_itemContent.navbar_itemContent--img .navbar_itemContent-col--img {
  float: left;
  width: 17%;
  margin-right: 2.5%;
  text-decoration: none;
}
.navbar_itemContent.navbar_itemContent--img .navbar_itemContent-col--img:last-child {
  margin-right: 0;
  width: 22%;
}
.navbar_itemContent.navbar_itemContent--img .navbar_itemContent-col--img:hover {
  text-decoration: none;
  border-bottom: none;
}
.navbar_itemContent.navbar_itemContent--img .navbar_itemContent-col {
  float: left;
}
.navbar_itemContent.navbar_itemContent--img .navbar_itemContent-col .navbar_itemContent-col--img {
  width: 100%;
  margin-bottom: 1.4vh;
  display: block;
  margin-top: 0;
}
.navbar_itemContent.navbar_itemContent--img .navbar_itemContent-col .navbar_itemContent-col--img:last-child {
  margin-bottom: 0;
}
.navbar_itemContent.navbar_itemContent--img .navbar_item-newpic {
  border-left: 1px solid #E2E2E2;
  padding-left: 40px;
}
.navbar_itemContent.navbar_itemContent--img .navbar_item-newpic a {
  width: 253px;
  margin-right: 20px;
}
.navbar_itemContent.navbar_itemContent--img .navbar_item-newpic a img {
  width: 100%;
}
.navbar_itemContent.navbar_itemContent--img .navbar_item-newpic a:last-child {
  margin-right: 0;
}
.navbar_itemContent-background {
  overflow: hidden;
  background: #fff;
  position: absolute;
  top: 59px;
  left: 0;
  z-index: 13;
  width: 100%;
  height: 0;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1) inset;
  -ms-transition: all 0.5s ease;
  /* IE 9 */
  -moz-transition: all 0.5s ease;
  /* Firefox */
  -webkit-transition: all 0.5s ease;
  /* Safari 和 Chrome */
  -o-transition: all 0.5s ease;
  /* Opera */
  transition: all 0.5s ease;
}
.navbar_itemContentTitle {
  padding-bottom: 2.8vh;
  color: #0D1623;
  font-size: 18px !important;
  text-transform: none;
  font-weight: 500;
  border-bottom: 1px solid #E2E2E2;
  padding-bottom: 28px !important;
}
.navbar_itemContentList {
  list-style-type: none;
  margin-top: 25px;
}
.navbar_itemContentList > a {
  display: block;
  position: relative;
  color: #333;
  font-size: 14px !important;
  padding: 0;
  margin: 0;
  padding-left: 12px;
  font-weight: normal;
  font-family: inherit!important;
  text-transform: capitalize !important;
}
.navbar_itemContentList > a::before {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 7px;
  position: absolute;
  left: 0;
  top: 0;
  color: #444;
}
.navbar_itemContentList-icon {
  padding-left: 0!important;
}
.navbar_itemContentList-icon img {
  vertical-align: top;
}
/*end navbar */
/* 搜索框 */
.search-form {
  position: relative;
  height: 36px;
  z-index: 2;
  float: right;
  top: 13%;
  right: 0;
}
.search-form .input-box {
  position: relative;
}
.search-form_icon {
  display: none;
  position: absolute;
  right: 25px;
  bottom: 10px;
}
.search-form_input {
  height: 36px;
  width: 200px;
  border: none;
  background-color: #fff;
  border: 1px solid #AFAFAF;
  transition: all linear 0.25s;
  color: #4D4D4D;
}
.search-form_input:focus {
  border: 1px solid #AFAFAF;
}
.search-form_submit {
  border: none;
  border-radius: 0;
  width: 36px;
  height: 36px;
  line-height: 34px;
  position: absolute;
  right: -1px;
  z-index: 3;
  top: 0px;
  background-color: #F0C8A5;
  font-size: 19px;
  text-align: center;
  color: #0D1623;
}
/*      热门搜索 */
.nav_searchHistory,
.nav_search-autocomplete {
  display: none;
  width: 300px;
  position: absolute;
  top: 38px;
  right: 0;
  overflow-y: scroll;
  background-color: #fff;
  padding: 10px;
  box-sizing: border-box;
  z-index: 16;
  box-shadow: 0px 10px 14px rgba(0, 0, 0, 0.2);
}
.nav_searchHistory {
  text-align: left;
}
.nav_searchHistory-title {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  color: #0D1623;
  margin: 10px 0;
  font-weight: bold;
}
.nav_searchHistory-word {
  float: left;
  margin: 3px 8px 5px 0;
  font-size: 15px;
  background: #F5F5F5;
  padding: 2px 8px;
  cursor: pointer;
  line-height: 24px;
}
.nav_searchHistory-word:focus {
  background: #0D1623;
  color: #fff;
}
.nav_searchHistory-clear {
  cursor: pointer;
  opacity: 0.5;
}
.nav_searchHistory.isBlock {
  display: block;
}
/*      end热门搜索 */
/*      搜索查询 */
.nav_search-autocomplete {
  max-height: 800px;
}
.nav_search-autocomplete a {
  font-size: 14px;
  box-sizing: border-box;
  width: 100%;
  padding: 5px 15px;
  line-height: 1.6;
  cursor: pointer;
  text-align: left;
}
.nav_search-autocomplete a .amount {
  float: right;
  font-weight: 600;
}
.nav_search-autocomplete a:hover {
  background-color: #fff;
  color: #e60089;
}
/* 会员中心 */
.header-member {
  background-color: #f4f4f4;
  overflow: hidden;
  width: 100%;
}
.header-member_con {
  height: 42px;
  width: 600px;
  margin: 0 auto;
}
.header-member_list {
  font-size: 14px;
  color: #000;
  height: 42px;
  display: inline-block;
  line-height: 42px;
  margin-right: 64px;
}
/*end 会员中心 */
/*      end搜索查询 */
/*end 搜索框 */
@media screen and (max-width: 1900px) {
  .navbar .navbar-con {
    width: 82%;
  }
}
@media screen and (max-width: 1528px) {
  .header-newsline_account-list {
    left: auto;
    right: 0;
  }
}
@media screen and (max-width: 1660px) {
  .navbar_item {
    margin-right: 48px;
  }
}
@media screen and (max-width: 1364px) {
  .navbar_item {
    margin-right: 36px;
  }
}
.swiper-button-next,
.swiper-button-prev {
  font-weight: 700;
  font-size: 20px;
}
.navbar {
  position: sticky;
  top: 0;
  text-align: left;
  font-size: 16px;
  box-sizing: border-box;
  font-weight: 500;
  background: #fff;
  -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.06);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.06);
  z-index: 16;
}
.navbar-title {
  height: 60px;
  justify-content: flex-start;
  align-items: center;
}
.navbar-title_box {
  height: 100%;
  display: inline-block;
  width: calc(100% - 200px);
  white-space: nowrap;
  overflow: hidden;
}
.navbar-title_boxCon {
  transition: all 0.3s linear 0s;
}
.navbar-title_boxCon .navbar_item a {
  text-transform: uppercase;
  color: #000;
  position: relative;
  font-size: 16px;
  padding-bottom: 20px;
}
.navbar-title_boxCon .navbar_item .one_navbar {
  padding: 20px 0 12px;
}
.navbar-arrow--show,
.navbar-arrow_icon {
  display: inline-block;
}
.navbar-arrow {
  margin-left: 20px;
}
.navbar-arrow .disabled {
  color: #AFAFAF;
}
.navbar-search {
  position: absolute;
  right: 10.9375%;
  top: 20%;
}
@media screen and (max-width: 1280px) {
  .navbar-title_boxCon {
    white-space: nowrap;
    width: fit-content;
    transition: all 0.3s linear;
  }
}
@media screen and (max-width: 1620px) {
  .navbar-search {
    right: 3.125%;
  }
}
/* end 邮箱订阅 */
.live-fixed {
  position: fixed;
  top: 530px;
  right: 15px;
  z-index: 180;
  background-color: #ccc;
}
.live-des {
  display: block;
  font-size: 14px;
  line-height: 30px;
  height: 30px;
  text-align: center;
  width: 100%;
  background-color: #f0c8a5;
  border: none;
  border-radius: 0;
  font-weight: bold;
}
.live-close {
  width: 27px;
  height: 27px;
  background: rgba(13, 22, 35, 0.39);
  opacity: 0.7;
  text-align: center;
  line-height: 27px;
  position: absolute;
  top: 0;
  right: 0;
}
.live-close::before {
  content: "\e882";
  font-family: "iconfont" !important;
  font-size: 16px;
  color: #fff;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.shadow_cover {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 11;
}
.none {
  display: none;
}
#top_advert {
  background: #F0C8A5;
  height: 50px;
}
.header-bannerStrip_link {
  display: none;
  height: 50px;
  text-align: center;
  line-height: 50px;
}
.header-bannerStrip_link .header-bannerStrip_img {
  max-height: 100%;
  width: fit-content;
}
.header-bannerStrip_link .points_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
}
.header-bannerStrip_link .point_left {
  font-weight: bold;
  color: #30313E;
  border: 1px solid #30313E;
  padding: 1px 10px;
  display: inline-block;
  font-size: 16px;
  height: 24px;
  line-height: 24px;
}
.header-bannerStrip_link .point_right {
  background: #0D1623;
  color: #F0C8A5;
  text-transform: uppercase;
  font-size: 16px;
  height: 28px;
  display: inline-block;
  text-align: center;
  padding: 0 10px;
  line-height: 29px;
}
