@charset "utf-8";
/* CSS Document */

.bottom_box{position:fixed;left:0;bottom:0;z-index:1000;width:100%;display:none;background:url(xw.jpg) no-repeat center;/* box-shadow: 0 -1px 6px 0 rgba(0,0,0,.2);*/
/*-moz-opacity:.8;opacity:.8*/}
* html .bottom_box{position:absolute;left:expression(eval(document.documentElement.scrollLeft+document.documentElement.clientWidth-this.offsetWidth)-(parseInt(this.currentStyle.marginLeft,10)||0)-(parseInt(this.currentStyle.marginRight,10)||0));top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)))}
.lt_bottom{width:100%;height:auto;margin:0 auto;color:#fff;line-height:28px;padding:6px 0;position:relative; float:left;}
.lt_bottom .wz{/*width:40%;*/ margin-left:16px;color:#fff; }
.wz img{ width:68px; height:68px; float:left;}
.wz p{ float:left; margin-left:10px;color:#fff; margin-top:10px;}
.yas{ font-weight:bold;font-size: 16px; }
.baom{width:60%; float:left;}
.baom ul{ list-style:none;}
.baom li{  display:block}
.close{position:absolute;right:8px;top:8px;width:16px;height:16px;background:url(close.png) no-repeat}
.tel {
    position: absolute;
    right: 0.8rem;
    top: 30%;
    width: 1.2rem;
    padding-left: 0.25rem;
	padding-right: 0.1rem;
    height: 0.5rem;
    line-height:28px;
    background-color: #fff;
    border-radius: 1.6rem;
    font-size: 0.26rem;
    color: #fa0000; font-weight:bold;
}
.tel:after {
    position: absolute;
    content: '';
    width: 0.6rem;
    height: 0.6rem;
    background-position: 0 -4.12rem;
    left: 0.06rem;
    top: 0.06rem;
}

/*.tel:after {
    background: url(z_icon.png) no-repeat 0 0;
    background-size: 5.8rem auto;
}*/
.ask{position:absolute;bottom:30px;right:95px}
.register{position:absolute;bottom:30px;left:605px;}
.mini{position:fixed;bottom:0;right:20px;cursor:pointer;z-index:1000;display:none}

.jq-alert{position:fixed;top:0;left:0;width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:center;-webkit-align-items:center;justify-content:center;align-items:center;background-color:rgba(0,0,0,.3);z-index:99}
.jq-alert .alert{background-color:#fff;width:80%;height:auto;border-radius:4px;overflow:hidden}
.jq-alert .alert .title{position:relative;margin:0;font-size:.3rem;height:.8rem;line-height:.8rem;text-align:center;font-weight:400;color:rgba(0,0,0,.8)}
.jq-alert .alert .content{padding:.3rem;font-size:.28rem;color:rgba(0,0,0,.6)}
.jq-alert .alert .content .prompt{width:100%}
.jq-alert .alert .content .prompt .prompt-content{font-size:.28rem;color:rgba(0,0,0,.54)}
.jq-alert .alert .content .prompt .prompt-text{background:0 0;border:none;outline:0;width:100%;height:.6rem;box-sizing:border-box;margin-top:.2rem;background-color:#fff;border:1px solid #dcdcdc;text-indent:5px}
.jq-alert .alert .content .prompt .prompt-text:focus{border:1px solid #2196f3;background-color:rgba(33,150,243,.08)}
.jq-alert .alert .fd-btn{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:center;-webkit-align-items:center;justify-content:center;align-items:center}
.jq-alert .alert .fd-btn:after{position:absolute;content:"";top:0;left:0;width:100%;height:1px;background-color:#f3f3f3}
.jq-alert .alert .fd-btn a{width:100%;height:.8rem;font-size:.26rem;display:flex;flex-direction:row;align-items:center;justify-content:center;color:rgba(0,0,0,.8)}
.jq-alert .alert .fd-btn a.cancel{position:relative;color:rgba(0,0,0,.5)}
.jq-alert .alert .fd-btn a.cancel:after{content:"";position:absolute;top:.1rem;right:0;width:1px;height:.6rem;background-color:#f3f3f3}
.jq-alert .alert .fd-btn a.confirm{color:#2196f3}
.jq-alert .alert .fd-btn a.confirm:active{background-color:#2196f3;color:#fff}
.jq-toast{z-index:999;position:fixed;top:0;left:0;width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;flex-direction:row;-webkit-flex-direction:row;-ms-flex-direction:row;justify-content:center;-webkit-justify-content:center;align-items:center;-webkit-align-items:center}
.jq-toast .toast{max-width:80%;padding:.1rem .2rem;background-color:rgba(0,0,0,.48);color:#fff;border-radius:4px;font-size:.28rem}
