/* 弹窗 */
.pc-tanchuang {
  position: fixed;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 44;
  display: flex !important;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 100%;
}
.pc-tanchuang > div:nth-child(1) {
  position: relative;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 77;
}
.pc-tanchuang a:hover {
  opacity: 1;
}
.pc-tanchuang div span {
  color: #fff;
  font-size: 18px;
  position: absolute;
  top: -31px;
  right: -28px;
  z-index: 88;
}
.pc-shadow {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: #000;
  opacity: 0.3;
  z-index: 55;
}
.pc-tanchuang a:hover {
  opacity: 1 !important;
}

.font-type {
  color: #fff;
}

.home-banner {
  max-height: 860px;
  width: 100%;
  position: relative;
}

.home-banner img {
  height: auto;
  width: 100%;
}

.banner-text {
  position: absolute;
  top: 50%;
  padding-left: 20rem;
  transform: translate(0%, -50%);
}

.banner-text-title {
  color: white;
  font-size: 45px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 4px;
}

.banner-text-title-en {
  font-size: 22px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 1rem;
  margin-bottom: 3rem;
  letter-spacing: 0;
}

.banner-text-title2 {
  font-size: 26px;
  color: white;
  line-height: 1.5;
}

.banner-text-button {
  color: white;
  text-align: center;
  background: #3195ff;
  border-radius: 3px;
  padding: 18px 25px;
  font-size: 28px;
  display: inline-block;
}

.banner-orientation-button {
  position: absolute;
  bottom: 23%;
  left: 50%;
  transform: translate(-50%, 0);
}

.banner-text-button a:hover {
  color: #ffffff;
}

.banner-text-button:hover {
  color: white;
  opacity: 0.8;
}

.abk-introduce {
  width: 100%;
  height: 75rem;
  background: url(../img/home/map.png) no-repeat center;
  background-size: cover;
}

.introduce-title {
  padding: 0 14rem;
  text-align: center;
  position: absolute;
  margin: auto;
  top: 20%;
  bottom: 29%;
  left: 0;
  right: 0;
  height: 38%;
}

.intr-title {
  font-size: 56px;
  font-family: "Microsoft YaHei";
  color: rgb(51, 51, 51);
  font-weight: bold;
  line-height: 1.2;
  padding-top: 12rem;
  text-align: center;
}

.intr-title2 {
  font-size: 18px;
  color: #666;
  padding-top: 20px;
  text-align: center;
  line-height: 1.6;
}

.introduce-container {
  margin-right: auto;
  margin-left: auto;
}

.intr-content {
  padding-top: 8rem;
  position: relative;
}

.computer-img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -35%);
}

.abk-intr-item {
  display: inline-block;
}

.item-title {
  font-size: 32px;
  font-weight: 600;
  padding-top: 20px;
}

.item-title2 {
  font-size: 28px;
}

.understand {
  font-size: 14px;
  color: #1676ff;
  padding-top: 30px;
}

.percentage {
  font-size: 45px;
  font-weight: bold;
  margin-left: 3px;
  color: #1676ff;
}

.intr-between {
  display: flex;
  justify-content: space-between;
}

.intr-between:nth-child(3) {
  padding-top: 80px;
}

.abk-info-item {
  /* padding: 60px 0; */
  display: flex;
  align-items: center;

  margin: 0 auto;
  /* padding: 5rem 1.25rem; */
  justify-content: space-between;
  height: 55rem;
}

.abk-info-item p {
  margin-bottom: 15px;
}

.info-container-title {
  /* padding: 0 32rem; */
}

.abk-text {
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0px;
}

.brighten {
  font-size: 20px;
  color: #1676ff;
  font-weight: bold;
}

.customhouse-search {
  height: 50px;
  width: 100%;
  margin-top: 30px;
  display: flex;
}

.customhouse-search input {
  width: calc(100% - 150px);
  height: 100%;
  border-radius: 5px;
  padding-left: 10px;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(204, 204, 204);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  font-size: 16px;
}

.customhouse-button {
  height: 100%;
  padding: 15px 20px;
  color: white;
  text-align: center;
  background: #6eb7c9;
  display: inline-block;
  border-radius: 5px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  font-size: 18px;
}

.customhouse-button:hover,
.know-more-button:hover {
  opacity: 0.8;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  filter: alpha(opacity=80);
}

.know-more-button {
  color: white;
  text-align: center;
  background: #6eb7c9;
  border-radius: 5px;
  padding: 10px 0;
  font-size: 18px;
  width: 15rem;
  margin-top: 30px;
}

.info-title {
  font-size: 38px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px;
}

.left-info-title {
  text-align: left;
}

.authentification {
  background: url(../img/home/bg_user.png) no-repeat center;
  background-size: cover;
}

.authentification-title {
  font-size: 38px;
  font-weight: bold;
  color: white;
  text-align: center;
  line-height: 1.5;
}

.user-item {
  display: inline-block;
  width: calc((100% - 130px) / 3);
  margin-right: 2rem;
  background-color: white;
  border-radius: 16px;
  height: 340px;
  box-shadow: 0px 18px 20px -10px rgba(0, 0, 0, 0.03);
}

.user-item:last-child {
  margin-right: 0;
}

.user-item-hover {
  /*width: 31%;*/
  -webkit-box-shadow: 0px 28px 30px -16px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 28px 30px -16px rgba(0, 0, 0, 0.1);
  background: #fff;
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
  cursor: pointer;
}

.user-item:nth-last-child {
  margin-right: 0;
}

/*轮播小圆点样式*/

.my-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  opacity: 1;
  margin: 0 4px;
  border: 1px solid #d8d8d8;
}

.my-bullet-active {
  background: #d8d8d8;
  opacity: 1;
  width: 10px;
  height: 10px;
}

.swiper-hight {
  height: 380px;
  margin-bottom: 20px;
}

.user-img {
  height: 24rem;
  width: 100%;
}

.user-img img {
  width: 100%;
  height: 100%;
}

.user-content {
  padding: 30px 30px 40px 30px;
  font-size: 15px;
  color: #666;
  letter-spacing: 0;
}

.user-content > p {
  line-height: 32px;
  color: #333;
  position: relative;
}

