html {
	font: 14px/1.5 'microsoft yahei';
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	tap-highlight-color: rgba(0,0,0,0);
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,figure,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal
}

input,textarea,select,code,kbd,pre,samp {
	font-size: 14px
}

body {
	background-color: #F0F0F0;
}

button,html input[type="button"],input[type="reset"],input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

input,textarea {
	outline: none;
	font: 14px/1.5 'microsoft yahei';
}

li {
	list-style: none
}

fieldset,img {
	border: none;
}

a {
	text-decoration: none;
	background: none
}

a:hover, a:focus {
	text-decoration: none;
	text-decoration: none;
}

a:visited {
	color: #000000;
}

em,i {
	font-style: normal
}

textarea {
	-webkit-appearance: none;
}

.clearfix:before,.clearfix:after {
	content: " ";
	display: table
}

.clearfix:after {
	clear: both
}

.clear {
	clear: both;
}

.text-overflow {
	display: block;
/*内联对象需加*/
	word-break: keep-all;
/* 不换行 */
	white-space: nowrap;
/* 不换行 */
	overflow: hidden;
/* 内容超出宽度时隐藏超出部分的内容 */
	text-overflow: ellipsis;
/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}

p {
	margin: 0;
	font-size: 14px
}

span {
	font-size: 14px
}

.content {
	background-color: #f0f0f0;
	padding-bottom: 30px;
	height: auto;
	margin: 0 auto;
	max-width: 800px;
	width: 100%
}

a {
	color: #3a3a3a;
	text-decoration: none
}

a:hover,
a:focus {
	text-decoration: none;
	text-decoration: none
}

textarea {
	overflow-y: auto
}

.grey {
	color: #8b8b8b
}

.grey_l {
	color: #D0D0D0
}

.green {
	color: var(--link-color)
}

.yellow {
	color: #FEC43F
}

.red {
	color: red
}

.fr {
	float: right
}

.fl {
	float: left
}

.clr {
	clear: both
}

.tal {
	text-align: left
}

.tar {
	text-align: right
}

.tcen {
	text-align: center
}

.radius {
	border-radius: 50%
}

.btn {
	display: inline-block;
	border: 0 none;
	text-align: center;
	cursor: pointer
}

.fz12 {
	font-size: 12px;
}

.fz10 {
	font-size: 10px;
}

input[type="text"] {
	border: 0;
	width: 100%;
	height: 26px
}

input[type="submit"] {
	border: 0
}

input[type="button"] {
	border: 0
}

input[type="text"]:focus {
	color: #000
}

input[type="radio"] {
	background: var(--link-color);
	display: inline-block;
	margin: 0;
	width: 20px;
	height: 20px;
}

input::-moz-placeholder {
	color: #bbb;
	font-size: 14px
}

input:-ms-input-placeholder {
	color: #bbb;
	font-size: 14px
}

input::-webkit-input-placeholder {
	color: #bbb;
	font-size: 14px
}

.detail-radius {
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px
}

.btn_green {
	width: 64px;
	height: 23px;
	line-height: 23px;
	color: #fff;
	background-color: var(--link-color)
}

.topBar {
	position: relative;
	height: 40px;
	line-height: 40px;
	background-color: #fafafa
}

.topBar .back {
	float: left;
	padding-left: 10px;
	position: absolute;
	z-index: 2
}

.topBar img {
	width: 16px;
	height: 16px;
	vertical-align: center
}

.topBar .home {
	float: right;
	padding-right: 10px;
	position: absolute;
	z-index: 2;
	right: 0
}

.topBar p {
	padding: 0 30px;
	text-align: center;
	font-size: 18px;
	font-weight: 120;
	color: #000;
	position: absolute;
	width: 100%
}

.nav {
	height: 40px;
	margin-bottom: 1px;
	background-color: #fff;
	border-bottom: 1px solid #ebeae8
}

.nav li {
	float: left;
	width: 50%;
	height: 40px;
	line-height: 40px;
	text-align: center
}

