.bg_title {
  background-image: url("../img/background.png");
  background-repeat: no-repeat;
  background-size: 100% 45%;
  -moz-background-size: 100% 100%;
}

.zi {
  /* background-image: url("../img/zi.png");
	background-repeat:no-repeat;
	background-size:80% 50%;
	-moz-background-size:100% 100%; */
}

.line .demo {
  display: flex;
  color: black;
  flex-direction: row;
  align-items: left;
  width: 10px;
  height: 20px;
  position: absolute
}

.hkm {
  background-color: #F8F8F8;
  height: 3.5rem;
  width: 100%;
}

.hkmp {
  float: left;
  padding-top: 1rem;
  font-size: 1.17rem;
}

.hkmbutton {
  float: right;
  padding-top: 1rem;
  padding-right: 1.0rem;
  color: #6765E8;
}

.hkmdesc {
  padding-top: 2.5rem;
  color: #cccccc;
}

/* 遮罩层 */
#overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  font-size: 16px;
  /* IE9以下不支持rgba模式 */
  background-color: rgba(0, 0, 0, 0.5);
  /* 兼容IE8及以下 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
  display: none;
}

/* 弹出框主体 */
.popup {
  background-color: #ffffff;
  max-width: 95%;
  min-width: 95%;
  height: 60%;
  z-index: 9999;
  border-radius: 15px;
  margin: 270px auto;
  /* text-align: center; */
}

/* 弹出框的标题 */
.popup_title {
  text-align: center;
  height: 60px;
  line-height: 60px;
  border-bottom: solid 1px #cccccc;
}

/* 弹出框的内容 */
.popup_content {
  height: 50%;
  width: 80%;

  padding: 15px 20px;
}

/* 弹出框的按钮栏 */
.popup_btn {
  padding-bottom: 10px;
}

/* 弹出框的按钮 */
.popup_btn button {
  color: #778899;
  width: 80%;
  float: center;
  height: 40px;

  border: solid 1px #cccccc;
  border-radius: 5px;

  color: #ffffff;
  text-align: center;
  background-color: #6765E8;
}

.confirmBtn {

  margin-top: 0.5rem;
}

.typeHk_tis {
  margin-top: 0.6rem;
  font-size: 0.68rem;
  font-weight: 400;
  color: #E69933;
}

.commoditys {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
  align-items: center;
}

.commodity {
  width: 6.5rem;

  border: 3px solid #f2f2f2;
  border-radius: 0.47rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0.9rem;
  padding: 0.6rem 0.8rem;
  position: relative;
  overflow: hidden;
}

.commodityIndex {
  border: 1px solid #6765E8FF;
  border-radius: 0.6rem;
}

.commodity_text1 {
  text-align: center;
  font-size: 0.61rem;
  font-weight: 400;
  color: #1A1A1A;
}

.commodity_text2 {
  text-align: center;
  font-size: 0.76rem;
  font-weight: 500;
  color: #1A1A1A;
}

.commodity_text3 {
  margin-top: 0.5rem;
  text-align: center;
  font-size: 0.61rem;
  font-weight: 400;
  color: #969696;
}

.commodity_text4 {
  text-align: center;
  font-size: 0.61rem;
  font-weight: 400;
  color: #969696;
}

.commodity_img {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 1rem;
  width: 1rem;
}

.coupon {
  padding: 0.6rem 1.15rem;
  background: #F9FAFC;
  border-radius: 0.69rem 0.69rem 0.69rem 0.69rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1rem;
}

.coupon_left {
  font-size: 0.85rem;
  font-family: Poppins-Regular, Poppins;
  font-weight: 400;
  color: #323232;
  display: flex;
  align-items: center;
}

.coupon_left_img {
  width: 1.85rem;
  height: 1.85rem;
  margin-right: 0.54rem;
}

.coupon_right {
  justify-content: center;
  display: flex;
  align-items: center;
  font-size: 0.8rem;
  color: #F95D44FF;
}

.coupon_right_Img {
  width: 1.23rem;
  height: 1.23rem;
}

.couponBody {
  border-radius: 0.69rem 0.69rem 0rem 0rem;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 58%;
  width: 100%;
  transition: .4s;
  display: flex;
  flex-direction: column;
}

