/*index/index页面css*/
.openbox{height:600px;}
.drop-zone {
    position: relative;
    border: 2px dashed #d0d9e6;
    border-radius: 16px;
    padding: 10px;
    text-align: center;
    background: #fafcff;
    transition: border-color 0.25s ease, background 0.25s ease, transform 0.2s ease;
    cursor: pointer;
    overflow: hidden;
}
.upload-icon {
    display: inline-block;
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, #eef4ff, #e0e9ff);
    border-radius: 50%;
    line-height: 64px;
    font-size: 28px;
    color: #4a6cf7;
    margin-bottom: 16px;
    transition: background 0.3s ease, transform 0.3s ease;
}
.file-list {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-height: 200px;
    padding-right: 4px;
}
.file-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 16px;
    background: #f7faff;
    border-radius: 12px;
    border: 1px solid #e8eef6;
    transition: background 0.2s ease, border-color 0.2s ease;
    animation: slideUp 0.25s ease;
}
.file-item .file-info {
    flex: 1;
    min-width: 0;
}
.file-item .file-icon {
    font-size: 22px;
    flex-shrink: 0;
    width: 32px;
    text-align: center;
}
.file-item .file-remove {
    background: none;
    border: none;
    font-size: 18px;
    color: #a0b2c8;
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 8px;
    transition: background 0.2s ease, color 0.2s ease;
    line-height: 1;
    flex-shrink: 0;
}
.opensubbox{max-width:800px;}
select{display:inline-block;padding:5px;border: 1px solid #eee;
padding: 5px 10px;
border-radius: 5px;
}
#mytab1 .addmenu a:not(:last-child) {
    margin-right:3px;
}
.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;}

.tblist tr:hover td{background:#f2f2f2;}

.address .hst-badge{ width:18px;height:18px;text-align:center;line-height:18px;}
.address .hst-badge.none{display:none;}

.auto_btn{bottom:0;right:0;z-index:999;}
.prolist a{margin-bottom:10px;

position: relative;
    display: inline-block;
    padding: 3px 6px;
    font-size: 12px;
    text-align: center;
    color: #666;
    border-radius: 2px;
	border:1px solid #eee;
}
span.stat0,span.stat1{color:#333;background:none;}
.pricebox span{font-size:16px;color:#f40;}

#prodetail tr td{border-bottom:1px solid #f2f2f2;padding:6px 5px;font-size:1.0rem;}
.ishj td{color:#999;}

.poclist{min-height:300px;}
#poclist{margin-top:30px;margin-bottom:30px;}

#poclist li{margin-right:10px;cursor:pointer;}
#poclist li span{display:inline-block;padding:3px 6px;border:1px solid #ccc;border-radius:5px;}
#poclist li.cur span{border:1px solid green;background:#009688;color:#fff;}

#poc a{display:inline-block;margin-right:20px;position:relative;}
#poc a:last-child{margin-right:0;}
#poc a span {
    display: inline-block;    
    width: 24px;
    height: 24px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #bbb;
    background: #e0e0e0;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s ease;
    z-index: 2;
    font-weight: 400;
	margin-left:2px;
}

#filelist{display:block;padding:10px 0;}