.p10 {
  padding: 10px;
}

.subbanner>.container .catname {
  display: flex;
  color: #ffffff;
}

.subbanner>.container .imgbox.yjp .img1 {
  position: relative;
  right: 65px;
}

@media screen and (max-width: 750px) {
  .subbanner>.container .catname {
    display: block;
    color: #ffffff;
    width: 100%;
    top: 10%;
  }

  .subbanner>.container .catname i {
    margin-right: 0;
  }

  .subbanner>.container .cname {
    font-size: 0.2rem;
    margin-bottom: 0.1rem;
    margin-top: 0.1rem;
  }

  .subbanner>.container .ename {
    margin: 0;
    font-size: 0.14rem;
    line-height: 1;
  }

  .subbanner>.container .topnav {
    height: 0.41rem;
    overflow: hidden;
  }

  .subbanner>.container .imgbox {
    top: 2rem;
    width: 100%;
    text-align: center;
  }

  /*.subbanner>.container .imgbox .box img{*/
  /*    width: 50%;*/
  /*}*/
  .subbanner>.container .imgbox .box .img2,
  .subbanner>.container .imgbox .box .img3,
  .subbanner>.container .imgbox .box .img4,
  .subbanner>.container .imgbox .box .img5 {
    transform: scale(0.5);
  }

  .subbanner>.container .imgbox .box .img2 {
    top: -0.3rem;
    right: -0.3rem;
  }

  .subbanner>.container .imgbox .box .img3 {

    left: -0.3rem;
    top: 18%;
  }

  .subbanner>.container .imgbox .box .img4 {

    right: -0.2rem;
    bottom: -0.2rem;
  }

  .subbanner>.container .imgbox .box .img1 img {
    width: 3rem;
  }

  .subbanner>.container .imgbox.yjp .box .img1 img {
    width: 3rem;
  }

  .subbanner>.container .imgbox.fsd .box .img1 {
    position: relative;
    z-index: 9;
    padding-top: 0.2rem;
  }

  .subbanner>.container .imgbox.fsd .box .img1 img {
    width: 30%;

  }

  .subbanner>.container .imgbox.yjp .img1 {
    right: -17px;
    top: 0.1rem;
  }

  .subbanner>.container .imgbox.yjp .box .img2 {
    right: 0;
  }

  .subbanner>.container .imgbox.fsd .box .img2 {
    transform: scale(0.6);
    right: 1.3rem;
    top: -0.2rem;
  }

  .subbanner>.container .imgbox.yjp .box .img2 {
    top: -0.5rem;
  }

  .subbanner>.container .topnav {
    bottom: 0.2rem;
  }
}

.page_body.product .container>h2 {
  text-align: center;
  /* height: 40px;*/

  line-height: 40px;
  font-size: 0;
  margin-bottom: 32px;

}

.page_body.product .container>h2 span {
  font-size: 40px;
  font-family: MicrosoftYaHei;
  color: #222222;
  background: linear-gradient(270deg, #0095D0 0%, #00B39E 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  font-weight: normal;
}

.page_body.product .container>.intro {
  width: 680px;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #222222;
  line-height: 24px;
  margin: 0px auto;
  text-align: center;
  margin-bottom: 32px;
}

.page_body.product .container>.content {
  font-size: 16px;
  margin-top: 24px;
  text-align: center;
}

.col1,
.col2,
.col3,
.col4,
.col5,
.col6,
.col7,
.col8 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;

}

.col2 {
  flex-wrap: wrap;
}

.col2>div,
.col2>img {
  width: 50%;
}

.col3>div,
.col3>img {
  width: 33.3%;

}

.col4>div,
.col4>img {
  width: 25%;
}

.col5>div,
.col5>img {
  width: 20%;
}

/* .col6 >div,.col6>img{
    width: 50%;
  }
  .col7 >div,.col7>img{
    width: 50%;
  }
  .col8 >div,.col8>img{
    width: 50%;
  } */

.pading128 {
  padding: 0 0 48px 0;
}

@media screen and (max-width:1024px) {
  body {
    min-width: 100% !important;
  }

  .page_body.product img {
    max-width: 100%;
  }
}

@media screen and (max-width:768px) {

  .col1,
  .col2,
  .col3,
  .col4,
  .col5,
  .col6,
  .col7,
  .col8 {
    /* display: flex; */
    justify-content: space-between;

    /* flex-wrap: wrap; */
  }

  .pading128 {
    padding: 0.48rem 0;
  }

  .page_body.product .container {
    padding: 0 0.24rem;
  }

  .page_body.product .container>h2 {
    font-size: 0.4rem;
  }

  .page_body.product .container>h2 span {
    font-size: 0.3rem;
  }

  .page_body.product .container>.intro {
    width: 100%;
    font-size: 0.16rem;
  }

}

.logintip {
  width: 100%;
  background: url(../images/product/pro-bottom-bg.jpg) no-repeat center top;
  background-size: cover;
  text-align: center;
  padding: 96px 0;
}

.logintip p {
  height: 40px;
  font-size: 40px;
  color: #FFFFFF;
  line-height: 40px;
}

.logintip .log {
  width: 224px;
  display: block;
  height: 64px;
  margin: 0px auto;
  margin-top: 48px;
  background: #FFFFFF;
  border-radius: 32px;
  font-size: 0;
  transition: all 0.5s;

}

.logintip .log a {
  font-size: 24px;
  color: #FFFFFF;
  display: block;
  line-height: 64px;
  background: linear-gradient(270deg, #0095D0 0%, #00B39E 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}

.logintip .log:hover {
  transition: all 0.5s;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width:768px) {
  .logintip {
    width: 100%;

    background-size: cover;
    text-align: center;
    padding: 0.46rem 0;
  }

  .logintip p {
    height: 0.4rem;
    font-size: 0.3rem;
    color: #FFFFFF;
    line-height: 0.4rem;
  }

  .logintip .log {
    width: 2.24rem;
    display: block;
    height: 0.44rem;
    margin: 0px auto;
    margin-top: 0.4rem;
    background: #FFFFFF;
    border-radius: 0.32rem;
    font-size: 0;

  }

  .logintip .log a {
    font-size: 0.24rem;
    color: #FFFFFF;
    display: block;
    line-height: 0.44rem;
    background: linear-gradient(270deg, #0095D0 0%, #00B39E 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

  }
}