.news_page{

  margin-top: 90px;

  margin-bottom: 50px;

}

.news_page .cate_box{

background: #F5F6F8;

padding:10px;

transition: all .3s;

margin-top: 15px;

flex-wrap: wrap;

}

.news_page .cate_box .left_c {

  width: 100%;

  flex-wrap: wrap;

}

.news_page .cate_box .left_c .item{

  margin-right: 0;

  width:30%;

  margin: 5px 0;

}

.news_page .cate_box .right_c {

  width: 90px;

  height: 32px;

  border-radius: 27px;

  background: #fff;

  justify-content: center;

  cursor: pointer;

  margin: 5px 0;

}

.news_page .cate_box .right_c .pic{

  width: 10px;

  margin-right: 5px;



}





.news_page .cate_box .right_c:hover{

  color: #fff;

  background: #007AFC;

  transition: all .3s;

}



.news_page .cate_box .right_c:hover .img1{

  display: none;

}



.news_page .cate_box .right_c:hover .img2{

  display: block;

}



.contact_page{

  margin-top: 90px;

  margin-bottom: 80px;

}

.contact_page .page_common_title{

  text-align: center;

} 



.contact_page .description{

  font-size: 16px;

  width: 95%;

  margin: 15px auto;

  color: #566171;

  text-align: center;

  line-height: 130%;

}



.contact_page .box{

  display: flex;

  justify-content: center;

  flex-wrap: wrap;

}



.contact_page .box .item{

  margin: 10px auto;

  background: #fff;

  border-radius: 30px;

  box-shadow: 0px 2px 25px #eee;

  width: 90%;

  font-size: 12px;

  padding-bottom: 10px;

  transition: all .3s;

}

.contact_page .box .item:hover{

  background: #E6E9EE;

  transition: all .3s;

}

.contact_page .box .item .title_b{

  justify-content: center;

}

.contact_page .box .item .title_b .copy{

  width: 13px;

  margin-left: 5px;

  margin-top: 3px;

  cursor: pointer;

}

.contact_page .box .item .icon{

  text-align: center;

  width: 20px;

  margin: 0 auto;

  margin-top: 15px;

}

.contact_page .message_box {

  display: flex;

  justify-content: center;

  margin-top: 30px;

  flex-wrap: wrap;

}

.contact_page .message_box .left_content{

  width: 90%;

}

.contact_page .message_box .left_content .item{

  margin: 15px 0;

  position: relative;

}

.contact_page .message_box .left_content .item .star{

  color: #f00;

  position: absolute;

  right: -15px;

  top: 15px;

}

.contact_page .message_box .left_content .item .error{

  display: none;

  position: absolute;

  left: -35px;

  top:7px;

  max-width: 30px;

  z-index: 100;

}

.contact_page .message_box .left_content .input{

    border: 1px solid #E5E5E5;

    border-radius: 22px;

    height: 44px;

    width: 100%;

    padding: 0 20px;

  font-size: 16px;

  font-weight: 500;

  outline: none;

}

.contact_page .message_box .left_content .textarea{

  height: 117px;

  border: 1px solid #E5E5E5;

  font-family: '';

  padding-top: 20px;

}

.contact_page .message_box .left_content .textarea::placeholder{

  color: rgba(204, 204, 204, 1);

  font-size: 16px;

  font-weight: 500;

  font-family: 'Poppins-Regular';

}

.contact_page .message_box .left_content .input::placeholder{

  color: rgba(204, 204, 204, 1);

  font-size: 16px;

  font-weight: 500;

  font-family: 'Poppins-Regular';

}

.contact_page .message_box .left_content .country{

  position: relative;



  cursor: pointer;

}

.contact_page .message_box .left_content .country .icon{

  position: absolute;

  right: 25px;

  top: 10px;

}

.contact_page .message_box .left_content .country .sub_content{

  display: none;

  position: absolute;

  background: #fff;

  top: 45px;

  left: 0;

  width: 100%;

  border-radius: 22px;

  z-index: 100;

  height: 300px;

  overflow-y: scroll;

  padding: 10px 0;

}

.contact_page .message_box .left_content .country .sub_content .sub_item{

  padding: 0px 25px;

  line-height: 30px;

}

.contact_page .message_box .left_content .country .sub_content .sub_item:hover{

  color: #007AFC;

  font-weight: bold;

}



