@charset "UTF-8";
/* CSS Document */
html{font-size:62.5%;}
*{font-family:"微软雅黑"; margin:0;padding:0;border:none;}
html,body,.wrap{height:100%;background:#f2f2f2;}
body{background:#f5f5f5; color:#5d5d5d;}
ul,li{margin:0;padding:0;list-style:none;}
a{ text-decoration:none;}
i,em{ font-style:normal;}
input[type=button],input[type=submit],button{-webkit-appearance: none; border-radius:0;}
.wrap{margin:0 auto; background:#f5f5f5; padding-bottom:0; position:relative;width:100%;max-width:70rem;}
.clear{clear:both;height:0;line-height:0;}
.fl{float:left;}
.fr{float:right;}

/*添加收货地址*/
.list_address ul{width:100%;overflow:hidden;}
.list_address li{padding:1rem 1.2rem 0 3.6rem;border-bottom:1px solid #d4d4d4;position:relative;overflow:hidden;}
.list_address .select{width:1.8rem;height:1.8rem;position:absolute;top:2.8rem;left:1.2rem;}
.list_address .select img{width:100%;}
.list_address .name,.list_address .tel{margin-left:2.8rem;font-size:1.5rem;line-height:3.2rem;float:left;}
.list_address .address{margin-left:2.8rem;font-size:1.3rem;color:#6a6a6a;line-height:1.6rem;margin-bottom:1rem;}
.list_address .delete{position:absolute;right:-6.4rem;top:0;height:12rem;width:6.4rem;font-size:1.6rem;padding-top:2.2rem;line-height:2.4rem;text-align:center;background:#999;color:#fff;}

