.jumbotron-container {
	width: 100%;
	height: 500px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url('//cdn.quickbass.com/static/www/img/index/bannerBJ.png');
}

.jumbotron {
	width: 1200px;
	height: 500px;
	margin: auto;
	overflow: hidden;
	position: relative;
}

.jumbotron .jumbotron-logo {
	margin-top: 90px;
}

.jumbotron p {
	width: 340px;
	font-size: 24px;
	color: #FFFFFF;
	margin-top: 23px;
}

.jumbotron small {
	font-size: 20px;
	color: #FFFFFF;
	margin-top: 16px;
	display: inline-block;
}

.jumbotron .jumbotron-iphone {
	width: 326px;
	height: 447px;
	position: absolute;
	right: 100px;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url("//cdn.quickbass.com/static/www/img/index/jumbotron-iphone.png");
}

.jumbotron-iphone div {
	position: relative;
	width: 200px;
	overflow: hidden;
	margin: auto;
	top: 155px;
	text-align: center;
}

.jumbotron-iphone div h5 {
	font-size: 16px;
	color: #333333;
	margin-top: 20px;
}

.jumbotron-iphone div .QR-code {
	width: 151px;
	height: 151px;
	margin: auto;
	margin-top: 15px;
}

.jumbotron-iphone div small {
	font-size: 14px;
	color: #333333;
	margin-top: 5px;
}

.jumbotron-iphone div .logo {
	width: 43px;
	height: 43px;
	position: absolute;
	left: 0;
	top: 8px;
}

.jumbotron-NetMonitor {
	width: 700px;
	margin: auto;
	margin-top: -50px;
	padding-top: 34px;
	padding-bottom: 34px;
	overflow: hidden;
	position: relative;
	border-radius: 20px;
	background-color: rgba(255,255,255,1);
	box-shadow: 0 2px 11px 0 rgba(225,225,225,1)
}

.jumbotron-NetMonitor div {
	width: 350px;
	text-align: center;
}

.jumbotron-NetMonitor .left {
	float: left;
}

.jumbotron-NetMonitor .right {
	float: right;
}

.jumbotron-NetMonitor h2 {
	font-size: 32px;
	color: rgba(102,102,102,1);
}

.jumbotron-NetMonitor p {
	color: #F0F0F0;
}

.jumbotron-NetMonitor b {
	display: block;
	font-size: 36px;
	color: #1FABF4;
}

.jumbotron-NetMonitor small {
	display: block;
	font-size: 20px;
	color: #999999;
}

.classify-container {
	width: 100%;
	margin-top: 234px;
	text-align: center;
}

.classify-container h2 {
	font-size: 36px;
	color: #333333;
}

.classify-container h3 {
	font-size: 20px;
	color: #999999;
	font-weight: normal;
	margin-top: 18px;
}

.classify-container h3 b {
	color: #1FABF4;
}

.classify-container span {
	color: #F0F0F0;
}

