@charset "UTF-8";

/*文本格式化，超出范围，显示省略号*/
@keyframes bg-zoom {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.15);
  }

  100% {
    transform: scale(1);
  }
}

@media screen and (min-width: 1400.0064px) {
  html {
    zoom: 0.96;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1400.0064px) {
  html {
    zoom: 0.82;
  }
}

@media screen and (min-width: 992.0064px) and (max-width: 1199.0016px) {
  html {
    zoom: 0.67;
  }
}

@media screen and (min-width: 768px) and (max-width: 991.008px) {
  html {
    zoom: 0.52;
  }
}

@media screen and (max-width: 767.0016px) and (min-width: 480px) {
  html {
    zoom: 0.34;
  }
}

#app {
  width: 100%;
  height: 100%;
  position: relative;
}

#app .bg-video {
  width: 10rem;
  height: 5.625rem;
  position: fixed;
  z-index: 2;
  right: 0px;
  bottom: 0px;
  min-width: 100%;
  min-height: 100%;
  overflow: hidden;
}

#app .bg-video .homevideo {
  min-width: 100%;
  min-height: 100%;
  height: auto;
  width: auto;
}

#app .bg-video .homebg {
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url(../imgs/home.jpg);
  background-size: cover;
  background-position: center;
}

#app .bg-video .homebgtwo {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  background-image: url(../imgs/home-bg2.jpg);
  background-position: 0 -400px;
  background-size: cover;
  background-position: center;
}

#app .bg-video .homebgtwo img {
  width: 8.8438rem;
  height: 4.7344rem;
  position: absolute;
  bottom: 0;
  right: 0;
}

#app .bg-video .homebgtwo .free-use {
  width: 1.5rem;
  height: 0.29rem;

  position: absolute;
  bottom: 1.72rem;
  left: 2rem;
  cursor: pointer;
}

#app .caseBg {
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  background-image: url("../imgs/caseBgImg.png");
  background-size: cover;
  background-position: center;
  animation: bg-zoom 10s linear infinite;
}

#app .solutionBg {
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  background-image: url("../imgs/solutionBg.png");
  background-size: cover;
  background-position: center;
  animation: bg-zoom 10s linear infinite;
}

#app .trialBg {
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  background-image: url("../imgs/trialBg.png");
  background-size: cover;
  background-position: center;
  animation: bg-zoom 10s linear infinite;
}

#app .concatBg {
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  background-image: url("../imgs/concatbg.png");
  background-size: cover;
  background-position: center;
  animation: bg-zoom 10s linear infinite;
}

#app .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#app .mask .container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

#app .mask .container .header {
  position: absolute;
  z-index: 99;
  width: 100%;

  height: 0.7031rem;

  background-image: url(../imgs/top.png);
  background-size: 6.2708rem 0.7031rem;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  padding: 0.1563rem 2.4844rem 0.4271rem;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

#app .mask .container .header .menu-group {
  display: flex;

}

#app .mask .container .header .menu-group .menu-item {
  padding: 0 0.0625rem;
  height: 0.0938rem;
  font-size: 0.0938rem;
  line-height: 0.0938rem;
  white-space: nowrap;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
}

#app .mask .container .header .menu-group .menu-item:hover {
  color: #c9b883;
}

#app .mask .container .header .menu-group .menu-item:hover::before {
  content: "";
  position: absolute;
  left: -0.0313rem;
  top: 50%;
  margin-top: -0.026rem;
  width: 0.0677rem;
  height: 0.0521rem;
  background-image: url(../imgs/menu-hover-left.png);
  background-repeat: no-repeat;
  background-size: 0.0677rem 0.0521rem;
}

#app .mask .container .header .menu-group .menu-item:hover::after {
  content: "";
  position: absolute;
  right: -0.0313rem;
  top: 50%;
  margin-top: -0.026rem;
  width: 0.0677rem;
  height: 0.0521rem;
  background-image: url(../imgs/menu-hover-right.png);
  background-repeat: no-repeat;
  background-size: 0.0677rem 0.0521rem;
}

#app .mask .container .header .menu-group .menu-item:not(:first-child) {
  margin-left: 0.2083rem;
}

#app .mask .container .header .menu-group .active {
  color: #c9b883;
}

#app .mask .container .header .menu-group .active::before {
  content: "";
  position: absolute;
  left: -0.0313rem;
  top: 50%;
  margin-top: -0.026rem;
  width: 0.0677rem;
  height: 0.0521rem;
  background-image: url(../imgs/menu-hover-left.png);
  background-repeat: no-repeat;
  background-size: 0.0677rem 0.0521rem;
}

#app .mask .container .header .menu-group .active::after {
  content: "";
  position: absolute;
  right: -0.0313rem;
  top: 50%;
  margin-top: -0.026rem;
  width: 0.0677rem;
  height: 0.0521rem;
  background-image: url(../imgs/menu-hover-right.png);
  background-repeat: no-repeat;
  background-size: 0.0677rem 0.0521rem;
}

#app .mask .container .header .menu-group:not(:first-child) {
  margin-left: 2.5904rem;
}

#app .mask .container .header .logo {
  position: absolute;
  top: 0.0938rem;
  left: 50%;
  width: 0.9063rem;
  height: 0.2865rem;
  margin-left: -0.4531rem;
}

#app .mask .container .header .logo:hover {
  cursor: pointer;
}

#app .mask .container .main-wrap {
  width: 100%;
  height: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#app .mask .container .main-wrap .main {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

#app .mask .container .main-wrap .main.animated.fadeIn {
  animation-duration: 3s;
}

#app .mask .container .main-wrap .tab-0 {
  display: flex;
  justify-content: center;
  align-items: center;
}

#app .mask .container .main-wrap .tab-0 img {
  width: 0.4167rem;
  height: 2.1615rem;
}

#app .mask .container .main-wrap .tab-1 {
  padding: 0.2917rem 1.0677rem 0.276rem;
  display: flex;
  align-items: center;
}

#app .mask .container .main-wrap .tab-1 .smart-museum {
  width: 4.2344rem;
  height: 2.9375rem;
  padding: 0.4532rem 0.1563rem 0.1979rem;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  background-image: url(../imgs/smart-museum-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

#app .mask .container .main-wrap .tab-1 .smart-museum-category {
  width: 1.2031rem;
  height: 100%;
  border: 0.0052rem solid #c9b883;
  border-radius: 0.0521rem;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

#app .mask .container .main-wrap .tab-1 .smart-museum-category .smart-museum-category-head {
  flex: none;
  width: 100%;
  height: 0.2708rem;
  padding: 0 31px 0;
  box-sizing: border-box;
  background-color: #c9b883;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

#app .mask .container .main-wrap .tab-1 .smart-museum-category .smart-museum-category-head .smart-museum-category-icon {
  width: 0.1458rem;
  height: 0.151rem;
}

#app .mask .container .main-wrap .tab-1 .smart-museum-category .smart-museum-category-head .smart-museum-category-icon img {
  width: 0.1458rem;
  display: block;
}

#app .mask .container .main-wrap .tab-1 .smart-museum-category .smart-museum-category-head .smart-museum-category-title {
  white-space: nowrap;
  font-size: 0.1719rem;
  font-family: KaiTi;
  font-weight: 600;
  color: #42241f;
  line-height: 0.2708rem;
}

#app .mask .container .main-wrap .tab-1 .smart-museum-category .smart-museum-category-head:hover {
  cursor: pointer;
}

#app .mask .container .main-wrap .tab-1 .smart-museum-category .smart-museum-items {
  width: 100%;
  height: 2.224rem;
  padding: 0.0521rem 0.0625rem;
  box-sizing: border-box;
  background-color: #fff;
  font-size: 0.1146rem;
  font-family: KaiTi;
  font-weight: 600;
  color: #42241f;
}

#app .mask .container .main-wrap .tab-1 .smart-museum-category .smart-museum-items li {
  line-height: 0.1771rem;
  padding-left: 0.1563rem;
  margin-top: 0.0781rem;
  white-space: nowrap;
  position: relative;
  cursor: pointer;
}

#app .mask .container .main-wrap .tab-1 .smart-museum-category .smart-museum-items li span {
  display: inline-block;
}

#app .mask .container .main-wrap .tab-1 .smart-museum-category:last-child .smart-museum-category-title {
  margin-left: 0.0208rem;
}

#app .mask .container .main-wrap .tab-1 .digital-creativity {
  margin-left: 0.1979rem;
  width: 3.3229rem;
  height: 2.9375rem;
  padding: 0 0.2031rem;
  box-sizing: border-box;
  background-image: url(../imgs/digital-creativity-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#app .mask .container .main-wrap .tab-1 .digital-creativity li {
  font-size: 0.125rem;
  font-family: KaiTi;
  font-weight: 500;
  color: #ffffff;
  line-height: 0.2292rem;
  position: relative;
  padding-left: 0.2344rem;
  margin-top: 0.0521rem;
  cursor: pointer;
}

#app .mask .container .main-wrap .tab-1 .digital-creativity li span {
  display: inline-block;
}

#app .mask .container .main-wrap .tab-1 li:hover {
  color: #c9b883;
}

#app .mask .container .main-wrap .tab-1 li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 40%;
  margin-top: -0.0261rem;
  width: 0.0938rem;
  height: 0.0729rem;
  background-image: url(../imgs/menu-hover-left.png);
  background-repeat: no-repeat;
  background-size: 0.0938rem 0.0729rem;
}

#app .mask .container .main-wrap .tab-1 .title {
  position: absolute;
  left: 50%;
  margin-left: -0.5859rem;
  top: 12px;
  width: 1.1719rem;
  height: 0.2448rem;
  font-size: 0.1823rem;
  font-family: KaiTi;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
}

#app .mask .container .main-wrap .tab-2 {
  width: 100%;
  height: 100%;
  padding: 0.2708rem 0.9635rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

#app .mask .container .main-wrap .tab-2 .case-wrap {
  width: 100%;
  padding: 0 0.4583rem;
  box-sizing: border-box;
  position: relative;
}

#app .mask .container .main-wrap .tab-2 .case-wrap .swiper-slide .case-list {
  width: 100%;
  height: 2.7604rem;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
}

#app .mask .container .main-wrap .tab-2 .case-wrap .swiper-slide .case-list .case-item {
  width: 1.4896rem;
  height: 0.8177rem;
  margin-left: 0.2552rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  background: url("../imgs/case-item-bg.png") no-repeat;
  background-size: contain;
  cursor: pointer;
}

#app .mask .container .main-wrap .tab-2 .case-wrap .swiper-slide .case-list .case-item:nth-child(n + 5) {
  margin-top: 0.0938rem;
}

#app .mask .container .main-wrap .tab-3 {
  width: 100%;
  height: 100%;
  padding: 0.2708rem 1.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

#app .mask .container .main-wrap .tab-3 #news {
  width: 100%;
  padding: 0 0.4583rem;
  box-sizing: border-box;
  position: relative;
}

