.product_box2 {
    display: none;
}

.product_box1 {
    position: relative;
}

.product_box2 {
    display: none;

    top: 60px;
    background-color: #fff;
    left: 397px;
    z-index: 9999;
    border-radius: 12px;
    padding: 10px;
}

.product_box3 {
    margin: 6px 6px;
    background-color: #fdfdfd;
}

.product_box4 {
    text-align: center;
    color: #000;
    padding: 10px 6px;
    font-size: 16px;
}

.product_box4:hover {
    background: #EDEDED;
    color: #333333;
}
.te_gzh {
    display: none;
}
.te_gzh_box{
    display: none;
}

@media (min-width:1200px) {
    .product_box1 {
        position: relative;
    }
       .te_gzh2 {
        width: 25px;
        margin-left: 8px;
    }
 .te_gzh {
        display: flex;
        align-items: center;
        cursor: pointer;
    }
    .te_gzh_box{
        display: block;
        position: relative;
    }
    .te_gzh1_box{
        position: relative;
    }
    .te_gzh_box3{
        width: 140px;
    }
    .te_gzh_box2{
        font-size: 14px;
        color: #fe700f;
    }
    .te_gzh_box1{
        z-index: 9999;
        position: absolute;
        top: 30px;
        left: 50%;
        transform: translateX(-50%);
        background-color: #fff;
        padding: 6px;
        opacity: 0;
        transition: opacity 0.3s ease;
    }
    .te_gzh:hover + .te_gzh_box1 {
        opacity: 1;
    }
    .te_gzh1{
        font-size: 14px;
        color: #fe700f;
    }
    .product_box2 {
        display: none;
        width: 190px;
        position: absolute;
        top: 60px;
        background-color: #fff;
        left: 397px;
        z-index: 9999;
        border-radius: 12px;
    }
    .product_on {
        background-color: #f0f0f0 !important;
    }
    .product_box3 {
        margin: 6px 6px;
         background-color: #fff;
    }

    .product_on {
        background-color: #f0f0f0;
    }
    @font-face{
     font-family:'raleway-light';  /*为引入的字体文件起名，可以为任意名*/
     font-display: swap;
     src:url('../font/Bold.ttc') format("truetype"); /*引入字体*/ 
    }
    .product_box4 {
        text-align: center;
        color: #000;
        padding: 10px 6px;
        font-size: 16px;
		 font-family: raleway-light;
    }

    .product_box4:hover {
        background: #EDEDED;
        color: #333333;
    }
}