.fixed_area {
    position: fixed;
    right: 0;
    z-index: 10;
    top: 50%;
    margin-top: -70px;
}

.fixed_area > div {
    background: rgba(0, 0, 0, 0.5);
    width: 75px;
    height: 53px;
    text-align: center;
    color: #fff;
    padding-top: 10px;
    margin-bottom: 1px;
    cursor: pointer;
}

.fixed_area > div:hover {
    background: #ff4330
}

.adviceOnline:hover > .OnlineDialog {
    display: block
}

.OnlineDialog {
    position: absolute;
    right: 68px;
    top: 0;
    width: 269px;
    height: 275px;
    background: rgba(98, 185, 252, 0.7);
    padding: 13px;
    box-sizing: border-box;
    display: none
}

.OnlineDialog textarea {
    width: 244px;
    height: 206px;
    margin: 0 auto;
    box-sizing: border-box;
}

.OnlineDialog input {
    width: 183px;
    height: 30px;
    box-sizing: border-box;
    float: left
}

.OnlineDialog .sendBtn {
    width: 55px;
    height: 30px;
    box-sizing: border-box;
    background: rgba(142, 142, 142, 0.7);
    text-align: center;
    line-height: 30px;
    float: right
}

.contact_us {
    position: absolute;
    overflow: hidden;
    width: 300px;
    right: 0;
    top: -128px;
    transition: width 0.5s;
    -moz-transition: width 0.5s;
    -webkit-transition: width 0.5s;
    -o-transition: width 0.5s;
}

.contact_us .phoneNumber {
    height: 48px;
    text-align: center;
    line-height: 41px;
    margin-left: 7px;
    font-size: 18px
}

.contact_us .phoneIcon {
    height: 60px;
    width: 76px;
}

.contact_us:hover {
    width: 250px;
    background: #ff4330 !important
}

.chat-tips {
    padding-top: 0px !important;
    border: 0 solid #d1d2d6;
    position: absolute;
    left: -125px;
    top: -0;
    background-color: #ff4330;
    display: none;
    z-index: 1000;
    transition: all 0.5s;
    -moz-transition: all 5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

/*.chat-tips i {width:9px;height:16px;display:inline-block;position:absolute;right: -9px;top:80px;background-position:-88px -350px;}*/
.chat-tips img {
    width: 120px;
    height: 120px;
}

.focus_us .weixinIcon {
    height: 60px;
    width: 76px;
}
.focus_us {
    position: absolute;
    width: 300px;
    right: 0;
    top: -64px;
    transition: width 0.5s;
    -moz-transition: width 0.5s;
    -webkit-transition: width 0.5s;
    -o-transition: width 0.5s;
}

.focus_us:hover {
    width: 200px !important
}