/*wap关注二维码弹窗*/

.pop-hint .pop-box{
    width:10rem;
    padding-bottom: 0
}

.layui-layer {
	border-radius:0.32em;
}
.layui-layer-title{
	border-top-left-radius:2em;
border-top-right-radius:2em;
}
.layui-layer-page .layui-layer-content {
	overflow-y: visible;
}

.layui-layer-setwin .layui-layer-close {
	background-position: 0 0;
}

.layui-layer-setwin a {
	width: 0.5rem;
	height: 0.5rem;
	background: url(../images/icon_close.png) no-repeat 0 0;
	background-size: 100% 100%;
}

.code {
	display: none;
    height: 9.2rem;
    width: 10rem;
}

.layui-layer-title {
	background-color: #ffffff;
}

.layui-layer-iframe {
	border-radius: 5px;
	overflow: hidden;
}

.code-img {
	display: block;
	width: 60%;
    margin: 1.5rem auto 0.5rem;
	padding: 3%;
	border: 1px solid #dddddd;
}
.code-img img{
    width:100%;
}
.code-text {
	margin: 0.28rem 0 0.14rem;
	text-align: center;
	font-size: 0.5rem;
}

.save {
	text-align: center;
	color: #999999;
    margin-top: 0.3rem;
	font-size: 0.46rem;
}

.save-img {
	width: 0.54rem;
	margin-top: -0.1rem;
}
.pop-close{
    position: absolute;
    right: 0.5rem;
    top:0.5rem;
    width: 0.5rem;
    height: 0.5rem;
    background: url(../images/icon_close.png) no-repeat 0 0;
    background-size: 100% 100%;
}