.contact_page  .message_box .btn_box{

  background-color: rgba(0, 122, 252, 1);

    border-radius: 27px;

    height: 48px;

    width: 155px;

    display: flex;

    justify-content: center;

    align-items: center;

    margin: 0px auto;

}



.contact_page  .btn_box .btn{

    overflow-wrap: break-word;

    color: rgba(255, 255, 255, 1);

    font-size: 16px;

    text-align: center;

    white-space: nowrap;

}



.prompt_ewm_box{

  display: none;

  width: 340px;

  height: 300px;

  background: #fff;

  z-index: 9999;

  position: fixed;

  top: 50%;

  left: 50%;

  margin-top: -150px;

  margin-left: -170px;

  border-radius: 27px;

  text-align: center;

}

.prompt_ewm_box .text{

  margin-top: -5px;

}

.prompt_ewm_box .pic{

  margin-top: 25px;

}

.prompt_ewm_box .close{

  width: 155px;

  height: 48px;

  border: 1px solid #ccc;

  border-radius: 27px;

  color: #000;

  font-family: 'Poppins-SemiBold';

  display: flex;

  align-items: center;

  justify-content: center;

  font-size: 16px;

  margin: 15px auto 0;

  transition: all .3s;

  cursor: pointer;

}

.prompt_ewm_box .close:hover{

  background: #007AFC;

  color: #fff;

  transition: all .3s;

}



.copy_success{

  width: 230px;

  height: 48px;

  display: flex;

  align-items: center;

 justify-content: space-between;

  background: #fff;

  box-shadow: 0px 1px 20px #ADB1B5;

  border-radius: 10px;

  padding: 0 20px;

  position: fixed;

  top: 50%;

  margin-top: -24px;

  left: 50%;

  margin-left: -100px;

  display: none;

}



.copy_success .text{

  color: #35A4A0;

}

.copy_success .pic{

  width: 15px;

  margin-top: 5px;

}



.article_page{

  margin: 80px auto 80px auto;

}

.article_page .title{

  font-size: 24px;

  color: #000;

  font-family: 'Poppins-SemiBold';

  line-height: 30px;

}

.article_page .time{

  margin-top: 10px;

}

.article_page .content{

  color: #566171;

  font-size: 16px;

  line-height: 24px;

  margin-top: 50px;

}

.article_page .content img{

  height: auto!important;

}

.article_page .content .pic_name{

  color: #566171;

  margin-top: 5px;

  text-align: center;

  font-size: 12px;

  line-height: 20px;

}



.case_page{

  width: 100%;

  margin: 90px auto 80px auto;

}



.case_page .box1{

  display: flex;

}

.case_page .box1 .pic{

  width: 32px;

  margin-right: 10px;

}

.case_page .box1 .info {

  margin-top: -5px;

}

.case_page .box1 .info .text1{

  font-size: 18px;

  font-family: 'Poppins-SemiBold';

}

.case_page .box1 .info .text2{

  font-size: 14px;

}



.case_page .slogin_text{

  width: 100%;

  margin: 30px auto;

  font-size: 20px;

  text-align: center;

}

.case_page .slogin_name{

  display: flex;

  justify-content: flex-end;

  align-items: center;

  color: #566171;

  font-size: 16px;

}

.case_page .line{

  background: #566171;

  height: 1px;

  width: 30px;

  margin-right: 10px;

}



.case_page .video_box{

  margin-top: 50px;

}

/* .case_page .video_box .icon{

  position: absolute;

  width: 64px;

  height: 64px;

  left: 50%;

  margin-left: -32px;

  margin-top: -32px;

  top: 50%;

} */



.case_page .video_label_box{

  display: flex;

  align-items: center;

  width: 100%;

  margin-top: 10px;
  flex-wrap: wrap;

}



.case_page .video_label_box .label{

  margin-right: 5px;

    border: 1px solid #ccc;

    color: #999;

    font-size: 12px;

    padding: 0px 5px;
    margin-bottom:5px;

}



.case_page .video_text{

  color: #566171;

  margin-top: 15px;

}

.case_page  h1{

  font-size: 24px;

  font-family: 'Poppins-SemiBold';

}

.case_page .hight_box{

  margin-top: 50px;

}

.case_page .hight_box .text{

  color: #566171;

  font-size: 16px;

  line-height: 24px;

}



.case_page  .box2{

  position: relative;

  padding-top: 30px;

}

.case_page  .box2 .item{

  position: relative;

  margin: 20px 0;

}





