.wasu_page {
	width: 17.76rem;
	height: 10.04rem;
	padding: 0.76rem 0.72rem 0;
	background: url(../img/packages/bg.png) no-repeat center center;
	background-size: cover;
	overflow: hidden;
	color: #FFFFFF;
}

.user_head {
	height: 0.9rem;
	margin-bottom: 0.4rem;
}

.user_back{
	width: 0.9rem;
	height: 0.9rem;
	background: url("../img/packages/back.png") no-repeat center center;
	background-size: 0.56rem 0.56rem;
	margin-right: 0.5rem;
}

.user_pic {
	width: 0.9rem;
	height: 0.9rem;
	border-radius: 50%;
	background: #d8d8d8 no-repeat center center;
	background-size: cover;
	margin-right: 0.24rem;
}

.user_info {
	width: 2.9rem;
}

.user_name {
	height: 0.5rem;
	line-height: 0.5rem;
	width: 2.52rem;
	font-size: 0.36rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 0.06rem;
	color: #FFFFFF;
}

.user_desc {
	height: 0.33rem;
	line-height: 0.33rem;
	font-size: 0.24rem;
	color: rgba(255, 255, 255, 0.8);
	width: 2.9rem;
	white-space: nowrap;
}

.user_btns {
	height: 0.9rem;
	line-height: 0.9rem;
	font-size: 0.24rem;
	display: block;
}

.user_btn {
	margin-left: 0.32rem;
	width: 1.6rem;
	height: 0.51rem;
	line-height: 0.51rem;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	border-radius: 0.25rem;
	background: rgba(255, 255, 255, 0.2);
	float: left;
}

