@font-face {
  font-family: 'hanti';
  src: url('../font/hanti_4c5927821d.ttf');
  font-weight: normal;
  font-style: normal;
}

/*头部*/
#app {
	box-sizing: unset;
}
div{
	box-sizing: border-box;
}
.tip-message.message{
	display: none;
}
.btn:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.flip-number {
	font-family: 'hanti';
	color: #1795FF;
	font-size: 72px;
	text-align: center;
}

.number-wrap{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.number-wrap .number-item{
	width: 320px;
	margin: 0 40px;
	position: relative;
}

.number-wrap .number-item .number-text{
	width: 100%;
	text-align: center;
	color: #3D4D69;
	font-size: 18px;
}

.number-wrap .number-item	.flip-back-img{
	position: absolute;
	width: 320px;
	height: 120px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

.flip-back-img.customers{
	background-image: url(/homepage/asset/frontend/doubleTeacher/img/download/600@2x_4f47f58f35.png);
}

.flip-back-img.rooms{
	background-image: url(/homepage/asset/frontend/doubleTeacher/img/download/4000@2x_0781d6133b.png);
}

.flip-back-img.courses{
	background-image: url(/homepage/asset/frontend/doubleTeacher/img/download/200@2x_928254e48a.png);
}

.flip-number.customers{
	left: -27px;
	top: 10px;
}

.flip-number.rooms{
	left: -28px;
	top: 10px;
}

.flip-number.courses{
	left: -60px;
	top: 10px;
}

@media screen and (min-width: 768px){
	.mobile-show{
		display: none !important;
	}
	.mobile-hide{
		display: block;
	}
}

.inline{
	display: inline-block;
}
.header-mobile-menu-ul{
	display: none;
}
.header{
	position: fixed;
	z-index: 10;
	width: 100%;
	box-sizing: border-box;
}
.header-min{
	height: 82px;
}
.header-img{
	position: absolute;
	top: 0;
	display: block;
	background-image: url(/homepage/asset/frontend/doubleTeacher/img/about/pic11_3dfbd3a375.png);
	background-size: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.nav{
	width: 100%;
	box-sizing: border-box;
	padding: 0 24px;
	font-size: 14px;
	color: #fff;
	height: 82px;
	z-index: 10;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.custom-back{
	opacity: 1;
	background: #1795FF !important;
}
.custom-back .header-center ul li>a{
	color: #fff;
}
.custom-back .ul-box li>a:after{
	background: #fff;
}
.custom-back .logo{
	background-image: url(/homepage/asset/frontend/doubleTeacher/img/logo-new_984d454448.png) !important;
}
.nav .logo{
	display: block;
	float: left;
	width: 250px;
	height: 24px;
	margin-left: -20px;
	background-image: url(/homepage/asset/frontend/doubleTeacher/img/logo-new_984d454448.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	cursor: pointer;
	position: relative;
}

.nav .logo a{
	position: absolute;
	display: inline-block;
	height: 100%;
	cursor: pointer;
}

.nav .logo .bjy-cloud{
	left: 0;
	right: 120px;
}

.nav .logo .bjy-dt{
	right: 0;
	left: 138px;
}

.nav .double-teacher-tabs{
	display: flex;
	align-items: center;
}
.header-center{
	/* min-width: 945px; */
	height: 82px;
	flex-grow: 1;
}
.header-center .ul-box{
	flex: 1;
	/* min-width: 640px; */
	justify-content: center;
}

.header-center ul li{
	position: relative;
	display: inline-block;
	cursor: pointer;
	padding: 0 16px;
	text-align: center;
	line-height: 80px;
	height: 82px;
	transition: all .3s ease;
	/* border-bottom: 2px solid transparent; */
}
.header-center ul li>a{
	color: #fff;
	font-size:14px;
	height: 45px;
	display: block;
	font-size: 16px;
}
.header-center ul li .menu-item-box{
	position: absolute;
	top: 50px;
	cursor: default;
	left: -50px;
	display: none;
}
.header-center ul li .menu-back{
	display: none;
}
.menu-back{
	position: absolute;
	left: 0;
	right: 0;
	background:rgba(255,255,255,0.1);
	height: 25px;
	top: 25px;
	border-radius: 10px 10px 0 0 ;
}
.menu-list{
	border-radius: 10px;
	width: 366px;
	padding: 10px 10px 0 10px;
	box-sizing: border-box;
	flex-direction: row;
	flex-wrap: wrap;
	background:rgba(255,255,255,0.1);
	box-shadow:10px 10px 40px 0px rgba(23,149,255,0.5);
	justify-content: space-between;
	height: auto;
}
.menu-list a{
	font-size:12px;
	min-width: 80px;
	display: block;
	position: relative;
	font-family:PingFangSC-Regular,PingFang SC;
	font-weight:400;
	color:rgba(255,255,255,1);
	line-height:17px;
	margin-bottom: 8px;
	cursor: pointer;
}

.ul-box>ul>li>a:after{
	display: none;
	position: absolute;
	content: '';
	bottom: 6px;
	left: 10px;
	right: 10px;
	height: 2px;
	background: #fff;
}
.ul-box li.active>a:after{
	display: block;
}
.ul-box li:hover>a:after{
	display: block;
}
.header-center ul li:hover>a.hover:after{
	display: none;
}
.header-center ul li:active .menu-item-box,
.header-center ul li:hover .menu-item-box,
.header-center ul li:active .menu-back,
.header-center ul li:hover .menu-back{
	display: block;
	position: absolute;
}
.header-mobile-title{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
.header-mobile-title .mobile-logo{
	height: 20px;
}
.search-box{
	float: left;
	margin-top: 24px;
	margin-right: 65px;
	width: 230px;
	height: 32px;
	border-radius: 16px;
	box-sizing: border-box;
	padding: 8px 11px;
	position: relative;
	border: 1px solid #fff;
	background:rgba(255,255,255,0.3);
	box-shadow:0px 1px 11px 0px rgba(61,77,105,0.2);
}
@media only all and (max-width: 1350px){
	.search-box{
		margin-right: 30px;
	}
}
.search-box input{
	position: absolute;
	left: 11px;
	top: 8px;
	right: 30px;
	background: transparent;
	width: 166px;
	height: 16px;
	line-height: 16px;
	color: #fff;
	font-size: 12px;
}
.search-box .search-icon{
	position: absolute;
	right: 12px;
	top: 7px;
	background: url(/homepage/asset/frontend/doubleTeacher/img/about/search_174ea3bc62.png) 0 0 no-repeat;
	background-size: 100% 100%;
	width: 16px;
	height: 16px;
	display: block;
	cursor: pointer;
}
.search-box input::-webkit-input-placeholder { color:rgba(255,255,255,0.3);}
.search-box input:-moz-placeholder {color:rgba(255,255,255,0.3);}
.search-box input::-moz-placeholder {color:rgba(255,255,255,0.3);}
.search-box input:-ms-input-placeholder {color:rgba(255,255,255,0.3);}
.double-teacher-tabs .btn{
	margin-left: 26px;
}
.double-teacher-tabs .contact{
	color: #fff;
}
.contact .phone{
	background: url(/homepage/asset/frontend/doubleTeacher/img/phone1_044dbbeae0.gif) no-repeat;
	width: 16px;
	height: 16px;
	background-size: contain;
	display: inline-block;
	-webkit-transform: translateY(2px);
	-moz-transform: translateY(2px);
	-ms-transform: translateY(2px);
	-o-transform: translateY(2px);
	transform: translateY(2px);
}
.contact .number{
	font-size: 16px;
}

/* 留单 */
.more{
	text-align: center;
	padding-top: 72px;
}
.more-box{
	position: relative;
	width: 100%;
	height: 670px;
	background: url(/homepage/asset/frontend/doubleTeacher/img/ges4_d953f5fb13.png) center 40px no-repeat;
	background-size: 1588px 485px;
}
.more .user-info{
	margin: 0 auto;
	width:514px;
	height:471px;
	padding: 69px 75px 0 75px;
	margin-top: 70px;
	background:rgba(255,255,255,0.95);
	box-shadow:0px 10px 40px 0px rgba(0,0,0,0.1);
	border-radius:8px;
	box-sizing: border-box;
}
.more .user-info>div{
	position: relative;
}
.more .form-top{
	position: absolute;
	left: 50%;
	margin-left: -280px;
	top: -60px;
	display: block;
	width: 73px;
	height: 74px;
}
.more .form-left{
	position: absolute;
	left: 50%;
	margin-left: -531px;
	top: 290px;
	display: block;
	width: 192px;
	height: 301px;
}
.more .form-right{
	position: absolute;
	left: 50%;
	margin-left: 208px;
	top: 330px;
	display: block;
	width: 395px;
	height: 265px;
}
.more .user-info input{
	display: block;
	width: 100%;
	height: 56px;
	line-height: 30px;
	padding: 15px 18px;
	margin-bottom: 24px;
	border-radius:8px;
	border:1px solid rgba(189,198,207,1);
	box-sizing: border-box;
	background: transparent;
	color:#3D4D69;
}
.more .user-info input:focus{
	border:1px solid rgba(23,149,255,1);
}
.more .user-info input.error{
	border-color: #FF1F49;
}
.more .btn{
	width: 100%;
	margin-top: 24px;
	background:linear-gradient(1deg,rgba(51,199,255,1) 0%,rgba(23,149,255,1) 100%);
	box-shadow:0px 10px 20px 0px rgba(23,149,255,0.2);
	border-radius:8px;
}
.more .user-info>div>span {
	display: none;
	position: absolute;
	right: 16px;
	color: #FF2A4C;
	line-height: 56px;
	top: 0;
}

/*banner*/
.banner{
	box-sizing: border-box;
	height: 640px;
	margin: 0 auto;
	position: relative;
	background: linear-gradient(360deg,rgba(50,197,255,1) 0%,rgba(24,150,255,1) 100%);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.banner-left{
	box-sizing: border-box;
	text-align: center;
	position: relative;
}
.banner-btns{
	margin-top: 51px;
}
.banner-btns .btn.blue{
	margin: 0 16px;
}
.banner-right{
	width: 467px;
	height: 383px;
	background:url(/homepage/asset/frontend/doubleTeacher/img/about/right_dbc816b1e5.png) 0 0 no-repeat;
	background-size: 100% 100% ;
	position: absolute;
	right: 0;
	top: 135px;
}
.banner-right-case{
	background:url(/homepage/asset/frontend/doubleTeacher/img/case/bannerimg_2f37d2a123.png) 0 0 no-repeat;
	background-size: 100% 100% ;
}
.banner-left .title{
	height:84px;
	color: #fff;
	font-size:60px;
	font-weight:600;
	line-height:84px;
	letter-spacing:1px;
}
.banner-left .content-main{
	margin-top: 7px;
	font-size:24px;
	color: #fff;
	font-weight:300;
	line-height:33px;
}
/*banner END*/
/*footer*/
.footer{
	width: 100%;
	box-sizing: border-box;
	background: #313740;
}
.footer .friends-link{
	display: none;
}
.footer .width{
	width: 1180px;
	margin: auto;
	padding: 56px 0;
	-webkit-box-pack: justify;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	border-bottom: 1px solid #BDC6CF;
}
.footer .footer-left{
	width: 300px;
}
.footer .logo{
	display: block;
	margin-bottom: 24px;
	background: url(/homepage/asset/frontend/doubleTeacher/img/logo_e586a366d9.png) 0 0 no-repeat;
	background-size: 100% 100%;
	width: 214px;
	height: 24px;
}
.footer .text{
	width:100%;
	font-size:14px;
	color:rgba(255,255,255,1);
	line-height:20px;
}
.footer .other{
	margin-top: 20px;
	-webkit-box-pack: justify;
	-moz-justify-content: flex-start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	flex-wrap:wrap;
}
.footer .other p{
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	margin-top: 10px;
}
.footer .other>div:nth-child(1){
	width: 120px;
	text-align: center;
	margin-right: 30px;
	margin-top: 15px;
}
.footer .other>div:nth-child(2){
	width: 120px;
	text-align: center;
	margin-top: 15px;
}
.footer .other>div:nth-child(3){
	width: 120px;
	text-align: center;
	margin-right: 30px;
	margin-top: 15px;
}
.footer .other>div:nth-child(4){
	width: 120px;
	text-align: center;
	margin-top: 15px;
}
.footer .footer-right{
	width: 520px;
}
.footer .footer-right p{
	color: #fff;
}
.footer .contactus{
	padding-top: 8px;
	margin-bottom: 29px;
	font-size:14px;
	font-weight:500;
	line-height:20px;
}
.footer .info{
	position: relative;
	font-size:14px;
	line-height:18px;
	margin-bottom: 12px;
	padding-left: 22px;
}
.footer .info:after{
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	left: 0;
	top: 0px;
	display: block;
}
.footer .contact-phone.info:after{
	background: url(/homepage/asset/frontend/doubleTeacher/img/PHONE_074da85fc0.png) 0 0 no-repeat;
	background-size: 100% 100%;
}
.footer .contact-phone a{
	color:#fff;
}
.footer .contact-phone a:hover{
	color:#fff;
	text-decoration: underline;
}

.footer .info.contact-address:after{
	background: url(/homepage/asset/frontend/doubleTeacher/img/address_9395d0cad6.png) 0 0 no-repeat;
	background-size: 100% 100%;
}
.footer .info.contact-email:after {
	background: url(/homepage/asset/frontend/doubleTeacher/img/EMAIL_d8834f5501.png) 0 0 no-repeat;
	background-size: 100% 100%;
}
.footer .info.contact-email a{
	color:#fff;
}
.footer .info.contact-email a:hover{
	color:#fff;
	text-decoration: underline;
}
.footer .copyright{
	text-align: center;
}
.footer .copyright a{
	color: #bababa;
	line-height: 96px;
	height: 96px;
	font-size: 12px;
}

/* 活动样式 */
.footer .anniversary-stick{
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
	transition: bottom .3s;

	height: 68px;
	background: rgba(0,0,0,.6);
	justify-content: center;
	align-items: center;
}

.anniversary-stick .free-trail-text {
	margin-right: 10px;
}

.anniversary-stick .free-trail-text .text-blue{
	font-size: 32px;
  color: #1795ff;
}

.anniversary-stick .free-trail-text .text-white{
	font-size: 24px;
  	color: #fff;
  	letter-spacing: 5px;
}
.anniversary-stick .text-input{
	width: 240px;
	line-height: 36px;
	height: 36px;
	text-indent: 16px;
	border-radius: 2px;
	background: #fff;
	border: 1px solid #e0e0e0;
	margin: 10px;
}
.anniversary-stick .button {
	border: none;
	outline: none;
	cursor: pointer;
	background: #1795ff;
	color: #fff;
	min-width: 148px;
	border-radius: 2px;
	line-height: 40px;
	padding: 0 26px;
	margin-left: 10px;
}

.anniversary-stick .close-btn{
	position: absolute;
	line-height: 68px;
	height: 68px;
	right: 24px;
	color: rgba(255,255,255,.5);
	cursor: pointer;
}

/*footer END*/
/*其他*/
.clearBoth{
	overflow: hidden;
}
.fl{float: left;}
.fr{float: right;}

@media screen and (max-width: 768px){
	.mobile-show{
		display: block !important; 
	}

	.mobile-hide{
		display: none !important;
	}
	.banner{
		height: 68.4vw;
		background: #1795FF;
	}
	.header-min {
    height: 11.6vw;
		z-index: 3;
		position: fixed;
		background: #1795ff;
	}
	.header-mobile-menu-ul{
		display: none;
		position: fixed;
		top: 11.6vw;
		right: 0;
		width:100%;
		box-shadow:0px 2px 5px 0px rgba(0,0,0,0.1);
		overflow: hidden;
		background: rgba(61,77,105,0.8);
		z-index: 1002;
		backdrop-filter: blur(4px);
	}
	.header-mobile-menu-ul li {
		position: relative;
		display: block;
		float: none;
		padding: 2.7vw 0;
		text-align: center;
		line-height: 6.7vw;
		min-height: 6.7vw;
	}
	.ulback{
		position: fixed;
		display: none;
		left: 0;
		right: 0;
		bottom: 0;
		top: 11.6vw;
		background:rgb(0,0,0,0);
	}
	.header-mobile-menu-ul li>a{
		position: relative;
		color: #fff;
		font-size: 4.4vw;
		height: 6.7vw;
		display: block;
		padding-left: 4.3vw;
		box-sizing: border-box;
		text-align: left;
	}
	.header-mobile-menu-ul li>a:after{
		position: absolute;
		content: '>';
		right: 4.3vw;
		line-height: 6.7vw;
		top: 0;
  }

	.header-mobile-menu-ul li .fold:after{
		content: '+';
		font-size: 5vw;
	}

	.header-mobile-menu-ul li .expand:after{
		content: '';
    height: 2px;
    width: 10px;
    background: #fff;
    top: 2.2vw;
	}

	.header-mobile-menu-ul .solution-tag .second-menu .menu-item{
		padding: 2.7vw 0;
		height: 6.4vw;
		line-height: 6.4vw;
		color: #fff;
		font-size: 4.4vw;
		padding-left: 4.3vw;
		text-align: left;
		position: relative;
		box-sizing: content-box;
	}
	.header-mobile-menu-ul .solution-tag .second-menu a:last-child .menu-item{
		padding-bottom: 0;
	}

	.header-mobile-title{
		color: #fff;
		padding: 0;
		line-height: 11.6vw;
		font-size: 4.3vw;
		position: relative;
		overflow: hidden;
		padding-left: 2.6vw;
	}
	.header-mobile-title-inlist{
		position: fixed;
		width: 100%;
		height: 11.6vw;
		line-height: 11.6vw;
		background-color: rgba(24,150,255,1);
		z-index: 1001;
		top: 0;
		box-sizing: border-box;
	}
	.header-mobile-title .header-mobile-menu{
		display: block;
		background-image: url(../img/case/menu@2x_206de31739.png);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 60%;
		width: 11.6vw;
		height: 11.6vw;
	}
	.header-mobile-title .header-mobile-back{
		display: block;
		position: relative;
		float: left;
		color: #fff;
		font-size: 4.3vw;
		line-height: 11.6vw;
		padding-left: 4.6vw;
	}
	.header-mobile-title .header-mobile-back:after{
		content: '';
		position: absolute;
		left: 0;
		background: url(../img/case/back_e255e72958.png) 0 0 no-repeat;
		background-size: 100% 100%;
		width: 4vw;
		height: 4vw;
		top: 3.6vw;
  }

	.second-menu .menu-item:after{
		position: absolute;
		content: '>';
		right: 4.3vw;
		line-height: 6.7vw;
  }

	.header-mobile-menu-ul .solution-tag .second-menu{
		padding-top: 2.7vw;
		margin: 0;
		padding-left: 4.3vw;
		padding-bottom: 0;
		overflow: hidden;
		display: none;
		max-height: 70.8vw;
    overflow-y: auto;
	}

	.number-wrap{
		margin: 0;
	}

	.number-wrap .number-item{
		width: 33.3%;
		margin: 0;
	}

	.number-wrap .number-item .flip-number{
		font-size: 8vw;
	}

	.number-wrap .number-item .flip-back-img{
		width: 100%;
		height: 64%;
	}

	.number-wrap .number-img{
		width: 100%;
		height: 47px;
		margin: 0;
	}

	.number-wrap .number-item .number-text{
		font-size: 14px;
		position: relative;
		left: -1vw;
	}	

	.flip-number.customers{
		left: -3.2vw;
		top: 0;
	}

	.flip-number.rooms{
		left: -4.2vw;
		top: 0;
	}

	.flip-number.courses{
		left: -7vw;
		top: 0;
	}

	/* h5 底部留单样式 */
	#app .more {
		padding-top: 0;
	}
	#app .more .more-box {
    background: #fff;
    box-shadow: 0px -2px 5px 0px rgba(0,0,0,0.1);
    height: unset;
    padding: 10vw 5vw;
    box-sizing: border-box;
	}
	#app .more-box .btn{
		transform: none;
	}
	#app .more .user-info {
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    background: rgba(255,255,255,0.9);
    box-shadow: 0px 10px 40px 0px rgba(0,0,0,0.1);
    border-radius: 2vw;
		padding: 5vw;
		height: unset;
	}
	#app .user-info .apply-show {
    font-size: 7vw;
    color: #3D4D69;
    text-align: center;
    margin-bottom: 5vw;
	}
	#app .more .user-info input {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #BDC6CF;
    padding-left: 2vw;
    padding-right: 2vw;
	}
	#app .more .form-item::after {
    content: '*';
    color: red;
    position: absolute;
    right: 2vw;
    top: 0;
		line-height: 56px;
	}

	/* h5 footer */
	#app .footer .width {
    width: 90vw;
    margin: auto;
    padding-top: 0;
    display: block;
    border-bottom: none;
		padding-bottom: 2vw;
	}
	.footer .footer-left {
		width: 100%;
		padding: 5vw 0;
	}
	.footer .logo{
		margin-bottom: 5vw;
	}
	.footer .text {
    font-size: 3.5vw;
    line-height: 5.3vw;
	}
	.footer .other {
    padding: 0;
    margin-top: 5.3vw;
    padding-bottom: 3vw;
    justify-content: space-around;
		border: none;
	}
	.footer .info{
		font-size:12px;
	}
	.footer .other2 {
    border-bottom: 1px solid #999999;
	}
	.footer .footer-right {
    width: 90vw;
	}
	.footer .copyright {
    width: 90vw;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 20vw;
	}
	.footer .copyright a{
		line-height: unset;
		height: unset;
	}
	.footer .copyright a, .footer .copyright a p {
    color: #999999;
    line-height: 5.3vw;
    font-size: 3.4vw;
		display: block;
	}

	#app .success-dialog .success-container {
    width: 78%;
	}
}


