.page-ai {
  width: 100%;
  height: 100vh;
  background-color: #fff;
  color: #333;
}
.page-ai .ai-title {
  font-size: 0.21rem;
  font-weight: 600;
  color: #f8b62b;
  padding: 0.45rem 0 0.37rem;
  text-align: center;
}
.page-ai .ai-content-wrapper {
  position: relative;
  width: 100%;
  height: 6.1rem;
  margin: 0 auto;
  padding: 0 .1rem;
}
.page-ai .ai-content-wrapper .ai-logo {
  position: absolute;
  top: -0.9rem;
  right: .1rem;
  z-index: 10;
  width: 1rem;
}
.page-ai .ai-content-wrapper .ai-content {
  position: relative;
  width: 100%;
  height: 5.5rem;
  text-align: center;
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.21);
  border-radius: .1rem;
  border: 0px solid #979797;
  background: #fff;
  z-index: 1000000;
  overflow: hidden;
}

.app-page .banner {
  height: 1rem;
  color: white;
  text-align: center;
  background: url("../image/sdk/EasyAR-MakeAREasier.png?__sprite") no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.app-page .banner h1 {
  padding: .23rem 0 0;
  font-size: .18rem;
}
.app-page .banner p {
  padding: 0 .11rem;
  line-height: .3rem;
  font-size: .13rem;
}
.app-page .product-list {
  display: block;
  padding: .1rem .125rem 0;
  background-color: #f1f1f1;
}
.app-page .product-list .app-item {
  padding: .2rem 0;
  font-size: .13rem;
  background-color: #fff;
  border-bottom: solid 3px #f1f1f1;
}
.app-page .product-list .app-item p img {
  height: .14rem;
  float: left;
  padding: 0 .15rem 0 .2rem;
}
.app-page .product-list .app-item p span {
  position: relative;
  top: -0.03rem;
  line-height: .22rem;
  font-size: .15rem;
  color: #333;
  font-weight: 600;
}
.app-page .product-list .app-item .app-item-content {
  display: inline-block;
  padding-left: .5rem;
  line-height: .2rem;
  font-size: .13rem;
  color: #666;
}
.app-page .product-more {
  padding: 0 .125rem;
  background-color: #f1f1f1;
}
.app-page .product-more h1 {
  padding: .38rem 0;
  text-align: center;
  font-size: .24rem;
  background-color: #fff;
  font-weight: 500;
}
.app-page .product-more img {
  width: 100%;
}
.app-page .contact {
  background: #eff0f2;
}

.browser-page .warp-main {
  position: relative;
  overflow: hidden;
}
.browser-page .banner {
  position: relative;
  text-align: center;
}
.browser-page .banner h1 {
  padding: .4rem 0;
  font-size: .2rem;
  color: #333;
}
.browser-page .banner .content {
  margin-bottom: 1.05rem;
}
.browser-page .banner p {
  font-size: .15rem;
}
.browser-page .banner-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3rem;
  z-index: -1;
  background: url("../image/browser-bg-header.png?__sprite") no-repeat;
  background-size: cover;
  margin-top: -0.31rem;
  transform-style: preserve-3d;
  transform: skewY(-10deg);
}
.browser-page .feature {
  margin-bottom: .8rem;
  text-align: center;
}
.browser-page .feature h4.title1 {
  margin-bottom: .2rem;
  padding: .25rem 0;
  font-size: .19rem;
}
.browser-page .feature h4.title2 {
  margin: .2rem 0;
  padding: .25rem 0;
  font-size: .19rem;
}
.browser-page .feature span {
  position: relative;
  top: .02rem;
  margin-right: .1rem;
  font-size: .3rem;
  color: #ffb880;
}
.browser-page .feature-list figure {
  float: left;
  margin: .15rem 0;
  width: 50%;
}
.browser-page .feature-list figure .img-1 {
  width: .4rem;
}
.browser-page .feature-list figure .img-2 {
  width: .8rem;
}
.browser-page .feature-list figure .img-3 {
  width: .68rem;
}
.browser-page .feature-list figure .img-4 {
  width: .68rem;
}
.browser-page .feature-list figure .img-5 {
  width: .75rem;
}
.browser-page .feature-list figure .img-6 {
  width: .66rem;
}
.browser-page .feature-list figure .img-11 {
  width: 1.1rem;
}
.browser-page .feature-list figure p {
  font-size: .17rem;
}
.browser-page .contact-browser {
  position: relative;
  text-align: center;
}
.browser-page .contact-browser h4 {
  height: 1rem;
  line-height: 1rem;
  font-size: .17rem;
  color: #333;
}
.browser-page .contact-browser a {
  display: block;
  margin: 0 auto .6rem;
  width: 2.1rem;
  height: .4rem;
  font-size: .15rem;
  line-height: .4rem;
  background: #ffaf32;
  color: #fff;
}
.browser-page .contact-browser-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2.3rem;
  z-index: -1;
  background: url("../image/browser-bg-footer.png?__sprite") no-repeat;
  background-size: cover;
  margin-top: -0.31rem;
  transform-style: preserve-3d;
  transform: skewY(-10deg);
}
.browser-page .color-line-1,
.browser-page .color-line-2 {
  position: absolute;
  top: 1rem;
  width: 100%;
  height: 1.4rem;
  z-index: -100;
  transform-style: preserve-3d;
  transform: skewY(45deg);
  background: #fff8f2;
}
.browser-page .color-line-1 {
  top: 3.5rem;
}
.browser-page .color-line-2 {
  top: 9.8rem;
}

.car-solution-page {
  font-size: 0;
  background-color: #f1f1f1;
}
.car-solution-page .car-solution-banner {
  width: 100%;
  border: 0 none;
}
.car-solution-page .car-solution-top-word {
  width: 3.5rem;
  margin: 0.1rem auto;
}
.car-solution-page .car-solution-section-title {
  padding: 0.35rem 0 0.4rem;
  line-height: 0.24rem;
  font-size: 0.24rem;
  color: #333333;
  text-align: center;
}
.car-solution-page .car-solution-hot {
  width: 3.5rem;
  margin: 0 auto 0.1rem;
  border: 0 none;
}
.car-solution-page .car-solution-success-case {
  width: 3.5rem;
  margin: 0 auto;
  background-color: #ffffff;
}
.car-solution-page .video-content img {
  width: 1.135rem;
}
.car-solution-page .more-case-btn {
  width: 2rem;
  height: 0.4rem;
  margin: 0.25rem auto 0.28rem;
  line-height: 0.4rem;
  font-size: 0.15rem;
  color: #ECAF42;
  text-align: center;
  border: 0.01rem solid #ecaf42;
  border-radius: 0.05rem;
}
.car-solution-page .other-case-item {
  width: 1.475rem;
  margin-bottom: 0.31rem;
}
.car-solution-page .other-case-item img {
  width: 100%;
}
.car-solution-page .mr15 {
  margin-right: 0.15rem;
}
.car-solution-page .edu-advantage {
  width: 3.5rem;
  margin: 0.22rem auto 0.1rem;
}

body {
  width: 100%;
  height: 100vh;
  background-color: #F9F9F9;
}
.case-page {
  background-color: #f9f9f9;
}
.case-page .ell {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.case-page .dn {
  display: none;
}
.case-page .vertical-center {
  transform: translate3D(-50%, -50%, 0);
  -ms-transform: translate3D(-50%, -50%, 0);
  -moz-transform: translate3D(-50%, -50%, 0);
  -webkit-transform: translate3D(-50%, -50%, 0);
  -o-transform: translate3D(-50%, -50%, 0);
}
.case-page .banner {
  width: 100%;
  height: 1.2rem;
  position: relative;
  background: url('../image/case-bg.jpg') no-repeat;
  background-size: cover;
}
.case-page .banner-content {
  width: 1rem;
  height: .5rem;
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
}
.case-page .banner-content p {
  font-size: 0.18rem;
  color: #fff;
}
.case-page .banner-content span {
  display: block;
  font-size: 0.14rem;
  color: #e1e1e1;
}
.case-page .case-style {
  width: 100%;
  height: 0.4rem;
  font-size: 0;
  overflow: hidden;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
}
.case-page .case-style ul {
  max-width: 100%;
  height: 0.4rem;
  margin-left: 0;
  overflow: scroll;
  white-space: nowrap;
  font-size: 0;
}
.case-page .case-style li {
  display: inline-block;
  height: 0.4rem;
  padding: 0 0.1rem;
  line-height: 0.4rem;
  font-size: 0.14rem;
  color: #595959;
  text-align: center;
}
.case-page .case-style li.active {
  color: #f39800;
}
.case-page .case-eg-content {
  width: 100%;
}
.case-page .case-eg-boxs {
  width: 3.45rem;
  height: 3.1rem;
  margin: 0.15rem auto 0 auto;
  background-color: #fff;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.06);
}
.case-page .case-eg-boxs > a {
  display: block;
  width: 100%;
  height: 100%;
}
.case-page .case-eg-top {
  width: 100%;
  height: 1.95rem;
}
.case-page .case-eg-top img {
  display: block;
  width: 100%;
  height: 100%;
}
.case-page .case-eg-detailBox {
  padding: 0.2rem 0.11rem 0 0.11rem;
}
.case-page .case-eg-detailBox h2 {
  font-size: 0.16rem;
  color: #3e3e3e;
  margin-bottom: 0.1rem;
  font-weight: 400;
}
.case-page .case-eg-detailBox p {
  font-size: 0.14rem;
  color: #a7a7a7;
  height: 0.4rem;
  overflow: hidden;
}
.page-arcase .arcaseBox {
  font-size: .12rem;
  color: #777777;
  line-height: .2rem;
  padding: 0 .2rem;
}
.page-arcase .arcaseBox .arcaseTitle {
  font-size: .16rem;
  color: #F8B62C;
  line-height: .55rem;
  text-align: center;
}
.page-arcase .arcaseBox .arcaseText {
  margin-bottom: .25rem;
}
.page-arcase .arcaseBox .video {
  width: 100%;
}
.page-arcase .arcaseBox .video video {
  width: 100%;
}
.page-arcase .arcaseBox .video img {
  width: 100%;
}
.page-arcase .arcaseBox .arcasePage {
  display: flex;
  width: 100%;
  height: .5rem;
  justify-content: space-around;
  margin-top: .7rem;
}
.page-arcase .arcaseBox .arcasePage img {
  width: .8rem;
}

.caseDetails-page {
  background-color: #f9f9f9;
}
.caseDetails-page .ell {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.caseDetails-page .dn {
  display: none;
}
.caseDetails-page .vertical-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3D(-50%, -50%, 0);
  -ms-transform: translate3D(-50%, -50%, 0);
  -moz-transform: translate3D(-50%, -50%, 0);
  -webkit-transform: translate3D(-50%, -50%, 0);
  -o-transform: translate3D(-50%, -50%, 0);
}
.caseDetails-page .contact {
  margin-top: 0.5rem;
}
.caseDetails-page .contact h4 {
  height: 0.16rem;
  line-height: 0.16rem;
  font-size: 0.16rem;
  color: #303030;
  margin-bottom: 0.2rem;
}
.caseDetails-page .contact a {
  font-size: 0.2rem;
  color: #f39800;
  background-color: #f9f9f9;
}
.caseDetails-page .contact i.icon-tel {
  margin-right: 0.1rem;
  display: inline-block;
  width: 0.16rem;
  height: 0.19rem;
  background: url(../image/tele.png) no-repeat;
  background-size: cover;
}
.caseDetails-page #btnContract {
  z-index: 20;
}
.caseDetails-page #wechatbtnContract {
  z-index: 20;
}
.caseDetails-page .warp-main {
  width: 3.45rem;
  margin: 0 auto;
  padding-top: 0.15rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.caseDetails-page .case-details-top {
  padding-bottom: 0.2rem;
}
.caseDetails-page .top-title {
  font-size: 0.13rem;
  margin-bottom: 0.25rem;
}
.caseDetails-page .top-title a {
  color: #a7a7a7;
}
.caseDetails-page .top-title span {
  color: #737373;
}
.caseDetails-page .case-logo {
  float: left;
  width: 0.9rem;
  height: 0.9rem;
  margin-right: 0.2rem;
}
.caseDetails-page .case-logo img {
  display: block;
  width: 100%;
  height: 100%;
}
.caseDetails-page .case-dt-right {
  width: 2.1rem;
  float: left;
  text-align: left;
  padding-top: 0.02rem;
}
.caseDetails-page .case-dt-right h2 {
  height: 0.16rem;
  line-height: 0.16rem;
  font-size: 0.16rem;
  color: #303030;
  font-weight: 400;
}
.caseDetails-page .case-dt-right span {
  display: block;
  height: 0.34rem;
  line-height: 0.34rem;
  font-size: 0.14rem;
  color: #a7a7a7;
  font-weight: 300;
}
.caseDetails-page .case-dt-right h4 {
  margin-top: 0.1rem;
  height: 0.14rem;
  line-height: 0.14rem;
  font-size: 0.14rem;
  margin-bottom: 0.2rem;
  color: #737373;
  font-weight: 400;
  font-weight: 300;
}
.caseDetails-page .case-dt-right h4 a {
  color: #f39800;
}
.caseDetails-page .case-dt-right .app-store {
  margin-top: 0.18rem;
  width: 100%;
}
.caseDetails-page .case-dt-right .app-store a {
  float: left;
  display: block;
  width: 0.6rem;
  height: 0.3rem;
  line-height: 0.3rem;
  font-size: 0.09rem;
  color: #fff;
  text-align: center;
  background-color: #c1c1c1;
  margin: 0 0.1rem 0.1rem 0;
  border-radius: 0.02rem;
}
.caseDetails-page .case-video {
  width: 3.45rem;
  height: 1.94rem;
  position: relative;
  left: 0;
  top: 0;
}
.caseDetails-page .case-image {
  width: 3.45rem;
  height: 1.94rem;
}
.caseDetails-page .case-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.caseDetails-page video {
  display: block;
  width: 3.45rem;
  height: 1.94rem;
}
.caseDetails-page .video-stop {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 3.45rem;
  height: 1.94rem;
  background-color: rgba(0, 0, 0, 0.3);
}
.caseDetails-page .video-btn {
  width: 0.44rem;
  height: 0.44rem;
  background: url("../image/play.png") no-repeat;
  background-size: cover;
}
.caseDetails-page .video-desc {
  margin-top: 0.2rem;
  padding-bottom: 0.2rem;
  line-height: 0.25rem;
  font-size: 0.14rem;
  color: #737373;
  text-align: justify;
  text-indent: 2em;
  font-weight: 300;
}
.caseDetails-page .case-eg-likes h4 {
  font-size: 0.16rem;
  color: #303030;
  line-height: 0.56rem;
  text-align: left;
  font-weight: 400;
}
.caseDetails-page .case-eg-likes .may-like-box {
  width: 3.45rem;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.06);
  padding-bottom: 0.27rem;
  background-color: #fff;
  margin-bottom: 0.15rem;
}
.caseDetails-page .case-eg-likes .may-like-box img {
  display: block;
  width: 3.45rem;
  height: 1.94rem;
}
.caseDetails-page .case-eg-likes .may-like-box > a {
  display: block;
  width: 100%;
  height: 100%;
}
.caseDetails-page .case-eg-likes .may-like-box:nth-last-child(1) {
  margin-bottom: 0.2rem;
}
.caseDetails-page .case-eg-likes .eg-like-title {
  padding-left: 0.11rem;
  margin-top: 0.06rem;
  line-height: 0.39rem;
  font-size: 0.16rem;
  color: #3e3e3e;
  font-weight: 400;
}
.caseDetails-page .case-eg-likes .eg-like-desc {
  padding: 0 0.11rem;
  font-size: 0.14rem;
  color: #a7a7a7;
  line-height: 0.2rem;
  text-align: justify;
}

