
.gclocal-modal {
    z-index: 99999;
}

.gclocal-modal {
    display: none;
    box-sizing: border-box;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70vw;
    background: #1d1d1f;
    cursor: pointer;
    --outer-padding: 80px;
    border-radius: 18px;
    border-radius: 18px;
    justify-content: center;
    flex-grow: 0 !important;
    text-align: center;
    font-size: 40px;
    line-height: 1.1;
    font-weight: 600;
    letter-spacing: 0em;
    color: #fff;
    box-shadow: 5px 10px 10px #000000;
}
@media only screen and (max-width: 734px) {
    .gclocal-modal { 
        width: 87.5%;
        font-size: 28px;
    }

}

.gclocal-modal .gclocal-title {
    position: relative;
    padding: 0 32px 0 10px;
    height: 35px;
    line-height: 35px;
}

.gclocal-modal .gclocal-close {
    position: absolute;
    left: 18px;
    top: 18px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 50%;
    text-align: center;
    font-style: normal;
    cursor: pointer;
    background-color: #333336;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gclocal-modal .gclocal-close:hover {
    background-color: #37373a;
}

.gclocal-modal .gclocal-close svg {
    width: 20px;
    pointer-events:none;
    color: #ffffff;
    fill: #ffffff;
}


.gclocal-modal .gclocal-content {
    box-sizing: border-box;
    min-height: 150px;
    padding: 76px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media only screen and (max-width: 734px) {
    .gclocal-modal .gclocal-content {
        box-sizing: border-box;
        min-height: 150px;
        padding: 76px 20px ;


    }

}

.gclocal-modal .gclocal-content #qrcode {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: auto;
    align-items: center;
} 
.gclocal-modal .gclocal-content img {
    flex-shrink: 0
}

.gclocal-modal .gclocal-handle {
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    background: #37373a;
    font-size: 0;
    text-align: right;
}

.gclocal-modal .gclocal-handle button {
    display: inline-block;
    margin-left: 10px;
    padding: 0 10px;
    height: 30px;
    font-size: 14px;
    vertical-align: middle;
}

.gclocal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99997;
    background: rgba(0, 0, 0, 0.8);
}


.icon.icon-wechat::before, .icon.icon-wechat::after {
    font-family: "social-media-font" !important;
    content: "";
}

.share-story-link.icon {
    color: #86868b !important;
    font-size: 24px;
    line-height: 1;
}