.fanchou_cont {
    display: flex;
      justify-content: flex-end;
}
.fanchou_box img {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: zhuan 5s 0s linear infinite;
    -webkit-animation: zhuan 5s 0s linear infinite;
    -moz-animation: zhuan 5s 0s linear infinite;
}
.fanchou_box {
    position: relative;
    width: 207px;
    height: 208px;
    margin-left: 50px;
    cursor: pointer;
  
}
.fanchou_box:hover img {
  content: url(https://omo-oss-image.thefastimg.com/portal-saas/new2023063018580754099/cms/image/a4986a67-0c5e-45c7-87c6-2286c5b6d84a.png);
}
.jz {
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fanchou_box .fanchou_text {
    text-align: center;
    font-size: 19px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #7A7878;
    z-index: 1;
    line-height: 1.2;
    margin-top: 10px;
}
.fanchou_box:hover .fanchou_text {
    color: #ED6C00;
}

@-webkit-keyframes zhuan {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@media only screen and (max-width: 768px){

.fanchou_cont {
 display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .fanchou_box {
 
    margin-bottom: 10px;
}
 .fanchou_box {
    position: relative;
    width: 207px;
    height: 208px;
    margin-left: 0px;
    cursor: pointer;
}
}