a,  article, b, body, dd, div, dl, dt, em, footer, form, h1, h2, h3, h4, h5, h6, header, html, i, iframe, img, li,menu, nav, object, ol, p, section, small, span, strong, td, th, time, tr, tt, u, ul{
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	word-wrap: break-word;
}
section footer {
	width: 100%;
}
button, input, select, textarea {
	outline: 0;
	-webkit-box-sizing: border-box;
}
article, footer, header, menu, nav, section {
	display: block
}
a {
	color:#333;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
li, ol, ul {
	list-style: none;
	overflow: hidden;
}
b, strong {
	font-weight: 700
}
h2{font-size:2.4rem;font-weight: bold;}
h3{font-size:1.6rem;font-weight: normal;}
h4{font-size:1.4rem;font-weight: normal;}
html {
	font-size: 62.5%
}
@media only screen and (min-width:481px) {
html {
	font-size: 85%!important
}
}
@media only screen and (min-width:561px) {
html {
	font-size: 100%!important
}
}
@media only screen and (min-width:641px) {
html {
	font-size: 120%!important
}
body {
	max-width: 750px;
}
}
body {
	font-size: 1.4rem;
	font-family: "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
	background-color: #f5f7fa;
	min-width: 320px;
	margin: 0 auto;
	position: relative;
	color: #323232;
	padding-top: 65px;
}
.clr {
	clear: both;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	border: 0;
    image-ms-interpolation-mode: bicubic;
	-webkit-touch-callout: none;
}

h2, p {
	color: #323232;
}

.page{text-align:center;clear: both;padding-top: 2rem;height: 5rem;}
.page a{
	border:1px solid #cccccc;
	margin-left:.5rem;padding:.5rem .9rem;
	background-color:#ffffff;color:#ffffff;
	text-decoration:none;
	color:#333333;
	font-size: 1.2rem;
}

#page{bottom: 1rem;}
#page span{width: 1rem;height: 1rem;border-radius: 50%;background: rgba(0,0,0,0.5);opacity: 1;}
#page .swiper-pagination-bullet-active{background: #fff;}

.header{
	width: 100%;
	max-width: 750px;
	height: 6.5rem;
    box-shadow: 0 0 1rem #333;
    background: #fff;
    position: fixed;
    top: 0;
    z-index: 10000;
	text-align: center;
}
.header .logo{
	display: inline-block;
	width: 15rem;
	margin: 1.2rem 0 1rem;
}

.header .user {
	width: 3.5rem;
	float: right;
	margin: 1.5rem 2rem 0 0;
}

.header .btn{
	float: left;
	margin: 2.25rem 0 0 2rem;
}
.btn{width:3rem;float:right;position:relative;cursor:pointer;height:30px;}
.btn span{display:block;background:#333333; /*按钮颜色*/ width:3rem;height:.2rem;position:absolute;transition:all ease 0.35s}
.btn span:nth-of-type(1){top:0px}
.btn span:nth-of-type(2){top:1rem}
.btn span:nth-of-type(3){top:2rem}
.sp_nav_se span:nth-of-type(1){top:10px;transform:rotate(45deg)}
.sp_nav_se span:nth-of-type(2){width:0}
.sp_nav_se span:nth-of-type(3){top:10px;transform:rotate(-45deg)}
.leftMenu a {
    text-decoration: none;
    display: block;
}
.leftMenu {
    background: #fff;
    position: fixed;
    left: -1000px;
    top: 64px;
    display: block;
    height: 100%;
    width: 50%;
    min-width: 140px;
    max-width: 440px;
    z-index: 10000;
    transition: all 0.4s ease;
    overflow: auto;
    border-top: 1px #e5e5e5 solid;
    box-shadow: -5px 5px 10px #333;   /*左阴影*/
}
.leftMenu.menu-open {
    left: 0;
}
.leftMenu ul li {
    position: relative;
    line-height: 45px;
    border-bottom: 1px #e5e5e5 solid;
}
.leftMenu ul li>a{
	font-size: 16px;
	margin-left: 20px;
}
.leftMenu ul li .f2 a{
	font-size: 14px;
}
.leftMenu ul li ul li{
	background: #f5f5f5;
    padding-left: 20px;
    border-bottom: 1px #e5e5e5 solid;
}
.leftMenu ul li.hasChild > a:after {
    content: "+";
    position: absolute;
    right: 20px;
    top: 0px;
    font-size: 24px;
    font-weight: 300;
}
.leftMenu ul li.hasChild.open > a:after {
    content: "-";
    right: 23px;
    font-size: 28px;
    top: 0px;
}
.f2,.f3{
    height: 0;
    overflow: hidden;
    position: relative;
    transition: height 0.4s ease;
}
.menu-dark-backdrop {
    background: rgba(0,0,0,0);
    transition: all 0.4s ease;
    width: 100%;
    position: fixed;
    top: 65px;
    left: 0;
    right: 0;
    overflow: hidden;
}
.menu-dark-backdrop.in {
    height: 100%;
    z-index: 1000;
    background: rgba(0,0,0,0.5); /*背景灰度*/
}
.leftMenu ul li.open>a{
    color: #d51419; /*一级选中后颜色*/
}
.menu_fot {
    text-align: center;
    margin-top: 25px;
}
.menu_fot p{
    font-size: 12px;
    color: #999; /*底部文字颜色*/
    margin-bottom: 10px;
}
.menu_fot span{
    font-size: 26px;
    color: #d51419; /*底部电话颜色*/
}
.footer{
	width: 100%;
	max-width: 750px;
	background: #d32f36;
	position: fixed;
	bottom: 0;
	padding: 1.2rem 0;
    z-index: 1000;
}
.footer ul li{
	width: 33.33%;
	float: left;
	text-align: center;
}
.footer ul li img{
	width: 2.5rem;
	margin-right: .3rem;
	float: left;
}
.footer ul li p{
	display: inline-block;
	line-height: 2.7rem;
}
.footer ul li a{
	color: #fff;
}
.zcone{
	padding: 3rem 1.5rem;
	overflow: hidden;
	background: #fff;
}

.tag {
	background-color: #fff;
	overflow: hidden;
	border-top: .1rem solid #eeeeee;
	border-bottom: .1rem solid #eeeeee;
}

.tag li {
	float: left;
	width: 33.33%;
	line-height: 5rem;
	text-align: center;
	box-sizing: border-box;
	border-left: .1rem solid #eeeeee;
}

.tag li a {
	display: block;
}

.tag li img {
	width: 2.5rem;
	margin-right: .5rem;
}

.tag li:first-child {
	border-left: none;
}

.search input {
	border: 0;
	background-color: #fff;
	height: 4rem;
	width: 80%;
	padding: 0 1.5rem;
	border-radius: 2rem 0 0 2rem;
	vertical-align: bottom;
}

.search button {
	border: 0;
	background-color: #d32f36;
	height: 4rem;
	width: 20%;
	border-radius: 0 2rem 2rem 0;
}

.search button img {
	width: 2rem;
}

.type h3 {
	text-align: center;
	font-weight: bold;
}

.type ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.type ul li {
	width: 48%;
	background-color: #fff;
	margin-bottom: 1rem;
	border-radius: 1rem;
	padding: 1rem;
	box-sizing: border-box;
}

.type ul li img {
	width: 30%;
	margin-right: 1rem;
	align-self: center;
}

.type ul li a {
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}

.type ul li p {
	width: 70%;
	align-self: center;

}

.wntj ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.wntj ul li {
	width: 48%;
	background-color: #fff;
	margin-bottom: 1rem;
	border-radius: 1rem;
	box-sizing: border-box;
}

.wntj ul li div {
	padding: .5rem 1rem;
}

.wntj ul li .title {
	font-size: 1.4rem;
}

.wntj ul li .teacher {
	font-size: 1.2rem;
	margin: .5rem 0;
}

.wntj ul li .price {
	font-size: 1.2rem;
}

.wntj ul li .price span {
	font-size: 1.4rem;
}

.article .article-list {
	padding: 2rem 1.5rem;
}

.article .article-list li {
	margin-bottom: 1.5rem;
}

.link ul li {
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 1rem;
	background-color: #fff;
	text-align: center;
	height: 7rem;
}

.link ul li img {
	width: 100%;
	height: 100%;
}

.link ul li:nth-child(3n) {
	margin-right: 0;
}

.site {
	background-color: #333333;
	text-align: center;
	padding: 3rem 1.5rem 8rem 1.5rem
}

.site .site-tels {
	color: #fff;
	line-height: 2.5rem;
}

.site .site-logo {
	width: 10rem;
}
.site .site-tels a{
	color: #fff;
}
.site .site-qr {
	width: 33%;
	align-self: flex-start;
}

.site .site-address {
	width: 67%;
	box-sizing: border-box;
	padding: .5rem 1rem;
	color: #dadada;
	font-size: 1.3rem;
	line-height: 2.4rem;
	text-align: left;
	align-self: center;
}

.site .site-icp {
	color: #adadad;
	font-size: 1.2rem;
}

.article-list li {
	background: url(../images/icon-li.png)no-repeat left center;
	background-size: .8rem;
	padding-left: 1.5rem;
	margin-bottom: .8rem;
}

.article-list li:last-child {
	margin-bottom: 0;
}

.tit {
	color: #d32f36;
	font-size: 2rem;
	padding-left: .5rem;
}

.tit img {
	width: 2.3rem;
	vertical-align: text-bottom;
	margin-right: 1rem;
}

.tit-2 {
	font-size: 1.7rem;
	font-weight: bold;
}

.tit-2 img {
	width: .4rem;
	vertical-align: text-bottom;
	margin-right: 1rem;
}

.three-img li {
	width: 32%;
	float: left;
	margin-left: 2%;
}

.three-img li:first-child {
	margin-left: 0;
}

.two-img li {
	width: 49%;
	float: left;
	margin-left: 2%;
}

.two-img li:first-child {
	margin-left: 0;
}


.more-1 {
	color: #d32f36;
	display: block;
}

.more-2 {
	color: #d32f36;
	display: block;
	width: 100%;
	line-height: 3.5rem;
	background-color: #fff;
	text-align: center;
	margin-top: 1rem;
}




/*登录*/

.form {
	max-width: 750px;
	height:100%;width:100%;position:fixed;
	background: url(../images/bg-login.png) no-repeat;
	background-size: cover;
	padding: 0 1.5rem;
	box-sizing: border-box;
}

.form h2 {
	color: #fff;
	font-size: 2rem;
	text-align: center;
	margin-top: 5rem;
}

.form form {
	background-color: #fff;
	border-radius: 1rem;
	box-sizing: border-box;
	padding: 3rem 3rem;
	margin-top: 5rem;
}

#reg form {
	margin-top: 2.5rem;
}

#reg h2 {
	margin-top: 2.5rem;
}

