[v-cloak] {
  display: none;
}

* {
  margin: 0;
  padding: 0;
}

.no-scroll {
  overflow: hidden;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

/*header {*/
/*  width: 100%;*/
/*  position: fixed;*/
/*  top: 0;*/
/*  background: #fff;*/
/*  z-index: 2;*/
/*}*/
.header-container {
  height: 70px;
  font-size: 14px;
  box-shadow: 0 3px 6px #ccc;
}

.header-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1390px;
  margin: 0 auto;
  height: 70px;
}

.left-content {
  display: flex;
  align-items: center;
  gap: 50px;
  font-size: 18px;
}

.logo img {
  height: 60px;
  margin-right: 50px;
}

.shiwaitooltip {
  display: none;
  position: fixed;
  background-color: #ecf5ff;
  padding: 10px;
  border: 1px solid #91c6fb;
  color: #409eff;
  top: 165px;
  z-index: 999;
  left: 50%;
  border-radius: 7px;
  width: 275px;
  height: 30px;
  margin-left: -132px;
  text-align: center;
  line-height: 30px;
}

.contactUs {
  padding: 10px 20px 13px 23px;
  box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.4), 0 7px 13px -3px rgba(0, 0, 0, 0.3), inset 0 -3px 0px 0px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  color: #fff;
  background: #4589fd;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 17px;
}

.content {
  width: 100%;
  /*margin-top: 70px;*/
  text-align: center;
}

.info-gobuy {
  display: flex;
  max-width: 1400px;
  margin: 20px auto 0px;
  gap: 60px;
}

.info-left {
  width: 50%;
  position: relative;
}

.info-left-banner {
  position: relative;
  width: 540px;
  height: 360px;
  overflow: hidden;
  margin-bottom: 10px;
  box-shadow: 0px 0px 6px 1px #00000020;
}

.info-left-banner img {
  width: 540px;
  height: 100%;
  margin: 0 auto;
  object-fit: contain;
}

.info-right {
  display: flex;
  flex-direction: column;
  width: 95%;
  color: #747474;
  text-align: left;
  height: auto;
  cursor: pointer;
}

.title-box {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;

}

.title-box img {
  width: 40px !important;
  height: 40px;
  display: block;
  object-fit: cover;
  border-style: none;
}

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

.info-box {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 25px;
  background: #FAFBFC;
  border: 1px solid #d4d4d4;
  border-radius: 10px;
  color: #9FA5B7;
  padding: 20px;
}

.info-item {
  font-size: 15px;
}

.info-item>span:nth-child(1) {
  width: 115px;
}

.info-item-content {
  display: inline-block;
  color: #3a4459;
}

.price-box {
  align-items: flex-end;
}

.price {
  font-size: 22px;
  color: #FF5536;
  width: 79px;
  font-weight: 600;
}

.price1 {
  width: 100px;
  text-decoration: line-through;
}

.has-domain {
  display: flex;
  align-items: center;
}

.domain {
  height: 40px;
  flex: 1;
  border: 1px solid #d4d4d4;
  color: #747474;
  border-radius: 8px;
  padding-left: 10px;
  transition: all .35s ease;
}

.domain:hover {
  border: 1px solid #0078ffa8;
  transition: all .35s ease;
  box-shadow: 0px 0px 6px 0px #0078ff78;
}

input {
  outline: none;
}

.btn-box {
  width: 395px;
  display: flex;
  justify-content: space-between;
}

.btn {
  display: block;
  background: #FFEAE5;
  padding: 10px 30px;
  border: 1px solid #FFB2A2;
  border-radius: 8px;
  color: #FF865F;
  font-size: 14px;
}

.goBuy {
  background: #FF5533;
  color: #fff;
}

.info-introduce {
  max-width: 1400px;
  margin: 30px auto;
}

.introduce-titleBox {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #E9ECF1;
}

.introduce-line {
  height: 17px;
  width: 4px;
  border-radius: 10px;
  background-color: #165DFF;
}

.introduce-title {
  font-size: 20px;
  text-align: left;
  color: #3D3D3D;
  font-weight: 700;
  /* border-left: 5px solid #165DFF; */
  padding: 0 10px;
}

.info-describe {
  font-size: 15px;
  margin: 21px 0;
  color: #4E5969;
  text-align: left;
  line-height: 22px;
}

.info-right-production {
  line-height: 22px;
  color: #4E5969;
  padding-bottom: 30px;
  border-bottom: 1px solid #E9ECF1;
  margin-bottom: 20px;
  font-size:12px;
}



.content-box {
  background: #fff;
  padding: 10px 0 0;
  position: relative;
}

