@font-face {
	font-family: 'Campton-Book';
	src: url(../font/campton/Campton.Book.otf);
}

@font-face {
	font-family: 'Campton-Bold';
	src: url(../font/campton/Campton.Bold.otf);
}

@font-face {
	font-family: 'Campton-Medium';
	src: url(../font/campton/Campton.Medium.otf);
}

@font-face {
	font-family: 'Roboto-Book';
	src: url(../font/roboto/Roboto-Regular_0.ttf);
}

@font-face {
	font-family: 'Roboto-Bold';
	src: url(../font/roboto/Roboto-Bold_0.ttf);
}

@font-face {
	font-family: 'Roboto-Medium';
	src: url(../font/roboto/Roboto-Medium_0.ttf);
}

body {
	font-family: "Roboto-Book", "PingFang-SC", "Heiti SC", sans-serif;
	-webkit-font-smoothing: antialiased;
	margin: 0;
	text-align: center;
}

canvas {
	display: block;
	vertical-align: bottom;
}


/* ---- particles.js container ---- */

#particles-js {
	position: absolute;
	width: 100%;
	height: 100%;
    background-repeat: repeat-x;
	background-size: contain;
}


/* ---- stats.js ---- */

.count-particles {
	background: #000022;
	position: absolute;
	top: 48px;
	left: 0;
	width: 80px;
	color: #13E8E9;
	font-size: .8em;
	text-align: left;
	text-indent: 4px;
	line-height: 14px;
	padding-bottom: 2px;
}

.js-count-particles {
	font-size: 1.1em;
}

#stats,
.count-particles {
	-webkit-user-select: none;
	margin-top: 5px;
	margin-left: 5px;
}

#stats {
	border-radius: 3px 3px 0 0;
	overflow: hidden;
}

.count-particles {
	border-radius: 0 0 3px 3px;
}

iframe {
	-webkit-overflow-scrolling: touch;
	overflow-y: scroll !important;
}

.footer-hr {
	margin-bottom: 5px;
	margin-top: 15px;
	width: 70px;
	height: 3px;
	background: #fff;
}

.footer-link {
	padding-top: 4px;
}

.footer-link a {
	color: #fff;
	text-decoration: underline;
}

.footer-link a:hover,
.footer-link a:focus,
.footer-link a:visited {
	color: #fff;
}

.cr {
	padding-top: 16px;
}

.about {
	display: none;
}

.ai-qr {
	margin-top: 30px;
	max-width: 330px;
    float: right;
    text-align: center;
}

.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 5px;
	font-size: 16px;
	color: #fff;
	transition: all 0.5s;
}

.navbar-nav>li>a:hover,
.navbar-nav>li>a:focus,
.navbar-nav>li>a:visited {
	background: transparent;
	color: #fff;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
	background-color: transparent;
}

.navbar-custom-menu>.navbar-nav>li>.dropdown-menu {
	min-width: 62px;
	border-radius: 0;
	background: transparent;
}

.dropdown-menu {
    box-shadow: none;
}

.dropdown-menu>li>a {
	color: #fff;
	font-weight: bold;
	padding: 3px 10px;
}

.dropdown-menu>li>a:hover {
	background: transparent;
	color: #fff;
}

#video-container {
	position: absolute;
	right: 0;
	left: 0;
	z-index: 1;
	height: 620px;
}

@media only screen and (max-width: 768px) {
	/*.ai-qr {
		display: none !important;
	}*/
	.cr {
		float: left;
	}
	.about {
		float: right;
		padding-right: 10px;
		padding-top: 50px;
		display: none;
	}
	.about a {
		color: #fff;
	}
	.about a:hover,
	.about a:focus,
	.about a:visited {
		color: #fff;
	}
	#video-container {
		height: auto;
	}
}

.or {
	margin: 5px 0;
}

.color-container {
	text-align: center;
	overflow: hidden;
}

.span-or {
	position: relative;
	padding-bottom: var(--spacing-rule-text-vertical, 16px) !important;
	padding-top: var(--spacing-rule-text-vertical, 16px) !important;
	padding-left: var(--spacing-rule-text-horizontal, 16px) !important;
	padding-right: var(--spacing-rule-text-horizontal, 16px) !important;
}

.span-or::before {
	content: "";
	position: absolute;
	border-bottom-width: var(--border-rule-border-width, 1px);
	border-bottom-style: solid;
	border-bottom-color: #e4e4e4;
	top: 50%;
	right: 100%;
	width: 5000px;
}

.span-or::after {
	content: "";
	position: absolute;
	border-bottom-width: var(--border-rule-border-width, 1px);
	border-bottom-style: solid;
	border-bottom-color: #e4e4e4;
	top: 50%;
	left: 100%;
	width: 5000px;
}

.sp-or {
	font-weight: 600;
	line-height: 1.28571em;
	color: rgb(118, 118, 118);
	margin: 0px;
}

.icheckbox_square-blue {
	transform: scale(0.7, 0.7);
}

.mobile-login i,
.account-login i {
	font-size: 16px;
}

.mobile-login {
	font-weight: bold;
}

.send-sms-code,
.send-fw-sms-code,
.send-sms-code-reg,
.send-sms-code-wechat-reg {
	position: absolute;
	right: 10px;
	top: 8px;
}

.send-sms-code a,
.send-fw-sms-code a,
.send-sms-code-reg a,
.send-sms-code-wechat-reg a {
	color: #24a8d5;
	font-weight: bold;
	font-size: 13px;
}

.intl-tel-input .country-list {
	z-index: 10;
}

.nav-tabs-custom .login-box-body,
.nav-tabs-custom .tab-content,
.nav-tabs-custom .tab-pane {
	padding: 0;
}

.nav-tabs-custom {
	box-shadow: none;
	margin-bottom: 0;
	padding: 0 20px;
}

.nav-tabs-custom>.nav-tabs>li>a {
	font-size: 16px;
	color: initial;
	font-weight: bold;
	padding: 8px;
}

.nav-tabs-custom>.nav-tabs>li.active>a {
	border: transparent;
	border-bottom: 2px solid #009dff;
	color: #009dff;
}

.nav-tabs-custom>.nav-tabs>li.active {
	border-top-color: transparent;
	border-bottom-color: #009dff
}

.tab-pane .box {
	box-shadow: none;
}

.bold {
	font-weight: bold;
}

.fs-16 {
	font-size: 16px !important;
}

.pt-20 {
	padding-top: 20px;
}

.smart-dash {
	float: left;
	width: 200px;
	height: 30px;
    line-height: 30px;
}
.company-worldwide{
	float: left;
	margin-left: 20px;
	color: #ff2f37;
	font-weight: bold;
	font-size: 18px;
    line-height: 40px;
    width: 410px;
    text-align: left;
}
.company-worldwide a{
	color: #ff2f37;
}

.company-worldwide-fix{
	float: left;
	margin-left: 20px;
	color: #333;
	font-weight: bold;
	font-size: 18px;
    line-height: 32px;
    width: 410px;
    text-align: left;
}
.company-worldwide-fix a{
	color: #333;
}
@media only screen and (min-width: 1200px) and (max-width: 1250px) {
	.company-worldwide, .company-worldwide-fix{
		width: 190px;
	}
}
@media only screen and (min-width: 1251px) and (max-width: 1300px) {
	.company-worldwide, .company-worldwide-fix{
		width: 240px;
	}
}
@media only screen and (min-width: 1301px) and (max-width: 1350px) {
	.company-worldwide, .company-worldwide-fix{
		width: 290px;
	}
}
@media only screen and (min-width: 1351px) and (max-width: 1400px) {
	.company-worldwide, .company-worldwide-fix{
		width: 330px;
	}
}
@media only screen and (min-width: 1401px) and (max-width: 1450px) {
	.company-worldwide, .company-worldwide-fix{
		width: 380px;
	}
}

