* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

html {
	overflow-y: scroll;
}

:root {
	overflow-y: auto;
	overflow-x: hidden;
}

:root body {
	position: absolute;
}

body {
	width: 100vw;
	overflow: hidden;
}

.h1,
.h2,
.h3,
h1,
h2,
h3,
.h4,
.h5,
.h6,
h4,
h5,
h6 {
	margin: 0;
	line-height: 1;
	font-family: 微软雅黑;
}

ol,
p,
ul,
li {
	margin-bottom: 0;
	list-style: none;
}

p,
span {
	margin-bottom: 0;
	margin: 0;
	font-family: 微软雅黑;
}

input {
	border: none;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	background-color: #ffffff;
}

input:focus,
input:visited,
input:checked:focus {
	outline: none !important;
}

.p-0 {
	padding: 0;
}

.pr-0 {
	padding-right: 0;
}

.probootstrap-navbar.scrolled .navbar-nav>li>a:focus {
	color: rgba(0, 0, 0, .7);
}

.carousel-control.left,
.carousel-control.right {
	background-image: inherit;
}

/*共同代码 begin*/
.spacing {
	position: relative;
	padding: 100px 0;
}

.spacing-title {
	position: relative;
	z-index: 9;
	text-align: center;
}

.spacing-title h1 {
	font-size: 36px;
	font-weight: 400;
	color: #001529;
	line-height: 48px;
}

.spacing-title h1.white {
	color: #ffffff;
}

.spacing-title p {
	font-size: 18px;
	font-weight: 400;
	color: #7D8EA8;
	line-height: 24px;
	margin-top: 20px;
}

.spacing-title p.lightBlue {
	color: #99C2F8;
}

.spacing-title p.white {
	color: #ffffff;
}

.spacing-title>a {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #0067ED;
	display: inline-block;
	margin-top: 30px;
}

.spacing-ft {
	text-align: center;
	width: 100%;
	margin-top: 60px;
}

.spacing-ft .spacing-btn-default {
	width: auto;
	height: 50px;
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
	cursor: pointer;
	line-height: 50px;
	border-radius: 4px;
	display: inline-block;
	border: 1px solid #FFFFFF;
	transition: all .5s;
	padding: 0 30px;
}

.spacing-ft .spacing-btn-default:hover {
	color: #0067ED;
	background: #FFFFFF;
}

.spacing-ft .spacing-btn-primary {
	width: auto;
	height: 50px;
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	cursor: pointer;
	text-align: center;
	line-height: 50px;
	background: #0067ED;
	border-radius: 4px;
	display: inline-block;
	padding: 0 30px;
}

.spacing-ft .spacing-btn-primary:hover {}

.spacing-ft .spacing-btn-text {
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	cursor: pointer;
}

.spacing-ft .spacing-btn-text.spacing-btn-text-blue {
	color: #0067ED;
}

.flex {
	display: flex;
	justify-content: center;
	align-items: center;
}

.flex-left {
	display: flex;
	justify-content: left;
	align-items: center;
}

::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

::-webkit-scrollbar-track-piece {
	background-color: #f2f2f2;
	-webkit-border-radius: 6px;
}

.chatList::-webkit-scrollbar-track-piece {
	background-color: #fff;
	-webkit-border-radius: 6px;
}

.oldChatList::-webkit-scrollbar-track-piece {
	background-color: #fff;
	-webkit-border-radius: 6px;
}

.oTab::-webkit-scrollbar-track-piece {
	background-color: #fff;
	-webkit-border-radius: 6px;
}

.selectList::-webkit-scrollbar-track-piece {
	background-color: #fff;
	-webkit-border-radius: 6px;
}

.bottomDiv::-webkit-scrollbar-track-piece {
	background-color: #fff;
	-webkit-border-radius: 6px;
}

.ofDiv::-webkit-scrollbar-track-piece {
	background-color: #fff;
	-webkit-border-radius: 6px;
}

.switchSetting .dialogDiv::-webkit-scrollbar-track-piece {
	background-color: #fff;
	-webkit-border-radius: 6px;
}

.accountDiv .dialogDiv::-webkit-scrollbar-track-piece {
	background-color: #fff;
	-webkit-border-radius: 6px;
}

.note textarea::-webkit-scrollbar-track-piece {
	background-color: #fff;
	-webkit-border-radius: 6px;
}

.transferGroupUser::-webkit-scrollbar-track-piece {
	background-color: #fff;
	-webkit-border-radius: 6px;
}

.transferMultiple .dialogDiv::-webkit-scrollbar-track-piece {
	background-color: #fff;
	-webkit-border-radius: 6px;
}

.textCont::-webkit-scrollbar-track-piece {
	background-color: #fff;
	-webkit-border-radius: 6px;
}

.douyinContent::-webkit-scrollbar-track-piece {
	background-color: #fff;
	-webkit-border-radius: 6px;
}

.selectDiv::-webkit-scrollbar-track-piece {
	background-color: #fff;
	-webkit-border-radius: 6px;
}

.proSelect::-webkit-scrollbar-track-piece {
	background-color: #fff;
	-webkit-border-radius: 6px;
}

.selectFansDiv::-webkit-scrollbar-track-piece {
	background-color: #fff;
	-webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:vertical {
	height: 5px;
	background-color: #ccc;
	-webkit-border-radius: 6px;
}

/*滚动条样式end*/

/*背景颜色*/
.spacing-color {
	background-color: #F7F9FF;
}

.spacing-color-blue {
	background-color: #0067ED;
}

.spacing-color-darkBlue {
	background-color: #3860F4;
}

.spacing-color-seaBlue {
	background-color: #EEF7FE;
}

.spacing-color-orange {
	background-color: #FEF3EA;
}

.spacing-color-green {
	background-color: #E7F9F4;
}

.spacing-color-purple {
	background-color: #F8F6FF;
}

.spacing-color-gray {
	background-color: #FAFAFA;
}

.spacing-color-grayBlue {
	background-color: #EEF3F7;
}

.spacing-color-lightPink {
	background-color: #FCFBFE;
}

.spacing-color-darkGreen {
	background-color: #07B53B;
}

.common-banner {
	position: relative;
	min-height: 380px;
}

.common-tit {}

.common-tit h1 {
	font-size: 40px;
	font-weight: 400;
	color: #1E2330;
}

.common-tit>p {
	font-size: 18px;
	font-weight: 400;
	color: #1E2330;
	margin-top: 40px;
}

.common-content {
	margin-top: 96px;
}

.font-colr {
	color: #0067ED !important;
}

.Introduction-content-xs-img {
	display: none;
}

@media screen and (max-width: 1200px) {
	.img-fluid {
		max-width: 100%;
		height: auto;
		display: block;
		margin: 0 auto;
	}
}

@media screen and (max-width: 1000px) {

	.Introduction-content-img {
		display: none;
	}

	.Introduction-content-xs-img {
		display: block;
		text-align: center;
	}
}

@media screen and (max-width: 768px) {
	.common-content {
		margin-top: 30px;
	}

	.common-tit>p>br {
		display: none;
	}
}

@media screen and (max-width: 500px) {
	.common-tit h1 {
		font-size: 24px;
		line-height: 1.5;
	}

	.common-tit>p {
		font-size: 14px;
		margin-top: 20px;
	}
}

/*共同代码 End*/

/*导航条开始*/
.probootstrap-navbar .navbar-brand,
.probootstrap-navbar .navbar-nav>li>a,
.probootstrap-navbar .parent-nav-link-padding {
	padding: 20px 0;
}

.probootstrap-navbar .navbar-nav>li>a:focus {
	color: #001529;
}

.reset-free-trial {}

.reset-free-trial a span {
	font-size: 14px;
	padding: 8px 13px;
	background-color: #0067ED;
	border-radius: 4px;
	color: #ffffff;
	transition: all 0.5s;
}

.reset-free-trial a span:hover {
	background-color: #2885ff;
}

.nav-language {
	position: absolute !important;
	right: -120px;
	top: 0;
}

.nav-language img {
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
}

.nav-language span {
	font-size: 14px;
	font-weight: 400;
	padding-left: 2px;
	display: inline-block;
	vertical-align: middle;
}

.navbar-hotline {
	padding-top: 0 !important;
	cursor: default !important;
}

.nav-hotline {
	position: relative;
	padding-left: 5px;
}

.navbar-hotline-phone {
	display: flex !important;
	align-items: center;
	top: 15px;
	padding: 0 !important;
}

.navbar-hotline-phone img {
	width: 26px;
	height: 26px;
}

.nav-hotline h3 {
	font-size: 14px;
	font-weight: 400;
	color: #7D8EA8;
	line-height: 1;
}

.nav-hotline p {
	font-size: 16px;
	font-weight: bold;
	color: #001529;
	line-height: 1;
}

.navPhone {
	display: none;
}

.probootstrap-navbar .navbar-brand.navbar-qwbrand {
	cursor: default !important;
}

@media screen and (min-width: 768px) {
	.probootstrap-navbar .navbar-brand {
		background-size: inherit;
		margin-left: 0 !important;
		margin: 0 auto;
	}

	.probootstrap-navbar .navbar-brand.navbar-qwbrand {
		background: url(../images/enterpriseWechat.png) left center no-repeat;
		margin-right: 0;
	}

	.probootstrap-navbar.scrolled .navbar-return {
		background: url(/data/image/IN_LOGO.png) left center no-repeat !important;
		background-size: auto;
	}

	.probootstrap-navbar.scrolled .navbar-brand.navbar-qwbrand {
		background: url(../images/enterpriseWechat.png) left center no-repeat !important;
	}

	.nav-language span {
		color: #001529;
	}

	.probootstrap-navbar.scrolled .navbar-brand {
		background: url(/data/image/IN_LOGO.png) left center no-repeat;
	}
}

@media screen and (max-width: 768px) {
	.navPhone {
		display: none;
		padding-top: 8px;
		margin-left: 10px;
	}

	.navPhone-hotline h3 {
		font-size: 14px;
		font-weight: 400;
		color: #181920;
		line-height: 20px;

	}

	.navPhone-hotline p {
		font-size: 18px;
		font-family: Arial;
		font-weight: bold;
		color: #F98900;
		line-height: 20px;
	}

	.navbar-default .navbar-collapse ul {
		margin-bottom: 0;
	}

	.navbar-default .navbar-collapse ul:last-child {
		margin: 0;
	}

	.navbar-hotline-phone {
		margin-top: 0;
		top: 0;
	}

	.navbar-default .navbar-collapse ul:first-child>li>a {
		padding-left: 14px;
	}

	.probootstrap-navbar .navbar-brand {
		top: 6px;
		background: url(../images/logo-blue-big.png) left center no-repeat;
		background-size: contain;
	}
}

.dropdown-canver {
	width: 760px;
	background: #FFFFFF;
	border-radius: 2px;
	overflow: hidden;
	padding: 20px 0;
}

.dropdown-canver>div {
	position: relative;
	height: 100%;
}

.dropdown-canver>div::before {
	content: '';
	position: absolute;
	right: 0;
	width: 1px;
	height: 100%;
	background-color: #EEEEEE;
}

.dropdown-canver>div:first-child {
	padding-left: 30px;
}

.navbar-nav li:nth-of-type(2) .dropdown-menu .dropdown-canver>div:nth-of-type(3)::before,
.dropdown-canver>div:last-child::before {
	width: 0;
	background-color: transparent;
}

.dropdown-canver h4 {
	font-size: 14px;
	font-weight: 400;
	color: #7D8EA8;
	position: relative;
}

.dropdown-canver>div ul {
	height: calc(100% - 40px);
	list-style-type: none;
	margin-top: 20px;
	/* border-right: 1px solid #EEEEEE; */
}

.dropdown-canver>div:last-child ul {
	border-right: 0;
}

.dropdown-canver ul li {
	padding: 13px 0;
	transition: all 0.5s;
	line-height: 1;
}

.dropdown-canver ul li>i {
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
}

.dropdown-canver ul li .dropdown1 {
	background: url("../images/index/dropdown/dropdown1.png") no-repeat;
	background-size: contain;
}

.dropdown-canver ul li .dropdown2 {
	background: url("../images/index/dropdown/dropdown2.png") no-repeat;
	background-size: contain;
}

.dropdown-canver ul li .dropdown3 {
	background: url("../images/index/dropdown/dropdown3.png") no-repeat;
	background-size: contain;
}

.dropdown-canver ul li .dropdown4 {
	background: url("../images/index/dropdown/dropdown4.png") no-repeat;
	background-size: contain;
}

.dropdown-canver ul li .dropdown5 {
	background: url("../images/index/dropdown/dropdown5.png") no-repeat;
	background-size: contain;
}

.dropdown-canver ul li .dropdown6 {
	background: url("../images/index/dropdown/dropdown6.png") no-repeat;
	background-size: contain;
}

.dropdown-canver ul li .dropdown7 {
	background: url("../images/index/dropdown/dropdown7.png") no-repeat;
	background-size: contain;
}

.dropdown-canver ul li .dropdown8 {
	background: url("../images/index/dropdown/dropdown8.png") no-repeat;
	background-size: contain;
}

.dropdown-canver ul li .dropdown9 {
	background: url("../images/index/dropdown/dropdown9.png") no-repeat;
	background-size: contain;
}

.dropdown-canver ul li .dropdown10 {
	background: url("../images/index/dropdown/dropdown10.png") no-repeat;
	background-size: contain;
}

.dropdown-canver ul li .dropdown11 {
	background: url("../images/index/dropdown/dropdown11.png") no-repeat;
	background-size: contain;
}

.dropdown-canver ul li .dropdown12 {
	background: url("../images/index/dropdown/dropdown12.png") no-repeat;
	background-size: contain;
}

.dropdown-canver ul li .dropdown13 {
	background: url("../images/index/dropdown/dropdown13.png") no-repeat;
	background-size: contain;
}

.dropdown-canver ul li .dropdown14 {
	background: url("../images/index/dropdown/dropdown14.png") no-repeat;
	background-size: contain;
}

.dropdown-canver ul li .dropdown15 {
	background: url("../images/index/dropdown/dropdown15.png") no-repeat;
	background-size: contain;
}

.dropdown-canver ul li .dropdown16 {
	width: 30px;
	background: url("../images/index/dropdown/dropdown16.png") no-repeat;
	background-size: contain;
	margin-left: 8px;
}

.dropdown-canver ul li .dropdown17 {
	width: 34px;
	background: url("../images/index/dropdown/dropdown17.png") no-repeat;
	background-size: contain;
	margin-left: 8px;
}

.dropdown-canver ul li .dropdown18 {
	background: url("../images/index/dropdown/dropdown18.png") no-repeat;
	background-size: contain;
}

.dropdown-canver ul li .dropdown19 {
	background: url("../images/index/dropdown/dropdown19.png") no-repeat;
	background-size: contain;
}

.solution-canver {
	width: 500px;
	height: 232px
}

.dropdown-canver ul li .solution1 {
	background: url("../images/index/solution/solution1.png") no-repeat;
	background-size: contain;
}

.dropdown-canver ul li .solution2 {
	background: url("../images/index/solution/solution2.png") no-repeat;
	background-size: contain;
}

.dropdown-canver ul li .solution3 {
	background: url("../images/index/solution/solution3.png") no-repeat;
	background-size: contain;
}

.dropdown-canver ul li .solution4 {
	background: url("../images/index/solution/solution4.png") no-repeat;
	background-size: contain;
}

.dropdown-canver ul li .solution5 {
	background: url("../images/index/solution/solution5.png") no-repeat;
	background-size: contain;
}

.dropdown-canver ul li .solution6 {
	background: url("../images/index/solution/solution6.png") no-repeat;
	background-size: contain;
}

.dropdown-canver ul li .solution7 {
	background: url("../images/index/solution/solution7.png") no-repeat;
	background-size: contain;
}

.dropdown-canver ul li .solution8 {
	background: url("../images/index/solution/solution8.png") no-repeat;
	background-size: contain;
}

.dropdown-canver ul li .solution9 {
	background: url("../images/index/solution/solution9.png") no-repeat;
	background-size: contain;
}

.dropdown-canver ul li .solution10 {
	background: url("../images/index/solution/solution10.png") no-repeat;
	background-size: contain;
}

.probootstrap-navbar .dropdown-menu {
	min-width: 120px;
}

.dropdown-canver a {
	color: #192537;
	padding-left: 5px;
	vertical-align: middle;
}

.dropdown-canver ul li:hover a {
	color: #0067ED;
}

.probootstrap-navbar .navbar-nav>li>a.navbtn {
	color: #0067ED;
}

.probootstrap-navbar .navbar-nav>li>a.solution-navbtn {
	color: #0067ED;
}

.navbtn-bg {
	color: #0067ED !important;
}

.dropdown-svg {
	padding: 20px 10px;
}

.dropdown-svg ul {
	list-style-type: none;
}

.dropdown-svg ul li {
	text-align: center;
	margin-bottom: 15px;
}

.dropdown-svg ul li:last-child {
	margin-bottom: 0;
}

.dropdown-svg a {
	color: #374569;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	display: block;
	padding: 10px 0;
}

.dropdown-svg ul li:hover a {
	color: #0067ED;
	background-color: #e5f0fd;
}

.probootstrap-navbar .dropArrow>a:before {
	color: #0067ED !important;
}

.navbar-right {
	position: relative;
}

@media screen and (min-width: 1050px) and (max-width: 1440px) {
	.navbar-right {
		margin-right: 70px;
	}

	.probootstrap-navbar .navbar-nav>li>a {
		font-size: 14px;
		margin-left: 12px;
		margin-right: 12px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1050px) {
	.navbar .container {
		width: 100%;
		min-width: 940px;
	}

	.navbar-right {
		float: left !important;
	}
}

@media (min-width: 500px) and (max-width: 768px) {

	.navbar-default .navbar-nav>li>a {
		color: #777;
	}

	.probootstrap-navbar .dropdown>a:before {
		color: rgba(0, 0, 0, .4) !important;
	}

	.probootstrap-navbar .navbar-nav>li>a:active,
	.probootstrap-navbar .navbar-nav>li>a:focus,
	.probootstrap-navbar .navbar-nav>li>a:hover {
		color: #777;
	}
}

@media (min-width: 768px) and (max-width: 1200px) {

	.probootstrap-navbar .navbar-brand,
	.probootstrap-navbar .navbar-nav>li>a,
	.probootstrap-navbar .parent-nav-link-padding {
		margin-left: 0;
	}
}

@media (max-width: 1300px) {
	.navbar-qwbrand {
		display: none !important;
	}
}

@media (max-width: 768px) {
	.dropdown-canver {
		width: 573px;
		height: auto;
		padding: 0;
	}

	.dropdown-canver>div {
		padding-left: 15px;
		margin-bottom: 0;
	}

	.dropdown-canver>div {
		padding-left: 40px !important;
	}

	.dropdown-canver>div {
		padding-left: 16px;
	}

	.dropdown-canver>div ul {
		margin-top: 0;
		padding-left: 20px;
	}

	.probootstrap-navbar .dropdown-menu {
		padding: 0;
	}

	.probootstrap-navbar .dropdown-menu a {
		color: #374569;
	}

	.dropdown-svg ul li {
		text-align: left;
	}

	.probootstrap-navbar.scrolled .navbar-return {
		background: url(../images/icon-return-blue.png) left center no-repeat !important;
	}

	.navbar-hotline {
		display: none;
	}
}

@media (max-width: 500px) {

	.navbar-fixed-bottom .navbar-collapse,
	.navbar-fixed-top .navbar-collapse {
		max-height: 470px;
	}

	.flex-control-nav {
		display: none;
	}

	.probootstrap-navbar .navbar-nav>li>a {
		padding: 12px 0;
		display: flex;
	}
}

/*导航条结束*/

/*轮播 begin*/
.price-content-banner {
	position: relative;
	height: 100%;
}

.slides_overlay {
	display: flex;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 999;
}

.slides_main>.row {
	display: flex;
	align-items: center;
}

.slides_left h1 {
	font-size: 48px;
	font-weight: bold;
	color: #001529;
	line-height: 1;
	margin-bottom: 18px;
	margin-top: 29px;
}

.slides_left h2 {
	font-size: 48px;
	font-weight: bold;
	color: #001529;
	margin: 0;
	line-height: 1.3;
}

.slides_left p {
	font-size: 16px;
	font-weight: 400;
	color: #7D8EA8;
	line-height: 30px;
	margin-top: 32px;
}

.slides_left .slides-download {
	display: block;
	text-align: left;
	margin-top: 45px;
}

.slides_left .slides-download a {
	height: 50px;
	border-radius: 4px;
	display: inline-block;
	vertical-align: middle;
	padding: 0 50px;
	line-height: 50px;
	transition: all 0.5s;
}

.slides_left .slides-download a:nth-child(1) {
	color: #ffffff;
	background: #0067ED;
}

.slides_left .slides-download a:nth-child(1):hover {
	background-color: #2885ff;
}

.slides_left .slides-download a:nth-child(2) {
	color: #2885ff;
	border: 1px solid #2885ff;
	margin-left: 10px;
}

.slides_left .slides-download a:nth-child(2):hover {
	color: #ffffff;
	background: #0067ED;
}

.slides_right {
	min-height: 100%;
}

.slides_right>img {
	width: auto;
	max-width: 100%;
	height: auto;
}

.slides-there {
	float: right;
}

.slides-img-left {
	position: absolute;
	left: -150px;
	bottom: -35px;
	z-index: -1;
}

.slides-img-child {
	position: absolute;
	right: -200px;
	bottom: 0;
}

.slides_two-img {
	height: auto;
}

.slides-video .slides-video-box {
	position: relative;
	width: 100%;
	background-color: #D9EFFC;
}

.slides-video .slides-video-banner1 {
	background-color: #D6E6FE;
}

.slides-video .slides-video-box video {
	position: relative;
	width: 100%;
	max-height: 711px;
}

.slides-video .slides_main {
	width: 100%;
}

.slides-video .slides_right {
	display: none;
}

@media screen and (min-width: 1440px) {
	.slides-two {
		position: absolute;
		top: 0;
		right: 0;
		z-index: -1;
		height: 100%;
	}

	.slides_parent {
		position: relative;
		top: 67px;
		left: 50px;
	}

	.slides-video .slides-video-box video {
		left: 150px;
	}
}

@media screen and (min-width: 992px)and (max-width: 1440px) {
	.slides-video .slides-video-box video {
		left: 30px;
	}
}

@media screen and (min-width: 992px) {
	.slides_two-img img {
		max-width: 80%;
		float: right;
	}

	.slides_left-text {
		margin-top: 32px;
	}
}

@media screen and (min-width: 992px)and (max-width: 1336px) {
	.slides_right {
		width: 510px;
	}
}

@media screen and (max-width: 992px) {
	.slides-video .slides-video-box {
		display: none;
	}

	.slides-video .slides-video-box video {
		display: none;
	}

	.slides-video .slides_overlay {
		background: #D9EEFF;
	}

	.slides-video:nth-of-type(1) .slides_overlay {
		background-color: #D6E6FE;
	}

	.slides_overlay {
		position: relative;
		padding-top: 60px;
	}

	.price-content-banner {
		display: flex;
		align-items: center;
		background-color: #D7E6FE;
	}

	.price-content-banner>img {
		display: none;
	}

	.slides_main>.row {
		display: inline-block;
	}

	.slides_left h1,
	.slides_left h2 {
		font-size: 40px;
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
	}

	.slides_left p {
		margin-top: 32px;
	}

	.slides_left .slides-download {
		text-align: center;
		margin-top: 20px;
	}

	.slides_left {
		text-align: center;
		margin-top: 32px;
	}

	.slides_right {
		width: 100%;
		text-align: center;
		margin: 0 auto;
		margin-top: 32px;
		display: block;
		min-height: 260px;
	}

	.slides-video .slides_right {
		display: block;
	}

	.slides_right>img {
		max-width: 100%;
	}
}

@media screen and (max-width: 768px) {

	.slides_left h1,
	.slides_left h2 {
		font-size: 36px;
		margin-top: 0;
	}

	.slides_left {
		text-align: center;
	}

	.slides_left .slides-download a {
		height: 36px;
		line-height: 36px;
		padding: 0 36px;
	}
}

/*轮播End*/
.understand {
	position: absolute;
	left: 50%;
	bottom: -149px;
	z-index: 99;
	transform: translate(-50%);
}

.understand-box {
	position: relative;
	background: #FFFFFF;
	box-shadow: 0px 3px 10px 0px rgba(0, 103, 237, 0.1);
	border-radius: 3px;
	padding: 16px;
}

.understand-blue:after {
	content: '';
	position: absolute;
	right: 12px;
	bottom: 15px;
	background: url("../images/index/understand-horn1.png") no-repeat;
	background-size: auto;
	width: 44px;
	height: 33px;
	display: inline-block;
}

.understand-box h3 {
	font-size: 16px;
	font-weight: 400;
	color: #000000;
}

.understand-box p {
	font-size: 14px;
	font-weight: normal;
	color: #7D8EA8;
	line-height: 22px;
}

.understand-green:after {
	content: '';
	position: absolute;
	right: 12px;
	bottom: 15px;
	background: url("../images/index/understand-horn2.png") no-repeat;
	background-size: auto;
	width: 44px;
	height: 33px;
	display: inline-block;
}

.understand-purple:after {
	content: '';
	position: absolute;
	right: 12px;
	bottom: 15px;
	background: url("../images/index/understand-horn3.png") no-repeat;
	background-size: auto;
	width: 44px;
	height: 33px;
	display: inline-block;
}

.understand-gray:after {
	content: '';
	position: absolute;
	right: 12px;
	bottom: 15px;
	background: url("../images/index/understand-horn4.png") no-repeat;
	background-size: auto;
	width: 44px;
	height: 33px;
	display: inline-block;
}

.understand-box>p {
	font-size: 14px;
	font-weight: 400;
	color: #7D8EA8;
	line-height: 18px;
	margin-top: 16px;
	min-height: 54px;
}

.understand-box .understand-btn {
	margin-top: 16px;
	cursor: pointer;
}

.understand-box .understand-btn span {
	font-size: 16px;
	font-weight: 400;
	color: #0067ED;
	display: inline-block;
	vertical-align: middle;
}

.understand-box .understand-btn i {
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
}

@media screen and (max-width: 992px) {
	.understand {
		position: relative;
		left: 0;
		bottom: 0;
		z-index: 99;
		transform: none;
	}

	.understand>div>div>div {
		margin-top: 32px;
	}
}

@media screen and (min-width: 768px) {
	.carousel-indicators {
		bottom: 70px;
	}
}

@media screen and (max-width: 768px) {
	.spacing {
		padding: 50px 0;
	}

	.spacing-title h1 {
		line-height: 1.5;
		font-size: 28px;
	}
}

/*  tab 切换 */
.highlights {
	padding-top: 0px;
}

.highlights-box {}

.highlights-box>ul {
	width: 100%;
	height: 86px;
	line-height: 86px;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}

.highlights-box>ul>li {
	font-size: 18px;
	font-weight: 400;
	color: #8797AF;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
}

.highlights-box>ul>li.active {
	position: relative;
	color: #001529;
}

.highlights-box>ul>li.active:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background-color: #0067ED;
}

.highlights-main {
	padding: 40px 0;
	background: #FAFBFC;
}

.highlights-main .row {
	display: none;
}

.highlights-main .row:first-child {
	display: block;
}

.highlights-main img {
	min-width: 100%;
	margin-left: 50px;
}

.highlights-text {
	margin-top: 50px;
}

.highlights-text h3 {
	font-size: 30px;
	font-weight: 400;
	color: #001529;
}

.highlights-text p {
	font-size: 16px;
	font-weight: 400;
	color: #8797AF;
	line-height: 30px;
	margin-top: 30px;
}

.highlights-text h4 {
	font-size: 18px;
	font-weight: 400;
	color: #001529;
	margin-top: 28px;
}

.highlights-text ul {
	margin-top: 19px;
}

.highlights-text ul li {
	font-size: 16px;
	font-weight: 400;
	color: #001529;
	line-height: 30px;
	padding-left: 16px;
	position: relative;
	margin-top: 5px;
}

.highlights-text ul li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 10px;
	height: 10px;
	background: #0067ED;
	border-radius: 50%;
	transform: translateY(10px);
}