.cloud-solution-page {
  background-color: #f1f1f1;
}
.cloud-solution-page img {
  width: 100%;
}
.cloud-solution-page .banner {
  margin-bottom: 0.135rem;
}
.cloud-solution-page .banner h1 {
  line-height: 0.25rem;
  font-size: 0.18rem;
  font-weight: 500;
  color: #ffffff;
}
.cloud-solution-page .banner p {
  line-height: 0.25rem;
  font-size: 0.13rem;
  font-weight: 400;
  color: #ffffff;
}
.cloud-solution-page .cloud-desc {
  padding: 0.27rem 0.15rem 0.29rem;
}
.cloud-solution-page .cloud-desc i {
  width: 0.3rem;
  height: 0.025rem;
  background-color: #ecaf42;
}
.cloud-solution-page .cloud-desc h4 {
  margin: 0.2rem 0 0.16rem;
  line-height: 0.18rem;
  font-size: 0.18rem;
  color: #ecaf42;
  font-weight: 500;
}
.cloud-solution-page .cloud-desc p {
  line-height: 0.2rem;
  font-size: 0.13rem;
  color: #666666;
  word-break: break-all;
  text-align: justify;
}
.cloud-solution-page .cloud-desc .feature-title {
  margin-bottom: 0.16rem;
  font-size: 0.13rem;
  font-weight: 400;
  color: #333333;
  line-height: 0.2rem;
}
.cloud-solution-page .cloud-block-title {
  margin: 0.45rem 0 0.35rem;
  line-height: 0.24rem;
  font-size: 0.24rem;
  color: #ecaf42;
  font-weight: 500;
  text-align: center;
}
.cloud-solution-page .cloud-advance {
  padding: 0.08rem 0;
}
.cloud-solution-page .cloud-advance img {
  width: 3.36rem;
  margin: 0 auto;
}
.cloud-solution-page .cloud-advance .cloud-advance-title {
  margin: 0.18rem 0 0.1rem;
  line-height: 0.16rem;
  font-size: 0.16rem;
  font-weight: 500;
  color: #333333;
  text-align: center;
}
.cloud-solution-page .cloud-advance .cloud-advance-desc {
  margin-bottom: 0.05rem;
  padding: 0 0.08rem;
  line-height: 0.16rem;
  font-size: 0.13rem;
  color: #666666;
}
.cloud-solution-page .cloud-advance span {
  line-height: 0.2rem;
  font-size: 0.13rem;
  color: #666666;
  text-indent: 0.08rem;
}
.cloud-solution-page .mb13 {
  margin-bottom: 0.13rem;
}
.cloud-solution-page .cloud-apply {
  padding: 0.17rem 0.07rem;
}
.cloud-solution-page .apply-loop-nav {
  font-size: 0;
}
.cloud-solution-page .apply-loop-nav-btn {
  height: 0.28rem;
  margin: 0 0.05rem;
  padding: 0 0.045rem;
  line-height: 0.28rem;
  font-size: 0.13rem;
  color: #ffffff;
  background: #888888;
  box-shadow: 3px 1px 14px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0.05rem;
}
.cloud-solution-page .apply-loop-nav-btn:nth-of-type(1) {
  margin-left: 0;
}
.cloud-solution-page .apply-loop-nav-btn:nth-last-of-type(1) {
  margin-right: 0;
}
.cloud-solution-page .apply-loop-nav-btn.active {
  background-color: #f39800;
}
.cloud-solution-page #cloudPageBanner,
.cloud-solution-page .cloud-page-banner-loop {
  margin-top: 0.17rem;
  overflow: hidden;
}
.cloud-solution-page #cloudPageBanner img,
.cloud-solution-page .cloud-page-banner-loop img {
  width: 100%;
  margin-bottom: 0.19rem;
}
.cloud-solution-page #cloudPageBanner .swiper-slide,
.cloud-solution-page .cloud-page-banner-loop .swiper-slide {
  padding-bottom: 0.2rem;
  line-height: 0.16rem;
  font-size: 0.13rem;
  color: #666666;
  text-align: justify;
}
.cloud-solution-page #cloudPageBanner .swiper-slide img,
.cloud-solution-page .cloud-page-banner-loop .swiper-slide img {
  padding: 0;
}
.cloud-solution-page #cloudPageBanner .swiper-pagination,
.cloud-solution-page .cloud-page-banner-loop .swiper-pagination {
  position: absolute;
  bottom: -0.25rem;
}
.cloud-solution-page .tour-advance,
.cloud-solution-page .alipay-advance {
  padding: 0.2rem 0.08rem 0.2rem 0;
  font-size: 0;
}
.cloud-solution-page .tour-advance img,
.cloud-solution-page .alipay-advance img {
  width: 1.175rem;
  height: 1rem;
}
.cloud-solution-page .tour-advance .tour-advance-desc {
  width: 65%;
  margin-left: 0.02rem;
}
.cloud-solution-page .tour-advance p {
  font-size: 0.11rem;
  font-weight: 500;
  color: #333333;
  line-height: 0.17rem;
}
.cloud-solution-page .tour-advance span {
  display: block;
  margin-top: 0.05rem;
  font-size: 0.09rem;
  font-weight: 400;
  color: #666666;
  line-height: 0.16rem;
  text-align: justify;
}
.cloud-solution-page .tour-advance .remote-ability-icon {
  width: 100%;
  height: auto;
  margin-top: 0.15rem;
}
.cloud-solution-page .picture-advance .picture-advance-desc {
  width: 1.87rem;
  text-align: left;
}
.cloud-solution-page .picture-advance .picture-advance-image {
  width: 1.18rem;
}
.cloud-solution-page .picture-advance :nth-last-child(1) {
  margin-left: 0.1rem;
}
.cloud-solution-page .picture-advance p {
  font-size: 0.16rem;
  color: #000000;
}
.cloud-solution-page .picture-advance span {
  margin-left: 0 !important;
  line-height: 0.18rem;
  font-size: 0.1rem;
}
.cloud-solution-page .perfect-case {
  padding: 0.075rem;
}
.cloud-solution-page .perfect-case .case-image {
  width: 100%;
  margin-bottom: 0.18rem;
}
.cloud-solution-page .perfect-case .case-logo {
  width: 0.71rem;
  height: 0.18rem;
}
.cloud-solution-page .perfect-case i {
  width: 0.01rem;
  height: 0.14rem;
  margin: 0 0.11rem;
  background-color: #f39800;
}
.cloud-solution-page .perfect-case .case-name {
  font-size: 0.16rem;
  color: #333333;
}
.cloud-solution-page .perfect-case .case-desc {
  margin-top: 0.15rem;
  line-height: 0.18rem;
  font-size: 0.12rem;
  color: #666666;
  word-break: break-all;
  text-align: justify;
}
.cloud-solution-page .more-case-block {
  width: 1.5rem;
  height: 0.4rem;
  margin: 0.27rem auto 0;
  line-height: 0.4rem;
  font-size: 0.15rem;
  color: #ecaf42;
  border: 0.01rem solid #ecaf42;
  border-radius: 0.05rem;
}
.cloud-solution-page .WebAR-video {
  margin: 0 0 0.18rem;
}
.cloud-solution-page .picture-all-solution {
  padding: 0.17rem;
}
.cloud-solution-page .picture-all-solution-title {
  line-height: 0.24rem;
  font-size: 0.16rem;
  color: #000000;
  font-weight: 500;
}
.cloud-solution-page .picture-all-solution-desc {
  margin-top: 0.15rem;
  line-height: 0.2rem;
  font-size: 0.13rem;
  color: #666666;
  text-align: justify;
}
.cloud-solution-page .picture-user-step-section {
  width: 3.6rem;
  margin: 0 auto;
  font-size: 0;
}
.cloud-solution-page .picture-user-step-item {
  width: 0.93rem;
  height: 1.87rem;
  padding-top: 0.16rem;
  background: #ffffff;
  border: 0.015rem solid #fdb03c;
  border-radius: 0.15rem;
  overflow: hidden;
}
.cloud-solution-page .picture-user-step-item img {
  width: auto;
  height: 0.42rem;
  margin: 0 auto;
}
.cloud-solution-page .picture-user-step-item h5 {
  margin: 0.14rem 0;
  line-height: 0.14rem;
  font-size: 0.13rem;
  font-weight: 400;
}
.cloud-solution-page .picture-user-step-item span {
  line-height: 0.1rem;
  font-size: 0.1rem;
  margin-bottom: 0.07rem;
}
.cloud-solution-page .picture-user-middle {
  width: 0.28rem;
  margin: 0 0.05rem;
}
.cloud-block-common {
  width: 3.5rem;
  margin: 0 auto;
  background: #ffffff;
  box-shadow: 3px 1px 14px 1px rgba(0, 0, 0, 0.1);
}
.other-cloud-block {
  margin-bottom: 0.125rem;
  padding: 0.09rem;
  font-size: 0;
  border: 1px solid #dcdcdc;
  border-bottom: 0 none;
}
.other-cloud-block li {
  width: 50%;
  height: 0.45rem;
  padding-left: 0.04rem;
  line-height: 0.44rem;
  border-bottom: 1px solid #dcdcdc;
}
.other-cloud-block li:nth-of-type(odd) {
  border-right: 1px solid #dcdcdc;
}
.other-cloud-block img {
  width: 0.24rem;
  height: 0.24rem;
  margin-right: 0.09rem;
}
.other-cloud-block span {
  max-width: 78%;
  font-size: 0.13rem;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tour-other-cloud-block {
  margin-bottom: 0.14rem;
  font-size: 0;
}
.tour-other-cloud-block li {
  width: 1.7rem;
  height: 0.53rem;
  margin: 0.05rem;
  line-height: 0.53rem;
  font-size: 0.13rem;
  color: #666666;
  background-color: #fff;
  box-shadow: 0 0 0.07rem 0.005rem rgba(0, 0, 0, 0.1);
}
.tour-other-cloud-block img {
  width: 0.25rem;
  margin-right: 0.14rem;
}
.picture-architecture {
  padding: 0.26rem 0;
}
.picture-architecture img {
  width: 3.4rem;
  margin: 0 auto;
}
.picture-architecture .picture-architecture-main {
  padding: 0.36rem 0.17rem 0;
}
.picture-architecture .picture-architecture-title {
  line-height: 0.18rem;
  font-size: 0.18rem;
  font-weight: 500;
  color: #000000;
}
.picture-architecture .picture-architecture-desc {
  margin-top: 0.2rem;
  line-height: 0.18rem;
  font-size: 0.1rem;
  color: #666666;
  text-align: justify;
}
.picture-architecture span {
  width: 100%;
  height: 1px;
  margin: 0.2rem 0 0.25rem;
  background-color: #959595;
}
.wechat-advance-block {
  width: 100%;
  text-align: center;
  font-size: 0;
}
.wechat-advance-item {
  width: 1.715rem;
  margin-bottom: 0.06rem;
  padding: 0.15rem 0;
  text-align: center;
  font-size: 0.12rem;
  color: #000000;
  background: #ffffff;
  box-shadow: 0 0 0.07rem 1px rgba(0, 0, 0, 0.06);
  border-radius: 0.025rem;
}
.wechat-advance-item:nth-of-type(odd) {
  margin-right: 0.05rem;
}
.wechat-advance-item img {
  width: 1.075rem;
  margin: 0 auto 0.15rem;
}
.wechat-feature-block {
  width: 100%;
  text-align: center;
  font-size: 0;
}
.wechat-feature-item {
  width: 1.135rem;
  margin-bottom: 0.04rem;
  padding: 0.2rem 0;
  background: #ffffff;
  box-shadow: 0 0 0.075rem 1px rgba(0, 0, 0, 0.06);
  text-align: center;
  font-size: 0.12rem;
  color: #000000;
}
.wechat-feature-item:nth-of-type(2) {
  margin: 0 0.04rem 0.04rem;
}
.wechat-feature-item:nth-of-type(4) {
  margin-right: 0.04rem;
}
.wechat-feature-item img {
  width: 0.7rem;
  margin: 0 auto 0.18rem;
}
.alipay-advance-item {
  width: 1.135rem;
  padding: 0.21rem 0;
  line-height: 0.24rem;
  font-size: 0.12rem;
  color: #000000;
  background: #ffffff;
  box-shadow: 0 0 0.075rem 1px rgba(0, 0, 0, 0.06);
}
.alipay-advance-item:nth-of-type(2) {
  margin: 0 0.045rem;
}
.alipay-advance-item img {
  width: 0.78rem;
  margin: 0 auto 0.2rem;
}
.alipay-advance-desc {
  width: 65%;
  padding-left: 0.15rem;
}
.alipay-advance-desc p {
  line-height: 0.24rem;
  font-size: 0.16rem;
  color: #333333;
  font-weight: 500;
}
.alipay-advance-desc i {
  width: 0.05rem;
  height: 0.05rem;
  margin-right: 0.075rem;
  background-color: #000000;
  border-radius: 0.025rem;
}
.alipay-advance-desc span {
  width: 1.8rem;
  line-height: 0.2rem;
  font-size: 0.13rem;
  color: #666666;
  word-break: break-all;
}
.concat-us-block {
  padding: 0.28rem 0;
}
.concat-us-block h4 {
  font-size: 0.16rem;
  color: #000000;
  font-weight: 400;
}
.concat-us-block p {
  width: 0.42rem;
  height: 0.025rem;
  margin: 0.05rem auto 0;
  background-color: #fdb03c;
  border-radius: 0.0125rem;
}
.concat-us-block .concat-us-note {
  width: 3.1rem;
  margin: 0.17rem auto 0.3rem;
  line-height: 0.12rem;
  font-size: 0.08rem;
  color: #969696;
  word-break: break-all;
}
.concat-us-block .concat-us-item {
  width: 3.1rem;
  margin: 0 auto 0.19rem;
  font-size: 0;
}
.concat-us-block span {
  width: 0.7rem;
  line-height: 0.36rem;
  font-size: 0.13rem;
  color: #969696;
}
.concat-us-block span i {
  color: #fc5a68;
}
.concat-us-block input {
  width: 2.27rem;
  height: 0.36rem;
  padding: 0 0.16rem;
  line-height: 0.36rem;
  font-size: 0.13rem;
  color: #666666;
  border: 0.01rem solid #eeeeee;
  border-radius: 0.05rem;
}
.concat-us-block .concat-us-error {
  top: 1.05rem;
  right: 0;
  left: 0;
  font-size: 0.13rem;
  color: #ffb000;
}
.concat-us-block button {
  width: 1.145rem;
  height: 0.28rem;
  margin: 0.38rem auto 0;
  line-height: 0.28rem;
  font-size: 0.14rem;
  color: #ffffff;
  background: #fdaf2a;
  box-shadow: 0 0.03rem 0.1rem 1px rgba(253, 120, 34, 0.5);
  border-radius: 0.14rem;
}
.alipay-apply-step-block {
  width: 100%;
  font-size: 0;
}
.alipay-apply-step-block .alipay-apply-step-image {
  width: 0.265rem;
  margin: 0 0.045rem;
}
.alipay-apply-step {
  width: 0.93rem;
  height: 2.015rem;
  background-color: #fff;
  border: 0.015rem solid #fdb03c;
  border-radius: 0.15rem;
}
.alipay-apply-step img {
  width: 0.6rem;
  margin: 0.18rem auto 0;
}
.alipay-apply-step h5 {
  line-height: 0.4rem;
  font-size: 0.13rem;
  color: #000000;
}
.alipay-apply-step span {
  width: 90%;
  margin: 0 auto;
  line-height: 0.14rem;
  font-size: 0.06rem;
  color: #000000;
  text-align: justify;
  text-align-last: center;
}
.dn {
  display: none;
}
.request-success {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
}
.request-success-main {
  width: 3.3rem;
  height: 0.92rem;
  background: #ffffff;
  border: 1px solid #d4d4d4;
  box-shadow: 0 0 0.075rem 1px rgba(0, 0, 0, 0.06);
  border-radius: 0.08rem;
}
.request-success-main img {
  width: 0.25rem;
  margin: 0.1rem auto;
}
.request-success-main h5 {
  margin-bottom: 0.1rem;
  line-height: 0.12rem;
  font-size: 0.1rem;
  color: #000;
}
.request-success-main span {
  font-size: 0.1rem;
  color: #969696;
}

/*reset css*/
*,
::before,
::after {
  margin: 0;
  padding: 0;
  /*清除移动端默认的点击高亮效果*/
  -webkit-tap-highlight-color: transparent;
  /*设置以边框开始计算宽度*/
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: "Microsoft YaHei", sans-serif;
  /*设备默认字体*/
  color: #333;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
ul,
ol {
  list-style: none;
}
input {
  border: none;
  outline: none;
  /*清除移动端默认的表单样式*/
  -webkit-appearance: none;
}
button {
  border: none;
  outline: none;
}
/*common css*/
.fl {
  float: left;
}
.fr {
  float: right;
}
.pa {
  position: absolute;
}
.pr {
  position: relative;
}
.pa-l {
  position: absolute;
  left: 0;
}
.pa-r {
  position: absolute;
  right: 0;
}
.t-center {
  text-align: center;
}
.t-left {
  text-align: left;
}
.vtm {
  vertical-align: middle;
}
.vtt {
  vertical-align: top;
}
.v-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.v-middle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.p-middle {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.db {
  display: block;
}
.dlb {
  display: inline-block;
}
.clearfix::before,
.clearfix::after {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}
.container {
  width: 100%;
  padding: 0 0.1rem;
}
.container-fluid {
  width: 100%;
}
.b-sizing {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.break-justify {
  text-align: justify;
  text-align-last: left;
}
.scale-small {
  transform: scale(0.8, 0.8);
  -webkit-transform: scale(0.8, 0.8);
  /*兼容-webkit-引擎浏览器*/
  -moz-transform: scale(0.8, 0.8);
  /*兼容-moz-引擎浏览器*/
}
@media screen and (max-width: 375px) {
  html {
    font-size: 100px;
  }
}
@media screen and (min-width: 750px) {
  html {
    font-size: 120px;
  }
}
@media screen and (max-width: 299px) {
  html {
    font-size: 68px;
  }
}
@media screen and (min-width: 299px) {
  html {
    font-size: 68px;
  }
}
@media screen and (min-width: 320px) {
  html {
    font-size: 85px;
  }
}
@media screen and (min-width: 350px) {
  html {
    font-size: 90px;
  }
}
@media screen and (min-width: 370px) {
  html {
    font-size: 100px;
  }
}
@media screen and (min-width: 375px) {
  html {
    font-size: 26.66666667vw;
  }
}
#btnContract,
#qqBtnContract,
#wechatbtnContract {
  position: fixed;
  display: block;
  right: 0.1rem;
  z-index: 2;
  width: 0.43rem;
  height: 0.43rem;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.09);
}
#btnContract span,
#qqBtnContract span,
#wechatbtnContract span {
  display: block;
  position: absolute;
}
#btnContract {
  bottom: 1.05rem;
}
#btnContract span {
  width: 0.43rem;
  height: 0.43rem;
  background: url("../image/phoneQqIcon/phone.png") 0 0 no-repeat;
  background-size: cover;
}
#wechatbtnContract {
  bottom: 0.55rem;
}
#wechatbtnContract span {
  width: 0.43rem;
  height: 0.43rem;
  background: url("../image/phoneQqIcon/wechatLink.png") 0 0 no-repeat;
  background-size: 0.28rem;
  background-position: center;
}
#qqBtnContract {
  bottom: 0.55rem;
}
#qqBtnContract span {
  width: 0.43rem;
  height: 0.43rem;
  background: url("../image/phoneQqIcon/QQ.png") 0 0 no-repeat;
  background-size: cover;
}
.contact {
  box-shadow: 0 0 4px 1px #dedede inset;
}

