.slide-box{
    display: block;
    position: relative;
}

.content {

}

.slideBarContent {
    border-radius: 7px;
    width: 320px;
    height: 360px;
    overflow: hidden;
    position: absolute;
    left:50%;
    /*top:50%;*/
    transform: translate(-50%);
    z-index: 2;
}

.huadong{
    background-image: url("../../images/templates/huadong.png");
}

.huadongkuang{
    background-image: url("../../images/templates/huadongkuang.png");
}

.shuaxin{
    background-image: url("../../images/templates/shuaxin.png");
}

.guanbi{
    background-image: url("../../images/templates/guanbi.png");
}

.huadong-slide-btn{
    height: 30px;
    width: 53px;
    background-position: -3px 33px;
    cursor: pointer;
    display: block;
    position: absolute;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 13px;
    z-index: 399;
}


.scroll-background{
    /*background-image: url("../../images/templates/sprite.3.2.0.png");*/
    background-color: white;
    background-repeat: no-repeat;
    opacity: 0.8;
}
.scroll-bar{
    margin-top: 30px;
    margin-left: 10px;
    width: 300px;
    background-position: 0 0;
    height: 28px;
    position: relative;
}
.slide-btn{
    height: 44px;
    width: 44px;
    background-position: 0 -84px;
    cursor: pointer;
    display: block;
    position: absolute;
    left: 0;
    top: -9px;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 13px;
    z-index: 399;
}
.slide-title{
    cursor: default;
    position: absolute;
    left: 35px;
    font-size: 12px !important;
    color: #486c80;
    opacity: 1;
    filter: alpha(opacity=100);
    height: 28px;
    line-height: 28px !important;
    text-align: center;
    width: 220px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
.slide-img-div{
    width: 360px;
    height: 320px;
}
.slide-img-div img{
    width: 100%;
    height: 100%;
}
.slide-top{
    font-size: 14px;
    margin: 22px 0 12px 0;
}
.slide-bottom{
    height: 28px;
    width: 290px;
    background-position: 0 -56px;
    line-height: 14px !important;
    position: relative;
    text-align: left;
    overflow: visible;
}
.slide-bottom-no-logo{
    margin-right: 15px;
    width: 65px;
    height: 16px;
    position: absolute;
    right: 0;
    top: 6px;
    background-color: #f2ece1 !important;
    cursor: default;
}
.slide-bottom-refresh{
    overflow: visible;
    display: block;
    zoom: 1;
    display: inline-block;
    vertical-align: bottom;
    cursor: pointer;
    background-color: white;
    margin: 3px 10px 0 0 !important;
    height: 23px;
    width: 23px;
}

.slide-box-shadow{
    display: none;
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5) inset;
}
.slide-block{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 2px;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    border: 1px solid rgba(255, 255, 0, 0.8);
    background-size: 300px 220px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4), 0 0 10px 0 rgba(90, 90, 90, 0.4);
    box-sizing: border-box;
    z-index: 10;
}
.slide-img-nopadding{
    position: relative;
    width: 100%;
    height: 100%;    
}
.slide-icon{
    float: left;
    height: 22px;
    width: 26px;
}
.slide-img-hint{
    -webkit-font-smoothing: subpixel-antialiased;
    font-size: 12px !important;
    line-height: 23px !important;
    margin: 0 auto;
    position: relative;
}
.slide-text{
    text-align: left !important;
    color: #4b3f33;
}
.slide-img-hint-info{
    height: 24px;
    width: 300px;
    background-position: 0 -674px;
    height: 0;
    overflow: hidden;
    position: absolute;
    bottom: 84px;
    /*left: 25px;*/
    transition: height 0.3s;
    z-index: 11;
}
.redColor{
    color: red;
}
.greenColor{
    color: green;
}
.slide-img-border{
    padding-left: 10px;
}