body {
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body .header {
  width: 100%;
  margin: 0 auto;
  background: #000000;
  white-space: nowrap;
  position: fixed;
  top: 0;
  display: flex;
  justify-content: center;
  z-index: 99;
}
body .header .header-sub {
  width: 68%;
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1280px) {
  body .header .header-sub {
    width: 80%;
  }
}
@media (max-width: 560px) {
  body .header .header-sub {
    width: 74%;
  }
}
@media (max-width: 375px) {
  body .header .header-sub {
    height: 44px;
  }
}
body .header .header-sub .header-title {
  display: flex;
  align-items: center;
}
body .header .header-sub .header-title img {
  display: flex;
  justify-content: center;
  width: 190px;
  height: 55px;
}
@media (max-width: 1300px) {
  body .header .header-sub .header-title img {
    margin-right: 10px;
  }
}
@media (max-width: 375px) {
  body .header .header-sub .header-title img {
    width: 138px;
    height: 40px;
  }
}
body .header .header-sub .header-title a {
  font-size: 40px;
  font-family: FZCuHeiSongS-B-GB, FZCuHeiSongS-B-GB-Regular;
  font-weight: 400;
  text-align: left;
  color: #91d5ff;
}
@media (max-width: 900px) {
  body .header .header-sub .header-title a {
    margin-right: 20px;
  }
}
@media (max-width: 820px) {
  body .header .header-sub .header-title a {
    font-size: 24px;
  }
}
@media (max-width: 375px) {
}
body .header .header-sub .header-nav {
  display: flex;
  justify-content: space-between;
}
body .header .header-sub .header-nav .header-nav-sub {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 820px) {
  body .header .header-sub .header-nav .header-nav-sub {
    display: none;
  }
}
body .header .header-sub .header-nav .header-nav-sub .header-nav-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body .header .header-sub .header-nav .header-nav-sub a {
  font-size: 20px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  color: #ffffff;
  line-height: 20px;
  padding-right: 30px;
}
@media (max-width: 1280px) {
  body .header .header-sub .header-nav .header-nav-sub a {
    font-size: 18px;
    padding-right: 20px;
  }
}
@media (max-width: 900px) {
  body .header .header-sub .header-nav .header-nav-sub a {
    font-size: 16px;
    padding-right: 10px;
  }
}
body .header .header-sub .header-nav .header-nav-sub .header-nav-sub-tips {
  display: flex;
}
@media (max-width: 560px) {
  body .header .header-sub .header-nav .header-nav-sub .header-nav-sub-tips {
    display: none;
  }
}
body .header .header-sub .header-nav .header-nav-sub .header-nav-sub-tips .header-nav-sub-dl {
  border: 1px solid #ffffff;
  border-radius: 8px;
  padding: 10px 2px;
}
body .header .header-sub .header-nav .header-nav-sub .header-nav-sub-tips .header-nav-sub-dl a {
  padding: 0px;
}
body .header .header-sub .header-nav .header-nav-sub .header-nav-sub-tips .header-nav-sub-zc {
  background: #91d5ff;
  border-radius: 7px;
  padding: 10px 2px;
  margin-left: 30px;
}
body .header .header-sub .header-nav .header-nav-sub .header-nav-sub-tips .header-nav-sub-zc a {
  padding: 0px;
}
body .header .header-sub .header-nav .header-nav-sub .header-nav-sub-tips .header-nav-sub-zc a:hover {
  color: #000;
}
body .header .header-sub .header-nav .header-nav-sub a:hover {
  color: #91d5ff;
  text-shadow: 0 -1px 2px #737373;
}
body .main {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: url("../images/background.jpg") no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 70px;
}
@media (max-width: 820px) {
  body .main {
    height: 100%;
  }
}
body .main .main-sub {
  width: 54%;
  margin: 0 auto;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
}
body .main .main-sub .main-sub-title {
  margin-top: 115px;
}
@media (max-width: 820px) {
  body .main .main-sub .main-sub-title {
    margin-top: 70px;
  }
}
body .main .main-sub .main-sub-title .zhihui p {
  display: flex;
  justify-content: center;
  font-size: 38px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  display: none;
}
@media (max-width: 820px) {
  body .main .main-sub .main-sub-title .zhihui p {
    display: block;
    font-size: 26px;
  }
}
body .main .main-sub .main-sub-title span {
  display: flex;
  justify-content: center;
  font-size: 38px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  display: block;
}
@media (max-width: 820px) {
  body .main .main-sub .main-sub-title span {
    display: none;
  }
}
body .main .main-sub .main-sub-title .main-sub-title-tips {
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 20px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  color: #ffffff;
}
@media (max-width: 820px) {
  body .main .main-sub .main-sub-title .main-sub-title-tips {
    display: flex;
    flex-direction: column;
    margin-top: 32px;
    margin-bottom: 36px;
  }
}
@media (max-width: 820px) {
  body .main .main-sub .main-sub-title .main-sub-title-tips .main-sub-title-shangchuan {
    margin-bottom: 10px;
  }
}
body .main .main-sub .main-sub-title .main-sub-title-tips .main-sub-title-shu {
  width: 2px;
  height: 62px;
  background: #ffffff;
  margin: 0px 32px 0px 31px;
}
@media (max-width: 820px) {
  body .main .main-sub .main-sub-title .main-sub-title-tips .main-sub-title-shu {
    display: none;
  }
}
body .main .main-sub .main-sub-btn {
  display: flex;
  justify-content: center;
  margin-bottom: 12px;
}
@media (max-width: 820px) {
  body .main .main-sub .main-sub-btn {
    margin-bottom: 38px;
  }
}
body .main .main-sub .main-sub-btn a {
  font-size: 24px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  background: #ffa891;
  padding: 20px 87px;
  border-radius: 35px;
}
@media (max-width: 560px) {
  body .main .main-sub .main-sub-btn a {
    padding: 10px 60px;
  }
}
body .main .main-sub .main-sub-btn a:hover {
  color: #91d5ff;
}
body .main .main-sub .main-sub-img {
  display: flex;
  justify-content: center;
}
body .main .main-sub .main-sub-img .daohang {
  display: block;
}
@media (max-width: 820px) {
  body .main .main-sub .main-sub-img .daohang {
    display: none;
  }
}
body .main .main-sub .main-sub-img .iPhone {
  display: none;
}
@media (max-width: 820px) {
  body .main .main-sub .main-sub-img .iPhone {
    display: block;
  }
}
body .menu {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 820px) {
  body .menu {
    height: 676px;
  }
}
body .menu .menu-sub {
  width: 62%;
  height: 764px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1280px) {
  body .menu .menu-sub {
    width: 58%;
  }
}
body .menu .menu-sub .menu-sub-span {
  display: flex;
  justify-content: center;
}
body .menu .menu-sub .menu-sub-span span {
  font-size: 36px;
  font-family: Microsoft YaHei, Microsoft YaHei-Bold;
  font-weight: 700;
  text-align: left;
  color: #000000;
  margin-top: 128px;
  margin-bottom: 116px;
}
@media (max-width: 820px) {
  body .menu .menu-sub .menu-sub-span span {
    margin-top: 48px;
    margin-bottom: 46px;
    font-size: 26px;
  }
}
@media (max-width: 520px) {
  body .menu .menu-sub .menu-sub-span span {
    font-size: 20px;
  }
}
body .menu .menu-sub .menu-sub-content {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 820px) {
  body .menu .menu-sub .menu-sub-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    justify-content: space-between;
  }
}
body .menu .menu-sub .menu-sub-content .menu-sub-content-gaoxiao {
  width: 30%;
  min-width: 240px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 0px;
  box-sizing: border-box;
  background: #f6f8f9;
  box-shadow: 0px 6px 12px 0px rgba(34, 44, 55, 0.12);
}
body .menu .menu-sub .menu-sub-content .menu-sub-content-gaoxiao .menu-sub-content-top {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1440px) {
  body .menu .menu-sub .menu-sub-content .menu-sub-content-gaoxiao {
    min-width: 251px;
  }
}
@media (max-width: 1280px) {
  body .menu .menu-sub .menu-sub-content .menu-sub-content-gaoxiao {
    margin-right: 20px;
  }
}
@media (max-width: 820px) {
  body .menu .menu-sub .menu-sub-content .menu-sub-content-gaoxiao {
    display: flex;
    justify-content: center;
    margin-right: 0px;
    margin-bottom: 43px;
    padding: 0 20px;
  }
  body .menu .menu-sub .menu-sub-content .menu-sub-content-gaoxiao img {
    width: 46px;
    height: 46px;
  }
}
body .menu .menu-sub .menu-sub-content .menu-sub-content-gaoxiao span {
  opacity: 0.89;
  font-size: 18px;
  font-family: Microsoft YaHei, Microsoft YaHei-Bold;
  font-weight: 700;
  text-align: left;
  color: #000000;
  margin-bottom: 24px;
}
@media (max-width: 820px) {
  body .menu .menu-sub .menu-sub-content .menu-sub-content-gaoxiao span {
    margin-bottom: 12px;
    font-size: 16px;
  }
}
body .menu .menu-sub .menu-sub-content .menu-sub-content-gaoxiao p {
  opacity: 0.89;
  font-size: 16px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #000000;
  line-height: 36px;
  margin: 0px 36px;
}
@media (max-width: 820px) {
  body .menu .menu-sub .menu-sub-content .menu-sub-content-gaoxiao p {
    margin: 0px;
    white-space: nowrap;
    font-size: 12px;
  }
}
body .menu .menu-sub .menu-sub-content .menu-sub-content-gaoxiao:nth-last-child(1) {
  margin-right: 0px;
}
body .content::before {
  content: "";
  position: absolute;
  width: calc(100vw + 100px);
  height: 820px;
  background: #F5F5F5;
  transform: rotate(5deg);
  z-index: -1;
  margin-left: -25px;
}
@media (min-width: 1140px) and (max-width: 1920px) {
  body .content::before {
    height: 550px;
  }
}
@media (max-width: 1140px) {
  body .content::before {
    display: none;
    transform: rotate(0deg);
    height: 700px;
  }
}
body .content {
  margin: 0 auto;
  height: 920px;
  align-items: flex-start;
  display: flex;
  justify-content: center;
}
@media (min-width: 1140px) and (max-width: 1920px) {
  body .content {
    height: 620px;
  }
}
@media (max-width: 1140px) {
  body .content {
    background: #F5F5F5;
    margin-top: 0px;
    height: 700px;
  }
}
body .content .content-sub {
  width: 62%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 1140px) {
  body .content .content-sub {
    display: flex;
    justify-content: center;
  }
}
body .content .content-sub .content-sub-span {
  display: flex;
  justify-content: center;
}
body .content .content-sub .content-sub-span span {
  font-size: 36px;
  font-family: Microsoft YaHei, Microsoft YaHei-Bold;
  font-weight: 700;
  text-align: left;
  color: #000000;
  margin-top: 62px;
  margin-bottom: 41px;
}
@media (max-width: 1140px) {
  body .content .content-sub .content-sub-span span {
    margin-top: 20px;
    margin-bottom: 15px;
  }
}
@media (max-width: 820px) {
  body .content .content-sub .content-sub-span span {
    font-size: 26px;
  }
}
@media (max-width: 520px) {
  body .content .content-sub .content-sub-span span {
    font-size: 20px;
  }
}
body .content .content-sub .content-sub-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body .content .content-sub .content-sub-title .content-sub-img {
  display: flex;
  justify-content: center;
}
@media (min-width: 1140px) and (max-width: 1920px) {
  body .content .content-sub .content-sub-title .content-sub-img img {
    width: 516px;
    height: 236px;
  }
}
body .content .content-sub .content-sub-title .main-img {
  display: block;
}
@media (max-width: 1140px) {
  body .content .content-sub .content-sub-title .main-img {
    display: none;
  }
}
body .content .content-sub .content-sub-title .shangchuan375 {
  display: none;
}
@media (max-width: 1140px) {
  body .content .content-sub .content-sub-title .shangchuan375 {
    display: block;
    margin-bottom: 35px;
  }
}
body .content .content-sub .content-sub-title .xinxi {
  display: block;
}
@media (max-width: 1140px) {
  body .content .content-sub .content-sub-title .xinxi {
    display: none;
  }
}
body .content .content-sub .content-sub-title .fasong375 {
  display: none;
}
@media (max-width: 1140px) {
  body .content .content-sub .content-sub-title .fasong375 {
    display: block;
    margin-bottom: 35px;
  }
}
@media (max-width: 1140px) {
  body .content .content-sub .content-sub-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
body .content .content-sub .content-sub-title .content-sub-title-tips {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 111px;
  word-wrap: break-word;
  width: 35%;
}
@media (max-width: 1440px) {
  body .content .content-sub .content-sub-title .content-sub-title-tips {
    margin-left: 94px;
  }
}
@media (max-width: 1140px) {
  body .content .content-sub .content-sub-title .content-sub-title-tips {
    display: flex;
    justify-content: center;
    margin-left: 0px;
  }
}
@media (max-width: 820px) {
  body .content .content-sub .content-sub-title .content-sub-title-tips {
    width: 45%;
  }
}
@media (max-width: 520px) {
  body .content .content-sub .content-sub-title .content-sub-title-tips {
    width: 55%;
  }
}
@media (max-width: 223px) {
  body .content .content-sub .content-sub-title .content-sub-title-tips {
    width: 65%;
  }
}
body .content .content-sub .content-sub-title .content-sub-title-tips span {
  font-size: 28px;
  font-family: Microsoft YaHei, Microsoft YaHei-Bold;
  font-weight: 700;
  text-align: left;
  color: #000000;
  margin-bottom: 24px;
}
@media (max-width: 1140px) {
  body .content .content-sub .content-sub-title .content-sub-title-tips span {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 820px) {
  body .content .content-sub .content-sub-title .content-sub-title-tips span {
    font-size: 22px;
  }
}
@media (max-width: 520px) {
  body .content .content-sub .content-sub-title .content-sub-title-tips span {
    font-size: 18px;
  }
}
body .content .content-sub .content-sub-title .content-sub-title-tips .upload p {
  font-size: 18px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #000000;
  min-width: 50%;
  word-wrap: break-word;
  display: flex;
}
@media (max-width: 1140px) {
  body .content .content-sub .content-sub-title .content-sub-title-tips .upload p {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 820px) {
  body .content .content-sub .content-sub-title .content-sub-title-tips .upload p {
    font-size: 16px;
  }
}
@media (max-width: 520px) {
  body .content .content-sub .content-sub-title .content-sub-title-tips .upload p {
    font-size: 14px;
  }
}
body .list .content-sub-title {
  padding-top: 150px;
}
@media (max-width: 1140px) {
  body .list .content-sub-title {
    padding-top: 81px;
  }
}
body .content-part {
  width: 100%;
  height: 590px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  body .content-part {
    height: 504px;
  }
}
@media (max-width: 1140px) {
  body .content-part {
    height: 676px;
  }
}
body .content-part .content-part-sub {
  width: 62%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1440px) {
  body .content-part .content-part-sub {
    padding-top: 82px;
  }
}
@media (max-width: 1140px) {
  body .content-part .content-part-sub {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
}
body .content-part .content-part-sub .content-part-span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 140px;
  min-width: 30%;
}
@media (max-width: 1140px) {
  body .content-part .content-part-sub .content-part-span {
    margin-right: 0px;
    margin-bottom: 45px;
    width: 30%;
  }
}
@media (max-width: 820px) {
  body .content-part .content-part-sub .content-part-span {
    width: 45%;
  }
}
@media (max-width: 520px) {
  body .content-part .content-part-sub .content-part-span {
    width: 55%;
  }
}
@media (max-width: 223px) {
  body .content-part .content-part-sub .content-part-span {
    width: 65%;
  }
}
body .content-part .content-part-sub .content-part-span span {
  font-size: 28px;
  font-family: Microsoft YaHei, Microsoft YaHei-Bold;
  font-weight: 700;
  text-align: left;
  color: #000000;
  margin-bottom: 24px;
}
@media (max-width: 1140px) {
  body .content-part .content-part-sub .content-part-span span {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 820px) {
  body .content-part .content-part-sub .content-part-span span {
    font-size: 22px;
  }
}
@media (max-width: 520px) {
  body .content-part .content-part-sub .content-part-span span {
    font-size: 18px;
  }
}
body .content-part .content-part-sub .content-part-span p {
  font-size: 18px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #000000;
}
@media (max-width: 1140px) {
  body .content-part .content-part-sub .content-part-span p {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 820px) {
  body .content-part .content-part-sub .content-part-span p {
    font-size: 16px;
  }
}
@media (max-width: 520px) {
  body .content-part .content-part-sub .content-part-span p {
    font-size: 14px;
  }
}
body .content-part .content-part-sub .content-part-img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 58px;
  margin-bottom: 112px;
}
@media (min-width: 1140px) and (max-width: 1920px) {
  body .content-part .content-part-sub .content-part-img img {
    width: 516px;
    height: 236px;
  }
}
@media (max-width: 1140px) {
  body .content-part .content-part-sub .content-part-img {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
body .content-part .content-part-sub .content-part-img .leibiao {
  display: block;
}
@media (max-width: 1140px) {
  body .content-part .content-part-sub .content-part-img .leibiao {
    display: none;
  }
}
body .content-part .content-part-sub .content-part-img .hedui375 {
  display: none;
}
@media (max-width: 1140px) {
  body .content-part .content-part-sub .content-part-img .hedui375 {
    display: block;
    margin-top: 82px;
    margin-bottom: 24px;
  }
}
body .banner {
  width: 100%;
  margin: 0 auto;
}
body .banner .banner-sub {
  width: 62%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
body .banner .banner-sub .banner-sub-span {
  display: flex;
  justify-content: center;
  white-space: nowrap;
}
body .banner .banner-sub .banner-sub-span h2 {
  font-size: 36px;
  font-family: Microsoft YaHei, Microsoft YaHei-Bold;
  font-weight: 700;
  text-align: left;
  color: #000000;
  margin-top: 64px;
  margin-bottom: 128px;
}
@media (max-width: 1140px) {
  body .banner .banner-sub .banner-sub-span h2 {
    margin-top: 30px;
    margin-bottom: 45px;
  }
}
@media (max-width: 820px) {
  body .banner .banner-sub .banner-sub-span h2 {
    font-size: 26px;
  }
}
@media (max-width: 520px) {
  body .banner .banner-sub .banner-sub-span h2 {
    font-size: 20px;
  }
}
body .banner .banner-sub .banner-sub-new {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1140px) {
  body .banner .banner-sub .banner-sub-new {
    display: flex;
  }
}
body .banner .banner-sub .banner-sub-new .banner-sub-title {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 1140px) {
  body .banner .banner-sub .banner-sub-new .banner-sub-title {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 820px) {
}
body .banner .banner-sub .banner-sub-new .banner-sub-title .banner-sub-part {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 155px;
  min-width: 30%;
  flex: 1;
  word-wrap: break-word;
}
@media (max-width: 1140px) {
  body .banner .banner-sub .banner-sub-new .banner-sub-title .banner-sub-part {
    padding-bottom: 100px;
  }
  body .banner .banner-sub .banner-sub-new .banner-sub-title .banner-sub-part img {
    width: 62px;
    height: 62px;
    margin-bottom: 17px;
  }
}
@media (max-width: 1020px) {
  body .banner .banner-sub .banner-sub-new .banner-sub-title .banner-sub-part {
    min-width: 50%;
    padding-bottom: 10px;
  }
}
@media (max-width: 375px) {
  body .banner .banner-sub .banner-sub-new .banner-sub-title .banner-sub-part {
    min-width: 30%;
    padding: 0px 10px;
  }
}
body .banner .banner-sub .banner-sub-new .banner-sub-title .banner-sub-part span {
  font-size: 20px;
  font-family: Microsoft YaHei, Microsoft YaHei-Bold;
  font-weight: 700;
  color: #000000;
  margin-top: 14px;
  margin-bottom: 8px;
}
@media (max-width: 1140px) {
  body .banner .banner-sub .banner-sub-new .banner-sub-title .banner-sub-part span {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
@media (max-width: 820px) {
  body .banner .banner-sub .banner-sub-new .banner-sub-title .banner-sub-part span {
    font-size: 14px;
  }
}
body .banner .banner-sub .banner-sub-new .banner-sub-title .banner-sub-part p {
  font-size: 18px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  color: #000000;
  word-wrap: break-word;
}
@media (max-width: 1140px) {
  body .banner .banner-sub .banner-sub-new .banner-sub-title .banner-sub-part p {
    margin-bottom: 10px;
  }
}
@media (max-width: 820px) {
  body .banner .banner-sub .banner-sub-new .banner-sub-title .banner-sub-part p {
    font-size: 12px;
  }
}
body .img {
  width: 100%;
  height: 488px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../images/bg.jpg") no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
body .img .img-sub {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 660px) {
  body .img .img-sub {
    display: none;
  }
}
body .img .img-sub p {
  font-size: 18px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  margin-bottom: 30px;
}
body .img .img-sub-list-buttom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  display: none;
}
@media (max-width: 660px) {
  body .img .img-sub-list-buttom {
    display: block;
  }
}
body .img .img-sub-list-buttom p {
  font-size: 16px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  margin-bottom: 5px;
}
@media (max-width: 440px) {
  body .img .img-sub-list-buttom p {
    font-size: 12px;
  }
}