@media screen and (max-width: 992px) {
	.highlights-text ul {
		margin-bottom: 26px;
	}

	.highlights-text ul li {
		display: inline-block;
		padding-right: 16px;
	}

	.highlights-main img {
		width: 100%;
		margin-left: 0;
	}

	.highlights {
		padding-top: 0;
	}
}

@media screen and (max-width: 550px) {
	.highlights>.container {
		display: none;
	}

	.highlights-main {
		padding: 0;
	}

	.highlights-main .row {
		display: block !important;
	}
}

/*  tab 切换  End*/

/*  第三方客服服务 begin */
.channel {
	margin-top: 30px;
}

.channel-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 30px;
	margin-top: 30px;
}

.channel-box1 {
	width: 100%;
	height: 100%;
	background: url("../images/index/channel-bg1.png") no-repeat;
	background-size: auto;
}

.channel-box2 {
	width: 100%;
	height: 100%;
	background: url("../images/index/channel-bg2.png") no-repeat;
	background-size: auto;
}

.channel-box3 {
	width: 100%;
	height: 100%;
	background: url("../images/index/channel-bg3.png") no-repeat;
	background-size: auto;
}

.channel-box4 {
	width: 100%;
	height: 100%;
	background: url("../images/index/channel-bg4.png") no-repeat;
	background-size: auto;
}

.channel-left {}

.channel-left h3 {
	font-size: 22px;
	font-weight: 400;
	color: #001529;
}

.channel-left p {
	font-size: 16px;
	font-weight: 400;
	color: #7D8EA8;
	line-height: 24px;
	margin-top: 12px;
	min-height: 100px;
}

.channel-left a {
	font-size: 16px;
	font-weight: 400;
	color: #346BFC;
	display: inline-block;
}

.channel-right {}

.channel-right img {}

@media screen and (max-width: 768px) {
	.channel-box {
		background-size: cover;
	}
}

/*  第三方客服服务 End */

/* 多版本客服系统，注册即用 begin */
.version {
	width: 100%;
	min-height: 77px;
	background: url("../images/index/version-bg.png") no-repeat;
	background-size: auto;
}

.version-main {
	display: flex;
	align-items: flex-start;
	margin-top: 30px;
}

.version-box {
	width: calc(20% - 34px);
	background: #F3F7FC;
	border-radius: 6px;
	padding: 43px 26px;
	text-align: center;
	margin-left: 30px;
	margin-top: 30px;
	display: inline-block;
}

.version-box .version-img {}

.version-box .version-img img {}

.version-top {
	margin-top: 40px;
}

.version-top>h3 {
	font-size: 22px;
	font-weight: 400;
	color: #001529;
}

.version-top>p {
	font-size: 15px;
	font-weight: 400;
	color: #7D8EA8;
	line-height: 30px;
	margin-top: 26px;
	min-height: 150px;
}

.version-top>p span {
	color: #0067ED;
}

@media screen and (min-width: 1500px) {
	.version .container {
		width: 1400px;
	}

	.version-top>p {
		min-height: 120px;
	}
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
	.version-box {
		width: calc(20% - 15px);
		margin-left: 15px;
	}
}

@media screen and (max-width: 991px) and (min-width: 650px) {
	.version {
		min-height: auto;
		background-size: cover;
	}

	.version-main {
		flex-wrap: wrap;
	}

	.version-box {
		width: calc(50% - 30px);
	}

	.version-box:last-child {
		width: 100%;
	}
}

@media screen and (max-width: 650px) {
	.version {
		min-height: auto;
		background-size: cover;
	}

	.version-main {
		flex-direction: column;
	}

	.version-box {
		width: 100%;
		margin-left: 0;
	}
}

/* 多版本客服系统，注册即用 End */

/* 米多客，全域客户，即刻连接 begin */
.global {}

.global-main {}

.global-box {
	text-align: center;
	margin-top: 60px;
}

.global-img {}

.global-txt {
	margin-top: 36px;
}

.global-txt h3 {
	font-size: 22px;
	font-weight: 400;
	color: #001529;
}

.global-txt p {
	font-size: 14px;
	font-weight: 400;
	color: #7D8EA8;
	line-height: 24px;
	margin-top: 20px;
}

/* 米多客，全域客户，即刻连接 End */

/* 全球部署，沟通一触即达 begin */
.deploy {
	background: #F2F5FA;
}

.deploy-main {
	width: 100%;
	background: url("../images/index/deploy.png") no-repeat;
	background-size: auto;
}

.deploy-text {}

.deploy-text h3 {
	font-size: 36px;
	font-weight: 400;
	color: #001529;
}

.deploy-text p {
	font-size: 16px;
	font-weight: 400;
	color: #7D8EA8;
	line-height: 28px;
	margin-top: 26px;
}

.deploy-text>a {
	width: 144px;
	height: 50px;
	font-size: 18px;
	font-weight: 400;
	color: #0067ED;
	text-align: center;
	line-height: 50px;
	background: #FFFFFF;
	border-radius: 4px;
	cursor: pointer;
	display: block;
	margin-top: 78px;
}

.deploy-text>a:hover {
	color: #0067ED;
	background: #FFFFFF;
	border: 1px solid #0067ED;
}

.deploy-box {
	position: relative;
	padding: 12px 19px;
	background: #FFFFFF;
	border-radius: 3px;
	min-height: 330px;
}

.deploy-icon {
	width: 28px;
	height: 24px;
	background: url("../images/index/deploy-box.png") no-repeat;
	background-size: auto;
}

.deploy-box h3 {
	font-size: 18px;
	font-weight: 400;
	color: #7D8EA8;
	line-height: 28px;
	margin-top: 16px;
}

.deploy-box p {
	font-size: 14px;
	font-weight: 400;
	color: #001529;
	line-height: 28px;
	margin-top: 8px;
}

@media screen and (max-width: 992px) {
	.deploy-box {
		margin-top: 26px;
	}

	.deploy-box {
		min-height: auto;
	}
}

@media screen and (max-width: 768px) {
	.deploy-main {
		margin: 0;
	}

	.deploy-text h3 {
		font-size: 28px;
		line-height: 1.5;
	}

	.deploy-text>a {
		margin-top: 32px;
	}
}

/* 全球部署，沟通一触即达 End */

/* 与超万家企业客户共同成长 begin */
.cooperate {}

.logo_wrap {
	position: relative;
	width: 1440px;
	overflow: hidden;
	margin: 0 auto;
	font-size: 0;
	margin-top: 60px;
}

.logo_wrap .mask {
	position: absolute;
	z-index: 10;
}

.logo_wrap .left_mask {
	left: 0;
}

.logo_wrap .right_mask {
	right: 0;
	transform: rotate(180deg);
}

.logo_wrap .line_odd {
	width: 3976px;
	animation: scrollToRight-data 60s linear infinite;
}

.logo_wrap .line_odd .logo_img {
	width: auto;
	display: inline-block;
}

.logo_wrap .line_even {
	width: 3976px;
	-webkit-animation: scrollToRight-data 60s linear infinite;
	animation: scrollToRight-data 60s linear infinite;
}

.logo_wrap .line_even .logo_img {
	width: auto;
	display: inline-block;
}

.logo_wrap .line_four {
	width: 3569px;
}

@keyframes scrollToRight-data {
	from {
		-webkit-transform: translate3d(-30%, 0, 0);
	}

	to {
		-webkit-transform: translate3d(0%, 0, 0);
	}
}

/* 与超万家企业客户共同成长 End */

/*footer begin*/
.copyright {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	background: #F6F6F6;
	padding: 12px 0;
}

.copyright-content {
	font-size: 12px;
	color: #7D8EA8;
}

.copyright-content span {
	display: inline-block;
	margin-left: 10px;
	line-height: 1.5;
}

.copyright-content span a {
	color: #7D8EA8;
}

.copyright-content .copyright-icon_record {
	display: inline-block;
	color: #7D8EA8;

}

.copyright-content .copyright-icon_record a {
	position: relative;
	padding-left: 34px;
}

.copyright-content .copyright-icon_record a:before {
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	left: 10px;
	top: -4px;
	z-index: 9;
	padding-top: 15px;
	background: url(../images/icon_record.png) no-repeat center;
}

.copyright-content .copyright-icon_record a {
	color: #999999;
}

.copyright-content .copyright-icon_record a span {
	margin-left: 0;
	margin-right: 6px;
}

@media screen and (max-width: 768px) {
	.copyright-content {
		line-height: 5px;
	}

	.copyright-content .copyright-icon_record a:before {
		margin-top: 0;
	}

	.free p {
		font-size: 26px;
	}
}

