html {
	font-size: 26.66667vw !important;
}

body {
	line-height: 1;
	background-color: #fff;
}
img{
	max-width: 100%;
}
.weui-input{
	line-height: 1;
	height: .2rem;
}
.swiper-banner{
	font-size: 0;
	border-radius: 5px;
	box-shadow: 0 4px 10px rgba(0,0,0,.1);
}
.swiper-banner img{
	display: block;
}
.clearfix::after {
	clear: both;
	content: '';
	display: block;
	overflow: hidden;
}

.clearfix {
	zoom: 1;
}

.van-nav-bar {
	position: fixed;
	z-index: 991;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	height: .44rem;
	line-height: 1.5;
	text-align: center;
	background-color: #fff;
	-webkit-user-select: none;
	user-select: none;

}

.van-placeholder {
	height: .44rem;
}

.van-nav-bar__left,
.van-nav-bar__right {
	position: absolute;
	top: 0;
	bottom: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	padding: 0 .1rem;
	font-size: .14rem;
	cursor: pointer;
}

.van-nav-bar__left .iconfont,
.van-nav-bar__right .iconfont {
	color: #333;
}

.van-nav-bar__left {
	left: 0;
}

.van-nav-bar__right {
	right: 0;
}

.van-nav-bar__right .van-nav-bar__text {
	color: #666;
}

.van-nav-bar__title {
	max-width: 60%;
	margin: 0 auto;
	color: #323233;
	font-weight: bold;
	font-size: .16rem;
}

.van-ellipsis {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.van-blue-bar {
	background-color: #6fc5f8;
	color: #fff;
}

.van-blue-bar * {
	background-color: #6fc5f8;
	color: #fff;
}

.login-page {
	padding: 0 .15rem;
}

.login-page h2 {
	font-size: .2rem;
	color: #000000;
	padding: .23rem .15rem;
}


.weui-cells__group_form .weui-label {
	font-size: .13rem;
	color: #333;
	max-width: .45rem;
	margin-right: .16rem;
	position: relative;
	white-space: nowrap;
}

.weui-cells__group_form .weui-label::after {
	width: .005rem;
	height: .12rem;
	background-color: #d8d8d8;
	content: '';
	position: absolute;
	right: 0;
	top: .04rem;
}


.weui-cell__bd.weui-flex {
	align-items: center;
}


.weui-cell__bd.weui-flex .iconfont {
	font-size: .19rem;
	color: #999;
}


.weui-cell .weui-cell__hd {
	display: flex;
	align-items: center;
	padding-right: 0;
}

.weui-cell__hd .iconfont {
	color: #b3b7c0;
	font-size: .2rem;
	margin: 0 .19rem 0 .04rem;
}

.weui-input {
	/* WebKit browsers */
	font-size: .14rem;
	color: #222222;
}

.weui-cells__group {
	margin: 0 .15rem;
}

.weui-cells__group_form .weui-cell {
	padding: .16rem 0;
}

.weui-cells__group_form .weui-cells:before {
	width: 0;
}

.weui-cells__group_form .weui-cell:before {
	left: 0;
	right: 0;
}

.weui-cells__group_form .weui-cells:after {
	left: 0;
	right: 0;
}

.weui-agree__text {
	font-size: .13rem;
	color: #333333;
}

.weui-agree__text a {
	color: #4170ee;
}

.weui-agree {
	padding: 0;
	padding-top: .17rem;
	text-align: left;
}

.weui-agree__checkbox:checked {
	color: #4170ee;
	margin-left: .05rem;
	margin-right: .2rem;
}

.login-bn {
	display: block;
	font-size: .15rem;
	color: #fff;
	width: 100%;
	height: .43rem;
	line-height: .43rem;
	text-align: center;
	background-color: #4170ee;
	border-radius: .04rem;
	margin-top: .38rem;
}


.foot-zc {
	position: fixed;
	bottom: .2rem;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: .13rem;
	color: #666;
	max-width: 50%;
}

.foot-zc a {
	color: #4170ee;
}










/* 注册 */
.get {
	display: block;
	padding: 0 .15rem;
	white-space: nowrap;
	height: .32rem;
	border-radius: .03rem;
	line-height: .32rem;
	text-align: center;
	font-size: .13rem;
	color: #fff;
	background-color: #4170ee;
}

.weui-flex img {
	width: .8rem;
	height: .37rem;
}

.weui-cell.weui-cell-content {
	padding: .12rem 0;
}



/* 我的 */





.main {
	width: 100%;
	box-sizing: border-box;
	padding: .05rem .15rem 0;
	line-height: 1.2;
}

.main-name {
	position: relative;
	z-index: 88;
	height: 1.3rem;
	color: #fff;
	background: url(../img/banner.png) no-repeat;
	background-size: 100% 1.3rem;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	border-radius: .2rem;
	box-shadow: 0 5px 10px #c3cff6;
}
.mian-name__tel{
	font-size: .14rem;
	margin-top: .1rem;
}
.main-name__icon {
	margin-left: .19rem;
	margin-right: .1rem;
	font-size: 0;
}

.main-name__icon img {
	width: .61rem;
	height: .61rem;
	border-radius: .61rem;
}

.mian-name__text {
	font-size: .17rem;
	color: #fff;
	font-weight: bold;
}

.list-placeholder {
	margin-top: .1rem;
}

.weui-cell__bd p {
	font-size: .13rem;
}

.weui-cell__bd i {
	margin-right: .1rem;
}

.weui-cells:after {
	border: none;
}

.weui-cells::before {
	border: none;
}

.list-nav-bar {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	text-align: center;
	background-color: #fff;
	user-select: none;
	height: .17rem;
	padding: .17rem 0;
}

.list-nav-bar.nav-bar {
	border-bottom: .005rem solid #eeeeee;
}

.list-nav-bar .list-nav-bar__left {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	cursor: pointer;
	padding: .18rem 0;
}

.list-nav-bar .list-nav-bar__left .icon-fankui {
	font-size: .16rem;
	color: #342a27;
}

.list-nav-bar__title {
	color: #342a27;
	font-size: .14rem;
	padding-left: .11rem;
}

.list-nav-bar__right {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	display: flex;
	align-items: center;
	cursor: pointer;
}




/* 信息· */

.van-nav-bar__title.title {
	margin: 0;
	padding-left: .38rem;
}

.info-page {
	min-height: calc(100vh - .44rem);
	background-color: #f7f9fc;
}


.info-page .weui-cells__group {
	margin: 0;
}

.info-page .weui-cells.weui-cells_form {
	margin-top: 0;
	background-color: transparent;
}


.info-page .weui-cell {
	margin-top: .1rem;
	background-color: #fff;
	padding: .12rem .15rem;
}

.xh-icon {
	color: #e11d1d;
	font-size: .15rem;
	margin-right: .08rem;
}

.info-page .weui-label {
	font-size: .15rem;
	color: #333;
}


.info-page .weui-input::-webkit-input-placeholder {
	/* WebKit browsers */
	font-size: .14rem;
	color: #c0c0c0;
	text-align: right;
}

.info-page .weui-input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	font-size: .14rem;
	color: #c0c0c0;
	text-align: right;
}

