﻿.banner{
    display:block;
    width:7.5rem;
    height:3.6rem;
    margin-left:auto;
    margin-right:auto;
}
.container-navigator{
	width: 7.5rem;
	height: 1.2rem;
    margin-left:auto;
    margin-right:auto;
    background-color: #ffffff;
    border-bottom:solid 0.2rem #e2e2e2;
}
.content-navigator{
   width: 7.5rem;
	height: 1rem;
    margin-left:auto;
    margin-right:auto;
    display:flex;
    flex-direction:row;
    align-items:center;
}
.content-navigator a{
	font-family: PingFang-SC-Medium;
	font-size: 0.28rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #808080;
    margin-left:0.2rem;
	width: 1.28rem;
	height: 0.52rem;
    line-height:0.52rem;
    text-align:center;
	border-radius: 0.26rem;
}
.content-navigator .selected{
    background-color: #ff7237;
    color:#ffffff;
}
.content-navigator a:hover{
    background-color: #ff7237;
    color:#ffffff;
}
.container-main{
    width: 7.5rem;
	background-color: #ffffff;
    margin-left:auto;
    margin-right:auto;
}
.content-main{
    width: 7.5rem;
    margin-left:auto;
    margin-right:auto;
    overflow:hidden;
    padding-bottom:1.8rem;
}
.content-main .container-item{
	width: 6.9rem;
	height: 3.21rem;
	background-color: #ffffff;
    margin-top:0;
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    align-items:center;
    overflow:hidden;
    margin-left:0.3rem;
    border-bottom:solid 0.01rem #e2e2e2;
}
.content-main div .div-left{
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    align-items:flex-start;
    width:4.3rem;
     height:2.4rem;
}
.content-main div .div-left a{
	font-family: PingFang-SC-Bold;
	font-size: 0.28rem;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #000000;
    
}
.content-main div .div-left a:hover{
    color:#ff7237;
}
.content-main div .div-left p:nth-of-type(1){
    width:4.3rem;
	font-family: PingFang-SC-Medium;
	font-size: 0.24rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #666666;
    margin-top:0px;
}
.content-main div .div-left p:nth-of-type(1) b{
    color: #000000;
}
.content-main div .a-cover{
    display:block;
    width:2.4rem;
    height:2.4rem;
}
.content-main div .a-cover img{
    display:block;
    width:2.4rem;
    height:2.4rem;
}
