﻿a {
  color: #2d2d2d;
  text-decoration: none;
}
/*????*/
.m10 {
  margin:10px;
}
.w100 {
   width:100%;
}
.panel > form > .m10 > label {
  float: left;
  width: 16%;
  font-size: 14px;
  padding: 15px 6px;
  line-height: 1em;
}
.panel > form > .m10 > input {
  height: 45px;
  width:70%;
  padding: 10px;
  margin-bottom: 10px;
  background: #fff;
  border: 1px solid #ccc;
  font-size: 14px;
  font-weight: normal;
  -webkit-appearance: none;
  box-sizing: border-box;
}
.panel > form > .m10 > textarea {
  width:70%;
  height:45px;
}
/*???????*/
/*???*/
.c1 {
  color:#f00;
}
/*???*/
.c2 {
  color:#9e9e9e;
}

/*?????С*/
.f12 {
  font-size:12px;
}
/*???******************/
#afui #backButton, #afui #header .back {
top: 0;
left: 10px;
background-image: url(../fonts/iconfont-fanhui.svg);
background-size: 55%;
line-height: 44px;
text-indent: 20px;
background-position: -5px;
}
/**********************/
.lists {
  overflow:hidden;
  margin: 0px;
  padding: 0px;
  margin-bottom: 10px;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  list-style: none;
  background-color:#ffffff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  
}
  .lists li a{
   text-indent:5px;
   width: 100%;
   display: block;
  }
.lists li {
  display: block;
  list-style: none;
  position: relative;
  padding:10px;
  border-bottom: 1px solid #e4e4e4;
}
.lists li:first-child {
  border-top: 1px solid #e0e0e0;
}
 
.lists .divider {
  position: relative;
  top: -1px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 15px;
  line-height:  23px;
  border-bottom: 1px dashed #e0e0e0;
  padding-right: 60px;
}

.lists.inset li:first-child {
  border-top: none;
}
.lists.inset li:last-child {
  border-bottom: none;
}



/*????б?(?????????)*/
.waterfall {
overflow:hidden;
padding:10px 2%;
}
  .waterfall > div:nth-child(2n+1) {
  width:49%;
  float:left;
   
  }
  .waterfall > div:nth-child(2n+2) {
  width:49%;
  float:right;
  }
  .waterfall a {
  display: inline-block;
  overflow: hidden;
  margin: 0px auto 1% auto;
  border: 1px solid #e4e4e4;
  width: 100%;
  background-color: #ffffff;
   margin-bottom: 5px;
  }

  .waterfall .img {
  display: block;
  background-repeat: no-repeat;
  background-size: 100%;
  }

  .waterfall img {
  display: block;
  overflow: hidden;
  width: 100%;
  }

  .waterfall .t {
  display: block;
  padding: 0px 5px;
  background-color: #ffffff;
  }


  .waterfall .price {
  display:inline-block;
  width:100%;
  padding:0px 5px;
  text-align: center;
  }

  .waterfall .price span {
  color: #d00d00;
  }




/*??????*/
.sitead {
  position: relative;
  margin: 0px auto;
  text-align: center;
}

  .sitead img {
  width: 100%;
  }

.detail > *:nth-child(2) {
  display: none;
}

.sitead > .dots {
  text-align: center;
  margin: auto;
  position: absolute;
  bottom: -10px;
  right: 5px;
  z-index: 200;
  width: auto !important;
}

  .sitead > .dots > * {
  float: left;
  width: 8px !important;
  height: 8px !important;
  }

.sitead_paging {
  border-radius: 8px;
  background: #e0e0e0;
}

.sitead_paging_selected {
  border-radius: 10px;
  background: #f00;
}






/*??????*/
.index_list {
  text-align:center;
  padding:0px 8px 60px 8px;
  overflow:hidden;
}
.index_list a{
  display:block;
  width: 49.5%;
  height: 60px;
  line-height: 60px;
  color: #fff;
  text-align:left;
  text-indent:10px;
  float:left;
  margin-bottom:1px;
  color:#313131;
  
}
  .index_list i {
   border:none;
  }
  .index_list a img {
   float:right;
   width:32px;
   height:32px;
   margin:15px 10px 0px 0px;
  }
.index_list_title {
   display:inline-block;
   width:100%;
   text-indent: 10px;
   line-height:40px;
}