.user-content > p::before {
  content: "";
  width: 31px;
  height: 24px;
  font-size: 74px;
  font-family: AliHYAiHei;
  font-weight: bold;
  color: #6eb7c9;
  line-height: 22px;
  opacity: 0.3;
  position: absolute;
  top: 0px;
  left: -45px;
  background: url(../img/home/d3.png) no-repeat center;
}
/* .user-content-right::before {
    content: "";
    width: 31px;
    height: 24px;
    font-size: 74px;
    font-family: AliHYAiHei;
    font-weight: bold;
    color: #6EB7C9;
    line-height: 22px;
    opacity: 0.3;
    position: absolute;
    top: 0px;
    left: -45px;
    background: url(../img/home/d2.png) no-repeat center;
} */

.user-info {
  display: flex;
  margin-top: 130px;
  position: relative;
  text-align: start;
}

.user-info img {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  margin-right: 10px;
  object-fit: cover;
}

.user-info .use-name {
  font-size: 16px;
  font-weight: bold;
}

.user-addr {
  position: absolute;
  right: 0;
  text-align: right;
}

.color-999 {
  color: #999999;
  font-size: 13px;
}

.authentification-conter {
  margin-right: auto;
  margin-left: auto;
  /* max-width: 1480px; */
  max-width: 1080px;
  /* padding: 6rem 0; */
}

.side-user {
  padding: 7rem 20px 0rem 20px;
}

.partner {
  padding: 8rem 0;
  max-width: 1200px;
}

.partner-title {
  font-size: 38px;
  font-weight: bold;
  color: #333333;
  text-align: center;
  padding-bottom: 3rem;
}

.icon {
  margin-right: 2.5rem;
  margin-top: 2rem;
}

.embrace-icon1 {
  position: absolute;
  left: 20px;
}

.embrace-icon2 {
  position: absolute;
  right: 40px;
}

.embrace-icon3 {
  position: absolute;
  bottom: 10px;
  bottom: 20px;
  left: 20px;
}

.embrace-icon4 {
  position: absolute;
  bottom: 20px;
  right: 40px;
}

.computer {
  width: 43rem;
}

.info-img1 {
  max-width: 840px;
  /* margin-left: 10rem; */
  /* margin-right: -4rem */
}

.info-img2 {
  max-width: 650px;
  /* margin-right: 8rem; */
  /* margin-left: -60px; */
  z-index: 1;
}

.info-img3 {
  max-width: 880px;
  margin-left: 6rem;
}

