* {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: Arial, 'Microsoft YaHei';
}
img {
  vertical-align: top;
  border: none;
}
input,
textarea {
  -webkit-user-select: text;
  -ms-user-select: text;
  user-select: text;
  -webkit-appearance: none;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}
input[type="text"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
input[type="email"],
input[type="url"],
textarea {
  -webkit-appearance: none;
  border: 1px solid;
  -webkit-border-radius: 0;
  border-radius: 0;
}
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
a {
  text-decoration: none;
  -webkit-touch-callout: none;
}
em,
i {
  font-style: normal;
}
li {
  list-style: none;
}
html,
body {
  height: 100%;
}
html {
  font-size: 10px;
}
/* header s */
.touchweb-com_header {
  position: relative;
  z-index: 150;
  height: 44px;
  background-color: #ffffff;
  border-bottom: 1px solid #e5e5e5;
}
.touchweb-com_header.title {
  border-bottom: 1px solid #e5e5e5;
}
.touchweb-com_header.header_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.touchweb-com_header.header_flex .left {
  position: static;
}
.touchweb-com_header.header_flex .search_wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.touchweb-com_header.header_flex .rightBox {
  position: static;
}
.touchweb-com_header .left {
  position: absolute;
  left: 0;
  top: 7px;
  width: 23px;
  height: 30px;
  text-align: center;
  padding: 0 5px;
}
.touchweb-com_header .left.icon-back {
  color: #ff3c3c;
  font-size: 2.3rem;
  line-height: 30px;
}
.touchweb-com_header .left .icon-home {
  color: #ff3c3c;
  font-size: 2rem;
  line-height: 30px;
}
.touchweb-com_header .left.leftSub {
  left: 40px;
}
.touchweb-com_header .header_area {
  display: block;
  min-width: 2em;
  height: 44px;
  line-height: 44px;
  margin-left: 5px;
  overflow: hidden;
  font-size: 14px;
  color: #333;
  text-align: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.touchweb-com_header h1 {
  width: 50%;
  height: 44px;
  line-height: 44px;
  margin: 0 auto;
  font-size: 1.7rem;
  text-align: center;
  font-weight: normal;
  color: #000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.touchweb-com_header .rightBox {
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-size: 0;
}
.touchweb-com_header .right {
  display: block;
  position: relative;
  font-size: 1.4rem;
  text-align: center;
  vertical-align: middle;
  color: #ff3c3c;
}
.touchweb-com_header .right .right_text:nth-last-of-type(1) {
  display: block;
  height: 44px;
  line-height: 44px;
  padding: 0 10px;
  font-size: 1.4rem;
  color: #979797;
}
.touchweb-com_header .right .right_text.rbtn_box {
  height: 28px;
  line-height: 28px;
  margin-right: 5px;
  padding: 0 10px;
  border: 1px solid #ff3c3c;
  border-radius: 4px;
  background-color: #ff3c3c;
  color: #fff;
  font-size: 1.4rem;
}
.touchweb-com_header .right .right_text.rbtn_box:active {
  background-color: #ff0909;
}
.touchweb-com_header .right [class^="icon-"],
.touchweb-com_header .right [class*=" icon-"] {
  display: block;
  min-width: 34px;
  line-height: 28px;
  margin-top: 2px;
  color: #ff3c3c;
  font-size: 2rem;
}
.touchweb-com_header .right [class^="icon-"]:nth-last-of-type(1),
.touchweb-com_header .right [class*=" icon-"]:nth-last-of-type(1) {
  margin-top: 0;
  padding: 0;
  font-size: 2.4rem;
  color: #ff3c3c;
}
.touchweb-com_header .right .icon_text {
  display: block;
  line-height: 12px;
  margin-bottom: 2px;
  font-size: 1rem;
}
.touchweb-com_header .right .icon_text:nth-of-type(1) {
  line-height: 44px;
  margin: 0;
  padding: 0 10px;
  font-size: 1.4rem;
  color: #979797;
}
.touchweb-com_header .right .sumClass {
  min-width: 6px;
  height: 12px;
  line-height: 12px;
  border-radius: 12px;
  background-color: #ff3c3c;
  color: #fff;
  font-size: 1rem;
  position: absolute;
  z-index: 1;
  right: 2px;
  top: 2px;
  display: inline-block;
  padding: 0 3px;
}
.touchweb-com_header .more_list {
  position: absolute;
  z-index: 950;
  right: 5px;
  top: 50px;
  width: 135px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(51, 51, 51, 0.8);
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.touchweb-com_header .more_list.hide {
  display: none;
}
.touchweb-com_header .more_list:after {
  content: '';
  position: absolute;
  right: 10px;
  top: -12px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-bottom-color: rgba(51, 51, 51, 0.8);
}
.touchweb-com_header .more_list .moreA {
  position: relative;
  display: block;
  height: 44px;
  line-height: 44px;
  padding: 0 10px 0 17px;
  color: #fff;
  font-size: 1.4rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.touchweb-com_header .more_list .moreA:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 10px;
  right: 10px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
}
.touchweb-com_header .more_list .moreA:active {
  background-color: rgba(0, 0, 0, 0.6);
}
.touchweb-com_header .more_list .moreA:first-child {
  border-radius: 5px 5px 0 0;
}
.touchweb-com_header .more_list .moreA:last-child {
  border-radius: 0 0 5px 5px;
}
.touchweb-com_header .more_list .moreA:last-child:after {
  display: none;
}
.touchweb-com_header .more_list .moreA .icon {
  display: inline-block;
  width: 20px;
  height: 44px;
  line-height: 44px;
  margin-right: 15px;
  text-align: center;
  font-size: 2.2rem;
  color: #fff;
  vertical-align: top;
}
/* header e */
body {
  font-size: 1.2em;
  background-color: #f5f5f5;
}
.touchweb_page-myReservation .reservation_list .item {
  margin: 2.66666667% 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  background-color: #fff;
}
.touchweb_page-myReservation .reservation_list .product_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 3.33333333% 2.66666667%;
}
.touchweb_page-myReservation .reservation_list .product_box .pic_box {
  width: 80px;
  height: 80px;
  margin-right: 10px;
  border: 1px solid #f2f2f2;
}
.touchweb_page-myReservation .reservation_list .product_box .pic_box img {
  width: 80px;
  height: 80px;
}
.touchweb_page-myReservation .reservation_list .product_box .info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.touchweb_page-myReservation .reservation_list .product_box .info h3 {
  height: 36px;
  line-height: 18px;
  overflow: hidden;
  margin-bottom: 5px;
  font-weight: normal;
  font-size: 12px;
  color: #333;
}
.touchweb_page-myReservation .reservation_list .product_box .info .size {
  line-height: 18px;
  margin-bottom: 5px;
  color: #999;
}
.touchweb_page-myReservation .reservation_list .product_box .info .price_box {
  line-height: 20px;
}
.touchweb_page-myReservation .reservation_list .product_box .info .price_box .price {
  color: #fe5955;
}
.touchweb_page-myReservation .reservation_list .product_box .info .price_box .price strong {
  font-size: 1.8rem;
}
.touchweb_page-myReservation .reservation_list .status {
  line-height: 30px;
  padding: 1.86666667% 2.66666667%;
  border-top: 1px solid #e5e5e5;
}
.touchweb_page-myReservation .reservation_list .status:after {
  content: "";
  display: table;
  clear: both;
}
.touchweb_page-myReservation .reservation_list .status .text {
  float: left;
  color: #999;
}
.touchweb_page-myReservation .reservation_list .status .text.cur {
  color: #fa951f;
}
.touchweb_page-myReservation .reservation_list .status .btn_check {
  float: right;
  margin-right: 10px;
  color: #666;
}
.touchweb_page-myReservation .reservation_list .status .btn_buy {
  float: right;
  height: 30px;
  line-height: 30px;
  padding: 0 17px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #ff9800;
  color: #fff;
}
.touchweb_page-myReservation .reservation_list .status .btn_buy:active {
  background-color: #cc7a00;
}

.touchweb_page-empty {
  text-align: center;
}

.touchweb_page-empty .empty_bg {
  width: 240px;
  height: 230px;
  margin: 60px auto 30px;
  background: url(../images/empty_bg.png) no-repeat;
  background-size: 240px 230px;
}

.touchweb_page-empty .empty_bg_h5 {
  width: 240px;
  height: 230px;
  margin: 60px auto 30px;
  background: url(../images/empty_bg_h5.gif) no-repeat;
  background-size: 240px 230px;
}