.index_list a:nth-child(2n+1) {
  margin-right:1px;
}

.index_list a:nth-child(6n+1) {
   background-color:#f8f4f8;
}
.index_list a:nth-child(6n+2) {
  background-color:#f0f4f8;
}
.index_list a:nth-child(6n+3) {
  background-color:#f0f4f0;
}
.index_list a:nth-child(6n+4) {
  background-color:#f8f8f0;
}
.index_list a:nth-child(6n+5) {
  background-color:#f8f4f0;
}
.index_list a:nth-child(6n+6) {
  background-color:#f0f0f0;
}














/*???????*/
.commercesearch .search_box {
  padding: 10px;
  position: relative;
}

  .commercesearch .search_box > div:nth-child(1) {
  margin-right: 10px;
  }

  .commercesearch .search_box .searchBtn {
  position: absolute !important;
  top: 2px;
  right: 10px;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  padding: 9px 12px 8px !important;
  }

.commercesearch .proSortBox .title {
  display: block;
  position: relative;
  line-height: 50px;
}

  .commercesearch .proSortBox .title.on::before {
  display: block;
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50px;
  height: 50px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../fonts/f4967d5624d74b779ba19d0cd90883e7.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 90%;
  text-indent: -5000px;
}

#commerceview .addfavorites.on {
  background-image: url(../fonts/iconfont-shoucang1.svg);
  }

#commerceview .title h2 {
  padding: 0px 10px;
}



.commerceProNum {
  overflow:hidden;
  margin:5px 0px;
  background-color:#fff;
  padding:5px;
}

.upProNum {
  border: 1px solid #e0e0e0;
  height: 34px;
  display: inline-block;
  margin-right: 10px;
}
.panel > .commerceProNum > .upProNum > a {
  display: inline-block;
  float: left;
  width: 34px;
  text-align: center;
  line-height: 34px;
}
  /*.upProNum > a {
  display: inline-block;
  float: left;
  width: 34px;
  text-align: center;
  line-height: 34px;
  }*/
