/* product 页面样式*/
.product-top-banner{
	background-image: linear-gradient(90deg, 
		#70adfd 0%, 
		#6261eb 100%), 
	linear-gradient(
		#4690e7, 
		#4690e7);
	background-blend-mode: normal, 
		normal;
}
.product-banner-left{
  height:100%;
  padding:40px 15px;
}
.product-banner-left h2{
	font-size: 34px;
	font-weight: bold;
	line-height: 32px;
  color: #ffffff;
}
.product-banner-left p{
	font-size: 16px;
	line-height: 32px;
  color: #ffffff;
  margin-top:15px;
}
.product-content-box{
  margin-top:120px;
}
.product-content-box h3{
  font-size: 34px;
	font-weight: bold;
	line-height: 46px;
  color: #000000;
  text-align: center;
  padding:0  20px;
}
.product-center-box{
  flex-wrap: wrap;
  justify-content: space-around;
}
.product-content-item{
  margin-top:50px;
}
.product-content-border{
  position: relative;
  border: 1px solid #ebebeb;
  overflow: hidden;
  width:340px;
  background-color: #ffffff;
  border-radius: 20px;
  padding:30px 15px;
}
.content-text-box h4, .content-text-box-hover h4{
  margin-top:35px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
  color: #000000;
}
.content-text-box .content-btm-text{
  width:100%;
  text-align: center;
  margin-top:15px;
  font-family: Open Sans;
  font-size: 14px;
  line-height: 26px;
  color: #626567;
  word-wrap: break-word;
}
.content-text-box-hover ul{
  list-style:none;
}
.content-text-box-hover ul li{
  align-items: flex-start;
  font-family: Open Sans;
  font-size: 14px;
  line-height: 26px;
  color: #626567;
}
.content-text-box-hover ul li img{
  width:12px;
  height:8px;
  margin:8px 6px 0 0 ;
}
/* product页面按钮 */
.product-btn-box{
  margin-top:50px;
}
.product-btn-box p {
    width: 150px;
    font-size: 18px;
    color: #fff;
    margin-top: 0;
}
.product-btn-box .product-blue-btn{
  display:flex;
  width: 220px;
	height: 54px;
	background-color: #35b1ff;
	border-radius: 27px;
	text-decoration: none;
}
.product-blue-btn p{
	font-size: 18px;
	line-height: 26px;
	color: #ffffff;
}
.product-blue-btn img{
  width:32px;
  height:32px;
  margin-left:25px;
}
.product-blue-btn:hover{
  background-color: rgb(1,165,249);
}
.product-btn-box .product-white-btn{
  display:flex;
  width: 220px;
	height: 54px;
	border-radius: 27px;
	border: solid 2px #35b1ff;
  text-decoration: none;
  margin-top:15px;
}
.product-white-btn p{
	font-size: 18px;
	line-height: 26px;
	color: #35b1ff;
}
.white-btn-icon{
  width:32px;
  height:32px;
  margin-left:25px;
  background:url('../images/icons/mac01.png') 0 0 no-repeat;
}
.product-white-btn:hover{
  background-color: rgb(1,165,249);
}
.product-white-btn:hover p{
  color:#fff;
}
.product-white-btn:hover .white-btn-icon{
  background:url('../images/icons/mac01.png') 0 0 no-repeat;
}
.product-btm-item  h4,.product-btm-item  p{
  margin-top:15px;
}
.features-btm-addicon{
  margin:20px 0;
}
.product-banner-box{
  height:100%;
}
.main-container{
  width:100%;
  padding:8px;
}
.product{
  margin-top:2px;
}
.buy-item-box{
  width:100%;
  margin-top:20px;
  border-radius:20px;
  background:#fff;
}
.we-accept-imgs{
  align-items: start;
  flex-wrap:wrap;
  height: 70px;
  margin-top:20px;
}
.payment-img + .payment-img{
  margin-left:20px;
}
@media (min-width: 768px) {
  .product-top-banner{
    height: 192px;
  }
  .product-banner-left{
    padding:49px 15px;
  }
  .main-container{
    width:760px;
    padding:8px;
  }
  .buy-item-box{
    max-width:235px;
    margin-left:10px;
    margin-top:0;
  }
  .we-accept-imgs{
    margin-top:60px;
  }	
}
/* product top nav */
.product-top-backg{
  width:100%;
  height:130px;
  padding:0 15px;
  background:url('../images/bg/product-bg.png') 0 0 no-repeat;
}
.product-top-backg .body-box{
  height:100%;
}
.product-top-backg h3{
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
}
.product-top-backg .product-top-nav-box{
  display:none;
}
.product-top-backg .product-top-nav-icon{
  display:block;
  cursor: pointer;
}
.product-top-backg .product-top-nav-box ul{
  list-style: none;
}
.product-top-mob-list{
  display:none;
}
.product-top-mob-list ul{
  list-style:none;
  z-index: 100;
}
.product-top-mob-list ul li a{
  display:inline-block;
  width:100%;
  height:48px;
  color:#555;
  font-size:16px;
  line-height:48px;
  padding-left:15px;
  text-decoration:none;
  background-color:#fff;
  border-bottom:1px solid #e5e5e5;
}
.product-top-mob-list ul li:hover a{
  background-color:#eeeeee;
}
.product-top-mob-list ul li:active a{
  background-color:#eeeeee;
}
.product-top-mob-list .product-mob-list-active a{
  background-color:#eeeeee;
}
.product-top-nav-box ul li{
  margin-left:20px;
}
.product-top-nav-box ul li:hover{
  color:#fff;
}
.product-top-nav-box ul li a{
  display:inline-block;
  min-width:100px;
  height:30px;
  line-height:30px;
  font-size:16px;
  color:#fff;
  text-align:center;
	border-radius: 14px;
  text-decoration: none;
}
.product-top-nav-box ul li:hover a{
  color:#fff;
  background-color: rgba(255, 255, 255, 0.3);
}
.product-top-active a{
  color:#fff;
  background-color: rgba(255, 255, 255, 0.3);
}
/* float */
.product-float-top{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  display: none;
  z-index: 11;
  background-color: #fff;
  padding: 0 15px;
}
.product-float-top .body-box, .product-float-top .body-box ul{
  height:100%;
  list-style: none;
  justify-content: space-around;
}
.product-float-top .float-nav ul li{
  border-right:1px solid #efefef;
  border-bottom:1px solid #efefef;
  cursor: pointer;
  min-width:72px;
  height:60px;
  flex:1;
}
.product-float-top .float-nav ul li:hover{
  height:60px;
  background-color:#efefef;
}
.product-float-top .float-nav ul li a{
  text-decoration: none;
  font-size:14px;
  color:#333;
}
.float-nav ul .float-nav-active{
  background-color:#efefef;
}
.float-right-box{
  margin:10px;
  justify-content: flex-end;
}
.product-float-top .float-price{
  height:100%;
}
.float-price h3{
  font-weight: bold;
  font-size:18px;
  color:#000;
}
.float-price p{
  font-size:12px;
  color:#888;
  text-decoration: line-through;
  margin:6px 20px 0 6px;
}
.product-float-top .float-blue-btn, .float-org-btn, .float-green-btn{
  width:150px;
  height:50px;
  border-radius:25px;
  background-color:#35b1ff;
  text-decoration: none;
  padding:0 18px;
}
.float-blue-btn span, .float-org-btn span, .float-green-btn span{
	font-size: 16px;
	color: #fff;
}
.float-blue-btn:hover{
  background-color:#529dd5;
  text-decoration: none;
}
.product-float-top .float-org-btn{
  background-color:#f6a723;
}
.float-org-btn:hover{
  background-color:#f28f17;
  text-decoration: none;
}
.product-float-top .float-green-btn{
  background-color:#02cb64;
}
.float-green-btn:hover{
  background-color:#28a745;
  text-decoration: none;
}
.show-mobile-list{
  display:block;
}
.hide-mobile-list{
  display:none;
}
@media(min-width:992px) {
  .product-top-backg{
    padding:0;
  }
  .product-top-backg .product-top-nav-box{
    display:block;
  }
  .product-top-backg .product-top-nav-icon{
    display:none;
  }
  .product-top-mob-list{
    display:none;
  }
  .product-float-top{
    position: 260px;
    height: 90px;
  }
  .product-float-top .float-nav ul li a{
    text-decoration: none;
    font-size:16px;
    color:#333;
  }
  .product-float-top .float-nav ul li{
    height:90px;
    border-bottom:none;
  }
  .float-right-box{
    margin:0;
    justify-content: flex-start;
  }
  .product-float-top .float-nav ul li:hover{
    height:90px;
  }
  .main-container{
    width:960px;
    padding:15px;
  }
  .buy-item-box{
    max-width:300px;
    margin-left:20px;
    border-radius:20px;
    background:#fff;
  }
}
.product-special-box {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
    align-items: stretch;
}
.product-special-card {
    width: 320px;
    border: 1px solid #ececec;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 20px;
}
.product-addImg {
    align-self: center;
}
.product-special-card-title {
    margin-top: 20px;
    font-weight: bold;
    font-size: 18px;
    padding: 0 20px;
    text-align: center;
    height: 60px;
    font-family: sans-serif;
}
.product-special-card>img {
    margin: 10px 0 30px 0;
}
.product-special-card-word {
    text-align: center;
    font-size: 14px;
    color: #999999;
    line-height: 1.8;
    margin-bottom: 20px;
}
.product-special-card-footer {
    height: 50px;
    width: 100%;
    padding: 0 18px;
    background-color: #f5f5f5;
}
.product-special-card-price {
    font-size: 18px;
    color: #fe8a0d;
}
.buy-item-box:hover{
  box-shadow: 0px -1px 15px 1px #999,
   -1px 0px 4px 1px #999, 
   1px 0px 15px 0px #999, 
   0px 5px 7px -3px #999;
}
.product-buy-now{
  height:48px;
  max-width:180px;
  font-size:20px;
  font-weight: bold;
  text-decoration:none!important;
}
.we-accept{
  margin-right: 18px;
  margin-top: 8px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
@media(min-width:1200px) {
  .main-container{
    width:1150px;
  }
  .buy-item-box{
    max-width:350px;
  }
}