#app .mask .container .main-wrap .tab-3 #news .swiper-slide .news-list {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
}

#app .mask .container .main-wrap .tab-3 #news .swiper-slide .news-list .news-item {
  width: 46%;
  height: 0.625rem;
  display: flex;
  justify-content: flex-end;
  box-sizing: border-box;
}

#app .mask .container .main-wrap .tab-3 #news .swiper-slide .news-list .news-item .news-item-box {
  width: 1.2708rem;
  min-width: 0;
  margin-right: 0.0781rem;
  position: relative;
}

#app .mask .container .main-wrap .tab-3 #news .swiper-slide .news-list .news-item .news-item-box .news-item-title {
  max-width: 100%;
  height: 0.0938rem;
  font-size: 0.0885rem;
  font-family: Source Han Sans CN;
  font-weight: bold;
  margin: 0.099rem 0 0.0729rem 0;
  color: #42241F;
  line-height: 0.0938rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#app .mask .container .main-wrap .tab-3 #news .swiper-slide .news-list .news-item .news-item-box .news-item-text {
  max-width: 100%;
  height: 0.19rem;
  font-size: 0.0729rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #636363;
  line-height: 0.0938rem;
  margin-bottom: 0.0625rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

#app .mask .container .main-wrap .tab-3 #news .swiper-slide .news-list .news-item .news-item-box .news-item-href {
  height: 0.0781rem;
  line-height: 0.0938rem;
  position: absolute;
  right: 0;
  bottom: 0.0573rem;
  padding-right: 0.1302rem;
}

#app .mask .container .main-wrap .tab-3 #news .swiper-slide .news-list .news-item .news-item-box .news-item-href a {
  font-size: 0.0833rem;
  font-family: KaiTi;
  font-weight: 400;
  color: #42241F;
}

#app .mask .container .main-wrap .tab-3 #news .swiper-slide .news-list .news-item .news-item-box a::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 0.0521rem;
  height: 0.0781rem;
  top: 0.02rem;
  left: 0.2rem;
  background-image: url(../imgs/next.png);
  background-repeat: no-repeat;
  background-size: 0.0677rem 0.0521rem;
}

#app .mask .container .main-wrap .tab-3 #news .swiper-slide .news-list .news-item:nth-child(n) {
  margin-top: 0.0938rem;
}

#app .mask .container .main-wrap .tab-3 #news .swiper-slide .news-list .news-item:nth-child(2n) {
  margin-left: 0.375rem;
}

#app .mask .container .main-wrap .tab-4 {
  padding: 0.2708rem 0.9635rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#app .mask .container .main-wrap .tab-4 #aboutus {
  width: 100%;
  padding: 0 0.4271rem;
  box-sizing: border-box;
  position: relative;
}

#app .mask .container .main-wrap .tab-4 #aboutus>.swiper>.swiper-wrapper>.swiper-slide {
  display: flex;
  flex-direction: column;
  height: 3.0469rem;
  width: 7.224rem;
  padding: 0.3021rem 0.4rem;
  box-sizing: border-box;
  background: url(../imgs/about-us-bg.png) no-repeat center;
  background-size: 7.224rem 3.0469rem;
}

#app .mask .container .main-wrap .tab-4 #aboutus>.swiper>.swiper-wrapper>.swiper-slide .swiper-slide-title {
  font-size: 0.2396rem;
  font-family: KaiTi;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.1719rem;
  position: relative;
  display: block;
  flex: none;
}

#app .mask .container .main-wrap .tab-4 #aboutus>.swiper>.swiper-wrapper>.swiper-slide .swiper-slide-title::after {
  content: "";
  position: absolute;
  left: 1.0417rem;
  top: 50%;
  margin-top: -0.0443rem;
  width: 0.1406rem;
  height: 0.1146rem;
  background-image: url(../imgs/title-after-icon.png);
  background-repeat: no-repeat;
  background-size: 0.1406rem 0.1146rem;
}

#app .mask .container .main-wrap .tab-4 #aboutus>.swiper>.swiper-wrapper>.swiper-slide .swiper-slide-content {
  width: 100%;
  height: 100%;
  padding-top: 0.1875rem;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  position: relative;
}

#app .mask .container .main-wrap .tab-4 #aboutus>.swiper>.swiper-wrapper>.swiper-slide .swiper-slide-content .company-profile {
  width: 3.9531rem;
  height: 1.8542rem;
  font-size: 0.0938rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.1719rem;
  text-align: justify;
}

#app .mask .container .main-wrap .tab-4 #aboutus>.swiper>.swiper-wrapper>.swiper-slide .swiper-slide-content .company-profile p:not(:first-child) {
  margin-top: 0.0625rem;
}

#app .mask .container .main-wrap .tab-4 #aboutus>.swiper>.swiper-wrapper>.swiper-slide .swiper-slide-content .company-img {
  width: 2.474rem;
}

#app .mask .container .main-wrap .tab-4 #aboutus>.swiper>.swiper-wrapper>.swiper-slide .swiper-slide-content .company-img img {
  width: 100%;
  display: block;
}

#app .mask .container .main-wrap .tab-4 #aboutus>.swiper>.swiper-wrapper>.swiper-slide .swiper-slide-content .swiper {
  width: 100%;
  height: 100%;
}

#app .mask .container .main-wrap .tab-4 #aboutus>.swiper>.swiper-wrapper>.swiper-slide .swiper-slide-content .swiper .long-line {
  position: absolute;
  bottom: 0.8646rem;
  border-bottom: 0.0104rem solid #c9b883;
  width: 100%;
}

#app .mask .container .main-wrap .tab-4 #aboutus>.swiper>.swiper-wrapper>.swiper-slide .swiper-slide-content .swiper .swiper-slide .date {
  color: #c9b883;
  font-weight: 700;
  position: absolute;
  opacity: 0;
}

#app .mask .container .main-wrap .tab-4 #aboutus>.swiper>.swiper-wrapper>.swiper-slide .swiper-slide-content .swiper .swiper-slide span {
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  transition: 700ms;
}

#app .mask .container .main-wrap .tab-4 #aboutus>.swiper>.swiper-wrapper>.swiper-slide .swiper-slide-content .swiper .swiper-slide-active span {
  transition: 700ms 700ms;
}

#app .mask .container .main-wrap .tab-4 #aboutus>.swiper>.swiper-wrapper>.swiper-slide .swiper-slide-content .swiper .swiper-pagination-bullet {
  width: 0.0833rem;
  height: 0.0833rem;
  background: #fff;
  border: 0.0052rem solid #c9b883;
  opacity: 1;
  line-height: 0.0833rem;
  position: relative;
}

#app .mask .container .main-wrap .tab-4 #aboutus>.swiper>.swiper-wrapper>.swiper-slide .swiper-slide-content .swiper .swiper-pagination-bullet .content {
  position: absolute;
  left: 50%;
  margin-left: -0.401rem;
  bottom: 0.2031rem;
  width: 0.8021rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#app .mask .container .main-wrap .tab-4 #aboutus>.swiper>.swiper-wrapper>.swiper-slide .swiper-slide-content .swiper .swiper-pagination-bullet .content .content-bd {
  width: 0.8854rem;
  white-space: normal;
  font-size: 0.0729rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.0938rem;
}

#app .mask .container .main-wrap .tab-4 #aboutus>.swiper>.swiper-wrapper>.swiper-slide .swiper-slide-content .swiper .swiper-pagination-bullet .content .content-hd {
  width: 100%;
  position: relative;
  text-align: center;
  font-size: 0.125rem;
  font-family: Impact;
  font-weight: 400;
  color: #c9b883;
  line-height: 0.1979rem;
}

#app .mask .container .main-wrap .tab-4 #aboutus>.swiper>.swiper-wrapper>.swiper-slide .swiper-slide-content .swiper .swiper-pagination-bullet .triangle {
  position: absolute;
  left: 50%;
  margin-left: -0.1693rem;
  width: 0.3385rem;
  height: 0.1198rem;
}

#app .mask .container .main-wrap .tab-4 #aboutus>.swiper>.swiper-wrapper>.swiper-slide .swiper-slide-content .swiper .swiper-pagination-bullet .up {
  background-image: url(../imgs/pagination-bullet-up.png);
  background-repeat: no-repeat;
  background-size: 0.3385rem 0.1198rem;
  top: -0.1198rem;
}

#app .mask .container .main-wrap .tab-4 #aboutus>.swiper>.swiper-wrapper>.swiper-slide .swiper-slide-content .swiper .swiper-pagination-bullet .down {
  background-image: url(../imgs/pagination-bullet-down.png);
  background-repeat: no-repeat;
  background-size: 0.3385rem 0.1198rem;
  bottom: -0.1198rem;
}

#app .mask .container .main-wrap .tab-4 #aboutus>.swiper>.swiper-wrapper>.swiper-slide .swiper-slide-content .swiper .swiper-pagination-bullet:nth-child(2n) .content {
  left: 50%;
  margin-left: -0.401rem;
  top: 0.2031rem;
}

#app .mask .container .main-wrap .tab-4 #aboutus>.swiper>.swiper-wrapper>.swiper-slide .swiper-slide-content .swiper .swiper-pagination-bullets {
  white-space: nowrap;
  width: auto;
  bottom: 0.8333rem;
  height: 0.0833rem;
  line-height: 0.0833rem;
  transition: 700ms;
}

#app .mask .container .main-wrap .tab-4 #aboutus>.swiper>.swiper-wrapper>.swiper-slide .swiper-slide-content .swiper .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}

#app .mask .container .main-wrap .tab-4 #aboutus>.swiper>.swiper-wrapper>.swiper-slide .swiper-slide-content .swiper .swiper-pagination-bullet-active {
  background: #c9b883;
}

#app .mask .container .main-wrap .tab-4 #aboutus>.swiper>.swiper-wrapper>.swiper-slide .swiper-slide-content .swiper .swiper-button-next,
#app .mask .container .main-wrap .tab-4 #aboutus>.swiper>.swiper-wrapper>.swiper-slide .swiper-slide-content .swiper .swiper-button-prev {
  background-size: 0.1042rem auto;
}

#app .mask .container .main-wrap .tab-4 #aboutus .concact-us .concat-us-head {
  flex: none;
  width: 100%;
  height: 0.3594rem;
  display: flex;
  margin-bottom: 0.1354rem;
}

#app .mask .container .main-wrap .tab-4 #aboutus .concact-us .concat-us-head .concat-us-head-left {
  width: 4.2604rem;
  height: 100%;
  border-right: 0.0052rem solid #fff;
  box-sizing: border-box;
  flex: none;
  display: flex;
  flex-direction: column;
}

#app .mask .container .main-wrap .tab-4 #aboutus .concact-us .concat-us-head .concat-us-head-left .concat-us-title {
  font-size: 0.1563rem;
  font-family: KaiTi;
  font-weight: 400;
  color: #ffffff;
}

