body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td{
  margin:0;padding:0;word-wrap:break-word
}
body,html,input{
  font:14px/1.5 PingFang SC, "\5FAE\8F6F\96C5\9ED1", Microsoft YaHei, Helvetica, Tahoma, sans-serif;

}
table{border-collapse:collapse;border-spacing:0;}img{border:none}
pre {white-space: pre-wrap; /* css-3 */white-space: -moz-pre-wrap; /* Mozilla, since 1999 */white-space: -pre-wrap; /* Opera 4-6 */white-space: -o-pre-wrap; /* Opera 7 */	word-wrap: break-word; /* Internet Explorer 5.5+ */}
h1,h2,h3,h4,h5,h6{font-size:100%;}input.dialog{height:0; height:0; font-size:0; line-height:0; border:none}
h1{font-size:34px;}h2{font-size:26px;}h3{font-size:18px; }h4{font-size:16px;}h5{font-size:14px;}h6{font-size:12px;}
input,label,img,th{vertical-align:middle;}.font-fixh{font-family: Georgia,Arial; color: #f00; font-size: 16px; font-weight: 700;}address,cite,dfn,em,var{font-style:normal;}
code,kbd,pre,samp{font-family:courier new,courier,monospace;}
input.button ,input.btn{
  border: 0 !important;
  margin: 0 !important;
  border-radius: 4px !important;
}
ul,ol,li{list-style:none;}
a{text-decoration:none;}
a:hover{text-decoration:underline;}
.white,.white a{color:#fff}.blue,.blue a{color:#333}.gray4,a.gray4{color:#999}
.red, .red a, a.red{color:red;}.green{color:#0E774A}

.size-12{font-size:12px}

select optgroup{color:#CAC8BB;}
header{ display:block}
input,button,textarea,select,option{font-family:Tahoma,Arial;}
/*通用样式*/
.hidden{display:none;}.invisible{visibility:hidden;}
.ib,.ib-a a{display:inline-block;zoom:1;}
.clear:after,.main:after{content:".";display:block;height:0;clear:both;visibility:hidden;}.clear,.main{display:inline-block;}/* Hides from IE-mac \*/* html .clear,* html .main{height:1%;}.clear,.main{display:block;}

.f12{font-size: 12px}.f14{font-size: 14px}.f16{font-size: 16px}.f18{font-size:18px}.f20{font-size:20px}
.lh20{line-height: 20px}.lh22{line-height: 22px}.lh24{line-height: 24px}.lh26{line-height: 26px}.lh28{line-height: 28px}
.fb{ font-weight:bold}.fn{ font-weight:normal}
.bk,.bk3,.bk6,.bk8,.bk10,.bk15,.bk20,.bk30{clear: both;font-size: 1px;height: 0;line-height: 1px}
.bk3{height: 3px;}
.bk6{height: 6px}
.bk8{height: 8px}
.bk10{height: 10px}
.bk15{height: 15px}
.bk20{height: 20px}
.bk30{height: 30px}
.pad-10{padding:10px;background-color: #fff;}
.pad-lr-10,.pad_10{padding:15px 20px;background-color: #fff;}
.pad-20{padding:15px 20px;}
.pat-0{padding-top:0px !important;}
.pat-10{padding-top:10px !important;}
.pab-0{padding-bottom:0px !important;}

.w100x{width: 100%;}
.row-2 li{ float:left; width:50%}.row-3 li{ float:left; width:33%}.row-4 li{ float:left; width:25%}.row-5 li{ float:left; width:20%}
.cu,.cu-li li,.cu-span span {cursor: hand!important;cursor: pointer}
.text-c{text-align: center}.text-l{text-align: left}.text-r{text-align: right}
.lf{float: left}.rt{float: right}.pr{ position:relative}.pa{ position:absolute}
.mr5{margin-right: 5px !important;}
.mr10{margin-right: 10px !important;}
.mb10{margin-bottom: 10px !important;}
.mb15{margin-bottom: 15px !important;}
.mb20{margin-bottom: 20px !important;}
.img-wrap{
  position: relative;
}
.img-wrap .shudou-close{
  width:22px;
  height:22px;
  border-radius: 50%;
  position: absolute;
  top:-11px;
  right:-11px;
  background: #8192ff;
  color: #fff;
  display: flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  justify-content: center;
  font-size:14px;
  cursor: pointer;
  z-index: 999;
}
.img-wrap .shudou-close:hover{
  background: #2c48ff;
}

.img-wrap .thumb{
  width:100%;
  text-align:center;
  overflow:hidden;
  border-radius: 4px;
  display: block;
}
.img-wrap a{
  width: 100%;
  height: 0;
  padding-top: 63.63636364%;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  display: block;
  overflow: hidden;
  position: relative;
}

.img-wrap img{
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
.img-wrap .crop_cut{
  position: absolute;
  width: 100%;
  height: 30px;
  background-color: rgba(0,0,0,0.5);
  bottom: 0;
  left: 0;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 30px;
  z-index: 999;
  cursor: pointer;
}
.img-wrap .crop_cut:hover{
  background-color: rgba(0,0,0,1);
}
.img-wrap.no-pic{
  border: 1px dashed #cacaca;
  border-radius: 4px;
}
.img-wrap.no-pic .crop_cut,
.img-wrap.no-pic .shudou-close
{
  display: none !important;
}
.img-wrap.no-pic img{
  display: none;
}
.img-wrap.no-pic a::after,.img-wrap.no-pic a::before{
  position: absolute;
  left: 50%;
	top: 30px;
	transform: translateX(-50%);
  color:#999
}
.img-wrap.no-pic a::after{
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-family: 'iconfont';
  content: '\e6e0';
  font-size: 30px;
  top: 30px;
}
.img-wrap.no-pic a::before{
  content: '\8BF7\4E0A\4F20\56FE\7247';
  font-size: 12px;
	top:70px;
}
.img-wrap.no-pic:hover{
  border: 1px dashed #333;
}
.img-wrap.no-pic a:hover::before,
.img-wrap.no-pic a:hover::after
{
  color:#000
}

.col-left{float:left}
.col-auto{_zoom:1;_float:left;}
.col-right{float:right}

.tabBut-border {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding-top:10px;
}
.tabBut-border li{
  height: 60px;
  line-height: 60px;
  margin-right:25px;
  color:#747474;
  cursor: pointer;
  position: relative;
  font-size:15px
}
.tabBut-border li::after{
  content: "";
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  bottom: -1px;
  width: 100%;
  height:2px;
  background: #165eff;
  opacity: 0;
  transition: all .3s;
}
.tabBut-border li.on{
  color: #165eff;
  font-weight: bold;
}

.tabBut-border li.on::after{
  opacity: 1;
}