.beforelogin_layer_box{
	position: fixed;
	bottom: 0;
	left: 0;
	width:100%;
	height:110px;
	background: rgba(255,255,255,0.9);
	-webkit-box-shadow:0 0 7px 0 rgba(26,54,91,0.2);
	box-shadow:0 0 7px 0 rgba(26,54,91,0.2);
	z-index: 102;
	padding:0 40px;
}
.beforelogin_layer_link{
	display: inline-block;
	line-height: 110px
}
.close_layer{
	display: inline-block;
	width:60px;
	height: 60px;
	margin-top:25px;
	cursor: pointer;
	background: url(/themes/jq/static/common/img/x.png) center no-repeat;
}
.mobile .beforelogin_layer_box{
	height:50px;
	padding:0;
}
.mobile .beforelogin_layer_link{
	width:75%;
	line-height: 50px;
}
.mobile .beforelogin_layer_link img{
	width:100%;
}
.mobile .close_layer{
	background-size:cover;
	width:20px;
	height:20px;
    margin: 0;
    position: absolute;
    top: 18px;
    right: 15px;
}
@media(min-width:768px) and (max-width:1025px){
	.mobile .beforelogin_layer_box{
		height:105px;
	}
	.mobile .beforelogin_layer_link{
		line-height: 105px
	}
	.mobile .close_layer{
		width:50px;
		height:50px;
		top:29px;
	}
}