.form .input {
	border-bottom: .1rem solid #ececec;
	padding: .5rem 0;
	margin-bottom: 2rem;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}


.form .input input {
	width: 90%;
	height: 3rem;
	border: none;
	font-size: 1.4rem;
}

#reg .input input {
	width: 85%;
}

.form .input label {
	display: inline-block;
	align-self: center;
}

.form .input label img {
	width: 1.7rem;
}

.form .input .icon-username {
	background: url(../images/icon-username.png) no-repeat left center;
	background-size: 1.4rem;
}

.form .input .icon-password {
	background: url(../images/icon-password.png) no-repeat left center;
	background-size: 1.4rem;
}

.form .button {
	width: 100%;
	line-height: 4rem;
	border: none;
	background-color: #e21939;
	color: #fff;
	border-radius: 2rem;
	margin-top: 1rem;
}

.form .others {
	text-align: center;
	margin-top: 2rem;
}

.form .others a {
	color: #676767;

}



/*注册*/



.nav {
	text-align: center;
	background-color: #ffffff;
}

.nav ul {
	height: 5rem;
	border-bottom: .1rem solid #ededed;
}

.nav li {
	display: inline-block;
	width: 20%;
	height: 100%;
	line-height: 5rem;
	font-size: 1.4rem;
	margin-right: 3%;
}
.nav li:last-child {
	margin-right: 0;
}
.nav li a {
	display: inline-block;
	height: 100%;
	box-sizing: border-box;
}

