@charset "utf-8";
.orange {
  color: #ffaa2e;
}

/*购物车*/
.container-cart {
  padding-bottom: 1.94rem;
}

.cart-list {
  background-color: #fff;
  overflow: hidden;
  margin: .16rem;
  border-radius: .08rem;
}

.cart-footer-new {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 .24rem;
}

.cart-list-items {
  width: 8.38rem;
  display: flex;
  align-items: center;
  padding: .24rem 1.44rem .24rem .16rem;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease-out;
}
.cart-list-item {
  width: 8.38rem;
  display: flex;
  align-items: center;
  padding: .24rem 1.44rem .24rem .16rem;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease-out;
}

.cart-list-item + .cart-list-item {
  margin-top: .16rem;
}

.cart-list .label-checkbox {
  flex-shrink: 0;
}

.pro-img {
  flex-shrink: 0;
  width: 2.04rem;
  height: 2.04rem;
  margin-right: .16rem;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: .08rem;
  overflow: hidden;
}

.pro-img img {
  max-width: 100%;
  max-height: 100%;
}

.pro-info {
  flex: 1;
  display: block;
  width: 4.25rem;
  min-height: 2.04rem;
  padding-bottom: .5rem;
  position: relative;
}

.pro-name {
  line-height: .44rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: .26rem;
  color: #434a54;
}

.pro-info a p {
  line-height: .44rem;
  font-size: .2rem;
  color: #656d78;
}

.ml5 {
  margin-left: .05rem;
}

.pro-price {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: .32rem;
  color: #cf000d;
}

.cart-list .btn-delete {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.2rem;
  background-color: #cf000d;
  font-size: .3rem;
  color: #fff;
}

.cart-footer {
  margin-bottom: .98rem;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 .24rem;
  z-index: 11;
  box-shadow: 0 -1px 1px rgba(0, 0, 0, .08) inset;
}

.cart-footer .sum {
  margin-left: .24rem;
  font-size: .22rem;
  color: #656d78;
  vertical-align: middle;
  line-height: 1.2;
}

.cart-footer .sum font {
  font-size: .26rem;
  font-weight: bold;
}

.cart-footer .label-checkbox .checkbox {
  top: .03rem
}

.cart-footer .btn {
  color: #cf000d;
  border: 1px solid #cf000d;
}

.cart-footer .btn-fill-red {
  color: #fff;
}

.cart-footer .label-checkbox {
  display: inline-block;
  font-size: .22rem;
  color: #656d78;
  vertical-align: middle;
}

#settleCont {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/*购物车-商品列表*/
.goods-title img {
  width: 7.5rem;
  height: 1.6rem;
  display: block;
}

.goods {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: -.64rem .24rem 0;
}

.goods li {
  width: 3.43rem; /* height:4.82rem; */
  position: relative;
  background: #fff;
  border-radius: .1rem;
  overflow: hidden;
  margin-bottom: .16rem;
}

.goods li a {
  display: block;
}

.goods li img {
  width: 3.43rem;
  height: 3.43rem;
}

.goods li p {
  padding: 0 .24rem;
}

