/*orders/index页面css*/
select{display:inline-block;padding:5px;border: 1px solid #eee;
padding: 5px 10px;
border-radius: 5px;
}
.addressselectbox select:not(:last-child){margin-right:10px;}
.addressselectbox span.select{display:none;}
.detail-title{padding-bottom:10px;}
tr.mylistp{background:#f2f2f2;}
.select-input{width:100px;}
#detailbox{
    max-height:300px;
    overflow-y: auto;
}
#detailbox .preview{height:32px;}
#detailbox tr td{padding:3px 5px;}

.mylistp td{background:#F5FAFF;}
.truename_mobile{margin-right:10px;}

#detail{width:800px;}
.prolists{padding:10px;margin-bottom:10px;border:2px solid #DDDDDD;}
/*.prolists:not(:last-of-type){border-bottom:1px solid #eee;}*/
.proliststh{padding:10px;border-bottom:0 solid #eee;background:#F5FAFF;}
.tblist .mylistp td{border-bottom:2px solid #ddd;}
.tblist tr.submylist:not(.myfirst) td{border-bottom:1px solid #ddd;}
.tblist tr.submylist td:first-of-type{border-left:1px solid #ddd;}
.tblist tr.submylist td:last-of-type{border-right:1px solid #ddd;}
.tblist tr.submylist td{padding:15px 10px;}
.openboxs-cont{
overflow:hidden;
}
.scrollable {
  height: 600px;
  overflow-y: scroll; /* 或 auto */
}

/* Chrome, Safari, 新版 Edge */
.scrollable::-webkit-scrollbar {
  display: none;  /* 隐藏滚动条 */
  /* 或 width: 0; height: 0; */
}

/* Firefox */
.scrollable {
  scrollbar-width: none;  /* 隐藏滚动条 */
}

/* IE/Edge 旧版 */
.scrollable {
  -ms-overflow-style: none;  /* 隐藏滚动条 */
}