#guideDetailTitle{
    width: 25%;
    height: auto;
    max-height:300px;
    min-height:40px;
    border-radius:2px;
    box-shadow: 0px 1px 3px rgba(34, 25, 25, 0.2);
    position: fixed;
    bottom: 0px;
    right:23px;
    background: #f7faff;
    z-index: 999;
}
#guideDetailSpan{
    float: left;
    background: #297ACC;
    width: 100%;
    cursor: pointer;
}
.guideDetailWarning{
    width: 20px;
    margin-top: -6px;
    margin-left: 7px;
}
.guideDetailWarning-span{
    color: #fff;
    font-size: 18px;
}
.hideButton{
    float: right;
    margin-bottom: 1px;
}
.hideSpan{
    color: #fff;
}
.hideBottonImg{
    width: 26px;
}

.guideDetailTitleContent{
    overflow-y:auto;
    max-height:270px;
    padding: 20px 20px 20px 20px;
    font-size: 16px;
}
.guideDetailTitleContent>span{
    display: block;
}