.nav a {
	position: relative;
	display: block;
	color: #424342
}

.nav i {
	display: inline-block;
	width: 4px;
	height: 4px;
	vertical-align: top;
	background: #ff6000;
	margin: 8px 0 0 4px;
	border-radius: 2px
}

.nav .cur a {
	color: var(--link-color);
	border-bottom: 1px solid var(--link-color)
}

.nav .cur a span {
	padding: 4px 10px
}

.club-name {
	font-size: 20px
}

.line {
	clear: both;
	border: 1px solid #ebeae8
}

.index-nav {
	border-top: 1px solid #ebeae8;
	max-width: 800px;
	margin: 0 auto;
}

.index-nav ul {
	margin: 0
}

.index-nav li {
	float: left;
	width: 33.3%;
	height: 42px;
	line-height: 20px;
	text-align: center;
	margin-top: 3px
}

.index-nav li a {
	text-decoration: none
}

.index-nav li a p {
	font-size: 12px
}

.index-nav li a img {
	height: 18px
}

.index-nav .cur a {
	color: var(--link-color)
}

.club-list-view li {
	background-color: #fff;
	margin-bottom: 20px
}

.club-list-view li a {
	text-decoration: none
}

.club-list-view .club-box {
	padding: 15px 15px 5px 15px
}

.club-list-view .club-box .club-info {
	height: 70px;
	margin: 10px 5px 5px 0;
	border-bottom: 1px solid #ebeae8
}

.club-list-view .club-level {
	color: #ff6000
}

.club-list-view .club-logo {
	float: left;
	width: 50px;
	height: 50px;
	margin: 5px
}

.club-list-view .club-info-text {
	margin: 5px;
	float: left;
	height: 50px
}

.club-list-view .club-description p {
	margin: 5px 0 0 0
}

.img-box {
	border-bottom: 2px solid #ebeae8;
	overflow: hidden
}

.images-wrapper {
	position: relative;
	height: 232px;
	margin: 10px 0px 15px;
	background: #fff
}

.images-wrapper a {
	text-decoration: none
}

.images-wrapper-img {
	height: 170px;
	width: 100%;
	overflow: hidden;
	position: relative
}

.images-wrapper-img img {
	max-width: 100%;
	height: 100%
}

.images-content {
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 60px;
	width: 100%;
	color: #fff;
	background: rgba(0, 0, 0, 0.4);
	height: 43px;
	line-height: 43px;
	overflow: hidden
}

.images-content p {
	font-size: 18px;
	padding-left: 10px
}

.images-event-info {
	padding: 5px;
	width: 100%
}

.images-event-info-img {
	height: 50px;
	width: 50px
}

.leader-tag {
	position: absolute;
	z-index: 1;
	right: 0;
	top: 0
}

.leader-tag img {
	height: 20px;
	width: 20px;
	vertical-align: top
}

.leader-logo {
	position: relative;
	float: left;
	height: 58px;
	width: 58px
}

.leader-log:after {
	content: "";
	height: 0;
	width: 100%;
	display: inline-block;
	overflow: hidden
}

.leader-info {
	line-height: 20px
}

.leader-info-down {
	height: 30px
}

.leader-name {
	margin: 2px 0 0 5px;
	font-size: 15px;
	font-weight: bold
}

.n-font {
	color: #ccc;
	float: right
}

.images-event-time {
	margin: 5px 0 5px 0;
	font-size: 12px;
	text-align: right
}

.event-time {
	margin-top: 3px
}

.leader-team {
	margin-left: 5px;
	float: left;
	font-size: 13px;
	height: 20px;
	padding: 0px 10px 0 3px;
	line-height: 20px;
	text-align: center;
	background: var(--link-color);
	color: #fff
}

.small-image {
	width: 16px;
	height: 16px;
	margin: 0 3px 3px 0
}

.username-p {
	font-size: 13px
}

