.tabbar-four{
	&_head{
		background-color: #3874f6;
		&-top{
			flex-direction: row;
			justify-content: flex-end;
			padding: 20rpx 30rpx;
		}
		&-coter{
			padding: 0 30rpx 60rpx 30rpx;
			flex-direction: row;
			align-items: center;
			&-img{
				width: 154rpx;
				height: 154rpx;
				background-color: #5a8ef2;
				border-radius: 20rpx;
				flex-direction: row;
				align-items: center;
				justify-content: center;
			}
			&-p{
				flex: 1;
				padding-left: 30rpx;
				&_t1{
					color: #FFFFFF;
					font-size: 40rpx;
					font-weight: 700;
				}
				&_t2{
					color: #86b8fc;
					font-size: 34rpx;
					margin-top: 15rpx;
				}
			}
		}
	}
}