body {
	background: #ededed;
	font-family: "Microsoft YaHei, Helvetica, sans-serif";
}

a {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.layout {
	margin: 0 auto;
	width: 7.5rem;
	/* background: #fff; */
}

.section {
	background: #fff;
}

.img {
	font-size: 0;
}

.img img {
	max-width: 100%;
}

.wrapper {
	padding: 0 .3rem;
}

.advertise {
	width: 100%;
}

.advertise img {
	width: 100%;
}

.footer {
	height: 1.3rem;
}

.footer-fiexd {
	position: fixed;
	left: 50%;
	bottom: 0;
	margin-left: -3.75rem;
	width: 7.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: .36rem;
	color: #fff;
	z-index: 99;
	padding: 0.25rem 0;
	background-color: #f8d53b;
}

.footer-fiexd img {
	display: block;
	margin-right: .1rem;
	width: .68rem;
}

.footer-fiexd .item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: auto;
	background-color: #f8d53b;
}

.footer-fiexd .item:first-child {
	border-right: 2px solid #b79d26;
}

.footer-fiexd a {
	position: relative;
	display: inline-block;
	width: 100%;
	text-align: center;
	height: 0.8rem;
	line-height: 0.8rem;
	/*color: #6b5a0d;*/
	color: #000;
	font-weight: 100;
}

.footer-fiexd a i {
	position: absolute;
	top: -.18rem;
	right: -.16rem;
	display: block;
	min-width: .28rem;
	min-height: .28rem;
	text-align: center;
	font-size: .24rem;
	padding: .04rem;
	border-radius: 50%;
	background: #f81b1b;
}

.footer-fiexd .sub {
	display: none;
	position: absolute;
	bottom: 1.1rem;
	width: 82%;
	height: auto;
	background: rgba(248, 213, 59, 1);
	border: 1px solid #999;
	border-radius: 10px;
}

.footer-fiexd .sub li {
	width: 88%;
	margin: auto;
	border-bottom: 1px solid #c9940d;
	color: #6b5a0d;
}

.footer-fiexd .sub li:last-child {
	border-bottom: 0;
}

.footer-fiexd .sub li a {
	height: 1rem;
	line-height: 1rem;
}

.coupon {
	padding: .42rem 0 .6rem;
}

