.ggh-contact-us-common-view {
    position: fixed;
    left: 0;
    z-index: 1000;
}

.ggh-contact-us-common-view .image-bg-view {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    overflow: hidden;
    background-color:#0c376f;
    color: white;
}

.ggh-contact-us-common-view .image-bg-view h6 {
    margin-top: 30px;
    color: white;
    margin-left: 10px;
    margin-right: 10px;
}

#close-icon {
    position: absolute;
    top: 8px;
    right: 10px;
    z-index: 99;
    font-size: 12px !important;
    cursor: pointer;
    width: 16px;
}

.ggh-contact-us-common-view .image-bg-view .content-wrap {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}

.ggh-contact-us-common-view .image-bg-view .content-wrap .content {
    flex: 1;
    height: auto;
    margin-top: 10px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;

}

.ggh-contact-us-common-view .image-bg-view .content-wrap .content .qq-contact {
    display: flex;
    flex-direction: column;
    background-color: white;
    width: 140px;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 550;
}

.ggh-contact-us-common-view .image-bg-view .content-wrap .content .qq-contact a {
    margin-left: 10px;
    display: flex;
    align-items: center;
}

.ggh-contact-us-common-view .image-bg-view .content-wrap .content .qq-contact a img {
    margin: 5px 10px;
}

.ggh-contact-us-common-view .image-bg-view .content-wrap .content .wechat-contact {
    width: 140px;
    height: 140px;
    margin-top: 15px;
}

.ggh-contact-us-common-view .image-bg-view .content-wrap .content .phone-contact {
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
}

.ggh-contact-us-common-view .image-bg-view .content-wrap .content .phone-contact .top {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ggh-contact-us-common-view .image-bg-view .content-wrap .content .phone-contact .iconfont {
    font-size: 23px !important;
    margin-right: 5px;
}