.innonation-ai {
	position: absolute;
	top: 30px;
	left: 4%;
	right: 2%;
	height: 40px;
	vertical-align: middle;
}

.innonation-ai img {
	padding-right: 20px;
	padding-top: 6px;
}

.div-sign-up {
	height: 40px;
	float: right;
	margin-top: 1px;
}

.div-report{
	height: 40px;
	float: right;
    padding-right: 10px;
}

.div-on-demand {
	float: right;
	margin-right: 10px;
}

.div-on-demand .dropdown-menu {
	background-color: #316a94
}

.div-on-demand .dropdown-menu>li>a {
	padding: 8px 12px;
}

.btn-signup-new {
	width: 100%;
	background: #ff2f37;
	color: #fff;
	font-size: 16px;
	border-radius: 4px;
	padding: 6px 15px;
}
.btn-report{
	width: 100%;
	background: #08a0ff;
	color: #fff;
	font-size: 16px;
	border-radius: 4px;
	padding: 6px 15px;
}

.btn-on-demand {
	width: 100%;
	background: transparent;
	color: #fff;
	font-size: 16px;
	border-radius: 0;
	/*border-bottom: 2px solid #fff;*/
	padding: 8px 12px 4px;
	transition: all 0.5s
}

.btn-pricing {
	width: 100%;
	background: transparent;
	color: #fff;
	font-size: 16px;
	border-radius: 0;
	/*border-bottom: 2px solid #fff;*/
	padding: 8px 12px 4px;
	transition: all 0.5s
}

.btn-signup-new:hover,
.btn-signup-new:focus,
.btn-on-demand:focus,
.btn-pricing:focus {
	color: #fff;
}

.btn-report:hover,
.btn-report:focus,
.btn-report:visited {
	color: #fff;
}

.btn-on-demand:hover,
.btn-pricing:hover {
	border-bottom: 2px solid #fff;
	color: #fff;
}

.div-container {
	position: absolute;
	width: 900px;
	top: 240px;
	left: 50%;
	margin-left: -450px;
}

.home-title {
	font-family: 'Roboto-Bold';
	font-size: 42px;
	color: #fff;
}

.home-subtitle {
	font-size: 28px;
	color: #fff;
}

.div-start {
	width: 140px;
	height: 40px;
	margin: 0 auto;
}

.login-left {
	width: 400px;
	height: 420px;
	background: #fff;
	position: absolute;
	top: 80px;
	z-index: 3;
	left: 50%;
	margin-left: -200px;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
	display: none;
}

.login-wechat {
	width: 320px;
	height: 320px;
	background: #fff;
	position: absolute;
	top: 100px;
	z-index: 2;
	left: 50%;
	margin-left: -160px;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
	display: none;
}

.wechat-container {
	padding: 20px;
}

.login-box {
	width: 350px;
	position: absolute;
	left: 50%;
	margin-left: -175px;
	top: 40px;
	margin-bottom: 0;
	margin-top: 0;
}

.signup-box {
	width: 85%;
	margin: 30% auto auto;
	display: none;
}

.login-box-logo {
	padding: 0 20px;
	text-align: center;
	font-size: 1.5em;
}

.login-box-logo img {
	width: 80%;
}

.login-right {
	width: 100%;
	height: 620px;
	position: relative;
}

.login-logo,
.register-logo {
	font-size: 32px;
	font-weight: 100;
}

.login-desc {
	padding: 15px 20px;
	text-align: center;
}

.login-social {
	padding: 0px 20px;
}

.login-social img {
	width: 96%;
}

.login-box-body,
.register-box-body {
	padding-top: 0;
	padding-bottom: 0;
}

.forget-password {
	position: absolute;
	bottom: 0px;
	right: 20px;
}

.forget-password a {
	font-weight: bold;
	color: #24a8d5;
}

.btn-resetpwd,
.btn-forgotpwd,
.btn-signin,
.btn-mobile-signin {
	background: #2f313e;
	color: #ececec
}

.btn-resetpwd:hover,
.btn-resetpwd:focus,
.btn-resetpwd:visited,
.btn-forgotpwd:hover,
.btn-forgotpwd:focus,
.btn-forgotpwd:visited,
.btn-signin:hover,
.btn-signin:focus,
.btn-signin:visited,
.btn-mobile-signin:hover,
.btn-mobile-signin:focus,
.btn-mobile-signin:visited {
	color: #ececec
}

.sign-in {
	padding-top: 15px;
	font-weight: bold;
}

.sign-in a {
	color: #24a8d5;
	text-decoration: underline;
}

.signup {
	text-align: center;
	padding-top: 30px;
	font-weight: bold;
}

.signup a {
	color: #3eb93e;
	text-decoration: underline;
}

.become_member {
	text-align: center;
	font-weight: bold
}

.become_member a {
	color: #24a8d5;
	text-decoration: underline;
}

.free-trial {
	background-position: 50% 50%;
    width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover !important;
	}

.free-trial-detail {
	opacity: 0.9;
	padding: 40px 40px 30px;
	color: #fff;
	font-size: 18px;
	width: 430px;
	position: absolute;
	top: 35%;
	left: 50%;
	margin-left: -215px;
}

.free-trial-title {
	font-size: 22px;
	padding-bottom: 15px;
}

.free-trial-content {
	line-height: 30px;
	padding-bottom: 30px;
}

.btn-see-how {
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
}

.btn-see-how:hover {
	color: #fff;
}

.qr-title {
	font-size: 18px;
	font-weight: bold;
	color: #003a67;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
	background: #fff !important;
}


/*
@media only screen and (min-width: 769px) and (max-width: 1250px) {
	.login-box {
	    width: 90%;
	    margin-top: 0%;
	}
}
@media only screen and (max-width: 1024px) {
	.login-left{
		position: absolute;
	    width: 90%;
	    margin: auto;
	    left: 5%;
	}
	.login-box {
		width: 100%;
		background: #fff;
		left: 0;
	    margin-left: 0;
	    top: 10%;
	    z-index: 1;
	}
	.login-box-logo{
		padding-top: 30px;
	}
	.login-right{
		width: 100%;
	    float: left;
	    position: relative;
		margin-left: 0;
	}
}
@media only screen and (min-width: 400px) and (max-width: 768px) {
	.login-box {
	    margin-top: 20%;
	}
}*/

#signup .form-group {
	margin-bottom: 8px;
}

.signup-desc {
	font-size: 16px;
	color: #3eb93e;
	padding: 0px 20px 10px;
	font-weight: bold;
	text-align: center;
}

.fname {
	padding: 0 5px 0 0;
}

.lname {
	padding: 0 0 0 5px;
}

.btn-signup {
	background: #3eb93e;
	color: #fff;
}

.btn-signup:hover,
.btn-signup:focus,
.btn-signup:visited {
	color: #fff;
}

.btn-wechat {
	background: #3eb93e;
	color: #fff;
}

.btn-wechat:hover,
.btn-wechat:focus,
.btn-wechat:visited {
	color: #fff;
}

.invite-desc {
	padding-top: 5px;
	text-align: left;
}


/*.btn-close{
	background: #3eb93e;
	color: #fff;
}
.btn-close:hover, .btn-close:focus, .btn-close:visited{
	color: #fff;
}*/

.privacy {
	padding-top: 5px;
	text-align: center;
	font-size: 12px;
}

.privacy a {
	color: #24a8d5;
	text-decoration: underline;
}

.wechat-notice {
	padding-bottom: 5px;
	text-align: left;
	word-break: break-all;
	font-size: 12px;
}

.signin,
.wechat-signin {
	padding-top: 10px;
	text-align: center;
	font-size: 12px;
}

.signin a,
.wechat-signin a {
	color: #24a8d5;
	text-decoration: underline;
	font-style: normal;
	font-weight: bold;
}

.validate {
	/*color: #24a8d5;*/
	/*color: #ff2f37;*/
	color: #dd1e32 ;
	padding-left: 10px;
	float: left;
	text-align: left;
	font-size: 12px;
}

