@charset "utf-8";
:root{
    --swiper-theme-color: #6f2b24;
    --themes_color: #6f2b24;
    --font_color: #fff;
    --img_scale: 1.1;
}
.content{
    width: 1282px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 50px;
}
.top{
    width: 100%;
    height: 573px;
    display: block;
}
.top_left{
    width: 900px;
    height: 100%;
    overflow: hidden;
    float: left;
    overflow: hidden;
}
.top_right{
    width: calc(100% - 900px);
    height: 100%;
    float: left;
    background: url(/img/WIRELESS/WIRELESS_2_305913/2025/01/300646/img/item_img.jpg) no-repeat center center;
    background-size: cover;
    padding: 30px 20px;
    box-sizing: border-box;
}
.top_right_title{
    font-size: 25px;
    line-height: 1.5em;
    color: #373636;
    font-weight: bold;
}
.top_right_des{
    margin-top: 60px;
    color: #373636;
}
.top_right:hover .top_right_title{
    color: var(--themes_color);
}
.bottom{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 42px;
}
.bottom_item{
    width: 297px;
    height: auto;
    overflow: hidden;
    float: left;
    margin-right: 30px;
    display: block;
}
.bottom_item:last-of-type{
    margin-right: 0;
}
.bottom_item_img{
    height: 187px;
    overflow: hidden;
}
.bottom_item_text{
    height: 82px;
    border-bottom: 1px solid #e2e2e2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    box-sizing: border-box;
}
.bottom_item:hover .bottom_item_text p{
    color: var(--themes_color);
}
/*******************************/
/*******************************/
/*******************************/
/*******************************/
/*******************************/
/*******************************/
/*******************************/

@media screen and (orientation:portrait){
.content{
    width: 6.8rem;
    margin-top: 0.5rem;
}
.top{
    height: auto;
    overflow: hidden;
}
.top_left{
    width: 100%;
    height: 4.33rem;
    float: none;
}
.top_right{
    width: 100%;
    height: auto;
    float: none;
    background: none;
    padding: 0;
    margin-top: 0.2rem;
}
.top_right_title{
    font-size: 0.3rem;
}
.top_right_des{
    margin-top: 0.1rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.top_right:hover .top_right_title{
    color: #373636;
}
.bottom{
    margin-top: 0.4rem;
}
.bottom_item{
    width: 100%;
    height: 1.4rem;
    float: none;
    margin-right: 0;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 0.3rem;
    margin-bottom: 0.3rem;
}
.bottom_item_img{
    width: 2.2rem;    
    height: 100%;
    overflow: hidden;
    float: left;
}
.bottom_item_text{
    width: calc(100% - 2.3rem);
    height: 100%;
    border-bottom: none;
    justify-content: flex-start;
    padding: 0.1rem;
}
.bottom_item:hover .bottom_item_text p{
    color: #373636;
}
.bottom_item:last-of-type{
    border-bottom: none;
}
}
	