* {
  padding: 0;
  margin: 0;
}

html {  
  font-size: 100px;
}

body {
  margin: 0 auto;
  padding: 0;
  background: #ccc;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: #444;
}

#boxStr {
  width: 404px;
  height: 756px;
  margin: 10px auto 0;
  position: relative;
  padding: 44px 12px 42px;
  overflow: hidden;
  box-sizing: border-box;
}

@-moz-keyframes slidein {
  from {
    scale: 0.9;
  }

  to {
    scale: 1.1;
  }
}

@-webkit-keyframes slidein {
  from {
    scale: 0.9;
  }

  to {
    scale: 1.1;
  }
}

@keyframes slidein {
  from {
    scale: 0.9;
  }

  to {
    scale: 1.1;
  }
}

@-moz-keyframes slidein2 {
  from {
    scale: 0.9;
  }

  to {
    scale: 1;
  }
}

@-webkit-keyframes slidein2 {
  from {
    scale: 0.9;
  }

  to {
    scale: 1;
  }
}

@keyframes slidein2 {
  from {
    scale: 0.9;
  }

  to {
    scale: 1;
  }
}

@media (min-width: 767px) {
  div {
    font-size: 0.16rem;
  }
  #boxStr {
    background: url(../image/h5_bg.svg) no-repeat;
  }

    /* 电商组件 */
.logic .shopInfo-item {
  background-color: #fff;
  padding: 10px;
}

.logic .shopInfo-item .shopInfo-item_01 {
  margin-top: 20px;
  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: 14px;
  color: #ed4f51;
}

.logic .shopInfo-item .shopInfo-item_01 .shopInfo-item_01_01 strong {
  font-size: 20px;
  color: #ed4f51;
}

.logic .shopInfo-item .shopInfo-item_01 .shopInfo-item_01_01 del {
  color: #979393;
  font-size: 14px;
  margin-left: 10px;
}

.logic .shopInfo-item .shopInfo-item_01 span {
  font-size: 14px;
  display: flex;
  align-items: end;
}

.logic .shopInfo-item .shopInfo-item_02 {
  text-align: left;
  font-size: 14px;
}

.logic .shopInfo-item .shopInfo-item_03 span {
  text-align: left;
  font-size: 14px;
  background-color: #0dad8a;
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  font-weight: 700;
  display: inline-block;

}

.logic .shopInfo-item_03 {
  text-align: left;
  margin-top: 10px;
}

.logic .shopInfo-item_03 .shopInfo-item_03_title {
  border-bottom: 1px solid #cccccc57;
  height: 40px;
  line-height: 40px;
}

.logic .shopInfo-item_03 .shopInfo-item_03_title span {
  color: #ff5000;
}

.logic .shopInfo-item_03 .shopInfo-item_03_imgBox {
  height: 160px;
}

.logic .shopInfo-item_03 .shopInfo-item_03_imgBox .shopInfo-item_03_imgBox_01 .shopInfo-item_03_imgBox_01_item {
  height: 80px;
  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: 50px;
  width: 50px;
  margin-right: 8px;
}

.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: 50px;
  height: 50px;
  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: 14px;
  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: 6px 14px;
  background-color: #fe470e;
  border-radius: 6px;
  color: #fff;
}

.logic .shopInfo-order-bac .shopInfo-order-box {
  background: linear-gradient(to bottom, #fff 10%, #f7f7f9);
  padding: 0 10px;
}

.logic .shopInfo-order-bac .shopInfo-order-box .shopInfo-order-box_1 {
  background-color: #fff;
  padding-bottom: 10px;
  border-radius: 0 0 16px 16px;
}

.logic .shopInfo-order-bac .shopInfo-order-box .shopInfo-order-box_1 .shopInfo-order-box_01 {
  border-bottom: 1px solid #cccccc87;
  padding-bottom: 10px;
}

.logic .shopInfo-order-bac .shopInfo-order-box .shopInfo-order-box_1 .shopInfo-order-box_01 .shopInfo-order-particulars>h4 {
  line-height: 40px;
  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: 80px;
  margin-right: 10px;
}

.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: 80px;
  height: 80px;
  border-radius: 10px;
}

.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: 14px;
}

.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: 20px;
}

.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: 10px;
}

.logic .shopInfo-order-bac .shopInfo-order-box .shopInfo-product-specifications {
  padding: 10px 0 0;
}