.info-page .weui-input:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	font-size: .14rem;
	color: #c0c0c0;
	text-align: right;
}



.info-page .weui-input.weui-input-color::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #333333;
}

.info-page .weui-input.weui-input-color::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #333333;
}

.info-page .weui-input.weui-input-color:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #333333;
}


.info-page .weui-cells__group_form .weui-label::after {
	width: 0;
}



.weui-select {
	position: absolute;
	right: .25rem;
	max-width: max-content;
	padding: 0 .1rem;
	font-size: .15rem;
	color: #333;
	height: 1.41176471em;
	line-height: 1.41176471;
}

.weui-select.select-cl {
	color: #999;
}


.icon-xiajiantou1 {
	position: absolute;
	right: .15rem;
	font-size: .11rem;
	color: #999;
}


.info-page .weui-cells__group_form .weui-label {
	max-width: max-content;
}


.info-page .login-bn {
	margin: .35rem .25rem .3rem;
	width: auto;
}

.info-page .weui-form__tips-area {
	margin: 0;
}






/* 答题卡 */
.dati-page {
	min-height: calc(100vh - .44rem);
	background-color: #527cef;
	overflow: hidden;
}

.ti-panel {
	background-color: #fff;
	margin: .15rem .15rem;
}

.panel-head {
	padding: .23rem .15rem 0;
	align-items: center;
	display: flex;
	position: relative;
}

.panel-head .xuhao {
	font-size: .15rem;
	color: #999;
	height: .25rem;
	line-height: .25rem;
}

.panel-body {
	margin-top: .22rem;
	padding: 0 .18rem;
}

.panel-body p {
	font-size: .15rem;
	line-height: .25rem;
	color: #999;
}

.panel-body-text {
	padding: .1rem 0 .27rem 0;
	overflow: hidden;
}

.panel-body-text li {
	font-size: .12rem;
	color: #333;
	list-style: none;
	height: .45rem;
	line-height: .45rem;
	padding-left: .15rem;
	background-color: #f9f9fb;
	margin-bottom: .13rem;
}

