/*admin css*/
html,body,ul,ol{margin:0;}
ul,li,ol,a,a:link,a:hover{text-decoration:none;list-style:none}
.maxwidth{width:100%;max-width:1300px;margin-left:auto;margin-right:auto;}
.overhide{overflow: hidden;}
.hide{display: none;}
.size12{font-size: 12px;}
.size10{font-size: 10px;}
.size13{font-size: 13px;}
.size14{font-size: 14px;}
.size16{font-size: 16px;}
.size18{font-size:18px;}
.size20{font-size: 20px;}
.martop10{margin-top:10px;}
.marbottom10{margin-bottom:10px;}
.fontbold{font-weight: bold;}
.lineh1226{line-height: 26px;}
.margin5{margin: 5px;}
.margin10{margin:10px}
.marlr5{margin:0 5px}
.marlr10{margin:0 10px}
.marlr15{margin:0 15px}
.marlr20{margin:0 20px}
.martb5{margin:5px 0}
.martb10{margin:10px 0}
.martb15{margin:15px 0}
.martb20{margin:20px 0}
.martb30{margin:30px 0}
.padlr5{padding:0 5px}
.padlr10{padding:0 10px}
.padlr20{padding:0 20px}
.padtb5{padding:5px 0}
.padtb10{padding:10px 0}
.padding5{padding:5px}
.padding10{padding:10px}
.padding15{padding:15px}
.no-padding{padding: 0;}
.no-margin{margin: 0;}
.br10{height: 10px;}
.br15{height: 15px;}
.br5{height: 5px;}
.borran5{border-radius: 5px;}
.borran10{border-radius: 10px;}
.borran15{border-radius: 15px;}
.borran20{border-radius:20px;}
.borran30{border-radius:30px;}
.borran100{border-radius:50%;}
.borderccc{border: 1px solid #CCCCCC;}
.borderbottom{border-bottom: 1px solid #CCCCCC;}
.borderbottome{border-bottom: 1px solid #eeec;}
.no-border{border: none;}
.boxshad{box-shadow: #CCCCCC 3px 3px 3px;}
.T15L10{margin:15px 10px}
.lineccc{height:1px;border-bottom: 1px solid #CCCCCC;}
.LR5{margin:0 5px}
.fixed{position: fixed;}
.block{display:block;}
.fixed{display: fixed;}
.flex{display: flex;}
.flex-row{flex-direction: row;}
.flex-grow1{flex-grow: 1;}
.flex-column{flex-direction: column;}
.flex-around{justify-content: space-around;}
.center{margin-left: auto;margin-right: auto;}
.flex-between{justify-content:space-between;}
.flex-start{align-items: start;}
.flex-end{justify-content: flex-end;align-items: flex-end;}
.flex-align-end{align-items:flex-end;align-content:flex-end;}
.flex-align-center{align-items:center;}
.flex-justify-center{justify-content:center;}
.flex-reverse{flex-direction:row-reverse}
.b100{width: 100%;}.h100{height: 100%;}
.w95{width: 95%;}
.pull-top{position:fixed;top:0;z-index:90000;}
.pull-bottom{position:fixed;bottom:0;z-index:90000;}
.pull-left{float: left;}
.pull-right{float: right;}
.text-center{text-align: center;}
.text-left{text-align: left;}
.text-right{text-align: right;}
.color-red{color: red;}
.color-344{color:#34495e}/*偏灰蓝*/
.color-555{color:#555556}/*偏灰*/
.color-yellow{color: yellow;}
.color-green{color: #13CE66;}
.color-blue{color:#007AFF}/*偏蓝*/
.color-fff{color: #ffffff;}
.color-ccc{color: #CCCCCC;}
.color-eae8e8{color: #eae8e8;}
.color-orange{color:orange}/*偏灰蓝*/
.bg-2aa{background:#03aa90}/*主绿*/
.bg-eae8e8{background: #eae8e8;}
.bg-fff{background: #FFFFFF;}
.bg-red{background:red;}
.bg-ccc{background:#CCCCCC;}
.bg-8d8{background:#8d8dc4;}
.cursor{cursor:pointer}
[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*/
.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 */

.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{min-width: fit-content;}
.width-contentmax{min-width: max-content;}
.text-ellipsis{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
.text-decoration{text-decoration:line-through}