.logic .shopInfo-order-bac .shopInfo-order-box .shopInfo-product-specifications .shopInfo-product-specifications-text {
  font-size: 18px;
  text-align: left;
  margin-bottom: 10px;
  padding: 0 10px;
}

.logic .shopInfo-order-bac .shopInfo-order-box .shopInfo-product-specifications .shopInfo-product-specifications-box {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 0 10px;
}

.logic .shopInfo-order-bac .shopInfo-order-box .shopInfo-product-specifications .shopInfo-product-specifications-item {
  margin-bottom: 10px;
  font-size: 15px;
  padding: 8px 15px;
  margin-right: 10px;
  border-radius: 3px;
  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 10px;
  margin-top: 10px;

}

.logic .shopInfo-order-bac .shopInfo-order-box .shopInfo-shop-num .shopInfo-shop-num-right {
  border: 1px solid #cccccc75;
  padding: 4px 0;
  border-radius: 6px;
}

.logic .shopInfo-order-bac .shopInfo-order-box .shopInfo-shop-num .shopInfo-shop-num-right span:nth-of-type(1) {
  padding: 0 6px;
}

.logic .shopInfo-order-bac .shopInfo-order-box .shopInfo-shop-num .shopInfo-shop-num-right span:nth-of-type(2) {
  padding: 4px 16px;
  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 6px;
}

.logic .shopInfo-order-bac .shopInfo-order-form-box {
  padding: 0 10px;
  margin-top: 10px;
}

.logic .shopInfo-order-bac .shopInfo-order-form-box .shopInfo-order-form-box_01 {
  background-color: #fff;
  padding: 10px;
  border-radius: 16px;
}

.logic .shopInfo-order-bac .shopInfo-order-form-box .shopInfo-order-form-box_01>p {
  text-align: left;
  color: #0c0c0c;
  margin-bottom: 10px;
}

.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: 80px;
  text-align: left;
  display: flex;
  align-items: center;
  font-size: 16px;
}

.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: 4px;
  -webkit-appearance: none;
  padding: 6px 0 7px 0;
  width: 100%;
  background-color: transparent;
  border: 1px solid #dcdcdc;
  border-width: 0 0 0 0;
  border-radius: 0;
  font-size: 14px;
  line-height: 22px;
  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: 4px;
  -webkit-appearance: none;
  padding: 6px 0 7px 0;
  width: 100%;
  background-color: transparent;
  border: 1px solid #dcdcdc;
  border-width: 0 0 0 0;
  border-radius: 0;
  font-size: 18px;
  line-height: 22px;
  outline: none;
}

.logic .shopInfo-order-bac .shopInfo-order-pay {
  margin-top: 10px;
  padding: 0 10px;
}

.logic .shopInfo-order-bac .shopInfo-order-pay .shopInfo-order-pay_01 {
  background-color: #fff;
  border-radius: 16px;
  padding: 10px;
}

.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: 14px;
  margin-top: 16px;
}

.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: 10px;
  padding: 0 10px;

}

.logic .shopInfo-order-bac .shopInfo-order-pay .shopInfo-order-pay_01 {
  background-color: #fff;
  border-radius: 16px;
  padding: 10px;
}

.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: 14px;
  margin-top: 16px;
}

.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: 10px;
  padding: 0 10px;
}

.logic .shopInfo-order-bac .shopInfo-order-money .shopInfo-order-money_01 {
  background-color: #fff;
  border-radius: 16px;
  padding: 10px;
}

.logic .shopInfo-order-bac .shopInfo-order-money .shopInfo-order-money_01 .shopInfo-order-money_01_span {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  line-height: 32px;
}

.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: 18px;
}

.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: 12px;
  color: #fe5d2a;
}

.logic .shopInfo-order-bac .shopInfo-order-remarks {
  margin-top: 10px;
  padding: 0 10px;
}

.logic .shopInfo-order-bac .shopInfo-order-remarks .shopInfo-order-remarks_01 {
  background-color: #fff;
  border-radius: 16px;
  padding: 10px;
}

.logic .shopInfo-order-bac .shopInfo-order-remarks .shopInfo-order-remarks_01 .shopInfo-order-remarks_01_span {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  line-height: 32px;
}

