a {
  color: red;
}

.grea-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.grea-btn:focus,
.grea-btn:active:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

.grea-btn:hover,
.grea-btn:focus {
  color: #FFFFFF;
  text-decoration: none
}

.grea-btn:active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.grea-btn-default {
  color: #FF9914;
  background-color: #ffffff;
  border-color: #FF9914
}

.grea-btn-default:focus {
  color: #ffffff;
  background-color: #FF9914;
  border-color: #4b050e
}

.grea-btn-default:hover {
  color: #ffffff;
  background-color: #FF9914;
  border-color: #FF9914
}

.grea-btn-default:active {
  color: #FF9914;
  background-color: #e6e6e6;
  border-color: #FF9914;
  background-image: none
}

.grea-btn-default:active:hover,
.grea-btn-default:active:focus {
  color: #ffffff;
  background-color: #FF9914;
  border-color: #FF9914
}

.grea-btn-default:visited {
  color: #FF9914;
  background-color: #ffffff;
  border-color: #FF9914
}

a.grea-btn-default {
  color: #FF9914;
  background-color: transparent
}

a.grea-btn-default:hover {
  background-color: #FF9914 !important;
  color: #FFFFFF
}

.grea-btn-primary {
  color: #ffffff;
  background-color: #FF9914;
  border-color: #FF9914
}

.grea-btn-primary:focus {
  color: #ffffff;
  background-color: #FF9914;
  border-color: #4b050e
}

.grea-btn-primary:hover {
  color: #ffffff;
  background-color: #FF9914;
  border-color: #FF9914
}

.grea-btn-primary:active {
  color: #ffffff;
  background-color: #FF9914;
  border-color: #FF9914;
  background-image: none
}

.grea-btn-primary:active:hover,
.grea-btn-primary:active:focus {
  color: #ffffff;
  background-color: #720814;
  border-color: #4b050e
}

.swiper-pagination.hidden {
  display: none
}

#banner-swiper.swiper-container>.swiper-wrapper>.swiper-slide {
  display: flex;
  justify-content: center;
  display: flex;
  align-items: center;
  width: 100%;
  color: #FFFFFF
}

#banner-swiper.swiper-container>.swiper-wrapper>.swiper-slide.placeholder {
  background-color: transparent
}

#banner-swiper.swiper-container>.swiper-wrapper>.swiper-slide .slide-content {
  display: flex;
  justify-content: center;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative
}
.slide-content-iMg{
  display: none;
}
.videobox {
  width: 100%;
  height: 100vh;
  display: block;
}

video {
  width: 100%;
  height: 100%;
  object-fit: fill;

}
@media screen and (max-width: 750px) {
  .videobox{
    display: none;
  }
  .slide-content-iMg{
    display: block;
  }
}
#banner-swiper.swiper-container>.swiper-wrapper>.swiper-slide .slide-content .slide-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1;
  display: flex;
  /* align-items: center; */
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-left: 2rem;
  text-shadow: 2px 2px 4px #000;
  /* background-color: rgba(255, 255, 255, 0.2); */
}
@media screen and (max-width: 750px) {
  #banner-swiper.swiper-container>.swiper-wrapper>.swiper-slide .slide-content .slide-text {
    padding-left: 0rem;
  }
}
#banner-swiper.swiper-container>.swiper-wrapper>.swiper-slide .slide-text2 {
  line-height: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: absolute !important;
  left: 78% !important;
  top: 50% !important;
}


#banner-swiper.swiper-container>.swiper-wrapper>.swiper-slide .slide-content .slide-text .text-row-1 {
  font-size: .48rem
}

#banner-swiper.swiper-container>.swiper-wrapper>.swiper-slide .slide-content .slide-text .text-row-2 {
  display: flex;
  align-items: center;
  margin-top: 2.0833333333vw;
  font-size: .38rem;
  font-weight: 300
}

#banner-swiper.swiper-container>.swiper-wrapper>.swiper-slide .slide-content .slide-text .text-row-2 .horizontal-line {
  width: 2.8645833333vw;
  height: 1px;
  background: #FFFFFF;
  margin-right: .7291666667vw
}

#banner-swiper.swiper-container>.swiper-wrapper>.swiper-slide .slide-content .slide-text .text-btn {
  margin-top: 3.8541666667vw;
  width: 1.7rem;
  height: .55rem;
  text-shadow: 2px 2px 4px #000;
  font-size: .18rem;
  background-color: transparent;
  border-color: #fff;
  box-shadow: 2px 2px 4px rgb(134, 118, 118);
}

.btn {
  position: relative;
  width: auto;
  /* min-width: 120px; */
  padding: 10px;
  text-align: center;
  color: #fff;
  background: #FF9914;
  cursor: pointer;
  border-radius: 4px;
  border: none;
}

.btn:after,
.btn:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: transparent;
  z-index: -2;
  border-radius: 4px;
}

.btn:hover {
  z-index: 1;
  background: transparent;
}

.btn:before {
  transition: .3s;
  background: #FF9914;
  z-index: -1;
}

.btn:hover:after,
.btn:hover:before {
  width: 100%;
}

@media screen and (min-width: 750px) and (max-width: 1200px) {
  #banner-swiper.swiper-container>.swiper-wrapper>.swiper-slide .slide-content .slide-text {
    /* top: 14.84375vw;
    left: 8.3333333333vw */
  }
}

@media screen and (max-width: 750px) {
  #banner-swiper.swiper-container>.swiper-wrapper>.swiper-slide img {
    height: 8.3rem !important;
  }

  #banner-swiper.swiper-container>.swiper-wrapper>.swiper-slide .slide-content .slide-text {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    right: 0rem
  }

  #banner-swiper.swiper-container>.swiper-wrapper>.swiper-slide .slide-content .slide-text .text-row-1 {
    font-size: 0.4rem
  }

  #banner-swiper.swiper-container>.swiper-wrapper>.swiper-slide .slide-content .slide-text .text-row-2 {
    display: flex;
    align-items: center;
    margin-top: 0.22rem;
    font-size: 0.3rem
  }

  #banner-swiper.swiper-container>.swiper-wrapper>.swiper-slide .slide-content .slide-text .text-row-2 .horizontal-line {
    display: none
  }

  #banner-swiper.swiper-container>.swiper-wrapper>.swiper-slide .slide-content .slide-text .text-btn {
    /* display: none */
  }
}

.grea-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.grea-btn:focus,
.grea-btn:active:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

.grea-btn:hover,
.grea-btn:focus {
  color: #FFFFFF;
  text-decoration: none
}

.grea-btn:active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.grea-btn-default {
  color: #FF9914;
  background-color: #ffffff;
  border-color: #FF9914
}

.grea-btn-default:focus {
  color: #ffffff;
  background-color: #FF9914;
  border-color: #4b050e
}

.grea-btn-default:hover {
  color: #ffffff;
  background-color: #FF9914;
  border-color: #FF9914
}

.grea-btn-default:active {
  color: #FF9914;
  background-color: #e6e6e6;
  border-color: #FF9914;
  background-image: none
}

.grea-btn-default:active:hover,
.grea-btn-default:active:focus {
  color: #ffffff;
  background-color: #FF9914;
  border-color: #FF9914
}

.grea-btn-default:visited {
  color: #FF9914;
  background-color: #ffffff;
  border-color: #FF9914
}

a.grea-btn-default {
  color: #FF9914;
  background-color: transparent
}

a.grea-btn-default:hover {
  background-color: #FF9914 !important;
  color: #FFFFFF
}

.grea-btn-primary {
  color: #ffffff;
  background-color: #FF9914;
  border-color: #FF9914;

}

.grea-btn-primary:focus {
  color: #ffffff;
  background-color: #FF9914;
  border-color: #4b050e
}

.grea-btn-primary:hover {
  color: #ffffff;
  background-color: #FF9914;
  border-color: #FF9914;
}

.grea-btn-primary:active {
  color: #ffffff;
  background-color: #FF9914;
  border-color: #FF9914;
  background-image: none
}

.grea-btn-primary:active:hover,
.grea-btn-primary:active:focus {
  color: #ffffff;
  background-color: #720814;
  border-color: #4b050e
}

.swiper-pagination.hidden {
  display: none
}

.product-list {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%
}

.product-list .title {
  color: #000;
  line-height: 1;
  font-size: .46rem;
  margin-top: 5.2083333333vw;
  display: flex;
  justify-content: center
}