#app .mask .container .main-wrap .tab-4 #aboutus .concact-us .concat-us-head .concat-us-head-left .concat-us-info {
  margin-top: 0.1354rem;
  display: flex;
  zoom: 0.95;
}

#app .mask .container .main-wrap .tab-4 #aboutus .concact-us .concat-us-head .concat-us-head-left .concat-us-info .concat-us-info-item {
  font-size: 0.0885rem;
  font-family: Arial;
  font-weight: 400;
  color: #ffffff;
  position: relative;
}

#app .mask .container .main-wrap .tab-4 #aboutus .concact-us .concat-us-head .concat-us-head-left .concat-us-info .concat-us-info-item:first-child {
  font-size: 0.09rem;
}

#app .mask .container .main-wrap .tab-4 #aboutus .concact-us .concat-us-head .concat-us-head-left .concat-us-info .concat-us-info-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.0547rem;
  background-repeat: no-repeat;
}

#app .mask .container .main-wrap .tab-4 #aboutus .concact-us .concat-us-head .concat-us-head-left .concat-us-info .concat-us-info-item:nth-child(1) {
  padding-left: 0.1615rem;
}

#app .mask .container .main-wrap .tab-4 #aboutus .concact-us .concat-us-head .concat-us-head-left .concat-us-info .concat-us-info-item:nth-child(1):before {
  width: 0.1094rem;
  height: 0.1094rem;
  background-size: 0.1094rem 0.1094rem;
  background-image: url(../imgs/email.png);
}

#app .mask .container .main-wrap .tab-4 #aboutus .concact-us .concat-us-head .concat-us-head-left .concat-us-info .concat-us-info-item:nth-child(2) {
  padding-left: 0.1563rem;
}

#app .mask .container .main-wrap .tab-4 #aboutus .concact-us .concat-us-head .concat-us-head-left .concat-us-info .concat-us-info-item:nth-child(2):before {
  width: 0.1042rem;
  height: 0.1094rem;
  background-size: 0.1042rem 0.1094rem;
  background-image: url(../imgs/address.png);
}

#app .mask .container .main-wrap .tab-4 #aboutus .concact-us .concat-us-head .concat-us-head-left .concat-us-info .concat-us-info-item:not(:first-child) {
  margin-left: 0.1771rem;
}

#app .mask .container .main-wrap .tab-4 #aboutus .concact-us .concat-us-head .concat-us-head-right {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  margin-left: 0.3021rem;
}

#app .mask .container .main-wrap .tab-4 #aboutus .concact-us .concat-us-head .concat-us-head-right .qrcode-img {
  width: 0.4573rem;
  height: 0.4573rem;
}

#app .mask .container .main-wrap .tab-4 #aboutus .concact-us .concat-us-head .concat-us-head-right .qrcode-des {
  width: 0.4063rem;
  font-size: 0.099rem;
  margin-left: 0.0729rem;
}

#app .mask .container .main-wrap .tab-4 #aboutus .concact-us .concat-us-body {
  width: 100%;
  height: 100%;
}

#app .mask .container .main-wrap .tab-4 #aboutus .concact-us .concat-us-foot {
  flex: none;
  width: 100%;
  height: 0.0833rem;
  margin-top: 0.0963rem;
  font-size: 0.0885rem;
  font-family: Adobe Heiti Std;
  color: #fff;
}

#app .mask .container .main-wrap .tab-5 {
  padding: 0.2708rem 0.9635rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#app .mask .container .main-wrap .tab-5 #register {
  width: 100%;
  padding: 0 0.3229rem;
  box-sizing: border-box;
  position: relative;
}

#app .mask .container .main-wrap .tab-5 #register>.swiper>.swiper-wrapper>.swiper-slide {
  height: 3.0052rem;
  padding: 0.1563rem 0.2292rem;
  box-sizing: border-box;
  background: url(../imgs/about-us-bg.png) no-repeat center;
  background-size: 7.1823rem 3.0052rem;
}

#app .mask .container .main-wrap .tab-5 #register .register1 {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

#app .mask .container .main-wrap .tab-5 #register .register1 .register-left {
  width: 2.3958rem;
  height: 90%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

#app .mask .container .main-wrap .tab-5 #register .register1 .register-left .register-left-title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 0.2083rem;
  font-weight: 400;
  color: #FFFFFF;
  border-bottom: 0.0052rem solid #fff;
}

#app .mask .container .main-wrap .tab-5 #register .register1 .register-left .register-left-title .register-left-title-item {
  display: flex;
  align-items: center;
  padding-bottom: 0.1042rem;
}

#app .mask .container .main-wrap .tab-5 #register .register1 .register-left .register-left-title .register-left-title-item img {
  margin-left: 0.0833rem;
  width: 0.1094rem;
  height: 0.0885rem;
}

#app .mask .container .main-wrap .tab-5 #register .register1 .register-left .register-left-effect {
  font-size: 0.1458rem;
  color: #fff;
}

#app .mask .container .main-wrap .tab-5 #register .register1 .register-left .register-left-pro {
  font-size: 0.0885rem;
  line-height: 0.1563rem;
  color: #b3a274;
}

#app .mask .container .main-wrap .tab-5 #register .register1 .register-left .register-left-trialbtn {
  width: 1.2083rem;
  height: 0.2969rem;
  cursor: pointer;
  overflow: hidden;
}

#app .mask .container .main-wrap .tab-5 #register .register1 .register-left .register-left-trialbtn img {
  transition: all 0.3s ease-in-out;
}

#app .mask .container .main-wrap .tab-5 #register .register1 .register-left .register-left-trialbtn:hover img {
  transform: scale(1.3) rotate(2deg);
}

#app .mask .container .main-wrap .tab-5 #register .register1 .register-right {
  width: 3.6458rem;
  height: 95%;
  overflow: hidden;
  position: relative;
}

#app .mask .container .main-wrap .tab-5 #register .register1 .register-right .register-right-bg {
  position: absolute;
  transform: scale(1.5);
  width: 3.5417rem;
  height: 95%;
  top: 0.625rem;
  left: 0.0104rem;
}

#app .mask .container .main-wrap .tab-5 #register .register1 .register-right .whlee {
  width: 3.2917rem;
  height: 2.0833rem;
  overflow: hidden;
  margin: 0 auto;
  display: flex;
  position: relative;
}

#app .mask .container .main-wrap .tab-5 #register .register1 .register-right .whlee .register-right-title {
  text-align: center;
  font-size: 0.1146rem;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #C9B883;


}

#app .mask .container .main-wrap .tab-5 #register .register1 .register-right .whlee .register-right-img {
  position: absolute;
  top: 0.2083rem;
  width: 3.2917rem;
}

#app .mask .container .main-wrap .tab-5 #register .register2 {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

#app .mask .container .main-wrap .tab-5 #register .register2 .register2-title {
  width: 1.0417rem;
  font-size: 0.1875rem;
  font-family: KaiTi;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  margin: 0 auto;
  position: relative;
}

#app .mask .container .main-wrap .tab-5 #register .register2 .register2-title::before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0.0521rem;
  width: 0.1094rem;
  height: 0.0885rem;
  background: url(../imgs/menu-hover-left.png) no-repeat;
  background-size: 0.1094rem 0.0885rem;
}

#app .mask .container .main-wrap .tab-5 #register .register2 .register2-title::after {
  display: block;
  content: '';
  position: absolute;
  right: 0;
  top: 0.0521rem;
  width: 0.1094rem;
  height: 0.0885rem;
  background: url(../imgs/title-after-icon.png) no-repeat;
}

#app .mask .container .main-wrap .tab-5 #register .register2 .register2-content {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0.35rem;
  align-items: center;
  height: 1.3594rem;
}

#app .mask .container .main-wrap .tab-5 #register .register2 .register2-content .register2-content-item {
  width: 1.2344rem;
  height: 0.3281rem;
  margin-right: 0.1302rem;
  cursor: pointer;
}

#app .mask .container .main-wrap .tab-5 #register .register2 .register2-content .register2-content-item:nth-child(5n) {
  margin-right: 0;
}

#app .mask .container .main-wrap .tab-5 #register .register2 .register2-detail {
  content: '';
}

#app .mask .container .footer {
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 0.5313rem;
  padding: 0.0625rem 0 0.0938rem;
  box-sizing: border-box;
  background-image: url(../imgs/line.png);
  background-repeat: no-repeat;
  background-size: 10.3281rem 0.0052rem;
  background-position: center top;
}

#app .mask .container .footer .mouse {
  width: 0.1563rem;
  height: 0.224rem;
}

#app .mask .container .footer .mouse img {
  width: 0.1563rem;
  height: 0.224rem;
}

#app .mask .container .footer .copyright {
  margin-top: 0.0729rem;
  text-align: center;
  font-size: 0.0833rem;
  font-weight: 300;
  color: #ffffff;
}

#app .noMask {
  background-color: rgba(0, 0, 0, 0);
}

#app .modal-wrap {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}

#app .modal-wrap .modal {
  width: 7.4583rem;
  height: 3.4688rem;
  background: #fff;
  border: 0.0156rem solid #c9b883;
  border-radius: 0.0521rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  position: relative;
}

#app .modal-wrap .modal .modal-header {
  flex: none;
  width: 100%;
  height: 0.4323rem;
  background: #42241f;
  border-bottom: 0.0156rem solid #c9b883;
  border-top-right-radius: 0.0521rem;
  border-top-left-radius: 0.0521rem;
  box-sizing: border-box;
  display: flex;
  position: relative;
}

#app .modal-wrap .modal .modal-header .active-category {
  flex: none;
  justify-content: space-between;
  width: 1.2917rem;
  height: 100%;
  line-height: 0.3073rem;
  padding: 0.0625rem 0.25rem 0.0625rem 0.1042rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  position: relative;
}

#app .modal-wrap .modal .modal-header .active-category .active-category-icon {
  width: 0.1615rem;
  height: 0.1719rem;
}

#app .modal-wrap .modal .modal-header .active-category .active-category-icon img {
  width: 100%;
  display: block;
}

#app .modal-wrap .modal .modal-header .active-category .active-category-title {
  font-size: 0.1771rem;
  font-family: KaiTi;
  font-weight: 400;
  color: #c9b883;
  text-align: right;
}

#app .modal-wrap .modal .modal-header .active-category .margin-left {
  margin-left: 0.0208rem;
}

#app .modal-wrap .modal .modal-header .active-category .category-choose {
  position: absolute;
  right: 0.0833rem;
  width: 0.0885rem;
  height: 100%;
  cursor: pointer;
}

#app .modal-wrap .modal .modal-header .active-category .category-choose img {
  padding-top: 0.1823rem;
}

