/* Elements----------------------------------------*/
* {
    margin: 0;
    padding: 0;
    outline: 0;
}

body,
div,
img {
    margin: 0;
    padding: 0;
}

.content {
    margin: 0 auto;
    width: 1170px;
    font-size: 0;
}

.content img {
    display：block;
    vertical-align: top;
}

@media screen and (max-width: 1169px) {
    .content {
        width: 100%;
    }

    .content img {
        width: 100%;
        height: auto;
    }
}

.side-bar a,
.chat-tips i {
    background-image: url(../img/gdt-img.png);
    background-repeat: no-repeat;
}

/*右侧悬浮icon*/
.side-bar {
    width: 4.125rem;
    position: fixed;
    bottom: 1.25rem;
    right: 1.5625rem;
    font-size: 0;
    line-height: 0;
    z-index: 100;
}

.side-bar a.item {
    width: 4.125rem;
    height: 4.125rem;
    display: inline-block;
    background-color: #dddddd;
    margin-bottom: 0.125rem;
    text-decoration: none;
}

.side-bar a.item:hover {
    background-color: #669fdd;
}

.side-bar a.item i {
    color: #FFFFFF;
    font-size: 2.2rem;
    display: block;
    line-height: 4.125rem;
    text-align: center;
}

.side-bar a.item p {
    display: none;
}

.side-bar .phone {
    position: relative;
}

.side-bar .phone:hover .chat-tips {
    display: block;
}



.chat-tips {
    padding: 1.25rem;
    /* border: 1px solid #669fdd;
     */
    position: absolute;
    right: 4.125rem;
    top: 0rem;
    background-color: #669fdd;
    display: none;
    min-width: 8.125rem;
    min-height: 10.125rem;
    border-radius: 1.25rem 0 0 1.25rem;
}

/*.chat-tips i {
    width: 0;
    height: 0;
    border-width: 10px 0 10px 10px;
    border-style: solid;
    border-color: transparent transparent transparent #669fdd;
    right: -11px;
    top: 46%;
    position: absolute;
}*/
.chat-tips p.title {
    font-size: 1.2rem;
    padding-bottom: 1rem;
}

.chat-tips p {
    display: block !important;
    font-size: 1rem;
    line-height: 2rem;
    color: #FFFFFF;
}

.chat-tips img {
    width: 8.625rem;
    height: 8.625rem;
}