/*重置样式*/
html {
	font-family: sans-serif;
	font-size: 16px;
}

html,
body,
header,
section,
footer,
div,
ul,
ol,
li,
img,
a,
span,
em,
del,
legend,
center,
strong,
var,
fieldset,
form,
label,
dl,
dt,
dd,
cite,
input,
hr,
time,
mark,
code,
figcaption,
figure,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	border: 0;
	padding: 0;
	font-style: normal;
}

html,
body {
	-webkit-touch-callout: none;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-user-select: none;
	background-color: #fff;
}

nav,
article,
aside,
details,
main,
header,
footer,
section,
fieldset,
figcaption,
figure {
	display: block;
}

img,
a,
button,
em,
del,
strong,
var,
label,
cite,
small,
time,
mark,
code,
textarea {
	display: inline-block;
}

header,
section,
footer {
	position: relative;
}

body {
	height: 100%;
	font-family: Microsoft YaHei, Simsum, serif;
	background-attachment: fixed;
}

ol,
ul {
	list-style: none;
}

input,
button,
textarea {
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 1em;
	line-height: 1em;
	-webkit-appearance: none;
	outline: none;
	background-color: rgba(0, 0, 0, 0);
}

input,
textarea:focus {
	outline: none;
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px white inset !important;
}

span {
	display: inline-block;
}

a:active,
a:hover {
	outline: 0;
}

a,
a:visited {
	text-decoration: none;
}

label,
.wordWrap {
	word-wrap: break-word;
	word-break: break-all;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

.clearfix:after {
	content: ' ';
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font: normal;
	font-weight: normal;
	font-size: 16px;
}


.header {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.header img {
	width: 100%;
	display: block;
}

.banner {
	position: absolute;
}

.banner li {
	float: left;
}

.header ol {
	position: absolute;
	z-index: 999;
	bottom: 10px;
	left: 50%;
}

#next {
	position: absolute;
	z-index: 1000;
	right: 20px;
	top: 50%;
	background: url(../images/sprite.png);
	background-position: -15px top;
	height: 15px;
	width: 15px;
	overflow: hidden;
}

#prev {
	position: absolute;
	z-index: 1000;
	left: 20px;
	top: 50%;
	background: url(../images/sprite.png);
	height: 15px;
	width: 15px;
	overflow: hidden;
}

.header ol li {
	float: left;
	margin-right: 3px;
	display: inline;
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 5px 5px;
	color: #fff;
	font-family: arial;
	font-size: 12px;
	border-radius: 100px;
}

.header ol li.active {
	font-weight: bold;
	color: #ffffff;
	background-color: rgba(0, 0, 0, 1);
	position: relative;
}

/*搜索样式*/
.login-register {
	text-align: right;
	padding-right: 85px;
}

.login-register a {
	font-size: 18px;
	color: #454545;
	width: 65px;
	text-align: center;
	padding: 10px 0;
}

.content {
	width: 1060px;
	margin: 0 auto;
}

.search-box {
	width: 643px;
	margin: 0 auto;
}

.g-ib {
	display: inline-block;
	float: left;
}

.button-wrapper {
	height: 36px;
	width: 105px;
	border: 1px solid #666;
	text-align: center;
	vertical-align: middle;
	background: #c7c7c7;
}

.button-wrapper input {
	height: 36px;
	width: 105px;
	color: #212121;
}

.input-wrapper {
	height: 36px;
	width: 535px;
	border: 1px solid #666;
	border-right: none;
}

.input-wrapper input {
	text-indent: 10px;
	height: 24px;
	margin-top: 6px;
	width: 500px;
	line-height: 24px;
}

.form-wrapper {
	margin-top: 100px;
}

/*登录*/
.mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.3;
	filter: alpha(opacity=30);
	display: none;
	z-index: 999;
}

.c-mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.3;
	filter: alpha(opacity=30);
	z-index: 999;
	display: none;
}

.login-box {
	width: 380px;
	height: 410px;
	border-radius: 10px;
	background: #dcdcdc;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 1000;
	display: none;
}

.login-inner {
	position: relative;
}

.l-header {
	height: 54px;
	line-height: 54px;
	text-align: center;
}

a.close {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 25px;
	height: 25px;
}

a.cp-close {
	top: 0;
}

.login-box .l-body {
	background: #fff;
	margin: 0 10px;
	height: 304px;
	padding-top: 42px;
}

.l-box {
	width: 220px;
	margin: 0 auto;
}

.l-input {
	border: 1px solid #c1c1c1;
	border-radius: 5px;
	height: 28px;
	margin-top: 20px;

}