.nav li a.cur {
	color: #d32f36;
	border-bottom: .3rem solid #d32f36;
}

.course-nav div {
	border: .2rem solid #e6e6e6;
	border-radius: 1rem;
	overflow: hidden;
	line-height: 3.5rem;
}

.course-nav ul li {
	float: left;
	text-align: center;
}

.course-nav .one {
	background-color: #fff;
	overflow: hidden;
}

.course-nav .one li {
	width: 33.33%;
}

.course-nav .one li a {
	display: block;
}

.course-nav .one li a.cur {
	background-color: #d32f36;
	color: #fff;
}

.course-nav .two {
	padding: 1.5rem 1.5rem .5rem;
}

.course-nav .two li {
	width: 32%;
	border-radius: 1.75rem;
	margin-right: 2%;
	margin-bottom: 1rem;
}

.course-nav .two li:nth-child(3n) {
	margin-right: 0;
}

.course-nav .two li a {
	display: block;
}

.course-nav .two li a.cur {
	color: #d32f36;
	background-color: #fff;
}


.course-detail-title {
	font-size: 2rem;
	text-align: center;
}

.course-detail-content-box {
	border-radius: 1rem;
	overflow: hidden;
	background-color: #fff;
}

.course-detail-content {
	line-height: 2.5rem;
	padding: 2rem 1.5rem;
}