/*底部信息*/
.footerInfor {
	padding: 60px 0;
	background-color: #ffffff;
}

/*.footerInfor-line {
    border-bottom: 1px solid #ffffff;
}*/

.footer-right {
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}

.footer-tit h4 {
	color: #001529;
	font-size: 16px;
	margin-bottom: 30px;
}

.phoneSlide {
	position: relative;
	text-align: left;
}

.phoneSlide i {
	display: none;
}

.footer-list {}

.footer-list>ul {
	padding-left: 0px;
	list-style-type: none;
}

.footer-list .qr {
	display: inline-block;
}

.footer-list li a {
	font-size: 14px;
	font-weight: 400;
	color: #7D8EA8;
	line-height: 30px;
}

.footer-list li a:hover {
	color: #0067ED;
	transition: linear 0.2s;
}

.footer-list img {
	display: block;
}

.footer-list-p {
	text-align: center;
}

.footer-list-p>p {
	font-size: 12px;
	font-weight: 300;
	color: #999999;
}

.footer-fl {
	float: left;
}

.footer-authority {}

.footer-authority ul {
	display: flex;
	flex-direction: column;
}

.footer-authority ul li {
	display: flex;
	align-items: center;
	flex-direction: row;
	margin-bottom: 18px;
}

.footer-authority ul li:last-child {
	margin-bottom: 0;
}

.footer-authority ul li>img {
	flex: 0 0 48px;
	height: 48px;
	display: inline-block;
}

.footer-authority ul li p {
	font-size: 14px;
	font-weight: 400;
	color: #7D8EA8;
	line-height: 24px;
	margin: 0;
	padding-left: 5px;
}

.container-mobile {
	display: none;
}

@media screen and (max-width: 992px) {
	.footerInfor .container {
		width: 100%;
	}
}

@media screen and (max-width: 768px) {
	.footerInfor .container {
		display: none;
	}

	.footerInfor .container-mobile {
		display: block;
		padding: 0 15px;
		box-sizing: border-box;
	}

	.services-title h1 {
		font-size: 26px;
	}

	.footerInfor {
		padding: 15px 0;
	}

	.footerInfor .col-xs-6 {}

	.footer-right {
		justify-content: center;
	}

	.footer-tit {
		width: auto;
		text-align: center;
		margin-bottom: 30px;
	}

	.footer-tit h4 {
		text-align: center;
		margin-bottom: 6px;
		margin-top: 6px;
	}

	.footer-tit h4.phoneSlide i {
		font-size: 16px;
		color: #001529;
		transition: 0.5s;
		padding-left: 5px;
		display: inline-block;
		vertical-align: middle;
	}

	.footer-left {
		margin-bottom: 20px;
	}

	.footer-fl {
		float: none;
	}

	.reset-photo {
		width: auto;
	}

	.soft-icon_up {
		-webkit-transform: translateY(-50%) rotateZ(-180deg) !important;
		transform: translateY(-50%) rotateZ(-180deg) !important;
	}

	.phoneSlide_info {
		display: none;
	}

	.footerPhone-inline {
		display: inline-block;
	}

	.footer-list-p>p {
		font-size: 14px;
		font-weight: 400;
		color: #001529;
		line-height: 26px;
	}

	.copyright-content {
		line-height: 1.5;
		color: #999999;
	}

	.footer-authority ul {
		margin-top: 18px;
	}

	.footer-authority ul li {
		flex-direction: column;
	}

	.authority-box {
		margin-top: 5px;
	}

	.footer-authority ul li p {
		padding-left: 0;
	}

}

/*footer End*/