.l-input img {
	width: 20px;
	height: 20px;
	margin: 0 7px;
	position: relative;
	top: 4px;
}

.user-input,
.password-input {
	margin-top: 3px;
	margin-left: 5px;
	height: 22px;
	line-height: 22px;
}

.reg-fgt {
	margin-top: 8px;
}

.free-reg,
.forget-passwd {
	font-size: 12px;
	color: #79aff5;
	display: block;

}

.free-reg {
	float: left;
}

.forget-passwd {
	float: right;
}

.login-input {
	display: block;
	text-align: center;
	width: 100%;
	height: 100%;
	color: #fff;
	background-color: #28aa26;
}

.login-btn.l-input {
	padding-left: 0;
}

.other-l-style {
	text-align: center;
	margin-top: 50px;
}

.other-l-style img {
	width: 36px;
	height: 36px;
	margin-top: 10px;
}

.weixin {
	margin-left: 20px;
}

/*注册*/

.reg-top {
	font-size: 40px;
	height: 104px;
	line-height: 150px;
	text-align: center;
	background-color: #dcdcdc;
}

.register-box {
	width: 90%;
	margin: 80px auto 0;
}

.left {
	float: left;
	width: 74.47%;
	/*border: 2px solid red;*/
}

.right {
	float: right;
	width: 22.52%;
	padding: 45px 1%;
	margin-top: 62px;
	border-left: 2px solid #e0e0e0;
}

.r-input {
	margin-bottom: 28px;
}

.r-input input,
.reg-back-wrap {
	border: 1px solid #3f3f3f;
	width: 27.23%;
	text-indent: 8px;
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
	font-size: 14px;
	float: left;
}

.r-input span.input-title {
	width: 7.98%;
	height: 42px;
	line-height: 42px;
	text-align: right;
	display: inline-block;
	margin-right: 1.87%;
	float: left;
}

.r-input span.tip {
	color: #c1c1c1;
	font-size: 12px;
	width: 56.33%;
	overflow: hidden;
	margin-left: 1.5%;
	float: left;
	height: 42px;
	line-height: 42px;
}

.reg-btn {
	float: left;
}

.back {
	float: right;
	text-align: center;
}

.reg-back span.input-title {
	width: 7.98%;
	height: 42px;
	text-align: right;
	display: inline-block;
	font-size: 14px;
	margin-right: 1.87%;
	float: left;
}

.reg-back-wrap {
	border: none;
	float: left;
}

.reg-back-wrap input {
	width: 54px;
	height: 40px;
	line-height: 40px;
	background-color: #4bad48;
	border-radius: 5px;
	color: #fff;
}

.reg-back-wrap a {
	width: 54px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	text-indent: 0px;
	border-radius: 5px;
	color: #fff;
	background-color: #4bad48;
	float: right;
}

.reg-btn {
	float: left;
}

.back {
	float: right;
}

.has-account {
	text-align: center;
}

.reg-back-wrap span {
	width: 35%;
	height: 42px;
	background-color: #cd2a2b;
	border-radius: 5px;
	text-align: center;
	line-height: 42px;
	color: #fff;
}

.has-account button {
	width: 56px;
	height: 28px;
	margin-left: 8px;
	text-align: center;
	background-color: #4bad48;
	border: 1px solid #4e884e;
	border-radius: 4px;
	color: #fff;
}

.has-account a {
	width: 56px;
	height: 34px;
	line-height: 34px;
	margin-left: 8px;
	text-align: center;
	background-color: #4bad48;
	border: 1px solid #4e884e;
	border-radius: 4px;
	color: #fff;
}

.r-l-style {
	margin-top: 30px;
}

.reg-back-wrap input.disabled {
	background-color: #5bc0de;
	border-color: #46b8da;
	color: #fff;
}

/*分类*/
.login-user {
	padding-right: 85px;
	margin-top: 15px;
}

.login-user a {
	color: #3a3a3a;
	padding-top: 10px;
	cursor: pointer;
	padding: 5px 10px;
}

.login-user a.login {
	float: right;
}

.login-user a.register {
	float: right;
}

.login-user a:hover {
	background-color: #efefef;
	color: #fff;
}

.user-name {
	padding-right: 20px;
	padding-top: 5px;
}

.user-center {
	padding: 0 25px;
	color: #3a3a3a;
	padding-top: 10px;
}

.classify-box {
	width: 1002px;
	margin: 0 auto;
}

.add {
	/*float: left;*/
	padding-top: 3px;
	padding-left: 20px;
	margin-top: 60px;
}

.classify {
	margin-top: 15px;
}