.content-tishi{
  position: fixed;
  left: 50%;
  top: 20%;
  transform: translate3d(-50%, -50%, 0px);
  background: rgba(0, 0, 0, 0.7);
  color: rgb(255, 255, 255);
  font-size: 15px;
  padding: 0px;
  border-radius: 5px;
  z-index: 5009;
  word-break: break-all;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;

  
}

.prompt-boxAcitve {
  max-height: 100px;
  padding: 16px 20px;
  overflow: visible;
  opacity: 1;
}

.title {
  font-size: 25px;
  font-weight: 600;
  max-width: 1200px;
  margin: 20px auto;
  text-align: left;
  line-height: 41px;
}

.swiper {
  height: auto;
}

.info-page {
  width: 540px;
  height: 90px;
  overflow: hidden;
  margin-top: 15px;
}

.swiper-slide img {
  width: 98%;
  height: 70px;
  border: 2px solid #e6e9ef;
}

.imgActive {
  border: 2px solid #0187FD !important;
}

.swiper-button-prev,
.swiper-button-next {
  display: block !important;
}

/* .swiper:hover .swiper-button-prev,
.swiper:hover .swiper-button-next {
  display: block !important;
} */

#div-mask {
  width: 100%;
  height: 100%;
  /* background-color: #fff; */
  background: linear-gradient(0deg, #00000080, #00000080);
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
  cursor: pointer;
  /*对鼠标事件失去作用*/
  /* pointer-events: none;
  display: none;
  border: 1px solid #000; */
}

#div-mask svg {
  width: 23px;
}

#div-mask p {
  color: #fff;
}

.info-left-banner:hover #div-mask {
  opacity: 1;
}

.div-big {
  width: 100vw;
  height: 100vh;
  outline: 1px solid #999999;
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999;
  display: none;
  align-items: center;
  justify-content: center;
  /* display: none; */
}

.div-bigActive {
  display: flex;
}

.div-big-header {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  background: #00000080;
  z-index: 9999;

}

.big-header-icon {
  width: 18%;
  height: auto;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 0;
  transition: all 0.3s ease;
}

.iconActive {
  padding: 0;
}

.iconImg {
  width: 23%;
}

.iconImg img {
  width: 100%;
  max-height: 55px;
  overflow: hidden;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}

.iconImgActive {
  max-height: 0px !important;
  border: 0px solid transparent !important;
}

.div-big-foldUp {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 60%);
}

.div-big-foldUp img {
  width: 20px;
  transition: all 0.3s ease;
  transform: rotateZ(180deg);
}

.foldUpActive {
  transform: rotateZ(0deg) !important;
}

.big-img {
  transition: all 0.3s ease;
}

.zoomingBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 8px 15px;
  border-radius: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  bottom:50px;
  transform: translateX(-50%);
}

.zoomingBtn div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.zoomingBtn svg {
  width: 20px;
  height: 20px;
}

.header-left {
  display: flex;
  align-items: center;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 15px !important;
  background: #fff;
  color: #000;
  padding: 8px;
  border-radius: 50%;
  display: block;
  height: 15px;
  width: 15px;
  line-height: 15px !important;
  text-align: center;
  border: 1px solid #d6dbe3
}

