#page {
  display: none;
  font-size: .156rem;
  color: #333;
  position: relative;
  max-width: 100vw;
  overflow-x: hidden;
}



@media screen and (max-width: 1200px) {
  #page {
    font-size: 12px;
  }
}

* {
  margin: 0;
  padding: 0;
  line-height: 1.2em;
  box-sizing: border-box;
  vertical-align: middle;
  /* user-select: none; */
}



input {
  border: none;
  outline: none;
  width: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}

i {
  font-style: normal;
}

img {
  object-fit: cover;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

video {
  border-radius: .16rem;
}

.fsong {
  font-family: "宋体";
}

.navBox {
  height: .96rem;
  overflow: hidden;
}

.hide {
  opacity: 0;
}

.show {
  opacity: 1;
}

.navBox:hover {
  height: 7rem;
}

.navBoxShow {
  position: fixed;
  top: .96rem;
  left: 0;
  width: 100vw;
  height: 6rem;
  background: #fff;
  z-index: 9999999999999;
  overflow-y: auto;
  padding: 0 3.1rem;
  min-width: 1200px;
  padding-top: .3rem;

}

.navLeft {
  font-size: .143rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  margin-right: 190px;
  color: #fff;
  max-width: 1200px;
}

.activeNav {
  color: #FC821D;
}

.footerBox {
  width: 100vw;
  min-width: 750px;
  padding: .48rem .96rem;
  background: #000;
  color: #ffff;
}

/* 滑动条 */
.slider {
  width: 1.5rem;
  padding: 0;
  margin: 0;
  height: .1rem;
  border-radius: 8px;
  background: #d0dcec;
  outline: none;
  -webkit-appearance: none;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: .18rem;
  height: .18rem;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: .24rem;
  height: .24rem;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  border: none;
}

.q_item {
  width: 3.81rem;
  height: .66rem;
  background: #EEEEEE;
  border-radius: 1rem;
  border: 2px solid #767676;
}

.mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

.toast {
  position: fixed;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  padding: 12px 24px;
  text-align: center;
  border-radius: 1rem;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: .24rem;
  z-index: 9999999999999;
}

.back_goods>img {
  width: 2rem;
  height: 2.45rem;
  object-fit: cover;
  border-radius: .16rem;
}

.back_goods img:first-child,
.back_goods img:last-child {
  width: 4.20rem;
}

.leftFilter {
  width: 2.7rem;
  background: linear-gradient(90deg, #FFFFFF 0%, rgba(216, 216, 216, 0) 100%);
}

.rightFilter {
  width: 2.7rem;
  background: linear-gradient(-90deg, #FFFFFF 0%, rgba(216, 216, 216, 0) 100%);
}

.tran4 {
  transition: all 0.4s ease;
}

.addrForm input {
  flex: 1;
  height: 100%;
  line-height: .9rem;
}




.ts {
  text-shadow: 0px 4px 5px rgba(0, 0, 0, 0.3);
}

.bshadow {
  box-shadow: 0px 10px 10px rgba(3, 3, 3, 0.1);
}

.bshadow2 {
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.2);
}


.br100 {
  border-radius: 100px;
}

.b1FC821D {
  border: 1px solid #FC821D;
}


.b6FC7317 {
  border: .06rem solid #FC7317;
}

.bl1 {
  border-left: 1px solid #666;
}

.b3FC7317,
.select {
  border: .03rem solid #FC7317;
}

.bb6FC7317 {
  border-bottom: .06rem solid #FC7317;
}

.b00 {
  border: 1px solid #000;
}

.bd8 {
  border: 1px solid #D8D8D8;
}

.bb1 {
  border-bottom: 1px solid #D8D8D8;
}

.b3c {
  border: .03rem solid #ccc;
}

.bglg1 {
  background: linear-gradient(84deg, #FC821D 0%, #FB6A13 100%);
}


.br6 {
  border-radius: .06rem;
}

.br12 {
  border-radius: .12rem;
}

.br16 {
  border-radius: .16rem;
}

.bb16 {
  border-bottom: 1px solid #6666;
}

.bb1c {
  border-bottom: 1px solid #ccc;
}

.bt1c4 {
  border-top: 1px solid #c4c4c4;
}

.title {
  font-size: .39rem;
  font-weight: 800;
  margin-top: .72rem;
  margin-bottom: .48rem;
}

.title .fw4 {
  margin-top: .24rem;
  font-size: .156rem;
}



/* 原子类------------------------------------------------------------------------------------------------------------- */
.rel {
  position: relative;
}

.fixed {
  position: fixed;
}

.abs {
  position: absolute;
}

.sticky {
  position: sticky;
}

.absXc {
  left: 50%;
  transform: translateX(-50%);
}

.absYc {
  top: 50%;
  transform: translateY(-50%);
}

.absc {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.boxc {
  margin-left: auto;
  margin-right: auto;
}

.di {
  display: inline;
}

.dib,
.ib {
  display: inline-block;
}

.db {
  display: block;
}

.dn {
  display: none !important;
}

.f {
  display: flex;
}

.fh {
  display: flex;
  flex-direction: column;
}

.fw {
  display: flex;
  flex-wrap: wrap;
}

.fwa {
  display: flex;
  justify-content: space-around;
}

.fwb {
  display: flex;
  justify-content: space-between;
}

.fwc {
  display: flex;
  justify-content: center;
}

.fhc {
  display: flex;
  align-items: center;
}

.fc,
.fcc {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.fws {
  display: flex;
  justify-content: flex-start !important;
}

.fwe {
  display: flex;
  justify-content: flex-end;
}

.fht {
  display: flex;
  align-items: flex-start;
}

.fhe,
.fhb {
  display: flex;
  align-items: flex-end;
}

.fhbl,
.fAlignBaseline {
  display: flex;
  align-items: baseline;
}

.fhstart {
  display: flex;
  align-content: flex-start;
}

.fhtb {
  display: flex;
  align-content: space-between;

  &>view {
    width: 100%;
  }
}

.flex1 {
  flex: 1;
}

.flexa {
  flex: auto;
}

.o0 {
  order: 0;
}

.o1 {
  order: 1;
}

.o2 {
  order: 2;
}

.txtOverflow,
.tover1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.txtOverflow2,
.tover2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.txtOverflow3,
.tover3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.tr {
  text-align: right;
}

.t_through,
.t- {
  text-decoration: line-through;
}

.t_underline,
.t_ {
  text-decoration: underline;
}

.t-decoration-none {
  text-decoration: none;
}

.w_50 {
  width: 50%;
}

.w_100 {
  width: 100%;
}

.wAuto {
  width: auto !important;
}

.hAuto {
  height: auto !important;
}


.minw1200 {
  min-width: 750px;
}

.vw100 {
  width: 100vw;
  min-width: 750px;
}

.vh100 {
  height: 100vh;
}

.wh100,
.wh_100 {
  width: 100%;
  height: 100%;
}

.h_100 {
  height: 100%;
}

.z1 {
  z-index: 10;
}

.z2 {
  z-index: 100;
}

.z9 {
  z-index: 9999999;
}

.z10 {
  z-index: 99999999;
}

.tc {
  text-align: center;
}

.fw8 {
  font-weight: 800;
}

.fw4 {
  font-weight: 400;
}

.fw5 {
  font-weight: 500;
}


.oh {
  overflow: hidden;
}

.oys {
  overflow-y: auto;
}

.cr {
  cursor: pointer;
}


/* 滚动条美化 ---------------------------------------------------------------------------------------------------------------------------*/
.hideScrollbar::-webkit-scrollbar {
  display: none;
}


::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
  border: 1px solid #f1f1f1;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

::-webkit-scrollbar-corner {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #6a11cb, #2575fc);
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: rgba(120, 120, 120, 0.6);
  backdrop-filter: blur(4px);
  border-radius: 8px;
}


/* 图片轮播----------------------------------------------------------------------------------------------------- */
.swiper-wrapper {
  transition-timing-function: linear !important;
  animation-timing-function: linear !important;
}

.leftFilter {
  width: 2.7rem;
  background: linear-gradient(90deg, #FFFFFF 0%, rgba(216, 216, 216, 0) 100%);
  pointer-events: none;
}

.rightFilter {
  pointer-events: none;
  width: 2.7rem;
  background: linear-gradient(-90deg, #FFFFFF 0%, rgba(216, 216, 216, 0) 100%);
}

.swiper-button-prev,
.swiper-button-next,
.swiper-button-prev2,
.swiper-button-next2 {
  position: absolute;
  top: 50%;
  z-index: 10;
  background: none;
  border: none;
  cursor: pointer;
}


/* 去掉swiper默认箭头图标 */
.swiper-button-prev::after,
.swiper-button-next::after {
  content: '' !important;
  display: none;
}

.banner-swiper .swiper-wrapper {
  transition-timing-function: linear !important;
  animation-timing-function: linear !important;
}


.leftFilter {
  width: 2.7rem;
  background: linear-gradient(90deg, #FFFFFF 0%, rgba(216, 216, 216, 0) 100%);
}

.rightFilter {
  width: 2.7rem;
  background: linear-gradient(-90deg, #FFFFFF 0%, rgba(216, 216, 216, 0) 100%);
}

/*  缩略图*/
.thumbnail .swiper-slide {
  cursor: pointer;
  transition: opacity 0.3s;
}

/* 缩略图选中激活样式 */
.thumbnail .swiper-slide-thumb-active {
  border: 2px solid #007aff;
  box-sizing: border-box;
}

/* 模态框遮罩 */
.modal-mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* 弹窗容器 */
.modal-box {
  width: 320px;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
}

/* 标题 */
.modal-title {
  padding: 20px;
  text-align: center;
  font-size: 16px;
  border-bottom: 1px solid #eee;
}

/* 按钮区域 */
.modal-btns {
  display: flex;
}

.modal-btns button {
  flex: 1;
  height: 44px;
  border: none;
  font-size: .156rem;
  cursor: pointer;
}

.btn-cancel {
  background: #f5f5f5;
  color: #666;
  border-right: 1px solid #eee;
}

.btn-confirm {
  background: linear-gradient(312deg, rgb(252, 130, 29) 0%, rgb(251, 106, 19) 100%);
  color: #fff;
}

.minh100 {
  min-height: 1.2rem;
}

/* 按钮 */
.btnf24,
.f30,
.f32,
.f40 {
  font-size: .234rem;
}

/* 正文 */

.f14,
.f15,
.f16,
.f17,
.f18,
.f19,
.f20,
.f21,
.f22,
.f23 {
  font-size: .156rem !important;
}

/* 标题 */
.f39,
.f50,
.f54 {
  font-size: .39rem !important;
}

.f19_5 {
  font-size: .195rem !important;
}

.f23_4 {
  font-size: .234rem !important;
}

.f27_5 {
  font-size: .275rem !important;
}

.f31_2 {
  font-size: .312rem !important;
}

.f32_5 {
  font-size: .325rem !important;
}

.f35_1 {
  font-size: .351rem !important;
}