@charset "utf-8";
* {
	padding: 0;
	margin: 0;
}
html, body {
	padding: 0;
	margin: 0 auto;
	background: #fff;
	-webkit-overflow-scrolling: touch;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	max-width: 750px;
	-webkit-text-size-adjust: none;
	-o-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-size-adjust: none;
	font-family: PingFangSC-Regular;
	color: #666;
}
body {
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
}



@supports (bottom: constant(safe-area-inset-bottom)) or (bottom: env(safe-area-inset-bottom)) {
body{
  bottom: calc(50px + constant(safe-area-inset-bottom));
  bottom: calc(50px + env(safe-area-inset-bottom));
}
}

 @media screen and (min-width:500px) {
#video-modal video {
	margin-top: 10%;
}
}
 @media screen and (min-width:1000px) {
#video-modal video {
	width: 70%;
	margin-top: 0%;
}
.modal-bt {
	left: 50%;
	top: 80% !important;
}
}
.modal-bt {
	font-weight: bold;
	color: #fff;
	font-size: 15px;
	position: absolute;
	top: 75%;
	left: 50%;
	/*border: 2px solid #fff;*/
    /*border-radius: 50%;*/
	width: 32px;
	height: 32px;
	line-height: 3;
	z-index: 9999;
}
#modal-stop {
	left: 115px;
}
#modal-close {
	display: inline-block;
	margin-left: -22px;/*left: 40%;*/
}
.videobg {
	position: relative;
	width: 100%;
}
.icons-play {
	position: absolute;
	left: 45%;
	top: 35%;
	width: 44px;
	height: 44px;
}
.intro-info {
	font-size: 14px;
	letter-spacing: 0.4px;
	line-height: 22px;
	padding: 12px 18px;
	text-align: justify;
}
.show-more {
	font-size: 13px;
	color: #37b2e0;
	text-align: center;
}
.show-more img {
	width: 10px;
	height: auto;
	margin-left: 7px;
	margin-bottom: 2px;
}
.intro-item {
	padding: 0;
	padding-bottom: 45px;
}
.intro-item-name {
	font-size: 18px;
	color: #333333;
	letter-spacing: 1.07px;
	padding: 12px 18px;
}
.platform-item .item {
	display: inline-block;
	width: 49%;
	margin-top: 25px;
	text-align: center;
}
.platform-item .item img {
	width: 60px;
	height: 60px;
	margin-bottom: 12px;
}
.platform-item .item-des {
	font-size: 13px;
	letter-spacing: 0;
	line-height: 20px;
}
.platform-item .item-name {
	font-size: 15px;
	color: #333333;
	letter-spacing: 1.75px;
	line-height: 18px;
	padding-bottom: 10px;
	font-family: PingFangSC-medium;
}
.operation-item .item {
	display: inline-block;
	width: 32%;
	text-align: center;
}
.operation-item img {
	width: 60px;
	height: 60px;
}
.operation-item .item-data {
	font-family: PingFangSC-Light;
	font-size: 20px;
	color: #333333;
	letter-spacing: 0;
	line-height: 20px;
}
.operation-item .item-data-name {
	font-size: 12px;
	letter-spacing: 0;
	line-height: 25px;
}
.project-item img {
	width: 100%;
}
.contact-item {
	font-size: 13px;
	color: #666666;
	letter-spacing: 1px;
	line-height: 25px;
	padding: 0 18px;
}
.img-item {
	padding: 0 16px;
}
.img-item img {
	width: 30%;
	height: auto;
	padding: 0 2px;
	padding-top: 4px;
}
.footer {
	background: #222;
	text-align: center;
	opacity: 0.8;
	font-family: PingFangSC-Regular;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 32px;
}
.hideText {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	display: -moz-box;
	-webkit-box-orient: vertical;
	box-orient: vertical;
	word-break: break-all;
	word-break: break-word;
	-webkit-line-clamp: 2;
	-moz-line-clamp: 2;
	line-clamp: 2;
}
/*============*/
.timezone {
	/*border-left: 2px solid #37b2e0;*/
	margin-left: 120px;
	margin-top: 50px;
	position: relative;
	padding-top: 1px;
	background: url('http://images.kaishiba.com/about_line.png') top left no-repeat;
	background-size: 2px 100%;
}
.timezone:before {
	width: 2px;
	height: 20px;
	position: absolute;
	background: #e1e1e1;
	top: -20px;
	left: 0;
	content: "";
	border-top-left-radius: 1px;
	border-top-right-radius: 1px;
}
.timezone .time, .timezone .timeLeft {
	position: relative;
	border-radius: 50%;
	margin-top: 50px;
}
.timezone .time h2, .timezone .timeLeft h2 {
	position: absolute;
	left: 40px;
	margin-left: -120px;
	margin-top: -5px;
	font-size: 14px;

	cursor: pointer;
	letter-spacing: 1.2px;
}
.timezone .timeLeft h2 {
	width: 68px;
	text-align: right;
}
.timezone .timeLeft .noteText {
	position: absolute;
	top: 6px;
	margin-top: -10px;
	margin-left: 20px;
	z-index: 2;
	overflow: hidden;
	cursor: pointer;
	color: #666;
	font-size: 14px;
	padding-right: 30px;
}
.noteText p {
	margin-bottom: 20px;
}
.year-axis {
	width: 6px;
	height: 6px;
	border: 3px solid #37b2e0;
	background: #fff;
	margin-left: -5px;
}
.year-axis h2 {
	color: #37b2e0;
}
.month-dot {
	position: absolute;
	width: 5px;
	height: 5px;
	border: 2px solid #37b2e0;
	border-radius: 50%;
	position: absolute;
	left: -3.7px;
	background: #fff;
}
.month-axis {
	width: 100%;
	height: 50px;
}
.month-axis h2 {
	color: #999;
}
.show {
	background: #37b2e0;
}
.arrow-down {
	width: 0;
	height: 0;
	border-width: 5px 5px 0;
	border-style: solid;
	border-color: #37b2e0 transparent transparent;
	bottom: -15px;
	position: relative;
	margin-left: 5px;
}
.arrow-up {
	width: 0;
	height: 0;
	border-width: 0 5px 5px;
	border-style: solid;
	border-color: transparent transparent #37b2e0;
	bottom: 10px;
	position: relative;
	margin-left: 5px;
}
.buttonContainer {
	display: none;
	box-sizing: border-box;
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 10000;
}
.button {
	display: block;
	box-sizing: border-box;
	height: 48px;
	margin: 0px auto;
	background-color: #37b2e0;
	text-decoration: none;
	font-size: 18px;
	line-height: 48px;
	color: #fff;
	text-align: center;
	letter-spacing: 1px;
}
/*==============*/
div.jqcloud span.w1, div.jqcloud span.w2, div.jqcloud span.w3, div.jqcloud span.w4, div.jqcloud span.w5, div.jqcloud span.w6, div.jqcloud span.w7, div.jqcloud span.w8, div.jqcloud span.w9, div.jqcloud span.w10, div.jqcloud span.w11, div.jqcloud span.w12, div.jqcloud span.w13, div.jqcloud span.w14, div.jqcloud span.w15, div.jqcloud span.w16 {
	color: #666;
}
 @media screen and (max-width:320px) {
.intro-info {
	letter-spacing: 0;
}
.timezone .time h2, .timezone .timeLeft h2 {
	font-size: 12px;
}
.timezone .timeLeft .noteText {
	font-size: 12px;
}
}