#signin input::-webkit-input-placeholder {
	color: #cccccc;
}

#signin input:-moz-placeholder {
	color: #cccccc;
}

#signin input::-moz-placeholder {
	color: #cccccc;
}

#signin input:-ms-input-placeholder {
	color: #cccccc;
}

#signup input::-webkit-input-placeholder {
	color: #cccccc;
}

#signup input:-moz-placeholder {
	color: #cccccc;
}

#signup input::-moz-placeholder {
	color: #cccccc;
}

#signup input:-ms-input-placeholder {
	color: #cccccc;
}

#wechat-signup input::-webkit-input-placeholder {
	color: #cccccc;
}

#wechat-signup input:-moz-placeholder {
	color: #cccccc;
}

#wechat-signup input::-moz-placeholder {
	color: #cccccc;
}

#wechat-signup input:-ms-input-placeholder {
	color: #cccccc;
}

#signup .select2-container {
	width: 100% !important;
}

#signup .select2-container--default .select2-selection--single {
	border-radius: 0px;
	height: 34px;
	padding: 6px 4px;
	border: 1px solid #d2d6de;
}

#signup .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 34px !important;
}

.verify-img {
	margin: 0 auto;
	width: 20%;
	padding-top: 20px;
}

.verify-img img {
	width: 100%;
}

.verify-desc {
	padding-top: 10px;
	font-size: 16px;
	line-height: 27px;
	text-align: center;
	font-weight: bold;
}

.forget-title,
.mobile-title {
	font-size: 18px;
	padding: 10px 20px 20px;
	font-weight: bold;
	text-align: center;
}

.mobile-title {
	padding-bottom: 0;
}

.forget-desc {
	color: #4f5f6f;
	font-size: 18px;
	padding-bottom: 10px;
}

.email {
	color: #24a8d5;
}

.forget-password a,
#confirm-success a,
#reset-password-success a {
	color: #24a8d5;
	text-decoration: underline;
	font-style: normal;
	font-weight: bold;
}

.glyphicon-ok, .glyphicon-lock {
	/*color: #3eb93e !important;*/
	color: #128bed !important;
}

.reset-password-verify {
	text-align: center;
}

.intl-tel-input {
	width: 100%;
}

.pc-bg {
	width: 100%;
	height: 100%;
	background-image: url('https://innonation.oss-cn-beijing.aliyuncs.com/home/home_bg.png') !important;
	background-position: center center !important;
	background-repeat: repeat-x !important;
}

