
body {
  background-color: #F6F6F6;
}
.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 94px);
  padding: 16px 47px 12px 47px;
  height: 71px;
  background: #FFFFFF;
  font-size: 24px;
  font-family: PingFangSC-Regular, PingFang SC;
  position: fixed;
}
.header__container_kong {
  width: calc(100% - 94px);
  padding: 16px 47px 12px 47px;
  height: 71px;
}
.header__left {
  display: flex;
  align-items: start;
}
.header__image {
  /* width: 44px; */
  height: 44px;
  /* margin-right: 17px; */
}
.header__title {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #2A2B51;
}
.header__title .title {
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #2A2B51;
  margin-bottom: 2px;
}
.header__right {
  display: flex;
}
.header__nav {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #2A2B51;
  margin-left: 40px;
  cursor: pointer;
}
.banner {
  width: 100%;
  height: 144px;
}
.main {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 70px;
}
.footer {
  width: 100%;
  background: #060910;
}
.footer_info {
  width: 80%;
  height: 72px;
  margin: 0 auto;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer_info a {
  color: #FFFFFF;
}
.website_list_item .item_title {
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #2A2B51;
  margin-top: 30px;
}
.item_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.item_list_item {
  width: 21%;
  padding: 14px 16px;
  height: 55px;
  background: #FFFFFF;
  margin-top: 20px;
  margin-right: 20px;
}
.item_list_item:nth-child(4n) {
  /* margin-right: 0; */
}
.item_list_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.item_list_item img {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  margin-right: 10px;
}
.item_list_item .left {
  display: flex;
}
.left_text .title {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #2A2B51;
  margin-bottom: 4px;
}
.left_text .slogan {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #65657F;
}
.item_list_item .right_icon {
  width: 12px;
  height: 22px;
}