html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li {
    padding: 0;
    margin: 0;
}

html,
body {
    font-family: "微软雅黑";
    font-size: 16px;
    color: #333;
    background: #fff;
}

input,
select {
    outline: none;
    border: none;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover,
a:visited,
a:active {
    color: inherit;
    outline: none;
    text-decoration: none;
}

ul,
ol,
li {
    list-style-type: none;
}

img {
    border: none;
    max-width: 100%;
}

.clearboth::after {
    display: block;
    visibility: hidden;
    content: "";
    height: 0;
    clear: both;
}

.flex-box {
    display: flex;
    display: -webkit-flex;
}

.online-advice {
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -130px;
    width: 38px;
    z-index: 9999;
}

.online-advice a {
    position: absolute;
    width: 38px;
    left: 0;
    text-align: center;
    height: 32px;
    /* background: rgba(0, 0, 0, 0.45); */
}

.online-advice a img {
    vertical-align: middle;
}

.online-advice a img:hover {
    transform: scale(1.1)
}

.online-advice a[data-type="qq"] {
    top: 136px;
    line-height: 32px;
}

.online-advice a[data-type="wx"] {
    top: 179px;
}

.online-advice a[data-type="summary"] {
    top: 8px;
    height: 110px;
}

#newBridge {
    display: none!important;
}

.online_qr_code {
    position: absolute;
    right: -130px;
    bottom: 10px;
    width: 130px;
    height: 140px;
    background: #eaeaea;
    font-size: 12px;
    color: #333;
    text-align: center;
    transition: all 0.3s;
    z-index: -1;
}

.online_qr_code_active {
    right: 58px;
}

.online_qr_code img {
    padding: 15px 15px 0 15px;
}

@media (max-width:768px) {
    .online-advice {
        display: none;
    }
}