.panel-body-text li.active {
	background-color: #ecf0fd;
	border: .005rem solid #4170ee;
	box-sizing: border-box;
}

.ti-panel-nav {
	padding: .27rem 0;
}

.ti-panel-nav a {
	height: .4rem;
	line-height: .4rem;
	border: .005rem solid #4170ee;
	box-sizing: border-box;
	font-size: .16rem;
	color: #4170ee;
	display: block;
	padding: 0 .13rem;
	border-radius: .03rem;
}

.ti-panel-nav a.up {
	float: left;
}

.ti-panel-nav a.next {
	float: right;
}

.sub {
	margin-top: .25rem;
}

.sub a {
	display: block;
	font-size: .17rem;
	color: #fff;
	height: .4rem;
	line-height: .4rem;
	width: 2.03rem;
	background-color: #4170ee;
	text-align: center;
	border-radius: .03rem;
	margin: auto;
}
.sub .weui-dialog__btn:active{
	background-color: transparent!important;
}


.tk_dialog .weui-dialog__hd {
	font-size: .15rem;
	color: #333333;
	padding: .13rem .18rem .1rem;
	border-bottom: .005rem solid #dddddd;
}

.weui-dialog__bd p {
	font-size: .15rem;
	color: #333333;
	text-align: left;
	margin-top: .17rem;
	margin-bottom: .05rem;
}

.weui-dialog__bd sapn {
	font-size: .12rem;
	color: #999;
	text-align: left;
	display: block;
}

li {
	list-style: none;
}

.result {
	margin-left: -.06rem;
	margin-right: -.06rem;
	padding: .22rem 0 .1rem 0;
}

.result li {
	width: .34rem;
	height: .34rem;
	border-radius: .34rem;
	box-sizing: border-box;
	font-size: .15rem;
	line-height: .34rem;
	text-align: center;
	color: #666;
	border: .005rem solid #999;
	padding: 0;
	font-weight: bold;
	float: left;
	margin: 0 .06rem .14rem;
}

.weui-dialog {
	width: 3.45rem;
	top: 47%;
}

.result li.active {
	color: #7194f2;
	background-color: #ecf0fd;
	border: .005rem solid #7194f2;
}

.weui-dialog__bd.dialog__bds {
	padding: 0 .16rem;
	margin: 0;
}

.ti-panel-nav .iconfont {
	font-size: .17rem;
	color: #4170ee;
}

.ti-panel-nav .icon-jiantou-xia {
	margin-left: .05rem;
}

.ti-panel-nav .icon-youjiantou {
	margin-right: .05rem;
}


.icon .iconfont {
	font-size: .12rem;
	color: #f77665;
}

.icon {
	display: flex;
	align-items: center;
	position: absolute;
	right: .18rem;
}

.icon a {
	width: .25rem;
	height: .25rem;
	display: inline-block;
	border-radius: .25rem;
	background-color: #feeeec;
	text-align: center;
	line-height: .25rem;
}


.icon a:nth-child(2) {
	background-color: #fff7e7;
}

.icon a:last-child {
	background-color: #ecf0fd;
}

.icon a+a {
	margin-left: .32rem;
}

.icon a.icon-bianji1 {
	color: #fbb112;
}


.icon a.icon-datika {
	color: #527def;
}

.icon a.icon-shoucang1 {
	color: #f87d6d;
}







/* 分类 */
.van-nav-bar__title.fl-title {
	margin-left: .15rem;
	color: #fff;
}


.van-placeholder.van-placeholder-fl .van-nav-bar {
	background-color: #2eb587 !important;
}

.fl-page {
	background-color: #f7f9fc;
	min-height: calc(100vh - .44rem);
}


.inp {
	display: flex;
	align-items: center;
	background-color: #2eb587 !important;
	padding: .1rem .15rem;
}

.inp .weui-cell__hd {

}

.fl-page .weui-select {
	font-size: .13rem;
	color: #fff;
	white-space: nowrap;
	position: unset;
	padding: 0 .15rem;
}

.inp  .weui-input {
	height: .32rem;
	background-color: #58c49f;
	border-radius: .32rem;
	font-size: .13rem;
	padding-left: .35rem;
	box-sizing: border-box;
	min-width: 2.2rem;
	color: #fff;
}

.inp  .weui-input::-webkit-input-placeholder {
	/* WebKit browsers */
	font-size: .13rem;
	color: #fff;
}

.inp  .weui-input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	font-size: .13rem;
	color: #fff;
}

