body {
  min-width: 320px;
  max-width: 750px;
  margin: 0px auto;
}
body .topbar {
  background-color: #ffffff;
}

/*
body .topbar .menu-btn > span {
  background-color: white !important;
}
*/
body .downBox {
  width: 100%;
  height: 2rem;
  position: absolute;
  left: 0px;
  bottom: 1.5rem;
  z-index: 10;
}
body .downBox .down {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
  background-color: red;
  color: white;
  border-radius: 50%;
  animation: toggleMove 1s infinite;
  -webkit-animation: toggleMove 1s infinite;
}
body .downBox .down > i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  font-size: 0.5625rem;
}
@keyframes toggleMove {
  0% {
    bottom: 15.5%;
    opacity: 0.5;
  }
  50% {
    bottom: 6.5%;
    opacity: 1;
  }
  100% {
    bottom: 15.5%;
    opacity: 0.5;
  }
}
body .container {
  width: 100%;
  height: 736px;
}
body .screen {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -moz-background-size: cover;
  padding: 0px 0.533333rem;
  position: relative;
}
body .screen .title1 {
  margin: 0 auto;
  padding-top: 3rem;
  text-align: center;
  font-size: 30px;
  color: white;
  line-height: 1.12rem;
}
body .screen .title2 {
  width: 100%;
  text-align: center;
  font-size: 15px;
  color: white;
  margin-top: 0.533333rem;
  line-height: 24px;
}
body .screen .vip {
  width: 8.907rem;
  height: 1.6rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 5rem;
  border: 1px solid white;
  border-radius: 0.533rem;
  padding: 0px 0.533rem;
  display: flex;
  align-items: center;
}
body .screen .vip .vip-btn {
  width: 2rem;
  height: 0.667rem;
  background-color: red;
  color: white;
  border-radius: 0.333rem;
  text-align: center;
  line-height: 0.667rem;
}
body .screen .vip .vip-text {
  flex: 1;
  margin-left: 0.533333rem;
  color: white;
}
body .screen > div {
  position: absolute;
  display: flex;
  align-items: center;
}
body .screen > div > div {
  width: 50px;
  height: 50px;
}
body .screen > div > div > img {
  width: 100%;
  height: 100%;
}
body .screen > div > p {
  color: #ffffff;
  font-size: 12px;
}
body .screen .iconBox9 {
  bottom: 240px;
  left: 2.133333rem;
}
body .screen .iconBox9 > p {
  margin-left: 0.333333rem;
}
body .screen .iconBox8 {
  left: 3.733333rem;
  bottom: 180px;
}
body .screen .iconBox8 > p {
  margin-left: 0.333333rem;
}
body .screen .iconBox7 {
  left: 1.6rem;
  bottom: 110px;
}
body .screen .iconBox7 > p {
  margin-left: 0.333333rem;
}
body .screen .iconBox4 {
  flex-direction: column;
  bottom: 280px;
  left: 1.066667rem;
}
body .screen .iconBox4 > p {
  margin-top: 5px;
}
body .screen .iconBox3 {
  flex-direction: column;
  bottom: 200px;
  left: 0.95rem;
}
body .screen .iconBox3 > p {
  margin-top: 5px;
}
body .screen .iconBox1 {
  flex-direction: column;
  bottom: 180px;
  right: 1.5rem;
}
body .screen .iconBox1 > p {
  margin-top: 5px;
}
body .screen .iconBox2 {
  flex-direction: column;
  bottom: 180px;
  left: 1.5rem;
}
body .screen .iconBox2 > p {
  margin-top: 5px;
}
body .screen .iconBox10 {
  bottom: 125px;
  left: 1rem;
}
body .screen .iconBox10 > p {
  margin-left: 0.333333rem;
}
body .screen .iconBox11 {
  bottom: 190px;
  left: 1rem;
}
body .screen .iconBox11 > p {
  margin-left: 0.333333rem;
}
body .article {
  width: 100%;
  height: auto;
  max-height: 0px;
  overflow: hidden;
  background-color: white;
  opacity: 0;
}
body .article .details {
  width: 100%;
  padding: 1rem 0.533333rem 0px;
  overflow: hidden;
  top: 0px;
  left: 0px;
}
body .article .details .title1 {
  font-size: 0.32rem;
  font-weight: 800;
  text-align: left;
  line-height: 1.12rem;
  margin-top: 20px;
  text-transform: Uppercase;
}
body .article .details .text {
  width: 100%;
  overflow: hidden;
  padding-bottom: 1rem;
}
body .article .details .text > p {
  font-size: 14px;
  margin-top: 0.666667rem;
}
body .article .details .text > p:nth-child(1) {
  text-indent: 0em;
}
body .article .details .text .content-img {
  width: 100%;
  height: 4rem;
  border-radius: 0.4rem;
  overflow: hidden;
  margin: 0.666667rem 0px 0.4rem;
}
body .article .details .text .content-img > img {
  width: 100%;
  height: 100%;
  min-width: auto;
  max-width: auto;
}
body .article .details-down {
  width: 100%;
  height: 2.5rem;
  left: 0px;
  bottom: 0rem;
  background-color: white;
  z-index: 10;
}
body .article .details-down .down2 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
  background-color: red;
  color: white;
  border-radius: 50%;
  animation: toggleMove 1s infinite;
  -webkit-animation: toggleMove 1s infinite;
}
body .article .details-down .down2 > i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  font-size: 0.5625rem;
}
@keyframes toggleMove {
  0% {
    bottom: 30%;
    opacity: 0.5;
  }
  50% {
    bottom: 20%;
    opacity: 1;
  }
  100% {
    bottom: 30%;
    opacity: 0.5;
  }
}
body .article .active {
  transform: rotate(180deg);
}
body .articleActive {
  max-height: 5000px;
  opacity: 1;
  transition: all 0.6s ease-in;
}
body .articleActivedown {
  max-height: 0px;
  opacity: 0;
  transition: all 0.6s ease-in;
}
body .extra {
  height: 100% !important;
}
@media screen and (min-width: 320px) and (max-width: 374px) {
  .downBox .down {
    width: 40px !important;
    height: 40px !important;
  }
  .downBox .down > i {
    font-size: 16px !important;
  }
  .down2 {
    width: 40px !important;
    height: 40px !important;
  }
  .down2 > i {
    font-size: 16px !important;
  }
}
@media screen and (min-height: 568px) and (max-height: 811px) {
  .screen .title1 {
    padding-top: 2rem !important;
  }
  .screen .vip {
    bottom: 4rem !important;
  }
  .screen .downBox {
    bottom: 1rem !important;
  }
  .twonav .title {
    margin-top: 0.5rem !important;
  }
  .twonav .vip {
    margin: 0.5rem auto 0.5rem !important;
  }
}
@media screen and (max-height: 530px) {
  .screen .title1 {
    padding-top: 2rem !important;
  }
  .screen .title2 {
    margin-top: 0.3rem !important;
  }
  .screen .vip {
    bottom: 3rem !important;
  }
  .screen .downBox {
    bottom: 0.5rem !important;
  }
  .base > .text1 {
    margin-bottom: 0.5rem !important;
  }
  .base .base-bottom {
    margin: 0.4rem auto 0.2rem !important;
    padding: 0.2rem 0.4rem 0.4rem !important;
  }
}