#wrapper {
	position: absolute;
	z-index: 1;
	top: 35px;
	bottom: 46px;
	width: 100%;
	margin-top: 6px;
	overflow: auto
}

#scroller {
	position: absolute;
	z-index: 1;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-moz-tap-highlight-color: rgba(0, 0, 0, 0);
	-o-tap-highlight-color: rgba(0, 0, 0, 0);
	width: 100%;
	padding: 0
}

#pullDown,
#pullUp {
	height: 35px;
	line-height: 23px;
	font-weight: bold;
	font-size: 14px;
	margin-left: -50px;
	padding-left: 50%;
	color: #888
}

#pullDown.idle,
#pullUp.idle {
	display: none
}

#pullDown .pullDownIcon,
#pullUp .pullUpIcon {
	display: block;
	float: left;
	width: 25px;
	height: 25px;
	background: url(pull-icon@2x.png) 0 0 no-repeat;
	background-size: 25px 50px;
	-webkit-background-size: 25px 50px;
	-webkit-transition-property: -webkit-transform;
	-webkit-transition-duration: 250ms;
	-moz-background-size: 25px 50px;
	-moz-transition-property: -moz-transform;
	-moz-transition-duration: 250ms;
	-o-background-size: 25px 50px;
	-o-transition-property: -o-transform;
	-o-transition-duration: 250ms
}

#pullDown.idle .pullDownIcon {
	background-position: 0 0;
	-webkit-transform: rotate(0deg) translateZ(0);
	-webkit-animation-name: idle;
	-webkit-animation-duration: 0;
	-moz-transform: rotate(0deg) translateZ(0);
	-moz-animation-name: idle;
	-moz-animation-duration: 0;
	-o-transform: rotate(0deg) translateZ(0);
	-o-animation-name: idle;
	-o-animation-duration: 0
}

#pullUp.idle .pullUpIcon {
	background-position: 0 0;
	-webkit-transform: rotate(-180deg) translateZ(0);
	-moz-transform: rotate(-180deg) translateZ(0);
	-o-transform: rotate(-180deg) translateZ(0)
}

#pullDown.flip .pullDownIcon {
	background-position: 0 0;
	-webkit-transform: rotate(-180deg) translateZ(0);
	-webkit-animation-name: idle;
	-webkit-animation-duration: 0;
	-moz-transform: rotate(-180deg) translateZ(0);
	-moz-animation-name: idle;
	-moz-animation-duration: 0;
	-o-transform: rotate(-180deg) translateZ(0);
	-o-animation-name: idle;
	-o-animation-duration: 0
}

#pullUp.flip .pullUpIcon {
	background-position: 0 0;
	-webkit-transform: rotate(0deg) translateZ(0);
	-moz-transform: rotate(0deg) translateZ(0);
	-o-transform: rotate(0deg) translateZ(0)
}

#pullDown.lloading .pullDownIcon,
#pullUp.lloading .pullUpIcon {
	background-position: 0 100%;
	-webkit-transform: rotate(0deg) translateZ(0);
	-webkit-transition-duration: 0ms;
	-webkit-animation-name: lloading;
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-transform: rotate(0deg) translateZ(0);
	-moz-transition-duration: 0ms;
	-moz-animation-name: lloading;
	-moz-animation-duration: 2s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-o-transform: rotate(0deg) translateZ(0);
	-o-transition-duration: 0ms;
	-o-animation-name: lloading;
	-o-animation-duration: 2s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: linear
}

@-webkit-keyframes lloading {
	from {
		-webkit-transform: rotate(0deg) translateZ(0)
	}

	to {
		-webkit-transform: rotate(360deg) translateZ(0)
	}
}

@-webkit-keyframes idle {
	from {
		-webkit-transform: rotate(0deg) translateZ(0)
	}

	to {
		-webkit-transform: rotate(0deg) translateZ(0)
	}
}

@-moz-keyframes lloading {
	from {
		-moz-transform: rotate(0deg) translateZ(0)
	}

	to {
		-moz-transform: rotate(360deg) translateZ(0)
	}
}

