.banner{
    width: 100%;
    height: 4.2rem;
    margin-top: 1rem;
}
.title{
    width: 100%;
    height: 1rem;
    background: #ffffff;
    box-shadow: 0px 0px 10px #eeeeee;
    padding: 0 0.3rem;
    box-sizing: border-box;
}
.title .title-li{
    width: auto;
    height: 1rem;
    font-size: 0.3rem;
    font-weight: bold;
    color: #b47437;
    line-height: 1rem;
    float: left;
    margin-right: 1rem;
    box-sizing: border-box;
    border-bottom: 0.04rem solid #b47437;
}
.top{
    width: 100%;
    height: 4.15rem;
    padding: 0 0.2rem;
    box-sizing: border-box;
    overflow: hidden;
}
.top .top-box{
    width: 100%;
    height: 4.15rem;
    border-bottom: 0.03rem solid #b47437;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}
.top-box .top-item{
    width: 1.35rem;
    height: 3.79rem;
    margin-top: 0.36rem;
}

.top-item .top-on{
    width: 100%;
    height: 3.33rem;
    background: #dfdfdf;
    border-radius: 0.1rem;
    overflow: hidden;
    position: relative;
}
.top-item.active .top-on{
    background: #b47437;
}
.top-item .top-line{
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #b47437;
    margin: 0.3rem auto 0;
    display: none;
}
.top-item.active .top-line{
    display: block;
}
.top-on .top-img{
    width: 0.75rem;
    height: 2rem;
    margin: 0.49rem auto 0;
}
.top-on .top-name{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 0.2rem;
    font-weight: bold;
    color: #333333;
    text-align: center;
    line-height: 0.3rem;
    position: absolute;
    bottom: 0.44rem;
    left: 0;
}
.top-item.active .top-name{
    color: #ffffff;
}

.list{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0 0.2rem;
    box-sizing: border-box;
}
.list .list-ul{
	 width: 100%;
    height: auto;
    overflow: hidden;
	display:none;
	padding-bottom: 0.4rem;
}
.list-ul.active{
	display:block
}
.list .list-li{
    width: 3.24rem;
    height: auto;
    overflow: hidden;
    border: 0.01rem solid #eeeeee;
    box-sizing: border-box;
    float: left;
    margin-right: 0.52rem;
    margin-top: 0.4rem;
}
.list .list-con{
	width:100%;
	height:100%;
	display:none;
}
.list-con .list-on1{
	display:none;
}
.list-con.active{
	display:block;
}
.list-on1.active{
	display:block;
}
.list-li:nth-of-type(even){
    margin-right: 0;
}

.list-li .list-img{
    width: 100%;
    /*height: 3.35rem;*/
}
.list-li .list-on{
    width: 100%;
    height: 0.9rem;
    overflow: hidden;
}
.list-on .list-line{
    width: 0.6rem;
    height: 0.04rem;
    background: #b47437;
    margin: 0.33rem auto 0;
    border-radius: 0.02rem;
}
.list-on .list-name{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 0.28rem;
    /*font-weight: bold;*/
    color: #333333;
    text-align: center;
    line-height: 0.3rem;
    margin-top: 0.1rem;
}

.list-li .list-box{
    width: 100%;
    height: 0.9rem;
    overflow: hidden;
}
.list-box .list-line{
    width: 0.6rem;
    height: 0.04rem;
    background: #b47437;
    margin: 0.33rem auto 0;
    border-radius: 0.02rem;
}
.list-box .list-name{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 0.28rem;
    /*font-weight: bold;*/
    color: #333333;
    text-align: center;
    line-height: 0.3rem;
    margin-top: 0.1rem;
}

.page{
    width: 100%;
    height: 0.6rem;
    display: flex;
    justify-content: space-between;
    margin: 0.6rem auto 0.6rem;
}
.page .upon{
    width: 1.6rem;
    height: 0.6rem;
    border-radius: 0.1rem;
    border: 0.01rem solid #cccccc;
    font-size: 0.24rem;
    color: #333333;
    text-align: center;
    line-height: 0.6rem;
}

.page .num{
    width: 0.9rem;
    height: 0.6rem;
    font-size: 0.24rem;
    color: #999999;
    text-align: center;
    line-height: 0.6rem;
}

.page .under{
    width: 1.6rem;
    height: 0.6rem;
    border-radius: 0.1rem;
    border: 0.01rem solid #cccccc;
    font-size: 0.24rem;
    color: #333333;
    text-align: center;
    line-height: 0.6rem;
}