.inp .weui-input:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	font-size: .13rem;
	color: #fff;
}

.weui-cell__hd .iconfont.icon-arrLeft-fill {
	color: #fff;
	z-index: 999;
	position: absolute;
	right: .08rem;
	margin: 0;
	font-size: .2rem;
}

.selected span {
	display: inline-block;
	margin: 0;
}

.selected {
	min-width: 1.1rem;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	position: relative;
	height: .32rem;
	background-color: #678df1;
	border-radius: .32rem;
}

.input {
	position: relative;
	display: flex;
	align-items: center;
	position: relative;
}


.input .icon-sousuo {
	position: absolute;
	left: .14rem;
	font-size: .16rem !important;
	color: #fff !important;
}

.set-nav {
	display: flex;
	align-items: center;
	margin-top: .03rem;
	margin-bottom: .1rem;
	padding: .15rem .15rem .13rem;
	background-color: #fff;
}


.set-nav .filter-btn {
	display: flex;
	align-items: center;
}

.set-nav .set-nav-box {
	display: flex;
	align-items: center;
}

.set-nav .weui-select {
	color: #333;
	font-size: .15rem;
	padding: 0 .05rem;
}

.set-nav .set-nav-box.active .weui-select {
	color: #4170ee;
}

.set-nav .set-nav-box.active .icon-xiajiantou1 {
	color: #4170ee;
}


i {
	font-style: normal;
	/* 	font-size: 0; */
}

.reset {
	font-size: .15rem;
	color: #4170ee;
	white-space: nowrap;
}

.icon-chongzhi {
	font-size: .15rem;
	color: #4170ee;
	margin-right: .05rem;
}

.fl-page.my-house .list-group .list-group-item {
	display: flex;
	align-items: center;
}
.duration {
	font-size: .12rem;
	color: #fff;
	height: .2rem;
	line-height: .2rem;
	border-radius: 0 .05rem 0 .05rem;
	background-color: #000;
	padding: 0 .05rem;

	left: 0;
	bottom: 0;
	opacity: .6;
}
.list-group p {
	text-align: center;
	font-size: .12rem;
	color: #999;
	margin-top: .24rem;
}
.list-group {
	margin: 0 .15rem;
	padding-bottom: .29rem;
}
.list-group .list-group-item {
	padding: .1rem;
	background-color: #fff;
	margin-bottom: .13rem;
}

.list-group-item__icon {
	float: left;
}

.list-group-item__icon {
	display: flex;
}
.kc-body {
	padding: .1rem 0;
}
.kc-list li {
	padding: .1rem;
}
.kc-lists li {
	padding: .1rem;
}
.weui-vp-tab .weui-tab__content {
	padding: .2rem;
}
.kc-head .iconfont {
	color: #7d7e87;
	display: inline-block;
	position: absolute;
	right: .15rem;
	top: 50%;
	margin-top: -8px;
	transform: rotateZ(90deg);
}
.show .kc-head .iconfont {
	transform: rotateZ(270deg);
}
.kc-list li.active a {
	color: #04aa81;
	font-weight: bold;
}
.kc-list li a::after {
	 background-image: url(../img/play_gray.png);
	 background-repeat: no-repeat;
	 background-position: center;
	 background-size: contain;
	 width: .15rem;
	 height: .15rem;
	 content: '';
	 position: absolute;
	 right: 0;
	 top: 50%;
	 transform: translateY(-50%);
 }
