/*通用样式*/

* {
	margin: 0;
	padding: 0;
}

body {
	width: 100%;
	height: 100%;
	font-family: "微软雅黑";
	font-size: 16px;
	color: #fff;
	background: #eee;
}

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: #deb832;
	font-weight: normal;
}


/*主体开始*/

section{
	width: 100%;
	max-width: 590px;
	margin: 0 auto;
	background: #0c292f;
	background-size: contain;
}

.bq {
	text-indent: 0 !important;
	padding-bottom: 4.8rem !important;
	text-align: center;
	color: #999;
	font-size: .9rem;
}


/*主体结束*/


/*center开始*/

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

center p{
	padding-bottom: 1rem;
}

center img{
	padding-bottom: 1.6rem;
}

center p{
	text-indent: 2rem;
	font-size: 1rem;
	text-align: left;
	letter-spacing: 1px;
	line-height: 1.7rem;
}


h2 span{
	text-align: center;
	display: inline-block;
	background-color: #38a85f;
	border-radius: 50%;
	width: 18px;
	height: 18px;
	line-height: 20px;
	padding: .2rem;
	color: #fff;
	font-weight: normal;
	font-size: .8rem;
	margin-right: .4rem;
}

h2{
	color: #38a85f;
	text-align: left;
	font-size: 1.2rem;
	font-weight: bold;
	padding-bottom: .6rem;
	margin-top: .6rem;
}

.item{
	display: block;
	margin: 1rem auto .6rem;
}

.white{
	background-color: #fff;
	padding-top: 1rem;
	border-radius: 6px;
}

.indent p{
	text-indent: 0;
}

.indent span{
	font-size: 1.2rem;
	color: #fff;
	font-weight: bold;
}

.sign{
	display: block;
	background-color: #017a4c;
	color: #fff;
	font-size: 1.5rem;
	letter-spacing: 2px;
	font-weight: bold;
	padding: .4rem;
}

.sign u{
	text-decoration: none;
	display: block;
	font-size: 1rem;
	color: #ffff00;
	padding-top: .2rem;
}

.bfdd{
	background-color: #fffdf0;
	padding: .3rem 0;
	border-left: 6px solid #135241;
	text-align: left;
	padding-left: .6rem;
	font-size: 1.4rem;
	font-weight: bold;
	color: #333;
	margin: 1rem  auto .6rem;
}

.q-img{
	width: 90%;
	padding-bottom: .6rem;
}


/* 引导语 */

.wechat{
	width: 100%;
	margin: 0rem auto 2rem;
	background-color: #fffae7;
}

.wechat .wxbto{
	width: 100%;
	transform: rotate(180deg);
    padding: 0;
}

.wechat_center{
	width: 100%;
	background: url(../images/wxmin.webp) repeat-y;
	background-size: contain;
}

.wxitem{
	width: 90%;
	margin: 0 auto;
}

.wxtop{
	padding: 0;
}

.wxitem p{
	color: #333;
	text-indent: 0;
	text-align: center;
	font-size: 1rem;
	padding-bottom: .6rem;
}

.zaax-wxh{
	font-size: 1.4rem;
	font-weight: bold;
    color: #ff6400;
    display: inline-block;
    border-radius: 4px;
    text-indent: 0;
}

.wechat h1{
	text-align: center;
	color: #0C292F;
	font-size: 1.4rem;
	font-weight: bold;
	padding-bottom: .6rem;
	letter-spacing: 2px;
}

.wechat b{
	color: #ff6400;
	font-size: 1.1rem;
	font-weight: bold;
}

.yibo{
	font-size: .9rem !important;
	padding: 0;
}

/*wechat结束*/


/*foot*/

footer {
	padding: .4rem 0;
	width: 100%;
	position: fixed;
	bottom: 0;
	background: #0C292F;
	max-width: 590px;
	margin: 0 auto;
	z-index: 999;
}

footer p {
	text-align: center;
	font-size: 1.1rem;
}

footer .small{
	padding-top: .4rem;
	font-size: .9rem;
}

footer .zaax-wxh{
	color: red;
	font-size: 1.4rem;
	font-weight: bold;
	margin: 0;
}

footer .wxhead{
	vertical-align: bottom;
	width: 34px;
	display: inline-block;
	padding-right: .4rem;
}

footer b{
	background: #ffff00;
	color: red;
	padding: 0 .2rem;
	margin-left: 4px;
}

/*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) {
	
	section{
		box-shadow: #e0e0e0 0 0 10px;
	}
	
	.center p{
		font-size: 1.1rem;
		line-height: 2rem;
	}
}







.fadebox{display: none}
.fadebox .main{z-index: 99999;width:100%;height:100%;display: flex;justify-content: center;align-items: center;flex-direction: column;position: fixed;top:0;left:0;color: #000}
.fadebox .bg{width: 100%;height: 100%;background-color: rgba(0,0,0,0.5);position: fixed;top:0;left:0;z-index: 1}
.fadebox .tc{background-color: #fff;border-radius: 30px;width: 90%;padding:10px;z-index: 2;position: relative;text-align: center}
.fadebox .tc .close{width: 15px;position: absolute;right:10px;top:10px;}
.fadebox .tc .close img{width: 100%;margin:20px;float: right;}
.fadebox .tc .ico{width: 50%;margin:30px auto 10px auto;}
.fadebox .tc .ico img{width: 100%;}
.fadebox .tc p{line-height: 1.5;font-size: 1rem}
.fadebox .tc button{
	border:0;
	color: #fff;
	font-size: 1rem;
	margin:10px auto;
	background-color: #1aad17;
    border-radius: 0.50951087rem;
    width: 8.15217391rem;
    height: 2.54755435rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.55289855rem;
    cursor: pointer;
}



