@charset "utf-8";
* {
    margin:0;
    padding:0;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -ms-tap-highlight-color:rgba(0,0,0,0);
    -moz-tap-highlight-color:rgba(0,0,0,0)
}
li {
    list-style:none
}
a {
    text-decoration:none;
    outline:0;
    blur:expression(this.onFocus=this.blur());
    color:#fff
}
img {
    border:0
}
.clear {
    zoom:1
}
.clear:after {
    content:'';
    display:block;
    clear:both
}
html {
    width:100%;
    height:100%
}
body {
    margin:0 auto;
    font-family:'华文细黑';
    background:#ededed;
    font-size:15px;
    max-width:640px;
    min-height:100%;
    height:100%;
    background:#fff;
    position:relative
}
#container {
    overflow:hidden;
    width:100%
}
.zjy_return {
    position:fixed;
    top:5px;
    left:10px;
    width:40px;
    height:40px;
    background-image:url(../../ele/images/returnButton.png);
    background-repeat:no-repeat;
    background-position:center center;
    background-size:40px 40px;
    z-index:1000
}
.zjy_quit {
    position:fixed;
    top:5px;
    right:10px;
    width:44px;
    height:40px;
    background-image:url(../../ele/images/tuichu.png);
    background-repeat:no-repeat;
    background-position:center center;
    background-size:35px auto;
    z-index:899
}
.box_swipe ol {
    height:30px;
    position:relative;
    z-index:10;
    text-align:center;
    background-color:rgba(0,0,0,0);
    margin-top:-30px
}
.box_swipe ol li {
    display:inline-block;
    margin:10px 1px;
    width:10px;
    height:10px;
    background-color:rgba(255,255,255,0.5);
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    -o-border-radius:10px
}
.box_swipe ol li.on {
    background:#fff
}
.middleBottomName {
    width:100%;
    height:30px;
    line-height:30px;
    text-align:center;
    color:#999;
    font-size:12px;
    margin:10px 0
}
.hideBottomDiv {
    width:100%;
    height:50px
}
.load_more {
    width:100%;
    height:40px;
    background:#ececec;
    text-align:center;
    font-size:18px;
    line-height:40px;
    color:#333
}
.alertBox {
    position:fixed;
    _position:absolute;
    z-index:999;
    display:none;
    overflow:hidden;
    background:rgba(0,0,0,0.6);
    width:280px
}
.alertBox p {
    line-height:20px;
    font-size:14px;
    color:#fff;
    padding:20px 10px
}
.alertBtn {
    text-align:right;
    margin:0 10px 10px
}
.alertBtn a {
    text-align:center;
    line-height:26px;
    background:#fff;
    color:#000;
    width:60px
}
.alertBtn a:nth-child(1) {
    float:right
}
.alertBtn a:nth-child(2) {
    float:left
}
.alertBtn a:hover {
    background:#dd7575;
    color:#fff
}
.returnTop {
    height:42px;
    width:42px;
    position:fixed;
    bottom:9px;
    right:5px;
    display:none
}
.returnTop a {
    display:block;
    width:42px;
    height:42px;
    opacity:.6;
    background:#000 url(../images/returnTop.png) no-repeat center center;
    background-size:20px 20px
}
.PopUpBox {
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.4);
    position:fixed;
    z-index:1000;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    padding-left:30px;
    padding-right:30px;
    display:none
}
.PopUpBoxInner {
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    width:100%;
    height:100px;
    position:relative;
    top:50%;
    margin-top:-50px;
    background-color:#000;
    box-shadow:0 0 2px #000;
    padding:0 20px
}
.PopUpBoxInner p:first-child {
    border-bottom:1px solid #4d4d4d
}
.PopUpBoxInner p {
    margin:0;
    color:#fff;
    font-size:16px;
    height:50px;
    line-height:50px;
    width:100%
}
.PopUpBoxInner p span {
    float:left;
    width:50%;
    height:100%;
    text-align:center
}
.PopUpBox2 .PopUpBoxInner {
    width:80%;
    margin:0 auto;
    height:60px;
    text-align:center;
    margin-top:-30px
}
.PopUpBox2 .PopUpBoxInner p {
    border:0;
    line-height:60px
}
.zjy_backHome {
    position:fixed;
    bottom:60px;
    left:15px;
    width:40px;
    height:40px;
    background-image:url(/static/img/back_home.png);
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
    z-index:899;
    cursor:pointer
}