.product-list .subtitle {
  color: #666;
  font-size: .18rem;
  line-height: 1;
  margin-top: 1.5625vw;
  display: flex;
  justify-content: center
}

.product-list .products {
  margin-bottom: 5.2083333333vw
}

@media screen and (min-width: 1200px) {
  .product-list .products {
    margin-top: .7291666667vw
  }
}

@media screen and (max-width: 750px) {
  .product-list .title {
    font-size: .4rem;
    margin-top: .59rem
  }

  .product-list .subtitle {
    font-size: .24rem;
    margin-top: .24rem;
    max-width: 5.48rem;
    text-align: center;
    line-height: .356rem
  }

  .product-list .products {
    margin-top: .202rem;
    margin-bottom: .6rem
  }
}

#productions-lottie {
  width: 83.3333333333vw;
  margin-top: .4rem
}

@media screen and (min-width: 1200px) {
  .product-list .products {
    position: relative;
    width: 83.3333333333vw;
    max-width: 1600px;
    display: flex;
    justify-content: space-between
  }
}

@media screen and (min-width: 750px) and (max-width: 1200px) {
  #banner-swiper.swiper-container>.swiper-wrapper>.swiper-slide img {
    height: 8.3rem !important;
  }

  .product-list .products {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    margin-top: 1.4583333333vw
  }

  .product-list .products .product {
    margin-bottom: 1.25vw
  }
}

@media screen and (max-width: 750px) {
  .product-list .products {
    display: flex;
    align-items: center;
    flex-direction: column
  }

  .product-list .products .product {
    margin-bottom: .32rem
  }

  .product-list .products .product:nth-child(3) {
    margin-bottom: 0
  }
}

.product-list .products .product {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 30%;
}

.product-list .products .product .product-img {
  display: flex;
  justify-content: center;
  display: flex;
  align-items: center;
  width: 24.7916666667vw;
  max-width: 476px;
  height: 21.7708333333vw;
  max-height: 418px
}

.product-list .products .product .product-img img {
  max-width: 100%
}

.product-list .products .product .product-description {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
}

.product-list .products .product .product-description .product-name {
  line-height: 1;
  font-size: .34rem;
  color: #333333;
  flex: 0 0 auto
}

.product-list .products .product .product-description .product-content {
  margin-top: .16rem;
  width: 1005;
  max-width: 400px;
  font-size: .16rem;
  color: #666;
  line-height: .28rem;
  flex: 0 0 auto;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4; /* 控制显示的行数 */
  -webkit-box-orient: vertical;

}

.product-list .products .product .product-description .learn-more-btn {
  font-size: .16rem;
  line-height: px2rm(28);
  width: 1.16rem;
  height: .42rem;
  flex: 0 0 auto
}

@media screen and (min-width: 1200px) {
  .product-list .products .product {
    z-index: 100
  }

  .product-list .products .product .product-description {
    position: relative;
    margin-top: .42rem;
    /* height: 2.05rem;
    max-height: 205px */
  }

  .product-list .products .product .product-description .product-content {
    text-align: center
  }

  .product-list .products .product .product-description .learn-more-btn {
    margin-top: .2rem
  }
}

@media screen and (min-width: 750px) and (max-width: 1200px) {
  .product-list .products .product {
    align-items: center;
    flex-direction: row;
    width: 100%
  }

  .product-list .products .product .product-img {
    order: 2;
    width: 50%;
    height: auto
  }

  .product-list .products .product .product-description {
    align-items: center;
    width: 100%;
    padding-right: 1.25vw;
    margin-top: .42rem
  }

  .product-list .products .product .product-description .product-content {
    width: 100%;
    text-align: left
  }

  .product-list .products .product .product-description .learn-more-btn {
    margin-top: 2.0833333333vw
  }
}

@media screen and (max-width: 750px) {
  .product-list .products .product .product-img {
    width: 4.65rem;
    max-width: 465px;
    height: 3.95rem;
    max-height: 395px
  }

  .product-list .products .product .product-description {
    margin-top: .24rem
  }

  .product-list .products .product .product-description .product-name {
    font-size: .34rem
  }

  .product-list .products .product .product-description .product-content {
    margin-top: .2rem;
    width: 6.87rem;
    max-width: 687px;
    font-size: .24rem;
    line-height: .4rem;
    text-align: center
  }

  .product-list .products .product .product-description .learn-more-btn {
    margin-top: .32rem;
    font-size: .24rem;
    line-height: .28rem;
    width: 1.5rem;
    height: .54rem
  }
}

.product-list .products .line-point-container {
  position: absolute;
  width: 83.3333333333vw;
  max-width: 1600px;
  display: flex;
  justify-content: space-between;
  height: 100%
}

@media screen and (min-width: 2100px) {
  .product-list .products .line {
    position: absolute;
    top: 11.9791666667vw
  }

  .product-list .products .line.line-left {
    width: 22.8645833333vw;
    max-width: 449px;
    left: 17.1875vw
  }

  .product-list .products .line.line-right {
    width: 23.28125vw;
    max-width: 447px;
    right: 15.8854166667vw
  }
}

@media screen and (min-width: 2000px) and (max-width: 2100px) {
  .product-list .products .line {
    position: absolute;
    top: 11.9791666667vw
  }

  .product-list .products .line.line-left {
    width: 22.8645833333vw;
    max-width: 449px;
    left: 17.9166666667vw
  }

  .product-list .products .line.line-right {
    width: 23.28125vw;
    max-width: 447px;
    right: 16.6666666667vw
  }
}

@media screen and (min-width: 1200px) and (max-width: 2000px) {
  .product-list .products .line {
    position: absolute;
    top: 12.9166666667vw
  }

  .product-list .products .line.line-left {
    width: 20.8333333333vw;
    max-width: 449px;
    left: 21.9791666667vw;
    z-index: 200
  }

  .product-list .products .line.line-right {
    width: 17.1875vw;
    max-width: 447px;
    left: 42.7083333333vw;
    z-index: 200
  }
}

@media screen and (min-width: 750px) and (max-width: 1200px) {
  .product-list .products .line {
    display: none !important
  }
}

@media screen and (min-width: 2100px) {
  .product-list .products .point-img {
    z-index: 200;
    position: absolute;
    width: .25rem
  }

  .product-list .products .point-img.logwire-img {
    top: 11.4583333333vw;
    left: 20.3125vw
  }

  .product-list .products .point-img.logwire-cloud-img {
    top: 16.3541666667vw;
    left: 37.5vw
  }

  .product-list .products .point-img.sass-img {
    top: 11.4583333333vw;
    right: 21.6666666667vw
  }
}

@media screen and (min-width: 2000px) and (max-width: 2100px) {
  .product-list .products .point-img {
    z-index: 200;
    position: absolute;
    width: .25rem
  }

  .product-list .products .point-img.logwire-img {
    top: 11.4583333333vw;
    left: 20.3125vw
  }

  .product-list .products .point-img.logwire-cloud-img {
    top: 16.3541666667vw;
    left: 39.0625vw
  }

  .product-list .products .point-img.sass-img {
    top: 11.4583333333vw;
    right: 21.6666666667vw
  }
}

@media screen and (min-width: 1200px) and (max-width: 2000px) {
  .product-list .products .point-img {
    z-index: 200;
    position: absolute
  }

  .product-list .products .point-img.logwire-img {
    top: 12.2395833333vw;
    left: 21.6145833333vw
  }

  .product-list .products .point-img.logwire-cloud-img {
    top: 17.3958333333vw;
    left: 41.5625vw
  }

  .product-list .products .point-img.sass-img {
    top: 12.2395833333vw;
    left: 58.8020833333vw
  }
}

@media screen and (min-width: 750px) and (max-width: 1200px) {
  .product-list .products .point-img {
    display: none !important
  }
}

.grea-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.grea-btn:focus,
.grea-btn:active:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

.grea-btn:hover,
.grea-btn:focus {
  color: #FFFFFF;
  text-decoration: none
}

.grea-btn:active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.grea-btn-default {
  color: #FF9914;
  background-color: #ffffff;
  border-color: #FF9914
}

.grea-btn-default:focus {
  color: #ffffff;
  background-color: #FF9914;
  border-color: #4b050e
}

.grea-btn-default:hover {
  color: #ffffff;
  background-color: #FF9914;
  border-color: #FF9914
}

