.h1,
.h2,
.h3,
h1,
h2,
h3,
.h4,
.h5,
.h6,
h4,
h5,
h6,
p,
label {
	margin: 0;
}

a,
a:link a:active,
a:hover,
a:visited {
	text-decoration: none;
}

a[href="javascript:;"],
a[href="#"] {
	text-decoration: none;
}

.header {
	width: 100%;
	height: 70px;
	display: flex;
	align-items: center;
	position: fixed;
	top: 0;
	z-index: 99;
}

.header.scrolled {
	background: #fff;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .09);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .09)
}

.header-navbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.download-client,.aboutUs-link {
	width: 160px;
	height: 42px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	cursor: pointer;
	white-space: nowrap;
	text-align: center;
	line-height: 42px;
	background: #0067ED;
	border-radius: 6px;
	display: inline-block;
	transition: .3s linear;
}

.download-client:hover,.aboutUs-link:hover{
	opacity: .9;
	color: #FFFFFF;
	text-decoration: none;
}
.header.scrolled .aboutUs-link,
.header.scrolled .aboutUs-link:hover{
	color: #0067ED;
	line-height: 42px;
	cursor: pointer;
	background-color: #fff;
}
@media screen and (max-width: 768px) {
	.header .container {
		width: 100%;
		margin: 0 15px;
	}
}

.banner {
	width: 100%;
	min-height: 570px;
	background: url('../images/banner-bg.png') no-repeat;
	background-size: 100% 100%;
	display: flex;
	align-items: center;
}

.banner-left {}

.banner-desc {}

.banner-desc h3 {
	font-size: 36px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #161D2F;
}

.banner-desc h2 {
	font-size: 48px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #161D2F;
}

.banner-desc .banner-text {
	font-size: 22px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #161D2F;
	margin-top: 20px;
}

.banner-btn {
	display: flex;
	margin-top: 46px;
}

.banner-btn .banner-btn-link {
	width: 230px;
	height: 54px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	border-radius: 6px;
	display: inline-block;
}

.banner-btn .banner-btn-download {
	color: #FFFFFF;
	background: #0067ED;
	border: 1px solid #0067ED;
	transition: .3s linear;
}

.banner-btn .banner-btn-download:hover {
	opacity: .9;
}

.banner-btn .banner-btn-contact {
	color: #0067ED;
	border: 1px solid #0067ED;
	margin-left: 13px;
	transition: .5s linear;
}

.banner-btn .banner-btn-contact:hover {
	color: #fff;
	background-color: #0067ED;
	border: 1px solid #0067ED;
}

.banner-version {
	margin-top: 26px;
}

.banner-version span {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #5E5E5E;
}

.banner-right img {
	width: 100%;
}

@media screen and (max-width: 992px) {
	.banner {
		padding-top: 70px;
	}
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 500px) {
	.banner-desc {
		text-align: center;
	}

	.banner-btn {
		justify-content: center;
	}

	.banner-btn .banner-btn-link {
		width: 45%;
		height: 46px;
		line-height: 46px;
		padding: 0 20px;
		font-size: 14px;
		word-spacing: normal;
	}

	.banner-version {
		text-align: center;
	}
}

.article {
	padding: 100px 0;
}

.article-title {
	font-size: 36px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #161D2F;
	text-align: center;
	line-height: 1.3;
}

.operate {
	display: flex;
	align-items: center;
	margin-top: 100px;
}

@media screen and (min-width: 992px) {
	.operate-direction-row {
		flex-direction: row;
	}

	.operate-direction-row-reverse {
		flex-direction: row-reverse;
	}
}

.operate-content {}

.operate-content h1 {
	font-size: 32px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #161D2F;
}

.operate-content .operate-item {
	margin-top: 35px;
}

.operate-content .operate-item h2 {
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #161D2F;
}

.operate-content .operate-item p {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #5E5E5E;
	line-height: 24px;
	margin-top: 12px;
}

.operate-img img {
	width: 100%;
}

@media screen and (max-width: 992px) {
	.operate {
		margin-top: 70px;
		flex-direction: column;
	}

	.operate-img {
		margin-top: 30px;
	}

	.article {
		padding-bottom: 0;
		padding-top: 60px;
	}
}

@media screen and (max-width: 768px) {
	.operate {
		margin-top: 50px;
	}

	.operate-img {
		margin-top: 20px;
	}
}

@media screen and (max-width: 500px) {
	.operate-img {
		margin-top: 10px;
	}
}

.newMedia-column {
	text-align: center;
	padding: 100px 0;
}

