@charset "utf-8";
/* CSS Document */
body {
  margin: 0;
  padding: 0;
  font-size: 0.26rem;
  line-height: 1.7;
  font-family: "微软雅黑";
  -webkit-text-size-adjust: 100%;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
html {
  font-size: -moz-calc(100vw / 7.5);
  font-size: calc(100vw / 7.5);
}
img {
  border: 0;
  vertical-align: bottom;
  width: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul,
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
}
.tc {
  text-align: center;
}
.tl {
  text-align: left;
}
.tr {
  text-align: right;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.cl {
  clear: both;
}
.fb {
  font-weight: bold;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
}
input[type="text"],
input[type="number"],
input[type="password"],
textarea,
select {
  -webkit-appearance: none;
  border: none;
  font: inherit;
}
[type="search"]::-webkit-search-decoration {
  display: none;
}
input::-webkit-search-cancel-button {
  display: none;
}
h3 {
  font-size: 0.26rem;
  font-weight: normal;
}
em {
  font-style: normal;
}
.flex {
  display: flex;
  display: -webkit-flex;
}
.between {
  justify-content: space-between;
}
.around {
  justify-content: space-around;
}
.center {
  align-items: center;
}
.wrap {
  flex-wrap: wrap;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
.column {
  flex-direction: column;
}
.flexcenter {
  display: flex;
  justify-content: center;
}
.mid {
  vertical-align: middle;
}
.w100 {
  width: 100%;
}
.h100 {
  height: 100%;
}
.mar_t10 {
  margin-top: 0.1rem;
}
.mar_t20 {
  margin-top: 0.2rem;
}
.mar_t30 {
  margin-top: 0.3rem;
}
.mar_t40 {
  margin-top: 0.4rem;
}
.mar_t50 {
  margin-top: 0.5rem;
}
.mar_r20 {
  margin-right: 0.2rem;
}
.mar_r10 {
  margin-right: 0.1rem;
}
.pad20 {
  padding: 0.2rem 0;
}
.pad30 {
  padding: 0.3rem 0;
}
.bor_b {
  border-bottom: solid 1px #e4e4e4;
}
.bor_b15 {
  border-bottom: solid 1px #f4f4f4;
}
.radius10 {
  border-radius: 0.1rem;
}
.radius20 {
  border-radius: 0.2rem;
}
.f100 {
  font-size: 1rem;
}
.f64 {
  font-size: 0.64rem;
}
.f48 {
  font-size: 0.48rem;
}
.f44 {
  font-size: 0.44rem;
}
.f40 {
  font-size: 0.4rem;
}
.f36 {
  font-size: 0.36rem;
}
.f34 {
  font-size: 0.34rem;
}
.f32 {
  font-size: 0.32rem;
}
.f30 {
  font-size: 0.3rem;
}
.f28 {
  font-size: 0.28rem;
}
.f24 {
  font-size: 0.24rem;
}
.bgg {
  background: #f6f6f6;
}
.bgw {
  background: #fff !important;
}
.gray6 {
  color: #666;
}
.gray8 {
  color: #888;
}
.gray9 {
  color: #999;
}
.white {
  color: #fff;
}
.red {
  color: #e63724;
}
.wrap_box {
  color: #333;
}
.content {
  padding: 0 0.2rem;
}
.main {
  padding: 0.3rem 0.2rem;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.hidden {
  overflow: hidden;
}
.two {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.none {
  display: none;
}
/*header*/
.banner {
  margin: 0.3rem 0 0;
}
.banner .swiper-pagination {
  width: 100%;
  text-align: center;
  position: static;
}
.banner .swiper-pagination-bullet {
  width: 0.05rem;
  height: 0.05rem;
  background: #b5b5b5;
  margin: 0 0.1rem;
  opacity: 1;
}
.banner .swiper-pagination-bullet-active {
  background: #e63724;
  width: 0.15rem;
  height: 0.05rem;
  border-radius: 0.07rem;
}
/*index*/
.search {
  height: 0.72rem;
  border-radius: 0.35rem;
  background: #f8f8f8;
  padding: 0 0.3rem;
}
.ss_txt {
  background: url(../images/sous.png) no-repeat left center;
  background-size: 0.26rem;
  height: 100%;
  width: 100%;
  border: none;
  padding-left: 0.4rem;
}
.pro_list {
  border-top: solid 1px #f8f8f8;
  padding: 0.15rem 0.25rem 0;
}
.pro_list li {
  width: 3.44rem;
  margin-bottom: 0.6rem;
}
.pro_list_pic {
  width: 3.44rem;
  height: 3.44rem;
  border: solid 1px #f1f1f1;
  border-radius: 5px;
  overflow: hidden;
}
.gwc {
  width: 0.28rem;
  height: 0.28rem;
}
/*footer*/
.footer {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  background: #fff;
  border-top: solid 1px #d8d8d8;
  height: 1.3rem;
}
.footer li p {
  color: #262626;
  font-size: 0.24rem;
  margin: 0.1rem 0 0;
}
.footer li {
  width: 33.333%;
  text-align: center;
}
.footer li.active p {
  color: #f65e40;
}
.footer li img {
  width: 0.4rem;
}
.header {
  line-height: 0.88rem;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8;
}
.back {
  width: 0.2rem;
  height: 0.4rem;
  left: 0.24rem;
  top: 0;
}
.back img {
  vertical-align: middle;
}
.gwgl {
  width: 0.4rem;
  height: 0.36rem;
}
.car_list li {
  border-bottom: solid 1px #f8f8f8;
  padding: 0.2rem;
}
.car_pic {
  width: 2.3rem;
  height: 2.3rem;
}
.car_list_con {
  width: 3.6rem;
}
.car_list_canshu {
  background: #efefef;
  color: #ababab;
  display: inline-block;
  padding: 0 0.1rem;
}
.car_list_canshu img {
  width: 0.22rem;
  height: 0.12rem;
  vertical-align: middle;
}
.car_list_num {
  width: 1.4rem;
}
.car_list_num span {
  color: #c7c7c7;
  font-size: 0.3rem;
  width: 0.6rem;
  height: 0.44rem;
  display: inline-block;
  text-align: center;
  line-height: 0.44rem;
}
.car_list_num input {
  width: 0.6rem;
  height: 0.44rem;
  background: #eaeaea;
  color: #525252;
  font-size: 0.24rem;
}
.check {
  width: 0.3rem;
  height: 0.3rem;
  background: url(../images/check1.png) no-repeat;
  background-size: 100% 100%;
  -webkit-appearance: none;
  margin-right: 0.24rem;
}
.check_on {
  background: url(../images/check2.png) no-repeat;
  background-size: 100% 100%;
}
.car_footer {
  width: 100%;
  position: fixed;
  bottom: 1.31rem;
  left: 0;
  background: #fff;
  height: 1.3rem;
  border-top: solid 1px #e4e4e4;
  padding: 0 0.2rem;
}
.all_del {
  width: 2rem;
  height: 0.8rem;
  background: linear-gradient(to right, #f75a44, #ec7a24);
  color: #fff;
  line-height: 0.8rem;
  margin-left: 0.3rem;
  border-radius: 0.1rem;
}
.lqtsc {
  width: 1.7rem;
  height: 0.7rem;
  background: #e63724;
  line-height: 0.7rem;
}
.xx_banner .swiper-pagination {
  width: 0.9rem;
  height: 0.48rem;
  border-radius: 0.24rem;
  right: 0.5rem;
  bottom: 0.4rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  left: auto;
  line-height: 0.48rem;
}
.pro_xx_tit {
  width: 5.9rem;
}
.pro_xx_ge_tit {
  width: 1.7rem;
}
.pro_xx_ge_con {
  width: 5.3rem;
  background: url(../images/xqqj.png) no-repeat right center;
  background-size: 0.12rem;
}
.xx_tit::after {
  width: 0.64rem;
  height: 0.03rem;
  background: #f23030;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  content: "";
  bottom: 0;
  position: absolute;
}
.detail_footer {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  background: #fff;
  border-top: solid 1px #e8e8e8;
  height: 0.98rem;
}
.detail_footer_list {
  text-align: center;
}
.detail_footer_list img {
  width: 0.39rem;
  height: 0.37rem;
}
.detail_footer_list_box {
  width: 3.28rem;
}
.detail_footer_btn {
  width: 2.12rem;
  height: 0.98rem;
  font-size: 0.3rem;
  color: #fff;
  line-height: 0.98rem;
}
.detail_footer_btn1 {
  background: #242322;
}
.detail_footer_btn2 {
  background: #f23030;
}
.bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 10;
}
.shop_pop {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 0 0.25rem 0.5rem;
  z-index: 11;
}
.shop_pop_pic {
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 0.08rem;
  border: solid 0.04rem #fff;
  margin-top: -0.44rem;
  margin-right: 0.23rem;
}
.shop_pop_size {
  padding: 0.2rem 0 0.1rem;
}
.shop_pop_size span {
  min-width: 0.98rem;
  height: 0.6rem;
  line-height: 0.6rem;
  display: inline-block;
  margin: 0 0.2rem 0.2rem 0;
  background: #f5f5f5;
  border-radius: 0.16rem;
  text-align: center;
  font-size: 0.24rem;
  padding: 0 0.1rem;
}
.shop_pop_size span.on {
  background: #f7c3bd;
  color: #e63724;
}
.shop_pop_num {
  width: 2.8rem;
}
.shop_pop_num span {
  width: 0.88rem;
  height: 0.7rem;
  display: block;
  line-height: 0.7rem;
  font-size: 0.4rem;
  color: #cbcbcb;
  text-align: center;
}
.shop_pop_num input {
  width: 1rem;
  height: 0.7rem;
  line-height: 0.7rem;
  background: #f5f5f5;
  border-radius: 0.06rem;
}
.shop_pop_btn {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  background: #f23030;
  line-height: 0.96rem;
}
.close1 {
  width: 0.42rem;
  height: 0.42rem;
  right: 0.24rem;
  top: 0.26rem;
}
.dd_tit {
  height: 0.8rem;
  line-height: 0.8rem;
}
.dd_tit li.active {
  color: #f23030;
  border-bottom: solid 0.04rem #f23030;
}
.refund_pro_list {
  margin-bottom: 0.2rem;
  border-radius: 0.2rem;
  padding: 0.3rem;
}
.dd_pic {
  width: 2.3rem;
  height: 2.3rem;
}
.dd_pic img {
  height: 100%;
}
.dd_text {
  width: 3.75rem;
}
.dd_btn {
  width: 1.9rem;
  height: 0.64rem;
  border: solid 1px #e7e7e7;
  border-radius: 0.32rem;
  line-height: 0.64rem;
  margin-left: 0.2rem;
}
.dd_btn1 {
  background: #f23030;
  color: #fff;
}
.tui_link {
  right: 0.24rem;
  top: 0.25rem;
}
.dsh_head {
  padding: 0.3rem 0.2rem;
}
.order_xx_con {
  padding: 0.3rem 0.4rem;
}
.beizhu {
  width: 5.3rem;
}
.dd_xx_text {
  width: 4.9rem;
}
.dd_xx_txt {
  line-height: 0.6rem;
}
.dd_xx_txt span {
  width: 1.67rem;
  display: inline-block;
  color: #666;
}
.order_xx_head {
  height: 1.83rem;
  background: #23232f;
  padding: 0 0.25rem 0 0.45rem;
}
.dsh_head {
  padding: 0.3rem 0.24rem;
}
.dsh_head_con {
  width: 100%;
  background: url(../images/xqqj.png) no-repeat right center;
  display: block;
  background-size: 0.12rem;
}
.dfk_icon {
  width: 1.34rem;
  height: 0.72rem;
}
.moren {
  width: 0.93rem;
  height: 0.4rem;
  border-radius: 0.2rem;
  background: #e63724;
  color: #fff;
  display: inline-block;
  margin-left: 0.15rem;
}
.dd_xx_pic {
  width: 1.8rem;
  height: 1.8rem;
}
.dd_xx_pic img {
  height: 100%;
}
.dd_xx_text {
  width: 4.9rem;
}
.dd_xx_txt {
  line-height: 0.6rem;
}
.dd_xx_txt span {
  width: 1.67rem;
  display: inline-block;
  color: #666;
}
.dd_xx_footer {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
}
.dsk_icon {
  width: 1.34rem;
  height: 1.34rem;
}
.dd_btn2 {
  background: #979797;
  color: #fff;
}
.address_list li {
  border-bottom: solid 1px #eeeeee;
}
.address_list li:last-child {
  border-bottom: none;
}
.dzbj {
  width: 0.3rem;
  height: 0.3rem;
}
.address_list_con {
  width: 5.7rem;
}
.address_btn {
  width: 7.02rem;
  height: 0.9rem;
  border-radius: 0.45rem;
  background: #e63724;
  line-height: 0.9rem;
  position: fixed;
  bottom: 0.24rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
}
.del_pop {
  width: 5.2rem;
  height: 2.8rem;
  border-radius: 0.08rem;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 99;
}
.del_pop_tit {
  padding: 0.7rem 0;
}
.del_pop_btn {
  width: 50%;
  line-height: 0.84rem;
}
.del_pop_btn1 {
  background: #e63724;
  color: #fff;
}
.add_address li {
  border-bottom: solid 1px #eeeeee;
  padding: 0.2rem 0.3rem;
}
.add_address li label {
  width: 1.5rem;
  display: inline-block;
}
.address_txt {
  width: 5rem;
  border: none;
  background: none;
}
.default_icon {
  width: 0.82rem;
  height: 0.48rem;
  background: url(../images/icon10.png) no-repeat;
  background-size: 0.82rem;
}
.default_icon_on {
  background: url(../images/icon11.png) no-repeat;
  background-size: 0.82rem;
}
/*选择地区*/
.express-area {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}
.express-area a {
  display: block;
}
.express-area dl {
  position: relative;
  color: #4d525d;
}
.express-area dl dt {
  position: absolute;
  top: 0;
  left: 0;
}
.express-area dl dd {
  text-align: justify;
}
/*选择地区弹层*/
.express-area-box {
  position: absolute;
  bottom: -100%;
  left: 50%;
  z-index: 15;
  width: 320px;
  margin-left: -160px;
  background-color: #fff;
  border-radius: 6px 6px 0;
  color: #4d525d;
  position: fixed;
  left: 0px;
  width: 100%;
  margin-left: 0px;
  z-index: 99;
}
.express-area-box header {
  position: relative;
  border-radius: 6px 6px 0;
  border-bottom: 1px solid #e2e2e2;
}
.express-area-box header h3 {
  text-align: center;
  line-height: 3;
}
.express-area-box header .back,
.express-area-box header .close {
  position: absolute;
  top: 0;
}
.express-area-box header .back {
  display: none;
  left: 0;
}
.express-area-box header .close {
  right: 0;
}
.express-area-box article {
  height: 200px;
  overflow-y: scroll;
}
.area-list li {
  text-align: justify;
  padding: 0 15px;
}
@media (max-width: 720px) {
  .express-area-box {
    position: fixed;
    left: 0;
    width: 100%;
    margin-left: 0;
  }
}
.mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.selet-area-wrap {
  display: -webkit-box;
  width: 100%;
  height: 0.6rem;
  padding: 0 15px;
  background: #F1F1F1;
}
.selet-area-wrap p {
  -webkit-box-flex: 1;
  text-align: center;
  width: 100%;
}
.selet-area-wrap span {
  display: inline-block;
  text-align: center;
  padding-left: 0;
  position: relative;
  width: auto;
}
.selet-area-wrap span.current {
  color: #449FFF;
}
.selet-area-wrap span.current:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #449fff;
  top: 0.6rem;
}
.my_header_bg {
  background: url(../images/mzbg.png) no-repeat center top;
  background-size: 100% 3.16rem;
  height: 3.16rem;
}
.my_header {
  padding: 0.3rem 0.35rem;
  margin: 0.5rem 0 0;
}
.my_photo {
  width: 1.16rem;
  height: 1.16rem;
  border-radius: 100%;
  margin-right: 0.24rem;
}
.dd_list {
  width: 20%;
  text-align: center;
  position: relative;
  display: block;
}
.dd_list img {
  width: 0.58rem;
  height: 0.46rem;
}
.dd_num {
  width: 0.33rem;
  height: 0.33rem;
  background: #e63724;
  border-radius: 100%;
  line-height: 0.33rem;
  top: -0.2rem;
  right: 0.2rem;
}
.shdow {
  box-shadow: 0 0 0.1rem rgba(186, 186, 186, 0.4);
}
.my_icon {
  width: 0.44rem;
  height: 0.44rem;
  margin-right: 0.25rem;
}
.my_list {
  display: block;
  background: url(../images/nar1.png) no-repeat right 0.4rem center;
}
.ylogo {
  width: 2.38rem;
  height: 0.78rem;
}
.about_logo_box {
  padding: 0.4rem 0;
}
.about_logo {
  width: 1.7rem;
  height: 1.7rem;
}
.pay_suss {
  padding: 2.6rem 0;
}
.pay_btn {
  width: 5.7rem;
  height: 0.9rem;
  border-radius: 0.4rem;
  background: #f23030;
  color: #fff;
  display: block;
  margin: 0 auto;
  line-height: 0.9rem;
}
.login_btn {
  width: 1.38rem;
  height: 0.5rem;
  background: #f23030;
  border-radius: 0.25rem;
  line-height: 0.5rem;
  color: #fff;
}
.logbg {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
}
.logo {
  padding: 2.3rem 0 1.4rem;
}
.logo img {
  width: 3.15rem;
}
.login_box {
  width: 5.67rem;
  margin: 0 auto;
}
.login_box input.lginp {
  border: none;
  border-bottom: dashed 1px #d5e2ed;
  width: 4.95rem;
  line-height: 0.8rem;
}
.form_list {
  margin-bottom: 0.6rem;
}
.lgnimg {
  width: 0.29rem;
  height: 0.38rem;
}
.coupon_pop {
  width: 100%;
  border-radius: 0.4rem 0.4rem 0 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  padding: 0.25rem 0 0;
  position: fixed;
}
.coupon_pop_list {
  padding: 0.3rem 0.4rem 0;
  height: 6.8rem;
  overflow-y: auto;
}
.coupon_pop_list li {
  border: solid 1px #e8e8e8;
  border-radius: 0.1rem;
  height: 2rem;
  margin-bottom: 0.2rem;
}
.coupon_pop_list li.on .coupon_pop_list_con {
  color: #999;
}
.coupon_pop_list li.on .coupon_pop_list_tab {
  background: url(../images/coupon1.jpg) no-repeat;
  background-size: 100%;
}
.coupon_pop_list_con {
  padding-left: 0.32rem;
}
.coupon_pop_list_tab {
  width: 1.78rem;
  height: 2rem;
  background: url(../images/coupon2.jpg) no-repeat;
  background-size: 100%;
  padding: 0 0.66rem 0 0.84rem;
  line-height: 0.32rem;
}
.dd_coupcon_pop {
  width: 100%;
  bottom: 0;
  left: 0;
  height: 9.7rem;
  position: fixed;
  background: #fff;
  border-radius: 0.4rem 0.4rem 0 0;
  z-index: 11;
  display: none;
}
.dd_coupcon_pop .my_coupon_list_con {
  width: 3rem;
}
.scroll1 {
  height: 5.2rem;
  overflow-y: auto;
}
.dd_coupcon_pop_btn {
  height: 1rem;
  background: #f23030;
  color: #fff;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 1rem;
}
.my_coupon_list li {
  border: solid 1px #eeeeee;
  position: relative;
  height: 2rem;
  z-index: 6;
  margin-bottom: 0.25rem;
}
.my_coupon_list li::after,
.my_coupon_list li::before {
  width: 0.24rem;
  height: 0.24rem;
  border-radius: 100%;
  top: 0;
  bottom: 0;
  margin: auto 0;
  display: block;
  content: "";
  position: absolute;
  z-index: 6;
  background: #fff;
}
.my_coupon_list li::after {
  left: -0.12rem;
}
.my_coupon_list li::before {
  right: -0.12rem;
}
.my_coupon_list_price {
  width: 2.31rem;
  height: 2rem;
  background: url(../images/coupon3.png) no-repeat;
  background-size: 100%;
  color: #fff;
  padding: 0.1rem 0 0;
}
.my_coupon_list_con {
  width: 4rem;
  margin-right: 0.2rem;
}
.my_coupon_list_btn {
  width: 1.23rem;
  height: 0.44rem;
  border: solid 1px #f23030;
  line-height: 0.4rem;
  border-radius: 0.2rem;
  color: #f23030;
}
.my_coupon_list_price1 {
  background: url(../images/coupon4.png) no-repeat;
  background-size: 100%;
}
.my_coupon_list_tit {
  width: 2.85rem;
}
.my_coupon_tip {
  width: 1.1rem;
  height: 0.95rem;
  right: 0;
  top: 0;
}
.hide {
  display: none;
}
.ticket_tab span {
  width: 1.51rem;
  height: 0.35rem;
  display: inline-block;
  text-align: center;
  line-height: 0.35rem;
  background: url(../images/quan.png) no-repeat;
  background-size: 100% 100%;
  color: #fff;
  margin-right: 0.15rem;
  font-size: 0.26rem;
}
.nar2 {
  width: 0.11rem;
  height: 0.21rem;
}
.dd_bg {
  background: #fafafa;
  padding: 0.2rem 0.4rem;
}
.tk_pic {
  border: solid 1px #d9d9d9;
}
.tk_pic img {
  width: 1.7rem;
  height: 1.7rem;
}
.tk_text {
  width: 4.7rem;
}
.dd_btn {
  width: 1.45rem;
  height: 0.56rem;
  border: solid 1px #e7e7e7;
  border-radius: 0.28rem;
  line-height: 0.56rem;
  margin-left: 0.2rem;
}
.dd_con {
  padding: 0.3rem 0.4rem;
}
.dd_contact {
  padding: 0.3rem 0;
}
.dd_contact li {
  width: 50%;
  text-align: center;
  position: relative;
}
.dd_contact li img {
  width: 0.39rem;
  height: 0.39rem;
  margin-right: 0.2rem;
}
.dd_contact li::after {
  width: 1px;
  height: 0.4rem;
  background: #eeeeee;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  display: block;
  content: "";
}
.dd_price {
  padding: 0.25rem 0.4rem;
}
.copy_btn {
  width: 1.09rem;
  height: 0.4rem;
  border: solid 1px #d7d7d7;
  border-radius: 0.2rem;
  display: inline-block;
  margin-left: 0.3rem;
}
.icon6 {
  width: 0.35rem;
  height: 0.35rem;
  margin-right: 0.1rem;
}
.upload_pic {
  width: 1.6rem;
  height: 1.6rem;
}
.upload_list {
  margin: 0 0.2rem 0 0;
}
.upload_list img {
  width: 1.6rem;
  height: 1.6rem;
}
.upload_close {
  width: 0.44rem;
  height: 0.44rem;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  border-radius: 100%;
  right: -0.1rem;
  top: -0.1rem;
  font-size: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
}
.btn22 {
  padding: 0 0.25rem;
  border: solid 1px #ededed;
  border-radius: 0.1rem;
  margin-left: 0.25rem;
  line-height: 0.6rem;
}
.btn22.active {
  border: solid 1px red;
  color: red;
}
.refund_header_bg {
  background: #f23030;
  height: 2.8rem;
}
.refund_header_con {
  padding: 0.4rem 0.75rem 0;
}
.refund_list {
  margin: 0.3rem 0.3rem 0;
}
.refund_list::after {
  width: 5.8rem;
  height: 0.02rem;
  content: "";
  display: block;
  background: #fff;
  top: 0.07rem;
  left: 0;
  right: 0;
  position: absolute;
  margin: 0 auto;
  z-index: 0;
}
.refund_list li {
  background: url(../images/dot1.jpg) no-repeat center top;
  background-size: 0.17rem 0.17rem;
  line-height: 1.07rem;
  position: relative;
  z-index: 1;
}
.refund_list li.active {
  background: url(../images/dot2.jpg) no-repeat center top;
  background-size: 0.17rem 0.17rem;
}
.m_footer {
  width: 100%;
  bottom: 0;
  left: 0;
  position: fixed;
  z-index: 9;
  height: 0.98rem;
}
.icon8 {
  width: 0.32rem;
  height: 0.39rem;
}
.refund_address {
  width: 6.4rem;
  line-height: 1.5;
}
.refund_btn {
  padding: 0 0.25rem;
  border: solid 1px #ededed;
  border-radius: 0.3rem;
  margin-left: 0.25rem;
  line-height: 0.7rem;
}
.tuihuo_btn {
  min-width: 1.64rem;
  height: 0.76rem;
  border: solid 1px #d7d7d7;
  display: inline-block;
  margin-left: 0.2rem;
  border-radius: 0.05rem;
  line-height: 0.74rem;
  padding: 0 0.1rem;
}
.tuihuo_btn.on {
  color: #f11919;
  border: solid 1px #f11919;
}
.shou {
  width: 0.35rem;
  height: 0.41rem;
}
.tuihuo_header {
  background: #f23030;
  height: 2.1rem;
  padding: 0.5rem 0.5rem 0;
}
.tui_con {
  width: 6.45rem;
}
.zhuxiao_pop {
  width: 5.2rem;
  height: 3.2rem;
  border-radius: 0.08rem;
  background: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: fixed;
  padding: 0.5rem 0 0;
  display: none;
  z-index: 99;
}
.zhuxiao_pop h2 {
  font-size: 0.34rem;
}
.zhuxiao_pop p {
  color: #6e7479;
  font-size: 0.28rem;
}
.zhuxiao_ok {
  line-height: 0.84rem;
  background: #f23030;
  color: #fff;
  bottom: 0;
  left: 0;
  width: 100%;
}
.gl_btn_box {
  width: 100%;
  bottom: 0;
  left: 0;
  border-top: solid 1px #eeeeee;
}
.gl_btn {
  width: 50%;
  line-height: 0.84rem;
}
.gl_btn2 {
  color: #fff;
  background: #f23030;
}
.sao1 {
  width: 0.36rem;
  height: 0.36rem;
  right: 0;
  top: 0.2rem;
}
.wl_form_list {
  width: 5.2rem;
}
.refound_style {
  min-width: 1.52rem;
  height: 0.53rem;
  border: solid 1px #f23030;
  border-radius: 0.04rem;
  color: #f23030;
  line-height: 0.5rem;
  padding: 0 0.1rem;
  margin-left: 0.15rem;
}
.refound_style.on {
  border: solid 1px #d0d5da;
  color: #333;
}
.select {
  background: url(../images/nar2.png) no-repeat right center;
  background-size: 0.11rem;
}
.pay_list li {
  padding: 0.2rem 0;
  border-bottom: solid 1px #dfdbdb;
}
.pay_list li:last-child {
  border-bottom: none;
}