.logic .shopInfo-order-bac .shopInfo-order-remarks .shopInfo-order-remarks_01 .shopInfo-order-remarks_01_span>span {
  width: 80px;
  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: 4px;
  -webkit-appearance: none;
  padding: 6px 0 7px 0;
  width: 100%;
  background-color: transparent;
  border: 1px solid #dcdcdc;
  border-width: 0 0 0 0;
  border-radius: 0;
  font-size: 14px;
  line-height: 22px;
  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: 4px;
  -webkit-appearance: none;
  padding: 6px 0 7px 0;
  width: 100%;
  background-color: transparent;
  border: 1px solid #dcdcdc;
  border-width: 0 0 0 0;
  border-radius: 0;
  font-size: 18px;
  line-height: 22px;
  outline: none;
}

.logic .shopInfo-order-bac .shopInfo-order-safeguard {
  margin-top: 20px;
  padding: 0 10px;
}

.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: 22px;
}

.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: 18px;
  height: 18px;
  background: #ffffff;
  margin-left: 6px;
}

.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: 18px;
  height: 18px;
  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: 10px;
  height: 6px;
  background: transparent;
  top: 4px;
  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: 16px;
  padding-bottom: 16px;
  font-size: 14px;
}

.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: 10px;
}

.logic .shopInfo-order-bac .shopInfo-order-btn-box .shopInfo-order-btn {
  font-size: 20px;
  line-height: 42px;
  background-color: #fe470e;
  color: #fff;
  border-radius: 10px;
  text-align: center;
}
.logic .shopInfo-order-bac .shopInfo-flexed-order-btn-box {
  position: fixed;
	bottom: 0;
	left: 0;
	background: #fff;
	width: 100%;
	padding-bottom: 20px;
	height: 50px;
	border-top: 1px solid #cccccc87;
}
.logic .shopInfo-order-bac .shopInfo-flexed-order-btn-box .shopInfo-flexed-order-btn {
  display: flex;
	align-items: center;
	height: 50px;
}
.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: 20px;
	margin-right: 4px;
}
.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: 20px;
}
.logic {
  position: relative;
}
.logic .q-box {
  min-height: 670px;
  display: flex;
  flex-direction: column;
}
.logic .q-box .q-top-title {
  text-align: center;
  font-size: 10px;
  color: #fff;
  height: 40px;
  line-height: 40px;
  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: 12px;
  background: #f6f6f7;
  padding: 0 10px 2px 10px;
  text-align: center;
}
.logic .q-box .chat-room {
  flex: 1;
  background: #f6f6f7;
  padding: 0 10px 120px 10px;
  box-sizing: border-box;
}
.logic .q-box .chat-room .room-item {
  box-sizing: border-box;
  display: flex;
  margin-top: 20px;
}
.logic .q-box .chat-room .room-item .room-item-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}
.logic .q-box .chat-room .room-item .room-item-img img {
  width: 40px;
  height: 40px;
}
.logic .q-box .chat-room .room-item .room-item-text {
  flex: 1;
  font-size: 18px;
  box-sizing: border-box;
  text-align: left;
  position: relative;
}
.logic .q-box .chat-room .item-right .room-item-img {
  margin-left: 10px;
}
.logic .q-box .chat-room .item-right .room-item-text {
  margin-left: 50px;
  display: flex;
  justify-content: flex-end;
}
.logic .q-box .chat-room .item-right .room-item-text span {
  display: inline-block;
  background: #95ec69;
  padding: 14px;
  border-radius: 6px;
}
.logic .q-box .chat-room .item-right .room-item-text::after {
  content: '';
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-right: 6px solid transparent;
  border-left: 6px solid #95ec69;
  border-bottom: 6px solid transparent;
  display: inline-block;
  position: absolute;
  right: -12px;
  top: 14px;
}
.logic .q-box .chat-room .item-left .room-item-img {
  margin-right: 10px;
}
.logic .q-box .chat-room .item-left .room-item-text {
  margin-right: 50px;
  white-space: pre-wrap;
  display: flex;
}
.logic .q-box .chat-room .item-left .room-item-text img {
  width: 100px;
  height: 100px;
}
.logic .q-box .chat-room .item-left .room-item-text span {
  display: inline-block;
  background: #fff;
  padding: 14px;
  border-radius: 6px;
}
.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::before {
  content: '';
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-left: 6px solid transparent;
  border-right: 6px solid #fff;
  border-bottom: 6px solid transparent;
  display: inline-block;
  position: absolute;
  left: -12px;
  top: 14px;
}
.logic .q-box .q-bot-cho {
  position: fixed;
  bottom: 0;
  display: none;
  padding-bottom: 20px;
  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 16px;
  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: 16px;
  margin-bottom: 8px;
  padding: 8px 0;
  border-radius: 4px;
  overflow: hidden;
}
.logic .q-box .q-bot-button {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 0 14px 20px 14px;
  box-sizing: border-box;
}

