@charset "utf-8";
.flex {
  display: flex;
}
.fc {
  display: flex;
  align-items: center;
}
.f-h {
  display: flex;
  flex-direction: column;
}
.fc-h {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fcc-h {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.fcc {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fc-bet {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fc-end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.flex1 {
  flex: 1;
}
.f-pr {
  position: relative;
}
.wrap {
  background: #F0F0F0;
}
a,
button,
[click],
.click,
[onclick] {
  cursor: pointer;
}
.login-form-box {
  margin: 0 auto;
  margin-top: -2.08rem;
  position: relative;
  width: 13.76rem;
  background-color: #ffffff;
  box-shadow: 0rem 0.12rem 0.4rem 0.08rem rgba(169, 168, 168, 0.3);
  border-radius: 0.5rem;
  background: #fff;
  padding-bottom: 1.1rem;
}
.login-form-box .bd {
  padding: 0 0.88rem;
}
.login-form-tab {
  height: 2.08rem;
  font-size: 0.64rem;
  padding: 0 1.18rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.96rem;
  letter-spacing: 0rem;
  color: #999999;
}
.login-form-tab.on {
  color: #5eaa72;
  font-weight:bold;
}
.login-form-input {
  height: 1.38rem;
  border-bottom: 0.01rem solid #999999;
  display: flex;
  align-items: center;
  margin-bottom: 0.86rem;
}
.login-form-input i {
  display: block;
  width: 1.38rem;
  height: 1.38rem;
}
.login-form-input .ipt-tel {
  background: url(./img/ipt-tel.png) center no-repeat;
  background-size: 0.48rem 0.74rem;
}
.login-form-input .ipt-msg {
  background: url(./img/ipt-msn.png) center no-repeat;
  background-size: 0.58rem 0.42rem;
}
.login-form-input .ipt-pwd {
  background: url(./img/ipt-pwd.png) center no-repeat;
  background-size: 0.6rem 0.72rem;
}
.login-form-input .ipt-code {
  background: url(./img/ipt-code.png) center no-repeat;
  background-size: 0.62rem 0.66rem;
}
.login-form-input input {
  font-size: 0.6rem;
  color: #000;
  border: 0;
  width: 100%;
  height: 0.98rem;
  line-height: 0.98rem;
}
.login-form-input .img-yzm {
  width: 3.36rem;
  height: 1.32rem;
  margin: 0 4px 6px 0;
}
.login-form-input .get-code {
  width: 3.3rem;
  height: 0.98rem;
  background-image: linear-gradient(-67deg, #e23538 0%, #ee5145 53%, #fa6c52 100%), linear-gradient(#cdcdcd, #cdcdcd);
  background-blend-mode: normal, 
				normal;
  border-radius: 0.12rem;
  border: 0;
  font-size: 0.48rem;
  color: #fff;
}
.login-form-input .get-code[disabled] {
  background: #d2d2d2;
  color: rgba(255, 255, 255, 0.5);
}
.btn-submit {
  height: 1.54rem;
  background-image: linear-gradient(-67deg, #5eaa72 0%, #6dbd82 53%, #5bc476 100%), linear-gradient(#999999, #999999);
  background-blend-mode: normal, 
				normal;
  border-radius: 0.76rem;
  width: 100%;
  display: block;
  border: 0;
  font-size: 0.56rem;
  color: #fff;
  letter-spacing: 0.05rem;
}
.btn-link-black {
  font-size: 0.56rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.6rem;
  letter-spacing: 0rem;
  color: #000;
}

.btn-link-red {
  font-size: 0.56rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.6rem;
  letter-spacing: 0rem;
  color: #fa6c52;
}
.login-other-box {
  padding: 1rem 0.6rem;
}
.login-other-box .title span {
  display: block;
  font-size: 0.48rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.96rem;
  letter-spacing: 0rem;
  color: #999999;
  margin: 0 0.66rem;
}
.login-other-box .title:before,
.login-other-box .title:after {
  content: "";
  display: block;
  flex: 1;
  height: 0.01rem;
  background: #999999;
}
.login-other-box .img-links {
  padding: 0.3rem 0;
}
.login-other-box .img-links img {
  width: 1.06rem;
  height: 1.06rem;
}
.login-other-box .img-links a {
  margin: 0 0.62rem;
}
.login-other-box .links {
  font-size: 0.44rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.96rem;
  letter-spacing: 0rem;
  color: #999999;
}
.login-other-box .links a {
  color: #5eaa72;
}
.login-other-box .btn-checkbox {
  -webkit-user-select: none;
}
.login-other-box .btn-checkbox i {
  width: 0.48rem;
  height: 0.48rem;
  background-color: #fafafa;
  border: solid 0.04rem #d8d8d8;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.2rem;
  border-radius: 1rem;
}
.login-other-box .btn-checkbox .on {
  border-color: #5eaa72;
}
.login-other-box .btn-checkbox .on:after {
  content: "";
  display: block;
  width: 0.22rem;
  height: 0.22rem;
  background: #5eaa72;
  border-radius: 0.5rem;
}
* {
  border: 0;
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
.login-page {
  min-height: calc(100vh - 5.8rem);
}
.page-index {
  background: url(./img/headbg.png) center 0 no-repeat #F0F0F0;
  background-size: 100% auto;
  padding-top: 3.82rem;
}
.p020 {
  padding: 0 0.4rem;
}
.index-head {
  padding: 0.7rem 0.4rem 0.4rem;
  background: url(./img/headbg.png) center 0 no-repeat;
  background-size: 100% auto;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
}
.index-head .links {
  font-size: 0.64rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.77rem;
  letter-spacing: 0rem;
  color: #ffffff;
}
.index-head .links a {
  color: #222222;
}
.index-head .links a + a {
  margin-left: 0.4rem;
}
.logo-txt img {
  width: 1.08rem;
  height: 1.08rem;
  margin-right: 0.22rem;
}
.logo-txt b {
  font-size: 0.64rem;
  color: #1A3D29;
  font-weight: normal;
}
.h10 {
  height: 0.2rem;
}
.h20 {
  height: 0.4rem;
}
.h30 {
  height: 0.6rem;
}
.h250 {
  height: 5rem;
}

.search-row {
  height: 1.24rem;
  background-color: #ffffff;
  border-radius: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.search-row i {
  width: 1.5rem;
}
.search-row i img {
  width: 0.68rem;
  display: block;
}
.search-row input {
  height: 1rem;
  line-height: 1rem;
  font-size: 0.6rem;
  color: #000;
  display: block;
  width: 100%;
}
.search-row .btn-so {
  width: 2.2rem;
  height: 1.04rem;
  background-image: linear-gradient(90deg, #85bd72 0%, #6cac58 100%), linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal, 
					normal;
  border-radius: 0.5rem;
  margin-left: 0.3rem;
  font-size: 0.48rem;
  color: #fff;
  margin-right: 0.12rem;
  cursor: pointer;
}
.index-navs {
  margin: 0 0.4rem;
  padding-bottom: 0.4rem;
  background-color: #ffffff;
  box-shadow: 0px 0.1rem 0.1rem 0px rgba(6, 0, 1, 0.14);
  border-radius: 0.2rem;
}
.index-navs a {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 0.28rem;
  padding-bottom: 0.44rem;
}
.index-navs img {
  width: 1.6rem;
  height: 1.4rem;
  object-fit: contain;
  margin-bottom: 0.12rem;
}
.index-navs p {
  font-size: 0.48rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.74rem;
  letter-spacing: 0px;
  color: #666666;
}
.index-navs .swiper-horizontal > .swiper-pagination-bullets,
.index-navs .swiper-pagination-bullets.swiper-pagination-horizontal,
.index-navs .swiper-pagination-custom,
.index-navs .swiper-pagination-fraction {
  bottom: 0rem;
  line-height: 1px;
}
.index-navs .swiper-pagination-bullet-active {
  background: #FF6174;
}
.index-pro-list {
  padding: 0 0 0 0.2rem;
}
.index-pro-list .item {
  width: 7.3rem;
  padding: 0 0.2rem 0.4rem;
  box-sizing: border-box;
}
.index-pro-list a {
  background: #fff;
  border-radius: 0.16rem;
  display: block;
  overflow: hidden;
  position: relative;
}
.index-pro-list .txt {
  padding: 0.36rem;
  padding-bottom: 0.18rem;
}
.index-pro-list .title {
  display: flex;
  align-items: center;
  margin-bottom: 0.3rem;
}
.index-pro-list .title label {
  height: 0.56rem;
  background-color: #f55519;
  border-radius: 0.12rem;
  padding: 0 0.14rem;
  font-size: 0.36rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.56rem;
  letter-spacing: 0px;
  color: #ffffff;
  margin-right: 0.18rem;
  white-space: nowrap;
}
.index-pro-list .title .tit {
  flex: 1;
}
.index-pro-list .title .tit h3 {
  max-width: 100%;
  font-size: 0.65rem;
  color: #2f2f2f;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-pro-list .jf {
  font-size: 0.48rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.96rem;
  letter-spacing: 0px;
  color: #5da662;
}
.index-pro-list .price {
  font-size: 0.54rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.96rem;
  letter-spacing: 0px;
  color: #ff7340;
}
.index-pro-list .price b {
  font-size: 0.72rem;
  font-weight: bold;
}
.index-pro-list .del_price {
  font-size: 0.54rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.96rem;
  letter-spacing: 0px;
  color: #ff7340;
  text-decoration: line-through;
}

.mj {
  margin-bottom: 0.1rem;
}
.mj li {
  background: url(./img/quanbg.png) 0 0 no-repeat;
  height: 0.58rem;
  background-size: auto 100%;
  padding-left: 0.22rem;
  margin-right: 0.2rem;
}
.mj li span {
  display: block;
  padding-right: 0.22rem;
  background: url(./img/quanbg.png) right 0 no-repeat #fff;
  height: 0.58rem;
  line-height: 0.58rem;
  background-size: auto 100%;
  font-size: 0.3rem;
  color: #d53128;
}
.footer-wrap {
  padding-top: 2.66rem;
  background: #F0F0F0;
}
.footer {
  background: url(./img/footbg.png) no-repeat;
  background-size: 100% 100%;
  border-top: 1px solid #DFDFDF;
  position: fixed;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: 100;
  display: flex;
}
.footer a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
  height: 2.4rem;
  margin-bottom: 0.15rem;
}
.footer .icon {
  width: 0.8rem;
  height: 0.8rem;
  background: url() center no-repeat;
  background-size: contain;
  margin-bottom: 0.2rem;
}
.footer .icon1 {
  background-image: url(./img/foot-nav1.png);
}
.footer .icon2 {
  background-image: url(./img/foot-nav2.png);
}
.footer .icon3 {
  background-image: url(./img/foot-nav3.png);
}
.footer .icon4 {
  background-image: url(./img/foot-nav4.png);
}
.footer .icon5 {
  background-image: url(./img/foot-nav5.png);
}
.footer .icon6 {
  background-image: url(./img/foot-nav6.png);
}
.footer p {
  font-size: 0.48rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.5rem;
  letter-spacing: 0px;
  color: #533e3e;
}
.footer .on .icon1 {
  background-image: url(./img/foot-nav1-h.png);
}
.footer .on .icon2 {
  background-image: url(./img/foot-nav2-h.png);
}
.footer .on .icon3 {
  background-image: url(./img/foot-nav3-h.png);
}
.footer .on .icon4 {
  background-image: url(./img/foot-nav4-h.png);
}
.footer .on .icon5 {
  background-image: url(./img/foot-nav5-h.png);
}
.footer .on .icon6 {
  background-image: url(./img/foot-nav6-h.png);
}
.footer .on p {
  font-size: 0.48rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.5rem;
  letter-spacing: 0px;
  color: #fa6c52;
}
.header-bar {
  padding-bottom: 1.76rem;
}
.header-row {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  height: 1.76rem;
  background: url(./img/headerbg.png) 0 bottom no-repeat;
  background-size: 100% auto;
}
.header-row .btn-share {
  margin-left: 0.6rem;
}
.header-row .btn-share a {
  width: 1.56rem;
  display: block;
  height: 1.76rem;
  background: url(./img/share.png) center no-repeat;
  background-size: 0.72rem auto;
}
.header-row .btn-car, .header-row-white .head-right .btn-bars a.btn-car {
  width: 1.56rem;
  display: block;
  height: 1.76rem;
  background: url(./img/top-car.png) center no-repeat;
  background-size: 0.72rem auto;
}
.btn-back {
  background: url(./img/leftarrow.png) center no-repeat;
  background-size: 0.38rem 0.66rem;
  width: 1.76rem;
  height: 1.76rem;
}
.btn-back2 {
  background: url(./img/leftarrow.png) center no-repeat;
  background-size: 0.38rem 0.66rem;
  width: 1.76rem;
  height: 1.76rem;
}
.head-search {
  width: 9.58rem;
  height: 1.2rem;
  background-color: #ffffff;
  border-radius: 0.6rem;
}
.head-search .icon-so {
  display: block;
  width: 0.68rem;
  height: 0.66rem;
  background: url(./img/ico-so.png) center no-repeat;
  background-size: contain;
  margin-left: 0.5rem;
}
.head-search .line {
  margin: 0 0.3rem;
  width: 0.04rem;
  height: 0.66rem;
  background: #C0BEBE;
}
.head-search input {
  display: block;
  font-size: 0.48rem;
  line-height: 2em;
  width: 6.4rem;
}
.details-slides {
	margin-top: 0;
}

.details-Swiper a,
.details-Swiper img {
  display: block;
  
  object-fit: cover;
}
.details-Swiper .swiper-pagination-bullet {
  background: #fff;
}
.details-box1 {
  background: #fff;
  padding: 0.6rem 0.9rem;
  font-size: 0.55rem;
}
.details-box1 h1 {
  font-size: 0.72rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.92rem;
  letter-spacing: 0px;
  color: #000000;
  margin-bottom: 0.5rem;
}
.details-box1 .row1 {
  font-size: 0.56rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #666666;
  line-height: 1rem;
  margin-top: 0.18rem;
  margin-bottom: 0.16rem;
}
.details-box1 .row2 {
  font-size: 0.56rem;
  color: #666666;
  line-height: 0.96rem;
  margin-bottom: 0.1rem;
}
.details-box1 .row2 span {
  color: #dd2203;
  font-size: 0.48rem;
}
.details-box1 .row2 b, .details-box1 .row6 b {
  font-weight: bold;
  font-size: 0.72rem;
}
.details-box1 .row3 {
  color: #dc3838;
  line-height: 0.88rem;
  margin-bottom: 0.1rem;
}
.details-box1 .row4 {
  color: #3aa513;
  margin-bottom: 0.1rem;
}
.details-box1 .row5 {
  color: #eb6a07;
}
.details-box1 .row6 {
  color: #dd2203;
}
.details-box1 .row7 {
  color: #feb007;
  font-size: 0.58rem;
}

.page-details {
  background: #F0F0F0;
  margin-bottom: 0.8rem;
}
.details-box3 .tab-contents {
  margin-top: 5px;
}
.details-box3 .tab-contents .tab-content img {
  width: 100%;
  display: block;
}
.details-box2 {
  background: #fff;
  padding: 0.6rem 0.9rem;
  font-size: 0.48rem;
  color: #999999;
}
.details-box2 .row1 {
  display: flex;
  margin-bottom: 0.4rem;
  align-items: center;
}
.details-box2 .row1 .col2 {
  width: 9rem;
  height: 1.12rem;
  overflow: hidden;
  position: relative;
}
.details-box2 .row1 ul {
  display: flex;
  flex-wrap: wrap;
}
.details-box2 .row1 li {
  box-sizing: border-box;
  width: 1.08rem;
  height: 1.08rem;
  border: 1px solid #EFEAE9;
  border-radius: 0.1rem;
  margin-right: 0.24rem;
}
.details-box2 .row1 li img {
  display: block;
  width: 100%;
  height: 100%;
}
.details-box2 .row1 .col3 span {
  width: 1.96rem;
  height: 0.82rem;
  background-color: #f5f5f5;
  border-radius: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.36rem;
}
.details-box2 .row1 .col3 img {
  height: 0.36rem;
  display: block;
}
.details-box2 .col1 {
  width: 1.5rem;
  white-space: nowrap;
}
.details-box2 .row2 {
  display: flex;
}
.details-box2 .row2 .score{
  font-weight: bold;
  font-size: 0.72rem;
  color: #dd2203;
}
.details-box3 {
  background: #fff;
  font-size: 0.48rem;
  padding-bottom: 2.22rem;
}
.details-box3 .about {
  padding: 0.6rem 0 0;
  display: flex;
  margin: 0 0.9rem;
  font-size: 0.7rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.82rem;
  letter-spacing: 0px;
  color: #333333;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 0.44rem;
}
.details-box3 .about .col1 {
  white-space: nowrap;
}
.details-box3 .tab-row {
  height: 1.32rem;
}
.details-box3 .tab-row .tab {
  height: 1.32rem;
  position: relative;
  width: 3.3rem;
  font-size: 0.48rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #a8a7a7;
}
.details-box3 .tab-row .tab.on:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0.06rem;
  background-color: #e85445;
  border-radius: 1px;
}
.details-box3 .tab-row .tab.on {
  color: #4c4949;
}
.details-box3 .tab-row .tab + .tab {
  margin-left: 0.6rem;
}
.btn-gototop {
  width: 2.16rem;
  height: 2.16rem;
  display: block;
  background: url(./img/gototop.png) center no-repeat;
  position: fixed;
  z-index: 99;
  right: 0.48rem;
  bottom: 3.36rem;
  background-size: contain;
}
.details-footer {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 100;
  background: #fff;
  padding: 0.55rem 0;
}
.details-footer a {
  margin-bottom: 0.15rem;
}
.details-footer a + a {
  margin-left: 0.26rem;
}
.btn-blue {
  width: 4.2rem;
  height: 1.42rem;
  background-image: linear-gradient(90deg, #00b7ee 0%, #00a0e9 100%), linear-gradient(#feb007, #feb007);
  background-blend-mode: normal, 
			normal;
  border-radius: 0.7rem;
  font-size: 0.56rem;
  color: #fff;
  margin-right: 0.22rem;
}
.btn-green {
  width: 4.2rem;
  height: 1.42rem;
  background-image: linear-gradient(90deg, #69c82a 0%, #319406 100%), linear-gradient(#feb007, #feb007);
  background-blend-mode: normal, 
			normal;
  border-radius: 0.7rem;
  font-size: 0.56rem;
  color: #fff;
  margin-right: 0.22rem;
}
.btn-green:hover,
.btn-green:active {
  color: #fff;
}
.btn-yellow {
  width: 4.2rem;
  height: 1.42rem;
  background-image: linear-gradient(90deg, #fec504 0%, #fd9903 100%), linear-gradient(#feb007, #feb007);
  background-blend-mode: normal, 
			normal;
  border-radius: 0.7rem;
  font-size: 0.56rem;
  color: #fff;
  margin-right: 0.22rem;
}
.btn-yellow:hover,
.btn-yellow:active {
  color: #fff;
}
.btn-yellow:disabled {
  background-image: linear-gradient(90deg, #999999 0%, #666666 100%), linear-gradient(#999999, #666666);
}
.btn-gray {
  width: 4.2rem;
  height: 1.42rem;
  background-image: linear-gradient(90deg, #999999 0%, #666666 100%), linear-gradient(#999999, #666666);
  background-blend-mode: normal, 
			normal;
  border-radius: 0.7rem;
  font-size: 0.56rem;
  color: #fff;
  margin-right: 0.22rem;
}
.btn-gray:hover,
.btn-gray:active {
  color: #fff;
}
.btn-blue {
  width: 4.2rem;
  height: 1.42rem;
  background-image: linear-gradient(90deg, #32bfff 0%, #0068ff 100%), linear-gradient(#32bfff 0%, #0068ff);
  background-blend-mode: normal, 
			normal;
  border-radius: 0.7rem;
  font-size: 0.56rem;
  color: #fff;
  margin-right: 0.22rem;
}
.btn-blue:hover,
.btn-blue:active {
  color: #fff;
}
.btn-red {
  width: 4.54rem;
  height: 1.42rem;
  background-image: linear-gradient(-67deg, #e23538 0%, #f14436 77%, #ff5233 100%), linear-gradient(#fe3b07, #fe3b07);
  background-blend-mode: normal, 
			normal;
  border-radius: 0.7rem;
  font-size: 0.56rem;
  color: #fff;
  margin-right: 0.22rem;
}
.btn-red:hover,
.btn-red:active {
  color: #fff;
}
.pop-buy-box {
  position: fixed!important;
  width: 100%!important;
  left: 0!important;
  top: auto!important;
  bottom: 0;
  background: #fff;
  z-index: 1000;
  background-color: #ffffff;
  border-radius: 0.6rem 0.6rem 0rem 0rem;
  min-height: 8rem;
}
.pop-buy-box .inner {
  padding: 0.9rem 0.44rem 0.44rem;
  position: relative;
}
.pop-buy-box .row1 {
  display: flex;
  align-items: flex-end;
  margin-bottom: 1rem;
}
.pop-buy-box .row1 .img {
  width: 3.12rem;
  height: 3.12rem;
  background-color: #cce198;
  border-radius: 0.2rem;
  position: relative;
  overflow: hidden;
  margin-right: 0.64rem;
}
.pop-buy-box .row1 .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pop-buy-box .row1 .price {
  font-size: 0.96rem;
  color: #fe4005;
  line-height: 1.5em;
}
.pop-buy-box .row1 .price b {
  font-size: 1.44rem;
  font-weight: 400;
}
.pop-buy-box .row1 .txt p {
  font-size: 0.56rem;
  line-height: 0.96rem;
  letter-spacing: 0px;
  color: #666666;
}
.pop-buy-box .row2 {
  font-size: 0.56rem;
  line-height: 0.96rem;
  letter-spacing: 0px;
  color: #61605f;
}
.pop-buy-box .row2 .p {
  margin-bottom: 0.2rem;
}
.pop-buy-box .scroll-div .row2 {
  margin-bottom: 1rem;
}
.pop-buy-box .row3 li {
  margin-bottom: 0.34rem;
  display: inline-flex;
  background: #F6F6F6;
  border-radius: 0.4rem;
  border: solid 0.04rem #F6F6F6;
  padding: 1px;
  padding-right: 0.46rem;
  cursor: pointer;
  align-items: center;
}
.pop-buy-box .row3 li.on {
  background-color: #ffffff;
  border: solid 0.04rem #fd5601;
}
.pop-buy-box .row3 li.on .name,
.pop-buy-box .row3 li.on .price {
  color: #fd5601;
}
.pop-buy-box .row3 img {
  width: 1.44rem;
  height: 1.44rem;
  background-color: #fe4005;
  border-radius: 0.4rem;
  margin-right: 0.66rem;
  display: block;
}
.pop-buy-box .row3 .name {
  font-size: 0.48rem;
  line-height: 0.8rem;
  color: #000033;
  margin-right: 2em;
}
.pop-buy-box .row3 .price {
  font-size: 0.48rem;
  font-weight: normal;
  letter-spacing: 0px;
  color: #999999;
  white-space: nowrap;
}
.pop-buy-box .actions {
  padding: 0.55rem 0;
  background: #F0EFEF;
}
.pop-buy-box .actions a{
  margin-bottom: 0.15rem;
}
.pop-buy-box .actions span {
  font-size: 0.48rem;
  color: #fefefe;
}
.pop-buy-box .actions .btn-car {
  height: 1.42rem;
  background-image: linear-gradient(90deg, #fec504 0%, #fd9903 100%), linear-gradient(#fdab03, #fdab03);
  background-blend-mode: normal, 
						normal;
  margin-right: 1rem;
}
.pop-buy-box .actions .btn-buy {
  width: 6.68rem;
  height: 1.42rem;
  background-image: linear-gradient(-67deg, #e23538 0%, #f14436 77%, #ff5233 100%), linear-gradient(#fd5d01, #fd5d01);
  background-blend-mode: normal, 
						normal;
  border-radius: 0px 0.6rem 0.66rem 0px;
}
.scroll-div {
  max-height: 50vh;
  overflow-y: auto;
}
.pop-x {
  width: 0.96rem;
  height: 0.96rem;
  display: block;
  background: url(./img/pop-x.png) center no-repeat;
  background-size: 0.48rem auto;
  top: 0.46rem;
  right: 0.14rem;
  position: absolute;
}
.number-box {
  display: flex;
  width: 3.1rem;
  height: 0.8rem;
  align-items: center;
  border-radius: 0.4rem;
  border: solid 0.04rem #dddddd;
  position: relative;
  overflow: hidden;
  box-sizing: content-box;
}
.number-box a {
  width: 0.92rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.8rem;
  border-right: 0.04rem solid #ddd;
  font-size: 0.6rem;
}
.number-box a span {
  color: #333333;
}
.number-box .disabled span,
.number-box [disabled] span {
  color: #999;
}
.number-box a ~ a {
  border-right-width: 0;
  border-left: 0.04rem solid #ddd;
}
.number-box input {
  width: 1.2rem;
  text-align: center;
  height: 0.6rem;
  line-height: 0.6rem;
  font-size: 0.52rem;
  color: #333333;
}
.page-car {
  background: url(./img/car-headbg.png) 0 0 no-repeat;
  background-size: 100% auto;
  padding-top: 4.36rem;
}
.page-car-header {
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 100;
  top: 0;
  background: url(./img/car-headbg.png) 0 0 no-repeat;
  background-size: 100% auto;
}
.car-content a {
	font-size: 0.68rem;
}
.header-row-white {
  position: relative;
  width: 100%;
  height: 1.8rem;
  line-height: 1.78rem;
}
.header-row-white h1 {
  font-size: 0.68rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.76rem;
  letter-spacing: 0px;
  color: #1A3D29;
  margin: 0;
  text-align: center;
}
.header-row-white .btn-back {
  position: absolute;
  left: 0;
  bottom: 0;
}
.header-row-white .con {
  width: 10.8rem;
  height: 1.76rem;
  display: flex;
  align-items: center;
  margin: 0 auto;
}
.header-row-white .con .head-search {
  margin: 0;
  width: 90%;
}
.header-row-white .head-right {
  position: absolute;
  right: 0.7rem;
  bottom: 0;
}
.header-row-white .head-right .btn-edit span {
  font-size: 0.44rem;
  line-height: 0.64rem;
  letter-spacing: 0px;
  color: #ffffff;
}
.header-row-white .head-right .btn-bars {
  margin-left: 0.36rem;
}
.header-row-white .head-right .btn-bars a.more {
  display: block;
  width: 0.54rem;
  height: 1.76rem;
  background: url(./img/bars.png) center no-repeat;
  background-size: 0.54rem 0.1rem;
}
.header-row-white .head-right .filter {
  display: flex;
  align-items: center;
}
.header-row-white .head-right .filter span {
  font-size: 0.48rem;
  color: #fff;
  opacity: 1;
}
.header-row-white .head-right .filter img {
  display: block;
  width: 0.54rem;
  height: 0.48rem;
  margin-right: 0.2rem;
}
.page-car-header .head-search {
  width: auto;
  margin: 0 0.6rem;
}
.page-car-header .head-search input {
  flex: 1;
  margin-right: 0.6rem;
}
.filter-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0.6rem;
}
.filter-row .tab {
  padding: 0 0.4rem;
  height: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.filter-row .tab span {
  color: #ffffff;
  opacity: 0.61;
}
.filter-row .on span {
  opacity: 1;
}
.filter-row .filter span {
  font-size: 0.48rem;
  color: #fff;
  opacity: 1;
}
.filter-row .filter img {
  width: 0.54rem;
  height: 0.48rem;
  margin-left: 0.2rem;
}
.car-items {
  background-color: #ffffff;
  border-radius: 0.4rem;
  margin: 0 0.6rem 0.6rem;
}
.car-item-box {
  padding: 0.4rem;
}
.car-item-box .hd {
  height: 1.12rem;
  margin-bottom: 0.2rem;
}
.car-item-box .hd img {
  display: block;
  height: 0.5rem;
  margin-right: 0.24rem;
}
.car-item-box .hd b {
  font-size: 0.56rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.96rem;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 0.1rem;
  margin-right: 0.2rem;
  white-space: nowrap;
}
.car-item-box .icon-arrowright {
  width: 0.24rem;
  height: 0.44rem;
  background: url(./img/shop-name-arrow.png) no-repeat center;
  background-size: contain;
}
.car-item-box .checkbox {
  width: 0.54rem;
  height: 0.54rem;
  background: url(./img/radio1.png) center no-repeat;
  background-size: contain;
  margin-right: 0.32rem;
  position: relative;
}
.car-item-box .checkbox:after {
  content: "";
  display: block;
  width: 1rem;
  height: 1.4rem;
  left: 50%;
  top: 50%;
  position: absolute;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%);
}
.car-item-box .checkbox.on {
  background-image: url(./img/radio2.png);
}
.car-item-box .hg {
  padding-left: 0.86rem;
  margin-bottom: 0.4rem;
  line-height: 0.96rem;
}
.car-item-box .hg label {
  display: block;
  padding: 0 0.24rem;
  height: 0.56rem;
  background-color: #fc0439;
  border-radius: 0.12rem;
  line-height: 0.56rem;
  font-size: 0.4rem;
  color: #fff;
  margin-right: 0.12rem;
}
.car-item-box .hg span {
  font-size: 0.48rem;
  color: #333333;
}
.car-item-box .hg a {
  font-size: 0.48rem;
  color: #e75640;
}
.car-item-box .bd {
  padding-bottom: 0.3rem;
}
.car-item-box .bd .left {
  padding-top: 1.5rem;
}
.car-item-box .bd .img {
  width: 3.6rem;
  height: 3.6rem;
  background-color: #c0bebe;
  border-radius: 0.2rem;
  position: relative;
  overflow: hidden;
  margin-right: 0.4rem;
}
.car-item-box .bd .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.car-item-box .bd .title {
  margin-bottom: 0.2rem;
  font-size: 0.6rem;
  font-weight: normal;
  font-stretch: normal;
  color: #333333;
  /*white-space: nowrap;*/
  overflow: hidden;
  text-overflow: ellipsis;
}
.car-item-box .bd .title label {
  display: inline-flex;
  padding: 0 0.24rem;
  height: 0.56rem;
  background-color: #fc0439;
  border-radius: 0.12rem;
  line-height: 0.56rem;
  font-size: 0.36rem;
  color: #fff;
  margin-right: 0.12rem;
}
.car-item-box .bd .right {
  flex: auto;
  width: 8.2rem;
}
.car-item-box .bd + .bd {
  margin-top: 0.6rem;
}
.car-item-box .sel-row {
  padding-left: 0.2rem;
  padding-right: 0.4rem;
  height: 0.66rem;
  font-size: 0.6rem;
  color: #999999;
  margin-bottom: 0.26rem;
}
.car-item-box .sel-row .icon-arrowdown {
  width: 0.24rem;
  height: 0.12rem;
  background: url(./img/arrowdown.png) center no-repeat;
  background-size: contain;
  margin-left: 0.12rem;
}
.car-item-box .mj {
  margin-bottom: 0.2rem;
}
.car-item-box .price-row {
  margin-bottom: 0.4rem;
}
.car-item-box .price-row .price {
  font-size: 0.48rem;
  line-height: 0.96rem;
  letter-spacing: 0px;
  color: #000000;
}
.car-item-box .price-row .price b {
  font-size: 0.64rem;
}
.car-item-box .estimate b {
  font-size: 0.48rem;
  color: #f55519;
  font-weight: 400;
}
.car-item-box .estimate b + b {
  margin-left: 0.2rem;
}
.car-item-box .estimate .btn-del {
  width: 1.46rem;
  height: 0.82rem;
  background-color: #bfbfbf;
  border-radius: 1.26rem;
  font-size: 0.36rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.car-footer-height {
  height: 1.64rem;
}
.car-footer {
  height: 2.68rem;
  background: #fff;
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 100;
  bottom: 2.5rem;
  box-shadow: 0 -0.1rem 0.2rem 0.1rem rgba(0, 0, 0, 0.03);
}
.car-footer .checkbox {
  width: 0.54rem;
  height: 0.54rem;
  background: url(./img/radio1.png) center no-repeat;
  background-size: contain;
  margin-right: 0.32rem;
  position: relative;
  margin-left: 0.6rem;
}
.car-footer .checkbox:after {
  content: "";
  display: block;
  width: 1rem;
  height: 1.4rem;
  left: 50%;
  top: 50%;
  position: absolute;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%);
}
.car-footer .checkbox.on {
  background-image: url(./img/radio2.png);
}
.car-footer .checkbox ~ span {
  font-size: 0.4rem;
}
.car-footer .check {
  margin-right: 0.56rem;
}
.car-footer .txt {
  font-size: 0.4rem;
  color: #000;
  line-height: 1.5em;
}
.car-footer .txt .price b {
  font-size: 0.54rem;
  font-weight: normal;
}
.car-footer .txt .p {
  font-size: 0.4rem;
  color: #999999;
}
.car-footer .txt .p span {
  margin-right: 0.2rem;
}
.car-footer .txt .p a {
  font-size: 0.36rem;
  color: #000;
}
.btn-to-buy {
  padding: 0 0.54rem;
  height: 1.06rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(-67deg, #e23538 0%, #f14436 77%, #ff5233 100%), linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal, 
			normal;
  border-radius: 0.52rem;
  font-size: 0.44rem;
  color: #fff;
  margin-right: 1.6rem;
}
.order-tab-row {
  margin: 0 0.6rem;
  margin-top: 0.26rem;
}
.order-tab-row .swiper-wrapper{
  align-items: baseline;
}
.order-tab-row .inner {
  display: inline-flex;
}
.order-tab-row .tab {
  width: 2.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  height: 1.92rem;
}
.order-tab-row .tab span {
  font-size: 0.48rem;
  color: #1A3D29;
}
.order-tab-row .tab.on span {
  transform: scale(1.3);
  color: #ff4500;
}
.order-tab-row .swiper-scrollbar {
  width: 1rem;
  height: 0.1rem;
  background: rgba(0, 0, 0, 0.11);
  border-radius: 1rem;
}
.order-tab-row .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #fff;
}
.car-items .stadus {
  font-size: 0.58rem;
}
.car-items .order-text {
  margin-bottom: 0.2rem;
}
.car-items .order-text .left2 {
  flex: 1;
}
.car-items .order-text .left2 h3 {
  font-size: 0.6rem;
  font-weight: normal;
  font-stretch: normal;
  word-break: break-all;
  color: #333333;
}
.car-items .order-text .left2 p {
  font-size: 0.55rem;
  font-weight: normal;
  font-stretch: normal;
  color: #999999;
}
.car-items .order-text .right2 {
  width: 3.2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-size: 0.58rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.66rem;
  letter-spacing: 0px;
  color: #999999;
}
.car-items .order-text .right2 .price {
  font-size: 0.48rem;
  color: #333333;
}
.car-items .order-text .right2 .price b {
  font-size: 0.64rem;
  font-weight: normal;
}
.car-items .btn-share {
  width: 2.8rem;
  height: 0.9rem;
  background-color: #1e90ff;
  border-radius: 0.44rem;
  font-size: 0.4rem;
}
.car-items .btn-share span {
  color: #fdfcfc;
}
.car-items .btn-share:active {
  opacity: 0.85;
}
.yybtn {
  width: 2.8rem;
  height: 1rem;
  color: #fdfcfc;
  background-color: #feb804;
  border-radius: 0.44rem;
  font-size: 0.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.1rem 0.1rem;
}

.yybtn-blue {
	color: #fdfcfc;
	background-color: #1e90ff;
}

.yybtn-red {
	color: #fdfcfc;
	background-color: #f55519;
}

.yybtn-green {
	color: #fdfcfc;
	background-color: #32cd32;
}

.yybtn-yellow {
	color: #fdfcfc;
	background-color: #feb804;
}
.order-pay-infos {
  display: flex;
  padding-top: 0.2rem;
  flex-direction: column;
  align-items: flex-end;
  padding-bottom: 0.2rem;
}
.order-pay-infos .number {
  padding: 0.2rem 0;
  font-size: 0.56rem;
  color: #333333;
}
.order-pay-infos .number span {
  font-size: 0.48rem;
  margin-left: 0.3rem;
}
.order-pay-infos .number b {
  font-size: 0.64rem;
  font-weight: normal;
}
.btn-outline {
  height: 1.04rem;
  background-color: #ffffff;
  border-radius: 1.52rem;
  border: solid 0.04rem #dcdcdc;
  padding: 0 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.48rem;
}
.btn-outline span {
  color: #333333;
}
.btn-outline + .btn-outline {
  margin-left: 0.3rem;
}
.btn-outline:active {
  border-color: #f55519;
  background: #f55519;
}
.btn-outline:active span {
  color: #fff;
}
.btn-outline-red {
  border-color: #f55519;
}
.btn-outline-red span {
  color: #f55519;
}
.btn-outline-blue {
  border-color: #1e90ff;
}
.btn-outline-blue span {
  color: #1e90ff;
}
.btn-outline-lg {
  width: 4.54rem;
  height: 1.42rem;
}
.page-default {
  padding-top: 1.76rem;
  background: url(./img/car-headbg.png) 0 0 no-repeat #F0F0F0;
  background-size: 100% auto;
  min-height: 100vh;
}
.writer-order-box1 {
  margin: 0 0.6rem 0.5rem;
  background-color: #ffffff;
  border-radius: 0.4rem;
  box-shadow: 0px 0.08rem 0.26rem 0px rgb(0 0 0 / 15%);
  padding: 0.6rem 0.4rem;
  line-height: 0.64rem;
}
.writer-order-box1 .row1 {
  margin-bottom: 0.6rem;
}
.writer-order-box1 .tit {
  padding-right: 0.6rem;
  font-size: 0.48rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.64rem;
  letter-spacing: 0px;
  color: #333333;
}
.writer-order-box1 .tit img {
  width: 0.44rem;
  height: 0.44rem;
  object-fit: contain;
  margin-right: 0.28rem;
}
.writer-order-box1 .radio {
  font-size: 0.48rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.64rem;
  letter-spacing: 0px;
  color: #999999;
  margin-right: 0.68rem;
}
.writer-order-box1 .radio i {
  display: block;
  width: 0.44rem;
  height: 0.44rem;
  background: url(./img/radio.png) center no-repeat;
  background-size: contain;
  margin-right: 0.16rem;
}
.writer-order-box1 .radio.on {
  color: #333333;
}
.writer-order-box1 .radio.on i {
  background-image: url(./img/radio-on2.png);
}
.writer-order-box1 .row2 {
  align-items: flex-start;
}
.writer-order-box1 .row2 p {
  font-size: 0.48rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.64rem;
  letter-spacing: 0px;
  color: #333333;
  width: 8.2rem;
}
.writer-order-box1 .row2 .tel {
  margin-top: 0.3rem;
  font-size: 0.48rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 1px;
  color: #999999;
}
.writer-order-box1 .row2 .tel span {
  margin-right: 0.65em;
}
.writer-order-box1 .row2 .arrowright {
  height: 0.48rem;
  display: block;
}
.writer-order-box2 {
  padding: 0.4rem;
  background: #fff;
  margin: 0 0.6rem 0.5rem;
  border-radius: 0.4rem;
  box-shadow: 0px 0.08rem 0.26rem 0px rgb(0 0 0 / 15%);
}
.writer-order-box2 .shop-name {
  font-size: 0.56rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.96rem;
  letter-spacing: 0px;
  color: #333333;
  margin-bottom: 0.4rem;
}
.writer-order-box2 .shop-name img {
  display: block;
  height: 0.48rem;
  margin-right: 0.34rem;
}

.writer-order-box2 .goods-item {
	margin-bottom: 1rem;
	padding-bottom: 0.28rem;
	border-bottom: solid 0.04rem #dcdcdc;
}
.writer-order-box2 .goods-img {
  width: 3rem;
  height: 3rem;
  margin-right: 0.48rem;
}
.writer-order-box2 .goods-img img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0.2rem;
}
.writer-order-box2 .goods-title {
  font-size: 0.6rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.88rem;
  color: #333333;
  margin-bottom: 0.1rem;
}
.writer-order-box2 .goods-rule {
  font-size: 0.6rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.8rem;
  color: #999999;
}
.writer-order-box2 .goods-price {
  font-size: 0.48rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.8rem;
  letter-spacing: 0px;
  color: #333333;
}
.writer-order-box2 .goods-price b {
  font-size: 0.56rem;
  font-weight: 400;
}
.writer-order-box2 .mj {
  margin-bottom: 0;
}
.writer-order-box2 .goods-txts {
  font-size: 0.48rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.96rem;
  letter-spacing: 0px;
  color: #333333;
}
.writer-order-box2 .goods-txts .right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.writer-order-box2 .goods-txts .right img {
  display: block;
  height: 0.48rem;
  margin-left: 0.6rem;
}
.writer-order-box2 .goods-txts li {
  padding: 0.1rem 0;
}
.writer-order-box2 .goods-discount {
  font-size: 0.48rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.96rem;
  letter-spacing: 0px;
  color: #999999;
}
.writer-order-box2 .goods-discount li {
  padding: 0.16rem 0;
}
.writer-order-box2 .goods-discount input {
  width: 7rem;
  height: 1rem;
  background-color: #ffffff;
  border-radius: 0.08rem;
  border: solid 0.04rem #dcdcdc;
  font-size: 0.55rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.96rem;
  letter-spacing: 0px;
  text-align: center;
}
.writer-order-box2 .goods-discount .check i {
  width: 0.4rem;
  height: 0.4rem;
  background-color: #ffffff;
  border: solid 0.04rem #cacbcb;
  margin-right: 0.2rem;
  position: relative;
}
.writer-order-box2 .goods-discount .check.on i:after {
  content: "";
  display: block;
  width: 0.4rem;
  height: 0.26rem;
  background: url(./img/dx.png) center no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0.04rem;
}
.writer-order-box2 .goods-discount .check.on span {
  color: #e23538;
}
.writer-order-box2 .goods-discount .sel span {
  color: #000;
  margin-right: 0.2rem;
}
.writer-order-box2 .goods-discount .sel img {
  display: block;
  height: 0.2rem;
  vertical-align: middle;
}
.writer-order-box2 .goods-discount .red-row {
  position: relative;
  z-index: 10;
}
.writer-order-box2 .goods-discount .red-row .right {
  color: #e23538;
}
.writer-order-box2 .goods-discount .red-row .right b {
  margin-left: 0.2rem;
}
.writer-order-box2 .goods-discount .red-row .right strong {
  margin-left: 0.2rem;
}
.goods-price-total {
  text-align: right;
  padding-top: 0.52rem;
  font-size: 0.48rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.96rem;
  letter-spacing: 0px;
  color: #333333;
}
.goods-price-total span {
  margin-left: 0.3rem;
}
.goods-price-total b {
  font-weight: 400;
  font-size: 0.56rem;
}
.writer-order-box3 {
  padding: 0.4rem 0.6rem 0.6rem;
  background: #fff;
  margin: 0 0.6rem 0.5rem;
  border-radius: 0.4rem;
  box-shadow: 0px 0.08rem 0.26rem 0px rgb(0 0 0 / 15%);
}
.writer-order-box3 li {
  padding: 0.36rem 0;
}
.writer-order-box3 img {
  margin-right: 0.4rem;
  width: 0.74rem;
  height: 0.74rem;
  object-fit: contain;
}
.writer-order-box3 p {
  font-size: 0.56rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.72rem;
  letter-spacing: 0px;
  color: #333333;
  flex: 1;
}
.writer-order-box3 .checkbox {
  width: 0.72rem;
  height: 0.72rem;
  display: block;
  background: url(./img/radio2-1.png) center no-repeat;
  background-size: contain;
}
.writer-order-box3 li.on .checkbox {
  background-image: url(./img/radio2-2.png);
}
.writer-order-box3 .password-form {
  margin-top: 0.2rem;
  background-color: #F4F4F4;
  font-size: 0.56rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.96rem;
  letter-spacing: 0px;
  color: #333333;
  padding: 0.28rem 0.4rem;
}
.writer-order-box3 .password-form input {
  font-size: 0.54rem;
  width: 8.38rem;
  height: 0.98rem;
  padding: 0 0.3rem;
  line-height: 0.82rem;
  background-color: #ffffff;
  border: solid 1px #dcdcdc;
  margin-left: 0.3rem;
}
.writer-order-box4 {
  padding: 0.4rem 0.6rem 0.4rem;
  background: #fff;
  margin: 0 0.6rem 0.8rem;
  border-radius: 0.4rem;
  box-shadow: 0px 0.08rem 0.26rem 0px rgb(0 0 0 / 15%);
  font-size: 0.48rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.96rem;
  letter-spacing: 0px;
  color: #999999;
}
.writer-order-box4 h3 {
  font-size: 0.56rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.96rem;
  letter-spacing: 0px;
  color: #333333;
}
.order-footer-row {
  height: 2.6rem;
}
.order-footer {
  position: fixed;
  z-index: 100;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3rem;
  padding-top: 0.1rem;
  background: #fff;
  box-shadow: 0 -0.02rem 0.02rem 0.02rem rgba(0, 0, 0, 0.03);
  font-size: 0.48rem;
}
.order-footer .inner {
  padding: 0 0.6rem;
  margin-bottom: 0.7rem;
}
.order-footer .left {
  font-size: 0.48rem;
  color: #333;
}
.order-footer .left span{
  font-size: 0.55rem;
  color: #333;
}
.order-footer .left b {
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0px;
  color: #fc0439;
}
.order-footer .btn-share {
  width: 2.96rem;
  height: 1.04rem;
  background-image: linear-gradient(90deg, #fec504 0%, #fd9903 100%), linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal, 
				normal;
  border-radius: 0.52rem;
  margin-right: 0.22rem;
}
.order-footer .btn-share span {
  color: #fff;
}
.order-footer .btn-pay {
  width: 2.96rem;
  height: 1.04rem;
  background-image: linear-gradient(-67deg, #e23538 0%, #ee6b64 77%, #faa090 100%), linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal, 
				normal;
  border-radius: 0.52rem;
  margin-right: 0.22rem;
}
.order-footer .btn-pay span {
  color: #fff;
}
.showRemarks h2 {
  font-size: 0.64rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0.04rem;
  color: #333333;
  text-align: center;
  margin-top: -0.3rem;
  margin-bottom: 0.6rem;
}
.showRemarks .form {
  height: 6.24rem;
  background-color: #f6f6f6;
  border-radius: 0.4rem;
  position: relative;
}
.showRemarks .form textarea {
  width: 100%;
  background-color: #f6f6f6;
  border-radius: 0.4rem;
  outline: none;
  height: 5rem;
  padding: 0.5rem;
  font-size: 0.48rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333;
}
.showRemarks .form .num {
  position: absolute;
  font-size: 0.48rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  right: 0.72rem;
  bottom: 0.22rem;
  line-height: 0.68rem;
  color: #999999;
}
.showRemarks .form .num b {
  color: #333;
}
.showRemarks .btn-enter {
  width: 100%;
  height: 1.28rem;
  background-image: linear-gradient(-67deg, #e23538 0%, #e1463b 57%, #e0563d 100%), linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal, 
					normal;
  border-radius: 0.64rem;
  font-size: 0.48rem;
  color: #fff;
  cursor: pointer;
}
.to-home-link {
  width: 2.52rem;
  height: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.68);
  border-radius: 0.5rem;
  position: absolute;
  right: 0.64rem;
  bottom: 50%;
  transform: translateY(50%);
}
.to-home-link span {
  color: #333333;
  font-size: 0.48rem;
}
.pay-stadus-box {
  width: 12.7rem;
  /*
  height: 8.02rem;
  */
  min-height: 8.02rem;
  background: url(./img/pay-stadusbg.png) center;
  background-size: contain;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0.7rem;
}
.pay-stadus-box .img {
  padding-top: 1.06rem;
  margin-bottom: 0.5rem;
}
.pay-stadus-box .img img {
  width: 1.62rem;
  height: 1.62rem;
  display: block;
  object-fit: contain;
}
.pay-stadus-box h3 {
  font-size: 0.64rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.96rem;
  letter-spacing: 0px;
  color: #333333;
  margin-bottom: 0.2rem;
}
.pay-stadus-box p {
  text-align: center;
  width: 9.1rem;
  font-size: 0.6rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.7rem;
  letter-spacing: 0px;
  color: #999999;
  margin-bottom: 0.2rem;
  /*
  height: 1.2rem;
  */
}
.pay-stadus-box .btn-2 a, .btn-2 a {
  width: 3.98rem;
  height: 1.24rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pay-stadus-box .btn-2 a + a {
  margin-left: 0.72rem;
}
.page-default .index-pro-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  margin-bottom: 1rem;
}
.page-default .index-pro-list .item {
  width: 7.2rem;
  box-sizing: border-box;
}
.page-default .index-pro-list .item img {
  height: 6.8rem;
  object-fit: contain;
}
.page-default .index-pro-list .title .tit h3 {
  width: 4.9rem;
}
.page-my {
  background: url(./img/myhead.png) center 0 no-repeat;
  background-size: 100% auto;
}
.my-head-box {
  padding: 0.7rem 0.5rem 1rem;
  padding-right: 1.9rem;
  padding-left: 0.7rem;
}
.my-head-box .avator {
  width: 2.62rem;
  height: 2.62rem;
  background-color: #fff;
  border-radius: 0.2rem;
  border: solid 0.1rem #ffffff;
  margin-right: 0.4rem;
}
.my-head-box .avator img {
  height: 100%;
  width: 100%;
  border-radius: 0.2rem;
  display: block;
}
.my-head-box .txt {
  color: #1A3D29;
}
.my-head-box .txt h3 {
  font-size: 0.56rem;
  margin-bottom: 0.3rem;
}
.my-head-box .txt h3 b {
  font-weight: normal;
  font-size: 0.76rem;
}
.my-head-box .txt p {
  font-size: 0.46rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.74rem;
  letter-spacing: 0px;
  color: #222222;
  opacity: 0.9;
}
.my-head-box .btn-hb {
  width: 1.94rem;
  height: 1.94rem;
  background-color: #ffffff;
  position: relative;
  display: block;
  border-radius: 3rem;
}
.my-head-box .btn-hb span {
  position: absolute;
  width: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  height: 0.62rem;
  background-color: #ffffff;
  border-radius: 0.2rem;
  background: #fff;
  font-size: 0.4rem;
  font-weight: 400;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #d8000f;
}
.my-head-box .btn-hb img {
  width: 1.54rem;
  height: 1.3rem;
  position: absolute;
  top: 0.28rem;
  right: 0.04rem;
}
.my-head-box .btn-hb .num {
  width: 0.6rem;
  height: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.4rem;
  color: #fff;
  border-radius: 1rem;
  background-color: #e23b3d;
  border: solid 0.04rem #ffffff;
  position: absolute;
  left: 1.68rem;
  top: 0.24rem;
}
.margin {
  margin: 0 0.5rem 0.44rem;
}
.my-order-navs {
  background-color: #ffffff;
  box-shadow: 0px 0.1rem 0.1rem 0px rgba(6, 0, 1, 0.14);
  border-radius: 0.2rem;
  padding: 0.32rem 0.6rem;
}
.my-order-navs h3 {
  font-size: 0.56rem;
  font-weight: 700;
  font-stretch: normal;
  line-height: 0.94rem;
  letter-spacing: 0px;
  color: #333333;
  margin-bottom: 0.3rem;
}
.my-order-navs a {
  width: 1.8rem;
}
.my-order-navs .icon, .my-cash-box .icon {
  position: relative;
  margin-bottom: 0.2rem;
}
.my-order-navs .icon img {
  width: 0.84rem;
  height: 0.78rem;
  object-fit: contain;
}
.my-order-navs .icon .num, .my-cash-box .icon .num{
  width: 0.6rem;
  height: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.4rem;
  color: #fff;
  border-radius: 1rem;
  background-color: #e23b3d;
  position: absolute;
  right: -0.4rem;
  top: -0.35rem;
}
.my-order-navs p {
  font-size: 0.48rem;
  font-weight: 400;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 0.8rem;
  color: #666666;
}
.my-cash-box {
  background-color: #ffffff;
  box-shadow: 0px 0.1rem 0.1rem 0px rgba(6, 0, 1, 0.14);
  border-radius: 0.2rem;
  padding: 0.2rem 0.2rem 0.3rem;
}
.my-cash-box h3 {
  font-size: 0.56rem;
  font-weight: 700;
  font-stretch: normal;
  line-height: 1.52rem;
  letter-spacing: 0px;
  color: #333333;
  padding-left: 0.34rem;
}
.my-cash-box ul {
  display: flex;
  justify-content: space-between;
  height: 1.74rem;
  background: #aed691;
  border-radius: 0.4rem;
  margin-bottom: 0.8rem;
}
.my-cash-box li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 0.5rem;
  line-height: 0.7rem;
  font-size: 0.5rem;
  color: #ff3702;
}
.my-cash-box li span {
  font-size: 0.65rem;
}
.my-cash-box li p {
  color: #000;
  font-size: 0.55rem;
}
.my-cash-box .links a {
  flex: 1;
}
.my-cash-box .links img {
  width: 1rem;
  height: 1rem;
  object-fit: contain;
  margin-bottom: 0.34rem;
}
.my-cash-box .links p {
  font-size: 0.48rem;
  font-weight: 400;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #666666;
  line-height: 0.68rem;
}
.my-promote-box {
  background-color: #ffffff;
  box-shadow: 0px 0.1rem 0.1rem 0px rgba(6, 0, 1, 0.14);
  border-radius: 0.2rem;
  padding: 0.2rem 0.2rem 0.5rem;
}
.my-promote-box h3 {
  font-size: 0.56rem;
  font-weight: 700;
  font-stretch: normal;
  line-height: 1.52rem;
  letter-spacing: 0px;
  color: #333333;
  padding-left: 0.34rem;
}
.my-promote-box .links a {
  flex: 1;
}
.my-promote-box .links img {
  width: 1.5rem;
  height: 1.5rem;
  object-fit: contain;
  margin-bottom: 0.3rem;
}
.my-promote-box .links p {
  font-size: 0.48rem;
  font-weight: 400;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #666666;
  line-height: 0.68rem;
}
.my-shop-box {
  background-color: #ffffff;
  box-shadow: 0px 0.1rem 0.1rem 0px rgba(6, 0, 1, 0.14);
  border-radius: 0.2rem;
  padding: 0.2rem 0.2rem 0.3rem;
}
.my-shop-box h3 {
  font-size: 0.56rem;
  font-weight: 700;
  font-stretch: normal;
  line-height: 1.52rem;
  letter-spacing: 0px;
  color: #333333;
  padding-left: 0.34rem;
}
.my-shop-box .links {
  padding: 0 0.42rem 0.42rem;
}
.my-shop-box .links a {
  width: 6rem;
  height: 2.22rem;
  background: url(./img/sjrz-bg.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
}
.my-shop-box .links a img {
  height: 0.84rem;
  display: block;
  margin-left: 1.12rem;
  margin-right: 0.76rem;
}
.my-shop-box .links a p {
  font-size: 0.48rem;
  color: #fff;
}
.my-shop-box .links a + a {
  background-image: url(./img/dpht-bg.png);
}
.my-set-links {
  background-color: #ffffff;
  box-shadow: 0px 0.1rem 0.1rem 0px rgba(6, 0, 1, 0.14);
  border-radius: 0.2rem;
  padding: 0.2rem 0.2rem 0.3rem;
}
.my-set-links h3 {
  font-size: 0.56rem;
  font-weight: 700;
  font-stretch: normal;
  line-height: 1.52rem;
  letter-spacing: 0px;
  color: #333333;
  padding-left: 0.34rem;
}
.my-set-links .links {
  flex-wrap: wrap;
}
.my-set-links .links a {
  width: 24.9999%;
  padding: 0.3rem 0;
}
.my-set-links .links img {
  width: 1rem;
  height: 1rem;
  object-fit: contain;
  margin-bottom: 0.34rem;
}
.my-set-links .links p {
  font-size: 0.48rem;
  font-weight: 400;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #666666;
  line-height: 0.68rem;
}
.copyright {
  text-align: center;
  font-size: 0.4rem;
  font-weight: 100;
  font-stretch: normal;
  line-height: 0.72rem;
  letter-spacing: 0px;
  color: #666666;
  padding-top: 0.2rem;
  padding-bottom: 0.5rem;
}
.copyright a {
  font-size: 0.4rem;
  font-weight: 400;
  font-stretch: normal;
  line-height: 0.72rem;
  letter-spacing: 0px;
  color: #666666;
}
.page-password {
  background: url(./img/password-headbg.png) 0 0 no-repeat #F0F0F0;
  background-size: 100% auto;
}
.edit-password-box {
  min-height: calc(100vh - 3rem );
  background: #fff;
  background-color: #ffffff;
  box-shadow: 0px 0.08rem 0.18rem 0px rgba(0, 0, 0, 0.11);
  border-radius: 0.4rem;
  margin: 0 0.6rem;
}
.edit-password-box .hd {
  padding-top: 3.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.56rem;
}
.edit-password-box .hd a {
  font-size: 0.56rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #999999;
  line-height: 1.16rem;
  position: relative;
}
.edit-password-box .hd a + a {
  margin-left: 1.72rem;
}
.edit-password-box .hd a.on:after {
  content: "";
  display: block;
  width: 100%;
  height: 0.06rem;
  background-color: #e23b3c;
  border-radius: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.edit-password-box .hd a.on,
.edit-password-box .hd a.on:hover {
  color: #000;
}
.edit-password-box .input-row {
  margin-bottom: 0.66rem;
  font-size: 0.48rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #050505;
  display: flex;
  align-items: center;
}
.edit-password-box .input-row .left {
  width: 4.9rem;
  padding-right: 0.4rem;
  text-align: right;
}
.edit-password-box .input-row .input {
  width: 7.68rem;
  height: 1.04rem;
  background-color: #ffffff;
  border-radius: 0.08rem;
  border: solid 1px #dcdcdc;
  display: flex;
  align-items: center;
  position: relative;
}
.edit-password-box .input-row .input input {
  display: block;
  width: 100%;
  padding: 0.2rem 5%;
  font-size: 0.48rem;
  color: #050505;
}
.edit-password-box .input-row .btn-code {
  position: absolute;
  right: 0.06rem;
  top: 50%;
  transform: translateY(-50%);
}
.edit-password-box .input-row .get-code {
  width: 3.28rem;
  height: 0.86rem;
  background-image: linear-gradient(-67deg, #e23538 0%, #f14436 77%, #ff5233 100%), linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal, 
						normal;
  border-radius: 0.08rem;
  font-size: 0.36rem;
  color: #fff;
}
.edit-password-box .input-row .get-code[disabled] {
  background: #d2d2d2;
}
.edit-password-box .action-row {
  padding: 1rem 0;
}
.edit-password-box .action-row .btn-submit {
  width: 5.44rem;
  height: 1.44rem;
  background-image: linear-gradient(-67deg, #e23538 0%, #f14436 77%, #ff5233 100%), linear-gradient(#51b251, #51b251);
  background-blend-mode: normal, 
						normal;
  border-radius: 0.7rem;
  border: solid 1px #dcdcdc;
  font-size: 0.52rem;
  cursor: pointer;
}
.edit-password-box .action-row .btn-submit + a {
  margin-left: 0.6rem;
}
.edit-password-box .action-row .btn-return {
  width: 5.44rem;
  height: 1.44rem;
  background-color: #ffffff;
  border-radius: 0.7rem;
  border: solid 0.04rem #fc0439;
}
.edit-password-box .action-row .btn-return span {
  font-size: 0.52rem;
  color: #fc0439;
}
.selectAddress .head {
  margin-bottom: 0.7rem;
}
.selectAddress .head a {
  width: 0.9rem;
  height: 0.9rem;
}
.selectAddress .head .btn-left {
  background: url(./img/leftarrow.png) center no-repeat;
  background-size: 0.3rem 0.54rem;
}
.selectAddress .head .btn-x {
  background: url(./img/pop-x2.png) center no-repeat;
  background-size: 0.6rem 0.6rem;
}
.selectAddress .actions-row {
  padding-top: 0.44rem;
}
.selectAddress .actions-row a {
  width: 5.66rem;
}
.selectAddress .actions-row a + a {
  margin-left: 0.24rem;
}
.address-list {
  padding: 0 0.6rem;
  max-height: 18.34rem;
  overflow-y: auto;
}
.address-item {
  height: 4.3rem;
  background-color: #ffffff;
  border-radius: 0.4rem 0.2rem 0.2rem 0.2rem;
  padding: 0 0.4rem;
}
.address-item + .address-item {
  margin-top: 0.34rem;
}
.address-item .box1 {
  margin-bottom: 0;
  height: 3.2rem;
}
.address-item .box1 .left {
  width: 1.82rem;
}
.address-item .box1 .address {
  width: 9rem;
  font-size: 0.5rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.7rem;
  letter-spacing: 0px;
  color: #363636;
}
.address-item .box1 .mid {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 2.6rem;
}
.address-item .box1 .name b {
  font-size: 0.5rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #161616;
  margin-right: 0.3rem;
}
.address-item .box1 .name span {
  font-size: 0.48rem;
  font-weight: normal;
  letter-spacing: 0px;
  color: #7d7d7d;
}
.address-item .box1 .btn-edit {
  width: 1rem;
  height: 1rem;
  background: url(./img/icon-edit.png) no-repeat;
  background-size: 0.5rem 0.54rem;
  display: block;
}
.address-item .icon-name {
  width: 0.84rem;
  height: 0.84rem;
  background-color: #fdd2b5;
  border-radius: 2rem;
  text-align: center;
  line-height: 0.84rem;
  position: relative;
  overflow: hidden;
  margin-left: 0.26rem;
  font-size: 0.44rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #eb6100;
}
.address-item .icon-name img {
  display: block;
  width: 100%;
  height: 100%;
}
.address-item .box2 {
  height: 1.1rem;
  border-top: 1px solid #DCDCDC;
  font-size: 0.38rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #989797;
}
.address-item .box2 .check {
  margin-left: 0.34rem;
  cursor: pointer;
}
.address-item .box2 .check i {
  display: block;
  width: 0.44rem;
  height: 0.44rem;
  background: url(./img/radio.png) center no-repeat;
  background-size: contain;
  margin-right: 0.3rem;
}
.address-item .box2 .check.on i {
  background-image: url(./img/radio-on2.png);
}
.address-item .del {
  font-size: 0.38rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
}
.address-item .del span {
  color: #989797;
}
.page-grey {
  padding-top: 1.76rem;
  background: #F6F6F6;
}
.page-grey-header {
  height: 1.76rem;
  background: #F6F6F6;
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 100;
  top: 0;
  border-bottom: solid 1px #827f7f;
}
.page-grey-header h1 {
  font-size: 0.6rem;
  color: #161616;
}
.page-grey-header .btn-back {
  background-image: url(./img/leftarrow.png);
  background-size: 0.28rem 0.48rem;
}
.page-grey-header .btn-back_white {
  background-image: url(./img/leftarrow_white.png);
  background-size: 0.28rem 0.48rem;
}
.address-form {
  background-color: #ffffff;
  box-shadow: 0px 0.08rem 0.26rem 0px rgba(0, 0, 0, 0.15);
  border-radius: 0.4rem;
  min-height: 14.8rem;
  padding: 0.4rem;
}
.address-form  .flex {
  border-bottom: 1px solid #E6E6E6;
  margin-bottom: 0.3rem;
}
.address-form  .flex .vercode {
  font-size: 0.68rem;
  font-weight: bold;
}
.address-form .left {
  font-size: 0.5rem;
  width: 4rem;
  padding-left: 0.2rem;
  color: #333;
  line-height: 1.44rem;
}

.address-form .right {
  font-size: 0.5rem;
}
.address-form .txt {
  font-size: 0.5rem;
}
.address-form img {
  height: 0.6rem;
  margin: 0 0.2rem;
}
.address-form img.qrcode {
  display: block;
  width: 100%;
  height: 100%;
}
.address-form input {
  padding: 0.2rem 0;
  font-size: 0.58rem;
  color: #000;
  width: 100%;
}
.btn-lg {
  width: 5.66rem;
  height: 1.38rem;
}
.btn-lg + .btn-lg {
  margin-left: 0.36rem;
}
.page-fff {
  background: #fff;
  padding-top: 1.76rem;
}
.page-fff .page-grey-header {
  background: #fff;
}
.bank-list {
  padding-bottom: 2.2rem;
}
.bank-list .hd {
  padding: 0.8rem 0;
}
.bank-list .hd .left {
  font-size: 0.4rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #999999;
}
.bank-list .hd .left b {
  font-size: 0.56rem;
  color: #333;
}
.bank-list .btn-showmore span {
  font-size: 0.48rem;
  color: #666;
}
.bank-list .btn-showmore img {
  display: block;
  height: 0.48rem;
  margin-left: 0.2rem;
}
.bank-list .btn-showmore span + span {
  display: none;
}
.bank-list .btn-showmore.on span {
  display: none;
}
.bank-list .btn-showmore.on span + span {
  display: block;
}
.bank-list .btn-showmore.on img {
  transform: rotate(180deg);
}
.bank_bg0 {
	background-color: #3f73d8;
}
.bank_bg1 {
	background-color: #fa6466;
}
.bank_bg2 {
	background-color: #f79f45;
}

.bank-item {
  height: 7.3rem;
  border-radius: 0.4rem;
  color: #fdfdfd;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.bank-item .name-row {
  padding: 0.38rem 0.7rem;
}
.bank-item .action-row {
  padding: 0.2rem 0.7rem;
  margin-bottom: 0.28rem;
  text-align: right;
}
.bank-item .icon {
  width: 1.22rem;
  height: 1.22rem;
  background: #fff;
  border-radius: 1rem;
  margin-right: 0.64rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bank-item .icon img {
  max-width: 100%;
  max-height: 100%;
}
.bank-item .name {
  font-size: 0.64rem;
}

.bank-item .time {
  font-size: 0.48rem;
}
.bank-item .price {
  font-size: 0.64rem;
  font-weight: bold;
}
.bank-item .num {
  font-size: 0.6rem;
}
.bank-item a span {
  font-size: 0.56rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: gold;
}
.bank-item + .bank-item {
  margin-top: 0.46rem;
}
.bank-action-fixed {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.7rem;
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 100;
  left: 0;
  bottom: 0;
  padding-right: 0.5rem;
}

.card-item {
  height: 6rem;
}
.card_bg0 {
	background-color: #3e67ea;
	filter: drop-shadow(2px 4px 6px black);
}
.card_bg1 {
	background-color: #f58f28;
	filter: drop-shadow(2px 4px 6px black);
}
.bank-item .card_name {
  font-size: 0.7rem;
  color: #ffffff;
  font-weight: bold;
}
.bank-item .card_name .green {
  color: #79f83d;
}
.card_bg1 .red {
  color: #ff0000;
}
.card_bg0 .red {
  color: #feb007;
}

.bank-item .card_num {
  font-size: 0.6rem;
  font-weight: bold;
}

.bank-item .card_date {
  font-size: 0.5rem;
}

.bank-item .card_stt {
  font-size: 0.6rem;
  font-weight: bold;
  filter: drop-shadow(1px 1px 0px black);
  text-align: right;
}
.set-disabled {
	filter: drop-shadow(2px 4px 6px black) opacity(0.5);
}

.bank-item .action-row a {
	padding: 0.2rem 0.45rem;
	border: solid 2px gold;
	margin-right: 5px;
	filter: drop-shadow(1px 1px 0px black);
}

.bank-item .action-row a.card_op {
	filter: drop-shadow(2px 1px 0px black);
}

.bank-item .action-row a span {
	font-size: 0.6rem;
}
.bank-action-fixed a {
  width: 4.16rem;
  height: 1.2rem;
  margin-left: 0.24rem;
  margin-bottom: 1rem;
}
.addBankForm .btn-left {
  display: block;
  width: 0.9rem;
  height: 0.9rem;
  position: absolute;
  left: 0.4rem;
  top: 0.6rem;
  background: url(./img/leftarrow.png) center no-repeat;
  background-size: 0.3rem 0.54rem;
}
.addBankForm h2 {
  font-size: 0.64rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0.04rem;
  color: #333333;
  text-align: center;
  margin-top: -0.3rem;
  margin-left: 0.3rem;
  margin-bottom: 0.6rem;
  padding-bottom: 0.5rem;
  border-bottom: 0.04rem solid #DCDCDC;
}
.addBankForm .form {
  width: 11.8rem;
  padding-top: 0.52rem;
  margin: 0 auto;
}
.addBankForm .input-row {
  border-bottom: 0.02rem solid #999999;
  position: relative;
  margin-bottom: 0.28rem;
}
.addBankForm .input-row input {
  padding: 0.28rem 0;
  font-size: 0.56rem;
}
.addBankForm .input-row a {
  height: 1rem;
  position: absolute;
  right: 0;
  bottom: 0.2rem;
}
.addBankForm .input-row a img {
  display: block;
  height: 0.4rem;
}
.addBankForm .input-row a img + img {
  margin-left: 0.2rem;
  height: 0.26rem;
}
.addBankForm .text-row {
  padding: 0.3rem 0;
  font-size: 0.56rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
}
.addBankForm .text-row b {
  color: #666;
  margin-left: 1em;
  font-weight: normal;
}
.addBankForm .btn-yellow {
  margin-right: 0.4rem;
}
.addBankForm .bank-row {
  border-bottom: 0.02rem solid #DCDCDC;
  position: relative;
  margin-bottom: 0.28rem;
  padding: 0.28rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.addBankForm .bank-row .icon {
  width: 0.8rem;
  height: 0.8rem;
}
.addBankForm .bank-row .icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.addBankForm .bank-row p {
  margin-left: 0.2rem;
  font-size: 0.56rem;
  color: #666666;
}
.addBankForm .bank-row .rightarrow {
  display: block;
  height: 0.54rem;
  opacity: 0.75;
}
.selectBankName .form {
  min-height: 8rem;
  max-height: 16rem;
  overflow-y: auto;
}
.vip-recharge-form {
  padding: 1rem 0.5rem 0.7rem;
  background: #fff;
  box-shadow: 0px 0.08rem 0.26rem 0px rgb(0 0 0 / 15%);
  border-radius: 0.4rem;
}
.vip-recharge-form img {
  height: 0.6rem;
  margin: 0 0.2rem;
}
.vip-recharge-form img.showImg {
  width: 100%;
  height: 100%;
  margin: 0 0.2rem;
}
.vip-recharge-form .p, .vip-recharge-form .p2, .address-form .p{
  display: flex;
  align-items: center;
  font-size: 0.56rem;
  color: #333;
  height: 1.76rem;
  border-bottom: 1px solid #E6E6E6;
  margin-bottom: 0.3rem;
}
.vip-recharge-form .p label, .address-form .p label{
  font-size: 0.56rem;
  color: #666;
  width: 3.5rem;
}
.vip-recharge-form .p2 label{
  font-size: 0.56rem;
  color: #666;
  width: 9rem;
}
.vip-recharge-form .p label.radio, .address-form .p label.radio{
  font-size: 0.56rem;
  color: #666;
  width: 1rem;
}
.vip-recharge-form .p b {
  font-weight: bold;
}
.vip-recharge-form .p strong {
  font-size: 0.72rem;
  color: #ff0d0d;
}
.vip-recharge-form .p .unit {
  font-size: 0.72rem;
  font-weight: 700;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
}
.vip-recharge-form .p .money {
  font-size: 0.72rem;
  color: blue;
  margin-left: 0.2rem;
  width: 8rem;
  line-height: 1.5em;
  padding: 0.2rem 0;
}
.vip-recharge-form .p input, .address-form .p input{
  font-size: 0.72rem;
  color: #333;
  margin-left: 0.2rem;
  width: 8rem;
  line-height: 1.5em;
  padding: 0.2rem 0;
}
.vip-recharge-form .p input[type="checkbox"], .address-form .p input[type="checkbox"]{
  margin-left: 0.2rem;
  width: 0.5rem;
  line-height: 1.5em;
  padding: 0.2rem 0;
}
.vip-recharge-form .p input[type="radio"], .address-form .p input[type="radio"]{
  margin-left: 0.2rem;
  width: 0.5rem;
  line-height: 1.5em;
  padding: 0.2rem 0;
}

.vip-recharge-form .p .sms_input {
  width: 8rem;
  height: 1.04rem;
  background-color: #ffffff;
  border-radius: 0.08rem;
  display: flex;
  align-items: center;
  position: relative;
}
.vip-recharge-form .p .sms_input input {
  display: block;
  width: 100%;
  padding: 0.2rem 5%;
  font-size: 0.72rem;
  color: #050505;
}
.vip-recharge-form .p .btn-code {
  position: absolute;
  right: 0.06rem;
  top: 50%;
  transform: translateY(-50%);
}
.vip-recharge-form .p .get-code {
  width: 3.28rem;
  height: 1rem;
  background-image: linear-gradient(-67deg, #e23538 0%, #f14436 77%, #ff5233 100%), linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal, 
						normal;
  border-radius: 0.08rem;
  font-size: 0.36rem;
  color: #fff;
}
.vip-recharge-form .p .get-code[disabled] {
  background: #d2d2d2;
}


.vip-recharge-form .p .money::-webkit-input-placeholder,
.vip-recharge-form .p input::-webkit-input-placeholder {
  color: #bbb;
}
.vip-recharge-form .writer-order-box3 {
  border-top: 1px solid #E0E0E0;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.vip-recharge-form ~ .action-row {
  padding-top: 0.8rem;
  margin-bottom: 1rem;
}
.vip-recharge-form ~ .action-row a {
  width: 5.66rem;
}
.vip-recharge-form ~ .action-row a + a {
  margin-left: 0.4rem;
}

.vip-recharge-form .hd {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.8rem;
}
.vip-recharge-form .hd a {
  font-size: 0.56rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #999999;
  line-height: 1.16rem;
  position: relative;
}
.vip-recharge-form .hd a + a {
  margin-left: 1.72rem;
}
.vip-recharge-form .hd a.on:after {
  content: "";
  display: block;
  width: 100%;
  height: 0.06rem;
  background-color: #e23b3c;
  border-radius: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.vip-recharge-form .hd a.on,
.vip-recharge-form .hd a.on:hover {
  color: #000;
}





.record-list {
  background: #fff;
  border-radius: 0.3rem;
  overflow: hidden;
  position: relative;
}
.record-item {
  position: relative;
  padding: 0.3rem 0.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.record-item .icon {
  width: 1.7rem;
  height: 1.7rem;
  margin-right: 0.42rem;
}
.record-item .icon img {
  display: block;
  width: 100%;
  height: 100%;
}
.record-item .text {
  flex: 1;
}
.record-item .text h3 {
  width: 8rem;
  font-size: 0.58rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333;
  margin-bottom: 0.2rem;
  line-height: 1rem;
}
.record-item .text p {
  line-height: 0.8rem;
  font-size: 0.4rem;
  color: #666666;
}
.record-item .price {
  position: absolute;
  font-size: 0.58rem;
  color: #363636;
  line-height: 1rem;
  top: 0.3rem;
  right: 0.8rem;
}
.record-item + .record-item {
  border-top: 1px solid #E8E8E8;
}
.record-title-row {
  padding: 0 1.04rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 0.06rem solid #DCDCDC;
  border-bottom: 0.06rem solid #DCDCDC;
}
.record-title-row .col {
  height: 1.52rem;
  display: flex;
  align-items: center;
  font-size: 0.56rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #999999;
}
.record-title-row .on {
  color: #000;
  border-bottom: solid 2px #e23b3c;
}

.record-title-row2 {
  padding: 0 1.04rem;
  height: 1.52rem;
  display: flex;
  align-items: center;
  font-size: 0.4rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #666666;
}
.record-title-row2 img {
  height: 0.16rem;
}
.record-title-row2 b {
  font-size: 0.76rem;
  color: #333;
  font-weight: bold;
  padding: 0 0.1rem;
}
.record-title-row2 .col1 {
  width: 5.3rem;
  color: #333;
}
.record-title-row2 .col2 {
  flex: 1;
}
.page-record {
  padding-top: 4.92rem;
}
.page-record .page-grey-header {
  height: auto;
}
body .date_btn {
  color: #333;
  cursor: pointer;
}
.friend-list {
  background-color: #ffffff;
  border-radius: 0.2rem;
  position: relative;
  overflow: hidden;
}
.friend-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.7rem 0;
  padding-right: 0.32rem;
  font-size: 0.48rem;
  color: #666666;
}
.friend-item .avator {
  padding-left: 0.32rem;
  padding-right: 0.4rem;
}
.friend-item .avator img {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  border-radius: 1rem;
  object-fit: cover;
}
.friend-item label {
  color: #333;
  padding-right: 0.2rem;
}
.friend-item + .friend-item {
  border-top: 1px solid #E7E7E7;
}
.page-kan {
  background: url(./img/bg-kanjia.jpg) 0 0 no-repeat #EC625C;
  background-size: 100% auto;
  padding-top: 1.76rem;
}
.page-kan .page-car-header {
  background-image: url(./img/bg-kanjia.jpg);
}
.kanjia-box .screen img {
  border-radius: 0.3rem;
}
.kanjia-box h1 {
  font-size: 0.64rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0.04rem;
  color: #ffffff;
  line-height: 1rem;
  padding: 0.2rem 0;
}
.kanjia-box .box1 {
  padding: 0.32rem;
  color: #fff;
}
.kanjia-box .box1 .price-row {
  font-size: 0.48rem;
  line-height: 2em;
}
.kanjia-box .box1 .btn- {
  height: 1.36rem;
  background-image: linear-gradient(0deg, #f9ba2b 0%, #ffdd72 100%), linear-gradient(#22ac38, #22ac38);
  background-blend-mode: normal, 
					normal;
  border-radius: 0.68rem;
  margin-bottom: 0.44rem;
}
.kanjia-box .box1 .btn- span {
  font-size: 0.48rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #c40709;
}
.kanjia-box .box1 .price-row .end_time{
  color: chartreuse;
}
.kanjia-box .box1 .price-row #group_price{
  font-size: 0.88rem;
  font-weight: bold;
}
.kanjia-box .box2 {
  background-color: #ffffff;
  border-radius: 0.4rem;
  margin-bottom: 0.6rem;
}
.kanjia-box h3 {
  text-align: center;
  font-size: 0.48rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  line-height: 1.6rem;
  margin-bottom: 0.5rem;
}
.kanjia-box .box3 h3 {
  font-size: 0.48rem;
  color: #fff;
  text-align: center;
  line-height: 1.08rem;
}
.progress-bar {
  height: 0.28rem;
  background-color: #e5e5e5;
  border-radius: 0.14rem;
  position: relative;
  overflow: hidden;
}
.progress-bar div {
  height: 0.28rem;
  border-radius: 0.14rem;
  background-color: #fcca00;
}
.kanjia-list {
  font-size: 0.48rem;
  padding-bottom: 0.46rem;
}
.kanjia-list .scroll-div {
  max-height: 35vh;
  overflow-y: auto;
}
.kanjia-list li {
  padding: 0.28rem 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.kanjia-list .img {
  width: 1.3rem;
  height: 1.3rem;
  margin-right: 0.46rem;
}
.kanjia-list .img img {
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 1rem;
  display: block;
}
.kanjia-list .name {
  flex: 1;
  color: #333;
}
.kanjia-list .time {
  flex: 1;
  color: #333;
  font-size: 0.38rem
}
.kanjia-list .number {
  color: #e23a3b;
  min-width: 3rem;
  text-align: right;
}
.rule-box {
  background-color: #e2383a;
  border-radius: 0.4rem;
  padding: 0.44rem;
  font-size: 0.48rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.76rem;
  letter-spacing: 0px;
  color: #ffffff;
}
.app-box {
  background-color: #ffffff;
  border-radius: 0.4rem;
  padding: 0.9rem 0;
}
.app-box img {
  height: 3.32rem;
}
.app-box img.qrcode {
  width: 90%;
  height: 90%;
}
.app-box img.gzh {
  width: 100%;
  height: 100%;
}

.app-box img.help_img {
	width: 100%;
	height: 100%;
	border: solid 1px blue;
	margin-bottom: 8px;
}

.app-box p {
  font-size: 0.9rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #666666;
  line-height: 0.96rem;
  padding: 0.4rem 0;
}
.app-box a + a {
  margin-top: 1rem;
}
.to-shop {
  height: 1.38rem;
  background-image: linear-gradient(-13deg, #e23538 0%, #f24536 50%, #ff5233 100%), linear-gradient(#eb6100, #eb6100);
  background-blend-mode: normal, 
			normal;
  border-radius: 0.68rem;
}
.to-shop span {
  font-size: 0.56rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #fdfdfd;
}
.jiupiao-list {
  position: absolute;
  width: 12.88rem;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  border: 0.22rem solid #E6E8E8;
  background: #fff;
  border-radius: 0.3rem;
  padding: 0 0.6rem 0.3rem;
}
.jiupiao-list h5 {
  font-size: 0.48rem;
  font-family: SourceHanSansSC;
  font-weight: 500;
  color: #333333;
  line-height: 0.96rem;
  padding: 0.2rem;
}
.jiupiao-list dl {
  line-height: 0.96rem;
}
.jiupiao-list dl dd {
  padding: 0 0.32rem;
  font-size: 0.48rem;
  font-weight: 500;
  color: #999999;
  line-height: 0.96rem;
}
.jiupiao-list dl + dl {
  border-top: 1px dashed #ededed;
}
.jiupiao-list .radio {
  display: block;
  width: 0.54rem;
  height: 0.54rem;
  background: url(./img/radio1.png) center no-repeat;
  background-size: contain;
}
.jiupiao-list dl.on .radio {
  background-image: url(./img/radio2.png);
}

.black {
	color: black;
}
.blue {
	color: blue;
}
.green {
	color: #0fbd0f;
}
.red {
	color: red;
}
.pink {
	color: pink;
}
.yellow {
	color: yellow;
}
.orange {
	color: orange;
}
.gold {
	color: gold;
}

.gray {
	color: gray;
}

.center {
	text-align: center;
}

.comment-list {
  background: #F1F2F6;
}
.comment-item {
  padding: 0.7rem;
  background: #fff;
  border-radius: 0.6rem;
  margin: 0.4rem 0;
}
.comment-item .head .avator {
  width: 1.12rem;
  height: 1.12rem;
  margin-right: 0.24rem;
}
.comment-item .head .avator img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 3rem;
}
.comment-item .head .name {
  font-size: 0.56rem;
  color: #000;
  margin-right: 0.2rem;
}
.comment-item .head .lv {
  display: flex;
  align-items: center;
  justify-content: center;
}
.comment-item .head .lv img {
  display: block;
  height: 0.64rem;
}
.comment-item .head .label {
  display: flex;
  align-items: center;
  justify-content: center;
}
.comment-item .head .label img {
  display: block;
  height: 0.48rem;
}
.comment-item .head .time {
  font-size: 0.4rem;
  color: #6B6B6B;
}
.comment-item .body {
  padding-left: 0.4rem;
  padding-top: 0.4rem;
}
.comment-item .des {
  font-size: 0.5rem;
  line-height: 0.92rem;
  padding: 0.3rem 0;
}
.comment-item .pics {
  margin-bottom: 0.4rem;
}
.comment-item .pics-img1 img {
  width: 100%;
  display: block;
  height: 8.5rem;
  object-fit: cover;
  border-radius: 0.3rem;
}
.comment-item .pics-img2 {
  display: flex;
  justify-content: space-between;
}
.comment-item .pics-img2 img {
  width: 49%;
  height: 5.5rem;
  object-fit: cover;
  border-radius: 0.3rem;
}
.comment-item .pics-img3 {
  display: flex;
}
.comment-item .pics-img3 .col1 {
  width: 8.5rem;
  height: 8.5rem;
}
.comment-item .pics-img3 .col1 img {
  width: 100%;
  display: block;
  height: 8.5rem;
  object-fit: cover;
  border-radius: 0.3rem;
}
.comment-item .pics-img3 .col2 {
  flex: 1;
  margin-left: 0.2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.comment-item .pics-img3 .col2 .item {
  height: 48%;
}
.comment-item .pics-img3 .col2 img {
  width: 100%;
  display: block;
  height: 4.15rem;
  object-fit: cover;
  border-radius: 0.3rem;
}
.comment-item .foot {
  padding-left: 0.4rem;
  font-size: 0.4rem;
  color: #6B6B6B;
}
.comment-item .foot a {
  color: #121212;
  line-height: 0.6rem;
}
.comment-item .foot img {
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  margin-left: 0.2rem;
  object-fit: cover;
}
.comment-item .foot a + a {
  margin-left: 0.6rem;
}
.score-bar .fa-star {
  margin-right: 0.12rem;
  font-size: 0.6rem;
}
.score-bar .line {
  width: 0.1rem;
  height: 0.6rem;
  background: #D3D3D3;
  margin: 0 0.3rem 0;
}
.score-bar span {
  color: #888;
  font-size: 0.6rem;
}

.blue_input {
  color:blue;
}
input.blue_input::-webkit-input-placeholder {color:#53a9ff;font-size: 0.9em;font-style:italic;}
input.blue_input:-moz-placeholder {color:#53a9ff;font-size: 0.9em;font-style:italic;}
input.blue_input::-moz-placeholder {color:#53a9ff;font-size: 0.9em;font-style:italic;}
input.blue_input:-ms-input-placeholder {color:#53a9ff;font-size: 0.9em;font-style:italic;}
input.blue_input::-ms-input-placeholder {color:#53a9ff;font-size: 0.9em;font-style:italic;}

.red_input {
  color: red;
}

input.red_input::-webkit-input-placeholder {color:#ff7777;font-size: 0.9em;font-style:italic;}
input.red_input:-moz-placeholder {color:#ff7777;font-size: 0.9em;font-style:italic;}
input.red_input::-moz-placeholder {color:#ff7777;font-size: 0.9em;font-style:italic;}
input.red_input:-ms-input-placeholder {color:#ff7777;font-size: 0.9em;font-style:italic;}
input.red_input::-ms-input-placeholder {color:#ff7777;font-size: 0.9em;font-style:italic;}

.input_div input{
  text-align:right;
  margin-bottom:0;
  padding:5px;
  height:36px;
}

/*订单评价*/
.comment-form {
  padding: 15px;
}
.comment-form .scoreBox {
  margin: 15px 0;
  background: #fff;
  padding: 5px 0 0 0;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}
.comment-form .scoreBox th {
  width: 110px;
  color: #666;
  text-align: right;
  font-size: 0.6rem;
  font-weight: bold;
  vertical-align: middle;
  padding: 10px 0;
  padding-right: 15px;
}
.comment-form .scoreBox img {
  width: 3.6rem;
  margin-left: 0.7rem;
  margin-right: 0.4rem;
  border-radius: 0.2rem;
}
.comment-form .scoreBox td {
  vertical-align: middle;
}
.comment-form .scoreBox td span {
  color: #F96003;
  display: inline-block;
  line-height: 24px;
}
.star {
  display: inline-block;
  width: 24px;
  height: 24px;
  cursor: pointer;
  background: url(img/ico-star1.png) center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
.star.light {
  background-image: url(img/ico-star2.png);
}
.comment-form .text-form {
  background: #fff;
  padding: 15px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}
.comment-form .text-form textarea {
  margin: 0;
  background: #F6F6F6;
  width: 100%;
  border: solid 1px #c3c2c2;
  padding: 0.3rem;
  font-size: 0.6rem;
}
.comment-form .text-form textarea::-webkit-input-placeholder {
  font-size: 14px;
  color: #888888;
}
.comment-form .text-form textarea:-moz-placeholder {
  font-size: 14px;
  color: #888888;
}
.comment-form .text-form textarea::-moz-placeholder {
  font-size: 14px;
  color: #888888;
}
.comment-form .text-form textarea:-ms-input-placeholder {
  font-size: 14px;
  color: #888888;
}



.wt-box {
  min-height: calc(80vh - 3rem );
  background: #fff;
  background-color: #ffffff;
  box-shadow: 0px 0.08rem 0.18rem 0px rgba(0, 0, 0, 0.11);
  border-radius: 0.4rem;
}
.wt-box .hd {
  padding-top: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.56rem;
}
.wt-box .hd a {
  font-size: 0.56rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #999999;
  line-height: 1.16rem;
  position: relative;
}
.wt-box .hd a + a {
  margin-left: 1.72rem;
}
.wt-box .hd a.on:after {
  content: "";
  display: block;
  width: 100%;
  height: 0.06rem;
  background-color: #e23b3c;
  border-radius: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.wt-box .hd a.on,
.wt-box .hd a.on:hover {
  color: #000;
}

.form-input-row {
	background: #fff;
	padding: 10px 15px;
	font-size: 14px;
	color: #333;
	line-height: 24px;
	border-bottom: 1px solid #ededed;
}
.upload-piclist{
	border-bottom: 1px solid #ededed;
}
.radio {
	margin: 0px 25px 5px 0;
	font-size: 14px;
}

.radio .before {
	content: "";
	width: 20px;
	height: 20px;
	border-radius: 50px;
	border: 1px solid #ededed;
	margin-right: 10px;
}

.radio.on .before {
	border-color: #02783E;
}

.radio.on .before:after {
	content: "";
	width: 12px;
	height: 12px;
	background: #02783E;
	border-radius: 50px;
}

.h10 {
	height: 10px;
	background: #ededed;
}
.form-input-row{
	position: relative;
}
.form-input-row .left {
	width: 5em;
}

.form-input-row .right {
	flex: 1;
	text-align: right;
}

.form-input-row input {
	margin: 0;
	font-size: 14px;
	text-align: right;
	border: 0;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #333;
	background: #F8F8F8;
}
.form-input-row input.sel_input {
	margin: 0;
	font-size: 14px;
	text-align: right;
	border: 0;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #333;
	background: #F8F8F8;
	width: auto;
}

.form-input-row input::-webkit-input-placeholder {
	color: #ccc;
}
			
.pop-mask{
	position: fixed;
	left: 0px;
	width: 100%;
	height: 100%;
	cursor: pointer;
	z-index: 999;
	background-color: rgba(0, 0, 0, 0.6);
	top: 0;
}
.pop-picker{
	display: none;
}
.pop-picker-wrap{
	position: fixed;
	left: 0px;
	width: 100%;
				
	cursor: pointer;
	z-index: 10001;
	background-color: #fff;
	bottom: 0;
}
.pop-picker-hd{
	position: relative;
	line-height: 50px;
	height: 50px;
}
.pop-picker-hd a{
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
}
.pop-picker-hd a span{
	transform: scale(1.4);
	color: #999;
}
.pop-picker-hd h3{
	font-size: 1rem;
	line-height: 50px;
	color: #666;
	text-align: center;
	font-weight: normal;
}
.picker1-list {
	margin-bottom: 0.5rem;
}
.mui-table-view-radio .mui-table-view-cell .mui-navigate-right:after{
	color: #feb804;
}
.pop-picker-bd{
	height: 60vh;
	overflow: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
[click]{
	cursor: pointer;
}
.pop-picker-ft{
	padding: 15px;			
}
.pop-picker-ft a{
	display: block;
	width: 100%;
	background: #02783E;
	color: #fff;
	font-size: 14px;text-align: center;
	line-height: 50px;
}
.textarea {
	border: 0;
	font-size: 14px;
	line-height: 1.8em;
	padding: 0;
	margin: 0;
	width: -webkit-fill-available;
}
.textarea::-webkit-input-placeholder{
	color: #bbb;
}
.total{
	position: absolute;
	right: 5px;
	bottom: 5px;
	font-size: 12px;
}
			
.upload-hedaer {
	height: 55px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	padding: 0 10px;
	box-sizing: border-box;
	align-items: center;
	text-align: center;
	background: #287cff;
	color: #fff;
	border-bottom: 1px solid #efefef;
	font-size: 19px;
}
			
.upload-hedaer div:last-child {
	text-align: right;
}
			
.upload-textarea {
	width: 100%;
	height: 60px;
	font-size: 28px;
	border: 1px solid #efefee;
	max-height: 300px;
}
.upload-piclist{
	background: #fff;
	padding-top: 10px;
}
.upload-article-text {
	width: 100%;
	padding: 10px;background: #fff;
	box-sizing: border-box;
}
			
.upload-file {
	position: relative;
	height: 120px;
	order: 9;
				
}
				
.upload-icon{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;background: #F6F6F6;
}
.upload-piclist {
	padding: 10px;
	box-sizing: border-box;
	display: grid;
	grid-template-columns: repeat(3, 31%);
	justify-content: space-between;
	grid-gap: 2%;
}
			
.img_upload_input {
	width: 100%;
	height: 100%;
	opacity: 0;
	position: relative;
	z-index: 5;
}
			
.upload-Picitem {
	width: 100%;
	height: 120px;
	box-shadow: 0 0 2px rgba(0,0,0,0.2);
}
			
.upload-Picitem>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.upload-Picitem{
	position: relative;
				  
}
.upload-Picitem .del{
	position: absolute;
	right: 0;
	top: 0;
	width: 16px;
	height: 16px;
	background: red;
	display: flex;
	border-radius: 50px;
	align-items: center;
	justify-content: center;
}
.upload-Picitem .del:after{
	content: "";
	display: block;
	width: 10px;
	height: 2px;
	background: #fff;
}
.mui-bar-tab .mui-tab-item {
	height: 38px;
}
.mui-bar-btns {
	height: 2rem;
}
.mui-bar-btns span {
	color: #fff;
	font-size: 18px;
}
.mui-bar-btns .a2 {
	background: #E52A0B;
}
.mui-bar-btns .a3 {
	background: #5fbeff;
}
.mui-content {
	margin-bottom: 1rem;
}
.del_line {
	text-decoration: line-through;
}
.under_line {
	text-decoration: underline;
}

.help_title {
	font-size: 0.7rem;
	margin: 0.3rem 0 0rem 1rem;
}

.bold {
	font-weight: bold;
}

.center_text {
	text-align: center;
}

.middle_text {
	vertical-align: middle;
}

.icon-in_store {
  position: fixed;
  z-index: 199;
  right: 20px;
  top: 168px;
  filter: opacity(0.7);
  width: 45px;
  height: 45px;
  background-image: url('img/store.png');
  background-size: cover;
  background-repeat: no-repeat;
  border: solid 1px blue;
  border-radius: 1rem;
}

.Store_title_addr {
	font-size: 0.38rem;
	line-height: 0.5rem;
	padding-left: 1.5rem;
	text-align: center;
	color: #ffffff;
}

.important {
	color: red;
	font-weight: bold;
	font-size: 0.68rem;
	margin: 0 3px;
	vertical-align: middle;
}

.sub_title {
	font-size: 16px;
	font-weight: bold;
	line-height: 32px;
	vertical-align: bottom;
	position: relative;
	margin: 20px 0;
	padding-left: 15px;
}

.sub_title:before {
	content: "";
	width: 5px;
	background: red;
	height: 22px;
	display: block;
	position: absolute;
	left: 5px;
	top: 0;
	border-radius: 3px;
	margin-top: 0;
}

.btn-xs-blue {
  width: 1.98rem;
  height: 0.88rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.6rem;
  background: #5581FE;
  border-radius: 1rem;
  line-height: 0.6rem;
  margin-right: 0.28rem;
}

.form-input-row-right input {
  border: 0;
  display: block;
  width: 100%;
  height: 1.6rem;
  text-align: right;
  font-size: 0.56rem;
  color: #666666;
  line-height: 1.6rem;
  background: none;
  box-sizing: border-box;
}


#guide-page {
	width: 100%;
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-image: url('img/to_mini_bg.jpg');
	background-size: cover;
	color: white;
	text-align: center;
	font-family: sans-serif;
}
#guide-page h1 {
	font-size: 24px;
	margin-bottom: 20px;
	padding: 0 20px;
}
 #guide-page p {
	font-size: 16px;
	opacity: 0.9;
	padding: 0 20px;
	max-width: 300px;
}
 /* 全屏透明按钮的容器 - 关键 */
 #button-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vh;
	height: 100vh;
	z-index: 1000; /* 确保在最上层 */
}

.qr_btn_bg {
	background-image: url('img/qr_btn_bg.jpg');
	background-size: cover;
	background-position: center;
	padding-top: 56.25%;
	width: 100%;
}

/*商城小票*/
.receipt-card {
	background: #ffffff;
	border-radius: 12px;
	padding: 20px;
	max-width: 480px;
	margin: 0 auto;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
/* 标题样式 */
.receipt-title {
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 16px;
	color: #1a1a1a;
}
/* 店铺信息 */
.shop-info {
	text-align: center;
	margin-bottom: 20px;
	padding-bottom: 16px;
	border-bottom: 1px dashed #eee;
}

.shop-name {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 4px;
}

.shop-contact {
	font-size: 13px;
	color: #666;
}
/* 订单信息行 */
.order-item {
	font-size: 14px;
	color: #333;
	line-height: 26px;
	display: flex;
	justify-content: space-between;
	padding: 0 4px;
}

.order-item span.label {
	color: #666;
}

.divider {
	height: 1px;
	background: #f0f0f0;
	margin: 16px 0;
}
/* 金额高亮样式 */
.total-price {
	font-size: 16px;
	font-weight: 600;
	color: #fa4126;
}
/* 营销引导区域 */
.guide-box {
	margin: 20px 0;
	padding: 16px;
	background: #fff7f0;
	border-radius: 8px;
	border-left: 4px solid #ff7d00;
}

.guide-title {
	font-size: 15px;
	font-weight: 500;
	color: #ff4c00;
	margin-bottom: 10px;
}

.guide-desc {
	font-size: 13px;
	color: #664c3c;
	line-height: 1.5;
	margin-bottom: 14px;
}
/* 按钮通用样式 */
.btn {
	display: block;
	width: 100%;
	height: 48px;
	line-height: 48px;
	text-align: center;
	border-radius: 8px;
	font-size: 15px;
	font-weight: 500;
	border: none;
	outline: none;
	margin-bottom: 12px;
	cursor: pointer;
	text-decoration: none;
}
/* 视频号跳转按钮 */
.btn-channel {
	background: #07c160;
	color: #fff;
}

.btn-channel:active {
	background: #06ad56;
}
/* 小程序跳转按钮 */
.btn-miniprogram {
	background: #576b95;
	color: #fff;
}

.btn-miniprogram:active {
	background: #4e5f85;
}
/* 底部提示文字 */
.footer-tip {
	font-size: 12px;
	color: #999;
	text-align: center;
	margin-top: 20px;
	line-height: 1.4;
}
/* 按钮禁用状态 */
.btn:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}
/*商城小票 end*/

/* 双行按钮基础样式 */
.btn-base {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 12px 18px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 110px;
    min-height: 2.1rem;
    line-height: 1.3;
}

.btn-base_small {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    min-height: 2.1rem;
}

.btn-base .cn, .btn-base_small .cn {
    font-size: 0.56rem;
    font-weight: 600;
}

.btn-base .en, .btn-base_small .en {
    font-size: 0.45rem;
    opacity: 0.9;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.no_data {
	font-size: 0.88rem;
}

.refund_reason {
	font-size: 0.7rem;
}