.couponBodytop {
  height: 3rem;
  line-height: 3rem;
  display: flex;
  align-items: center;
  padding: 0 1.38rem;
  justify-content: space-between;
}

.couponBodynull {
  font-size: 1.08rem;
  font-family: Poppins-Regular, Poppins;
  font-weight: 400;
  color: #323232;
  text-align: center;
  flex: 1;
}

.couponBodynull_img {
  width: 15.15rem;
  height: 14.38rem;
  margin: 0 auto;
}

.couponBth {
  width: 23.31rem;
  height: 3.69rem;
  background: #6765E8;
  border-radius: 0.69rem 0.69rem 0.69rem 0.69rem;
  font-size: 1.08rem;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 3.69rem;
  text-align: center;
  margin: 1rem auto 2rem;
}

.couponBodydiv {
  flex: 1;
  background-color: #F2F2F2FF;
  padding: 1.47rem 1.07rem;
  overflow: auto;
}

.couponBodytitle {
  font-size: 1.23rem;
  font-family: Poppins-Medium, Poppins;
  font-weight: 500;
  color: #323232;
  text-align: left;

}

.couponItem {
  width: 100%;
  height: 6.73rem;
  background-image: url('../img/3686.png');
  background-size: 100% 100%;
  display: flex;
  flex-direction: row;
}

.couponItemLeft {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 8rem;
}

.couponItemLeftNum {
  font-size: 0.8rem;
  font-weight: 400;
  color: #FFFFFF;
}

.couponItemLeftNumS {
  font-size: 1.4rem;
  font-weight: bold;
  color: #FFFFFF;
}

.couponItemLeftBth {
  margin-top: 0.3rem;
  width: 3.6rem;
  height: 1.07rem;
  line-height: 1.07rem;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 0.6rem 0.6rem 0.6rem 0.6rem;
  font-size: 0.6rem;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
}

.couponItemRight {
  flex: 1;
  display: flex;
  flex-direction: column;

  position: relative;
  justify-content: center;
}

.couponItemRightTitle1 {
  font-size: 0.93rem;
  width: 85%;
  text-align: center;
  font-weight: 500;
  color: #1B1B1B;
  margin-bottom: 0.6rem;
}

.couponItemRightTitle2 {
  font-size: 0.6rem;
  font-weight: 400;
  width: 85%;
  text-align: center;
  color: #969696;
}

.couponItemRightTitleColor {
  color: #F95D44FF;
}

.couponItemRightImg {
  position: absolute;
  right: 0.5rem;
  top: 2.2rem;
  width: 1.4rem;
  height: 1.4rem;
}

/* 加载中样式开始 */
.loaderContantBoxBody {
  min-height: 100vh;
  width: 100%;
  /* background-color: rgba(0, 0, 0, 0.7); */
  /* 使用固定定位让元素撑满全屏 */
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loaderContantBoxBg {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.7);
  width: 10rem;
  height: 8rem;
  border-radius: 0.5rem;
}

.loaderContantBox {
  color: white;
  font-size: 40px;
  overflow: hidden;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transform: translateZ(0);
  /* animation：规定完成动画所花费的时间，该属性必须规定，否则动画时长为0，无法播放 */
  animation: loadBox 1.7s infinite ease, round 1.7s infinite ease;
}

@keyframes loadBox {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }

  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }

  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em,
      -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em,
      -0.297em -0.775em 0 -0.477em;
  }

  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em,
      -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em,
      -0.749em -0.34em 0 -0.477em;
  }

  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em,
      -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em,
      -0.82em -0.09em 0 -0.477em;
  }

  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}

@keyframes round {
  0% {
    transform: rotate(0deg);
    /* 开始旋转 div 元素 */
  }

  100% {
    transform: rotate(360deg);
    /* 结束旋转 div 元素 */
  }
}

/*结束*/
.couponTis {
  font-size: 0.73rem;
  font-weight: 400;
  color: #969696;
  text-align: center;
}

.redColor {
  color: #d35353 !important;
}

