/* CSS Document */
.hide {display: none;}
.publicPop {
	display: none;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: fixed;
	z-index: 9999;
	background: url("../images/pop/filter_bg.png");
}
.publicPop .popContainer {
	position: absolute;
	width: 6rem;
	left: 50%;
	top: 45%;
	min-height: 2rem;
	background: #fff;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
.publicPop .popContainer .closeBtnItem {
	width: 0.56rem;
	height: 0.56rem;
	background: url("../images/mobile/pop/close_icon.png") no-repeat center;
	background-size: cover;
	position: absolute;
	bottom: -0.8rem;
    left: 50%; 
    margin: 0 0 0 -0.28rem;
}

/*表单弹出层*/
.form_pop .header_ele {
    padding: 0.35rem 0;
}
.form_pop .header_ele h1 {
    font-size: 0.36rem;
    color: #fff;
    line-height: 0.46rem;
}
.form_pop ul {
    padding: 0.4rem;
}
.form_pop ul .input-item {
    background: #f2f3f8;
    height: 0.7rem;
    line-height: 0.7rem;
    text-align: center;
    font-size: 0.28rem
    color: #25262c;
    margin: 0 0 0.24rem 0;
    width: 100%;
}
.form_pop .input-btn {
    width: 4.6rem;
    height: 0.78rem;
    margin: 0.12rem 0 0 0;
    background: #d19d5c;
    border-radius: 0.39rem;
    -webkit-border-radius: 0.39rem;
    -moz-border-radius: 0.39rem;
    font-size: 0.28rem;
    color: #fff;
}
.form_pop .input-btn:active {
    opacity: 0.8;
}
.form_pop .alert_text {
    font-size: 0.24rem;
    color: #9a97a7;
    padding: 0 0 0.4rem 0;
}
.form_pop .alert_text span {
    color: #d19d5c;
}
.form_pop .gradient {
    background: -moz-linear-gradient(left, #d19e5d 0%, #e1c180 100%);
    background: -webkit-linear-gradient(left, #d19e5d 0%,#e1c180 100%);
    background: -o-linear-gradient(left, #d19e5d 0%,#e1c180 100%);
    background: -ms-linear-gradient(left, #d19e5d 0%,#e1c180 100%);
    background: linear-gradient(to right, #d19e5d 0%,#e1c180 100%);
}
.form_pop .gradient01 {
    background: -moz-linear-gradient(top, #e1c180 0%, #d19e5d 100%);
    background: -webkit-linear-gradient(top, #e1c180 0%,#d19e5d 100%);
    background: -o-linear-gradient(top, #e1c180 0%,#d19e5d 100%);
    background: -ms-linear-gradient(top, #e1c180 0%,#d19e5d 100%);
    background: linear-gradient(to bottom, #e1c180 0%,#d19e5d 100%);
}
