@CHARSET "UTF-8";
.content-container{margin:-68px auto 0; position:relative; z-index:5; max-width:580px;}

.top-container-inner{height:270px;}

#title{position:absolute; top:100px; left:0; right:0;}
#title img{height:75px; width:auto; margin:auto;}

/* .swiper-container{margin-top:-71px;} */

.swiper-wrapper{padding:10px 10px 15px 10px;}

.swiper-slide{width:auto;}
.swiper-slide{
	-webkit-border-radius:6;
	-moz-border-radius:6;
	border-radius:6px;
	-webkit-box-shadow: 0px 0px 8px rgba(5,8,39,0.15);
	-moz-box-shadow: 0px 0px 8px rgba(5,8,39,0.15);
	box-shadow: 0px 0px 8px rgba(5,8,39,0.15);
	background: #ffffff;
	border: solid #dae1eb 1px;
	overflow:hidden;
	max-width:175px;
	min-width:150px;
	cursor:pointer;
}

.swiper-wrapper .none_data {height:115px;}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill, .main-notice dt{
	background: rgb(43,134,240);
	background: -moz-linear-gradient(-45deg, rgba(43,134,240,1) 0%, rgba(179,154,234,1) 50%, rgba(255,173,227,1) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(43,134,240,1) 0%,rgba(179,154,234,1) 50%,rgba(255,173,227,1) 100%);
	background: linear-gradient(135deg, rgba(43,134,240,1) 0%,rgba(179,154,234,1) 50%,rgba(255,173,227,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b86f0', endColorstr='#ffade3',GradientType=1 );
}

.swiper-pagination{
	position:static;
	background:#dbdde6;
}

.swiper-slide dt{
	padding:8px 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	line-height:40px;
}
.company-logo{
	display:block;
	position:relative;
	border:1px solid #dae1eb;
	overflow:hidden;
	width:40px;
	height:40px;
	margin-right:5px;
	-webkit-border-radius:20;
	-moz-border-radius:20;
	border-radius:20px;
}

.swiper-slide dt .cut-text{-webkit-flex:1; flex:1;}

.swiper-slide dd{
	padding:8px 12px;
	color:#878b8c;
	background:#f7f9fd;
	border-top:1px solid #dae1eb;
	font-size:13px;
}

.scrollVal{background:#ff0000;}
.scrollVal #title{margin-top:10px;}
.scrollVal #title img{height:40px; width:auto; margin:auto;}

.main-notice{padding:10px; margin:15px 0 0;}
.main-notice dl,.main-notice dt, .support-startup, .support-finance{
	-webkit-border-radius:6;
	-moz-border-radius:6;
	border-radius:6px;
	-webkit-box-shadow: 0px 0px 8px rgba(92,103,122,0.25);
	-moz-box-shadow: 0px 0px 8px rgba(92,103,122,0.25);
	box-shadow: 0px 0px 8px rgba(92,103,122,0.25);
	overflow:hidden;
}
.main-notice dl{
	background: #ffffff;
	overflow:hidden;
	display: flex;
	margin:auto;
}
.main-notice dt{
	padding:14px;
	width:48px;
}
.main-notice dt img{width:20px; display:block;}
.main-notice dd{line-height:48px; padding:0px 10px; width:100%; height:48px; overflow:hidden;}
.main-notice dd ul{width:93%; height:100%;}
.main-notice dd ul li {width:100%; height:100%; overflow:hidden; white-space:nowrap;}

.support-info{padding:10px; overflow:hidden; text-align:center;}
.support-startup{float:left; width:48.5%; position:relative;}
.support-finance{float:right; width:48.5%; position:relative;}

.support-startup:BEFORE, .support-finance:BEFORE{
	content:'';
	width:40px;
	height:40px;
	display:block;
	transform: rotate(45deg);
	position:absolute;
	left:-20px;
	top:-20px;
}
.support-startup:BEFORE{background:#7190ed;}
.support-finance:BEFORE{background:#eaa7e5;}


@media (min-width: 700px){
	.content-container{
		max-width:600px;
		margin-left:auto;
		margin-right:auto;
		padding:10px 0 0;
		-webkit-border-radius:6;
		-moz-border-radius:6;
		border-radius:6px;
		-webkit-box-shadow: 0px 0px 8px rgba(5,8,39,0.15);
		-moz-box-shadow: 0px 0px 8px rgba(5,8,39,0.15);
		box-shadow: 0px 0px 8px rgba(5,8,39,0.15);
		position:relative;
		z-index:5;
		background:#fff;
	}
	.swiper-wrapper{padding-left:20px;}
	.main-notice, .support-info{padding:10px 20px;}
	.quick-nav{margin-bottom:30px;}
}

.support-startup h3, .support-finance h3{padding:20px 0 8px; font-weight:500;font-size:16px;}
.support-startup p, .support-finance p{
	width:85%;
	background:#bcc0ce;
	color:#fff;
	margin:3px auto;
	line-height:30px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
}
.support-startup p a, .support-finance p a {color:#fff;}
.support-more{
	display:block;
	padding:5px 12px 8px 12px;
	color: #878b8c;
	background: #f7f9fd;
	border-top: 1px solid #ecf0f5;
	font-size: 14px;
	margin-top:13px;
}


.quick-nav{
	margin-top:20px;
	padding-bottom:20px;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(-85deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(247,249,253,1) 51%, rgba(247,249,253,1) 100%);
	background: -webkit-linear-gradient(-85deg, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(247,249,253,1) 51%,rgba(247,249,253,1) 100%);
	background: linear-gradient(175deg, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(247,249,253,1) 51%,rgba(247,249,253,1) 100%); */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f9fd',GradientType=1 );
}

.quick-nav ul{overflow:hidden; width:84%; max-width:400px; margin:auto;}
.quick-nav li{float:left; width:25%;}
.quick-nav li a{display:block;}
.quick-nav li a:ACTIVE{
	position:relative;
	top:1px;
}
.quick-icon{
	width:54px;
	height:54px;
	display:block;
	background:#9facb7;
	-webkit-border-radius:27px;
	-moz-border-radius:27px;
	border-radius:27px;
	margin:auto;
	-moz-box-shadow: 0px 5px 4px 0px rgba(0,0,0,0.11);
	-webkit-box-shadow: 0px 5px 4px 0px rgba(0,0,0,0.11);
	box-shadow: 0px 5px 4px 0px rgba(0,0,0,0.11);
}
.quick-text{
	display:block;
	font-size:12px;
	text-align:center;
	color:#828080;
	padding:8px 0;
}
