@import url('../font/iconfont.css');
@import url('../css/common.css');

.high {
	color: red;
}

input {
	font-family: "PingFangSC-Regular", "Microsoft YaHei", Helvetica;
}

input::-webkit-input-placeholder {
	/* WebKit browsers */
	font-family: "PingFangSC-Regular", "Microsoft YaHei", Helvetica;
}

input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	font-family: "PingFangSC-Regular", "Microsoft YaHei", Helvetica;
}

input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	font-family: "PingFangSC-Regular", "Microsoft YaHei", Helvetica;
}

input:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	font-family: "PingFangSC-Regular", "Microsoft YaHei", Helvetica;
}

.page-hd,
.padding20 {
	padding: 1rem;
}

.page__hd .title {
	height: 1.8rem;
	width: 70%;
	margin: 0 auto;
	text-align: center;
	color: #fff;
}

.page__hd .left {
	position: absolute;
	top: .25rem;
	left: .5rem;
	width: 1.2rem;
	height: 1.2rem;
}

.page__hd .right {
	position: absolute;
	top: .25rem;
	right: .5rem;
	width: 1.2rem;
	height: 1.2rem;
}

.bg_header {
	background-color: #d80b00;
	color: #fff;
}

.fixed {
	position: fixed;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.cf:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.cf {
	overflow: hidden;
	_zoom: 1;
}

.r50 {
	border-radius: 50%;
}

.green {
	background: #12B387;
}

.blue {
	background: #3193FE;
}

.purple {
	background: #7C70F6;
}

.pink {
	background: #F06699;
}

.block {
	display: block;
}

.wrap {
	padding: 0 0.6rem;
}

article.wrap {
	text-align: justify;
}

.bdt {
	border-bottom: 1px solid #efefef;
	margin-bottom: 0.4rem;
}

.text-c {
	text-align: center;
}

.text-r {
	text-align: right;
}

.icon {
	font-size: 1rem;
}

.fsmall {
	font-size: 0.625rem;
}

.mr1 {
	margin-right: 0.4rem;
}

.ml1 {
	margin-left: 0.4rem;
}

.main {
	position: relative;
	background: #fff;
	font-size: 1rem;
}

.weui-footer {
	padding: 0.62rem 0 4rem;
}

/*reset jqweui*/
.weui-search-bar__cancel-btn {
	color: #007fc5;
}

.weui-footer_fixed-bottom {
	bottom: 0;
	padding-bottom: 0.125rem;
}

.weui-media-box__title,
.weui-toast {
	font-size: 0.725rem;
}

.weui-tabbar__item.weui-bar__item--on .weui-tabbar__label,
.weui-tabbar__item.weui-bar__item--on .weui-tabbar__icon .icon {
	color: #007fc5;
}

.weui-tabbar__icon>i,
i.weui-tabbar__icon {
	color: #666;
}

.weui-tabbar__label {
	color: #666;
}

/*reset end*/
body {
	background: #f4f4f4;
	color: #333;
	padding: 0;
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, PingFang SC, Hiragino Sans GB, Segoe UI, Microsoft YaHei, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, wenquanyi micro hei, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.6;
	position: relative;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.fixed {
	position: fixed;
}

.header {
	display: block;
	height: 1.75rem;
	padding: 0 .625rem;
	line-height: 1.6875rem;
	text-align: center;
}

.bg_header {
	background-color: #d80b00;
}

.bgw {
	background: #fff;
}

.row {
	padding: 0 0.5rem;
}

.shadow {
	box-shadow: 0px 2px 2px #c0c0c0;
}

a,
a:hover,
a:visited {
	color: #333;
	text-decoration: none;
}

/*=============== 登录 start  ===============*/
.login-bg {
	padding: 2rem 0 4rem;
	background: url("../image/bg_user.png") no-repeat #ffffff;
	background-size: cover;
	width: 100%;
	position: relative;
}

.login-bottom {
	background: url("../image/bg_login.png") no-repeat;
	background-size: cover;
	width: 100%;
	height: 4.25rem;
	position: absolute;
	bottom: 0;
}

.login-logo {
	width: 6.25rem;
	height: 6.25rem;
	margin: 0 auto;
	background: #fff;
	border-radius: 50%;
	vertical-align: middle;
	text-align: center;
	box-shadow: 2px 2px 5px #333333;
}

.login-logo .logo {
	width: 100%;
}

.login-form {
	padding-bottom: 2rem;
}

.login-form .weui-cell {
	padding: 10px 0;
	border-top: 0;
	border-bottom: 1px solid #ededed;
}

.login-form .weui-cell i {
	font-size: 1.3rem;
	color: #000;
}

.login-form .weui-cell .weui-cell__hd {
	padding-right: 10px;
}

.login-form .weui-cell .weui-vcode-btn:disabled {
	color: #666;
}

.login-form:before {
	border: none;
}

/* =============  登录 end  ===============*/
/* =============== 会员中心 ================ */
.avatar {
	margin: 0.5rem auto;
	width: 5rem;
	height: 5rem;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
}

.avatar img {
	width: 100%;
}

.userinfo {
	padding: 1rem 0 2rem;
}

.userinfo .info {
	color: #fff;
	padding: 0rem 0.5rem 0;
	margin: 0 auto;
	text-align: center;
}

.userinfo .info .name {
	font-size: 1.125rem;
}

.userinfo .info .grade {
	margin-left: 0.8rem;
	height: 0.8rem;
	font-size: 0.625rem;
	line-height: 0.8rem;
	padding: 0 0.6rem;
	background: #fff;
	color: #007fc5;
	border-radius: 0.6rem;
}

.userinfo .info .other {
	font-size: 0.625rem;
}

.userinfo .message {
	position: absolute;
	top: 1rem;
	right: 1rem;
}

.userinfo .message i {
	color: #fff;
	font-size: 1rem;
}

.userinfo .sign {
	width: 3.45rem;
	color: #fff;
	background: url("../image/bg_sign.png") no-repeat left;
	background-size: contain;
	position: absolute;
	top: 3.5rem;
	right: 0rem;
	padding-left: 0.5rem;
}

.userinfo .sign .icon-qiandao {
	margin-left: -0.3rem;
	font-size: 1.2rem;
	margin-top: -0.2rem;
	line-height: 1rem;
}

#sign-dialog {
	display: none;
	background: url("../image/bg_qiandao.png") no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 12rem;
	height: 12rem;
	margin-top: -8rem;
	margin-left: -6rem;
	z-index: 12;
}

#sign-dialog .text {
	position: absolute;
	bottom: 1rem;
	width: 100%;
	height: 1.5rem;
	line-height: 1.5rem;
	overflow: hidden;
	text-align: center;
}