.create-scroll-btn {
  position: fixed;
  text-align: center;
  bottom: 28px;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 10px;
  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: 6px;
  padding: 10px 12px;
  box-sizing: border-box;
  align-items: center;
}
.logic .q-box .q-bot-button .q-bot-box .q-bot-box-left {
  display: flex;
  margin-right: 4px;
  overflow: hidden;
}
.logic .q-box .q-bot-button .q-bot-box .q-bot-box-left .q-bot-box-img {
  width: 60px;
  height: 60px;
}
.logic .q-box .q-bot-button .q-bot-box .q-bot-box-left .q-bot-box-img img {
  width: 60px;
  height: 60px;
}
.logic .q-box .q-bot-button .q-bot-box .q-bot-box-left .q-bot-box-text {
  margin-left: 4px;
  text-align: left;
  font-size: 16px;
  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: 18px;
  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: 16px;
  color: #fff;
  border-radius: 4px;
  padding: 6px;
  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);
}
 .logicIndividualAuthorizationMask .logicIndividualAuthorizationMask-box {
  position: relative;
}
 .logicIndividualAuthorizationMask .logicIndividualAuthorizationMask-icon {
  position: absolute;
  bottom: 40px;
  left: 50%;
  translate: -50%;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;

}
 .logicIndividualAuthorizationMask .logicIndividualAuthorizationMask-img {
  width: 100%;
}
}

#fa2 {
  width: 378px;
  height: 670px;
  transform: translateZ(0);
  position: relative;
  box-sizing: border-box;
}

#fa {
  width: 378px;
  height: 670px;
  position: relative;
  box-sizing: border-box;
  overflow-y: scroll;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  overflow-x: hidden
}

#fa::-webkit-scrollbar {
  width: 0 !important
}

#pop {
  width: 378px;
  height: 0px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(7, 4, 4, 0.5);
  z-index: 999998;
  display: none;
}

.show-box {
  width: 378px;
  height: 0px;
  background-color: #fff;
  position: fixed;
  border-radius: 0.12rem 0.12rem 0px 0px;
  bottom:-6rem;
  z-index: 999999;
  padding: 0 0.32rem;
  box-sizing: border-box;
  font-size: 0.12rem;
}

#noBorder {
  border: none !important;
  width: 100%;
}

.bacimg {
  border: none !important;
}

.famaskbox {
  position: absolute;
  width: 100vw;
  height: 100vh;
  background-color: rgba(8, 5, 5, 0.545);
  left: 0;
  top: 0;
  display: none;
}

.famask {
  /* height: 300px; */
  width: 80%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* display: none; */
  padding: 0.1rem;
  box-sizing: border-box;
  font-size: 0.14rem;
  border-radius: 0.1rem;
  box-shadow: 0 0 0.15rem rgb(0 0 0 / 15%);
}

.famask .famask-header {
  display: flex;
  justify-content: space-between;
  height: 0.3rem;
  line-height: 0.3rem;
  font-size: 0.16rem;
  border-bottom: 1px solid rgb(141 140 140 / 11%);
}

.famask .famask-header i {
  font-size: 0.9em;
}

.famask p {
  padding: 0.01rem 0;
  margin: 0.2rem 0;
  font-size: 0.15rem;
  /* border-bottom: 1px solid rgb(141 140 140 / 11%); */
}

.famask .inp-item {
  margin-top: 0.1rem;
  position: relative;
}

.famask .inp-item .inp-box {
  margin-top: 0.1rem;
  border: 1px solid rgba(141, 140, 140, 0.253);
  height: 0.3rem;
  border-radius: 0.05rem;
}

.famask .inp-item input {
  outline: none;
  height: 0.3rem;
  line-height: 0.3rem;
  border: 0;
  text-indent: 0.5em;
  width: 100%;
  background-color: #fff;
}

.famask .inp-item span {
  display: none;
  position: absolute;
  left: 0;
  bottom: -0.11rem;
  font-size: 0.7em;
  color: rgba(255, 0, 0, 0.733);
}

.famask .famask-foot {
  margin-top: 0.2rem;
  display: flex;
}

.famask .famask-foot button {
  background-color: #fff;
  border: 1px solid rgba(141, 140, 140, 0.253);
  display: inline-block;
  width: 50%;
  height: 0.32rem;
  line-height: 0.32rem;
  box-sizing: border-box;
}

