/*! @yc/footer v1.1.0 hash:a0e3b1bd97ac5fd76a73 */.yc-foo-copyright {
	font-size: 13px;
	line-height: 31px;
	text-align: center
}

.yc-foo-beian {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 6px;
	vertical-align: middle;
	background: url(../img/beian.png) no-repeat 50%
}

.yc-foo-spec {
	margin: 0 10px
}

.yc-foo-knet {
	display: inline-block;
	width: 93px;
	height: 30px;
	margin-left: 8px;
	vertical-align: middle;
	background: url(../img/knet.png) no-repeat 50%
}

.yc-dark .yc-foo-spec {
	border-color: #5d5d5d
}

.ff .yc-foo-text {
	display: block;
	margin-bottom: 21px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.yc-foo-row {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	text-align: center\9
}

.yc-foo-main .yc-foo-area-content .yc-foo-row {
	text-align: left\9
}

.yc-foo-col {
	display: inline-block\9;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 100px;
	margin-right: 10px;
	vertical-align: top\9
}

.yc-foo-header .yc-foo-col,.yc-foo-main .yc-foo-col {
	margin: 0 25px\9
}

.yc-foo-main .yc-foo-area-content .yc-foo-col {
	margin: 0\9
}

.yc-foo-column {
	width: 100%
}

.yc-foo-icon {
	position: relative;
	float: left;
	width: 50px;
	height: 50px;
	margin-right: 25px;
	margin-bottom: 25px;
	cursor: pointer
}

.yc-foo-icon:last-child {
	margin-right: 0
}

.yc-foo-icon:hover .yc-foo-popper {
	display: block;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-animation-name: footer_zoomIn;
	animation-name: footer_zoomIn;
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-animation-timing-function: cubic-bezier(.23,1,.32,1);
	animation-timing-function: cubic-bezier(.23,1,.32,1);
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.yc-foo-svg {
	display: none\9;
	width: 100%;
	height: 100%
}

.yc-foo-svg__wechat {
	color: #bcbcbc;
	fill: #eee
}

.yc-foo-svg__wechat:hover {
	color: #4ac434;
	fill: #e4f6eb
}

.yc-foo-svg__weapp {
	color: #bcbcbc;
	fill: #eee
}

.yc-foo-svg__weapp:hover {
	color: #4196fc;
	fill: #e5f0fe
}

.yc-foo-png {
	display: none;
	display: block\9;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 0 0
}

.yc-foo-png:hover {
	background-position: -70px 0
}

.yc-foo-png__wechat {
	background-image: url(../img/wechat.0ce36517.png)
}

.yc-foo-png__weapp {
	background-image: url(../img/weapp.b2f6a7a2.png)
}

.yc-foo-popper {
	position: absolute;
	top: -183px;
	left: -45px;
	display: none;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	width: 120px;
	height: 145px;
	padding: 10px;
	background: #fff;
	border-radius: 6px;
	-webkit-box-shadow: 0 0 12px 0 rgba(0,0,0,.15);
	box-shadow: 0 0 12px 0 rgba(0,0,0,.15);
	z-index: 100;
}

.yc-foo-arrow {
	position: absolute;
	bottom: -9px;
	left: 61px;
	border-color: #fff rgba(0,0,0,0) rgba(0,0,0,0);
	border-style: solid;
	border-width: 5px 10px
}

.yc-foo-qrcode {
	display: block;
	width: 120px;
	height: 120px
}

.yc-foo-label {
	margin-top: 12px;
	color: #333;
	font-size: 12px;
	line-height: 1;
	text-align: center
}

.yc-dark .yc-foo-svg__wechat {
	color: #646464;
	fill: #3a3a3a
}

.yc-dark .yc-foo-svg__wechat:hover {
	color: #fff;
	fill: #57b865
}

.yc-dark .yc-foo-svg__weapp {
	color: #646464;
	fill: #3a3a3a
}

.yc-dark .yc-foo-svg__weapp:hover {
	color: #fff;
	fill: #4196fc
}

.yc-dark .yc-foo-png__wechat {
	background-image: url(../img/wechat-dark.fae36016.png)
}

.yc-dark .yc-foo-png__weapp {
	background-image: url(../img/weapp-dark.97dcd697.png)
}

.yc-dark .yc-foo-popper {
	-webkit-box-shadow: none;
	box-shadow: none
}

@-webkit-keyframes footer_zoomIn {
	0% {
		-webkit-transform: scale3d(.3,.3,.3);
		transform: scale3d(.3,.3,.3);
		opacity: 0
	}

	50% {
		opacity: 1
	}
}

@keyframes footer_zoomIn {
	0% {
		-webkit-transform: scale3d(.3,.3,.3);
		transform: scale3d(.3,.3,.3);
		opacity: 0
	}

	50% {
		opacity: 1
	}
}

.yc-foo-divider {
	display: block;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	width: 100%;
	height: 1px;
	margin: 15px 0;
	background: #e5e5e5
}

.yc-dark .yc-foo-divider {
	background: #202020;
	border-top: 1px solid #333
}

.yc-foo-area-title {
	margin-bottom: 16.5px;
	color: #666;
	font-size: 16px;
	line-height: 1;
	text-align: left
}

.yc-dark .yc-foo-area-title {
	color: #949494
}

.yc-foo-partner .yc-foo-area-title {
	text-align: center\9
}

.ff {
	padding: 0 20px;
	/*overflow: auto;*/
	/*margin-top:30px;*/
	font-weight: 400;
	font-size: 14px;
	font-family: Microsoft YaHei;
	line-height: 19px;
	text-align: left;
	background: #fff;
	border-top: 1px solid #e5e5e5
}

.ff,.ff a {
	color: #999
}

.ff a {
	display: inline;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	-webkit-transition: color .3s ease;
	transition: color .3s ease
}

.ff a:hover {
	color: #666
}

.yc-dark,.yc-dark a {
	color: #5d5d5d
}

.yc-dark a:hover {
	color: #949494
}

.yc-foo-main {
	padding: 20px 0 2.5px
}

.yc-warp-content {
	width: 100%;
	min-width: 980px;
	max-width: 1200px;
	margin: 0 auto;
	padding: 25px 0 15px
}

.yc-foo-img {
	float: left;
	width: 87px;
	height: 37px;
	margin-right: 25px;
	margin-bottom: 25px
}

.yc-foo-img:last-child {
	margin-right: 0
}

.yc-foo-about {
	width: 90px
}

.yc-foo-about__column {
	width: 160px
}

.yc-foo-about .yc-foo-col {
	width: 70px
}

.yc-foo-cusarea,.yc-foo-friend {
	width: 330px
}

.yc-foo-friend__column {
	width: 550px
}

.yc-foo-follow {
	width: 170px
}

.yc-dark {
	background: #282828;
	border-top: none
}

.ff__no-svg .yc-foo-svg {
	display: none
}

.ff__no-svg .yc-foo-png {
	display: block
}

.yc-foo-partner {
	padding: 5px 0 10px
}

.yc-foo-partner .yc-foo-col {
	width: 120px;
	margin: 0 25px\9
}

.yc-foo-partner-img {
	height: 50px;
	background-image: url(../img/partner.1d37c074.png);
	background-repeat: no-repeat
}

.yc-foo-partner-img__0 {
	background-position: 0 0
}

.yc-foo-partner-img__1 {
	background-position: -235px 0
}

.yc-foo-partner-img__2 {
	background-position: -470px 0
}

.yc-foo-partner-img__3 {
	background-position: -687px 0
}

.yc-foo-partner-img__4 {
	background-position: -897px 0
}

.yc-foo-partner-img__5 {
	background-position: -1107px 0
}

.yc-dark .yc-foo-partner-img {
	background-image: url(../img/partner-dark.d272c226.png)
}