.contact {
  padding: .5rem 0 .54rem;
  text-align: center;
}
.contact h4 {
  height: 0.16rem;
  line-height: 0.16rem;
  font-size: 0.16rem;
  color: #303030;
  margin-bottom: .1rem;
  font-weight: 400;
}
.contact a {
  display: block;
  font-size: 0.2rem;
  color: #f39800;
}
.contact i.icon-tel {
  position: relative;
  top: .02rem;
  margin-right: 0.1rem;
  display: inline-block;
  width: 0.16rem;
  height: 0.19rem;
  background: url("../image/tele.png") no-repeat;
  background-size: cover;
}

.contact-page {
  background-color: #f1f1f1;
}
.contact-page .dn {
  display: none;
}
.contact-page .contact-title {
  height: 0.18rem;
  margin: 0.26rem 0;
  line-height: 0.18rem;
  font-size: 0.18rem;
  color: #333333;
}
.contact-page .contact-form {
  display: flex;
  flex-direction: column;
  width: 3.5rem;
  margin: 0 auto 0.3rem;
  padding: 0.14rem 0.2rem;
  border-radius: 0.1rem;
  background-color: #fff;
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.21);
}
.contact-page .contact-form .input_label {
  font-size: 0.13rem;
  font-weight: 600;
  margin-bottom: 0.08rem;
}
.contact-page .contact-form .contact_input {
  width: 3rem;
  border: 1px solid #979797;
  padding: 0.08rem 0.12rem;
  border-radius: 0.07rem;
}
.contact-page .contact-form .contact_select {
  width: 3rem;
  border: 1px solid #979797;
  padding: 0.09rem 0.12rem;
  border-radius: 0.1rem;
}
.contact-page .contact-form .contact-error,
.contact-page .contact-form .contact-error1,
.contact-page .contact-form .contact-error2,
.contact-page .contact-form .contact-error3 {
  color: red;
  font-size: 0.11rem;
  margin-top: 0.05rem;
  margin-bottom: 0.12rem;
}
.contact-page .contact-form #contact-btn {
  background-color: #f8b62c;
  color: #fff;
  line-height: 0.4rem;
  text-align: center;
  width: 3rem;
  font-size: 0.14rem;
  border-radius: 10px;
  margin-top: 0.15rem;
  cursor: pointer;
}
.contact-page .contact-form #success-contact {
  font-size: 0.14rem;
  color: #24e224;
  margin: 0.1rem 0;
  text-align: center;
  display: none;
}
.contact-page .contact-form #error-contact {
  font-size: 0.14rem;
  color: red;
  margin: 0.1rem 0;
  text-align: center;
  display: none;
}
.contact-page #mapBox {
  width: 3.5rem;
  height: 1.785rem;
  margin: 0 auto;
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.21);
}
.contact-page .contact-content {
  width: 3.5rem;
  margin: 0 auto;
  padding-bottom: 0.19rem;
  font-size: 0;
  background-color: #fff;
  margin-bottom: 0.2rem;
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.21);
}
.contact-page .contact-item a {
  width: auto;
  height: 0.315rem;
  margin: 0.17rem 0 0.07rem;
}
.contact-page .contact-item a img {
  height: 0.315rem;
  margin: 0 auto;
}
.contact-page .contact-item1 {
  width: 1.85rem;
}
.contact-page .contact-item1 > img {
  max-width: 1.85rem;
  margin: 0 auto;
}
.contact-page .contact-item2 {
  width: 1.45rem;
}
.contact-page .contact-item2 > img {
  max-width: 1.45rem;
  margin: 0 auto;
}
.contact-page .contact-item-img1 {
  height: 0.73rem;
}
.contact-page .contact-item-img2 {
  height: 0.37rem;
}
.contact-page .bg-cover {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10000;
}
.contact-page .get-our-address-tip {
  width: 2.75rem;
  height: 1rem;
  background: #ffffff;
  border: 0.005rem solid #dcdcdc;
  border-radius: 0.1rem;
}
.contact-page .get-our-address-tip a {
  display: block;
  line-height: 0.5rem;
  font-size: 0.16rem;
  color: #208ee3;
  text-align: center;
}
.contact-page .get-our-address-tip a:nth-of-type(1) {
  border-bottom: 0.005rem solid #dfdfdf;
}

.custom-page .banner {
  width: 100%;
}
.custom-page .concept {
  text-align: center;
}
.custom-page .concept h1 {
  padding: .25rem 0;
  font-size: .2rem;
  color: #ff7c34;
}
.custom-page .concept p {
  margin: 0 auto .47rem;
  width: 2.2rem;
  font-size: .15rem;
  color: #666;
}
.custom-page .custom-item {
  text-align: center;
}
.custom-page .custom-item h3 {
  padding: .3rem 0;
  font-size: .19rem;
  color: #fff;
}
.custom-page .custom-item p {
  margin: 0 auto;
  padding: .3rem 0 .35rem;
  width: 2.6rem;
  font-size: .14rem;
  color: #fff;
}
.custom-page .custom-item img {
  margin: 0 auto;
  display: block;
  width: .75rem;
}
.custom-page .bg-1 {
  background: #ffae31;
}
.custom-page .bg-2 {
  background: #ff7c34;
}
.custom-page .bg-3 {
  background: #ff6039;
}
.custom-page .cooperate {
  background: #f9f9f9;
  text-align: center;
}
.custom-page .cooperate h4 {
  padding: .15rem 0;
  font-size: .19rem;
}
.custom-page .cooperate-list div {
  margin: .3rem 0;
  float: left;
  width: 25%;
}
.custom-page .cooperate-list div img {
  position: relative;
  display: block;
  width: .68rem;
  margin: 0 auto;
}
.custom-page .cooperate-list div .img-1 {
  top: .1rem;
}
.custom-page .cooperate-list div .img-3 {
  top: .05rem;
}
.custom-page .cooperate-list div .img-4 {
  top: .1rem;
}

.developer-page .banner {
  width: 100%;
  background: url("../image/developer-banner.png?__sprite") no-repeat;
  background-size: cover;
  text-align: center;
}
.developer-page .banner h1 {
  padding: .31rem;
  color: #000;
  font-size: .19rem;
}
.developer-page .banner p {
  padding: 0 .125rem .28rem;
  color: #333;
  font-size: .15rem;
}
.developer-page .developer-list .cut-line {
  height: .1rem;
  background: #ececec;
  box-shadow: 0 0 4px 1px #dedede inset;
}
.developer-page .developer-list .developer-item {
  position: relative;
  width: 100%;
  height: 1.6rem;
  padding-top: .3rem;
  background: url("../image/developer-item.png?__sprite") no-repeat;
  background-size: cover;
  text-align: center;
}
.developer-page .developer-list .developer-item:before,
.developer-page .developer-list .developer-item:after {
  position: absolute;
  display: inline-block;
  content: '';
  width: .12rem;
  height: .05rem;
  background-size: contain;
  bottom: -0.04rem;
}
.developer-page .developer-list .developer-item:before {
  left: 0;
  background: url("../image/developer-corn-left.png?__sprite") no-repeat;
}
.developer-page .developer-list .developer-item:after {
  right: 0;
  background: url("../image/developer-corn-left.png?__sprite") no-repeat;
}
.developer-page .developer-list .developer-item h2 {
  font-size: .19rem;
  color: #fff;
}
.developer-page .developer-list .developer-item p {
  margin-top: .4rem;
  padding: 0 .55rem;
  font-size: .14rem;
  color: #fff;
}
.developer-page .developer-list .developer-item .label {
  position: absolute;
  left: 0;
  top: .17rem;
  width: .9rem;
  height: .45rem;
  background: #75bf3f;
  color: #fff;
  font-size: .15rem;
  line-height: .45rem;
}

.download-page .banner {
  background: url("../image/download-cover.png?__sprite") no-repeat;
  background-size: cover;
}
.download-page .content {
  position: relative;
  padding-top: .6rem;
}
.download-page .content img {
  position: absolute;
  top: .6rem;
}
.download-page .content .img {
  width: 1.6rem;
}
.download-page .content .download {
  float: right;
  width: 1.9rem;
  color: #fff;
  text-align: left;
}
.download-page .content .download h1 {
  margin-bottom: .38rem;
  font-size: .24rem;
  font-weight: 400;
}
.download-page .content .download .p-wrap {
  margin-bottom: .42rem;
}
.download-page .content .download p {
  font-size: .12rem;
}
.download-page .content .download a {
  margin: 0 0 .2rem;
  display: block;
  height: .45rem;
  width: 1.58rem;
  color: #fff;
  font-size: .16rem;
  border: 1px solid #000;
  border-radius: .05rem;
  background: #000;
  text-indent: .15rem;
  line-height: .45rem;
}
.download-page .content .download .icon {
  position: relative;
  top: .05rem;
  margin-right: .05rem;
}
.download-page .content .download .icon-android {
  width: .22rem;
  left: -0.05rem;
}
.download-page .content .download .icon-iphone {
  width: .22rem;
  left: -0.05rem;
}
.download-page .concept {
  padding-top: 1rem;
  text-align: center;
}
.download-page .concept h4 {
  margin-bottom: .18rem;
  font-size: .16rem;
  color: #333;
}
.download-page .concept p {
  margin-bottom: .35rem;
  font-size: .12rem;
  color: #666;
}
.download-page .concept .icon-angel {
  margin: 0 auto;
  display: block;
  width: .14rem;
}
.download-page .swiper-container {
  margin-top: .25rem;
}
.download-page .swiper-slide img {
  width: 100%;
}
.download-page .swiper-container-3d .swiper-slide-shadow-right,
.download-page .swiper-container-3d .swiper-slide-shadow-left {
  background-image: none;
}
.download-page .swiper-pagination {
  width: 100%;
  height: .3rem;
  position: relative;
  font-size: 0;
  line-height: .3rem;
}
.download-page .swiper-pagination-bullet:not(:last-of-type) {
  margin-right: .05rem;
}
.download-page .swiper-slide-active {
  opacity: 1!important;
}
.download-page .swiper-slide {
  opacity: .05;
}
.download-page .swiper-slide-next,
.download-page .swiper-slide-prev {
  opacity: .4;
}
.download-page .swiper-slide-duplicate-prev,
.download-page .swiper-slide-duplicate-active,
.download-page .swiper-slide-duplicate-next {
  opacity: 0;
}


footer {
  font-size: 0.12rem;
  padding: .3rem 0;
  background: #000;
  text-align: center;
}
footer p.info {
  margin-top: .1rem;
  color: #999;
  text-align: center;
}
footer p.menu-list {
  margin-bottom: .15rem;
  line-height: .15rem;
  color: #fff;
}
footer p.menu-list a {
  margin: .15rem;
  color: #fff;
}

.glass-page-container .WebAR-video-bg {
  width: 100%;
  padding: 0;
}
.glass-page-container .WebAR-video {
  margin: 0;
}
.glass-page-container .section-title-common {
  height: 0.25rem;
  line-height: 0.25rem;
  font-size: 0;
}
.glass-page-container .section-title-common span {
  font-size: 0.16rem;
  color: #313131;
  font-weight: bolder;
}
.glass-page-container .section-title-icon {
  width: 0.135rem;
  height: 0.25rem;
  background: url('../image/glass/title_icon.png') 0 0 no-repeat;
  background-size: cover;
}
.glass-page-container .section1-desc {
  width: 100%;
  background-color: #fff;
}
.glass-page-container .section1-desc-main {
  width: 100%;
}
.glass-page-container .section1-desc-main h4 {
  margin-bottom: 0.1rem;
  line-height: 0.16rem;
  font-size: 0.16rem;
  color: #ffffff;
}
.glass-page-container .section1-desc-main p {
  margin-bottom: 0.05rem;
  line-height: 0.14rem;
  font-size: 0.12rem;
  color: #ffffff;
  font-weight: 300;
}
.glass-page-container .section2-apply {
  width: 100%;
  padding-top: .4rem;
  background-color: #f1f1f1;
}
.glass-page-container .image-loop-common {
  margin-top: .35rem;
  padding-top: .225rem;
  background-color: #fff;
}
.glass-page-container .image-loop-common h4 {
  margin-bottom: 0.19rem;
  line-height: 0.16rem;
  text-indent: 0.29rem;
  font-size: 0.16rem;
  color: #313131;
}
.glass-page-container .image-loop-nav {
  width: 3.35rem;
  height: 0.33rem;
  margin: 0 auto 0.18rem;
  font-size: 0;
  overflow: hidden;
}
.glass-page-container .image-loop-nav li {
  width: 50%;
  height: 0.33rem;
  line-height: 0.31rem;
  font-size: 0.13rem;
  color: #8B8B8B;
  border: 1px solid #DCDCDC;
  border-bottom: 1px solid #DCDCDC;
}
.glass-page-container .image-loop-nav li:nth-of-type(1) {
  border-radius: 0.05rem  0 0 0.05rem;
}
.glass-page-container .image-loop-nav li:nth-last-child(1) {
  border-radius: 0 0.05rem 0.05rem 0;
}
.glass-page-container .image-loop-nav li.active {
  line-height: 0.33rem;
  color: #ffffff;
  border: 0 none;
  background-color: #FDAE2A;
}
.glass-page-container .image-loop-common-section {
  overflow: hidden;
  width: 100%;
}
.glass-page-container .image-loop-common-section img {
  width: 100%;
  margin-bottom: 0.26rem;
}
.glass-page-container .image-loop-common-section .swiper-slide {
  width: 100%;
  padding-bottom: 0.2rem;
}
.glass-page-container .image-loop-common-section .swiper-slide img {
  padding: 0;
}
.glass-page-container .image-loop-common-section .swiper-word-common {
  padding: 0 0.22rem;
  line-height: 0.16rem;
  font-size: 0.13rem;
  color: #666666;
  text-align: justify;
  text-align-last: left;
}
.glass-page-container .image-loop-common-section .swiper-pagination {
  position: absolute;
  bottom: -0.25rem;
}
.glass-page-container .select-us-section {
  margin-top: 0.15rem;
  padding: 0.36rem 0 0.575rem;
  font-size: 0;
  background-color: #fafafa;
}
.glass-page-container .select-us-section img {
  width: 0.725rem;
}
.glass-page-container .select-us-item-left {
  width: 2.28rem;
}
.glass-page-container .select-us-item-left h4 {
  margin-bottom: 0.1rem;
  line-height: 0.15rem;
  font-size: 0.15rem;
  color: #313131;
}
.glass-page-container .select-us-item-left p {
  margin-top: 0.05rem;
  line-height: 0.14rem;
  font-size: 0.12rem;
  color: #313131;
}
.glass-page-container .our-relations-section {
  padding: 0.335rem 0 0.56rem;
  font-size: 0;
  background-color: #fff;
}
.glass-page-container .our-relations-section img {
  width: 0.75rem;
  margin-top: 0.43rem;
}

header.container-fluid nav {
  padding: 0.1rem 0.2rem;
  background: #000;
}
header.container-fluid nav .logo {
  display: block;
  padding: 0.1rem 0;
  width: 0.865rem;
  height: 0.25rem;
  background: url("../image/logo.png") no-repeat;
  background-size: cover;
}
header.container-fluid nav .slider-btn {
  margin: .025rem 0;
  display: block;
  width: .2rem;
  height: .2rem;
  background: url("../image/icon-menu.png") no-repeat;
  background-size: cover;
}
header.container-fluid nav .active {
  background: url("../image/icon-back.png") no-repeat !important;
  background-size: contain !important;
}
header.container-fluid section.slider-menu {
  display: none;
  position: absolute;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 10000;
}
header.container-fluid section.slider-menu ul.slider-menu-content {
  width: 100%;
}
header.container-fluid section.slider-menu ul.slider-menu-content li.menu-item {
  border-bottom: 1px solid #333;
  padding: .05rem 0.1rem;
}
header.container-fluid section.slider-menu ul.slider-menu-content li.menu-item:nth-child(3),
header.container-fluid section.slider-menu ul.slider-menu-content li.menu-item:nth-child(4) {
  padding: 0;
  border-bottom: 0;
}
header.container-fluid section.slider-menu ul.slider-menu-content li.menu-item:nth-child(3) h3,
header.container-fluid section.slider-menu ul.slider-menu-content li.menu-item:nth-child(4) h3 {
  padding: .05rem 0.1rem;
  border-bottom: 1px solid #333;
}
header.container-fluid section.slider-menu ul.slider-menu-content li.menu-item:nth-child(3) h3 img,
header.container-fluid section.slider-menu ul.slider-menu-content li.menu-item:nth-child(4) h3 img {
  margin: .07rem 0;
  float: right;
  width: .14rem;
  height: .075rem;
}
header.container-fluid section.slider-menu ul.slider-menu-content li.menu-item h3 {
  font-size: .16rem;
}
header.container-fluid section.slider-menu ul.slider-menu-content li.menu-item h3 a {
  font-size: 0.16rem;
  color: #fff;
}
header.container-fluid section.slider-menu ul.slider-menu-content li.menu-item ul {
  background-color: rgba(51, 51, 51, 0.4);
}
header.container-fluid section.slider-menu ul.slider-menu-content li.menu-item ul li {
  padding: 0 .1rem;
  float: left;
  width: 50%;
  white-space: normal;
  border-bottom: 1px solid #333;
}
header.container-fluid section.slider-menu ul.slider-menu-content li.menu-item ul li:nth-of-type(odd) {
  border-right: 1px solid #333;
}
header.container-fluid section.slider-menu ul.slider-menu-content li.menu-item ul li a {
  display: block;
  width: 100%;
  padding: .06rem 0;
  color: #ccc;
  font-size: 0.14rem;
}
header.container-fluid section.slider-menu .slider-menu-contactUs {
  margin: .25rem auto;
  display: block;
  width: 3.5rem;
  height: .5rem;
  color: white;
  font-size: .16rem;
  text-align: center;
  line-height: .5rem;
  border-radius: .1rem;
  background-color: #ecaf42;
}
header.container-fluid i {
  display: inline-block;
  width: 0.25rem;
  height: 0.11rem;
  margin-left: 0.06rem;
  background: url("../image/new.png") 0 0 no-repeat;
  background-size: cover;
  transform: translateY(-0.06rem);
  -ms-transform: translateY(-0.06rem);
  -moz-transform: translateY(-0.06rem);
  -webkit-transform: translateY(-0.06rem);
  -o-transform: translateY(-0.06rem);
}

