.float_hint {
    position: fixed;
    right: 10px;
    bottom: 80px;
    width: 50px;
    height: 200px;
    z-index: 999;
    border-radius: 3px;
}
.float_hint .phone_box {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    background: #ffc800;
    position: relative;
    cursor: pointer;
}
.float_hint .phone_box .icon_img {
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    left: 12.5px;
    top: 12.5px;
    transition: all .35s ease-in-out;
}
.float_hint .phone_box .phone_text {
    display: block;
    position: absolute;
    width: 40px;
    height: 0;
    left: 5px;
    top: 5px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    opacity: 0;
    transition: all .35s ease-in-out;
    color: #4d4d4d;
}
.float_hint .phone_box .img_after{
    top: -25px;
    opacity: 0;
}
.float_hint .phone_box  .phone_hot_show{
    display: block;
}
.float_hint .phone_box  .phone_text_after{
    color: #4d4d4d;
    opacity: 1;
    height: 40px;
    display: block;
}
.float_hint .phone_box .phone_hot {
    box-shadow: 0 0 5px #999;
    position: absolute;
    right: 60px;
    top: 0;
    width: 220px;
    height: 140px;
    background: #fff;
    display: none;
    transition: all .6s ease-in-out;
}
.float_hint .phone_box .phone_hot .phone_hot_single {
    width: 220px;
    height: 60px;
    margin-top: 10px;
}
.float_hint .phone_box .phone_hot .phone_hot_single .phone_hot_single_img {
    float: left;
    width: 30px;
    height: 30px;
    margin-top: 15px;
    margin-left: 15px;
    margin-right: 15px;
}
.float_hint .phone_box .phone_hot .phone_hot_single .phone_hot_single_img .img1 {
    width: 28px;
    height: 26px;
    display: block;
}
.float_hint .phone_box .phone_hot .phone_hot_single .phone_hot_single_text {
    float: left;
    width: 160px;
}
.float_hint .phone_box .phone_hot .phone_hot_single .phone_hot_single_text .title {
    font-size: 14px;
}
.float_hint .phone_box .phone_hot .phone_hot_single .phone_hot_single_text p {
    height: 25px;
    text-align: left;
    margin: 0 auto;
    width: 100%;
}
.float_hint .phone_box .phone_hot .phone_hot_single .phone_hot_single_text .intro {
    font-size: 16px;
    font-weight: 700;
    color: #13bbea;
}
.float_hint .phone_box .phone_hot .phone_hot_single .phone_hot_single_text p {
    height: 25px;
    text-align: left;
    margin: 0 auto;
    width: 100%;
}
.float_hint .phone_box .phone_hot .phone_hot_single .phone_hot_single_img .img1 {
    width: 28px;
    height: 26px;
    display: block;
}
.float_hint .phone_box .phone_hot .phone_hot_single .phone_hot_single_img .img2 {
    width: 23px;
    height: 26px;
    display: block;
    margin-top: -5px;
}
.float_hint .phone_box .wechat_box .wechat_img {
    width: 90%;
    display: block;
    margin: auto;
    margin-top: 10px;
}
.float_hint .phone_box .wechat_box {
    position: absolute;
    right: 60px;
    top: -150px;
    width: 180px;
    height: 200px;
    background: #fff;
    display: none;
    transition: all .6s ease-in-out;
    box-shadow: 0 0 5px #999;
}
.float_hint .phone_box .wechat_box p {
    height: 20px;
    line-height: 20px;
    font-size: 15px;
    margin-top: 0;
    width: 100%;
    text-align: center;
}