.mobile-bg {
	width: 100%;
	height: 100%;
	background-image: url(https://innonation.oss-cn-beijing.aliyuncs.com/home/home_bg.png) !important;
	background-position: center center !important;
	background-repeat: repeat-x !important;
	background-size: contain !important;
}

.content-container {
	position: relative;
	padding: 40px 60px;
	min-height: 540px;
}

.content-item {
	position: relative;
	width: 100%;
}

.content-item .blue {
	min-height: 460px;
	background-color: #258dc9;
	opacity: 0.9;
	cursor: pointer;
}

.content-item .red {
	min-height: 460px;
	background-color: #e63c42;
	opacity: 0.9;
}

.content-desc {
	position: absolute;
	top: 0;
	padding: 40px;
	color: #fff;
	min-height: 460px;
}

.content-item .title {
	font-family: 'Roboto-Bold';
	font-size: 28px;
	text-align: left;
}

.content-item .desc {
	padding-top: 80px;
	font-size: 20px;
	text-align: left;
	line-height: 36px;
}

.content-item .learn-more {
	position: absolute;
	bottom: 50px;
	font-size: 20px;
}

.content-item a {
	color: #fff;
}

.maintain-container {
	position: relative;
	min-height: 280px;
	padding: 60px 60px;
	background-image: linear-gradient(to right, #69b2dc, #104890);
	padding-left: 200px;
	padding-right: 200px;
}

.maintain-item {
	float: left;
	width: 16.6%;
	margin: 0 auto;
}

.maintain-title {
	font-family: Roboto-Medium;
	padding-top: 40px;
	font-size: 20px;
	color: #fff;
}

.galaxy-container {
	position: relative;
	min-height: 440px;
	padding: 80px 160px 40px;
}

.galaxy-container img {
	max-width: 200px;
}

.galaxy-content {
	text-align: left;
}

.galaxy-title {
	font-family: 'Roboto-Bold';
	color: #f52d35;
	font-size: 30px;
}

.galaxy-content-detail {
	padding-top: 40px;
	font-size: 18px;
	line-height: 32px;
}

.galaxy-img img {
	margin: 0 auto;
	width: 80%;
}

.footer-container {
	width: 75%;
	margin: 0 auto 10px;
	color: #fff;
	min-height: 220px;
	text-align: left;
}

.reveal-container {
	position: relative;
	min-height: 440px;
	padding: 60px;
	padding-left: 160px;
	padding-right: 160px;
}

.reveal-img {
	height: 300px;
	background-image: url('https://innonation.oss-cn-beijing.aliyuncs.com/home/business_analysis.gif') !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: contain !important
}

.reveal-content {
	padding-top: 100px;
	line-height: 1.25;
}

.reveal-title {
	font-size: 28px;
}

.reveal-title i {
	font-size: 14px;
}

.reveal-title span {
	white-space: nowrap;
}

.try-free {
	font-size: 16px;
	color: darkgray;
}

.reveal-email {
	position: relative;
	width: 380px;
	margin: 20px auto;
}

.reveal-email input {
	width: 100%;
	height: 35px;
	text-indent: 10px;
}

.btn-reveal {
	position: absolute;
	top: 0;
	right: 0;
	width: 140px;
	height: 35px;
}

.new-content-container {
	max-width: 75%;
	margin: 80px auto 40px;
	min-height: 440px;
}

.intelligence-img {
	margin-top: 40px;
	margin-left: -80px;
	max-height: 280px !important;
}

.new-content-container.discover img {
	max-height: 360px;
}

.new-content-container .title {
	font-size: 28px;
	text-align: left;
	font-weight: bold;
}

.new-content-container .desc {
	padding-top: 40px;
	font-size: 16px;
	text-align: left;
	line-height: 32px;
}

.new-content-container .desc .file{
	color: #08a0ff;
	font-weight: bold;
}

.new-content-container .desc .file:hover, .new-content-container .desc .file:visited, .new-content-container .desc .file:focus{
	color: #08a0ff;
}

.new-content-container .learn-more {
	padding-top: 20px;
	font-size: 18px;
	text-align: left;
}

.new-content-container.discover .col-lg-5 {
	padding-right: 100px;
}

.new-content-container.intelligence .col-lg-8 {
	padding-right: 50px;
}

.new-content-container.intelligence .owl-carousel img,
.new-content-container.analysis .owl-carousel img,
.new-content-container.b2b .owl-carousel img,
.new-content-container.report .owl-carousel img {
	width: 100%;
}

.new-content-container.intelligence .desc p {
	margin-bottom: 10px;
}

.new-content-container.intelligence .desc i {
	color: #d3d3d3;
	margin-right: 8px;
}

.new-content-container.intelligence .desc .active i {
	color: #57b438;
}

.new-content-container.intelligence .desc .active span {
	font-weight: bold;
}

.owl-theme .owl-controls .owl-page span {
	width: 8px;
	height: 8px;
}

.new-content-container.analysis .box {
	box-shadow: 0px 20px 10px 0px #ccc;
	min-height: 460px;
}

.owl-carousel .owl-wrapper-outer{
	box-shadow: -5px 5px 10px 5px #ccc;
}

.owl-theme .owl-controls{
	margin-top: 30px;
}

.new-content-container.analysis .box:hover {
	transform: scale(1.1);
}

.analysis-img {
	margin: 60px auto;
	width: 100px;
	height: 100px;
}

.analysis-title {
	color: #333;
	font-size: 14px;
	line-height: 32px;
	margin-bottom: 30px;
}
.analysis-title:hover {
	color: #08a0ff
}

.analysis-item {
	margin-bottom: 20px;
}

.analysis-item i {
	color: #57b438;
	margin-right: 8px;
}

.new-content-container.b2b .col-lg-8 {
	padding-right: 50px;
}

.new-content-container.b2b .desc p {
	margin-bottom: 10px;
}

.new-content-container.b2b .desc i {
	color: #d3d3d3;
	margin-right: 8px;
}

.new-content-container.b2b .desc .active i {
	color: #57b438;
}

.new-content-container.b2b .desc .active span {
	font-weight: bold;
}

.new-content-container.report .col-lg-8 {
	padding-right: 0;
}

.new-content-container.report .desc p {
	margin-bottom: 10px;
}

.new-content-container.report .desc i {
	color: #d3d3d3;
	margin-right: 8px;
}

.new-content-container.report .desc .active i {
	color: #57b438;
}

.new-content-container.report .desc .active span {
	font-weight: bold;
}

.btn-b2b {
	background: #08a0ff;
	color: #fff;
	font-size: 16px;
	border-radius: 4px;
}

.btn-b2b:hover,
.btn-b2b:focus,
.btn-b2b:visited {
	color: #fff;
}

.qr-img {
	width: 100px;
	/*margin-right: 25px;*/
    padding: 0 9px;
    margin-bottom: 5px;
}

.analysis-owl-carousel .owl-controls, .analysis-owl-carousel-en .owl-controls {
	margin-top: 60px;
}

.analysis-subscribe {
	margin-top: -55px;
	font-size: 18px;
	font-weight: bold;
}

.search-company{
	position: relative;
	width: 420px;	
}

.search-company input{
	width: 100%;
	height: 36px;
    border-radius: 5px;
    border: 1px solid #bbb;
    text-indent: 15px;
    outline: none;
}

.search-company i{
	position: absolute;
	right: 12px;
	top: 10px;
	font-size: 16px;
	color: #bbb;
}

.search-company input::-webkit-input-placeholder,
.search-company input:-moz-placeholder,
.search-company input::-moz-placeholder,
.search-company input:-ms-input-placeholder {
	color: #bbb;
}

.ui-widget.ui-widget-content{
	width: 600px !important;
	border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.result{
	text-align: left;
}

.result .company-logo{
	width: 56px;
    height: 56px;
    display: inline-block;
    margin-right: 5px;
}
.result .company-logo img{
	width: 100%;
	/*border: 1px solid #cdcdc1;*/
    max-height:100%;
    background-size: 100% !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    padding: 0;
    margin: 0;
}
.result .result-info {
    display: inline-block;
    vertical-align: middle;
    max-width: 80%;
}

.result-info p {
    line-height: 1.2;
    margin: 0;
}

.result .result-info .location{
	color: #333;
	font-size: 12px;
}

.item {
    padding: 8px !important;
    border-bottom: 1px solid #f4f4f4;
}

.overflow-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    box-sizing: border-box;
}

.fix-header{
	position: fixed;
	top: 0;
	width: 100%;
	height: 70px;
	background: #fff;
	z-index: 10;
	box-shadow: 2px 4px 10px 2px #bbb;
	padding: 18px 2% 10px 4%;
	color: #333;
	display: none;
}
.fix-logo{
	width: 200px;
	height: 30px;
    line-height: 30px;
}
.fix-logo img{
	width: 100%;
}

.company-search{
	width: 420px;
	border-top: none;
    border-bottom: none;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    margin-top: -10px;
    padding-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.company-search .company-item{
	cursor: pointer;
}
.company-search .company-item:hover{
	background: #eee;
}
.circle {
	max-width: 85%;
	margin: 0 auto;
	min-height: 460px;
}

.circle .box {
	box-shadow: none;
	cursor: pointer;
}

.circle .analysis-img {
	margin: 60px auto;
	width: 100%;
	height: 100%;
	height: 100%;
}

.circle .analysis-img:hover {
	transform: translate(0, 20px) scale(1.2) rotate(0deg);
}

@media only screen and (max-width: 420px) {
	.login-left {
		width: 360px;
		margin-left: -180px;
	}
	.smart-dash {
		width: 160px;
		height: 30px;
		line-height: 20px;
	}
	.innonation-ai {
		top: 30px;
		right: 20px;
	}
	.navbar-custom-menu>.navbar-nav>li>.dropdown-menu {
		right: 110px;
		top: 30px;
	}
	.navbar-custom-menu .navbar-nav>li>a {
		padding: 5px 15px;
	}
	.navbar-nav>li>a:hover,
	.navbar-nav>li>a:focus,
	.navbar-nav>li>a:visited {
		border-bottom: none;
	}
	.div-sign-up {
		width: 110px;
	}
	.btn-signup-new {
		width: 110px;
		font-size: 14px;
		padding: 6px 16px 4px;
	}
	.btn-on-demand {
		font-size: 14px;
	}
	.div-container {
		width: 92%;
		top: 42%;
		left: 8%;
		margin-left: 0px;
		text-align: left;
	}
	.home-title {
		font-size: 32px;
		word-wrap: break-word;
		font-family: 'Roboto-Medium';
	}
	.home-subtitle {
		font-size: 18px;
	}
	.div-start {
		margin: 0;
	}
	.content-container {
		padding: 20px;
	}
	.content-item {
		margin-bottom: 20px;
	}
	.maintain-container {
		background-image: linear-gradient(to right, #69b2dc, #104890);
		padding: 60px 20px;
		min-height: 660px
	}
	.maintain-item {
		float: left;
		width: 50%;
		margin-bottom: 60px;
	}
	.maintain-title {
		padding-top: 10px;
	}
	.galaxy-container {
		padding: 30px;
	}
	.galaxy-container img {
		max-width: 140px;
	}
	.galaxy-img {
		margin-top: 40px;
	}
	.footer-container {
		width: 90%;
		padding-left: 0;
		font-size: 12px;
		min-height: 200px;
	}
	.qr-img {
		width: 80px;
	}
	.content-item .desc {
		padding-top: 50px;
		font-size: 18px;
	}
	.new-content-container {
		max-width: 85%;
		margin: 40px auto 20px;
	}
	.new-content-container.discover img {
		width: 100%;
		max-height: 320px;
	}
	.circle{
		max-width: 100%;
	}
	.circle .analysis-img {
		margin: 0px auto 20px;
	}
	.analysis-title{
		font-size: 13px;
		margin-bottom: 0;
	}
	.intelligence-img {
		width: 100%;
		margin-left: 0;
	}
	.new-content-container .col-lg-6 {
		padding-bottom: 20px;
	}
	.new-content-container .title {
		font-size: 26px;
		padding-top: 20px;
	}
	.new-content-container.discover .col-lg-5 {
		padding-right: 0;
		padding-bottom: 30px;
	}
	.analysis-img {
		margin: 40px auto;
		width: 60%;
	}
	.new-content-container.analysis .box {
		min-height: 380px;
	}
	.new-content-container.discover .col-lg-5 {
		padding-right: 0;
		padding-bottom: 30px;
	}
	.new-content-container.intelligence .col-lg-8,
	.new-content-container.b2b .col-lg-8 {
		padding-right: 0;
	}
	.analysis-img {
		width: 80px;
		height: 80px;
	}
	.analysis-subscribe {
		font-size: 14px;	
	}	
	.new-content-container.analysis .box:hover {
		transform: none;
	}
}

@media only screen and (min-width: 420px) and (max-width: 769px) {
	.login-left {
		width: 360px;
		margin-left: -180px;
	}
	.login-right {
		height: 420px;
	}
	.smart-dash {
		left: 30px;
		width: 160px;
		height: 30px;
		line-height: 30px;
	}
	.innonation-ai {
		right: 20px;
		width: 270px;
	}
	.div-sign-up {
		width: 110px;
	}
	.btn-signup-new {
		width: 110px;
		font-size: 14px;
		padding: 6px 16px 4px;
	}
	.btn-on-demand {
		font-size: 14px;
	}
	.div-container {
		width: 90%;
		top: 42%;
		left: 10%;
		margin-left: 0px;
		text-align: left;
	}
	.home-title {
		font-size: 28px;
		word-wrap: break-word;
		font-family: 'Roboto-Medium';
	}
	.home-subtitle {
		font-size: 20px;
	}
	.div-start {
		margin: 0;
	}
	.content-container {
		padding: 20px;
	}
	.content-item {
		min-height: 400px;
		margin-bottom: 20px;
	}
	.maintain-title {
		padding-top: 10px;
	}
	.galaxy-container {
		padding: 30px;
	}
	.galaxy-img {
		margin-top: 40px;
	}
	.footer-container {
		width: 90%;
		padding-left: 0;
	}
	.content-item .desc {
		padding-top: 40px;
		font-size: 24px;
		line-height: 44px;
	}
	.content-item .title {
		font-size: 32px;
	}
	.content-item .learn-more {
		font-size: 24px;
	}
	.galaxy-img img {
		margin-top: 40px;
		width: 100%;
	}
	.maintain-container {
		padding: 80px 10px;
	}
	.new-content-container {
		max-width: 90%;
	}
	.new-content-container.discover img {
		max-height: 320px;
	}
	.intelligence-img {
		width: 100%;
		margin-left: 0;
	}
	.new-content-container .title {
		padding-top: 0px;
	}
	.new-content-container.discover .col-lg-5 {
		padding-right: 0;
		padding-bottom: 30px;
	}
	.new-content-container.intelligence .col-lg-8,
	.new-content-container.b2b .col-lg-8 {
		padding-right: 0;
	}
	.analysis-img {
		width: 80px;
		height: 80px;
	}
	.analysis-subscribe {
		font-size: 14px;	
	}
	.navbar-nav>li>a{
		padding-top: 5px !important;
	}	
	.new-content-container.analysis .box:hover {
		transform: none;
	}
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
	.content-item .title {
		font-size: 24px;
	}
	.content-item .desc {
		padding-top: 40px;
		font-size: 18px;
		line-height: 30px;
	}
	.content-item .learn-more {
		font-size: 18px;
	}
	.galaxy-img img {
		margin-top: 40px;
		width: 100%;
	}
	.intelligence-img {
		width: 100%;
		margin-left: -80px;
		margin-top: 60px;
	}
	.new-content-container.discover img {
		max-height: 420px;
	}
	.new-content-container.discover .col-lg-5 {
		padding-right: 0;
		padding-bottom: 30px;
	}
	.new-content-container.intelligence .col-lg-8,
	.new-content-container.b2b .col-lg-8 {
		padding-right: 0;
	}
	.analysis-img {
		width: 80px;
		height: 80px;
	}
	.analysis-subscribe {
		font-size: 16px;	
	}	
	.new-content-container.analysis .box:hover {
		transform: none;
	}
}

@media only screen and (min-width: 1600px) {
	.galaxy-img img {
		width: 60%;
	}
}

@media only screen and (max-width: 768px) {
	.reveal-container {
		min-height: 440px;
		padding: 0 20px;
	}
	.reveal-content {
		padding-top: 0;
		padding-bottom: 20px;
	}
	.reveal-email {
		width: 98%;
	}
	.btn-reveal {
		width: 140px;
		padding: 8px 12px 4px;
	}
}

.apply-now {
	color: #24a8d5;
	text-decoration: underline;
}

.apply-now:hover {
	color: #24a8d5;
}

.purchase-tab {
	position: fixed;
	top: 0;
	bottom: 0;
	right: -460px;
	width: 460px;
	z-index: 100;
	height: auto !important;
	-webkit-transition: right .3s ease-in-out;
	-o-transition: right .3s ease-in-out;
	transition: right .3s ease-in-out;
}

.purchase-tab #iframe {
	height: 813px;
}

.ifr-close {
	position: absolute;
	top: 20px;
	left: 20px;
}

.ifr-close i {
	font-size: 24px;
	color: #fff;
}

@media only screen and (max-width: 560px) {
	.purchase-tab {
		right: -100%;
		width: 100%;
	}
}

@media only screen and (max-width: 320px) {
	.price-item {
		min-height: 560px;
	}
}

@media only screen and (max-width: 1200px) {
	.ifr-close {
		top: 18px;
		left: 15px;
	}
	.ifr-close i {
		font-size: 20px;
		color: #fff;
	}
}

.purchase-active {
	right: 0;
}

.discover-container {
	box-shadow: 0 3px 35px -1px rgba(0, 0, 0, .1), 0 10px 8px 0 rgba(0, 0, 0, .1), 0 1px 34px 0 rgba(0, 0, 0, .1);
	border-radius: 20px;
	min-width: 500px;
	margin-left: 40px;
}

.discover-header {
	width: 100%;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	background: #6fb8cc;
	color: #fff;
	background-color: #2f7cc9;
	background: -moz-linear-gradient(left, #2f7cc9 0%, #6fb8cc 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #2f7cc9), color-stop(100%, #6fb8cc));
	background: -webkit-linear-gradient(left, #2f7cc9 0%, #6fb8cc 100%);
	background: -o-linear-gradient(left, #2f7cc9 0%, #6fb8cc 100%);
	background: -ms-linear-gradient(left, #2f7cc9 0%, #6fb8cc 100%);
	background: linear-gradient(to right, #2f7cc9 0%, #6fb8cc 100%);
	background-size: 102%;
}

.discover-header div {
	line-height: 50px;
	cursor: pointer;
}

.discover-header .active {
	background-color: #7e8add;
	background: -moz-linear-gradient(left, #7979df 0%, #7e8add 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #7979df), color-stop(100%, #7e8add));
	background: -webkit-linear-gradient(left, #7979df 0%, #7e8add 100%);
	background: -o-linear-gradient(left, #7979df 0%, #7e8add 100%);
	background: -ms-linear-gradient(left, #7979df 0%, #7e8add 100%);
	background: linear-gradient(to right, #7979df 0%, #7e8add 100%);
}

.discover-header .deal.active {
	border-top-left-radius: 20px;
}

.discover-header .app.active {
	border-top-right-radius: 20px;
}

.discover-header a {
	color: #fff;
}

.discover-item {
	padding: 15px;
}

.discover-item .table>tbody>tr>td,
.discover-item .table>thead>tr>th {
	line-height: 1.2;
	text-align: left;
}

.discover-item .company-logo {
	width: 20px;
	height: 20px;
	border: 1px solid #cdcdc1;
	background-size: 100% !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	border-radius: 6px;
	float: left;
	margin-right: 5px;
}

.discover-item .overflow-ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 100%;
	box-sizing: border-box;
}

.discover-item .btn-more {
	background: #2f7cc9;
	color: #fff;
	border: 1px solid #2f7cc9;
	border-radius: 20px;
	padding: 6px 30px;
}

@media only screen and (min-width: 100px) and (max-width: 768px) {
	.discover-container {
		min-width: 100%;
		margin-left: 0px;
	}
	.table-responsive {
		border: none;
	}
}

#wechat-signup .tab-pane {
	padding: 15px 0;
}

#wechat-signup .nav-tabs-custom {
	padding: 0 10px;
	box-shadow: none;
}

#wechat-signup .nav-tabs-custom>.nav-tabs>li>a {
	color: #666;
	font-weight: bold;
}

#wechat-signup .nav-tabs-custom>.nav-tabs>li.active>a {
	border: transparent;
	border-bottom: 2px solid #3eb93e;
	color: #3eb93e
}

#wechat-signup .nav-tabs-custom>.nav-tabs>li.active {
	border-top-color: transparent;
	border-bottom-color: #3eb93e
}

#modal-default .modal-dialog {
	max-width: 400px;
	margin-top: 100px;
}

#modal-default .modal-content {
	border-radius: 5px;
}

#modal-default p {
	margin-bottom: 20px;
}

#building .modal-dialog {
	max-width: 400px;
	margin-top: 100px;
}

#building .modal-content {
	border-radius: 5px;
}

#building p {
	margin-bottom: 20px;
	font-size: 20px;
}

.modal-warning {
	margin: 10px auto;
	background: url('../img/warning.png') center center no-repeat;
	width: 70px;
	height: 70px;
	background-size: contain;
}

.btn-bind-user,
.btn-modal-close,
.btn-renew {
	background: #2e81d1;
	color: #fff;
	border-radius: 5px;
}

.btn-bind-user:hover,
.btn-bind-user:focus,
.btn-bind-user:visited {
	color: #fff;
}

.btn-modal-close:hover,
.btn-modal-close:focus,
.btn-modal-close:visited {
	color: #fff;
}

.btn-renew:hover,
.btn-renew:focus,
.btn-renew:visited {
	color: #fff;
}

.bind-user {
	display: none;
}

.renew {
	margin-top: 10px;
}

.forgot-pwd {
	display: none;
	padding-top: 10px;
	padding-bottom: 10px;
}

.jssorl-009-spin img {
	animation-name: jssorl-009-spin;
	animation-duration: 1.6s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}


/*jssor slider bullet skin 051 css*/

.jssorb051 .i {
	position: absolute;
	cursor: pointer;
}

.jssorb051 .i .b {
	fill: #aaa;
	fill-opacity: 0.5;
}

.jssorb051 .i:hover .b {
	fill-opacity: .7;
}

.jssorb051 .iav .b {
	fill-opacity: 1;
}

.jssorb051 .i.idn {
	opacity: .3;
}


/*jssor slider arrow skin 051 css*/

.jssora051 {
	display: block;
	position: absolute;
	cursor: pointer;
}

.jssora051 .a {
	fill: none;
	stroke: #aaa;
	stroke-width: 360;
	stroke-miterlimit: 10;
}

.jssora051:hover {
	opacity: .8;
}

.jssora051.jssora051dn {
	opacity: .5;
}

.jssora051.jssora051ds {
	opacity: .3;
	pointer-events: none;
}

   .form-control {
        border-radius: 0;
        box-shadow: none;
        border-color: #d2d6de;
   }

    .form-control:not(select) {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .login-box-body, .register-box-body {
        background: #fff;
        padding: 20px;
        padding-top: 10px;
        border-top: 0;
        color: #666;
    }

    .btn {
        border-radius: 3px;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 1px solid transparent;
    }

    .nav-tabs-custom>.tab-content {
        margin: 0;
        border-bottom-color: #f4f4f4;
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
    }
    .btn.btn-flat {
        border-radius: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border-width: 1px;
    }

    .no-margin {
        margin: 0 !important;
    }

    .box {
        position: relative;
        border-radius: 3px;
        background: #ffffff;
        border-top: 3px solid #d2d6de;
        margin-bottom: 20px;
        width: 100%;
        box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    }

    .box-body {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
        padding: 10px;
    }

    .no-border {
        border: 0 !important;
    }

    @media (max-width: 991px) {
        .navbar-custom-menu .navbar-nav {
            margin: 0;
        }
        .navbar-custom-menu .navbar-nav > li > a {
            padding-top: 15px;
            padding-bottom: 15px;
            line-height: 20px;
        }

        .navbar-custom-menu>.navbar-nav>li {
            position: static;
            float:left;
        }

        .navbar-custom-menu>.navbar-nav {
            float: right;
            margin: 0;
        }
        .navbar-custom-menu .navbar-nav>li>a {
            line-height: 20px;
            padding: 5px 15px;
        }
    }
.already-exists-log-in a, .already-exists-wechat-log-in a, .already-exists-phone-log-in a, .already-exists-phone-wechat-log-in a {
	color: #cf100c;
	text-decoration: underline;
	font-weight: 600;
}


.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	width: 1250px;
}
@media (min-width: 1281px) {
	.container {
		margin-left: calc(50vw - 625px);
	}
}
.container .nindex-search .search-contain {
	padding-top: 50px;
	z-index: 10;
	position: relative;
}
.search-title {
	font-size: 46px;
	font-family: "Microsoft YaHei", Arial;
	color: #fff;
	margin-bottom: 40px;
	text-align: center;
}
.search-area {
	width: 1000px;
	margin: auto;
	position: relative;
}
.app-search-input {
	position: relative;
}
.app-search-input .form-group {
	margin-bottom: 0px;
}
.input-group {
	position: relative;
	display: table;
	border-collapse: separate;
}
.app-search-input.big .input-group .search-key {
	border: none;
	height: 60px;
	font-size: 18px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	outline: none !important;
	width: 950px;
	margin-top: 1px;
	text-indent: 10px;
}
.input-group-btn {
	position: relative;
	font-size: 0;
	white-space: nowrap;
	width: 1%;
	vertical-align: middle;
}
.app-search-input.big .input-group .input-group-btn .btn {
	background-color: #08a0ff;
	font-size: 26px;
	color: #fff;
	padding: 5px 20px 5px;
	height: 61px;
	border: none;
	border-radius: 0px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.1);
	outline: none;
	transition: background-color .3s;
}
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
	z-index: 2;
	margin-left: -1px;
}
.app-home{
	position: absolute;
	top: 160px;
}
.pb-30{
	padding-bottom: 30px;
}

