* {
  box-sizing: border-box;
  margin: 0;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

body {
  overflow-x: hidden;
}

img {
  width: 100%;
  height: 100%;
}

ul, li, ol { list-style: none; }

.size-32 {
  font-size: 32px;
}
.size-16 {
  font-size: 16px;
}
.size-20 {
  font-size: 20px;
}
.bold-700 {
  font-weight: 700;
}
.lh-40 {
  line-height: 40px;
}

.margin-28 {
  margin: 28px 0;
}
.mt-20 {
  margin-top: 20px;
}

a {
  text-decoration: none;
}

.content {
  min-width: 1200px;
  overflow-x: hidden;
}
.main {
  overflow-y: auto;
  font-size: 14px;
}
::-webkit-scrollbar {
  display: none;
}
.fix-box {
  width: 100%;
  position: fixed;
  top: 0;
  background-color: #fff;
  box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.1);
  z-index: 1;
}
.header {
  width: 1200px;
  margin: 0 auto;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}
.header-l {
  display: flex;
  align-items: center;
}
.header-l img {
  width: 48px;
  height: 48px;
  margin-right: 10px;
}
.info {
  font-size: 12px;
  color: #767676;
}
.info .p1 {
  font-weight: 700;
  font-size: 18px;
  color: #000000;
  margin-bottom: 5px;
}
.header-r {
  position: relative;
  min-width: 178px;
  display: flex;
}
.header-r > a {
  /* width: 80px; */
  padding: 0 20px;
  height: 37px;
  font-size: 16px;
  line-height: 37px;
  text-align: center;
  font-weight: 700;
  color: #000;
}
.header-r > a:first-child {
  margin-right: 20px;
}
.header-r > a.active {
  background: #35AA43;
  border-radius: 4px;
  font-weight: 700;
  color: #fff;
}
.header-r > a:hover {
  color: #35AA43;
}
.header-r > a.active:hover {
  color: #fff;
}

.down-info {
  height: 119px;
}
.down-info img {
  width: 48px;
  height: 48px;
  margin-right: 19px;
}
.down-info .info {
  font-size: 14px;
}
.down-info .info .p1 {
  font-weight: 700;
  font-size: 24px;
}
.down-info a {
  width: 193px;
  height: 59px;
  line-height: 59px;
  text-align: center;
  font-weight: 700;
  background: #14B25B;
  color: #fff;
  border-radius: 10px;
  font-size: 22px;
}
.down-info a:hover {
  background: #039C48;
  color: #fff;
}

.title {
  text-align: center;
  margin: 78px 0 34px;
  padding-bottom: 34px;
  border-bottom: 1px solid rgba(216, 216, 216, .4);
}
.center-box {
  min-width: 1200px;
  margin: 0 auto;
  border: none;
  color: #3D3D3D;
}

.bottom {
  height: 72px;
  line-height: 72px;
  text-align: center;
  background-color: #F9F9F9;
  color: #B2B2B2;
  font-size: 12px;
}
.bottom a {
  color: #B2B2B2;
}
.bottom a:hover {
  color: #35AA43;
}
.fix-bottom {
  position: fixed;
  bottom: 0;
  box-shadow: 0px -4px 8px 0px rgba(0,0,0,0.1);
}
.down-info-box {
  background: #fff;
  width: 100%;
}