/*渠道合作 begin*/
.channel-bg {
	min-height: 320px;
	background-image: url(../images/channel/channel-bg1.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	opacity: 1;
	display: flex;
	z-index: 2;
}

.channel-bg .container {
	position: relative;
}

.channel-bg-top {
	position: relative;
	height: 200px;
	width: 100%;
	background-color: #D7E6FE;
}

.channel-bg-top>.container {
	position: relative;
	height: 100%;
}

.channel-bg-ad {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(../images/channel/channel-bg2.png) no-repeat;
	background-position: left bottom;
	background-size: auto;
	z-index: 10
}

.channel-advert {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.channel-advert span {
	font-size: 40px;
	font-weight: bold;
	color: #FFFFFF;
}

.channel-column {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.channel-column-tit {
	font-size: 36px;
	font-weight: bold;
	color: #0163E3;
	line-height: 48px;
}

.channel-column-btn {
	position: relative;
	z-index: 10;
}

.channel-column-btn a {
	width: 104px;
	height: 42px;
	background: #0067ED;
	border: 1px solid #F2F5F9;
	border-radius: 5px;
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	line-height: 42px;
	cursor: pointer;
	display: inline-block;
}

.channel-column-btn a:hover {
	background-color: #2885ff;
}

.channel-price {
	background-color: #FAFBFC;
}

.channel-title h1 {
	font-size: 32px;
	font-weight: bold;
	color: #001529;
	line-height: 1.5;
}

.channel-title-img {
	position: absolute;
	left: 0;
	bottom: 7px;
}

.channel-price-box {
	margin-top: 12px;
	margin-bottom: 40px;
}

.channel-price-box img {}

.channel-price-box-text {}

.channel-price-box-text h3 {
	font-size: 18px;
	font-weight: 400;
	color: #0163E3;
	margin-top: 32px;
}

.channel-price-box-text p {
	font-size: 14px;
	font-weight: 400;
	color: #7D8EA8;
	margin-top: 20px;
}

.channel-price-box-text ul {
	margin-top: 8px;
}

.channel-price-box-text ul li {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	font-weight: 400;
	color: #001529;
	position: relative;
	padding-left: 16px;
}

.channel-price-box-text ul li:first-child {
	margin-right: 16px;
}

.channel-price-box-text ul li:after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: #0163E3;
	border-radius: 50%;
}

.channel-condition-main {
	position: relative;
}

.channel-condition {
	width: 100%;
	padding: 20px;
	margin-bottom: 28px;
	min-height: 165px;
}

.channel-condition1 {
	background: url("../images/channel/channel-condition-bg1.png") no-repeat;
	background-size: cover;
}

.channel-condition2 {
	background: url("../images/channel/channel-condition-bg2.png") no-repeat;
	background-size: cover;
}

.channel-condition3 {
	background: url("../images/channel/channel-condition-bg3.png") no-repeat;
	background-size: cover;
}

.channel-condition4 {
	background: url("../images/channel/channel-condition-bg4.png") no-repeat;
	background-size: cover;
	margin-bottom: 0;
}

.channel-condition5 {
	background: url("../images/channel/channel-condition-bg5.png") no-repeat;
	background-size: cover;
	margin-bottom: 0;
}

.channel-condition-text {}

.channel-condition-text h3 {
	font-size: 18px;
	font-weight: 400;
	color: #001529;
	margin-top: 19px;
}

.channel-condition-text p {
	font-size: 14px;
	font-weight: 400;
	color: #7D8EA8;
	line-height: 22px;
	margin-top: 15px;
}

/*合作流程*/
.channel-cooperate {
	background-color: #FAFBFC;
}

.channel-cooperate-main {}

.channel-cooperate-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.channel-cooperate-box {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.channel-cooperate-box>img {
	display: inline-block;
	vertical-align: bottom;
}

.channel-cooperate-box .channel-cooperate-inner {
	display: inline-block;
	vertical-align: bottom;
	margin-left: 16px;
}

.channel-cooperate-box .channel-cooperate-inner img {
	display: block;
	margin-bottom: 10px;
}

.channel-cooperate-box .channel-cooperate-inner span {
	font-size: 20px;
	font-weight: bold;
	color: #0163E3;
	display: block;
}

.channel-cooperate-bottom {
	width: 100%;
	margin-top: 42px;
}

.channel-cooperate-bottom img {
	width: 100%;
	display: inline-block;
}

.channel-free {
	width: 100%;
	background: url("../images/channel/channel-banner.png") no-repeat;
	background-size: cover;
}

.channel-free-box {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.channel-free-box p {
	font-size: 32px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1.5;
}

.channel-free-box .free-btn {
	margin-left: 60px;
}

.channel-free-box .free-btn a {
	width: 134px;
	height: 48px;
	background: #337EFF;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	cursor: pointer;
	text-align: center;
	display: inline-block;
	line-height: 48px;
}

.channel-free-box .free-btn a:hover {
	background-color: #2885ff;
}

@media screen and (max-width: 992px) {
	.channel-title-img {
		display: none;
	}

	.channel-title {
		margin-bottom: 32px;
	}

	.channel-title h1 {
		text-align: center;
	}
}

@media screen and (max-width: 768px) {
	.channel-bg .container {
		width: 100%;
	}

	.channel-advert {
		width: 100%;
		text-align: center;
	}

	.channel-condition {
		margin-bottom: 32px;
	}

	.channel-condition5 {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 560px) {
	.channel-column {
		flex-direction: column;
		justify-content: space-around;
	}

	.channel-price-box {
		text-align: center;
	}

	.channel-price-box-text h3 {
		font-size: 24px;
	}

	.channel-price-box-text p {
		font-size: 16px;
	}

	.channel-free-box {
		flex-direction: column;
	}

	.channel-free-box .free-btn {
		margin-left: 0;
		margin-top: 32px;
	}
}

/* 渠道合作 End */

/* 产品-全渠道部署 begin */
.deploy-banner {
	width: 100%;
	background-color: #D7E6FE;
}

.deploy-banner .container {
	position: relative;
	min-height: 600px;
}

.deploy-banner-box {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: row;
}

.deploy-banner-text {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.deploy-banner-text h3 {
	font-size: 48px;
	font-weight: bold;
	color: #001529;
	line-height: 1.5;
}

.deploy-banner-text p {
	font-size: 18px;
	font-weight: 400;
	color: #7D8EA8;
	line-height: 1.5;
	margin-top: 24px;
}

.deploy-banner-text .deploy-banner-text-btn a {
	width: 144px;
	height: 50px;
	background: #0067ED;
	border-radius: 4px;
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 50px;
	text-align: center;
	display: inline-block;
	margin-top: 40px;
}

.deploy-banner-text .deploy-banner-text-btn a:hover {
	background-color: #2885ff;
}

.deploy-banner-img {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 90px;
}

.deploy-img {
	width: 100%;
}

.deploy-img img {
	width: 100%;
}

.deploy-text {
	margin-top: 70px;
}

.deploy-text h3 {
	font-size: 36px;
	font-weight: bold;
	color: #001529;
	line-height: 52px;
}

.deploy-text p {
	font-size: 18px;
	font-weight: 400;
	color: #001529;
	line-height: 32px;
	margin-top: 32px;
}

.deploy-text a {
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	width: 210px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #0067ED;
	border-radius: 4px;
	display: inline-block;
	margin-top: 55px;
}

.deploy-inputPhone {
	width: 100%;
	background: #D7E6FE;
	border-radius: 12px;
	text-align: center;
	padding: 35px;
	margin: 0 auto;
	margin-top: 53px;
	box-sizing: border-box;
}

.deploy-inputPhone h1 {
	font-size: 32px;
	font-weight: bold;
	color: #001529;
	line-height: 52px;
}

.deploy-photo {
	width: 100%;
	max-width: 614px;
	margin: 0 auto;
	border: 1px solid #ffffff;
	border-radius: 10px;
	margin-top: 26px;
}

.layui-form-item {
	clear: both;
	*zoom: 1;
}

.layui-form-label {
	float: right;
	display: block;
	padding: 10px 25px;
	font-weight: 400;
	text-align: right;
	margin: 0;
	background-color: #0067ED;
}

.layui-form-label a {
	color: #ffffff;
}

.layui-input-block {
	margin-right: 110px;
	min-height: 36px;
}

.layui-input {
	display: block;
	width: 100%;
	padding-left: 10px;
	height: 48px;
	line-height: 48px;
	background-color: #fff;
	border: 1px solid #FFFFFF;
	border-radius: 10px 0px 0px 10px;
	outline: none;
}

@media screen and (min-width: 1200px) {
	.deploy-banner-img img {
		position: relative;
		top: 50px;
	}
}

@media screen and (min-width: 768px) {
	.deploy-flex {
		display: flex;
		align-items: center;
	}
}

@media screen and (max-width: 768px) {
	.deploy-banner-box {
		height: 100%;
		text-align: center;
		flex-direction: column;
	}

	.deploy-banner-text {
		margin-top: 70px;
	}

	.deploy-banner-text h3 {
		font-size: 40px;
	}

	.deploy-banner-img {
		width: 90%;
		margin: 0 auto;
		padding-left: 0;
	}

	.reset-photo {
		width: auto;
		margin-top: 20px;
	}

	.layui-input {
		height: 38px;
		line-height: 38px;
	}

	.layui-form-label {
		padding: 5px 25px;
	}

	.deploy-column-reverse {
		display: flex;
		text-align: center;
		flex-direction: column-reverse;
	}

	.deploy-text {
		margin-top: 0;
		text-align: center;
	}

	.deploy-img img {
		margin-top: 55px;
	}

	.deploy-text h3 br {
		display: none;
	}

	.deploy-text a {
		margin-top: 32px;
	}
}

@media screen and (max-width: 500px) {
	.services-title h1 {
		font-size: 24px;
		line-height: 1.5;
	}

	.layui-form-label {
		padding: 4px 15px;
	}

	.layui-input {
		height: 36px;
		line-height: 36px;
		border: 0;
	}

	.layui-input-block {
		margin-right: 93px;
	}
}

/* 产品-全渠道部署 End */

/* 产品-网站客服 begin */
.web-banner {
	width: 100%;
	background-color: #D7E6FE;
}

.web-banner .container {
	position: relative;
	min-height: 600px;
}

.web-banner-box {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: row;
}

.web-banner-text {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.web-banner-text h3 {
	font-size: 48px;
	font-weight: bold;
	color: #001529;
	line-height: 1.5;
}

.web-banner-text p {
	font-size: 18px;
	font-weight: 400;
	color: #7D8EA8;
	line-height: 1.5;
	margin-top: 24px;
}

.web-banner-text p a {
	color: #0067ED;
}

.web-banner-text .web-banner-text-btn a {
	width: 144px;
	height: 50px;
	background: #0067ED;
	border-radius: 4px;
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 50px;
	text-align: center;
	display: inline-block;
	margin-top: 40px;
}

.web-banner-img {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 90px;
}

.web-banner-img img {
	width: 100%;
}

.web-av {
	width: 100%;
	text-align: center;
	margin-top: 56px;
}

.web-av img {
	width: 100%;
}

.web-av-btn {
	margin-top: 53px;
}

.web-av-btn a {
	width: 210px;
	height: 50px;
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	background: #0067ED;
	border-radius: 4px;
	line-height: 50px;
	display: inline-block;
}

.web-fun {
	overflow: hidden;
	margin-top: 35px;
}

@media (min-width: 992px) {
	.web-fun-item {
		width: 20%;
	}
}

.web-fun-box {
	background: #FFFFFF;
	border-radius: 6px;
	padding: 20px;
	box-sizing: border-box;
	margin-top: 24px;
	min-height: 281px;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
	.web-fun-box {
		min-height: 340px;
	}
}

.web-fun-text h3 {
	font-size: 18px;
	font-weight: bold;
	color: #001529;
	line-height: 32px;
	margin-top: 36px;
}

.web-fun-text p {
	font-size: 16px;
	font-weight: 400;
	color: #7D8EA8;
	line-height: 24px;
	margin-top: 19px;
}

/* 为您提供多个版本的服务营销一体化解决方案 */
.web-scheme {
	margin-top: 60px;
}

.web-scheme-item {
	position: relative;
	min-height: 398px;
	box-sizing: border-box;
}

.web-scheme-item1 {
	background: url("../images/web/web-scheme1.png") no-repeat;
	background-size: 100% 100%;
}

.web-scheme-item2 {
	background: url("../images/web/web-scheme2.png") no-repeat;
	background-size: 100% 100%;
}

.web-scheme-item3 {
	background: url("../images/web/web-scheme3.png") no-repeat;
	background-size: 100% 100%;
}

.web-scheme-item4 {
	background: url("../images/web/web-scheme4.png") no-repeat;
	background-size: 100% 100%;
}

.web-scheme-box {
	padding: 28px;
}

.web-scheme-item h3 {
	font-size: 24px;
	font-weight: bold;
	color: #001529;
	line-height: 32px;
	margin-top: 34px;
}

.web-scheme-item p {
	font-size: 16px;
	font-weight: 400;
	color: #7D8EA8;
	line-height: 24px;
	margin-top: 31px;
}

.web-scheme-item p b {
	color: #0067ED;
	font-weight: 400;
}

.web-scheme-item a {
	font-size: 16px;
	font-weight: 400;
	color: #0067ED;
	line-height: 24px;
	margin-top: 145px;
	display: inline-block;
}

@media screen and (max-width: 1200px) {
	.web-banner-text h3 br {
		display: none;
	}
}

@media screen and (max-width: 992px) {

	.web-scheme-item1,
	.web-scheme-item2 {
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 768px) {
	.web-banner-box {
		height: auto;
		text-align: center;
		flex-direction: column;
		overflow: hidden;
		position: relative;
	}

	.web-banner-text {
		margin-top: 50px;
	}

	.web-banner-text h3 {
		font-size: 40px;
	}

	.web-banner-img {
		width: 90%;
		margin: 32px auto;
		padding-left: 0;
	}

	.web-photo {
		width: auto;
		margin-top: 20px;
	}

	.web-av img {
		width: 90%;
	}

	.web-scheme-item {
		margin-bottom: 30px;
	}

	.web-scheme-item4 {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 560px) {
	.web-scheme .col-xs-6 {
		width: 100%;
	}
}

/* 产品-网站客服 End */

/* 产品-AI客服 begin */
.ai-experience {
	display: flex;
	align-items: center;
	flex-direction: row;
	margin-top: 60px;
}

.ai-experience>img {
	padding: 16px;
}

.ai-experience-left {
	display: flex;
	flex-direction: column;
}

.ai-experience-left-item {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.ai-experience-left-item:last-child {
	margin-top: 30px;
}

.ai-experience-left-item .ai-experience-left-text {
	padding-left: 10px;
}

.ai-experience-left-item .ai-experience-left-text h3 {
	font-size: 18px;
	font-weight: 400;
	color: #001529;
	text-align: right;
}

.ai-experience-left-item .ai-experience-left-text p {
	font-size: 16px;
	font-weight: 400;
	color: #8797AF;
	line-height: 22px;
	margin-top: 8px;
}

.ai-experience-reverse {
	flex-direction: row-reverse;
}

.ai-experience-reverse .ai-experience-left-text h3 {
	text-align: left;
}

.ai-machine {
	margin-top: 60px;
}

.ai-machine-box {
	padding: 38px;
	min-height: 340px;
	text-align: center;
	background-color: #ffffff;
}

.ai-machine-box>img {}

.ai-machine-box>.ai-machine-text {}

.ai-machine-box .ai-machine-text h3 {
	font-size: 24px;
	font-weight: 400;
	color: #001529;
	margin-top: 39px;
}

.ai-machine-box .ai-machine-text p {
	font-size: 16px;
	font-weight: 400;
	color: #7D8EA8;
	line-height: 30px;
	margin-top: 24px;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
	.ai-machine-box {
		min-height: 360px;
	}
}

@media screen and (min-width: 768px) and (max-width: 992px) {
	.ai-machine-box {
		min-height: 420px;
	}
}

@media screen and (max-width: 992px) {
	.ai-experience>img {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	.ai-machine>div {
		margin-bottom: 30px;
	}

	.ai-machine>div:last-child {
		margin-bottom: 0;
	}

	.ai-experience {
		flex-direction: row;
		justify-content: center;
	}

	.ai-experience-left {
		padding: 0 10px;
	}

	.ai-experience-left-item {
		flex-direction: column-reverse;
		justify-content: center;
	}

	.ai-experience-left-item .ai-experience-left-text {
		margin-top: 32px;
	}

	.ai-experience-left-item .ai-experience-left-text h3 {
		text-align: center;
	}

	.ai-experience-left-item .ai-experience-left-text p {
		text-align: center;
		margin-top: 16px;
	}
}

@media screen and (max-width: 550px) {
	.services-title h1 {
		font-size: 24px;
		line-height: 1.5;
	}

	.ai-experience {
		flex-direction: column;
	}

	.ai-experience-left-item {
		margin-top: 30px;
	}

	.ai-experience .ai-experience-left:first-child .ai-experience-left-item:first-child {
		margin-top: 0;
	}
}

/* 产品-AI客服 End */

/*  产品-二维码推广 begin */
.channel-extension {
	padding: 38px;
}

.channel-extension1 {
	background: url("../images/extension/extension01-bg.png") center no-repeat;
	background-size: cover;
}

.channel-extension2 {
	background: url("../images/extension/extension02-bg.png") center no-repeat;
	background-size: cover;
}

.channel-extension .channel-card-middle-text h3 {
	font-size: 32px;
	font-weight: bold;
	color: #001529;
	line-height: 1.5;
}

.channel-extension .channel-card-middle-text p {
	font-size: 20px;
	font-weight: 400;
	color: #001529;
	text-align: left;
	line-height: 30px;
}

.channel-extension .channel-card-middle-btn {
	height: 46px;
	border-radius: 6px;
	display: inline-block;
	padding: 0 21px;
	line-height: 46px;
	margin-top: 38px;
	cursor: pointer;
}

.channel-extension .channel-card-middle-btn span {
	font-size: 16px;
	font-family: Microsoft JhengHei UI;
	font-weight: bold;
	vertical-align: middle;
	display: inline-block;
}

.channel-extension-white {
	background-color: #ffffff;
}

.channel-extension-white .channel-card-middle-text h3 {
	color: #001529;
	margin-top: 0;
}

.channel-extension-white .channel-card-middle-text p {
	color: #7D8EA8;
}

.channel-extension-white .channel-card-middle-btn {
	background: #337EFF;
}

.channel-extension-white .channel-card-middle-btn span {
	color: #FFFFFF;
}

.channel-extension-white .channel-card-middle-btn i {
	width: 6px;
	height: 11px;
	background: url("../images/language/big5/arrow-white.png") no-repeat;
	background-size: auto;
	display: inline-block;
	vertical-align: middle;
	margin-left: 75px;
}

.channel-extension-blue {
	background-color: #0067ED;
}

.channel-extension-blue .channel-card-middle-text h3 {
	color: #ffffff;
	margin-top: 0;
}

.channel-extension-blue .channel-card-middle-text p {
	color: #ffffff;
}

.channel-extension-blue .channel-card-middle-btn {
	background: #FFFFFF;
}

.channel-extension-blue .channel-card-middle-btn span {
	color: #0067ED;
}

.channel-extension-blue .channel-card-middle-btn i {
	width: 6px;
	height: 11px;
	background: url("../images/language/big5/arrow-blue.png") no-repeat;
	background-size: auto;
	display: inline-block;
	vertical-align: middle;
	margin-left: 75px;
}

/*  产品-二维码推广 End */

/*  产品-抖音 begin */
.channel-tremolo {
	padding: 38px;
}

.channel-tremolo1 {
	background: url("../images/tremolo/tremolo05-bg.png") center no-repeat;
	background-size: cover;
}

.channel-tremolo2 {
	background: url("../images/tremolo/tremolo06-bg.png") center no-repeat;
	background-size: cover;
}

.channel-tremolo .channel-card-middle-text h3 {
	font-size: 32px;
	font-weight: bold;
	color: #001529;
	line-height: 1.5;
}

.channel-tremolo .channel-card-middle-text p {
	font-size: 20px;
	font-weight: 400;
	color: #001529;
	text-align: left;
	line-height: 30px;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
	.channel-tremolo {
		min-height: 420px;
	}
}

@media screen and (min-width: 768px) and (max-width: 992px) {
	.channel-tremolo {
		min-height: 510px;
	}
}

/*  产品-抖音 End */

/* 产品 begin */
.channel-banner {
	width: 100%;
}

.channel-color-orange {
	background-color: #FEEBDC;
}

.channel-color-blue {
	background-color: #D7E6FE;
}

.channel-color-green {
	background-color: #E7F9F4;
}

.channel-color-purple {
	background-color: #EBE7FE;
}

.channel-banner .container {
	position: relative;
	min-height: 600px;
	padding-left: 0;
	padding-right: 0;
}

.channel-banner .container>.row {
	margin: 0;
}

.channel-banner-box {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.channel-banner-text {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.channel-banner-text h3 {
	max-width: 701px;
	font-size: 48px;
	font-weight: bold;
	color: #001529;
	line-height: 1.2;
}

.channel-banner-text h4 {
	font-size: 32px;
	font-weight: bold;
	color: #001529;
	line-height: 1.3;
	margin-top: 10px;
}

.channel-banner-text p {
	font-size: 18px;
	font-weight: 400;
	color: #7D8EA8;
	line-height: 1.5;
	margin-top: 24px;
	max-width: 540px;
}

.channel-banner-text .channel-banner-text-btn a {
	width: 144px;
	height: 50px;
	background: #0067ED;
	border-radius: 4px;
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 50px;
	text-align: center;
	display: inline-block;
	margin-top: 40px;
}

.channel-banner-text ul {
	margin-top: 12px;
}

.channel-banner-text ul li {
	position: relative;
	font-size: 16px;
	font-weight: normal;
	color: #7D8EA8;
	line-height: 22px;
	padding-left: 16px;
	margin-left: 10px;
	display: inline-block;
	vertical-align: middle;
}

.channel-banner-text ul li:first-child {
	margin-left: 0;
}

.channel-banner-text ul li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 8px;
	height: 8px;
	background: #0067ED;
	border-radius: 50%;
	display: inline-block;
	transform: translateY(-50%);
}

.channel-banner-img {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 90px;
}

.channel-banner-img img {
	width: auto;
}

.channel-experience-reverse {
	flex-direction: row-reverse;
}

.channel-experience-reverse .ai-experience-left-text h3 {
	text-align: left;
}

.channel-img {
	width: 100%;
}

.channel-img img {
	width: 100%;
}

.channel-text {}

.channel-text h3 {
	font-size: 36px;
	font-weight: bold;
	color: #001529;
	line-height: 52px;
}

.channel-text p {
	font-size: 18px;
	font-weight: 400;
	color: #001529;
	line-height: 32px;
	margin-top: 32px;
}

.channel-text a {
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	width: 210px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #0067ED;
	border-radius: 4px;
	display: inline-block;
	margin-top: 55px;
}

.channel-text a:hover {
	color: #0067ED;
	background: #FFFFFF;
	border: 1px solid #0067ED;
}

.channel-text-list {
	margin-top: 35px;
}

.channel-text-list h5 {
	position: relative;
	font-size: 20px;
	font-weight: bold;
	color: #001529;
	line-height: 32px;
	padding-left: 20px;
}

.channel-text-list h5:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
	height: 16px;
	background: #0067ED;
}

.channel-text-list ul {}

.channel-text-list ul li {
	position: relative;
	font-size: 16px;
	font-weight: 400;
	color: #001529;
	line-height: 26px;
	padding-left: 20px;
	margin-top: 20px;
}

.channel-text-list ul li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 8px;
	width: 8px;
	height: 8px;
	background: #CCD0D4;
	border-radius: 50%;

}

.channel-text .channel-text-item {
	margin-top: 32px;
}

.channel-text .channel-text-item h5 {
	font-size: 20px;
	font-weight: normal;
	color: #001529;
	line-height: 22px;
}

.channel-text .channel-text-item p {
	font-size: 16px;
	font-weight: normal;
	color: #001529;
	line-height: 22px;
	margin-top: 20px;
}

.channel-main {
	position: relative;
	z-index: 9;
	margin-top: 60px;
}

/* 三个 */
.channel-card {
	overflow: hidden;
	margin-top: 35px;
}

.channel-card-box {
	background: #FFFFFF;
	border-radius: 6px;
	padding: 20px;
	box-sizing: border-box;
	margin-top: 24px;
	min-height: 281px;
}

.channel-card-box-transparent {
	background: transparent;
}

.channel-card-box-center {
	text-align: center;
}

.channel-card-text h3 {
	font-size: 18px;
	font-weight: bold;
	color: #001529;
	line-height: 32px;
	margin-top: 36px;
}

.channel-card-text p {
	font-size: 16px;
	font-weight: 400;
	color: #7D8EA8;
	text-align: center;
	line-height: 24px;
	margin-top: 19px;
}

.channel-card-text p:last-child {
	margin-top: 0;
}

/* 四个 */
.channel-card-middle {
	padding: 38px;
	min-height: 320px;
	text-align: center;
	background-color: #ffffff;
}

.channel-card-lightGrayColor {
	border-radius: 6px;
	background: #F0F1F7;
}

.channel-card-middle-padd {
	padding: 0;
}

.channel-card-middle>img {}

.channel-card-middle-text {}

.channel-card-middle-text h3 {
	font-size: 18px;
	font-weight: 400;
	color: #001529;
	line-height: 1.3;
	margin-top: 32px;
}

.channel-card-middle-text p {
	font-size: 16px;
	font-weight: 400;
	color: #7D8EA8;
	text-align: center;
	line-height: 30px;
	margin-top: 24px;
}

.channel-card-box-nullWhite {
	text-align: center;
	background-color: transparent;
}

@media (min-width: 992px) {
	.channel-card-item {
		width: 20%;
	}

	.channel-banner-text h3 {
		white-space: nowrap;
	}
}

@media screen and (min-width: 768px) {
	.channel-flex {
		display: flex;
		align-items: center;
	}
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
	.channel-card-box {
		min-height: 340px;
	}

	.channel-card-middle {
		min-height: 390px;
	}
}

@media screen and (min-width: 768px) and (max-width: 992px) {}

@media screen and (max-width: 1200px) {

	.channel-banner-img img {
		max-width: 100%;
	}
}

@media screen and (max-width: 992px) {
	.channel-main>div {
		margin-bottom: 30px;
	}

	.channel-main>div:last-child {
		margin-bottom: 0;
	}

	.channel-banner-img img {
		max-width: 100%;
	}
}

@media screen and (max-width: 768px) {
	.channel-banner-box {
		height: auto;
		text-align: center;
		flex-direction: column;
		overflow: hidden;
		position: relative;
	}

	.channel-banner-text {
		margin-top: 70px;
	}

	.channel-banner-text h3 {
		font-size: 40px;
	}

	.channel-banner-text h3 br {
		display: none;
	}

	.channel-banner-img {
		width: 90%;
		margin: 0 auto;
		padding-left: 0;
	}

	.channel-column-reverse {
		display: flex;
		text-align: center;
		flex-direction: column-reverse;
	}

	.channel-text {
		margin-top: 0;
		text-align: center;
	}

	.channel-img img {
		margin-top: 55px;
	}

	.channel-text h3 br {
		display: none;
	}

	.channel-text a {
		margin-top: 32px;
	}

	.channel-text-list ul {
		display: flex;
		flex-direction: column;
	}

	.channel-text-list h5:before,
	.channel-text-list ul li:before {
		content: none;
	}

	.channel-card-middle {
		min-height: 280px;
	}
}

@media screen and (max-width: 480px) {
	.channel-card-text p br {
		display: none;
	}
}

/* 产品 End */


/* Engish begin */
.englishStay {
	position: relative;
}

.englishStay-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 35%;
	height: 100%;
	background: #F0F1F7;
	border-radius: 0px 12px 12px 0px;
}

.englishStay-tit {
	position: relative;
	text-align: right;
}

.englishStay-tit h3 {
	font-size: 46px;
	font-weight: bold;
	color: #001529;
	line-height: 1.5;
}

.englishStay-tit h3 i {
	font-size: 46px;
	font-weight: bold;
	color: #7D8EA8;
	line-height: 1.5;
	font-style: normal;
	display: block;
}

.englishStay-box {
	display: flex;
	text-align: left;
	justify-content: flex-start;
	flex-direction: column;
	margin-top: 50px;
}

.englishStay-box img {
	margin-bottom: 24px;
}

.englishStay-box>img:first-child {
	width: 98px;
	height: 98px;
}

.englishStay-box>img:nth-child(2) {
	width: 98px;
	height: 58px;
	object-fit: contain;
}

.englishStay-box .object-fit {
	width: 203px !important;
}

.englishStay-box p {
	font-size: 22px;
	font-family: Arial;
	font-weight: 400;
	color: #7D8EA8;
	line-height: 1.5;
	margin-top: 4px;
}

@media screen and (max-width: 992px) {
	.englishStay-bg {
		display: none;
	}

	.englishStay-tit h3 {
		text-align: center;
	}

	.englishStay-tit h3 i {
		color: #001529;
		display: inline;
	}

	.englishStay-tit h3 br {
		display: none;
	}

	.englishStay-box {
		text-align: center;
		align-items: center;
	}
}

.englishRealize {
	padding-top: 89px;
}

.englishRealize-box {
	position: relative;
	margin-top: 70px;
	padding-bottom: 100px;
}

.englishRealize-left {}

.englishRealize-left h3 {
	font-size: 40px;
	font-family: Arial;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1.5;
}

.englishRealize-left p {
	font-size: 18px;
	font-family: Arial;
	font-weight: 400;
	color: #B8CBF8;
	line-height: 1.5;
	margin-top: 53px;
}

.englishRealize-right {
	position: absolute;
	top: -180px;
}

.englishRealize-right img {
	width: 100%;
}

.english-respond {
	margin-top: 100px;
}

.english-respond>div {
	min-height: 500px;
}

.english-respond-img {
	width: 66px;
	height: 60px;
	margin-bottom: 38px;
}

.english-respond .channel-text h3 {
	font-size: 26px;
	line-height: 30px;
}

.english-respond .channel-text-list ul li {
	font-size: 18px;
	color: #7D8EA8;
	line-height: 26px;
}

.english-respond .channel-text-list ul li:before {
	background: #0067ED;
}

.english-ai .channel-text-list ul li:before {
	background-color: #0067ED;
}

.english-features {
	display: flex;
	flex-wrap: wrap;
}


.english-global {
	padding-top: 0;
}

.english-global-hd {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.english-global-hd .english-global-text {
	max-width: 458px;
}

.english-global-hd .english-global-text h1 {
	font-size: 40px;
	font-family: Arial;
	font-weight: 400;
	color: #001529;
	line-height: 1.5;
	display: block;
}

.english-global-hd .english-global-text p {
	font-size: 22px;
	font-family: Arial;
	font-weight: 400;
	color: #001529;
	margin-top: 16px;
	line-height: 1.5;
}

.english-global-hd .english-global-img {}

.english-global-hd .english-global-img img {}

.english-global-box {
	background: #F0F1F7;
	border-radius: 10px;
	margin-top: 60px;
	min-height: 320px;
}

.english-global-box .english-global-txt {
	padding: 27px 25px;
}

.english-global-box .english-global-txt h3 {
	font-size: 22px;
	font-family: Arial;
	font-weight: bold;
	color: #0067ED;
	line-height: 26px;
}

.english-global-box .english-global-txt p {
	font-size: 18px;
	font-family: Arial;
	font-weight: 400;
	color: #7D8EA8;
	line-height: 26px;
	margin-top: 16px;
}

.english-footer {
	border-top: 1px solid #E6EAEA;
}

.english-footer-box {
	width: 100%;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 16px;
}

.english-footer-copyright {
	font-size: 14px;
	font-weight: 400;
	color: #778496;
	line-height: 1.5;
}

.english-footer-tab {
	position: relative;
}

.english-footer-tab-icon {
	cursor: pointer;
	outline: none;
}

.english-footer-tab-icon i {
	font-style: normal;
	display: inline-block;
	vertical-align: middle;
}

.english-footer-tab-icon img {
	display: inline-block;
	vertical-align: middle;
}

.english-footer-tab ul {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 99;
	min-width: 150px;
	border: 0;
	margin: 6px 0;
	background: #fff;
	border-radius: 4px;
	transform: translate(-10px, -55px);
	box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.15);
	display: none;
}

.english-footer-tab ul li {
	height: 40px;
	line-height: 40px;
	padding: 0 16px;
	cursor: pointer;
	box-sizing: border-box;
	margin-bottom: 15px;
}

.english-footer-tab ul li:hover {
	background-color: #e5f0fd;
}

.english-footer-tab ul li:last-child {
	margin-bottom: 0;
}

.english-footer-tab ul li i {
	width: 80px;
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
	color: #778496;
	line-height: 40px;
	user-select: none;
	display: inline-block;
	vertical-align: middle;
}

.english-footer-tab ul li:hover i {
	color: #0067ED;
}

.english-footer-tab ul li img {
	width: 26px;
	height: 26px;
	display: inline-block;
	vertical-align: middle;
}

.elaborately .elaborately-main {
	margin-top: 100px;
	display: none;
}

.elaborately .elaborately-main:first-child {
	display: block;
}

.elaborately-img {
	position: relative;
	text-align: center;
	transform: translateY(80px);
}

.elaborately-img .core {
	width: 100%;
	max-width: 440px;
}

.elaborately-website {
	position: absolute;
	left: -40px;
	top: -40px;
	z-index: 1;
}

.elaborately-dialogue {
	position: absolute;
	right: 40px;
	top: 10px;
	z-index: 1;
}

.elaborately-work {
	position: absolute;
	right: 0;
	bottom: -30px;
	z-index: 1;
}

.elaborately-service {
	position: absolute;
	left: -30px;
	bottom: 40px;
	z-index: 1;
}

.elaborately-right {
	width: 100%;
	min-height: 578px;
	border-radius: 10px;
	padding: 26px;
	box-sizing: border-box;
}

.elaborately-bg-website {
	background: #8463FD;
}

.elaborately-bg-dialogue {
	background: #FE7D06;
}

.elaborately-bg-work {
	background: #0067ED;
}

.elaborately-bg-service {
	background: #1CAE1B;
}

.elaborately-right .elaborately-right-hd {
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: space-between;
}

.elaborately-right .elaborately-right-hd h3 {
	font-size: 26px;
	font-weight: normal;
	color: #FFFFFF;
}

.elaborately-right .elaborately-right-hd .elaborately-right-arrow {
	width: 112px;
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: space-between;
}

.elaborately-right .elaborately-right-hd .elaborately-right-arrow .arrow-left {
	width: 46px;
	height: 46px;
	cursor: pointer;
	background: url("../images/language/en/arrow-left.png") no-repeat;
	background-size: auto;
}

.elaborately-right .elaborately-right-hd .elaborately-right-arrow .arrow-right {
	width: 46px;
	height: 46px;
	cursor: pointer;
	background: url("../images/language/en/arrow-right.png") no-repeat;
	background-size: auto;
}

.elaborately-right .elaborately-right-state {
	margin-top: 26px;
}

.elaborately-right-text {
	margin-top: 32px;
}

.elaborately-right-text>p {
	font-size: 22px;
	font-family: Arial;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1.5;
}

.elaborately-right-text ul {}

.elaborately-right-text ul li {
	position: relative;
	font-size: 18px;
	font-family: Arial;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 26px;
	opacity: 0.5;
	padding-left: 16px;
	margin-top: 19px;
}

.elaborately-right-text ul li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 9px;
	height: 9px;
	background: #FFFFFF;
	opacity: 0.5;
	border-radius: 50%;
	margin-top: 9px;
}

/* English 下载 begin */
.engDownload {
	padding-top: 100px;
}

.engDownload .engDownload-container {
	width: 100%;
	text-align: center;
}

.engDownload .engDownload-container ul {
	max-width: 427px;
	height: 56px;
	line-height: 56px;
	background: #F4F5F7;
	border: 1px solid #D4DAE2;
	border-radius: 28px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}

.engDownload .engDownload-container ul li {
	width: 196px;
	height: 42px;
	font-size: 18px;
	font-family: Arial;
	font-weight: bold;
	color: #001529;
	cursor: pointer;
	line-height: 42px;
	display: inline-block;
	vertical-align: middle;
	border: 1px solid transparent;
}

.engDownload .engDownload-container ul li.active {
	color: #0067ED;
	background: #FFFFFF;
	border: 1px solid #D4DAE2;
	border-radius: 21px;
}

.engDownload .engDownload-container .engDownload-wrap {
	margin-top: 58px;
}

.engDownload .engDownload-container .engDownload-wrap .engDownload-list {
	display: none;
}

.engDownload .engDownload-container .engDownload-wrap .engDownload-list:first-child {
	display: block;
}

.engDownload .engDownload-container .engDownload-wrap .engDownload-list h1 {
	font-size: 46px;
	font-family: Arial;
	font-weight: bold;
	color: #001529;
	line-height: 1.5;
}

.engDownload .engDownload-container .engDownload-wrap .engDownload-list>p {
	font-size: 26px;
	font-family: Arial;
	font-weight: 400;
	color: #001529;
	line-height: 1.5;
	margin-top: 16px;
}

.engDownload-list .engDownload-edition {
	margin-top: 45px;
}

.engDownload-list .engDownload-edition .engDownload-edition-box {}

.engDownload-list .engDownload-edition .engDownload-btn {
	position: relative;
	width: 184px;
	height: 56px;
	color: #0067ED;
	cursor: pointer;
	background: #FFFFFF;
	border: 1px solid #0067ED;
	border-radius: 4px;
	margin: 0 auto;
	line-height: 53px;
	display: inline-block;
	margin-left: 20px;
}

.engDownload-list .engDownload-edition .engDownload-btn:first-child {
	margin-left: 0;
}

.engDownload-list .engDownload-edition .engDownload-btn:hover {
	background: #0C66FF;
	border: 1px solid #0C66FF;
}

.engDownload-list .engDownload-edition .engDownload-btn i {
	width: 19px;
	height: 19px;
	display: inline-block;
	vertical-align: middle;
}

.engDownload-list .engDownload-edition .engDownload-btn:nth-child(1) i {
	background: url("../images/language/windows-blue.png") no-repeat;
	background-size: auto;
}

.engDownload-list .engDownload-edition .engDownload-btn:nth-child(2) i {
	background: url("../images/language/android-blue.png") no-repeat;
	background-size: auto;
}

.engDownload-list .engDownload-edition .engDownload-btn:nth-child(3) i {
	background: url("../images/language/apple-blue.png") no-repeat;
	background-size: auto;
}

.engDownload-list .engDownload-edition .engDownload-btn span {
	color: #0067ED;
	display: inline-block;
	vertical-align: middle;
}

.engDownload-list .engDownload-edition .engDownload-btn:nth-child(1):hover i {
	background: url("../images/language/windows-white.png") no-repeat;
	background-size: auto;
}

.engDownload-list .engDownload-edition .engDownload-btn:nth-child(2):hover i {
	background: url("../images/language/android-white.png") no-repeat;
	background-size: auto;
}

.engDownload-list .engDownload-edition .engDownload-btn:nth-child(3):hover i {
	background: url("../images/language/apple-white.png") no-repeat;
	background-size: auto;
}

.engDownload-list .engDownload-edition .engDownload-btn:hover span {
	color: #FFFFFF;
}

.engDownload-list .engDownload-edition .engDownload-btn:hover .engDownload-popover {
	display: block !important;
}

.engDownload-list .engDownload-edition p {
	font-size: 12px;
	font-family: Arial;
	font-weight: 400;
	color: #7D8EA8;
	line-height: 22px;
	margin-top: 12px;
}

.engDownload-other {
	width: 100%;
	background: #F1FBFF;
	border-radius: 12px;
	padding: 100px 0;
}

.engDownload-other-title {
	width: 100%;
	text-align: center;
}

.engDownload-other-title h3 {
	font-size: 46px;
	font-family: Arial;
	font-weight: bold;
	color: #001529;
}

.engDownload-other-title p {
	font-size: 18px;
	font-family: Arial;
	font-weight: 400;
	color: #7D8EA8;
	margin-top: 15px;
}

.engDownload-other-main {
	text-align: center;
	margin-top: 60px;
}

.engDownload-other-main img {}

.engDownload-other-main .engDownload-other-text {}

.engDownload-other-main .engDownload-other-text h3 {
	font-size: 26px;
	font-family: Arial;
	font-weight: bold;
	color: #001529;
	line-height: 1;
	margin-top: 30px;
}

.engDownload-other-main .engDownload-other-text p {
	font-size: 22px;
	font-family: Arial;
	font-weight: 400;
	color: #7D8EA8;
	margin-top: 12px;
}

.engDownload-other-main .engDownload-other-text a {
	font-size: 22px;
	font-family: Arial;
	font-weight: 400;
	text-decoration: underline;
	color: #0067ED;
	margin-top: 16px;
	display: inline-block;
	text-decoration: none;
}

.engDownload-other-main .engDownload-other-text a:hover {
	text-decoration: underline;
}

.engDownload-popover {
	width: max-content;
	position: absolute;
	bottom: -50%;
	left: 50%;
	background: #fff;
	min-width: 150px;
	max-width: 260px;
	border-radius: 4px;
	border: 1px solid #ebeef5;
	padding: 12px;
	z-index: 2000;
	color: #606266;
	line-height: 1.4;
	text-align: justify;
	font-size: 14px;
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
	word-break: break-all;
	transform-origin: center top;
	display: none;
	transform: translate(-50%, -50%);
}

.engDownload-popover__text img {
	width: 160px;
	height: 160px;
}

.engDownload-popover .engDownload-popover__arrow {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 6px;
	filter: drop-shadow(0 2px 12px rgba(0, 0, 0, .03));
	bottom: -6px;
	left: 50%;
	margin-right: 3px;
	border-top-color: #ebeef5;
	border-bottom-width: 0;
}

.engDownload-popover .engDownload-popover__arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	content: " ";
	border-width: 6px;
	bottom: 1px;
	margin-left: -6px;
	border-top-color: #fff;
	border-bottom-width: 0;
}

/* English 下载 End */
@media screen and (max-width: 1200px) {
	.english-global-box {
		min-height: 390px;
	}

	.englishRealize-right {
		top: 0;
	}
}

@media screen and (max-width: 992px) and (min-width: 768px) {
	.englishRealize-box {
		margin: 0;
	}

	.english-respond>div {
		min-height: 600px;
	}

	.englishRealize-right {
		position: relative;
		top: 0;
		margin-top: 50px;
	}
}

@media screen and (max-width: 992px) {
	.englishRealize {
		padding-top: 50px;
		background-color: #0067ED;
	}

	.englishRealize-box {
		padding-bottom: 0;
	}

	.channel-banner-box {
		position: relative;
		flex-direction: column;
		padding-top: 60px;
	}

	.channel-banner-text {
		align-items: center;
	}

	.channel-banner-text p {
		max-width: 100%;
	}

	.channel-banner-img {
		padding-left: 0;
	}

	.channel-banner-img img {
		width: auto;
		max-width: 80%;
		;
		margin: 0 auto;
	}

	.elaborately-img {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	.english-respond-img {
		margin: 0 auto;
		margin-bottom: 30px;
	}

	.englishRealize-box {
		margin-top: 0;
	}

	.englishRealize {
		padding-top: 50px;
		background-color: #0067ED;
	}

	.englishRealize-left h3 {
		text-align: center;
	}

	.englishRealize-right {
		position: relative;
		top: 0;
		width: 80%;
		margin: 0 auto;
		margin-top: 50px;
	}

	.english-global-box {
		min-height: 300px;
	}

	.english-global-hd .english-global-img {
		display: none;
	}

	.english-global-hd .english-global-text {
		max-width: 100%;
		text-align: center;
	}

	.english-footer-tab-icon {
		text-align: center;
	}
}

@media screen and (max-width: 600px) {
	.english-footer-box {
		height: auto;
		padding: 8px 0;
		flex-direction: column-reverse;
	}

	.english-footer-box .english-footer-logo {
		display: none;
	}
}

@media screen and (max-width: 400px) {
	.engDownload-list .engDownload-edition .engDownload-btn {
		margin-left: 0;
		margin-top: 24px;
	}

	.engDownload-list .engDownload-edition .engDownload-btn:first-child {
		margin-top: 0;
	}
}

/* Engish End */

/* 台湾 begin */
.big5-banner {
	width: 100%;
	min-height: 720px;
	background: url("../images/language/big5/big5-bannerbg.png") no-repeat;
	background-size: auto;
}

.big5-banner .big5-banner-box {
	position: absolute;
	left: 50%;
	z-index: 99;
	width: 100%;
	height: auto;
	text-align: center;
	transform: translateX(-50%);
}

.big5-banner .big5-banner-box .title {
	margin-top: 120px;
}

.big5-banner .big5-banner-box .title h3 {
	font-size: 45px;
	font-weight: bold;
	color: #FFFFFF;
}

.big5-banner .big5-banner-box .title p {
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
	margin-top: 39px;
}

.big5-banner .big5-banner-box img {
	position: relative;
	top: 64px;
	max-width: 100%;
}

.big5-cooperate {
	padding-top: 150px;
	padding-bottom: 0;
}

.big5-cooperate .logo_wrap {
	width: 100%;
}

.big5-cooperate .logo_wrap .line_odd {
	width: 100%;
}

.big5-cooperate-font {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
	font-size: 160px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #001529;
	opacity: 0.03;
	display: flex;
	align-items: center;
	flex-direction: row;
	height: 100%;
}

.big5-cooperate-text {
	padding-top: 65px;
	padding-bottom: 100px;
	text-align: center;
	background-color: #F2F5FA;
	margin-top: 50px;
}

.big5-cooperate-text p {
	font-size: 20px;
	font-family: Microsoft JhengHei UI;
	font-weight: 400;
	color: #7D8EA8;
	line-height: 36px;
}

.big5-cooperate-bg {
	width: 100%;
	height: 310px;
	background: url("../images/language/big5/bg2.png") no-repeat;
	background-size: auto;
}

.big5-function {
	display: flex;
	margin-top: 80px;
}

.big5-function-font {
	position: absolute;
	left: 20px;
	top: 40px;
	z-index: 8;
	font-size: 100px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #001529;
	line-height: 100px;
	opacity: 0.03;
}

.big5-function-white {
	color: #ffffff;
	opacity: 0.3;
}

.big5-function-left {
	width: 100%;
	max-width: 624px;
	height: auto;
	background: #EEF3F7;
}

.big5-function-left ul {
	width: 100%;
	padding: 40px 0;
}

.big5-function-left ul li {
	width: 100%;
	height: 62px;
	cursor: pointer;
	padding-left: 321px;
}

.big5-function-left ul li:hover {
	background: #0067ED;
}

.big5-function-left ul li span {
	font-size: 18px;
	font-family: Microsoft JhengHei UI;
	font-weight: 400;
	color: #001529;
	line-height: 62px;
	padding-left: 10px;
	display: inline-block;
	vertical-align: middle;
}

.big5-function-left ul li:hover span {
	color: #FFFFFF;
}

.big5-function-left ul li i {
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
}

.big5-function-left ul li i.big5-channel {
	background: url("../images/language/big5/icon-channel-gray.png") no-repeat;
	background-size: auto;
}

.big5-function-left ul li:hover i.big5-channel {
	background: url("../images/language/big5/icon-channel-white.png") no-repeat;
	background-size: auto;
}

.big5-function-left ul li i.big5-dialogue {
	background: url("../images/language/big5/icon-dialogue-gray.png") no-repeat;
	background-size: auto;
}

.big5-function-left ul li:hover i.big5-dialogue {
	background: url("../images/language/big5/icon-dialogue-white.png") no-repeat;
	background-size: auto;
}

.big5-function-left ul li i.big5-workorder {
	background: url("../images/language/big5/icon-workorder-gray.png") no-repeat;
	background-size: auto;
}

.big5-function-left ul li:hover i.big5-workorder {
	background: url("../images/language/big5/icon-workorder-white.png") no-repeat;
	background-size: auto;
}

.big5-function-left ul li i.big5-ai {
	background: url("../images/language/big5/icon-ai-gray.png") no-repeat;
	background-size: auto;
}

.big5-function-left ul li:hover i.big5-ai {
	background: url("../images/language/big5/icon-ai-white.png") no-repeat;
	background-size: auto;
}

.big5-function-left ul li i.big5-data {
	background: url("../images/language/big5/icon-data-gray.png") no-repeat;
	background-size: auto;
}

.big5-function-left ul li:hover i.big5-data {
	background: url("../images/language/big5/icon-data-white.png") no-repeat;
	background-size: auto;
}

.big5-function-left ul li.active {
	background: #0067ED;
}

.big5-function-left ul li.active span {
	color: #FFFFFF;
}

.big5-function-left ul li.active i.big5-channel {
	background: url("../images/language/big5/icon-channel-white.png") no-repeat;
	background-size: auto;
}

.big5-function-left ul li.active i.big5-dialogue {
	background: url("../images/language/big5/icon-dialogue-white.png") no-repeat;
	background-size: auto;
}

.big5-function-left ul li.active i.big5-workorder {
	background: url("../images/language/big5/icon-workorder-white.png") no-repeat;
	background-size: auto;
}

.big5-function-left ul li.active i.big5-ai {
	background: url("../images/language/big5/icon-ai-white.png") no-repeat;
	background-size: auto;
}

.big5-function-left ul li.active i.big5-data {
	background: url("../images/language/big5/icon-data-white.png") no-repeat;
	background-size: auto;
}

.big5-function-left .big5-function-img {
	text-align: right;
}

.big5-function-right {
	width: 100%;
	max-width: calc(100% - 624px);
}

.big5-function-right .big5-function-item {
	display: none;
}

.big5-function-right .big5-function-item:first-child {
	display: block;
}

.big5-function-right .big5-function-item .big5-function-tit {
	max-width: 466px;
	padding-left: 59px;
	padding-top: 30px;
}

.big5-function-right .big5-function-item .big5-function-tit h3 {
	font-size: 32px;
	font-family: Microsoft JhengHei UI;
	font-weight: bold;
	color: #001529;
	line-height: 26px;
}

.big5-function-right .big5-function-item .big5-function-tit h5 {
	font-size: 22px;
	font-family: Microsoft JhengHei UI;
	font-weight: 400;
	color: #001529;
	line-height: 22px;
	margin-top: 16px;
}

.big5-function-right .big5-function-item .big5-function-tit p {
	font-size: 16px;
	font-family: Microsoft JhengHei UI;
	font-weight: 400;
	color: #7D8EA8;
	line-height: 30px;
	margin-top: 32px;
}

.big5-function-right .big5-function-item .big5-function-box {
	position: relative;
	padding-top: 60px;
}

.big5-function-right .big5-function-item .big5-function-box ul {
	width: 100%;
	padding: 40px 0;
	background: #0067ED;
}

.big5-function-right .big5-function-item .big5-function-box ul li {
	position: relative;
	width: calc(100% - 78px);
	font-size: 16px;
	font-family: Microsoft JhengHei UI;
	font-weight: 400;
	text-align: left;
	color: #FFFFFF;
	line-height: 20px;
	margin-left: 78px;
	margin-bottom: 26px;
}

.big5-function-right .big5-function-item .big5-function-box ul li:before {
	content: '';
	position: absolute;
	left: -16px;
	top: 50%;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	z-index: 99;
	border-radius: 50%;
	background-color: #ffffff;
}

.big5-function-right .big5-function-item .big5-function-box ul li:last-child {
	margin-bottom: 0;
}

.big5-function-right .big5-function-item .big5-function-box img {
	position: absolute;
	left: 50%;
	top: -55px;
}

@media screen and (max-width:1560px) and (min-width: 1200px) {
	.big5-function-right .big5-function-item .big5-function-box img {
		left: 60%;
		top: -24px;
		width: 350px;
	}

	.big5-function-left ul li {
		padding-left: 180px;
	}

	.big5-function-left {
		width: 500px;
	}

	.big5-function-right {
		max-width: calc(100% - 500px);
	}
}

@media screen and (max-width:1200px) and (min-width: 992px) {}

@media screen and (max-width: 1200px) {
	.big5-function {
		display: block;
	}

	.big5-function-left {
		max-width: 100%;
	}

	.big5-function-left ul {
		display: flex;
		align-items: center;
		justify-content: space-around;
		max-width: 900px;
		margin: 0 auto;
	}

	.big5-function-left ul li {
		width: auto;
		display: inline-block;
		padding: 0 15px;
	}

	.big5-function-left .big5-function-img {
		display: none;
	}

	.big5-function-right {
		max-width: 100%;
		text-align: center;
	}

	.big5-global-right img {
		width: 100%;
	}
}

@media screen and (max-width: 992px) {
	.big5-function-right .big5-function-item .big5-function-box img {
		display: none;
	}

	.big5-function-right .big5-function-item .big5-function-tit {
		max-width: 100%;
	}

	.big5-function-right .big5-function-item .big5-function-box {
		padding-top: 30px;
	}
}

@media screen and (max-width: 700px) {
	.big5-function-left ul li {
		height: auto;
		padding: 0;
	}

	.big5-function-left ul li i {
		display: none;
	}

	.big5-function-left ul li span {
		padding: 0 8px;
		line-height: 1.5;
	}
}

/* 全球部署 begin */
.big5-global-left {
	display: flex;
	flex-direction: column;
	margin-top: 100px;
}

.big5-global-left .big5-global-box {
	padding: 26px;
	background: #EEF3F7;
	border-radius: 10px;
	margin-bottom: 25px;
}

.big5-global-left .big5-global-box:last-child {
	margin-bottom: 0;
}

.big5-global-left .big5-global-box h3 {
	font-size: 22px;
	font-family: Microsoft JhengHei UI;
	font-weight: bold;
	color: #0067ED;
	line-height: 26px;
}

.big5-global-left .big5-global-box p {
	font-size: 18px;
	font-family: Microsoft JhengHei UI;
	font-weight: 400;
	color: #7D8EA8;
	line-height: 26px;
	margin-top: 19px;
}

.big5-channel-main {
	margin-top: 110px;
}

.big5-channel-main .channel-extension .channel-card-middle-text p {
	font-size: 16px;
	line-height: 24px;
}

/* 全球部署 End */
/*  台湾软件下载 begin */
.big5Download {
	padding-top: 180px;
}

.big5Download-card {
	margin-top: 80px;
}

.big5Download-card-box {
	width: 100%;
	background: #FFFFFF;
	border: 2px solid #F1F3F9;
	border-radius: 10px;
	padding: 56px 0;
	text-align: center;
	box-sizing: border-box;
}

.big5Download-card-transparent {
	background-color: transparent;
}

.big5Download-card-box>img {}

.big5Download-card-box .big5Download-card-text {
	margin-top: 45px;
}

.big5Download-card-box .big5Download-card-text h3 {
	font-size: 24px;
	font-family: Microsoft JhengHei UI;
	font-weight: bold;
	color: #001529;
}

.big5Download-card-box .big5Download-card-text p {
	font-size: 16px;
	font-family: Microsoft JhengHei UI;
	font-weight: 400;
	color: #7D8EA8;
	line-height: 26px;
	margin-top: 36px;
}

.big5Download-card-box .big5Download-card-bottom {
	margin-top: 59px;
}

.big5Download-card-box .big5Download-card-bottom .big5Download-card-btn {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-left: 12px;
}

.big5Download-card-box .big5Download-card-bottom .big5Download-card-btn:first-child {
	margin-left: 12px;
}

.big5Download-card-box .big5Download-card-bottom .big5Download-card-btn a {
	height: 46px;
	display: inline-flex;
	align-items: center;
	cursor: pointer;
	background: #FFFFFF;
	border: 1px solid #0067ED;
	border-radius: 4px;
	padding: 0 16px;
	line-height: 46px;
	margin-bottom: 12px;

}

.big5Download-card-box .big5Download-card-bottom .big5Download-card-btn i {
	width: 19px;
	height: 19px;

	vertical-align: middle;
	display: inline-block;
	margin-right: 8px;
}

.big5Download-card-box .big5Download-card-bottom .big5Download-card-btn:nth-child(1) i {
	background: url("../images/language/windows-blue.png") no-repeat;
	background-size: auto;
}

.big5Download-card-box .big5Download-card-bottom .big5Download-card-btn:nth-child(2) i {
	background: url("../images/language/android-blue.png") no-repeat;
	background-size: auto;
}

.big5Download-card-box .big5Download-card-bottom .big5Download-card-btn:nth-child(3) i {
	background: url("../images/language/apple-blue.png") no-repeat;
	background-size: auto;
}

.big5Download-card-box .big5Download-card-bottom-purple .big5Download-card-btn:nth-child(1) i {
	background: url("../images/language/windows-purple.png") no-repeat;
	background-size: auto;
}

.big5Download-card-box .big5Download-card-bottom-purple .big5Download-card-btn:nth-child(2) i {
	background: url("../images/language/android-purple.png") no-repeat;
	background-size: auto;
}

.big5Download-card-box .big5Download-card-bottom-purple .big5Download-card-btn:nth-child(3) i {
	background: url("../images/language/apple-purple.png") no-repeat;
	background-size: auto;
}

.big5Download-card-box .big5Download-card-bottom .big5Download-card-btn span {
	font-size: 14px;
	font-family: Arial;
	font-weight: 400;
	color: #0067ED;
	user-select: none;
	vertical-align: middle;
	display: inline-block;
}

.big5Download-card-box .big5Download-card-bottom .big5Download-card-btn p {
	font-size: 12px;
	font-weight: 400;
	color: #7D8EA8;
	line-height: 22px;
}

.big5Download-popover {
	width: max-content;
	position: absolute;
	bottom: 0;
	left: 50%;
	background: #fff;
	min-width: 150px;
	max-width: 260px;
	border-radius: 4px;
	border: 1px solid #ebeef5;
	padding: 12px;
	z-index: 2000;
	color: #606266;
	line-height: 1.4;
	text-align: justify;
	font-size: 14px;
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
	word-break: break-all;
	transform-origin: center top;
	display: none;
	transform: translate(-50%, -60%);
}

.big5Download-popover__text img {
	width: 160px;
	height: 160px;
}

.big5Download-popover .big5Download-popover__arrow {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 6px;
	filter: drop-shadow(0 2px 12px rgba(0, 0, 0, .03));
	bottom: -6px;
	left: 50%;
	margin-right: 3px;
	border-top-color: #ebeef5;
	border-bottom-width: 0;
}

.big5Download-popover .big5Download-popover__arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	content: " ";
	border-width: 6px;
	bottom: 1px;
	margin-left: -6px;
	border-top-color: #fff;
	border-bottom-width: 0;
}

.big5Download-card-box .big5Download-card-bottom .big5Download-card-btn:hover .big5Download-popover {
	display: block;
}

.big5Download-card-box .big5Download-card-bottom .big5Download-card-btn:hover a {
	background: #0067ED;
	border: 1px solid #0067ED;
}

.big5Download-card-box .big5Download-card-bottom .big5Download-card-btn:hover span {
	color: #FFFFFF;
}

.big5Download-card-box .big5Download-card-bottom .big5Download-card-btn:nth-child(1):hover i {
	background: url("../images/language/windows-white.png") no-repeat;
	background-size: auto;
}

.big5Download-card-box .big5Download-card-bottom .big5Download-card-btn:nth-child(2):hover i {
	background: url("../images/language/windows-white.png") no-repeat;
	background-size: auto;
}

.big5Download-card-box .big5Download-card-bottom .big5Download-card-btn:nth-child(3):hover i {
	background: url("../images/language/windows-white.png") no-repeat;
	background-size: auto;
}

.big5Download-card-box .big5Download-card-bottom>p {
	font-size: 14px;
	font-family: Microsoft JhengHei UI;
	font-weight: 400;
	color: #7D8EA8;
	line-height: 26px;
}

.big5Download-card-box .big5Download-card-bottom-purple .big5Download-card-btn a {
	background-color: #FFFFFF;
	border: 1px solid #6467F0;
}

.big5Download-card-box .big5Download-card-bottom-purple .big5Download-card-btn a:hover {
	background-color: #6467F0;
	border: 1px solid #6467F0;
}

.big5Download-card-box .big5Download-card-bottom-purple .big5Download-card-btn a span {
	color: #6467F0;
}

.big5Download-card-other {
	margin-top: 60px;
}

.big5Download-card-other .big5Download-card-box {
	padding: 0;
}

.big5Download-card-other .big5Download-card-box .big5Download-card-text p {
	margin-top: 19px;
}

.big5Download-card-other .big5Download-card-net {
	font-size: 16px;
	font-weight: normal;
	color: #0067ED;
	line-height: 48px;
}

@media screen and (max-width: 768px) {
	.nav-language {
		position: relative !important;
		right: 0;
		margin-top: 0;
	}
}

@media screen and (max-width: 550px) {
	.big5Download-card-box .big5Download-card-bottom .big5Download-card-btn {
		margin-top: 16px;
		margin-left: 0;
	}
}

/*  台湾软件下载 End */


/* 台湾 End */

/* 关于我们 begin */
.Introducs-bg {
	min-height: 320px;
	width: 100%;
	opacity: 1;
	display: flex;
	z-index: 2;
	background-color: #0163E3;
}

.Introducs-bg .container {
	position: relative;
	background-image: url(../images/Introducs/Introducs-banner.png);
	background-repeat: no-repeat;
	background-position: right center;
}

.Introducs-advert {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.Introducs-advert span {
	font-size: 40px;
	font-weight: bold;
	color: #FFFFFF;
}

.Introducs-tab {
	width: 100%;
	height: 70px;
	background: #FFFFFF;
	box-shadow: 0px 1px 0px 0px #E9EDED;
}

.Introducs-tab ul {
	text-align: center;
}

.Introducs-tab ul li {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #001529;
	line-height: 70px;
	padding: 0 45px;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
}

.Introducs-flex {
	position: fixed !important;
	top: 60px;
	width: 100%;
	z-index: 99;
}

.Introducs-tab ul li.active {
	position: relative;
}

.Introducs-tab ul li.active:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 999;
	width: 100%;
	height: 2px;
	background: #0067ED;
}

.Introduction-logo {}

.Introduction-logo img {
	margin-top: 150px;
}

.Introduction-brief {}

.Introduction-brief h3 {
	font-size: 22px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #001529;
	margin-bottom: 38px;
}

.Introduction-brief p {
	font-size: 14px;
	font-weight: 400;
	color: #8797AF;
	line-height: 26px;
}

.Introduction-brief p b {
	color: #001529;
}

.Introduction-culture {}

.Introduction-culture h3 {
	font-size: 32px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #001529;
}

.Introduction-culture p {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #7D8EA8;
	line-height: 22px;
	margin-top: 76px;
}

.Introduction-culture img {
	margin-top: 225px;
}

.Introduction-culture-box {
	width: 100%;
	padding: 20px;
	margin-top: 28px;
	box-sizing: border-box;
}

.Introduction-culture-box1 {
	background: url("../images/Introducs/Introducs1-1.png") no-repeat;
	background-size: cover;
	margin-top: 0;
}

.Introduction-culture-box2 {
	background: url("../images/Introducs/Introducs2-1.png") no-repeat;
	background-size: cover;
	margin-top: 0;
}

.Introduction-culture-box3 {
	background: url("../images/Introducs/Introducs3-1.png") no-repeat;
	background-size: cover;
}

.Introduction-culture-box4 {
	background: url("../images/Introducs/Introducs4-1.png") no-repeat;
	background-size: cover;
}

.Introduction-culture-box5 {
	background: url("../images/Introducs/Introducs5-1.png") no-repeat;
	background-size: cover;
}

.Introduction-culture-box6 {
	background: url("../images/Introducs/Introducs6-1.png") no-repeat;
	background-size: cover;
}

.Introduction-culture-box img {
	width: 36px;
	height: 36px;
}

.Introduction-culture-box h3 {
	font-size: 18px;
	font-weight: 400;
	color: #001529;
	margin-top: 20px;
}

.Introduction-culture-box p {
	font-size: 14px;
	font-weight: 400;
	color: #7D8EA8;
	line-height: 22px;
	margin-top: 14px;
}

.Introduction-honor-title {
	position: relative;
}

.Introduction-honor-title h3 {
	position: absolute;
	left: 0;
	top: 22px;
	z-index: 1;
	font-size: 32px;
	font-weight: 400;
	color: #001529;
}

.Introduction-honor-column {
	margin-top: 28px;
	overflow: hidden;
	background: #FFFFFF;
	box-shadow: 0px 3px 10px 0px rgba(0, 103, 237, 0.1000);
}

.Introduction-honor-list {
	padding: 26px;
	text-align: center;
}

.Introduction-honor-list img {
	width: 90px;
	height: 90px;
}

.Introduction-honor-list p {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #7D8EA8;
	line-height: 20px;
	margin-top: 12px;
}

.Introduction-certificate {}

.Introduction-certificate-tit {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #909EB4;
	margin-top: 76px;
	text-align: center;
}

.Introduction-certificate-wrap {
	margin-top: 15px;
}

.Introduction-certificate-box {
	min-height: 336px;
	padding: 16px;
	background: #FFFFFF;
	box-sizing: border-box;
	box-shadow: 0px 3px 10px 0px rgba(0, 103, 237, 0.1000);
	margin-top: 40px;
}

.Introduction-certificate-box .Introduction-certificate-img {
	text-align: center;
	background: #FAFBFC;
	padding: 12px;
	box-sizing: border-box;
}

.Introduction-certificate-box .Introduction-certificate-img img {
	width: 100%;
}

.Introduction-certificate-box>p {
	font-size: 14px;
	font-weight: 400;
	color: #1E2330;
	line-height: 24px;
	margin-top: 20px;
	min-height: 80px;
}

.Introduction-certificate-box .Introduction-certificate-bottom {
	text-align: right;
}

.Introduction-certificate-box .Introduction-certificate-bottom>p {
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #7D8EA8;
	line-height: 24px;
}

.Introduction-address {
	width: 100%;
	height: 543px;
	background: url("../images/Introducs/Introducs-map.png") no-repeat;
	background-size: auto;
}

.Introduction-address .container {
	height: 100%;
}

.Introduction-address .container .row {
	position: relative;
	height: 100%;
}

.Introduction-address-wrap {
	position: absolute;
	top: 50%;
	z-index: 99;
	transform: translateY(-50%);
}

.Introduction-address-wrap>h2 {
	font-size: 32px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #001529;
}

.Introduction-address-wrap .Introduction-address-box {
	background: #FFFFFF;
	opacity: 0.8;
	border-radius: 4px;
	padding: 42px 30px;
	margin-top: 30px;
	display: flex;
	flex-direction: row;
}

.Introduction-address-wrap .Introduction-address-box .Introduction-address-left {}

.Introduction-address-wrap .Introduction-address-box .Introduction-address-left h3 {
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #001529;
	line-height: 32px;
}

.Introduction-address-wrap .Introduction-address-box .Introduction-address-content {
	margin-top: 22px;
}

.Introduction-address-wrap .Introduction-address-box .Introduction-address-content h4 {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #001529;
}

.Introduction-address-wrap .Introduction-address-box .Introduction-address-content p {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #7D8EA8;
	margin-top: 12px;
	display: inline-block;
	vertical-align: middle;
	padding-right: 30px;
}

.Introduction-address-wrap .Introduction-address-box .Introduction-address-right {
	margin-left: 50px;
}

.Introduction-address-wrap .Introduction-address-box .Introduction-address-right img {
	width: 100px;
	height: 100px;
}

.Introduction-address-wrap .Introduction-address-box .Introduction-address-right p {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #7D8EA8;
	margin-top: 10px;
}

@media screen and (max-width: 992px) {
	.Introduction-culture h3 {
		text-align: center;
	}

	.Introduction-culture p {
		text-align: center;
	}

	.Introduction-culture img {
		display: none;
	}

	.Introduction-logo {
		display: none;
	}

	.Introduction-brief h3 {
		font-size: 32px;
		text-align: center;
	}

	.Introduction-address-wrap>h2 {
		text-align: center;
	}

	.Introduction-address {
		background: transparent;
	}
}

@media screen and (max-width: 768px) {
	.Introducs-bg .container {
		background-position: 100% 100%;
		width: 100%;
	}

	.Introducs-advert {
		width: 100%;
		text-align: center;
	}

	.Introduction-culture-box2 {
		margin-top: 28px;
	}

	.Introducs-tab {
		height: auto;
		top: 50px;
	}

	.Introducs-tab ul li {
		padding: 0 8px;
	}

	.Introduction-culture {
		margin-bottom: 24px;
	}

	.Introduction-culture p {
		margin-top: 36px;
	}

	.Introduction-address-wrap .Introduction-address-box {
		flex-direction: column;
		margin-top: 0;
	}

	.Introduction-address-wrap .Introduction-address-box .Introduction-address-right {
		text-align: center;
		margin-left: 0;
		margin-top: 16px;
	}
}

/* 关于我们 End */

/* 解决方案-医疗行业 begin  */
.solution-banner {
	width: 100%;
	padding-top: 60px;
	background-color: #3860F4;
}

.solution-banner .container {
	position: relative;
	min-height: 400px;
}

.solution-banner-box {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.solution-banner-text {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.solution-banner-text h3 {
	font-size: 46px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1.5;
}

@media screen and (min-width: 1200px) {
	.solution-banner-text h3 {
		white-space: nowrap;
	}
}

.solution-banner-text p {
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1.5;
	margin-top: 24px;
}

.solution-banner-text .solution-banner-text-btn {
	margin-top: 43px;
}

.solution-banner-text .solution-banner-text-btn .solution-btn-plan {
	width: 144px;
	height: 50px;
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 50px;
	text-align: center;
	background: #3860F4;
	border: 1px solid #FFFFFF;
	border-radius: 4px;
	display: inline-block;
	vertical-align: middle;
}

.solution-banner-text .solution-banner-text-btn .solution-btn-default {
	width: 144px;
	height: 50px;
	background: #FFFFFF;
	border-radius: 4px;
	font-size: 18px;
	font-weight: 400;
	color: #0067ED;
	line-height: 50px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	margin-left: 12px;
}

.solution-banner-img {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 90px;
}

.solution-banner-img img {
	width: auto;
	max-width: 100%;
}

.medicine-difficult {
	min-height: 450px;
}

.medicine-difficult>div {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: space-between;
}

.medicine-difficult-text {
	width: 100%;
	background: #FFFFFF;
	box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.2000);
	border-radius: 12px;
	padding: 16px;
}

.medicine-difficult-text h3 {
	font-size: 22px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #001529;
	line-height: 24px;
}

.medicine-difficult-text p {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #7D8EA8;
	line-height: 24px;
	margin-top: 20px;
}

.medicine-difficult-left-bottom {
	margin-top: 96px;
}

.medicine-difficult-right-bottom {
	margin-top: 96px;
}

.medicine-difficult-img {
	padding: 16px;
	padding-top: 50px;
}

.medicine-difficult-img img {
	width: 100%;
}

.medicine-system {
	background: url(../images/solution/medicine/medicine2-1.png) no-repeat;
	background-size: auto;
}

.medicine-system-warp {
	margin-top: 57px;
}

.medicine-system-warp img {
	width: 100%;
}

.medicine-more {
	width: 100%;
	background-color: #3860F4;
}

.medicine-more .spacing-title h1 {
	color: #ffffff;
}

.medicine-more .channel-card-box {
	min-height: 326px;
}

.medicine-more p {
	text-align: left;
}

.medicine-product {}

.medicine-product-warp {
	margin-top: 40px;
}

.medicine-product-box {
	width: 100%;
	min-height: 420px;
	background: #FFFFFF;
	box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.2000);
	border-radius: 6px;
	margin-top: 30px;
}

.medicine-product-box>img {
	width: 100%;
	text-align: center;
}

.medicine-product-content {
	padding: 16px 20px;
}

.medicine-product-content>img {}

.medicine-product-content .medicine-product-imgBtn {
	width: auto;
	height: 28px;
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	line-height: 27px;
	background: #0766E7;
	border-radius: 4px;
	display: inline-block;
	padding: 0 8px;
}

.medicine-product-content>p {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #7D8EA8;
	line-height: 24px;
	margin-top: 20px;
	min-height: 120px;
}

.medicine-product-content .medicine-product-text {
	margin-top: 50px;
}

.medicine-product-content .medicine-product-text .medicine-product-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.medicine-product-content .medicine-product-text .medicine-product-top span {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #001529;
	line-height: 24px;
}

.medicine-product-content .medicine-product-text .medicine-product-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 16px;
}

.medicine-product-content .medicine-product-text .medicine-product-bottom span {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	width: 50px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	border-radius: 3px;
	display: inline-block;
}

.medicine-product-content .medicine-product-text .medicine-product-bottom i {
	font-size: 15px;
	font-style: normal;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #7D8EA8;
}

.medicine-product-content .medicine-product-text .medicine-product-bottom .purple {
	color: #6F34D3;
	background: #E5D8FD;
}

.medicine-product-content .medicine-product-text .medicine-product-bottom .orange {
	color: #E08114;
	background: #FFE7CC;
}

.medicine-product-content .medicine-product-text .medicine-product-bottom .blue {
	color: #245BDB;
	background: #D6E2FF;
}

.medicine-product-content .medicine-product-text .medicine-product-bottom .wathet {
	color: #00ADD7;
	background: #DBEFF4;
}

.medicine-product-content .medicine-product-text .medicine-product-bottom .red {
	color: #D32D2A;
	background: #FDDBDA;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
	.medicine-more .channel-card-box {
		min-height: 360px;
	}
}

/* 解决方案-医疗行业 End  */

/* 解决方案-汽车行业 begin */
.car-more {
	background: #3860F4;
}

.car-more-card {
	margin-top: 30px;
}

.car-more-card .car-card-list {
	height: 415px;
	transition: all .3s linear;
	padding-right: 10px;
	margin-top: 30px;
}

.car-more-card .car-card-box {
	position: relative;
	min-height: 100%;
	padding: 20px 10px;
	background: #FFFFFF;
	border-radius: 6px;
	transition: all .3s linear;
}

.car-more-card .car-card-box:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #3860F4;
	opacity: 0.2;
}

.car-card-box img {
	width: 100%;
}

.car-card-box .car-card-text {
	text-align: center;
	margin-top: 12px;
	transition: all .3s linear;
}

.car-card-box .car-card-text h3 {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #001529;
	line-height: 28px;
}

.car-card-wrap {
	min-height: 100%;
	padding: 32px 16px;
	background: #FFFFFF;
	border-radius: 6px;
	text-align: center;
	transition: all .3s linear;
	display: none;
}

.car-card-wrap>img {
	width: 42px;
	height: 40px;
}

.car-card-wrap .car-card-text {
	margin: 0 auto;
	text-align: center;
	transition: all .3s linear;
}

.car-card-wrap .car-card-text h3 {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #001529;
	line-height: 1.3;
	margin-top: 36px;
}

.car-card-wrap .car-card-text p {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #7D8EA8;
	text-align: left;
	line-height: 28px;
	margin-top: 32px;
	transition: all .3s linear;
}

.car-more-card .car-card-list.active .car-card-wrap {
	display: block;
}

.car-more-card .car-card-list.active .car-card-box {
	display: none;
}

@media screen and (min-width: 1200px) {
	.car-card-wrap .car-card-text {
		width: 300px;
	}
}

@media screen and (min-width: 992px) {
	.car-more-card {
		display: flex;
		justify-content: center;
	}

	.car-more-card .car-card-list {
		width: 230px;
	}

	.car-more-card .car-card-list.active {
		width: 326px;
		transition: all .3s linear;
	}

	.car-card-wrap .car-card-text {
		width: 200px;
	}
}

@media screen and (max-width: 992px) {
	.car-more-card .car-card-list .car-card-wrap {
		display: block !important;
	}

	.car-more-card .car-card-list .car-card-box {
		display: none;
	}
}

/* 解决方案-汽车行业 End */

/* 解决方案-教育行业 begin */
.educate-point {
	margin-top: 30px;
}

.educate-point .educate-point-wrap {
	padding: 26px 30px;
	background: #FFFFFF;
	box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.2000);
	border-radius: 6px;
	margin-top: 30px;
	min-height: 188px;
}

.educate-point .educate-point-wrap .educate-point-wrap-top {}

.educate-point .educate-point-wrap .educate-point-wrap-top img {
	display: inline-block;
}

.educate-point .educate-point-wrap .educate-point-wrap-top h3 {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #001529;
	padding-left: 25px;
	display: inline-block;
	vertical-align: bottom;
}

.educate-point .educate-point-wrap>p {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #7D8EA8;
	line-height: 24px;
	margin-top: 24px;
}

@media screen and (max-width: 992px) {
	.educate-point .educate-point-wrap {
		min-height: 251px;
	}
}

.educate-more {
	background: #3860F4;
}

.educate-more-list {
	margin-top: 45px;
}

.educate-more-list>div {
	padding-left: 0;
}

.educate-list-wrap {
	margin-top: 17px;
	position: relative;
}

.educate-list-wrap>img {
	width: 100%;
	height: 250px;

}

.educate-list-text {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	padding: 40px 20px;
}

.educate-list-wrap .educate-list-text h3 {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #001529;
}

.educate-list-wrap .educate-list-text p {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #7D8EA8;
	line-height: 28px;
	margin-top: 18px;
}

.educate-list-wrap2 .educate-list-text,
.educate-list-wrap3 .educate-list-text,
.educate-list-wrap5 .educate-list-text,
.educate-list-wrap6 .educate-list-text {
	padding-left: 40px;
}

.educate-list-wrap1:before {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 151px;
	height: 104px;
	background: url(../images/solution/educate/educate-more1-1.png) center center no-repeat;
	background-size: contain;
	z-index: 1;
}

.educate-list-wrap2:before {
	content: '';
	position: absolute;
	right: 20px;
	bottom: 0;
	width: 151px;
	height: 104px;
	background: url(../images/solution/educate/educate-more2-1.png) center center no-repeat;
	background-size: contain;
	z-index: 1;
}

.educate-list-wrap3:before {
	content: '';
	position: absolute;
	right: 20px;
	bottom: 0;
	width: 151px;
	height: 104px;
	background: url(../images/solution/educate/educate-more3-1.png) center center no-repeat;
	background-size: contain;
	z-index: 1;
}

.educate-list-wrap4:before {
	content: '';
	position: absolute;
	right: 30px;
	bottom: 0;
	width: 151px;
	height: 104px;
	background: url(../images/solution/educate/educate-more4-1.png) center center no-repeat;
	background-size: contain;
	z-index: 1;
}

.educate-list-wrap5:before {
	content: '';
	position: absolute;
	right: 30px;
	bottom: 0;
	width: 151px;
	height: 104px;
	background: url(../images/solution/educate/educate-more5-1.png) center center no-repeat;
	background-size: contain;
	z-index: 1;
}

.educate-list-wrap6:before {
	content: '';
	position: absolute;
	right: 20px;
	bottom: 0;
	width: 151px;
	height: 104px;
	background: url(../images/solution/educate/educate-more6-1.png) center center no-repeat;
	background-size: contain;
	z-index: 1;
}

/* 解决方案-教育行业 End */

/* 解决方案-物流行业 begin */
.logistics-system {
	margin-top: 30px;
}

.logistics-system-box {
	padding: 35px 30px;
	border-radius: 4px;
	background-color: #FFFFFF;
	margin-top: 30px;
}

.logistics-system-box .logistics-system-text {
	width: 75%;
	display: inline-block;
	vertical-align: middle;
}

.logistics-system-box .logistics-system-text h3 {
	font-size: 22px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #001529;
	line-height: 1.3;
}

.logistics-system-box .logistics-system-text p {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #7D8EA8;
	line-height: 24px;
	margin-top: 20px;
}

.logistics-system-box>img {
	margin-left: 40px;
	display: inline-block;
	vertical-align: middle;
}

@media screen and (min-width: 1200px) {
	.logistics-system-box {
		height: 210px;
	}
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
	.logistics-system-box {
		height: 300px;
	}

	.logistics-system-box .logistics-system-text {
		width: 76%;
	}

	.logistics-system-box>img {
		margin-left: 20px;
	}
}

@media screen and (max-width: 1200px) and (min-width: 350px) {
	.solution-banner-box {
		align-items: center;
	}

	.solution-banner-text h3 br {
		display: none;
	}
}

@media screen and (max-width: 992px) {
	.logistics-system-box {
		padding: 24px;
	}

	.logistics-system-box .logistics-system-text {
		width: 100%;
	}

	.logistics-system-box>img {
		display: none;
	}

	.deploy-banner-img {
		display: none;
	}
}

@media screen and (max-width: 992px) {
	.solution-banner-text {
		width: 90%;
		margin: 0 auto;
		text-align: center;
	}

	.solution-banner-text h3 br {
		display: none;
	}
}

@media screen and (max-width: 350px) {
	.solution-banner-box {
		position: relative;
		padding-top: 30px;
		padding-bottom: 50px;
	}
}

/* 解决方案-物流行业 End */

/* 解决方案-电商行业 begin */
.ecommerce-machine {
	margin-top: 60px;
}

.ecommerce-machine-box {
	padding: 24px;
	min-height: 390px;
	text-align: center;
	background-color: #ffffff;
}

.ecommerce-machine-box>img {}

.ecommerce-machine-box>.ecommerce-machine-text {}

.ecommerce-machine-box .ecommerce-machine-text h3 {
	font-size: 18px;
	font-weight: 400;
	color: #001529;
	line-height: 24px;
	margin-top: 32px;
}

.ecommerce-machine-box .ecommerce-machine-text p {
	font-size: 16px;
	font-weight: 400;
	color: #7D8EA8;
	line-height: 30px;
	margin-top: 24px;
}

.ecommerce-machine-box .ecommerce-machine-text ul {
	text-align: left;
	margin-top: 32px;
}

.ecommerce-machine-box .ecommerce-machine-text ul li {
	position: relative;
	font-size: 16px;
	font-weight: 400;
	color: #7D8EA8;
	line-height: 28px;
	padding-left: 16px;
	display: block;
	margin-bottom: 12px;
}

.ecommerce-machine-box .ecommerce-machine-text ul li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 8px;
	width: 8px;
	height: 8px;
	background: #CCEAFF;
	border-radius: 50%;
	display: inline-block;
}

.ecommerce-machine-box .ecommerce-machine-text ul li:last-child {
	margin-bottom: 0;
}

.ecommerce-card .channel-card-middle {
	padding: 24px;
}

.ecommerce-card .channel-card-middle .channel-card-middle-text h3 {
	margin-top: 24px;
}

.ecommerce-card .channel-card-middle .channel-card-middle-text p {
	margin-top: 8px;
}

@media screen and (max-width: 992px) {
	.ecommerce-machine {
		margin-top: 30px;
	}

	.ecommerce-machine-box {
		padding: 40px;
		margin-top: 30px;
	}
}

/* 解决方案-电商行业 End */

/* 解决方案-游戏行业 begin */
.game-card .channel-card-middle {
	min-height: 265px;
	padding: 38px;
}

.game-list-wrap2 .educate-list-text,
.game-list-wrap3 .educate-list-text,
.game-list-wrap5 .educate-list-text,
.game-list-wrap6 .educate-list-text {
	padding-left: 40px;
}

.game-list-wrap1:before {
	content: '';
	position: absolute;
	right: 24px;
	bottom: 0;
	width: 151px;
	height: 104px;
	background: url(../images/solution/game/educate-more1-1.png) center center no-repeat;
	background-size: contain;
	z-index: 1;
}

.game-list-wrap2:before {
	content: '';
	position: absolute;
	right: 20px;
	bottom: 0;
	width: 151px;
	height: 104px;
	background: url(../images/solution/game/educate-more2-1.png) center center no-repeat;
	background-size: contain;
	z-index: 1;
}

.game-list-wrap3:before {
	content: '';
	position: absolute;
	right: 20px;
	bottom: 0;
	width: 151px;
	height: 104px;
	background: url(../images/solution/game/educate-more3-1.png) center center no-repeat;
	background-size: contain;
	z-index: 1;
}

.game-list-wrap4:before {
	content: '';
	position: absolute;
	right: 30px;
	bottom: 0;
	width: 151px;
	height: 104px;
	background: url(../images/solution/game/educate-more4-1.png) center center no-repeat;
	background-size: contain;
	z-index: 1;
}

.game-list-wrap5:before {
	content: '';
	position: absolute;
	right: 30px;
	bottom: 0;
	width: 151px;
	height: 104px;
	background: url(../images/solution/game/educate-more5-1.png) center center no-repeat;
	background-size: contain;
	z-index: 1;
}

.game-list-wrap6:before {
	content: '';
	position: absolute;
	right: 20px;
	bottom: 0;
	width: 151px;
	height: 104px;
	background: url(../images/solution/game/educate-more6-1.png) center center no-repeat;
	background-size: contain;
	z-index: 1;
}

/* 解决方案-游戏行业 End */

/* 解决方案-保险行业 begin */

.insurance-main .channel-card-middle {
	min-height: auto !important;
}

.insurance-machine .ecommerce-machine-box {
	min-height: 510px;
}

.insurance-machine .ecommerce-machine-box .ecommerce-machine-text p {
	text-align: left;
}

.insurance-machine .ecommerce-machine-box .ecommerce-machine-text ul {
	margin-top: 20px;
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
	.insurance-machine .ecommerce-machine-box {
		min-height: 570px;
	}
}

/* 解决方案-保险行业 End */

/* 解决方案-金融行业 begin */
.finance-main {
	margin-top: 0;
}

.finance-main .channel-card-middle {
	margin-top: 60px;
}

.finance-machine {
	margin-top: 60px;
}

.finance-machine-box {
	padding: 24px;
	min-height: 410px;
	text-align: center;
	background-color: #ffffff;
}

.finance-machine-box .finance-machine-text h3 {
	font-size: 18px;
	font-weight: 400;
	color: #001529;
	line-height: 24px;
	margin-top: 32px;
}

.finance-machine-box .finance-machine-text p {
	font-size: 16px;
	font-weight: 400;
	color: #7D8EA8;
	line-height: 30px;
	margin-top: 24px;
}

.finance-machine-box .finance-machine-text ul {
	text-align: left;
	margin-top: 32px;
}

.finance-machine-box .finance-machine-text ul li {
	position: relative;
	font-size: 16px;
	font-weight: 400;
	color: #7D8EA8;
	line-height: 28px;
	padding-left: 28px;
	display: block;
	margin-bottom: 12px;
}

.finance-machine-box .finance-machine-text ul li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 5px;
	width: 18px;
	height: 18px;
	background: url("../images/solution/finance/finance-check.png") no-repeat;
	display: inline-block;
}

.finance-machine-box .finance-machine-text ul li:last-child {
	margin-bottom: 0;
}

.finance-main p {
	max-width: 300px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
	.finance-main .channel-card-middle {
		min-height: auto;
	}

	.finance-machine-box {
		min-height: 450px;
	}
}

@media screen and (max-width: 992px) {
	.finance-main>div {
		margin-bottom: 0;
	}

	.finance-main .channel-card-middle {
		min-height: 245px;
	}

	.finance-main .channel-card-middle-text p br {
		display: none;
	}

	.finance-machine {
		margin-top: 30px;
	}

	.finance-machine-box {
		padding: 40px;
		margin-top: 30px;
		min-height: auto;
		text-align: left;
	}
}

@media screen and (max-width: 500px) {
	.finance-machine-box {
		text-align: center;
	}
}

/* 解决方案-金融行业 End */

/* 解决方案-招商加盟 begin */
.join-hotline {
	padding: 60px 0;
}

.join-hotline-img {
	text-align: center;
}

.join-hotline-img img {
	max-width: 80%;
}

.join-hotline-box {
	text-align: center;
	padding: 35px 0;
	background: #D7E6FE;
	border-radius: 12px;
}

.join-hotline-box>p {
	font-size: 32px;
	font-weight: 400;
	color: #001529;
	line-height: 1.5;
}

.join-hotline-input {
	width: 100%;
	max-width: 684px;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 26px;
}

.join-hotline-input input {
	width: 100%;
	max-width: calc(100% - 164px);
	height: 54px;
	border: 0;
	outline: none;
	float: left;
	padding-left: 20px;
	background-color: #FFFFFF;
	border-radius: 6px 0px 0px 6px;
}

.join-hotline-input input:focus {
	border: 0;
}

.join-hotline-input a {
	width: 164px;
	height: 54px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	cursor: pointer;
	float: left;
	line-height: 52px;
	text-align: center;
	display: inline-block;
	background: #0067ED;
	border-radius: 0px 6px 6px 0px;
}

.join-card .channel-card-middle {
	padding: 24px;
	min-height: 432px;
}

.join-card .channel-card-middle-text h3 {
	margin-top: 28px;
}

.join-card .channel-card-middle-text p {
	margin-top: 25px;
}

.join-plan {
	padding-bottom: 0;
}

.join-plan-row {
	margin-top: 60px;
}

.join-plan .join-plan-box {
	padding: 30px 45px;
	text-align: center;
}

.join-plan-box img {
	max-width: 100%;
}

.join-plan-box .join-plan-text {
	text-align: left;
	margin-top: 32px;
}

.join-plan-box .join-plan-text h3 {
	font-size: 22px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #001529;
	line-height: 30px;
}

.join-plan-box .join-plan-text p {
	font-size: 15px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #7D8EA8;
	line-height: 26px;
	margin-top: 25px;
}

.join-plan-box .join-plan-text a {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #0067ED;
	display: block;
	margin-top: 20px;
}

.join-plan-box .join-plan-text .join-plan-list {
	margin-top: 20px;
}

.join-plan-box .join-plan-text .join-plan-list span {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #001529;
	line-height: 30px;
	display: inline-block;
}

.join-plan-box .join-plan-text .join-plan-list span:nth-of-type(odd) {
	width: 225px;
}

.join-plan-lilacColour {
	background: #F3F6FF;
}

.join-plan-lightGreen {
	background: #F3FCF2;
}

.join-plan-wathet {
	padding: 0;
	background: #ECF9FE;
	margin-left: 15px;
	margin-top: 30px;
	max-width: calc(100% - 30px);
}

.join-plan-wathet>div {
	padding: 0;
}

.join-plan-box-img {
	text-align: center;
	margin-top: 90px;
}

.join-plan-box-img img {
	max-width: 100%;
}

.join-absorbed {
	padding-top: 0;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
	.join-card .channel-card-middle {
		min-height: 463px;
	}
}

@media screen and (min-width: 768px) and (max-width: 992px) {
	.join-card .channel-card-middle {
		min-height: 435px;
	}

	.join-plan-lightGreen {
		margin-top: 30px;
	}
}

@media screen and (max-width: 768px) {
	.join-card .channel-card-middle {
		min-height: auto;
	}

	.join-plan-lightGreen {
		margin-top: 30px;
	}

	.join-plan-wathet {
		display: flex;
		flex-direction: column-reverse;
	}
}

@media screen and (max-width: 500px) {
	.join-plan-box .join-plan-text {
		text-align: center;
	}
}

/* 解决方案-招商加盟 End */

/* 解决方案-政务行业 begin */
.government-system {}

.government-system-box {
	position: relative;
	margin-top: 60px;
}

.government-system-box1 {
	background: url("../images/solution/government/government2.png") no-repeat;
	background-size: 100% 100%;
}

.government-system-box2 {
	background: url("../images/solution/government/government3.png") no-repeat;
	background-size: 100% 100%;
}

.government-system-box img {
	max-width: 100%;
}

.government-system-content {
	padding: 58px 37px;
	/*   position: absolute;
    left: 0;
    top: 0;*/
}

.government-system-content h3 {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #3860F4;
	line-height: 28px;
}

.government-system-content p {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #7D8EA8;
	line-height: 28px;
	margin-top: 22px;
}

.government-more .car-card-box .car-card-text {
	margin-top: 70px;
}

/* 解决方案-政务行业 End */

/* 解决方案-@media begin */
@media screen and (min-width: 992px) {
	.solution-banner-text {
		position: relative;
		z-index: 1;
	}

	.solution-banner-text p {
		max-width: 540px;
	}

	.ecommerce-banner .solution-banner-img {
		position: relative;
		width: 540px;
	}

	.ecommerce-banner .solution-banner-img img {
		position: absolute;
		right: -50px;
		bottom: 0;
		width: auto;
	}

	.finance-banner .solution-banner-img {
		position: relative;
		width: 540px;
	}

	.finance-banner .solution-banner-img img {
		position: absolute;
		right: -100px;
		bottom: 0;
		width: auto;
	}
}

@media screen and (min-width: 1300px) {
	.ecommerce-banner .solution-banner-img img {
		right: -100px;
	}
}

@media screen and (min-width: 1590px) {
	.finance-banner .solution-banner-img img {
		left: 0;
	}
}

@media screen and (max-width: 992px) {
	.solution-banner-text p br {
		display: none;
	}

	.solution-banner-img {
		padding-left: 0;
		width: 90%;
		margin: 32px auto;
		padding-left: 0;
	}

	.solution-banner-box {
		position: relative;
		display: inline-block;
	}
}

@media screen and (max-width: 768px) {
	.solution-banner {
		padding-top: 50px;
	}
}

/* 解决方案-@media End */

/*注册 begin*/
.register-bg {
	position: relative;
	background-image: url("../images/register.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 100% 100%;
	background-attachment: fixed;
	width: 100%;
	opacity: 1;
	z-index: 1;
}

.register {
	width: 100%;
	height: 100%;
}

.register-form {
	width: 600px;
	margin: 120px auto 60px auto;
	background-color: #FFFFFF;
}

.form-body {
	border-radius: 4px;
}

.user_log {
	padding: 40px 110px 31px 110px;
}

.user_log .user_login {
	margin-bottom: 24px;
}

.user_login .user14 {
	font-size: 30px;
	font-weight: bold;
	color: #3C4352;
	margin-bottom: 22px;
	text-align: center;
}

.custom-control {
	position: relative;
	display: block;
	clear: both;
}

.custom-control-input {
	display: inline-block;
}

.custom-control-label {
	color: #9A9999;
	font-size: 14px;
	font-weight: 400;
}

.custom-control input {
	top: 4px;
}

.radio-right {
	padding-left: 40px;
}

.user_log .user_sjh {
	font-size: 14px;
	font-weight: 400;
	color: #3C4352;
}

.user_log .Cell-phone {
	height: 44px;
	line-height: 44px;
	border: 1px solid #CCCCCC;
	padding-left: 10px;
	max-width: 100%;
	width: 100%;
	border-radius: 4px;
}

.user_log .Cell-phone::placeholder {
	color: #999999;
}

.user_log .Cell-phone::-webkit-input-placeholder {
	color: #999999;
}

.user_log-control-label {
	margin-bottom: 0;
	margin-bottom: 0;
}

.user-control:focus {
	color: #55595c;
	background-color: #fff;
	border-color: red;
	outline: none;
}

.user-Success:focus {
	color: #55595c;
	background-color: #fff;
	border-color: #2E9F99;
	outline: none;
	transition: all 1s;
}

.register-input-Code {
	float: right;
}

#checkCode {
	border: 1px solid #CCCCCC;
	width: 100px;
	height: 43px;
	display: inline-block;
	border-radius: 4px;
}

.register-input {
	margin-right: 115px;
}

.user_log .user_login .yzm {
	background: #0067ED;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	border: 0;
	padding: 8px 10px;
	transition: all 0.5s;
}

.user_log .user_login .yzm:hover {
	background: #2885ff;
}

.form-body .Success {
	height: 400px;
	margin: auto;
	text-align: center;
	display: none;
}

.form-body .Success .fanhui {
	width: 320px;
	height: 40px;
	line-height: 40px;
	background: #e4393c;
	color: #ffffff;
	margin: auto;
	text-align: center;
	display: inline-block;
	margin-top: 20px;
}

.form-body .Success .wans {
	width: 320px;
	height: 40px;
	line-height: 40px;
	margin: auto;
	text-align: center;
	display: inline-block;
	margin-top: 20px;
	background: #11c64d;
	color: #ffffff;
}

.user-check-inline {
	display: inline-block;
}

.user-check-input:checked {
	background: #0067ED
}

.form-check-label {
	padding-right: 5px;
}

.user-check-inline label {
	font-size: 14px;
	font-weight: 400;
	color: #333333;
}

.user-check-input {
	width: 16px;
	height: 16px;
	background-color: #ffffff;
	border: 1px solid rgba(204, 204, 204, 1);
	border-radius: 4px;
	position: relative;
	display: inline-block;
	vertical-align: sub;
	top: -1px;
	cursor: default;
	-webkit-appearance: none;
	-webkit-user-select: none;
	user-select: none;
	-webkit-transition: background-color ease 0.1s;
	transition: background-color ease 0.1s;
	margin: 0 6px 0 0 !important;
}

.user-check-input:checked::after {
	content: '';
	top: 4px;
	left: 3px;
	position: absolute;
	background: transparent;
	border: 2px solid #fff;
	border-top: none;
	border-right: none;
	height: 5px;
	width: 8px;
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.user-check-submit {
	width: 100%;
	margin: 0 auto;
}

.user-check-read {
	font-size: 12px;
	color: #999999;
	font-weight: 400;
	text-align: center;
	padding-top: 19px;
}

.user-check-read a {
	color: #0067ED;
}

.user-check-btn {
	width: 100%;
	padding: 12px 0;
	text-align: center;
	background-color: #0067ED;
	border: 0;
	border-radius: 4px;
	color: #FFFFFF;
	cursor: pointer;
	transition: all 0.5s;
}

.user-check-btn:hover {
	background-color: #2885ff;
}

.user_login-bot {
	margin-bottom: 5px !important;
}

.register-footer {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.register-footer p {
	text-align: center;
	color: #999999;
	font-size: 12px;
	font-weight: 400;
	margin-top: 14px;
}

.user_log-top {
	margin: 46px 0 31px 0;
}

.register-alert {
	width: 423px;
	height: 141px;
	position: absolute;
	top: -40%;
	left: 50%;
	margin: -101px 0 0 -217px;
	display: none;
	background-color: #FFFFFF;
	box-shadow: 0px 3px 7px 0px rgba(46, 159, 153, 0.3);
	border-radius: 4px;
	padding: 16px;
}

@media screen and (max-width: 768px) {
	.register-alert {
		width: 200px;
		margin-left: -100px;
	}
}

.register-alert h2 {
	font-size: 16px;
	font-weight: bold;
	color: #303133;
	position: relative;
}

.register-alert .register-alert-close {
	cursor: pointer;
}

.register-alert .register-alert-close:after {
	content: '\d7';
	position: absolute;
	right: 0;
	top: 0;
	color: #0067ED;
	margin: 16px 16px 0 0;
}

.register-alert .register-alert_con {}

.register-alert .register-alert_con p {
	color: #000;
}

.register-alert .register-alert_con p:nth-child(2) {
	text-align: right;
}

#ts {
	padding-top: 26px;
	text-align: left;
}

.register-alert .register-alert_con .btn {
	padding: 5px 15px;
	color: #fff;
	cursor: pointer;
	background: #0067ED;
	border: 1px solid #0067ED;
	border-radius: 4px;
	margin-top: 16px;
	text-align: right;
}

.register-alert .register-alert_con .btn:hover {
	background: #2885ff;
}

.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;
}

.containerFluid .register-alert-close {
	position: absolute;
	right: 0;
	top: 0;
}

.register-alert .register-alert-close:after {
	margin: 8px 15px 0 0;
	color: #8b8e94;
	font-size: 24px;
}

.containerFluid .register-alert-close:hover:after {
	color: #000000;
}

.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 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);
}