#app .modal-wrap .modal .modal-header .category-menus {
  width: 100%;
  height: 100%;
  padding: 0 0.1042rem;
  line-height: 0.4323rem;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#app .modal-wrap .modal .modal-header .category-menus .category-menu-item {
  font-size: 0.1146rem;
  font-family: KaiTi;
  font-weight: 400;
  color: #a3a3a3;
  cursor: pointer;
}

#app .modal-wrap .modal .modal-header .category-menus .active {
  color: #c9b883;
  font-size: 0.1198rem;
  position: relative;
}

#app .modal-wrap .modal .modal-header .category-menus .active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -0.0599rem;
  width: 0.1198rem;
  height: 0.0521rem;
  background-image: url(../imgs/menu-hover-top.png);
  background-repeat: no-repeat;
  background-size: 0.1198rem 0.0521rem;
}

#app .modal-wrap .modal .modal-header .category-menus .active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -0.0599rem;
  width: 0.1198rem;
  height: 0.0521rem;
  background-image: url(../imgs/menu-hover-down.png);
  background-repeat: no-repeat;
  background-size: 0.1198rem 0.0521rem;
}

#app .modal-wrap .modal .modal-header .category-menus .move {
  color: #c9b883;
  position: relative;
}

#app .modal-wrap .modal .modal-header .category-menus .move::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -0.0599rem;
  width: 0.1198rem;
  height: 0.0521rem;
  background-image: url(../imgs/menu-hover-top.png);
  background-repeat: no-repeat;
  background-size: 0.1198rem 0.0521rem;
}

#app .modal-wrap .modal .modal-header .category-menus .move::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -0.0599rem;
  width: 0.1198rem;
  height: 0.0521rem;
  background-image: url(../imgs/menu-hover-down.png);
  background-repeat: no-repeat;
  background-size: 0.1198rem 0.0521rem;
}

#app .modal-wrap .modal .modal-header .dropdown {
  position: absolute;
  left: 0;
  top: 0.42rem;
  width: 1.2917rem;
  z-index: 11;
}

#app .modal-wrap .modal .modal-header .dropdown .dropdown-menu {
  width: 100%;
  padding: 0 0.25rem 0 0.1146rem;
  background: #42241f;
  box-sizing: border-box;
}

#app .modal-wrap .modal .modal-header .dropdown .dropdown-menu li {
  height: 0.2917rem;
  border-top: 0.0104rem solid #c9b883;
  line-height: 0.2917rem;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#app .modal-wrap .modal .modal-header .dropdown .dropdown-menu li .dropdown-menu-item-icon {
  width: 0.1615rem;
  height: 0.1719rem;
}

#app .modal-wrap .modal .modal-header .dropdown .dropdown-menu li .dropdown-menu-item-title {
  font-size: 0.1771rem;
  font-family: KaiTi;
  font-weight: 400;
  color: #c9b883;
}

#app .modal-wrap .modal .modal-header .dropdown .dropdown-menu li:last-child .dropdown-menu-item-title {
  margin-left: 0.0156rem;
}

#app .modal-wrap .modal .modal-body {
  width: 100%;
  height: 100%;
  padding: 0 0.2708rem 0;
  box-sizing: border-box;
  background-image: url(../imgs/modal-body-bg.png);
  background-repeat: no-repeat;
  background-size: 2.8594rem 1.8125rem;
  background-position: 0.2604rem top;
  color: #000000;
}

#app .modal-wrap .modal .modal-body .swiper-horizontal>.swiper-pagination-bullets,
#app .modal-wrap .modal .modal-body .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0.0833rem !important;
}

#app .modal-wrap .modal .modal-body .collection-contentOne {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

#app .modal-wrap .modal .modal-body .collection-contentOne .collection-contentOne-article {
  width: 2.4063rem;
  font-size: 0.1094rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #000000;
  line-height: 0.224rem;
  margin-left: 0.1406rem;
  text-align: justify;
}

#app .modal-wrap .modal .modal-body .collection-contentOne .collection-contentOne-img {
  width: 3.5365rem;
}

#app .modal-wrap .modal .modal-body .collection-contentTwo {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

#app .modal-wrap .modal .modal-body .collection-contentTwo .collection-contentTwo-article {
  width: 2.8177rem;
  padding-left: 0.1615rem;
}

#app .modal-wrap .modal .modal-body .collection-contentTwo .collection-contentTwo-article p {
  font-size: 0.1146rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #3E3A39;
  line-height: 0.2552rem;
  position: relative;
  padding-left: 0.1563rem;
}

#app .modal-wrap .modal .modal-body .collection-contentTwo .collection-contentTwo-article p:nth-child(1) {
  font-size: 0.1771rem;
  line-height: 0.2292rem;
  margin-bottom: 0.0738rem;
  padding-left: 0;
}

#app .modal-wrap .modal .modal-body .collection-contentTwo .collection-contentTwo-article p:not(:first-child)::before {
  content: "";
  position: absolute;
  display: inline-block;
  margin-top: -0.0261rem;
  margin-right: 3.9936px;
  width: 0.0938rem;
  height: 0.0729rem;
  top: 0.099rem;
  left: 0;
  background-image: url(../imgs/menu-hover-left.png);
  background-repeat: no-repeat;
  background-size: 0.0938rem 0.0729rem;
}

#app .modal-wrap .modal .modal-body .collection-contentTwo .collection-contentTwo-img {
  width: 3.2656rem;
  height: 2.5625rem;
}

#app .modal-wrap .modal .modal-body .number-contentOne {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  justify-content: space-between;
}

#app .modal-wrap .modal .modal-body .number-contentOne .number-contentOne-article {
  width: 2.4063rem;
  font-size: 0.1094rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #000000;
  line-height: 0.224rem;
  margin-left: 0.1406rem;
  text-align: justify;
  width: 2.4115rem;
}

#app .modal-wrap .modal .modal-body .number-contentOne .number-contentOne-img {
  width: 3.9948rem;
}

#app .modal-wrap .modal .modal-body .number-contentTwo {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

#app .modal-wrap .modal .modal-body .number-contentTwo .number-contentTwo-article {
  width: 2.5313rem;
  padding-left: 0.2083rem;
}

#app .modal-wrap .modal .modal-body .number-contentTwo .number-contentTwo-article p {
  font-size: 0.1146rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #3E3A39;
  line-height: 0.2552rem;
  position: relative;
  padding-left: 0.2083rem;
}

#app .modal-wrap .modal .modal-body .number-contentTwo .number-contentTwo-article p:nth-child(1) {
  font-size: 0.1771rem;
  line-height: 0.3177rem;
  margin-bottom: 0.1771rem;
  padding-left: 0;
}

#app .modal-wrap .modal .modal-body .number-contentTwo .number-contentTwo-article p:not(:first-child)::before {
  content: "";
  position: absolute;
  display: inline-block;
  margin-top: -0.0261rem;
  margin-right: 3.9936px;
  width: 0.099rem;
  height: 0.0729rem;
  top: 19px;
  left: 0;
  background-image: url(../imgs/menu-hover-left.png);
  background-repeat: no-repeat;
  background-size: 0.099rem 0.0729rem;
}

#app .modal-wrap .modal .modal-body .number-contentTwo .number-contentTwo-img {
  width: 2.7552rem;
}

#app .modal-wrap .modal .modal-body .synergy-contentOne {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

#app .modal-wrap .modal .modal-body .synergy-contentOne .synergy-contentOne-article {
  width: 2.4063rem;
  font-size: 0.1094rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #000000;
  line-height: 0.224rem;
  margin-left: 0.1406rem;
  text-align: justify;
  width: 1.5469rem;
}

#app .modal-wrap .modal .modal-body .synergy-contentOne .synergy-contentOne-img {
  width: 4.9479rem;
}

#app .modal-wrap .modal .modal-body .synergy-contentTwo {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  align-items: flex-start;
  padding-top: 0.3854rem;
}

#app .modal-wrap .modal .modal-body .synergy-contentTwo .synergy-contentTwo-left {
  width: 3.9063rem;
}

#app .modal-wrap .modal .modal-body .synergy-contentTwo .synergy-contentTwo-right {
  width: 2.9271rem;
  text-align: center;
}

#app .modal-wrap .modal .modal-body .synergy-contentTwo .synergy-contentTwo-right .right-title {
  font-size: 0.1302rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #42241F;
  line-height: 0.1771rem;
  position: relative;
  margin-bottom: 0.1615rem;
}

#app .modal-wrap .modal .modal-body .synergy-contentTwo .synergy-contentTwo-right .right-title::before {
  content: "";
  position: absolute;
  display: inline-block;
  margin-top: -0.0355rem;
  width: 12.9984px;
  height: 10.0032px;
  top: 0.0911rem;
  left: 0.56rem;
  background-image: url(../imgs/synergyTitlebg.png);
  background-repeat: no-repeat;
  background-size: 0.0677rem 0.0521rem;
}

#app .modal-wrap .modal .modal-body .synergy-contentTwo .synergy-contentTwo-right .right-title::after {
  content: "";
  position: absolute;
  display: inline-block;
  margin-top: -0.0355rem;
  width: 12.9984px;
  height: 10.0032px;
  top: 0.0911rem;
  right: 0.56rem;
  background-image: url(../imgs/synergyTitlebg.png);
  background-repeat: no-repeat;
  background-size: 0.0677rem 0.0521rem;
}

#app .modal-wrap .modal .modal-body .synergy-contentTwo .synergy-contentTwo-right .right-content {
  display: flex;
  flex-wrap: wrap;
}

#app .modal-wrap .modal .modal-body .synergy-contentTwo .synergy-contentTwo-right .right-content .right-item {
  width: 0.5573rem;
  height: 0.4688rem;
  margin-bottom: 0.25rem;
}

#app .modal-wrap .modal .modal-body .synergy-contentTwo .synergy-contentTwo-right .right-content .right-item p {
  font-size: 0.0781rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  margin-top: 0.0521rem;
}

#app .modal-wrap .modal .modal-body .synergy-contentTwo .synergy-contentTwo-right .right-content .right-item:not(.right-item:nth-child(4n)) {
  margin-right: 0.2292rem;
}

#app .modal-wrap .modal .modal-body .file-contentOne {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  align-items: flex-start;
  padding-top: 0.2656rem;
}

#app .modal-wrap .modal .modal-body .file-contentOne .file-contentOne-article {
  width: 2.1615rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
}

#app .modal-wrap .modal .modal-body .file-contentOne .file-contentOne-article div {
  font-size: 0.1771rem;
  color: #42241F;
  margin-bottom: 0.2083rem;
}

#app .modal-wrap .modal .modal-body .file-contentOne .file-contentOne-article p {
  font-size: 0.1146rem;
  color: #3E3A39;
  line-height: 0.224rem;
}

#app .modal-wrap .modal .modal-body .file-contentOne .file-contentOne-img {
  width: 4.2188rem;
  height: 2.3333rem;
}

#app .modal-wrap .modal .modal-body .file-contentTwo {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  align-items: flex-start;
  justify-content: space-around;
  padding-top: 0.2656rem;
}

