.container{

}

.main{
    padding: 0 .2rem;
    height:100%;
}

.banner{
    margin-bottom: 10px;
}
 .swiper-container {
        width: 100%;
        height: 100%;
    }

    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        width:100%;
		height:100%;
		border-radius:12px;
    }
.swiper-slide img{
	border-radius: 12px;;
}

.announcement{
	padding: 20px 0 20px 70px;
    height: 76px;
	background: url(../../img/home/recommend_bg.png) no-repeat;
	background-size: 100% 100%;
    margin-bottom: 10px;
	box-sizing: border-box;
}
.announcement .img{
    width:45px;
    height:30px;
    margin-left: 8px;
}
.announcement .upImg{
    width:43px;
    height:42px;
    margin-left: 12px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.announcement .downText{
    color: #E60104;
    font-size: 12px;
    margin-left: 12px;
}
.announcement .content div{
    font-size: 12px;
    color: #E00000;
    width:280px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}


.scrollDivBox{
    width:5.36rem;
    height: 40px;
    overflow:hidden;
}

.scrollDivBox ul a {
	display:flex;
    height:20px;
    line-height:20px;
    margin-bottom:0;
}
.scrollDivBox ul{
    padding-left: 0;
    margin-left: 0;
}
.scrollDivBox ul .count{
    flex:1;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.65);
    line-height:20px;
}
.scrollDivBox ul .text{
	display: flex;
	align-items: center;
    margin-right: 5px;
    padding:0 2px;
    height: 16px;
    line-height: 16px;
    border: 1px solid #C91515;
    opacity: 1;
    border-radius: 4px;
    font-size: 11px;
    color: #C91515;
    margin-top: 1px;
}
/*home-nav*/
.home-top-bg{
		padding:10px 20px;
	background: linear-gradient(180deg, #E51A1A 23.08%, rgba(229, 26, 26, 0) 64.13%);
}
.home-nav{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
}
.home-nav .home-nav-left{
	display: flex;
	align-items: center;
}
.home-nav .home-nav-left .logo{
	width:34px;
	height:34px;
	margin-right: 10px;
}
.home-nav .home-nav-left .logo img{
	width:34px;
	height:34px;
}
.home-nav .home-nav-left .home-nav-txt{
	flex:1;
	color:#fff;
}
.home-nav .home-nav-left .home-nav-txt .name{
	font-size:18px;
	font-weight: bold;
}
.home-nav .home-nav-left .home-nav-txt .slogan{
	font-size:11px;
	height:18px;
	line-height:18px;
	overflow:hidden;
}
.home-nav .home-nav-left .home-nav-txt .slogan .item{
	height:18px;
	line-height:18px;
	white-space:nowrap;
}
.home-nav .home-nav-right{}

/*搜索框*/
.search-box{
	position: relative;
	display: flex;
    height: 34px;
	border: 1px solid #C91515;
    border-radius: 8px;
    margin: 15px 0;
	background-color: #fff;
}
.search-box .input{
    height: 34px;
    line-height: 34px;
    flex:1;
    padding-left:30px;
    font-size: 12px;
    color: #A8A8B3;
	border: 0;
}
.search-box .search-icon{
    width: 16px;
    height: 16px;
    position: absolute;
	top:50%;
	left:0;
	margin: -8px 0 0 10px;
}
.search-box .search-btn{ 
	position: relative;
	display: inline-block;
	width:50px;
	height:32px;
	line-height: 32px;
	text-align: center;
	font-size:12px;
	color:#C91515;
}
.search-box .search-btn::after{ 
	content: "";
	position: absolute;
	left:0;
	top:50%;
	margin-top: -8px;
	width:1px;
	height:16px;
	background-color:#C8D3E1;
}
/*channel*/
.channel-entry{
	display: flex;
}
.channel-entry .item{
	flex:1;
	text-align: center;
}
.channel-entry .item .icon{
	width:48px;
}
.channel-entry .item .txt{
	font-size:12px;
	color:#162131;
}

.lookingForEquipmentForm{
    background-color: #fff;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.04);
    border-radius: 2px;
}

.raychem{
    width: 100%;
    margin-bottom: 10px;
	border-radius: 12px;
}

.m{
    width:calc(100% - 90px);
    overflow: hidden;            /*最外层设置  溢出隐藏  */
}
.k{
    white-space: nowrap;        /*第二层设置  不换行  */
    overflow-y: auto;                /*溢出框 提供滚动机制*/
}
.recommended-cate .item{
    box-sizing:border-box;
	height:28px;
	line-height: 28px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;  
	font-size: 12px;
	color: #39495F;
	display: inline-block;  
	background-color:#fff;
	border-radius: 8px;
}
.recommended-cate .item a{
    color: #000;
}
.recommended-cate .item span{
    display: none;
}
.recommended-cate .active{
    border: 1px solid #C91515;
	background-color: #FFF3F2;
	color: #C91515;
}

.recommended-cate .active a{
    color: #E00000;
}
.categoryLabels{
     display: flex;
     align-items: center;
}
.categoryLabels .recommended{
    flex:0 0 72px;
	padding:0 5px;
	height:28px;
	display: flex;
	align-items: center;
	background:#fff;
	border-radius:8px;
}
.categoryLabels .recommended img{
	width:100%
}
.categoryLabels .recommended-cate{
	flex:1;
	min-width:0;
	margin:0 10px;
	height:28px;
	overflow-x:auto;
	overflow-y:hidden;
	white-space:nowrap;
	-webkit-overflow-scrolling:touch;
	scrollbar-width:none;
}
.categoryLabels .recommended-cate::-webkit-scrollbar{
	display:none;
}
.categoryLabels .all{
	display: flex;
	flex:0 0 54px;
	width:54px;
}
.allImg{
    width:14px;
    height:13px;
    margin-top: 4px;
    margin-right: 4px;
}
.allText{
    color: #333;
    font-weight: bold;
}
.sell_box{
    display:none;
}
.sell_box>.ul{
    padding-bottom: 24px;
    background-color: #fff;
}
.sell_box>.ul>div{
    width:20%;
}
.sell_box>.ul>div .allImg{
    width:32px;
    height:32px;
    margin: .2rem auto;
}
.sell_box>.ul>a{
    width:20%;
}
.sell_box>.ul>a .allImg{
    width:32px;
    height:32px;
    margin: .2rem auto;
}
.sell_box>.ul>div .text{
    font-size: 12px;
    color: #26262D;
}
.sell_box>.ul>a .text{
    font-size: 12px;
    color: #26262D;
}
.sell_box .membersImg{
    margin-top: 10px;
    margin-bottom: 10px;
    height:74px;
}

/* 首页推荐设备改为双列卡片，作用域限定在首页买设备区域，避免影响其他设备列表页。 */
.buy_box .equipmentList{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    margin-top:10px;
}
.buy_box .equipmentList .equipmentLi{
    display:block;
    width:calc(50% - .08rem);
    height:auto;
    min-height:0;
    margin-bottom:.16rem;
    padding:0;
    overflow:hidden;
    border-radius:8px;
    background-color:#fff;
}
.buy_box .equipmentList .home-equipment-loading{
    display:none;
    flex:0 0 100%;
    align-items:center;
    justify-content:center;
    height:44px;
    color:#8d99aa;
    font-size:12px;
}
.buy_box .home-equipment-loading .loading-icon{
    width:14px;
    height:14px;
    margin-right:6px;
    border:2px solid #ffd8d4;
    border-top-color:#c91515;
    border-radius:50%;
    animation:homeEquipmentLoadingRotate .8s linear infinite;
}
@keyframes homeEquipmentLoadingRotate{
    to{
        transform:rotate(360deg);
    }
}
.buy_box .equipmentLi .list-left{
    position:relative;
    width:100%;
    height:167px;
    margin-right:0;
    overflow:hidden;
    border-radius:8px 8px 0 0;
    background:#f5f7fa;
}
.buy_box .equipmentLi .list-left .shangou{
	left:0;
	right:auto;
}
.buy_box .equipmentLi .img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.buy_box .equipmentLi .SoldImgsBox{
    width:100%;
    height:100%;
}
.buy_box .equipmentLi .video-icon{
    position:absolute;
    left:50%;
    top:50%;
    width:.72rem;
    height:.72rem;
    margin:0;
    transform:translate(-50%,-50%);
}
.buy_box .equipmentLi .sold-icon{
    width:1.28rem;
    height:1.28rem;
}
.buy_box .equipmentLi .right{
    padding:.12rem .12rem .2rem;
}
.buy_box .equipmentLi .right .title_box{
    display:flex;
    align-items:flex-start;
	margin-bottom: 5px;
}
.buy_box .equipmentLi .right .title{
    width:100%;
	height:36px;
    float:none;
    font-size:13px;
    line-height:18px;
	color:#162131
}
.buy_box .equipmentLi .right .state{
    flex:0 0 32px;
    float:none;
    margin-right:0;
    margin-left:.06rem;
	font-size:12px;
	height:16px;
	line-height: 16px;
	border-radius: 2px;
}
.buy_box .equipmentLi .right .state-work{
    background:linear-gradient(90deg, #E51A1A 0%, #F04426 100%);
    color:#fff;
}
.buy_box .equipmentLi .right .state-idle{
    background:#ff9900;
    color:#fff;
}
.buy_box .equipmentLi .right .meta-row{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-top:4px;
    min-width:0;
}
.buy_box .equipmentLi .right .classification{
    font-size:11px;
    line-height:16px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
	background-color: #F3F7FF;
	border-radius: 4px;
	padding:1px 4px;
}
.buy_box .equipmentLi .right .meta-row .adress{
    flex:0 0 .86rem;
	min-width:100px;
    margin-left:.08rem;
    color:#A8A8B3;
    font-size:10px;
    line-height:16px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.buy_box .equipmentLi .right .bottom{
	position: static;
    display:flex;
    align-items:center;
    justify-content:space-between;
    width:auto;
	margin-bottom: 5px;
}
.buy_box .equipmentLi .right .bottom .price{
    float:none;
    max-width:calc(100% - 40px);
    font-size:14px;
    line-height:20px;
}
.equipmentLi .right .title{
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp:2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}
.equipmentLi .right .classification{
    font-size: 12px;
    color: #A8A8B3;
    margin-top: 1px;
}
.equipmentLi .right .bottom{
    position: absolute;
    bottom: 8px;
    width:96%;
}
.equipmentLi .right .bottom .price{
    max-width: 2rem;
    font-size: 16px;
    font-weight: bold;
    color: #E00000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.equipmentLi .right .bottom .adress{
    font-size: 12px;
    color: #A8A8B3;
    line-height: 26px;
    width:1.8rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}