.lists > li > span > span > .upProNum > a {
  display: inline-block;
  float: left;
  width: 34px;
  text-align: center;
  line-height: 34px;
}


  .upProNum input.tb-text {
  display: inline-block !important;
  
  margin: initial !important;
  border-top: 0px !important;
  border-bottom: 0px !important;
  border-left: 1px !important;
  border-right: 1px !important;
  border-color: #e0e0e0 !important;
  border-style: solid !important;
  border-radius: initial !important;
  width: 40px !important;
  height: 32px !important;
  padding: 0px 0px !important;
  background-color: inherit !important;
  background-image: -webkit-linear-gradient(#ebedef, #ffffff);
  background-image: -moz-linear-gradient(#ebedef, #ffffff);
  background-image: -ms-linear-gradient(#ebedef, #ffffff);
  background-image: -o-linear-gradient(#ebedef, #ffffff);
  background-image: linear-gradient(#ebedef, #ffffff);
  text-align: center;
  }

#commerceProNum > * {
  display: inline-block;
  float: left;
}

#commerceProNum span {
  line-height: 34px;
  min-width: 70px;
}

.view.commerceview .buybtns {
  text-align: center;
}

.view.commerceview .buybtns {
  text-align: center;
}

  .view.commerceview .buybtns .button {
  display: block;
  margin: 10px;
  background-color: #fa5555;
  color: #fff;
  }

.view.commerceview .attribute li {
  padding: 10px !important;
}

.view.commerceview .attribute span {
  display: inline-block;
  line-height: 1.5em;
}

.view.commerceview .attribute li > span {
  display: block;
}

.view.commerceview .attribute li span span {
  padding-left: 5px;
  color: #e0e0e0;
}



.view.commercemark img {
  max-width: 100%;
}

.commercetablist {
  background-color: #ffffff;
}

  .commercetablist .tabbtn {
  display: inline-block;
  width: 100%;
  background-color: #ffffff;
  text-align: center;
  line-height: 3em;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  }

  .commercetablist .tabbtn > * {
  display: inline-block;
  float: left;
  width: 33.333%;
  border-right: 1px solid #e0e0e0;
  }





.commerceview .user-defined {
  margin-bottom: 10px;
  background-color: #ffffff;
}
.commerceview .user-defined img {
max-width:100%;
}










/*?????б?*/
.commentlist li {
  position: relative;
  min-height: 63px;
  line-height: 1.5em;
}

  .commentlist li * {
  display: block;
  overflow: hidden;
  }

  .commentlist li > *:nth-child(1) {
  text-indent: 1.5em;
  }

  .commentlist li .themassage {
  margin: 10px 0px;
  padding: 10px;
  background-color: #fffbf4;
  }

  .commentlist li .reply {
  padding: 10px;
  background-color: #F6F6F6;
  color: #bd7f00;
  }

  .commentlist li .price {
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: right;
  }




/*????*/


  .view .mark {
  padding: 10px;
  }

  /*.view .title {
  }*/

  .view .infos {
  border-bottom: 1px solid #e0e0e0;
  line-height: 200%;
  font-size: 12px;
  }

  .view .img {
  display: block;
  text-align: center;
  }

  .view .img img {
  display: block;
  margin: 0px auto;
  max-width: 100%;
  }

  .view .remark {
  margin-bottom: 10px;
  line-height: 180%;
  }

  .view .remark img {
  max-width: 100% !important;
  }

.view_btn_box > * {
  margin: 5px;
}




/*???????*/
/*????*/
#userfavorites li {
  position: relative;
}

  #userfavorites li .del {
  position: absolute !important;
  right: 10px;
  bottom: 0px;
  }


/*??????*/
.updatecart li > span {
  display: block;
  height: 90px;
  font-size: 14px;
}

  .updatecart li > span > span {
  display: block;
  line-height: 1.5em;
  }

  .updatecart li > span > span:nth-of-type(1) {
  color: #d00d00;
  line-height: 46px;
  }

  /*.updatecart li > span > span:nth-of-type(2) {
  color: #a6a6a6;
  padding-right: 150px;
  line-height: 39px;
  text-align: right;
  }*/

  .updatecart li > span > span:nth-of-type(2) {
  position: absolute !important;
  top: 56px;
  right: 0px;
  line-height: 21px;
  }



.updatecart li .deldte {
  display: inline-block;
  border: 1px solid #d00d00;
  width: 50px;
  position: absolute;
  top: 3px;
  right: 5px;
  width: 25px;
  border-radius: 30px;
  line-height: 22px;
  text-align: center;
  font-size: 12px;
  color: #d00d00;
}

.updatecart li .addFavorites {
  position: absolute !important;
  top: 8px;
  right: 10px;
  border: 1px solid #e0e0e0;
  height: 34px;
  padding-right: 10px;
  text-indent: 25px;
  background-image: url(../fonts/86117169705c4c4ea53db93c45fbd837.svg);
}

  .axurlsource > span {
  display: block;
  }

  .axurlsource > span:nth-child(2n+1) {
  float: left;
  width: 50px;
  text-align: right;
  font-weight: bold;
  }

  .axurlsource > span:nth-child(2n+2) {
  padding: 0px 40px 0px 60px;
  }

#afui #checkout textarea {
  border: 0px;
  border-radius: 0px;
}



.paymentmethods {
  display: inline-block;
  width: 100%;
}


.checkout .commoditylist li > a i {
  display: block;
  overflow: hidden;
  float: left;
  border: 1px solid #c5c6c7;
  width: 80px;
  height: 80px;
  padding: 1px;
  background-color: #ffffff;
}

.checkout .commoditylist li a img {
  width: 100%;
}

.checkout .commoditylist li > a > span {
  display: block;
  margin-left: 90px;
  line-height: 1.5em;
}

  .checkout .commoditylist li > a > span:nth-of-type(1) {
  height: 60px;
  overflow: hidden;
  }

  .checkout .commoditylist li > a > span:nth-of-type(2) {
  color: #d00d00;
  font-size: 12px;
  }

  .checkout .commoditylist li > a > span:only-of-type {
  line-height: 52px;
  }


.checkout .commoditylist li > i {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50px;
  height: 50px;
  background-image: url(../images/icon-11x11-attributeitems.png);
  background-position: 30px 30px;
  background-repeat: no-repeat;
}

  .checkout .commoditylist li > i.on {
  background-image: url(../images/icon-11x11-attributeitems1.png);
  }

.checkout .commoditylist li > div {
  display: none;
  background-color: #484848;
  color: #ffffff;
  width: 100%;
}

.checkout .commoditylist li > i.on + div {
  display: inline-block;
}