.index-page {
  position: relative;
  width: 100%;
  height: 100%;
  min-width: 320px;
  font-size: 0.14rem;
}
.index-page section.index img {
  width: 100%;
}
.index-page .swiper-index-pagination {
  position: absolute;
  right: 0;
  bottom: 0.3rem;
  left: 0;
  z-index: 1000;
}
.index-page section.description-content article {
  width: 100%;
  padding: 0.5rem 0;
  font-size: 0.14rem;
  line-height: 22px;
  white-space: normal;
  color: #666;
}
.index-page section.separate-bar {
  width: 100%;
  height: 0.1rem;
  background: #f2f3f4;
}
.index-page figure.solution-plan h3.title {
  height: 1rem;
  line-height: 1rem;
  text-align: center;
  font-size: 0.24rem;
  color: #333;
  font-weight: 500;
}
.index-page figure.solution-plan .solution-main {
  padding: 0 0.125rem;
}
.index-page figure.solution-plan .solution-main div.solution-item {
  margin-bottom: 0.15rem;
}
.index-page figure.solution-plan .solution-main div.solution-item .solution-item1-title {
  padding: 0.7rem 0;
  text-align: center;
}
.index-page figure.solution-plan .solution-main div.solution-item span {
  text-align: center;
  line-height: 0.3rem;
  font-size: 0.18rem;
}
.index-page figure.solution-plan .solution-main div.solution-item span:last-child {
  font-size: 0.13rem;
}
.index-page figure.solution-plan .solution-main div.solution-item a {
  color: white;
}
.index-page figure.solution-plan .solution-main div.solution-item .solution-item1 {
  height: 2rem;
  background-image: url("../image/WABAR.png");
  background-size: cover;
}
.index-page figure.solution-plan .solution-main div.solution-item .solution-item2 {
  height: 2rem;
  background-image: url("../image/solution-one.png");
  background-size: cover;
}
.index-page figure.solution-plan .solution-main div.solution-item .solution-item3 {
  height: 2rem;
  background-image: url("../image/solution-custom.png");
  background-size: cover;
}
.index-page figure.solution-plan .solution-main div.solution-item .solution-item4 {
  height: 2rem;
  background-image: url("../image/solution-design.png");
  background-size: cover;
}
.index-page figure.solution-plan .solution-main div.solution-item .solution-item5 {
  height: 2rem;
  background-image: url("../image/solution/ARG-content-item1.png");
  background-size: cover;
}
.index-page section.separate-bar {
  width: 100%;
  height: 0.1rem;
  background: #f2f3f4;
}
.index-page .img-container {
  padding: 0 0.3rem 0.47rem;
  font-size: 0;
}
.index-page .img-container .pro-item {
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
}
.index-page .img-container > div {
  text-align: center;
  font-size: 0;
}
.index-page .img-container dl {
  display: inline-block;
}
.index-page .img-container > div dl:nth-of-type(2) {
  margin: 0 0.45rem;
}
.index-page .img-container > div {
  margin-bottom: 0.21rem;
}
.index-page .img-container dd {
  margin-bottom: 0.09rem;
}
.index-page .img-container dt {
  font-size: 0.14rem;
  color: #666666;
  text-align: center;
}
.index-page .img-container .kfc {
  background: url("../image/index/kfc.png?__sprite") no-repeat;
  background-size: contain;
}
.index-page .img-container .autohome {
  background: url("../image/index/autohome.png?__sprite") no-repeat;
  background-size: contain;
}
.index-page .img-container .alipay {
  background: url("../image/index/alipay.png?__sprite") no-repeat;
  background-size: contain;
}
.index-page .img-container .vip {
  background: url("../image/index/vip.png?__sprite") no-repeat;
  background-size: contain;
}
.index-page .img-container .zhang {
  background: url("../image/index/zhang.png?__sprite") no-repeat;
  background-size: contain;
}
.index-page .img-container .ARtu {
  background: url("../image/index/ARtu.png?__sprite") no-repeat;
  background-size: contain;
}
.index-page .img-container .jinian {
  background: url("../image/index/jinian.png?__sprite") no-repeat;
  background-size: contain;
}
.index-page .img-container .sansung {
  background: url("../image/index/samsung.png?__sprite") no-repeat;
  background-size: contain;
}
.index-page .img-container .baojie {
  background: url("../image/index/baojie.png?__sprite") no-repeat;
  background-size: contain;
}
.index-page .img-container .benz {
  background: url("../image/index/benz.png?__sprite") no-repeat;
  background-size: contain;
}
.index-page .img-container .audi {
  background: url("../image/index/audi.png?__sprite") no-repeat;
  background-size: contain;
}
.index-page .img-container .peisi {
  background: url("../image/index/peisi.png?__sprite") no-repeat;
  background-size: contain;
}
.index-page .img-container .bank {
  background: url("../image/index/bank.png?__sprite") no-repeat;
  background-size: contain;
}
.index-page .img-container .das-auto {
  background: url("../image/index/das-auto.png?__sprite") no-repeat;
  background-size: contain;
}
.index-page .img-container .fish {
  background: url("../image/index/fish.png?__sprite") no-repeat;
  background-size: contain;
}
.index-page .img-container .vogue {
  background: url("../image/index/vogue.png?__sprite") no-repeat;
  background-size: contain;
}
.index-page .img-container .god {
  background: url("../image/index/god.png?__sprite") no-repeat;
  background-size: contain;
}
.index-page .img-container .jusuanhuan {
  background: url("../image/index/juhuasuan.png?__sprite") no-repeat;
  background-size: contain;
}
.index-page .contact {
  background: #eff0f2;
  box-shadow: 0 0 4px 1px #dedede inset;
}
.index-page .index-more-solution-btn {
  width: 2rem;
  height: 0.4rem;
  margin: 0.25rem auto 0.3rem auto;
  line-height: 0.4rem;
  font-size: 0.15rem;
  color: #ecaf42;
  border: 0.01rem solid #ecaf42;
  border-radius: 0.05rem;
}
.index-page .index-concat-section {
  margin: 0.3rem 0;
}
.index-page .index-concat-section a {
  width: 1.62rem;
  height: 0.4rem;
}
.index-page .index-concat-section a:nth-of-type(1) {
  margin-right: 0.225rem;
}
.index-page .index-concat-section img {
  width: 100%;
  height: 100%;
  border: 0 none;
}
.index-page .hot-solution-item {
  width: 3.5rem;
  margin: 0 auto 0.15rem;
}
.index-page .hot-solution-item img {
  width: 100%;
  border: 0 none;
}