#app .modal-wrap .modal .modal-body .file-contentTwo .file-contentTwo-article {
  width: 2.1615rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  padding-left: 0.1042rem;
}

#app .modal-wrap .modal .modal-body .file-contentTwo .file-contentTwo-article div {
  font-size: 0.1667rem;
  color: #42241F;
  padding-top: 0.1094rem;
  margin-bottom: 0.2083rem;
}

#app .modal-wrap .modal .modal-body .file-contentTwo .file-contentTwo-article p {
  font-size: 0.1146rem;
  color: #3E3A39;
  line-height: 0.224rem;
  text-align: justify;
}

#app .modal-wrap .modal .modal-body .file-contentTwo .file-contentTwo-img {
  width: 3.1771rem;
  height: 2.4688rem;
}

#app .modal-wrap .modal .modal-body .file-contentFour {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  align-items: flex-start;
  justify-content: space-around;
  padding-top: 0.2656rem;
}

#app .modal-wrap .modal .modal-body .file-contentFour .file-contentFour-article {
  width: 2.349rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  padding-left: 0.1042rem;
}

#app .modal-wrap .modal .modal-body .file-contentFour .file-contentFour-article div {
  font-size: 0.1771rem;
  color: #42241F;
  margin-bottom: 0.2083rem;
}

#app .modal-wrap .modal .modal-body .file-contentFour .file-contentFour-article p {
  font-size: 0.1146rem;
  color: #3E3A39;
  line-height: 0.224rem;
  text-align: justify;
}

#app .modal-wrap .modal .modal-body .file-contentFour .file-contentFour-img {
  width: 3.1771rem;
}

#app .modal-wrap .modal .modal-body .file-contentThree {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  align-items: flex-start;
  padding-top: 0.2656rem;
}

#app .modal-wrap .modal .modal-body .file-contentThree .file-contentThree-article {
  width: 2.1563rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  padding-left: 0.1042rem;
}

#app .modal-wrap .modal .modal-body .file-contentThree .file-contentThree-article div {
  font-size: 0.1771rem;
  color: #42241F;
  padding-top: 0.1094rem;
  margin-bottom: 0.2083rem;
}

#app .modal-wrap .modal .modal-body .file-contentThree .file-contentThree-article p {
  font-size: 0.1146rem;
  color: #3E3A39;
  line-height: 0.224rem;
  text-align: justify;
}

#app .modal-wrap .modal .modal-body .file-contentThree .file-contentThree-img {
  width: 4.1667rem;
}

#app .modal-wrap .modal .modal-body .book-contentOne {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  justify-content: space-between;
}

#app .modal-wrap .modal .modal-body .book-contentOne .book-contentOne-article {
  width: 2.4063rem;
  font-size: 0.1094rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #000000;
  line-height: 0.224rem;
  margin-left: 0.1406rem;
  text-align: justify;
  width: 1.2656rem;
}

#app .modal-wrap .modal .modal-body .book-contentOne .book-contentOne-img {
  padding-right: 0.1042rem;
  width: 4.9896rem;
  height: 2.4427rem;
}

#app .modal-wrap .modal .modal-body .book-contentTwo {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  justify-content: center;
}

#app .modal-wrap .modal .modal-body .book-contentTwo img {
  width: 5.8542rem;
  height: 2.3906rem;
}

#app .modal-wrap .modal .modal-body .book-contentThree {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  justify-content: space-around;
}

#app .modal-wrap .modal .modal-body .book-contentThree .book-contentThree-article {
  width: 2.4063rem;
  font-size: 0.1094rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #000000;
  line-height: 0.224rem;
  margin-left: 0.1406rem;
  text-align: justify;
  width: 2.1771rem;
}

#app .modal-wrap .modal .modal-body .book-contentThree .book-contentThree-article div {
  margin-bottom: 0.2396rem;
  line-height: 0.224rem;
}

#app .modal-wrap .modal .modal-body .book-contentThree .book-contentThree-article p {
  position: relative;
  padding-left: 0.2083rem;
  margin-bottom: 0.1415rem;
}

#app .modal-wrap .modal .modal-body .book-contentThree .book-contentThree-article p::before {
  content: "";
  position: absolute;
  display: inline-block;
  margin-top: -0.0355rem;
  margin-right: 0.0208rem;
  width: 0.0938rem;
  height: 0.0729rem;
  top: 0.099rem;
  left: 0;
  background-image: url(../imgs/menu-hover-left.png);
  background-repeat: no-repeat;
  background-size: 0.0938rem 0.0729rem;
}

#app .modal-wrap .modal .modal-body .book-contentThree .book-contentThree-img {
  width: 3.151rem;
  height: 2.4583rem;
}

#app .modal-wrap .modal .modal-body .book-contentFour {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  justify-content: center;
}

#app .modal-wrap .modal .modal-body .book-contentFour img {
  width: 6.1823rem;
  height: 2.2604rem;
}

#app .modal-wrap .modal .modal-body .dataVisual-contentOne {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

#app .modal-wrap .modal .modal-body .dataVisual-contentOne .dataVisual-contentOne-article {
  width: 2.4063rem;
  font-size: 0.1094rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #000000;
  line-height: 0.224rem;
  margin-left: 0.1406rem;
  text-align: justify;
  width: 1.9896rem;
}

#app .modal-wrap .modal .modal-body .dataVisual-contentOne .dataVisual-contentOne-img video {
  width: 4.3073rem;
  height: 2.4115rem;
}

#app .modal-wrap .modal .modal-body .wwPrevent-contentOne {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding-top: 0.1615rem;
  justify-content: space-around;
}

#app .modal-wrap .modal .modal-body .wwPrevent-contentOne .wwPrevent-contentOne-article {
  width: 2.4063rem;
  font-size: 0.1094rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #000000;
  line-height: 0.224rem;
  margin-left: 0.1406rem;
  text-align: justify;
  width: 1.4323rem;
}

#app .modal-wrap .modal .modal-body .wwPrevent-contentOne .wwPrevent-contentOne-img {
  width: 4.8021rem;
  display: flex;
  justify-content: space-between;
}

#app .modal-wrap .modal .modal-body .wwPrevent-contentOne .wwPrevent-contentOne-img img {
  width: 2.2708rem;
}

#app .modal-wrap .modal .modal-body .wwPrevent-contentTwo {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

#app .modal-wrap .modal .modal-body .wwPrevent-contentTwo img {
  width: 1.6667rem;
}

#app .modal-wrap .modal .modal-body .wwPrevent-contentThree {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  justify-content: space-between;
}

#app .modal-wrap .modal .modal-body .wwPrevent-contentThree .wwPrevent-contentThree-article {
  width: 2.4063rem;
  font-size: 0.1094rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #000000;
  line-height: 0.224rem;
  margin-left: 0.1406rem;
  text-align: justify;
  width: 1.4323rem;
}

#app .modal-wrap .modal .modal-body .wwPrevent-contentThree .wwPrevent-contentThree-img {
  width: 5.1042rem;
}

#app .modal-wrap .modal .modal-body .environment-contentOne {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

#app .modal-wrap .modal .modal-body .environment-contentOne .environment-contentOne-article {
  width: 2.4063rem;
  font-size: 0.1094rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #000000;
  line-height: 0.224rem;
  margin-left: 0.1406rem;
  text-align: justify;
  width: 4.0469rem;
  height: 2.599rem;
  position: relative;
  background: url(../imgs/environment2.png) no-repeat -0.0521rem 0;
  background-size: cover;
}

#app .modal-wrap .modal .modal-body .environment-contentOne .environment-contentOne-article .article-right {
  width: 0.9688rem;
  line-height: 0.224rem;
  font-size: 0.1094rem;
  position: absolute;
  text-indent: 1.5em;
  top: 0.1823rem;
  right: 0.2344rem;
}

#app .modal-wrap .modal .modal-body .environment-contentOne .environment-contentOne-article .article-right:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.0573rem;
  width: 0.1042rem;
  height: 0.1094rem;
  background-image: url(../imgs/orderNum.png);
  background-repeat: no-repeat;
  background-size: contain;
}

#app .modal-wrap .modal .modal-body .environment-contentOne .environment-contentOne-article .article-left {
  width: 0.9688rem;
  text-indent: 1.5em;
  position: absolute;
  bottom: 0.1823rem;
  left: 0.0521rem;
}

#app .modal-wrap .modal .modal-body .environment-contentOne .environment-contentOne-article .article-left:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.0573rem;
  width: 0.1042rem;
  height: 0.1094rem;
  background-image: url(../imgs/orderNum2.png);
  background-repeat: no-repeat;
  background-size: contain;
}

#app .modal-wrap .modal .modal-body .environment-contentOne .environment-contentOne-img {
  width: 2.2083rem;
  height: 1.7969rem;
}

#app .modal-wrap .modal .modal-body .media-contentOne {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

#app .modal-wrap .modal .modal-body .media-contentOne .media-contentOne-article {
  width: 2.4063rem;
  font-size: 0.1094rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #000000;
  line-height: 0.224rem;
  margin-left: 0.1406rem;
  text-align: justify;
  width: 2.0573rem;
}

#app .modal-wrap .modal .modal-body .media-contentOne .media-contentOne-img {
  width: 4.2552rem;
  padding-right: 0.026rem;
}

#app .modal-wrap .modal .modal-body .media-contentTwo {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

#app .modal-wrap .modal .modal-body .media-contentTwo .media-contentTwo-article {
  width: 2.4063rem;
  font-size: 0.1094rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #000000;
  line-height: 0.224rem;
  margin-left: 0.1406rem;
  text-align: justify;
  width: 2.0573rem;
}

#app .modal-wrap .modal .modal-body .media-contentTwo .media-contentTwo-img {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}

#app .modal-wrap .modal .modal-body .media-contentTwo .media-contentTwo-img img:nth-child(1) {
  width: 3.3281rem;
  margin-bottom: 0.1042rem;
}

#app .modal-wrap .modal .modal-body .media-contentTwo .media-contentTwo-img img:nth-child(2) {
  width: 2.5833rem;
}

#app .modal-wrap .modal .modal-body .threeD-contentOne {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

#app .modal-wrap .modal .modal-body .threeD-contentOne .threeD-contentOne-article {
  width: 2.6rem;
  /* background: pink; */
  margin-left: -0.2083rem;
  text-align: justify;
}

#app .modal-wrap .modal .modal-body .threeD-contentOne .threeD-contentOne-article p {
  font-size: 0.1094rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #3E3A39;
  line-height: 0.224rem;
  position: relative;
  padding-left: 0.1823rem;
}

#app .modal-wrap .modal .modal-body .threeD-contentOne .threeD-contentOne-article p:nth-child(1) {
  font-size: 0.1771rem;
  line-height: 0.3177rem;
  margin-bottom: 0.224rem;
  padding-left: 0;
}