.refreshIcon {
	top: -54px;
}

.register-red {
	color: red;
	font-size: 12px;
}

.register-border {
	border: 1px solid red !important;
	transition: all 1s;
}

@media screen and (min-width: 990px) {
	.user_log .user_login {
		margin-bottom: 12px;
	}

	.user_log {
		padding: 40px 80px 25px 80px;
	}
}

@media screen and (min-width: 768px) {
	.registerbg {
		height: calc(100% - 140px);
		display: flex;
	}
}

@media screen and (max-width: 992px) {
	.register-form {
		width: 460px;
	}

	.form-body {
		margin-top: 30px;
		margin-bottom: 20px;
	}

	.user_log {
		padding: 40px 40px 31px 40px;
		;
	}

	.user_log,
	.Success {
		margin: 0 auto;
	}

	.register-footer {
		padding-bottom: 40px;
		margin-top: 0;
	}
}

@media screen and (max-width: 768px) {
	.user-check-btn {
		width: calc(100% - 40px);
		padding: 6px 0;
		margin: 0 auto;
		display: block;
	}

	.user_log {
		padding: 40px;
	}
}

@media screen and (max-width: 480px) {
	.register-bg {
		background: white;
	}

	.form-body {
		box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
	}

	.user_log,
	.Success {
		width: auto;
		padding: 20px;
	}

	.register-form {
		width: 100%;
		margin: 80px auto 60px auto;
	}

	.user_login .user14 {
		font-size: 2.4rem;
	}

	.user-check-btn {
		width: calc(100% - 40px);
	}

	.user_log .Cell-phone {
		padding-left: 5px;
	}

	.user_log .Cell-phone::placeholder {
		font-size: 1.2rem;
	}

	.register-footer {
		margin-top: 0;
	}
}