.kc-lists li a::after {
	background-image: url(../img/lianjie1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: .15rem;
	height: .15rem;
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.kc-list li.active a::after {
	background-image: url(../img/play_ac.png);
}
li {
	list-style: none;
}
.kc-list li a {
	position: relative;
	display: block;
	line-height: .2rem;
	color: #3c3e40;
	font-size: .15rem;
}
.kc-lists li a {
	position: relative;
	display: block;
	line-height: .2rem;
	color: #3c3e40;
	font-size: .15rem;
}
.list-group-item__icon img {
	width: 1rem;
	height: .8rem;
	border-radius: .03rem;
}
.kc-head {
	position: relative;
	padding-right: .3rem;
	height: .45rem;
	background-color: #f5f7fa;
	border-radius: 3px;
}
.list-group-item__text {
	float: left;
	margin-left: .1rem;
	padding-top: .05rem;
}
.kc-head .kc-title {
	font-size: .18rem;
	line-height: .45rem;
	padding: 0 .2rem;
}
.list-group-item__text h2 {
	font-size: .15rem;
	color: #333;
	text-overflow: ellipsis;
	align-items: center;
}

.list-group-item__text p {
	font-size: .12rem;
	color: #999;
	margin-top: .08rem;
	text-align: left;
}


.line {
	width: .02rem;
	height: .11rem;
	background-color: #333;
	display: inline-block;
}



.weui-tabbar:before {
	border: none !important;
}



.footer {
	height: .5rem;
}

.weui-tabbar {
	position: fixed;
	height: .5rem;
	bottom: 0;
	width: 100%;
	background-color: #FFFFFF;
	border-top: 1px solid #e0e0e0;
	z-index: 91111;
}

.weui-tabbar__item .weui-tabbar__label {
	color: #999999;
	font-size: .12rem;
	padding-top: .04rem;
	line-height: 1;
}

.weui-tabbar__item .iconfont {
	line-height: 1;
	font-size: .2rem;
	color: #2eb587;
}

.weui-tabbar__item.active .weui-tabbar__label {
	color: #2eb587;
}

.weui-tabbar__item .icons {
	display: inline-block;
	line-height: 1;
	width: .22rem;
	height: .22rem;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.icon-home {
	background-image: url(../img/home.png);
}
.icon-lg {
	background-image: url(../img/class.png);
}
.icon-wode {
	background-image: url(../img/my.png);
}

.active .icon-home {
	background-image: url(../img/home_on.png);
}

.active .icon-wode {
	background-image: url(../img/my.png);
}

.active .icon-lg {
	background-image: url(../img/class_on.png);
}





/* 首页 */

.index {
	min-height: 100vh;
	padding: .15rem;
	background-color: #fff;
}

.swiper{
	font-size: 0;
}

.swiper img {
	display: block;
	width: 100%;
	border-radius: .1rem;
}
.nav-panel{
	overflow: hidden;
	padding: .15rem 0;
}
.nav {
	margin: 0 -.1rem;
	font-size: 0;
}

.nav li {
	float: left;
	width: 25%;
	text-align: center;
}
.nav li a {
	display: block;
	padding:.07rem .1rem;
}
.nav li a .nav-icon{
	font-size: 0;
}
.nav li a .nav-icon img{
	width: .28rem;
	height: .28rem;
}

.nav li a .text {
	font-size: .12rem;
	color: #333;
	display: block;
	text-align: center;
	margin-top: .1rem;
}

.ku-panel-head {
	font-size: .16rem;
	color: #4776ef;
	text-align: center;
	background-image: url(../img/yuan.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 2.05rem;
	padding-top: .05rem;
	padding-bottom: .08rem;
}

.ku-panel-nav {
	overflow: hidden;
	overflow-x: auto;
	padding: .15rem 0;
	white-space: nowrap;
	font-size: 0;
	margin-right: -.15rem;
}

.ku-panel-nav li {
	display: inline-block;
	height: .39rem;
	margin-right: .1rem;
	background-color: #fff;
	border-radius: .04rem;
	min-width: .75rem;
	text-align: center;
}

.ku-panel-nav li.active{
	background-image: linear-gradient(to right,#ffca3f,#ff9921);
}

.ku-panel-nav li.active a{
	font-size: .15rem;
	color: #fff;
}

.ku-panel-nav li a {
	padding: 0 .07rem;
	font-size: .13rem;
	color: #282839;
	line-height: .39rem
}

.box-title {
	font-size: .14rem;
	color: #333333;
	text-align: center;
	background-color: #fff;
	padding: .11rem 0;
}

.box-icon {
	display: flex;
}

.box-icon img {
	width: 100%;
	height: .93rem;
}

.box {
	width: 50%;
	margin: 0 -.075rem;
	border-radius: .04rem;
	display: inline-block;
	margin-bottom: .15rem;
}


.ku-panel-bd {
	padding: 0 .15rem;
}

.ku-panel-nav__fl {
	margin: 0 .075rem;
}

.foot-title {
	font-size: .18rem;
	color: #89a7fc;
	text-align: center;
	padding: .2rem 0 .11rem 0;
	display: block;
	background: url(../img/shu.png) top 65% left 27% no-repeat;
	background-size: .21rem .21rem;
}
.uc-cells{
	padding: 0 15px;
}
.uc-cells .iconfont{
	font-size: .18rem;
}
.uc-cells .weui-cell__bd p{
	font-size: .16rem;
}
.uc-cells .weui-cell{
	padding: 15px 0;
}
.uc-cells .weui-cell::before{
	left: 0;
	right: 0;
}

.set-filter{
	display: flex;
	align-items: center;
}
.set-filter .set-nav-box{
	width: 33.33%;
}


.weui-half-screen-dialog__ft .weui-btn_primary,
.weui-half-screen-dialog__ft .weui-btn_primary:active{
	background-color: #4170ee;
}
.info-page .weui-cells_form .weui-cell .weui-input{
	text-align: right;
	font-size: .14rem;
}


.panel-head .icon-sc_on:before{
	content: "\e61c";
}

.inp-cat{
	color: #fff;
	text-align: center;
	font-size: .12rem;
	margin-right: 10px;
	line-height: 1;
}
.inp-cat div{
	margin-top: 5px;
}
.inp-modal .weui-mask{
	position: absolute;
	opacity: 1;
	visibility: visible;
}
.inp-modal{
	z-index: 9999999;
	position: fixed;
	top: .97rem;
	bottom: 0;
	right: 0;
	left: 0;
}

.inp-modal .inp-navbar{
	position: relative;
	z-index: 1199;
	background-color: #fff;
	width: 50%;
	height: 100%;
	font-size: .14rem;
	overflow: hidden;
	overflow-y: auto;
}
.inp-nav>li{
	border-bottom: 1px solid #f5f5f5;
}
.inp-nav>li>a{
	position: relative;
	padding: .1rem;
	line-height: .2rem;
	display: block;
	font-size: .14rem;
	color: #333;
}
.inp-nav>li>a .iconfont{
	font-size: .12rem;
	display: inline-block;
	position: absolute;
	right: .1rem;
	top: 50%;
	margin-top: -.06rem;
}
.inp-sun-nav{
	background-color: #f9f9f9;
	display: none;
}
.inp-sun-nav li a{
	display: inline-block;
	color: #666;
	padding: 6px .2rem;
	font-size: 12px;
	line-height: .2rem;
}
.hidden{
	overflow: hidden;
}
.weui-picker-modal{
}
.weui-picker-modal .picker-item{
	font-size: 15px;
	text-align: center;
}
/* cate */
.list-cell{
	display: flex;
	align-items: center;
}
.list-cell .list-pic{
	position: relative;
	border-radius: 5px;
	width: 1.15rem;
	height: 0.8rem;
	overflow: hidden;
}
.list-cell .list-pic::after{
	position: absolute;
	width: 100%;
	height:.4rem;
	content: '';
	bottom: 0;
	left: 0;
	z-index: 2;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 0.2rem;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, rgba(0, 0, 0, 0)), color-stop(37%, rgba(0, 0, 0, 0.52)), color-stop(55%, rgba(0, 0, 0, 0.55)));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 5%, rgba(0, 0, 0, 0.52) 37%, rgba(0, 0, 0, 0.55) 55%);
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 5%, rgba(0, 0, 0, 0.52) 37%, rgba(0, 0, 0, 0.55) 55%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 5%, rgba(0, 0, 0, 0.52) 37%, rgba(0, 0, 0, 0.55) 55%);
}
.list-cell .list-pic .list-time{
	position: absolute;
	bottom: .06rem;
	left: .06rem;
	color: #fff;
	z-index: 9;
	font-size: .12rem;
}
.list-cell .list-pic .list-time .iconfont{
	font-size: .12rem;
}
.list-cell .list-pic img{
	border-radius: 5px;
	width: 1.15rem;
	height: .8rem;
}
.list-cell .list-group-item__text{
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}
.list-group .list-group-item{
	border-radius: 5px;
}

.list-group-item__text h2{
	color: #333333;
	font-size: .15rem;
	margin-bottom: .1rem;
}
.list-cell  .list-attr{
	color: #999999;
	font-size: .12rem;
	margin-bottom: .15rem;
}
.list-cell  .list-attr .tag{
	font-size: .12rem;
	display: inline-block;
	padding: 0 .04rem;
	height: .16rem;
	line-height: .16rem;
	border-radius: 3px;
	margin-right: .06rem;
}
.list-cell  .list-tags .tag{
	font-size: .12rem;
	display: inline-block;
	padding: 0 .08rem;
	height: .2rem;
	line-height: .2rem;
	border-radius: 3px;
	margin-right: .06rem;
}
.list-cell  .list-attr{
	color: #999999;
	font-size: .12rem;
}
.tag-orange{
	background-color: #fff5e5;
	color: #fda519;
}
.tag-green{
	background-color: #edfcf7;
	color: #2eb587;
}

.loadmore{
	font-size: .12rem;
	color: #999;
	text-align: center;
	padding: .15rem;
}
.list-group .list-group-item:last-child{
	margin-bottom: 0;
}
.jt-panel{
	padding: .15rem;
}
.jt-panel .list-group .list-group-item{
	padding: 0;
}
.jt-panel .list-group{
	padding: 0;
}
.jt-panel .jt-hd{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: .15rem;
}
.jt-panel .jt-hd .jt-tit{
	font-size: .17rem;
	font-weight: bold;
}
.jt-panel .jt-hd .jt-more{
	font-size: .12rem;
	color: #999;
}
.jt-panel .jt-hd .jt-more .iconfont{
	font-size: .12rem;
}
.div-space{
	height: .1rem;
	background-color: #f5f7fa;
}
.sk-content{
	color: #999;
	line-height: 1.8;
	font-size: .12rem;
}
.sk-content a{
	color: #2eb587;
}
.text-green{
	color: #2eb587;
}
.km-scroll{
	overflow: hidden;
	height: 1rem;
}
.km-list{
	white-space: nowrap;
	overflow: hidden;
	overflow-x: auto;
	font-size: 0;
	height: 2rem;
}
.km-list li{
	display: inline-block;
	margin-right: .12rem;
}
.km-list .km-box{
	display: block;
}
.km-box .km-pic{
	position: relative;
}
.km-box .km-pic img{
	width: 1.3rem;
	height: .74rem;
	border-radius: 5px;
}
.km-box .km-pic::before{
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	background: url(../img/play.png) no-repeat;
	width: .25rem;
	height: .25rem;
	background-size: contain;
	z-index: 4;
	margin-left: -.125rem;
	margin-top: -.125rem;
}
.km-box .km-tit{
	font-size: .14rem;
	color: #333;
	margin-top: .1rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 1.3rem;
}
.fc-text{
	font-size: .12rem;
	margin-top: .1rem;
	line-height: 1.5;
}
.fc-list{
	overflow: hidden;
	margin: 0 -.1rem;
}
.fc-list li{
	padding: .05rem .1rem;
	width: 50%;
	box-sizing: border-box;
	float: left;
}
.fc-list li a{
	display: inline-block;
	font-size: .12rem;
	background: url(../img/hui.png) left center no-repeat;
	background-size: .12rem .18rem;
	color: #999;
	line-height:.18rem;
	padding-left: .14rem;
}

.jt-ucenter{
	display: flex;
	align-items: center;
	background: url(../img/ubg.png) center bottom no-repeat;
	background-size: 100% 100%;
	padding: .54rem .2rem .2rem .2rem;
	color: #fff;
}
.jt-avatar{
	font-size: 0;
	margin-right: .15rem;
}
.jt-avatar img{
	width: .6rem;
	height: .6rem;
	border-radius: .6rem;
	border: 3px solid #82d3b7;
	box-shadow: 0px 4px 12px rgba(0,0,0,.2);
}
.van-tm-bar{
	position: absolute;
	background-color: transparent;
	color: #fff;
}
.van-tm-bar .van-nav-bar__title {
	color: #fff;
}
.van-tm-bar .van-nav-bar__left .iconfont,
.van-tm-bar .van-nav-bar__right .iconfont{
	color: #fff;
}

.jt-uv{
	font-size: .12rem;
}
.jt-uv .iconfont{
	padding-right: 4px;
}
.jt-head{
	display: flex;
	align-items: center;
	margin-bottom: .1rem;
}
.jt-head .name{
	font-weight: bold;
	font-size: .2rem;
	text-shadow: 0 0 10px rgba(0,0,0,.4);
	margin-right: .15rem;
}
.jt-vip{
	position: relative;
	color: #2eb587;
	border-radius: 5px;
	height: .16rem;
	background-color: #fff;
	line-height: .16rem;
	padding: 0 0.1rem 0 0.12rem;
	font-size: .12rem;
}
.jt-vip::before{
	content: '';
	background: url(../img/vip.png) no-repeat;
	width: .21rem;
	height: .17rem;
	position: absolute;
	left: -.1rem;
	top: -.02rem;
	background-size: contain;
}
.swiper-pagination-bullet{
	background-color: #fff;
}

.index .jt-panel{
	padding: .15rem 0;
}



.jt-scroll{
	overflow: hidden;
	height: 1rem;
	margin-right: -.15rem;
}
.jt-list{
	white-space: nowrap;
	overflow: hidden;
	overflow-x: auto;
	font-size: 0;
	height: 2rem;
}
.jt-list li{
	display: inline-block;
	margin-right: .25rem;
}
.jt-list .jt-box{
	display: block;
	text-align: center;
	color: #333;
}
.jt-box .jt-pic{
	position: relative;
	margin-bottom: .06rem;
}
.jt-box .jt-pic img{
	width: .5rem;
	height: .5rem;
	border-radius: 1rem;
}
.jt-box .jt-tit{
	font-size: .13rem;
	margin-bottom: .06rem;
}
.jt-box .jt-tag{
	font-size: .12rem;
	color: #2eb587;
	border: 1px solid #2eb587;
	display: inline-block;
	padding: 2px 4px;
	border-radius: 4px;
}
/* 播放 */
.play-video{
	font-size: 0;
}
.play-video img{
	width: 100%;
}
.play-grid{
	padding: .15rem;
}
.play-grid .title{
	font-size: .17rem;
	margin-bottom: .15rem;
}
.play-grid .py-meta{
	display: flex;
	align-items: center;
}
.py-meta .py-item{
	font-size: .12rem;
	color: #999999;
	margin-right: .1rem;
}
.py-meta .py-item .iconfont{
	font-size: .14rem;
	color: #999999;
	padding-right: 5px;
}

.weui-vp-tab .weui-navbar__item{
	font-size: .15rem;
	width: 25%;
	-webkit-box-flex: unset;
	-webkit-flex: unset;
	flex: unset;
	padding: .15rem 0;
}
.weui-vp-tab .weui-navbar__item:after{
	display: none;
}
.weui-navbar__item.weui-bar__item_on{
	background-color: transparent;
	color: #04aa81;
	font-weight: bold;
}
.weui-navbar__item.weui-bar__item_on::before{
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -10px;
	width: 20px;
	height: 4px;
	bottom: -1px;
	border-radius: 40px;
	background-color: #04aa81;
}
.weui-vp-tab .weui-tab__content{
	padding: .2rem;
}
.chap-head{
	position: relative;
	padding-right: .3rem;
}
.chap-head::before{
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 6px;
	left: -.33rem;
	background-color: #04aa81;
	position: absolute;
	top: 50%;
	margin-top: -3px;
}
.current .chap-head::before{
	background-color: #ef605f;
}


.chap-head .chap-title{
	font-size: .18rem;
}
.chap-head  .iconfont{
	color: #7d7e87;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -8px;
	transform: rotateZ(90deg);
}
.show .chap-head  .iconfont{
	transform: rotateZ(270deg);
}
.chapter-panel{
	padding-left: .3rem;
	border-left: 1px dashed #dddddd;
}
.chap-body{
	padding: .15rem 0;
}
.chapter-list{
	display: none;
}
.chapter-list li{
	padding: .1rem 0;
}
.chapter-list li a{
	color: #3c3e40;
	font-size: .15rem;
}
.chapter-list li.active a{
	color: #04aa81;
}

.comment-cell{
	display: flex;
	border-bottom: 1px solid #f1f1f1;
	padding: .2rem 0;
}
.comment-cell .comment-hd{
	margin-right: .1rem;
}
.comment-hd img{
	display: block;
	width: .35rem;
	height: .35rem;
	border-radius: .35rem;
}
.comment-heading{
	display: flex;
}
.comment-heading .c-name{
	font-size: .14rem;
	margin-bottom: 5px;
}
.comment-heading .c-time{
	font-size: .12rem;
	color: #999;
}
.c-collect{
	color: #666666;
	font-size: .13rem;
}
.c-collect *{
	display: inline-block;
	vertical-align: middle;
}
.c-collect .iconfont{
	color: #dbdbdb;
	margin-right: .1rem;
	font-size: .14rem;
}
.c-collect.active .iconfont{
	color: #ff1940;
}
.comment-body{
	font-size: .14rem;
	margin-top: .1rem;
	line-height: 1.6;
}
.replay-panel{
	border-radius: 5px;
	background-color: #f5f7fa;
	margin-top: .15rem;
}
.replay-panel .comment-cell{
	padding: .12rem;
	border-bottom: 0;
}

.py-meta .py-item.active .iconfont{
	color: #ff1940
}
.py-meta .py-item.active .iconfont::before{
	content: "\e61c";
}
.play-video video{
	width: 100%;
	/*height: 240px;*/
}
video {
	object-fit: cover;
}
.comment-cells{
	padding-bottom: 50px;
}
.coment-form{
	display: flex;
	align-items: center;
	border-top: 1px solid #f4f4f4;
	padding: 10px 15px;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	background-color: #fff;
}
.coment-form .iconfont{
	color: #04aa81;
	cursor: pointer;
	margin-left: 10px;
	line-height: 1;
	font-size: 20px;
}
.coment-form .weui-input{
	border-radius: 40px;
	background-color: #f9f9f9;
	height: 30px;
	padding: 0 10px;
	box-sizing: border-box;
}