@-moz-keyframes idle {
	from {
		-moz-transform: rotate(0deg) translateZ(0)
	}

	to {
		-moz-transform: rotate(0deg) translateZ(0)
	}
}

@-o-keyframes lloading {
	from {
		-o-transform: rotate(0deg) translateZ(0)
	}

	to {
		-o-transform: rotate(360deg) translateZ(0)
	}
}

@-o-keyframes idle {
	from {
		-o-transform: rotate(0deg) translateZ(0)
	}

	to {
		-o-transform: rotate(0deg) translateZ(0)
	}
}

.go {
	margin: -3px 8px 0 0;
	height: 13px
}

.in-green {
	float: left;
	background: url('in-green.png') no-repeat
}

.tab_group {
	margin-top: 8px;
	height: 24px;
	line-height: 21px;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 5px;
	overflow: hidden
}

.tab_group a {
	float: left
}

.tab_group a:first-child {
	border-radius: 5px 0 0 5px
}

.tab_group a:last-child {
	border-radius: 0 5px 5px 0
}

.sex_tab {
	width: 80px
}

.sex_tab a {
	width: 50%;
	color: var(--link-color);
	background-color: #f3f7f6
}

.sex_tab .cur {
	color: #fff;
	background-color: var(--link-color)
}

.llogo {
	position: absolute;
	left: 50%;
	margin-left: -68px
}

/*.fadebg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 9998;
    -moz-opacity: .7;
    opacity: .70;
    filter: alpha(opacity=70)
}

.loading {
    width: 160px;
    height: 56px;
    position: absolute;
    top: 50%;
    left: 50%;
    line-height: 56px;
    margin-left: -80px;
    color: #000;
    padding-left: 60px;
    font-size: 15px;
    background: #f0f0f0 url(loading.gif) no-repeat 10px 50%;
    opacity: .7;
    z-index: 9999;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    filter: alpha(opacity=70)
}*/

/*新的loading层样式，仿微信*/
#loading {
	display: none;
}

.loading-bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 9998;
	-moz-opacity: .5;
	opacity: .50;
	filter: alpha(opacity=50)
}

.loading {
	width: 122px;
	height: 122px;
	position: absolute;
	top: 35%;
	left: 35%;
	line-height: 56px;
	color: #fff;
	font-size: 15px;
	background: rgba(40, 40, 40, 0.75) url(loading.gif) no-repeat 50% 30%;
	background-size: 30%;
	z-index: 9999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	padding-top: 60px;
	line-height: 62px;
}

.icon_css {
	background-image: url("icon.png");
	background-size: 175px 196px;
	vertical-align: middle;
	display: inline-block;
	width: 18px;
}

.icon_home {
	background-position: 0 0;
	height: 30px;
	width: 30px;
}

.icon_pos {
	background-position: 0 -30px;
	height: 20px;
	width: 17px;
}

.icon_time_green {
	background-position: 0 -50px;
	height: 16px;
	width: 16px;
}

.icon_time_grey {
	background-position: -16px -50px;
	height: 16px;
	width: 16px;
}

.icon_time {
	background-position: -32px -50px;
	height: 16px;
	width: 16px;
}

.icon_ii {
	background-position: -79px -50px;
	height: 16px;
	width: 16px;
}

.icon_gp {
	background-position: -63px -50px;
	height: 16px;
	width: 16px;
}

.icon_wallet {
	background-position: -48px -50px;
	height: 16px;
	width: 15px;
}

.icon_wallet2 {
	background-position: -111px -50px;
	height: 16px;
	width: 16px;
}

.icon_rss {
	background-position: -17px -30px;
	height: 20px;
	width: 18px;
}

.icon_rss_grey {
	background-position: -35px -30px;
	height: 20px;
	width: 18px;
}

.icon_small_leadertag_f {
	background-position: -145px -34px;
	height: 15px;
	width: 15px;
}

