@charset "utf-8";
#container{
 width: 100%;
}
.fontDiv{
 margin: 16px 0;
}
.imageDiv{
 width: 308px;height:150px;display:block;position: relative;bottom: 0px; margin: 0 auto;
}
#slideImage{
 position: absolute;
 top: 10px;
 left: 10px;
 cursor: pointer;
}
.refresh{
 position: absolute;
 top: 10px;
 right: 10px;
}
.refresh2{
 position: absolute;
 top: 10px;
 right: 45px;
}
.outer{
    position: relative;
    margin:20px auto;
    width: 295px;
    height: 38px;
    line-height: 38px;
    border:1px solid #ddd;
    background: #ccc9c9;
}
.outer span,.filter-box,.inner{
    position: absolute;
    top: 0;
    left: 0;
}
.outer span{
    display: block;
    padding:0  0 0 36px;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
}
.filter-box{
    width: 0;
    height: 100%;
    background: green;
    z-index: 9;
}
.outer.act span{
    padding:0 36px 0 0;
}
.inner{
    width: 42px;
    height: 28px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    font-family: "宋体";
    z-index: 10;
    font-weight: bold;
    color: green;font-size: 16px;
}
.outer.act .inner{
    color: green;
}
.outer.act span{
    z-index: 99;
}
.verifyItem{height:40px;}
.verifyBox{position: relative;}
.imageBg{border-radius: 2px; width: 308px;height: 150px;}
.verifyBox .imageDiv{position: absolute;margin: 0;display:none;}
.verifyBox .outer{position: absolute;top: 0px; margin:0;height: 38px;line-height: 38px;width: 306px;}
.verifyBox .inner{height: 38px;}
.flush{cursor: pointer;width:20px;height:20px;display:inline-block;background:url(../images/imageVerify/flush.png) no-repeat 0 0;}
.outer .tipsWord{width: 270px;font-size: 16px;}
.logbox .item-btn .disabled{background:#C0C0C0;}