.page-instruction .video-container {
  width: 100%;
  height: 2.13rem;
}
.page-instruction .video-container video {
  width: 100%;
  height: 100%;
  margin-top: -1px;
}
.page-instruction .desc {
  width: 100%;
  height: 4.79rem;
  padding: .12rem .3rem .37rem .3rem;
}
.page-instruction .desc .desc_title {
  width: 100%;
  height: .25rem;
  position: relative;
}
.page-instruction .desc .desc_title div,
.page-instruction .desc .desc_title img {
  position: absolute;
}
.page-instruction .desc .desc_title div:nth-child(1) {
  width: .67rem;
  height: .15rem;
  font-size: .15rem;
  font-weight: 400;
  text-align: center;
  color: #777777;
  line-height: .15rem;
}
.page-instruction .desc .desc_title div:nth-child(2) {
  right: 0;
  top: 0;
  width: .66rem;
  height: .2rem;
  background: #f8b62c;
  line-height: .2rem;
  text-align: center;
  font-size: .1rem;
  color: #fff;
  border-radius: .09rem;
}
.page-instruction .desc .desc_title div:nth-child(3) {
  width: 100%;
  height: 0.02rem;
  background: #f0f0f0;
  bottom: 0;
  left: 0;
}
.page-instruction .desc .desc_title img {
  left: .75rem;
  top: 0;
  width: 1.46rem;
  height: .17rem;
}
.page-instruction .desc .desc_subtitle {
  margin-top: .07rem;
  height: .2rem;
  font-size: .14rem;
  font-family: MicrosoftYaHei, MicrosoftYaHei-Regular;
  font-weight: 400;
  text-align: justify;
  color: #f8b62c;
  line-height: .2rem;
}
.page-instruction .desc .desc_text {
  margin-top: 0.07rem;
  height: .49rem;
  opacity: 1;
  font-size: 0.12rem;
  font-family: MicrosoftYaHei, MicrosoftYaHei-Regular;
  font-weight: 400;
  text-align: justify;
  color: #777777;
  line-height: .14rem;
}
.page-instruction .desc .desc_list {
  width: 100%;
  margin-top: .34rem;
}
.page-instruction .desc .desc_list .desc_item {
  width: 100%;
  height: .46rem;
  position: relative;
}
.page-instruction .desc .desc_list .desc_item img {
  width: .41rem;
  height: .41rem;
  top: 0;
  left: 0;
  position: absolute;
}
.page-instruction .desc .desc_list .desc_item .desc_item_tit {
  margin-left: .55rem;
  font-size: .13rem;
  font-family: MicrosoftYaHei, MicrosoftYaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #5b5b5b;
}
.page-instruction .desc .desc_list .desc_item .desc_item_txt {
  margin-left: .55rem;
  font-size: .09rem;
  font-family: MicrosoftYaHei, MicrosoftYaHei-Regular;
  font-weight: 400;
  text-align: left;
  line-height: .16rem;
  color: #777777;
}
.page-instruction .desc .desc_list .desc_item:nth-child(n+1) {
  margin-top: .31rem;
}
.page-instruction .desc_foot {
  width: 100%;
  position: relative;
}
.page-instruction .desc_foot .tttt {
  position: absolute;
  width: 90%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.page-instruction .scene {
  width: 100%;
  height: 3.4rem;
  padding: 0.42rem 0 0.2rem;
  position: relative;
}
.page-instruction .scene .scene_title {
  width: 100%;
  height: .15rem;
  position: relative;
  margin-top: .25rem;
}
.page-instruction .scene .scene_title div:nth-child(1),
.page-instruction .scene .scene_title div:nth-child(3) {
  width: .29rem;
  height: 0.02rem;
  background: #f0f0f0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.page-instruction .scene .scene_title div:nth-child(1) {
  left: 1.07rem;
}
.page-instruction .scene .scene_title div:nth-child(2) {
  font-size: .16rem;
  font-family: MicrosoftYaHei, MicrosoftYaHei-Regular;
  font-weight: 400;
  text-align: left;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #f39700;
  transform: translate(-50%, -50%);
}
.page-instruction .scene .scene_title div:nth-child(3) {
  right: 1.07rem;
}
.page-instruction .scene .scene_pic {
  width: 100%;
  height: .45rem;
  padding: .15rem .14rem 0 .13rem;
}
.page-instruction .scene .scene_pic img {
  text-align: right;
  width: 100%;
  position: absolute;
  right: 0;
}
.page-instruction .scene .scene_all {
  position: relative;
  margin-top: -0.15rem;
}
.page-instruction .scene .scene_all .scene_tab {
  width: 100%;
  height: .21rem;
  position: absolute;
  top: .24rem;
  right: 0;
}
.page-instruction .scene .scene_all .scene_tab div {
  width: .55rem;
  height: .2rem;
  text-align: center;
  line-height: .2rem;
  position: absolute;
  top: 0.02rem;
  font-size: 0.09rem;
  font-family: MicrosoftYaHei, MicrosoftYaHei-Regular;
  font-weight: 400;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.page-instruction .scene .scene_all .scene_tab div:nth-child(1) {
  left: 1.45rem;
}
.page-instruction .scene .scene_all .scene_tab div:nth-child(2) {
  left: 2.01rem;
}
.page-instruction .scene .scene_all .scene_tab div:nth-child(3) {
  left: 2.56rem;
}
.page-instruction .scene .scene_all .scene_tab div:nth-child(4) {
  left: 3.12rem;
}
.page-instruction .scene .scene_all .scene_tab .unselect {
  background-image: url('/image/instruction/unselect.png');
  background-size: 100% 100%;
  color: #5b5b5b;
}
.page-instruction .scene .scene_all .scene_tab .select {
  background-image: url('/image/instruction/select.png');
  background-size: 100% 100%;
  color: #fff;
  background-color: #F8B62C;
}
.page-instruction .scene .scene_all .scene_list {
  width: 100%;
  height: 100%;
}
.page-instruction .scene .scene_all .scene_list img:nth-child(1) {
  width: 100%;
}
.page-instruction .scene .scene_all .scene_list .scene_item {
  display: none;
}
.page-instruction .scene .scene_all .scene_list .scene_item_active {
  display: block;
}
.page-instruction .case {
  width: 100%;
  height: 4.7rem;
}
.page-instruction .case .case_title {
  width: 100%;
  height: .4rem;
  position: relative;
}
.page-instruction .case .case_title div:nth-child(1),
.page-instruction .case .case_title div:nth-child(3) {
  width: .29rem;
  height: 0.02rem;
  background: #f0f0f0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.page-instruction .case .case_title div:nth-child(1) {
  left: 1.38rem;
}
.page-instruction .case .case_title div:nth-child(2) {
  font-size: .16rem;
  font-family: MicrosoftYaHei, MicrosoftYaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #f39700;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page-instruction .case .case_title div:nth-child(3) {
  right: 1.38rem;
}
.page-instruction .case .case_pic {
  position: relative;
  width: 100%;
  height: .3rem;
  margin: auto;
  text-align: center;
}
.page-instruction .case .case_pic img {
  position: absolute;
  top: 0;
  right: .1rem;
  width: 65%;
}
.page-instruction .case .case_desc_content {
  padding: 0 .12rem;
  margin-top: -0.1rem;
}
.page-instruction .case .case_desc_content .case_desc {
  position: relative;
  width: 100%;
  display: none;
}
.page-instruction .case .case_desc_content .case_desc img {
  width: 100%;
}
.page-instruction .case .case_desc_content .case_desc .link {
  position: absolute;
  right: 0;
  bottom: 0.05rem;
}
.page-instruction .case .case_desc_content .case_desc .link .case_link {
  width: .73rem;
  height: .2rem;
}
.page-instruction .case .case_desc_content .case_desc_active {
  display: block;
}
.page-instruction .case .case_banner {
  width: 3.19rem;
  height: .81rem;
  margin: .05rem auto 0;
  position: relative;
}
.page-instruction .case .case_banner .case_banner_list {
  width: 2.79rem;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}
.page-instruction .case .case_banner .case_banner_list .case_banner_img {
  width: .46rem;
  height: .57rem;
  margin-top: .24rem;
}
.page-instruction .case .case_banner .case_banner_list .case_banner_active {
  width: .65rem;
  height: .81rem;
  margin-top: unset;
}
.page-instruction .case .case_banner .left {
  width: .13rem;
  height: .13rem;
  position: absolute;
  left: 0;
  bottom: .22rem;
}
.page-instruction .case .case_banner .right {
  width: .13rem;
  height: .13rem;
  position: absolute;
  right: 0;
  bottom: .22rem;
}
.page-instruction .case .case_more {
  width: .86rem;
  height: .27rem;
  line-height: .27rem;
  background-color: #F8B62C;
  font-size: .1rem;
  font-family: MicrosoftYaHei, MicrosoftYaHei-Regular;
  font-weight: 400;
  text-align: justify;
  color: #ffffff;
  text-align: center;
  border-radius: 0.15rem;
  margin: .29rem auto 0;
}
.page-instruction .teamwork {
  width: 100%;
  height: .75rem;
  position: relative;
}
.page-instruction .teamwork .teamwork_title {
  width: 100%;
  height: .15rem;
  position: relative;
}
.page-instruction .teamwork .teamwork_title div:nth-child(1),
.page-instruction .teamwork .teamwork_title div:nth-child(3) {
  width: .29rem;
  height: 0.02rem;
  background: #f0f0f0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.page-instruction .teamwork .teamwork_title div:nth-child(1) {
  left: 1.18rem;
}
.page-instruction .teamwork .teamwork_title div:nth-child(2) {
  font-size: .16rem;
  font-family: MicrosoftYaHei, MicrosoftYaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #f39700;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page-instruction .teamwork .teamwork_title div:nth-child(3) {
  right: 1.18rem;
}
.page-instruction .teamwork img {
  position: absolute;
  bottom: .1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
}
.page-instruction .map {
  width: 100%;
  height: 1.68rem;
  font-size: .24rem;
  font-weight: 700;
  line-height: 1.68rem;
  text-align: center;
  background-color: #ccc;
}
.page-instruction .contact_way {
  width: 100%;
  height: .91rem;
  display: flex;
  justify-content: space-around;
  background-color: #F9F9F9;
}
.page-instruction .contact_way div {
  flex: 1;
  position: relative;
}
.page-instruction .contact_way div img {
  width: .25rem;
  height: .23rem;
  position: absolute;
  left: .48rem;
  top: .25rem;
}
.page-instruction .contact_way div span {
  font-size: .09rem;
  font-family: MicrosoftYaHei, MicrosoftYaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #777777;
  bottom: .16rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 67%;
}

.page-instruction .video-container {
  width: 100%;
  height: 2.13rem;
}
.page-instruction .video-container video {
  width: 100%;
  height: 100%;
  margin-top: -1px;
}
.page-instruction .desc {
  width: 100%;
  height: 4.79rem;
  padding: .12rem .3rem .37rem .3rem;
}
.page-instruction .desc .desc_title {
  width: 100%;
  height: .25rem;
  position: relative;
}
.page-instruction .desc .desc_title div,
.page-instruction .desc .desc_title img {
  position: absolute;
}
.page-instruction .desc .desc_title div:nth-child(1) {
  width: .67rem;
  height: .15rem;
  font-size: .15rem;
  font-weight: 400;
  text-align: center;
  color: #777777;
  line-height: .15rem;
}
.page-instruction .desc .desc_title div:nth-child(2) {
  right: 0;
  top: 0;
  width: .66rem;
  height: .2rem;
  background: #f8b62c;
  line-height: .2rem;
  text-align: center;
  font-size: .1rem;
  color: #fff;
  border-radius: .09rem;
}
.page-instruction .desc .desc_title div:nth-child(3) {
  width: 100%;
  height: 0.02rem;
  background: #f0f0f0;
  bottom: 0;
  left: 0;
}
.page-instruction .desc .desc_title img {
  left: .75rem;
  top: 0;
  width: 1.46rem;
  height: .17rem;
}
.page-instruction .desc .desc_subtitle {
  margin-top: .07rem;
  height: .2rem;
  font-size: .14rem;
  font-family: MicrosoftYaHei, MicrosoftYaHei-Regular;
  font-weight: 400;
  text-align: justify;
  color: #f8b62c;
  line-height: .2rem;
}
.page-instruction .desc .desc_text {
  margin-top: 0.07rem;
  height: .49rem;
  opacity: 1;
  font-size: 0.12rem;
  font-family: MicrosoftYaHei, MicrosoftYaHei-Regular;
  font-weight: 400;
  text-align: justify;
  color: #777777;
  line-height: .14rem;
}
.page-instruction .desc .desc_list {
  width: 100%;
  margin-top: .34rem;
}
.page-instruction .desc .desc_list .desc_item {
  width: 100%;
  height: .46rem;
  position: relative;
}
.page-instruction .desc .desc_list .desc_item img {
  width: .41rem;
  height: .41rem;
  top: 0;
  left: 0;
  position: absolute;
}
.page-instruction .desc .desc_list .desc_item .desc_item_tit {
  margin-left: .55rem;
  font-size: .13rem;
  font-family: MicrosoftYaHei, MicrosoftYaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #5b5b5b;
}
.page-instruction .desc .desc_list .desc_item .desc_item_txt {
  margin-left: .55rem;
  font-size: .09rem;
  font-family: MicrosoftYaHei, MicrosoftYaHei-Regular;
  font-weight: 400;
  text-align: left;
  line-height: .16rem;
  color: #777777;
}
.page-instruction .desc .desc_list .desc_item:nth-child(n+1) {
  margin-top: .31rem;
}
.page-instruction .desc_foot {
  width: 100%;
  position: relative;
}
.page-instruction .desc_foot .tttt {
  position: absolute;
  width: 90%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.page-instruction .scene {
  width: 100%;
  height: 3.4rem;
  padding: 0.42rem 0 0.2rem;
  position: relative;
}
.page-instruction .scene .scene_title {
  width: 100%;
  height: .15rem;
  position: relative;
  margin-top: .25rem;
}
.page-instruction .scene .scene_title div:nth-child(1),
.page-instruction .scene .scene_title div:nth-child(3) {
  width: .29rem;
  height: 0.02rem;
  background: #f0f0f0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.page-instruction .scene .scene_title div:nth-child(1) {
  left: 1.07rem;
}
.page-instruction .scene .scene_title div:nth-child(2) {
  font-size: .16rem;
  font-family: MicrosoftYaHei, MicrosoftYaHei-Regular;
  font-weight: 400;
  text-align: left;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #f39700;
  transform: translate(-50%, -50%);
}
.page-instruction .scene .scene_title div:nth-child(3) {
  right: 1.07rem;
}
.page-instruction .scene .scene_pic {
  width: 100%;
  height: .45rem;
  padding: .15rem .14rem 0 .13rem;
}
.page-instruction .scene .scene_pic img {
  text-align: right;
  width: 100%;
  position: absolute;
  right: 0;
}
.page-instruction .scene .scene_all {
  position: relative;
  margin-top: -0.15rem;
}
.page-instruction .scene .scene_all .scene_tab {
  width: 100%;
  height: .21rem;
  position: absolute;
  top: .24rem;
  right: 0;
}
.page-instruction .scene .scene_all .scene_tab div {
  width: .55rem;
  height: .2rem;
  text-align: center;
  line-height: .2rem;
  position: absolute;
  top: 0.02rem;
  font-size: 0.09rem;
  font-family: MicrosoftYaHei, MicrosoftYaHei-Regular;
  font-weight: 400;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.page-instruction .scene .scene_all .scene_tab div:nth-child(1) {
  left: 1.45rem;
}
.page-instruction .scene .scene_all .scene_tab div:nth-child(2) {
  left: 2.01rem;
}
.page-instruction .scene .scene_all .scene_tab div:nth-child(3) {
  left: 2.56rem;
}
.page-instruction .scene .scene_all .scene_tab div:nth-child(4) {
  left: 3.12rem;
}
.page-instruction .scene .scene_all .scene_tab .unselect {
  background-image: url('/image/instruction/unselect.png');
  background-size: 100% 100%;
  color: #5b5b5b;
}
.page-instruction .scene .scene_all .scene_tab .select {
  background-image: url('/image/instruction/select.png');
  background-size: 100% 100%;
  color: #fff;
  background-color: #F8B62C;
}
.page-instruction .scene .scene_all .scene_list {
  width: 100%;
  height: 100%;
}
.page-instruction .scene .scene_all .scene_list img:nth-child(1) {
  width: 100%;
}
.page-instruction .scene .scene_all .scene_list .scene_item {
  display: none;
}
.page-instruction .scene .scene_all .scene_list .scene_item_active {
  display: block;
}
.page-instruction .case {
  width: 100%;
  height: 4.7rem;
}
.page-instruction .case .case_title {
  width: 100%;
  height: .4rem;
  position: relative;
}
.page-instruction .case .case_title div:nth-child(1),
.page-instruction .case .case_title div:nth-child(3) {
  width: .29rem;
  height: 0.02rem;
  background: #f0f0f0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.page-instruction .case .case_title div:nth-child(1) {
  left: 1.38rem;
}
.page-instruction .case .case_title div:nth-child(2) {
  font-size: .16rem;
  font-family: MicrosoftYaHei, MicrosoftYaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #f39700;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page-instruction .case .case_title div:nth-child(3) {
  right: 1.38rem;
}
.page-instruction .case .case_pic {
  position: relative;
  width: 100%;
  height: .3rem;
  margin: auto;
  text-align: center;
}
.page-instruction .case .case_pic img {
  position: absolute;
  top: 0;
  right: .1rem;
  width: 65%;
}
.page-instruction .case .case_desc_content {
  padding: 0 .12rem;
  margin-top: -0.1rem;
}
.page-instruction .case .case_desc_content .case_desc {
  position: relative;
  width: 100%;
  display: none;
}
.page-instruction .case .case_desc_content .case_desc img {
  width: 100%;
}
.page-instruction .case .case_desc_content .case_desc .link {
  position: absolute;
  right: 0;
  bottom: 0.05rem;
}
.page-instruction .case .case_desc_content .case_desc .link .case_link {
  width: .73rem;
  height: .2rem;
}
.page-instruction .case .case_desc_content .case_desc_active {
  display: block;
}
.page-instruction .case .case_banner {
  width: 3.19rem;
  height: .81rem;
  margin: .05rem auto 0;
  position: relative;
}
.page-instruction .case .case_banner .case_banner_list {
  width: 2.79rem;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}
.page-instruction .case .case_banner .case_banner_list .case_banner_img {
  width: .46rem;
  height: .57rem;
  margin-top: .24rem;
}
.page-instruction .case .case_banner .case_banner_list .case_banner_active {
  width: .65rem;
  height: .81rem;
  margin-top: unset;
}
.page-instruction .case .case_banner .left {
  width: .13rem;
  height: .13rem;
  position: absolute;
  left: 0;
  bottom: .22rem;
}
.page-instruction .case .case_banner .right {
  width: .13rem;
  height: .13rem;
  position: absolute;
  right: 0;
  bottom: .22rem;
}
.page-instruction .case .case_more {
  width: .86rem;
  height: .27rem;
  line-height: .27rem;
  background-color: #F8B62C;
  font-size: .1rem;
  font-family: MicrosoftYaHei, MicrosoftYaHei-Regular;
  font-weight: 400;
  text-align: justify;
  color: #ffffff;
  text-align: center;
  border-radius: 0.15rem;
  margin: .29rem auto 0;
}
.page-instruction .teamwork {
  width: 100%;
  height: .75rem;
  position: relative;
}
.page-instruction .teamwork .teamwork_title {
  width: 100%;
  height: .15rem;
  position: relative;
}
.page-instruction .teamwork .teamwork_title div:nth-child(1),
.page-instruction .teamwork .teamwork_title div:nth-child(3) {
  width: .29rem;
  height: 0.02rem;
  background: #f0f0f0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.page-instruction .teamwork .teamwork_title div:nth-child(1) {
  left: 1.18rem;
}
.page-instruction .teamwork .teamwork_title div:nth-child(2) {
  font-size: .16rem;
  font-family: MicrosoftYaHei, MicrosoftYaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #f39700;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page-instruction .teamwork .teamwork_title div:nth-child(3) {
  right: 1.18rem;
}
.page-instruction .teamwork img {
  position: absolute;
  bottom: .1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
}
.page-instruction .map {
  width: 100%;
  height: 1.68rem;
  font-size: .24rem;
  font-weight: 700;
  line-height: 1.68rem;
  text-align: center;
  background-color: #ccc;
}
.page-instruction .contact_way {
  width: 100%;
  height: .91rem;
  display: flex;
  justify-content: space-around;
  background-color: #F9F9F9;
}
.page-instruction .contact_way div {
  flex: 1;
  position: relative;
}
.page-instruction .contact_way div img {
  width: .25rem;
  height: .23rem;
  position: absolute;
  left: .48rem;
  top: .25rem;
}
.page-instruction .contact_way div span {
  font-size: .09rem;
  font-family: MicrosoftYaHei, MicrosoftYaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #777777;
  bottom: .16rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 67%;
}

.medical-solution-page {
  background-color: #f1f1f1;
}
.medical-solution-page img {
  width: 100%;
}
.medical-solution-page .banner {
  margin-bottom: 0.135rem;
}
.medical-solution-page .banner h1 {
  line-height: 0.25rem;
  font-size: 0.18rem;
  font-weight: 500;
  color: #ffffff;
}
.medical-solution-page .banner p {
  line-height: 0.25rem;
  font-size: 0.13rem;
  font-weight: 400;
  color: #ffffff;
}
.medical-solution-page .medical-video {
  width: 100%;
}
.medical-solution-page .medical_desc {
  padding: 0.15rem 0.15rem 0.15rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.medical-solution-page .medical_desc .medical_img {
  width: 35%;
}
.medical-solution-page .medical_desc .medical_img img {
  width: 100%;
}
.medical-solution-page .medical_desc .image {
  width: 35%;
  text-align: center;
}
.medical-solution-page .medical_desc .image img {
  width: 75%;
}
.medical-solution-page .medical_desc .medical_desc_text {
  width: 63%;
  font-size: 0.13rem;
}
.medical-solution-page .medical_desc .medical_desc_text h3 {
  margin-bottom: 0.1rem;
}
.medical-solution-page .medical_desc .medical_desc_text p {
  line-height: 0.2rem;
  font-size: 0.13rem;
  color: #666666;
  word-break: break-all;
  text-align: justify;
}
.medical-solution-page .medical_top {
  padding: 0.22rem 0.15rem 0.24rem;
}
.medical-solution-page .medical-block-title {
  margin: 0.45rem 0 0.35rem;
  line-height: 0.24rem;
  font-size: 0.24rem;
  color: #ECAF42;
  font-weight: 500;
  text-align: center;
}
.medical-solution-page .ar-title {
  margin-bottom: 0.06rem;
}
.medical-solution-page .medical-block-subTitle {
  color: #ECAF42;
  font-size: 0.16rem;
  text-align: center;
  margin-bottom: 0.25rem;
}
.medical-solution-page .medical_all_feature {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.3rem;
}
.medical-solution-page .medical_all_feature .medical_feature {
  box-sizing: border-box;
  padding: 0.20rem 0.08rem 0.20rem;
  width: 50%;
  border-bottom: 1px solid #D8D8D8;
  color: #EE9400;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.medical-solution-page .medical_all_feature .medical_feature .box_img {
  width: 100%;
  min-height: 70px;
}
.medical-solution-page .medical_all_feature .medical_feature .box_img img {
  display: block;
  width: 35%;
  text-align: center;
  margin: auto;
}
.medical-solution-page .medical_all_feature .medical_feature .title {
  font-size: 0.14rem;
  font-weight: 900;
  padding: 0.1rem 0;
}
.medical-solution-page .medical_all_feature .medical_feature .subtitle {
  font-size: 0.13rem;
}
.medical-solution-page .medical_all_feature .left {
  border-right: 1px solid #D8D8D8;
}
.medical-solution-page .medical_all_feature .medical_feature:nth-child(3) {
  border-bottom: none;
}
.medical-solution-page .medical_all_feature .medical_feature:nth-child(4) {
  border-bottom: none;
}
.medical-solution-page .cloud-advance {
  padding: 0 0 0.08rem;
  margin-bottom: 0.3rem;
}
.medical-solution-page .cloud-advance img {
  width: 3.36rem;
  margin: 0 auto;
}
.medical-solution-page .cloud-advance .cloud-advance-title {
  margin: 0.18rem 0 0.1rem;
  line-height: 0.20rem;
  font-size: 0.16rem;
  font-weight: 600;
  color: #333333;
  text-align: center;
}
.medical-solution-page .cloud-advance .cloud-advance-desc {
  margin-bottom: 0.05rem;
  padding: 0 0.08rem;
  line-height: 0.20rem;
  font-size: 0.13rem;
  color: #666666;
}
.medical-solution-page .cloud-advance span {
  line-height: 0.2rem;
  font-size: 0.13rem;
  color: #666666;
  text-indent: 0.08rem;
}
.medical-solution-page .mb13 {
  margin-bottom: 0.13rem;
}
.medical-solution-page .cloud-apply {
  padding: 0.17rem 0.07rem;
}
.medical-solution-page .apply-loop-nav {
  font-size: 0;
}
.medical-solution-page .apply-loop-nav-btn {
  height: 0.28rem;
  margin: 0 0.05rem;
  padding: 0 0.13rem;
  line-height: 0.28rem;
  font-size: 0.13rem;
  font-weight: 600;
  color: #ffffff;
  background: #888888;
  box-shadow: 3px 1px 14px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0.05rem;
}
.medical-solution-page .apply-loop-nav-btn:nth-of-type(1) {
  margin-left: 0;
}
.medical-solution-page .apply-loop-nav-btn:nth-last-of-type(1) {
  margin-right: 0;
}
.medical-solution-page .apply-loop-nav-btn.active {
  background-color: #f39800;
}
.medical-solution-page #cloudPageBanner,
.medical-solution-page .cloud-page-banner-loop {
  margin-top: 0.1rem;
  overflow: hidden;
}
.medical-solution-page #cloudPageBanner img,
.medical-solution-page .cloud-page-banner-loop img {
  width: 100%;
  margin-bottom: 0.19rem;
}
.medical-solution-page #cloudPageBanner .swiper-slide,
.medical-solution-page .cloud-page-banner-loop .swiper-slide {
  padding-bottom: 0.2rem;
  line-height: 0.16rem;
  font-size: 0.13rem;
  color: #666666;
  text-align: justify;
  display: flex;
  justify-content: space-between;
}
.medical-solution-page #cloudPageBanner .swiper-slide .slide_img,
.medical-solution-page .cloud-page-banner-loop .swiper-slide .slide_img {
  width: 35%;
}
.medical-solution-page #cloudPageBanner .swiper-slide .slide_img img,
.medical-solution-page .cloud-page-banner-loop .swiper-slide .slide_img img {
  width: 100%;
}
.medical-solution-page #cloudPageBanner .swiper-slide .slide_text,
.medical-solution-page .cloud-page-banner-loop .swiper-slide .slide_text {
  width: 63%;
}
.medical-solution-page #cloudPageBanner .swiper-slide .slide_text .apply_title,
.medical-solution-page .cloud-page-banner-loop .swiper-slide .slide_text .apply_title {
  font-size: 0.14rem;
  font-weight: 600;
  padding: 0.08rem 0;
  color: #333;
}
.medical-solution-page #cloudPageBanner .swiper-slide .slide_text .apply_text,
.medical-solution-page .cloud-page-banner-loop .swiper-slide .slide_text .apply_text {
  font-size: 0.12rem;
  margin-bottom: 0.15rem;
}
.medical-solution-page #cloudPageBanner .swiper-slide .slide_text .circle,
.medical-solution-page .cloud-page-banner-loop .swiper-slide .slide_text .circle {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #666666;
  margin-right: 2px;
  vertical-align: middle;
}
.medical-solution-page #cloudPageBanner .swiper-pagination,
.medical-solution-page .cloud-page-banner-loop .swiper-pagination {
  position: absolute;
  bottom: -0.25rem;
}
.medical-solution-page .tour-advance,
.medical-solution-page .alipay-advance {
  padding: 0.2rem 0.08rem 0.2rem 0;
  font-size: 0;
}
.medical-solution-page .tour-advance img,
.medical-solution-page .alipay-advance img {
  width: 1.175rem;
  height: 1rem;
}
.medical-solution-page .tour-advance .tour-advance-desc {
  width: 65%;
  margin-left: 0.02rem;
}
.medical-solution-page .tour-advance p {
  font-size: 0.11rem;
  font-weight: 500;
  color: #333333;
  line-height: 0.17rem;
}
.medical-solution-page .tour-advance span {
  display: block;
  margin-top: 0.05rem;
  font-size: 0.09rem;
  font-weight: 400;
  color: #666666;
  line-height: 0.16rem;
  text-align: justify;
}
.medical-solution-page .tour-advance .remote-ability-icon {
  width: 100%;
  height: auto;
  margin-top: 0.15rem;
}
.medical-solution-page .picture-advance .picture-advance-desc {
  width: 1.87rem;
  text-align: left;
}
.medical-solution-page .picture-advance .picture-advance-image {
  width: 1.18rem;
}
.medical-solution-page .picture-advance :nth-last-child(1) {
  margin-left: 0.1rem;
}
.medical-solution-page .picture-advance p {
  font-size: 0.16rem;
  color: #000000;
}
.medical-solution-page .picture-advance span {
  margin-left: 0 !important;
  line-height: 0.18rem;
  font-size: 0.1rem;
}
.medical-solution-page .perfect-case {
  padding: 0.075rem;
}
.medical-solution-page .perfect-case .case-image {
  width: 100%;
  margin-bottom: 0.18rem;
}
.medical-solution-page .perfect-case .case-logo {
  width: 0.71rem;
  height: 0.18rem;
}
.medical-solution-page .perfect-case i {
  width: 0.01rem;
  height: 0.14rem;
  margin: 0 0.11rem;
  background-color: #f39800;
}
.medical-solution-page .perfect-case .case-name {
  font-size: 0.16rem;
  color: #333333;
}
.medical-solution-page .perfect-case .case-desc {
  margin-top: 0.15rem;
  line-height: 0.18rem;
  font-size: 0.12rem;
  color: #666666;
  word-break: break-all;
  text-align: justify;
}
.medical-solution-page .more-case-block {
  width: 1.5rem;
  height: 0.4rem;
  margin: 0.27rem auto 0;
  line-height: 0.4rem;
  font-size: 0.15rem;
  color: #ECAF42;
  border: 0.01rem solid #ecaf42;
  border-radius: 0.05rem;
}
.medical-solution-page .WebAR-video {
  margin: 0 0 0.18rem;
}
.medical-solution-page .picture-all-solution {
  padding: 0.17rem;
}
.medical-solution-page .picture-all-solution-title {
  line-height: 0.24rem;
  font-size: 0.16rem;
  color: #000000;
  font-weight: 500;
}
.medical-solution-page .picture-all-solution-desc {
  margin-top: 0.15rem;
  line-height: 0.2rem;
  font-size: 0.13rem;
  color: #666666;
  text-align: justify;
}
.medical-solution-page .picture-user-step-section {
  width: 3.6rem;
  margin: 0 auto;
  font-size: 0;
}
.medical-solution-page .picture-user-step-item {
  width: 0.93rem;
  height: 1.87rem;
  padding-top: 0.16rem;
  background: #ffffff;
  border: 0.015rem solid #fdb03c;
  border-radius: 0.15rem;
  overflow: hidden;
}
.medical-solution-page .picture-user-step-item img {
  width: auto;
  height: 0.42rem;
  margin: 0 auto;
}
.medical-solution-page .picture-user-step-item h5 {
  margin: 0.14rem 0;
  line-height: 0.14rem;
  font-size: 0.13rem;
  font-weight: 400;
}
.medical-solution-page .picture-user-step-item span {
  line-height: 0.1rem;
  font-size: 0.1rem;
  margin-bottom: 0.07rem;
}
.medical-solution-page .picture-user-middle {
  width: 0.28rem;
  margin: 0 0.05rem;
}
.medical-block-common {
  width: 3.5rem;
  margin: 0 auto;
  background: #ffffff;
  box-shadow: 3px 1px 14px 1px rgba(0, 0, 0, 0.1);
}
.other-cloud-block {
  margin-bottom: 0.125rem;
  padding: 0.09rem;
  font-size: 0;
  border: 1px solid #DCDCDC;
  border-bottom: 0 none;
}
.other-cloud-block li {
  width: 50%;
  height: 0.45rem;
  padding-left: 0.04rem;
  line-height: 0.44rem;
  border-bottom: 1px solid #DCDCDC;
}
.other-cloud-block li:nth-of-type(odd) {
  border-right: 1px solid #DCDCDC;
}
.other-cloud-block img {
  width: 0.24rem;
  height: 0.24rem;
  margin-right: 0.09rem;
}
.other-cloud-block span {
  max-width: 78%;
  font-size: 0.13rem;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tour-other-cloud-block {
  margin-bottom: 0.14rem;
  font-size: 0;
}
.tour-other-cloud-block li {
  width: 1.7rem;
  height: 0.53rem;
  margin: 0.05rem;
  line-height: 0.53rem;
  font-size: 0.13rem;
  color: #666666;
  background-color: #fff;
  box-shadow: 0 0 0.07rem 0.005rem rgba(0, 0, 0, 0.1);
}
.tour-other-cloud-block img {
  width: 0.25rem;
  margin-right: 0.14rem;
}
.picture-architecture {
  padding: 0.26rem 0;
}
.picture-architecture img {
  width: 3.4rem;
  margin: 0 auto;
}
.picture-architecture .picture-architecture-main {
  padding: 0.36rem 0.17rem 0;
}
.picture-architecture .picture-architecture-title {
  line-height: 0.18rem;
  font-size: 0.18rem;
  font-weight: 500;
  color: #000000;
}
.picture-architecture .picture-architecture-desc {
  margin-top: 0.2rem;
  line-height: 0.18rem;
  font-size: 0.1rem;
  color: #666666;
  text-align: justify;
}
.picture-architecture span {
  width: 100%;
  height: 1px;
  margin: 0.2rem 0 0.25rem;
  background-color: #959595;
}
.wechat-advance-block {
  width: 100%;
  text-align: center;
  font-size: 0;
}
.wechat-advance-item {
  width: 1.715rem;
  margin-bottom: 0.06rem;
  padding: 0.15rem 0;
  text-align: center;
  font-size: 0.12rem;
  color: #000000;
  background: #ffffff;
  box-shadow: 0 0 0.07rem 1px rgba(0, 0, 0, 0.06);
  border-radius: 0.025rem;
}
.wechat-advance-item:nth-of-type(odd) {
  margin-right: 0.05rem;
}
.wechat-advance-item img {
  width: 1.075rem;
  margin: 0 auto 0.15rem;
}
.wechat-feature-block {
  width: 100%;
  text-align: center;
  font-size: 0;
}
.wechat-feature-item {
  width: 1.135rem;
  margin-bottom: 0.04rem;
  padding: 0.2rem 0;
  background: #ffffff;
  box-shadow: 0 0 0.075rem 1px rgba(0, 0, 0, 0.06);
  text-align: center;
  font-size: 0.12rem;
  color: #000000;
}
.wechat-feature-item:nth-of-type(2) {
  margin: 0 0.04rem 0.04rem;
}
.wechat-feature-item:nth-of-type(4) {
  margin-right: 0.04rem;
}
.wechat-feature-item img {
  width: 0.7rem;
  margin: 0 auto 0.18rem;
}
.alipay-advance-item {
  width: 1.135rem;
  padding: 0.21rem 0;
  line-height: 0.24rem;
  font-size: 0.12rem;
  color: #000000;
  background: #ffffff;
  box-shadow: 0 0 0.075rem 1px rgba(0, 0, 0, 0.06);
}
.alipay-advance-item:nth-of-type(2) {
  margin: 0 0.045rem;
}
.alipay-advance-item img {
  width: 0.78rem;
  margin: 0 auto 0.2rem;
}
.alipay-advance-desc {
  width: 65%;
  padding-left: 0.15rem;
}
.alipay-advance-desc p {
  line-height: 0.24rem;
  font-size: 0.16rem;
  color: #333333;
  font-weight: 500;
}
.alipay-advance-desc i {
  width: 0.05rem;
  height: 0.05rem;
  margin-right: 0.075rem;
  background-color: #000000;
  border-radius: 0.025rem;
}
.alipay-advance-desc span {
  width: 1.8rem;
  line-height: 0.2rem;
  font-size: 0.13rem;
  color: #666666;
  word-break: break-all;
}
.concat-us-block {
  padding: 0.28rem 0;
}
.concat-us-block h4 {
  font-size: 0.16rem;
  color: #000000;
  font-weight: 400;
}
.concat-us-block p {
  width: 0.42rem;
  height: 0.025rem;
  margin: 0.05rem auto 0;
  background-color: #FDB03C;
  border-radius: 0.0125rem;
}
.concat-us-block .concat-us-note {
  width: 3.1rem;
  margin: 0.17rem auto 0.3rem;
  line-height: 0.12rem;
  font-size: 0.08rem;
  color: #969696;
  word-break: break-all;
}
.concat-us-block .concat-us-item {
  width: 3.1rem;
  margin: 0 auto 0.19rem;
  font-size: 0;
}
.concat-us-block span {
  width: 0.7rem;
  line-height: 0.36rem;
  font-size: 0.13rem;
  color: #969696;
}
.concat-us-block span i {
  color: #FC5A68;
}
.concat-us-block input {
  width: 2.27rem;
  height: 0.36rem;
  padding: 0 0.16rem;
  line-height: 0.36rem;
  font-size: 0.13rem;
  color: #666666;
  border: 0.01rem solid #eeeeee;
  border-radius: 0.05rem;
}
.concat-us-block .concat-us-error {
  top: 1.05rem;
  right: 0;
  left: 0;
  font-size: 0.13rem;
  color: #ffb000;
}
.concat-us-block button {
  width: 1.145rem;
  height: 0.28rem;
  margin: 0.38rem auto 0;
  line-height: 0.28rem;
  font-size: 0.14rem;
  color: #ffffff;
  background: #fdaf2a;
  box-shadow: 0 0.03rem 0.1rem 1px rgba(253, 120, 34, 0.5);
  border-radius: 0.14rem;
}
.alipay-apply-step-block {
  width: 100%;
  font-size: 0;
}
.alipay-apply-step-block .alipay-apply-step-image {
  width: 0.265rem;
  margin: 0 0.045rem;
}
.alipay-apply-step {
  width: 0.93rem;
  height: 2.015rem;
  background-color: #fff;
  border: 0.015rem solid #fdb03c;
  border-radius: 0.15rem;
}
.alipay-apply-step img {
  width: 0.6rem;
  margin: 0.18rem auto 0;
}
.alipay-apply-step h5 {
  line-height: 0.4rem;
  font-size: 0.13rem;
  color: #000000;
}
.alipay-apply-step span {
  width: 90%;
  margin: 0 auto;
  line-height: 0.14rem;
  font-size: 0.06rem;
  color: #000000;
  text-align: justify;
  text-align-last: center;
}
.dn {
  display: none;
}
.request-success {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
}
.request-success-main {
  width: 3.3rem;
  height: 0.92rem;
  background: #ffffff;
  border: 1px solid #d4d4d4;
  box-shadow: 0 0 0.075rem 1px rgba(0, 0, 0, 0.06);
  border-radius: 0.08rem;
}
.request-success-main img {
  width: 0.25rem;
  margin: 0.1rem auto;
}
.request-success-main h5 {
  margin-bottom: 0.1rem;
  line-height: 0.12rem;
  font-size: 0.1rem;
  color: #000;
}
.request-success-main span {
  font-size: 0.1rem;
  color: #969696;
}

#navigationPageContent .navigation-advance-section {
  width: 3.5rem;
  margin: .125rem auto .4rem;
  padding: .13rem 0;
  font-size: 0;
  background: #F39800;
  box-shadow: 0 0 0.07rem 1px rgba(0, 0, 0, 0.25);
}
#navigationPageContent .advance-section-item {
  width: auto;
  height: .475rem;
  padding: 0 .125rem;
}
#navigationPageContent .advance-section-item img {
  width: .275rem;
}
#navigationPageContent .advance-section-item p {
  margin-top: .08rem;
  line-height: .12rem;
  font-size: .12rem;
  font-weight: 500;
  color: #ffffff;
}
#navigationPageContent .advance-section-item:nth-of-type(2) {
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
#navigationPageContent .navigation-title-common {
  line-height: .21rem;
  font-size: .21rem;
  font-weight: 500;
  color: #f39800;
}
#navigationPageContent .navigation-title-note {
  width: 2.94rem;
  margin: .1rem auto .385rem;
  line-height: .18rem;
  font-size: .12rem;
  color: #666666;
}
#navigationPageContent .navigation-station-section {
  padding: .085rem 0 .185rem;
}
#navigationPageContent .navigation-station-section img {
  margin: 0 auto;
  width: 3.35rem;
}
#navigationPageContent .navigation-station-title {
  margin: .2rem 0 .12rem;
  line-height: .16rem;
  font-size: .16rem;
  font-weight: 500;
  color: #333333;
}
#navigationPageContent .navigation-station-desc {
  padding: 0 .075rem;
  line-height: .2rem;
  font-size: .13rem;
  color: #666666;
  word-break: break-word;
  text-align: justify;
  text-align-last: left;
}
#navigationPageContent .navigation-adv-section-item {
  width: 50%;
  padding: .22rem 0 .2rem;
}
#navigationPageContent .navigation-adv-section-item img {
  width: .45rem;
  margin: 0 auto;
}
#navigationPageContent .navigation-adv-section-item h5 {
  margin: .1rem 0;
  font-size: .12rem;
  font-weight: 500;
  color: #333333;
}
#navigationPageContent .navigation-adv-section-item span {
  width: 90%;
  margin: 0 auto;
  line-height: .24rem;
  font-size: .12rem;
  transform: scale(0.9, 0.9);
  -webkit-transform: scale(0.9, 0.9);
  -moz-transform: scale(0.9, 0.9);
}
#navigationPageContent .navigation-adv-section-item:nth-of-type(2n+1) {
  border-right: 1px solid #DCDCDC;
  border-bottom: 1px solid #DCDCDC;
}
#navigationPageContent .navigation-adv-section-item:nth-of-type(2n) {
  border-bottom: 1px solid #DCDCDC;
}
#navigationPageContent .navigation-loop-section {
  width: 100%;
  margin-top: .125rem;
}
#navigationPageContent .more-solution-case {
  width: 1.5rem;
  height: .4rem;
  margin: .29rem auto;
  line-height: .4rem;
  font-size: .15rem;
  color: #f39800;
  text-align: center;
  border: .01rem solid #f39800;
  border-radius: .05rem;
}
#navigationPageContent .apply-section {
  width: 3.5rem;
  margin: 0 auto;
  font-size: 0;
}
#navigationPageContent .apply-section li {
  width: 1.085rem;
}
#navigationPageContent .apply-section li:nth-of-type(2) {
  margin: 0 .12rem;
}
#navigationPageContent .apply-section p {
  font-size: .12rem;
  color: #ffffff;
  font-weight: 500;
  word-break: keep-all;
}
#navigationPageContent .apply-section img {
  width: 100%;
}