.course-detail-button {
	overflow: hidden;
}

.course-detail-button a {
	display: inline-block;
	width: 47%;
	height: 4rem;
	line-height: 4rem;
	text-align: center;
	border-radius: 2rem;
}

.course-detail-button a:first-child {
	float: left;
	background-color: #d32f36;
	color: #fff;
}

.course-detail-button a:last-child {
	float: right;
	background-color: #fff;
	color: #535353;
}

.course-detail-card {
	background-color: #fff;
	border-bottom: .1rem solid #f3f3f3;
	line-height: 4rem;
	padding: 0 1.5rem;
}

.course-detail-card li {
	float: left;
	margin-right: 2rem;
}

.course-detail-card li.cur {
	color: #d32f36;
	font-weight: bold;
	border-bottom: .2rem solid #d32f36;
}

.course-detail-table {
	background-color: #fff;
	padding: 1.5rem;
	line-height: 2.5rem;
}

.course-detail-table li {
	display: none;
}

.course-detail-table li:first-child {
	display: block;
}

.font-s18 {
	font-size: 1.8rem;
}





/*个人中心*/
.center .greeting {
	background: url(../images/bg-center.png) no-repeat;
	background-size: cover;
	border-radius: .5rem;
}

.center .greeting h2 {
	color: #d32f36;
	font-size: 2rem;
	padding: 2.5rem 2rem;
	text-shadow: 0 0 .3rem #fff;
}

.center .center-items-title {
	font-size: 1.8rem;
	color: #d32f36;
}

.center .user .cont {
	padding: 3rem 1.5rem;
	background-color: #fff;
}

.center .user .cont li {
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	margin-bottom: 1.5rem;
}

.center .user .cont li:last-child {
	margin-bottom: 0;
}

.center .user .cont label {
	display: block;
	width: 25%;
	align-self: center;
	text-align: right;
}

.center .user .cont input {
	width: 70%;
	border: .1rem solid #ececec;
	background-color: #f9f9f9;
	color: #656565;
	height: 3.5rem;
	padding: 0 1rem;
}

.center .user .cont button {
	width: 100%;
	height: 3.5rem;
	color: #c83425;
	background-color: #fff;
	border: .1rem solid #d32f36;
	margin-top: 1.5rem;
}

.center .user .center-items-title {
	background: url(../images/icon-center-user.png) no-repeat left center;
	background-size: 1.8rem;
	padding-left: 2.3rem;
}


.center .notice .cont {
	padding: 2rem 1.5rem;
	background-color: #fff;
}

.center .notice .cont h2 {
	color: #d32f36;
	font-size: 1.5rem;
	margin-bottom: .5rem;
}

.center .notice .cont div {
	margin-bottom: 2rem;
}

.center .notice .cont div:last-child {
	margin-bottom: 0;
}