#app .modal-wrap .modal .modal-body .threeD-contentOne .threeD-contentOne-article p:not(:first-child)::before {
  content: "";
  position: absolute;
  display: inline-block;
  margin-top: -0.0261rem;
  margin-right: 3.9936px;
  width: 0.0938rem;
  height: 0.0729rem;
  top: 0.0911rem;
  left: 0;
  background-image: url(../imgs/menu-hover-left.png);
  background-repeat: no-repeat;
  background-size: 0.0938rem 0.0729rem;
}

#app .modal-wrap .modal .modal-body .threeD-contentOne .threeD-contentOne-img {
  width: 2.9583rem;
}

#app .modal-wrap .modal .modal-body .threeD-contentTwo {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

#app .modal-wrap .modal .modal-body .threeD-contentTwo .threeD-contentTwo-article {
  width: 2.1615rem;
  padding-left: 0.1615rem;
}

#app .modal-wrap .modal .modal-body .threeD-contentTwo .threeD-contentTwo-article p {
  font-size: 0.1094rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #3E3A39;
  line-height: 0.224rem;
  position: relative;
  padding-left: 0.1823rem;
  margin-bottom: 0.0521rem;
}

#app .modal-wrap .modal .modal-body .threeD-contentTwo .threeD-contentTwo-article p::before {
  content: "";
  position: absolute;
  display: inline-block;
  margin-top: -0.0261rem;
  margin-right: 0.0208rem;
  width: 0.0938rem;
  height: 0.0729rem;
  top: 0.0911rem;
  left: 0;
  background-image: url(../imgs/menu-hover-left.png);
  background-repeat: no-repeat;
  background-size: 0.0938rem 0.0729rem;
}

#app .modal-wrap .modal .modal-body .threeD-contentTwo .threeD-contentTwo-img {
  width: 3.8854rem;
}

#app .modal-wrap .modal .modal-body .zhGuide-contentOne {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

#app .modal-wrap .modal .modal-body .zhGuide-contentOne .zhGuide-contentOne-article {
  width: 2.4063rem;
  font-size: 0.1094rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #000000;
  line-height: 0.224rem;
  margin-left: 0.1406rem;
  text-align: justify;
  margin-right: 0.7135rem;
  width: 2.0573rem;
}

#app .modal-wrap .modal .modal-body .zhGuide-contentOne .zhGuide-contentOne-img {
  width: 3.1406rem;
}

#app .modal-wrap .modal .modal-body .zhGuide-contentTwo {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  justify-content: space-between;
}

#app .modal-wrap .modal .modal-body .zhGuide-contentTwo .zhGuide-contentTwo-left {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 3.901rem;
  height: 2.5417rem;
  flex-direction: column;
  justify-content: start;
  align-items: flex-start;
  padding-left: 0.1042rem;
  font-family: Source Han Sans CN;
}

#app .modal-wrap .modal .modal-body .zhGuide-contentTwo .zhGuide-contentTwo-left .zhGuide-contentTwo-article {
  font-size: 0.1771rem;
  font-weight: 400;
  color: #3E3A39;
}

#app .modal-wrap .modal .modal-body .zhGuide-contentTwo .zhGuide-contentTwo-left .zhGuide-contentTwo-item {
  display: flex;
  text-align: justify;
  align-items: center;
  height: 0.2552rem;
  width: 3.3802rem;
  font-size: 0.1094rem;
  font-weight: 400;
  color: #3E3A39;
  margin-top: 0.2604rem;
}

#app .modal-wrap .modal .modal-body .zhGuide-contentTwo .zhGuide-contentTwo-left .zhGuide-contentTwo-item img {
  width: 0.2552rem;
  margin-right: 0.0833rem;
}

#app .modal-wrap .modal .modal-body .zhGuide-contentTwo .zhGuide-contentTwo-right img {
  width: 2.7396rem;
}

#app .modal-wrap .modal .modal-body .mtConcat-contentOne {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  align-items: flex-start;
  padding-top: 0.1615rem;
}

#app .modal-wrap .modal .modal-body .mtConcat-contentOne .mtConcat-contentOne-article {
  width: 2.4063rem;
  font-size: 0.1094rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #000000;
  line-height: 0.224rem;
  margin-left: 0.1406rem;
  text-align: justify;
  width: 1.4115rem;
}

#app .modal-wrap .modal .modal-body .mtConcat-contentOne .mtConcat-contentOne-img {
  width: 3.0208rem;
  height: 1.724rem;
  background: #A3A3A3;
}

#app .modal-wrap .modal .modal-body .doorWebsit-contentOne {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

#app .modal-wrap .modal .modal-body .doorWebsit-contentOne .doorWebsit-contentOne-article {
  width: 2.4063rem;
  font-size: 0.1094rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #000000;
  line-height: 0.224rem;
  margin-left: 0.1406rem;
  text-align: justify;
  width: 1.6458rem;
}

#app .modal-wrap .modal .modal-body .doorWebsit-contentOne .doorWebsit-contentOne-article p:first-child {
  margin-bottom: 0.1042rem;
}

#app .modal-wrap .modal .modal-body .doorWebsit-contentOne .doorWebsit-contentOne-img {
  width: 4.0573rem;
  height: 2.6719rem;
}

#app .modal-wrap .modal .modal-body .doorWebsit-contentTwo {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  justify-content: space-around;
}

#app .modal-wrap .modal .modal-body .doorWebsit-contentTwo .doorWebsit-contentTwo-article {
  width: 2.4063rem;
  font-size: 0.1094rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #000000;
  line-height: 0.224rem;
  margin-left: 0.1406rem;
  text-align: justify;
  width: 2.4375rem;
}

#app .modal-wrap .modal .modal-body .doorWebsit-contentTwo .doorWebsit-contentTwo-article p:first-child {
  margin-bottom: 0.1042rem;
}

#app .modal-wrap .modal .modal-body .doorWebsit-contentTwo .doorWebsit-contentTwo-img {
  width: 2.3958rem;
  height: 2.6302rem;
}

#app .modal-wrap .modal .modal-body .ticket-contentOne {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  justify-content: center;
}

#app .modal-wrap .modal .modal-body .ticket-contentOne .ticket-contentOne-img {
  width: 5.2292rem;
  height: 2.5677rem;
}

#app .modal-wrap .modal .modal-body .ticket-contentTwo {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  justify-content: space-around;
}

#app .modal-wrap .modal .modal-body .ticket-contentTwo .ticket-contentTwo-article {
  width: 2.4063rem;
  font-size: 0.1094rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #000000;
  line-height: 0.224rem;
  margin-left: 0.1406rem;
  text-align: justify;
  margin-left: -0.1406rem;
  width: 2.849rem;
}

#app .modal-wrap .modal .modal-body .ticket-contentTwo .ticket-contentTwo-img {
  width: 2.1146rem;
}

#app .modal-wrap .modal .modal-body .wxAccount-contentOne {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  justify-content: space-between;
}

#app .modal-wrap .modal .modal-body .wxAccount-contentOne .wxAccount-contentOne-article {
  width: 2.4063rem;
  font-size: 0.1094rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #000000;
  line-height: 0.224rem;
  margin-left: 0.1406rem;
  text-align: justify;
  margin-left: 0;
  width: 2.8125rem;
}

#app .modal-wrap .modal .modal-body .wxAccount-contentOne .wxAccount-contentOne-img {
  width: 3.8542rem;
}

#app .modal-wrap .modal .modal-body .wxAccount-contentTwo {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-family: Source Han Sans CN;
  padding-left: 1.0833rem;
}

#app .modal-wrap .modal .modal-body .wxAccount-contentTwo .wxAccount-contentTwo-article {
  font-size: 34px;
  font-weight: 400;
  color: #3E3A39;
  margin-bottom: 0.2083rem;
}

#app .modal-wrap .modal .modal-body .wxAccount-contentTwo .wxAccount-contentTwo-item {
  display: flex;
  text-align: center;
  height: 0.3594rem;
  line-height: 0.3594rem;
  font-size: 21px;
  font-weight: 400;
  color: #3E3A39;
  margin-top: 0.1146rem;
}

#app .modal-wrap .modal .modal-body .wxAccount-contentTwo .wxAccount-contentTwo-item img {
  width: 0.3594rem;
  height: 0.3594rem;
  margin-right: 0.0833rem;
}

#app .modal-wrap .modal .modal-body .wxAccount-contentThree {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  justify-content: center;
  align-items: center;
}

#app .modal-wrap .modal .modal-body .wxAccount-contentThree .wxAccount-contentThree-img {
  width: 1369px;
  height: 411px;
}

#app .modal-wrap .modal .modal-body .applet-contentOne {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  justify-content: space-around;
}

#app .modal-wrap .modal .modal-body .applet-contentOne .applet-contentOne-article {
  font-size: 0.1771rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #42241F;
  width: 3.3073rem;
  height: 2.2396rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#app .modal-wrap .modal .modal-body .applet-contentOne .applet-contentOne-img {
  width: 1.4271rem;
  padding-top: 0.1042rem;
}

#app .modal-wrap .modal .modal-body .applet-contentTwo {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  justify-content: space-around;
  align-items: flex-start;
  padding-top: 0.2292rem;
}

#app .modal-wrap .modal .modal-body .applet-contentTwo .applet-contentTwo-article {
  width: 1.2135rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
}

#app .modal-wrap .modal .modal-body .applet-contentTwo .applet-contentTwo-article div {
  font-size: 0.1771rem;
  color: #42241F;
  padding-top: 0.1094rem;
  margin-bottom: 0.1771rem;
}

#app .modal-wrap .modal .modal-body .applet-contentTwo .applet-contentTwo-article p {
  font-size: 0.1094rem;
  color: #3E3A39;
  line-height: 0.224rem;
  text-align: justify;
}

#app .modal-wrap .modal .modal-body .applet-contentTwo .applet-contentTwo-img {
  width: 4.4427rem;
}

#app .modal-wrap .modal .modal-body .volunteer-contentOne {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

#app .modal-wrap .modal .modal-body .volunteer-contentOne .volunteer-contentOne-article {
  width: 2.4063rem;
  font-size: 0.1094rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #000000;
  line-height: 0.224rem;
  margin-left: 0.1406rem;
  text-align: justify;
  width: 2.6719rem;
}

#app .modal-wrap .modal .modal-body .volunteer-contentOne .volunteer-contentOne-article p:first-child {
  margin-bottom: 0.1563rem;
}

#app .modal-wrap .modal .modal-body .volunteer-contentOne .volunteer-contentOne-img {
  width: 3.4688rem;
}

#app .modal-wrap .modal .modal-body .szAmuse-contentOne {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  align-items: flex-start;
  padding-top: 0.1615rem;
}

#app .modal-wrap .modal .modal-body .szAmuse-contentOne .szAmuse-contentOne-article {
  width: 2.4063rem;
  font-size: 0.1094rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #000000;
  line-height: 0.224rem;
  margin-left: 0.1406rem;
  text-align: justify;
  width: 1.7292rem;
}

