/******** 积分商城订单 ********/
.mall-order .order-status{
  position: relative;
  padding: 12px 90px 12px 14px;
}

.mall-order .order-status span{
  position: absolute;
      width: 60px;
    top: 20px;
    right: 40px;

}

.mall-order .order-status .icon.delete{
  width: 30px;
  height: 40px;
  position: absolute;
      right: 8px;
    top: 8px;
  background: url(../images/delete.png) no-repeat center center;
  -webkit-background-size: 17px;
  background-size: 17px;
}

.mall-order .order-info{
  background-color: #fff;
  padding: 0 14px 14px 14px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.order-info .order-p {
  position: relative;
  padding-left: 44px;
  padding-bottom: 14px;
  border-bottom: 1px solid #e5e5e5;
      min-height: 35px;
      margin-top: 14px;
}
.order-info .order-p img{
  position: absolute;
  width: 32px;
  top: 0;
  left: 0;
}
.order-info .order-p h3{
  font-size: 14px;
}

.icon.right-arrow{
  position: absolute;
  right: 0;
  top: -12px;
  width: 30px;
  height: 40px;
      background: url(../images/right-arrow.png) no-repeat right center;
    background-size: 34%;
}
.cell{
  position: relative;
  display: block;
  background-color: #fff;
  height: 45px;
  border-bottom: 1px solid #e9e9e9;
  line-height: 45px;
  padding-right: 14px;
}
.cell span.fr{
  padding-right: 20px;
}
.cell .icon.right-arrow{
    top: 1px;
}
.order-info > p{
  padding-top: 14px;
  padding-bottom: 14px;
}

.order-info .btns a{
  display: block;
  float: left;
  width: 48%;
  font-size: 13px;
  text-align: center;
  line-height: 40px;
  border-radius: 5px;
  border: 1px solid #f5f5f5;
}

.order-info .btns a:last-child{
  float: right;
}

.order-info .btns a:first-child{
  float: left;
}

.header{
  padding: 25px 14px 10px 70px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
      height: 68px;
}

.header img{
  width: 48px;
  position: absolute;
  top: 10px;
  left: 14px;
  border-radius: 50%;

}
.header span{
  padding: 0 6px;
  display: inline-block;
}


.section{
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 12px;
}

.section h2.title{
  border-bottom: 0;
  font-size: 15px;
}

span.tag{
      display: inline-block;
    padding: 14px 18px;
    border-radius: 5px;
    border: 1px solid #e2e2e2;
    font-size: 13px;
    margin-right: 6px;
    margin-bottom: 10px;
}

span.tag:last-child{
  margin-right: 0;
}

span.tag .icon.close{
      width: 20px;
    height: 20px;
    background: url(../images/close02.png) no-repeat center center;
    -webkit-background-size: 10px;
    background-size: 10px;
    float: right;
    vertical-align: top;
    margin-left: 10px;
    margin-right: -10px;
    margin-top: -1px;

}

.select-scope .input-data{
  display: inline-block;
  width: 30%;
  height: 45px;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  margin-right: 6px;
}

.select-scope .input-data label{
  padding-left: 4px;
}
.select-scope .input-data input{
  width: 70%;
  height: 45px;
}


/************* 首页 ****************/
.index-header{
  position: relative;
  height: 58px;
  background-color: #0a429b;
  padding: 11px 14px 0 90px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.index-header img.logo{
  position: absolute;
  top: 5px;
  left: 14px;
  width: 62px;
}

.index-header input{
  display: block;
  width: 98%;
  height: 38px;
  background-color: #08357c;
  padding-left: 4px;
  font-size: 14px;
  border-radius: 5px;
  color: #fff;
}

.index-header .icon.index-search{
     position: absolute;
    width: 38px;
    height: 26px;
    background: url(../images/search-white.png) no-repeat center center;
    -webkit-background-size: 22px;
    background-size: 22px;
    top: 17px;
    right: 14px;
    border-left: 1px solid rgba(255,255,255,.2);
}

.swiper-slide img{
  display: block;
  width: 100%;
}


.swiper-pagination {
    text-align: right;
    padding-right: 6px;
}
.swiper-pagination-bullet{
  opacity: 1;
  background-color: #fff;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}

.swiper-pagination .swiper-pagination-bullet:last-child{
  margin-right: 14px;
}

.shortcut-navs{
  background-color: #fff;
  font-size: 14px;
  padding-top: 14px;
  padding-bottom: 8px;
  border-bottom: 1px solid #eaeaea;
  display: -webkit-box;
  display: flex;
}

.shortcut-navs a{
      -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 16px;
    width: 25%;
    text-align: center;
}

@media screen and (max-width: 350px) {
  .shortcut-navs a{
    padding: 0 12px;
  }
}

.shortcut-navs a img{
  display: block;
  width: 100%;
}

.shortcut-navs a span{
      line-height: 28px;
}

.tickets{
  display: -webkit-box;
  display: flex;
  padding: 14px 6px;
}
.tickets .ticket{
  margin: 0 4px;
}
.tickets .ticket img{
  display: block;
  width: 100%;
}

.member-cards{
  display: -webkit-box;
  display: flex;
  margin-bottom: 14px;
}
.member-cards:last-child{
  margin-bottom: 0;
}
.member-card{
  padding: 0 6px;
  position: relative;
  font-size: 14px;
  text-align: center;
  color: #fff;
}
.member-card img{
  display: block;
  width: 100%;
}

.member-card h3, .member-card p, .member-card strong{
  position: absolute;
  width: 100%;
  left: 0;
}

.member-card h3{ font-size: 14px;   bottom: 42%;}
.member-card p{  font-size: 12px;  bottom: 32%;}
.member-card strong{    bottom: 14%;}

.floor{
  margin-bottom: 10px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  background-color: #fff;
  font-size: 14px;
}

.floor-hd{
  padding-top: 12px;
  padding-left: 80px;
  position: relative;
      padding-right: 14px;
}

.floor-hd .floor-title{
  font-size: 16px;
  position: absolute;
  left: 14px;
      top: 12px;
}
.floor-hd .floor-title strong{
  font-size: 16px;
  font-weight: bold;
  margin-left: 6px;
}
.floor-hd .tabs{
  border-bottom: 2px solid #c2c2c2;
  padding-bottom: 2px;
}
.floor-hd .tabs a{
      padding: 0 6px;
    border-right: 2px solid #7b7b7b;
    line-height: 1;

}
.floor-hd .tabs a:last-child{
  border-right: 0;
}

.floor-bd{
  padding: 14px;
}

.floor-bd > div{
  display: none;
  justify-content: space-between;
}
.floor-bd > div.current{
  display: -webkit-box;
  display: flex;
}

.floor-bd .left-c{
  width: 48%;
}
.floor-bd .right-c{
  width: 49%;
}

/*.floor-bd .left-c{
  margin-right: 2%;
}
.floor-bd .right-c{
  margin-left: 2%;
}*/

.floor-bd img{
  display: block;
  width: 100%;
}

.floor-bd .right-c{
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.floor-bd .right-c > div{
  border: 1px solid #f0f0f0;
  background-color: #f4f4f4;
}

.floor-bd .right-c .top-c, .floor-bd .right-c .bottom-c{
  display: -webkit-box;
  display: flex;
}

.floor-bd .p-text{
  padding: 4px;
  position: relative;
}

.floor-bd .p-text span{
  position: absolute;
  left: 4px;
  bottom: 4px;
}
.floor-bd .p-text span strong{
  color: #dd2607;
}

/**************** 储值卡激活服务条款 *************/
.protocol_container {
  background-color: #fff;
  padding: 0 14px;
}
.protocol_title {
  font-size: 16px;
  text-align: center;
  color: #333;
  padding: 10px 0;
}
.p_c_title {
  font-size: 14px;
  color: #333;
  padding: 4px 0;
}
.protocol_content {
  line-height: 22px;
  padding-bottom: 20px;
}