.center .notice .center-items-title {
	background: url(../images/icon-center-notice.png) no-repeat left center;
	background-size: 1.8rem;
	padding-left: 2.3rem;
}

.center .material li {
	padding: 1.5rem;
	background-color: #ffffff;
	margin-bottom: 1rem;
}

.center .material li:last-child {
	margin-bottom: 0;
}

.center .material li h2 {
	margin-bottom: .5rem;
	font-size: 1.5rem;
	background: url(../images/icon-download.png) no-repeat right center;
	background-size: 1.6rem;
}

.center .material li p {
	font-size: 1.2rem;
	line-height: 1.8rem;
}
.center .material li span {
	display: block;
	float: left;
	width: 50%;
}

.center .material .center-items-title {
	background: url(../images/icon-center-material.png) no-repeat left center;
	background-size: 1.8rem;
	padding-left: 2.3rem;
}

.center .out {
	display: block;
	width: 100%;
	height: 4rem;
	line-height: 4rem;
	text-align: center;
	color: #d32f36;
	background-color: #ffffff;
}

.apply {
	overflow: hidden;
}

.apply h2 {
	font-size: 2rem;
	color: #fff;
	height: 7rem;
	line-height: 7rem;
	text-align: center;
	background: url(../images/bg-apply.png) no-repeat;
	background-size: cover;
	border-radius: 1rem 1rem 0 0;
}

.apply ul {
	padding: 3rem 2rem;
}

.apply ul li {
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	margin-bottom: 1.5rem;
}

.apply ul li:last-child{
	margin-bottom: 0;
}

.apply ul input {
	width: 70%;
	height: 3.5rem;
	border: .1rem solid #e6e6e6;
	background-color: #fafafa;
	padding: 0 1rem;
}

.apply ul select {
	width: 70%;
	height: 3.5rem;
	border: .1rem solid #e6e6e6;
	background-color: #fafafa;
	padding: 0 1rem;
}

.apply ul textarea {
	width: 70%;
	max-width: 70%;
	min-width: 70%;
	height: 8rem;
	border: .1rem solid #e6e6e6;
	background-color: #fafafa;
	padding: 1rem;
}

.apply ul label {
	display: block;
	width: 25%;
	text-align: right;
	align-self: center;
}

.apply-button {
	padding: 0 2rem;
}
.apply-button button {
	width: 70%;
	float: right;
	height: 3.5rem;
	border: none;
	margin-bottom: 1rem;
}



.about-tit {
	font-size: 1.7rem;
	text-align: center;
}

.about-cont {
	line-height: 2.5rem;

}



.contact-qr {
	background-color: #fff;
}

.contact-qr img {
	float: left;
	width: 10rem;
	margin-right: 2rem;
	border: .1rem solid #e6e6e6;
}

.contact-qr p {
	font-size: 1.6rem;
	margin-top: 2rem;
	color: #d32f36;
	background: url(../images/icon-contact-tel.png)no-repeat 12rem center;
	background-size: 1.8rem;
	padding-left: 14.5rem;
	margin-bottom: .5rem;
}

.contact-qr h2 {
	font-size: 3rem;
	color: #d32f36;
}

.contact ul {
	line-height: 2.5rem;
}



.news h2 {
	font-size: 2rem;
	text-align: center;
}












/*新闻列表*/
.news ul li {
	background-color: #fff;
	margin-bottom: 1rem;
	padding: 1rem;
}

.news ul li a {
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}

.news ul li a img {
	width: 30%;
	border-radius: 1rem;
	height: 7rem;
}

.news ul li a div {
	width: 65%;
	position: relative;
}

.news ul li a div h3 {
	font-size: 1.4rem;
	color: #333333;
}

.news ul li a div p {
	font-size: 1.2rem;
	color: #999999;
	position: absolute;
	bottom: .3rem;
	left: 0;
}

.news-hot {
	border: .1rem solid #ededed;
	border-radius: 1rem;
	background-color: #fff;
}

.news-hot h2 {
	background: url(../images/icon-article.png) no-repeat 1.5rem center;
	background-size: 1.8rem;
	padding-left: 3.8rem;
	font-size: 1.8rem;
	color: #d32f36;
	border-bottom: .1rem solid #ededed;
	line-height: 4rem;
}