.grea-btn-default:active {
  color: #FF9914;
  background-color: #e6e6e6;
  border-color: #FF9914;
  background-image: none
}

.grea-btn-default:active:hover,
.grea-btn-default:active:focus {
  color: #ffffff;
  background-color: #FF9914;
  border-color: #FF9914
}

.grea-btn-default:visited {
  color: #FF9914;
  background-color: #ffffff;
  border-color: #FF9914
}

a.grea-btn-default {
  color: #FF9914;
  background-color: transparent
}

a.grea-btn-default:hover {
  background-color: #FF9914 !important;
  color: #FFFFFF
}

.grea-btn-primary {
  color: #ffffff;
  background-color: #FF9914;
  border-color: #FF9914
}

.grea-btn-primary:focus {
  color: #ffffff;
  background-color: #FF9914;
  border-color: #4b050e
}

.grea-btn-primary:hover {
  color: #ffffff;
  background-color: #FF9914;
  border-color: #FF9914
}

.grea-btn-primary:active {
  color: #ffffff;
  background-color: #FF9914;
  border-color: #FF9914;
  background-image: none
}

.grea-btn-primary:active:hover,
.grea-btn-primary:active:focus {
  color: #ffffff;
  background-color: #720814;
  border-color: #4b050e
}

.swiper-pagination.hidden {
  display: none
}

.introduction {
  display: flex;
  align-items: center;
  flex-direction: column;
  /* max-height: 760px; */
  width: 100%;
  background-color: #0d1d3d
}

.introduction .title {
  margin-top: 5.7291666667vw
}

.introduction .divider {
  margin-top: 1.9791666667vw;
  margin-bottom: 1.3020833333vw
}

.introduction .achievements {
  margin-top: 4.4270833333vw;
  margin-bottom: 4.1666666667vw
}

.introduction .learn-more {
  margin-bottom: 2.7291666667vw;
}

@media screen and (max-width: 750px) {
  .introduction .title {
    margin-top: .6rem
  }

  .introduction .divider {
    margin-top: .29rem;
    margin-top: .2rem
  }

  .introduction .achievements {
    margin-top: .6rem;
    margin-bottom: .6rem
  }

  .introduction .learn-more {
    margin-bottom: .7rem
  }
}

.introduction .divider {
  display: flex;
  justify-content: center;
  margin-top: 1.9791666667vw;
  width: 3.6458333333vw;
  min-height: 2px;
  min-height: .1041666667vw;
  background: #FFFFFF
}

@media screen and (max-width: 750px) {
  .introduction .divider {
    margin-top: .29rem;
    width: .7rem;
    height: .02rem
  }
}

.introduction .company-profile {
  font-size: .18rem;
  line-height: .36rem;
  max-width: 1140px;
  width: 63.375vw;
  text-align: left;
  color: #FFFFFF
}

@media screen and (max-width: 750px) {
  .introduction .company-profile {
    font-size: .24rem;
    line-height: .38rem;
    width: 6.82rem;
    max-width: 682px
  }
}

.introduction .title {
  display: flex;
  justify-content: center;
  color: #FFFFFF;
  font-size: .43rem;
  line-height: 1
}

@media screen and (max-width: 750px) {
  .introduction .title {
    font-size: .4rem
  }
}

.introduction .achievements {
  display: flex;
  justify-content: space-between;
  width: 67.7083333333vw;
  max-width: 1300px
}

@media screen and (max-width: 750px) {
  .introduction .achievements {
    width: 7rem;
    max-width: 700px
  }
}

.introduction .achievements .achievement {
  display: flex;
  align-items: center;
  flex-direction: column;
  line-height: 1;
  color: #FFFFFF
}

.introduction .achievements .achievement .performance {
  font-size: .49rem;
  margin-bottom: 1.875vw;
  font-weight: bold;
  width: 7.2916666667vw;
  display: flex;
  justify-content: flex-end
}

.introduction .achievements .achievement .performance-indicator {
  font-size: .2rem
}

@media screen and (max-width: 750px) {
  .introduction .achievements .achievement {
    margin-bottom: .6rem
  }

  .introduction .achievements .achievement .performance {
    font-size: .48rem;
    margin-bottom: .24rem;
    width: 1.4rem
  }

  .introduction .achievements .achievement .performance-indicator {
    font-size: .24rem
  }
}

.introduction .learn-more {
  width: 1.6rem;
  height: .54rem;
  font-size: .18rem;
  line-height: 1
}

@media screen and (max-width: 750px) {
  .introduction .learn-more {
    width: 1.9rem;
    height: .64rem;
    font-size: .24rem
  }
}

.grea-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.grea-btn:focus,
.grea-btn:active:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

.grea-btn:hover,
.grea-btn:focus {
  color: #FFFFFF;
  text-decoration: none
}

.grea-btn:active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.grea-btn-default {
  color: #FF9914;
  background-color: #ffffff;
  border-color: #FF9914
}

.grea-btn-default:focus {
  color: #ffffff;
  background-color: #FF9914;
  border-color: #4b050e
}

.grea-btn-default:hover {
  color: #ffffff;
  background-color: #FF9914;
  border-color: #FF9914
}

.grea-btn-default:active {
  color: #FF9914;
  background-color: #e6e6e6;
  border-color: #FF9914;
  background-image: none
}

.grea-btn-default:active:hover,
.grea-btn-default:active:focus {
  color: #ffffff;
  background-color: #FF9914;
  border-color: #FF9914
}

.grea-btn-default:visited {
  color: #FF9914;
  background-color: #ffffff;
  border-color: #FF9914
}

a.grea-btn-default {
  color: #FF9914;
  background-color: transparent
}

a.grea-btn-default:hover {
  background-color: #FF9914 !important;
  color: #FFFFFF
}

.grea-btn-primary {
  color: #ffffff;
  background-color: #FF9914;
  border-color: #FF9914
}

.grea-btn-primary:focus {
  color: #ffffff;
  background-color: #FF9914;
  border-color: #4b050e
}

.grea-btn-primary:hover {
  color: #ffffff;
  background-color: #FF9914;
  border-color: #FF9914
}

.grea-btn-primary:active {
  color: #ffffff;
  background-color: #FF9914;
  border-color: #FF9914;
  background-image: none
}

.grea-btn-primary:active:hover,
.grea-btn-primary:active:focus {
  color: #ffffff;
  background-color: #720814;
  border-color: #4b050e
}

.swiper-pagination.hidden {
  display: none
}

.business {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  padding: 5.7291666667vw 0px
}

.business>.title {
  display: flex;
  justify-content: center;
  font-size: .46rem;
  line-height: .44rem;
  color: #000
}

.business .business-tabs {
  margin-top: 1.9791666667vw;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%
}

.business .business-tabs #business-tabs-wrapper .nav.nav-tabs.nav-tabs-business {
  border-bottom: 0px;
  display: flex;
  justify-content: space-between;
  width: 8.67rem
}

/* .business .business-tabs #business-tabs-wrapper .nav.nav-tabs.nav-tabs-business::before {
  content: none
} */

.business .business-tabs .tab-content {
  display: flex;
  justify-content: center;
  display: flex;
  align-items: center;
  border: 1px solid #EEEEEE;
  padding: 3.125vw 0px;
  max-width: 1600px;
  width: 83.3333333333vw
}

.business .business-tabs .tab-content .tab-pane.active {
  width: 100%
}

.business .business-tabs .tab-content .tab-pane-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 72.9166666667vw;
  margin: 0 auto
}

.business .business-tabs .tab-content .tab-pane-card .description {
  width: 33.8541666667vw;
  padding-right: 5.7291666667vw
}

.business .business-tabs .tab-content .tab-pane-card .description .tabpanel-header>img {
  display: block;
  /* max-width: 101px; */
  max-height: 89px;
  /* width: 5.2604166667vw; */
  height: 4.6354166667vw
}

.business .business-tabs .tab-content .tab-pane-card .description .tabpanel-header .tabpanel-title {
  font-size: .36rem;
  line-height: 1;
  margin-top: 2.7083333333vw;
  margin-bottom: 1.0416666667vw
}

.business .business-tabs .tab-content .tab-pane-card .description .tabpanel-content {
  font-size: .18rem;
  line-height: .38rem;
  height: 1.4rem
}

.business .business-tabs .tab-content .tab-pane-card .description .learn-more-btn {
  width: 1.6rem;
  height: .54rem;
  font-size: .18rem;
  line-height: .4rem;
  margin-top: 4.0104166667vw
}