.classify li {
	float: left;
	height: 40px;
	line-height: 40px;
	width: 99px;
	text-align: center;
	position: relative;
	margin-top: 10px;
	border-top: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.ui-draggable {
	border-top: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.tabs-add {
	float: left;
	margin-top: 13px;
	margin-left: 15px;
	display: inline;
	height: 40px;
	line-height: 40px;
}

.classify li:first-child {
	border-left: 1px solid #eee;
}

.classify li:hover {
	background-color: #efefef;
}

.classify li a {
	color: #000;
}

.classify li.cur {
	background-color: #4bad48;
}

.classify li.cur a {
	color: #fff;
}

.catelink {
	display: block;
}

.detail-con {
	display: none;
}

.collect-con {
	margin-top: 25px;
	margin-bottom: 25px;
}

/*.collect-url{
	margin-top: 25px;
}*/
.collect-url li {
	float: left;
	width: 150px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-top: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-style: solid;
}

.collect-url li:first-child {
	border: 1px solid #eee;
}

.collect-url li:hover {
	background-color: #efefef;
}

.collect-url li a {
	color: #000;
}

.collect-url li {
	position: relative;
	margin-bottom: 10px;
}

.collect-url li div {
	display: none;
	position: absolute;
	top: -30px;
	left: 0;
}

.collect-url.active {
	display: block;
}

.collect-url {
	display: none;
}

.edit-d-btn {
	position: absolute;
	top: -30px;
	left: 0;
	display: none;
	/*opacity: 0;*/
}

.edit-d-btn img {
	width: 20px;
}

/*添加分类*/
.edit-classify,
.add-classify {
	width: 416px;
	height: 224px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #dcdcdc;
	border-radius: 5px;
	z-index: 1000;
	display: none;
}

.c-header,
.clt-header {
	height: 54px;
	line-height: 54px;
	padding-left: 10px;
}

.c-body {
	height: 160px;
	margin: 0 10px 0px;
	background-color: #fff;
	font-size: 12px;
}

.clt-body {
	background-color: #fff;
	margin: 0 10px 0px;
	height: 256px;
}

.c-box {
	margin: 0 42px;
	overflow: hidden;
}

.c-name {
	margin-top: 32px;
	margin-bottom: 36px;
}

.c-name span {
	float: left;
	margin-right: 20px;
	display: inline;
	height: 28px;
	line-height: 28px;
	/*padding-top: 3px;*/
}

.c-name-input {
	width: 220px;
	height: 26px;
	border: 1px solid #acacac;
	;
	border-radius: 4px;
	float: left
}

.c-name-input input {
	display: block;
	width: 200px;
	height: 20px;
	line-height: 20px;
	margin-top: 3px;
	text-indent: 5px;
}

.handle-btn-box {
	text-align: center;
}

.add-btn {
	background-color: #4bad48;
	width: 82px;
	height: 28px;
	text-align: center;
	line-height: 28px;
	border-radius: 4px;
	margin-right: 50px;
	color: #fff;
}

.cancel-btn {
	background-color: #cd2a2b;
	width: 82px;
	height: 28px;
	text-align: center;
	line-height: 28px;
	border-radius: 4px;
	color: #fff;
}

/*添加收藏*/
.add-collection,
.edit-collection {
	width: 570px;
	height: 320px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #dcdcdc;
	color: #616161;
	border-radius: 5px;
	z-index: 1000;
	display: none;
}

.clt-title,
.clt-weburl-input,
.error-tip {
	float: left;
}

/*.error{
	color: #f00;
}*/
.clt-weburl-input {
	border: 1px solid #b8b8b8;
	height: 26px;
	border-radius: 4px;
}

.clt-title {
	width: 85px;
	text-align: right;
	margin-right: 10px;
	height: 26px;
	line-height: 26px;
	display: inline;
}

.clt-name .clt-weburl-input input {
	width: 220px;
}

.clt-weburl .clt-weburl-input input {
	width: 414px;
}

.clt-weburl-input input {
	height: 20px;
	margin-top: 3px;
	font-size: 14px;
	text-indent: 5px;
}

.clt-name .error-tip {
	margin-left: 7px;
}

.clt-weburl {
	margin-top: 20px;
}

.clt-weburl .error-tip {
	margin-left: 95px;
	line-height: 18px;
	margin-bottom: 40px;
	margin-top: 3px;
}

.error-tip {
	font-size: 14px;
}

.clt-box {
	padding-top: 30px;
	overflow: hidden;
}

.add-c-btn {
	padding-top: 3px;
	padding-left: 20px;
	margin-top: 20px;
}

/*kaobei*/
.system-message {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	/*height: 927px;*/
	height: 100%;
	opacity: 0.1;
	filter: alpha(opacity=10);
	background-color: #000;

}

.tip-box {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 9999;
}

.tip-box img {
	width: 32px;
	position: relative;
	/*-ms-animation: circle 1s infinite linear;		
	-webkit-animation: circle 1s infinite linear;	
	-o-animation: circle 1s infinite linear;		
	-moz-animation:circle 1s infinite linear;
    animation: circle 1s infinite linear;*/
}

.r-tip-box {
	background-color: #f1f1f1;
	width: 220px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -110px;
	margin-top: -20px;
	z-index: 9999;
}

/*@keyframes circle{
	0%{transform: rotate(0deg);}
	100%{transform: rotate(360deg);}
}*/
.system-message div p:nth-of-type(3) {
	/*margin-left: 40px;*/
}

p.error {
	font-size: 20px;
	margin-bottom: 10px;
	color: #1bf191;
}

.jump {
	font-size: 18px;
	font-weight: bold;
}

.jump a {
	color: dodgerblue;
	display: none;
}

#wait {
	display: none;
	width: 33px;
	height: 32px;
	line-height: 33px;
	text-align: center;
	/*background:url("/static/images/wait.png") no-repeat center center;*/
	color: red;
}

/*用户中心*/
.user-left {
	width: 200px;
	margin-left: 20px;
	margin-top: 50px;
}

.user-left p {
	width: 100%;
}

.user-left .pwd-img a {
	width: 50px;
	height: 50px;
	display: inline-block;
}

.pwd-manage a {
	margin-top: 10px;
}

.pwd-manage div {
	display: none;
}

.pwd-confirm {
	margin-left: 220px;
	width: 500px;
	display: none;
}

.pwd-confirm span {
	width: 100px;
	display: inline-block;
	text-align: right;
}

.pwd-confirm input {
	margin-left: 15px;
}

.pwd-confirm div {
	margin-top: 15px;
}

.pwd-confirm div button {
	margin-left: 70px;
	padding: 3px 15px;
	border: none;
}

.pwd-confirm div button:nth-of-type(1) {
	background: green;
}

.pwd-confirm div button:nth-of-type(2) {
	background: red;
}

/*忘记密码*/
.forget-pwd {
	background-color: #dcdcdc;
	width: 500px;
	height: 200px;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	border-radius: 10px;
}

.forget-pwd h3 {
	text-align: center;
	height: 40px;
	line-height: 40px;
	position: relative;
}

.forget-pwd h3 span {
	position: absolute;
	right: 10px;
	font-size: 24px;
	width: 24px;
	cursor: pointer;
}

.f-box {
	background-color: #fff;
	margin: 0 10px;
	padding-top: 30px;
	height: 120px;
	padding-left: 18px;
}

.f-box span {
	font-size: 16px;
}

.f-box span.f-error {
	font-size: 14px;
	margin-left: 145px;
	margin-top: 5px;
}

.f-title {
	width: 140px;
	height: 36px;
	line-height: 36px;
	float: left;
}

.f-box input {
	width: 300px;
	font-size: 14px;
}

#forget-email {
	border: 1px solid #dcdcdc;
	height: 36px;
	text-indent: 5px;
	border-radius: 5px;
	float: left;
}