.goods li .tit {
  font-size: .26rem;
  color: #434a54;
  margin-top: .2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.goods li .price {
  color: #cf000d; /* margin-bottom: .25rem; */
  font-size: .3rem;
}

.goods li .price del {
  font-size: .2rem;
  color: #aab2bd;
}

.goods li .tag {
  position: absolute;
  top: 0;
  left: 0;
  height: .4rem;
  line-height: .4rem;
  padding: 0 .12rem;
  color: #fff;
  font-size: .2rem;
  border-radius: .1rem 0 .1rem 0;
  pointer-events: none;
}

.goods li .tag1 {
  background: #f6bb42;
}

.goods li .tag2 {
  background: #cf000d;
}

.goods li .tag3 {
  background: #967adc;
}

.goods li .buy-btn {
  position: absolute;
  right: .16rem;
  bottom: .16rem;
  z-index: 1;
  display: block;
  width: .56rem;
  height: .56rem;
  border-radius: 50%;
  text-align: center;
  line-height: .54rem;
  border: .01rem solid #cf000d;
  color: #cf000d;
}

.goods li .buy-btn .icon {
  font-size: .4rem;
}

.goods li .label-checkbox {
  position: absolute;
  left: .1rem;
  top: .1rem;
}

.goods li .num-picker {
  float: right;
  margin-bottom: .2rem;
  margin-right: .24rem;
}

/*订单结算*/
.order-confirm {
  padding-bottom: 1rem;
}


.addr-box {
  display: -webkit-flex;
  display: flex;
  min-height: 1.28rem;
  padding: .3rem .24rem;
  margin-bottom: .16rem;
  background: #fff url(../imgs/addr_deco.jpg) bottom center no-repeat;
  background-size: 100% auto;
  font-size: .28rem;
  line-height: 1.5;
  align-items: center;
}

.addr-box .icon-site {
  margin-right: .2rem;
  color: #cf000d;
}

.addr-box .addr-info {
  margin-right: .2rem;
  flex-grow: 1;
}

.addr-box .icon-next {
  font-size: .32rem;
  color: #656d78;
}

.addr-box .tag {
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: .1rem;
  padding: .02rem .04rem;
  border-radius: .04rem;
  background: #cf000d;
  color: #fff;
  font-size: .16rem;
}

.order-confirm .cart-list-item {
  width: 100%;
  padding: .24rem;
}

.order-confirm .list-block {
  margin: .16rem;
  border-radius: .08rem;
  padding: .24rem;
}

.order-confirm .list-block:before,
.order-confirm .list-block:after {
  display: none;
}

.order-confirm .list-item {
  min-height: auto;
  margin-left: 0;
}

.order-confirm .list-item:after {
  display: none;
}

.order-confirm .list-item .item-left,
.order-confirm .list-item .item-right {
  padding: 0;
}

.order-confirm .icon-coupon {
  font-size: .24rem;
  margin-right: .1rem;
}

.order-confirm .note-info .item-left {
  flex: initial;
}

.order-confirm .note-info textarea {
  flex: 1;
  border: 0;
  padding: .15rem .24rem;
  resize: none;
  outline: none;
  font-size: .24rem;
}

.order-confirm .pro-discounts {
  width: -webkit-fit-content;
  height: .32rem;
  line-height: .32rem;
  padding: 0 .08rem;
  font-size: .2rem;
  color: #cf000d;
  border: .01rem solid #cf000d;
  border-radius: .04rem;
}

.order-confirm .pro-discounts i {
  font-size: .2rem;
  margin-left: .06rem;
}

.order-confirm .list-item .more {
  position: relative;
  display: inline-block;
  margin: 0 .1rem 0 .26rem;
  vertical-align: middle;
  width: .08rem;
  height: .08rem;
  border-radius: 50%;
  background: #434a54;
}

.order-confirm .list-item .more:before,
.order-confirm .list-item .more:after {
  display: inline-block;
  content: '';
  width: .06rem;
  height: .06rem;
  border-radius: 50%;
  background: #aab2bd;
  position: absolute;
  top: .01rem;
  left: -.1rem;
}

.order-confirm .list-item .more:after {
  left: .12rem;
}

/*.order-buynow .addr-box{background: #fff url(../imgs/addr_deco.jpg) bottom center no-repeat;background-size: 100% auto;}
.order-buynow .addr-box .addr-info{margin-right: .2rem;}
.order-buynow .cart-list{margin-bottom: .16rem;}
.order-buynow .cart-list-item{width: 100%;padding: .24rem;}
.order-buynow .pro-info{width: 4.96rem;}
.order-buynow .icon-coupon{font-size: .36rem;margin-right:.1rem;}
.order-buynow .note-info{width: 100%;border: 0;padding:.2rem 0.24rem;resize: none;outline: none;font-size: .3rem;}*/
.order-settle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 .24rem;
}

/*订单结算-发票弹窗*/
.picker-invoice {
  padding: 0 .24rem;
  margin-bottom: .8rem;
}

.picker-invoice .invoice-radio {
  margin: .24rem 0 .48rem;
}

.picker-invoice .radio-item {
  margin-left: .24rem;
  position: relative;
}

.picker-invoice .radio-item .btn {
  width: 1rem;
  font-size: .22rem;
  height: .48rem;
  line-height: .48rem;
  border-radius: .3rem;
}

.picker-invoice .radio-item input[type="radio"] {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}

.picker-invoice .radio-item input[type="radio"]:checked + .btn {
  border-color: #cf000d;
  color: #cf000d;
}

.picker-invoice .info-item {
  display: flex;
  align-items: center;
  border-bottom: .01rem solid #e6e9ed;
  margin-bottom: .32rem;
}

.picker-invoice input[type="number"],
.picker-invoice input[type="text"] {
  flex: 1;
  height: .7rem;
  border: 0;
  text-indent: .1rem;
  font-size: .22rem;
}

.close-picker {
  position: absolute;
  top: 0;
  right: 0;
  width: .78rem;
  height: .78rem;
  text-align: center;
  line-height: .78rem;
  font-size: .32rem;
  -webkit-user-select: none;
  color: #727272;
}