.business .business-tabs .tab-content .tab-pane-card .tabpanel-img-bg {
  width: 39.0625vw;
  height: 4.42rem;
  max-height: 500px;
  max-width: 750px
}

.business .business-tabs .nav-tabs>li.active>a,
.business .business-tabs .nav-tabs>li.active>a:hover,
.business .business-tabs .nav-tabs>li.active>a:focus {
  border: 0px;
  color: #FF9914;
  border-bottom: 3px solid #FF9914
}

.business .business-tabs .nav-tabs>li>a {
  border: 0px
}

.business .business-tabs .nav>li>a:hover {
  color: #FF9914;
  background-color: #ffffff
}

.business .business-tabs .nav>li>a:focus {
  background-color: #ffffff
}

.business .business-tabs .nav>li>a {
  padding: 0 0 1.3541666667vw 0;
  font-size: .18rem;
  color: #666
}

@media screen and (min-width: 750px) and (max-width: 1200px) {
  .business .business-tabs #business-tabs-wrapper .nav.nav-tabs.nav-tabs-business {
    border-bottom: 0px;
    display: flex;
    justify-content: space-between;
    width: 7rem
  }

  .business .business-tabs #business-tabs-wrapper .nav.nav-tabs.nav-tabs-business::before {
    content: none
  }

  .business .business-tabs .tab-content .tab-pane-card {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 0px;
    width: 100%
  }

  .business .business-tabs .tab-content .tab-pane-card .description {
    order: 2;
    width: 52.0833333333vw;
    padding: 0
  }

  .business .business-tabs .tab-content .tab-pane-card .description .tabpanel-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end
  }

  .business .business-tabs .tab-content .tab-pane-card .description .tabpanel-header>img {
    order: 2;
    margin-top: 1.0416666667vw
  }

  .business .business-tabs .tab-content .tab-pane-card .description .tabpanel-content {
    margin-top: 1.0416666667vw
  }

  .business .business-tabs .tab-content .tab-pane-card .tabpanel-img-bg {
    width: 52.0833333333vw
  }
}

@media screen and (max-width: 750px) {
  .business {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    padding: 0.6rem 0px
  }

  .business>.title {
    display: flex;
    justify-content: center;
    font-size: 0.4rem;
    line-height: 1;
    color: #000
  }

  .business .business-tabs {
    margin-top: 0.32rem;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%
  }

  .business .business-tabs #business-tabs-wrapper {
    width: calc(100vw - 0.52rem);
    overflow-x: auto;
    overflow-y: hidden
  }

  .business .business-tabs #business-tabs-wrapper::-webkit-scrollbar {
    display: none
  }

  .business .business-tabs #business-tabs-wrapper .nav>li>a {
    padding: 0 0 26px 0;
    font-size: 0.24rem;
    color: #666
  }

  .business .business-tabs .tab-content {
    width: calc(100vw - 0.5rem);
    border: 1px solid #EEEEEE;
    padding: 0.36rem
  }

  .business .business-tabs .tab-content .tab-pane-card {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 0px;
    width: 100%
  }

  .business .business-tabs .tab-content .tab-pane-card .description {
    order: 2;
    width: 100%;
    padding-right: 0px
  }

  .business .business-tabs .tab-content .tab-pane-card .description .tabpanel-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end
  }

  .business .business-tabs .tab-content .tab-pane-card .description .tabpanel-header>img {
    /* width: 0.7rem; */
    height: 0.62rem;
    order: 2;
    margin-top: 0.2rem
  }

  .business .business-tabs .tab-content .tab-pane-card .description .tabpanel-header .tabpanel-title {
    font-size: 0.34rem;
    margin: 0px;
    line-height: 1;
    color: #000
  }

  .business .business-tabs .tab-content .tab-pane-card .description .tabpanel-content {
    color: #666;
    font-size: .24rem;
    line-height: 0.4rem;
    margin-top: 0.2rem;
    max-width: 6.16rem;
    height: .9rem
  }

  .business .business-tabs .tab-content .tab-pane-card .description .learn-more-btn {
    margin-top: 1.3rem;
    width: 1.9rem;
    height: 0.64rem;
    font-size: .24rem;
  }

  .business .business-tabs .tab-content .tab-pane-card .tabpanel-img-bg {
    padding: 0.42rem 0.82rem;
    width: 6.3rem;
    height: 4.2rem;
    background-color: rgba(230, 243, 251, 0.74);
    order: 1
  }

  .business .business-tabs .tab-content .tab-pane-card .tabpanel-img-bg>img {
    width: 100%;
    height: 100%;
    background-color: transparent
  }

  .business .business-tabs .tab-content .tabpanel-title {
    font-size: 36px;
    line-height: 1;
    margin-top: 52px;
    margin-bottom: 20px
  }

  .business .business-tabs .tab-content .tabpanel-content {
    font-size: 18px;
    line-height: 38px;
    max-width: 540px
  }

  .business .business-tabs .nav.nav-tabs.nav-tabs-business {
    border-bottom: 0px;
    display: flex;
    justify-content: space-between;
    width: calc(100vw- 0.52rem)
  }

  .business .business-tabs .nav-tabs>li.active>a,
  .business .business-tabs .nav-tabs>li.active>a:hover,
  .business .business-tabs .nav-tabs>li.active>a:focus {
    border: 0px;
    color: #FF9914;
    border-bottom: 3px solid #FF9914
  }

  .business .business-tabs .nav-tabs>li>a {
    border: 0px
  }

  .business .business-tabs .nav>li>a:hover,
  .business .business-tabs .nav>li>a:focus {
    color: #FF9914;
    background-color: #ffffff
  }
}

.grea-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.grea-btn:focus,
.grea-btn:active:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

.grea-btn:hover,
.grea-btn:focus {
  color: #FFFFFF;
  text-decoration: none
}

.grea-btn:active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.grea-btn-default {
  color: #FF9914;
  background-color: #ffffff;
  border-color: #FF9914
}

.grea-btn-default:focus {
  color: #ffffff;
  background-color: #FF9914;
  border-color: #4b050e
}

.grea-btn-default:hover {
  color: #ffffff;
  background-color: #FF9914;
  border-color: #FF9914
}

.grea-btn-default:active {
  color: #FF9914;
  background-color: #e6e6e6;
  border-color: #FF9914;
  background-image: none
}

.grea-btn-default:active:hover,
.grea-btn-default:active:focus {
  color: #ffffff;
  background-color: #FF9914;
  border-color: #FF9914
}

.grea-btn-default:visited {
  color: #FF9914;
  background-color: #ffffff;
  border-color: #FF9914
}

a.grea-btn-default {
  color: #FF9914;
  background-color: transparent
}

a.grea-btn-default:hover {
  background-color: #FF9914 !important;
  color: #FFFFFF
}

.grea-btn-primary {
  color: #ffffff;
  background-color: #FF9914;
  border-color: #FF9914
}

.grea-btn-primary:focus {
  color: #ffffff;
  background-color: #FF9914;
  border-color: #4b050e
}

.grea-btn-primary:hover {
  color: #ffffff;
  background-color: #FF9914;
  border-color: #FF9914
}

.grea-btn-primary:active {
  color: #ffffff;
  background-color: #FF9914;
  border-color: #FF9914;
  background-image: none
}

.grea-btn-primary:active:hover,
.grea-btn-primary:active:focus {
  color: #ffffff;
  background-color: #720814;
  border-color: #4b050e
}

.swiper-pagination.hidden {
  display: none
}

.partner {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  padding-bottom: 8.5416666667vw;
  line-height: 1;
  position: relative;
  background: #F5F7FA
}

.partner>.title {
  color: #000;
  font-size: .45rem;
  margin-top: 5.15625vw
}

.partner .sub-title {
  color: #666;
  font-size: .18rem;
  margin-top: 1.5625vw;
  margin-bottom: 4.21875vw
}

.partner .brand-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%
}

.partner .brand-container .brand-wrapper {
  display: flex;
  justify-content: center;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  width: 86.4583333333vw;
  max-width: 1660px;
  /* left:0; */
}

@media screen and (max-width: 750px) {
  .partner .brand-container .brand-wrapper {
    display: flex;
    justify-content: flex-start;
    width: 7.1rem
  }
}

