@media (max-width: 767px) {

  #boxStr {
    background: url();
    width: 100vw;
    height:100vh;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  #fa2 {
    width: 100vw;
    height:100vh;
    transform: translateZ(0);
    position: relative;
    box-sizing: border-box;
  }

  #fa {
    width: 100vw;
    height:100vh;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-y: scroll;
    overflow-x: hidden;
    position: relative;
  }

  html {  
    font-size: 100px;
    height:100vh;
  }

  body {
    margin: 0 auto;
    padding: 0;
    max-width: 1024px;
    font-size: 0.16rem;
    background: #ffff;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    color: #444;
    height: 100%;
  }

  #pop {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999998;
    display: none;
  }
  
  .show-box {
    width: 100%;
    height: 5.8rem;
    background-color: #fff;
    position: fixed;
    border-radius: 0.12rem 0.12rem 0px 0px;
    bottom:-6rem;
    z-index: 999999;
    padding: 0.32rem 0.32rem 0 0.32rem;
    box-sizing: border-box;
    font-size: 0.16rem;
  }

  /* 电商组件 */
.logic .shopInfo-item {
  background-color: #fff;
  padding: 0.1rem;
}

.logic .shopInfo-item .shopInfo-item_01 {
  margin-top: 0.2rem;
  display: flex;
  justify-content: space-between;
}

.logic .shopInfo-item .shopInfo-item_01 .shopInfo-item_01_01 {
  display: flex;
  align-items: end;
}

.logic .shopInfo-item .shopInfo-item_01 .shopInfo-item_01_01 span {
  font-size: 0.14rem;
  color: #ed4f51;
}

.logic .shopInfo-item .shopInfo-item_01 .shopInfo-item_01_01 strong {
  font-size: 0.2rem;
  color: #ed4f51;
}

.logic .shopInfo-item .shopInfo-item_01 .shopInfo-item_01_01 del {
  color: #979393;
  font-size: 0.14rem;
  margin-left: 0.1rem;
}

.logic .shopInfo-item .shopInfo-item_01 span {
  font-size: 0.14rem;
  display: flex;
  align-items: end;
}

.logic .shopInfo-item .shopInfo-item_02 {
  text-align: left;
  font-size: 0.14rem;
}

.logic .shopInfo-item .shopInfo-item_03 span {
  text-align: left;
  font-size: 0.12rem;
  background-color: #0dad8a;
  color: #fff;
  padding: 0.04rem 0.08rem;
  border-radius: 0.04rem;
  font-weight: 700;
  display: inline-block;

}

.logic .shopInfo-item_03 {
  text-align: left;
  margin-top: 0.1rem;
}

.logic .shopInfo-item_03 .shopInfo-item_03_title {
  border-bottom: 1px solid #cccccc57;
  height: 0.4rem;
  line-height: 0.4rem;
  font-size: 0.16rem;
}

.logic .shopInfo-item_03 .shopInfo-item_03_title span {
  color: #ff5000;
}

.logic .shopInfo-item_03 .shopInfo-item_03_imgBox {
  height: 1.6rem;
}