#app .modal-wrap .modal .modal-body .szAmuse-contentOne .szAmuse-contentOne-img {
  width: 4.5417rem;
}

#app .modal-wrap .modal .modal-body .panorama-contentOne {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

#app .modal-wrap .modal .modal-body .panorama-contentOne .panorama-contentOne-article {
  width: 2.4063rem;
  font-size: 0.1094rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #000000;
  line-height: 0.224rem;
  margin-left: 0.1406rem;
  text-align: justify;
  width: 1.474rem;
}

#app .modal-wrap .modal .modal-body .panorama-contentOne .panorama-contentOne-img {
  width: 2.8958rem;
}

#app .modal-wrap .modal .modal-body .panorama-contentTwo {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

#app .modal-wrap .modal .modal-body .panorama-contentTwo .panorama-contentTwo-left {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
  justify-content: start;
  align-items: flex-start;
  font-family: Source Han Sans CN;
  padding-top: 26.9952px;
}

#app .modal-wrap .modal .modal-body .panorama-contentTwo .panorama-contentTwo-left .panorama-contentTwo-article {
  height: 0.125rem;
  font-size: 0.125rem;
  font-weight: 400;
  color: #3E3A39;
  margin-bottom: 6.0096px;
}

#app .modal-wrap .modal .modal-body .panorama-contentTwo .panorama-contentTwo-left .panorama-contentTwo-item {
  display: flex;
  text-align: justify;
  align-items: center;
  height: 0.2552rem;
  width: 2.2865rem;
  font-size: 0.0781rem;
  font-weight: 400;
  color: #3E3A39;
  margin-top: 0.1146rem;
}

#app .modal-wrap .modal .modal-body .panorama-contentTwo .panorama-contentTwo-left .panorama-contentTwo-item img {
  width: 0.2552rem;
  margin-right: 0.0833rem;
}

#app .modal-wrap .modal .modal-body .panorama-contentTwo .panorama-contentTwo-right {
  width: 3.125rem;
  height: 1.5156rem;
  background-color: #A3A3A3;
}

#app .modal-wrap .modal .modal-back {
  position: absolute;
  z-index: 11;
  right: -0.1067rem;
  top: -0.1067rem;
  width: 0.2135rem;
  height: 0.2135rem;
  border-radius: 50%;
  background: #42241f;
  border: 0.0156rem solid #c9b883;
  box-sizing: border-box;
  cursor: pointer;
}

#app .modal-wrap .modal .modal-back::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.1094rem;
  height: 0.1042rem;
  margin-left: -0.0547rem;
  margin-top: -0.0521rem;
  background-image: url(../imgs/back-icon.png);
  background-repeat: no-repeat;
  background-size: 0.1094rem 0.1042rem;
}

#app .modal-wrap .modalNumber {
  width: 7.8073rem;
  height: 3.6354rem;
  display: flex;
  flex-direction: row;
}

#app .modal-wrap .modalNumber .numberHeader {
  width: 1.6094rem;
  height: 100%;
  background-color: #42241f;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

#app .modal-wrap .modalNumber .numberHeader .category-menus {
  display: block;
  line-height: 0.0938rem;
  padding: 0 0.2344rem;
  text-align: center;
}

#app .modal-wrap .modalNumber .numberHeader .category-menus .category-menu-item {
  font-size: 0.1042rem;
  font-family: KaiTi;
  font-weight: 400;
  line-height: 0.2396rem;
}

#app .modal-wrap .modalNumber .numberHeader .category-menus .activeNumber {
  color: #c9b883;
  font-size: 0.1094rem;
  position: relative;
}

#app .modal-wrap .modalNumber .numberHeader .category-menus .activeNumber::before {
  content: "";
  position: absolute;
  top: 25%;
  left: -0.1766rem;
  margin-left: -0.0599rem;
  width: 14.9952px;
  height: 23.0016px;
  background-image: url(../imgs/menu-active-left.png);
  background-repeat: no-repeat;
  background-size: cover;
}

#app .modal-wrap .modalNumber .numberHeader .category-menus .activeNumber::after {
  content: "";
  position: absolute;
  top: 25%;
  right: -0.2339rem;
  margin-left: -0.0599rem;
  width: 14.9952px;
  height: 23.0016px;
  background-image: url(../imgs/menu-active-right.png);
  background-repeat: no-repeat;
  background-size: cover;
}

#app .modal-wrap .modalNumber .numberBody {
  box-sizing: border-box;
  width: 6.1875rem;
  height: 100%;
  background: url(../imgs/modal-body-bg.png) no-repeat;
  background-size: 4.1927rem 2.6563rem;
  background-position-x: right;
  background-position-y: top;
  padding: 20px 20px;
  color: #000;
}

#app .modal-wrap .modalNumber .numberBody .swiper-horizontal>.swiper-pagination-bullets,
#app .modal-wrap .modalNumber .numberBody .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0.0833rem;
}

#app .modal-wrap .modalNumber .numberBody .digitalMuseum-one,
#app .modal-wrap .modalNumber .numberBody .movableRelic-one,
#app .modal-wrap .modalNumber .numberBody .culturalRelic-one,
#app .modal-wrap .modalNumber .numberBody .panorama-one,
#app .modal-wrap .modalNumber .numberBody .threeDvirtual-one {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

#app .modal-wrap .modalNumber .numberBody .digitalMuseum-one-left,
#app .modal-wrap .modalNumber .numberBody .movableRelic-one-left,
#app .modal-wrap .modalNumber .numberBody .culturalRelic-one-left,
#app .modal-wrap .modalNumber .numberBody .panorama-one-left,
#app .modal-wrap .modalNumber .numberBody .threeDvirtual-one-left {
  width: 1.9583rem;
}

#app .modal-wrap .modalNumber .numberBody .digitalMuseum-one-left-title,
#app .modal-wrap .modalNumber .numberBody .movableRelic-one-left-title,
#app .modal-wrap .modalNumber .numberBody .culturalRelic-one-left-title,
#app .modal-wrap .modalNumber .numberBody .panorama-one-left-title,
#app .modal-wrap .modalNumber .numberBody .threeDvirtual-one-left-title {
  position: relative;
  font-size: 0.1875rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #42241F;
  margin-bottom: 0.1563rem;
  display: flex;
  align-items: center;
}

#app .modal-wrap .modalNumber .numberBody .digitalMuseum-one-left-title img,
#app .modal-wrap .modalNumber .numberBody .movableRelic-one-left-title img,
#app .modal-wrap .modalNumber .numberBody .culturalRelic-one-left-title img,
#app .modal-wrap .modalNumber .numberBody .panorama-one-left-title img,
#app .modal-wrap .modalNumber .numberBody .threeDvirtual-one-left-title img {
  margin-left: 0.0521rem;
  width: 0.1302rem;
  height: 0.099rem;
}

#app .modal-wrap .modalNumber .numberBody .digitalMuseum-one-left-text,
#app .modal-wrap .modalNumber .numberBody .movableRelic-one-left-text,
#app .modal-wrap .modalNumber .numberBody .culturalRelic-one-left-text,
#app .modal-wrap .modalNumber .numberBody .panorama-one-left-text,
#app .modal-wrap .modalNumber .numberBody .threeDvirtual-one-left-text {
  font-size: 0.1042rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #42241F;
  text-align: justify;
  line-height: 0.1875rem;
}

#app .modal-wrap .modalNumber .numberBody .digitalMuseum-one-right,
#app .modal-wrap .modalNumber .numberBody .movableRelic-one-right,
#app .modal-wrap .modalNumber .numberBody .culturalRelic-one-right,
#app .modal-wrap .modalNumber .numberBody .panorama-one-right,
#app .modal-wrap .modalNumber .numberBody .threeDvirtual-one-right {
  position: relative;
  width: 3.0677rem;
  cursor: pointer;
}

#app .modal-wrap .modalNumber .numberBody .digitalMuseum-one-right::after,
#app .modal-wrap .modalNumber .numberBody .movableRelic-one-right::after,
#app .modal-wrap .modalNumber .numberBody .culturalRelic-one-right::after,
#app .modal-wrap .modalNumber .numberBody .panorama-one-right::after,
#app .modal-wrap .modalNumber .numberBody .threeDvirtual-one-right::after {
  position: absolute;
  top: 35%;
  left: 45%;
  display: block;
  content: '';
  width: 75px;
  height: 75px;
  background: url(../imgs/numberActive.png) no-repeat;
  animation: bg-zoom 1s forwards linear infinite;
}

#app .modal-wrap .modalNumber .numberBody .digitalTwin-one,
#app .modal-wrap .modalNumber .numberBody .VR-one,
#app .modal-wrap .modalNumber .numberBody .AR-one,
#app .modal-wrap .modalNumber .numberBody .shoot-one,
#app .modal-wrap .modalNumber .numberBody .filmMake-one,
#app .modal-wrap .modalNumber .numberBody .multimedia-one {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

#app .modal-wrap .modalNumber .numberBody .digitalTwin-one-left,
#app .modal-wrap .modalNumber .numberBody .VR-one-left,
#app .modal-wrap .modalNumber .numberBody .AR-one-left,
#app .modal-wrap .modalNumber .numberBody .shoot-one-left,
#app .modal-wrap .modalNumber .numberBody .filmMake-one-left,
#app .modal-wrap .modalNumber .numberBody .multimedia-one-left {
  width: 1.3906rem;
}

#app .modal-wrap .modalNumber .numberBody .digitalTwin-one-left-title,
#app .modal-wrap .modalNumber .numberBody .VR-one-left-title,
#app .modal-wrap .modalNumber .numberBody .AR-one-left-title,
#app .modal-wrap .modalNumber .numberBody .shoot-one-left-title,
#app .modal-wrap .modalNumber .numberBody .filmMake-one-left-title,
#app .modal-wrap .modalNumber .numberBody .multimedia-one-left-title {
  position: relative;
  font-size: 0.1875rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #42241F;
  margin-bottom: 0.1563rem;
  display: flex;
  align-items: center;
}

#app .modal-wrap .modalNumber .numberBody .digitalTwin-one-left-title img,
#app .modal-wrap .modalNumber .numberBody .VR-one-left-title img,
#app .modal-wrap .modalNumber .numberBody .AR-one-left-title img,
#app .modal-wrap .modalNumber .numberBody .shoot-one-left-title img,
#app .modal-wrap .modalNumber .numberBody .filmMake-one-left-title img,
#app .modal-wrap .modalNumber .numberBody .multimedia-one-left-title img {
  margin-left: 0.0521rem;
  width: 0.1302rem;
  height: 0.099rem;
}