/*注册 End*/

/* 悬浮菜单 begin */
.fixed-menu {
	position: fixed;
	right: 0px;
	top: 50%;
	margin-top: -90px;
	width: 70px;
	z-index: 999;
}

ul.fx-ul {
	margin-bottom: 0;
	background-color: #0067ED;
}

.fx-ul li {
	position: relative;
	border-bottom: 1px solid #fff;
	list-style-type: none;
	margin: 0 5px;
	margin-bottom: 5px;
	transition: .5s ease-in-out;
}

.fx-ul li:last-child {
	border-bottom: 0;
}

.fx-line {
	border-bottom: 0 !important;
}

.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;
	text-decoration: none;
	font-size: 12px;
	color: #fff;
	padding-bottom: 15px;
}

.fixed-menu .title {
	position: absolute;
	left: 150px;
	bottom: 1px;
	color: #fff;
	line-height: 1;
	text-align: center;
	-webkit-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-moz-transition: all 0.6s;
	background-color: #fff;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
	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 .tit-img {
	width: 209px;
}

.fixed-menu .title img {
	padding: 18px 18px 18px 18px;
}

.fixed-menu .title>p {
	font-size: 14px;
	font-weight: 300;
	color: #0067ED;
	width: 200px;
	padding: 25px 0;
}

.fx-ul li:hover .title {
	left: -220px;
	opacity: 1;
}
@media screen and (max-width: 768px) {
	.fx-ul li.fx-sitesPreview {
		display: none;
	}
}
.fx-ul li.fx-sitesPreview:hover .title {
	left: -278px;
}

.fx-ul li.fx-sitesPreview i {
	background: url("../images/sitesPreview.png") no-repeat;
	background-position: center center;
	background-size: auto;
	padding: 23px 0;
	display: block;
}

.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: #FFFFFF;
	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;
	cursor: pointer;
}