.news-hot ul {
	padding: 1rem 1.5rem;
	line-height: 3rem;
}

.news-hot ul li {
	background: url(../images/icon-li-red.png) no-repeat left center;
	background-size: .8rem;
	padding-left: 1.5rem;

}

.news-hot ul a {
	color: #4d4d4d;
}

.news-like h2 {
	font-size: 1.8rem;
	color: #d32f36;
}

.news-like ul li {
	line-height: 3rem;
	display: inline-block;
	padding: 0 3rem;
	border: .1rem solid #ededed;
	background-color: #fff;
	margin-bottom: 1rem;
}

.news-like ul li:nth-child(2n) a{
	color: #e20a26;
}
.news-like ul li:nth-child(3n) a{
	color: #fb691f!important;
}

.news-like ul li:nth-child(4n) a{
	color: #0f78c3!important;
}


.news-like ul li:nth-child(5n) a{
	color: #10bc51!important;
}

.news-like ul li:nth-child(6n) a{
	color: #c79610!important;
}
.news-like ul li:nth-child(2n+1) a{
	color: #9da5b5;
}

/*新闻详情*/
.news-tit {
	text-align: center;
	font-size: 1.8rem;
}

.news-intro {
	color: #979797;
	font-size: 1.2rem;
	border-bottom: .1rem solid #e6e6e6;
	text-align: center;
	padding: 1rem 0;
}

.news-cont {
	font-size: 1.4rem;
	line-height: 2.5rem;
	color: #4d4d4d;
}

.news-related {
	border-top: .1rem solid #e6e6e6;
}

.news-related p {
	margin-top: 1rem;
}


/*师资介绍*/
.team ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.team li {
	background-color: #d32f36;
	width: 48%;
	margin-bottom: 1.5rem;
}

.team li div {
	padding: .5rem 1rem;
}

.team li h3 {
	text-align: center;
	font-size: 1.6rem;
	color: #ffffff;
}

.team li p {
	text-align: center;
	color: #ffffff;
	margin-top: .5rem;
}

/*师资详情*/

.news-cont {
	width: 100%;
	overflow: hidden;
}

.team-cont {
	border-top: .1rem solid #e6e6e6;
	padding-top: 1rem;
}

.team-cont img {
	width: 100%;
}

/*视频*/

.video ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.video li {
	border-radius: .5rem;
	background-color: #fff;
	width: 48%;
	margin-bottom: 1.5rem;
}

.video li img {
	border-radius: .5rem;
}

.video li h3 {
	text-align: center;
	font-size: 1.4rem;
	color: #333333;
	padding: 1rem;

}

/*审核查询*/

.check {
	margin: 5rem 0 6rem;
}

.check form {
	background-color: #fff;
	border: .1rem solid #ececec;
	border-radius: .5rem;
	padding: 3rem 1.5rem;
}

.check h2 {
	font-size: 2rem;
	color: #d32f36;
	text-align: center;
}

.check .input {
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	margin-bottom: 2rem;
}

.check .input label {
	width: 25%;
	align-self: center;
	text-align: right;
}

.check .input input {
	width: 70%;
	border: .1rem solid #f3f3f3;
	background-color: #fafafa;
	height: 3.5rem;
	padding: 0 1rem;
	border-radius: .5rem;
}

.check button {
	width: 100%;
	background-color: #d32f36;
	color: #fff;
	border: 0;
	height: 3.5rem;
	border-radius: 1.75rem;
}


/*审核结果*/
.result {
	background-color: #ffffff;
	border: .1rem solid #ececec;
	padding: 2rem 1rem;
}

.result li {
	margin-bottom: 1rem;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}

.result li img {
	width: 25%;
	border: .1rem solid #ebebeb;
}

.result li label {
	width: 25%;
	color: #7f7f7f;
	text-align: right;
}

.result li p {
	width: 70%;
	color: #343434;
	align-self: center;
}

.result-desc {
	color: #7e7e7e;
	border-top: .1rem solid #ececec;
	font-size: 1.3rem;
	padding-top: 2rem;
}


