﻿#contactBox {
    width: 168px;
    height: 48px;
    position: fixed;
    right: 20px;
    bottom: 30px;
    cursor: default;
    z-index:1000;
}

#contactBox:hover .contactInfoBox {
    display: block;
}

#contactBox:hover .jt {
    transform: rotate(135deg);
    margin-top: -2px;
}

#contactBox .contactInfoBox {
    width: 360px;
    height: 500px;
    padding: 0 30px;
    background: #fff;
    position: absolute;
    right: 20px;
    bottom: 60px;
    display: none;
    border-radius: 8px;
    font-size: 14px;
}

#contactBox .tm {
    width: 300px;
    height: 12px;
    position: absolute;
    right: 20px;
    bottom: 48px;
}

#contactBox .contactBtn {
    width: 168px;
    height: 60px;
    background: #ff7400;
    border-radius: 60px;
    padding: 6px;
    display: flex;
    color: #fff;
    line-height: 48px;
    align-items: center;
}

#contactBox .contactBtn img {
    margin-right: 15px;
    width: 48px;
    height: 48px;
    border-radius: 100%;
}

#contactBox .jt {
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(-45deg);
    margin-left: 15px;
    margin-top: 4px;
}

#contactBox .title {
    font-size: 20px;
    line-height: 40px;
    margin: 15px 0;
    font-weight: 550;
}

#contactBox .tel {
    width: 100%;
    height: 36px;
    display: flex;
    align-items: center;
}

#contactBox .margR15 {
    margin-right: 15px;
}

#contactBox .adr {
    height: 36px;
    display: flex;
    margin-top: 15px;
    height: 70px;
}

#contactBox .adr img, #contactBox .email img {
    width: 36px;
    height: 36px;
}

#contactBox .adr > div {
    line-height: 36px;
}

#contactBox .email {
    height: 36px;
    display: flex;
    margin-top: 15px;
    height: 70px;
}

#contactBox .Salererweima {
    width: 100%;
    border-top: 1px solid #eee;
    text-align: center;
    font-size: 16px;
}

#contactBox .Salererweima img {
    width: 160px;
    height: 160px;
}