.fenqi {
  margin-top: 20px;
  background-color: #ffffff;
  padding: 1.5rem;
  border-radius: 8px;
}
.fenqi-item{
  display: flex;
  align-items: center;
  margin-bottom: 18px;
  justify-content: space-between;
}
.fenqi-item-left{
  display: flex;
  align-items: center;

}
.fenqi-item-left-img{
  display: block;
  width: 22px;
}
.fenqi-item-left-text{

}
.fenqi-item-left-text-1{
  font-size: 0.8rem;
  color: #323232;
  line-height: 14px;
  text-align: left;
}
.fenqi-item-left-text-2{
  margin-top: 0.5rem;
  font-weight: 400;
  font-size: 0.75rem;
  color: #969696;
}
.fenqi-item-right{

}
.fenqi-item-right-text{

}
.fenqi-item-right-text-1{
text-align: right;
font-weight: 500;
color: #323232;
font-size: 0.8rem;
}
.fenqi-item-right-text-2{
  text-align: right;
  font-weight: 600;
font-size: 0.9rem;
color: #323232;
}
.fenqi-item-right-text-3{
  text-align: right;
  font-weight: 400;
  font-size: 0.8rem;
  margin-top: 0.5rem;
color: #FE5C60;
}

.reembolsoBth {
 
  height: 4rem;
  line-height: 4rem;
  text-align: center;

  margin: 0 auto;
  margin-top: 0.5rem;
  border-radius: 0.5rem;
  font-size: 1rem;
  font-family: Poppins-Regular, Poppins;
  font-weight: 400;
  color: #FFFFFF;
  background: linear-gradient(to right, #6765E8, #8F8DFF);
}
.buttonByStages{
  display: flex;
  justify-content: space-between;
  height: 4rem;
  margin: 0 auto;
  margin-top: 0.5rem;
  border-radius: 0.5rem;
}
.buttonByStages-left {
  flex: 1;
  background-color: #fee7da;
  display: flex;
  flex-direction: column;
  padding-left: 1rem;
  align-items: flex-start;
  justify-content: center;
  border-radius: 0.5rem 0 0 0.5rem;

}
.buttonByStages-left-text1 {
  font-weight: 600;
  font-size: 0.9rem;
  color: #14211B;
  line-height: normal;
}

.buttonByStages-left-text2 {
  margin-top: 2px;
  line-height: normal;
  font-weight: 400;
  font-size: 11px;
  font-size: 0.7rem;
  color: #999C9A;
  text-decoration: line-through;
}

.buttonByStages-xiebian {
  border-width: 2rem;
  border-color: #fee7da #FF9059 #FF9059 #fee7da;
  border-style: solid
}
.buttonByStages-right{
  background: #FF9059;
  border-radius: 0px 0.5rem 0.5rem 0px;
  overflow: hidden;
  flex: 1.6;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

}
.buttonByStages-right-text1{
  font-size: 0.8rem;
  color: #FFFFFF;
  line-height: normal;
}
.buttonByStages-right-text2{
  margin-top: 0.3rem;
  font-size: 0.6rem;
  color: #FFFFFF;
  line-height: normal;
}





/* 遮罩层 */
#errTis {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  font-size: 16px;
  /* IE9以下不支持rgba模式 */
  background-color: rgba(0, 0, 0, 0.5);
  /* 兼容IE8及以下 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
  display: none;
}
.errTisBody{
  background-color: #ffffff;
  max-width: 70%;
  min-width: 70%;

  z-index: 9999;
  border-radius: 15px;
  margin: 270px auto;
  /* text-align: center; */
  padding: 20px 30px;
}
.errTisBody_title{
  font-size: 0.9rem;
  text-align: center;
  font-weight: 500;
  color: #1B1B1B;
 
}
.errTisBody_text{
  font-size: 0.85rem;
  text-align: left;
  font-weight: 400;
  color: #1B1B1B;
  
  margin: 1rem 0  2rem 0;
}
.errTisBody_bth{
color: #778899;

  float: center;
  height: 40px;
line-height: 40px;
  border: solid 1px #cccccc;
  border-radius: 5px;
  margin: 0  auto;
font-size: 0.9rem;
  color: #ffffff;
  text-align: center;
  background-color: #6765E8;

}