/*返回顶部开始*/
.fixed{
    width: 27px;
    height: 223px;
    position: fixed;
    bottom: 80px;
    right: 30px;

    z-index: 9999;
}
.fixed li{
    width: 48px;
    height: 48px;
    border: 1px solid #ccc;
    background: #1e90ff;
    position: relative;
}
.ewmAdd:hover .ewm-box{
    width: 160px;
}
.phone_r:hover .liWords{
    width: 130px;
}
.fixed>ul>li>img{
    position: absolute;
    top: 0px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 32px;
}
.fixed>ul>li>span>img{
    position: absolute;
    top: 0px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 32px;
}
.smallPicture{
    display: none;
}
.liWords{
    width: 0;
    height: 45px;
    position: absolute;
    right: 50px;
    top: 1px;
    background: #fff;
    box-shadow: 0 0 3px #b0b0b0;
    transition: all .5s;
    font-size: 14px;
    color: #757575;
    text-align: center;
    line-height: 46px;
    overflow: hidden;
    /*display: none;*/
}
.back{
    /*margin-top: 20px;*/
    display: none;
    cursor:pointer;
}
.fixed>ul>li.back>span>img{
    width: 24px;
}
.ewm-box{
    width: 0;
    overflow: hidden;
    height: 150px;
    position: absolute;
    right: 45px;
    top: 0;
    transition: all .5s;
    /*display: none;*/
}
.ewm{
    width: 120px;
    height: 150px;
    background: #fff;
    margin: 0 auto;
    position: relative;
    box-shadow: 0 0 3px #b0b0b0;
}
.ewm img{
    width: 100px;
    margin: 10px 10px;
}
.ewm p{
    width: 70px;
    margin: 0 auto;
    font-size: 14px;
    color: #757575;
    margin-top: -10px;
}
/*.backButton{*/
/*width: 27px;*/
/*height: 40px;*/
/*position: fixed;*/
/*bottom: 20px;*/
/*right: 30px;*/
/*border: 1px solid #ccc;*/
/*z-index: 9999;*/
/*background: #fff;*/
/*}*/
/*返回顶部结束*/