.centerBox {
  width: 1400px;
  box-sizing: border-box;
  margin: auto;
}
body {
  background-color: #f4f9ff;
}
.shareBox > div {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  cursor: pointer;
}
.shareBox > div img {
  width: 30px;
  margin-right: 10px;
}
.shareBox > div .qr {
  width: 150px;
}
.shareBox .weixin {
  position: relative;
}
.shareBox .weixin .qrBox {
  border: 1px solid #eee;
  position: absolute;
  z-index: 9;
  top: -160px;
  left: -200px;
  width: 200px;
  color: #666;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 2px 10px #aaa;
  transition: all 200ms;
  padding-bottom: 10px;
  display: none;
}
.shareBox .weixin .qrBox h4 {
  font-weight: normal;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  margin: 0;
  padding: 0;
  color: #777;
}
.shareBox .weixin .help p {
  font-weight: normal;
  line-height: 16px;
  padding: 0;
  margin: 0;
}
.shareBox .weixin:hover .qrBox {
  display: block;
}
#app {
  width: 100%;
  box-sizing: border-box;
}
#app .fixedBox {
  width: 144px;
  box-sizing: border-box;
  position: fixed;
  right: -146px;
  top: 30%;
  transition: all 0.5s;
  z-index: 9999999;
  border-radius: 20px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
}
#app .fixedBox .fixed {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
}
#app .fixedBox .fixed > ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 18px;
  position: relative;
}
#app .fixedBox .fixed > ul li {
  width: 112px;
  min-height: 40px;
  box-sizing: border-box;
  cursor: pointer;
  color: #1647c4;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 20px;
  background-color: #fff;
  box-shadow: 0 0 8px 1px rgba(22, 71, 196, 0.28);
  border-radius: 8px;
  transition: all 0.5s;
}
#app .fixedBox .fixed > ul li a {
  color: #fff;
}
#app .fixedBox .fixed > ul li:hover {
  background-color: #1647c4;
  color: #fff;
}
#app .fixedBox .fixed > ul li:hover svg path {
  fill: #fff;
}
#app .fixedBox .fixed > ul .top {
  width: 93px;
  height: 22px;
  box-sizing: border-box;
  text-align: right;
  font-size: 14px;
  line-height: 22px;
  color: #601806;
  margin-bottom: 0;
  margin-top: 15px;
  background: url('../images/topBg.png') no-repeat center;
}
#app .isFixedBar {
  right: 0px;
  opacity: 1;
}
#app .banner {
  width: 100%;
  height: 745px;
  box-sizing: border-box;
  background: url('../images/banner.png?v=78few7f84sf5as') no-repeat center top;
  background-size: cover;
}
#app .banner .centerBox {
  height: 100%;
  padding: 0 45px;
  box-sizing: border-box;
  position: relative;
}
#app .banner .centerBox .descBox {
  width: 1300px;
  padding: 35px;
  box-sizing: border-box;
  background-color: #eaeeed;
  font-size: 21px;
  line-height: 27px;
  border-radius: 20px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(50%);
  box-shadow: 0 5px 8px 3px rgba(22, 71, 196, 0.1);
}
#app .banner .centerBox .descBox p {
  margin-bottom: 10px;
}
#app .titleCC {
  text-align: center;
  font-size: 55px;
  line-height: 55px;
  color: #000;
  font-weight: 600;
  position: relative;
}
#app .titleCC::after {
  content: '';
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 118px;
  height: 5px;
  border-radius: 10px;
  background-image: linear-gradient(45deg, #00f2fe, #00f2fe, #4facfe, #4facfe);
}
#app .descTitle {
  display: inline-block;
  margin-bottom: 40px;
  text-align: center;
  font-size: 30px;
  line-height: 30px;
  color: #000;
  font-weight: 600;
  position: relative;
}
#app .descTitle::after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 118px;
  height: 5px;
  border-radius: 10px;
  background-image: linear-gradient(45deg, #00f2fe, #00f2fe, #4facfe, #4facfe);
}
#app .reviewsTitle {
  display: inline-block;
  margin-bottom: 20px;
  text-align: center;
  font-size: 30px;
  line-height: 30px;
  color: #000;
  font-weight: 600;
  position: relative;
}
#app .reviewsTitle::after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 118px;
  height: 5px;
  border-radius: 10px;
  background-image: linear-gradient(to right, #00f2fe, #4facfe);
}
#app .reviewsTitleBox {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}
#app .reviewsTitleBox img {
  padding-right: 20px;
}
#app .infoMainBox {
  width: 100%;
  box-sizing: border-box;
  padding-top: 70px;
  background-color: #f4f9ff;
}
#app .jieshao {
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 50px;
  background-size: 100% 100%;
  margin-bottom: 50px;
}
#app .jieshao .centerBox {
  position: relative;
}
#app .jieshao .content {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  background-color: #fff;
  margin-top: 90px;
  padding: 35px 0;
  padding-right: 55px;
  box-shadow: 5px 5px 10px 3px rgba(22, 71, 196, 0.1);
}
#app .jieshao .content .imgBox img {
  width: 700px;
}
#app .jieshao .content .descText p {
  font-size: 21px;
  line-height: 25px;
  margin-bottom: 15px;
  text-align: justify;
}
#app .jieshao .content .descBox {
  padding-left: 30px;
}
#app .product {
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 100px;
}
#app .product .centerBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 65px;
}
#app .product .centerBox .productTabList {
  width: 230px;
  height: 545px;
  box-sizing: border-box;
  position: relative;
  user-select: none;
}
#app .product .centerBox .productTabList .swiper {
  width: 100%;
  height: 100%;
  cursor: grab;
}
#app .product .centerBox .productTabList .swiper-button-prev {
  right: unset;
  left: 50%;
  top: -35px;
  bottom: unset;
  transform: translateX(-50%);
}
#app .product .centerBox .productTabList .swiper-button-next {
  right: unset;
  left: 50%;
  top: unset;
  bottom: -60px;
  transform: translateX(-50%);
}
#app .product .centerBox .productTabList .swiper-button-prev,
#app .product .centerBox .productTabList .swiper-button-next {
  width: auto;
  height: auto;
}
#app .product .centerBox .productTabList .swiper-button-prev::after,
#app .product .centerBox .productTabList .swiper-button-next::after {
  display: none;
}
#app .product .centerBox .productTabList .swiper-slide {
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#app .product .centerBox .productTabList .swiper-slide::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
#app .product .centerBox .productTabList .swiper-slide .imgBox {
  width: 100%;
  box-sizing: border-box;
}
#app .product .centerBox .productTabList .swiper-slide .imgBox img {
  max-width: 100%;
}
#app .product .centerBox .productTabList .swiper-slide-active::after {
  background-color: rgba(0, 0, 0, 0);
}
#app .product .centerBox .imgShow {
  width: 945px;
  height: auto;
  box-sizing: border-box;
}
#app .product .centerBox .imgShow .img {
  width: 100%;
  height: 500px;
  box-shadow: 5px 5px 10px 3px rgba(22, 71, 196, 0.1);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