.whBanner-button {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.whBanner-button img {
  height: 90px;
}

@media (min-width: 1600px) {
  .info-container {
    max-width: 1100px;
  }
}

@media (max-width: 2300px) {
  /* 弹窗 */
  .pc-tanchuang-img {
    width: 700px;
  }
}

@media (max-width: 1920px) {
  /* 弹窗 */
  .pc-tanchuang-img {
    width: 600px;
  }
}

@media (max-width: 1600px) and (min-width: 1400px) {
  /* 弹窗 */
  .pc-tanchuang-img {
    width: 590px;
  }
  /*前面介绍 BPASS*/
  .intr-title {
    font-size: 32px;
  }

  .intr-title2 {
    font-size: 17px;
  }

  .introduce-title {
    padding: 0 10rem;
    text-align: center;
  }

  /*中间内容  全球电话等*/
  .introduce-container {
    max-width: 1280px;
    padding: 0 80px;
  }

  .info-img1 {
    max-width: 640px;
    /* margin-left: 2rem; */
    margin-right: 0;
  }

  .info-img2 {
    max-width: 650px;
    margin-left: 0;
  }

  .info-img3 {
    max-width: 680px;
    margin-left: 4rem;
  }

  .abk-text {
    font-size: 16px;
  }

  .info-title {
    font-size: 32px;
  }

  .brighten {
    font-size: 18px;
  }

  .customhouse-search {
    height: 40px;
  }

  .customhouse-button {
    padding: 10px 15px;
  }

  .abk-info-item {
    width: 1100px;
    /* padding: 0 4rem; */
    height: 50rem;
  }
}

@media (max-width: 1400px) and (min-width: 1024px) {
  /* 弹窗 */
  .pc-tanchuang-img {
    width: 490px;
  }

  .whBanner-button img {
    height: 80px !important;
    width: 350px !important;
  }

  .banner-text-title {
    font-size: 38px;
    letter-spacing: 2px;
  }

  .banner-text-title-en {
    font-size: 18px;
    margin-top: 1rem;
    margin-bottom: 3rem;
  }

  .banner-text-title2 {
    font-size: 24px;
    color: white;
    line-height: 1.5;
  }

  .banner-text-button {
    font-size: 18px;
  }

  .banner-text {
    padding-left: 10rem;
  }

  .intr-title {
    font-size: 32px;
  }

  .intr-title2 {
    font-size: 17px;
  }

  .introduce-title {
    padding: 0 10rem;
    text-align: center;
  }

  .item-title {
    font-size: 28px;
  }

  .item-title2 {
    font-size: 24px;
  }

  .understand {
    font-size: 14px;
  }

  .percentage {
    font-size: 38px;
  }

  .info-img1 {
    max-width: 48rem;
    margin-left: 2rem;
    height: auto;
    margin-right: 0;
  }

  .info-img2 {
    max-width: 50rem;
    margin-right: 4rem;
    margin-left: 0;
  }

  .info-img3 {
    max-width: 46rem;
    margin-left: 4rem;
  }

  .abk-text {
    font-size: 16px;
  }

  .info-title {
    font-size: 28px;
    margin-left: 72px;
  }

  .brighten {
    font-size: 18px;
  }

  .customhouse-search {
    height: 40px;
    font-size: 16px;
  }

  .customhouse-button {
    padding: 10px 15px;
    font-size: 16px;
  }

  .abk-info-item {
    width: 1100px;
    padding: 0 7rem;
    height: 40rem;
  }

  .info-container-title {
    /* padding: 0 18rem; */
  }

  .know-more-button {
    font-size: 16px;
    width: 12rem;
  }
}

@media (max-width: 1024px) and (min-width: 767px) {
  /* 弹窗 */
  .pc-tanchuang-img {
    width: 325px;
  }

  .whBanner-button img {
    height: 60px !important;
    width: 250px !important;
  }

  .banner-text-title {
    font-size: 28px;
  }

  .banner-text-title-en {
    font-size: 16px;
    margin-top: 1rem;
    margin-bottom: 3rem;
  }

  .banner-text-title2 {
    font-size: 20px;
    color: white;
    line-height: 1.5;
  }

  .banner-text-button {
    font-size: 16px;
    padding: 10px 15px;
  }

  .banner-text {
    padding-left: 10rem;
  }

  .intr-title {
    font-size: 26px;
  }

  .intr-title2 {
    font-size: 17px;
    line-height: 34px;
  }

  .introduce-title {
    padding: 0 5rem;
    text-align: center;
  }

  .item-title {
    font-size: 25px;
  }

  .item-title2 {
    font-size: 22px;
  }

  .understand {
    font-size: 14px;
    padding-top: 20px;
  }

  .percentage {
    font-size: 34px;
  }

  .embrace-icon1 {
    position: absolute;
    left: 29px;
    width: 40px;
    top: 7px;
  }

  .embrace-icon2 {
    position: absolute;
    right: 45px;
    width: 35px;
  }

  .embrace-icon3 {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 35px;
  }

  .embrace-icon4 {
    position: absolute;
    bottom: 20px;
    right: 40px;
    width: 38px;
  }

  .computer {
    width: 36rem;
  }

  .info-img1 {
    max-width: 50%;
    margin-left: 2rem;
    height: auto;
    margin-right: 0;
  }

  .info-img2 {
    max-width: 50%;
    margin-right: 2rem;
    margin-left: 0;
  }

  .info-img3 {
    max-width: 50%;
    margin-left: 4rem;
  }

  .abk-text {
    font-size: 15px;
  }

  .info-title {
    font-size: 24px;
  }

  .brighten {
    font-size: 16px;
  }

  .customhouse-search {
    height: 40px;
    font-size: 15px;
  }

  .customhouse-button {
    padding: 10px 15px;
    font-size: 16px;
  }

  .abk-info-item {
    padding: 0 9rem;
    height: 45rem;
  }

  .info-container-title {
    padding: 0 9rem;
  }

  .know-more-button {
    font-size: 15px;
    width: 10rem;
  }

  /*用户轮播*/
  .user-item {
    display: inline-block;
    width: calc((100% - 8rem) / 2);
  }

  .info-container-change {
    padding: 0 6rem !important;
  }
}
/* 移动端默认不显示 */
@media (max-width: 767px) {
  .pc-tanchuang-img {
    display: none;
  }
  .phone-tanchuang {
    display: block;
  }
  /* 取消常见问题 */
  .question-cancel {
    display: none;
  }
  .homeNav {
    margin-right: 20px;
  }
  .font-type {
    color: #333 !important;
  }
  /* .sub-footer{
        margin-bottom: 6%;
    } */
  /* 三级菜单 */
  .two-bar {
    display: none !important;
  }
  .three-bar {
    display: block !important;
  }
  .navbar-nav a {
    font-size: 20px !important;
  }

  .three-ul li {
    line-height: 35px !important;
  }
  .three-ul li .three-a {
    font-size: 17px !important;
  }
  .three-li-a a {
    font-size: 15px !important;
    line-height: 15px !important;
    display: flex;
    justify-content: center;
    margin-right: 18px;
    color: #666 !important;
  }
  .product-menu li a {
    font-size: 17px !important;
    color: #333333;
  }

  /* pc弹窗取消 */
  .pc-tanchuang {
    display: none !important;
  }
  .pc-shadow {
    display: none;
  }
  /* 移动端弹窗 */

  .phone-tanchuang {
    position: fixed;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /* opacity: 1!important; */
    z-index: 66;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  .phone-tanchuang > div:nth-child(1) {
    position: relative;
    width: 80%;
    z-index: 77;
  }
  .phone-tanchuang a:hover {
    opacity: 1;
  }
  .phone-tanchuang span {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    top: -24px;
    right: -20px;
    z-index: 88;
  }
  .phone-tanchuang span img {
    width: 20px;
    height: 20px;
  }
  .phone-shadow {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: #000;
    opacity: 0.3;
    z-index: 55;
  }
  .phone-tanchuang img {
    width: 100%;
  }

  .whBanner-button {
    position: absolute;
    bottom: 20px !important;
  }

  .whBanner-button img {
    height: 30px !important;
    width: 150px !important;
  }

  .banner-text-title-en {
    font-size: 14px;
    margin-bottom: 1rem;
  }

  .banner-text-title2 {
    font-size: 16px;
    color: white;
    line-height: 1.5;
  }

  .banner-text-button {
    font-size: 14px;
    padding: 5px 15px;
    margin-top: 10px;
    bottom: 15%;
  }

  .banner-text {
    padding-left: 2rem;
  }

  .banner-text-title {
    font-size: 22px;
    letter-spacing: 2px;
  }

  .intr-title {
    font-size: 24px;
    padding-top: 0;
  }

  .intr-title2 {
    font-size: 16px;
  }

  .introduce-title {
    padding: 0 2rem;
    text-align: center;
  }

  .item-title {
    font-size: 20px;
    padding-top: 1rem;
  }

  .item-title2 {
    font-size: 18px;
  }

  .understand {
    font-size: 15px;
    padding-top: 1rem;
  }

  .percentage {
    font-size: 28px;
  }

  .computer {
    width: 100%;
  }

  .computer-img {
    position: inherit;
    transform: inherit;
    left: 0;
    top: 0;
    text-align: center;
  }

  .abk-introduce {
    height: auto;
    /* padding-top: 5rem; */
    padding-bottom: 5rem;
  }

  .intr-between {
    display: flex;
    justify-content: space-around;
    padding-top: 3rem;
  }

  .intr-between:nth-child(3) {
    padding-top: 3rem;
  }

  .embrace-icon1 {
    position: absolute;
    left: 40px;
    width: 40px;
    top: 18px;
  }

  .embrace-icon2 {
    position: absolute;
    right: 50px;
    width: 35px;
    top: 5px;
  }

  .embrace-icon3 {
    position: absolute;
    bottom: 20px;
    left: 40px;
    width: 35px;
  }

  .embrace-icon4 {
    position: absolute;
    bottom: 20px;
    right: 40px;
    width: 35px;
  }

  /*中间部分*/
  .info-img1 {
    max-width: 100%;
    height: auto;
    margin: 0;
  }

  .info-img2 {
    max-width: 100%;
    height: auto;
    margin: 0;
  }

  .info-img3 {
    max-width: 100%;
    height: auto;
    margin: 0;
  }

  .abk-text {
    font-size: 15px;
  }

  .info-title {
    font-size: 24px;
  }

  .brighten {
    font-size: 16px;
  }

  .customhouse-search {
    height: 40px;
    font-size: 15px;
  }

  .customhouse-button {
    padding: 10px 15px;
    font-size: 16px;
  }

  .abk-info-item {
    padding: 1rem 1rem;
    display: inherit;
    text-align: center;
    height: 100%;
  }

  .info-container-title {
    padding: 0 8rem;
  }

  .know-more-button {
    font-size: 15px;
    width: 10rem;
    display: inline-block;
  }

  /*合作伙伴*/
  .icon {
    margin-right: 1rem;
    margin-top: 1rem;
  }

  /*用户轮播*/
  .user-item {
    display: inline-block;
    width: calc(100% - 2rem);
    margin-right: 0;
  }

  .side-user {
    padding: 7rem 1rem 0rem 1rem;
    text-align: center;
  }

  .authentification-title {
    font-size: 24px;
  }
}

@media (max-width: 400px) {
  .intr-between {
    display: inherit;
  }

  .abk-intr-item {
    display: block;
    text-align: center;
  }

  .banner-text-title-en {
    font-size: 13px;
    margin-bottom: 5px;
    margin-top: 5px;
  }

  .banner-text-title2 {
    font-size: 14px;
    color: white;
    line-height: 1.5;
  }

  .banner-text-button {
    font-size: 12px;
    padding: 3px 10px;
    margin-top: 10px;
  }

  .banner-text {
    padding-left: 1rem;
  }

  .banner-text-title {
    font-size: 16px;
    letter-spacing: 2px;
  }
}

/* 20200224 改版 */
.home-page {
  background: rgba(249, 249, 249, 1);
}

.home-banner {
  max-height: 760px;
  overflow: hidden;
}

header ul.nav li a {
  /* color: #fff; */
  font-family: sans-serif;
}

header ul.nav li a:hover {
  background: unset;
}

#triangle {
  width: 14px;
}

.product-menu li a {
  color: #666 !important;
  display: inline-block;
  margin-right: 15px;
}
.product-menu li a:last-child {
  margin-right: 0;
}
.product-menu li a {
  /* font-weight: bold!important; */
}
.product-menu-style1 li a:nth-child(1) {
  color: #6eb7c9 !important;
  margin-right: 30px;
}
.product-menu-style1 li a:last-child {
}

.navbar-toggle .icon-bar {
  background: #fff;
}

.container {
  /* margin-top: 12px; */
  letter-spacing: 0;
}

.header-top {
  margin-top: unset;
}

.searchDataBox {
  width: 160px;
  background: none;
  border: none;
  outline: none;
  border-bottom: 0.5px solid #e6e6e6;
  margin-top: -10px;
  color: #999;
  border-radius: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}

.searchDataBox::-webkit-input-placeholder {
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  color: #cecece;
}

.phone-loginBtn {
  width: 60px;
  height: 30px;
  border-radius: 15px;
  line-height: 30px;
  display: block;
  border: 1px solid rgba(196, 196, 196, 1);
  color: #666;
  text-align: center;
  float: right;
  margin: 15px 10px 0 0;
  font-size: 12px;
  display: none;
}

.phone-registerBtn {
  width: 90px;
  height: 30px;
  border-radius: 15px;
  float: right;
  margin-top: 15px;
  display: none;
  background: linear-gradient(
    90deg,
    rgba(255, 139, 126, 1) 0%,
    rgba(255, 180, 157, 1) 100%
  );
  border-radius: 15px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  font-size: 12px;
}
.phone-registerBtn:hover {
  width: 90px;
  height: 30px;
  border-radius: 15px;
  float: right;
  margin-top: 15px;
  /* display: none; */
  background: linear-gradient(
    90deg,
    rgba(255, 180, 157, 1) 0%,
    rgba(255, 139, 126, 1) 100%
  );
  border-radius: 15px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  font-size: 12px;
}

.phone-registerBtn img {
  width: 100%;
  height: 100%;
}

.loginBtn {
  width: 80px;
  height: 38px;
  border-radius: 19px;
  border: 1px solid #fff;
  text-align: center;
  line-height: 38px;
  display: block;
  float: right;
  margin: 10px 10px 0 0;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
}

.loginBtn:hover {
  color: #6eb7c9 !important;
}

.registerBtn {
  width: 112px;
  height: 38px;
  border-radius: 19px;
  text-align: center;
  display: block;
  margin-top: 10px;
  float: right;
  color: #fff !important;
  font-family: Arial, Helvetica, sans-serif;
  background: linear-gradient(
    90deg,
    rgba(255, 139, 126, 1) 0%,
    rgba(255, 180, 157, 1) 100%
  );
  border-radius: 19px;
  line-height: 38px;
}
.registerBtn:hover {
  background: linear-gradient(
    90deg,
    rgba(255, 180, 157, 1) 0%,
    rgba(255, 139, 126, 1) 100%
  );
}
.registerBtn img {
  width: 100%;
}

.registerBtn:hover {
  opacity: 0.8;
}

.searchDataInput::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.placeholderColor::-webkit-input-placeholder {
  color: #999;
}

.searchDataContainer {
  width: 200px;
  height: 38px;
  background: rgba(208, 208, 208, 0.3);
  border-radius: 19px;
  border: 1px solid rgb(196, 196, 196);
  float: right;
  margin: 10px 10px 0 0;
}

.searchborder {
  border: 1px solid #ccc4c4 !important;
}

.SelectsearchDataContainer {
  width: 200px;
  height: 38px;
  background: rgba(208, 208, 208, 0.3);
  border-radius: 19px;
  border: 1px solid #4e6ef2 !important;
  float: right;
  margin: 10px 10px 0 0;
}
.navbar-collapse .searchDataInput {
  background: none;
  border: none;
  width: 150px;
  outline: none;
  border-radius: 0;
  margin: 7px 0 0 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}

.searchDataIconW,
.searchDataIconB {
  width: 20px;
  margin-left: 5px;
  margin-top: -3px;
  cursor: pointer;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("../img/next.png");
  display: none;
  background-size: 42px 42px;
  width: 42px;
  height: 42px;
  opacity: 0.5;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("../img/pre.png");
  display: none;
  background-size: 42px 42px;
  width: 42px;
  height: 42px;
  opacity: 0.5;
}

.swiper-container:hover .swiper-button-prev,
.swiper-container:hover .swiper-button-next {
  display: block;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  opacity: 1;
}

.abk-introduce {
  position: relative;
  background: #fff;
  width: 90%;
  height: auto;
  padding-bottom: 50px;
  margin: -30px auto 0;
  z-index: 1;
  box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.06);
}

