.main.main-index .text-animation{
	font-size:35px;
	/* font-weight:bolder;	 */
	font-weight: bolder;
	height:100%;
	display:flex;
	align-items: center;
	justify-content: center;
}

.main.main-index .text-animation .item{
	display:inline-block;
	/* text-align:center; */
}

.main.main-index .login-wrap{
	background-color:#13b5ac;
}

.main.main-index .quick ul{
	display:flex;
	margin:0px;
	padding:0px;
	margin-left:-5px;
	margin-right:-5px;
}

.main.main-index .quick ul li{
	list-style: none;
	flex-grow: 1;
	background-color:#fff;
	text-align:center;
	border:1px solid #ddd;
	margin:5px;
	height:200px;
	display:flex;
	align-items: center;
	justify-content: center;
}

.main.main-index .quick ul li:nth-child(1){
	background-color:#f4f4f4;
}

.main.main-index .quick ul li:nth-child(2) {
	background-color: #eafffe;
}

.main.main-index .quick ul li:nth-child(3) {
	background-color: #f8eaff;
}

.main.main-index .quick ul li:nth-child(4) {
	background-color: #efeaff;
}

.main.main-index .quick ul li .glyphicon{
	font-size:40px;
	margin-bottom:20px;
}

.main.main-index .quick ul li a{
	display:block;
	padding:20px;
	
}

.main.main-index .quick ul li a h3{
	font-weight: bolder;
	margin-bottom:10px !important;
}

.main.main-index .cs{
	border:1px solid #e4e4e6;
	background-color:#f3f4f8;
	border-radius: 8px;
	display:flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding:20px 20px 20px 0px;
}

.main.main-index .cs > *{
	flex-grow: 1;
}

.main.main-index .cs .icon{
	display:flex;
	width:50px;
	height:50px;
	margin:0px auto;
	border-radius: 20%;
	background-color:#41a5ee;
	color:#fff;	
	align-items: center;
	justify-content: center;
}

.main.main-index .cs .icon .glyphicon{
	font-size:25px;
}

.main.main-index .cs > *:nth-child(1){
	width:30%;
	text-align:center;
}
.main.main-index .cs >*:nth-child(2) {
	width: 70%;
}

.main.main-index .cs .t1{
	font-size: 18px;
	font-weight: bolder;
	margin-bottom: 5px;
}

.main.main-index .cs .t3 {
	font-weight: bolder;
}

.main.main-index .cs hr{
	margin: 10px 0px;
	border-color:#cccccc;
}


.main.main-index .section-2 .nav-tabs{
	border:0px solid #ddd;
	display:flex;
	font-size:15px;
	font-weight:bolder;
	width:auto;
	justify-content: start;
	margin-bottom:10px;
}

.main.main-index .section-2 .nav-tabs li{
	margin-bottom:0px;
}

.main.main-index .section-2 .nav-tabs li a{
	border:none;
	text-align:center;
	border-radius: 0;
	margin-right:0px;
	padding-left: 20px;
	padding-right: 20px;
	outline: none;
}

.main.main-index .section-2 .nav-tabs li.active a{
	border-bottom:2px solid #66879a;
}

.main.main-index .section-2 .nav-tabs .more{
	width:41.4px;
	height:41.4px;
	overflow:hidden;
	flex-grow:0;
}

.main.main-index .section-2 .nav-tabs .more a{
	font-size:40px;
	line-height:20px;
	margin-left:-5px;
	font-weight: normal;
}

.main.main-index .section-2 .articles{
	border:0px solid #ddd;
	padding:10px;
}

.main.main-index .section-2 .articles.notice{
	height:167.594px;
}

.main.main-index .section-2 .articles ul{
	margin:0px;
}

.main.main-index .section-2 .articles li div{
	line-height:30px;
	height:30px;
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.main.main-index .section-2 .banner{
	/* border:1px solid #ddd;	 */
	margin:0px;
	padding: 0px;
}

.main.main-index .section-2 .banner li{
	margin: 0px;
	padding: 0px;
	list-style: none;
	/* border-bottom:1px solid #ddd; */
	border-bottom:1px solid #ddd;
}

.main.main-index .section-2 .banner li a{
	height:90px;
	display:flex;
	padding:0px 10px;
	align-items: flex-start;
}

.main.main-index .section-2 .banner li.account a{
	height:110px;
}

.main.main-index .section-2 .banner li a > *{
	flex-grow: 1;
}

.main.main-index .section-2 .banner li .icon{
	width:30%;
	flex-grow: 0;
	text-align:center;
}

.main.main-index .section-2 .banner li .glyphicon{
	font-size:40px;
	line-height:80px;
}


.main.main-index .section-2 .banner li .description{
	display:flex;
	justify-content: center;
	flex-direction: column;
}

.main.main-index .section-2 .victories{
	overflow:hidden;
	padding:10px;
}

.main.main-index .section-2 .victories ul{
	height:220px;
	overflow:hidden;
}

.main.main-index .section-2 .victories li{
	display:flex;
	flex-wrap: wrap;
	margin-bottom:12px;

	padding:8px;
	border-radius: 8px;
}

.main.main-index .section-2 .victories li > *{
	height:24px;
	overflow:hidden;
	white-space: nowrap;
}

.main.main-index .section-2 .victories li .notice{
	width:100%;
}

.main.main-index .section-2 .victories li .company{
	width:60%;
}
.main.main-index .section-2 .victories li .price{
	width:40%;
}