a,  article, b, body, dd, div, dl, dt, em, footer, form, h1, h2, h3, h4, h5, h6, header, html, i, iframe, img, li,menu, nav, object, ol, p, section, small, span, strong, td, th, time, tr, tt, u{
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	word-wrap: break-word;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
section footer {
	width: 100%;
}
button, input, select, textarea {
	outline: 0;
	-webkit-box-sizing: border-box;
	font-family: "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
	font-size: 1.4rem;
}
article, footer, header, menu, nav, section {
	display: block;
}
a {
	text-decoration: none;
}
li, ol, ul {
	list-style: none;
}
h2{font-size:2.4rem;}
h3{font-size:1.6rem;}
h4{font-size:1.4rem;}
html {
	font-size: 62.5%;
}
@media only screen and (min-width:481px) {
html {
	font-size: 85%!important;
}
}
@media only screen and (min-width:561px) {
html {
	font-size: 100%!important;
}
}
@media only screen and (min-width:641px) {
html {
	font-size: 120%!important;
}
body {
	max-width: 1000px;
}
}
body {
	font-size: 1.4rem;
	font-family: "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
	background-color: #fff;
	min-width: 320px;
	margin: 0 auto;
	color: #000;
}
img {
	max-width: 100%;
	height: auto;
	border: 0;
}

header{
	overflow: hidden;
	position: relative;
	padding: 2rem 1.5rem;
}
header h2{
	font-size: 2rem;
	text-align: center;
}
.main{
	padding: 0 1.5rem 4rem;
}
.share_two{
	border-bottom: .1rem #E7E7E7 solid;
}
.share_two .title{
	display: flex;
	align-items: center;
}
.share_two .title h2{
    font-size: 2rem;
}
.share_two .title img{
	width: 1.6rem;
	margin-left: .6rem;
}
.share_two .text{
	color: #696969;
	display: flex;
	flex-wrap: wrap;
	line-height: 1.5;
	margin-top: .6rem;
}
.share_two .text p{
	margin-right: 1.5rem;
}
.share_two .text p:last-child{
	margin-right: 0;
}
.share_two .text span{
	color: #333;
}
.share2{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 1rem 0 1.2rem;
}
.share2 .price{
	color: #FD4B17;
	display: flex;
	align-items: flex-end;
}
.share2 .price span{
	font-size: 2rem;
	line-height: 1;
	font-weight: bold;
}
.share2 .btn{
	border: .1rem #32CC73 solid;
	color: #32CC73;
	font-size: 1.2rem;
	padding: .2rem .8rem;
	border-radius: .4rem;
}
.share_three{
	padding: 1.5rem 0;
	border-bottom: .1rem #E7E7E7 solid;
}
.share_three .title{
	font-size: 1.8rem;
	font-weight: bold;
}
.share_three .date{
	margin-top: 1rem;
}
.share_three .date p{
	color: #696969;
	line-height: 1.8;
}
.share_three .date p span{
	color: #000;
}
.share_four{
    padding: 1.5rem 0;
    background-image: url(../images/jt.png);
    background-size: 1rem;
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 2rem;
}
.share_four h3{
	display: flex;
	align-items: center;
	font-size: 1.4rem;
	line-height: 1.5;
}
.share_four h3 img{
	height: 1.6rem;
	margin-right: .5rem;
}
.share_four p{
    color: #696969;
    margin-left: 2rem;
    margin-top: .2rem;
}
.share_five{
	margin-top: 2rem;
}
.sh5b img{
	height: 2rem;
}
.sh5_cont{
	margin-top: 1.5rem;
}
.sh5_cont .tit{
	font-size: 1.5rem;
	color: #333;
	font-weight: bold;
}
.sh5_cont .text{
	color: #696969;
	line-height: 1.6;
	margin-top: .5rem;
}
.share_six{
	margin-top: 1.5rem;
}
.share_six h3{
	display: flex;
	align-items: center;
	font-size: 1.5rem;
	line-height: 1.5;
}
.share_six h3 img{
	height: 1.6rem;
	margin-right: .5rem;
}
.share_six p{
	font-size: 1.2rem;
    color: #333;
    margin-left: 2rem;
    margin-top: .2rem;
}
.share_seven{
	margin-top: 2.5rem;
}
.sh6{
	display: flex;
	align-items: center;
	margin-top: 1rem;
}
.sh6 img{
	width: 6rem;
	height: 6rem;
	border-radius: 50%;
	margin-right: 1rem;
}
.sh6 .cont{
	width: calc(100% - 6rem);
	background-image: url(../images/jt.png);
    background-size: 1rem;
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 1.5rem;
    box-sizing: border-box;
}
.sh6 .cont h3{
    font-size: 1.6rem;
    display: flex;
    align-items: center;
}
.sh6 .cont h3 span{
	display: block;
	color: #32CC73;
	border: .1rem #32CC73 solid;
	font-size: 1rem;
	padding: .1rem .8rem;
	border-radius: 1rem;
	margin-left: 1rem;
}
.sh6 .cont p{
	color: #696969;
	margin-top: .6rem;
	line-height: 1;
	height: 1.5rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.sign{
	width: 80%;
	line-height: 4.2rem;
	background: #32CC73;
	font-size: 1.6rem;
	border-radius: 2rem;
	margin: 3rem auto 0;
	text-align: center;
	color: #fff;
}
.zhezhao{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	background-image: url(../images/open.jpeg);
	background-size: 100% 100%;
	background-position: top;
	background-repeat: no-repeat;
	display: none;
}
.zhezhao.active{
	display: block;
}
.loading{
	width: 100%;
	height: 100%;
	/*background: rgba(0,0,0,.3);*/
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	display: none;
}
.loading img{
	width: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.loading.active{
	display: block;
}
.hide{
	display: none;
}
.hide.active{
	display: block;
}