/*二级页面返回首页*/
.back_home{position: fixed;top:56%;right:0;z-index: 100;width:1.626667rem;height: 1.506667rem;}
.back_home .back_img,.back_home .tap_tips img{width: 100%;}
.back_home .tap_tips{display:block;position:absolute;top:-0.4rem;left:-2rem;width: 2.466667rem;transition: all 0.5s;}

/*loading*/
.load_box{position: fixed;left: 0;top:0;width:100%;height: 100%;background: #fff;transition: all 0.5s;z-index: 999;}
.load_box img{display: block;width:4.0rem;margin: 60% auto;}

/*弹框 验证码*/
.layui-m-layercont .code_img{overflow: hidden; margin-top: 0.34rem;}
.layui-m-layercont .code_img img{float: left; width: 2.6rem;}
.layui-m-layercont .code_img span{float: left;margin:0.2rem 0 0 0.2rem; color: #aaa;}
.layui-m-layercont .ipt_identify{position: relative;width: 100%;height: 1.17rem;border: 1px solid #8f8f8f;border-radius: 0.11rem;margin: 0.293333rem auto;}
.layui-m-layercont .ipt_identify>input{font-size: 0.35rem; padding: 0.4rem 0.37rem; box-sizing: border-box;height: 100%;width: 100%; background-color: #ececec;border: none;}
.layui-m-layercont .ipt_identify span{display: inline-block;position: absolute;top:0.35rem;right: 0.3rem;width:0.4rem;height: 0.4rem;}
.layui-m-layercont .ipt_identify .ident_ok{background: url(../../../../home/images/code-right.png) no-repeat;background-size: cover;}
.layui-m-layercont .ipt_identify .ident_error{background: url(../../../../home/images/code-error.png) no-repeat;background-size: cover;}