.newMedia-column h1 {
	font-size: 36px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #161D2F;
	padding: 0 15px;
	box-sizing: border-box;
}

.newMedia-column-box {
	background: #FFFFFF;
	border: 1px solid #F0F0F0;
	box-shadow: 0px 0px 6px 0px rgba(181, 209, 254, 0.6);
	border-radius: 16px;
	text-align: center;
	margin-top: 80px;
	padding: 30px 50px 30px 50px;
}

.newMedia-column-box img {
	text-align: center;
}

.newMedia-column-box .newMedia-column-content {
	margin-top: 30px;
}

.newMedia-column-box .newMedia-column-content h3 {
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #161D2F;
}

.newMedia-column-box .newMedia-column-content p {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #161D2F;
	line-height: 20px;
	margin-top: 10px;
}

@media screen and (max-width: 1200px) {
	.newMedia-column-box {
		padding: 20px 16px 20px 16px;
	}
}

@media screen and (max-width: 992px) {
	.newMedia-column-box {
		padding: 30px 34px;
	}
}

@media screen and (max-width: 768px) {
	.newMedia-column {
		padding: 80px 0;
	}

	.newMedia-column h1 {
		line-height: 1.3;
		margin-bottom: 40px;
	}

	.newMedia-column-box {
		padding: 30px;
		margin: 20px 0;
	}
}

@media screen and (max-width: 500px) {
	.newMedia-column-box {
		padding: 30px;
		margin: 10px 0;
	}
}

.solution-column {
	text-align: center;
	padding-bottom: 100px;
}

.solution-column>h1 {
	font-size: 36px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #161D2F;
	line-height: 1.3;
	margin-bottom: 58px;
}

.solution-column-main {
	justify-content: center;
}

@media screen and (min-width: 600px) {
	.solution-column-pc {
		display: flex;
	}

	.solution-column-phone {
		display: none;
	}
}

@media screen and (max-width: 600px) {
	.solution-column-phone {
		display: block;
	}

	.solution-column-pc {
		display: none;
	}
}

.solution-column-item {
	width: 200px;
	height: 480px;
	margin-right: 20px;
	box-sizing: border-box;
}

.solution-column-item:last-child {
	margin-right: 0;
}

.solution-column-item.active {
	width: 470px;
}

.solution-column-introduce {
	height: 100%;
	text-align: left;
	padding: 0 26px;
}

.solution-column-introduce1 {
	background: url('../images/solution1.png') no-repeat;
	background-size: 100% 100%;
}

.solution-column-introduce2 {
	background: url('../images/solution2.png') no-repeat;
	background-size: 100% 100%;
}

.solution-column-introduce3 {
	background: url('../images/solution3.png') no-repeat;
	background-size: 100% 100%;
}

.solution-column-introduce4 {
	background: url('../images/solution4.png') no-repeat;
	background-size: 100% 100%;
}

.solution-column-introduce h1 {
	font-size: 22px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0;
	padding-top: 56px;
}

.solution-column-introduce p {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 24px;
	margin-top: 24px;
}

.solution-column-details {
	height: 100%;
	padding: 50px 0;
	background: url('../images/solution-bj.png') no-repeat;
	background-size: 100% 100%;
	text-align: left;
}

.solution-column-details .solution-column-details-btn {
	height: 36px;
	font-size: 22px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 36px;
	text-align: center;
	padding: 0 26px;
	background: #161D2F;
	display: inline-block;
}

.solution-column-details .solution-column-details-desc {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #161D2F;
	line-height: 24px;
	padding-left: 25px;
	margin-top: 22px;
}

.solution-column-details ul {
	padding-left: 0;
}

.solution-column-details ul li {
	position: relative;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #161D2F;
	line-height: 24px;
	list-style-type: none;
	padding-left: 38px;
	margin-top: 42px;
}

.solution-column-details ul li::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 5px;
	height: 16px;
	background: #161D2F;
	margin-left: -13px;
}

@media screen and (max-width: 768px) {
	.solution-column-introduce {
		padding: 0 8px;
	}
}

@media screen and (max-width: 600px) {
	.solution-column-introduce:first-child {
		margin-top: 0;
	}

	.solution-column-introduce {
		margin-top: 20px;
	}
}

.solution-column-phone .solution-column-item {
	width: 100%;
}

.contactUs-column {
	width: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url('../images/contactUs-bj.png') no-repeat;
	background-size: 100% 100%;
}

.contactUs-column-box {
	padding: 79px 30px;
	box-sizing: border-box;
}

.contactUs-column-box h1 {
	font-size: 42px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #161D2F;
	line-height: 1.5;
	margin: 0;
}