.case_page  .box2 .item .bg{

  background: #F6F6F6;

  border-radius: 120px;

  height: 200px;

  position: absolute;

  top: 0;

  z-index: 0;

}



.case_page  .box2 .item  .number{

  font-size: 40px;

  color: #E0E0E0;

  font-family: 'Poppins-Bold';

  z-index: 1;



}

.case_page  .box2 .item  .title{

  font-size: 16px;

  font-family: 'Poppins-SemiBold';

  color: #000;



  z-index: 1;



}

.case_page  .box2 .item  .text{

  color: #566171;

margin-top: 10px;



}

.case_page .box22 .item{

  display: flex;

  margin-bottom: 30px;

}



.case_page .box22 .item .number{

  font-size: 80px;

  color: #E0E0E0;

  font-family: 'Poppins-Bold';

  line-height: 100%;

}



.case_page .box22 .item .info{

  flex: 1;

}

.case_page .box22 .item .jiange{

  width: 30px;

}

.case_page .box22 .item .title{

  font-size: 16px;

    font-family: 'Poppins-SemiBold';

    color: #000;

}

.case_page .box22 .item .pic{

  margin-top: 15px;

}



.case_page .box3 {

  width: 100%;

  margin: 0 auto;

  margin: 50px 0 80px;

}

.case_page .box3 .related_title{

  font-size: 24px;

  font-family: 'Poppins-SemiBold';



}



.case_page .box3 .box{

  display: flex;

  margin-top: 20px;
  flex-wrap: wrap;

}

.case_page .box3 .box .item{

  width: 100%;

  height: 310px;

  padding: 30px 50px;

  transition: all .3s;

  background: #fff;

  box-shadow: 0px 2px 30px #eee;

  position: relative;

  top: 0;

  margin-bottom: 20px;

}

.case_page .box3 .box .item .title{

  font-family: 'Poppins-SemiBold';

  font-size: 18px;

  color: #000;

}

.case_page .box3 .box .item .text{

  font-size: 14px;

  color: #000;

  margin-bottom: 15px;

}

.case_page .box3 .box .item:hover{

  box-shadow: 0px 2px 30px #ddd;

  transition: all .3s;

 top: -5px;

}

.case_page .box3 .box .item .pic{

  text-align: center;

  margin-bottom: 10px;

}

.case_page .box3 .box .item .pic img{

  height: 120px;

}




.case_page .box3 .box .item .label_box{

  display: flex;

  align-items: center;

  font-size: 12px;

}

.case_page .box3 .box .item .label_box .label_item{

  margin: 0 10px;

}

.case_page .box3 .box .item .label_box .line{

  background: rgba(0, 0, 0, .1);

  width: 1px;

  height: 24px;

}

.case_page .box3 .box .item .label_box .text1{

  color: rgba(0, 0, 0, .4);

}



.case_page .box3 .box .item .label_box .text2{

  color: #000;

  font-family: 'Poppins-SemiBold';

}
.case_page .box3 .item .btn_box {

  margin: 15px 0;
  transition: all .5s;
  font-size: 12px;
  display: flex;
}

.case_page .box3   .item .btn_box .btn1{

  background: #1A73E8;

  margin-right: 10px;

  border-radius: 25px;

  width: 70px;

  height: 24px;

  display: flex;

  align-items: center;

  justify-content: center;

  color: #fff;

  font-family: 'Poppins-SemiBold';

}

.case_page .box3  .item .btn_box .btn2{

  border-radius: 25px;

  border: 1px solid #ddd;

  width: 70px;

  height: 24px;

  display: flex;

  align-items: center;

  justify-content: center;

  font-family: 'Poppins-SemiBold';

}


.company_page{

  width: 100%;

  max-width: 850px;

  margin: 90px auto 80px auto;

}

.company_page .page_common_title{

  text-align: center;

}

.company_page .content{

  color: #566171;

  line-height: 28px;

  font-size: 16px;

}

.company_page .box{

  margin: 30px 0;

}

.company_page .box .icon{

  width: 50px;

  margin: 0 auto;

}.company_page .box .title{

  font-family: 'Poppins-SemiBold';

  font-size: 22px;

  width: 100%;

  text-align: center;

  margin-top: 15px;

}

.company_page .box .text{

  width: 100%;

  color: #566171;

  margin: 10px auto;

  text-align: center;

}

.company_page .map_box{

  background: #F7F9FC;

  margin-top: 80px;

  padding: 50px 0;

}