#app .modal-wrap .modalNumber .numberBody .digitalTwin-one-left-text,
#app .modal-wrap .modalNumber .numberBody .VR-one-left-text,
#app .modal-wrap .modalNumber .numberBody .AR-one-left-text,
#app .modal-wrap .modalNumber .numberBody .shoot-one-left-text,
#app .modal-wrap .modalNumber .numberBody .filmMake-one-left-text,
#app .modal-wrap .modalNumber .numberBody .multimedia-one-left-text {
  font-size: 0.1042rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #42241F;
  text-align: justify;
  line-height: 0.1875rem;
}

#app .modal-wrap .modalNumber .numberBody .digitalTwin-one-right,
#app .modal-wrap .modalNumber .numberBody .VR-one-right,
#app .modal-wrap .modalNumber .numberBody .AR-one-right,
#app .modal-wrap .modalNumber .numberBody .shoot-one-right,
#app .modal-wrap .modalNumber .numberBody .filmMake-one-right,
#app .modal-wrap .modalNumber .numberBody .multimedia-one-right {
  width: 3.4115rem;
  height: 1.875rem;
}

#app .modal-wrap .modalNumber .numberBody .digitalTwin-one-right video,
#app .modal-wrap .modalNumber .numberBody .VR-one-right video,
#app .modal-wrap .modalNumber .numberBody .AR-one-right video,
#app .modal-wrap .modalNumber .numberBody .shoot-one-right video,
#app .modal-wrap .modalNumber .numberBody .filmMake-one-right video,
#app .modal-wrap .modalNumber .numberBody .multimedia-one-right video {
  width: 100%;
  height: 100%;
}

#app .modal-wrap .modalNumber .numberBody .flatScan-one,
#app .modal-wrap .modalNumber .numberBody .bookScan-one {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

#app .modal-wrap .modalNumber .numberBody .flatScan-one-left,
#app .modal-wrap .modalNumber .numberBody .bookScan-one-left {
  width: 1.9583rem;
}

#app .modal-wrap .modalNumber .numberBody .flatScan-one-left-title,
#app .modal-wrap .modalNumber .numberBody .bookScan-one-left-title {
  position: relative;
  font-size: 0.1875rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #42241F;
  margin-bottom: 0.1563rem;
  display: flex;
  align-items: center;
}

#app .modal-wrap .modalNumber .numberBody .flatScan-one-left-title img,
#app .modal-wrap .modalNumber .numberBody .bookScan-one-left-title img {
  margin-left: 0.0521rem;
  width: 0.1302rem;
  height: 0.099rem;
}

#app .modal-wrap .modalNumber .numberBody .flatScan-one-left-text,
#app .modal-wrap .modalNumber .numberBody .bookScan-one-left-text {
  font-size: 0.1042rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #42241F;
  text-align: justify;
  line-height: 0.1875rem;
}

#app .modal-wrap .modalNumber .numberBody .flatScan-one-right,
#app .modal-wrap .modalNumber .numberBody .bookScan-one-right {
  width: 2.6042rem;
  height: 2.9375rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../imgs/flatScan-phone-bg.png) no-repeat center;
  background-size: 1.4427rem 2.9375rem;
}

#app .modal-wrap .modalNumber .numberBody .flatScan-one-right video,
#app .modal-wrap .modalNumber .numberBody .bookScan-one-right video {
  height: 2.5313rem;
  width: 1.3021rem;
}

#app .modal-wrap .modalNumber .numberBody .unmovableRelic-one {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

#app .modal-wrap .modalNumber .numberBody .unmovableRelic-one-left {
  width: 2.0938rem;
}

#app .modal-wrap .modalNumber .numberBody .unmovableRelic-one-left-title {
  position: relative;
  font-size: 0.1875rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #42241F;
  margin-bottom: 0.1563rem;
  display: flex;
  align-items: center;
}

#app .modal-wrap .modalNumber .numberBody .unmovableRelic-one-left-title img {
  margin-left: 0.0521rem;
  width: 0.1302rem;
  height: 0.099rem;
}

#app .modal-wrap .modalNumber .numberBody .unmovableRelic-one-left-text {
  font-size: 0.1094rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #42241F;
  text-align: justify;
  line-height: 0.1875rem;
}

#app .modal-wrap .modalNumber .numberBody .unmovableRelic-one-right {
  width: 2.724rem;
}

#app .casedetail-wrap {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}

#app .casedetail-wrap .case-detail {
  position: relative;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
  width: 4.7917rem;
  height: 2.2813rem;
  font-family: Source Han Sans CN;
  background: url(../imgs/case-deailbg.png) no-repeat;
  background-size: cover;
}

#app .casedetail-wrap .case-detail .close-detail {
  width: 0.2552rem;
  position: absolute;
  top: -0.0781rem;
  right: -0.0781rem;
  cursor: pointer;
}

#app .casedetail-wrap .case-detail .casewrap-deatil {
  width: 95%;
}

#app .casedetail-wrap .case-detail .detail-top {
  width: 100%;
  height: 1.5104rem;
  display: flex;
  justify-content: space-between;
}

#app .casedetail-wrap .case-detail .detail-top .detail-img {
  width: 2.3438rem;
}

#app .casedetail-wrap .case-detail .detail-top .detail-description {
  width: 2.0833rem;
}

#app .casedetail-wrap .case-detail .detail-top .detail-description .description-title {
  font-size: 0.125rem;
  color: #42241F;
  line-height: 0.1563rem;
  margin-bottom: 0.0521rem;
  font-weight: bold;
}

#app .casedetail-wrap .case-detail .detail-top .detail-description .description-text {
  font-size: 0.0833rem;
  color: #000000;
  line-height: 0.1563rem;
}

#app .casedetail-wrap .case-detail .detail-bottom {
  width: 100%;
  height: 0.2344rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.2083rem;
}

#app .casedetail-wrap .case-detail .detail-bottom .bottom-title {
  font-size: 0.1042rem;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #42241F;
  line-height: 0.1563rem;
}

#app .casedetail-wrap .case-detail .detail-bottom .bottom-text {
  font-size: 0.0729rem;
  font-family: Source Han Sans CN;
  font-weight: 300;
  color: #000000;
  line-height: 0.1563rem;
}

#app .casedetail-wrap .case-detail .detail-bottom .hrefA {
  cursor: no-drop;
}

#app .registerPage {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}

#app .registerPage .page-center {
  position: relative;
  width: 1166px;
  height: 543px;
  background: #FFFFFF;
  border: 2px solid #C9B883;
  border-radius: 10px;
  padding: 0 53px;
}

#app .registerPage .page-center .close-register {
  display: block;
  content: '';
  position: absolute;
  right: -15px;
  top: -15px;
  width: 41px;
  height: 41px;
  background: url(../imgs/close.png) no-repeat;
  background-size: cover;
  cursor: pointer;
}

#app .registerPage .page-center .page-center-bg {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: url(../imgs/modal-body-bg.png) no-repeat;
}

#app .registerPage .page-center .page-center-bg .page-center-prompt {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  width: 421px;
  height: 357px;
  padding: 0 20px;
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #42241F;
  background: url(../imgs/box.png) no-repeat;
  background-size: cover;
}

#app .registerPage .page-center .page-center-bg .page-center-prompt .page-center-prompt-title {
  font-size: 34px;
  text-align: center;
  position: relative;
}

#app .registerPage .page-center .page-center-bg .page-center-prompt .page-center-prompt-title::before {
  display: block;
  content: '';
  position: absolute;
  top: 15px;
  left: 37px;
  width: 21px;
  height: 17px;
  background: url(../imgs/menu-hover-left.png) no-repeat;
  background-size: cover;
}

#app .registerPage .page-center .page-center-bg .page-center-prompt .page-center-prompt-title::after {
  display: block;
  content: '';
  position: absolute;
  top: 15px;
  right: 37px;
  width: 21px;
  height: 17px;
  background: url(../imgs/menu-hover-right.png) no-repeat;
  background-size: cover;
}

#app .registerPage .page-center .page-center-bg #registerform {
  width: 600px;
  height: 357px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 5px;
}

#app .registerPage .page-center .page-center-bg #registerform .form-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#app .registerPage .page-center .page-center-bg #registerform .form-group .form-group-icon {
  width: 16px;
  height: 12px;
}

#app .registerPage .page-center .page-center-bg #registerform .form-btn {
  height: 40px;
}

#app .registerPage .page-center .page-center-bg #registerform .form-btn .form-submit {
  width: 100%;
  height: 47px;
  margin-left: 51px;
  cursor: pointer;
  background: url(../imgs/form-btn.png) no-repeat;
}

#app .registerPage .page-center .page-center-bg #registerform .form-btn .form-loading img {
  width: 40px;
  margin: 0 auto;
}

#app .registerPage .page-center .page-center-bg #registerform input[type="text"],
#app .registerPage .page-center .page-center-bg #registerform input[type="email"] {
  box-sizing: border-box;
  width: 548px;
  height: 47px;
  padding: 10px;
  padding-left: 20px;
  border: 0px solid #ccc;
  border-radius: 4px;
  outline: none;
  /* 取消选中边框高亮效果 */
  background: url(../imgs/inputbg.png) no-repeat;
  background-size: contain;
}

.swiper-pagination {
  bottom: 0.6979rem !important;
}

.my-bullet {
  display: inline-block;
  width: 0.1354rem;
  height: 0.1042rem;
  background: url(../imgs/bullet-active.png) no-repeat;
  margin-right: 0.099rem;
  cursor: pointer;
}

.my-bullet-active {
  width: 0.1354rem;
  height: 0.1042rem;
  background: url(../imgs/bullet.png) no-repeat;
}

.swiper {
  width: 100%;
  height: 100%;
  position: relative;
  --swiper-pagination-color: #42241f;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "";
  background-size: 0.2188rem 0.2813rem;
  background-image: url("../imgs/next.png");
  background-repeat: no-repeat;
  width: 0.2188rem;
  height: 0.2813rem;
  outline: none;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "";
  background-image: url("../imgs/prev.png");
  background-repeat: no-repeat;
  background-size: 0.2188rem 0.2813rem;
  width: 0.2188rem;
  height: 0.2813rem;
  outline: none;
}

.swiper-button-prev {
  left: 0;
  top: 50%;
  margin-top: -0.1406rem;
  outline: none;
  width: 0.2188rem;
  height: 0.2813rem;
}

.slide-left {
  animation: slide-left 2s forwards infinite;
}

.slide-right {
  animation: slide-right 2s ease-in infinite;
}

.swiper-button-next {
  right: 0;
  top: 50%;
  margin-top: -0.1406rem;
  outline: none;
  width: 0.2188rem;
  height: 0.2813rem;
}

@keyframes slide-left {
  0% {
    left: -8px;
  }

  50% {
    left: -0px;
  }

  100% {
    left: -8px;
  }
}

@keyframes slide-right {
  0% {
    right: -8px;
  }

  50% {
    right: 0px;
  }

  100% {
    right: -8px;
  }
}

[v-cloak] {
  display: none;
}