﻿@charset "utf-8";
/*
** liuj 2017-5-24
** 兼容PC和移动端的
** 响应式设计
*/

body {
	font-size: 14px;
	position: relative;
	color: #333
}



.review-bg-gradient {
	width: 100%;
	height: 1100px;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	background: -webkit-linear-gradient(#0f67b3, #fff);
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(#0f67b3, #fff);
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(#0f67b3, #fff);
	/* Firefox 3.6 - 15 */
	background: linear-gradient(#0f67b3, #fff);
	/* 标准的语法（必须放在最后） */
	background-color: #4c89c7;
	z-index: -1
}

.bg2 {
	background: url(../images/bg2.png) no-repeat center 0;
	height: 100%
}

a {
	text-decoration: none
}

.hei {
	color: #666 !important
}

.hui {
	color: #CCC !important
}

.mrn {
	margin-right: none
}

.bg {
	background: url(../images/bg.png) no-repeat center 0;
	height: 100%
}

img {
	max-width: 100%;
}

.res-container {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.review-title {
	padding-top: 15%;
	text-align: center;
	cursor: pointer;

}

.review-title h1 {
	font-size: 85px;
	letter-spacing: 2px;
	color: #fff;
	line-height: 1.2;
	font-weight: normal;
	text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3), 0px 4px 10px rgba(0, 0, 0, 0.3);
}

.review-title h3 {
	font-size: 24px;
	color: #fff;
	line-height: 1.2;
	font-weight: normal;
	text-shadow: -2px 0 #2a69a4, 0 -2px #2a69a4, 2px 0 #2a69a4, 0 2px #2a69a4;
	margin-top: 10px;
}

.review-title img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.review-title-en {
	margin-top: 25px;
}

.review-area {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.review-search {
	margin-top: 50px;
	margin-bottom: 50px;
	background: rgba(0, 0, 0, 0.3);
	padding: 13px 20px;
	border-radius: 2px;
}

.review-search input {
	width: 680px;
	height: 20px;
	font-size: 20px;
	line-height: 1;
	padding: 14px 10px 14px 30px;
	border: 3px solid #FE9601;
	border-right: none;
	background: #FFF url(../images/icon-home-search.png) left no-repeat
}

.review-search .review-search-btn {
	width: 130px;
	font-size: 30px;
	text-align: center;
	line-height: 48px;
	background: #FE9601;
	border: 3px solid #FE9601;
	border-left: none;
	color: #fff;
	cursor: pointer;
}

.review-hot {
	padding-left: 90px;
	position: relative
}

.review-hot i.huo {}

.review-hot label {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 16px;
	line-height: 20px;
	color: #c5e2ff;
}

.review-hot label i {
	color: #ca2741;
	font-size: 20px;
	line-height: 1;
	margin-right: 5px;
}

.review-hot span {
	font-size: 16px;
	line-height: 20px;
	color: #c5e2ff;
	margin-bottom: 5px;
	margin-right: 12px;
}

.review-list {
	background-color: #6299cd;
	margin: 60px auto 150px auto;
	padding: 25px 0;
}

.review-list li {
	float: left;
	width: 259px;
	padding: 25px 20px;
	text-align: center;
	background-color: #6299cd;
}

.review-list li h2 {
	font-size: 24px;
	line-height: 26px;
	color: #fff;
	font-weight: bold;
}

.review-list li p {
	height: 60px;
	font-size: 16px;
	line-height: 30px;
	margin-top: 12px;
	color: #fff;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.review-btn {
	display: block;
	width: 128px;
	max-width: 100%;
	outline: none;
	cursor: pointer;
	text-align: center;
	font-size: 18px;
	line-height: 2;
	color: #fff;
	border-radius: 18px;
	margin-top: 12px;
	margin-left: auto;
	margin-right: auto;
	background: #ff7100;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffa600), to(#ff7100));
	background: -moz-linear-gradient(top, #ffa600, #ff7100);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa600', endColorstr='#ff7100');
}

.review-btn1 {
	display: block;
	width: 128px;
	max-width: 100%;
	outline: none;
	cursor: pointer;
	text-align: center;
	font-size: 18px;
	line-height: 2;
	color: #fff;
	border-radius: 18px;
	margin-top: 12px;
	margin-left: auto;
	margin-right: auto;
	background: #ff7100;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ff7100));
	background: -moz-linear-gradient(top, #ffa600, #ff7100);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa600', endColorstr='#ff7100');
}

.review-list li+li {
	border-left: 1px dashed #fff;
}

.review-adv {
	cursor: pointer;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 180px;
}

.review-rtime {
	width: 45%;
}

.review-gui {
	width: 45%;
	margin-left: 10%;
}

.review-rtime .live-scroll {
	height: 315px;
	overflow: hidden;
	border-bottom: 1px solid #b2b2b2;
}

.rtime-user {
	display: inline-block;
	margin-right: 10px;
}

.review-rtime h3,
.review-gui h3 {
	font-size: 24px;
	line-height: 30px;
	color: #333;
	padding-bottom: 40px;
	text-decoration: none
}

.review-rtime h3 i.iconfont,
.review-gui h3 i.iconfont {
	font-size: 26px;
	line-height: 30px;
	margin-right: 20px;
}

.review-rtime ul,
.review-gui table {
	width: 100%;
}

.review-rtime li,
.review-gui li,
.review-rtime h3,
.review-gui h3 {
	border-bottom: 1px dotted #b2b2b2;
}

.review-rtime li {
	padding: 12px 10px;
	line-height: 20px;
	font-size: 14px;
}

.review-rtime li em {
	font-style: normal;
}

.review-rtime li span {
	color: #ca2741;
	text-decoration: none
}

.review-gui table td {
	height: 104px;
}

.review-gui-img {
	width: 60px;
	padding-left: 22px;
}

.review-gui-title {
	width: 80px;
	font-size: 18px;
	line-height: 30px;
}

.review-gui-example {
	padding-left: 66px;
	width: 274px;
	font-size: 16px;
}

.review-rtime .zcfg {
	width: 40px;
	height: 30px;
	float: left;
	background: url(../images/ico1.png) top left no-repeat
}

.review-rtime .gszc {
	width: 40px;
	height: 30px;
	float: left;
	background: url(../images/ico2.png) top left no-repeat
}


.review-company-search {
	width: 770px;
	max-width: 100%;
	height: 48px;
	padding: 9px 20px;
	background-color: #2396d5;
	border-radius: 4px;
	margin: 150px auto 150px auto;
}

.review-company-search input {
	width: 670px;
	border: none;
	border-radius: 2px;
	font-size: 24px;
	line-height: 20px;
	height: 20px;
	padding: 14px 20px;
}

.review-company-search .iconfont {
	width: 60px;
	font-size: 20px;
	line-height: 48px;
	text-align: right;
	color: #fff;
	cursor: pointer;
}

.company-detail-fieldset {
	float: left;
	width: 289px;
	position: relative;
	border: 1px solid #116dbe;
	text-align: center;
}

.company-detail-fieldset legend {
	width: 40%;
	margin: 0 auto;
}

.company-detail-fieldset legend img {
	width: 100%;
	margin-top: -25%;
}

.company-detail-fieldset+.company-detail-fieldset {
	margin-left: 12px;
}

.company-detail-fieldset h4 {
	height: 60px;
	font-size: 18px;
	line-height: 60px;
	color: #212020;
}

.company-detail-fieldset p {
	width: 90%;
	height: 66px;
	font-size: 16px;
	line-height: 22px;
	color: #747474;
	margin: 0 auto;
}

.company-detail-fieldset .review-btn {
	margin-top: 0;
	margin-bottom: -18px;
}

.review-footer {
	margin-top: 90px;
	background-color: #3c3c3c;
	color: #999;
}

.review-footer ul {
	padding-top: 40px;
	padding-bottom: 40px;
}

.review-footer li {
	float: left;
	padding-left: 90px;
	padding-right: 90px;
}

.review-footer li.review-footer-first {
	padding-top: 35px;
	padding-left: 0;
}

.review-footer li.review-footer-first h3 {}

.review-footer li.review-footer-second {
	padding-top: 28px;
	padding-bottom: 28px;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	text-align: center;
}

.review-footer li.review-footer-last {
	width: 458px;
	padding-right: 0;
}

.review-footer li h3 {
	font-size: 20px;
	line-height: 36px;
}

.review-footer li p {
	font-size: 14px;
	line-height: 36px;
}

.review-footer-icon {
	width: 100px;
	text-align: center;
	display: inline-block
}

.review-footer-icon .iconfont {
	font-size: 44px;
	line-height: 50px;
	cursor: pointer;
}

.review-footer-icon:hover {
	color: #fff;
}

.review-footer li.review-footer-last p {
	width: 156px;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 35px;
}

.review-footer li.review-footer-last img {
	width: 142px;
}

.review-footer-wx {
	position: relative;
}

.wx-code {
	padding: 10px;
	background-color: #fff;
	border-radius: 10px;
	position: absolute;
	left: 100px;
	bottom: 0;
	width: 207px;
	height: 209px;
}

.review-dialog {
	width: 100%;
	height: 100%;
	background: url(../images/opac.png) repeat;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
}

.review-form {
	width: 610px;
	background-color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.review-form h2 {
	line-height: 58px;
	font-size: 26px;
	color: #1056bf;
	font-weight: bold;
	text-align: center;
}

.review-dialog-wrap {
	padding: 50px 90px;
	background-color: #fff;
}

.binder-form-submit {
	padding-top: 0;
}

.review-dialog-wrap dd {
	position: relative;
}

.review-dialog-wrap dd+dd {
	margin-top: 30px;
}

.review-dialog-wrap dd input {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 0 10px 50px;
	width: 100%;
	height: 40px;
	background-color: #fff;
	border: 1px solid #e0e0e0;
	font-size: 16px;
}

.review-dialog-wrap dd span {
	color: #8f8f8f;
	font-size: 22px;
	position: absolute;
	left: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.review-dialog-wrap dd .ming {
	width: 25px;
	height: 20px;
	background: url(../images/ming.png) center no-repeat
}

.review-dialog-wrap dd .weizhi {
	width: 25px;
	height: 20px;
	background: url(../images/weizhi.png) center no-repeat
}

.review-dialog-wrap dd .tel {
	width: 25px;
	height: 25px;
	background: url(../images/tel.png) center no-repeat
}

.review-dialog-wrap dd .textunit {
	left: auto;
	right: 10px;
}

.review-dialog-wrap dt p {
	font-size: 16px;
	line-height: 36px;
	color: #666;
	text-align: center;
}

.review-dialog-wrap dt p span {
	color: #f93349;
}

.review-dialog-wrap dt .form_teltip {
	text-align: left
}

.form_bottip {
	clear: both;
	text-align: center;
	color: #fff;
	margin: 20px -15px 0 -15px;
}

.form_bottip h5 {
	clear: both;
	font-size: 15px;
	font-weight: 800;
}

.form_bottip h6 {
	clear: both;
	font-size: 13px;
}

.form_bottip h6 em {
	color: #eeda00;
	font-style: normal
}

.review-close {
	position: absolute;
	color: #666;
	font-size: 24px;
	width: 25px;
	height: 25px;
	right: 20px;
	top: 10px;
	cursor: pointer;
	background: url(../images/close2.png) center no-repeat
}

.review-submit {
	width: 228px;
	height: 50px;
	margin: 30px auto;
	margin-bottom: 0;
	font-size: 24px;
	border: none;
	display: block;
	color: #fff;
	background-color: #1056bf;
}

.review-succ {
	background-color: #fff;
	text-align: center;
}

.review-succ .iconfont {
	font-size: 82px;
	line-height: 100px;
	color: #ff7e00
}

.review-succ h1 {
	font-size: 26px;
	line-height: 36px;
	color: #ff7e00;
}

.review-succ p {
	font-size: 16px;
	color: #666;
	margin-top: 40px;
}

.company-footer {
	font-size: 20px;
	line-height: 2;
	padding-top: 40px;
	text-align: center;
}

.company-footer .copyright {
	padding: 15px 0 20px
}

.company-footer-in {
	background: #454545;
	margin-top: 40px;
}

.company-footer-logo {
	max-width: 980px;
	width: 98%;
	margin: 0 auto;
	padding: 24px 0 18px
}

.company-footer-logo img {
	vertical-align: middle;
	width: 100%
}

._citys {

	width: 465px;

	display: inline-block;

	border: 1px solid #eee;

	padding: 5px 5px 5px 20px;

	position: absolute;

	background: #fff;

	left: 0px;

	top: 60px;

	text-align: left;

	z-index: 1;

}

.c_hot {

	padding-left: 5px;

	padding-top: 8px;

	height: 50px;

	line-height: 50px;

}

.c_hot a {

	margin: 0 5px;

	color: #666;

	text-decoration: none;

}

.c_hot a:hover {
	color: #009feb;
}

._citys1 {

	width: 100%;

	display: inline-block;

	padding: 10px 0;

	height: 150px;

	line-height: 50px;

}

._citys1 a {

	width: 80px;

	height: 30px;

	display: inline-block;

	background-color: #f5f5f5;

	color: #666;

	margin-left: 6px;

	line-height: 30px;

	text-align: center;

	cursor: pointer;

	font-size: 13px;

	overflow: hidden;

}

._citys1 a:hover {

	color: #fff;

	background-color: #009feb;

}


@media only screen and (max-width: 1200px) {
	body {
		width: 100%;
		background-size: 100%;
	}

	.res-container {
		width: 96%;
	}

	.review-title h1 {
		font-size: 78px;
	}

	.review-area {
		width: 100%;
	}

	.review-search input {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 80%;
	}

	.review-search .review-search-btn {
		width: 18%;
		margin-left: 2%;
	}

	.review-search input,
	.review-search .review-search-btn {
		border-radius: 5px;
		border: none;
		height: 54px;
		line-height: 54px;
	}

	.review-list {
		width: 100%;
		background-color: transparent;
	}

	.review-list li {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 25%;
		padding: 20px 10px;
	}

	.review-list li p {
		font-size: 14px;
	}

	.company-detail-fieldset {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 49%;
		margin-bottom: 60px;
	}

	.company-detail-fieldset+.company-detail-fieldset {
		margin-left: 0;
	}

	.company-detail-fieldset:nth-child(odd) {
		margin-right: 2%;
	}

	.review-gui-example {
		width: auto;
		padding-left: 5%;
	}

	.review-rtime li em {
		display: none;
	}

	.review-footer li {}

	.review-footer li {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 40%;
		padding-left: 30px;
		padding-right: 30px;
		height: 142px;
	}

	.review-footer li.review-footer-last {
		width: 20%;
		padding-left: 5%;
		position: relative;
	}

	.review-footer li.review-footer-last img {
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	.review-footer-icon {
		width: 50%;
	}

	.review-footer li.review-footer-last p {
		display: none;
	}

	.review-footer li.review-footer-last img {
		text-align: right;
	}
}

@media only screen and (max-width: 1000px) {
	.res-container {
		width: 100%;
	}

	.review-rtime,
	.review-gui {
		width: 100%;
		margin: 0;
		margin-bottom: 40px;
	}

	.review-title h1 {
		font-size: 46px;
	}

	.review-company-search {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		padding-right: 60px;
		height: 58px;
		margin-top: 20px;
		margin-bottom: 60px;
		position: relative
	}

	.review-company-search input {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		height: 40px;
		font-size: 20px;
	}

	.review-company-search .iconfont {
		position: absolute;
		display: block;
		width: 40px;
		height: 40px;
		top: 9px;
		right: 20px;
		font-size: 32px;
		line-height: 40px;
	}

}

@media only screen and (max-width: 640px) {
	.review-bg-gradient {
		height: 800px;
	}

	.review-title h1 {
		font-size: 32px;
                                font-weight:bold;
		line-height: 1.6;
white-space:nowrap;
text-align:center;

	}

	.review-title h3 {
		font-size: 18px;
	}

	.review-search {
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.review-search .review-search-btn {
		font-size: 20px;
	}

	.review-search input,
	.review-search .review-search-btn {
		height: 40px;
		line-height: 40px;
	}

	.review-btn {
		width: 100px;
		font-size: 14px;
	}

	.review-hot {
		padding-left: 0;
	}

	.review-hot label,
	.review-hot span {
		color: #fff;
	}

	.review-hot label {
		display: inline-block;
		position: static;
		font-size: 12px;
		line-height: 16px;
	}

	.review-hot span {
		font-size: 12px;
		line-height: 16px;
	}

	.review-hot label i {
		font-size: 14px;
		line-height: 16px;
	}

	.review-list {
		margin-top: 0px;
		margin-bottom: 60px;
	}

	.review-list li {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 50%;
	}

	.review-list li+li {
		border: none;
	}

	.review-list li:nth-child(2) {
		border-left: 1px dashed #fff;
		border-bottom: 1px dashed #fff;
	}

	.review-list li:first-child {
		border-bottom: 1px dashed #fff;
	}

	.review-list li:last-child {
		border-left: 1px dashed #fff;
	}

	.review-list li h2 {
		font-size: 20px;
	}

	.review-adv {
		margin-bottom: 60px;
	}

	.review-company-search input {
		font-size: 14px;
	}

	.review-company-search .iconfont {
		font-size: 24px;
		margin-left: 10px;
	}

	.review-rtime h3,
	.review-gui h3 {
		font-size: 18px;
		line-height: 24px;
		padding-bottom: 20px;
		text-decoration: none
	}

	.review-rtime h3 i.iconfont,
	.review-gui h3 i.iconfont {
		font-size: 18px;
		line-height: 24px;
		margin-right: 6px;
	}

	.review-gui-title {
		font-size: 16px;
	}

	.review-gui-example {
		font-size: 14px;
	}

	.company-detail-fieldset h4 {
		height: auto;
		line-height: 2;
	}

	.company-detail-fieldset p {
		line-height: 1.5;
		height: 54px;
	}

	.company-detail-fieldset .review-btn {
		margin-bottom: -14px;
	}

	.company-detail-fieldset h4 {
		font-size: 14px;
	}

	.company-detail-fieldset p {
		font-size: 12px;
		line-height: 16px;
	}


	.review-form {
		width: 92%;
	}

	.review-form h2 {
		font-size: 18px;
		line-height: 40px;
	}

	.review-close {
		line-height: 40px;
	}

	.review-dialog-wrap {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		padding: 26px;
	}

	.review-dialog-wrap dd+dd {
		margin-top: 15px;
	}

	.review-submit {
		width: 100%;
		font-size: 18px;
		height: 40px;
	}

	.review-dialog-wrap dd .iconfont.textfont {
		font-size: 14px;
	}

	.review-dialog-wrap dd input {
		font-size: 14px;
	}

	.review-search input {
		font-size: 14px;
	}

	.review-dialog-wrap dt p {
		font-size: 12px;
	}

	/* 
	.review-footer {
		margin-top: 30px;
	}
	.review-footer li {
		width: 60%;
	}

	.review-footer li.review-footer-last {
		width: 40%;
	}

	.review-footer li.review-footer-first {
		text-align: right;
		padding-top: 43px;
	}

	.review-footer li.review-footer-first h3 {
		color: #1c85cc;
		font-size: 15px;
		line-height: 28px;
	}

	.review-footer li.review-footer-second {
		display: none;
	} */

	/* .review-footer {
		background-color: #e6e6e6;
	} */

	/* 

	.company-footer-in {
		margin-top: 10px;
	} */
	.review-footer {
		/* font-size: 12px;
		line-height: 20px;
		padding-top: 10px;
		color: #666; */
		margin-top: 0px;
	}

	._citys {
		width: 100%;
		height: 300px;
		overflow-y: auto;
	}
}

.copyright {
	text-align: center;
	padding: 8px 10px;
	color: #999;
	background: #3c3c3c;
	font-size: 12px;
}

.review-dialog-wrap dd select {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 0 10px 50px;
	width: 100%;
	height: 40px;
	background-color: #fff;
	border: 1px solid #fff;
	font-size: 16px;
}



@media screen and (max-width: 1000px) {
	button {
		-webkit-appearance: none;
		border: none;
		background-color: transparent;
	}

	img {
		max-width: 100%;
	}

	.res-container {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding-left: 5%;
		padding-right: 5%;
	}

	.mk-about {
		background-size: auto 100%;
	}

	.mk-about .res-container,
	.mk-about {
		padding: 0;
	}

	.mk-about-us {
		padding: 20px 5%;
	}

	.mk-about-us h1 {
		font-size: 16px;
	}

	.mk-about-us p {
		font-size: 14px;
		line-height: 2;
		margin-top: 15px;
	}

	.mk-adv {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	/* fooooooooooooter */
	#knet {
		display: none;
	}

	.footer {
		padding-top: 30px;
		padding-bottom: 30px;
		background-color: #fff;
		border-top: thin solid #ccc;
	}

	.footer p,
	.footer a {
		font-size: 13px;
		line-height: 22px;
		color: #666;
	}

	.footer-link,
	.footer-code,
	.footer-copy {
		width: 100%;
		float: left;
		text-align: center;
	}

	.footer-link li,
	.footer-code img,
	.footer-code-text {
		float: none;
	}

	.footer-link li {
		display: inline-block;
		margin-right: 0;
		padding-left: 18px;
		padding-right: 18px;
	}

	.footer-code {
		margin-top: 20px;
	}

	.footer-code img {
		width: 80px;
	}

	.footer-code-text p {
		display: inline-block;
		text-align: center;
		font-size: 12px;
		padding: 5px;
		margin-top: 0;
	}

	.footer-code-text p a {
		font-size: 12px;
		line-height: 20px;
	}

	.footer-code-text p span.iconfont {
		font-size: 14px;
		margin-right: 4px;
		line-height: 20px;
	}

	.footer-code-text p:first-child {
		display: block;
	}

	.footer-code-text p:first-child span.iconfont {
		display: none;
	}

	.footer-copy {
		margin-top: 10px;
	}
}