@charset "utf-8";

/* ================================ */
/* 触屏版首页相关样式类型				*/
/* ================================ */
body{font-size:0.5rem;line-height: 1.5}
input[type="text"],input[type="password"]{border: 0}

/*钱包首页*/
.bg{width:100%;position: fixed;height:100%;top:0;left:0;z-index: 10;display:none;background-color: rgba(0,0,0,0.7);}
.explain{background:url('../images/explain.png') no-repeat center center;background-size: 14px;padding-right: 14px;position: relative;top: -4px;}
.over_wrapper a,.over_wrapper p,.over_wrapper span{font-family: '微软雅黑';}
.over_con{min-height: inherit;overflow: hidden;background: #ff5252;}
.over_num{padding: 25px 0;margin-left: 5%;color:#fff;min-width:50%;float:left;}
.over_num a{font-size:0.8rem;color:#fff;}
.over_num p{font-size: 14px;}
.over_num_more{padding-top: 25px;margin-right: 5%;color:#fff;min-width:20%;float:right;text-align:right;color:#fff;}
.over_num_more a{font-size: 0.6rem;color:#fff;}
.over_num_more span{width: 8px;height: 8px;margin: 0.3rem 0 0 0.1rem;float: right;border-top: 2px solid #fff;border-right: 2px solid #fff;transform: rotate(45deg);}
.over_num span{font-size:1.5rem;display:block;}
.over_heng{background-color: #f3f3f3;min-height: inherit;}
.over_descript span{float:left;width: 44%;border:none;border-radius: 4px;margin-left: 4%;display:block;text-align:center;line-height:38px;color: #fff}
.over_descript .over_casan{/*box-shadow: 0 3px 0 #d39d0b;*/color: #333;}
.popup-box{position: fixed;top:40%;left:10%;width: 80%;text-align: center;display: none;z-index: 11;background-color: #fff;}
.popup-box span{color: #333;display: block;padding:20px 5px;}
.popup-box p{color: #3697FF;line-height: 40px;border-top: 1px solid #ddd;}
.over_wrapper {width: 100%;position: relative;max-width: 640px;min-width: 320px;overflow: hidden;margin: 0 auto;font-size: 0.7rem;background-color: white;padding-bottom: 0.5rem;}
.over_sion {width:50%;float:left;height:90px;}
.over_sion_title {font-size:0.6rem;color: #333;display: inline-block;overflow: hidden;padding-left:0.5rem;padding-top:0.5rem;}
.over_sion img{width:20px;margin-left:4px;}
.over_sion_num {display: block;padding-left:10px;font-size:0.8rem;color:#ff5252;}
.over_descript {font-family:"STHeitiSC Light";padding-top:20px;}
.over_tixsa {width:43%;height:38px;background-color:#F45353;}
.over_casan {width:43%;height:38px;background-color:#E8D124;}

/*提现*/
.withdraw{background-color: #f7f7f7;}

.withdraw ul{margin-top: 10px;background-color: #fff;border-width:1px 0 1px 0;border-color: #ddd;border-style: solid;}
.withdraw ul li{padding: 10px 3%;border-bottom: 1px solid #eee;font-size: 0.6rem;line-height: 1rem}
.withdraw ul li:last-child{border:none;}
.withdraw ul li span{width: 3rem;display:inline-block;padding-right: 0.5rem;}
.withdraw .sel_account p{margin-top: 10px;background-color: #fff;padding: 10px 3%;color: #666;border-width: 1px 0 1px 0;border-color: #ddd;border-style: solid;overflow: hidden;line-height: 1rem}
.withdraw .sel_account p i{float: right;width: 8px;height: 8px;border-width: 1px 1px 0 0;border-color: #333;border-style: solid;transform:rotate(45deg);-webkit-transition:rotate(45deg);-moz-transition:rotate(45deg);-o-transition:rotate(45deg);margin-top: 5px;}
.withdraw .sel_account p span{padding-left: 10px;float: right;}
.withdraw .withdraw_submit{width:94%;margin:10px 3% 0;background-color: #f73030;color: #fff;text-align: center;padding:7px 0;border-radius: 4px;}
.withdraw ol{padding:0 3%;list-style-type: disc;margin-top: 10px;}
.withdraw ol li{font-size: 0.55rem;color: #666;transform:scale(calc(11/12));-webkit-transform:scale(calc(11/12));}
.withdraw .addcoupon-box{background-color: #fff;width:80%;margin:0 10%;position: fixed;top:37%;z-index: 11;display: none;border-radius: 4px;}
.withdraw .addcoupon-box h4{text-align: center;padding:14px 0;font-weight: normal;font-size: 14px;}
.withdraw .addcoupon-box input{width:calc(90% - 13px);margin:0 5%;background-color: #eee;padding:8px 0 8px 13px;border-radius: 4px;}
.withdraw .addcoupon-box p{color: #f73030;font-size: 14px;width:calc(50% - 0.5px);padding:9px 0;float: left;text-align: center;}
.withdraw .addcoupon-box .coupon_btn_line{width:1px;background-color: #ddd;height: 1rem;}

/*提现账号*/
.banklist{background-color: #f7f7f7;}
.banklist .bg-area{background-color: #f7f7f7;height: 10px;}
.banklist ul li{background-color: #fff;margin-bottom: 10px;border-width: 1px 0 1px 0;border-color: #ddd;border-style: solid;position: relative;}
.banklist ul p{overflow: hidden;border-bottom: 1px solid #eee;padding: 0 3%;}
.banklist ul p:last-child{border:none;}
.banklist img{display: block;width:25px;height: 25px;float: left;margin-top: 7px;}
.banklist ul em{float: right;font-size: 12px;}
.banklist .bank_title em{line-height: 40px;font-size: 15px;}
.banklist .bank_name em{margin-left: 20px;line-height: 30px;}
.banklist span{position: absolute;bottom: 5px;left:3%;color: #f73030;}
.banklist .add_bank{border-bottom: 1px solid #eee;border-top: 1px solid #eee;background: #fff;text-align: center;padding: 10px 0;}
i.add-account-icon{background: url('../images/add-account-icon.png') no-repeat left center;background-size: 15px;padding-right: 22px;}

/*添加提现账号*/
.addbankcard{background-color: #f7f7f7;}
.addbankcard .addbank_title{margin: 10px 3%;border:1px solid #f73030;border-radius: 4px;overflow: hidden;}
.addbankcard .addbank_title li{float: left;width:50%;text-align: center;padding: 6px 0;color: #f73030;background-color: #fff;}
.addbankcard .addbank_title li.show{background-color: #f73030;color: #fff;}
.addbankcard ol{margin-bottom: 10px;border-width: 1px 0 1px 0;border-color: #eee;border-style: solid;}
.addbankcard ol li{background-color: #fff;padding: 10px 3%;border-bottom: 1px solid #eee;}
.addbankcard ol li:last-child{border:none;}
.addbankcard ol li input{width:150px;line-height: 1rem}
.addbankcard ol li span{display: inline-block;width: 75px;line-height: 1rem}
.addbankcard ol li em{float: right;}
.addbankcard ol li img{float: right;}
.addbankcard .tab{display: none;}
.addbankcard .tab.show{display: block;}
.addbankcard .addcard-submit{margin: 0 3%;background-color: #f73030;text-align: center;color: #fff;border-radius: 4px;padding: 8px 0;}
.addbankcard .bank-box{z-index:11;background-color: #fff;width: 94%;position: fixed;bottom: -100%;height:200px;overflow-y: scroll;padding:0 3%;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s;}
.addbankcard .bank-box.show{bottom: 0;}
.addbankcard .bank-box li{border-bottom:1px solid #eee;padding:8px 0;background: url('/public/app/wap/statics/images/wap/sel.png') no-repeat right center;background-size: 0px;}
.addbankcard .bank-box li.act{background-size: 20px;}
.addbankcard .bank-box li:last-child{border:none;}