#mid {
	display: none;
	width: 100%;
	height: 100%;
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	opacity: 0.4;
}

.menuinfo {
	text-align: center;
	padding-bottom: 0.5rem;
}

.menuinfo .weui-flex__item {
	position: relative;
}

.menuinfo .weui-flex__item a {
	display: block;
	margin: 0 0.7rem;
}

.menuinfo i {
	display: block;
	font-size: 1.5rem;
	line-height: 1.5rem;
	margin: 0 auto;
}

.menuinfo span.weui-badge {
	position: absolute;
	top: -0.4rem;
	right: 1rem;
}

.menuinfo span.weui-badge_dot {
	top: -0.1rem;
	right: 1.4rem;
}

.umenu .weui-cell .weui-cell__ft {
	font-size: 0.825rem;
}

.umenu .weui-cell .weui-cell__ft {
	padding-right: 13px;
}

.umenu .weui-cell_access .weui-cell__ft:after {
	width: 0.45rem;
	height: 0.45rem;
	border-width: 1px 1px 0 0;
}

.umenu .weui-cell__hd i.icon {
	color: #2494f2;
	padding: 0 0.5rem 0 0.25rem;
}

/* ================  我的门店  ================== */
.store_list .weui-cells {
	margin-top: 0;
}

.store_list .weui-cells .weui-cell {
	padding-top: 0.7rem;
	padding-bottom: 0.7rem;
}