.checkout .moneylist > span {
  display: block;
}

  .checkout .moneylist > span:nth-child(2n+1) {
  float: left;
  }

  .checkout .moneylist > span:nth-child(2n+2) {
  text-align: right;
  color: #d00d00;
  }

.checkout .probox li > a {
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: 5px;
  font-size: 14px;
}
  .checkout .probox li > a:before {
  position: absolute;
  right: 10px;
  left: auto;
  top: 40%;
  width: 30px;
  font-size: 2em;
  }
  /*?????*/
  .checkout .probox li > a.i div {
  display: block;
  overflow: hidden;
  position: relative;
  float: left;
  margin-right: 10px;
  border: 1px solid #c5c6c7;
  width: 80px;
  padding: 1px;
  background-color: #ffffff;
  }

  .checkout .probox li > a > span {
  display: block;
  line-height: 1.5em;
  }

  .checkout .probox li > a > span:nth-of-type(1) {
  }

.checkout .probox li .attributebox {
  display: block;
  margin: 5px 0px;
}

  .checkout .probox li .attributebox > span {
  display: block;
  }

  .checkout .probox li .attributebox > span:nth-child(2n+1) {
  float: left;
  }

  .checkout .probox li .attributebox > span:nth-child(2n+2) {
  text-align: right;
  }

.checkout .probox li a.i img {
  display: block;
  width: 100%;
}

.checkout .probox select {
  color: #f00 !important;
}

.payment .button-box .button {
  padding-left: 9px !important;
  padding-right: 9px !important;
}
/*???????*/
#afui .userupaddress label {
  width: 15%;
}

  #afui .userupaddress label + input[type="text"], #afui .userupaddress label + textarea {
  width: 85%;
  }

#afui .douponbox input[type="radio"] + label {
  width: 85%;
}





/*?????б?*/
.userorderlist .lists li .title {
  display: block;
  padding-right: 20px;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 20px;
  background-image: url(../images/iconfont-xiangyou.svg);
}

.userorderlist .lists li > a > span {
  display: block;
}

.userorderlist .lists li .price > span {
  color: #d00d00;
}

.userorderlist .lists li a > span:nth-of-type(4) {
  color: #a6a6a6;
}


/*???????*/
.userorderview .infos li > span {
  float: right;
}
/*????????б?*/
.usercommentlist li {
  display: block;
  position: relative;
  min-height: 75px;
}

  .usercommentlist li * {
  display: block;
  }

  .usercommentlist li.i {
  display: inline-block !important;
  width: 100%;
  }

  .usercommentlist li > span {
  display: block;
  line-height: 1.5em;
  }

  .usercommentlist li > *:nth-child(2) {
  padding-right: 60px;
  }

  .usercommentlist li > *:nth-child(3) {
  padding: 0px 50px 0px 90px;
  color: #a6a6a6;
  }

  .usercommentlist li > *:nth-child(4) {
  position: absolute;
  top: 5px;
  right: 10px;
  text-align: right;
  }

  .usercommentlist li > *:nth-child(4) > *:nth-child(1) {
  color: #d00d00;
  }

  .usercommentlist li > *:nth-child(4) > *:nth-child(2) {
  color: #a6a6a6;
  }


  /*?????*/
  .usercommentlist li.i div {
  display: block;
  overflow: hidden;
  position: relative;
  float: left;
  border: 1px solid #c5c6c7;
  width: 80px;
  padding: 1px;
  background-color: #ffffff;
  }

  .usercommentlist li.i > span {
  margin-left: 90px;
  }

  .usercommentlist li.i img {
  display: block;
  width: 100%;
  }

  .usercommentlist li.cusscon span {
  display: block;
  }

  .usercommentlist li .addcuss {
  margin: 0px !important;
  padding:  5px;
  background-color:#ff2928;
  }

  .usercommentlist li .themassage {
  margin: 10px 0px;
  padding: 10px;
  background-color: #fffbf4;
  }

  .usercommentlist li .reply {
  padding: 10px;
  background-color: #F6F6F6;
  color: #bd7f00;
  }

  .usercommentlist li .price {
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: right;
  }