.icon_leadertag_f {
	background-position: -73px -30px;
	height: 20px;
	width: 20px;
}

.icon_small_leadertag_h {
	background-position: -160px -34px;
	height: 15px;
	width: 15px;
}

.icon_leadertag_h {
	background-position: -53px -30px;
	height: 20px;
	width: 20px;
}

.icon_small_leadertag_g {
	background-position: -160px -176px;
	height: 15px;
	width: 15px;
}

.icon_leadertag_g {
	background-position: -20px -176px;
	height: 20px;
	width: 20px;
}

.icon_small_leadertag_r {
	background-position: -145px -176px;
	height: 15px;
	width: 15px;
}

.icon_leadertag_r {
	background-position: 0 -176px;
	height: 20px;
	width: 20px;
}

.icon_teamtag {
	background-position: -95px -50px;
	height: 16px;
	width: 16px;
}
/*.icon_sf{
    background-position: 0 -103px;
    height: 70px;
    width: 70px;
}*/
.icon_star {
	display: block;
	background-position: -129px 0;
	height: 12px;
	width: 12px;
	margin: 0 auto;
}

.icon_star.on {
	background-position: -129px -13px;
}

.icon_star.half {
	background-position: -129px -25px;
}

.icon_logo {
	background-position: -91px 0;
	height: 34px;
	width: 34px;
}

.icon_logo_circle {
	background-position: -141px 0;
	border-radius: 50%;
	height: 34px;
	width: 34px;
} 
.icon_close {
	background-position: -127px -50px;
	border-radius: 50%;
	height: 16px;
	width: 16px;
}

.icon_sao {
	background-position: -30px 0;
	height: 24px;
	width: 24px;
}

.icon_gift {
	background-position: -54px 0;
	height: 17px;
	width: 16px;
}

.icon_nt {
	background-position: -70px -4px;
	height: 15px;
	width: 16px;
}

.icon_vote {
	background-position: -86px -6px;
	height: 13px;
	width: 16px;
}

.icon_vi {
	background-position: -102px -6px;
	height: 13px;
	width: 16px;
}

.icon_vote_close {
	background-position: -143px -50px;
	height: 16px;
	width: 16px;
}
/*首页*/
/*.icon_subs_btn{
    background-position: -69px -103px;
    height: 69px;
    width: 75px;
}*/
.icon_search_btn_w {
	background-position: -108px -34px;
	height: 16px;
	width: 17px;
}

.icon_activity_calendar {
	background-position: 0 -66px;
	height: 35px;
	width: 35px;
}

.icon_sbutton {
	background-position: -140px -66px;
	height: 35px;
	width: 35px;
}

.icon_wonderful_review {
	background-position: -35px -66px;
	height: 35px;
	width: 35px;
}

.icon_vbutton {
	background-position: -105px -66px;
	height: 35px;
	width: 35px;
}

.icon_mbutton {
	background-position: -70px -66px;
	height: 35px;
	width: 35px;
}

.icon_32news {
	background-position: 0 -119px;
	height: 27px;
	width: 66px;
}

.icon_map_marker {
	background-position: -95px -35px;
	height: 13px;
	width: 10px;
}

.icon_top_bg {
	background-position: -66px -119px;
	height: 32px;
	width: 60px;
}

.icon_home_new {
	background-position: 0 -101px;
	height: 18px;
	width: 20px;
}

.icon_home_new_grey {
	background-position: -20px -101px;
	height: 18px;
	width: 20px;
}

.icon_team {
	background-position: -40px -101px;
	height: 18px;
	width: 18px;
}

.icon_team_grey {
	background-position: -58px -101px;
	height: 18px;
	width: 18px;
}

.icon_my {
	background-position: -77px -101px;
	height: 18px;
	width: 17px;
}

.icon_my_grey {
	background-position: -94px -101px;
	height: 18px;
	width: 17px;
}

.icon_chevron_left {
	background-position: -159px -50px;
	height: 14px;
	width: 15px;
}
/*个人中心*/
.icon_set {
	background-position: -145px -101px;
	height: 30px;
	width: 30px;
}