@keyframes bounce-up {
  25% {
    transform: translateY(10px);
  }
  50%,
  100% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(-10px);
  }
}

.background-white {
  background: #fff;
  z-index: -2;
}

.intr-title {
  font-family: unset;
  padding-top: 4rem;
}

.custom-intr-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 76%;
  height: 100%;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 6%;
  overflow: hidden;
}

.custom-intr-item {
  width: 20%;
  min-width: 145px;
  margin-right: 5px;
  border-radius: 10px;
  text-align: center;
}

.custom-intr-item img {
  width: 38px;
  margin: 0 auto 10px;
}
.custom-intr-item img:nth-child(2) {
  display: none;
}

.custom-intr-item h4 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 0;
}

.custom-intr-item p {
  color: #666;
  font-size: 16px;
  line-height: 36px;
}

.custom-intr-item-text {
  width: auto;
  text-align: center;
  margin: 0 auto;
}

.custom-intr-item5:hover p {
  opacity: 1;
  line-height: 36px;
  height: auto;
}

.custom-intr-item5:hover {
  /*background: url(../img/home/intr-itembg.png) no-repeat center;*/
  background-size: cover;
  border-bottom: 2px transparent solid;
  color: #bae0e8;
  /*border-image:linear-gradient(to right,#BAE0E8,#6EB7C9) 1 10;*/
}