.nft-page .warp-main .header_text {
  color: #fff;
  font-size: 0.13rem;
  z-index: 9999;
  margin-top: 0.05rem;
}
.nft-page .warp-main .zixun {
  display: inline-block;
  width: 100px;
  height: 27.4px;
}
.nft-page .warp-main .banner_box {
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 99;
  top: 0;
  width: 100%;
  height: 100%;
}
.nft-page .section_arShow {
  width: 3.5rem;
  margin: 0.3rem auto;
}
.nft-page .section_arShow .arShow_title {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  color: #b8b6b9;
}
.nft-page .section_arShow .arShow_title .arShow_title_left {
  font-size: 0.25rem;
  font-weight: 900;
}
.nft-page .section_arShow .arShow_title .arShow_title_right {
  width: 70%;
}
.nft-page .section_arShow .arShow_content {
  display: flex;
  justify-content: space-between;
  margin-top: 0.18rem;
}
.nft-page .section_arShow .arShow_content .content_item {
  width: 48%;
  height: 1.6rem;
  border-radius: 0.15rem;
  background-color: #fab52f;
  overflow: hidden;
}
.nft-page .section_arShow .arShow_content .content_item .image {
  width: 100%;
  height: 1.6rem;
  text-align: center;
  display: none;
  margin: auto;
}
.nft-page .section_arShow .arShow_content .content_item .image_db {
  display: block;
}
.nft-page .section_arShow .arShow_content .content_item .left_item_dn {
  display: none;
}
.nft-page .section_arShow .arShow_content .content_item .left_item,
.nft-page .section_arShow .arShow_content .content_item .right_item {
  color: #fff;
  text-align: center;
}
.nft-page .section_arShow .arShow_content .content_item .left_item .left_item_title,
.nft-page .section_arShow .arShow_content .content_item .right_item .left_item_title,
.nft-page .section_arShow .arShow_content .content_item .left_item .right_item_title,
.nft-page .section_arShow .arShow_content .content_item .right_item .right_item_title {
  font-size: 0.18rem;
  font-weight: 900;
  margin: 0.3rem 0 0.24rem;
}
.nft-page .section_arShow .arShow_content .content_item .left_item .left_item_text,
.nft-page .section_arShow .arShow_content .content_item .right_item .left_item_text,
.nft-page .section_arShow .arShow_content .content_item .left_item .right_item_text,
.nft-page .section_arShow .arShow_content .content_item .right_item .right_item_text {
  font-size: 0.12rem;
  font-weight: 900;
  line-height: 0.25rem;
  color: #ffe3a4;
  padding-bottom: 0.3rem;
}
.nft-page .section_arShow .arShow_content .arShow_content_left:hover .image {
  display: block;
}
.nft-page .section_arShow .arShow_content .arShow_content_left:hover .left_item {
  display: none;
}
.nft-page .section_arShow .arShow_content .arShow_content_right:hover .image {
  display: block;
}
.nft-page .section_arShow .arShow_content .arShow_content_right:hover .right_item {
  display: none;
}
.nft-page .section_feature {
  width: 3.5rem;
  margin: 0.35rem auto;
}
.nft-page .section_feature .feature_title {
  color: #b8b6b9;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nft-page .section_feature .feature_title .feature_title_left {
  font-size: 0.25rem;
  font-weight: 900;
}
.nft-page .section_feature .feature_title .feature_title_right {
  width: 60%;
}
.nft-page .section_feature #f1 {
  margin: 0.2rem 0 0;
}
.nft-page .section_feature .feature1 {
  overflow: hidden;
}
.nft-page .section_feature .feature1 .feature1_slide {
  color: #fff;
  width: 100%;
}
.nft-page .section_feature .feature1 .feature1_slide .feature1_img {
  width: 100%;
  border-radius: 0.1rem;
}
.nft-page .section_feature .feature1 .feature1_slide .feature1_title {
  top: 35%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.24rem;
  width: 100%;
  text-align: center;
  z-index: 999;
  font-weight: 900;
}
.nft-page .section_feature .feature1 .feature1_slide .feature1_desc {
  top: 51%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  font-size: 0.11rem;
  font-weight: 900;
  line-height: 0.2rem;
  text-align: center;
  z-index: 999;
}
.nft-page .section_feature .feature1 .feature1_slide .feature1_box {
  top: 0;
  width: 100%;
  height: 86%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 99;
  border-radius: 0.1rem;
}
.nft-page .section_feature .feature1 .swiper-index-pagination {
  position: absolute;
  right: 0;
  bottom: 0.1rem;
  left: 0;
  z-index: 1000;
}
.nft-page .section_virtual {
  width: 3.5rem;
  margin: 0rem auto 0.35rem;
}
.nft-page .section_virtual .virtual_title {
  color: #b8b6b9;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nft-page .section_virtual .virtual_title .virtual_title_left {
  font-size: 0.25rem;
  font-weight: 900;
}
.nft-page .section_virtual .virtual_title .virtual_title_right {
  width: 55%;
}
.nft-page .section_virtual #v1 {
  margin: 0.2rem 0 0;
}
.nft-page .section_virtual .virtual1 {
  border-radius: 0.1rem;
  overflow: hidden;
}
.nft-page .section_virtual .virtual1 .virtual1_slide {
  color: #fff;
}
.nft-page .section_virtual .virtual1 .virtual1_slide .virtual1_img {
  width: 100%;
  border-radius: 0.1rem;
}
.nft-page .section_virtual .virtual1 .virtual1_slide .virtual1_title {
  top: 35%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.24rem;
  width: 100%;
  text-align: center;
  z-index: 999;
  font-weight: 900;
}
.nft-page .section_virtual .virtual1 .virtual1_slide .virtual1_desc {
  top: 51%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  font-size: 0.11rem;
  text-align: center;
  line-height: 0.2rem;
  z-index: 999;
}
.nft-page .section_virtual .virtual1 .virtual1_slide .virtual1_box {
  top: 0;
  width: 100%;
  height: 86%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 99;
  border-radius: 0.1rem;
}
.nft-page .section_virtual .virtual1 .swiper-index-pagination {
  position: absolute;
  right: 0;
  bottom: 0.1rem;
  left: 0;
  z-index: 1000;
}
.nft-page .section_cooperation {
  width: 3.5rem;
  margin: 0.35rem auto 0.35rem;
  color: #b8b6b9;
}
.nft-page .section_cooperation .cooperation_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nft-page .section_cooperation .cooperation_title .cooperation_title_left {
  font-size: 0.25rem;
  font-weight: 900;
}
.nft-page .section_cooperation .cooperation_title .cooperation_title_right {
  width: 65%;
}
.nft-page .section_cooperation .cooperations {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0.1rem 0;
}
.nft-page .section_cooperation .cooperations .cooperation_item {
  display: flex;
  flex-direction: column;
}
.nft-page .section_cooperation .cooperations .cooperation_item img {
  width: 1rem;
}
.nft-page .section_cooperation .cooperations .cooperation_item .item_name {
  font-size: 0.14rem;
  font-weight: 900;
  text-align: center;
}

