.slideTxtBox{
    *zoom:1
}
.slideTxtBox:after{
    content:'';
    clear:both;
    height:0;
    display:block;
    overflow:hidden
}
.slideTxtBox .hd {
    height: 30px;
    line-height: 30px;
    position: relative;
    text-align: center;
}
.slideTxtBox .hd ul {
    height: 32px;
    padding-left: 0;
}
.slideTxtBox .hd ul li {
    cursor: pointer;
    list-style: none;
    margin: 0 10px;
    display: inline-block;
}
.slideTxtBox .hd ul li.on {
    height: 30px;
    border-bottom: 2px solid #fff;
}
.slideTxtBox .bd ul {
    padding: 15px;
    zoom: 1;
}
.slideTxtBox .bd li {
    height: 24px;
    line-height: 24px;
    list-style: none;
}
.slideTxtBox .bd li.date {
    float: right;
    color: #999;
}
.code-img{
    width: 300px;
    height: 300px;
    background: #ffffff;
    text-align: center;
    position: relative;
}
/*.code-img #qrcode{
    width: 230px;
    height: 230px;
    margin-top: 15px;
}*/

.overtime {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    left: 0;
}

.overtime p {
    margin: 100px auto 30px;

}

.overtime a {
    display: inline-block;
    width: 150px;
    height: 30px;
    background: #3eacff;
    color: #ffffff;
    text-align: center;
    border-radius: 50px;
    line-height: 30px;
    font-size: 16px;
}