* {
  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";
  box-sizing: border-box;
}

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-5 {
  margin-top: 5px;
}
.mt-20 {
  margin-top: 20px;
}

.one-txt-cut {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

a {
  text-decoration: none;
}

input {
  outline: none;
  background: rgba(255,255,255,0.4);
  border: 1px solid #D8D8D8;
  color: #fff;
  font-size: 14px;
}
input::placeholder, textarea::-webkit-input-placeholder {
  font-size: 14px;
  color: #fff;
}

.content {
  min-width: 1200px;
  overflow-x: hidden;
}
.main {
  font-size: 14px;
  background: #000;
}
::-webkit-scrollbar {
  display: none;
}
.fix-box {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1;
  background: rgba(0,0,0,0.2);
}
.fix-box.active {
  background: rgba(0,0,0,0.8);
}
.header {
  width: 1200px;
  margin: 0 auto;
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}
.header-l {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 24px;
}
.header-l img {
  width: 42px;
  height: 42px;
  margin: 5px 10px 0 0;
}
.info .p1 {
  font-weight: 700;
  margin: 0;
}
.header-r {
  position: relative;
  min-width: 178px;
  display: flex;
}
.header-r > a {
  width: 70px;
  height: 37px;
  font-size: 16px;
  line-height: 37px;
  text-align: center;
  font-weight: 700;
  color: #fff;
}
.header-r > a {
  margin-right: 20px;
}
.header-r > a:hover {
  color: #35AA43;
}
.header-r > a.active {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  position: relative;
}
.header-r > a.active:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 10px;
  width: 50px;
  height: 4px;
  background: #fff;
  border-radius: 2px;
}

.center-box {
  min-width: 1200px;
  margin: 0 auto;
  border: none;
  color: #3D3D3D;
  height: 100vh;
  overflow-y: auto;
}

.down-info {
  width: 100%;
  height: 116px;
  background: #121212;
  padding-top: 28px;
}

.down-info img {
  width: 60px;
  height: 60px;
  margin-right: 14px;
}
.down-info .info p {
  font-size: 12px;
  line-height: 16px;
}
.down-info .info .p1 {
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 6px;
  line-height: unset;
}
.down-info a {
  width: 266px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  font-weight: 700;
  color: #fff;
  font-size: 30px;
}
.down-info a:hover {
  background: #3866EC;
  font-size: 30px;
}
.down-info a img {
  width: 40px;
  height: 30px;
  margin-right: 20px;
}

.bottom {
  height: 68px;
  line-height: 68px;
  text-align: center;
  color: #fff;
  background: #000;
  font-size: 12px;
}
.bottom a {
  color: #fff;
}
.bottom a:hover {
  color: #35AA43;
}

.down-info-box {
  background: #fff;
  width: 100%;
}