.sdk-page .vcenter {
  display: table-cell;
  vertical-align: middle;
}
.sdk-page .banner {
  background: url("../image/sdk/EasyAR-MakeAREasier.png?__sprite") no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
  height: 1rem;
}
.sdk-page .banner h1 {
  padding: .23rem 0 0;
  font-size: .18rem;
}
.sdk-page .banner p {
  padding: 0 .11rem;
  line-height: .3rem;
  font-size: .13rem;
}
.sdk-page .cut-line {
  height: .1rem;
  width: 100%;
  background: #eff0f2;
  box-shadow: 0 0 4px 1px #dedede inset;
}
.sdk-page .product-list {
  display: block;
  padding: .1rem .125rem 0;
  background-color: #f1f1f1;
}
.sdk-page .product-list .product-item {
  font-size: .13rem;
  color: #333;
  background-color: #fff;
  border-bottom: solid 3px #f1f1f1;
}
.sdk-page .product-list .product-item span {
  line-height: .2rem;
  font-size: .13rem;
  color: #666;
}
.sdk-page .product-list .bg-1 {
  padding: .32rem 0;
  text-align: center;
}
.sdk-page .product-list .bg-1 p {
  font-size: .24rem;
  font-weight: 500;
}
.sdk-page .product-list .bg-1 span {
  display: inline-block;
  margin-top: .075rem;
  line-height: .22rem;
}
.sdk-page .product-list .bg-3,
.sdk-page .product-list .bg-4 {
  padding: .32rem .2rem;
}
.sdk-page .product-list .bg-3 p,
.sdk-page .product-list .bg-4 p {
  padding-bottom: .03rem;
  font-size: .15rem;
  font-weight: 600;
}
.sdk-page .product-list .bg-3 p img,
.sdk-page .product-list .bg-4 p img {
  margin-top: .03rem;
  float: left;
  padding-right: .17rem;
  height: .14rem;
}
.sdk-page .product-list .bg-3 span,
.sdk-page .product-list .bg-4 span {
  margin-left: .3rem;
  display: block;
  line-height: .22rem;
}
.sdk-page .product-list .bg-2,
.sdk-page .product-list .bg-5 {
  padding: .28rem .2rem;
}
.sdk-page .product-list .bg-2 p,
.sdk-page .product-list .bg-5 p {
  padding-bottom: .03rem;
  font-size: .15rem;
  font-weight: 600;
}
.sdk-page .product-list .bg-2 p img,
.sdk-page .product-list .bg-5 p img {
  padding-right: .17rem;
  margin-top: .03rem;
  float: left;
  height: .14rem;
}
.sdk-page .product-list .bg-2 span,
.sdk-page .product-list .bg-5 span {
  margin-left: .3rem;
  display: block;
  line-height: .22rem;
}
.sdk-page .product-list .product-items {
  padding: .3rem 21.5%;
}
.sdk-page .product-list .product-items a {
  text-align: center;
}
.sdk-page .product-list .product-items a span {
  display: block;
  width: 2rem;
  height: .4rem;
  color: white;
  font-size: .15rem;
  line-height: .4rem;
  background-color: #ecaf42;
  border-radius: .08rem;
}
.sdk-page .contact {
  background: #eff0f2;
}

.solution-index-page {
  background-color: #f1f1f1;
}
.solution-index-page .solution-index-banner {
  width: 100%;
  border: 0 none;
}
.solution-index-page .solution-index-title {
  height: 0.24rem;
  margin: 0.36rem 0 0.31rem;
  line-height: 0.24rem;
  font-size: 0.24rem;
  color: #333333;
  text-align: center;
}
.solution-index-page .solution-index-type-item {
  width: 3.5rem;
  margin: 0 auto;
}
.solution-index-page .solution-index-type-item img {
  width: 100%;
  border: 0 none;
}
.solution-index-page .mtm20 {
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
}
.solution-index-page .all-sloution-section {
  width: 3.5rem;
  margin: 0 auto;
  padding: 0.23rem 0 0.3rem;
  font-size: 0;
  text-align: center;
  background-color: #ffffff;
}
.solution-index-page .all-solution-section-title {
  height: 0.16rem;
  margin-bottom: 0.24rem;
  font-size: 0.16rem;
  color: #333333;
  text-align: center;
}
.solution-index-page .all-solution-skill-item {
  width: 1.61rem;
  height: 0.45rem;
  line-height: 0.45rem;
  font-size: 0.13rem;
  color: #ffffff;
  background: #f7b63f;
}
.solution-index-page .mrm-style {
  margin: 0 0.17rem 0.07rem 0;
}
.solution-index-page .mm-style {
  margin-bottom: 0.07rem;
}
.solution-index-page .mr-style {
  margin-right: 0.17rem;
}
.solution-index-page .mt28 {
  margin-top: 0.28rem;
}
.solution-index-page .all-solution-indus-item {
  width: 33.333%;
}
.solution-index-page .all-solution-indus-item img {
  width: 100%;
  border: 0 none;
}
.solution-index-page .get-solution-case {
  width: 2rem;
  height: 0.4rem;
  margin: 0.25rem auto 0.3rem;
  line-height: 0.4rem;
  font-size: 0.15rem;
  color: #ECAF42;
  text-align: center;
  border: 0.01rem solid #ECAF42;
  border-radius: 0.05rem;
}