.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;
}

.fixed-weChat {
	position: relative;
	text-align: center;
	background-color: #f7c25c;
}

.fixed-weChat p {
	transition: all 0.6s;
	text-decoration: none;
	font-size: 12px;
	color: #fff;
	padding-bottom: 10px;
	line-height: 1.5;
}

.fixed-weChat i {
	background: url("../images/weChat.png") no-repeat;
	background-position: center bottom;
	background-size: auto;
	padding: 23px;
	display: inline-block;
}

.subscript {
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 30px;
	background: url("../images/fixed-adsense.png") no-repeat;
	background-position: center center;
	background-size: contain;
	display: inline-block;
}

.subscript span {
	font-size: 10px;
	color: #ffffff;
}

.fixed-menu .fixed-adsense {
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
	display: none;
}

.fixed-adsense-box {
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
	background-color: #f7c25c;
	overflow: hidden;
	text-align: center;
	padding-bottom: 8px;
}

.fixed-adsense-img {
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 50%;
	background-color: #FFFFFF;
	margin: 10px;
	padding: 10px;
}

.fixed-adsense-img span {
	width: 100%;
	height: 100%;
	background: url(../images/WeChat-sider.png) no-repeat;
	background-position: 0px 3px;
	background-size: contain;
	display: inline-block;
}