#app .product .centerBox .imgShow .img img {
  width: 100%;
}
#app .product .centerBox .imgShow .imgText {
  text-align: center;
  padding-top: 20px;
  font-size: 25px;
}
#app .Application {
  width: 100%;
  box-sizing: border-box;
  background: #f4f9ff url('../images/Application.png?v=fsfdsfs') no-repeat;
  background-size: 100% 100%;
  padding-bottom: 100px;
}
#app .Application .centerBox {
  position: relative;
}
#app .Application .centerBox .reviewsTitleBox {
  position: absolute;
  top: -54px;
  left: 50%;
  transform: translate(-50%);
}
#app .Application .centerBox ul {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 50px;
}
#app .Application .centerBox ul li {
  width: 655px;
  height: 175px;
  box-sizing: border-box;
  border-radius: 8px;
  margin-bottom: 60px;
  border-radius: 25px;
  box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  padding: 0 30px;
  transition: all 0.5s;
  user-select: none;
}
#app .Application .centerBox ul li .right {
  padding-left: 25px;
}
#app .Application .centerBox ul li .right div {
  font-size: 21px;
}
#app .Application .centerBox ul li .right div:first-child {
  font-size: 25px;
  margin-bottom: 10px;
}
#app .Application .centerBox ul li:hover {
  box-shadow: 0 0px 5px 8px rgba(22, 71, 196, 0.05);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