.partner .brand-container .brand-wrapper .brand-slide {
  display: flex;
  justify-content: center;
  display: flex;
  align-items: center;
  width: 1.15rem;
  height: 0.638rem;
  background-color: #FFFFFF;
  margin: 0.146rem;
  overflow: hidden;
  position: relative;
}

.partner .brand-container .brand-wrapper .brand-slide img {
  width: 100%;
  display: block
}

@media screen and (max-width: 750px) {
  .partner .brand-container .brand-wrapper .brand-slide {
    width: 2.26rem;
    height: 1.26rem;
    margin: .05rem
  }
}

.partner .brand-container .brand-wrapper .brand-slide-placeholder {
  width: 2.2rem;
  margin: 0 .1rem
}

.partner .brand-container .brand-wrapper .brand-slide-placeholder.more-brand {
  display: none
}

.partner .swiper-container {
  height: 20.8333333333vw;
  max-width: 1600px;
  width: 83.34%
}

.partner .swiper-container .swiper-wrapper .swiper-slide {
  width: 13.0208333333vw;
  height: calc((75% - 20px) / 2);
  background-color: #FFFFFF;
  display: flex;
  justify-content: center;
  display: flex;
  align-items: center
}

.partner .swiper-container .swiper-wrapper .swiper-slide.slide-placeholder {
  background-color: transparent
}

.partner .swiper-container .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #FF9914
}

@media screen and (max-width: 750px) {
  .partner {
    padding-bottom: 1.29rem
  }

  .partner>.title {
    font-size: 0.4rem;
    margin-top: 0.6rem
  }

  .partner .sub-title {
    font-size: .24rem;
    margin-top: 0.25rem;
    margin-bottom: 0.39rem
  }

  .partner .swiper-container {
    height: 3.5rem;
    width: calc(100vw - 0.5rem)
  }

  .partner .swiper-container .swiper-wrapper .swiper-slide {
    width: 2.26rem;
    height: calc((75% - 0.1rem) / 2);
    font-size: 0.26rem
  }

  .partner .support-hotline {
    width: calc(100vw - 0.5rem);
    height: auto;
    padding: 0.49rem 0.65rem 0.82rem 0.58rem;
    justify-content: flex-end;
    align-items: flex-end;
    top: 5.75rem
  }

  .partner .support-hotline .support-hotline-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
  }

  .partner .support-hotline .support-hotline-wrapper .support-section {
    display: flex;
    align-items: center;
    flex-direction: column;
    line-height: 1;
    flex: 0 0 auto
  }

  .partner .support-hotline .support-hotline-wrapper .support-section>.title {
    font-size: 0.24rem
  }

  .partner .support-hotline .support-hotline-wrapper .support-section>.business-inquiries {
    margin-bottom: 0.25rem
  }

  .partner .support-hotline .support-hotline-wrapper .support-section>.inquiry-1 {
    font-size: .24rem;
    margin-bottom: 13.2px
  }

  .partner .support-hotline .support-hotline-wrapper .support-section>.inquiry-2 {
    font-size: .24rem;
    margin-bottom: 0.47rem
  }

  .partner .support-hotline .support-hotline-wrapper .support-section>.inquiry-btn {
    width: 1.5rem;
    height: 0.5rem;
    font-size: .24rem
  }

  .partner .support-hotline .support-hotline-wrapper .support-section>.vertical-dividing-line {
    width: 0.01rem;
    height: 0.35rem;
    margin-top: 0.16rem;
    margin-bottom: 0.18rem;
    background-color: #FFFFFF
  }

  .partner .support-hotline .support-hotline-wrapper .support-section>.text-1 {
    font-size: 0.36rem;
    margin-bottom: 0.05rem
  }

  .partner .support-hotline .support-hotline-wrapper .support-section>.text-2 {
    font-size: 0.36rem
  }

  .partner .support-hotline .support-hotline-wrapper .support-section>.qr-code {
    width: 1.4rem;
    height: 1.4rem;
    padding: 0.1rem;
    margin-top: 0.26rem
  }

  .partner .support-hotline .support-hotline-wrapper .support-section:nth-child(2n + 1) {
    order: 2;
    margin-top: 0.65rem
  }

  .partner .support-hotline .support-hotline-wrapper .support-section:nth-child(2) {
    width: 100%;
    order: 1
  }
}

.grea-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.grea-btn:focus,
.grea-btn:active:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

.grea-btn:hover,
.grea-btn:focus {
  color: #FFFFFF;
  text-decoration: none
}

.grea-btn:active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.grea-btn-default {
  color: #FF9914;
  background-color: #ffffff;
  border-color: #FF9914
}

.grea-btn-default:focus {
  color: #ffffff;
  background-color: #FF9914;
  border-color: #4b050e
}

.grea-btn-default:hover {
  color: #ffffff;
  background-color: #FF9914;
  border-color: #FF9914
}

.grea-btn-default:active {
  color: #FF9914;
  background-color: #e6e6e6;
  border-color: #FF9914;
  background-image: none
}

.grea-btn-default:active:hover,
.grea-btn-default:active:focus {
  color: #ffffff;
  background-color: #FF9914;
  border-color: #FF9914
}

.grea-btn-default:visited {
  color: #FF9914;
  background-color: #ffffff;
  border-color: #FF9914
}

a.grea-btn-default {
  color: #FF9914;
  background-color: transparent
}

a.grea-btn-default:hover {
  background-color: #FF9914 !important;
  color: #FFFFFF
}

.grea-btn-primary {
  color: #ffffff;
  background-color: #FF9914;
  border-color: #FF9914
}

.grea-btn-primary:focus {
  color: #ffffff;
  background-color: #FF9914;
  border-color: #4b050e
}

.grea-btn-primary:hover {
  color: #ffffff;
  background-color: #FF9914;
  border-color: #FF9914
}

.grea-btn-primary:active {
  color: #ffffff;
  background-color: #FF9914;
  border-color: #FF9914;
  background-image: none
}

.grea-btn-primary:active:hover,
.grea-btn-primary:active:focus {
  color: #ffffff;
  background-color: #720814;
  border-color: #4b050e
}

.swiper-pagination.hidden {
  display: none
}

.grea-top-bar {
  display: flex;
  justify-content: center;
  display: flex;
  align-items: center;
  z-index: 400;
  width: 100%;
  height: 1rem;
  background: transparent;
  top: 0px;
  left: 0;
  position: fixed
}



@media screen and (max-width: 750px) {
  .grea-top-bar {
    height: .9rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2)
  }

  .head-v3 {
    height: .9rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2)
  }
}

.grea-top-bar.page-scroll {
  background: #FFFFFF;
  box-shadow: 0px 4px 8px 1px rgba(0, 37, 67, 0.23)
}

.grea-top-bar .grea-top-bar-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 83.3333333333vw;
  max-width: 1600px;
  height: 100%
}

@media screen and (max-width: 750px) {
  .grea-top-bar .grea-top-bar-content {
    width: 7rem
  }
}

.grea-top-bar .grea-top-bar-content .logo {
  flex: 0 0 auto;
  width: 2.2rem
}

@media screen and (max-width: 750px) {
  .grea-top-bar .grea-top-bar-content .logo {
    width: 1.65rem
  }
}

.grea-top-bar .grea-top-bar-content .logo .logo-img {
  width: 100%
}

.grea-top-bar .grea-top-bar-content .logo .logo-light {
  display: block
}

.grea-top-bar .grea-top-bar-content .logo .logo-dark {
  display: none
}

.grea-top-bar .grea-top-bar-content .contact-us {
  display: flex;
  align-items: center;
  color: #fff;
  flex: 0 0 auto;
  font-size: .18rem
}

@media screen and (max-width: 750px) {
  .grea-top-bar .grea-top-bar-content .contact-us {
    font-size: .24rem
  }
}

.grea-top-bar .grea-top-bar-content .contact-us .glyphicon.glyphicon-earphone {
  margin-right: .4166666667vw
}

@media screen and (max-width: 750px) {
  .grea-top-bar .grea-top-bar-content .contact-us .glyphicon.glyphicon-earphone {
    font-size: .16rem;
    margin-right: .08rem
  }
}

.grea-top-bar .grea-top-bar-content .contact-us .login-button {
  margin-left: 2.0833333333vw;
  /* width: 1rem; */
  height: .42rem;
  font-size: .18rem;
  margin-left: 2.0833333333vw;
  border: 2px solid #fff;
  color: #fff;
  background-color: transparent
}

