/* 明星商品 item_product */
.item_product{
    width: 100%;
    margin-bottom: 65px;
}

.item_product .title{
    width: 80vw;
    margin: 0 auto;
    margin-bottom: 35px;
    padding-bottom: 10px;
    text-align: center;
    color:#1a75bb;
    border-bottom: 1px solid #1a75bb;
}

.item_product .item_product_content{
    width: 80vw;
    margin: 0 auto;
    flex-wrap: wrap;
}

.item_product .item_product_shop{
    width: 50%;
    padding:10px;
    
} 

.pro_0{
    width: 100%;
    border-radius: 5px;
    transition: .5s;
}

.pro_0:hover{
    /*background-color: #1a75bb;*/
    box-shadow: 0 2.5px 10px rgba(0, 0, 0, 0.7);
}

/* .pro_0:hover h4{
    color: #fff;
} */

.item_product .item_product_shop ul{
    margin: 10px;
}

.item_product .item_product_shop li{
    margin-top: 5px;
}

.item_product .item_product_shop img{
    width: 180px;
    margin: 10px;
    border-radius: 5px;
} 

.item_product .item_product_shop h4{
    line-height: 26px;
}

.item_product .item_product_shop p{
    line-height: 26px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.item_product .item_product_shop:hover p{
    /*color: #fff;*/
}

.item_product .item_product_shop:hover h4{
    /*color: #fff;*/
}

.item_product button{
    width: 100px;
    height: 45px;
    border: #176aaa 1px dashed;
    background-color: #176aaa;
    border-radius: 2vw;
    transition: .5s;
    font-weight:bold;  
}

.item_product button a{
    color:#fff;
    text-decoration: none;
}

.item_product button:hover{
    background-color: #fff;
}

.item_product button:hover a{
    color:#1a75bb;
}

/* 版本尺寸 */
@media screen and (min-width: 1920px){}
@media (min-width:1366px) and (max-width:1920px){
    .item_welcome_p {
        width: 80%;
    }

    
}
@media (min-width:1024px) and (max-width:1365px){
    .pro_0 {
        box-shadow: 0 2.5px 10px rgba(0, 0, 0, 0.2);
    }

    .pro_0:hover{
        background-color: #ececec;
        box-shadow: 0 2.5px 10px rgba(0, 0, 0, 0.7);
    }

    .pro_0:hover h3{
        color: #212529;
    }

    .item_product .item_product_shop:hover p{
        color: #212529;
    }

    .item_product .item_product_shop h4 {
        font-size: 15px;
        font-weight: bold;
    }

    .item_product button {
        width: 100px;
        height: 40px;
    }

    .item_product .title {
        width: 90vw;
        border-bottom: 1px solid #8a8a8a;
    }
    
    .item_product .item_product_content {
        width: 90vw;
    }
}
@media (min-width:768px) and (max-width:1023px){
    .pro_0 {
        box-shadow: 0 2.5px 10px rgba(0, 0, 0, 0.2);
    }

    .pro_0:hover{
        background-color: #ececec;
        box-shadow: 0 2.5px 10px rgba(0, 0, 0, 0.7);
    }

    .pro_0:hover h3{
        color: #212529;
    }

    .item_product .item_product_shop:hover p{
        color: #212529;
    }

    .item_product .item_product_shop {
        width: 100%;
    }

    .item_product button {
        width: 100px;
        height: 40px;
        border-radius: 23px;
    }

    .item_product .title {
        width: 90vw;
        border-bottom: 1px solid #8a8a8a;
    }
    
    .item_product .item_product_content {
        display: block;
        width: 90vw;
    }
}
@media (min-width:414px) and (max-width:767px){
    .pro_0 {
        align-items: center;
        box-shadow: 0 2.5px 10px rgba(0, 0, 0, 0.2);
    }

    .item_product .item_product_shop p {
        font-size: 10px;
        -webkit-line-clamp: 2;
    }

    .item_product .item_product_shop:hover p{
        color: #212529;
    }

    .item_product .item_product_shop {
        width: 100%;
        padding: 5px;
    }

    .item_product .item_product_shop img {
        display: none;
        width: 120px;
        margin: 5px;
    }

    .item_product .item_product_shop h4 {
        font-size: 15px;
    }

    .item_product button {
        width: 80px;
        height: 35px;
        font-size: 16px;
        border-radius: 25px;
    }

    .item_product .title {
        width: 90vw;
        border-bottom: 1px solid #8a8a8a;
    }
    
    .item_product .item_product_content {
        display: block;
        width: 90vw;
    }

    .pro_img1 {
        background-image: url("../img/products/List-10G-1-home.jpg");
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }
    
    .pro_img2 {
        background-image: url("../img/products/List-40G-1-home.jpg");
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .pro_img3 {
        background-image: url("../img/products/List-100G-1-home.jpg");
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .pro_img4 {
        background-image: url("../img/products/List-400G-1-home.jpg");
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }
    
    .pro_0:hover{
        background-color: #ececec;
        box-shadow: 0 2.5px 10px rgba(0, 0, 0, 0.7);
        opacity: 1;
    }

    .pro_0:hover h3{
        color: #212529;
    }
}
@media (min-width:374px) and (max-width:413px){
    .pro_0 {
        align-items: center;
        box-shadow: 0 2.5px 10px rgba(0, 0, 0, 0.2);
    }

    .item_product .item_product_shop p {
        font-size: 10px;
        -webkit-line-clamp: 2;
    }

    .item_product .item_product_shop:hover p{
        color: #212529;
    }

    .item_product .item_product_shop {
        width: 100%;
        padding: 5px;
    }

    .item_product .item_product_shop img {
        display: none;
        width: 120px;
        margin: 5px;
    }

    .item_product .item_product_shop h4 {
        font-size: 15px;
    }

    .item_product button {
        width: 80px;
        height: 35px;
        font-size: 16px;
        border-radius: 25px;
    }

    .item_product .title {
        width: 90vw;
        border-bottom: 1px solid #8a8a8a;
    }
    
    .item_product .item_product_content {
        display: block;
        width: 90vw;
    }


    .pro_img1 {
        background-image: url("../img/products/List-10G-1-home.jpg");
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }
    
    .pro_img2 {
        background-image: url("../img/products/List-40G-1-home.jpg");
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .pro_img3 {
        background-image: url("../img/products/List-400G-1-home.jpg");
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .pro_img4 {
        background-image: url("../img/products/List-Antenna-2-home.jpg");
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }
    
    .pro_0:hover{
        background-color: #ececec;
        box-shadow: 0 2.5px 10px rgba(0, 0, 0, 0.7);
        opacity: 1;
    }

    .pro_0:hover h3{
        color: #212529;
    }
}
@media screen and (max-width: 373px){
    .pro_0 {
        align-items: center;
        box-shadow: 0 2.5px 10px rgba(0, 0, 0, 0.2);
    }

    .item_product .item_product_shop p {
        font-size: 10px;
        -webkit-line-clamp: 2;
    }

    .item_product .item_product_shop:hover p{
        color: #212529;
    }

    .item_product .item_product_shop {
        width: 100%;
        padding: 5px;
    }

    .item_product .item_product_shop img {
        display: none;
        width: 120px;
        margin: 0;
    }

    .item_product .item_product_shop h4 {
        font-size: 15px;
    }

    .item_product button {
        width: 80px;
        height: 35px;
        font-size: 16px;
        border-radius: 25px;
    }

    .item_product .title {
        width: 90vw;
        border-bottom: 1px solid #8a8a8a;
    }
    
    .item_product .item_product_content {
        display: block;
        width: 90vw;
    }


    .pro_img1 {
        background-image: url("../img/products/List-10G-1-home.jpg");
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }
    
    .pro_img2 {
        background-image: url("../img/products/List-40G-1-home.jpg");
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .pro_img3 {
        background-image: url("../img/products/List-400G-1-home.jpg");
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .pro_img4 {
        background-image: url("../img/products/List-Antenna-2-home.jpg");
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }
    
    .pro_0:hover{
        background-color: #ececec;
        box-shadow: 0 2.5px 10px rgba(0, 0, 0, 0.7);
        opacity: 1;
    }

    .pro_0:hover h3{
        color: #212529;
    }
}