body {
  min-width: 320px;
  max-width: 750px;
  margin: 0px auto;
}
body video {
  width: 100%;
}
body .menu-btn > span {
  background-color: white !important;
}
body .topbar {
  background: rgba(0, 0, 0, 0.5);
}
body .topbar .wire {
  height: 0px;
  width: 0px;
  border-bottom: 2px solid red;
  position: absolute;
  bottom: 0px;
  left: 0px;
  transition: width 1s;
  -moz-transition: width 0.5s;
  /* Firefox 4 */
  -webkit-transition: width 0.5s;
  /* Safari 和 Chrome */
  -o-transition: width 0.5s;
  /* Opera */
}
body .root {
  width: 100%;
}
body .root .banner {
  width: 100%;
}
body .root .banner .swiper-wrapper .banner-content {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body .root .banner .swiper-wrapper .banner-content > img {
  width: 100%;
  height: auto;
}
body .root .swiper-pagination1 {
  width: 100%;
  text-align: center;
}
body .root .swiper-pagination1 > span {
  margin: 0.133333rem;
}
body .root .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: red;
}
body .root .content {
  width: 100%;
  padding: 0.786667rem 0.533333rem 0px;
  background-color: white;
}
body .root .content > p {
  font-size: 18px;
  color: black;
  font-weight: 800;
  margin-bottom: 0.293333rem;
}
body .root .content .text {
  width: 100%;
}
body .root .content .text > p {
  line-height: 24px;
  font-size: 16px;
  margin-top: 0.666667rem;
}
body .root .content .text > p > img {
  max-width: 100%;
}
body .root .content .text > p:nth-child(1) {
  text-indent: 0em;
  margin-top: 0px;
}
body .root .content .text > span {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 0.32rem;
  color: black;
  font-weight: 800;
}
body .root .content .text .content-img {
  width: 100%;
  height: 4rem;
  border-radius: 0.4rem;
  overflow: hidden;
  margin: 0.666667rem 0px 0.4rem;
}
body .root .content .text .content-img > img {
  width: 100%;
  height: 100%;
  min-width: auto;
  max-width: auto;
}
body .root .down {
  width: 100%;
  padding: 1.093333rem 0.533333rem 0.813333rem;
}
body .root .pull-down {
  width: 100%;
  margin-top: 0.96rem;
  color: red;
}
body .root .pull-down > ul {
  width: 100%;
  border-top: 1px solid red;
}
body .root .pull-down > ul > li {
  width: 100%;
  text-align: center;
}
body .root .pull-down > ul > li .pullBox {
  max-height: 0px;
  width: 100%;
  overflow: hidden;
  font-size: 14px;
  line-height: 20px;
}
body .root .pull-down > ul > li .pullBox .text {
  width: 100%;
  border-bottom: 1px solid #cfcccc;
  text-align: left;
  padding: 10px 0px;
}
body .root .pull-down > ul > li .pullBox .text .text2 {
  width: 100%;
  font-size: 15px;
  color: black;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
body .root .pull-down > ul > li .pullBox .text .text3 {
  width: 100%;
  font-size: 14px;
  margin: 5px 0px;
  color: #999aaa;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
body .root .pull-down > ul > li .pullBox .text .text4 {
  font-size: 12px;
  width: 100%;
  color: red;
  vertical-align: middle !important;
}
body .root .pull-down > ul > li .pullBox .text .text4 > i {
  font-size: 0.266667rem !important;
}
body .root .pull-down > ul > li .dtactivedown {
  max-height: 1000px;
  -webkit-transition: max-height 0.5s linear;
  transition: max-height 0.5s linear;
}
body .root .pull-down > ul > li .dtactiveup {
  max-height: 0px;
  -webkit-transition: max-height 0.5s;
  transition: max-height 0.5s;
}
body .root .pull-down > ul .base-text {
  height: 1.2rem;
  width: 100%;
  text-align: center;
  line-height: 1.2rem;
  border-bottom: 1px solid red;
  border-top: 1px solid red;
  margin-top: -1px;
  position: relative;
  font-size: 16px;
}
body .root .pull-down > ul .base-text > i {
  display: inline-block;
  position: absolute;
  right: 0.267rem;
  font-size: 0.48rem;
}
body .root .pull-down > ul .base-text .iactivedown {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
}
body .root .pull-down > ul .base-text .iactiveup {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
}