.grea-top-bar .grea-top-bar-content .contact-us .login-button:hover {
  background-color: transparent;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

@media screen and (max-width: 750px) {
  .grea-top-bar .grea-top-bar-content .contact-us .login-button {
    border: .02rem solid #fff;
    font-size: .24rem
  }
}

.grea-top-bar .grea-top-bar-content .contact-us .glyphicon.glyphicon-menu-hamburger.grea-nav-icon {
  display: none;
  margin-left: 2.0833333333vw;
  font-size: .24rem
}

@media screen and (max-width: 1200px) {
  .grea-top-bar .grea-top-bar-content .contact-us .glyphicon.glyphicon-menu-hamburger.grea-nav-icon {
    display: block
  }
}

@media screen and (max-width: 750px) {
  .grea-top-bar .grea-top-bar-content .contact-us .glyphicon.glyphicon-menu-hamburger.grea-nav-icon {
    font-size: .42rem
  }
}


.grea-dropdown {
  height: 100%
}

.grea-dropdown .grea-dropdown-btn {
  display: flex;
  justify-content: center;
  display: flex;
  align-items: center;
  height: 100%;
  
}
.grea-nav-bar.slide-bar.show .grea-nav-bar-content{
  font-size: 0.28rem !important;
}
/* .productItemClass{
  padding-left: 0.19rem;
}
.grea-dropdown .grea-dropdown-content {
  display: none;
  background-color: #FFFFFF;
  padding-top: .22rem;
  position: relative;

}
.grea-dropdown.show-2 .productItemClass .grea-dropdown-content{
  margin-top: 0.3rem;
}
.grea-dropdown .grea-dropdown-content .grea-dropdown-content-title{
  position: absolute;
  top:-0.15rem;
  left: -0.2rem;
  color: #000;
  font-size: 0.24rem;
  font-weight: 600;
} */
.grea-dropdown .grea-dropdown-content .grea-dropdown-item {
  color: #333333
}

.grea-dropdown .grea-dropdown-content .grea-dropdown-item:hover {
  color: #FF9914
}

.grea-dropdown.show-1 {
  position: relative
}

.grea-dropdown.show-1 .grea-dropdown-content {
  display: flex;
  justify-content: center;
  display: flex;
  align-items: center;
  width: 2rem;
  flex-direction: column;
  position: absolute;
  left: 50%;
  padding-bottom: .28rem;
  box-shadow: 0px 4px 8px 1px rgba(0, 37, 67, 0.23);
  transform: translateX(-50%)
}

.grea-dropdown.show-1 .grea-dropdown-content .grea-dropdown-item {
  display: flex;
  justify-content: center;
  display: flex;
  align-items: center;
  line-height: .4rem;
  font-size: .16rem
}
.maxshow{
  display: block;
}
.maxshow2{
  display: none;
}
@media screen and (max-width: 750px) {
  .grea-dropdown.show-1 .grea-dropdown-content .grea-dropdown-item {
    line-height: 40px;
    font-size: 16px
  }
  .maxshow{
    display: none;
  }
  .maxshow2{
    display: block;
  }
}

.grea-dropdown.show-2 {
  display: flex;
  flex-direction: column
}

.grea-dropdown.show-2 .grea-dropdown-btn {
  display: flex;
  align-items: center;
  justify-content: flex-start
}

.grea-dropdown.show-2 .grea-dropdown-content {
  display: flex;
  justify-content: center;
  display: flex;
  align-items: center;
  margin-left: 20px;
  align-items: flex-start;
  flex-direction: column
}

.grea-dropdown.show-2 .grea-dropdown-content .grea-dropdown-item {
  display: flex;
  justify-content: center;
  display: flex;
  align-items: center;
  line-height: .4rem;
  font-size: .28rem
}



.grea-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.grea-btn:focus,
.grea-btn:active:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

.grea-btn:hover,
.grea-btn:focus {
  color: #FFFFFF;
  text-decoration: none
}

.grea-btn:active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.grea-btn-default {
  color: #FF9914;
  background-color: #ffffff;
  border-color: #FF9914
}

.grea-btn-default:focus {
  color: #ffffff;
  background-color: #FF9914;
  border-color: #4b050e
}

.grea-btn-default:hover {
  color: #ffffff;
  background-color: #FF9914;
  border-color: #FF9914
}

.grea-btn-default:active {
  color: #FF9914;
  background-color: #e6e6e6;
  border-color: #FF9914;
  background-image: none
}

.grea-btn-default:active:hover,
.grea-btn-default:active:focus {
  color: #ffffff;
  background-color: #FF9914;
  border-color: #FF9914
}

.grea-btn-default:visited {
  color: #FF9914;
  background-color: #ffffff;
  border-color: #FF9914
}

a.grea-btn-default {
  color: #FF9914;
  background-color: transparent
}

a.grea-btn-default:hover {
  background-color: #FF9914 !important;
  color: #FFFFFF
}

.grea-btn-primary {
  color: #ffffff;
  background-color: #FF9914;
  border-color: #FF9914
}

.grea-btn-primary:focus {
  color: #ffffff;
  background-color: #FF9914;
  border-color: #4b050e
}

.grea-btn-primary:hover {
  color: #ffffff;
  background-color: #FF9914;
  border-color: #FF9914
}

.grea-btn-primary:active {
  color: #ffffff;
  background-color: #FF9914;
  border-color: #FF9914;
  background-image: none
}

.grea-btn-primary:active:hover,
.grea-btn-primary:active:focus {
  color: #ffffff;
  background-color: #720814;
  border-color: #4b050e
}

.swiper-pagination.hidden {
  display: none
}

.footer-section {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  padding-top: 17.8125vw;
  position: relative;
  background-color: #F5F7FA
}

.footer-section .support-hotline {
  max-width: 1600px;
  width: 83.34%;
  background-image: url("../assets/img/footer/support-hotline-bg.jpg");
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center
}

.footer-section .support-hotline .support-hotline-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-around;
  margin: 7.4479166667vw 0
}

.footer-section .support-hotline .support-hotline-wrapper .support-section {
  display: flex;
  flex-direction: column;
  line-height: 1;
  color: #FFFFFF;
  margin: 0 .2rem
}

.footer-section .support-hotline .support-hotline-wrapper .support-section>.title {
  font-size: .16rem
}

.footer-section .support-hotline .support-hotline-wrapper .support-section>.business-inquiries {
  margin-bottom: 1.8229166667vw
}

.footer-section .support-hotline .support-hotline-wrapper .support-section>.inquiry-1 {
  font-size: .18rem;
  margin-bottom: .6770833333vw
}

.footer-section .support-hotline .support-hotline-wrapper .support-section>.inquiry-2 {
  font-size: .18rem;
  margin-bottom: 2.34375vw
}

.footer-section .support-hotline .support-hotline-wrapper .support-section>.inquiry-btn {
  width: 1.35rem;
  height: .42rem;
  font-size: .18rem
}

.footer-section .support-hotline .support-hotline-wrapper .support-section>.vertical-dividing-line {
  min-width: 1px;
  height: .35rem;
  margin: 1.40625vw 0px;
  background-color: #FFFFFF
}

.footer-section .support-hotline .support-hotline-wrapper .support-section>.text-1 {
  font-size: .38rem;
  margin-bottom: .6770833333vw
}

.footer-section .support-hotline .support-hotline-wrapper .support-section>.text-2 {
  font-size: .38rem;
  text-align: center
}

.footer-section .support-hotline .support-hotline-wrapper .support-section>.qr-code {
  display: flex;
  justify-content: center;
  display: flex;
  align-items: center;
  width: 7.2916666667vw;
  height: 7.2916666667vw;
  border: 1px solid rgba(255, 255, 255, 0.3);
  margin-top: 1.7708333333vw
}

.footer-section .support-hotline .support-hotline-wrapper .support-section>.qr-code img {
  width: 6.25vw;
  height: 6.25vw
}

.footer-section .footer {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  background-color: #262B32
}

.footer-section .footer>.footer-detail {
  display: flex;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
  padding: 2.17rem 8.3333333333vw 0 8.3333333333vw;
  justify-content: space-between
}

.footer-section .footer>.footer-detail>.footer-info {
  display: flex;
  flex-direction: column
}