.famask .famask-foot button:first-of-type {
  border-right: 0;
}

.feedback {
  display: none;
  position: fixed;
  right: 0;
  top: 50%;
  font-size: 0.14rem;
  transform: translateY(-50%);
  height: auto;
  width: 0.14rem;
  word-wrap: break-word;
  background-color: rgba(66, 62, 62, 0.459);
  padding: 0.07rem 0.04rem;
  border-radius: 0.05rem 0 0 0.05rem;
}

.feedbackImg {
  width: 80%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  padding: 0.2rem;
  box-sizing: border-box;
  font-size: 0.14rem;
  text-align: center;
  border-radius: 0.1rem;
}

.feedbackImg .feedbackImg-foot {
  margin-top: 0.8rem;
  display: flex;
}

.feedbackImg .feedbackImg-foot button {
  outline: none;
  background-color: #fff;
  border: 0;
  display: inline-block;
  width: 50%;
  height: 0.2rem;
  line-height: 0.2rem;
  box-sizing: border-box;
}

.feedbackImg .feedbackImg-foot button:first-of-type {
  border-right: 0;
  /* border-left: 0; */
}

.logic .clue-form {
  padding: 0.12rem 0.24rem;
  font-family: PingFangSC-Regular;
  font-size: 0.18rem;
  line-height: 0.22rem;
  color: #444;
  text-align: left;

}

.logic .clue-form .clue-form-item {
  margin-bottom: 0.1rem;
}

.logic .clue-form .clue-form-item .item-title {
  color: #333;
}

.logic .clue-form .clue-form-item .item-title-status::after {
  content: "*";
  color: #f44;
}

.logic .clue-form .clue-form-item .item-sele {
  display: flex;
  justify-content: space-around;
  margin-top: 0.1rem;
}

.logic .clue-form .clue-form-item .item-sele select {
  border: 0;
  background: #fff;
  font-size: 0.13rem;
  outline: none;
}

.logic .clue-form .clue-form-item .item-inp {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

.logic .clue-form .clue-form-item .item-inp .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 1px 0;
  border-radius: 0;
  font-size: 0.14rem;
  line-height: 0.22rem;
  outline: none;
}

.logic .clue-form .clue-form-item .item-inp .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 1px 0;
  border-radius: 0;
  font-size: 0.18rem;
  line-height: 0.22rem;
  outline: none;
}

.logic .clue-form .clue-form-item .item-msg {
  display: none;
  font-size: 0.12rem;
  line-height: 0.2rem;
  color: #f44;
}

.individualAuthorizationBox {
  display: flex;
  padding-left: 0.24rem;
  margin-bottom: 0.2rem;
}

.individualAuthorizationBox a {
  text-decoration: none;
  color: #0045ff;
  font-size: 0.12rem;
  line-height: 0.12rem;
}

.submitbtn {
  margin: 0 auto 0;
  padding: 0;
  width: 90%;
  height: 0.48rem;
  color: #fff;
  background-color: #3b9aff;
  border-radius: 0.28rem;
  font-family: PingFangSC-Regular;
  font-weight: 700;
  font-size: 0.18rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.submitbtn:active {
  background-color: #3b9aff9f;
}

#addr-show02 {
  /* display: none; */
  width: 200px;
  height: 25px;
}

#addr-choice{
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  margin-bottom: 20px;
  margin-top: 10px;
}

#title-wrap {
  display: flex;
}

#title-wrap li,
#addr-wrap li{
  list-style: none;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}

#title-wrap li{
  flex: 1;
  height: 45px;
  line-height: 45px;
  margin-bottom: 10px;
}

.titleSel{
  border-bottom: 2px solid #23B7E5;
}
#addr-wrap {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

#addr-wrap li{
  width: 25%;
  height: 30px;
  border-radius: 4px;
  line-height: 30px;
  font-size: 14px;
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
}
#addr-wrap li:hover{
  background-color: #23B7E5;
}
.btn {
  width: 80px;
  height: 30px;
  border-radius: 4px;
  border: 1px solid #ccc;
  outline: none;
  background-color: #aaa;
  margin: 0 20px;
}

.btn:disabled{
  background-color:#ccc;
}
.titleSel{
  border-bottom: 2px solid #23B7E5;
}

.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: 10px 20px;
  font-size: 16px;
  border-radius: 6px;
}

.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;
}
