#tipWindowLeft {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 250px;
    height: 190px;
    z-index: 9999;
    padding: 0;
    background: #ffffff;
    box-shadow: 0 0 10px 7px rgba(9,41,77,.15);
    border-top-right-radius: 4px;
    display: none;
}
#tipWindowLeft a{
    color: #399777;
    text-decoration: none;
}
.tipWindowLeft-close {
    position: absolute;
    height: 20px;
    width: 20px;
    right: -8px;
    top: -6px;
   z-index: 10086;
}
.tipWindowLeft-close a {
    width: 100%;
    height: 100%;
    display: inline-block;
    background: #999;
    border-radius: 50px;
    border: 2px solid #fff;
}
.tipWindowLeft-close a:hover{
    background: #399777;
}
.tipWindowLeft-close img {
    width: 100%;
    height: 100%;
    margin-top: -5px;
}
.tipWindowLeft-content {
    height: 190px;
    position: relative;
}


#tipWindowLeft .tipWindowLeft-opt {
    justify-content: space-between;
    position: absolute;
top: 90px;
z-index: 10086;
width: 100%;
padding: 0px 10px;
display: flex;
}

#tipWindowLeft .tipWindowLeft-opt #tipWindowLeft_detail{
    color: #399777;
    text-decoration: none;
}
#tipWindowLeft .tipWindowLeft-opt #tipWindowLeft_detail:hover{
    opacity: .8;
}
#tipWindowLeft .tipWindowLeft-opt .tipWindowLeft-slideBtn {
    color: #399777;
    text-decoration: none;
    width: 32px;
    height: 32px;
    border-radius: 50px;
    display: inline-block;
    background: rgba(120,120,120,0.7);
    text-align: center;
    line-height: 32px;
}
#tipWindowLeft .tipWindowLeft-opt .tipWindowLeft-slideBtn:hover {
    background: rgba(120,120,120,0.9);
}
#tipWindowLeft .tipWindowLeft-opt .tipWindowLeft-slideBtn img{
    width: 80%;
}

#tipWindowLeft .tipWindowLeft-opt .tipWindowLeft-next{
    position: absolute;
    right: 10px;
}
#tipWindowLeft .tipWindowLeft-opt{
    display: none;
}
#tipWindowLeft:hover .tipWindowLeft-opt{
    display:flex;
}