.classify {
	width: 1200px;
	margin: auto;
	padding-bottom: 60px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.classify .classifyList {
	width: 260px;
	height: 280px;
	margin-top: 50px;
	position: relative;
}

.classify .classifyList .a1,
.classify .classifyList .a2
{
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-align: left;
	border-radius: 10px;
	background-color: #FFFFFF;
	box-shadow: 0 6px 8px 0 rgba(212,212,212,1);
}

.classify .classifyList .a2 {
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
}

.classify .classifyList .a1 {
	-webkit-transform: rotateX(0deg) rotateY(0deg);
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	-moz-transform: rotateX(0deg) rotateY(0deg);
	-moz-transform-style: preserve-3d;
	-moz-backface-visibility: hidden;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.classify .classifyList .a2 {
	-webkit-transform: rotateY(-180deg);
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	-moz-transform: rotateY(-180deg);
	-moz-transform-style: preserve-3d;
	-moz-backface-visibility: hidden;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.classify .classifyList:hover .a1 {
	-webkit-transform:rotateY(180deg);
	-moz-transform:rotateY(180deg);
}

.classify .classifyList:hover .a2 {
	-webkit-transform:rotateX(0deg) rotateY(0deg);
	-moz-transform:rotateX(0deg) rotate(0deg);
	z-index: 10;
	position: absolute;

}

.classify .classifyList h3 {
	font-size: 36px;
	color: #555555;
	margin-top: 38px;
	margin-left: 32px;
}

.classify .classifyList p {
	width: 214px;
	margin-left: 32px;
	color: #999999;
	font-size: 18px;
}

.classify .classifyList .classifyList-logo {
	position: absolute;
	width: 140px;
	height: 140px;
	right: 20px;
	bottom: 15px;
}

.classify .classifyList .QR-code {
	width: 130px;
	height: 130px;
	margin-left: 20px;
}


.technology-container {
	width: 100%;
	background-color: #F8FDFF;
}

.technology {
	width: 1200px;
	padding-top: 81px;
	padding-bottom: 60px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.technology div {
	width: 280px;
	height: 435px;
	background-color: #FFFFFF;
	box-shadow: 0 2px 4px 0 rgba(177,226,248,1);
	border-radius: 5px;
}

.technology div img {
	width: 190px;
	height: 190px;
	margin: auto;
}

.technology div h3 {
	margin-top: 11px;
	font-size: 28px;
	color: #333333;
	text-align: center;
}

.technology div p {
	width: 260px;
	margin: auto;
	margin-top: 16px;
	text-align: left;
	font-size: 18px;
	color: #555555;
}

.activity-container {
	width: 100%;
	margin-top: 58px;
	text-align: center;
}

.activity-container h2 {
	font-size: 36px;
	color: #333333;
}

.activity-container h3 {
	font-size: 20px;
	color: #999999;
	font-weight: normal;
	margin-top: 18px;
}

.activity-container h3 b {
	font-size: 24px;
	color: #1FABF4;
}

.activity-container span {
	color: #F0F0F0;
}

.activity-container .activity {
	width: 1200px;
	height: 807px;
	margin: auto;
	margin-top: 20px;
}

.activity-container .activity .left {
	width: 425px;
	height: 807px;
	margin-left: 160px;
	position: relative;
	float: left;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url("//cdn.quickbass.com/static/www/img/index/iPhone8.png");
}

.activity-container .activity .left img {
	position: absolute;
	left: 0;
	right: 0;
	top: 90px;
	margin: auto;
}

.activity-container .activity .right {
	width: 600px;
	height: 807px;
	float: right;
	position: relative;
}

.activity-container .activity .right .line {
	width: 2px;
	height: 160px;
	margin-left: 120px;
}

.activity-container .activity .right .line div {
	width: 20px;
	height: 20px;
	margin-left: -9px;
	margin-bottom: 152px;
	border-radius: 100%;
}
.gray {
	color: #DADADA;
	background-color: #DADADA;
}
.blue {
	color: #1DA9F4;
	background-color: #1DA9F4;
}

.activity-container .activity .right .progress {
	height: 100%;
	position: absolute;
	top: -10px;
	left: 150px;
}

.activity-container .activity .right .progress div {
	text-align: left;
	margin-bottom: 55px;
	background-color: #FFFFFF;
}

.activity-container .activity .right .progress div p {
	font-size: 22px;
}

.activity-container .activity .right .progress div h5 {
	font-size: 40px;
}

.cooperation-container {
	width: 100%;
	height: 503px;
	margin-top: 105px;
	text-align: center;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-image: url("//cdn.quickbass.com/static/www/img/index/cooperation.png");
}

.cooperation-container h2 {
	color: #FFFFFF;
	font-size: 36px;
	margin-top: 48px;
}

.cooperation-container h3 {
	color: #FFFFFF;
	font-size: 24px;
	margin-top: 18px;
}

.cooperation-container span {
	color: #FFFFFF;
}

.cooperation {
	width: 850px;
	height: 200px;
	margin: auto;
	margin-top: 20px;
}

.cooperation div {
	width: 150px;
	float: left;
	margin-left: 100px;
	position: relative;
}

.cooperation div img {
	width: 150px;
	height: 150px;
}

.cooperation div p {
	font-size: 22px;
	color: #FFFFFF;
	margin-top: 16px;
}

.cooperation div i {
	color: #FFFFFF;
	position: absolute;
	right: -60px;
	top: 60px;
	font-size: 23px;
}

.cooperation-container a {
	width: 320px;
	height: 60px;
	margin-top: 35px;
	display: inline-block;
	border: 1px solid #FFFFFF;
	border-radius: 10px ;
	font-size: 24px;
	line-height: 60px;
	text-align: center;
	color: #FFFFFF;
}

.comingSoon-container {
	width: 100%;
	height: 260px;
	text-align: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-image: url("//cdn.quickbass.com/static/www/img/index/comingSoon.png");
}

.comingSoon-container h2 {
	font-size: 40px;
	color: #1DA9F4;
	margin-top: 78px;
}

.comingSoon-container p {
	font-size: 40px;
	color: #1DA9F4;
}