.coupon .title {
	margin: 0 auto .2rem;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 5.37rem;
	height: .64rem;
	color: #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e72222), to(#e72222)), -webkit-gradient(linear, left top, left bottom, from(#fe4e4e), to(#fe4e4e));
	background-image: linear-gradient(#e72222, #e72222), linear-gradient(#fe4e4e, #fe4e4e);
	background-blend-mode: normal,
		normal;
	border-radius: .1rem;
	font-size: .36rem;
}

.coupon .title span {
	font-size: .42rem;
	color: #f7f930;
}

.coupon .count_down {
	margin-bottom: .2rem;
	text-align: center;
	font-size: .32rem;
	color: #fe0e0e;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.coupon .count_down span {
	margin-right: .04rem;
}

.coupon .count_down i {
	color: #454545;
	font-size: .22rem;
}

.coupon .tip a {
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 4.24rem;
	height: .48rem;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 0.08rem 0px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 0px 0.08rem 0px rgba(0, 0, 0, 0.12);
	border-radius: .24rem;
	font-size: .22rem;
	color: #454545;
}

.coupon .tip a span {
	margin: 0 .05rem;
	color: #e72222;
	font-weight: bold;
}

.coupon .tip i {
	margin-right: .1rem;
	display: block;
	width: .28rem;
	height: .28rem;
	background: url(../images/icon_01.png) no-repeat center;
	background-size: cover;
}

.coupon .form {
	margin-top: .2rem;
}

.coupon .form li {
	margin-bottom: .36rem;
}

.coupon .form li:last-child {
	margin-bottom: 0;
}

.coupon .form li p {
	margin-bottom: .2rem;
	font-size: .3rem;
	font-weight: bold;
	color: #000;
}

.coupon .form li p em {
	color: #fc0721;
}

.coupon .form li input {
	display: block;
	padding: 0 .2rem;
	width: 100%;
	height: .86rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: .16rem;
	border: 1px solid #d9d9d9;
	font-size: .28rem;
}

.coupon .form li input::-webkit-input-placeholder {
	color: #ababab;
}

.coupon .form li input:-ms-input-placeholder {
	color: #ababab;
}

.coupon .form button {
	margin: .5rem 0 .6rem;
	padding-left: 0;
	width: 100%;
	height: .82rem;
	color: #fff;
	font-size: .36rem;
	background-image: -webkit-gradient(linear, left top, right top, from(#f70026), color-stop(99%, #fb3d1f));
	background-image: linear-gradient(90deg, #f70026 0%, #fb3d1f 99%);
	-webkit-box-shadow: 0px 0.04rem 0.12rem 0px rgba(255, 102, 0, 0.48);
	box-shadow: 0px 0.04rem 0.12rem 0px rgba(255, 102, 0, 0.48);
	border-radius: .4rem;
	border: none;
}

.roster {
	padding-bottom: .15rem;
}

.roster .bd {
	padding-bottom: .4rem;
	background: #f8f8f8;
	border-radius: .3rem;
}

.roster .bd .title {
	padding: .5rem 0 .3rem;
	text-align: center;
	font-size: .42rem;
	color: #222222;
}

.roster .bd .list {
	height: 2.75rem;
}

.roster .bd .swiper-wrapper {
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
}

.roster .bd li {
	padding: 0 .44rem 0 .5rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.roster .bd li a {
	padding-left: .5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: .28rem;
	color: #333333;
	background: url(../images/icon_01.png) no-repeat left center;
	background-size: .28rem .28rem;
}

.roster .bd li span:nth-child(1) {
	width: 21%;
	text-align: left;
}

.roster .bd li span:nth-child(2) {
	width: 33%;
	text-align: left;
}

.roster .bd li span:nth-child(3) {
	width: 27%;
	text-align: right;
}

.btns {
	padding: .4rem 0 .6rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.btns a {
	margin-right: .3rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 3.3rem;
	height: .78rem;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(1%, #ff1328), to(#f53d20));
	background-image: linear-gradient(90deg, #ff1328 1%, #f53d20 100%);
	border-radius: .4rem;
	font-size: .3rem;
	color: #fff;
}

.btns a img {
	margin-right: .12rem;
	width: .32rem;
}

.btns a:last-child {
	margin-right: 0;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(1%, #ff5600), to(#f87f08));
	background-image: linear-gradient(90deg, #ff5600 1%, #f87f08 100%);
}

.btns a:last-child img {
	margin-right: .22rem;
}

.prop-up,
.shade {
	display: none;
	position: fixed;
	top: 0;
	left: 50%;
	margin-left: -3.75rem;
	width: 7.5rem;
}

.prop-up {
	top: 50%;
	left: 50%;
	margin: 0;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 100;
}

.prop-up .coupon {
	padding: .4rem 0 0;
}

.prop-up .bd {
	margin: 0 auto;
	width: 90%;
	background: #fff;
	border-radius: .1rem;
}

.shade {
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	z-index: 99;
}


header{
	position:fixed;
	width: 100%;
	max-width: 750px;
	top:0;
	z-index: 9999;
}
.nav {
	display: flex;
	justify-content: space-around;
	background: #f8d53b;
	width: 100%;
	height: 60px;
	line-height: 60px;
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
}

.nav .home {
	width: 70%;
	color: #000;
}


.nav .back {
	width: 10%;
	background: url(../images/icon_back.png) no-repeat right center;
	background-size: 82%;
}

.nav .blank {
	width: 0;
}

.swiper-container {
	width: 100%;
	margin: 0px auto;
	background: #dedede;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
}

.swiper-slide img {
	max-width: 100%;
}

.swiper-pagination-bullet-active {
	background: #000000;
}

.search-inner {
	background: #dedede;
	width: 100%;
	padding: 8px 0 10px;
	text-align: center;
}

.search-box {
	display: flex;
	justify-content: center;
	width: 88%;
	margin: auto;
	font-size: 16px;
}

.search-box .select {
	width: 22%;
}

.search-box .input {
	width: 56%;
}

.search-box .button {
	width: 22%;
}

.search-box .select select{
	width: 100%;
	height: 34px;
	border: 2px solid #ffee04;
	border-right: 0;	
	border-radius:0;
	color: #7f4800;
	background: #fff;
}

.search-box input,
.search-box button {
	width: 100%;
	height: 30px;
	border: 2px solid #ffee04;
}

.search-box input {
	padding-left: 2%;
	font-size: 14px;
	color: #e5b372;
}

.search-box button {
	height: 34px;
	background: #ffee04;
	color: #7f4800;
	cursor: pointer;
}

input::-webkit-input-placeholder {
	color: #e5b372;
}

input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #e5b372;
}

input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #e5b372;
}

input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #e5b372;
}

.floor {
	width: 92%;
	margin: auto;
}

.margin-top {
	margin-top: 12px;
}

.margin-top2 {
	margin-top: 4px;
}

.margin-first{
	margin-top: 60px;
}

.floor h1 {
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 46px;
	line-height: 46px;
	border-bottom: 2px solid #ededed;
}

.floor h1 span {
	width: auto;
	min-width: 30%;
	height: 46px;
	line-height: 46px;
	font-size: 19px;
	color: #f48800;
	border-bottom: 2px solid #ffef04;
}

.floor h1.red span {
	color: #c84d3a;
	border-bottom: 2px solid #aa311e;
}

.floor h1 a.more {
	width: 100px;
	height: 46px;
	line-height: 46px;
	background: url(../images/more.png) no-repeat center right;
	background-size: 56%;
}

.category-box,
.category-box-page {
	padding: 16px 0;
}

.category-box ul {
	/*display: flex;
	justify-content: space-around;
	flex-wrap: wrap;*/
	overflow:hidden;
}

.category-box ul li {
	float:left;
	width: 50%;
	margin: 15px auto;
	padding: 0;
}

.category-box ul li a {
	/* display: inline-block; */
	display: flex;
	width: 100%;
}

.category-box ul li .pic {
	float: left;
	width: 26%;
}

.category-box ul li img {
	width: 100%;
	height:53px;
}

.category-box ul li .text {
	float: right;
	width: 72%;
	text-align: left;
}

.category-box ul li .text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 14px;
	color: #000;
	padding-left: 10px;
}

.title-line {
	text-align: center;
	background: #f7c831 url('../images/arrow_down.png') no-repeat center bottom 2px;
	background-size: 2.6%;
	padding: 0.2rem 0;
	color: #aa311e;
	font-size: 0.4rem;
}

.category-box-page ul {
	/*display: flex;
	justify-content: space-around;
	flex-wrap: wrap;*/
	overflow:hidden;
}

.category-box-page ul li {
	float:left;
	width: 100%;
	margin: 2px auto;
	padding: 0;
	overflow:hidden;
}

.category-box-page ul li .text {
	display: flex;
	width: 100%;
}

.category-box-page a {
	display: block;
}

.category-box-page h2 {
	height: 0.6rem;
	line-height: 0.6rem;
	font-size: 0.28rem;
	color: #414141;
}

.category-box-page h2 span {
	font-size: 0.14rem;
	color: #d8d4d4;
}

.category-box-page h2 .ico {
	display: inline-block;
	width: 0.52rem;
	background: url(../images/icon_pic.png) no-repeat left center;
	background-size: 100%;
	margin-right: 0.1rem;
}

.tip-title {
	text-align: center;
	font-size: 0.30rem;
	font-weight: bold;
	color: #be302a;
	line-height: 0.5rem;
	padding: 0.3rem 0;
}

.tip-content {
	text-align: center;
	font-size: 0.26rem;
	color: #e1a845;
	line-height: 0.5rem;
}

.list ul {}

.list ul li {
	margin-top: 6px;
	padding: 0.3rem 0.2rem;
	border-bottom: 3px solid #fff6ce;
	background: #fff;
}

.list ul li a {
	display: flex;
	justify-content: start;
}

.list ul li .date {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 1.3rem;
	height: 1.3rem;
	background: #fff6ce;
	text-align: center;
	border-radius: 50%;
	color: #f8b33b;
}

.list ul li .text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-left: 3%;
	width: 74%;
	line-height: 0.6rem;
	font-size: 0.34rem;
	font-weight: 100;
	/*color: #65625d;*/
	color: #000;
}

.list ul li .date p.line {
	width: 70%;
	margin: 3px auto;
	border-bottom: 1px solid #f8b33b;
}

.list-book, .list-book-nav{
	clear:both;
}
.list-book ul {
	display: flex;
	justify-content:flex-start;
	flex-wrap: wrap;
	padding: 0.1rem;
}
.list-book ul li{
	display: flex;
	justify-content:flex-start;
	flex-wrap: wrap;
	width: 30%;	
	line-height: 0.4rem;
	padding: 0.1rem 1.5%;
	text-align: center;
	font-size: 0.2rem;
	color:#dca101;
}
.list-book ul li img{
	width: 100%;	
	margin: auto;
}
.list-book ul li.line{
	width: 100%;
	border-bottom: 3px solid #ffe7c1;	
	margin: 0 auto 0.3rem;
}


.list-book-nav{
	margin: 0.5rem auto;
}
.list-book-nav ul {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	padding: 0.1rem;
}
.list-book-nav ul li{
	width: 40%;
	text-align:center;
	border:3px solid #f8d53b;
	border-radius: 5px;
	padding: 2%;
	font-size:0.26rem;
}
.list-book-nav ul li a{
	display: flex;
    width: 100%;
} 
.list-book-nav ul li .pic{
	width: 30%;	
}
.list-book-nav ul li img{
	width: 100%;
}
.list-book-nav ul li h2{
	display: flex;
    flex-direction: column;
    justify-content: center;
	width: 60%;	
	font-size: 0.32rem;
	color: #4e400d;
}
.list-book-nav ul li h2 span{
	font-size: 0.26rem;
}

.list-book2 ul li{
	border-bottom: 3px solid #f3f3f3;
}
.list-book2 .pic{
	width: 16%;
}
.list-book2 ul li .text{
	width: 54%;
	font-size: 0.3rem;
}
.list-book2 ul li .size{
	width: 22%;
}
.list-book2 ul li .more{
	width: 8%;
}
.list-book2 .pic img{
	width:100%;
}

.list-book2 ul li .text span{
	color:#b1b1b1;
}

.list-book2 ul li p{
	display: flex;
    flex-direction: column;
    justify-content: center;
	font-size: 0.2rem;
	color:#b1b1b1;
}

.detail{
	clear: both;
	padding: 0.2rem;
}
.detail .title{
	width: 100%;
	line-height: 0.6rem;
	margin: 0 auto 0.3rem;
	text-align: center;
	font-size: 0.36rem;
	color: #c84d3a;
}
.detail .content{
	margin: 0.5rem auto;
	padding: 0.2rem;
	line-height: 0.5rem;
	border: 2px solid #f7c831;
	font-size: 0.3rem;
	color: #000;
}
.detail .content .title{
	font-size: 0.34rem;
	color: #f7c831;
}
.detail .content p{
	margin: 0.2rem auto;
}
.video{
	width: 100%;
}
.video video{
	width: 100%;
	object-fit: fill
}
.download{
	text-align: center;
	margin: 0.1rem auto;
}
.download a{
	display: block;
	width: 1.2rem;
	margin: auto;
	padding: 0.22rem 0.4rem;
	background: #f7c831;
	color: #0d110f;
	font-size: 0.3rem;
	border-radius: 2px;
}

.content-page{
	clear:both;
	padding: 0.1rem;
}
.content-page p{
	background:#b82b17;
	color: #fff;
	margin: 0.3rem auto;
	padding: 0.2rem 0.2rem;
	border-radius: 5px;
}
.content-page p a{
	margin-left: 0.2rem;
	color:#f7c831;
}
.setFont{
	margin: 16px 0;
}
.setFont a{
	display:inline-block;
	font-size: 18px;
	padding-right:10px;
}
.detail .bigFont, .detail .bigFont p, .detail .bigFont span{
	font-size: 0.5rem!important;
	line-height: 0.75rem;;
}
.detail .midFont, .detail .midFont p, .detail .midFont span{
	font-size: 0.4rem!important;
	line-height: 0.65rem;
}
.detail .smallFont, .detail .smallFont p, .detail .smallFont span{
	font-size: 0.35rem!important;
	line-height: 0.55rem;
}
.content-box video, .content-box audio{
	max-width: 100%;
}
.pages .pagination{
	display:flex;
	justify-content:center;
	width: 100%;
	background: #fff;
}
.pages .pagination li{
	border: 1px solid #dedede;
	margin: 0.5rem 2px;
	padding: 0.1rem 0.15rem;
	color: #65625d;
}
.pages .pagination li.active{
	border: 1px solid #f8d53b;
	background: #f8d53b;
	color: #fff;
}