/* 悬浮底部 */

.float_footer_max_box{
    height: 52px;
    width: 100%;
    max-width: 750px;
    margin: auto;
}


.footer_item a{
    display: block;
    text-align: center;
}





.wxzx{
	position: relative;
}
.f_txt3{
	position: absolute;
    top: 3px;
    right: 25px;
    color: red;
    width: 15px;
    background: red;
    height: 15px;
    text-align: center;
    border-radius: 50%;
    display: block;
    display: inline-block;
    color: #fff;
}


/* 立即咨询弹出框 */
.wxzxbox{
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
	z-index: 999999999;
	transition: all 0.5s;
	transform: translateY(-150%);
}

.wxzxboxs{
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
	z-index: 9;
	transition: all 1s;
    transform: translateY(-250%);
}
.wxzxboxactive{
	height: 100%;
	
}
.wxzx_content{
    position: relative;
	width: 85%;
    margin: auto; 
    margin-top: 25%;
    padding: 5px;
    max-width: 750PX;
    border-radius: 10px;
    background: url(../img/lijibj1.png)no-repeat;
    background-size: cover;
}


.wxzx_x{
    position: absolute;
    top: 5px;
    right: 5px;
    width: 20px;
    height: 20px;
    line-height: 22px;
    border-radius: 50%;
    border: 1px solid #666;
    text-align: center;
}
/* 带确定按钮的样式 */
.wxzx_new_box{
    text-align: center;
    line-height: 2;
    padding: 5px;
}
.wxzx_new_box p{
    font-size: 15px;
}
.new_wxh{
    color: #bd0303;
}
.newp_btn{
    width: 100px;
    height: 25px;
    line-height: 25px;
    border: 1px solid #c33a3a;
    font-size: 15px;
    border-radius: 30px;
    color: #c33a3a;
    margin: 5px auto;
}




/* 头像样式 */
.wxzx_title{
	margin-top: 7%;
    margin-bottom: 1%;
}
.title_a{
	font-size: 24px;
	text-align: center;
}
.wxze_title_xpan{
	color: #bd0303;
}

.pzhwntxhh{
	text-align: center;
    font-size: 18px;
    color: #59a080;
}
.wxzx_h{
	display: inline-block;
    position: relative;
    width: 30px;
    border-bottom: 1px solid #59a080;
    top: -6px;
}

.wxzx_author_img{
	text-align: center;
    padding: 5% 0px;
}
.wxzx_author_img img{
	width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid #028253;
}
.copy_success{
    width: 60%;
    height: 40px;
    margin: auto;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 30px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
}
.qtjpzhhy{
    text-align: center;
    font-size: 16px;
}
.qtj_h{
	display: inline-block;
    border-bottom: 1px solid #666;
    position: relative;
    width: 15px;
    top: -4px;
}
.qtj{
	font-weight: 500;
}

.haoma{
	text-align: center;
    margin: 2% 0px;
    color: #03905d;
    font-size: 16px;
}

.wxzx_a{
    display: block;
    
}
.wxzx_btn{
	text-align: center;
    font-size: 17px;
    width: 50%;
    padding: 5px 10px;
    background: #03905d;
    color: #fff;
    margin: 0px auto;
    border-radius: 15px;
}


.wxzx_foot{
	display: flex;
    justify-content: space-between;
    align-items: center;
	padding: 0px 5%;
	margin: 5% 0;

}
.wxzx_foot_item_txt{
    text-align: center;
    color: #0baa70;
    border: 1px solid #0baa70;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: inline-block;
    line-height: 22px;
}
.wxzx_foot_item_text{
	font-size: 12px;
	color: #0baa70;
}