.contactUs-column-box a {
	width: 230px;
	height: 54px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	line-height: 54px;
	text-decoration: none;
	display: inline-block;
	background: #0067ED;
	border-radius: 6px;
	margin-top: 23px;
}

.contactUs-column-box a:hover {
	opacity: .9;
}

.footer {
	width: 100%;
	background-color: #f5f5f5;
}

.footer .container {
	border-bottom: 1px solid #DCE0EB;
}

.footer .footer-logo {
	margin-top: 55px;
}

.footer-box {
	margin-top: 55px;
}

.footer-box-title {
	margin-bottom: 17px;
	display: flex;
	align-items: center;
}

.footer-box-title img {}

.footer-box-title span {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	line-height: 24px;
	padding-left: 8px;
}

.footer-box-text {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #4A4B4F;
	line-height: 24px;
	margin-top: 3px;
}

.footer-copyright {
	width: 100%;
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #4A4B4F;
	line-height: 24px;
	padding: 8px 12px;
	text-align: center;
	box-sizing: border-box;
}

.registerDialog {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	display: none;
}

.registerDialog-box {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	width: 540px;
	height: auto;
	border-radius: 6px;
	background: #ffffff;
	box-shadow: -3px 3px 16px rgba(0, 21, 41, 0.1);
	transform: translate(-50%, -50%);
	padding: 50px 70px;
}

.registerDialog-close {
	position: absolute;
	right: 20px;
	top: 20px;
	font-size: 40px;
	color: #CCCCCC;
	line-height: 20px;
	cursor: pointer;
	transition: .3s linear;
}

.registerDialog-close:after {
	content: '\d7';
	position: absolute;
	right: 0;
	top: 0;
}

.registerDialog-close:hover {
	color: #666666;
}

.registerDialog-title {
	position: relative;
	text-align: center;
	margin-bottom: 26px;
}

.registerDialog-title h3 {
	font-weight: 400;
	font-size: 28px;
	color: #262626;
	line-height: 30px;
}

.registerDialog-title p {
	font-weight: 400;
	font-size: 16px;
	color: #0067ED;
	line-height: 24px;
	margin-top: 25px;
}