/*首页天数*/

.date {
	box-shadow: 0 0 .5rem .2rem #eee;
	padding: 1rem 2rem;
}

.date div {
	border-left: .3rem solid #d32f36;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}

.date div p {
	width: 60%;
	font-size: 1.3rem;
	padding-left: 1rem;
}

.date div h2 {
	width: 40%;
	font-size: 3rem;
	padding-left: 1rem;
	color: #d32f36;
	vertical-align: text-bottom;
}

.date div h2 span {
	font-size: 1.4rem;
	display: inline-block;
	padding-left: .5rem;
}



/*通用*/
.oh {
	overflow: hidden;
}

.clear{clear:both;}


.checkbox {
	display: inline-block;
	width: 1.3rem;
	height: 1.3rem;
	background-color: #e2e2e2;
	border: .1rem solid #b2b2b2;
	border-radius: .2rem;
	margin-right: .5rem;
	vertical-align: text-bottom;
}

.checkbox.cur {
	background: url(../images/checkbox-cur.png) no-repeat;
	background-size: 100%;
	border-color: #eb6076;
}


.color-red {
	color: #d32f36 !important;
}

.color-white {
	color: #fff !important;
}

.color-gray {
	color: #989898 !important;
}

.bg-white {
	background-color: #fff !important;
}

.bg-red {
	background-color: #d32f36 !important;
}

.border-red {
	box-sizing: border-box;
	border: .1rem solid #d32f36 !important;
}


.box {
	padding: 0 1.5rem;
}

.margin-r1 {
	margin-right: 1rem !important;
}



.margin-b3 {
	margin-bottom: 3rem !important;
}

.margin-b2 {
	margin-bottom: 2rem !important;
}

.margin-b1 {
	margin-bottom: 1rem !important;
}

.margin-t3 {
	margin-top: 3rem !important;
}

.margin-t2 {
	margin-top: 2rem !important;
}

.margin-t1 {
	margin-top: 1rem !important;
}

.margin-uad-1 {
	margin-top: 1rem !important;
	margin-bottom: 1rem !important;
}

.padding-b1 {
	padding-bottom: 1rem !important;
}

.padding-b2 {
	padding-bottom: 2rem !important;
}

.padding-b3 {
	padding-bottom: 3rem !important;
}

.padding-uad1 {
	padding-top: 1rem !important;
	padding-bottom: 1rem !important;
}

.padding-uad2 {
	padding-top: 2rem !important;
	padding-bottom: 2rem !important;
}

.padding-uad3 {
	padding-top: 3rem !important;
	padding-bottom: 3rem !important;
}

.padding-lar1 {
	padding-left: 1rem !important;
	padding-right: 1rem !important;
}

.padding-lar2 {
	padding-left: 2rem !important;
	padding-right: 2rem !important;
}

.padding-lar3 {
	padding-left: 3rem !important;
	padding-right: 3rem !important;
}

.padding-1 {
	padding: 1rem !important;
}

.padding-2 {
	padding: 2rem !important;
}


.category {
	padding: 2rem 0;
}

.category li {
	background-color: #fff;
	line-height: 4.5rem;
	margin-bottom: 1rem;
}

.category li>a {
	display: block;
	margin: 0 1.5rem;
	background: url(../images/menu-default.png) no-repeat right center;
	background-size: 1rem;
	font-weight: bold;
	font-size: 1.5rem;
}

.category li.cur {
	background: #d32f36;
	color: #fff;
}

.category li.cur>a {
	background: url(../images/menu-cur.png) no-repeat right center;
	background-size: 1.5rem;
	color: #fff;
}


.category-content {
	display: none;
	background: #f5f7fa;
}

.category-content div {
	border-bottom: .1rem solid #e5e5e5;
	padding: 1rem 1.5rem;
	line-height: 3rem;

}
.category-content div h3 {
	font-size: 1.4rem;
	color: #d32f36;
	font-weight: bold;

}

.category-content div p {
	font-size: 1.4rem;
}

.category-content div p a {
	color: #4c4c4c;
	display: inline-block;
	margin-right: 1rem;
	font-weight: normal;
}