/*??????*/
#userbill li > a {
  display: block;
  position: relative;
}

   #userbill li > a > span {
  display: block;
  }

  #userbill li > a > span:nth-of-type(2n+2) {
  position: absolute;
  right: 0px;
  }

   #userbill li > a > span:nth-of-type(2) {
  top: 0px;
  }

  #userbill li > a > span:nth-of-type(3) {
  color: #a6a6a6;
  font-size: 12px;
  }

  #userbill li > a > span:nth-of-type(4) {
  bottom: 0px;
  color: #a6a6a6;
  font-size: 12px;
  }

#userbill_view li > span {
  display: block;
  line-height: 2em;
}

   #userbill_view li > span > span {
  float: right;
  }




/*???*/
.addresslist a {
  display: block;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 20px;
  background-image: url(../fonts/iconfont-xiangyou.svg);
}

  .addresslist a > span {
  display: block;
  }

  .addresslist a > span:nth-of-type(1) {
  }

  .addresslist a > span > span {
  }

  .addresslist a > span:nth-of-type(2) {
  color: #a6a6a6;
  }







  #usercenter li > a {
  display: block;
  padding-left: 40px !important;
  }
  #usercenter li > a:before {
position: absolute;
top: 0px;
left: 5px;
bottom: 0px;
width: 100%;
line-height: inherit;
text-indent: 0px;
font-size: 1.8em;
}

.btnbox, .form_btnbox {
  padding: 10px;
  text-align: right;
}

#userverifykey_info {
  display: block;
  text-align: center;
  line-height: 45px;
  color: #DD143E;
  float: left;
  margin-left: 10px;
}


/*???????*/
.preferentia li > span {
  display: block;
}






/* ------------- ?????? ------------- */

/*???*/
.menuvice {
  margin-top: 10px;
  text-align: center;
}

  .menuvice a {
  display: inline-block;
  width: 22%;
  background-color: #ffffff;
  background-position: center 0px;
  background-repeat: no-repeat;
  line-height: 125px;
  text-align: center;
  height: 50px;
  color: #a7a7a7;
  }

  .menuvice .commerce {
  background-image: url(../fonts/iconfont-chanpinfuwu.svg);
  background-size: 48px 48px;
  }

  .menuvice .top {
  background-image: url(../fonts/iconfont-youhui.svg);
  background-size: 60px 60px;
  background-position-y: -5px;
  }

  .menuvice .user {
  background-image: url(../fonts/iconfont-gerenzhongxin.svg);
  background-size: 43px 43px;
  }

  .menuvice .newspro {
  background-image: url(../fonts/iconfont-xinpin.svg);
  background-size: 45px 45px;
  }

.instation_sendinfo li {
  position: relative;
}

  .instation_sendinfo li a {
  display: block;
  margin-right: 90px;
  }

  .instation_sendinfo li a > span {
  display: block;
  overflow: hidden;
  max-height: 50px;
  }

  .instation_sendinfo li a > span:nth-of-type(2) {
  color: #a6a6a6;
  }

  .instation_sendinfo li > span {
  display: block;
  position: absolute;
  top: 12px;
  right: 5px;
  height: 44px;
  font-size: 12px;
  }

  .instation_sendinfo li > span > span {
  margin: 0px !important;
  padding: 5px 8px !important;
  line-height: 1.2em !important;
  }

/*???????*/
.user_box li > span {
  display: block;
  width: 100%;
  float: left;
}

  .user_box li > span > span {
   padding-left: 12px;
  }

/*????*/
#afui #header #headerMenuBox {
  display: block;
  position: absolute;
  right: 0px;
  top: 0;
  width: 50px;
  height: 44px;
  text-indent: 0px;
  line-height: 44px;
  text-align: center;
  font-size: 28px;
  font-family: 'iconfont';
  speak: none;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
}

#headerMenuBox.on {
  color: #000000;
}

.sortItemBar {
  margin-top: 10px;
  padding: 10px;
  background-color: #ffffff;
}

  .sortItemBar a {
  display: inline-block;
  margin: 2px;
  border: 1px solid #ececec;
  padding: 5px;
  }




.menubar {
  display: none;
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0px;
  border-bottom: 1px solid #e0e0e0;
  padding: 5px;
  background-color: rgba(255, 255, 255, 0.98);
  color: initial;
}

#headerMenuBox.on + .menubar {
  display: block;
}

.menubar a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 23%;
  height: 37px;
  line-height: 37px;
  text-align: center;
  text-indent: -5000px;
}

  .menubar a.item:before {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  line-height: 40px;
  text-indent: 0px;
  font-size: 35px;
  }

