* {
	padding: 0;
	margin: 0;
}

html,
body,
p,
input {
	font-family: PingFangSC-Regular, sans-serif;
	font-size: 0.3rem;
	max-height: 100%;
}

body {
	background-color: #f5f5f5;
	position: relative;
}


/*下载条*/

.top_imgBlank {
	height: 1.16rem;
	width: 100%;
	display: none;
}

.content-page {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	display: none;
	z-index: 2;
}

.content-page .download {
	position: relative;
	background-color: #ffffff;
	height: 1.16rem;
}

.content-page .download .img {
	position: absolute;
	top: .12rem;
	left: .32rem;
	width: 0.92rem;
	height: 0.92rem;
	background-image: url("../img/icon_bfsh@2x.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.content-page .download .btn {
	position: absolute;
	width: 1.5rem;
	height: .68rem;
	right: .32rem;
	top: .25rem;
	background-image: url(../img/btn_xz@2x.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.content-page .download p:first-of-type {
	position: absolute;
	left: 1.44rem;
	top: .24rem;
	font-size: .24rem;
	letter-spacing: 1px;
	color: #666666;
	line-height: 100%;
}

.content-page .download p:nth-of-type(2) {
	position: absolute;
	left: 1.44rem;
	top: .58rem;
	font-size: .314rem;
	letter-spacing: 1px;
	font-weight: bold;
	color: #333;
	line-height: 100%;
	padding-top: 2px;
}

.content-page .download p:last-of-type {
	position: absolute;
	right: .65rem;
	top: .4rem;
	font-size: .26rem;
	color: #439B98;
	line-height: .4rem;
	letter-spacing: 5px;
}


/**顶部图片*/

.top_img,
.bottom_img {
	width: 100%;
}

.top_img>img,
.bottom_img>img {
	width: 100%;
	min-height: 4rem;
	height: auto;
}

.activity_name {
	background: rgb(245, 245, 245);
	text-align: center;
	padding: 0.5rem 1.08rem 0.19rem 1.08rem;
	font-size: 0.36rem;
	font-weight: bold;
	color: rgb(51, 51, 51);
}

.line {
	width: 0.56rem;
	height: 0.04rem;
	background: rgb(51, 51, 51);
	margin: 0 auto;
	margin-bottom: 0.4rem;
}

.white_top_bg {
	width: 100%;
	height: .4rem;
	overflow: hidden;
}

.white_top_bg>img {
	width: 100%;
}

.active_times_style {
	background-color: rgb(245, 245, 245);
}

.topWrapper {
	padding-bottom: .4rem;
	background-color: white;
}

.wrapper {
	position: relative;
	padding: 0 .4rem .4rem .6rem;
	background-color: #FFFFFF;
	box-sizing: border-box;
}

.tipIcon {
	position: relative;
	height: .4rem;
	line-height: .4rem;
}

.tipIcon:after {
	content: "";
	position: absolute;
	width: .03rem;
	height: .24rem;
	background-color: #FF0000;
	top: .065rem;
	left: -.2rem;
}

.title_style {
	display: flex;
	font-size: 0.32rem;
	max-height: 100%;
	color: rgb(51, 51, 51);
}

.padding_bottom {
	padding-bottom: 0.2rem;
}

.padding_top {
	padding-top: 0.4rem;
}

.margin_top {
	margin-top: 0.2rem;
}

.gray_text {
	font-size: 0.28rem;
	max-height: 100%;
	color: rgb(150, 152, 155);
}

.fix_center {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 0.36rem;
}

.red_text {
	font-size: 0.3rem;
	max-height: 100%;
	color: rgb(247, 37, 57);
}

.arrow_img {
	width: 0.28rem;
	height: 0.16rem;
	margin-left: 0.12rem;
}

.context-all {
	font-size: 0.28rem;
	color: rgb(150, 152, 155);
	line-height: 25px;
	overflow: hidden;
}

.content-maxHeight {
	/*max-height: 75.5px;*/
	max-height: 250.5px;
}

.hide {
	display: none;
}


/*popup begin*/

.popup {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1000;
	display: none;
}

.popup-tent {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	width: 5.2rem;
	background-color: #f6f6f6;
	border-radius: .1rem;
	color: #333;
	overflow: hidden;
	background-color: white;
}

.popup-text {
	padding: .2rem .24rem;
	text-align: center;
	padding: .3rem .28rem;
}

.index-btn {
	width: 100%;
	display: flex;
	display: -webkit-flex;
	color: #f72539;
	text-align: center;
	padding: .2rem 0;
	border-top: 1px solid #e5e5e5;
}

.cancel {
	width: 100%;
	height: 100%;
	border-right: 1px solid #E5E5E5;
	background-color: #fff;
	color: #333333;
}

.cancel:active {
	background-color: #e7e7e7;
}

.confirm {
	width: 100%;
	height: 100%;
	background-color: #fff;
}

.confirm:active {
	background-color: #e7e7e7;
}


/*popup end*/