.user_btn.focushover {
	color: #4B1E1E;
	background-image: -webkit-linear-gradient(90deg, #FDEBC2 0%, #D19C6A 100%);
	background-image: linear-gradient(90deg, #FDEBC2 0%, #D19C6A 100%);
}

.user_tip {
	margin-left: 0.1rem;
	height: 0.27rem;
	line-height: 0.27rem;
	padding: 0 0.1rem;
	display: none;
	vertical-align: middle;
	color: #FFFFFF;
	font-size: 0.18rem;
	background-image: -webkit-linear-gradient(90deg, #FF5B5B 0%, #FF392A 100%);
	background-image: linear-gradient(90deg, #FF5B5B 0%, #FF392A 100%);
	border-radius: 4px;
	float: left;
}

.package_cont {
	width: 17.76rem;
	height: 7rem;
	padding: 0.26rem 0.72rem 0;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 2.5rem;
}

.qrcode_bg {
	width: 5.5rem;
	height: 6.92rem;
	/*border-radius: 0.04rem;*/
	background: #FFFFFF;
	position: relative;
	color: #000000;
}

.package_active {
	position: absolute;
	left: 0;
	top: 0.6rem;
	height: 0.52rem;
	line-height: 0.52rem;
	text-align: center;
	font-size: 0.4rem;
	width: 100%;
	display: none;
}

.package_nomal {
	position: absolute;
	left: 0;
	top: 0.66rem;
	width: 100%;
	display: none;
}

.ptn_info {
	height: 0.37rem;
	line-height: 0.37rem;
	font-size: 0.28rem;
	text-align: center;
	margin-bottom: 0.12rem;
}

.ptn_info b,
.ptn_info i,
.ptn_info span {
	display: inline-block;
	vertical-align: baseline;
}

.ptn_info i,
.ptn_info span {
	color: #ed6720;
}

.ptn_info span {
	font-size: 0.7rem;
}

.ptn_give {
	height: 0.4rem;
	line-height: 0.4rem;
	text-align: center;
	font-size: 0.3rem;
	color: rgba(0, 0, 0, 0.6);
}

.package_code {
	width: 4.8rem;
	height: 4.8rem;
	position: absolute;
	left: 0.35rem;
	top: 1.78rem;
	/*background: #929292 no-repeat center center;
	background-size: cover;*/
}

.pc_mask {
	width: 100%;
	height: 100%;
	/*background: #000000;*/
	background: url(../img/packages/fresh2.jpg) no-repeat center center;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}

.pcf_tip {
	width: 2.17rem;
	height: 0.77rem;
	line-height: 0.77rem;
	background-image: -webkit-linear-gradient(90deg, #FDEBC2 0%, #D19C6A 100%);
	background-image: linear-gradient(90deg, #FDEBC2 0%, #D19C6A 100%);
	border-radius: 0.38rem;
	font-size: 0.3rem;
	text-align: center;
	color: #4B1E1E;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.pcf_tip span {
	display: inline-block;
	width: 0.39rem;
	height: 0.34rem;
	background: url(../img/packages/fresh.png) no-repeat center center;
	background-size: cover;
	vertical-align: middle;
	margin-right: 0.1rem;
}

.pcs_icon {
	width: 0.59rem;
	height: 0.59rem;
	position: absolute;
	left: 50%;
	top: 1.53rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background: url(../img/packages/right.png) no-repeat center center;
	background-size: cover;
}

.pcs_tip {
	width: 100%;
	height: 0.56rem;
	line-height: 0.56rem;
	text-align: center;
	font-size: 0.4rem;
	color: #FFFFFF;
	position: absolute;
	left: 0;
	top: 2.4rem;
}

.pl_cont{
	width: 11.34rem;
	height: 6.21rem;
	padding:  0.26rem 0.45rem 0 0.26rem;
	margin-left: -0.26rem;
	margin-top: -0.26rem;
	overflow: hidden;
}
.package_list {
	position: relative;
}

.package_list li {
	width: 11.34rem;
	height: 1.58rem;
	margin-bottom: 0.06rem;
	border-radius: 0.04rem;
	position: relative;
}
.package_list li .package_container{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: no-repeat center center;
	background-size: cover;
}
.package_list .focushover .package_container{
	width: 11.58rem;
	height: 1.74rem;
	padding: 0.15rem 0.15rem 0.15rem 0.32rem;
	left: -0.26rem;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	z-index: 2;
}
.pc_price{
	height: 100%;
	width: 3.78rem;
	line-height: 1.3rem;
	vertical-align: baseline;
	text-align: center;
}
.focushover .pc_price {
	width: 3.97rem;
	line-height: 1.5rem;
}
.pc_price span{
	display: inline-block;
	vertical-align: baseline;
}
.pcp_cur{
	font-size: 0.76rem;
	color: #FFFFFF;
}
.pcp_cur i{
	font-size: 0.4rem;
}
.focushover .pcp_cur{
	color: #4B1E1E;
}
.pcp_pre{
	font-size: 0.26rem;
	text-decoration: line-through;
	color: #cbcbcb;
}
.pcp_pre i{
	font-size: 0.2rem;
}
.focushover .pcp_pre{
	color: #663a3a;
}
.pc_desc{
	width: 7rem;
	padding-top: 0.25rem;
	margin-left: 0.5rem;
}
.focushover .pc_desc{
	padding-top: 0.34rem;
}
.pcd_title{
	height: 0.67rem;
	line-height: 0.56rem;
	font-size: 0.4rem;
}
.focushover .pcd_title{
	color: #4B1E1E;
}
.pcd_title span{
	display: inline-block;
	vertical-align: middle;
	margin-left: 0.36rem;
	height: 0.42rem;
	line-height: 0.42rem;
	font-size: 0.24rem;
	padding: 0 0.1rem;
	color: #FFFFFF;
	background-image: -webkit-linear-gradient(90deg, #F96E6E 0%, #E92626 100%);
	background-image: linear-gradient(90deg, #F96E6E 0%, #E92626 100%);
}
.pcd_info{
	width: 100%;
	height: 0.4rem;
	line-height: 0.35rem;
	font-size: 0.26rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.focushover .pcd_info{
	color: rgba(75,30,30,0.8);
}
.func_btn {
	width: 11.34rem;
	height: 0.7rem;
	line-height: 0.7rem;
	font-size: 0.24rem;
	color: #EECA92;
	text-align: center;
	border-top: 0.01rem solid #f5ddb5;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 0.04rem;
	position: absolute;
	top: 6.47rem;
	left: 0.72rem;
}

.func_btn li {
	width: 25%;
	height: 100%;
	border-radius: 0.04rem;
}

.func_btn li.focushover {
	color: #4B1E1E;
	background-image: -webkit-linear-gradient(90deg, #FDEBC2 0%, #D19C6A 100%);
	background-image: linear-gradient(90deg, #FDEBC2 0%, #D19C6A 100%);
}
.lan_list{
	font-size: 0.2rem;
	width: 11.34rem;
    height: 0.7rem;
	font-size: 0.24rem;
	color: #EECA92;
}

.lan_cur {
	
}
.lan_list li {
	float: left;
	margin-right: 0.3rem;
}
.lan_list li.focushover {
	background:blue;
}

.tip-top {
	height: 1rem;
	padding: 0 1rem;
	line-height: 1rem;
	font-size: 0.6rem;
	color: #fff;
	border-radius: 0.5rem;
	background: rgba(0, 0, 0, 0.5);
	white-space: nowrap;
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 5;
	display: none;
}