.company-search-new {
	width: 950px;
	border-top: none;
	border-bottom: none;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin-top: -10px;
	padding-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.company-search-new .company-item {
	cursor: pointer;
}

.company-search-new .company-item:hover {
	background: #eee;
}




/*.fade.in {
	opacity: 1;
}*/

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}
#signinModal {
	z-index: 100
}

.signin-modal-dialog .close {
	color: #128bed;
	font-size: 18px;
	position: absolute;
	right: 51px;
	top: 0px;
	opacity: 1;
}


.modal.fade .modal-dialog {
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	transform: translate(0, -25%);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-moz-transition: -moz-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}


.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px;
}
@media (min-width: 768px) {
	.modal-dialog {
		/*width: 600px;*/
		margin: 30px auto;
	}
}

.login-madal-dialog {
	width: 765px !important;
	margin-top: 120px !important
}

.login-madal-dialog .close {
	color: #128bed;
	font-size: 32px;
	font-weight: thin;
	position: absolute;
	right: 10px;
	top: 10px;
	opacity: 1
}

.signin-modal-dialog {
	margin-top: 60px !important
}

.signin-modal-dialog .modal-content {
	background: none;
	box-shadow: none;
	border: none;
	border-radius: 0px
}

.signin-modal-dialog .close {
	color: #128bed;
	font-size: 18px;
	position: absolute;
	right: 51px;
	top: 0px;
	opacity: 1
}

