@charset "utf-8";
body{ margin:0; padding:0; font:normal 12px -apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif; }
div,table,th,tr,td,ul,li,dl,dt,dd,ol,form,label,p,img,a{ margin:0; padding:0; border:0;}
h1,h2,h3,h4,h5,h6{ font-size:12px; font-weight:normal; margin:0; padding:0;}
input,textarea,select{ font-size:12px; vertical-align:middle; margin:0; padding:0;}
ul,dl,ol{ list-style:none;}

/*IE6-7去除焦点点状线*/
a:active,a:focus{-moz-outline:none;outline:none;ie-dummy:expression(this.hideFocus=true);}
/*去除IE67下按钮的黑边框*/
input[type=submit],
input[type=reset],
input[type=button]{
  filter:chroma(color=#000000);
}

input,textarea{-webkit-appearance:none;  -webkit-border-radius:0; }
a:link,a:visited{ color:#0070CC; text-decoration:none;}
a:hover{ color:#0070CC; text-decoration:underline;}

/*取消高亮外边框*/
input,button,select,textarea{outline:none;}
::-moz-focus-inner{border:0px;}

.f13{ font-size:13px;}
.f14{ font-size:14px;}
.f15{ font-size:15px;}
.f16{ font-size:16px;}
.gray{ color:#747474; font-size:12px; text-align:center;}
.red{ color:#ff0000; font-size:12px; text-align:center; }


.c{ clear:both;}
.fl{ float:left;}
.fr{ float:right;}
.bold{ font-weight:600;}
.hide{ font-size:0; line-height:0; overflow:hidden; text-indent:-9999px;}

.preloader{ position:fixed; top:0; left:0; width:100%; height:100vh;  z-index:99999; background:#fff;}

.clearfloat{zoom:1} 
.clearfloat:after{display:block; clear:both; content:""; visibility:hidden; height:0} 
.radio-check{width:18px;height:18px; background:url(../images/radio_0.gif) no-repeat; margin:0 3px 0 0; border:0!important; cursor:pointer; }
.radio-check:checked{width:18px;height:18px; background:url(../images/radio_1.gif) no-repeat;}

.input-check{width:16px;height:16px; background:url(../images/cbox_0.gif) no-repeat; margin:0 4px 0 0; border:0!important; cursor:pointer}
.input-check:checked{width:16px;height:16px; background:url(../images/cbox_1.gif) no-repeat;}
[v-cloak]{display: none;}

.zw-pop{
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1000;
}
.zw-pop-toast{
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.5);
}
.zw-pop-box{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 694px;
  height: 412px;
  background: url(../images/zwpayadd.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 1001;
}
.zw-pop-close{
  position: absolute;
  right: 22px;
  top: 22px;
  width: 14px;
  height: 14px;
  background: url(../images/close.gif);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  cursor: pointer;
}
.zw-pop-content{
  margin-top: 73px;
  margin-left: 54px;
}
.zw-pop-h1{
  font-size: 22px;
  font-weight: 700;
  color: #FF8F1F;
  line-height: 22px;
  margin-bottom: 28px;
}
.zw-pop-item{
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: #E0EAFF;
  line-height: 24px;
}
.zw-pop-item-span{
  width: 85px;
  margin-right: 11px;
  font-weight: 700;
}
.zw-pop-btns{
  margin-top: 40px;
  display: flex;
}
.zw-pop-btn-cancel{
  width: 104px;
  height: 32px;
  background: #FAFAFA;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #FAFAFA;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 14px;
  cursor: pointer;
}
.zw-pop-btn-sure{
  width: 104px;
  height: 32px;
  background: #1D42AF;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  border: 1px solid #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 14px;
  margin-left: 12px;
  cursor: pointer;
}
.zw-pop-des{
  margin-top: 40px;
  display: flex;
}
.zw-pop-des-title{
  font-size: 14px;
  font-weight: 700;
  color: #FF8F1F;
  line-height: 24px;
  margin-right: 12px;
}
.zw-pop-des-right{
  font-size: 14px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 24px;
}
.zw-pop-des-con{
  width: 304px;
  height: 48px;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 24px;
}
.ml-4{
  margin-left: 4px;
}
.mr-4{
  margin-right: 4px;
}
.mb-4{
  margin-bottom: 4px;
}
.mt-4{
  margin-top: 4px;
}
.ml-6{
  margin-left: 6px;
}
.mr-6{
  margin-right: 6px;
}
.mb-6{
  margin-bottom: 6px;
}
.mt-6{
  margin-top: 6px;
}
.ml-8{
  margin-left: 8px;
}
.mr-8{
  margin-right: 8px;
}
.mb-8{
  margin-bottom: 8px;
}
.mt-8{
  margin-top: 8px;
}
.ml-10{
  margin-left: 10px;
}
.mr-10{
  margin-right: 10px;
}
.mb-10{
  margin-bottom: 10px;
}
.mt-10{
  margin-top: 10px;
}
.ml-14{
  margin-left: 14px;
}
.mr-14{
  margin-right: 14px;
}
.mb-14{
  margin-bottom: 14px;
}
.mt-14{
  margin-top: 14px;
}
.ml-12{
  margin-left: 12px;
}
.mr-12{
  margin-right: 12px;
}
.mb-12{
  margin-bottom: 12px;
}
.mt-12{
  margin-top: 12px;
}
.ml-16{
  margin-left: 16px;
}
.mr-16{
  margin-right: 16px;
}
.mb-16{
  margin-bottom: 16px;
}
.mt-16{
  margin-top: 16px;
}
.ml-18{
  margin-left: 18px;
}
.mr-18{
  margin-right: 18px;
}
.mb-18{
  margin-bottom: 18px;
}
.mt-18{
  margin-top: 18px;
}
.ml-20{
  margin-left: 20px;
}
.mr-20{
  margin-right: 20px;
}
.mb-20{
  margin-bottom: 20px;
}
.mt-20{
  margin-top: 20px;
}
.mt-22{
  margin-top: 22px;
}
.mb-22{
  margin-bottom: 22px;
}
.ml-22{
  margin-left: 22px;
}
.mr-22{
  margin-right: 22px;
}
.mt-24{
  margin-top: 24px;
}
.mb-24{
  margin-bottom: 24px;
}
.ml-24{
  margin-left: 24px;
}
.mr-24{
  margin-right: 24px;
}
.ml-26{
  margin-left: 26px;
}
.mr-26{
  margin-right: 26px;
}
.mb-26{
  margin-bottom: 26px;
}
.mt-26{
  margin-top: 26px;
}
.ml-28{
  margin-left: 28px;
}
.mr-28{
  margin-right: 28px;
}
.mb-28{
  margin-bottom: 28px;
}
.mt-28{
  margin-top: 28px;
}
.pl-2{
  padding-left: 2px;
}
.pr-2{
  padding-right: 2px;
}
.pb-2{
  padding-bottom: 2px;
}
.pt-2{
  padding-top: 2px;
}

.pl-4{
  padding-left: 4px;
}
.pr-4{
  padding-right: 4px;
}
.pb-4{
  padding-bottom: 4px;
}
.pt-4{
  padding-top: 4px;
}
.pl-6{
  padding-left: 6px;
}
.pr-6{
  padding-right: 6px;
}
.pb-6{
  padding-bottom: 6px;
}
.pt-6{
  padding-top: 6px;
}
.pl-8{
  padding-left: 8px;
}
.pr-8{
  padding-right: 8px;
}
.pb-8{
  padding-bottom: 8px;
}
.pt-8{
  padding-top: 8px;
}
.pl-10{
  padding-left: 10px;
}
.pr-10{
  padding-right: 10px;
}
.pb-10{
  padding-bottom: 10px;
}
.pt-10{
  padding-top: 10px;
}
.pt-12{
  padding-top: 12px;
}
.pl-12{
  padding-left: 12px;
}
.pr-12{
  padding-right: 12px;
}
.pb-12{
    padding-bottom: 12px;
}
.pb-14{
  padding-bottom: 14px;
}
.pt-14{
  padding-top: 14px;
}
.pl-14{
  padding-left: 14px;
}
.pr-14{
  padding-right: 14px;
}
.pl-16{
  padding-left: 16px;
}
.pr-16{
  padding-right: 16px;
}
.pb-16{
  padding-bottom: 16px;
}
.pt-16{
  padding-top: 16px;
}
.pl-18{
  padding-left: 18px;
}
.pr-18{
  padding-right: 18px;
}
.pb-18{
  padding-bottom: 18px;
}
.pt-18{
  padding-top: 18px;
}
.pb-20{
  padding-bottom: 20px;
}
.pt-20{
  padding-top: 20px;
}
.pl-20{
  padding-left: 20px;
}
.pr-20{
  padding-right: 20px;
}
.pl-22{
  padding-left: 22px;
}
.pr-22{
  padding-right: 22px;
}
.pb-22{
  padding-bottom: 22px;
}
.pt-22{
  padding-top: 22px;
}
.pl-24{
  padding-left: 24px;
}
.pr-24{
  padding-right: 24px;
}
.pb-24{
  padding-bottom: 24px;
}
.pt-24{
  padding-top: 24px;
}
.pt-26{
  padding-top: 26px;
}
.pl-26{
  padding-left: 26px;
}
.pr-26{
  padding-right: 26px;
}
.pb-26{
  padding-bottom: 26px;
}
.pt-28{
  padding-top: 28px;
}
.pl-28{
  padding-left: 28px;
}
.pr-28{
  padding-right: 28px;
}
.pb-28{
  padding-bottom: 28px;
}
.pt-30{
  padding-top: 30px;
}
.pl-30{
  padding-left: 30px;
}
.pr-30{
  padding-right: 30px;
}
.pb-30{
  padding-bottom: 30px;
}
.pt-32{
  padding-top: 32px;
}
.pl-32{
  padding-left: 32px;
}
.pr-32{
  padding-right: 32px;
}
.pb-32{
  padding-bottom: 32px;
}
.pt-34{
  padding-top: 34px;
}
.pl-34{
  padding-left: 34px;
}
.pr-34{
  padding-right: 34px;
}
.pb-34{
  padding-bottom: 34px;
}
.pt-36{
  padding-top: 36px;
}
.pl-36{
  padding-left: 36px;
}
.pr-36{
  padding-right: 36px;
}
.pb-36{
  padding-bottom: 36px;
}
.ml-4{
  margin-left: 4px;
}
.text-red{
  color: #EA0000;
}
.text-14{
  font-size: 14px;
}
.text-16{
  font-size: 16px;
}
.text-20{
  font-size: 20px;
}
.text-22{
  font-size: 22px;
}
.text-24{
  font-size: 24px;
}
.text-28{
  font-size: 28px;
}
.text-32{
  font-size: 32px;
}
.text-36{
  font-size: 36px;
}
.text-30{
  font-size: 30px;
}
.text-bold{
  font-weight: bold;
}
.font-700{
  font-weight: 700;
}
.font-500{
  font-weight: 500;
}
.text-68{
  color: #686868;
}
.text-55{
  color: #555555;
}
.text-33{
  color: #333333;
}
.text-00{
  color: #000000;
}
.text-11{
  color: #111111;
}
.text-ff{
  color: #ffffff;
}
.text-1818{
  color: #181818;
}
.text-42c{
  color: #42C29C;
}
.text-green{
  color: #05B861;
}
.text-blue{
  color: #0070CC;
}
.text-1a1a{
  color: 1a1a1a;
}
.text-orange{
  color: #F69C00;
}
.text-65{
  color: #656565;
}
.point{
  cursor: pointer;
}
.line-height-12{
  line-height: 12px;
}
.line-height-14{
  line-height: 14px;
}
.line-height-16{
  line-height: 16px;
}
.line-height-18{
  line-height: 18px;
}
.line-height-20{
  line-height: 20px;
}
.line-height-22{
  line-height: 22px;
}
.line-height-24{
  line-height: 24px;
}
.line-height-30{
  line-height: 30px;
}
.line-height-40{
  line-height: 40px;
}
.line-height-48{
  line-height: 48px;
}
.line-height-50{
  line-height: 50px;
}
.line-height-60{
  line-height: 60px;
}
.text-center{
  text-align: center;
}
.ellipsis-2 {
  overflow: hidden; /* 确保内容超出容器时会被隐藏 */
  display: -webkit-box; /* 作为弹性伸缩盒子模型显示 */
  -webkit-line-clamp: 2; /* 限制在两行 */
  -webkit-box-orient: vertical; /* 垂直排列盒子 */
  text-overflow: ellipsis; /* 多余文本用省略号表示 */
  white-space: normal; /* 允许文本换行 */
}
.el-date-editor--time .el-input__suffix{
  position: absolute;
  right: 16px;
  top: 6px;
  width: 20px;
  height: 20px;
  background: url(../images/time-touch.png) no-repeat;
  background-size: 100%;

}
.flex-end{
  justify-content: flex-end;
}
.inline-flex{
  display: inline-flex;
}
.el-queson{
	display: inline-block;
	width: 14px;
	height: 14px;
	line-height: 12px;
	background: #C1C1C1;
	text-align: center;
	border-radius: 100%;
	opacity: 1;
	color: #ffffff !important;
	cursor: default;
	margin-left: 4px;
}
.el-queson1{
	display: inline-block;
	width: 12px;
	height: 12px;
	text-align: center;
	border-radius: 100%;
	background: url(../images/yw.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	cursor: default;
	margin-left: 4px;
}
.el-tooltip__popper{
	font-weight: 400;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 20px;
}
.el-tooltip__popper  .tooltip-sub{
	font-weight: 700;
}
.el-tooltip__popper .tooltip-title{
	font-size: 14px;
	color: #FFFFFF;
	line-height: 20px;
	margin-bottom: 8px;
	font-weight: 700;
}
.tooltip-small{
  max-width: 256px;
}
.tooltop-left-small.el-tooltip__popper[x-placement^="bottom"]{
  left: 0 !important;
  margin-left: 0 !important;
}
.tooltop-left-small .popper__arrow{
  left: 2px !important;
}
.ellipsis{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}