.icon_woman {
	background-position: -129px -103px;
	height: 14px;
	width: 14px;
}

.icon_man {
	background-position: -115px -103px;
	height: 14px;
	width: 14px;
}

.icon_l_h {
	background-position: -145px -135px;
	height: 14px;
	width: 13px;
}

.icon_l_l {
	background-position: -160px -135px;
	height: 14px;
	width: 13px;
}

.icon_l_g {
	background-position: -130px -135px;
	height: 14px;
	width: 13px;
}

.icon_introduce {
	background-position: 0 -151px;
	height: 25px;
	width: 22px;
}

.icon_achievement {
	background-position: -44px -151px;
	height: 25px;
	width: 22px;
}

.icon_subscribe {
	background-position: -22px -151px;
	height: 25px;
	width: 22px;
}

.icon_file {
	background-position: -66px -151px;
	height: 17px;
	width: 14px;
}

.icon_ablum {
	background-position: -80px -151px;
	height: 14px;
	width: 14px;
}

.icon_exchange_history {
	background-position: -94px -151px;
	height: 23px;
	width: 20px;
}

.icon_level_tro {
	background-position: -114px -151px;
	height: 23px;
	width: 20px;
}

.icon_child_footprint {
	background-position: -134px -151px;
	height: 25px;
	width: 22px;
}

.icon_set {
	background-position: -156px -153px;
	height: 16px;
	width: 16px;
}

.btn {
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	line-height: 29px;
	min-width: 130px;
	overflow: hidden;
	padding: 7px 14px;
	text-align: center;
	box-sizing: border-box;
}

.btn-block {
	display: block;
	width: 100%;
}

.btn-inline {
	display: table-cell;
}

.btn-inline .btn {
	width: 100%;
}

.btn-group {
	width: 100%;
	display: table;
}

.btn-inline-60 {
	width: 60%;
}

.btn-inline-30 {
}

.btn_1 {
	background: #ff9c00;
}

.btn_2 {
	background: #65c201;
}

.btn_1:active {
	background: #ef9404;
}

.btn_2:active {
	background: #58a803;
}

#pop-layer {
	position: fixed;
	top: 0;
	z-index: 10000;
	background-color: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
}

#pop-layer-main {
	z-index: 10001;
	background: #fff;
	width: 90%;
	margin: 0 auto;
	border-radius: 6px;
	position: relative;
	top: -1000px;
	overflow: hidden;
}

#pop-layer-top {
	height: 40px;
	background-color: #fff;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	position: relative;
}

#pop-layer-title {
	color: #353535;
	height: 40px;
	line-height: 44px;
	padding: 10px 0;
    /*font-weight: bold;*/
	font-size: 16px;
	text-align: center;
}

#pop-layer-close {
	position: absolute;
	right: 10px;
	top: 8px;
}

#pop-layer-center {
	background-color: #fff;
    /*box-shadow: 0 0 0 transparent inset, 0 -2px 3px #e4e4e4 inset, 0 2px 3px #e4e4e4 inset, 0 0 0 transparent inset;*/
	color: #888;
	padding: 20px 15px 20px;
	font-size: 14px;
}

#pop-layer-center input[type="text"] {
	margin: 10px 0;
	border: 1px solid #e4e4e4;
	height: 35px;
	line-height: 35px;
	text-align: center;
}

#pop-layer-footer {
	width: 100%;
	height: 40px;
    /*padding: 0 10px;*/
	text-align: center;
	border-top: 1px solid #e4e4e4;
}

#pop-layer-footer button {
	height: 100%;
	width: 50%;
}

.pop-no-style-btn {
	background: transparent;
	margin: 0;
	padding: 0;
	border: 0;
    /*color: #ff5000;*/
	color: var(--link-color);
	font-size: 16px;
}

.pop-layer-right {
	color: #353535;
	border-right: 1px solid #e4e4e4;
}