.signin-modal-dialog .close .aicon {
	color: #fff
}

.modal-content {
	position: relative;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	outline: 0;
}

.inno-login_wrapper.inno-login.login-part {
	box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.1);
}

.inno-login_wrapper.inno-login {
	width: 440px;
	min-height: 520px;
	margin: 0 auto;
	background-color: #fff;
	height: auto;
	border-radius: 5px;
	position: relative;
}
.inno-login_wrapper.inno-login .left-signin {
	float: left;
	width: 440px;
	height: 100%;
	padding: 20px 20px;
	border-radius: 6px;
	background-color: #fff;
}
.inno-login_wrapper.inno-login .right-signin {
	float: left;
	width: 440px;
	height: 100%;
	padding: 20px 20px;
	padding-bottom: 5px;
}
.inno-login_wrapper.inno-login .login-tab {
	float: left;
	width: 33%;
	text-align: center;
}
.inno-login_wrapper.inno-login .login-tab > a {
	padding: 12px 0;
	color: #999;
	box-sizing: border-box;
	cursor: pointer;
	border-bottom: solid 2px #128bed00;
}

.inno-login_wrapper.inno-login .login-tab > a.active {
	color: #128bed;
	border-bottom: solid 2px #128bed;
}
.inno-login_wrapper.inno-login .inno-sign-change {
	position: absolute;
	top: 0px;
	right: 0px;
}
.inno-login_wrapper.inno-login .inno-head {
	margin-top: 10px;
	margin-bottom: 8px;
	padding: 0px 20px;
}
.inno-login_wrapper.inno-login .logo {
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
	font-size: 28px;
}