.custom-intr-item5:hover h4 {
  margin-bottom: 25px;
}

.custom-intr-item5:hover p {
  opacity: 1;
  line-height: 36px;
  height: auto;
}

.custom-intr-item5:hover img:nth-child(1) {
  display: none;
}
.custom-intr-item5:hover img:nth-child(2) {
  display: block;
}
.custom-intr-item5:hover img {
  transition: all 0.3s;
  animation: bounce-up 1.5s linear 1;
}
.custom-intr-item5:hover .font-linear-gradient {
  /* background-image: linear-gradient(to right,#BAE0E8,#6EB7C9); */
  -webkit-background-clip: text;
  color: #6eb7c9;
}
/*  */
.custom-intr-item6:hover {
  background-size: cover;
  border-bottom: 2px transparent solid;
  color: #6eb7c9;
}

.custom-intr-item6:hover h4 {
  margin-bottom: 25px;
}

.custom-intr-item6:hover p {
  opacity: 1;
  line-height: 36px;
  height: auto;
}

.custom-intr-item6:hover img:nth-child(1) {
  display: none;
}
.custom-intr-item6:hover img:nth-child(2) {
  display: block;
}
.custom-intr-item6:hover img {
  transition: all 0.3s;
  animation: bounce-up 1.5s linear 1;
}
.custom-intr-item6:hover .font-linear-gradient {
  /* background-image: linear-gradient(to right,#BAE0E8,#6EB7C9); */
  -webkit-background-clip: text;
  color: #6eb7c9;
}

/*  */
.custom-intr-item7:hover {
  background-size: cover;
  border-bottom: 2px transparent solid;
  color: #6eb7c9;
}

.custom-intr-item7:hover h4 {
  margin-bottom: 25px;
}

.custom-intr-item7:hover p {
  opacity: 1;
  line-height: 36px;
  height: auto;
}

.custom-intr-item7:hover img:nth-child(1) {
  display: none;
}
.custom-intr-item7:hover img:nth-child(2) {
  display: block;
}
.custom-intr-item7:hover img {
  transition: all 0.3s;
  animation: bounce-up 1.5s linear 1;
}
.custom-intr-item7:hover .font-linear-gradient {
  /* background-image: linear-gradient(to right,#BAE0E8,#6EB7C9); */
  -webkit-background-clip: text;
  color: #6eb7c9;
}
/*  */
.custom-intr-item8:hover {
  background-size: cover;
  border-bottom: 2px transparent solid;
  color: #6eb7c9;
}

.custom-intr-item8:hover h4 {
  margin-bottom: 25px;
}

.custom-intr-item8:hover p {
  opacity: 1;
  line-height: 36px;
  height: auto;
}

.custom-intr-item8:hover img:nth-child(1) {
  display: none;
}
.custom-intr-item8:hover img:nth-child(2) {
  display: block;
}
.custom-intr-item8:hover img {
  transition: all 0.3s;
  animation: bounce-up 1.5s linear 1;
}
.custom-intr-item8:hover .font-linear-gradient {
  /* background-image: linear-gradient(to right,#BAE0E8,#6EB7C9); */
  -webkit-background-clip: text;
  color: #6eb7c9;
}
/*  */

.custom-intr-item a {
  width: 128px;
  height: 38px;
  border-radius: 22px;
  line-height: 38px;
  position: absolute;
  top: 300px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  border: 1px solid rgba(193, 193, 193, 1);
  color: #666;
}

.supplement {
  color: #b9b9b9;
  font-size: 11px;
  background: rgba(197, 197, 197, 0.1);
  float: right;
  margin-left: -70px;
  margin-right: 30px;
}

.feature-title {
  width: 160px;
  margin-top: 50px;
  /* padding-left: 70px; */
  margin-left: 16%;
  letter-spacing: 0;
}

.feature-title b {
  font-size: 35px;
  color: rgba(102, 102, 102, 0.1);
  margin-left: 10px;
}

.abk-text {
  height: 330px;
}

.abk-text-right {
  margin-right: 7%;
}

.info-img-change {
  margin: 0 !important;
}

.abk-text ul {
  list-style: disc;
  margin-top: 25px;
  line-height: 35px;
  text-align: left;
  color: #666;
  margin-left: 20px;
}
.abk-text ul li {
  list-style: disc;
  text-align: left;
}

.immediate-use {
  width: 132px;
  height: 44px;
  position: relative;
  background-color: #fff;
  border-radius: 24px;
  background-clip: padding-box;
  line-height: 44px;
  text-align: center;
  color: rgba(252, 96, 129, 1);
  box-sizing: content-box;
  background: linear-gradient(
    90deg,
    rgba(186, 224, 232, 1) 0%,
    rgba(110, 183, 201, 1) 100%
  );
  letter-spacing: 0;
  margin-top: 60px;
}

.common-btn {
  display: block;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  line-height: 42px;
  font-size: 16px;
  color: #fff !important;
  text-transform: uppercase;
  text-align: center;
  border: none;
  outline: none;
  border-radius: 21px;
  background: #fff;
  /* top: 1px; */
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}
.common-btn {
  color: #fff !important;
  background: linear-gradient(
    90deg,
    rgba(10, 195, 223, 1) 0%,
    rgba(54, 231, 210, 1) 100%
  );
}
.common-btn:hover {
  color: #fff !important;
  background: linear-gradient(
    90deg,
    rgba(54, 231, 210, 1) 0%,
    rgba(10, 195, 223, 1) 100%
  );
}
.common-btn span {
  /* color: #fff !important; */
}
.common-btn::before {
  content: attr(data-text);
  z-index: 1;
  position: absolute;
  left: 0;
  color: #fff;
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  background: linear-gradient(
    90deg,
    rgba(186, 224, 232, 1) 0%,
    rgba(110, 183, 201, 1) 100%
  );
}