#f-submit {
	background-color: green;
	color: #fff;
	padding: 5px 10px;
	display: inline-block;
	margin-left: 145px;
	border-radius: 3px;
	margin-top: 10px;
}

.sub-box {}

/*修改密码*/
.change-passwd {
	width: 500px;
	height: 310px;
	background-color: #dcdcdc;
	border-radius: 10px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1000;
	display: none;
}

.cp-title {
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
}

.cp-content {
	background-color: #fff;
	margin: 0 10px 10px;
	padding-bottom: 20px;
}

.cp-input-box span,
.cp-input-box p {
	float: left;
	height: 36px;
	line-height: 36px;
	margin-top: 20px;
	font-size: 14px;
}

.cp-input-box span.cpswd-t {
	width: 70px;
	text-align: right;
}

.cp-input-box p {
	border-radius: 5px;
	border: 1px solid #333;
	width: 200px;
	margin-left: 10px;
	display: inline;

}

.cp-input-box p input {
	height: 28px;
	line-height: 28px;
	margin-top: 4px;
	margin-left: 5px;
	width: 180px;
}

.cp-submit,
.cp-cancle {
	height: 36px;
	width: 54px;
	line-height: 36px;
	text-align: center;
	color: #fff;
	border-radius: 5px;

}

.cp-submit {
	float: left;
	background-color: #4bad48;

}

