/* tab选项卡 */
.tab {
    width: 7.5rem;
    height: 0.88rem;
    display: flex;
    line-height: 0.4rem;
    z-index: 9;
    border-bottom: 1px solid #e6e6e6;
    position: fixed;
    top: 2.8rem !important;
    background: #FFFFFF;
}

.tab a {
    width:  calc(7.5rem/2);
    height: 0.88rem;
    line-height: 0.88rem;
    vertical-align: middle;
    background: #fff;
    text-align: center;
    font-size: 0.3rem;
    color: #222222;
    cursor: pointer;
}
.tab a:first-of-type {
    /*margin-right: 2rem;
    margin: 0 2rem 0 1rem;*/
}

.active {
    border-bottom: 2px #00c4ee solid !important;
    color: #00c4ee;
}

.main{
	margin: 0.88rem 0 0 0;
	height: 2rem;
	background: #FFFFFF;
	z-index: 999;
	position: fixed;
	background: #00C4EE;
	color: #FFFFFF;
}
.assets{
	width: 7.5rem;
	margin: 0 auto;
	display: flex;
}
.swiper-container {
    margin: 3.78rem 0 0 0 !important;
}
.assets_left,.assets_center,.assets_right{
	width: 2.5rem;
	height: 1.5rem;
	line-height: 1.5rem;
	text-align: center;
}
.assets_center .total_title{
	height: 1rem;
	line-height: 1rem;
}
.total_assets{
	height: 0.5rem;
	line-height: 0.5rem;
}


.assetstop{
	width: 7.5rem;
	height: 1.5rem;
	margin: 0 auto;
	display: flex;
}
 .assetsbuttom{    
	width: 7.5rem;
	height: 0.5rem;
	margin: 0 auto;
	display: flex;
	border-top: 1px solid #e6e6e6;
	    align-items: center;
}
.assets_left,.assets_center,.assets_right{
	width: 3.75rem;
	text-align: center;
	font-size: 15px;
	height: 0.5rem;
	line-height: 0.5rem;
}
 .total_title{
	 top: 0.3rem;
	height: 0.5rem;
	line-height: 0.5rem;
}
.total_assets{
	font-size: 0.4rem;
	height: 1.0rem;
	line-height: 1.0rem;
}
.total_score{
	font-size: 0.4rem;
	height: 1.0rem;
	line-height: 1.0rem;
}
 .button_assets{ 
	width: 3.75rem;
	text-align: center;
	height: 0.5rem;
	line-height: 0.5rem;
}