.registerDialog-panel {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.registerDialog-panel-box {}

.registerDialog-panel h3 {
	font-weight: 400;
	font-size: 22px;
	color: #161D2F;
	line-height: 24px;
	margin-top: 42px;
}

.registerDialog-panel p {
	font-weight: 400;
	font-size: 16px;
	color: #5E5E5E;
	line-height: 24px;
	margin-top: 16px;
}

.registerDialog-panel img {
	width: 65px;
	height: 65px;
}

.registerDialog-panel-btn {
	width: 100%;
	height: 50px;
	font-size: 16px;
	color: #FFFFFF;
	cursor: pointer;
	user-select: none;
	text-align: center;
	line-height: 50px;
	border-radius: 4px;
	background-color: #0067ED;
	transition: all 0.5s;
	display: block;
	margin-top: 60px;
}

.registerDialog-panel-btn:hover {
	background-color: #2885ff;
}

.register-wrapper {
	width: 100%;
	overflow: hidden;
	overflow-y: auto;
}

.register-wrap {
	width: 100%;
	position: relative;
	max-width: 856px;
	margin: 0 auto;
}

.register-img {
	text-align: center;
	padding-top: 67px;
}

.register-txt {
	margin-top: 50px;
	text-align: center;
}

.register-txt h3 {
	font-size: 30px;
	font-weight: bold;
	color: #262626;
	margin-bottom: 43px;
	font-family: 微软雅黑;
}

.register-txt p {
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	line-height: 26px;
	padding: 0 20px;
}

.register {
	margin-top: 65px;
}

.register-form {
	border-radius: 6px;
	background-color: #FFFFFF;
}

.register-form .register-form-item {
	border-radius: 6px;
	border: 1px solid #E1E6F5;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	padding: 0 16px;
	margin-top: 20px;
}

.register-form .register-form-item>label {
	flex: 0 0 100px;
	font-size: 14px;
	font-weight: 400;
	color: #000001;
	display: block;
	line-height: 1;
	white-space: nowrap;
}

.register-form-item input:focus-visible {
	border: 0;
	outline: none;
}

.register-form input {
	height: 46px;
	font-size: 14px;
	border: 0;
	width: 100%;
}

.register-form input::-webkit-input-placeholder {
	font-size: 14px;
	color: #AEB1B9;
}

.register-form .register-form-linne {
	border: 0;
	display: flex;
	align-items: baseline;
}

.register-form .register-form-linne .register-form-item {
	flex: 1;
	padding-right: 0;
}

.register-form .register-form-linne .register-form-item .register-input {
	width: calc(100% - 2px);
}

.register-input {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
}

.register-input-Code {
	margin-left: 10px;
}

.register-input-Code .yzm {
	width: 125px;
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1;
	transition: all 0.5s;
	border: 0;
	background: #0067ED;
	border-radius: 4px;
}

.register-input-Code .yzm:hover {
	background: #2885ff;
}

.register-input-Code img {
	height: 50px;
}

.register-success {
	width: 100%;
	height: 460px;
	text-align: center;
	border-radius: 4px;
	max-width: 856px;
	background-color: #FFFFFF;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	display: none;
}

.register-success .register-success-title h3 {
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 30px;
	color: #262626;
	margin-top: 30px;

}

.register-success .register-success-title p {
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	line-height: 24px;
	margin-top: 25px;
}

.register-success a {
	display: block;
	margin: 0 auto;
	width: 360px;
	text-align: center;
	background-color: #0067ED;
	border: 0;
	border-radius: 4px;
	color: #FFFFFF;
	cursor: pointer;
	transition: all 0.5s;
}

.user-check-read {
	font-size: 14px;
	color: #999999;
	font-weight: 400;
	text-align: center;
	padding-top: 20px;
}

.user-check-read a {
	color: #0067ED;
}

.register-submit {
	margin-top: 22px;
}

.register-submit-btn {
	width: 100%;
	height: 50px;
	font-size: 16px;
	color: #FFFFFF;
	cursor: pointer;
	user-select: none;
	text-align: center;
	line-height: 50px;
	border-radius: 4px;
	background-color: #0067ED;
	transition: all 0.5s;
	display: block;
}

.register-submit-btn:hover {
	background-color: #2885ff;
}

.alert {
	width: 100%;
	max-width: 423px;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 999;
	display: none;
	background-color: #FFFFFF;
	box-shadow: 0px 3px 7px 0px rgba(177, 177, 177, 0.3);
	border-radius: 4px;
	padding: 16px;
	transform: translate(-50%, -50%);
}

.clip {
	font-size: 14px;
	line-height: 20px;
}

.alert .alert-hd {
	display: flex;
	justify-content: space-between;
}

.alert .alert-hd h2 {
	font-size: 16px;
	font-weight: bold;
	color: #303133;
}

.alert .alert-hd .alert-close {
	position: relative;
	cursor: pointer;
	font-size: 26px;
	color: #CCCCCC;
	line-height: 13px;
}

.alert .alert-hd .alert-close:hover {
	color: #666666;
}

.alert .alert-hd .alert-close:after {
	content: '\d7';
	position: absolute;
	right: 0;
	top: 0;
}

.alert .alert_con {
	margin-top: 24px;
	text-align: left;
}

.alert .alert_con p {
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 14px;
	color: #666666;
}

.alert .alert-ft {
	margin-top: 24px;
	text-align: right;
}

.alert .alert-ft .btn {
	padding: 5px 15px;
	color: #fff;
	cursor: pointer;
	background: #0067ED;
	border: 1px solid #0067ED;
	border-radius: 4px;
	text-align: right;
}

.alert .alert_con .btn:hover {
	background: #2885ff;
}

.register-red {
	color: #FF4D4F;
	font-size: 14px;
	display: block;
	margin-top: 5px;
	line-height: 22px;
}

.register-border {
	border: 1px solid #FF4D4F !important;
	transition: all 1s;
}

.register-footer {
	width: 100%;
	text-align: center;
	margin: 24px 0;
}

.register-footer>p {
	font-size: 14px;
	font-weight: 400;
	color: #999999;
	line-height: 24px;
}

/* 安全认证 */
.containerFluid {
	width: 400px;
	height: 400px;
	display: none;
	position: fixed;
	transform: translate(-50%, 0);
	top: 50%;
	left: 50%;
	z-index: 9999;
	margin: 0;
	padding: 0;
	margin-top: -238px;
	background-color: initial;
	box-shadow: initial;
}


.slidercaptcha {
	height: 286px;
	border-radius: 4px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.125);
	background-color: #fff;
}

.slidercaptcha .card-body {
	padding: 1rem;
}

.slidercaptcha .alert-close {
	position: relative;
	cursor: pointer;
	font-size: 26px;
	color: #CCCCCC;
	line-height: 13px;
}

.slidercaptcha .alert-close::after {
	content: '\d7';
	position: absolute;
	right: 0;
	top: -5px;
}

