@font-face {
  font-family: "iconfont"; /* Project id 5033375 */
  src: url('//at.alicdn.com/t/c/font_5033375_ov29p41knqo.woff2?t=1759136565717') format('woff2'),
       url('//at.alicdn.com/t/c/font_5033375_ov29p41knqo.woff?t=1759136565717') format('woff'),
       url('//at.alicdn.com/t/c/font_5033375_ov29p41knqo.ttf?t=1759136565717') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-taobao:before {
  content: "\e755";
}

.icon-xianyu:before {
  content: "\e63d";
}

.icon-weixin:before {
  content: "\e601";
}

.icon-not-top:before {
  content: "\e600";
}

.icon-shouye:before {
  content: "\e637";
}

.icon-ego-caidan:before {
  content: "\e62f";
}

.icon-em:before {
  content: "\e908";
}

.icon-QQ:before {
  content: "\e882";
}

.icon-telegram:before {
  content: "\e794";
}

.icon-whatsapp:before {
  content: "\e8ec";
}

.icon-yes:before {
  content: "\e663";
}


.not-1 {
    padding: 2vw 0;
    margin-bottom: 2vw
}

.not-1 .not-title {
    font-size: 40px;
    margin-bottom: 16px;
    margin-top: 16px;
    font-weight: 600;
    line-height: 120%
}

.not-1 .not-desc {
    font-weight: normal;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: .02vw
}

.not-1 .part-box {
    display: flex;
    padding-top: 1vw;
    gap: 2vw
}

.not-1 .part-box .not-img {
    flex: 1 1 calc(20% - 2vw);
    min-width: 120px;
    padding: .5vw;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background-color: white;
    transition: all .3s ease;
    position: relative;
    overflow: hidden
}

.not-1 .part-box .not-img::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
    transition: all .6s ease
}

.not-1 .part-box .not-img:hover {
    transform: translateY(-8px) scale(1.05);
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.1)
}

.not-1 .part-box .not-img:hover::before {
    left: 100%
}

.not-1 .part-box .not-img:hover img {
    transform: rotate(2deg) scale(1.08)
}

.not-1 .part-box .not-img img {
    width: 8vw;
    transition: all .3s ease;
    filter: grayscale(20%)
}

.not-1 .part-box .not-img img:hover {
    filter: grayscale(0%)
}


.rightside .risidetop .rerweima img:hover {
   transform: scale(1.8) translateX(-20%);
    transition: all .3s ease
}

@media (max-width:768px) {
    .not-1 .not-title {
        font-size: 40px;
        padding: 8px;
    }

    .not-1 .not-desc {
       
        padding: 8px; 
        font-size: 20px;
    }

    .not-1 .part-box {
        flex-wrap: wrap;
        gap: 8vw
    }

    .not-1 .part-box .not-img {
        flex: 1 1 calc((100% - 24vw) / 3);
        padding: 20px
    }

    .not-1 .part-box .not-img a {
        display: flex;
        align-items: center;
        justify-content: center
    }

    .not-1 .part-box .not-img img {
        width: 90%
    }

}