@CHARSET "UTF-8";
.container { margin-top: 157px;}

@media (max-width: 1320px) {
	.container { margin-top: 143px; }
}
@media (max-width: 1120px) {
	.container { margin-top: 127px; }
}
@media (max-width: 767px) {
	.container { margin-top: 70px;}
}


.left-aside {
	width: 130px;
	height: 100%;
	border-right: 1px solid #333333; 
	position: absolute;
	left: 10px;
	z-index: 1;
}
.left-aside .nav-pills>li {
	position: absolute;
	left: 0;
}
.left-aside .nav-pills>li:first-child { top: 40px; }
.left-aside .nav-pills>li:last-child { top: 392px;}
.left-aside .nav-pills>li>a img { margin-bottom: 15px; }
.left-aside .nav-pills>li>a,
.left-aside .nav-pills>li>a:hover {
	width: 100%;
	border: none;
	outline: none;
	border-radius: 0;
	background-color: #fff;
	color: #333;
	padding: 0;
	font-size: 24px;
}
@media (max-width: 1199px) and (min-width: 992px) {
	.left-aside .nav-pills>li:last-child { top: 414px;}
}
@media (max-width: 991px) and (min-width: 768px) {
	.left-aside .nav-pills>li:last-child { top: 553px;}
}

.container { 
	position: relative;
	height: 100%;
	color: #000;
}
#tabScroller { 
	padding-left: 160px;
	padding-bottom: 50px;
	margin: 0 -15px;
}
.tab-box {
	padding: 40px;
	background-color: #f5f5f5;
}

#tabBox1 { margin-bottom: 40px; }
#tabBox1 .table {
	width: 100%;
	background-color: #fff;
	color: #5a5a5a;
	font-size: 16px;
	margin-bottom: 25px;
}
#tabBox1 .table span.red { 
	color: #ff0000; 
	margin-left: 15px;
}
.table-bordered>tbody>tr>td { 
	border-color: #afafaf;
	vertical-align: middle;
}
#tabBox1 .table td.title { 
	font-size: 20px; 
	text-align: center;
}

#tabBox1 .form-group { margin-bottom: 0; }
#tabBox1 .form-control {
	height: 40px;
	border-radius: 0;
	border-color: #afafaf;
	margin-top: -1px;
	box-shadow: none;
	outline: none;
}
#tabBox1 .form-group .label.radio-label {
	color: #5a5a5a;
	font-weight: normal;
	font-size: 16px;
	line-height: 40px;
	padding: 0;
	margin-bottom: 0;
}
#tabBox1 .form-group .btn {
	height: 38px;
	width: 100%;
	margin-top: 12px;
	background-color: #3f47f1;
	outline: none;
	font-size: 20px;
	line-height: 24px;
}
#tabBox1 .form-group .btn:hover,
#tabBox1 .form-group .btn:focus {
	background-color: #363dd4;
}

#tabBox2 ul { 
	width: 100%; 
	text-align: center;
	margin-bottom: 20px;
}
#tabBox2 ul>li {
	width: 198px;
	display: inline-block;
	font-size: 16px;
	line-height: 16px;
	color: #5a5a5a;
}
#tabBox2 ul>li img { margin-bottom: 16px; }

#tabBox2 .box {
	padding: 16px 20px 13px 20px;
	border: 1px solid #afafaf;
	background-color: #fff;
	float: left;
	margin-right: 36px;
	font-size: 16px;
	color: #5a5a5a;
	margin-top: 20px;
}
#tabBox2 .box1 p,
#tabBox2 .box2 p,
#tabBox2 .box3 p {
	text-align: center;
	line-height: 20px;
	margin-bottom: 0;
	margin-top: 10px;
}
#tabBox2 .box4 {
	padding: 20px;
	padding-left: 10px;
	display: table;
	margin-right: 0;
}
#tabBox2 .box4 .left,
#tabBox2 .box4 .right {
	display: table-cell;
}
#tabBox2 .box4 .left {
	height: 169px;
	width: 88px;
	border-right: 1px solid #afafaf;
	vertical-align: middle;
	text-align: center;
}
#tabBox2 .box4 .left img { margin-bottom: 13px; }
#tabBox2 .box4 .right { padding-left: 18px;}
#tabBox2 .box4 .right p {
	line-height: 28px;
	margin-bottom: 0;
}

@media (max-width: 767px) {
	#tabScroller { 
		padding-left: 0;
		margin: 0;
	}
	#tabScroller h1 { font-size: 28px;}

	#tabBox1, #tabBox2 { padding: 20px 15px;}
	#tabBox1 .form-group .label.radio-label { 
		margin-top: 10px; 
		font-size: 14px;
	}
	#tabBox2 { margin-bottom: 40px; }
	#tabBox2 .box {
		float: none;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	#tabBox2 .box1,
	#tabBox2 .box2,
	#tabBox2 .box3 {
		width: 176px;
	}
	#tabBox2 .box1 img,
	#tabBox2 .box2 img,
	#tabBox2 .box3 img {
		width: 134px;
		height: 134px;
	}
	#tabBox2 .box4 { padding: 20px 15px; }
	#tabBox2 .box4 .right { padding: 0; }
	#tabBox2 .box4 .right p.title {
		font-size: 20px;
		color: #333;
		margin-bottom: 10px;
	}

}