/* 解决方案下拉菜单 */
.solution-menu{
	position: fixed;
	top: 82px;
	left: 0;
	right: 0;
	background:rgba(241,243,245,1);
	height: 338px;
	display: none;
  box-shadow:0px 10px 20px 0px rgba(0,0,0,0.1);
}
.second-menu{
	display: none;
}

.solution-menu .left-panel{
	box-sizing: border-box;
	padding: 50px 40px;
	width: 60%;
	background: #fff;
	height: 100%;
}
.solution-menu .right-panel{
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	box-sizing: border-box;
	width: 40%;
	padding: 50px 40px;
}

.left-panel .scenarios-tab{
	float: right;
}

.left-panel .industry-tab{
	float: right;
	margin-right: 20px;
}

.clear-float{
	clear: both;
}

.industry-tab .title-text, .scenarios-tab .title-text{
	height: 22px;
	line-height: 22px;
	text-align: left;
	font-size: 16px;
	color: #3D4D69;
	padding-left: 20px;
}

.industry-tab .tab-item{
	height: 72px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: left;
}
.industry-tab .active .title{
	color: #1795FF !important;
	border-bottom: 2px solid #1795FF !important;
	transition: all .2s;
}
.industry-tab .tab-item .icon{
	width: 72px;
	height: 72px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.industry-tab .school .icon{
	background-image: url(../img/school_def97293e0.png);
}
.industry-tab .organization .icon{
	background-image: url(../img/organization_d8a9368133.png);
}
.industry-tab .company .icon{
	background-image: url(../img/company_97f1224ca0.png);
}

.industry-tab .tab-item .title{
	flex-grow: 1;
	height: 72px;
	border-bottom: 1px solid #DFDFE2;
	line-height: 72px;
	color: #3D4D69;
	font-size: 16px;
	min-width: 240px;
	font-weight: 600;;
}

.scenarios-tab .body-item{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 72px;
	display: none;
}
.scenarios-tab .school{
	display: flex;
}
.scenarios-tab .body-item:hover .item-title{
	color: #1795FF !important;
}
.scenarios-tab .tab-body .body-list{
	max-height: 360px;
	overflow-y: auto;
	min-width: 312px;
}
.scenarios-tab .body-item .icon{
	width: 72px;
	height: 72px;
}


.scenarios-tab .body-item .text-wrap{
	min-width: 240px;
	padding-top: 5px;
	height: 72px;
	flex-grow: 1;
	text-align: left;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.scenarios-tab .body-item .text-wrap .item-title{
	font-size: 16px;
	color: #3d4d69;
	line-height: 1;
	font-weight: 600;
}

.scenarios-tab .body-item .text-wrap .item-desc{
	font-size: 14px;
	color: #6D7278;
	line-height: 1;
	margin-top: 10px;
}

.solution-menu .right-panel .free-trail-img{
	width:350px;
	height:64px;
	box-shadow:0px 5px 10px 0px rgba(23,149,255,0.3);
	border-radius:4px;
	background-image: url(../img/free-trail-back_4364179b54.png);
	background-size: contain;
}

.free-trail-list .item{
	height: 22px;
	line-height: 22px;
	margin: 12px 8px;
	color: #3D4D69;
	font-size: 16px;
	float: none;
	display: block;
	text-align: left;
	padding: 0;
}
.free-trail-list .item .dot{
	position: relative;
	top: -1px;
	display: inline-block;
	width:8px;
	height:8px;
	border-radius: 4px;
	border: 2px solid #fff;
	background:linear-gradient(90deg,rgba(50,197,255,1) 0%,rgba(23,149,255,1) 100%);
	box-shadow:0px 2px 5px 0px rgba(61,77,105,0.3);
}

.free-trail-list .item .text{
	color: #3D4D69;
	font-size: unset;
	display: inline-block;
	font-size: unset;
	height: unset;
}

.free-trail-list .item .text:hover{
	color: #1795FF;
}

.success-dialog{
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	display: none;
	z-index: 999;
}
.success-dialog .success-container {
	position: absolute;
	width: 480px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	padding: 25px;
	background-color: #fff;
	box-shadow: 0px 16px 24px 2px rgba(0,0,0,0.05),0px 6px 20px 5px rgba(124,164,231,0.22);
	border-radius: 5px;
	text-align: left;
}
.success-dialog .success-container.act1 {
	animation: animate1 .8s ease-in-out
}
.success-dialog .success-container.act2 {
	animation: animate2 .5s linear forwards
}
.success-dialog .success-container .title {
	font-family: PingFangHK-Semibold;
	font-weight: 600;
	color: #333333;
	font-size: 20px;
}
.success-dialog .success-container .content {
	font-size: 16px;
	font-family: PingFangHK-Light;
	color: #666666;
	margin-top: 15px;
}
.success-dialog .success-container .button {
	float: right;
	width: 107px;
	background: #1795FF;
	border-radius: 4px;
	text-align: center;
	color: #fff;
	margin-top: 40px;
}

/* 404 */
.not-found{
	width: 100%;
	margin-top: 180px;
	display: flex;
	justify-content: center;
	position: absolute;
  align-items: center;
}
.not-found .wrapper{
	padding: 0 24px;
}

.not-found *{
	margin: 10px 0;
}

.not-found p{
	font-size: 16px;
}

.not-found a{
	color: #0091ff;
}



@keyframes animate2 {
	0%{
		transform: translate(-50%, -50%);
	}
	20% {
		transform: translate(-50%, -30%);
	}
	100% {
		transform: translate(-50%, -1000px);
	}
}

@keyframes animate1 {
	0%{
		transform: translate(-50%, 100px);
	}
	50% {
		transform: translate(-50%, -70%);
	}
	70% {
		transform: translate(-50%, -50%);
	}
	100% {
		transform: translate(-50%, -50%);
	}
}