.common-btn::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 140%;
  background: linear-gradient(
    90deg,
    rgba(186, 224, 232, 1) 0%,
    rgba(110, 183, 201, 1) 100%
  );
  opacity: 0;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transitiqon: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transform: translateX(100%) skew(0deg);
  -webkit-transform: translateX(-100%) skew(0deg);
  -moz-transform: translateX(-100%) skew(0deg);
  -ms-transform: translateX(-100%) skew(0deg);
  -o-transform: translateX(-100%) skew(0deg);
}

/*.common-btn:hover::before {*/
/*    opacity: 1;*/
/*    color: #fff !important;*/
/*    border-radius: 21px;*/
/*}*/

/*.common-btn:hover::after {*/
/*    opacity: 1;*/
/*    transform: translateX(10%) skew(-20deg);*/
/*    -webkit-transform: translateX(10%) skew(-20deg);*/
/*    -moz-transform: translateX(10%) skew(-20deg);*/
/*    -ms-transform: translateX(10%) skew(-20deg);*/
/*    -o-transform: translateX(10%) skew(-20deg);*/
/*    border-radius: 21px;*/
/*}*/

.common-btn span {
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  z-index: 1;
  display: block;
  opacity: 1;
  color: #fff;
  font-weight: bold;
}

/*.common-btn:hover span {*/
/*    color: #fff !important;*/
/*    opacity: 0;*/
/*    transform: translateX(50%);*/
/*    -webkit-transform: translateX(50%);*/
/*    -moz-transform: translateX(50%);*/
/*    -ms-transform: translateX(50%);*/
/*    -o-transform: translateX(50%);*/
/*}*/

.getDetail:hover {
  opacity: 0.7;
}

.feature-canvas {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  /* z-index: 0; */
}

.info-container-title {
  justify-content: space-between;
  max-width: 1100px;
}

.info-container-change01 {
  display: flex;
  justify-content: space-between;
}

.right-feature-icon img {
  margin-top: 7px;
}

.left-feature-icon img {
  margin-top: 7px;
}

.info-container-title,
.info-container-title-img {
  display: flex;
  flex-wrap: wrap;
  margin: 30px auto 0;
  letter-spacing: 0;
}

.info-container-title-img {
  width: 70%;
}

.info-container-title {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}

.left-feature-icon {
  /* text-align: left !important; */
}

.info-container-title div {
  text-align: center;
}

.info-container-title-img div {
  width: 25%;
  text-align: center;
  font-size: 16px;
}

.info-container-title-img img {
  width: 90px;
  margin-bottom: 20px;
}

.info-title-right-box-1 {
  /* padding-left: 8rem; */
}

.info-title-right-box-3 {
  /* padding-left: 16rem; */
}

.business-container,
.big-data-container,
.more-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  justify-content: center;
  letter-spacing: 0;
}

.big-data-container {
  margin-top: 30px;
  color: rgba(102, 102, 102, 1);
}

.business-container {
  text-align: center;
  color: #666;
}

.business-container > div {
  width: 310px;
  height: 400px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 2px 4px 8px rgba(0, 0, 0, 0.06);
  border-radius: 16px;
}

.business-container > div > img {
  width: 51px;
  height: 51px;
}

#globalCall {
  margin: 0 60px;
}

.big-data-container img {
  width: 100px;
}

.big-data-container div {
  width: 30%;
  text-align: center;
}

.more-container > div {
  width: 180px;
  height: 140px;
  background: rgba(249, 249, 249, 1);
  border-radius: 10px;
  text-align: center;
  margin: 20px;
  position: relative;
}

.more-container > div:hover {
  transition: all 0.3s;
  animation: bounce-up 0.5s ease-in-out 1;
}

.more-container img {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 52px;
  height: 52px;
}

