body,html{
	width: 100%;
	height: 100%;
}
.main{
	width: 100%;
	overflow: hidden;
}
.banner{
	width: 100%;
	height: 4.5rem;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}
.banner .word{
	position: absolute;
	left: 0.15rem;
	right: 0.15rem;
	bottom: 0.25rem;
	z-index: 1;
}
.banner .word p{
	font-size: 0.14rem;
	font-weight: 600;
	color: #fff;
	line-height: 0.16rem;
	margin-bottom: 0.1rem;
}
.banner .word h1{
	font-size: 0.28rem;
	font-weight: 600;
	line-height: 0.36rem;
	color: #fff;
}
.box1{
	margin-top: 0.35rem;
}
.box1 p{
	font-size: 0.14rem;
	color: #3B3D40;
	line-height: 0.24rem;
}
.box1 img{
	display: block;
	width: 100%;
	height: auto;
	margin-top: 0.35rem;
}
/*标签*/
.lable{	
	margin: 0.3rem -0.15rem 0 0;
	width: 100%;
	padding:0 0.15rem;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	-ms-flex-line-pack:start;
	    align-content:flex-start;
}
.lable span{
	display: block;
	padding:0.06rem 0.12rem;
	font-size: 0.12rem;
	color: #7C8088;
	line-height: 0.17rem;
	background-color: #F1F3F5;
	border-radius: 30px;
	margin-right: 0.1rem;
	margin-bottom: 0.1rem;
}

/*分享*/
.share{
	padding: 0 0.15rem;
	margin-top: 0.3rem;
}
.share p{
	font-size: 0.12rem;
	color: #3B3D40;
	line-height: 0.2rem;
	margin-right: 0.07rem;
}
.share img{
	display: block;
	width: 0.32rem;
	height: auto;
	margin-right: 0.12rem;
}

/*相关推荐*/
.recommend{
	width: 100%;
	padding-top:0.3rem;
	padding-bottom:0.3rem;
	background:rgba(237,240,242,1);
	margin-top: 0.5rem;
}
.recommend .title{
	padding:0 0.25rem;
}
.recommend .title h1{
	font-size: 0.18rem;
	font-weight: 600;
	line-height: 0.2rem;
	color: #3B3D40;
}
.recommend .title a{
	font-size: 0.12rem;
	line-height: 0.17rem;
	color: #3B3D40;
	position: relative;
	display: block;
	padding-right: 0.15rem;
}
.recommend .title a:after{
    border: 1px solid #3B3D40;
    border-bottom-width: 0;
    border-left-width: 0;
    content:"";
    position: absolute;
    top: 50%;
    right:1px;
    width: 0.05rem;
    height: 0.05rem;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}
.recommend .card{
	padding-left:0.15rem;
	margin-top: 0.15rem;
	overflow: hidden;
}
.recommend .swiper-container{
	overflow: visible;
}
.recommend .card .pic{
	width: 100%;
	height: 1.4rem;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	box-shadow:0px 18px 18px 0px rgba(10,31,68,0.12),0px 0px 1px 0px rgba(10,31,68,0.1);
	border-radius:4px;
	position: relative;
}
.recommend .card .pic img{
	display: block;
	width: 0.32rem;
	height: auto;
	position: absolute;
	left: 0.15rem;
	bottom: 0.15rem;
}
.recommend .card .desc{
	padding: 0.1rem;
}
.recommend .card .desc p{
	font-size: 0.12rem;
	color: #3B3D40;
	line-height: 0.17rem;
	margin-bottom: 0.03rem;
}
.recommend .card .desc h1{
	font-size: 0.16rem;
	color: #3B3D40;
	font-weight: 600;
	line-height: 0.22rem;
}

/*二维码*/
.code{
	width: 100%;
	background-color: #fff;
	padding: 0.7rem 0;
}
.code .code_word{
	display: block;
	width: 1.36rem;
	height: auto;
	margin: 0 auto;
}
.code .code_img{
	display: block;
	width: 1.45rem;
	height: auto;
	margin: 0.25rem auto 0.1rem;
}
.code .desc h1,
.code .desc p{
	font-size: 0.12rem;
	color: #3B3D40;
	line-height: 0.17rem;
	text-align: center;
}
.code .desc h1{
	font-weight: 900;
	margin-bottom: 0.03rem;
}
.box5 .comment_text2{
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	padding: 0.15rem;
	background: #EDF0F2;
}