﻿/*通用样式*/

* {
	margin: 0;
	padding: 0;
}

body {
	width: 100%;
	height: 100%;
	font: 18px Arial, "宋体";
	font-size: 16px;
	color: #333;
	background: #fff;
}

b{
	color: #ca0000;
}

img {
	width: 100%;
	display: block;
	pointer-events: none;
	-wekit-user-select:none;
	-moz-user-select:none;
	-o-user-select:none;
	user-select: none;
}

/* section */

section{
	width: 100%;
	max-width: 680px;
	margin: 0 auto;
	background-color: #233756;
}

center{
	background-color: #fff;
	margin: 0 .6rem 5rem;
	padding: .6rem;
}

center p,center img{
	padding-bottom: 1rem;
}

center p{
	color: #333;
	font-size: 1.2rem;
	line-height: 2.4rem;
	text-indent: 2.2rem;
	text-align: left;
}

.tip{
	width: 94%;
	margin: 0 auto;
	border-top: 1px dashed #233756;
	padding-top: 1.4rem;
}

.jzbox{
	background-color: #233756;
	display: block;
	padding: .6rem .6rem 0;
	margin-bottom: 2rem;
}

.jzbox h1{
	text-align: center;
	font-size: 1.6rem;
	padding-bottom: .8rem;
	color: #fed2a8;
	font-weight: bold;
	border-bottom: 1px dashed #fff;
	margin-bottom: .6rem;
}

.jzbox p{
	color: #fff;
	padding-bottom: .6rem;
}

.bq{
	text-align: center;
	text-indent: 0;
	color: #999;
	font-size: 18px;
}

/* footer */

footer{
	width: 100%;
	max-width: 680px;
	position: fixed;
	bottom: 0;
	background-color: #233756;
	padding-top: .4rem;
}

footer p{
	text-align: center;
	color: #fff;
	font-size: 1.1rem;
	line-height: 2.2rem;
}

footer img{
	display: inline-block;
	width: 30px;
	vertical-align: middle;
}

/*wechat*/

.wechat{
	position: relative;
	top: 0;
	left: 0;
	border: 1px dashed #ca0000;
	padding: 1rem .6rem .4rem .6rem;
	margin: .6rem auto 1.6rem;
	background: rgb(255 250 249 / 99%);
}

.sign{
	width: 14%;
    height: 10px;
    position: absolute;
    top: -5px;
    left: 43%;
    background: #ca0000;
}

.sign2{
	width: 14%;
    height: 10px;
    position: absolute;
    left: 43%;
    background: #ca0000;
	bottom: -5px;
}

.wechat p{
	text-align: center;
	text-indent: 0 !important;
	padding-bottom: .6rem;
}

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

.yibo{
	color: red;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 2.4rem;
	color: #ca0000;
}

/*wxcode*/

.wechat .wxcode{
	font-size: 2rem;
	font-weight: bold;
	color: white;
	background: #233756;
	padding: 0 .4rem;
	margin-left: 6px;
	display: inline-block;
}

footer .wxcode{
	background-color: #ffff00;
	color: #FF0000;
	font-size: 1.4rem;
	font-weight: bold;
	padding: .2rem .4rem;
	display: inline-block;
}


/*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.2rem;
		line-height: 2.2rem;
	}
	
	.tip{
		width: 70%;
		padding-bottom: 2rem;
	}
	
	.jzbox h1{
		font-size: 2.4rem;
	}
	
	.wechat p{
		font-size: 1.4rem;
		line-height: 2.4rem;
	}

}


@media only screen and (max-width:690px) {
    	center p{
		font-size: 1rem;
		line-height: 2rem;
	}
	
	.tip{
		width: 70%;
		padding-bottom: 1.5rem;
	}
	
	.jzbox h1{
		font-size: 2rem;
	}
	
	.wechat p{
		font-size: 1rem;
		line-height: 2rem;
	}
}