/*订单结算-配送方式/优惠活动*/
.delivery-way {
  padding: 0 .24rem;
  margin-bottom: .8rem;
  margin-top: .4rem;
}

.delivery-item {
  height: .7rem;
  line-height: .7rem;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/*֧��*/
.pay-amount {
  margin-bottom: .16rem;
  height: 1.34rem;
  line-height: 1.34rem;
  background-color: #fff;
  font-size: .32rem;
  text-align: center;
  color: #010101;
}

.pay-icon {
  float: left;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  width: .68rem;
  height: .58rem;
  margin-right: .2rem;
}

.pay-icon img {
  max-width: 100%;
  max-height: 100%;
}

.btn-box {
  margin: .9rem .24rem 0;
}

/*������п�/��д���п���Ϣ*/
.form .list-item {
  justify-content: flex-start;
}

.form .item-left {
  width: 1.5rem;
  flex-grow: 0;
  flex-shrink: 0;
}

.form .item-right {
  flex-grow: 1;
  padding-left: 0;
  font-size: .32rem;
}

.form input[type="number"], .form input[type="text"] {
  width: 100%;
  height: .54rem;
  border: 0;
  font-size: .32rem;
}

/*���֧��*/
.pay-rapid-amount {
  padding: .3rem 0;
  line-height: .5rem;
  background-color: #fff;
  font-size: .32rem;
  text-align: center;
  color: #010101;
}

.verify-tip {
  height: .8rem;
  line-height: .8rem;
  color: #b0b0b0;
  font-size: .28rem;
  margin-left: .24rem;
}

.verify-box {
  display: -webkit-flex;
  display: flex;
}

.verify-box input {
  width: 5.2rem;
  height: 1.1rem;
  text-indent: .24rem;
  font-size: .32rem;
  border: 0;
}

.verify-box .verify-btn {
  width: 2.3rem;
  height: 1.1rem;
  line-height: 1.1rem;
  font-size: .32rem;
  background-color: #f2f2f2;
  text-align: center;
  color: #727272;
}

/*�ҵĶ���*/
.tabs {
  position: fixed;
  top: .88rem;
  left: 50%;
  margin-left: -3.75rem;
  z-index: 100;
  width: 7.5rem;
  height: .8rem;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  background-color: #fff;
  border-bottom: .01rem solid #f0f0f0;
}

.tabs a {
  font-weight: normal;
  text-align: center;
  width: 50%;
  line-height: .8rem;
  color: #727272;
  text-decoration: none;
  font-size: .28rem;
}

.tabs a.active {
  border-bottom: 2px solid #e40011;
  color: #010101;
}

.order-wrap {
  position: fixed;
  top: 1.68rem;
  bottom: 0;
  left: 50%;
  width: 7.5rem;
  margin-left: -3.75rem;
}

.order-wrap .swiper-container {
  height: 100%;
}

.order-wrap .swiper-container .swiper-slide {
  overflow-y: auto;
}

.no-order {
  text-align: center;
  padding-top: 1rem;
  color: #010101;
}

.no-order .btn {
  width: 2rem;
  height: .68rem;
  line-height: .68rem;
  border-radius: 4px;
  color: #b0b0b0;
}

.order-number, .order-total, .order-operate {
  height: .9rem;
  line-height: .9rem;
  padding: 0 .24rem;
}

.order-title, .buy-number {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.order-list-item {
  background-color: #fff;
  overflow: hidden;
  margin-bottom: .2rem;
}

.order-info {
  display: block;
  background-color: #fcfcfe;
  overflow: hidden;
  padding: .12rem .24rem;
  margin-bottom: .12rem;
  margin-top: .12rem;
  position: relative;
}

.order-number + .order-info {
  margin-top: 0;
}

.order-title {
  float: left;
  width: 8.8rem;
}

.order-info .pro-info {
  width: 4.96rem;
}

.order-info .pro-price {
  font-size: .28rem;
}

.order-total {
  text-align: right;
  font-size: .3rem;
  border-bottom: .01rem solid #f0f0f0;
}

.order-operate {
  text-align: right;
}

.draft {
  padding: .1rem .24rem .2rem 1rem;
  position: relative;
  border-bottom: .01rem solid #f0f0f0;
}

.draft2 {
  padding: .3rem .24rem .2rem 1rem;
  position: relative;
}

.draft2icon-success {
  color: green
}

.draft-icon {
  position: absolute;
  top: .3rem;
  left: .24rem;
  width: .56rem;
  height: .56rem;
  font-size: .3rem;
  color: #ffa82a;
  text-align: center;
  line-height: .56rem;
  border-radius: 50%;
  border: .02rem solid #ffa82a;
}

.draft .icon-help {
  margin-left: .1rem;
  font-size: .3rem;
  color: #e40011;
}

.draft .icon-next {
  font-size: .22rem;
  color: #b0b0b0;
}

/*��������*/
.order-state {
  height: 1rem;
  line-height: 1rem;
  background-color: #e40011;
  color: #fff;
  padding: 0 .24rem;
}

.order-sum {
  word-break: break-all;
  padding: .2rem .24rem;
  border-bottom: .01rem solid #e0e0e0;
  font-size: .28rem;
  line-height: .48rem;
  color: #727272;
}

.order-num {
  display: inline-block;
  max-width: 3.8rem;
  vertical-align: top;
}

.service {
  padding: .2rem 0;
  text-align: center;
  font-size: .3rem;
  background-color: #fff;
  margin-top: .16rem;
}

.order-footer {
  padding: .15rem .24rem;
  text-align: right;
}

.buy-again {
  position: absolute;
  bottom: .1rem;
  right: .24rem
}

/*��������*/
.comm-goods {
  background-color: #fff;
  margin-bottom: .16rem;
}

.comm-goods-title {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: .32rem .24rem;
  border-bottom: .01rem solid #e0e0e0;
}

.comm-goods-title .goods-img {
  width: .7rem;
  height: .7rem;
  margin-right: .2rem;
}

.rate-list {
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.rate img {
  width: .4rem;
  height: .4rem;
}

.rate-result {
  margin-left: .5rem;
  font-size: .3rem;
  color: #727272;
}

.comm-text {
  width: 100%;
  height: 2.9rem;
  font-size: .3rem;
  border: 0;
  resize: none;
  padding: .2rem .24rem;
}

.comm-photo {
  padding: 0 .24rem;
  border-bottom: .01rem solid #e0e0e0;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

.comm-photo .photo {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: .2rem;
  margin-bottom: .2rem;
  position: relative;
}

.comm-photo .photo img {
  width: 100%;
  height: 100%;
}

.comm-photo .photo .icon-close {
  position: absolute;
  top: -.1rem;
  right: -.1rem;
  opacity: .5;
}

.upload-photo {
  width: 1.5rem;
  height: 1.5rem;
  margin-bottom: .2rem;
  padding-top: .25rem;
  text-align: center;
  border: .01rem dashed #d1d1d1;
  position: relative;
}

.upload-photo .icon-camera {
  font-size: .6rem;
  color: #d4d4d4;
}

.upload-photo input[type="file"] {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
}

/*�������*/
.comm-result {
  background-color: #fff;
  padding: 1.7rem 0 .6rem;
  text-align: center;
}

.comm-result .icon-complete-on {
  font-size: 1.2rem;
  color: #02ca99;
}

.comm-result .tips {
  font-size: .4rem;
  color: #02ca99;
  margin: .2rem 0 .4rem;
}

.comm-result .btn {
  width: 3.34rem;
  height: .76rem;
  line-height: .76rem;
  border-radius: .38rem;
  font-size: .32rem;
}

.comm-list .cart-list-item {
  padding-left: 0;
  margin-left: .24rem;
}

.comm-list .pro-info {
  width: 4.92rem;
}

.comm-list .pro-price {
  justify-content: flex-end;
}

.comm-list .icon-comment {
  font-size: .3rem;
  margin-right: .1rem;
}

.comm-reco-list {
  padding-bottom: 0;
}

/*�˿�����*/
.voucher {
  background-color: #fff;
  padding: .24rem;
  margin-top: .16rem;
}

.voucher .comm-photo {
  padding: 0 0 1rem;
  border: 0;
}

.refund-reason {
  background: #fff;
}

.refund-reason .list-item {
  margin: 0 .24rem;
}

.refund-reason .list-item .item-left {
  padding-left: 0;
}

.refund-reason .list-item .item-right {
  padding-right: 0;
}

/*�ϴ��ļ�*/
.file-list {
  padding-top: .88rem;
  background-color: #fff;
}

.file-list-item {
  width: 8.7rem;
  display: -webkit-flex;
  display: flex;
  height: 1.4rem;
  border-bottom: .01rem solid #e0e0e0;
  transition-duration: .3s;
}

.file-info {
  width: 7.5rem;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: .3rem .24rem;
}

.file-list-item .btn-delete {
  width: 1.2rem;
  background-color: #e40011;
  font-size: .3rem;
  color: #fff;
  text-align: center;
  line-height: 1.4rem;
}

.file-img {
  width: .8rem;
  height: .8rem;
  margin: 0 .2rem;
}

.file-img img {
  max-width: .8rem;
  max-height: .8rem;
}

.file-footer {
  padding-left: .24rem;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.file-footer .btn {
  width: 1.9rem;
  height: .9rem;
  line-height: .9rem;
}

/*�ļ��鿴*/
.file-view-wrap {
  position: absolute;
  top: .88rem;
  bottom: 0;
  width: 100%;
  z-index: 6;
}

.file-view-wrap .swiper-slide {
  text-align: center;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.file-view-wrap .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
}

.file-view-wrap .swiper-button-prev, .swiper-button-next {
  width: .66rem;
  height: .66rem;
  margin-top: -.33rem;
  background-color: rgba(0, 0, 0, .3);
  background-size: 40%;
  border-radius: 50%;
  outline: none;
}

.file-view-wrap .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.file-view-wrap .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/*Ԥ��ҳ����*/
.wrap-new .swiper-slide {
  background: rgba(202, 200, 211, .8);
}

.btn-big {
  width: 90%;
  background: #f5f5f5;
  margin: 0 auto .15rem;
  display: inherit;
  line-height: .8rem;
  height: .8rem;
  border-radius: .8rem;
}

.loadBox {
  width: 4rem;
  height: 2.1rem;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 6rem;
  margin-top: -1.05rem;
  left: 3.8rem;
  margin-left: -2rem;
  z-index: 5;
  border-radius: .1rem;
}

.tc {
  text-align: center;
}

.wh {
  color: #fff;
}

.f32 {
  font-size: 0.32rem;
}

.loadBox img {
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  margin: 0.4rem auto 0.1rem;
}

.mask {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .3);
  z-index: 9;
  display: none
}

.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 6.4rem;
  min-height: 5.9rem;
  padding: 0 .24rem;
  background: #fff;
  border-radius: .15rem;
  display: none
}

.popup .title {
  text-align: center;
  color: #000;
  line-height: 1.2rem;
  font-size: .3rem;
  position: relative;
}

.popup .title:after {
  width: 100%;
  height: .01rem;
  content: '';
  background: #eeeeee;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.popup .title .close {
  width: .3rem;
  height: .3rem;
  background: url(../imgs/cross.svg) no-repeat;
  background-size: .3rem .3rem;
  display: inline-block;
  position: absolute;
  right: .1rem;
  top: .46rem;
}

.popup .select-file {
  text-align: center;
}

.popup .select-file .upload {
  width: 2.5rem;
  height: .7rem;
  line-height: .7rem;
  background: #e40011;
  border-radius: .5rem;
  display: inline-block;
  color: #fff;
  font-size: .3rem;
  margin: .5rem 0 .2rem;
}

.popup .select-file p {
  font-size: .24rem;
  color: #717171;
}

.elc-point {
  width: .3rem;
  height: .3rem;
  background: url(../imgs/exc-point.svg) no-repeat center;
  background-size: .3rem .3rem;
  display: inline-block;
  position: relative;
  top: .07rem;
  margin-right: .1rem;
}

.popup .remarks {
  margin-top: .45rem;
}

.popup .remarks p {
  color: #484848;
  font-size: .3rem;
  margin-bottom: .1rem;
}

.popup .remarks .rmk-text {
  width: 100%;
  height: 1rem;
  border-radius: .02rem;
  background: #f4f4f4;
  border: none;
  padding: .3rem;
  font-size: .3rem;
}

.popup .remarks .rmk-save {
  width: 1.4rem;
  height: .7rem;
  line-height: .7rem;
  background: #fff;
  border: .01rem solid #e40011;
  border-radius: .1rem;
  display: block;
  text-align: center;
  color: #e40011;
  font-size: .3rem;
  margin: .2rem auto .4rem;
}

.popup .file-info {
  padding: 0;
  margin-top: .5rem;
  position: relative;
}

.popup .file-img {
  margin: 0;
}

.popup .file-info .file-name {
  position: relative;
  width: 5rem;
}

.popup .file-info .icon-close {
  position: absolute;
  right: 0;
  top: 0;
}

.popup .file-info .icon-close:before {
  font-size: .36rem;
}

.coupon-code input {
  border: 0;
  height: .6rem;
  width: 4.6rem;
  text-indent: .1rem;
}

.order-list-te .pro-img {
  float: left;
}

.order-list-te .pro-info {
  width: auto;
}