.footer-section .footer>.footer-detail>.footer-info>.footer-title {
  font-size: .24rem;
  color: #FFFFFF;
  line-height: .3rem;
  margin-bottom: .9895833333vw
}

.footer-section .footer>.footer-detail>.footer-info>.footer-content {
  display: flex;
  flex-direction: column;
  font-size: .14rem;
  line-height: .38rem
}

.footer-section .footer>.footer-detail>.footer-info>.footer-content.contact-information {
  max-width: 4.62rem;
  line-height: .36rem
}

.footer-section .footer>.footer-detail>.footer-info>.footer-content.contact-information a {
  /* color: #FFFFFF
   */
  color: rgba(255, 255, 255, 0.6);

}

.footer-section .footer>.footer-detail>.footer-info>.footer-content.contact-information a div {
  padding-top: .08rem;
  line-height: .28rem
}

.footer-section .footer>.footer-detail>.footer-info>.footer-content.contact-information .address-office {
  display: flex;
  align-items: flex-start
}

.footer-section .footer>.footer-detail>.footer-info>.footer-content.contact-information .address-office .address-office-key {
  /* width: .5rem; */
  padding-top: 0;
  flex-shrink: 0
}

.footer-section .footer>.footer-detail>.footer-info>.footer-content .phone-number {
  font-size: .14rem
}

.footer-section .footer>.footer-detail>.footer-info>.footer-content>a {
  text-decoration-line: none;
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer
}

.footer-section .footer>.footer-divider {
  min-height: 1px;
  height: .0520833333vw;
  width: 100%;
  background: #FFFFFF;
  opacity: 0.15;
  margin-top: .45rem
}

.footer-section .footer>.footer-extra-info {
  display: flex;
  justify-content: space-between;
  padding-top: 2.34375vw;
  padding-bottom: 3.59375vw;
  width: 83.34%;
  font-size: .16rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.6)
}

.footer-section .footer>.footer-extra-info a {
  color: rgba(255, 255, 255, 0.6)
}

@media screen and (max-width: 750px) {
  .footer-section {
    padding-top: 4.6rem
  }

  .footer-section .support-hotline {
    width: 7rem;
    height: auto;
    justify-content: flex-end;
    align-items: flex-end;
    background-image: url("../assets/img/footer/support-hotline-bg-mobile.jpg");
    background-size: contain
  }

  .footer-section .support-hotline .support-hotline-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0.49rem 0.65rem 0.82rem 0.58rem
  }

  .footer-section .support-hotline .support-hotline-wrapper .support-section {
    display: flex;
    align-items: center;
    flex-direction: column;
    line-height: 1;
    flex: 0 0 auto
  }

  .footer-section .support-hotline .support-hotline-wrapper .support-section>.title {
    font-size: 0.24rem
  }

  .footer-section .support-hotline .support-hotline-wrapper .support-section>.business-inquiries {
    margin-bottom: 0.25rem
  }

  .footer-section .support-hotline .support-hotline-wrapper .support-section>.inquiry-1 {
    font-size: .24rem;
    margin-bottom: 13.2px
  }

  .footer-section .support-hotline .support-hotline-wrapper .support-section>.inquiry-2 {
    font-size: .24rem;
    margin-bottom: 0.47rem
  }

  .footer-section .support-hotline .support-hotline-wrapper .support-section>.inquiry-btn {
    width: 1.5rem;
    height: 0.5rem;
    font-size: .24rem
  }

  .footer-section .support-hotline .support-hotline-wrapper .support-section>.vertical-dividing-line {
    width: 0.01rem;
    height: 0.35rem;
    margin-top: 0.16rem;
    margin-bottom: 0.18rem;
    background-color: #FFFFFF
  }

  .footer-section .support-hotline .support-hotline-wrapper .support-section>.text-1 {
    font-size: 0.36rem;
    margin-bottom: 0.05rem
  }

  .footer-section .support-hotline .support-hotline-wrapper .support-section>.text-2 {
    font-size: 0.36rem
  }

  .footer-section .support-hotline .support-hotline-wrapper .support-section>.qr-code {
    width: 1.4rem;
    height: 1.4rem;
    margin-top: 0.26rem
  }

  .footer-section .support-hotline .support-hotline-wrapper .support-section>.qr-code img {
    width: 1.2rem;
    height: 1.2rem
  }

  .footer-section .support-hotline .support-hotline-wrapper .support-section:nth-child(2n + 1) {
    order: 2;
    margin-top: 0.65rem
  }

  .footer-section .support-hotline .support-hotline-wrapper .support-section:nth-child(2) {
    width: 100%;
    order: 1
  }

  .footer-section .footer {
    display: flex;
    align-items: center;
    flex-direction: column;
    height: auto
  }

  .footer-section .footer>.footer-detail {
    display: flex;
    justify-content: center;
    display: flex;
    align-items: center;
    height: auto;
    padding: 1.56rem 0px 0px 0px
  }

  .footer-section .footer>.footer-detail>.footer-info {
    display: flex;
    align-items: center;
    flex-direction: column;
    line-height: 0.41rem
  }

  .footer-section .footer>.footer-detail>.footer-info>.footer-content {
    display: flex;
    align-items: center;
    flex-direction: column;
    font-size: .24rem
  }

  .footer-section .footer>.footer-detail>.footer-info>.footer-content.contact-information {
    line-height: 0.41rem
  }

  .footer-section .footer>.footer-detail>.footer-info>.footer-content .phone-number {
    font-size: .24rem
  }

  .footer-section .footer>.footer-divider {
    margin-top: 0.375rem;
    margin-bottom: 0.45rem;
    width: calc(100vw - 0.50rem)
  }

  .footer-section .footer>.footer-extra-info {
    display: flex;
    justify-content: center;
    display: flex;
    align-items: center;
    text-align: center;
    line-height: 0.40rem;
    font-size: .24rem;
    margin-bottom: 0.63rem;
    padding: 0px;
    max-width: 6.66rem;
    display: flex;
    color: rgba(255, 255, 255, 0.6)
  }

  .footer-section .footer>.footer-extra-info a {
    color: rgba(255, 255, 255, 0.6)
  }
}

.grea-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.grea-btn:focus,
.grea-btn:active:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

.grea-btn:hover,
.grea-btn:focus {
  color: #FFFFFF;
  text-decoration: none
}

.grea-btn:active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.grea-btn-default {
  color: #FF9914;
  background-color: #ffffff;
  border-color: #FF9914
}

.grea-btn-default:focus {
  color: #ffffff;
  background-color: #FF9914;
  border-color: #4b050e
}

.grea-btn-default:hover {
  color: #ffffff;
  background-color: #FF9914;
  border-color: #FF9914
}

.grea-btn-default:active {
  color: #FF9914;
  background-color: #e6e6e6;
  border-color: #FF9914;
  background-image: none
}

.grea-btn-default:active:hover,
.grea-btn-default:active:focus {
  color: #ffffff;
  background-color: #FF9914;
  border-color: #FF9914
}

.grea-btn-default:visited {
  color: #FF9914;
  background-color: #ffffff;
  border-color: #FF9914
}

a.grea-btn-default {
  color: #FF9914;
  background-color: transparent
}

a.grea-btn-default:hover {
  background-color: #FF9914 !important;
  color: #FFFFFF
}

.grea-btn-primary {
  color: #ffffff;
  background-color: #FF9914;
  border-color: #FF9914
}

.grea-btn-primary:focus {
  color: #ffffff;
  background-color: #FF9914;
  border-color: #4b050e
}

.grea-btn-primary:hover {
  color: #ffffff;
  background-color: #FF9914;
  border-color: #FF9914
}

.grea-btn-primary:active {
  color: #ffffff;
  background-color: #FF9914;
  border-color: #FF9914;
  background-image: none
}

.grea-btn-primary:active:hover,
.grea-btn-primary:active:focus {
  color: #ffffff;
  background-color: #720814;
  border-color: #4b050e
}

.swiper-pagination.hidden {
  display: none
}

.connect-enter {
  position: fixed;
  width: .48rem;
  height: .48rem;
  bottom: 20%;
  right: 0;
  z-index: 100
}

.connect-enter .connect-us {
  width: .48rem;
  height: .48rem
}

.connect-qq.connect-qq {
  position: fixed;
  width: .48rem;
  height: .48rem;
  bottom: 20%;
  right: 0;
  z-index: 200;
  /* background-color: #d40015; */
  width: .48rem;
  height: .48rem;
}

