/*index/index页面css*/
.openbox{height:600px;}
select{display:inline-block;padding:5px;border: 1px solid #eee;
padding: 5px 10px;
border-radius: 5px;
}
.mylist select:not(:last-child){margin-right:10px;}


#addresslist .mylist{position:relative;border:1px solid #E8EBF1;padding:10px;border-radius:6px;}
#addresslist .mylist:not(:last-of-type){margin-bottom:10px;}

.close_address{position:absolute;right:-8px;top:-8px;z-index:999;color:red;}

#openbox_budan .opensubbox{width:800px;}
#budanaddresslist ul{width:49%;margin-right:2%;cursor:pointer;}
#budanaddresslist ul:nth-of-type(2n){margin-right:0;}
#budanaddresslist ul .addresss{padding:10px;border:1px solid #eee;border-radius:6px;position:relative;}
#budanaddresslist ul:not(:last-of-type){margin-bottom:10px;}

#openbox_budan span.radio label{margin-right:20px;}

#budanaddresslist ul.cur .addresss{border:1px solid red;}
#budanaddresslist ul.cur .addresss:before{font-family:'iconfont';content:'\e68b';font-size:24px;right:0;bottom:-2px;color:red;z-index:999;position:absolute;}
#budanaddresslist ul .addresss p:first-of-type{margin-bottom:10px;font-size:18px;}

.budanbox{padding:10px;border:1px solid #eee;margin-top:10px;border-radius:6px;position:relative;}


.close_budan{position:absolute;right:-8px;top:-8px;z-index:999;color:red;}
#openbox_addresslist{z-index:100;}