.cp-cancle {
	float: right;
	background-color: #4bad48;
}

.cp-handle {
	width: 200px;
	margin-left: 80px;
	margin-top: 20px;
}

.cp-mask {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000;
	opacity: 0.2;
	width: 100%;
	height: 100%;
	z-index: 999;
	display: none;
}

.cp-err {
	margin-left: 8px;
}

.noboder {
	border: none;
}

.r {
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
	border-top: 1px solid #eee;
}

.con-footer {
	position: relative;
}

#footer {
	text-align: center;
	/*position: absolute;
	bottom: 23px;
	left: 50%;
	margin-left: -88px;*/
}

#footer a {
	color: #000;
}

.user-name {
	float: right;
}

.center-wrap {
	position: relative;
	float: right;
}

.mycenter {
	display: none;
	position: absolute;
	left: -35px;
	width: 140px;
	background-color: #f3f3f3;
	padding: 10px 10px 10px 10px;
	border-radius: 5px;
	margin-top: 10px;
	z-index: 9999;
}

.mycenter a {
	display: block;
}

.mycenter span {
	display: block;
	padding: 5px 0 5px 10px;
}

.mycenter-btn {
	display: block;
	padding: 5px;
}

.mycenter-btn:hover {
	background-color: #e6e6e6;
	color: #fff;
}

.profile {
	position: absolute;
	left: -330px;
	top: 100px;
	background-color: #f3f3f3;
	padding: 10px 15px;
	display: none;
}

.profile p {
	text-align: center;
	height: 30px;
	line-height: 30px;
}

.profile span {
	display: inline-block;
	padding: 0;
}

.qq-bind {
	margin-top: 15px;
	margin-bottom: 15px;
}

.confirm-del-box {
	display: none;
	width: 320px;
	position: absolute;
}

.confirm-del-box .c-body {
	padding-top: 10px;
	height: 150px;
}

.alert-info {
	color: #3a87ad;
	background-color: #d9edf7;
	border: 1px solid #bce8f1;
	padding: 10px;
	margin: 0 15px;
	font-size: 14px;
}

.bigger {
	font-weight: bolder;
	color: #777;
	font-size: 14px;
	margin-bottom: 20px;
	margin-top: 20px;
	text-align: center;
}

.del-cc-box {
	text-align: right;
	margin-right: 15px;
}

.del-cc-box a {
	display: inline-block;
	font-size: 14px;
	color: #fff;
}

.del-btn {
	padding: 5px 10px;
	background-color: #d15b47;
	margin-right: 20px;
}

.cancel-button {
	padding: 5px 10px;
	background-color: #abbac3;
}

.error {
	visibility: hidden;
	height: 0;
}

.managers-box {
	width: 1002px;
	margin: 30px auto;
}

.managers-tb {
	width: 100%;
}

.managers-tb td {
	/*width: 20%;*/
	text-align: center;
}

.managers-tb tr {
	height: 36px;
	line-height: 36px;
}

.managers-tb a {
	color: #000;
}

table,
th,
td {
	border: 1px solid #b3b3b3;
}

.managers-tbc,
.managers-tbc th,
.managers-tbc td {
	border-bottom: none;
	width: 100%;
	text-align: right;
	height: 40px;
	line-height: 40px;
	padding-right: 30px;
}

.showweb-box {
	width: 960px;
	margin: 30px auto;
}

.showweb-list-t li {
	float: left;
	width: 16.66%;
	text-align: center;
	height: 40px;
	line-height: 40px;
}

.showweb-list li {
	height: 40px;
	line-height: 40px;
	float: left;
	width: 33.33%;
}

.showweb-list li div {
	float: left;
	width: 50%;
	text-align: center;
}

.showweb-list li div span {
	display: block;
}

.showweb-list li a {
	color: #000;
	cursor: pointer;
}

.showweb-list li a:hover {
	display: block;
	color: #585858;
	background-color: #efefef;
}

.managers-tb th {
	text-align: center;
}

.managers-tb a:hover {
	color: #2a6496;
}

a:hover {
	text-decoration: none;
}

.showweb-box table {
	border: none;
	width: 100%;
}

.showweb-box td {
	width: 50%;
	height: 40px;
	line-height: 40px;
	text-align: center;
}

.showweb-box td a {
	color: #000;
}

.showweb-box td a:actived {
	color: #00ff00;
}

.showweb-box td a:hover {
	color: #2a6496;
}

.showweb-box th {
	width: 50%;
	height: 40px;
	line-height: 40px;
	text-align: center;
}

.user-stastics {
	text-align: right;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
}

.user-stastics span {
	color: blue;
}