/*???????*/
#afui #header a.listslike {
  top: 5px;
  right: 10px;
  border-radius: 3px;
  width: 80px;
  height: 30px;
  background-color: #e91f1f;
  background-image: -webkit-linear-gradient(#ff2928, #e91f1f);
  background-image: -moz-linear-gradient(#ff2928, #e91f1f);
  background-image: -ms-linear-gradient(#ff2928, #e91f1f);
  background-image: -o-linear-gradient(#ff2928, #e91f1f);
  background-image: linear-gradient(#ff2928, #e91f1f);
  line-height: 30px;
  text-indent: 0px;
  text-align: center;
}

  #afui #header a.listslike.on {
  background-color: #d00d00;
  }

/*Э?????????*/
.vipzdymark img{
	display:block;
	max-width:100%;
	}

/*VIP???*/
.vipout {
  background-color: #bf9f62;
  line-height: 2em;
  color: #ffffff;
  display: none;
}

  .vipout .v {
  display: inline-block;
  background-position: left center;
  background-size: auto 2.5em;
  background-repeat: no-repeat;
  background-image: url(../fonts/icon-100.svg);
  padding-left: 2.5em;
  }

  .vipout .vl {
  display: inline-block;
  background-position: left center;
  background-size: auto 2em;
  background-repeat: no-repeat;
  background-image: url(../fonts/icon-101.svg);
  padding-left: 2.5em;
  }

  .vipout .b {
  display: inline-block;
  float: right;
  padding: 0px 20px;
  }

  /***************************************************/
.chanping {
background-color: #fff;
}
.tupian1 {
text-align: center;
display: block;
width: 100%;
}
.tupian1 a
{
display: inline-block;
overflow: hidden;
width: 50%;
overflow: hidden;
background-repeat: no-repeat;
background-size: 100%;  
}
.tupian1 a img
{
   width:100%;

}
/*****/
.tupian2 {
text-align: center;
display: block;
width: 100%;
}
.tupian2 a
{
display: inline-block;
overflow: hidden;
width: 33.3333333%;
overflow: hidden;
background-repeat: no-repeat;
background-size: 100%;  
}
.tupian2 a img
{
  width:100%;
}
/*****/

/*??????*************************/
.add {
display: inline-block;
position: absolute;
top: 10px;
left: 40%;
}
.a_product {

}
.a_product a {
display:block;
margin-bottom:5px;
border:1px solid#efefef;
background-color: #fff;
width:100%;
height:100px;
position: relative;
overflow: hidden;
padding: 10px 5px 10px 0px;
}

.a_product a .on{
display: inline-block;
width: 14%;
height: 80px;
padding-left:12px;
}
.a_product a .off{
display: inline-block;
width: 10%;
height: 80px;
float: left;
background: url(../fonts/42768067f3dc4bb3a1573ff67fa73649.svg);
width: 7%;
height: 80px;
background-repeat:no-repeat;
background-size: 32px;
background-position: 0px;
}
.btn a {
display: block;
width: 100%;
height: 46px;
z-index: 999999;
position: absolute;
bottom: 0px;
left: 0px;
background-color: #f08300;
text-align: center;
line-height: 46px;
color: #fff;
text-decoration:none;
font-weight: bold;
letter-spacing: 3px;
}
.purchase_btn a {
display: block;
width: 100%;
height: 46px;
z-index: 999999;
position: absolute;
bottom: 0px;
left: 0px;
background-color: #f08300;
text-align: center;
line-height: 46px;
color: #fff;
text-decoration:none;
font-weight: bold;
letter-spacing: 3px;
}
.lists-7 >span {
  display:none;
  background-image: url(../images/img-plogin.png);
  background-position: center;
  background-repeat: no-repeat;
  height: 150px;
  }
   .lists-7 >div  {
  margin:10px;
  padding:10px;
  border-radius:5px;
  background-color:#fff;

}

.lists-7 .title {
  display:block;
  margin:10px 0px;
  border-bottom:1px solid #efeeed;
  line-height:2em;
  background-color:#fff;
}
.lists-7 .b1 {
  display:block;
margin:auto;
border-radius:40px;
width:80px;
height:80px;
background-color:#009C0C;
line-height:80px;
color:#fff;
}