#app .reviews {
  width: 100%;
  height: auto;
  padding-bottom: 65px;
}
#app .reviews .centerBox {
  height: 100%;
  background: url('../images/reviewsBG.png') no-repeat center / cover;
  background-size: 100% 100%;
  padding: 25px 45px;
  padding-bottom: 100px;
}
#app .reviews .centerBox .reviewsDesc p {
  font-size: 20px;
  margin-bottom: 20px;
  text-align: justify;
}
#app .branding {
  width: 100%;
  box-sizing: border-box;
  background: url('../images/brandingBG.png') no-repeat center / cover;
}
#app .branding .centerBox {
  padding: 22px 0;
  padding-bottom: 50px;
}
#app .branding .centerBox .reviewsInfo {
  width: 100%;
  display: flex;
  box-sizing: border-box;
}
#app .branding .centerBox .reviewsInfo .left {
  width: 265px;
  box-sizing: border-box;
}
#app .branding .centerBox .reviewsInfo .left .userImgBox {
  width: 100%;
  height: 436px;
  box-sizing: border-box;
  overflow: hidden;
}
#app .branding .centerBox .reviewsInfo .left .userImgBox img {
  max-width: 100%;
}
#app .branding .centerBox .reviewsInfo .right {
  flex: 1;
  padding-left: 30px;
  display: flex;
  flex-direction: column;
}
#app .branding .centerBox .reviewsInfo .right .descTitleBox {
  font-size: 28px;
  color: #fff;
  display: flex;
  align-items: flex-end;
  padding-bottom: 20px;
}
#app .branding .centerBox .reviewsInfo .right .descTitleBox img {
  margin-right: 20px;
}
#app .branding .centerBox .reviewsInfo .right .brandingDesc {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
#app .branding .centerBox .reviewsInfo .right .brandingDesc p {
  font-size: 21px;
  color: #fff;
  margin-bottom: 20px;
}
#app .branding .centerBox .reviewsInfo .right .brandingDesc::after {
  content: '';
  width: 63px;
  height: 54px;
  background: url('../images/yinhao2.png') no-repeat center;
  position: absolute;
  bottom: -30px;
  right: 0;
}
#app .branding .centerBox .reviewsInfo .reviewsTitle {
  color: #fff;
}
#app .branding .centerBox .otherStyle {
  flex-direction: column;
}
#app .branding .centerBox .otherStyle .right {
  padding: 0;
}
#app .branding .centerBox .otherStyle .right .brandingDesc::after {
  display: none;
}
#app .aboutUs {
  width: 100%;
  box-sizing: border-box;
  background: url('../images/uaBG.png') no-repeat center / cover;
}
#app .aboutUs .title {
  text-align: center;
}
#app .aboutUs .title img {
  max-width: 100%;
}
#app .aboutUs .centerBox {
  position: relative;
}
#app .aboutUs .centerBox .usicon1,
#app .aboutUs .centerBox .usicon2 {
  position: absolute;
}
#app .aboutUs .centerBox .usicon1 {
  top: 60px;
  right: -160px;
}
#app .aboutUs .centerBox .usicon2 {
  bottom: 30px;
  left: -160px;
}
#app .aboutUs .info {
  width: 1260px;
  margin: auto;
  box-sizing: border-box;
  padding: 45px;
  padding-bottom: 80px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom: none;
  background-image: linear-gradient(45deg, #f7f8fa, #dfe9fc, #f7f8fa);
  position: relative;
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
}
#app .aboutUs .info img {
  position: absolute;
  bottom: 0;
  right: 0;
}
#app .aboutUs .info p {
  color: #08155e;
  font-size: 21px;
  line-height: 28px;
  margin-bottom: 30px;
}
#app .aboutUs .info p:last-child {
  margin-bottom: 0;
}
#g-footer {
  margin-top: 0;
  background-color: #fff;
}