.logic .shopInfo-item_03 .shopInfo-item_03_imgBox .shopInfo-item_03_imgBox_01 .shopInfo-item_03_imgBox_01_item {
  height: 0.8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logic .shopInfo-item_03 .shopInfo-item_03_imgBox .shopInfo-item_03_imgBox_01 .shopInfo-item_03_imgBox_01_item .shopInfo-item_03_imgBox_01_item_left {
  display: flex;
  width: 74%;
}

.logic .shopInfo-item_03 .shopInfo-item_03_imgBox .shopInfo-item_03_imgBox_01 .shopInfo-item_03_imgBox_01_item .shopInfo-item_03_imgBox_01_item_left .shopInfo-item_03_imgBox_01_item_img {
  height: 0.5rem;
  width: 0.5rem;
  margin-right: 0.08rem;
}

.logic .shopInfo-item_03 .shopInfo-item_03_imgBox .shopInfo-item_03_imgBox_01 .shopInfo-item_03_imgBox_01_item .shopInfo-item_03_imgBox_01_item_left .shopInfo-item_03_imgBox_01_item_img img {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
}

.logic .shopInfo-item_03 .shopInfo-item_03_imgBox .shopInfo-item_03_imgBox_01 .shopInfo-item_03_imgBox_01_item .shopInfo-item_03_imgBox_01_item_left .shopInfo-item_03_imgBox_01_item_text {
  width: 74%;
}

.logic .shopInfo-item_03 .shopInfo-item_03_imgBox .shopInfo-item_03_imgBox_01 .shopInfo-item_03_imgBox_01_item .shopInfo-item_03_imgBox_01_item_left .shopInfo-item_03_imgBox_01_item_text .shopInfo-item_03_imgBox_01_item_text_02 {
  display: inline-block;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 0.14rem;
  color: #837d7d;
}

.logic .shopInfo-item_03 .shopInfo-item_03_imgBox .shopInfo-item_03_imgBox_01 .shopInfo-item_03_imgBox_01_item .shopInfo-item_03_imgBox_01_item_right .shopInfo-item_03_imgBox_01_item_btn {
  padding: 0.06rem 0.14rem;
  background-color: #fe470e;
  border-radius: 0.06rem;
  color: #fff;
}

.logic .shopInfo-order-bac .shopInfo-order-box {
  background: linear-gradient(to bottom, #fff 10%, #f7f7f9);
  padding: 0 0.1rem;
}

.logic .shopInfo-order-bac .shopInfo-order-box .shopInfo-order-box_1 {
  background-color: #fff;
  padding-bottom: 0.1rem;
  border-radius: 0 0 0.16rem 0.16rem;
}

.logic .shopInfo-order-bac .shopInfo-order-box .shopInfo-order-box_1 .shopInfo-order-box_01 {
  border-bottom: 1px solid #cccccc87;
  padding-bottom: 0.1rem;
}

.logic .shopInfo-order-bac .shopInfo-order-box .shopInfo-order-box_1 .shopInfo-order-box_01 .shopInfo-order-particulars>h4 {
  line-height: 0.4rem;
  text-align: center;
}

.logic .shopInfo-order-bac .shopInfo-order-box .shopInfo-order-box_1 .shopInfo-order-box_01 .shopInfo-order-particulars .shopInfo-order-particulars-box {
  display: flex;
}

.logic .shopInfo-order-bac .shopInfo-order-box .shopInfo-order-box_1 .shopInfo-order-box_01 .shopInfo-order-particulars .shopInfo-order-particulars-box .shopInfo-order-particulars-left {
  width: 0.8rem;
  margin-right: 0.1rem;
}

.logic .shopInfo-order-bac .shopInfo-order-box .shopInfo-order-box_1 .shopInfo-order-box_01 .shopInfo-order-particulars .shopInfo-order-particulars-box .shopInfo-order-particulars-left img {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 0.1rem;
}

.logic .shopInfo-order-bac .shopInfo-order-box .shopInfo-order-box_1 .shopInfo-order-box_01 .shopInfo-order-particulars .shopInfo-order-particulars-box .shopInfo-order-particulars-right {
  flex: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.logic .shopInfo-order-bac .shopInfo-order-box .shopInfo-order-box_1 .shopInfo-order-box_01 .shopInfo-order-particulars .shopInfo-order-particulars-box .shopInfo-brand {
  text-align: left;
  color: #0c0c0c;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.logic .shopInfo-order-bac .shopInfo-order-box .shopInfo-order-box_1 .shopInfo-order-box_01 .shopInfo-order-particulars .shopInfo-order-particulars-box .shopInfo-order-particulars-right-price {
  text-align: left;
  font-size: 0.14rem;
}

.logic .shopInfo-order-bac .shopInfo-order-box .shopInfo-order-box_1 .shopInfo-order-box_01 .shopInfo-order-particulars .shopInfo-order-particulars-box .shopInfo-order-particulars-right-price .shopInfo-order-particulars-right-price_01 {
  color: #fe5d2a;
}

.logic .shopInfo-order-bac .shopInfo-order-box .shopInfo-order-box_1 .shopInfo-order-box_01 .shopInfo-order-particulars .shopInfo-order-particulars-box .shopInfo-order-particulars-right-price .shopInfo-order-particulars-right-price_02 {
  color: #fe5d2a;
  font-size: 0.rem;
}

.logic .shopInfo-order-bac .shopInfo-order-box .shopInfo-order-box_1 .shopInfo-order-box_01 .shopInfo-order-particulars .shopInfo-order-particulars-box .shopInfo-order-particulars-right-price>del {
  color: #9C9C9CFF;
  margin-left: 0.1rem;
}

.logic .shopInfo-order-bac .shopInfo-order-box .shopInfo-product-specifications {
  padding: 0.1rem 0 0;
}

.logic .shopInfo-order-bac .shopInfo-order-box .shopInfo-product-specifications .shopInfo-product-specifications-text {
  font-size: 0.18rem;
  text-align: left;
  margin-bottom: 0.1rem;
  padding: 0 0.1rem;
}

.logic .shopInfo-order-bac .shopInfo-order-box .shopInfo-product-specifications .shopInfo-product-specifications-box {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 0 0.1rem;
}

.logic .shopInfo-order-bac .shopInfo-order-box .shopInfo-product-specifications .shopInfo-product-specifications-item {
  margin-bottom: 0.1rem;
  font-size: 0.15rem;
  padding: 0.08rem 0.15rem;
  margin-right: 0.1rem;
  border-radius: 0.03rem;
  background: #c7bfbf33;
  color: #545050;
  text-align: left;
}

.logic .shopInfo-order-bac .shopInfo-order-box .shopInfo-product-specifications .shopInfo-product-specifications-active {
  background-color: #f5707021;
  color: #ec4747c7;
}

.logic .shopInfo-order-bac .shopInfo-order-box .shopInfo-shop-num {
  display: flex;
  justify-content: space-between;
  padding: 0 0.1rem;
  margin-top: 0.1rem;

}

.logic .shopInfo-order-bac .shopInfo-order-box .shopInfo-shop-num .shopInfo-shop-num-right {
  border: 1px solid #cccccc75;
  padding: 0.04rem 0;
  border-radius: 0.06rem;
}

.logic .shopInfo-order-bac .shopInfo-order-box .shopInfo-shop-num .shopInfo-shop-num-right span:nth-of-type(1) {
  padding: 0 0.06rem;
}

.logic .shopInfo-order-bac .shopInfo-order-box .shopInfo-shop-num .shopInfo-shop-num-right span:nth-of-type(2) {
  padding: 0.04rem 0.16rem;
  border: 1px solid #cccccc75;
  border-top: none;
  border-bottom: none;
}

.logic .shopInfo-order-bac .shopInfo-order-box .shopInfo-shop-num .shopInfo-shop-num-right span:nth-of-type(3) {
  padding: 0 0.06rem;
}

.logic .shopInfo-order-bac .shopInfo-order-form-box {
  padding: 0 0.1rem;
  margin-top: 0.1rem;
}

.logic .shopInfo-order-bac .shopInfo-order-form-box .shopInfo-order-form-box_01 {
  background-color: #fff;
  padding: 0.1rem;
  border-radius: 0.16rem;
}

.logic .shopInfo-order-bac .shopInfo-order-form-box .shopInfo-order-form-box_01>p {
  text-align: left;
  color: #0c0c0c;
  margin-bottom: 0.1rem;
}

.logic .shopInfo-order-bac .shopInfo-order-form-box .shopInfo-order-form-box_01 .shopInfo-clue-form .shopInfo-clue-form-item {
  display: flex;
  border-bottom: 1px solid #dcdcdc80;
}

.logic .shopInfo-order-bac .shopInfo-order-form-box .shopInfo-order-form-box_01 .shopInfo-clue-form .shopInfo-clue-form-item .shopInfo-clue-form-item-title {
  width: 0.8rem;
  text-align: left;
  display: flex;
  align-items: center;
  font-size: 0.16rem;
}

.logic .shopInfo-order-bac .shopInfo-order-form-box .shopInfo-order-form-box_01 .shopInfo-clue-form .shopInfo-clue-form-item .shopInfo-clue-form-item-box {
  flex: 1;
}

.logic .shopInfo-order-bac .shopInfo-order-form-box .shopInfo-order-form-box_01 .shopInfo-clue-form .shopInfo-clue-form-item .shopInfo-clue-form-item-inp {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

.logic .shopInfo-order-bac .shopInfo-order-form-box .shopInfo-order-form-box_01 .shopInfo-clue-form .shopInfo-clue-form-item .shopInfo-clue-form-item-inp .shopInfo-input-item {
  margin-top: 0.04rem;
  -webkit-appearance: none;
  padding: 0.06rem 0 0.07rem 0;
  width: 100%;
  background-color: transparent;
  border: 1px solid #dcdcdc;
  border-width: 0 0 0 0;
  border-radius: 0;
  font-size: 0.14rem;
  line-height: 0.22rem;
  outline: none;
}

.logic .shopInfo-order-bac .shopInfo-order-form-box .shopInfo-order-form-box_01 .shopInfo-clue-form .shopInfo-clue-form-item .shopInfo-clue-form-item-inp .shopInfo-input-item input {
  margin-top: 0.04rem;
  -webkit-appearance: none;
  padding: 0.06rem 0 0.07rem 0;
  width: 100%;
  background-color: transparent;
  border: 1px solid #dcdcdc;
  border-width: 0 0 0 0;
  border-radius: 0;
  font-size: 0.18rem;
  line-height: 0.22rem;
  outline: none;
}

.logic .shopInfo-order-bac .shopInfo-order-pay {
  margin-top: 0.1rem;
  padding: 0 0.1rem;
}

.logic .shopInfo-order-bac .shopInfo-order-pay .shopInfo-order-pay_01 {
  background-color: #fff;
  border-radius: 0.16rem;
  padding: 0.1rem;
}

.logic .shopInfo-order-bac .shopInfo-order-pay .shopInfo-order-pay_01>p {
  text-align: left;
}

.logic .shopInfo-order-bac .shopInfo-order-pay .shopInfo-order-pay_01 .shopInfo-order-pay_01_span {
  display: flex;
  justify-content: space-between;
  font-size: 0.14rem;
  margin-top: 0.16rem;
}

.logic .shopInfo-order-bac .shopInfo-order-pay .shopInfo-order-pay_01 .shopInfo-order-pay_01_span .iconfont {
  color: #fe470e;
}

.logic .shopInfo-order-bac .shopInfo-order-pay {
  margin-top: 0.1rem;
  padding: 0 0.1rem;

}

.logic .shopInfo-order-bac .shopInfo-order-pay .shopInfo-order-pay_01 {
  background-color: #fff;
  border-radius: 0.16rem;
  padding: 0.1rem;
}

.logic .shopInfo-order-bac .shopInfo-order-pay .shopInfo-order-pay_01>p {
  text-align: left;
}

.logic .shopInfo-order-bac .shopInfo-order-pay .shopInfo-order-pay_01 .shopInfo-order-pay_01_span {
  display: flex;
  justify-content: space-between;
  font-size: 0.14rem;
  margin-top: 0.16rem;
}

.logic .shopInfo-order-bac .shopInfo-order-pay .shopInfo-order-pay_01 .shopInfo-order-pay_01_span .iconfont {
  color: #fe470e;
}

.logic .shopInfo-order-bac .shopInfo-order-money {
  margin-top: 0.1rem;
  padding: 0 0.1rem;
}

.logic .shopInfo-order-bac .shopInfo-order-money .shopInfo-order-money_01 {
  background-color: #fff;
  border-radius: 0.16rem;
  padding: 0.1rem;
}

.logic .shopInfo-order-bac .shopInfo-order-money .shopInfo-order-money_01 .shopInfo-order-money_01_span {
  display: flex;
  justify-content: space-between;
  font-size: 0.16rem;
  line-height: 0.32rem;
}

.logic .shopInfo-order-bac .shopInfo-order-money .shopInfo-order-money_01 .shopInfo-order-money_01_span .shopInfo-order-money_01_span_01>span {
  color: #fe5d2a;
  font-size: 0.18rem;
}

.logic .shopInfo-order-bac .shopInfo-order-money .shopInfo-order-money_01 .shopInfo-order-money_01_span .shopInfo-order-money_01_span_01>span:nth-of-type(1) {
  font-size: 0.12rem;
  color: #fe5d2a;
}

.logic .shopInfo-order-bac .shopInfo-order-remarks {
  margin-top: 0.1rem;
  padding: 0 0.1rem;
}

.logic .shopInfo-order-bac .shopInfo-order-remarks .shopInfo-order-remarks_01 {
  background-color: #fff;
  border-radius: 0.16rem;
  padding: 0.1rem;
}

.logic .shopInfo-order-bac .shopInfo-order-remarks .shopInfo-order-remarks_01 .shopInfo-order-remarks_01_span {
  display: flex;
  justify-content: space-between;
  font-size: 0.16rem;
  line-height: 0.32rem;
}

.logic .shopInfo-order-bac .shopInfo-order-remarks .shopInfo-order-remarks_01 .shopInfo-order-remarks_01_span>span {
  width: 0.8rem;
  text-align: left;
  display: flex;
  align-items: center;
}

.logic .shopInfo-order-bac .shopInfo-order-remarks .shopInfo-order-remarks_01 .shopInfo-order-remarks_01_span .shopInfo-clue-form-item-inp {
  flex: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

.logic .shopInfo-order-bac .shopInfo-order-remarks .shopInfo-order-remarks_01 .shopInfo-order-remarks_01_span .shopInfo-clue-form-item-inp .shopInfo-input-item {
  margin-top: 0.04rem;
  -webkit-appearance: none;
  padding: 0.06rem 0 0.07rem 0;
  width: 100%;
  background-color: transparent;
  border: 1px solid #dcdcdc;
  border-width: 0 0 0 0;
  border-radius: 0;
  font-size: 0.14rem;
  line-height: 0.22rem;
  outline: none;
}

.logic .shopInfo-order-bac .shopInfo-order-remarks .shopInfo-order-remarks_01 .shopInfo-order-remarks_01_span .shopInfo-clue-form-item-inp .shopInfo-input-item input {
  margin-top: 0.04rem;
  -webkit-appearance: none;
  padding: 0.06rem 0 0.07rem 0;
  width: 100%;
  background-color: transparent;
  border: 1px solid #dcdcdc;
  border-width: 0 0 0 0;
  border-radius: 0;
  font-size: 0.18rem;
  line-height: 0.22rem;
  outline: none;
}

.logic .shopInfo-order-bac .shopInfo-order-safeguard {
  margin-top: 0.2rem;
  padding: 0 0.1rem;
}

.logic .shopInfo-order-bac .shopInfo-order-safeguard .shopInfo-order-safeguard-icon-box {
  display: flex;
  justify-content: space-between;
}

.logic .shopInfo-order-bac .shopInfo-order-safeguard .shopInfo-order-safeguard-icon-box .shopInfo-order-safeguard-icon {
  color: #09bd5c;
  display: flex;
  align-items: center;
}

.logic .shopInfo-order-bac .shopInfo-order-safeguard .shopInfo-order-safeguard-icon-box .shopInfo-order-safeguard-icon .iconfont {
  font-size: 0.22rem;
}

.logic .shopInfo-order-bac .shopInfo-order-safeguard .shopInfo-order-safeguard-icon-box .shopInfo-order-safeguard-icon_02 {
  display: flex;
}

.logic .shopInfo-order-bac .shopInfo-order-safeguard .shopInfo-order-safeguard-icon-box .shopInfo-order-safeguard-icon_02 input[type=checkbox] {
  visibility: hidden;
}

.logic .shopInfo-order-bac .shopInfo-order-safeguard .shopInfo-order-safeguard-icon-box .shopInfo-order-safeguard-icon_02 .shopInfo-order-checkBox {
  position: relative;
  width: 0.18rem;
  height: 0.18rem;
  background: #ffffff;
  margin-left: 0.06rem;
}

.logic .shopInfo-order-bac .shopInfo-order-safeguard .shopInfo-order-safeguard-icon-box .shopInfo-order-safeguard-icon_02 .shopInfo-order-checkBox label {
  cursor: pointer;
  position: absolute;
  width: 0.18rem;
  height: 0.18rem;
  top: 0;
  left: 0;
  background: #ffffff;
  border: 1px solid #c2c2c2;
  border-radius: 50%;
}

.logic .shopInfo-order-bac .shopInfo-order-safeguard .shopInfo-order-safeguard-icon-box .shopInfo-order-safeguard-icon_02 .shopInfo-order-checkBox label:after {
  opacity: 0;
  content: '';
  position: absolute;
  width: 0.1rem;
  height: 0.06rem;
  background: transparent;
  top: 0.04rem;
  left: 3px;
  border: 2px solid #fe6a2a;
  border-top: none;
  border-right: none;

  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.logic .shopInfo-order-bac .shopInfo-order-safeguard .shopInfo-order-safeguard-icon-box .shopInfo-order-safeguard-icon_02 .shopInfo-order-checkBox input[type=checkbox]:checked+label:after {
  opacity: 1;
}

.logic .shopInfo-order-bac .shopInfo-order-safeguard .shopInfo-order-safeguard-icon-box .shopInfo-order-safeguard-icon_02 .shopInfo-order-checkBox input[type=checkbox]:checked+label {
  border-color: #fe6a2a;
}

.logic .shopInfo-order-bac .shopInfo-order-safeguard .shopInfo-order-safeguard-info-box {
  text-align: left;
  margin-top: 0.16rem;
  padding-bottom: 0.16rem;
  font-size: 0.14rem;
}

.logic .shopInfo-order-bac .shopInfo-order-safeguard .shopInfo-order-safeguard-info-box .shopInfo-order-safeguard-info {
  color: #2f88ff;
}

.logic .shopInfo-order-bac .shopInfo-order-btn-box {
  background-color: #fff;
  padding: 0.1rem;
}

.logic .shopInfo-order-bac .shopInfo-order-btn-box .shopInfo-order-btn {
  font-size: 0.2rem;
  line-height: 0.42rem;
  background-color: #fe470e;
  color: #fff;
  border-radius: 0.1rem;
  text-align: center;
}

.logic .shopInfo-order-bac .shopInfo-flexed-order-btn-box {
  position: fixed;
	bottom: 0;
	left: 0;
	background: #fff;
	width: 100%;
	padding-bottom: 0.2rem;
	height: 0.5rem;
	border-top: 1px solid #cccccc87;
}
.logic .shopInfo-order-bac .shopInfo-flexed-order-btn-box .shopInfo-flexed-order-btn {
  display: flex;
	align-items: center;
	height: 0.5rem;
}
.logic .shopInfo-order-bac .shopInfo-flexed-order-btn-box .shopInfo-flexed-order-btn .shopInfo-flexed-order-btn-left {
  flex: 1;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.logic .shopInfo-order-bac .shopInfo-flexed-order-btn-box .shopInfo-flexed-order-btn .shopInfo-flexed-order-btn-left>span:nth-of-type(1) {
  font-size: 0.2rem;
	margin-right: 0.04rem;
}
.logic .shopInfo-order-bac .shopInfo-flexed-order-btn-box .shopInfo-flexed-order-btn .shopInfo-flexed-order-btn-right {
  height: 100%;
	flex: 2;
	background: #fe470e;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.logic .shopInfo-order-bac .shopInfo-flexed-order-btn-box .shopInfo-flexed-order-btn .shopInfo-flexed-order-btn-right>span.iconfont {
  color: yellow;
	font-size: 0.2rem;
}

.info-pop {
  width: 100vw;
  height: 100vh;
  background-color: rgba(204, 204, 204, 0);
  position: fixed;
  top: 0;
  left: 0;
}
.info-pop .info-pop-error,
.info-pop .info-pop-info,
.info-pop .info-pop-warning,
.info-pop .info-pop-success {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 0.1rem 0.2rem;
  font-size: 0.16rem;
  border-radius: 0.06rem;
}

.info-pop .info-pop-error {
  background-color: #fef0f0;
  color: #f56c6c;
}
.info-pop .info-pop-info {
  background-color: #585858;
  color: #fff;
}
.info-pop .info-pop-warning {
  background-color: #fdf6ec;
  color: #f9ae3d;
}
.info-pop .info-pop-success {
  background-color: #dbf1e1;
  color: #5ac725;
}

/* 问答组件部分 */
.logic {
  position: relative;
}
.logic .q-box {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.logic .q-box .q-top-title {
  text-align: center;
  font-size: 0.1rem;
  color: #fff;
  height: 0.4rem;
  line-height: 0.4rem;
  background: linear-gradient(180deg, rgba(16, 7, 4, 0.5) 0%, rgba(40, 14, 8, 0.5) 80%, rgba(237, 231, 231, 0.87) 100%);
  position: fixed;
  width: 100%;
  z-index: 9;
}
.logic .q-box .q-top-img {
  font-size: 0;
}

.logic .q-box .record-box {
  font-size: 0.12rem;
  background: #f6f6f7;
  padding: 0 0.1rem 0.02rem 0.1rem;
  text-align: center;
}

.logic .q-box .chat-room {
  flex: 1;
  background: #f6f6f7;
  padding: 0 0.1rem 1.2rem 0.1rem;
  box-sizing: border-box;
  min-height: 45vh;
}
.logic .q-box .chat-room .room-item {
  box-sizing: border-box;
  display: flex;
  margin-top: 0.2rem;
}
.logic .q-box .chat-room .room-item .room-item-img {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  overflow: hidden;
}
.logic .q-box .chat-room .room-item .room-item-img img {
  width: 0.4rem;
  height: 0.4rem;
}
.logic .q-box .chat-room .room-item .room-item-text {
  flex: 1;
  font-size: 0.18rem;
  box-sizing: border-box;
  text-align: left;
  position: relative;
}
.logic .q-box .chat-room .item-right .room-item-img {
  margin-left: 0.1rem;
}
.logic .q-box .chat-room .item-right .room-item-text {
  margin-left: 0.5rem;
  display: flex;
  justify-content: flex-end;
}
.logic .q-box .chat-room .item-right .room-item-text span {
  display: inline-block;
  background: #95ec69;
  padding: 0.14rem;
  border-radius: 0.06rem;
}
.logic .q-box .chat-room .item-right .room-item-text::after {
  content: '';
  width: 0;
  height: 0;
  border-top: 0.06rem solid transparent;
  border-right: 0.06rem solid transparent;
  border-left: 0.06rem solid #95ec69;
  border-bottom: 0.06rem solid transparent;
  display: inline-block;
  position: absolute;
  right: -0.11rem;
  top: 0.14rem;
}
.logic .q-box .chat-room .item-left .room-item-img {
  margin-right: 0.1rem;
}
.logic .q-box .chat-room .item-left .room-item-text {
  margin-right: 0.5rem;
  white-space: pre-wrap;
  display: flex;
}
.logic .q-box .chat-room .item-left .room-item-text img {
  width: 150px;
  height: 150px;
}
.logic .q-box .chat-room .item-left .room-item-text span {
  display: inline-block;
  background: #fff;
  padding: 0.14rem;
  border-radius: 0.06rem;
}
.logic .q-box .chat-room .item-left .room-item-text::before {
  content: '';
  width: 0;
  height: 0;
  border-top: 0.06rem solid transparent;
  border-left: 0.06rem solid transparent;
  border-right: 0.06rem solid #fff;
  border-bottom: 0.06rem solid transparent;
  display: inline-block;
  position: absolute;
  left: -0.11rem;
  top: 0.14rem;
}
.logic .q-box .q-bot-cho {
  position: fixed;
  bottom: 0;
  display: none;
  padding-bottom: 0.2rem;
  width: 100%;
  box-sizing: border-box;
}
.logic .q-box .q-bot-cho .q-bot-cho-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0px 0.16rem;
  box-sizing: border-box;
}
.logic .q-box .q-bot-cho .q-bot-cho-box .q-bot-cho-box-item {
  text-align: center;
  width: 49%;
  background: #e57c0d;
  color: #fff;
  font-size: 0.16rem;
  margin-bottom: 0.08rem;
  padding: 0.08rem 0;
  border-radius: 0.04rem;
  overflow: hidden;
}
.logic .q-box .q-bot-button {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 0 0.10rem 0.2rem 0.10rem;
  box-sizing: border-box;
}

.create-scroll-btn {
  position: fixed;
  text-align: center;
  bottom: 0.28rem;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0.1rem;
  box-sizing: border-box;
}
.logic .q-box .q-bot-button .q-bot-box-2 {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  margin: auto;
}
.logic .q-box .q-bot-button .q-bot-box {
  display: flex;
  justify-content: space-between;
  background: #fff;
  box-shadow: 0px 1px 8px 0px #9d9595c9;
  border-radius: 0.06rem;
  padding: 0.1rem 0.10rem;
  box-sizing: border-box;
  align-items: center;
}
.logic .q-box .q-bot-button .q-bot-box .q-bot-box-left {
  display: flex;
  margin-right: 0.04rem;
  overflow: hidden;
}
.logic .q-box .q-bot-button .q-bot-box .q-bot-box-left .q-bot-box-img {
  width: 0.6rem;
  height: 0.6rem;
}
.logic .q-box .q-bot-button .q-bot-box .q-bot-box-left .q-bot-box-img img {
  width: 0.6rem;
  height: 0.6rem;
}
.logic .q-box .q-bot-button .q-bot-box .q-bot-box-left .q-bot-box-text {
  margin-left: 0.04rem;
  text-align: left;
  font-size: 0.16rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}
.logic .q-box .q-bot-button .q-bot-box .q-bot-box-left .q-bot-box-text .q-bot-box-text-01 {
  font-size: 0.17rem;
  font-weight: 700;
  white-space: nowrap;
}
.logic .q-box .q-bot-button .q-bot-box .q-bot-box-right .q-bot-box-btn {
  background: rgb(250, 67, 6);
  font-size: 0.16rem;
  color: #fff;
  border-radius: 0.04rem;
  padding: 0.06rem;
  white-space: nowrap;
}
.logicIndividualAuthorizationMaskDD {
  display: none;
}
.logicIndividualAuthorizationMask {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0;
  box-sizing: border-box;
  z-index: 19;
  background: rgb(133, 128, 128,0.5);
  height: 100vh;
  width: 100vw;
}
 .logicIndividualAuthorizationMask .logicIndividualAuthorizationMask-box {
  position: relative;
}
 .logicIndividualAuthorizationMask .logicIndividualAuthorizationMask-icon {
  position: absolute;
  bottom: 0.4rem;
  left: 50%;
  translate: -50%;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 0.4rem;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  color: #fff;

}
 .logicIndividualAuthorizationMask .logicIndividualAuthorizationMask-img {
  width: 100%;
}

.logicIndividualAuthorizationMaskBtn {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0;
  box-sizing: border-box;
  z-index: 19;
  background: rgb(133, 128, 128,0.5);
  width: 100%;
  height: 100vh;
}
 .logicIndividualAuthorizationMaskBtn .logicIndividualAuthorizationMaskBtn-box {
  position: absolute;
  width: 90%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-70%);
  
}
 .logicIndividualAuthorizationMaskBtn .logicIndividualAuthorizationMaskBtn-icon {
  position: absolute;
  bottom: -0.6rem;
  left: 50%;
  translate: -50%;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 0.4rem;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  color:#fff;

}
 .logicIndividualAuthorizationMaskBtn .logicIndividualAuthorizationMaskBtn-img {
  width: 100%;
  border-radius: 0.1rem;
  overflow: hidden;
}
}