.product-box-left h3, .product-box-left2 h3, .product-box-left3 h3, .product-box-left4 h3, .product-box-left5 h3, .product-box-left6 h3 {
    padding: 0 20px;
}
.box-center-detail {
    padding: 0 50px;
}
@media (min-width: 350px){
    .btn-a {
      margin: auto;
      display: -moz-box;  /* Firefox */
      display: -ms-flexbox;    /* IE10 */
      display: -webkit-box;    /* Safari */
      display: -webkit-flex;
      width: 100%;
      display: flex;
      flex-flow: row nowrap;
      justify-content: center;
      align-items: center;
    }
    .np-select-sp1{
      content: "";
      position: absolute;
      top: 20px;
      left: 2%;
      color: white;
      overflow: hidden;
      width: 14px;
      height: 14px;
      border-top: 2px solid gray;
      border-right: 2px solid gray;
      transform: rotate(225deg);
    cursor: pointer;
     }
     .np-select-sp2{
      content: "";
      position: absolute;
      top: 20px;
      right: 2%;
      width: 14px;
      color: white;
      overflow: hidden;
      height: 14px;
      border-top: 2px solid gray;
      border-right: 2px solid gray;
      transform: rotate(45deg);
      cursor: pointer;
     }
     .np-content h1{
       text-align: center;
	   color: #FFFFFF;
	   padding-top: 5.8rem;
	   font-size: 25px;	 
     }
     .np-content-fix{
     width: 100%;
     display: flex;
     justify-content: space-around;
     align-items: center;
     flex-direction: column;
     flex-wrap: nowrap;
     margin-top: 48px;
     }
   .np-content-box{
       width: 100%;
       display: flex;
       flex-direction: column;
       justify-content: space-around;
       align-items: center;
       text-align: center;
      padding: 10px;
      margin-bottom: 40px;
       /* max-width: 7rem; */
       /* padding: 0.2rem 0.5rem 0.7rem; */
       /* margin-right: 1.75rem; */
       box-shadow: 0 1px 10px rgb(1 38 94 / 15%);
       border-radius: 8px;
       background-color: #fff;
     }
	 .android-badge {
	  background-color: #28a745;
	  border-radius: 12px;
	  padding: 2px 8px;
	  margin-left: 10px;
	  display: inline-block;
	}

	.android-link {
	  color: white;
	  font-size: 12px;
	  font-weight: bold;
	  text-decoration: none;
	  display: inline-block;
	}
     .np-content-img{
       width: 40%;
       margin-top: 20px;
     }
     .np-name{
       font-weight: 700;
       font-size: 18px;
       margin:10px 0 0px;
       color: #111532;
     }
     .np-detail{
       width: 96%;
       font-size: 14px;
       color: #54545b;
       /* margin:10px 10px; */
       text-align: center;
       /* position: relative; */
      line-height:24px;
     
     }
     /* 淡入淡出动画 */
     .np-content-fix>.np-content-box:first-child{
       animation: myfirst 1s;
     }
     .np-content-fix>.np-content-box:nth-child(2){
       animation: myfirst 1.5s;
     }
     .np-content-fix>.np-content-box:nth-child(3){
       animation: myfirst 2s;
     }
     @keyframes myfirst
         {
             from {
               transform: translateY(50px);
               opacity: 0;
             }
             to {
               opacity: 1;
             }
         }
     .np-select-tands{
       width: 100%;
       text-align: center;
       position: relative;
     }
     .np-select-tands-fixed {
         position: fixed;
         top: 0%;
    text-align: center;
    width: 100%;
         margin-bottom: 10px;
       background: #fff;
       left: 0;
       box-shadow: 0 0 6px rgb(1 27 80 / 15%);
       z-index: 99;
       }
     .np-sleect-tanbs-ul{
       width: 94%;
       height: 80px;
       margin: auto;
       text-align: center;
        overflow-x: hidden;
        display: flex;
        padding: 0px 10px;

        list-style: none;
     justify-content: flex-start;
        align-items: center;
     }
     .np-sleect-tanbs-ul li{
        margin:0px 20px ;
        white-space: nowrap;
        display: inline-block;
        height: 48px;
        width: auto;
        min-width: 200px;
        cursor: pointer;
     }
     .np-sleect-tanbs-ul li:hover{
       color:#0087ff ;
       border-bottom: 3px solid #0087ff;
     }
     .isselectli{
       color: #0087ff;
       border-bottom: 3px solid #0087ff;
     }
     /* .disselectli{
       border-bottom: 3px solid #0087ff;
     } */
   .product-show{
     margin-top: 40px;
     width: 100%;
   }
   .product-show-box{
     width: 100%;
     display: flex;
     justify-content: flex-start;
     align-items: center;
     flex-wrap: nowrap;
     flex-direction: column;
     /* border: 1px solid red; */
     border-radius: 10px ;
       box-shadow: 0 0 8px rgb(33 56 83 / 16%);
       /* border-radius: 0.15rem; */
       margin-bottom:26px;
       background: #fff;
   
   }
   .product-box-left{
     position: relative;
     border-radius: 10px 10px 0px 0px;
     text-align: center;
     background: #4077C9;
     color: #fff;
     width: 100%;
     height: 260px;
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: space-evenly;
     /* margin-right: 4%; */
   }
   .product-box-left h3{
     font-size: 18px;
     line-height: 24px;
     font-weight: 700;
   }
   .product-box-left img{
     height: 80px;
   }
   /* 第二个 */
   .product-box-left2{
     position: relative;
     border-radius: 10px 10px 0px 0px;
     text-align: center;
     background: #4C98E3;
     color: #fff;
     width: 100%;
     height: 260px;
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: space-evenly;
     /* margin-right: 4%; */
   }
   .product-box-left2 h3{
     font-size: 18px;
     line-height: 24px;
     font-weight: 700;
   }
   .product-box-left2 img{
     height: 80px;
   }
   /* 第三个 */
   .product-box-left3{
     position: relative;
     border-radius: 10px 10px 0px 0px;
     text-align: center;
     background: #4155B8 ;
     color: #fff;
     width: 100%;
     height: 260px;
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: space-evenly;
     /* margin-right: 4%; */
   }
   .product-box-left3 h3{
     font-size: 18px;
     line-height: 24px;
     font-weight: 700;
   }
   .product-box-left3 img{
     height: 80px;
   }
   /* 第四个 */
   .product-box-left4{
     position: relative;
     border-radius: 10px 10px 0px 0px;
     text-align: center;
     background: #32A4C8  ;
     color: #fff;
     width: 100%;
     height: 260px;
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: space-evenly;
     /* margin-right: 4%; */
   }
   .product-box-left4 h3{
     font-size: 17px;
     line-height: 24px;
     font-weight: 700;
   }
   /* 第五个 */
   .product-box-left5{
     position: relative;
     border-radius: 10px 10px 0px 0px;
     text-align: center;
     background: #309DC4  ;
     color: #fff;
     width: 100%;
     height: 260px;
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: space-evenly;
   }
   .product-box-left5 h3{
     font-size: 18px;
     line-height: 24px;
     font-weight: 700;
   }
   /* 第六个 */
   .product-box-left6{
     position: relative;
     border-radius: 10px 10px 0px 0px;
     text-align: center;
     background:  #3380EA ;
     color: #fff;
     width: 100%;
     height: 260px;
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: space-evenly;
     /* margin-right: 4%; */
   }
   .product-box-left6 h3{
     font-size: 18px;
     line-height: 24px;
     font-weight: 700;
   }
   .product-box-left6 img{
     height: 80px;
   }
   .product-box-center{
     text-align: center;
     width: 100%;
     height: 240px;
     border-bottom:1px dashed #e1e6eb;
     position: relative;
   }
   .most-popular{
    display: none;
  }
   .box-center-wm{
     font-size: 18px;
       line-height: 26px;
       font-weight: 700;
       margin:32px 0px 10px;
   }
  .box-center-wm a{
    color: #000000;
   }
   .box-center-wm a:hover{
    color: #000000;
    text-decoration: underline;
   }
   .box-center-detail{
     font-size: 14px;
       line-height: 1.7;
       margin:20px 0px  10px;
       font-weight: 400;
   }
   .box-center-ban{
   font-size: 12px;
   margin-top: 10px;
   }
   .product-box-right{
     height: 240px;
     text-align: center;
     width: 100%;
    
   }
   .green-btn-center{
     height: 50px;
       width: 200px;
       color: #ffffff;
       border-radius: 54px;
       background-color: #02cb64;
       margin: 0 auto 0px;
   }
   .blue-btn-right{
       height: 50px;
       width: 200px;
       color: #ffffff;
       border-radius: 54px;
       background-color: #46b1e2;
       margin: 0 auto 0;
     }
     .box-center-span{
       font-size: 14px;
       color: #219aea;
     }
     }
  @media (min-width: 768px){
     .np-content{
       width: 710px;
     }
     .np-content h1{
       text-align: center;
	   color: #FFFFFF;
		line-height: 3rem;
		padding-top: 6.8rem;
		font-size: 36px; 
     }
     .btn-a {
      margin: auto;
      display: -moz-box;  /* Firefox */
      display: -ms-flexbox;    /* IE10 */
      display: -webkit-box;    /* Safari */
      display: -webkit-flex;
      width: 100%;
      display: flex;
      flex-flow: row nowrap;
      justify-content: center;
      align-items: center;
    }
     .most-popular{
     display: none;
   }
     .np-content-fix{
     width: 100%;
     display: flex;
     justify-content: space-around;
     align-items: center;
     flex-direction: column;
     flex-wrap: nowrap;
     margin-top: 48px;
     }
   .np-content-box{
       width: 100%;
       display: flex;
       flex-direction: column;
       justify-content: space-around;
       align-items: center;
       text-align: center;
      padding: 10px;
      margin-bottom: 40px;
	   box-shadow: 0 1px 10px rgb(1 38 94 / 15%);

       border-radius: 8px;
       background-color: #fff;
     }
	 .android-badge {
	  background-color: #28a745;
	  border-radius: 12px;
	  padding: 2px 8px;
	  margin-left: 10px;
	  display: inline-block;
	}

	.android-link {
	  color: white;
	  font-size: 12px;
	  font-weight: bold;
	  text-decoration: none;
	  display: inline-block;
	}
     .np-content-img{
       width: 40%;
       margin-top: 20px;
     }
     .np-name{
       font-weight: 700;
       font-size: 18px;
       margin:10px 0 0px;
       color: #111532;
     }
     .np-detail{
       width: 96%;
       font-size: 12px;
       color: #54545b;
       /* margin:10px 10px; */
       text-align: center;
       /* position: relative; */
      line-height:24px;
     
     }
     /* 淡入淡出动画 */
     .np-content-fix>.np-content-box:first-child{
       animation: myfirst 1s;
     }
     .np-content-fix>.np-content-box:nth-child(2){
       animation: myfirst 1.5s;
     }
     .np-content-fix>.np-content-box:nth-child(3){
       animation: myfirst 2s;
     }
     @keyframes myfirst
         {
             from {
               transform: translateY(50px);
               opacity: 0;
             }
             to {
               opacity: 1;
             }
         }
     .np-select-tands{
       width: 100%;overflow-y: hidden;
       white-space: nowrap;
/* margin-top:40px;   */

      position: relative;
     }
    
     .np-select-sp1{
      content: "";
      position: absolute;
      top: 20px;
      left: 1%;
      width: 20px;
      color: white;
      overflow: hidden;
      height: 20px;
      border-top: 2px solid gray;
      border-right: 2px solid gray;
      transform: rotate(225deg);
    cursor: pointer;
     }
     .np-select-sp2{
      content: "";
      position: absolute;
      top: 20px;
      right: 1%;
      width: 20px;
      color: white;
      overflow: hidden;
      height: 20px;
      border-top: 2px solid gray;
      border-right: 2px solid gray;
      transform: rotate(45deg);
      cursor: pointer;
     }
     .np-select-tands-fixed {
         position: fixed;
         top: 0%;
         width: 100%;
         margin-bottom: 10px;
       background: #fff;
       left: 0;
       box-shadow: 0 0 6px rgb(1 27 80 / 15%);
       z-index: 99;
       }
       .np-sleect-tanbs-ul{
         padding: 0px 10px;
         width: 94%;    
         margin: auto;
         height: 80px;
        text-align: center;
         overflow-x: hidden;
         display: flex;
         list-style: none;
      justify-content: flex-start;
         align-items: center;
       }
       .np-sleect-tanbs-ul::-webkit-scrollbar-thumb{ 
        border-radius:5px;
        width: 20px;
        height: 20px;
        color: red;
        -webkit-box-shadow: inset005pxrgba(0,0,0,0.2);
        background:rgba(0,0,0,0.2);
    } 
       .np-sleect-tanbs-ul li{
         margin:0px 16px 0px 0px ;
         display: inline-block;
         height: 48px;
         width: auto;
         min-width: 200px;
         cursor: pointer;
       }
     .np-sleect-tanbs-ul li:hover{
       color:#0087ff ;
       border-bottom: 3px solid #0087ff;
     }
     .isselectli{
       color: #0087ff;
       border-bottom: 3px solid #0087ff;
     }
   .product-show{
     margin-top: 40px;
     width: 100%;
   }
   .product-show-box{
     width: 100%;
     display: flex;
     justify-content: flex-start;
     align-items: center;
     flex-wrap: nowrap;
     flex-direction: column;
     /* border: 1px solid red; */
     border-radius: 10px ;
       box-shadow: 0 0 8px rgb(33 56 83 / 16%);
       /* border-radius: 0.15rem; */
       margin-bottom:26px;
       background: #fff;
   
   }
   .product-box-left{
     position: relative;
     border-radius: 10px 10px 0px 0px;
     text-align: center;
     background: #4077C9;
     color: #fff;
     width: 100%;
     height: 260px;
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: space-evenly;
     /* margin-right: 4%; */
   }
   .product-box-left h3{
     font-size: 18px;
     line-height: 24px;
     font-weight: 700;
   }
   .product-box-left img{
     height: 80px;
   }
   /* 第二个 */
   .product-box-left2{
     position: relative;
     border-radius: 10px 10px 0px 0px;
     text-align: center;
     background: #4C98E3;
     color: #fff;
     width: 100%;
     height: 260px;
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: space-evenly;
     /* margin-right: 4%; */
   }
   .product-box-left2 h3{
     font-size: 18px;
     line-height: 24px;
     font-weight: 700;
   }
   .product-box-left2 img{
     height: 80px;
   }
   /* 第三个 */
   .product-box-left3{
     position: relative;
     border-radius: 10px 10px 0px 0px;
     text-align: center;
     background: #4155B8 ;
     color: #fff;
     width: 100%;
     height: 260px;
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: space-evenly;
     /* margin-right: 4%; */
   }
   .product-box-left3 h3{
     font-size: 18px;
     line-height: 24px;
     font-weight: 700;
   }
   .product-box-left3 img{
     height: 80px;
   }
   /* 第四个 */
   .product-box-left4{
     position: relative;
     border-radius: 10px 10px 0px 0px;
     text-align: center;
     background: #32A4C8  ;
     color: #fff;
     width: 100%;
     height: 260px;
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: space-evenly;
     /* margin-right: 4%; */
   }
   .product-box-left4 h3{
     font-size: 17px;
     line-height: 24px;
     font-weight: 700;
   }
   /* 第五个 */
   .product-box-left5{
     position: relative;
     border-radius: 10px 10px 0px 0px;
     text-align: center;
     background: #309DC4  ;
     color: #fff;
     width: 100%;
     height: 260px;
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: space-evenly;
     /* margin-right: 4%; */
   }
   .product-box-left5 h3{
     font-size: 18px;
     line-height: 24px;
     font-weight: 700;
   }
   /* 第六个 */
   .product-box-left6{
     position: relative;
     border-radius: 10px 10px 0px 0px;
     text-align: center;
     background:  #3380EA ;
     color: #fff;
     width: 100%;
     height: 260px;
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: space-evenly;
     /* margin-right: 4%; */
   }
   .product-box-left6 h3{
     font-size: 18px;
     line-height: 24px;
     font-weight: 700;
   }
   .product-box-left6 img{
     height: 80px;
   }
   .product-box-center{
     text-align: center;
     width: 100%;
     height: 240px;
     position: relative;
     border-bottom:1px dashed #e1e6eb;
   }
   .most-popular{
     display: none;
   }
   .box-center-wm{
     font-size: 18px;
       line-height: 26px;
       font-weight: 700;
       margin:32px 0px 10px;
   }
   .box-center-detail{
     font-size: 14px;
       line-height: 1.7;
       margin:20px 0px  10px;
       font-weight: 400;
   }
   .box-center-ban{
   font-size: 12px;
   margin-top: 10px;
   }
   .product-box-right{
     height: 240px;
     text-align: center;
     width: 100%;
    
   }
   .green-btn-center{
     height: 50px;
       width: 200px;
       color: #ffffff;
       border-radius: 54px;
       background-color: #02cb64;
       margin: 0 auto 0;
   }
   .blue-btn-right{
       height: 50px;
       width: 200px;
       color: #ffffff;
       border-radius: 54px;
       background-color: #46b1e2;
       margin: 0 auto 0;
     }
     .box-center-span{
       font-size: 14px;
       color: #219aea;
     }
     }
  @media (min-width: 992px){
    /* .container{
     width: 100%;
    } */
    /* 大屏时 左右移动按钮隐藏 */
    .np-select-sp1,.np-select-sp2{
      display: none;
    }
    .btn-a {
      margin: auto;
      display: -moz-box;  /* Firefox */
      display: -ms-flexbox;    /* IE10 */
      display: -webkit-box;    /* Safari */
      display: -webkit-flex;
      width: 39.9%;
      display: flex;
      flex-flow: row nowrap;
      justify-content: center;
      align-items: center;
    }
     .np-content{
       /* width: 400px; */
       /* border: 1px solid green; */
       /* height: 500px; */
     }
     .np-content h1{
       text-align: center;
     }
     
     .np-content-fix{
     width: 100%;
     display: flex;
     justify-content: space-around;
     align-items: center;
     flex-direction: column;
     flex-wrap: nowrap;
     margin-top: 48px;
     }
   .np-content-box{
       width: 100%;
       display: flex;
       flex-direction: column;
       justify-content: space-around;
       align-items: center;
       text-align: center;
      padding: 10px;
      margin-bottom: 40px;
       /* max-width: 7rem; */
       /* padding: 0.2rem 0.5rem 0.7rem; */
       /* margin-right: 1.75rem; */
             box-shadow: 0 1px 10px rgb(1 38 94 / 15%);

       border-radius: 8px;
       background-color: #fff;
     }
	 .android-badge {
	  background-color: #28a745;
	  border-radius: 12px;
	  padding: 2px 8px;
	  margin-left: 10px;
	  display: inline-block;
	}

	.android-link {
	  color: white;
	  font-size: 12px;
	  font-weight: bold;
	  text-decoration: none;
	  display: inline-block;
	}
     .np-content-img{
       width: 40%;
       margin-top: 20px;
     }
     .np-name{
       font-weight: 700;
       font-size: 18px;
       margin:10px 0 0px;
       color: #111532;
     }
     .np-detail{
       width: 96%;
       font-size: 12px;
       color: #54545b;
       /* margin:10px 10px; */
       text-align: center;
       /* position: relative; */
      line-height:24px;
     
     }
     /* 淡入淡出动画 */
     .np-content-fix>.np-content-box:first-child{
       animation: myfirst 1s;
     }
     .np-content-fix>.np-content-box:nth-child(2){
       animation: myfirst 1.5s;
     }
     .np-content-fix>.np-content-box:nth-child(3){
       animation: myfirst 2s;
     }
     @keyframes myfirst
         {
             from {
               transform: translateY(50px);
               opacity: 0;
             }
             to {
               opacity: 1;
             }
         }
     .np-select-tands{
       width: 100%;
       overflow-y: hidden;
/* margin-top:40px;   */

       /* white-space: nowrap;不换行 */
     }
     .np-select-tands-fixed {
         position: fixed;
         top: 0%;
         width: 100%;
         height: 54px;
         margin-bottom: 10px;
       background: #fff;
       left: 0;
       box-shadow: 0 0 6px rgb(1 27 80 / 15%);
       z-index: 99;
         /* list-style: none;
         display: flex;
         align-items: center;
         flex-wrap: nowrap;
         justify-content: space-around;
         border: 1px solid green; */
       }
     .np-sleect-tanbs-ul{
        padding: 0px;
        width: 100%;
        height: 50px;
    list-style: none;
    /* overflow-x: auto; 添加横向滚动条 */
    display: flex;
    list-style: none;
    overflow: hidden;
    justify-content: space-between;
    align-items: center;
     }
     .np-sleect-tanbs-ul li{
       margin:0px 10px ;
       display: inline-block;
       height: 50px;
       width: auto;
       min-width: auto;
       line-height: 50px;
       cursor: pointer;
     }
     .np-sleect-tanbs-ul li:hover{
       color:#0087ff ;
       border-bottom: 3px solid #0087ff;
     }
     .isselectli{
       color: #0087ff;
       border-bottom: 3px solid #0087ff;
     }
   .product-show{
     margin-top: 40px;
     width: 100%;
   }
   .product-show-box{
     width: 100%;
     display: flex;
     justify-content: flex-start;
     align-items: center;
     flex-wrap: nowrap;
     flex-direction: column;
     /* border: 1px solid red; */
     border-radius: 10px ;
       box-shadow: 0 0 8px rgb(33 56 83 / 16%);
       /* border-radius: 0.15rem; */
       margin-bottom:26px;
       background: #fff;
   
   }
   .product-box-left{
     position: relative;
     border-radius: 10px 10px 0px 0px;
     text-align: center;
     background: #4077C9;
     color: #fff;
     width: 100%;
     height: 260px;
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: space-evenly;
     /* margin-right: 4%; */
   }
   /* .product-box-left::after{
       content: '';
       border-top-width: 142px;
       border-left-width: 60px;
       border-bottom-width: 120px;
       border-style: solid;
       border-color: #3f285400;
       border-left-color: #4077C9;
       position: absolute;
       bottom: 0;
       right: -63px;
       width: 0;
       height: 0;
       overflow: hidden;
   } */
   .product-box-left h3{
     font-size: 18px;
     line-height: 24px;
     font-weight: 700;
   }
   .product-box-left img{
     height: 80px;
   }
   /* 第二个 */
   .product-box-left2{
     position: relative;
     border-radius: 10px 10px 0px 0px;
     text-align: center;
     background: #4C98E3;
     color: #fff;
     width: 100%;
     height: 260px;
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: space-evenly;
     /* margin-right: 4%; */
   }
   /* .product-box-left2::after{
       content: '';
       border-top-width: 142px;
       border-left-width: 60px;
       border-bottom-width: 120px;
       border-style: solid;
       border-color: #3f285400;
       border-left-color: #4C98E3;
       position: absolute;
       bottom: 0;
       right: -63px;
       width: 0;
       height: 0;
       overflow: hidden;
   } */
   .product-box-left2 h3{
     font-size: 18px;
     line-height: 24px;
     font-weight: 700;
   }
   .product-box-left2 img{
     height: 80px;
   }
   /* 第三个 */
   .product-box-left3{
     position: relative;
     border-radius: 10px 10px 0px 0px;
     text-align: center;
     background: #4155B8 ;
     color: #fff;
     width: 100%;
     height: 260px;
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: space-evenly;
     /* margin-right: 4%; */
   }
   /* .product-box-left3::after{
       content: '';
       border-top-width: 142px;
       border-left-width: 60px;
       border-bottom-width: 120px;
       border-style: solid;
       border-color: #3f285400;
       border-left-color: #4155B8;
       position: absolute;
       bottom: 0;
       right: -63px;
       width: 0;
       height: 0;
       overflow: hidden;
   } */
   .product-box-left3 h3{
     font-size: 18px;
     line-height: 24px;
     font-weight: 700;
   }
   .product-box-left3 img{
     height: 80px;
   }
   /* 第四个 */
   .product-box-left4{
     position: relative;
     border-radius: 10px 10px 0px 0px;
     text-align: center;
     background: #32A4C8  ;
     color: #fff;
     width: 100%;
     height: 260px;
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: space-evenly;
     /* margin-right: 4%; */
   }
   .product-box-left4 h3{
     font-size: 17px;
     line-height: 24px;
     font-weight: 700;
   }
   /* 第五个 */
   .product-box-left5{
     position: relative;
     border-radius: 10px 10px 0px 0px;
     text-align: center;
     background: #309DC4  ;
     color: #fff;
     width: 100%;
     height: 260px;
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: space-evenly;
     /* margin-right: 4%; */
   }
   .product-box-left5 h3{
     font-size: 18px;
     line-height: 24px;
     font-weight: 700;
   }
   /* 第六个 */
   .product-box-left6{
     position: relative;
     border-radius: 10px 10px 0px 0px;
     text-align: center;
     background:  #3380EA ;
     color: #fff;
     width: 100%;
     height: 260px;
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: space-evenly;
     /* margin-right: 4%; */
   }
   .product-box-left6 h3{
     font-size: 18px;
     line-height: 24px;
     font-weight: 700;
   }
   .product-box-left6 img{
     height: 80px;
   }
   .product-box-center{
     text-align: center;
     width: 100%;
     height: 240px;
     position: relative;
   }
   .most-popular{
    color: white;
      background: url(/image-new/icon-web-all.webp) no-repeat;
      width: 148px;
      height: 37px;
      position: absolute;
      left: 50%;
      top: -2%;
      transform: translateX(-50%);
      font-weight: 700;
      background-position: -421px -240px;
  }
   .box-center-wm{
     font-size: 18px;
       line-height: 26px;
       font-weight: 700;
       margin:32px 0px 10px;
   }
   .box-center-detail{
     font-size: 14px;
       line-height: 1.7;
       margin:20px 0px  10px;
       font-weight: 400;
   }
   .box-center-ban{
   font-size: 12px;
   margin-top: 10px;
   }
   .product-box-right{
     height: 240px;
     text-align: center;
     width: 39.9%;
    
   }
   .green-btn-center{
     height: 50px;
       width: 200px;
       color: #ffffff;
       border-radius: 54px;
       background-color: #02cb64;
       margin: 0 auto 0;
   }
   .blue-btn-right{
       height: 50px;
       width: 200px;
       color: #ffffff;
       border-radius: 54px;
       background-color: #46b1e2;
       margin: 0 auto 0;
     }
     .box-center-span{
       font-size: 14px;
       color: #219aea;
     }
     }
  @media (min-width: 1200px){
    /* 大屏时 左右移动按钮隐藏 */
    .np-select-sp1,.np-select-sp2{
      display: none;
    }
    .btn-a {
      margin: auto;
      display: -moz-box;  /* Firefox */
      display: -ms-flexbox;    /* IE10 */
      display: -webkit-box;    /* Safari */
      display: -webkit-flex;
      width: 100%;
      display: flex;
      flex-flow: row nowrap;
      justify-content: center;
      align-items: center;
    }
  .np-content{
    width: 100%;
    margin-bottom: 20px;
  }
  .np-content h1{
    text-align: center;
	color:#FFFFFF;
	font-weight: 700;
	padding-top: 5.8rem;
	margin-bottom: 3.3rem;
	line-height: .9rem;  
	font-size: 34px;  
		
  }
  .np-content-fix{
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-top: 48px;
  }
.np-content-box{
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    text-align: center;
	padding: 10px;
	box-shadow: 0 1px 10px rgb(1 38 94 / 15%);
    border-radius: 8px;
    background-color: #fff;
  }
  .android-badge {
	  background-color: #28a745;
	  border-radius: 12px;
	  padding: 2px 8px;
	  margin-left: 10px;
	  display: inline-block;
	}

	.android-link {
	  color: white;
	  font-size: 12px;
	  font-weight: bold;
	  text-decoration: none;
	  display: inline-block;
	}
  .np-content-img{
    width: 40%;
    margin-top: 20px;
  }
  .np-name{
    font-weight: 700;
    font-size: 18px;
    margin:10px 0 0px;
    color: #111532;
  }
  .np-detail{
    width: 96%;
    font-size: 14px;
    color: #54545b;
    margin:10px 10px; 
    text-align: center;
   line-height:24px;
  }
  /* 淡入淡出动画 */
  .np-content-fix>.np-content-box:first-child{
    animation: myfirst 1s;
  }
  .np-content-fix>.np-content-box:nth-child(2){
    animation: myfirst 1.5s;
  }
  .np-content-fix>.np-content-box:nth-child(3){
    animation: myfirst 2s;
  }
  @keyframes myfirst
      {
          from {
            transform: translateY(50px);
            opacity: 0;
          }
          to {
            opacity: 1;
          }
      }
  .np-select-tands{
    width: 100%;
    text-align: center;
/* margin-top:40px;   */
    /* white-space: nowrap;不换行 */
  }
  .np-select-tands-fixed {
      position: fixed;
    text-align: center;
    top: 0%;
    height: 54px;
      width: 100%;
      margin-bottom: 10px;
    background: #fff;
    left: 0;
    box-shadow: 0 0 6px rgb(1 27 80 / 15%);
    z-index: 99;
      /* list-style: none;
      display: flex;
      align-items: center;
      flex-wrap: nowrap;
      justify-content: space-around;
      border: 1px solid green; */
    }
  .np-sleect-tanbs-ul{
    height: auto;
    width: 100%;
    list-style: none;
    /* overflow-x: auto; 添加横向滚动条 */
    display: flex;
    list-style: none;
    overflow-x: hidden;
    justify-content: space-between;
    align-items: center;
  }
  .np-sleect-tanbs-ul li{
    width: auto;
    min-width: auto;
    position: relative;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
  }
  .np-sleect-tanbs-ul li:hover{
    color:#0087ff ;
    border-bottom: 3px solid #0087ff;
  }

  .isselectli{
    color: #0087ff;
    border-bottom: 3px solid #0087ff;
  }
  /* .disselectli{
    border-bottom: 3px solid #0087ff;
  } */
.product-show{
  margin-top: 40px;
  width: 100%;
}
.product-show-box{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  /* border: 1px solid red; */
  border-radius: 10px ;
    box-shadow: 0 0 8px rgb(33 56 83 / 16%);
    /* border-radius: 0.15rem; */
    margin-bottom:26px;
    background: #fff;

}
.product-box-left{
  position: relative;
  border-radius: 10px 0px 0px 10px;
  text-align: center;
  background: #2d7cf3;
  color: #fff;
  width: 20%;
  height: 260px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  /* margin-right: 4%; */
}
.product-box-left::after{
  content: '';
 border-top-width: 140px;
    border-left-width: 41px;
  border-bottom-width: 120px;
  border-style: solid;
  border-color: #3f285400;
  border-left-color: #2d7cf3;
  position: absolute;
  bottom: 0;
  right: -19.8%;
  width: 0;
  height: 0;
  overflow: hidden;
}
.product-box-left h3{
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
.product-box-left img{
  height: 80px;
}
/* 第二个 */
.product-box-left2{
  position: relative;
  border-radius: 10px 0px 0px 10px;
  text-align: center;
  background: #3ca3a8;
  color: #fff;
  width: 20%;
  height: 260px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  /* margin-right: 4%; */
}
.product-box-left2::after{
  content: '';
 border-top-width: 140px;
    border-left-width: 41px;
  border-bottom-width: 120px;
  border-style: solid;
  border-color: #3f285400;
  border-left-color: #3ca3a8;
  position: absolute;
  bottom: 0;
  right: -19.8%;
  width: 0;
  height: 0;
  overflow: hidden;
}
.product-box-left2 h3{
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
.product-box-left2 img{
  height: 80px;
}
/* 第三个 */
.product-box-left3{
  position: relative;
  border-radius: 10px 0px 0px 10px;
  text-align: center;
  background: #4077c9 ;
  color: #fff;
  width: 20%;
  height: 260px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  /* margin-right: 4%; */
}
.product-box-left3::after{
  content: '';
 border-top-width: 140px;
    border-left-width: 41px;
  border-bottom-width: 120px;
  border-style: solid;
  border-color: #3f285400;
  border-left-color: #4077c9;
  position: absolute;
  bottom: 0;
  right: -19.8%;
  width: 0;
  height: 0;
  overflow: hidden;
}
.product-box-left3 h3{
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
.product-box-left3 img{
  height: 80px;
}
/* 第四个 */
.product-box-left4{
  position: relative;
  border-radius: 10px 0px 0px 10px;
  text-align: center;
  background: #4154b8  ;
  color: #fff;
  width: 20%;
  height: 260px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  /* margin-right: 4%; */
}
.product-box-left4::after{
  content: '';
 border-top-width: 140px;
    border-left-width: 41px;
  border-bottom-width: 120px;
  border-style: solid;
  border-color: #3f285400;
  border-left-color: #4154b8;
  position: absolute;
  bottom: 0;
  right: -19.8%;
  width: 0;
  height: 0;
  overflow: hidden;
}
.product-box-left4 h3{
  font-size: 17px;
  line-height: 24px;
  font-weight: 700;
}
/* 第五个 */
.product-box-left5{
  position: relative;
  border-radius: 10px 0px 0px 10px;
  text-align: center;
  background: #4c98e3  ;
  color: #fff;
  width: 20%;
  height: 260px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  /* margin-right: 4%; */
}
.product-box-left5::after{
   content: '';
   border-top-width: 140px;
      border-left-width: 41px;
    border-bottom-width: 120px;
    border-style: solid;
    border-color: #3f285400;
    border-left-color: #4c98e3;
    position: absolute;
    bottom: 0;
    right: -19.8%;
    width: 0;
    height: 0;
    overflow: hidden;
}
.product-box-left5 h3{
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
/* 第六个 */
.product-box-left6{
  position: relative;
  border-radius: 10px 0px 0px 10px;
  text-align: center;
  background:  #31a4c8 ;
  color: #fff;
  width: 20%;
  height: 260px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  /* margin-right: 4%; */
}
.product-box-left6::after{
  content: '';
 border-top-width: 140px;
    border-left-width: 41px;
  border-bottom-width: 120px;
  border-style: solid;
  border-color: #3f285400;
  border-left-color: #31a4c8;
  position: absolute;
  bottom: 0;
  right: -19.8%;
  width: 0;
  height: 0;
  overflow: hidden;
}
.product-box-left6 h3{
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
.product-box-left6 img{
  height: 80px;
}
.product-box-center{
  position: relative;
  text-align: center;
  width: 39.9%;
  height: 240px;
  border-bottom: none;
  border-right:1px dashed #e1e6eb;
}
.most-popular{
  color: white;
  font-size: 16px;
    line-height: 30px;
    background: url(/image-new/icon-web-all.webp) no-repeat;
    width: 148px;
    height: 36px;
    position: absolute;
    left: 50%;
    top: -6%;
    transform: translateX(-50%);
    font-weight: 700;
    background-position: -421px -240px;
	display: block;
}

.box-center-wm{
  font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    margin:32px 0px 10px;
}
.box-center-detail{
  font-size: 14px;
    line-height: 1.7;
    margin:20px 0px  10px;
    font-weight: 400;
}
.box-center-ban{
font-size: 14px;
margin-top: 10px;
}
.product-box-right{
  height: 240px;
  text-align: center;
  width: 39.9%;
  /* border-right: 2px dashed #e1e6eb; */
 
}
.green-btn-center{
  height: 50px;
    width: 200px;
    color: #ffffff;
    border-radius: 54px;
    background-color: #02cb64;
    margin: 0 auto 0;
}
.green-btn-center1{
   height: 46px;
    width: 170px;
    color: #ffffff;
    border-radius: 54px;
    background-color: #02cb64;
    margin:5px 10px 0px 25px;
}
.blue-btn-right1{
    height: 46px;
    width: 170px;
    color: #ffffff;
    border-radius: 54px;
    background-color: #46b1e2;
    margin:5px 10px 0px 25px;
  }	  
.blue-btn-right{
    height: 50px;
    width: 200px;
    color: #ffffff;
    border-radius: 54px;
    background-color: #46b1e2;
    margin: 0 auto 0;
  }
  .box-center-span{
    font-size: 14px;
    color: #219aea;
  }
  }
@media (max-width: 992px){
    .buynow_banner {
      background: #41a3f4;
    }
  }
  @media (min-width: 1000px){
  .buynow_banner {
      background: url(/image-new/background.webp) center top no-repeat;
      background-size: 100% 488px;
    }
  }
 