.fixed-adsense-font {
	text-align: center;
}

.fixed-adsense-font h3 {
	font-size: 14px;
	color: #ffffff;
	margin: 0;
}

.fixed-adsense-font p {
	font-size: 10px;
	color: #ffffff;
	margin: 0;
}

.fixed-adsense-text {
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	padding: 6px;
	background-color: #0cce83;
	display: inline-block;
	line-height: 1;
	border-radius: 4px;
}

.sitesPreview-box {
	margin: 18px 15px;
}

.sitesPreview-box .sitesPreview-content {
	display: flex;
	align-items: center;
	overflow: hidden;
}

.sitesPreview-box .sitesPreview-content input {
	width: 160px;
	height: 32px;
	font-size: 14px;
	float: left;
	color: #001529;
	box-sizing: border-box;
	padding-left: 8px;
	border: 2px solid #0067ED;
}

.sitesPreview-box .sitesPreview-content a {
	font-size: 14px;
	width: 72px;
	height: 32px;
	color: #ffffff;
	line-height: 32px;
	border: none;
	background: #0067ED;
	border-radius: 0 2px 2px 0;
	cursor: pointer;
	display: inline-block;
	float: left;
	box-sizing: border-box;
}

.sitesPreview-box p {
	font-size: 12px;
	text-align: left;
	line-height: 20px;
	margin-top: 5px;
}

.sitesPreview-box .sitesPreview-tip {
	color: #001529;
}

.sitesPreview-errorTip {
	color: red;
	display: none;
}

/* 悬浮菜单 End */
