.header {
  width: 100%;
  height: 40px;
  padding: 0 8px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  border-bottom: 1px solid #EDEDED;
}

.header .header_l {
  width: 36px;
  height: 40px;
}

.header .header_l a {
  display: inline-block;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.header .header_l a img {
  width: 28px;
  height: 28px;
}

.header .header_r {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.header .header_r a {
  margin-left: 12px;
  width: 36px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.header .header_r a img {
  width: 28px;
  height: auto;
}

body {
  background-color: #fff;
}

.min_content {
  width: 100%;
  height: auto;
  padding: 20px 30px;
}

.min_content .content_box {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.min_content .content_box .content_item {
  width: 195px;
  margin-right: 15px;
  height: auto;
}

.min_content .content_box .content_item a {
  display: inline-block;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.min_content .content_box .content_item a .item_img {
  width: 156px;
  height: 156px;
}

.min_content .content_box .content_item a .item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.min_content .content_box .content_item a p {
  margin-top: 8px;
  font-size: 12px;
  color: #777;
}

.min_content .main_footer {
  margin-bottom: 76px;
  margin-top: 5px;
  width: 100%;
  display: inline-block;
  background-color: #fff;
  border-top: 3px solid #E30680;
}

.min_content .main_footer ul {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.min_content .main_footer ul li {
  width: 50%;
  float: left;
  text-align: center;
  line-height: 30px;
}

.min_content .main_footer ul li a {
  color: #333;
  font-size: 15px;
  text-decoration: underline;
}

.tabbar {
  max-width: 750px;
  width: 750px;
  height: 50px;
  background-color: #fafafa;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: row;
}

.tabbar .tabbar_item {
  width: 25%;
  height: 100%;
}

.tabbar .tabbar_item.active a p {
  color: #E30680;
}

.tabbar .tabbar_item a {
  display: inline-block;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.tabbar .tabbar_item a .imgbox {
  width: 20px;
  height: 20px;
}

.tabbar .tabbar_item a .imgbox img {
  width: 100%;
  height: 100%;
}

.tabbar .tabbar_item a p {
  margin-top: 3px;
  font-size: 10px;
  color: #363636;
}

@media screen and (max-width: 1023px) {
  .header {
    width: 100%;
    height: 10.66667vw;
    padding: 0 1.06667vw;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
  }
  .header .header_l {
    width: 9.6vw;
    height: 10.66667vw;
  }
  .header .header_l a {
    display: inline-block;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .header .header_l a img {
    width: 7.46667vw;
    height: 7.46667vw;
  }
  .header .header_r {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .header .header_r a {
    margin-left: 3.2vw;
    width: 9.6vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .header .header_r a img {
    width: 7.46667vw;
    height: auto;
  }
  body {
    background-color: #fff;
  }
  .min_content {
    width: 100%;
    height: auto;
    padding: 2.66667vw 4vw;
  }
  .min_content .content_box {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .min_content .content_box .content_item {
    width: 49%;
    margin-right: 0vw;
    margin-bottom: 5.33333vw;
    height: auto;
  }
  .min_content .content_box .content_item a {
    display: inline-block;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .min_content .content_box .content_item a .item_img {
    width: 31.2vw;
    height: 31.2vw;
  }
  .min_content .content_box .content_item a .item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .min_content .content_box .content_item a p {
    margin-top: 2.66667vw;
    font-size: 3.2vw;
    color: #777;
  }
  .min_content .main_footer {
    margin-bottom: 10.13333vw;
    margin-top: 0.66667vw;
    width: 100%;
    display: inline-block;
    background-color: #fff;
    border-top: 0.4vw solid #E30680;
  }
  .min_content .main_footer ul {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .min_content .main_footer ul li {
    width: 50%;
    float: left;
    text-align: center;
    line-height: 4vw;
  }
  .min_content .main_footer ul li a {
    color: #333;
    font-size: 2vw;
    text-decoration: underline;
  }
  .tabbar {
    max-width: 100vw;
    width: 100vw;
    height: 13.33333vw;
    background-color: #fafafa;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: row;
  }
  .tabbar .tabbar_item {
    width: 25%;
    height: 100%;
  }
  .tabbar .tabbar_item.active a p {
    color: #E30680;
  }
  .tabbar .tabbar_item a {
    display: inline-block;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .tabbar .tabbar_item a .imgbox {
    width: 5.33333vw;
    height: 5.33333vw;
  }
  .tabbar .tabbar_item a .imgbox img {
    width: 100%;
    height: 100%;
  }
  .tabbar .tabbar_item a p {
    margin-top: 0.4vw;
    font-size: 2.66667vw;
    color: #363636;
  }
}
