.header{
width: 100%;
height: 1.1rem;
line-height: 1.1rem;
background-color: #fff;
padding: 0rem 0.32rem;
display: flex;
justify-content: space-between;
}
.header .tool-btn{
width: 0.4rem;
height: 0.4rem;
margin-top: 0.33rem;
background: url(/uploads/image/smgimgs/icon-1.png) 0 0 no-repeat;
-webkit-background-size: 100% 100%;
background-size: 100% 100%;
}
.header .logo{
height: 100%;
text-align: center;
}
.header .logo img{
width: 2.3rem;
height: auto;
}
.header .search-btn{
width: 0.4rem;
height: 0.4rem;
margin-top: 0.33rem;
background: url(/uploads/image/smgimgs/icon-2.png) 0 0 no-repeat;
-webkit-background-size: 100% 100%;
background-size: 100% 100%;
}
.banner{
width: 100%;
height: auto;
}
.banner .ban-item{
display: block;
width: 100%;
height: auto;
}
.banner .ban-item img{
width: 100%;
height: auto;
}
.nav{
width: 100%;
height: auto;
padding: 0.4rem 0.52rem 0.47rem;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.nav .nav-item{
width: 1.2rem;
height: auto;
text-align: center;
}
.nav .nav-item img{
width: 1rem;
height: auto;
}
.nav .nav-item p{
margin-top: 0.16rem;
font-size: 0.26rem;
color: #666666;
}
.content{
width: 100%;
height: auto;
margin-top: 0.25rem;
padding: 0rem 0.32rem;
}
.content .head{
width: 100%;
height: auto;
border-bottom: 0.01rem solid #e6e6e6;
}
.content .head .head-title{
font-size: 0.36rem;
color: #666666;
font-weight: bold;
line-height: 0.38rem;
position: relative;
padding-left: 0.18rem;
padding-bottom: 0.24rem;
}
.content .head .head-title:before{
content: "";
width: 0.08rem;
height: 0.36rem;
background-color: #4abb3b;
border-radius: 0.04rem;
position: absolute;
top: 0.01rem;
left: 0;
}
.content .head .head-nav{
}
.content .head .head-nav .hn-item{
float: left;
font-size: 0.3rem;
color: #666666;
font-weight: bold;
margin-right: 0.48rem;
padding-bottom: 0.24rem;
position: relative;
}
.content .head .head-nav .hn-item:last-child{
margin-right: 0;
}
.content .head .head-nav .hn-item.on{
color: #4abb3b;
}
.content .head .head-nav .hn-item.on:after{
content: "";
width: 0.6rem;
height: 0.04rem;
background-color: #4abb3b;
border-radius: 0.02rem;
position: absolute;
left: 50%;
bottom: 0;
margin-left: -0.3rem;
}
.content .info-box{
width: 100%;
height: auto;
overflow: hidden;
padding-bottom: 0.96rem;
}
.content .info-box .info-item{
display: block;
width: 100%;
height: auto;
margin-top: 0.32rem;
}
.content .info-box .info-item .item-img{
width: 2.1rem;
height: 1.4rem;
border-radius: 0.08rem;
overflow: hidden;
}
.content .info-box .info-item .item-img img{
width: 100%;
height: 100%;
}
.content .info-box .info-item .item-con{
margin-left: 0.24rem;
width: 65%;
}
.content .info-box .info-item .item-con .item-title{
font-size: 0.3rem;
color: #666666;
line-height: 0.38rem;
width: 100%;
text-overflow: ellipsis;
overflow: hidden;
word-break: break-all;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
}
.content .info-box .info-item .item-con .item-uptime{
font-size: 0.24rem;
color: #999999;
margin-top: 0.24rem;
}
.content .actiong{
margin-top: -0.5rem;
margin-bottom: 0.3rem;
width: 100%;
height: auto;
}
.content .actiong a{
margin: 0rem auto;
display: block;
width: 1.8rem;
height: 0.6rem;
line-height: 0.6rem;
text-align: center;
font-size: 0.26rem;
color: #333333;
border: 0.01rem solid #e6e6e6;
border-radius: 0.16rem;
}
.tool-box{
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0.4);
z-index: 9;
display: none;
}
.tool-box .tool{
position: absolute;
top: 0;
left: 0;
width: 3.86rem;
height: 100%;
background-color: #27292d;
}
.tool .t-head{
width: 100%;
height: auto;
position: relative;
}
.tool .t-head img{
width: 100%;
height: auto;
}
.tool .t-head .t-head-img{
width: 1.28rem;
height: 1.28rem;
position: absolute;
left: 0.4rem;
bottom: -0.5rem;
}
.tool .t-head .t-head-img img{
width: 100%;
height: 100%;
}
.tool .tool-nav{
margin-top: 0.88rem;
width: 100%;
height: auto;
/*padding: 0rem 0.32rem;*/
}
.tool .tool-nav .tn-item{
display: block;
box-sizing: border-box;
width: 100%;
padding: 0.36rem 0rem 0.12rem 0.32rem;
border-bottom: 0.01rem solid #666666;
font-size: 0.3rem;
color: #ffffff;
}
.tool .tool-nav .tn-item:first-child{
padding-top: 0;
}
.tool .tool-nav .tn-item img{
width: 0.48rem;
height: 0.48rem;
margin-right: 0.36rem;
vertical-align: sub;
}