.public_banner .position {
    font-weight: 400;
}

.proLinks {
    background: #F7F8FA;
}

.video {
    background: #F7F8FA;
}

.video .wrap {
    width: 72.9166666667vw;
    margin: 5.6770833333vw auto 5.3645833333vw;
}

.video .wrap .title {
    font-size: 1.875vw;
    font-weight: 500;
    color: #222222;
    margin: 0 0 4.2708333333vw;
    text-align: center;
}

.video .wrap .content {
    display: flex;
    flex-wrap: wrap;
    grid-template-columns: repeat(3, 1fr);
}

.video .wrap .content .item {
    width: 22.9166666667vw;
    height: 22.03125vw;
    background: #FFFFFF;
    padding: 1.9791666667vw 2.3958333333vw 1.71875vw 2.2916666667vw;
    margin: 0 2.0833333333vw 2.2916666667vw 0;
    cursor: pointer;
}



.video .wrap .content .item:nth-child(3n) {
    margin: 0 0 2.2916666667vw;
}

.video .wrap .content .item .yellow {
    width: 3.0208333333vw;
    display: block;
    margin: 0 0 1.1979166667vw;
}

.video .wrap .content .item h5 {
    font-size: 0.8333333333vw;
    font-weight: 500;
    color: #222222;
    transition: 0.7s;
}

.video .wrap .content .item .img {
    margin: 2.03125vw 0;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.video .wrap .content .item{
    position: relative;
}

.video .wrap .content .item .img img {
    width: 100%;
    transition: 1s;
}


.video .wrap .content .item .img img.code{
    width: fit-content;
    position: absolute;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    object-fit: contain;
    opacity: 0;
}
.video .wrap .content .item .img:hover img:not(.code) {
    opacity: 0;
}
.video .wrap .content .item .img:hover .code{
    opacity: 1;
}
.video .wrap .content .item .more {
    display: flex;
    align-items: center;
}

.video .wrap .content .item .more p {
    font-size: 0.625vw;
    font-weight: 400;
    color: #222222;
    margin: 0 0.5729166667vw 0 0;
}

.video .wrap .content .item .more .line {
    width: 2.6041666667vw;
    height: 0.0520833333vw;
    background: #666666;
    position: relative;
    transition: 0.7s;
}

.video .wrap .content .item .more .line:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -0.4166666667vw;
    width: 0.8854166667vw;
    height: 0.8854166667vw;
    background: rgba(102, 102, 102, 0);
    border: 0.0520833333vw solid #666666;
    border-radius: 50%;
    transition: 0.7s;
}

/*.video .wrap .content .item:hover .img img:not(.code) {*/
/*    transform: scale(1.1);*/
/*}*/

.video .wrap .content .item:hover h5 {
    color: #DAB636;
}

.video .wrap .content .item:hover .more .line {
    background: #DAB636;
}

.video .wrap .content .item:hover .more .line:after {
    left: calc(100% - 0.41666666666667vw);
    border: 0.0520833333vw solid #DAB636;
}

/*# sourceMappingURL=video.css.map */

@media screen and (max-width: 1024px) {
  .public_banner .position{
    font-size: 16px;
    padding: 0 5% 0 0;
  }
  .video{
    overflow: hidden;
  }
  .video .wrap{
    width: 90%;
    margin: 40px auto 5px;
  }
  .video .wrap .title{
    font-size: 24px;
    margin: 0 0 20px;
  }
  .video .wrap .content{
    flex-direction: column;
  }
  .video .wrap .content .item{
    width: 100%;
    height: auto;
    padding: 5%;
      margin: 0 0 15px;
  }
  .video .wrap .content .item .yellow{
    width: 100px;
    margin: 0 0 15px;
  }
  .video .wrap .content .item h5{
    font-size: 14px;
  }
  .video .wrap .content .item .img{
    margin: 20px 0 0 0;
  }
  .video .wrap .content .item .more{
    margin: 20px 0 0 0;
  }
  .video .wrap .content .item .more p{
    font-size: 14px;
    margin: 0 20px 0 0;
  }
  .video .wrap .content .item .more .line:after{
    width: 20px;
    height: 20px;
    left: -10px;
  }
  .video .wrap .content .item .more .line{
    width: 55px;
    height: 1px;
  }
}<!--0.00022101402282715-->