#details-all {
    position: relative;
    width: 15.2rem;
    margin: 0 auto;
    min-height: 5.15rem;
    background: #ffffff;
    margin-bottom: 0.1rem;
}

#details-all .details-sitemap {
    color: #999;
    font-size: 0.14rem;
    margin: 0.2rem 0;
}

.details-sitemap a {
    color: #999;
}
.gg-content {
    width: 15.2rem;
    margin: 0rem auto;
}

.gg-nav {
    width: 100%;
    margin: 0.4rem 0 0.2rem 0;
    font-size: 0.14rem;
    color: #7F7F7F;
}

.gg-text {
    width: 15.2rem;
}

.gg-title {
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    /* white-space: nowrap; */
    width: 9.59rem;
    min-height: 0.64rem;
    text-align: center;
    line-height: 0.64rem;
    margin: 0 auto;
    font-size: 0.2rem;
    font-weight: 600;
    background: -webkit-linear-gradient(179.850636992381deg, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 50%, rgba(255, 255, 255, 1) 100%);
    background: -moz-linear-gradient(-89.8506369923808deg, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 50%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(-89.8506369923808deg, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 50%, rgba(255, 255, 255, 1) 100%);
}

.gg-nav1 {
    display: flex;
    /* width: 3rem; */
    height: 0.6rem;
    font-size: 0.14rem;
    color: #7F7F94;
    /* margin: 0.2rem auto; */
    justify-content: center;
}

.gg-txt {
    width: 15.2rem;
    margin: 0 auto;
    word-wrap: break-word;
}
#ggContent p{
    line-height: 0.4rem;
}
#ggContent a{
    color: #0000EE; /* 蓝色 */
    text-decoration: underline; /* 下划线 */
    cursor: pointer; /* 鼠标悬停时显示为手指形状 */
}
.share-content {
    background-color: #fff;
    height: 40px;
    font-size: 16px;
    text-align: right;
    margin: .288rem 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;

}

.share-content .share-tit,
.social-share {
    display: inline-block;

}

.social-share .icon-qzone {
    color: #FDBE3D;
    border-color: #FDBE3D;
}

.social-share .social-share-icon {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 32px;
    font-size: 20px;
    border-radius: 50%;
    line-height: 32px;
    border: 1px solid #666;
    color: #666;
    text-align: center;
    vertical-align: middle;
    transition: 0.6s ease-out 0s;
}

.social-share a {
    position: relative;
    text-decoration: none;
    margin: 4px;
    display: inline-block;
    outline: none;
    display: none !important;
}


.social-share a:first-child,
.social-share a:nth-child(2),
.social-share a:nth-child(3) {
    display: block !important;
}



.social-share .icon-wechat .wechat-qrcode h4 {
    font-weight: normal;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    background-color: #f3f3f3;
    margin: 0;
    padding: 0;
    color: #777;
}

.social-share .icon-wechat .wechat-qrcode .help p {
    font-weight: normal;
    line-height: 16px;
    padding: 0;
    margin: 0;
    font-size: .8rem;
}

.social-share.share-component {
    display: flex;
    margin-left: 10px;
}

.social-share .icon-wechat {
    position: relative;
    color: #7bc549;
    border-color: #7bc549;
}

.social-share .icon-weibo {
    color: #ff763b;
    border-color: #ff763b;
}

.social-share .icon-qq {
    color: #56b6e7;
    border-color: #56b6e7;
}

.help p{
    font-size:0.14rem !important;
}

