* {
	margin: 0;
	padding: 0;
}

body {
	width: 100%;
	height: 100%;
	font-family: "微软雅黑";
	font-size: 20px;
	color: #333;
	background: #fff;
	
}

img {
	width: 100%;
	display: block;
	pointer-events: none;
	-wekit-user-select:none;
	-moz-user-select:none;
	-o-user-select:none;
	user-select: none;
}

b {
	color: #ca0000;
	font-weight: normal;
}


/*主体*/

section{
	width: 100%;
	max-width: 560px;
	margin: 0 auto;
	background: #fff url(../images/bg.jpg) repeat-y;
	background-size: contain;
}

center{
    padding: 1rem .6rem 0;
	text-align: center;
}

center p{
	font-size: 1.2rem;
	line-height: 2.2rem;
	text-align: left;
	text-indent: 2rem;
	padding-bottom: 1.2rem;
}

img{
	padding-bottom: .8rem;
}

.item{
	width: 80%;
	margin: 0 auto;
}

.blimg{
	width: 70%;
	margin: 0 auto;
}

.blimg2{
	padding: 1rem 0 1.4rem;
}

.biao {
    display: inline-block;
    background-color: #a8710a;
    color: #fff;
    font-size: 1.4rem;
    padding: .2rem .6rem;
    border-radius: 30px;
    margin-bottom: 1.4rem;
    margin-top: .6rem;
}

footer {
	position: fixed;
	bottom: 0;
	background: #fff;
	width: 100%;
	padding: .4rem 0;
	max-width:560px;
	margin: 0 auto;
	left: 0;
	right: 0;
}

footer p {
	text-align: center;
	font-size: 1.1rem;
	line-height: 2rem;
}

footer .item{
	font-size: .9rem;
}

/*wechat开始*/

.wxcode{
	color: #ffff00;
	font-size: 1.6rem;
	font-weight: bold;
	background: #ca0000;
	border-radius:6px;
	padding: 0 .4rem;
}

.copy_item{
	color: #333;
	font-weight: bold;
}

.wechat{
	position: relative;
	top: 0;
	left: 0;
	padding: 1rem .6rem .4rem .6rem;
	margin: 0 auto 1.8rem;
	background: #f2f2f2 url(../images/wximg.webp) no-repeat;
	background-size: 100% 100%;
	border-radius: 14px;
}

.sign{
	width: 10px;
	height: 20%;
	position: absolute;
	top: 36%;
	right: -5px;
	background: #f2f2f2;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

.sign2{
	width: 10px;
	height: 20%;
    position: absolute;
    top: 36%;
	left: -5px;
    background: #f2f2f2;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}

.wechat p{
	text-align: center;
	text-indent: 0 !important;
	padding-bottom: .8rem;
	line-height: 2rem;
}

.icon{
	width: 30px;
	display: inline-block;
	margin-right: .2rem;
	vertical-align: middle;
}

.yibo{
	color: #ca0000 !important;
	font-weight: bold;
	line-height: 2.6rem;
	font-size: 1.4rem;
	padding-bottom: 1.4rem;
}

/*wechat结束*/

.bq{
	color: #999;
	text-align: center;
	text-indent: 0;
	font-size: 14px;
	margin-bottom: 4.6rem;
}

/*btn*/

.btn_box {
	z-index: 5 !important;
	width: 120% !important;
	background: transparent !important;
	position: absolute !important;
	text-align: center !important;
	box-sizing: content-box !important;
	top: -50% !important;
	left: -10%;
	font-weight: 400 !important;
	line-height: 200% !important;
	height: 200% !important;
	font-size: 0.8em;
	border-radius: 4px;
	color: white;
}

.btn_copy {
	display: none;
	padding: 0;
	z-index: 10 !important;
	outline: none !important;
	border: none !important;
	width: 60px !important;
	position: relative !important;
	text-align: center !important;
	box-sizing: content-box !important;
	margin: -30px auto 0 !important;
	font-weight: 400 !important;
	line-height: 32px;
	height: 32px;
	font-size: 16px !important;
	border-radius: 4px;
	color: white;
	background: #777;
}

.t_copyy {
	position: absolute;
	left: 50%;
	top: 32px;
	width: 0;
	height: 0;
	margin-left: -10px;
	border: 10px solid transparent;
	border-top-color: #777;
}

.show_ {
	display: block !important;
}

.copy_bk {
	background-color: blue !important;
	color: white !important;
}

@media only screen and (min-width: 690px) {
	center p{
		font-size: 1.4rem;
		line-height: 2.6rem;
	}
	
	img{
		padding-bottom: 1.4rem;
	}
	
	.biao{
		font-size: 2rem;
		padding: .2rem 1rem;
		margin: .8rem auto 1.2rem;
	}
	
	.wechat p{
		line-height: 2.8rem;
	}
	
	.yibo{
		font-size: 1.8rem;
	}
	
	.biao{
		margin-bottom: 2rem;
	}
	
}