.inno-login_wrapper.inno-login .left-signin .desc.qrcode {
	margin-top: 10px;
}
.inno-login_wrapper.inno-login .left-signin .desc {
	margin: 0;
	color: #333;
	text-align: center;
	font-size: 16px;
	line-height: 1.6;
	position: relative;
}
.inno-login_wrapper.inno-login .left-signin .qr-code {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 80px;
	text-align: center;
}
.inno-qrcode-login {
	position: relative;
	height: 200px;
}
.inno-qrcode-login > .qrcode-container {
	padding: 10px;
	height: 260px;
	width: 260px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	opacity: 1;
}

.inno-login_wrapper.inno-login .inno-sign-change img {
	height: 56px;
	width: 58px;
	cursor: pointer;
}
img {
	vertical-align: middle;
}

img {
	border: 0;
}
a {
	cursor: pointer;
	text-decoration: none;
	background-color: transparent;
}
a:focus, a:hover {
	text-decoration: none;
}

a:active, a:hover {
	outline: 0;
}
.text-gray {
	color: #999;
}
.font-10{
	font-size: 10px;
}

.inno-login_wrapper.inno-login .inno-sign-change .tooltips {
	position: absolute;
	top: 10px;
	right: 55px;
	animation: leftToRight 2s linear 0s 1, opacityPart 0.3s linear 2s 1, hiddenPart 1s linear 2.3s infinite;
	-webkit-animation: leftToRight 2s linear 0s 1, opacityPart 0.3s linear 2s 1, hiddenPart 1s linear 2.3s infinite;
}
.inno-login_wrapper.inno-login .inno-sign-change .tooltips .tooltips-part {
	background-color: #ff2f37;
	min-width: 120px;
	min-height: 25px;
	line-height: 25px;
	font-size: 12px;
	padding: 0 4px;
	text-align: center;
	border-radius: 2px;
	color: #fff;
	width: 84px;
}
.inno-login_wrapper.inno-login .inno-sign-change .tooltips .tooltips-arrow {
	position: absolute;
	display: block;
	width: 14px;
	height: 14px;
	overflow: hidden;
	background: transparent;
	pointer-events: none;
	top: 50%;
	transform: translateY(-50%);
	right: -7px;
}
.inno-login_wrapper.inno-login .other-signin {
	height: 31px;
	margin-bottom: 34px;
	text-align: center;
	line-height: 31px;
}
.inno-login_wrapper.inno-login .password-login_wrapper input.form-control, .inno-login_wrapper.inno-login .quick-login_wrapper input.form-control, .email-login_wrapper.inno-login .quick-login_wrapper input.form-control {
	height: 45px;
}

.inno-login_wrapper.inno-login .quick-login_wrapper .verify-code {
	padding-right: 100px;
}

.quick-login_wrapper input.form-control {
	font-size: 14px;
	height: 40px;
	border-radius: 0;
	color: #000;
	position: relative;
}

.form-control {
	box-shadow: none !important;
	border: 1px solid #ddd;
	border-radius: 2px;
}

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control-feedback{
	width: 45px;
	height: 45px;
	line-height: 45px;
}
.inno-login_wrapper.inno-login .password-login_wrapper .form-group, .inno-login_wrapper.inno-login .quick-login_wrapper .form-group, .inno-login_wrapper.inno-login .email-login_wrapper .form-group {
	margin-top: 0px;
	position: relative;
	margin-bottom: 20px;
}
.quick-login_wrapper {
	padding: 40px 20px 15px;
}
.inno-login_wrapper.inno-login .quick-login_wrapper .send-sms-code-quick {
	height: 45px;
	width: 100px;
	box-sizing: border-box;
	position: absolute;
	right: 0px;
	top: 0px;
}
.phone-code_wrapper {
	cursor: pointer;
	position: absolute;
	font-size: 12px;
	z-index: 5;
}

.password-login_wrapper, .email-login_wrapper {
	padding: 40px 25px 15px;
}

.inno-login_wrapper.inno-login .password-login_wrapper input.form-control, .inno-login_wrapper.inno-login .quick-login_wrapper input.form-control, .inno-login_wrapper.inno-login .email-login_wrapper input.form-control {
	height: 45px;
}

.password-login_wrapper input.form-control, .email-login_wrapper input.form-control {
	font-size: 14px;
	height: 40px;
	border-radius: 0;
	color: #000;
}

.phone-code_wrapper + input {
	padding-left: 75px;
}

.form-control {
	box-shadow: none !important;
	border: 1px solid #ddd;
	border-radius: 2px;
}

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.inno-login_wrapper.inno-login.login-part .quick-login_wrapper .send-sms-code-btn {
	top: 50%;
	transform: translateY(-50%);
}
.inno-login_wrapper.inno-login.login-part .quick-login_wrapper .quick-time {
	top: 50%;
	transform: translateY(-50%);
}
.inno-login_wrapper.inno-login.login-part .quick-login_wrapper .forget-time {
	top: 50%;
	transform: translateY(-50%);
}
.inno-login_wrapper.inno-login .password-login_wrapper .bottom, .inno-login_wrapper.inno-login .quick-login_wrapper .bottom, .inno-login_wrapper.inno-login .email-login_wrapper .bottom {
	height: 31px;
}
.inno-login_wrapper.inno-login .quick-login_wrapper .bottom .left {
	float: left;
}
.inno-login_wrapper.inno-login .login-tip {
	margin-top: 66px;
}
.inno-login_wrapper.inno-login .quick-login_wrapper .bottom .forget {
	color: #999;
	margin-left: 8px;
}

.quick-login_wrapper .bottom {
	margin-top: 20px;
}

.quick-login_wrapper .send-sms-code-btn, .quick-login_wrapper .quick-time, .quick-login_wrapper .forget-time {
	width: 86px;
	text-align: center;
	position: absolute;
	right: 4px;
	top: 12px;
	cursor: pointer;
}
.inno-login_wrapper.inno-login.login-part .quick-login_wrapper .send-sms-code-btn:after {
	height: 30px;
}

.quick-login_wrapper .send-sms-code-btn:after {
	content: " ";
	position: absolute;
	width: 1px;
	height: 28px;
	background: #d8d8d8;
	right: 90px;
	top: 2px;
	margin-top: -7px;
}

.quick-login_wrapper .quick-time:after, .quick-login_wrapper .forget-time:after {
	content: " ";
	position: absolute;
	width: 1px;
	height: 28px;
	background: #d8d8d8;
	right: 90px;
	top: 2px;
	margin-top: -7px;
}

input, button, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

input {
	line-height: normal;
}

