 .user-banner
{
	height:200px;
	background: linear-gradient(-125deg,#f902cf 0%, #fdab2f 100%);
	margin:20px auto;
}

.c-metter
{
	overflow:hidden;
}

.c-metter .left
{
	width:200px;
	min-height:300px;
	float:left;
/*	background: linear-gradient(#58FF8224 30%,#afff2012 70%);*/
/*box-shadow: 0 3px 4px rgba(32, 160, 255, 0.12);*/
background-image: -webkit-linear-gradient(45deg,#c8f347,#f5c746);
-webkit-animation: hue 6s infinite cubic-bezier(0.82, 0.82, 1, 1);
border-radius: 10px;
	border:6px;margin:30px auto;
}

.c-metter .left ul
{
	margin:50px 0;
}

.c-metter .left ul li
{
	height: 50px;
    width: 100%;
    color: #000000;
    text-align: left;
    line-height: 50px;
    margin-bottom: 8px;
    cursor: pointer;
    background: #fbfbfb75;
    border-radius: 15px;
}

.c-metter .left ul li:hover
{
	color:#f71d79;
}

.c-metter .left ul li em
{
	display: inline-block;
    width: 20px;
    height: 100%;
    margin-right: 20px;
    vertical-align: top;
    float: left;
}

.c-metter .left ul li .chose
{
background: linear-gradient(#fff2f4 30%,#fff6f2 70%);
    box-shadow: 0 3px 4px rgb(118 149 160 / 60%);
    border-radius: 20px;
}

.c-metter .right
{
    /* float: left; */
    margin-left: 54px;
    width: 986px;
    text-align: left;
    background: linear-gradient(#ffffff 40%,#ffffff 60%);
    box-shadow: 1px 4px 8px 1px rgb(32 160 255 / 25%);
    border-radius: 10px;
    padding: 0 0 100px;
    margin: 30px 30px 30px 210px;
}

.c-metter .right .big-title
{
    font-size: 23px;
    height: 80px;
    line-height: 80px;
    /* border-bottom: 1px solid #eee; */
    color: #020923;
    padding-left: 50px;
    background-image: -webkit-linear-gradient(45deg,#f0fbcd,#fdcf68);
    -webkit-animation: hue 6s infinite cubic-bezier(0.82, 0.82, 1, 1);
    border-radius: 10px;
}

.c-metter .right ul
{
	padding-left:50px;
}

.c-metter .right ul li
{
	display:inline-block;
	margin-top:27px;
}

.c-metter .right ul li em
{
	line-height:40px;
	height:40px;
	left:30px;
	color:#1268f8;
	font-size:18px;
	width:100%;
	display:inline-block;
}

.c-metter .right ul li span
{
	font-size:14px;
	height:30px;
	line-height:30px;
	display:inline-block;
	color:#303030;
	width:880px;
}

.none
{
	display:none;
}

.wlimit
{
	width:75pc;
	margin:0 auto;
}