/* 全局样式 */
.swiper {
  width: 94%;
  margin: 0 auto;
  overflow: visible !important;
}
.el-scrollbar__wrap{
  overflow-x: hidden;
}
html,
body
 {
  /* height: 100%; */
  margin: 0;
  padding: 0;
  /* min-width: 1200px; */
  width:100%;
  overflow-x: hidden;
  /* box-sizing: border-box; */
}

a:focus,
a:active {
  outline: none;
}

a,
a:focus,
a:hover {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}

div:focus {
  outline: none;
}

ul {
  padding: 0;
}

li {
  list-style: none;
}
.w1200 {
  width:1200px;
  margin:0 auto;
}
input {
  outline: none;
}
button {
  border: none;
background-color: transparent;
outline: none;
}
/*********** 布局-弹性布局 ***********/

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.db{
  display: block;
}
.dn{
  display: none;
}
.flex-column {
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flex-wrap {
  flex-wrap: wrap;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.justify-evenly {
  justify-content: space-evenly;
}

.justify-center {
  justify-content: center;
}

.justify-end {
  justify-content: flex-end;
}

.align-start {
  align-items: flex-start;
}

.align-end {
  align-items: flex-end;
}

.align-center {
  align-items: center;
}

/*********** 布局-定位 ***********/

.positionr {
  position: relative;
}

.positiona {
  position: absolute;
}

.positionf {
  position: fixed;
}

/* 浮动 */

.clearfix::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/*********** 行内元素水平居中 ***********/

.textc {
  text-align: center;
}

.textl {
  text-align: left;
}

.textr {
  text-align: right;
}

/*********** 垂直居中 ***********/

.vm {
  vertical-align: middle;
}

.mc {
  margin: 0 auto;
}

/*********** 省略号显示 ***********/

.text-cut {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hp100 {
  height: 100%;
}

.hp96 {
  height: 96%;
}

.wp99 {
  width: 99%;
}

.wp100 {
  width: 100%;
}

.bbox {
  box-sizing: border-box;
}

.pointer {
  cursor: pointer;
}

/*********** 字体 ***********/

.f12 {
  font-size: 12px;
}

.f13 {
  font-size: 13px;
}

.f14 {
  font-size: 14px;
}

.f15 {
  font-size: 15px !important;
}

.f16 {
  font-size: 16px !important;
}
.f17 {
  font-size: 17px !important;
}

.f18 {
  font-size: 18px;
}

.f20 {
  font-size: 20px;
}

.f22 {
  font-size: 22px;
}
.f23 {
  font-size: 23px;
}

.f24 {
  font-size: 24px;
}
.f25 {
  font-size: 25px;
}
.f28 {
  font-size: 28px;
}


.f30 {
  font-size: 30px;
}

.f32 {
  font-size: 32px;
}
.f40 {
  font-size: 40px;
}

.f50 {
  font-size: 50px;
}

/************ 字重 ***********/

.fw500 {
  font-weight: 500;
}

.fw600 {
  font-weight: 600;
}

.fw700 {
  font-weight: 700;
}

.fw900 {
  font-weight: 900;
}

/*********** 边距 ***********/

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mt60 {
  margin-top: 60px;
}

.ml10 {
  margin-left: 10px;
}

.ml20 {
  margin-left: 20px;
}

.mr10 {
  margin-right: 10px;
}

.mr20 {
  margin-right: 20px;
}
.mr30 {
  margin-right: 30px;
}

.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb40 {
  margin-bottom: 40px;
}
.ml115{
  margin-left: 115px;
}

.pl10 {
  padding-left: 10px;
}

.pr10 {
  padding-right: 10px;
}
.pb70{
  padding-bottom: 70px;
}

.pr20 {
  padding-right: 20px;
}

.plr5 {
  padding-left: 5px;
  padding-right: 5px;
}

/*********** 字体颜色 ***********/

.textwhite {
  color: #fff !important;
}

.textred {
  color: #f56c6c !important;
}

.textblue {
  color: #2f91df !important;
}

.textgreen {
  color: #08543F !important;
}

.bgwhite {
  background-color: #fff;
}

.iconblue {
  color: #008eff !important;
}

.round {
  border-radius: 50%;
}

.bort {
  border-top: 1px solid #eff4f8;
}

.borb {
  border-bottom: 1px solid #e4e7ed;
}

/* 解决级联选择框的问题 */

/* div .el-scrollbar__wrap {
    height: 300px !important
} */
.indent2{
  text-indent: 2em;
}
.lh35{
  line-height: 35px;
}
/* 滚动条 */

::-webkit-scrollbar {
  /*width: 4px;*/
  /*height: 8px;*/
}

::-webkit-scrollbar-corner {
  background: none;
}

::-webkit-scrollbar-thumb {
  background-color: #eee;
  border: 1px solid #eee;
  border-radius: 7px;
}

::-webkit-scrollbar-thumb {
  background: #eee;
  border-radius: 20px;
}

::-webkit-scrollbar-track-piece {
  background-color: transparent;
  -webkit-border-radius: 0;
}

::-webkit-scrollbar-track-piece {
  background: #eee;
}

/* 门户 */

.theamcolor {
  color: #0084bb;
}

.text222 {
  color: #252525;
}

.text333 {
  color: #333333;
}

.text666 {
  color: #666;
}

.text999 {
  color: #999;
}

.text-blue {
  color: #289cff;
}

.text-orange {
  color: #ff6000;
}

.text-green {
  color: #45b165;
}

.wp80 {
  width: 74%;
}

.wp29 {
  width: 29%;
}

.wp70 {
  width: 70%;
}

.wp26 {
  width: 26%;
}
/* 头部 */

.pb3 {
  padding-bottom: 3px;
}