button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
.inno-login_wrapper.inno-login .password-login_wrapper .login-btn, .inno-login_wrapper.inno-login .quick-login_wrapper .login-btn, .inno-login_wrapper.inno-login .email-login_wrapper .login-btn {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 16px;
	display: block;
	width: 100%;
}
.password-login_wrapper .bottom, .email-login_wrapper .bottom {
	margin-top: 20px;
}
.inno-login_wrapper.inno-login .password-login_wrapper .bottom, .inno-login_wrapper.inno-login .quick-login_wrapper .bottom, .inno-login_wrapper.inno-login .email-login_wrapper .bottom {
	height: 31px;
}
.password-login_wrapper .bottom .left, .inno-login_wrapper .bottom .left, .email-login_wrapper .bottom .left {
	float: left;
}
.password-login_wrapper .bottom .forget, .email-login_wrapper .bottom .forget {
	color: #999;
	margin-left: 8px;
}
.sms-password-signup{
	margin-left: 30px;
}
.inno-login_wrapper.inno-login .login-tip-large {
	margin-top: 84px;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

user agent stylesheet
input[type="text" i] {
	padding: 1px 2px;
}

.container:before, .clearfix::before {
	display: table;
	content: " ";
}

.container:after, .clearfix:after {
	clear: both;
	display: table;
	content: " ";
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

::-webkit-scrollbar-thumb {
	background-color: rgba(50,50,50,0.25);
	border: 2px solid transparent;
	border-radius: 10px;
	background-clip: padding-box;
}

::-webkit-scrollbar-track {
	background-color: rgba(50,50,50,0.05);
}
::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}

.signin-modal-dialog .close {
	top: -10px;
	right: -30px
}


@media (max-height: 780px) {
	.login-madal-dialog, .signin-modal-dialog {
		margin-top: calc(50vh - 295px) !important
	}
}
@media (max-height: 650px) {
	.login-madal-dialog, .signin-modal-dialog {
		margin-top: 20px !important
	}

}
@media (max-width: 768px) {
	.signin-modal-dialog .close {
		top: -26px;
		right: -10px
	}
}


.inno-register {
	width: 765px;
	margin: 40px auto;
	background-color: #fff;
	box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.1);
	border-radius: 6px;
	height: auto;
	min-height: 420px;
	position: relative;
}
.container:before, .clearfix::before {
	display: table;
	content: " ";
}

.inno-register .left-qrcode {
	min-height: 480px;
	/*background-color: #EEF6FF;*/
	width: 325px;
	padding-top: 30px;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	border-radius: 6px 0px 0px 6px;
	font-size: 0px;
}

.inno-register .left-qrcode .inno-head {
	display: block;
	margin: 0 auto;
}
.inno-register .left-qrcode .inno-head .logo {
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
	font-size: 28px;
}

.inno-register .left-qrcode .qrcode {
	display: block;
	width: 180px;
	margin: 0 auto;
	margin-bottom: 20px;
}

.inno-register .left-qrcode .desc {
	margin-bottom: 10px;
	color: #333;
	text-align: center;
	font-size: 16px;
	line-height: 1.6;
	position: relative;
}

.inno-register .left-qrcode img {
	display: block;
	width: 200px;
	margin: 0 auto;
	margin-bottom: 20px;
}

.inno-register .inno-login_wrapper {
	width: 440px;
	padding: 33px 45px 15px;
	float: right;
	height: auto;
	border-radius: 0px 6px 6px 0px;
}

.inno-register .head {
	text-align: center;
	color: #666;
	margin-top: 5px;
	margin-bottom: -10px;
}
.inno-register .form-group {
	margin-top: 15px;
	position: relative;
}
.inno-register input.form-control {
	font-size: 14px;
	height: 40px;
	border-radius: 0;
	color: #000;
}
.checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
	position: absolute;
	margin-top: 2px;
	margin-left: -20px;
}
.checkbox-wechat input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
	position: absolute;
	margin-top: 2px;
	margin-left: -20px;
}
.inno-register .checkbox, .inno-register .checkbox-wechat {
	position: relative;
	display: block;
	margin-bottom: 10px;
	margin-top: 20px;
	text-align: left;
}
.inno-register .checkbox label {
	min-height: 20px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	cursor: pointer;
}
.inno-register .checkbox-wechat label {
	min-height: 20px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	cursor: pointer;
}
.inno-register .register-btn {
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 16px;
	display: block;
	width: 100%;
	margin-bottom: 20px;
}
.inno-register .wechat-register-btn {
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 16px;
	display: block;
	width: 100%;
	margin-bottom: 20px;
}
.inno-register .inno-login_wrapper .send-sms-code-reg, .inno-register .inno-login_wrapper .send-sms-code-wechat-reg {
	height: 45px;
	width: 100px;
	box-sizing: border-box;
	position: absolute;
	right: 0px;
	top: 0px;
}
.inno-register .inno-login_wrapper input.form-control {
	height: 45px;
}

.inno-register .inno-login_wrapper .send-sms-code-reg-btn, .inno-register .inno-login_wrapper .reg-time,
.inno-register .inno-login_wrapper .send-sms-code-wechat-reg-btn, .inno-register .inno-login_wrapper .wechat-reg-time
{
	width: 86px;
	text-align: center;
	position: absolute;
	right: 4px;
	top: 12px;
	cursor: pointer;
}


.inno-register .inno-login_wrapper .send-sms-code-reg-btn:after, .inno-register .inno-login_wrapper .send-sms-code-wechat-reg-btn:after {
	content: " ";
	position: absolute;
	width: 1px;
	height: 30px;
	background: #d8d8d8;
	right: 90px;
	top: 2px;
	margin-top: -7px;
}

.inno-register .inno-login_wrapper .reg-time:after, .inno-register .inno-login_wrapper .wechat-reg-time:after {
	content: " ";
	position: absolute;
	width: 1px;
	height: 28px;
	background: #d8d8d8;
	right: 90px;
	top: 2px;
	margin-top: -7px;
}

.inno-register .inno-login_wrapper .send-sms-code-reg-btn, .inno-register .inno-login_wrapper .send-sms-code-wechat-reg-btn {
	top: 50%;
	transform: translateY(-50%);
}

.inno-register .inno-login_wrapper .reg-time {
	top: 50%;
	transform: translateY(-50%);
}

.inno-register .reg-close {
	position: absolute;
	right: -30px;
	top: -10px;
	opacity: 1;
}
@media (max-width: 768px) {
	.inno-login_wrapper.inno-login,
	.inno-login_wrapper.inno-login .left-signin,
	.inno-login_wrapper.inno-login .right-signin,
	.inno-register, .inno-register .inno-login_wrapper {
		width: 340px;
	}

	.inno-register .reg-close{
		right: -20px;
	}
	.inno-register .inno-login_wrapper {
		padding: 30px 25px 15px;
	}
}


.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}

#signinModal {
	z-index: 2000
}

.signin-modal-dialog .close {
	color: #128bed;
	font-size: 18px;
	position: absolute;
	/*right: 51px;*/
	top: 0px;
	opacity: 1;
}


.modal.fade .modal-dialog {
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	transform: translate(0, -25%);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-moz-transition: -moz-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}


.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px;
}

@media (min-width: 768px) {
	.modal-dialog {
		/*width: 600px;*/
		margin: 30px auto;
	}
}

.modal-dialog {
	max-width: 600px;
	margin: 30px auto;
}

.modal-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.modal-title {
	flex: 1;
	margin-right: auto;
}

.close {
	margin-left: auto;
}

.home-container {
	position: absolute;
	top: 240px;
	width: 100%;
}

.title-container {
	position: absolute;
	left: 15%;
	z-index: 10;
	text-align: left;
}

.israel-title {
	font-family: 'Roboto-Bold';
	font-size: 52px;
	line-height: 110%;
	color: #fff;
	padding-bottom: 10px;
}

.israel-subtitle {
	font-size: 22px;
	line-height: 110%;
	color: #fff;
	padding-bottom: 30px;
}

.div-start {
	float: left;
}

.btn-start {
	background: transparent;
	border: 2px solid white;
	color: white;
	font-size: 18px;
	border-radius: 10px;
	padding: 6px 24px;
}

	.btn-start:hover, .btn-start:visited, .btn-start:focus {
		color: white;
	}

@media (max-width: 1200px) {
	.home-container {
		top: 180px;
	}
}