@charset "utf-8";  
/*\\5B8B\4F53,arial,serif font-family:"Microsoft Yahei"; */
/* */
.scroll::-webkit-scrollbar{ width:6px; }
.scroll::-webkit-scrollbar-thumb{ background-color:rgba(0, 0, 0, 0.2); background-clip:padding-box; min-height:28px; }
.scroll:hover::-webkit-scrollbar{ background-color:#fff; display:block; }  
.scroll::-webkit-scrollbar-track-piece{ background-color:rgba(0, 0, 0, 0); border-left:1px solid rgba(0, 0, 0, 0); } 

/**{ font-family: "微软雅黑", "Microsoft Yahei", Arial, Helvetica, sans-serif; font-size: 14px; }*/

*:focus { outline: none; }
body,div{ box-sizing: border-box; vertical-align: top; margin:0; padding:0; }
html,body { height: 100%; }
hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,fieldset,legend,button,input,textarea,th,td{ margin:0; padding:0; line-height: 20px; } 
ol, ul, li, dl, dd, dt { list-style:none;  }
h1{ padding: 0; margin: 15px 0;  }

i,em{ font-style: normal; display: inline; }
a{ color: #333; text-decoration:none; line-height: 20px; display: inline; font-size: 12px; }
a:active,a:hover{ text-decoration:none; color: #333; }
span{ display: inline; font-size: 12px; }

input{ box-sizing: border-box; border-radius: 2px; border:1px solid #e5e5e5; padding:7px; }
input,select,textarea{ -webkit-tap-highlight-color:rgba(0,0,0,0); }  
input::-webkit-input-placeholder { color: #aab2bd; }  
input[type="button"]{ border:1px solid #00f; background: #00f; color: #fff; padding: 7px 25px; }  
input[type="submit"]{ border:1px solid #00f; background: #00f; color: #fff; padding: 7px 25px; }  
input[type="button"]:disabled,input[type="submit"]:disabled { border: 1px solid #f2f2f2; background-color: #f2f2f2; color: #666;  box-shadow: none; } 
textarea{ box-sizing: border-box; border:1px solid #e5e5e5; padding:4px; resize:none; border-radius: 2px; font-family: "微软雅黑", "Microsoft Yahei", Arial, Helvetica, sans-serif; }
textarea:focus{ outline:0; }
select{ border: 1px solid #ddd; padding:7px; border-radius: 2px; }

.btn{ background-color: #00f; padding: 6px 20px; border: none; color: #fff; }
.abtn{ background-color: #fff; color: #00f; padding: 5px 20px; border: 1px solid #ddd; } 
.btn_round{ border: 1px solid #ddd; border-radius: 50px; width: 20px; height: 20px; line-height: 20px; font-size: 16px; text-align: center;  } 

label{ font-size: 12px; }
.radio{ display: inline-block; }
.radio input[type=radio]{ padding: 0 0 3px 0; display: inline-block; border-radius: 0;  }
.radio label{ padding: 0 20px 3px 0; } 

.radio-item{ display: inline-block; vertical-align: sub; cursor: default; padding: 5px 0 0 0; } 
.radio-box{ display: inline-block; padding: 0 22px 0 0;  } 
.radio-css{ display: inline-block; border: 1px solid #ddd; width: 14px; height: 14px; border-radius: 14px;  } 
.radio-css.checked{ background-color: #00f; border: 1px solid #00f; position: relative; 
    /* 用 box-shadow 创建红色实心圈 */
    box-shadow: 0 0 0 2px #fff inset;  background-clip: content-box; } 
.radio-name{ display: inline-block; line-height: 14px; } 
 

.bk{ display: block; }
.in{ width: 100%; }
.bg{ position: fixed; top: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); justify-content: center; align-items: center; z-index: 2; }
    /*opacity: 0;
    transition: opacity 0.3s ease; */

.bgfff{ background: #fff; }
.b1{ border: 1px; }
.name{ padding: 10px; }
.center{ text-align: center; }
.input-wrapper { width: 100%; position: relative; border: 1px solid #ddd; background: #ffffff; overflow: hidden; }
.input-wrapper .input{  padding-right:25px; border: none; color: #04233e; } 
.input-wrapper:focus-within { background: #fff; } 
.clear-btn { position: absolute; width: 20px; height: 20px; right: 5px; top: 50%;
    transform: translateY(-50%); 
    border: none; border-radius: 50%; background: #f0f4fa; 
    font-size: 0.8rem; line-height: 1; color: #3d658b;
    cursor: pointer; display: flex;
    align-items: center; justify-content: center; 
    transition: all 0.2s ease; opacity: 0; visibility: hidden;
    pointer-events: none; 
    padding: 0;
    font-weight: 400;
    user-select: none;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

/* 当父容器获得焦点时 (通过 :focus-within)，让删除按钮出现 */
.input-wrapper:focus-within .clear-btn {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    /* 可以点击 */
} 

table{ border:none; border-collapse:collapse; border-spacing:0; } 
.w{ width: 100%; }
.pb{ padding-bottom:10px; }
.mb10{ margin-bottom:10px; }

.box{ }
.dot{ width: 0; height: 0; overflow: hidden; }
.row{  }
.lrow{ padding: 7px 0; border-bottom: 1px solid #ddd; }     /*列表ROW*/
.col{ display: inline-block; }
.p10{ padding-bottom: 10px; }
.pr10{ padding-right:10px; }
.m10{ margin: 0 0 10px 0; }

.clearfix:after { display:block; height:0; clear:both; visibility:hidden;}
.clear{ clear:both; zoom:1; }
img{ vertical-align:middle; border:0; } 
.img img{ width: 100%; height: 100%; object-fit: cover; transition: all .5s ease .1s; } 
.justify_fix { display: inline-block; *display: inline; *zoom: 1; width: 100%; height: 0; overflow: hidden; }
.text_more{ overflow: hidden; text-overflow: ellipsis; white-space: normal; display: -webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2; } 

/*提示*/ 
.alert_box{ position: fixed; z-index: 10000; }
.alert_box span{ padding:20px 38px; font-size:12px; background:#000; color:#fff; border-radius:5px; }
.alert_box span:before{ content:' '; } 
.alert_progress_box{ width: 260px; position: fixed; z-index: 10001; background: #f8f8f8; border-radius:1px; padding: 15px 20px 20px;  }
.alert_progress_name{ padding: 0 0 5px; font-size: 12px; }
.alert_progress_bar{ height: 10px; background: #f2f2f2; border-radius: 20px; overflow: hidden; }
.alert_progress_bar i{ height: 10px; background-color: #00f; border-radius: 1px; display: inline-block; }

.alert_loading_box{ width: 200px; position: fixed; z-index: 10001; background:#f8f8f8; border-radius:5px; padding: 30px 20px;  }
.alert_loading_name{ padding: 0 0 10px; text-align: center; }
.alert_loading_bar{ text-align: center; font-size: 14px;  } 

.popup_box_bg{ background:#333; width:100%; height:100%;  margin:0; padding:0; top:0; left:0; position:fixed; opacity:0.5; }
.popup_box{ width:502px; top:0; margin:0; padding:0; top:0; position: fixed; background: #fff; }
.popup_box .popup_con{  }
.popup_box .popup_close{ position: absolute; right: 0; z-index: 1; }
.popup_close{  position: relative; width: 26px; height: 26px; background: #f8f8f8; margin: 10px 10px 0 0; text-align: center; line-height: 26px; font-size: 26px;  }
 

/*transform:rotate(90deg);*/ 
.dg_lbox .con{ width:100%; background:#fff; overflow-y:scroll; }

/*弹窗分页*/
.ajax_page{ width: 100%; padding: 0 20px 0 0; box-sizing: border-box; }
.spage{ padding:0; margin-top:10px; background:#fff; }
.spage a{ padding:3px 10px; border:1px solid #ddd; background:#fff; color:#333; margin:0 -1px 0 0; }
.spage span a{ color:#fff; background:#00f; font-weight:100; border:1px solid #00f; margin:0; }


/* 编辑 */
a.edit{ padding:2px 0; font-size:12px; color:#012EE0; margin:0 10px 0 0;  }
a.del{ padding:2px 0; margin:0 10px 0 0; font-size:12px; color:#012EE0; } 
a.view{ padding:2px 5px; margin:0 10px 0 0; font-size:12px; background-position:3px 2px; border:1px solid #999; border-radius:3px; color:#666;  }
a.next{ padding: 2px 0; }
a.edit_address{ padding:4px 10px 4px 25px; font-size:12px; background:url(../../../../public/wapimg/icon/address.png) no-repeat; background-position:3px 2px; border:1px solid #999; border-radius:3px; color:#666666; margin:0 1px; }


._check_box{ border: 1px dashed rgb(252, 129, 129); background-color: rgb(252, 220, 220); position: relative; opacity: 0.2; }



.padding{ padding: 12px 0; } 
.margin{ margin: 7px; } 

.overflow{ overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }


.border_btm{ border-bottom: 1px solid #ddd; padding: 10px 0; }

/*小列表-之后插件撤出*/
.list_row{ width: 100%; border-radius: 3px; margin: 0 0 10px 0; border: 1px solid #ddd; background: #fff; }
.list_row .name{ width: 100%; padding: 5px 0; border-bottom: 1px solid #ddd; background: #eee;   }
.list_row .name span{ padding: 0 0 0 10px; font-weight: bold; font-size: 14px; }
.list_row .con{ width: 100%; padding: 10px; box-sizing: border-box; line-height: 25px; }

.dotbox{ width: 0; height: 0; overflow: hidden; }

/*弹窗编辑*/
table.ptable{ width: 100%; padding: 10px 0; } 
table.ptable tr td:first-child{ width: 90px; text-align: right; padding: 0 10px 0 0; color:#666;  }
table.ptable tr td{ padding: 5px 0; }
table.ptable tr td input[type=text]{ width: 80%; }

.table{ width: 100%; overflow-x: scroll; }

.border{ border: 1px solid #ddd; }

.upload_icon {
    width: 22px; height: 22px; background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAABM0lEQVRoQ+2ZQQ6CMBBFO4Sy5gh6AvEE6o3sArgDLPBGcgS8gd7ANRDGNMEEjSStpQuS3x1JO+38ef3NBBIrH7Ty8wskMFfBqqriruuuzBxHUbRXSj19VNtbBcqyPDLzVR+aiE5pmtZI4IcCqMAcFkDI8MIAISBkiMrcNCAEhICQowJAyFFAuBAQAkITBcY2cOcoynt5IoS4jB9nIUSzRFwp5W3ann5c4qIodAt4XGIjXzGY+Z7n+fYd/zsB3bcefG2+UNxHlmWbnwlohPq+16V3HsMwJERU6UDMrIIgWAShMAybWYScTz0JgJbSUE28xHiJDVFBS2krFFzIUDG4EFzIEBW4kK1QcCFDxeBCcCFDVOBCtkLp9rRt25qIYillsrof3bYJ/zvfmwv9eyDbdatP4AWMU1pA8SK4aAAAAABJRU5ErkJggg=='); background-size: 100%; background-repeat: no-repeat; background-position: center center; bottom: 0; position: relative; display: inline-block;
}

.icon_close {
    width: 16px; height: 16px; border-radius: 16px; line-height: 16px; position: absolute; background-color: rgb(236, 236, 236); right: 0; top: 0; margin-top: -8px; color: rgb(0, 0, 0); text-align: center; cursor: pointer; background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAAXNSR0IArs4c6QAAAOhJREFUKFNNkK1OBEEQhL8ZiQcMDhwKnoDgCCGgLvy8RO8GiUSS3X6JOwgKQggOeAIwoFgc5sCfnCV16Vy23cx81TVVycxegGXgwt3vGIyZHQGXwF8ysw9gE5gBB+7+LNbMdoEHYAn4FCjVOC5+gb1Y+gSsxIKzNFBfx8N3gOuAhCdymYMBbwO3gACNBCN3f9NhAdZ1vVVKEbgRYJdzHjVN874AzWwHuAFWgS5ACabAsbu/pqqqDvu+n0SYac55HqaUojASzlJKp0r9FXaqZ1/q+LNcHmNBJ1CFr6WUztu2vR8WHm5XwM8/LTpTuj+sKgIAAAAASUVORK5CYII='); background-size: 40%; background-repeat: no-repeat; background-position: center center;
}

.close_btn{ min-width: 20px; min-height: 20px; border-radius: 50%; background: #949494; color: white; border: none; font-size: 14px; cursor: pointer;display: flex; justify-content: center; align-items: center; }


.sa_btn{ width: 38px; height: 26px; background: #0000FF; color: white; border: none; font-size: 14px; cursor: pointer;display: flex; justify-content: center; align-items: center; }
 

/*图片*/
.upload_box{ width:100px; height:100px; margin:0 10px 0 0; box-sizing:border-box; border:1px solid #ddd; position:relative; border-radius: 3px; background:#fff; cursor: pointer; overflow: hidden; }
.upload_btn{ width: 100%; height: 100%; position:absolute; }  
.upload_btn .up_icon{ width: 100%; height: 53%; position: relative; text-align:center; z-index: 1;   }
.upload_btn .up_icon i{ width: 22px; height: 22px; background-size: 100%; background-repeat: no-repeat; background-position: center center; position: absolute; bottom: 0; margin: 0; padding: 0; margin-left: -11px;  } 
.upload_btn .up_text{ width: 100%; height: 30%; padding-top: 8px; position: relative; text-align: center; color: #666; z-index: 1; font-size:12px; }
.upload_ibox{ z-index: 1; align-items: center; justify-content: center; display: flex;  }
.upload_img{ position: absolute; overflow: hidden; vertical-align: middle; background: #fff; z-index:1; }
.upload_img img{ border-radius: 3px; }
.upload_img .upd{ display: none; }
.upload_box:hover .upload_img .upd{ display: block; position: absolute; width:100%; height:100%; left:0; top:0; background:rgba(0,0,0,0.3); border-radius:2px; }
.upload_box:hover .upload_img .upd .delbtn{ position: absolute; width:100%; height:100%; left:44%; top:40%; color:#fff; }

/*BUTTON*/
button.fbtn{ border: none; font-size: 12px; padding: 8px; font-weight: 100; cursor: pointer; align-items: center; justify-content: center; }



 /* Dialog 样式 */
.dialog-container { position: fixed; top: 0; left: 0; width: 100%; height: 100%; display: none; align-items: center; justify-content: center; z-index: 9999; } 
.dialog-mask { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); } 
.dialog { position: relative; background: white; border-radius:2px; box-shadow: 0 8px 24px rgba(0,0,0,0.15); min-width: 400px; max-width: 90%; display: flex; flex-direction: column; animation: dialogIn 0.3s ease; }
@keyframes dialogIn { from { opacity: 0; transform: scale(0.9); } to { opacity: 1; transform: scale(1); } } 
.dialog-header { padding: 16px 20px; border-bottom: 1px solid #e8e8e8; display: flex; justify-content: space-between; cursor: move; }
.dialog-footer { padding: 12px 20px; border-top: 1px solid #e8e8e8; text-align: right; }
.dialog-btn { margin-left: 12px; padding: 6px 20px; border: none; border-radius: 6px; cursor: pointer; }


/*loading加载*/
/*.loading{ content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 40px; height: 40px; border: 4px solid #f3f3f3; border-top: 4px solid #0000FF; border-radius: 50%; animation: spin 1s linear infinite; z-index: 5; }
@keyframes spin { 0% { transform: translate(-50%, -50%) rotate(0deg); } 100% { transform: translate(-50%, -50%) rotate(360deg); } }*/
