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;
}
html,
body,
#app,
.wrapper {
  width: 100%;
  height: 100%;
  background: #eee;
  font-size: 14px;
  /* height: 100%; */
  color: #333;
}
body {
  font-family: "PingFang SC", "Helvetica Neue", Helvetica, "microsoft yahei", arial, STHeiTi, sans-serif;
}
a {
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  color: #333;
  text-decoration: none;
}
ul {
  list-style: none;
}
img {
  width: 100%;
  display: block;
}
.pd10 {
  padding: 10px;
}
.pd15 {
  padding: 15px;
}
.pd20 {
  padding: 20px;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt35 {
  margin-top: 35px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mt100 {
  margin-top: 100px;
}
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml20 {
  margin-left: 20px;
}
.ml30 {
  margin-left: 30px;
}
.ml40 {
  margin-left: 40px;
}
.pl20 {
  padding-left: 20px;
}
.pl30 {
  padding-left: 30px;
}
.pl40 {
  padding-left: 40px;
}
.mr10 {
  margin-right: 10px;
}
.mr20 {
  margin-right: 20px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
.pt30 {
  padding-top: 30px;
}
.pt50 {
  padding-top: 50px;
}
.pt60 {
  padding-top: 60px;
}
.bgf {
  background: #fff;
}
.bgBlue {
  background: #196691;
  color: #fff;
}
.w230 {
  width: 230px;
}
.w240 {
  width: 240px;
}
.w320 {
  width: 320px;
  margin: 0 auto;
}
.w500 {
  width: 500px;
}
.w1000 {
  width: 1000px;
  margin: 0 auto;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.w1400 {
  width: 1400px;
  margin: 0 auto;
}
.red {
  color: #ff0808;
}
.blue {
  color: #196691;
}
.gray {
  color: #aaa;
}
.white {
  color: #fff;
}
.font12 {
  font-size: 12px;
}
.font13 {
  font-size: 13px;
}
.font16 {
  font-size: 16px;
}
.fat {
  font-weight: 700;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.disInline {
  display: inline-block;
}
.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.relative {
  position: relative;
}
.center {
  text-align: center;
}
.strong {
  font-weight: 800;
}
.none {
  display: none;
}
i {
  font-style: normal;
}
h2 {
  font-size: 18px;
}
h3 {
  font-size: 15px;
}
.bdl {
  border-left: 1px solid #eee;
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-thumb {
  border-radius: 8px;
  -webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.el-select-dropdown__item {
  text-align: center;
}
.wrapper {
  display: flex;
  color: #333;
}
.wrapper .aside {
  width: 260px;
  height: 100%;
  background: #fff;
  position: fixed;
  left: 0;
}
.wrapper .aside div {
  margin: 30px;
  padding-top: 50px;
}
.wrapper .aside div a {
  font-size: 16px;
  margin-bottom: 20px;
}
.wrapper .aside div a.active {
  display: inline-block;
  border-bottom: 8px solid #ffd54f;
  font-weight: 800;
}
.wrapper .content-box {
  width: calc(100% - 260px);
  background: #eee;
  position: absolute;
  right: 0;
}
.wrapper .content-box .banner {
  width: 100%;
  height: 340px;
  background-color: #ffd54f;
  background: url("../static/banner.png") center center;
  border-bottom: 10px solid #ffd54f;
  position: relative;
}
.wrapper .content-box .banner h1 {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 46px;
}
.wrapper .content-box .content {
  width: 1000px;
  margin: 20px auto;
  background: #fff;
  padding: 20px;
  font-size: 16px;
}
.wrapper .content-box .content h3 {
  font-size: 20px;
  margin-top: 30px;
}
.wrapper .content-box .content p {
  margin: 10px 0;
  line-height: 22px;
}
.wrapper .content-box .content a {
  display: inline-block;
  color: #336df4;
}
@media screen and (max-width: 1080px) {
  .wrapper {
    display: flex;
    color: #333;
  }
  .wrapper .header {
    width: 100%;
    height: 60px;
    background: #fff;
    position: fixed;
    top: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: start;
  }
  .wrapper .header i {
    width: 30px;
    height: 25px;
    background: url("../static/more.png");
    background-size: 100% 100%;
    margin-left: 20px;
  }
  .wrapper .aside {
    width: 60%;
    height: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
  }
  .wrapper .aside i.close {
    width: 25px;
    height: 25px;
    background: url("../static/close.png");
    background-size: 100% 100%;
    position: absolute;
    left: 20px;
    top: 20px;
  }
  .wrapper .aside div {
    width: 100%;
    margin: 0;
    padding-top: 100px;
    height: 100%;
  }
  .wrapper .aside div a {
    font-size: 16px;
    margin: 0 20px;
  }
  .wrapper .aside div a:last-of-type {
    padding-top: 30px;
  }
  .wrapper .aside div a.active {
    display: inline-block;
    border-bottom: 8px solid #ffd54f;
    font-weight: 800;
  }
  .wrapper .mask {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 4;
    background: rgba(0, 0, 0, 0.5);
  }
  .wrapper .content-box {
    width: 100%;
    background: #eee;
    position: absolute;
    right: 0;
  }
  .wrapper .content-box .banner {
    width: 100%;
    height: 240px;
    background-color: #ffd54f;
    background: url("../static/banner.png");
    background-size: 100% 100%;
    border-bottom: 10px solid #ffd54f;
    position: relative;
    margin-top: 60px;
  }
  .wrapper .content-box .banner h1 {
    text-align: center;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    display: block;
    width: 100%;
  }
  .wrapper .content-box .content {
    width: calc(90% - 20px);
    margin: 0 auto;
    background: #fff;
    padding: 20px;
    font-size: 14px;
  }
  .wrapper .content-box .content h3 {
    font-size: 18px;
    margin-top: 30px;
  }
  .wrapper .content-box .content p {
    margin: 10px 0;
    line-height: 22px;
  }
  .wrapper .content-box .content a {
    display: inline-block;
    color: #336df4;
  }
}