.vcenter {
  position: relative;
  left: 50%;
  top: 40%;
  transform: translate3D(-50%, -50%, 0);
  -ms-transform: translate3D(-50%, -50%, 0);
  -moz-transform: translate3D(-50%, -50%, 0);
  -webkit-transform: translate3D(-50%, -50%, 0);
}
.p-middle {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.solution-banner {
  padding: .6rem 0;
  height: 1.77rem;
  background: url("../image/solution/banner_one1.png?__sprite") no-repeat;
  background-size: cover;
  text-align: center;
}
.solution-banner h1 {
  margin-bottom: .1rem;
  font-size: .18rem;
  color: #fff;
}
.solution-banner p {
  font-size: .13rem;
  color: #fff;
}
.solution-banner1 {
  height: 1rem;
  background: url("../image/WebAR/WebAR-banner.png?__sprite") no-repeat;
  background-size: cover;
  text-align: center;
}
.solution-banner1 h1 {
  padding-top: .27rem;
  margin-bottom: .05rem;
  font-size: .18rem;
  color: #fff;
}
.solution-banner1 p {
  font-size: .13rem;
  color: #fff;
}
.solution-banner2 {
  height: 1rem;
  background: url("../image/solution/Glasses-banner.png?__sprite") no-repeat;
  background-size: cover;
  text-align: center;
}
.solution-banner2 h1 {
  padding-top: .27rem;
  margin-bottom: .05rem;
  font-size: .18rem;
  color: #fff;
}
.solution-banner2 p {
  font-size: .13rem;
  color: #fff;
}
.solution-introduce {
  padding: .1rem .125rem;
  background: #f1f1f1;
}
.solution-introduce div:last-child {
  padding-bottom: .3rem;
}
.solution-introduce .solution-one {
  padding: .2rem 0;
  height: 1rem;
  text-align: center;
  line-height: .3rem;
  background-color: #fff;
  border-bottom: solid 3px #f1f1f1;
}
.solution-introduce .solution-one p {
  font-weight: 500;
  color: #333;
  font-size: .24rem;
}
.solution-introduce .solution-one p:nth-child(2) {
  color: #666;
  font-size: .13rem;
  font-weight: 400;
}
.solution-introduce .solution-one1 {
  padding: .2rem 0;
  font-size: .18rem;
  color: #333;
  line-height: .3rem;
  background-color: #fff;
  border-bottom: solid 3px #f1f1f1;
}
.solution-introduce .solution-one1 img {
  padding: 0 .2rem 0 .3rem;
  float: left;
  height: .38rem;
}
.solution-introduce .solution-one1 span {
  position: relative;
  line-height: .38rem;
}
.solution-introduce .solution-introduce-content {
  background-color: #fff;
}
.solution-introduce .solution-introduce-content .solution-title1 {
  padding: .3rem .17rem 0;
}
.solution-introduce .solution-introduce-content .solution-title1 .solution-title-line {
  margin: 0 0 .15rem;
  width: .3rem;
  height: .025rem;
  background-color: #ecaf42;
}
.solution-introduce h3 {
  margin-bottom: .15rem;
  font-size: .18rem;
  color: #ecaf42;
}
.solution-introduce p {
  font-size: .13rem;
  color: #666;
}
.solution-apply {
  background-color: #f1f1f1;
}
.solution-apply h2 {
  padding: .4rem 0;
  font-size: .24rem;
  text-align: center;
  color: #333;
  font-weight: 500;
}
.solution-apply .items {
  display: block;
  width: 100%;
  font-size: 0;
  background-color: #f1f1f1;
}
.solution-apply .solution-ad {
  width: 3.5rem;
  height: 1rem;
  margin: 0 auto 0.1rem;
  display: block;
  background-color: #fff;
}
.solution-apply .solution-ad .solution-ad-img {
  width: .55rem;
  margin: 0;
}
.solution-apply .solution-ad .solution-ad-pay {
  color: #1caaee;
}
.solution-apply .solution-ad .solution-ad-app {
  color: #fc471e;
}
.solution-apply .solution-ad .solution-ad-desc {
  width: 1.8rem;
  margin-left: 0.18rem;
  padding: 0;
  line-height: .24rem;
  font-size: .16rem;
  color: #333;
  text-align: left;
}
.solution-apply figure {
  margin-left: .02rem;
  margin-bottom: .1rem;
  display: inline-block;
  width: 30.8%;
  text-align: center;
  background-color: #fff;
}
.solution-apply img {
  display: block;
  margin: 0.26rem auto .05rem;
  width: .3rem;
}
.solution-apply .items-thought {
  margin: 0.23rem auto 0;
}
.solution-apply p {
  padding: .15rem 0;
  font-size: .13rem;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.solution-apply .line-yellow {
  margin: 0 auto .25rem;
  width: .85rem;
  height: 1px;
  background: #f39800;
}
.solution-case-bg {
  background-color: #f1f1f1;
}
.solution-case {
  margin: 0 .125rem;
  text-align: center;
  background-color: #fff;
}
.solution-case h2 {
  padding: .3rem 0;
  font-size: .24rem;
  color: #333;
  font-weight: 500;
}
.solution-case .index-title {
  padding: .26rem 0 0;
  font-size: .24rem;
  color: #333;
  font-weight: 500;
}
.solution-case .index-title-sub {
  margin: 0.15rem 0 .26rem;
  font-size: .13rem;
  color: #666;
  font-weight: 400;
}
.solution-case .case-detail {
  padding: .2rem 0;
}
.solution-case .case-detail .case-logo {
  float: left;
  position: relative;
  margin: 0 .15rem;
  display: block;
  width: 0.35rem;
  height: 0.35rem;
}
.solution-case .case-detail .autohome {
  background: url("../image/solution/icon-autohome.png?__sprite") no-repeat;
  background-size: cover;
}
.solution-case .case-detail .kfc {
  background: url("../image/solution/icon-kfc.png?__sprite") no-repeat;
  background-size: cover;
}
.solution-case .case-detail .zte {
  background: url("../image/solution/icon-zte.png?__sprite") no-repeat;
  background-size: cover;
}
.solution-case .case-detail .bank {
  background: url("../image/solution/icon-bank.png?__sprite") no-repeat;
  background-size: cover;
}
.solution-case .case-detail .detail-info {
  font-size: 0;
  padding-left: .5rem;
}
.solution-case .case-detail h4 {
  margin-bottom: .075rem;
  font-size: .16rem;
  line-height: .16rem;
  color: #333;
  text-align: left;
}
.solution-case .case-detail p {
  font-size: .13rem;
  line-height: .13rem;
  color: #666;
  text-align: left;
}
.solution-case .case-detail p a {
  color: #ecaf42;
  font-size: .13rem;
}
.solution-case .line-yellow {
  margin: 0 auto .25rem;
  width: .85rem;
  height: 1px;
  background: #f39800;
}
.other-solutions {
  padding: .15rem .125rem;
  height: 2.31rem;
  color: #333;
  background-color: #f1f1f1;
}
.other-solutions h2 {
  padding: .35rem 0;
  font-size: .24rem;
  color: #333;
  font-weight: 500;
  text-align: center;
  background-color: white;
}
.other-solutions .other-solutions1 {
  float: left;
  width: 50%;
  height: .5rem;
  font-size: .13rem;
  background-color: #fff;
  border: 1px #F1F1F1;
  border-style: solid none none none;
}
.other-solutions .other-solutions1 span {
  display: inline-block;
  position: relative;
  top: .16rem;
  left: .4rem;
}
.other-solutions .other-solutions1 span img {
  position: absolute;
  left: -0.29rem;
  height: .14rem;
}
.other-solutions .left {
  border-right: solid 1px #f1f1f1;
}
.video-container .video-post {
  position: relative;
  width: 100%;
  font-size: 0;
}
.video-container .video-post img {
  width: 100%;
  height: 100%;
}
.video-container .video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.1875rem 0 0 -0.1875rem;
  display: block;
  width: 0.375rem;
  height: 0.375rem;
  background: url("../image/solution/btn-play.png?__sprite") no-repeat;
  background-size: cover;
}
.video-container .video-wrap {
  display: none;
}
.video-container .video-wrap video {
  width: 100%;
}
.solutions-lists {
  padding: .1rem .125rem;
  background-color: #f1f1f1;
}
.solutions-lists .solution-item .solution-one1 {
  padding: .2rem 0;
  height: .75rem;
  font-size: .16rem;
  color: #333;
  line-height: .3rem;
  background-color: #fff;
  border-bottom: solid 3px #f1f1f1;
}
.solutions-lists .solution-item .solution-one1 img {
  padding: 0 .15rem;
  float: left;
  height: .38rem;
}
.solutions-lists .solution-item .solution-one1 span {
  position: relative;
  top: -0.08rem;
}
.solutions-lists .solution-item .solution-one1 span:last-child {
  position: relative;
  top: -0.15rem;
  font-size: .13rem;
  color: #666;
}
.solutions-lists p {
  font-size: .12rem;
  color: #666;
}
.brand-show1 {
  padding-top: .15rem;
  background-color: #f1f1f1;
}
.brand-show {
  margin: 0 .125rem 0 ;
  padding: .3rem 0 .44rem;
  text-align: center;
  background-color: #fff;
}
.brand-show h2 {
  margin-bottom: .15rem;
  font-size: .24rem;
  color: #333;
  font-weight: 500;
}
.brand-show h4 {
  margin-bottom: .3rem;
  font-size: .13rem;
  color: #666;
  font-weight: 400;
}
.brand-show .brand-container {
  padding: 0 .2rem;
}
.brand-show img {
  display: block;
  width: 100%;
}
.WebAR-video-bg {
  padding: .15rem 0 0.05rem 0;
  background-color: #f1f1f1;
}
.WebAR-video {
  margin: 0 .125rem;
  background-color: #fff;
}
.WebAR-video .video-content {
  padding: .15rem 0;
  margin: 0 0.15rem;
  line-height: .22rem;
  font-size: .13rem;
  color: #666;
}
.WebAR-advantage {
  margin: .15rem .125rem 0;
  background-color: #fff;
}
.WebAR-advantage h2 {
  padding: .35rem;
  text-align: center;
  font-size: .24rem;
  font-weight: 500;
}
.WebAR-advantage .WebAR-advantage-content {
  display: block;
  line-height: .18rem;
  font-size: .13rem;
  color: #666;
}
.WebAR-advantage .WebAR-advantage-content span {
  font-size: .16rem;
  color: #333;
}
.WebAR-advantage .WebAR-advantage-content1 {
  position: relative;
  left: 0.4rem ;
  float: left;
  line-height: .18rem;
  text-align: center;
  display: inline-block;
}
.WebAR-advantage .WebAR-advantage-content2 {
  position: relative;
  left: -0.4rem;
  float: right;
  line-height: .18rem;
  text-align: center;
  display: inline-block;
}
.WebAR-advantage img {
  position: relative;
  top: .2rem;
  padding: 0 .1rem 1.5rem;
  width: 100%;
  background-size: cover;
}
.WebAR-advantage img .icon-AR {
  width: 100%;
}
.WebAR-advantage .WebAR-advantage-content3 {
  position: relative;
  left: .6rem ;
  top: -1.4rem;
  float: left;
  text-align: center;
  line-height: .18rem;
  display: inline-block;
}
.WebAR-advantage .WebAR-advantage-content4 {
  position: relative;
  left: -0.3rem;
  top: -1.4rem;
  float: right;
  text-align: center;
  line-height: .18rem;
  display: inline-block;
}
.WebAR-advantage .WebAR-title {
  padding: .1rem 0;
  line-height: .36rem;
  font-weight: 500;
}
.solution-introduce {
  padding: 0.1rem .125rem 0;
  background: #f1f1f1;
}
.solution-introduce div:last-child {
  padding-bottom: .3rem;
}
.solution-introduce .solution-ones {
  height: 1rem;
  background-color: #fff;
  border-bottom: solid 2px #f1f1f1;
}
.solution-introduce .solution-ones h2 {
  padding: .35rem 1.25rem;
  text-align: center;
  font-size: .24rem;
  font-weight: 500;
}
.solution-introduce .solution-one2 {
  padding: .2rem 0;
  font-size: .18rem;
  color: #333;
  line-height: .3rem;
  background-color: #fff;
  border-bottom: solid 2px #f1f1f1;
}
.solution-introduce .solution-one2 img {
  padding: 0 .3rem;
  float: left;
  height: .38rem;
}
.solution-introduce .solution-one2 span {
  position: relative;
  line-height: .38rem;
}
.WebAR-advantage-bg {
  padding-top: .1rem;
  background-color: #f1f1f1;
}
.WebAR-advantage1 {
  margin: 0 .125rem 0;
  background-color: #fff;
}
.WebAR-advantage1 h2 {
  padding: .35rem;
  text-align: center;
  font-size: .24rem;
  font-weight: 500;
}
.solution-main div.solution-item {
  margin-bottom: .15rem;
}
.solution-main div.solution-item:last-child {
  margin-bottom: 0;
}
.solution-main div.solution-item .solution-item1-title {
  color: #fff;
  text-align: center;
}
.solution-main div.solution-item p {
  padding: .56rem 0;
  font-size: .13rem;
  line-height: .24rem;
}
.solution-main div.solution-item p .glasses-title {
  font-size: .18rem;
  line-height: .4rem;
}
.solution-main div.solution-item .solution-item1 {
  height: 2rem;
  background-image: url("../image/solution/ARG-content-item1.png");
  background-size: cover;
}
.solution-main div.solution-item .solution-item2 {
  height: 2rem;
  background-image: url("../image/solution/ARG-content-item2.png");
  background-size: cover;
}
.solution-main div.solution-item .solution-item3 {
  margin-bottom: 0;
  height: 2rem;
  background-image: url("../image/solution/ARG-content-item3.png");
  background-size: cover;
}
.feel-webar {
  padding: 0.3rem 0.125rem;
  background-color: #f1f1f1;
}
.feel-webar a {
  display: block;
  width: 50%;
  height: 0.5rem;
  margin: 0 auto;
  line-height: 0.5rem;
  text-align: center;
  font-size: 0.24rem;
  color: #ffffff;
  background-color: #f1ae00;
  border-radius: 0.05rem;
}
.solution-index-page {
  background-color: #f1f1f1;
}
.solution-index-page .solution-index-banner {
  width: 100%;
  border: 0 none;
}
.solution-index-page .solution-index-title {
  height: 0.24rem;
  margin: 0.36rem 0 0.31rem;
  line-height: 0.24rem;
  font-size: 0.24rem;
  color: #333333;
  text-align: center;
}
.solution-index-page .solution-index-type-item {
  width: 3.5rem;
  margin: 0 auto;
}
.solution-index-page .solution-index-type-item img {
  width: 100%;
  border: 0 none;
}
.solution-index-page .mtm20 {
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
}
.solution-index-page .all-sloution-section {
  width: 3.5rem;
  margin: 0 auto;
  padding: 0.23rem 0 0.3rem;
  font-size: 0;
  text-align: center;
  background-color: #ffffff;
}
.solution-index-page .all-solution-section-title {
  height: 0.16rem;
  margin-bottom: 0.24rem;
  font-size: 0.16rem;
  color: #333333;
  text-align: center;
}
.solution-index-page .all-solution-skill-item {
  width: 1.61rem;
  height: 0.45rem;
  line-height: 0.45rem;
  font-size: 0.13rem;
  color: #ffffff;
  background: #f7b63f;
}
.solution-index-page .mrm-style {
  margin: 0 0.17rem 0.07rem 0;
}
.solution-index-page .mm-style {
  margin-bottom: 0.07rem;
}
.solution-index-page .mr-style {
  margin-right: 0.17rem;
}
.solution-index-page .mt28 {
  margin-top: 0.28rem;
}
.solution-index-page .all-solution-indus-item {
  width: 33.333%;
}
.solution-index-page .all-solution-indus-item img {
  width: 100%;
  border: 0 none;
}
.solution-index-page .get-solution-case {
  width: 2rem;
  height: 0.4rem;
  margin: 0.25rem auto 0.3rem;
  line-height: 0.4rem;
  font-size: 0.15rem;
  color: #ECAF42;
  text-align: center;
  border: 0.01rem solid #ECAF42;
  border-radius: 0.05rem;
}
.car-solution-page {
  font-size: 0;
  background-color: #f1f1f1;
}
.car-solution-page .car-solution-banner {
  width: 100%;
  border: 0 none;
}
.car-solution-page .car-solution-top-word {
  width: 3.5rem;
  margin: 0.1rem auto;
}
.car-solution-page .car-solution-section-title {
  padding: 0.35rem 0 0.4rem;
  line-height: 0.24rem;
  font-size: 0.24rem;
  color: #333333;
  text-align: center;
}
.car-solution-page .car-solution-hot {
  width: 3.5rem;
  margin: 0 auto 0.1rem;
  border: 0 none;
}
.car-solution-page .car-solution-success-case {
  width: 3.5rem;
  margin: 0 auto;
  background-color: #ffffff;
}
.car-solution-page .video-content img {
  width: 1.135rem;
}
.car-solution-page .more-case-btn {
  width: 2rem;
  height: 0.4rem;
  margin: 0.25rem auto 0.28rem;
  line-height: 0.4rem;
  font-size: 0.15rem;
  color: #ECAF42;
  text-align: center;
  border: 0.01rem solid #ecaf42;
  border-radius: 0.05rem;
}
.car-solution-page .other-case-item {
  width: 1.475rem;
  margin-bottom: 0.31rem;
}
.car-solution-page .other-case-item img {
  width: 100%;
}
.car-solution-page .mr15 {
  margin-right: 0.15rem;
}
.car-solution-page .edu-advantage {
  width: 3.5rem;
  margin: 0.22rem auto 0.1rem;
}
.glass-page-container .WebAR-video-bg {
  width: 100%;
  padding: 0;
}
.glass-page-container .WebAR-video {
  margin: 0;
}
.glass-page-container .section-title-common {
  height: 0.25rem;
  line-height: 0.25rem;
  font-size: 0;
}
.glass-page-container .section-title-common span {
  font-size: 0.16rem;
  color: #313131;
  font-weight: bolder;
}
.glass-page-container .section-title-icon {
  width: 0.135rem;
  height: 0.25rem;
  background: url('../image/glass/title_icon.png') 0 0 no-repeat;
  background-size: cover;
}
.glass-page-container .section1-desc {
  width: 100%;
  background-color: #fff;
}
.glass-page-container .section1-desc-main {
  width: 100%;
}
.glass-page-container .section1-desc-main h4 {
  margin-bottom: 0.1rem;
  line-height: 0.16rem;
  font-size: 0.16rem;
  color: #ffffff;
}
.glass-page-container .section1-desc-main p {
  margin-bottom: 0.05rem;
  line-height: 0.14rem;
  font-size: 0.12rem;
  color: #ffffff;
  font-weight: 300;
}
.glass-page-container .section2-apply {
  width: 100%;
  padding-top: .4rem;
  background-color: #f1f1f1;
}
.glass-page-container .image-loop-common {
  margin-top: .35rem;
  padding-top: .225rem;
  background-color: #fff;
}
.glass-page-container .image-loop-common h4 {
  margin-bottom: 0.19rem;
  line-height: 0.16rem;
  text-indent: 0.29rem;
  font-size: 0.16rem;
  color: #313131;
}
.glass-page-container .image-loop-nav {
  width: 3.35rem;
  height: 0.33rem;
  margin: 0 auto 0.18rem;
  font-size: 0;
  overflow: hidden;
}
.glass-page-container .image-loop-nav li {
  width: 50%;
  height: 0.33rem;
  line-height: 0.31rem;
  font-size: 0.13rem;
  color: #8B8B8B;
  border: 1px solid #DCDCDC;
  border-bottom: 1px solid #DCDCDC;
}
.glass-page-container .image-loop-nav li:nth-of-type(1) {
  border-radius: 0.05rem  0 0 0.05rem;
}
.glass-page-container .image-loop-nav li:nth-last-child(1) {
  border-radius: 0 0.05rem 0.05rem 0;
}
.glass-page-container .image-loop-nav li.active {
  line-height: 0.33rem;
  color: #ffffff;
  border: 0 none;
  background-color: #FDAE2A;
}
.glass-page-container .image-loop-common-section {
  overflow: hidden;
  width: 100%;
}
.glass-page-container .image-loop-common-section img {
  width: 100%;
  margin-bottom: 0.26rem;
}
.glass-page-container .image-loop-common-section .swiper-slide {
  width: 100%;
  padding-bottom: 0.2rem;
}
.glass-page-container .image-loop-common-section .swiper-slide img {
  padding: 0;
}
.glass-page-container .image-loop-common-section .swiper-word-common {
  padding: 0 0.22rem;
  line-height: 0.16rem;
  font-size: 0.13rem;
  color: #666666;
  text-align: justify;
  text-align-last: left;
}
.glass-page-container .image-loop-common-section .swiper-pagination {
  position: absolute;
  bottom: -0.25rem;
}
.glass-page-container .select-us-section {
  margin-top: 0.15rem;
  padding: 0.36rem 0 0.575rem;
  font-size: 0;
  background-color: #fafafa;
}
.glass-page-container .select-us-section img {
  width: 0.725rem;
}
.glass-page-container .select-us-item-left {
  width: 2.28rem;
}
.glass-page-container .select-us-item-left h4 {
  margin-bottom: 0.1rem;
  line-height: 0.15rem;
  font-size: 0.15rem;
  color: #313131;
}
.glass-page-container .select-us-item-left p {
  margin-top: 0.05rem;
  line-height: 0.14rem;
  font-size: 0.12rem;
  color: #313131;
}
.glass-page-container .our-relations-section {
  padding: 0.335rem 0 0.56rem;
  font-size: 0;
  background-color: #fff;
}
.glass-page-container .our-relations-section img {
  width: 0.75rem;
  margin-top: 0.43rem;
}

/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: February 7, 2016
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height;
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #ecaf42;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate(0, -50%);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px;
}
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

#wechatPage .wechat-rate-section {
  padding: .05rem .16rem .14rem;
}
#wechatPage .rate-section-title {
  height: .26rem;
  line-height: .24rem;
  font-size: .14rem;
  color: #f59303;
  border-bottom: .02rem solid #f0f0f0;
}
#wechatPage .rate-info {
  padding: 0 .1rem;
}
#wechatPage .advantage-rate-title {
  height: .32rem;
  line-height: .32rem;
  font-size: .12rem;
  color: #000000;
}
#wechatPage .rate-content {
  height: 0.02rem;
  background: #f0f0f0;
  border-radius: .025rem;
}
#wechatPage .rate-content span {
  height: .035rem;
  margin: 0;
  padding: 0;
  background: linear-gradient(270deg, #f49701 0%, #fc7015 100%);
  border-radius: .03rem;
}
#wechatPage .wechat-ability-feel-info {
  line-height: .15rem;
  font-size: .16rem;
  color: #000000;
  font-weight: 500;
}
#wechatPage .wechat-ability-feel-desc {
  margin: .05rem 0 .15rem;
  line-height: .11rem;
  font-size: .12rem;
  color: #666666;
}
#wechatPage .wechat-code-item-text {
  margin-top: .15rem;
  line-height: .15rem;
  font-size: .12rem;
  font-weight: 500;
}
#wechatPage .wechat-code-item-image {
  width: 1.25rem;
  height: 1.25rem;
  background: #ffffff;
  box-shadow: 0.005rem 0.02rem 0.04rem 0 rgba(176, 176, 176, 0.49);
  border-radius: .04rem;
}
#wechatPage .wechat-code-item-image img {
  max-width: 1.2rem;
  max-height: 1.2rem;
}
#wechatPage .apply-loop-nav-btn2 {
  margin: 0 .125rem;
  opacity: .4;
}
#wechatPage .apply-loop-nav-btn2.active {
  opacity: 1;
}
