
.box{
	max-width: 7.5rem;
	margin: 0 auto;
	background: #1c1c1c;
	overflow: hidden;
}
.weixin-btn{
	
}
.weixin-btn .weixin-copy{
	background-color:var(--blue);
	width: 2.84rem;
	height:.96rem;line-height:.96rem;
	color: #FFF;
	font-family:PingFangSC-Medium;
	font-size:.32rem;
	font-weight:500;
	border-radius:.08rem;
	display: inline-block;
	float: right;
	border: none;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}
.weixin-btn .weixin-copy:after{
	content: "";
	position: absolute;
	/*left: -1.8rem;*/
	left: 0;
	top: 0;
	width: 0.2rem;
	height: 0.6rem;

	background-image: -webkit-linear-gradient(0deg,rgba(255,255,255,0.1),rgba(255,255,255,0.5),rgba(255,255,255,0.1));
	background-image: -moz-linear-gradient(0deg,rgba(255,255,255,0.1),rgba(255,255,255,0.5),rgba(255,255,255,0.1));
	background-image: -o-linear-gradient(0deg,rgba(255,255,255,0.1),rgba(255,255,255,0.5),rgba(255,255,255,0.1));
	background-image: -ms-linear-gradient(0deg,rgba(255,255,255,0.1),rgba(255,255,255,0.5),rgba(255,255,255,0.1));
	background-image: linear-gradient(0deg,rgba(255,255,255,0.1),rgba(255,255,255,0.5),rgba(255,255,255,0.1));

	-webkit-transform: skewx(-25deg);
	-moz-transform: skewx(-25deg);
	-o-transform: skewx(-25deg);
	-ms-transform: skewx(-25deg);
	transform: skewx(-25deg);
	animation: warn 1.5s ease-out 0s infinite;
	animation-direction: alternate;
}
@keyframes warn{
	0%{
		left: 12rem;
	}
	100%{
		left: -1.8rem;
	}
}
.popup{
	position: fixed;
	background: #FFF;
	top: 2.0rem;
	left: 50%;
	transform: translate(-50%, 0);
	border-radius: 10px;
	padding: 0.4rem 0;
	width: 6.0rem;
	z-index: 9999;
	color: #333;
	display: none;
	box-shadow: 0 0 10px #ccc;
}
.popup[data-view="open"]{
	display: block;
}
.open{
	display: block;
}

.popup .icon i{
	color: #1aad19;
	font-size: 0.6rem;
	display: inline-block;
}
.popup .close{
	position: absolute;
	right: 0.1rem;
	top: 0.1rem;
	width: 0.3rem;
	line-height: 0.3rem;
	cursor: pointer;
}
.popup .close i{
	font-size: 0.2rem;
	color: #333;
}
.popup .t{
	font-size: 0.38rem;
	font-weight: bold;
	padding: 0.1rem 0;
}

.popup .text{
	line-height: 0.35rem;
	margin-bottom: 0.2rem;
	font-size: 0.26rem;
}
.popup .text a{
	color: #333;
}
.popup .btn{
	width: 1.5rem;
	margin: 0 auto;
	font-size: 0.3rem;
	line-height: 0.6rem;
	background-color:var(--red);
	color: #FFF;
	border-radius: 0.05rem;
}






.title{
}
.title .cn{
	font-size: 0.40rem;
	line-height: 0.30rem;
	font-weight: bold;
}
.title .en{
	padding-top: 0rem;
}
.title .en span{
	font-size: 0.16rem;
	line-height: 0.16rem;
	color: #737373;
	position: relative;
}




