/* Main CSS Document */
@charset "utf8";
/* 暂无内容 */
.bd-nodata {
	padding: 2.0rem 0;
	text-align: center;
	color: #999;
}
.bd-nodata .img {
	height: 3.2rem;
	display: block;
}
.bd-nodata .img img {
	width: 100%;
	height: 100%;
}
.bd-nodata .til {
	margin-top: 15px;
	height: 30px;
}
.hd-tabs {
	background: var(--background-color);
}
.hd-tabs .bc-tab {
	margin: 0 auto;
	width: 9.2rem;
}
.hd-tabs .bc-tab dl {
}
.hd-tabs .bc-tab dl dd {
	width: 33.33333%;
	display: inline-block;
	float: left;
}
.hd-tabs .bc-tab dl dd a {
	line-height: 1.2rem;
	text-align: center;
	display: block;
}
.hd-tabs .bc-tab dl dd.on a {
	color: var(--color);
}
/* 头部 */
.bd-title {
	padding-bottom: 0.8rem;
	line-height: 0.56rem;
	text-align: center;
	white-space: nowrap;
	color: var(--color-white);
	position: relative;
	z-index: 1;
}
.bd-title .c-til {
	font-size: 0.56rem;
}
.bd-title .c-menu {
	right: 0;
	top: 0;
	position: absolute;
}
.bd-title .c-menu .til {
	margin: -0.4rem 0;
	padding: 0.4rem;
	font-size: 0.56rem;
	display: block;
	color: var(--color-white);
}
.bd-title .c-menu .box {
	padding: 0.12rem 0;
	right: 0;
	top: -webkit-calc(100% + 0.4rem);
	top: calc(100% + 0.4rem);
	-moz-border-radius: 0.1rem;
	-webkit-border-radius: 0.1rem;
	border-radius: 0.1rem;
	-webkit-box-shadow: 0 1px 3px #0000001a, 0 1px 2px -1px #0000001a;
	box-shadow: 0 1px 3px #0000001a, 0 1px 2px -1px #0000001a;
	display: none;
	background: var(--background-color);
	position: absolute;
}
.bd-title .c-menu .box:before {
	content: " ";
	right: 0.48rem;
	top: -0.2rem;
	width: 0;
	height: 0;
	border-left: 0.3rem solid transparent;
	border-right: 0.3rem solid transparent;
	border-bottom: 0.3rem solid var(--color-white);
	position: absolute;
}
.bd-title .c-menu.on .box {
	display: block;
}
.bd-title .c-menu.on .box ul {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.bd-title .c-menu.on .box ul li {
	padding: 0 0.2rem;
	width: 100%;
}
.bd-title .c-menu.on .box ul li a {
	padding: 0 0.2rem;
	line-height: 1.0rem;
	border-bottom: 1px solid #DDD;
	display: block;
}
.bd-title .c-menu.on .box ul li:last-child a {
	border: none;
}
/* 首页 */
.bd-index {
}
.bd-index .bm-1 {
}
.bd-index .bm-1 .bm-con {
}
.bd-index .bm-1 .bm-con .c-assessment {
	padding-top: 0.6rem;
}
.bd-index .bm-1 .bm-con .c-assessment dl {
	margin-top: -0.2rem;
}
.bd-index .bm-1 .bm-con .c-assessment dl dd {
	margin-top: 0.2rem;
}
.bd-index .bm-1 .bm-con .c-assessment dl dd a {
	height: 1.2rem;
	line-height: 0.6rem;;
	border: 1px solid var(--color);
	-moz-border-radius: 1.2rem;
	-webkit-border-radius: 1.2rem;
	border-radius: 1.2rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background: var(--background-color);
}
.bd-index .bm-1 .bm-con .c-assessment dl dd p {
	padding-left: 0.84rem;
	font-size: 0.36rem;
	position: relative;
}
.bd-index .bm-1 .bm-con .c-assessment dl dd i {
	left: 0;
	width: 0.6rem;
	height: 0.6rem;
	text-align: center;
	-moz-border-radius: 0.6rem;
	-webkit-border-radius: 0.6rem;
	border-radius: 0.6rem;
	display: block;
	color: var(--color-white);
	background: #FF8E52;
	position: absolute;
}
.bd-index .bm-1 .bm-con .c-assessment dl dd span {
	font-weight: bold;
}
/* 进度 */
.bd-progress {
	padding-bottom: 0.56rem;
	font-size: 0.32rem;
	color: var(--color-white);
}
.bd-progress .cb-1 {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.bd-progress .cb-2 {
	margin: 0.2rem 0 0.32rem;
	height: 0.2rem;
	-moz-border-radius: 0.2rem;
	-webkit-border-radius: 0.2rem;
	border-radius: 0.2rem;
	background: var(--background-color);
	position: relative;
	overflow: hidden;
}
.bd-progress .cb-2:before {
	content: " ";
	left: 0;
	top: 0;
	width: var(--percent);
	height: 100%;
    -moz-border-radius: 0 0.2rem 0.2rem 0;
    -webkit-border-radius: 0 0.2rem 0.2rem 0;
    border-radius: 0 0.2rem 0.2rem 0;
	display: block;
	background: var(--color);
	position: absolute;
}
.bd-progress .cb-3 {
	white-space: nowrap;
}
.bd-progress .cb-3 .box {
	margin: 0 auto;
	width: 1.2rem;
	line-height: 1.2rem;
	text-align: center;
	border: 0.08rem solid var(--color-white);
    -moz-border-radius: 1.2rem;
    -webkit-border-radius: 1.2rem;
    border-radius: 1.2rem;
	display: block;
	position: relative;
}
.bd-progress .cb-3 .c1 {
	right: 1.8rem;
	top: 0;
	color: var(--def-color);
	position: absolute;
}
.bd-progress .cb-3 .c3 {
	left: 1.8rem;
	top: 0;
	color: var(--def-color);
	position: absolute;
}
/* 问题 */
.bd-questions {
}
.bd-questions {
}
/* 购买 */
.bd-buy {
}
.bd-buy .bm-1 {
}
.bd-buy .bm-1 .bm-con {
}
.bd-buy .bm-1 .bm-con .c-ewm {
	margin-top: 0.6rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.bd-buy .bm-1 .bm-con .c-ewm .box {
	padding: 0.32rem 0.32rem 0;
    -moz-border-radius: 0.2rem;
    -webkit-border-radius: 0.2rem;
    border-radius: 0.2rem;
	background: var(--color);
}
.bd-buy .bm-1 .bm-con .c-ewm .img img {
	width: 4.8rem;
	height: 4.8rem;
}
.bd-buy .bm-1 .bm-con .c-ewm .til {
	line-height: 1.2rem;
	font-weight: bold;
	text-align: center;
	color: var(--color-white);
}