/*admin css*/
html,body,ul,ol{margin:0;}
html{background: #fafafa;}
ul,li,ol,a,a:link,a:hover{text-decoration:none;list-style:none}
.maxwidth{width:100%;max-width:1800px;margin-left:auto;margin-right:auto;}
.margin5{margin: 5px;}
.margin10{margin:10px}
.marlr5{margin:0px 5px}
.marlr10{margin:0px 10px}
.marlr15{margin:0px 15px}
.marlr20{margin:0px 20px}
.martb5{margin:5px 0px}
.martb10{margin:10px 0px}
.martb15{margin:15px 0px}
.martb20{margin:20px 0px}
.martb30{margin:30px 0px}
.padlr5{padding:0px 5px}
.padlr10{padding:0px 10px}
.padtb5{padding:5px 0px}
.padtb10{padding:10px 0px}
.padding5{padding:5px}
.padding10{padding:10px}
.padding15{padding:15px}

ul,li,a{list-style-type:none;text-decoration:none;}
.cursor-pointer{cursor: pointer;}
.ios-appearance-none{-webkit-appearance:none;}
/* iPhoneX搴曢儴瀹夊叏鍖� */
.safe-area-inset-bottom {
  padding-bottom: 0;  
  padding-bottom: constant(safe-area-inset-bottom);  
  padding-bottom: env(safe-area-inset-bottom);  
}
 
 /* #ifndef H5 */
.bar-height{height:var(--status-bar-height);}
.bar-top{top:var(--status-bar-height);}
.bar-top-margin{margin-top:var(--status-bar-height);}
.bar-top-padding{padding-top:var(--status-bar-height);}
/* #endif */
.b100{width:100%;}
.h100{height:100%;}
.w95{width:95%;}
.width-bb{width:100%;}
.height-bb{height:100%;}
.lr-auto{margin-left:auto;margin-right:auto;}
.no-padding{padding:0;}
.no-margin{margin:0;}
.no-border{border:none;}
.no-border-radius{border-radius:0;}
.border-radius-b{border-radius:50%;}
.overhidden{overflow:hidden;}
.hide{display:none;}
.block{display: block;}
.inline-block{display: inline-block;}

.font-weight{font-weight:bold;}
.text-indent{text-indent:2em;}

.text-center{text-align:center;}
.text-left{text-align:left;}
.text-right{text-align:right;}
.text-start{text-align:start;}
.text-end{text-align:end;}

.text-overline{text-decoration:overline;}
.text-through{text-decoration:line-through;}/*涓垹闄ょ嚎*/
.text-underline{text-decoration:underline;}/*涓嬪垹闄ょ嚎*/
.text-no-line{text-decoration:none;}

.absolute{position:absolute;}
.absolute-center{display: flex;justify-content: center;left:50%;right:50%;}
.fixed{position:fixed;}
.relative{position:relative;}
.zindex-1{z-index:-1;}
.zindex0{z-index:-1;}
.zindex1{z-index:-1;}
.zindex2{z-index:-1;}
.zindex3{z-index:-1;}
.zindex1000{z-index:1000;}
.zindex10000{z-index:10000;}
.zindex99999999{z-index:99999999;}
.left{float:left;}
.right{float:right;}

.disabled{color:#ACA899;}
.disabledbg{background:#ebebeb;}
.flex{display:flex;}
.flex-row{flex-direction: row;}
.flex-row-reverse{flex-direction: row-reverse;}
.flex-column{flex-direction:column;}
/*鍗曡酱绾垮榻�*/
.flex-justify-center{justify-content: center;}
.flex-justify-end{justify-content: end;}/*margin-left:auto;鍙В鍐充笉鍙冲榻愰棶棰�*/
.flex-items-start{align-items: flex-start;}
.flex-items-center{align-items: center;}
.flex-items-baseline{align-items: baseline;}/*绗竴琛屾枃瀛楀熀绾垮榻�*/
.flex-items-end{align-items: flex-end;}
/*澶氳酱绾垮榻�*/
.flex-between{justify-content:space-between;}
.flex-around{justify-content:space-around;}
.flex-align-end{align-content:flex-end;}
.flex-align-center{align-content:center;}

.flex-wrap{flex-wrap:wrap;white-space:pre-wrap;word-break:break-all;}

.width-content{width: fit-content;}

[v-cloak]{display: none;}
pre{background:#3eafff;color:#ffffff;padding:10px;border-radius:10px;}
.scrollbox{overflow-y: auto;height:100%;position: absolute;}
/*exts*/
.plane{box-shadow:#F2DEDE 0 2px 3px;border-radius: 6px;}
.planeul li{border-radius: 6px;margin:5px 0;padding:0 5px;}
.planeul li:hover i{border-bottom:1px solid orange;color: orange;}
/*el*/
.el-drawer__header{margin-bottom: 10px;}
.el-image{display: block}
/*form*/