.slidercaptcha .alert-close:hover {
	opacity: 0.8;
}

.slidercaptcha canvas:first-child {
	border-radius: 4px;
	border: 1px solid #e6e8eb;
}

.slidercaptcha.card .card-header {
	background-image: none;
	background-color: rgba(0, 0, 0, 0.03);
	padding: .75rem 1.25rem;
	margin-bottom: 0;
	border-bottom: 1px solid rgba(0, 0, 0, .125);
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.refreshIcon {
	top: -54px;
}


/*手机端style*/
@media screen and (max-width: 375px) {
	.register-txt h3 {
		font-size: 24px;
	}

	.register-txt p {
		text-align: left;
	}

	.register-form {
		padding: 20px;
	}

	.register-input-Code .yzm {
		padding: 8px 28px;
		font-size: 14px;
	}
}

/* 悬浮菜单 begin */
.fixed-menu {
	position: fixed;
	right: 16px;
	top: 50%;
	margin-top: -90px;
	width: 70px;
	z-index: 999;
}

ul.fx-ul {
	padding: 0;
	margin-bottom: 0;
	box-shadow: 0px 0px 10px 0px rgba(0, 103, 237, 0.3);
	border-radius: 5px;
}

.fx-ul li {
	position: relative;
	background-color: #fff;
	border-bottom: 1px solid #e5e5e5;
	list-style-type: none;
	padding: 0 5px;
	transition: .5s ease-in-out;
	cursor: pointer;
}

.fx-ul li:hover {
	background-color: #f7f7f7;
}

.fx-ul li:first-child {
	border-radius: 5px 5px 0 0;
}

.fx-ul li:last-child {
	border-bottom: 0;
	border-radius: 0 0 5px 5px;
}

.fx-ul li>p {
	text-align: center;
	padding-bottom: 15px;
	line-height: 1;
}

.fx-ul li a p {
	-webkit-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-moz-transition: all 0.6s;
	font-size: 12px;
	color: #0067ED;
	padding-bottom: 15px;
}

.fixed-menu .title {
	position: absolute;
	left: 150px;
	bottom: 1px;
	color: #fff;
	line-height: 1;
	text-align: center;
	font-family: \5FAE\8F6F\96C5\9ED1;
	-webkit-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-moz-transition: all 0.6s;
	min-width: 190px;
	background-color: #fff;
	box-shadow: 0px 0px 10px 0px rgba(0, 103, 237, 0.3);
	border-radius: 8px;
	padding: 16px;
	z-index: -99;
	opacity: 0;
}

.fixed-menu .title:before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	right: -5px;
	bottom: 14px;
	background-color: #fff;
	transform: rotate(45deg);
}

.fixed-menu .title h3 {
	font-family: \5FAE\8F6F\96C5\9ED1;
	font-weight: bold;
	font-size: 16px;
	color: #161D2F;
	margin-bottom: 9px;
}

.fixed-menu .title .tit-img {
	margin-top: 16px;
}

.fixed-menu .title>p {
	font-family: \5FAE\8F6F\96C5\9ED1;
	font-size: 12px;
	font-weight: 300;
	color: #5E5E5E;

}

.fx-ul li:hover .title {
	left: -220px;
	opacity: 1;
}

.fx-ul li.fx-shop i {
	background: url("../images/consultation.png") no-repeat;
	background-position: center center;
	background-size: auto;
	padding: 23px 0;
	display: block;
}

.fx-ul li a {
	font-size: 12px;
	font-weight: 300;
	color: #0067ED;
	line-height: 18px;
	text-align: center;
}

.fx-ul li.fx-contact i {
	background: url("../images/QR-sider.png") no-repeat;
	background-position: center center;
	background-size: auto;
	padding: 23px;
	display: block;
}

.fx-ul li.fx-contact .title {
	background-color: #ffffff;
}

.fx-ul li.fx-contact .title:before {
	background-color: #ffffff;
}

.fx-ul li.fx-top {
	display: none;
}

.fx-ul li.fx-top i {
	background: url("../images/top.png") no-repeat;
	background-position: center center;
	background-size: auto;
	padding: 23px;
	display: block;
}

.fx-ul li.fx-phone i {
	background: url("../images/phone.png") no-repeat;
	background-position: center center;
	background-size: auto;
	padding: 23px;
	display: block;
}

.fx-ul li.fx-free i {
	background: url("../images/free.png") no-repeat;
	background-position: center center;
	background-size: auto;
	padding: 23px;
	display: block;
}

/* 悬浮菜单 End */