.store_list .store_img {
	width: 3rem;
	height: 3rem;
	margin-right: 0.3rem;
	overflow: hidden;
	border-radius: 0.5rem;
}

.store_list .store_img img {
	width: 100%;
	height: auto;
}

.store_list .store_info h3 {
	font-size: 0.8rem;
}

.store_list .store_info p {
	font-size: 0.675rem;
	color: #666;
}

.store_list .store_phone span.phone {
	color: #ff533a;
}

.store_list .store_phone i.icon {
	font-size: 1.5rem;
}

/*================  我的门店 end ==================*/
/* =============== 优惠券 ====================*/
.coupon_list {
	margin-top: 0.5rem;
}

.coupon_list .item {
	margin-top: 0.2rem;
	padding: 14px 10px;
	background: #0c60ee;
	position: relative;
	background: url("../image/bg_coupon.png") no-repeat;
	background-size: 100% auto;
}

.coupon_list .item h5 {
	font-size: 1rem;
	color: #fff;
	text-align: left;
	width: 11rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.coupon_list .item h5 span {
	font-size: 0.8rem;
	font-weight: normal;
}

.coupon_list .item .status {
	position: absolute;
	width: 4.5rem;
	right: 0;
	top: 50%;
	font-size: 1rem;
	margin-top: -1rem;
	text-align: center;
}

.coupon_list .used {
	background-image: url(../image/bg_coupon_used.png);
}

/* =============== 会员卡 ====================*/
.card {
	margin-top: 0.5rem;
	height: 10rem;
	border-radius: 1rem;
	position: relative;
	padding-top: 0.5rem;
	background: url("../image/bg_user_card.png") #ec2222 no-repeat center center;
}

.card .info {
	margin-top: 1rem;
	margin-left: 0.5rem;
	color: #fff;
}

.card .info .user-level {
	margin-top: 0.3rem;
	padding: 0 0.2rem;
	border: 1px solid #fff;
	border-radius: 0.5rem;
	line-height: 0.75rem;
	font-size: 0.5rem;
}

.card .icon-wodeyaoqingma {
	position: absolute;
	right: 0.5rem;
	top: 0.5rem;
	color: #e8dede;
	font-size: 2rem;
}

.card .otherinfo {
	position: relative;
	top: 4.5rem;
	color: #fff;
	font-size: 0.725rem;
}

.card .otherinfo .jifen {
	width: 40%;
	margin-left: 1rem;
	text-align: left;
}

.card .otherinfo .cardno {
	float: right;
	width: 40%;
	margin-right: 1rem;
	text-align: right;
}

.card-rule {
	margin-top: 0.5rem;
	text-align: center;
	font-size: 0.725rem;
}

/* ===============  邀请注册 ================*/
.invited_banner {
	position: relative;
	padding-bottom: 1.5rem;
}

.bg_invited {
	width: 100%;
	position: absolute;
	bottom: 0;
	background: url('../image/bg_invited.png') no-repeat top center;
	height: 5rem;
	background-size: cover;
}

.invited {
	text-align: center;
	background: #f73b3d;
	color: #fff;
}

.invited span.code {
	display: block;
	margin: 2px auto;
	width: 8rem;
	background: #efefef;
	font-weight: bold;
	color: #000;
	border: 1px solid #ccc;
	box-shadow: 2px 2px 2px #999;
}

.invited .invited-box {
	margin-top: 1rem;
	padding-bottom: 1rem;
}

.invited .invited-box .title {
	width: 80%;
	margin: 0 auto 0.5rem auto;
	padding: 0 0 0.5rem 0;
	border-bottom: 2px solid #ccc;
}

/* =============== 会员中心 end ================*/
/*=============== 发现文章  ===============*/
.article_cat {
	text-align: center;
	background-color: #fff;
	padding: 0.675rem 0;
}

.article_cat .i_item {
	border-radius: 50%;
	width: 2rem;
	height: 2rem;
	display: block;
	text-align: center;
	vertical-align: middle;
	margin: 0 auto;
	background: #13B387;
}

.article_cat .i_item .icon {
	font-size: 1.3rem;
	line-height: 2rem;
	color: #fff;
}

.article_cat .title {
	display: block;
	font-size: 0.725rem;
	padding-top: 0.25rem;
}

.article_cat :first-child .i_item {
	background: #12B387 !important;
}

.article_cat :nth-child(2) .i_item {
	background: #7C70F6 !important;
}

.article_cat :nth-child(3) .i_item {
	background: #F06699 !important;
}

.article_cat :nth-child(4) .i_item {
	background: #3193FE !important;
}

/*重定义框架*/
.weui-search-bar__box {
	padding-left: 2rem;
	padding-right: 1rem;
}

.weui-search-bar__box .weui-icon-search,
.weui-search-bar__box .weui-icon-clear {
	line-height: 1.8rem;
}

.weui-search-bar__label span,
.weui-icon-clear,
.weui-icon-search,
.weui-search-bar__box .weui-search-bar__input {
	font-size: 1rem;
}

.weui-search-bar__cancel-btn {
	display: none;
	margin-left: 0.5rem;
	line-height: 1.5rem;
	color: #09bb07;
	white-space: nowrap;
}

.news-wrap {
	margin-bottom: .2rem;
	padding: .5rem;
}

.news-list {
	padding: 0.5rem .5rem;
	border-bottom: 1px solid #f5f7f9;
	margin: 0 -0.22rem;
}

.news-list a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.news-list .news-info {
	-webkit-box-flex: 2;
	-webkit-flex: 2 2 auto;
	-ms-flex: 2 2 auto;
	flex: 2 2 auto;
}

.news-list .news-info .title {
	padding-right: 0.5rem;
	font-weight: normal;
	max-height: 3rem;
	overflow: hidden;
	line-height: 1.5rem;
	font-size: 1rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	word-break: break-word;
}

.news-list .news-pic {
	width: 6.87rem;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	overflow: hidden;
}

.news-list .news-pic img {
	display: block;
	height: 4.6rem;
	margin: 0 auto;
}

.news-list .others {
	color: #b4b4b4;
	line-height: 1.2rem;
	height: 1.2rem;
	margin-top: 0.5rem;
	font-size: 0.825rem;
	letter-spacing: 0;
	overflow: hidden;
}

.news-list .others span {
	font-size: 0.825rem;
	margin-right: 0.5rem;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	vertical-align: middle;
}

.news-list .others span .icon {
	font-size: 0.825rem;
	padding-right: 0.2rem;
}

.news-list .others .views {
	margin-left: 1rem;
}

.weui-cells__title {
	text-align: center;
}

.head .title {
	font-size: 1.4rem;
	line-height: 1.6rem;
	padding: 0.5rem;
}

.head .info {
	padding-top: 0.5rem;
	font-size: 0.725rem;
}

.head .info .views .icon {
	margin-right: 0.3rem;
}

.head .price {
	color: #007fc5;
	font-size: 1.35rem;
	font-weight: 700;
}

.head .price em {
	font-size: 1rem;
	font-weight: normal;
	font-style: normal;
}

.head .detail-list {
	font-size: 0.725rem;
}

.head .detail-list i {
	color: #007fc5;
}

.head .detail-list span {
	display: inline-block;
}

.head .detail-list span.positioin {
	margin-left: 1rem;
}

.content-title {
	height: 2rem;
	line-height: 2rem;
	padding-top: 0.8rem;
	background: url("../image/bg_jg.png") repeat-x top;
	font-weight: 700;
	color: #007fc5;
	color: #ff8100;
	font-size: 1.25rem;
	letter-spacing: 5px;
}

.content img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.flex-item1 {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}

.flex-item2 {
	-webkit-box-flex: 2;
	-webkit-flex: 2;
	flex: 2;
}

.detail-footer li {
	border-right: 1px solid #ccc;
}

.detail-footer li:last-child,
.detail-footer li.bg {
	border: 0;
	background: #007fc5;
	font-size: 0.725rem;
	text-align: center;
}

.detail-footer li a {
	width: 100%;
	height: 100%;
	display: block;
}

.detail-footer li:last-child a,
.detail-footer li.bg a {
	color: #fff;
	line-height: 50px;
}

/* =============  发现文章end  ===============*/
/*================ 培训班报名===============*/
.course-from-bg {
	margin-top: 0;
}

.choose-course {
	padding: 2rem 0;
}

.choose-course li {
	text-align: left;
	width: 12rem;
	line-height: 2rem;
	margin: 1rem auto;
	position: relative;
}

.choose-course li a {
	border: 1px solid #e8e8e8;
	padding: 0.5rem;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.choose-course .course_icon {
	margin-right: 1rem;
	position: relative;
}

.choose-course .course_icon .icon {
	font-size: 1.5rem;
	color: #999;
}

.choose-course .course_icon:after {
	display: block;
	width: 1px;
	top: 0.1rem;
	height: 1.5rem;
	position: absolute;
	right: -0.5rem;
	content: "";
	background: #e8e8e8;
}

.choose-course li.active:after {
	top: 0;
	position: absolute;
	right: 0;
	content: "\e672";
	color: #007fc5;
	line-height: 1rem;
}

.choose-course li.active a {
	border: 1px solid #007fc5;
	color: #007fc5;
}

.choose-course li.active a .course_icon .icon {
	color: #007fc5;
}

.choose-course li.active a .course_icon:after {
	background: #007fc5;
}

.weui-cells {
	font-size: 1rem;
}

.weui-label {
	color: #666;
	width: 6rem;
}

.weui-input {
	color: #333;
}

.weui-count .weui-count__btn {
	width: 1.3rem;
	height: 1.3rem;
	line-height: 1.3rem;
}

.course .weui-cells__title {
	background: #f4f4f4;
	margin-bottom: 0;
	text-align: left;
	line-height: 3rem;
}

.course .tips {
	position: absolute;
	top: 0.7rem;
	font-size: 0.8rem;
	color: red;
	text-align: right;
	right: 2rem;
	display: none;
}

.weui-media-box__title,
.weui-toast {
	font-size: 1rem;
}

.weui-icon_toast.weui-icon-success-no-circle:before {
	font-size: 3rem;
}

.weui-icon_toast {
	font-size: 3rem;
}

.weui-toast_content {
	padding: 0 0.8rem;
}

.weui-toast {
	width: 12rem;
}

.weui-payselect-title {
	font-size: 1.2rem;
	font-weight: normal;
	text-align: center;
	color: #000000;
}

.weui-pay-num {
	font-size: 2.5rem;
	text-align: center;
}

.weui-pay-u li {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: horizontal;
	box-orient: horizontal;
	line-height: 1.5rem;
	width: 100%;
}

.weui-pay-u .title {
	font-size: 0.825rem;
	color: #999;
	-webkit-box-flex: 1;
	width: 30%;
	-webkit-flex: 1;
	flex: 1;
	display: block;
}

.weui-pay-u .content {
	font-size: 0.825rem;
	color: #333;
	text-align: right;
	-webkit-box-flex: 1;
	width: 70%;
	-webkit-flex: 1;
	flex: 1;
	display: block;
}

.weui-btn {
	font-size: 1.13rem;
	line-height: 2rem;
}

.btn_apply {
	color: #000;
	font-size: 1rem;
	min-height: 50px;
	line-height: 50px;
}

.btn_apply.apply {
	background: #1aad19;
	color: #fff;
}

.apply_bottom {
	padding-bottom: 0;
	bottom: 0;
}

.user-order {
	background: #fff;
	padding: 0.5rem;
	margin: 1rem 0;
}

.user-order .btns {
	text-align: right;
}

.user-order .user-order-btn {
	margin-top: 0;
	font-size: 0.825rem;
}

.user-order a.weui-btn {
	color: #333;
}

.user-order a.weui-btn_primary {
	color: #fff;
}

.btn_check {
	background: #2494f2;
}

a.btn_check:hover,
a.btn_check:visited {
	background: #007fc5;
	color: #fff;
}

.bg_certificate {
	background: url("../image/bg_certificate.png") no-repeat top;
	background-size: contain;
	padding-top: 6rem;
}

.cf_form {
	width: 90%;
	margin: 0 auto;
	position: relative;
}

.cf_form .tips {
	color: #666;
	margin-top: 1rem;
	font-size: 0.85rem;
}

.cf_form .gz {
	width: 3.8rem;
	height: 3.8rem;
	background: url('../image/gz.png') no-repeat;
	background-size: contain;
	position: absolute;
	right: 2rem;
	bottom: 1.5rem;
}

.detail_title {
	color: #007fc5;
	letter-spacing: 1px;
	text-align: center;
	font-size: 1.15rem;
}

.page__hd {
	padding: 0.5rem 1rem;
}

.page__hd .more {
	vertical-align: top;
}

.topic-detail {
	padding: 0 1rem 2rem;
}

.chapter .c-item {
	width: 100%;
	display: block;
	line-height: 2.5rem;
	background: #fff;
	padding: 0 0.5rem;
	border-bottom: 1px solid #f4f4f4;
}

.chapter .c-item i {
	margin-right: 0.5rem;
	color: #007fc5;
}

.box {
	overflow: hidden;
}

.box li {
	position: relative;
	line-height: 2.5rem;
}

.box li>span {
	content: "";
	display: block;
	width: 0;
	height: 100%;
	border: 0.5px dotted #007fc5;
	position: absolute;
	top: -1.1rem;
	left: 1rem;
}

.box li i {
	color: #007fc5;
}

.box li a {
	padding-left: 2rem;
	display: block;
	padding-right: 3rem;
}

.box li>span:before,
.box li>span:after {
	content: "";
	display: block;
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 50%;
	background: #3bc100;
	border: 2px solid #ddd;
	position: absolute;
	top: 2rem;
	left: -0.3rem;
	z-index: 999;
}
.box li>span.stop:before,.box li>span.stop:after{
	background: #007fc5;
}
.box li>span.pause:before,.box li>span.pause:after{
	background: linear-gradient(90deg, #3bc100 60%, #ddd 40%);
}
.box li i {
	position: absolute;
	right: 1rem;
	line-height: 2rem;
	top: 0;
}

.topic .title {
	padding: 1rem 0 2rem;
	line-height: 1.5rem;
}

.options li {
	transition: margin 0.5s;
	position: relative;
	cursor: pointer;
	width: 100%;
	min-height: 1.5rem;
	margin-bottom: 0.8rem;
	float: left;
	box-sizing: border-box;
	background: #f7f7f7;
	border-radius: 0.54rem;
	padding: 0.5rem 0.8rem;
}
.options li.active{
	background: #09f;
	color:#fff;
}

.options li .key {
	font-size: 1rem;
	margin-right: 0.5rem;
}

.options li .title {
	width: 100%;
	min-height: 1.5rem;
	display: table-cell;
	vertical-align: middle;
	font-size: 0.3rem;
	padding: 0.1rem 0rem 0.1rem 0.5rem;
}

.options li.choose {
	color: white;
	background: #007fc5;
}

.options li.wrong {
	background: #e64340;
	color: #fff;
}

.options li.correct {
	background: #3bc100;
	color: #fff;
}

.analysis {
	padding-bottom: 2rem;
}

.analysis .analysis_con {
	margin-top: 0.5rem;
	padding: 0.5rem;
	font-size: 0.825rem;
}

.analysis .analysis_btn {
	font-size: 0.8rem;
	background: #e64340;
	width: 50%;
	margin-top: 2rem;
}

.analysis .reason {
	padding: 1rem;
}

.analysis .reason img {
	max-width: 100%;
}

.analysis .reason h2 {
	line-height: 1rem;
	border-left: 2px solid #007fc5;
	font-size: 1rem;
	padding: 0 0 0 0.5rem;
	margin: 0rem 1rem 1.2rem 0;
}

.analysis table.tongji {
	width: 100%;
}

.analysis table.tongji tr {
	height: 1rem;
}

.analysis table.tongji td,
.analysis table.tongji th {
	font-weight: 400;
}

.no-data {
	text-align: center;
	padding: 5rem 0;
	color: #666;
	font-size: 0.825rem;
}

.no-data i {
	font-size: 5rem;
	margin: 1rem auto;
	display: block;
}

.no-data a {
	color: #007fc5;
	line-height: 2rem;
}

.practice .catelist {
	height: auto;
	position: relative;
}

.practice .catelist .centerblock {
	width: 1.4rem;
	height: 1.4rem;
	border-radius: 0.6rem;
	margin-top: -0.7rem;
	margin-left: -0.7rem;
	transform: rotate(45deg);
	background: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
}

.practice .catelist .item {
	width: 50%;
	padding: 2px;
	box-sizing: border-box;
	float: left;
}

.practice .catelist .item a {
	margin: 2px;
	padding: 20px 0;
	color: #fff;
}

.practice .catelist .item a i {
	display: block;
	font-size: 2rem;
}

.practice .catelist .cate {
	display: block;
	margin: 5px;
	text-align: center;
	margin-left: -1rem;
	margin-top: -1rem;
}

.practice .catelist .cate1 {
	border-bottom-left-radius: 20px;
	border-top-right-radius: 20px;
	background: -webkit-linear-gradient(left, #fd0000, #fa4747);
}

.practice .catelist .cate2 {
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
	background: -webkit-linear-gradient(right, #006eff, #4894f8);
}

.practice .catelist .cate3 {
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
	background: -webkit-linear-gradient(left, #ee4700, #ff7f49);
}

.practice .catelist .cate4 {
	border-bottom-left-radius: 20px;
	border-top-right-radius: 20px;
	background: -webkit-linear-gradient(right, #009b13, #23f63d);
}

.practice .cate-other {
	margin-top: 2rem;
	padding-bottom: 2rem;
	font-size: 0.825rem;
}

.practice .cate-other i {
	display: block;
	font-size: 1.5rem;
}

.practice .cate-other a {
	text-align: center;
}
#pagek{
	height: 100%;
}
.answer_list {
	height: 84%;
	overflow-y: auto;
	padding: .5rem 1rem;
}

.answer_list .an-item {
	width: 2.5rem;
	margin: 0.5rem;
	line-height: 2.5rem;
	display: inline-block;
	border-radius: 0.5rem;
	text-align: center;
	box-sizing: border-box;
	background: #ccc;
}

.answer_list .error {
	background: #fd0000;
	color:#fff;
}

.answer_list .answered {
	background: #0bb20c;
	color:#fff;
}

.dati .weui-tabbar__item {
	color: #ccc;
}

.exam-page .topic-title {
	padding: 1rem 0 2rem;
	line-height: 1.5rem;
}

.optionitem.right {
	background: #0bb20c;
}

.optionitem.errorright {
	background: #0bb20c;
}

.optionitem.error {
	background: #fd0000;
}
