﻿.user_wallet .filter-list {
  padding: 18px 0;
  list-style-type: none;
  font-size: 16px;
  line-height: 1.25; border-bottom: 1px solid #e0e0e0;
}
.user_wallet .filter-list li b{
  color: #ff6700; font-weight: normal;
}


.buy_list{}
.buy_list .buy_item{width: 18%; margin-right: 2%; margin-top: 20px; height: 100px; border: 1px solid #ccc; padding: 10px; position: relative; cursor: pointer;}
.buy_list .buy_item .type{background: #f2a046; color: #fff; border-radius: 6px 0 6px 0; padding: 2px 6px; position: absolute; right: -5px; top: -5px; font-size: 14px;}
.buy_list .buy_item .selected{display: none; position: absolute; right: -1px; bottom: -1px; background: linear-gradient(135deg, transparent 50%, #f2a046 50%); width: 26px; height: 26px; text-align: right; color: #fff; line-height: 36px; }
.buy_list .buy_item.on .selected{display:block;}
.buy_list .buy_item .price {color: #f2a046;}

.pay{width: 180px; height: 45px; line-height: 45px; text-align: center; font-size: 18px; background: #f2a046; color: #fff;}
.pay a{color: #fff;}


.banklist p {height: 46px; line-height: 40px; width: 80px; font-size: 16px;}
.bgbank.active{border: 1px solid #ccc;}

#alipay {display: block; width: 150px; height: 50px; float: left; border-radius:5px; background: #fff url(/public/images/show/pc/bank.png) center -870px no-repeat;}

#wechat {display: block; width: 150px; height: 50px; border-radius:5px; float: left; background: #fff url(/public/images/show/pc/bank.png) center -818px no-repeat;}



.looktelmark{width: 100%; height: 100%; background: rgba(0,0,0,0.3); position: fixed; top: 0px; left: 0%; display: none; z-index: 99;}
.looktel{width: 450px; height: 360px; padding: 50px; text-align: center; background-color: #fff; position: fixed; z-index: 100; left: 50%; margin-left: -225px; top: 50%; margin-top: -180px; display: none;}
.looktel .looktelbox {background: #657B92; height: 375px; color: #fff;}

.looktel .looktelbox a{ display: block; width: 180px; height: 40px; margin: 0 auto; margin-top: 1rem; line-height: 40px; color: #fff; background: #f60; border-radius: 8px;}
.qrcode-box .code-box{width: 150px; height: 150px; margin: 20px auto;}
.qrcode-box .code-box canvas{width: 100%; height: 100%;}
.qrcode-box .qrcode-title-box{ font-size: 21px; color: #333;}
.qrcode-box .qrcode-title-box span{ font-size: 14px; color: #999; line-height: 14px; margin-left: 20px; }

.explain{border-top: 1px solid #ccc;width: 100%;}
.explain .explain_tit{height: 40px; line-height: 40px;}
.explain .explain_txt{line-height: 1.6;}