.connect-qq.connect-qq img {
  border: 0;
  vertical-align: middle
}

.leave-comments-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .18rem
}

.leave-comments-header .modal-title {
  font-size: .24rem;
  font-weight: 600;
  color: #262626;
  line-height: .24rem
}

.leave-comments-content {
  padding: 0 24px 0
}

.leave-comments-content .leave-comments-form {
  padding-top: .18rem;
  font-size: .18rem;
  display: flex;
  flex-direction: column;
  width: 100%
}

.leave-comments-content .leave-comments-form .line {
  display: flex;
  justify-content: space-around;
  margin-bottom: .5rem;
  width: 100%
}

.leave-comments-content .leave-comments-form .input-box {
  margin-right: .48rem;
  width: 50%;
  border-bottom: 1px solid #F0F0F0
}

.leave-comments-content .leave-comments-form .input-box .title {
  color: #434343
}

.leave-comments-content .leave-comments-form .input-box .title .required {
  color: #D50116;
  margin-right: .05rem
}

.leave-comments-content .leave-comments-form .input-box input {
  border: none;
  padding: .05rem;
  width: 100%
}

.leave-comments-content .leave-comments-form .input-box input:focus-visible {
  border: none;
  outline: none
}

.leave-comments-content .leave-comments-form .input-box textarea {
  border: none;
  padding: .05rem;
  width: 100%
}

.leave-comments-content .leave-comments-form .input-box textarea:focus-visible {
  border: none;
  outline: none
}

.leave-comments-content .leave-comments-form .question {
  margin-bottom: .5rem;
  width: 100%
}

.leave-comments-content .leave-comments-form .question .input-box {
  width: 100%
}

.form-btn {
  padding-bottom: .36rem;
  display: flex;
  justify-content: center
}

.form-btn .submit {
  font-size: .18rem
}

.form-btn .reset {
  margin-right: .4rem;
  font-size: .18rem
}

.leave-comments-alerts {
  display: flex;
  justify-content: center;
  font-size: .18rem
}

.leave-comments-alerts .connect-icon {
  width: .2rem;
  margin-right: .08rem
}

.leave-comments-alerts .alert {
  border-radius: 0;
  width: 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.leave-comments-alerts .alert-left {
  display: flex;
  align-items: center
}

.leave-comments-alerts .alert-danger {
  color: #EB2F48;
  background-color: #FEEFF1;
  border-color: #FBD0D6
}

.leave-comments-alerts .alert-success {
  color: #35CBB9;
  background-color: #EFFBFA;
  border-color: #D0F2EF
}

.leave-comments-alerts .close-danger {
  color: #EB2F48
}

@media screen and (max-width: 750px) {

  html,
  body {
    font-size: calc(100vw / 7.5)
  }
}

@media screen and (min-width: 751px) {
  .visible-in-pc {
    display: block
  }

  .visible-in-pc[visible-flex] {
    display: flex
  }

  .visible-in-phone {
    display: none !important
  }
}

@media screen and (max-width: 750px) {
  .visible-in-pc {
    display: none !important
  }

  .visible-in-phone {
    display: block
  }

  .visible-in-phone[visible-flex] {
    display: flex
  }

  .hidden-in-phone {
    display: none
  }
}

.grea-language-icon {
  margin-left: 24px;
  vertical-align: middle;
  cursor: pointer
}

.grea-language-icon path {
  fill: #fff;
  cursor: pointer
}

.language-menu {
  position: absolute;
  display: none;
  background: #fff;
  padding: 8px 16px;
  border-radius: 4px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4)
}

.page-scroll .grea-language-icon path {
  fill: #000
}

.language-dropdown {
  position: relative
}

.language-dropdown li {
  list-style: none;
  padding: 4px
}

.language-dropdown a {
  text-decoration: none;
  font-size: 14px;
  white-space: nowrap;
  color: #000
}

.language-dropdown:hover ul {
  display: block
}


.connect-enter-Left{
  position: fixed;
  bottom: 2%;
  left: 0.1rem;
  width: 2.4rem;
  z-index: 999;
  

}
.connect-enter-Left .value{
  text-indent: 0.06rem;
}
.connect-enter-Left .connect-enter-Lefthead{
  width: 100%;
  height:0.46rem ;
  padding: 0 0.2rem;
  border-radius: 5px 5px 0 0 ;
  font-size: 0.12rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color:rgb(255, 153, 20) ;
}
.connect-enter-Left .text{
font-size: 0.16rem;
}
.connect-enter-Left .icon{
  cursor: pointer;
}
.connect-enter-Left .enterContent{
  width: 100%;
padding: 0.1rem 0.1rem;
box-sizing: border-box;
background-color: #fff;
display: block;

}
.msg{
  font-size: 0.14rem;
  color: red;
}
.msg div{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.connect-enter-Left .enterContent .line1{
  width: 100%;
  height: 0.3rem;
  display: flex;
  margin-bottom: 0.1rem;
}
.connect-enter-Left  input{
  width: 100%;
height:100%;
font-size: 0.14rem;
border:1px solid #DCDFE6;
border-radius: 4px;
padding-left: 0.1rem;
}
.line2 {
  width: 100%;
  height: 0.4rem;
display: flex;
align-items: center;
justify-content: flex-end;
margin-top: 0.3rem;
}

.connect-enter-Left .enterContent .line3{
  height:1rem;
  font-size: 0.14rem;
}
.lineBtn{
  width: 0.8rem;
  height: 0.4rem;
  font-size: 0.16rem;
  background-color: rgb(255, 153, 20);
  color: #fff;
  text-align: center;
  line-height: 0.4rem;
  border-radius: 5px;
  cursor: pointer;
}
.swiper{
  width: 600px;
  height: 300px;
}
.connect-enter-Left .leave-comments-content .leave-comments-form{
  padding-top: 0.05rem;
}
.connect-enter-Left .leave-comments-content .leave-comments-form .line{
margin-bottom: 0.15rem;
}
.connect-enter-Left .leave-comments-content .leave-comments-form .input-box{
  display: flex;
  align-items: center;
  margin-right: 0;
  width: 100%;
  border: none;
 
}
.connect-enter-Left .leave-comments-content .leave-comments-form .input-box input{
  border: 1px solid #DCDFE6;
  height: 0.3rem;
}
.connect-enter-Left .leave-comments-content {
  padding: 0 0.2rem;
}
.connect-enter-Left .leave-comments-content .leave-comments-form .input-box .title{
  white-space: nowrap;
  margin-bottom: 0;
  margin-right: 0.1rem;
}
.connect-enter-Left .modal-header{
padding: 0 ;
border: none;
}
.connect-enter-Left .leave-comments-header{
padding-bottom: 0;
font-size: 0.16rem;
display: flex;
flex-direction: column;
align-items: flex-start;
}
.connect-enter-Left .modal-content{
  border: none;
  border-radius: 0 0 5px 5px;
  padding-bottom: 0.2rem;
}
.connect-enter-Left .modal-title{
  font-size: 0.14rem;
  padding-bottom: 0;
  font-weight: 500;
}
.connect-enter-Left .leave-comments-content .leave-comments-form .input-box textarea{
  width: 100%;
height:100%;
/* padding-left: 0.1rem; */
resize: none;
border:1px solid #DCDFE6;
border-radius: 4px;
font-size: 0.14rem;

}
.connect-enter-Left .leave-comments-content .leave-comments-form .input-box .title .required{
  margin-right: 0;
}
.connect-enter-Left .leave-comments-alerts {
  margin-top: 0.07rem;
}
.connect-enter-Left .leave-comments-alerts .alert-danger{
  height: 0.4rem;
  width: 2rem;
  font-size: 0.14rem;
  padding: 0 0.1rem;
}
.connect-enter-Left .leave-comments-alerts .alert-success{
  background-color: #ffff;
  border-color: #fff;
}
.connect-enter-Left .form-btn .grea-btn{
font-size: 0.14rem;

}
.connect-enter-Left .form-btn{
  padding-bottom: 0;
}
.connect-enter-Left .leave-comments-content .leave-comments-form .question{
margin-bottom: 0.1rem;
}
.connect-enter-Left .leave-comments-alerts .alert-danger{
margin-bottom: 0;
}
.modal-content2{
  display: none;
}
.hideImg{
  width: 0.2rem;
  height: 0.2rem;
}
/*# sourceMappingURL=home.css.map */