body.mobile-share-open {
    overflow: hidden;
}

.mobile-share-layer {
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    visibility: hidden;
    pointer-events: none;
}

.mobile-share-identity-layer {
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    visibility: hidden;
    pointer-events: none;
}

.mobile-share-identity-layer.is-visible {
    visibility: visible;
    pointer-events: auto;
}

.mobile-share-identity-sheet {
    position: absolute;
    right: 18px;
    bottom: 18px;
    left: 18px;
    padding: 22px 18px 12px;
    padding-bottom: calc(12px + env(safe-area-inset-bottom));
    border-radius: 16px;
    background: #fff;
}

.mobile-share-identity-tip {
    margin: -8px 0 18px;
    color: #7b878d;
    font-size: 13px;
    text-align: center;
}

.mobile-share-identity-login,
.mobile-share-identity-anonymous {
    width: 100%;
    height: 42px;
    border-radius: 4px;
    font: inherit;
}

.mobile-share-identity-login {
    border: 1px solid #d16816;
    color: #fff;
    background: #d16816;
}

.mobile-share-identity-anonymous {
    margin-top: 10px;
    border: 1px solid #d16816;
    color: #d16816;
    background: #fff;
}

.mobile-share-layer.is-visible {
    visibility: visible;
    pointer-events: auto;
}

.mobile-share-backdrop {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    background: rgba(20, 31, 38, .52);
    transition: opacity .2s ease;
}

.mobile-share-layer.is-visible .mobile-share-backdrop,
.mobile-share-identity-layer.is-visible .mobile-share-backdrop {
    opacity: 1;
}

.mobile-share-sheet {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 20px 18px 12px;
    padding: 20px 18px calc(12px + env(safe-area-inset-bottom));
    border-radius: 18px 18px 0 0;
    color: #27343a;
    background: #fff;
    transform: translateY(100%);
    transition: transform .24s ease;
}

.mobile-share-layer.is-visible .mobile-share-sheet {
    transform: translateY(0);
}

.mobile-share-title {
    margin-bottom: 18px;
    color: #27343a;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}

.mobile-share-actions {
    display: flex;
    justify-content: space-around;
}

.mobile-share-action {
    width: 31%;
    padding: 0;
    border: 0;
    color: #4f5c62;
    background: transparent;
    font: inherit;
}

.mobile-share-action i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    margin: 0 auto 8px;
    border-radius: 16px;
    color: #d16816;
    background: #fff3e8;
    font-size: 26px;
    font-style: normal;
}

.mobile-share-action span {
    color: #4f5c62;
    font-size: 13px;
}

.mobile-share-cancel {
    width: 100%;
    height: 44px;
    margin-top: 20px;
    border: 0;
    border-top: 1px solid #edf0f2;
    color: #59666c;
    background: #fff;
    font-size: 15px;
}

.mobile-share-wechat-guide {
    position: fixed;
    z-index: 10001;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    color: #fff;
    background: rgba(15, 23, 29, .86);
}

.mobile-share-wechat-guide.is-visible {
    display: block;
}

.mobile-share-wechat-arrow {
    position: absolute;
    top: 10px;
    right: 18px;
    color: #fff;
    font-size: 48px;
    line-height: 1;
}

.mobile-share-wechat-copy {
    padding: 72px 58px 0 28px;
    text-align: right;
}

.mobile-share-wechat-copy strong,
.mobile-share-wechat-copy span {
    display: block;
    color: #fff;
}

.mobile-share-wechat-copy strong {
    margin-bottom: 8px;
    font-size: 18px;
}

.mobile-share-wechat-copy span {
    font-size: 14px;
}

.mobile-share-wechat-close {
    position: absolute;
    right: 28px;
    top: 142px;
    padding: 8px 18px;
    border: 1px solid rgba(255, 255, 255, .65);
    border-radius: 18px;
    color: #fff;
    background: transparent;
    font-size: 13px;
}

.mobile-share-toast {
    position: fixed;
    z-index: 10002;
    bottom: 88px;
    left: 50%;
    max-width: 80%;
    padding: 10px 16px;
    border-radius: 20px;
    opacity: 0;
    color: #fff;
    background: rgba(25, 34, 39, .9);
    font-size: 13px;
    text-align: center;
    transform: translate(-50%, 8px);
    transition: opacity .18s ease, transform .18s ease;
    pointer-events: none;
}

.mobile-share-toast.is-visible {
    opacity: 1;
    transform: translate(-50%, 0);
}

.mobile-share-copy-target {
    position: fixed;
    top: -1000px;
    left: -1000px;
}

.mobile-share-footer .js-job-share {
    display: inline-block;
    padding: 0;
    border: 0;
    text-align: center;
    color: #d16816;
    background: transparent;
    font: inherit;
    cursor: pointer;
}

.mobile-share-footer .js-job-share img {
    width: 20px;
    margin-right: 6px;
    vertical-align: middle;
}