.paginationBtn {
  width: 85%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.paginationBtn div{
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color:#fff;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  transition: all 0.3s ease;
  cursor: pointer;
}

.paginationBtn div:hover{
  background-color: #f2f4f8;
}

.paginationBtn div img {
  width: 18px;
  cursor: pointer;
}

.closeBtn {
  position: absolute;
  top: 100px;
  right: 40px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color:#fff;
  /* display: flex;
  align-items: center;
  justify-content: center;
  align-content: center; */
  transition: all 0.3s ease;
  cursor: pointer;
}
.closeBtn:hover{
  background-color: #f2f4f8;
}

.closeBtn img{
  height: 50%;
  position: absolute;
  top: 50%;
  left:50%;
  transform: translate(-55%, -50%);

}

.specifications-Box {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.method-Box {
  display: flex;
  align-items: center;
}

.method-item {
  color: #4E5969;
  width: 80px;
  height: 28px;
  line-height: 28px;
  font-size: 12px;
}

.method-list {
  width: calc(100% - 80px);
}

.method-listBox{
  display:flex;
  gap: 8px;
  flex-wrap: wrap;
}

.rulesBox {
  display: flex;
  align-items: center;
  gap: 18px;
}

.method-rules {
  position: relative;
  cursor: pointer;
}

.method-rules:hover .rules-desc {

  padding: 5px 9px;
  overflow: visible;
  max-height: 100px;
  box-shadow: 0 0 13px 3px rgba(0, 0, 0, 0.15);
}

.rules-text {
  color: #4E5969;
}

.rules-text img {
  width: 13px;
  margin-right: 4px;
}

.rules-desc {
  position: absolute;
  border-radius: 2px;
  background: #FFFFFF;
  top: 30px;
  padding: 0;
  overflow: hidden;
  max-height: 0;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.rules-desc p {
  white-space: nowrap;
  color: #4E5969;
  font-size: 13px;
}



.method-content {
  display: flex;
  flex-wrap: wrap;
  gap: 15px
}

.counter-box {
  display: flex;
  align-items: center;
  color: #1D2129;
  gap: 7px;
  font-size:14px;
}

.counter {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

.counter div {
  width: 28px;
  height: 28px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #4E5969;
  background: #E6E9EF;
  border: 1px solid #E6E9EF;
  transition: all 0.3s ease;
}

.counter div:hover {
  background: #fff;
}

.counter p {
  width: auto;
  display: inline-block;
  height: 30px;
  padding: 3px 15px;
  background: #FFFFFF;
  border: 1px solid #E6E9EF;
  box-sizing: border-box;
  color: #1D2129;
  display: flex;
  align-items: center;
  /* margin: 0 4px; */
}

.cost-box {
  color: #4E5969;
  font-size: 12px;
}

.cost-box span {
  color: #1D2129;
  font-size: 22px;
  margin: 0 3px;
}

.buy-box {
  display: flex;
  margin-top: 25px;
}

.buy-agreementBox {
  display: flex;
  flex-direction: column;
  gap: 25px;
  
  cursor: pointer;
}

.buy-agreement {
  color: #1D2129;
  font-size:14px;
}

.buy-agreement input {
  margin-right: 10px;

}

.buy-agreement a {
  color: #165DFF;
}

.buy-btnBox {
  display: flex;
  align-items: center;
  gap: 30px;
  
  cursor: pointer;
}

.buy-emption {
  padding: 6px 21px;
  font-size: 12px;
  background: #165DFF;
  color: #FFFFFF;
  border: none;
  cursor: pointer;
}

.buy-emption:disabled {
  background: #bbd3fb;
  color: #ffffffa4;
  cursor: not-allowed;
}

.buy-demo {
  color: #165DFF;
  background: #E8F3FF;
  padding: 5px 20px;
  font-size: 12px;
  border: 1px solid #165DFF;
  box-sizing: border-box;
  cursor: pointer;
}


.shopData-plugin {
  display: flex;
  align-items: center;
  gap: 18px;
}

.method-click {
  font-size:12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 19px;
  background: #FFFFFF;
  height: 28px;
  border: 1px solid #E6E9EF;
}

.methodDesc {
  width: auto;
  font-size:12px;
  height: 28px;
  background: #FFFFFF;
  color: #165DFF;
  border: 1px solid #165DFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 19px;
}



@media (max-width: 768px) {

  .title-box {
    /* display: none; */
    
  margin: 20px 0 0;
  }


  .left-content {
    display: none;
  }

  header {
    width: 100%;
  }

  .header-container {
    padding: 0 20px;
  }

  .info-page {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .info-left-banner {
    width: 100%;
    height: 100%;
    overflow: auto;
  }

  .info-gobuy {
    flex-direction: column;
    gap: 0;
  }

  .content {
    width: 100%;
    margin-top: 0;
  }

  .content-box {
    padding: 20px;
  }

  .title {
    font-size: 16px;
    text-align: left;
    /*margin-top: 70px;*/
    line-height: 30px;
  }

  .info-left {
    width: 100%;
    margin: 0 auto;
  }

  .swiper-slide img {
    width: 95%;
    overflow: hidden;
  }

  .info-right {
    margin: 0 auto;
    height: 100%;
  }

  .info-item {
    font-size: 14px;
    margin-left: 0 !important;
  }

  .info-item>span:nth-child(1) {
    width: auto;
    text-wrap: nowrap;
  }

  .info-item-content {
    text-wrap: wrap;
  }

  .price {
    text-wrap: nowrap;
  }

  .price1 {
    text-wrap: nowrap;
    margin-left: 10px;
  }

  .has-domain {
    font-size: 14px;
    margin-top: 20px;
  }

  .btn {
    padding: 10px 20px;
  }

  .info-describe {
    margin: 15px 0;
    line-height: 30px;
  }

  .div-big {
    width: 200px;
    height: 200px;
    outline: 2px solid black;
    position: absolute;
    left: 0;
    top: 79%;
    overflow: hidden;
    display: none;
    z-index: 9;
  }

  .logo img {
    margin-right: 0;
  }

  .btn-box {
    width: 100%;
    margin-top: 20px;
  }

  .info-right-production {
    margin-top: 20px;
  }

  .info-box {
    margin-top: 20px;
  }

  .visite {
    margin-top: 20px;
  }

  .swiper-button-prev,
  .swiper-button-next {
    display: block !important;
  }

  .info-left-banner img {
    width: 100%;
    height: calc(156vw*9/16);
  }

  #div-mask {
    display: none;
  }
}