.company_page .address{

  color: #566171;

  font-size: 16px;

  width: 100%;

  text-align: center;

  margin: 10px auto;

}

.company_page .map_box iframe{

  max-width: 100%;

}



.company_page .box .pic_box{

  display: flex;

  justify-content: center;

  margin-top: 15px;

}

.company_page .box .pic_box .item{

  margin: 0 5px ;

  width: 190px;

}





.service_page{

  width: 100%;

  max-width: 850px;

  margin:90px auto 80px auto;

}

.service_page .page_common_title{

  width: 100%;

  text-align: center;

}



.service_page .title_text{

color: #566171;

font-size: 18px;

width: 100%;

text-align: center;

margin-top: 5px;

}







.service_page .big_bar1 .text_box .item_current{

  font-family: 'Poppins-SemiBold';

}

.service_page .big_bar2{

  position: sticky;

  top: 65px;

}

.service_page .big_bar2 .icon_box{

  display: flex;

  padding: 15px 0;

  background-image: linear-gradient(#fff,#F0F3F7);

}

.service_page .big_bar2 .icon_box .item{

  width: 25%;

  padding: 10px 0;

  display: flex;

  align-items: center;

  justify-content: center;

}

.service_page .big_bar2 .icon_box .item_current{

  background: #fff;

  box-shadow: 0 1px 30px #eee;

  border-radius: 55px;

}

.service_page .big_bar2 .icon_box .item img{

  max-width: 25px;

}







.service_page .tab_content .item_content{



}



.service_page .tab_content .item_content .text{

  display: none;

}

.service_page .tab_content .item_content .title_box{

  display: flex;

  align-items: center;

  justify-content: space-between;

  padding: 10px 0;

  border-top: 1px solid #ddd;

  font-size: 16px;

}

.service_page .tab_content .item_content .b .title_box .h3{

  flex: 1;

}

.service_page .tab_content .item_content .b:last-child .title_box{

  border-bottom: 1px solid #ddd;

}



.service_page .tab_content .item_content .title_box .h3:hover{

  color: #007AFC;

}



.service_page .tab_content .item_content .title_box .h3_current{

  color: #007AFC;

}



.service_page .tab_content .item_content .title_box .icon{

  width: 10px;

  cursor: pointer;

}



.service_page .tab_content .item_content .title_box .icon .img1{

  display: none;

}



.service_page .tab_content .item_content .text{



  margin: 15px 0;

}



.service_page .tab_content .item_content  .p{

  margin-top: 10px;

  text-align: center;

}

.service_page .tab_content .item_content .text  .h{

  font-size: 16px;

  color: #000;

  margin: 5px 0;

}

.service_page .tab_content .item_content .text .t{

  color: #566171;

  line-height: 24px;

  margin-top: 10px;

}
.service_page .tab_content .item_content .content_title {
    font-family: 'Poppins-SemiBold';
    font-size: 16px;
    line-height: 48px;
    margin-top: 50px;
}




.search_page{

  width: 100%;

  max-width: 850px;

  margin: 90px auto 80px auto;

}

.search_page .search_box .left_c {

  text-align: center;

  margin-bottom: 30px;

}

.search_page .search_box .left_c .text{

  color: rgba(0, 0, 0, .5);

}

.search_page .search_box .search_form{

  position: relative;

  width: 100%;

}

.search_page .search_box .search_form .icon{

  position: absolute;

  right: 15px;

  top: 10px;

  width: 15px;

}



.search_page .search_box .search_form .input{

  border-radius: 18px;

  padding: 10px 15px;

  border:1px solid #ddd;

  width: 100%;

  outline: none;

}

.search_page .search_box .search_form .input::placeholder{

  font-family: 'Poppins-Regular';

  color: #ccc;

}



.search_page .line1{

  background: rgba(0, 0, 0, .1);

  width: 100%;

  height: 1px;

  margin: 50px 0 30px;

}



.search_page .product_item{

  display: flex;

  margin: 20px 0;
      flex-wrap: wrap;
border-bottom: 1px solid #ddd;
    padding: 15px 0;
}



.search_page .product_item .left_c{

  position: relative;

  margin-right:10px;

}

.search_page .cate_name{

  border: 1px solid #CCCCCC;

  color: #CCCCCC;

  width: 70px;

  line-height: 20px;

  display: flex;

  align-items: center;

  justify-content: center;

}



.search_page .product_item .left_c{
    width: 100%;
    text-align: center;
}



.search_page .product_item .left_c .pic{

  width: 220px;

  position: relative;
margin: 0 auto;
margin-bottom: 15px;


}

.search_page .product_item .left_c .pic img{

  width: 100%;


  transition: all .3s;

}

.search_page .left_c .pic img:hover{

transform: scale(1.1);

transition: all .3s;

}

.search_page .product_item .left_c .tag{

  background-image: linear-gradient(to right, #316b6a , #225c64);

    width: 63px;

    height: 24px;

    border-bottom-left-radius: 3px;

    border-bottom-right-radius: 3px;

    font-size: 12px;

    color: #fff;

    display: flex;

    align-items: center;

    justify-content: center;

    position: absolute;

    top: 0;

    left: 10px;

    z-index: 990;

}

.search_page .product_item .right_c{

  flex: 1;

}

.search_page .product_item .right_c .title1{

  font-family: 'Poppins-SemiBold';

  font-size: 14px;

}

.search_page .product_item .right_c .title2{

  font-family: 'Poppins-SemiBold';

  font-size: 14px;

}



.search_page .product_item .right_c .label_box{

  display: flex;

  align-items: center;

  font-size: 12px;

}

.search_page .product_item .right_c .label_box .label_item:first-child{

  margin-left: 0;

}

.search_page .product_item .right_c .label_box .label_item{

  margin: 0 10px;

}

.search_page .product_item .right_c .label_box .line{

  background: rgba(0, 0, 0, .1);

  width: 1px;

  height: 24px;

}

.search_page .product_item .right_c .label_box .text1{

  color: rgba(0, 0, 0, .4);

}

.search_page .product_item .right_c .label_box .text2_b{
    display: flex;
}
.search_page .product_item .right_c .label_box .text2_b .text2:first-child{
    margin-left: 0;
}
.search_page .product_item .right_c .label_box .text2_b .text2:last-child .ll{
    display: none;
}
.search_page .product_item .right_c .label_box .text2{

  color: #000;

  font-family: 'Poppins-SemiBold';
margin-right: 5px;
    margin-left: 5px;
}

.search_page .product_item .right_c .btn_box{

    margin-top: 10px;

    display: flex;

    align-items: center;

    transition:  all .5s;

}

.search_page .product_item .right_c .on{

  display: flex;

  transition:  all .5s;

}

.search_page .product_item .right_c .btn_box .btn1{

  background: #1A73E8;

  width: 72px;

  height: 24px;

  display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 27px;

    font-size: 12px;

    color: #fff;

    margin-right: 10px;

    font-family: 'Poppins-SemiBold';

}



.search_page .product_item .right_c .btn_box .btn2{

  background: #fff;

  width: 72px;

  height: 24px;

  display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 27px;

    font-size: 12px;

    color: #000;

    margin-right: 15px;

    font-family: 'Poppins-SemiBold';

    border: 1px solid #ddd;

}



.search_page .news_item{

  display: flex;

  align-items: center;

  margin: 20px 0;

}

.search_page .news_item .pic{

  position: relative;

  width: 195px;

height: 140px;

overflow: hidden;

}



.search_page .news_item .pic img{

  position: absolute;

  left: 0;

  width: 100%;

  height: 100%;

  transition: all .5s;

}

.search_page .news_item .pic img:hover{

  transform: scale(1.1);

  transition: all .5s;

}



.search_page .news_item .info{

  flex: 1;

}



.search_page .news_item .info .time{

  font-family: 'Poppins-Medium';

  color: #000;

  font-size: 12px;

}



.search_page .news_item .info .title{

  font-family: 'Poppins-SemiBold';

  font-size: 18px;

  margin-top: 5px;
  color: #000;
  line-height: 24px;
display: inline-block;

}



.search_page .news_item .info .text{

  color: #566171;

  line-height: 24px;

  margin-top: 5px;

  line-height: 24px;

}



.search_page .news_item .info .link{

  color: #1A73E8;

  margin-top: 10px;

  font-family: 'Poppins-Medium';

  display: inline-block;

}



.product_page{

  margin: 90px auto 80px auto;

}








.product_page .page_text{

  color: #566171;

}



.product_page .search_box{

  background: #F5F6F8;

  margin: 20px 0;

  padding: 5px 15px 50px 15px;

  position: relative;

}

.product_page .search_box .item{

  margin: 10px 0;

  flex-wrap: wrap;

}

.product_page .search_box .label_box{

  flex-wrap: wrap;

  width: 100%;

}

.product_page .search_box .label_item{

 width: 33%;

 font-size: 12px;

 display: flex;

 align-items: center;

 margin: 3px 0;

}

.product_page .search_box .label_item input{

  margin-left: 0;

}

.product_page .search_box .title{

  font-family: 'Poppins-SemiBold';

  width: 120px;

  font-size: 12px;

  margin-bottom: 5px;

}



.product_page .search_box .reset_btn{

  position: absolute;

  bottom: 20px;

  left: 20px;

  width: 80px;

  height: 32px;

  border-radius: 27px;

  background: #fff;

  justify-content: center;

  cursor: pointer;

  font-size: 12px;

}



.product_page .search_box .reset_btn .pic{

  width: 10px;

    margin-right: 5px;

    align-items: center;



}

.product_page .search_box .reset_btn .img2{

  display: none;

}

.product_page .search_box .reset_btn:hover{

  color: #fff;

  background: #007AFC;

  transition: all .3s;

}



.product_page .search_box .reset_btn:hover .img1{

  display: none;

}



.product_page .search_box .reset_btn:hover .img2{

  display: block;

}









.product_detail_page{

  background: #F7F9FC;

  padding: 30px 0 0;

  margin: 63px auto 80px auto;

}

.product_detail_page .box1 .title{

 font-size: 24px;

 color: #000;

 font-family: 'Poppins-SemiBold';

 text-align: center;

 line-height: 130%;

}

.product_detail_page .box1 .description{

  color: #566171;

  font-size: 18px;

  width: 100%;

  text-align: center;

  margin: 15px auto;

}

.product_detail_page .box1 .btn{

  background: #fff;

  border-radius: 27px;

  box-shadow: 0px 2px 15px #ddd;

  height: 36px;

  padding: 0 15px;

  display: flex;

  align-items: center;

  justify-content: center;

  font-family: 'Poppins-SemiBold';

  color: #000;

  transition: all .3s;

}

.product_detail_page .box1 .btn:hover{

  background: #007AFC;

  color: #fff;

  transition: all .3s;

}

.product_detail_page .box1 .btn1{

  margin-right: 20px;

}

.product_detail_page .box1 .pic_box{

  position: relative;

  text-align: center;

  margin: 20px 0;

}



.product_detail_page .box1 .pic_box .icon{

  position: absolute;

  width: 50px;

  height: 50px;

  top: 50%;

  margin-top: -25px;

  left: 50%;

  margin-left: -25px;

  opacity: .8;

}

.product_detail_page .box1 .label_box{

  margin: 0 auto;

  display: flex;

  justify-content: center;

  flex-wrap:wrap

}

.product_detail_page .box1 .label_box .item{

  text-align: center;

  width: 50%;

  margin: 5px 0;

}

.product_detail_page .box1 .label_box .item .text1{

  font-family: 'Poppins-SemiBold';

  font-size: 14px;

}

.product_detail_page .box1 .label_box .item .text2{

  font-size: 12px;

}

.product_detail_common_title{

  font-size: 20px;

  font-family: 'Poppins-SemiBold';



}

.product_detail_page .box2{

  margin-top: 70px;

}

.product_detail_page .box2 .table {

  margin-top: 15px;

}

.product_detail_page .box2 .table .tr{

  background: #F1F1F1;

  color: #566171;

  display: flex;

  padding: 10px 15px;

}

.product_detail_page .box2 .table .tr:nth-child(2n){

  background: #F9F9F9;

}



.product_detail_page .box2 .table .tr .td1{

  width: 50%;

}

.product_detail_page .box2 .table .tr .td2{

  width: 25%;

}

.product_detail_page .box2 .table .tr .td3{

  width:25%;

}

.product_detail_page .box3{

  overflow: hidden;

  position: relative;

  margin-top: 70px;

}

.product_detail_page .box3 .item{

  text-align: center;

}

.product_detail_page .box3 .title{

  color: #566171;

  margin-top: 5px;

}

.product_detail_page .box4 {

  margin-top: 70px;

}

.product_detail_page .box4 .box{

  display: flex;

  margin-top: 20px;

}

.product_detail_page .box4 .box .item{

  width: 24%;

  padding: 15px ;

  transition: all .3s;

  background: #fff;

  box-shadow: 0px 2px 30px #eee;

  position: relative;

  top: 0;

  margin-right: 1.3%;

  padding-bottom: 50px;

}

.product_detail_page .box4 .box .item .btn_box{

  display: none;

  margin: 15px 0;

  transition: all .5s;

  font-size: 12px;

  position: absolute;

  bottom: 0px;

}

.product_detail_page .box4 .box .item .btn_box .btn1{

  background: #1A73E8;

  margin-right: 10px;

  border-radius: 25px;

  width: 70px;

  height: 24px;

  display: flex;

  align-items: center;

  justify-content: center;

  color: #fff;

  font-family: 'Poppins-SemiBold';

}

.product_detail_page .box4 .box .item .btn_box .btn2{

  border-radius: 25px;

  border: 1px solid #ddd;

  width: 70px;

  height: 24px;

  display: flex;

  align-items: center;

  justify-content: center;

  font-family: 'Poppins-SemiBold';

}

.product_detail_page .box4 .box .item:nth-child(4n){

  margin-right: 0;

} 

.product_detail_page .box4 .box .item .title{

  font-family: 'Poppins-SemiBold';

  font-size: 16px;

  color: #000;

  line-height: 130%;

  white-space: nowrap;

  text-overflow: ellipsis;

  white-space: nowrap;

}

.product_detail_page .box4 .box .item .text{

  font-size: 14px;

  color: #000;

  margin-bottom: 15px;

}

.product_detail_page .box4 .box .item:hover{

  box-shadow: 0px 2px 30px #ddd;

  transition: all .3s;

  top: -5px;

}

.product_detail_page .box4 .box .item:hover .btn_box{

  display: flex;

  transition: all .5s;

}

.product_detail_page .box4 .box .item .pic{

  text-align: center;

  margin-bottom: 10px;

}

.product_detail_page .box4 .box .item .pic img{

  height: 120px;

}





.product_detail_page .box4 .box .item .label_box{

  display: flex;

  align-items: center;

  font-size: 12px;

}

.product_detail_page .box4 .box .item .label_box .label_item{

  margin: 0 10px;

}

.product_detail_page .box4 .box .item .label_box .label_item:first-child{

  margin-left: 0;

}

.product_detail_page .box4 .box .item .label_box .line{

  background: rgba(0, 0, 0, .1);

  width: 1px;

  height: 24px;

}

.product_detail_page .box4 .box .item .label_box .text1{

  color: rgba(0, 0, 0, .4);

}



.product_detail_page .box4 .box .item .label_box .text2{

  color: #000;

  font-family: 'Poppins-SemiBold';

}

.product_detail_page .box5 {

  margin-top: 70px;

}

.product_detail_page .box5 .tab_box{

  margin-top: 20px;

}



.product_detail_page .box5 .tab_box  .item{

  font-size: 16px;

  width: 100%;



}

.product_detail_page .box5 .tab_box  .item .title_box{

  display: flex;

  align-items: center;

  justify-content: space-between;

  padding:10px 15px;

}

.product_detail_page .box5 .tab_box  .item .title_box .icon{

  width: 10px;

}

.product_detail_page .box5 .tab_box  .item .title_box .icon .img2{

  display: none;

}

.product_detail_page .box5 .tab_box  .item_current .title_box{

  background: #F5F5F5;

  border-left:3px solid #007AFC;

}

.product_detail_page .box5 .tab_box   .title_box .title{

  font-size: 18px;

}

.product_detail_page .box5 .tab_box .item .content{

  position: relative;

  display: none;

}

.product_detail_page .box5 .tab_box .item .content .tt{

  font-family: 'Poppins-SemiBold';

  font-size: 20px;

  margin-top: 20px;

}

.product_detail_page .box5 .tab_box .content  .pic{

  position: relative;

  z-index: 11;

  display: flex;

  justify-content: center;
padding: 0 30px;

}
.product_detail_page .box5 .tab_box .content  .pic img{
  max-width: 80vw;
}


.product_detail_page .box5 .tab_box .content  .bg{

  width: 100%;

  height: 130px;

  position: absolute;

  right:0px;

  z-index: 10;

  border-radius: 85px;

  background-image: linear-gradient(to right,transparent,#EBEBEB);

  top: 60px;

}

.product_detail_page .box5 .tab_box .content  .text{

  color: #566171;

  margin-top: 20px;

  position: relative;

    z-index: 12;

}











