.icon-cart{
  display: inline-block;
  transform: rotateY(180deg);
}
.pagination .selecttap{
  height: 34px;
  margin-left: 4px;
  border: 1px solid #ddd;
  outline: none;
}

.g_share{
  display: flex;
}
.g_share .sosh{
  margin-left: 10px;
}
.g_share .sosh-item {
  margin-right: 0px!important;
}
.cateContainer{
  height: 525px;
  width: 100%;
  /*background: #E83637;*/
  position: relative;
}
.cateContainer .mainContainer{
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% - 600px);
  z-index: 50;
}
.cateContainer .cateList{
  width: 200px;
  height: 100%;
  background: #33863C;
  position: absolute;
  top: 0;
  left: calc(50% - 600px);
  z-index: 11;
}
.cateContainer .cateList>li{
  width: 100%;
  height: 35px;
  background: #33863C;
}
.cateContainer .cateList>li>div{
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  box-sizing: border-box;
  padding: 0 20px;
  text-align: left;
  cursor: pointer;
}
.cateContainer .cateList>li.active div{
  background: #fff;
  color: #33863C;
}
.cateContainer .cateList>li>div em{
  width: 30px;
  flex-shrink: 0;
}
.cateContainer .cateList>li>div span{
  flex: 1;
}
.cateContainer .cateList>li>div i{
  width: 30px;
  flex-shrink: 0;
  text-align: right;
}
.cateContainer .cateList ul{
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  width: 760px;
  height: 100%;
  background: #fff;
  z-index: 10;
  box-sizing: border-box;
  padding: 10px 20px;
  box-shadow: 0 5px 5px rgba(0,0,0,0.05), 
              0 -5px 5px rgba(0,0,0,0.05), 
              5px 0px 5px rgba(0,0,0,0.095);
}
.cateContainer .cateList ul li{
  box-sizing: border-box;
  padding: 16px 0;
  border-bottom: 1px solid #eee;
}
.cateContainer .cateList ul li:last-child{
  border-bottom: none;
  padding-bottom: 0;
}
.cateContainer .cateList ul h5{
  font-size: 14px;
  font-weight: bold;
  color: #1a1a1a;
  width: 100px;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex-shrink: 0;
  margin-right: 20px;
}
.cateContainer .cateList ul div{
  flex: 1;
}
.cateContainer .cateList ul div a{
  font-size: 14px;
  color: #757575;
  margin-right: 20px;  
  margin-bottom: 10px;
}
.cateContainer .cateList ul div a:hover{
  color: #E83637;
}
.cateContainer .banner{
  width: 100%;
  height: 100%;
  /*margin-left: calc(50% - 400px);*/
}
.cateContainer .banner .swiper-slide{

}
.cateContainer .banner img{
  width: 100%;
  height: 100%;
}
.channel{
  width: 240px;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  right: calc(50% - 600px);
  z-index: 10;
}
.channelInfo{
  font-size: 14px;
  color: #1a1a1a;
  box-sizing: border-box;
  padding: 20px;
}
.channelInfo img{
  width: 65px;
  height: 82px;
  margin-right: 20px;
}
.channelInfo div{
  height: 82px;
}
.channelBtn{
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
  background: url('../image/channelBg.png') center bottom  no-repeat;
  background-size: 100% auto;
}
.channelBtn a{
  width: 180px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #33863C;
  border-radius: 50px;
  color: #33863C;
  font-size: 14px;
  margin-bottom: 20px;
}
.fastImg{
  width: 92px;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-top: 20px;
}
.channelContent{
  width: 100%;
  height: 240px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.channelContent a{
  width: calc(50% - 1px);
  height: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
  font-size: 14px;
  color: #333;
}
.channelContent a:nth-child(2n){
  border-right: none;
}
.channelContent a img{
  width: 34px;
  height: 34px;
  margin-bottom: 6px;
}

.floorHead{
  width: 100%;
  margin-top: 50px;
  margin-bottom: 10px;
}
.floorHead_title{
  font-size: 24px;
  color: #33863C;
  font-weight: bold;
  width: 260px;
  flex-shrink: 0;
}
.floorHead_list{
  flex: 1;
  justify-content: flex-end;
}
/* .floorHead_list li:nth-child(n+9){
  display: none;
} */
.floorHead_list li a{
  display: block;
  font-size: 16px;
  color: #333;
  max-width: 100px;
  /* overflow: hidden; */
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 20px;
}
.floorHead_list li.active a{
  color: #33863C;
}
.floorHead_more{
  font-size: 16px;
  color: #333;
  margin-left: 10px;
  flex-shrink: 0;
}

.floorContainer{
  width: 1200px;
  height: 520px;
  background: #fff;
}
.floorLeft{
  width: 260px;
  height: 100%;
  flex-shrink: 0;
  position: relative;
}
.floorLeft_content{
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.floorLeft_content h4{
  font-size: 20px;
  color: #fff;
  margin-bottom: 20px;
}
.floorLeft_content ul{
  justify-content: flex-start;
}
.floorLeft_content ul li:nth-child(n+9){
  display: none;
}
.floorLeft_content ul li a{
  display: block;
  line-height: 26px;
  padding: 0 10px;
  border-radius: 50px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 14px;
  margin: 0 15px 15px 0;
}
.floorLeft_img{
  width: 100%;
  height: 100%;
}
.floorRight{
  width: 940px;
  height:100%;
}
.floorRight_list{
  width: 100%;
  height:100%;
  background: #fff;
  overflow: hidden;
}
.floorRight_list:nth-child(n+2){
  display: none;
}
.floorRight_list li{
  width: calc(25% - 1px);
  height: 260px;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.floorRight_list li:nth-child(4n){
  border-right: none;
}
.floorRight_list li:nth-child(n+5){
  border-bottom: none;
}
.floorRight_list a{
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.floorRight_list .floorRight_list_img{
  width: 160px;
  height: 160px;
  flex-shrink: 0;
  margin: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.floorRight_list .floorRight_list_img img{
  width: 100%;
  height: 100%;
}
.floorRight_list .floorRight_list_title{
  font-size: 14px;
  color: #333;
  /* text-align: center; */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.floorRight_list .floorRight_list_price{
  color: #E83440;
  font-size: 16px;
}
.pinpai_list li a{
  display: block;
  width: 133px;
  height: 70px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.pinpai_list li:nth-child(7n) a{
  border-right: 0;
}
.pinpai_list li:nth-child(n + 29) a{
  border-bottom: none
}
.pinpai_list li a img{
  width: 100px;
  max-height: 100%;
}

.linkContainer{
  margin: 50px auto;
}
.linkTitle{
  width: 100%;
}
.linkTitle i{
  flex: 1;
  height: 1px;
  background: #3B9A45;
}
.linkTitle span{
  font-size: 20px;
  color: #3B9A45;
  margin: 0 20px;
  flex-shrink: 0;
}
.linklist{
  width: 100%;
}
.linklist a{
  margin-top: 20px;
  font-size: 16px;
  color: #333;
  margin-right: 15px;
  white-space: nowrap;

}

.categroy{
  margin: 20px auto 0;
  border: 1px solid #ddd;
}
.categroy li{
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #ddd;
}
.categroy li:last-child{
  border-bottom: none;
}
.categroy li div{
  width: 100px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background: #e6e6e6;
  color: #4D4D4D;
}
.categroy li ul{
  width: 1100px;
  box-sizing: border-box;
  padding: 15px 30px 1px;
}
.categroy li ul span{
  font-size: 12px;
  color: #4D4D4D;
  margin: 0 30px 14px 0;
  cursor: pointer;
}
.categroy li ul span.active{
  color: #3B9A45;
}
.sortNav{
  height: 45px;
  background: #E6E6E6;
  margin-top: 20px;
}
.sortNav>section{
  height: 100%;
}
.sortNav_left div{
  width: 100px;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  cursor: pointer;
  user-select: none;
}
.sortNav_left div.active{
  background: #3B9A45;
  color: #fff;
}
.sortNav_left div em{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 5px;
}
.sortNav_left div em i{
  width: 0px;
  height: 0px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.sortNav_left div.top em i:first-child{
  border-bottom: 5px solid #333333;
  margin-bottom: 2px;
}
.sortNav_left div.active.top em i:first-child{
  border-bottom: 5px solid #fff;
  margin-bottom: 2px;
}
.sortNav_left div.top em i:last-child{
  border-top: 5px solid #A8A8A8;
}
.sortNav_left div.bottom em i:first-child{
  border-bottom: 5px solid #A8A8A8;
  margin-bottom: 2px;
}
.sortNav_left div.bottom em i:last-child{
  border-top: 5px solid #333333;
}
.sortNav_left div.active.bottom em i:last-child{
  border-top: 5px solid #fff;
}
.sortNav_right{
  font-size: 14px;
  columns: #333;
}
.sortNav_right div{
  margin-right: 20px;
}
.sortNav_right em{
  color: #DB2122;
}
.sortNav_right i{
  width: 28px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  background: #E6E6E6;
  border: 1px solid #C9C9C9;
}
.sortNav_right i:last-child{
  border-left: none;
}

.goodsList{
  margin-top: 20px
}
.goodsListItem{
  width: 230px;
  height: 360px;  
  background: #fff;
  color: #333;
  margin-bottom: 12px;
  margin-right: 12.5px;
}
.goodsListItem:nth-child(5n){
  margin-right: 0;
}
.columnsRight .goodsListItem:nth-child(5n){
  margin-right: 12.5px;
}
.goodsList_img{
  width: 100%;
  height: 230px;
}
.goodsList_detail{
  box-sizing: border-box;
  padding: 10px 12px;
  height: 120px;
  position: relative;
}
.goodsList_title{
  width: 100%;
  /* height: 40px; */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.goodsListItem .goodsList_price{
  position: absolute;
  bottom: 30px;
}
.goodsList_price{
  margin: 5px 0;
  font-size: 14px;
  color: #C2C2C2;
}
.goodsList_price.integral{
  color: #333;
}
.goodsList_price span{
  color: #E83440;
  font-size: 18px;
  font-weight: bold;
  margin-right: 10px;
}
.goodsList_price em{
  font-size: 14px;
  color: #C2C2C2;
  text-decoration: line-through;
}
.goodsList_price.integral em{
  font-size: 18px;
  font-weight: bold;
  color: #333;
  text-decoration: none;
}
.goodsList_content{
  width: 100%;
  height: 28px;
  text-align: center;
  position: absolute;
  bottom: 0px;
  left: 0;
  box-sizing: border-box;
  padding: 0 10px;
}
.goodsList_collect{
  width: 76px;
  line-height: 28px;
  border: 1px solid #E5E5E5;
  flex-shrink: 0;
}
.goodsList_collect.active{
  /* background: #E83440;
  border: 1px solid #E83440;
  color: #fff; */
  color: #E83440;
}
.goodsList_cart{
  flex: 1;
  line-height: 28px;
  text-align: center;
  color: #fff;
  background: #3B9A45;
  border: 1px solid #3B9A45;
  cursor: pointer;
}
.goodsList_cart em{
  transform: rotateY(180deg);
  transition: all 0.5s
}
.goodsList_cart.integral{
  background: #3B9A45;
  border: 1px solid #ffffff;
}

/* 商品详情页的侧边商品列表 */
.slide_list{
  width: 230px;
  padding-top: 20px;
}
.slide_list_head{
  font-size: 18px;
  color: #333;
  font-weight: bold;
  margin-bottom: 20px;
}
.slide_list .goodsList_title{
  height: initial;
  margin-top: 10px;
}
.slide_list .serviceList_img{
  width: 230px;
  height: 167px;
  margin-bottom: 5px;
}
.slide_list .serviceList_title{
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 20px;
}

/* 商品详情 */
.goodsDetail_container{
  width: 910px;
  padding: 20px 0;
}
.goodsImg_container{
  width: 350px;
  position: relative;
}
.goodsImg{
  width: 100%;
  height: 350px;
  margin-bottom: 20px;
  border: 1px solid #f9f9f9;
}
.goodsImg_container .swiper-button-next,
.goodsImg_container .swiper-button-prev{
  position: absolute;
  top: 370px;
  width: 30px;
  height: 70px;
  border-radius: 3px;
  margin-top: 0;
}
.goodsImg_container .swiper-button-prev{
  left: 0;
}
.goodsImg_container .swiper-button-next{
  right: 0;
}
.goodsSwiper{
  width: 280px;
  margin: 0 auto;
}
.goodsSwiper img{
  width: 70px;
  height: 70px;
} 
.goodsDetail_container .goodsBtn{
  color: #A8A8A8;
  font-size: 14px;
  margin-top: 20px;
  white-space: nowrap;
  user-select: none;
}
.goodsDetail_container .goodsBtn div{
  margin-right:30px;
  cursor: pointer;
}
.goodsDetail_container .goodsBtn em{
  font-size: 18px;
  margin-right: 10px;
}
.goodsDetail_container .goodsBtn .collected{
  color: #DB2122;
}
.goodsDetail_info{
  width: 535px;
}
.goodsDetail_Title{
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.goodsDetail_Title1{
  width: 100%;
  font-size: 14px;
  color: #DB2122;
  margin-bottom: 10px;
}
.goodsDetail_price{
  width: 100%;
  height: 85px;
  box-sizing: border-box;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #F5F5F5;
  color: #333;
  font-size: 14px;
  margin-bottom: 20px;
}
.goodsDetail_price div{
  margin-bottom: 5px;
}
.goodsDetail_price .now_pice{
  font-size: 24px;
  color: #DB2122;
}
.goodsDetail_price i{
  font-size: 20px;
  color: #333333;
}
.goodsDetail_price em{
  text-decoration: line-through;
}
.goodsDetail_section{
  width: 100%;
  line-height: 28px;
  margin-bottom: 20px;
}
.goodsDetail_section:last-child{
  margin-bottom: 0px;
}
.goodsDetail_section>span{
  color: #A8A8A8;
  white-space: nowrap;
  flex-shrink: 0;
  margin-right: 10px;
}
.goodsDetail_section em{
  color: #DB2122;
}
.goodsDetail_section .sortList{
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}
.goodsDetail_section .sortList li{
  padding: 0 10px;
  background: #f6f5f4;
  color: #666;
  margin: 0 10px 10px 0;
  cursor: pointer;
  border: 1px solid #eee;
}
.goodsDetail_section .sortList li.active{
  background: #3B9A45;
  color: #fff;
}
.goodsDetail_section .text{
  color: #A8A8A8;
  margin-left: 10px;
}
.goodsDetail_section .text em{
  color: #DB2122;
}
.goodsDetail_section .price{
  font-size: 18px;
  font-weight: bold;
  color: #DB2122;
}
.goodsDetail_section .integral{
  font-size: 16px;
  color: #333;
  font-weight: normal;
}

.btn-area{
  margin-bottom: 20px;
}
.btn-area button,
.btn-area a{
  flex: inherit;
  width: 180px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  margin-right: 20px;
}
.btn-area button:last-child,
.btn-area a:last-child{
  margin-right: 0;
}

.goodsDetail_container payList{
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px dashed #eee;
}
.payList li{
  justify-content: center;
  white-space: nowrap;
  margin-right: 20px;
  font-size: 12px;
  color: #333;
}
.payList li:last-child{
  margin-right: 0;
}
.payList img{
  width: 18px;
  height: 18px;
  margin-right: 10px;
}
.goodsDetail_detail_title{
  width: 100%;
  border-top: 2px solid #3B9A45;
  margin: 20px 0;
}
.goodsDetail_detail_title h3{
  width: 120px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: #3B9A45;
}
.goodsDetail_detail_content{
  width: 750px;
  margin: 0 auto;
}

/* 套餐详情 */
.packageImg_container{
  width: 715px;
}
.packageImg{
  width: 715px;
  height: 400px;
  margin-bottom: 10px;
}
.packageSwiper{
  width: 160px;
  height: 640px;
}
.packageSwiper img{
  width: 100%;
  height: 160px;
}
.packageImg_container .goodsBtn{
  margin-top: 0;
  margin-bottom: 20px;
}
/* 商品表格 */
.goodsTable{
  width: 100%;
  border: 1px solid #EDEDED;
}
.goodsTable .goodsTable_head>div,
.goodsTable .goodsTable_body>div{
  width: 100px;
  flex-shrink: 0;
  white-space: nowrap;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.goodsTable_head{
  height: 50px;
  background: #f5f5f5;
}

.goodsTable_head>div:nth-child(1) input{
  margin-right: 10px;
}
.goodsTable .goodsTable_head .goodsTable_goods,
.goodsTable .goodsTable_body .goodsTable_goods{
  flex: 1;
  justify-content: flex-start;
  flex-shrink: 0;
  box-sizing: border-box;
  padding-left: 10px;
}
.goodsTable_body{
  flex: 1;
  padding: 8px 0;
  border-top: 1px solid #EDEDED;
}
.goodsTable_body.child{
  border-top: 1px dashed #e5e5e5;
  margin-left: 40px;
}

.goodsTable_goodsImg{
  width: 50px;
  height: 50px;
  margin-right: 10px;
}
.goodsTable_goodsDetail{
  width: calc(100% - 70px);
}
.goodsTable_goodsDetail div{
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.goodsTable_goodsDetail span{
  font-size: 12px;
  color: #C2C2C2;
}
.numberContainer span{
  width: 26px;
  height: 26px;;
  line-height: 26px;
  text-align: center;
  font-size: 16px;
  background: #EDEDED;
  border: 1px solid #EDEDED;
  user-select: none;
}
.numberContainer input{
  width: 40px;
  height: 26px;
  text-align: center;
  font-size: 12px;
  border-top: 1px solid #EDEDED;
  border-bottom: 1px solid #EDEDED;
}
.goodsTable_body .g-red{
  font-size: 14px;
  font-weight: bold;
}
.goodsTable_body .g-blue{
  cursor: pointer;
  user-select: none;
}
/* 订单表格 */
.orderTable_head{
  margin-top: 20px;
  margin-bottom: -20px;
  border: none;
}
.orderTable_head .goodsTable_head{
  background: none;
}
.orderTable{
  margin-top: 20px;
  margin-bottom: 20px;
}
.orderTable_title{
  height: 40px;
  background: #f5f5f5;
  box-sizing: border-box;
  padding: 0 20px;
}
.orderTable_title img{
  width: 14px;
  height: 16px;
  margin-right: 5px;
}
.orderTable_title h3{
  font-size: 16px;
  color: #333333;
}
.orderTable_title span{
  font-size: 14px;
  color: #8F8F8F;
  margin-left: 20px;
}
.orderTable_title .orderDel{
  font-size: 20px;
  color: #8F8F8F;
  cursor: pointer;
  user-select: none;
}
.orderTable_section{
  align-items: initial;
}
.orderTable_section .orderTable_List{
  flex: 1;
}
.orderTable_section>div{
  width: 100px;
  text-align: center;
  border-left: 1px solid #eee;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.orderTable_section>div span{
  font-size: 10px;
}
.orderTable_section>div button{
  width: 85px;
  line-height: 30px;
  font-size: 14px;
  margin-bottom: 20px;
}
.orderTable_section>div button:last-child{
  margin-bottom: 0;
}

.goodsTable_footer{
  width: 100%;
  height: 60px;
  margin-bottom: 20px;
}
.goodsTable_footer_content{
  flex: 1;
  height: 60px;
  background: #F5F5F5;
  box-sizing: border-box;
  padding: 0 20px;
}
.goodsTable_footer_content label{
  margin-right: 20px;
}
.goodsTable_footer_content input[type=checkbox]{
  margin-right: 10px;
}
.goodsTable_footer .delAll{
  cursor: pointer;
  user-select: none;
}
.goodsTable_footer_sure{
  width: 120px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 18px;
}

.packageSection{
  width: 100%;
  margin-top: 20px;
}


/* 购买进入 */
.buyProgress div{
  width: 26px;
  height: 26px;
  position: relative;
}
.buyProgress div em{
  display: block;
  width: 100%;
  height: 100%;
  line-height: 28px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: #CCCCCC;
  border-radius: 50%;
}
.buyProgress div.active em{
  background: #3B9A45;
}
.buyProgress div span{
  position: absolute;
  top: 36px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  color: #ccc;
  white-space: nowrap;
}
.buyProgress div.active span{
  color: #333;
}
.buyProgress i{
  width: 110px;
  height: 2px;
  background: #3B9A45;
}
.buyProgress div.active+i{
  background: #3B9A45;
}

.orderSure_container{
  margin-bottom: 20px;
}
.orderSure_title{
  margin-bottom: 10px;
}
.orderSure_title h4{
  font-size: 14px;
  color: #1A1A1A;
  font-weight: bold;
}
.orderSure_title a{
  font-size: 18px;
  color: #0030FD;
}
.orderSure_content{
  width: 100%;
  line-height: 28px;
  box-sizing: border-box;
  padding: 20px;
  font-size: 16px;
}
.addressChoose_list{
  margin-bottom: 10px;
}
.addressChoose_list:last-child{
  margin-bottom: 0;
}
.addressChoose_list span{
  margin-left: 20px;
}
.orderSure_content .g-blue{
  margin: 0 10px;
}
.orderSure_container .payList .g-choose{
  width: 150px;
  height: 40px;
  background: #F5F5F5;
  font-size: 16px;  
}
.orderSure_container .payList .g-choose img{
  width: 24px;
  height: 24px;
}
.totalPrice{
  font-size: 16px;
}
.totalPrice div{
  font-size: 20px;
}
.totalPrice i{
  font-size: 18px;
  color: #333;
}
.orderSure_container .btn-area button,
.orderSure_container .btn-area a{
  margin-left: 30px;
}
.orderSure_notice{
  width: 100%;
  background: #F5F5F5;
  border: 1px solid #EDEDED;
  box-sizing: border-box;
  padding: 20px;
  font-size: 12px;
  color: #333;
  line-height: 1.6;
}
.orderSure_notice>span{
  white-space: nowrap;
  margin-right: 10px;
}


/* 支付页 */
.payContainer{
  width: 100%;
  line-height: 1.6;
  box-sizing: border-box;
  padding: 30px 80px;
  border: 1px solid #D2D2D2;
  border-top: none;
}
.payContainer.paySuccess{
  border-top: 1px solid #3B9A45;
}
.paySuccess{
  border: 1px solid #3B9A45;
  background: rgba(59, 154, 69, 0.06);
}
.paySuccess .successImg{
  width: 20px;
  height: 20px;
  position: absolute;
  top: 3px;
  left: -30px;
}
.payContainer h2{
  font-size: 18px;
  color: #000000;
  font-weight: bold;
  position: relative;
  margin-bottom: 10px;
}
.payContainer h2:last-child{
  margin-bottom: 0px;
}
.payCode{
  margin-top: 50px;
}
.payCode img{
  width: 230px;
  height: 230px;
  margin-bottom: 20px
}
.payCode .scanNotice{
  width: 230px;
  height: 80px;
  font-size: 14px;
  color: #3B9A45;
  border: 2px solid #3B9A45;
  margin-bottom: 20px;
}
.payCode .scanNotice em{
  font-size: 40px;
  margin-right: 5px;
}
.payCode .payPrice{
  font-size: 30px;
  color: #3B9A45;
}

/* 服务列表 */
.serviceList_item{
  width: 100%;
  box-sizing: border-box;
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}
.serviceList_item:hover{
  background: #fafafa;
  opacity: 1;
}
.serviceList_img{
  width: 200px;
  height: 145px;
  flex-shrink: 0;
  margin-right: 30px;
}
.serviceList_detail{
  flex: 1;
  height: 130px;
  font-size: 14px;
  color: #a8a8a8;
}
.serviceList_detail h2{
  font-size: 18px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.serviceList_detail div{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.serviceList_btn{
  width: 130px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: #3B9A45;
  margin-left: 20px;
  flex-shrink: 0;
}
.serviceDetail_title{
  text-align: center;
  color: #333333;
  font-size: 20px;
  font-weight: bold;
}

/* 资讯，帮助中心的左右列表分栏 */
.columnsContainer{
  margin: 20px auto;
}
.columnsLeft{
  width: 170px;
  box-sizing: border-box;
  padding: 0 15px;
}
.columnsLeft.border{
  border: 1px solid #DCDCDC;
  border-top: 2px solid #3B9A45;
}
.columnsLeft_title{
  line-height: 48px;
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
.columnsLeft_list{
  border-top: 1px solid #EEEEEE;
}
.columnsLeft_list a{
  width: 100%;
  line-height: 40px;
  color: #4D4D4D;
}
.columnsLeft_list a:hover{
  color: #3B9A45;
}
.columnsLeft_list a i{
  width: 10px;
  height: 14px;
  border-left: 3px solid transparent;
}
.columnsLeft_list a.active{
  color: #3B9A45;
}
.columnsLeft_list a.active i{
  border-left: 2px solid #3B9A45;
}

.columnsRight{
  width: 1000px;
}
.columnsRight_list_item{
  width: 100%;
  box-sizing: border-box;
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}
.columnsRight_list_item:hover{
  background: #fafafa;
  opacity: 1;
}
.columnsRight_list_img{
  width: 200px;
  height: 145px;
  flex-shrink: 0;
  margin-right: 30px;
}
.columnsRight_list_detail{
  flex: 1;
  height: 130px;
  font-size: 14px;
  color: #a8a8a8;
}
.columnsRight_list_detail h2{
  font-size: 18px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.columnsRight_list_detail div{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.columnsRight_list_detail em{
  margin-right: 5px;
}
.columnsRight_list_detail span{
  margin-right: 30px;
}
.columnsRight_list_detail span:last-child{
  margin-right: 0;
}

/* 资讯列表 */
.newsDetail_title{
  font-size: 26px;
  color: #1A1A1A;
  text-align: center;
  margin-bottom: 14px;
}
.newsDetail_time{
  font-size: 16px;
  color: #C2C2C2;
  padding-bottom: 14px;
  border-bottom: 1px solid #eee;
  margin-bottom: 14px;
}
.newsDetail_time span{
  margin-right: 20px;
}
.newsDetail_time span:last-child{
  margin-right: 0;
}

/* 个人中心 */
.user{
  width: 100%;
  height: 260px;
  position: relative;
  margin-bottom: 45px;
}
.userBg{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.userBg1{
  position: absolute;
  top: 10px;
  right: 180px;
  z-index: 2;
  width: 385px;
  height: 290px;
}
.userContainer{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 30px 30px 40px;
}
.userContent{
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
  margin-bottom: 30px;
}
.userImg{
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-right: 24px;
}
.userName{
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
}
.userName div{
  font-size: 18px;
  font-weight: bold;
  color: #333;
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.userName em{
  font-size: 16px;
  color: #C2C2C2;
}
.useraccount{
  margin-bottom: 10px;
}
.user .g-blue{
  margin-left: 20px;
}
.userSafe i{
  display: inline-block;
  width: 26px;
  height: 8px;
  background: #E6E6E6;
  margin-right: 10px;
}
.userSafe i.active{
  background: #FDAC1D;
}
.user .signImg{
  width: 122px;
  height: 135px;
  position: absolute;
  top: 26px;
  right: 30px;
  z-index: 10;
  cursor: pointer;
}
.userInfo{
  width: 100%;
  height: 66px;
  background: #F5F8F9;
  margin-top: 30px;
}
.userInfo a{
  flex: 1;
  line-height: 66px;
  text-align: center;
  font-size: 14px;
  color: #757575;
}
.userInfo a span{
  font-weight: bold;
  color: #333;
}


.mineContainer{
  border: 1px solid #E5E5E5;
  margin-bottom: 20px;
}
.mine_title{
  width: 100%;
  height: 50px;
  background: #F5F5F5;
  box-sizing: border-box;
  padding: 0 20px;
}
.mine_title i{
  width: 14px;
  height: 14px;
  border-left: 3px solid #3B9A45;
}
.mine_title span{
  font-size: 14px;
  font-weight: bold;
  color: #333333;
}
.mine_title em{
  font-size: 18px;
  color: #999999;
}
.mineInfo_container{
  box-sizing: border-box;
  padding: 40px;
}
.orderPreview{
  width: 100%;
}
.orderPreview a{
  flex: 1;
  height: 180px;
  font-size: 14px;
  color: #333;
}
.orderPreview a img{
  width: 70px;
  height: 70px;
  margin-bottom: 10px;
}
.orderPreview i{
  width: 1px;
  height: 100px;
  background: #E5E5E5;
  position: relative;
}
.orderPreview i::after{
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  background: #fff;
  border-top: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  position: absolute;
  top: 45px;
  left: -4px;
  transform: rotate(45deg);
}

/* 订单列表 */
.orderNav{
  height: 48px;
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 20px;
}
.orderNav div{
  padding: 0 30px;
  height: 46px;
  line-height: 48px;
  text-align: center;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  user-select: none;
}
.orderNav div.active{
  color: #3B9A45;
  border-bottom: 2px solid #3B9A45;
}

.order_search{
  width: 100%;
  font-size: 12px;
}
.order_search_text{
  width: 240px;
  height: 30px;
  border: 1px solid #E5E5E5;
}
.order_search_text input{
  flex: 1;
  height: 30px;
  box-sizing: border-box;
  padding: 0 10px;
  font-size: 12px;
}
.order_search_text em{
  width: 44px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #F5F5F5;
  color: #333333;
}
.order_search_time input{
  width: 230px;
  height: 30px;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  padding: 0 10px;
  font-size: 12px;
}

.orderDetail_status .btn-area{
 margin-top: 20px;
 margin-bottom: 0;
}
.orderDetail_info{
  background: #F5F5F5;
}
.orderDetail_info span{
  display: inline-block;
  width: 100px;
  font-weight: bold;
  text-align: right;
}

/* 地址管理 */
.mine_h{
  width: 100%;
  border-bottom: 1px solid #E5E5E5;;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.addressTable{
  width: 100%;
  border: 1px solid #E5E5E5;
}
.addressTable_head{
  width: 100%;
  height: 42px;
  background: #F5F5F5;
}
.addressTable_body{
  width: 100%;
  min-height: 60px;
  border-top: 1px solid #E5E5E5;
}
.addressTable_head>div,
.addressTable_body>div{
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.addressTable .name{
  display: block;
  width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
  padding: 0 10px;
}
.addressTable .phone{
  width: 160px;
}
.addressTable .addressTable_flex{
  flex: 1;
  justify-content: flex-start;
  box-sizing: border-box;
  padding: 0 10px;
}
.addressTable .handle{
  width: 140px;
}
.addressTable .handle span{
  padding: 0 10px;
  border-right: 1px solid #0030FD;
  cursor: pointer;
  user-select: none;
}
.addressTable .handle span:last-child{
  border-right: none;
}
.addressTable .default{
  width: 140px;
}
.addressTable .default span{
  cursor: pointer;
  user-select: none;
}
.addressTable .default em{
  width: 90px;
  line-height: 28px;
  text-align: center;
  border: 1px solid #DB2122;
  font-size: 14px;
  color: #DB2122;
  border-radius: 50px;
  cursor: pointer;
  user-select: none;
}


.columnsRight_headInfo{
  width: 100%;
  height: 120px;
  background: #F7F7F7;
  border: 1px solid #E5E5E5;
  margin-bottom: 20px;
}
.columnsRight_headInfo .columnsRight_headInfo_con{
  width: 250px;
  height: 62px;
  box-sizing: border-box;
  padding: 0 20px 0 60px;
  font-size: 18px;
  color: #333333;
  border-right: 1px solid #E5E5E5;
}
.columnsRight_headInfo_con div{
  font-size: 32px;
  color: #333333;
  font-weight: bold;
}
.columnsRight_headInfo_con em{
  margin-right: 5px;
}
.columnsRight_headInfo_btn{
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.columnsRight_headInfo_btn a{
  width: 240px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 3px;
}

.couponList_item{
  width: 320px;
  height: 190px;
  background: url('../image/coupon.png') no-repeat;
  background-size: 100% 100%;
  margin-right: 20px;
  margin-bottom: 20px;
  box-sizing: border-box;
  padding: 0 20px;
  position: relative;
}
.couponList_item.disabled{
  background: url('../image/coupon1.png') no-repeat;
}
.couponList_item img{
  position: absolute;
  top: 0;
  right: 10px;
  width: 80px;
  height: 56px;
}
.couponList_item:nth-child(3n){
  margin-right: 0;
}
.couponList_head{
  width: 100%;
  height: 85px;
  margin: 0 auto;
  border-bottom: 1px dashed #DCDCDC;
}
.couponList_price{
  font-size: 14px;
  color: #E83440;
  margin-right: 30px;
}
.couponList_price em{
  font-size: 30px;
}
.couponList_item.disabled .couponList_price{
  color: #A8A8A8;
}
.couponList_content i{
  padding: 0 10px;
  line-height: 18px;
  background: #E83440;
  color: #fff;
  font-size: 12px;
  margin-bottom: 10px;
}
.couponList_item.disabled .couponList_content i{
  background: #B5B5B5;
}
.couponList_time{
  font-size: 14px;
  color: #333;
  margin-top: 20px;
}
.couponList_time span{
  font-weight: bold;
}
.couponList_btn{
  width: 160px;
  line-height: 32px;
  text-align: center;
  border: 1px solid #E83440;
  color: #E83440;
  border-radius: 50px;
  margin: 20px auto 0;
}
.couponList_item.disabled .couponList_btn{
  border: 1px solid #B5B5B5;
  color: #B5B5B5;
}
.coupon_discription{
  width: 100%;
  box-sizing: border-box;
  padding-left:16px; 
}
.coupon_discription li{
  list-style: decimal;
  font-size: 14px;
  line-height: 1.7;
}

.couponGet{
  margin-top: 20px;
}
.couponGet_item{
  width: 320px;
  height: 130px;
  border-radius: 5px;
  background: #ffffff;
  margin-bottom: 20px;
  margin-right: 12px;
  position: relative;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.couponGet_detail{
  flex: 1;
  height: 130px;
  position: relative;
  z-index: 20;
}
.couponGet_con{
  min-width: 80px;
  height: 130px;
  font-size: 14px;
  color: #DB2122;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.couponGet_con .couponGet_price{
  font-weight: bold;
}
.couponGet_con .couponGet_price span{
  font-size: 24px;
  font-weight: normal;
}
.couponGet_info{
  flex: 1;
  box-sizing: border-box;
  padding: 0 10px;
  font-size: 14px;
  color: #bcc1cc;
}
.couponGet_info div{
  font-size: 18px;
  color: #222;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.couponGet_get{
  width: 40px;
  height: 130px;
  text-align: center;
  box-sizing: border-box;
  padding: 15px;
  background: #DB2122;
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-left: 1px dashed #fff;
  overflow: visible;
  position: relative;
  cursor: pointer;
  user-select: none;
}
.couponGet_get i::before{
  position: absolute;
  z-index: 10;
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
}
.couponGet_get i.top::before{
  left: -5px;
  top: -5px;
}
.couponGet_get i.bottom::before{
  left: -5px;
  bottom: -5px;
}

/* 积分明细 */
.integral_discription{
  font-size: 14px;
  color: #333;
  line-height: 1.6;
  margin-bottom: 20px;
}
.integral_discription:last-child{
  margin-bottom: 0;
}
.integral_discription span{
  color: #BCC1CC;
}

/* 文件下载 */
.fileList_item{
  width: 480px;
  margin-right: 40px;
  margin-bottom: 20px;
}
.fileList_item:nth-child(2n){
  margin-right: 0;
}
.fileList_img{
  width: 60px;
  height: 60px;
  margin-right: 20px;
  flex-shrink: 0;
}
.fileList_detail{
  flex: 1;
}
.fileList_title{
  width: 100%;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 14px;
}
.fileList_info{
  font-size: 13px;
  color: #ccc;
}
.fileList_info img{
  width: 12px;
  height: 11px;
  margin-right: 10px;
}
.fileList_btn{
  width: 80px;
  line-height: 33px;
  text-align: center;
  border: 1px solid #3B9A45;
  color: #3B9A45;
  font-size: 14px;
  border-radius: 50px;
  flex-shrink: 0;
  margin-left: 20px;
}


/* 积分商城 */
.integralHead{
  width: 100%;
  height: 300px;
  background: #ED7B7B;
  position: relative;
}

.integralContent{
  width: 200px;
  height: 300px;
  flex-shrink: 0;
  background: #33863C;
  box-sizing: border-box;
  padding: 10px;
  color: #fff;
  position: absolute;
  top: 0;
  left: calc(50% - 600px);
  z-index: 50;
}
.integralContent h2{
  font-size: 18px;
  font-weight: bold;
  box-sizing: border-box;
  padding: 0 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.integralContent div{
  box-sizing: border-box;
  padding: 0 10px;
  margin-bottom: 40px;
}
.integralContent a{
  width: 100%;
  height: 56px;
  color: #fff;
  box-sizing: border-box;
  padding: 0 10px;
  border-top: 1px dashed #fff;
}
.integralContent button{
  width: 100%;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  background: #82C88A;
}
.integralBanner{
  width: 100%;
  height: 300px;
}

.integralSure_goods{
  width: 100%;
  box-sizing: border-box;
  padding: 20px 30px;
  background: #F5F5F5;
}
.integralSure_goods img{
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  margin-right: 20px;
}
.integralSure_goods>div{
  flex: 1;
}
.integralSure_goods>div h3{
  font-size: 18px;
  font-weight: bold;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 20px;
}
.integralSuccess{
  position: relative;
  font-size: 16px;
}
.integralSuccess .successImg{
  width: 24px;
  height: 24px;
  position: absolute;
  left: -32px;
  top: 2px;
}
.integralSuccess div{
  margin-bottom: 14px;
}
.integralSuccess span{
  font-size: 20px;
}