* {
	font-family: "Microsoft Yahei","微软雅黑",arial,"Hiragino Sans GB","宋体",Tahoma,Arial,Helvetica,STHeiti;
	margin: 0;
	padding: 0;
}

body {
	max-width: 750px;
	min-width: 320px;
	margin: 0 auto;
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.diver {
	height: 0.5rem;
	clear: both;
}

.clr {
	clear: both;
	display: block;
}

header {
	width: 100%;
	height: 1.88rem;
	position: fixed;
	transform: translate3d(0px, 0px, 0px);
	left: 0;
	top: 0;
	z-index: 1112;
	background: linear-gradient(to left, #27b2eb 0%,#2694eb 100%);
	overflow: hidden;
	box-shadow: 0px 4px 10px rgba(0,0,0,0.2);
}

header li {
	line-height: 1.8rem;
	float: left;
	width: 25%;
	text-align: center;
	font-size: 0.6rem;
	/* margin-top: 3px; */
}

header li a {
	color: #fff;
}

header .br {
	height: 0.08rem;
	background: linear-gradient(to left, #2694eb 0%,#27b2eb 100%);
	width: 100%;
	bottom: 0;
	left: 0;
	position: absolute;
}

.banner {
	width: 15rem;
	height: 13.8rem;
	margin: 0 auto;
	background-image: url('../images/banner-bg.jpg');
	background-size: cover;
	text-align: center;
	padding-top: 0.5rem;
}

.banner img {
	padding-top: 10%;
	width: 6.5rem;
	/* height: 1.24rem; */
}

.banner img.hide {
	opacity: 0;
}

.banner-little-title {
	color: #fff;
	font-size: 0.48rem;
	margin: 0.1rem 0 0.2rem 0;
}

.banner h1 {
	font-size: 1.1rem;
	color: #fff;
	margin: 0.5rem 0;
}

.banner a {
	display: block;
	width: 11rem;
	height: 1.44rem;
	background: #fff;
	color: #1e78cc;
	font-size: 0.7rem;
	margin: 0 auto;
	margin-bottom: 0.5rem;
	border-radius: 5px;
	line-height: 1.44rem;
}

.benner-check {
	text-align: center;
	margin-top: 0.5rem;
}

.benner-check span {
	display: inline-block;
	height: 0.5rem;
	background-image: url('../images/check-icon.png');
	color: #fff;
	vertical-align: middle;
	padding: 0.2rem 0 0.3rem 0.7rem;
	background-repeat: no-repeat;
	background-size: 0.48rem 0.5rem;
	background-position: left center;
	font-size: 0.48rem;
}

.benner-check span+span {
	margin-left: 1rem;
}

.clr2:after {
	display: block;
	content: "clear";
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}

.education-type {
	width: 12.8rem;
	margin: 0 auto;
	text-align: center;
	margin-top: 0.5rem;
}

.education-type * {
	font-size: 0.6rem;
	box-sizing: border-box;
}

.education-type div {
	width: 3.48rem;
	float: left;
	height: 5.1rem;
	border-radius: 10px;
	background: #fc6161;
	color: #fff;
	padding-top: 1.5rem;
}

.education-type img {
	width: 0.36rem;
	height: auto;
	display: block;
	margin: 0 auto;
	margin-top: 0.5rem;
}

.education-type ul {
	width: 8.9rem;
	float: right;
	padding: 0;
	margin: 0;
}

.education-type ul li {
	width: 4.2rem;
	height: 2.32rem;
	border-radius: 10px;
	color: #fff;
	box-sizing: border-box;
	padding-top: 0.6rem;
	margin-bottom: 0.4rem;
}

.education-type ul li a {
	margin-top: 0.3rem;
}

.education-type ul li:nth-child(odd) {
	float: left;
}

.education-type ul li:nth-child(even) {
	float: right;
}

.education-type ul li:nth-child(1) {
	background: #ffd37a;
}

.education-type ul li:nth-child(2) {
	background: #76fecc;
}

.education-type ul li:nth-child(3) {
	background: #71d9ff;
}

.education-type ul li:nth-child(4) {
	background: #6a7cf1;
}

.common-title {
	background-image: url('../images/title-bg.png');
	background-position: center top;
	background-size: 7.5rem 0.7rem;
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 0.4rem;
}

.common-title h2 {
	margin: 0;
	font-size: 0.8rem;
}

.common-title p {
	font-size: 0.56rem;
	margin: 0;
	color: #129fff;
}

.b-line {
	margin: 0 auto;
	width: 1.6rem;
	height: 0.1rem;
	background: -webkit-linear-gradient(left,#22baff , #17a7ff,#0387ff);
	background: -o-linear-gradient(right, #22baff , #17a7ff,#0387ff);
	background: -moz-linear-gradient(right, #22baff ,#17a7ff,#0387ff);
	background: linear-gradient(to right, #22baff , #17a7ff,#0387ff);
	margin-top: 0.2rem;
}

.system {
	width: 14.4rem;
	margin: 0 auto;
}

.system dd {
	width: 3.6rem;
	line-height: 0.5rem;
	display: inline-block;
	float: left;
	margin: 0;
	text-align: center;
	margin-bottom: 0.5rem;
}

.system dd p {
	color: #999999;
	font-size: 0.56rem;
	margin: 0.2rem 0;
}

.system dd img {
	width: 2.1rem;
	height: 2.1rem;
}

.common-btn-box {
	text-align: center;
}

.common-btn {
	display: inline-block;
	width: 9.96rem;
	height: 1.78rem;
	background-image: url('../images/button-bg-01.png');
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
	font-size: 0.68rem;
	text-align: center;
	line-height: 1.78rem;
	letter-spacing: 2px;
}

.college {
	background: #f8f8f8;
}

.college-block {
	width: 12rem;
	height: 10.3rem;
	margin: 0 auto;
	position: relative;
	margin-bottom: 0.7rem;
}

.college-block>img {
	width: 12rem;
	height: 5.88rem;
}

.college-content {
	display: inline-block;
	width: 10.5rem;
	height: 6rem;
	position: absolute;
	left: 50%;
	top: 4.2rem;
	margin-left: -5.25rem;
	background: #fff;
	box-shadow: 0 0 15px #aaa;
	padding-left: 0.4rem;
}

.college-content h3 {
	font-size: 0.56rem;
	margin: 0.4rem 0;
}

.college-lables {
	line-height: 0.1rem;
}

.college-lables span {
	display: inline-block;
	font-size: 0.4rem;
	text-align: center;
	height: 0.64rem;
	line-height: 0.64rem;
	color: #fff;
	font-weight: bold;
	border-radius: 0.4rem;
}

.college-lables span+span {
	margin-left: 0rem;
}

.college-lables span:nth-child(1) {
	background: #f9424c;
	width: 2.2rem;
}

.college-lables span:nth-child(2) {
	background: #15d89e;
	width: 1.52rem;
}

.college-lables span:nth-child(3) {
	background: #5caffc;
	width: 2.2rem;
}

.college-lables span:nth-child(4) {
	background: #ff9b48;
	width: 2.2rem;
}

.college-content ul {
	margin: 0.3rem 0;
	padding-left: 0rem;
	list-style-type: none;
}

.college-content ul li {
	font-size: 0.44rem;
	margin-bottom: 0.2rem;
	font-family: 'Microsoft YaHei';
}

.college-content ul li:before {
	content: '●';
	color: #aaa;
	font-size: 0.44rem;
	margin-right: 0.2rem;
}

.main-school {
	font-size: 0.42rem;
	color: #6d6e6e;
	margin: 0.2rem 0;
}

.main-school span {
	font-weight: bold;
	color: #222222;
}

.subject {
	margin: 0 auto;
	text-align: center;
	padding-bottom: 0.5rem;
	width: 12.6rem;
}

.subject dd {
	display: inline-block;
	width: 6rem;
	height: 6.3rem;
	background-image: url('../images/major-bg.png');
	background-size: cover;
	box-sizing: border-box;
	margin-bottom: 0.6rem;
}

.subject dd:nth-child(odd) {
	float: left;
}

.subject dd:nth-child(even) {
	float: right;
}

.subject dd h3 {
	font-size: 0.6rem;
	color: #fff;
	height: 1.2rem;
	line-height: 1.2rem;
}

.subject dd li {
	font-size: 0.5rem;
	padding: 0.25rem 0;
}

.subject dd li+li {
	border-top: 1px dashed #e5e3e3;
}

.subject dd li.hot span {
	margin-left: -0.7rem;
}

.subject dd li.hot span img {
	width: 0.54rem;
	height: auto;
	margin-right: 0.16rem;
}

.edu-type-list {
	width: 13.34rem;
	margin: 0.5rem auto;
	padding: 0;
}

.edu-type-list li {
	background: #f4f3fb;
	width: 6.4rem;
	margin-bottom: 0.5rem;
}

.edu-type-list li:nth-child(odd) {
	float: left;
}

.edu-type-list li:nth-child(even) {
	float: right;
}

.edu-type-list li img {
	width: 3.56rem;
	height: 3.4rem;
	float: left;
}

.edu-type-list li div {
	text-align: center;
	position: relative;
	width: 2.8rem;
	height: 3.4rem;
	float: left;
}

.edu-type-list li div h3 {
	font-size: 0.52rem;
	font-weight: normal;
	margin-bottom: 0rem;
	padding-top: 0.4rem;
}

.edu-type-list li div a {
	display: inline-block;
	width: 2.24rem;
	height: 0.8rem;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0.4rem;
	background-image: url('../images/button-bg-02.png');
	background-size: cover;
	line-height: 0.8rem;
	font-size: 0.44rem;
	color: #fff;
}

.certificate-box {
	width: 14rem;
	margin: 0.5rem auto;
}

.certificate {
	background: #f6f6f6;
	padding: 0.5rem 0;
}

.certificate-box div {
	width: 6.64rem;
	float: left;
}

.certificate-box div:nth-child(2) {
	float: right;
}

.certificate-box div img {
	width: 100%;
}

.certificate-box div p {
	font-size: 0.52rem;
	text-align: center;
}

.xuexin {
	text-align: center;
	padding: 1rem 0;
	background-image: url('../images/xxw-bg.jpg');
	background-size: cover;
	height: 14.3rem;
	width: 15rem;
	margin: 0 auto;
	background-position: center center;
}

.xuexin h2 {
	font-size: 0.6rem;
}

.xuexin ul {
	margin-top: 0.5rem;
}

.xuexin ul li {
	display: inline-block;
}

.xuexin ul li+li {
	margin-left: 1rem;
}

.xuexin ul li img {
	width: 1.68rem;
	height: 1.68rem;
}

.xuexin ul li p {
	font-size: 0.48rem;
}

.usage-item {
	padding: 0.5rem 0 0 0;
	width: 14rem;
	margin: 0 auto;
}

.usage-item li {
	width: 6.48rem;
	background: #f4f3fb;
	border-radius: 5px;
	margin-bottom: 1rem;
}

.usage-item li:nth-child(odd) {
	float: left;
}

.usage-item li:nth-child(even) {
	float: right;
}

.usage-item li img {
	width: 6.48rem;
	height: auto;
	display: block;
}

.usage-item li h4 {
	font-size: 0.48rem;
	text-align: center;
	padding: 0.4rem 0 0 0;
}

.usage-item li p {
	font-size: 0.4rem;
	padding: 0.2rem;
}

.usage-item li div {
	height: 4.5rem;
	position: relative;
}

.usage-item li a {
	display: block;
	width: 3.86rem;
	height: 0.84rem;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	background-image: url('../images/button-bg-03.png');
	background-size: cover;
	color: #fff;
	font-size: 0.4rem;
	bottom: 0.4rem;
	text-align: center;
	line-height: 0.84rem;
}

.usage {
	padding: 0.5rem 0 1rem 0;
}

.block {
	width: 14rem;
	margin: 0 auto;
	margin-top: 0.6rem;
	border-radius: 5px;
	box-shadow: 0 0 10px #ccc;
}

.test-block {
	background-image: url('../images/test-bg.png');
	background-size: cover;
}

.test-title-1 {
	text-align: center;
}

.test-title-1 img {
	width: 12.44rem;
	height: auto;
}

.test-title-1>p {
	color: #fff;
	font-size: 0.68rem;
	margin: 0;
}

.test-title-1 small {
	font-size: 0.48rem;
	color: #fff;
}

.test-title-1 small>span {
	color: #fe4451;
}

.test-item {
	width: 12rem;
	margin: 0 auto;
	padding-bottom: 0.2rem;
	border-bottom: 1px solid #e6e7e7;
	margin-top: 0.2rem;
}

.test-item h4 {
	font-size: 0.6rem;
	font-weight: normal;
	padding-bottom: 0.4rem;
}

.test-item ul {
	list-style-type: none;
	width: 10.6rem;
	margin: 0 auto;
	padding: 0;
}

.test-item ul li {
	display: inline-block;
	font-size: 0.52rem;
	width: 4.8rem;
	height: 1.2rem;
	background: #e2f1ff;
	border-radius: 5px;
	line-height: 1.2rem;
	text-align: center;
	margin-bottom: 0.3rem;
}

.test-item ul .active {
	background: #3db7f6 !important;
	color: #fff !important;
}

.test-item ul li:nth-child(even) {
	float: right;
}

.test-item ul li:nth-child(odd) {
	float: left;
}

.test-tel {
	width: 10.6rem;
	margin: 0 auto;
}

.test-tel input {
	width: 100%;
	height: 1.6rem;
	border: 2px solid #3db7f6;
	text-align: center;
	font-size: 0.48rem;
	border-radius: 10px;
	outline: none;
}

.test-tel input::-webkit-input-placeholder {
	color: #3db7f6;
}

.test-tel input::-moz-placeholder {
	color: #3db7f6;
}

.test-tel input::-ms-input-placeholder {
	color: #3db7f6;
}

.test-submit-btn {
	display: block;
	margin: 0 auto;
	width: 10.6rem;
	height: 1.6rem;
	border-radius: 10px;
	border: none;
	font-size: 0.64rem;
	color: #fff;
	background: #3db7f6;
	margin-top: 0.5rem;
}

.test-msg {
	margin: 0 auto;
	width: 10.6rem;
	font-size: 0.44rem;
	color: #3db7f6;
	padding: 0.3rem 0;
}

.test-msg span {
	font-size: 0.32rem;
	color: #f34334;
}

.ask {
	background: #f5f5f5;
}

.ask-item {
	width: 13.4rem;
	margin: 0 auto;
	position: relative;
	padding-top: 0.5rem;
	padding-left: 0.5rem;
	margin-bottom: 0.6rem;
}

.ask-item-content {
	width: 12.8rem;
	border: 2px solid #20b7ff;
	border-radius: 10px;
	margin: 0 auto;
}

.ask-item-content h3 {
	height: 1.1rem;
	font-size: 0.6rem;
	text-align: center;
	background: #def4ff;
	line-height: 1.1rem;
	border-radius: 10px 10px 0 0;
}

.ask-content {
	font-size: 0.50rem;
	padding: 0.3rem 0.2rem;
	color: #444444;
}

.flag {
	width: 1rem;
	height: 1rem;
	position: absolute;
	background: #20b7ff;
	font-size: 0.84rem;
	color: #fff;
	text-align: center;
	display: inline-block;
	line-height: 1rem;
	border-radius: 3px;
	top: 0;
	left: 0;
}

.ask-btn-box {
	text-align: center;
	padding-top: 0.5rem;
	padding-bottom: 0.3rem;
}

.ask-btn {
	display: inline-block;
	width: 7.96rem;
	height: 1.1rem;
	background-image: url('../images/button-bg-03.png');
	background-size: 7.96rem 1.1rem;
	background-repeat: no-repeat;
	color: #fff;
	text-align: center;
	line-height: 1.1rem;
	font-size: 0.52rem;
}

.bottom-deadline h2 {
	font-size: 0.8rem;
	display: inline-block;
	padding: 0 0 10px 0.5rem;
	border-bottom: 1px solid #aaa;
}

.bottom-deadline h2 span {
	padding: 0 0.5rem 9px 0;
	border-bottom: 3px solid #ffb14b;
}

.bottom-deadline {
	text-align: center;
	padding: 1rem 0;
}

.endtime div {
	display: inline-block;
	width: 2.82rem;
	height: 2.82rem;
	background: #ffb14b;
	border-radius: 5px;
}

.endtime div+div {
	margin-left: 1rem;
}

.endtime {
	text-align: center;
	padding: 0.5rem 0;
}

.endtime div h3 {
	color: #fff;
	font-size: 1.32rem;
}

.endtime div p {
	color: #ffb14b;
	font-size: 0.4rem;
	padding: 0.1rem 0;
	background: #fff;
}

.bottom-info {
	font-size: 0.6rem;
}

.bottom-info span {
	font-size: 0.6rem;
	color: #ffb14b;
	font-weight: bold;
}

.endtime-input input,.endtime-input select,.endtime-input button {
	display: block;
	width: 11rem;
	height: 1.6rem;
	font-size: 0.6rem;
	margin: 0.5rem auto;
	outline: none;
	border-radius: 5px;
	border: 1px solid #c6c6c6;
	box-sizing: border-box;
}

.endtime-input input {
	padding-left: 0.2rem;
}

.endtime-input select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url('../images/triangle-icon-02.png');
	background-size: 0.44rem 0.3rem;
	background-position: 10rem center;
	background-repeat: no-repeat;
	padding-left: 0.2rem;
}

.endtime-input button {
	background-color: none;
	background-image: url('../images/button-bg-04.png');
	background-size: cover;
	color: #fff;
	border: none;
}

.footer p {
	text-align: center;
	font-size: 0.4rem;
	color: #3b3b3b;
}

.footer {
	background: #e4e4e4;
	padding: 0.8rem;
	margin-bottom: 2.16335rem;
}

.why {
	/* background: url("../images/why-bg.jpg") no-repeat 0 0; */
	background-size: cover;
	width: 100%;
	height: 17.18rem;
	padding-top: 1.2rem;
}

.why-tit {
	width: 10rem;
	margin: 0 auto;
}

.why-p1 {
	font-size: 0.52rem;
	color: #333;
	text-align: center;
	margin-top: 0.24rem;
}

.why-p1 strong {
	color: #4171d6;
	font-weight: normal;
}

.why-con {
	width: 14.2rem;
	margin: 0.8rem auto 0;
}

.why-con ul {
	width: 100%;
	height: 12rem;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	align-content: space-between;
	justify-content: space-between;
}

.why-con li {
	background: #fff;
	width: 6.84rem;
	height: 5.8rem;
	border: #537ed9 1px solid;
	border-radius: 0 0 0.2rem 0;
	-webkit-box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
}

.why-label {
	background: #537ed9;
	width: 1.78rem;
	height: 0.68rem;
	border: none;
	border-radius: 0 0 0.2rem 0;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	padding: 0 0.02rem 0.02rem 0;
}

.why-p2 {
	font-size: 0.4rem;
	color: #fff;
	font-weight: bold;
	-webkit-flex: 0 1 auto;
	flex: 0 1 auto;
}

.why-h3 {
	font-size: 0.48rem;
	color: #537ed9;
	line-height: 1;
	text-align: center;
	margin-top: 0.36rem;
}

.why-p {
	font-size: 0.4rem;
	color: #000;
	text-align: center;
	line-height: 0.6rem;
	margin-top: 0.26rem;
}

.why-btn {
	background: #fc9400;
	width: 5.26rem;
	height: 1rem;
	border: none;
	border-radius: 0.5rem;
	font-size: 0.44rem;
	color: #fff;
	display: block;
	margin: 0.36rem auto 0;
	box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
}

.scroll-box {
	background: linear-gradient(to left, #0388ff 0%,#21baff 100%);
	background-size: 100%;
	padding-top: 0.7999995rem;
	padding-bottom: 0.4000005‬rem
}

.scroll-box p {
	font-size: .48rem;
	color: #fff;
	text-align: center;
}

.scroll-box ul {
	height: 2.4rem;
	line-height: 1.2rem;
	font-size: 0.5599995rem;
	color: #fff;
	overflow: hidden;
	margin-top: .3rem;
	text-align: center;
}

.scroll-box ul li span {
	margin-right: 1.0399995rem
}

.main5 {
	background-size: 100%;
	height: 20.0800005rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

.main5 .btn {
	bottom: 1.099995rem;
	left: 0;
	right: 0;
	margin: 0 auto
}

.color-00466E {
	color: #000;
}

.head {
	font-size: .84rem;
	text-align: center;
	font-weight: 700;
	position: absolute;
	left: 0;
	right: 0;
	top: 5%;
}

.color-EA3120 {
	color: #ea3120;
}

.tsfa {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 6%;
}

.xueli-infor .common-title p {
	font-size: 0.68rem;
	color: #444444;
	text-align: center;
}

.infor-items {
	width: 12.8rem;
	margin: 0 auto;
}

.infor-items dd {
	width: 100%;
	height: 4.6rem;
	box-shadow: 0 0 10px #ccc;
	border-radius: 5px;
	margin-bottom: 0.7rem;
}

.infor-items dd h3 {
	font-size: 0.6rem;
	text-align: center;
	color: #fff;
	border-radius: 5px 5px 0 0;
	padding: 0.4rem 0;
	letter-spacing: 2px;
}

.infor-items dd p {
	font-size: 0.56rem;
	padding: 0.6rem 0.3rem 0 0.3rem;
}

.infor-item-1 h3 {
	background: #49b1f8;
}

.infor-item-1 p {
	color: #49b1f8;
}

.infor-item-2 h3 {
	background: #fe5971;
}

.infor-item-2 p {
	color: #fe5971;
}

.infor-item-3 h3 {
	background: #17d89f;
}

.infor-item-3 p {
	color: #17d89f;
}

.infor-item-4 h3 {
	background: #ff9114;
}

.infor-item-4 p {
	color: #ff9114;
}

.part5 {
	background: #55abf0;
	margin-top: 0.8rem;
}

.part5 .p5-title {
	height: 3.6199995rem;
	font-size: .96rem;
	background: url("../images/title-bg3.jpg") no-repeat 0 0;
	background-size: cover;
	position: relative;
}

.part5 .p5-title h1 {
	padding-top: 1.6999995rem;
	font-size: 1rem;
	text-align: center;
	color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	top: -1%;
}

.part5 ul.p5-list {
	padding: 0 .7600005rem
}

.part5 ul.p5-list li {
	font-size: 0.6400005rem;
	color: #3e474d;
	height: 1.4200005rem;
	line-height: 1.4200005rem;
	background: #fff;
	margin-top: .6rem;
	padding-left: 0.6400005rem
}

.part5 ul.p5-list li i {
	width: 0.6400005rem;
	height: 0.7999995rem;
	background: url(../images/fire.png) center no-repeat;
	background-size: 100%;
	margin-top: 0.2599995rem;
	margin-left: 0.1999995rem;
}

.part5 ul.p5-list li a {
	display: block;
	width: 2.8600005rem;
	height: 1.4200005rem;
	font-size: 0.5200005rem;
	color: #484545;
	background: #fade32;
	float: right;
	text-align: center
}

.part5 ul.p5-list .red {
	color: #e9322a
}

.part5 .p5-line {
	width: 90%;
	height: .053333rem;
	background: #fff;
	margin-top: .906667rem
}

.left {
    float: left;
}

.part6.cut-time {
	height: 13rem
}

.part6 {
	height: 18.7999995rem;
	padding-top: 1.3000005rem;
	color: #483b3a;
	background: #55abf0
}

.part6 h1 {
	font-size: .84rem;
	color: #483b3a
}

.part6 h1 span {
	display: block;
	color: #e9322a
}

.part6 h1 .dis {
	display: inline-block
}

.part6 .p6-container {
	width: 90%;
	padding: 1.0000005rem 0 0.7999995rem 0;
	margin-bottom: 1.4800005rem;
	background: #fff;
	box-shadow: 0.1600005rem 0.16000057rem .5200005rem .199995rem rgba(181,181,181,.3);
	-webkit-box-shadow: 0.1600005rem 0.1600005rem .5200005rem .199995rem rgba(181,181,181,.3)
}

.part6 .p6-container .time-wrap {
	font-size: 0;
	padding: .79999950rem 0 .6rem 0
}

.part6 .p6-container .time-wrap .time-box {
	display: inline-block;
	width: 3.8800005rem;
	height: 3.96rem;
	line-height: 3.96rem;
	margin-left: .4000005rem;
	margin-right: .4000005rem;
	font-size: 1.6000005rem;
	color: #483b3a;
	background: url(../images/date-bg.png) center no-repeat;
	background-size: 100%;
}

.part6 .p6-container p {
	font-size: .4399995rem;
	color: #483b3a
}

.part6 .p6-container a {
	display: block;
	width: 8.9200005rem;
	height: 1.6399995rem;
	line-height: 1.3000005rem;
	font-size: .5200005rem;
	background-size: 100% 100%;
	margin-top: .4999995rem;
	background: url(../images/button.png) center no-repeat;
	background-size: 100%;
	color: #fff;
	margin: 0 auto;
}

.part6 .bottom-p {
	font-size: .48rem;
	margin-top: .3rem
}

.bor {
    border-radius: .12rem;
}

.m0a {
    margin: 0 auto;
}

.tc {
    text-align: center;
}

.bold {
    font-weight: 700;
}

.tabBar {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2.16335rem;
    background-color: #FFFFFF;
    box-shadow: -0.110375rem 0 0.22075rem rgba(0,0,0,.1);
    z-index: 999;
}

.tabBar ul>li {
    float: left;
    width: 24.99%;
    text-align: center;
}

.tabBar ul>li i {
    display: inline-block;
    width: 1.2362rem;
    height: 1.2362rem;
    margin-top: 0.13245rem;
}

.tabBar ul>li p {
    font-size: 0.48565rem;
	margin-top: -0.2649rem;
	color: #000;
}

.tabBar img {
    width: 100%;
    border: 0;
}