.more-container span {
  position: absolute;
  top: 90px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.more-container-last {
  background: linear-gradient(
    90deg,
    rgba(186, 224, 232, 1),
    rgba(110, 183, 201, 1)
  ) !important;
  border-radius: 10px;
}

.more-container-last div {
  border-radius: 9px;
  background: #fff;
  width: 178px;
  height: 138px;
  position: relative;
  top: 1px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.side-user {
  position: relative;
}

.side-user-d1,
.side-user-d2 {
  width: 76px;
  position: absolute;
  top: 20px;
}

.side-user-d1 {
  left: 0px;
  top: 40px;
  transform: rotate(180deg);
}

.side-user-d2 {
  right: 0px;
  top: 40px;
}

.custom-partner {
  max-width: unset;
  width: 100%;
  background: #fff;
}

footer {
  letter-spacing: 0;
}

footer a {
  color: #fff !important;
}

.footer-top {
  border-bottom: 1px solid #fff;
  padding-bottom: 30px;
  margin-bottom: 50px;
}

.footer-top-contact {
  float: right;
  width: 400px;
  height: 120px;
  line-height: 28px;
}

.bottom-icon {
  width: 20px;
  margin-left: 10px;
  cursor: pointer;
  vertical-align: bottom;
}

.turnTableBottomEntrance {
  width: 100%;
  position: fixed;
  z-index: 10;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.turnTableBottomEntrance img {
  width: 100%;
}

.entrance_close_btn {
  width: 24px;
  position: fixed;
  bottom: 100px;
  left: 5px;
  z-index: 20;
  opacity: 0.6;
}

.entrance_close_btn:hover {
  opacity: 1;
}

.partner-img > div {
  display: inline-block;
  margin-top: 2rem;
  height: 45px;
  text-align: center;
  border: 1px solid #e6e6e6;
  margin-right: 18px;
  padding: 4px;
}
.partner-img .icon {
  height: 100%;
  margin: 0;
}
@media (max-width: 700px) {
  .custom-intr-content {
    margin-top: 100px;
  }
  .custom-intr-item {
    margin: 0;
  }
}
@media (min-width: 700px) {
  .phone-tanchuang {
    display: none;
  }
}

@media (min-width: 500px) {
  .headerDiv {
    box-shadow: unset;
  }
}

@media (max-width: 500px) {
  .custom-intr-content {
    margin-top: 100px;
  }
  .custom-intr-item {
    margin: 0;
  }
  .navbar-header {
    padding: 0 3rem;
  }

  .phone-loginBtn,
  .phone-registerBtn {
    display: block;
  }

  .searchDataContainer {
    display: block !important;
    float: unset;
    margin: 20px auto 30px;
  }

  .searchDataInput::-webkit-input-placeholder,
  .searchDataInput {
    color: #999;
  }

  .supplement {
    margin-right: 0;
  }

  .info-container-title {
    padding: 0 3rem;
  }
  /* 移动端样式调整 */
  .info-container-title-pc {
    display: none !important;
  }
  .info-container-title-phone {
    display: block !important;
  }

  .info-title {
    text-align: center !important;
  }

  .info-container-title div {
    width: 100%;
    margin-bottom: 20px;
  }

  .abk-text-right {
    margin-right: 0px;
  }

  .abk-text-right ul {
    margin-left: 60px;
  }
  .info-container-title-img div {
    width: 50%;
    margin-bottom: 30px;
  }

  .left-feature-icon {
    margin-bottom: 10px;
  }

  .info-title-right-box-1 {
    padding-left: 0;
  }

  .info-title-right-box-3 {
    padding-left: 0;
  }

  .abk-introduce {
    width: 100%;
    margin: 0;
  }

  .container {
    padding: 0;
  }

  .custom-intr-item {
    width: 160px;
  }

  .more-container > div {
    width: 140px;
    margin: 15px;
  }

  .more-container-last div {
    width: 138px;
  }

  .big-data-container {
    font-size: 12px;
  }

  canvas {
    display: none;
  }

  .entrance_close_btn {
    bottom: 100px;
  }
}

@media (max-width: 1400px) {
  .info-container-title {
    /* max-width: 900px; */
  }
}
@media (max-width: 1024px) {
  #fp-nav.fp-right {
    display: none;
  }
}

@media (max-width: 1200px) {
  .loginBtn,
  .registerBtn,
  .searchDataContainer {
    display: none;
  }
  .partner-img > div {
    height: 35px;
  }
  .business-container > div {
    width: 269px;
    height: 374px;
    margin: 10px !important;
  }
}
@media (max-width: 767px) {
  .header-top {
    margin-top: 50px;
  }
  .getMessage-warp {
    width: 80%;
  }
  .layui-input,
  .layui-textarea {
    width: 100% !important;
  }
  .info-img2 {
    margin: 0 !important;
  }
  .abk-text ul {
    text-align: center;
  }
  .abk-text a {
    margin-top: 0 !important;
    float: initial !important;
  }
  .immediate-use {
    margin: 30px auto;
  }
}
/* 20210301 改版 */
.home-page-new header ul.nav li a {
  color: #333;
}

.home-page-new .searchDataInput::-webkit-input-placeholder {
  color: #999;
}

.home-page-new .searchDataContainer {
  border: 1px solid #666;
  background: none;
}

.home-page-new .loginBtn {
  border: 1px solid #333;
  color: #333;
}
.screenOne-title2 {
  font-size: 26px;
  color: #505b76;
}
.banner-btn-box {
  margin: 4em auto 6em;
}
.abk-screenOne {
  position: absolute;
  width: 100%;
  background-color: transparent;
  top: 17rem;
}
.screenOne-title {
  font-size: 70px;
  color: #505b76;
}
.tel {
  float: right;
  margin: 18px 0 0 10px;
  font-size: 12px;
}
.screenTwo-line::after {
  content: "";
  position: absolute;
  width: 224px;
  top: 35px;
  left: 2px;
  height: 16px;
  background: linear-gradient(
    90deg,
    rgba(186, 224, 232, 0.8) 0%,
    rgba(110, 183, 201, 0.8) 100%
  );
}
.screenThree-line::after {
  content: "";
  position: absolute;
  width: 224px;
  bottom: 5px;
  right: 2px;
  height: 16px;
  background: linear-gradient(
    90deg,
    rgba(186, 224, 232, 0.8) 0%,
    rgba(110, 183, 201, 0.8) 100%
  );
}
.screenFour-line::after {
  content: "";
  position: absolute;
  width: 148px;
  bottom: 5px;
  right: 2px;
  height: 16px;
  background: linear-gradient(
    90deg,
    rgba(186, 224, 232, 0.8) 0%,
    rgba(110, 183, 201, 0.8) 100%
  );
}
.screenTwo-info-title {
  position: relative;
  margin-bottom: 0;
}
.screenTwo-title {
  font-size: 26px;
  font-weight: 600;
}

.screenFive-user-item {
  display: inline-block;
}

.screenFive-user-item-box {
  width: 96%;
  margin: 10px 2%;
  overflow: hidden;
  box-shadow: 2px 4px 6px 4px rgb(0 0 0 / 6%);
  border-radius: 8px;
}

/* .swiper-wrapper {
       box-shadow: 2px 4px 6px 4px rgb(0 0 0 / 6%);
  } */

/*轮播缩略图样式*/

.my-bullet-img {
  width: 145px;
  display: inline-block;
  margin: 0 10px;
  padding: 4px;
  border-radius: 4px;
  cursor: pointer;
}
.my-bullet-img img {
  width: 100%;
}

.my-bullet-img-active {
  border-bottom: 2px solid #6eb7c9;
  box-shadow: 1px 1px 5px 2px rgb(0 0 0 / 15%);
}

.screenFive-user-img {
  width: 42%;
  float: left;
}
.screenFive-user-img > img {
  width: 100%;
}
.screenFive-user-content {
  width: 52%;
  padding: 30px 30px 0 30px;
  font-size: 15px;
  color: #666;
  letter-spacing: 0;
  float: right;
}
.screenFive-user-content > img {
  width: 25%;
  margin-bottom: 10px;
}
.screenFive-user-content .user-info {
  margin-top: 0;
}
.screenFive-partner {
  max-width: 1200px;
}
@media (max-width: 1600px) {
  .tel {
    display: none;
  }
}
@media (max-width: 1600px) and (min-width: 1400px) {
  .screenTwo-line {
    width: 188px;
    top: 30px;
  }
}
@media (max-width: 1400px) and (min-width: 1024px) {
  .screenTwo-line {
    width: 164px;
    top: 25px;
  }
  .intr-title {
    font-size: 32px;
  }
  .intr-title2 {
    font-size: 17px;
  }
}
@media (max-width: 1400px) {
  .intr-title {
    font-size: 32px;
  }
  .intr-title2 {
    font-size: 17px;
  }
}
@media (max-width: 500px) {
  .product-menu-style1 {
    text-align: left;
    /* padding: 20px; */
  }
  .product-menu-style1 > li:nth-child(3) a:nth-child(1) {
    /* margin-right: 23px!important; */
  }
  .phone-desc > p:nth-child(2) {
    text-align: center;
  }
  .product-menu-style1 li a:nth-child(1) {
    margin-right: 0 !important;
  }
  .product-menu-style1 li a {
    margin-right: 0;
  }
  .my-bullet-img {
    width: 88px;
  }
  .immediate-use {
    margin: 14px auto;
  }
  .screenFive-user-img {
    width: 100%;
  }
  .screenFive-user-content {
    width: 100%;
    height: 252px;
    text-align: left;
  }
  .swiper-hight {
    height: 500px;
  }
}
#section2 .business-container {
  margin-top: 40px;
}
/*常见问题解答模块样式*/
.faq-box {
  padding: 8rem 4rem 16rem;
  position: relative;
}
.faq-box-padding {
  padding: 8rem 4rem;
}
.faq-box > p {
  text-align: center;
  font-size: 38px;
  padding-bottom: 2rem;
  line-height: 1.3;
  color: #333;
  font-weight: bold;
  position: relative;
}
.style-line-i {
  display: inline-block;
  position: relative;
  font-style: inherit;
}
.style-line {
  display: inline-block;
  width: 100%;
  height: 6px;
  background: linear-gradient(
    90deg,
    rgba(186, 224, 232, 0.8) 0%,
    rgba(110, 183, 201, 0.8) 100%
  );
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  z-index: 1;
}
.style-line-h2 {
  display: inline-block;
  width: 100%;
  height: 6px;
  background: linear-gradient(
    90deg,
    rgba(186, 224, 232, 0.8) 0%,
    rgba(110, 183, 201, 0.8) 100%
  );
  position: absolute;
  top: 34px;
  left: 0;
  margin: 0 auto;
  z-index: 1;
}

.faq-box > ul {
  width: 45%;
  margin: 0 auto;
}
.faq-box > ul > li {
  margin-bottom: 4rem;
}
.faq-question {
  font-size: 20px;
  color: #333;
  font-weight: bold;
  line-height: 36px;
}
.faq-question::before {
  content: "问";
  color: #fff;
  display: inline-block;
  height: 24px;
  width: 24px;
  line-height: 24px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  border-radius: 12px 4px 4px 4px;
  background: linear-gradient(
    90deg,
    rgba(186, 224, 232, 1) 0%,
    rgba(110, 183, 201, 1) 100%
  );
  margin-right: 12px;
  vertical-align: text-bottom;
}
.faq-answer {
  font-size: 16px;
  color: #666;
  line-height: 36px;
  padding-left: 34px;
}
.faq-box .immediate-use {
  position: absolute;
  bottom: 10rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .faq-box > p {
    font-size: 32px;
  }
  .faq-box > ul {
    width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 500px) {
  .faq-box > p {
    font-size: 24px;
  }
  .faq-box-padding {
    padding: 8rem 1rem;
  }
  .faq-question {
    font-size: 18px;
  }
  .faq-answer {
    font-size: 14px;
  }
}
.for-h2 {
  font-size: 18px;
  /* margin-left: 32px; */
  padding: 0 0 15px 0;
  text-align: center;
  border-bottom: 1px solid #009688;
  margin-bottom: 20px;
}
/* .getMessage,.success-modal-zhe {
    position: fixed;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    justify-content: center;
    align-content: center;
    align-items: center;
    display: none;
  }
  .success-modal-zhe>div{
    width: 18%;
    min-width: 200px;
    position: relative;
    margin: 0 auto 0;
    height: auto;
    text-align: center;
    display: none;
  }
  .success-modal .p1{
    font-size: 26px;
    font-weight: bold;
  }
  .success-modal .p2{
    margin-top: 20px
  }
  .success-modal #phonevalue{
    color: #6EB7C9;
  }
  .success-modal>a{
    padding: 15px 20px;
    text-align: center;
    background: #6EB7C9;
    border-radius: 30px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    margin-top: 30px;
  }
  .success-modal>div{
    margin: 20px 0 0;
    color: #666;
    font-size: 16px;
  }
  .success-modal>div span{
    color: #5C72E4;
  }
  .success-img{
    width: 23%;
  }
  .success-modal{
    background: white;
    padding: 15px 10px;
    border-radius: 5px;
    color: #5d5d5d;
    box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.3);
  }
  .bottom-banner{

  } */
.forMessage-zhe,
.success-modal-zhe {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  display: none;
}
.success-modal-zhe > div {
  width: 18%;
  min-width: 200px;
  position: relative;
  margin: 0 auto 0;
  height: auto;
  text-align: center;
  display: none;
}
.success-modal > p {
  font-size: 26px;
  font-weight: bold;
}
.success-modal > a {
  padding: 15px 20px;
  text-align: center;
  background: #6eb7c9;
  border-radius: 30px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  margin-top: 30px;
}
.success-modal > div {
  margin: 20px 0 0;
  color: #666;
  font-size: 16px;
}
.success-modal > div span {
  color: #6eb7c9;
}
.success-img {
  width: 23%;
}
.getMessage {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  display: none;
}
.success-modal {
  background: white;
  padding: 15px 10px;
  border-radius: 5px;
  color: #5d5d5d;
}
.bottom-banner {
  width: 100%;
  margin-top: 5px;
}
.submit-color {
  background-color: #6eb7c9;
}
@media (max-width: 1300px) {
  .success-modal p1 {
    font-size: 20px;
  }
  .success-modal p2 {
    margin-top: 20px;
  }
  .success-modal > div {
    font-size: 14px;
  }
  .success-modal > a {
    font-size: 14px;
  }
}
.getMessage p {
  margin-left: 15px;
}
.getMessage .layui-input-block {
  margin-left: 10px;
  position: relative;
}
.getMessage .layui-form-item {
  display: flex;
  justify-content: space-between;
}
.getMessage-warp {
  width: 500px;
  background: white;
  box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  padding: 30px 30px 20px 20px;
  position: relative;
}
.getx,
.close-modal {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 15px;
}
.getx,
.close-modal:hover {
  cursor: pointer;
  color: red;
}
.getMessage-warp input[type="text"] {
  width: 215px;
}
.getMessage-warp input[type="tel"] {
  width: 215px;
}
.getMessage-warp textarea {
  width: 100%;
}
.layui-btn-color {
  background-color: #6eb7c9;
}
.colorRed {
  color: red;
  position: absolute;
  top: 5px;
  left: 5px;
}
.getMessage-warp .for-h2 {
  margin-left: 10px;
  width: 97.5%;
}
