<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.center {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.bg1 {
    background: url('../images/tips-bg1.png') no-repeat top left / 100% #fff;
}

.bg2 {
    background: url('../images/mb-tips-bg1.png') no-repeat top left / 100% #fff;
}

.my-layer {
    position: fixed;
    z-index: 998;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    display: none;
}

.my-layer .close {
    position: absolute;
    top: 13px;
    right: 13px;
    cursor: pointer;
}

.my-layer .close img {
    width: 11px;
    height: 11px;
}

.my-layer .nav-layer {
    display: none;
}

.my-layer .question-form {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 3.93rem;
    background: #fff;
    border-radius: 0.15rem;
    padding-bottom: 0.21rem;
}

.my-layer .question-form .title {
    height: 0.48rem;
    line-height: 0.48rem;
    font-size: 0.16rem;
    text-indent: 0.16rem;
    color: #fff;
    background: #3D5DF2;
    border-top-left-radius: 0.15rem;
    border-top-right-radius: 0.15rem;
}

.my-layer .question-form .item {
    padding: 0 0.16rem;
}

.my-layer .question-form .item textarea {
    display: block;
    width: 100%;
    border: none;
    outline: none;
    padding: 0.16rem 0;
    height: 2rem;
    margin-bottom: 0.08rem;
    font-size: 0.16rem;
    color: #999999;
    line-height: 0.26rem;
    resize: none;
}

.my-layer .question-form .item .ask-submit {
    width: 0.97rem;
    line-height: 0.36rem;
    height: 0.36rem;
    border-radius: 0.36rem;
    text-align: center;
    color: #fff;
    font-size: 0.16rem;
    float: right;
    background: linear-gradient(to right, #3D59F4, #2FAAFF);
}

.my-layer .question-form .item span {
    color: #999999;
    font-size: 0.16rem;
    line-height: 0.36rem;
}

.my-layer .subscribe,
.my-layer .wechat-share {
    width: 2.73rem;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url('../images/tips-bg1.png') no-repeat top left / 100% #fff;
    border-radius: 0.15rem;
}

.my-layer .subscribe .warning img,
.my-layer .wechat-share .warning img {
    width: 0.3rem;
    height: 0.3rem;
    display: block;
    margin: 0.16rem auto 0.37rem;
}

.my-layer .subscribe .title,
.my-layer .wechat-share .title {
    color: #333333;
    font-size: 0.16rem;
    line-height: 0.22rem;
    margin-bottom: 0.08rem;
    width: 1.76rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.my-layer .subscribe .qrcode img,
.my-layer .wechat-share .qrcode img {
    display: block;
    margin: 0 auto 0.16rem;
    width: 1.47rem;
}

.my-layer .sub-success,
.my-layer .option-success {
    width: 2.73rem;
    border-radius: 0.15rem;
    padding-bottom: 0.23rem;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url('../images/tips-bg1.png') no-repeat top left / 100% #fff;
}

.my-layer .sub-success .icon,
.my-layer .option-success .icon {
    margin: 0.16rem 0 0.33rem;
    display: flex;
    justify-content: center;
    color: #fff;
    font-size: 0.16rem;
    align-items: center;
}

.my-layer .sub-success .icon img,
.my-layer .option-success .icon img {
    width: 0.3rem;
    display: block;
}

.my-layer .sub-success .cont,
.my-layer .option-success .cont {
    color: #333;
    font-size: 0.16rem;
    line-height: 0.24rem;
    text-align: center;
    margin-bottom: 0.24rem;
    width: 2rem;
    margin-left: auto;
    margin-right: auto;
}

.my-layer .sub-success .btn,
.my-layer .option-success .btn {
    font-size: 0.16rem;
    width: 1.55rem;
    height: 0.32rem;
    line-height: 0.32rem;
    border-radius: 0.32rem;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    background: linear-gradient(to right, #2FAAFF, #2FAAFF);
    cursor: pointer;
}

.my-layer .bind-phone {
    height: auto;
    padding-bottom: 0.4rem;
}

.my-layer .bind-phone .content {
    width: 3.09rem;
    margin: 0 auto;
}

.my-layer .bind-phone .content .title {
    font-size: 0.3rem;
    line-height: 0.3rem;
    font-weight: 500;
    padding-top: 0.4rem;
    padding-bottom: 0.34rem;
}

.my-layer .bind-phone .content .form-list .form-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.24rem;
}

.my-layer .bind-phone .content .form-list .form-item input {
    border: none;
    border-bottom: 0.01rem solid #E0E0E0;
    height: 0.3rem;
    font-size: 0.16rem;
    width: 100%;
}

.my-layer .bind-phone .content .form-list .form-item .code-input {
    width: 1.88rem;
}

.my-layer .bind-phone .content .form-list .form-item .get-code {
    width: 1.04rem;
    height: 0.31rem;
    line-height: 0.31rem;
    border: 0.01rem solid #5F74FF;
    text-align: center;
    color: #5F74FF;
    border-radius: 0.31rem;
    font-size: 0.14rem;
}

.my-layer .bind-phone .content .form-btn {
    font-size: 0.16rem;
    width: 100%;
    height: 0.33rem;
    line-height: 0.33rem;
    border-radius: 0.33rem;
    color: #fff;
    background: #5F74FF;
    text-align: center;
    margin-top: 0.6rem;
}

.my-layer .sign-up-form {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 401px;
    z-index: 999;
    background: #fff;
    border-radius: 20px;
    color: #333;
    padding-bottom: 40px;
}

.my-layer .sign-up-form .title {
    text-align: center;
    font-size: 30px;
    line-height: 30px;
    padding-top: 40px;
    padding-bottom: 16px;
}

.my-layer .sign-up-form .desp {
    text-align: center;
    color: #666666;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 0.1rem;
}

.my-layer .sign-up-form form {
    width: 310px;
    margin: 0 auto;
}

.my-layer .sign-up-form form .form-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 33px;
    padding-top: 20px;
}

.my-layer .sign-up-form form .form-item label {
    color: #333;
    font-size: 16px;
    width: 37px;
    overflow: hidden;
    height: 33px;
}

.my-layer .sign-up-form form .form-item input,
.my-layer .sign-up-form form .form-item select {
    border: 1px solid #999999;
    height: 31px;
    border-radius: 33px;
    width: 260px;
    outline: none;
    text-indent: 20px;
    font-size: 16px;
    color: #666;
    background: transparent;
}

.my-layer .sign-up-form form .form-item select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url('../images/select-icon.png') no-repeat right 0.14rem center / 0.12rem;
}

.my-layer .sign-up-form form .form-item button {
    width: 309px;
    outline: none;
    border: none;
    height: 33px;
    line-height: 33px;
    text-align: center;
    color: #fff;
    background: #5F74FF;
    font-size: 16px;
    border-radius: 33px;
}

.my-layer .sign-up-form form .form-phone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.my-layer .sign-up-form form .form-phone .left {
    width: 37px;
}

.my-layer .sign-up-form form .form-phone .right {
    width: 262px;
    font-size: 0.12rem;
    color: #666666;
    line-height: 0.12rem;
    padding-top: 0.1rem;
}

.my-layer .sign-up-form form .form-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.my-layer .sign-up-form form .form-card label {
    width: 37px;
    min-height: 33px;
    display: block;
}

.my-layer .sign-up-form form .form-card .card {
    width: 262px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.my-layer .sign-up-form form .form-card .card .left {
    width: 10px;
    padding-top: 10px;
}

.my-layer .sign-up-form form .form-card .card .left input {
    vertical-align: top;
}

.my-layer .sign-up-form form .form-card .card .right {
    width: 239px;
    color: #666666;
}

.my-layer .sign-up-form form .form-card .card .right .cont {
    font-size: 12px;
    line-height: 12px;
    padding-top: 10px;
    padding-bottom: 2px;
}

.my-layer .sign-up-form form .form-card .card .right .cont #card-tips {
    width: 0.12rem;
    height: 0.12rem;
    margin-top: -0.01rem;
    cursor: pointer;
}

.my-layer .sign-up-form form .form-card .card .right .cont-desp {
    color: #999999;
    display: none;
    font-size: 12px;
    line-height: 18px;
}

.my-layer .qrcode-tips {
    width: 4.01rem;
    height: 4.01rem;
    background: #fff;
    border-radius: 0.1rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

.my-layer .qrcode-tips .title {
    font-size: 0.22rem;
    line-height: 0.3rem;
    text-align: center;
    padding: 0.4rem 0 0.2rem;
}

.my-layer .qrcode-tips .qrcode {
    width: 2.35rem;
    height: 2.35rem;
    margin: 0 auto;
}

.my-layer .qrcode-tips .qrcode img {
    width: 2.35rem;
}

.my-layer .qrcode-tips .desp {
    font-size: 0.16rem;
    line-height: 0.16rem;
    color: #666;
    padding: 0.1rem 0 0;
    text-align: center;
}

.my-layer .success-share,
.my-layer .share {
    width: 4.01rem;
    height: auto;
    padding-bottom: 0.4rem;
    border-radius: 0.2rem;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url('../images/layer-share-bg.png') no-repeat top left / 4.01rem auto, #fff;
    color: #666666;
}

.my-layer .success-share .title,
.my-layer .share .title {
    width: 3.44rem;
    margin: 2.05rem auto 0.2rem;
    text-align: center;
    font-size: 0.26rem;
    line-height: 0.34rem;
    color: #333;
}

.my-layer .success-share .desp,
.my-layer .share .desp {
    width: 3.44rem;
    margin: 0 auto;
}

.my-layer .success-share .desp div,
.my-layer .share .desp div {
    margin-bottom: 0.14rem;
}

.my-layer .success-share .pc-tips,
.my-layer .share .pc-tips {
    font-size: 0.14rem;
    color: #5F74FF;
    width: 3.44rem;
    margin: 0 auto;
    padding-bottom: 0.08rem;
}

.my-layer .success-share .wechat-tips,
.my-layer .share .wechat-tips {
    width: 2.1rem;
    margin: 0 auto;
    border-top: 0.01rem solid #E3E9FF;
    padding-top: 0.1rem;
    font-size: 0.14rem;
    line-height: 0.14rem;
    margin-top: 0.15rem;
}

.my-layer .success-share .num,
.my-layer .share .num {
    font-size: 0.14rem;
    line-height: 0.14rem;
    margin-left: 0.26rem;
}

.my-layer .success-share .qrcode,
.my-layer .share .qrcode {
    width: 1.21rem;
    height: 1.21rem;
    padding: 0 0 0.16rem 0.44rem;
}

.my-layer .success-share .qrcode img,
.my-layer .share .qrcode img {
    width: 1.21rem;
}

.my-layer .success-share .copy-link,
.my-layer .share .copy-link {
    padding-top: 0.08rem;
    padding-left: 0.26rem;
}

.my-layer .success-share .copy-link input,
.my-layer .share .copy-link input {
    border: 0.01rem solid #999999;
    color: #666;
    width: 2.3rem;
    height: 0.31rem;
    background: transparent;
    outline: none;
    text-indent: 0.15rem;
    border-top-left-radius: 0.31rem;
    border-bottom-left-radius: 0.31rem;
    border-top-right-radius: 0.05rem;
    border-bottom-right-radius: 0.05rem;
    vertical-align: top;
}

.my-layer .success-share .copy-link button,
.my-layer .share .copy-link button {
    border: none;
    outline: none;
    color: #fff;
    font-size: 0.16rem;
    text-align: center;
    width: 0.83rem;
    height: 0.33rem;
    margin-left: 0.06rem;
    line-height: 0.33rem;
    background: #5F74FF;
    border-top-left-radius: 0.05rem;
    border-bottom-left-radius: 0.05rem;
    border-top-right-radius: 0.33rem;
    border-bottom-right-radius: 0.33rem;
}

.my-layer .success-share {
    background-image: url('../images/layer-success-bg1.jpg');
}

.my-layer .success-share .msg {
    color: #fff;
    width: 3.3rem;
    margin: 0 auto;
    font-size: 0.28rem;
    line-height: 0.24rem;
    padding: 1.19rem 0 0.58rem;
    text-align: center;
    font-weight: 500;
}

.my-layer .success-share .desp {
    padding-bottom: 0.2rem;
}

.my-layer .success-share .desp div {
    color: #666666;
    font-size: 0.14rem;
    line-height: 0.22rem;
    margin-bottom: 0;
}

.my-layer .success-share .desp div:before {
    content: '';
    display: inline-block;
    font-size: 0;
    width: 0.04rem;
    height: 0.04rem;
    background: #5F74FF;
    margin-bottom: 0.04rem;
    border-radius: 100%;
    margin-right: 0.05rem;
}

.my-layer .success-share .title {
    font-size: 0.3rem;
    height: auto;
    line-height: 0.3rem;
    padding: 0 0 0.2rem;
    margin: 0;
    text-align: center;
    width: 100%;
    font-weight: 500;
}

.my-layer .info-tips {
    width: 4.01rem;
    height: auto;
    background: #fff;
    border-radius: 0.2rem;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.my-layer .info-tips .cont {
    padding-top: 1.98rem;
    padding-bottom: 0.33rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin: 0 auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.2rem;
    line-height: 0.34rem;
    text-align: center;
}

.my-layer .fail-tips {
    background: url('../images/layer-fail-bg.jpg') no-repeat left top / 4.01rem, #fff;
}

.my-layer .success-tips {
    background: url('../images/layer-success-bg.jpg') no-repeat left top / 4.01rem, #fff;
}
.my-layer .video-container .qrcode img {
    max-width: 3.45rem;
    border-radius: .15rem;
}
.my-layer .video-container {
    width:3.45rem;
    height: 2.7rem;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: .15rem;
}

@media screen and (max-width: 960px) {
    .my-layer .close {
        width: 0.24rem;
        height: 0.24rem;
        bottom: -0.4rem;
        top: auto;
        left: 0;
        right: 0;
        margin: 0 auto;
        border: 0.01rem solid #fff;
        border-radius: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .my-layer .close picture {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .my-layer .collection {
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        margin: 0 auto;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        background: url('../images/tips-bg1.png') no-repeat top left / 100% #fff;
        width: 2.15rem;
        border-radius: 0.1rem;
    }

    .my-layer .collection .title {
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-size: 0.18rem;
        height: 0.62rem;
    }

    .my-layer .collection .title img {
        width: 0.22rem;
    }

    .my-layer .collection .cont {
        width: 11.87rem;
        margin-left: 0.22rem;
        padding-top: 0.17rem;
    }

    .my-layer .collection .cont img {
        width: 0.16rem;
        margin-top: 0.03rem;
    }

    .my-layer .collection .know-btn {
        width: 1.55rem;
        line-height: 0.32rem;
        font-size: 0.16rem;
        color: #fff;
        text-align: center;
        border-radius: 0.32rem;
        margin: 0.2rem auto 0.32rem;
        background: linear-gradient(to right, #3D61F5, #2FAAFF);
    }

    .my-layer .answer,
    .my-layer .ask-layer {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        height: 2.14rem;
        background: #fff;
    }

    .my-layer .answer .item,
    .my-layer .ask-layer .item {
        padding: 0 0.16rem;
    }

    .my-layer .answer .item textarea,
    .my-layer .ask-layer .item textarea {
        display: block;
        width: 100%;
        border: none;
        outline: none;
        padding: 0.16rem 0;
        height: 1.2rem;
        margin-bottom: 0.08rem;
        font-size: 0.16rem;
        color: #999999;
        line-height: 0.26rem;
        resize: none;
    }

    .my-layer .answer .item-last,
    .my-layer .ask-layer .item-last {
        padding: 0 0.16rem;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }

    .my-layer .answer .item-last .ask-submit,
    .my-layer .ask-layer .item-last .ask-submit {
        width: 0.97rem;
        line-height: 0.36rem;
        height: 0.36rem;
        border-radius: 0.36rem;
        text-align: center;
        color: #fff;
        font-size: 0.16rem;
        float: right;
        background: linear-gradient(to right, #3D59F4, #2FAAFF);
    }

    .my-layer .answer .item-last span,
    .my-layer .ask-layer .item-last span {
        color: #999999;
        font-size: 0.16rem;
        line-height: 0.36rem;
    }

    .my-layer .nav-close .close {
        display: block;
        position: absolute;
        top: 0.12rem;
        right: 0.16rem;
        color: #fff;
        font-size: 0.36rem;
        line-height: 0.36rem;
        border: none;
        width: auto;
        height: auto;
        left: auto;
        bottom: auto;
    }

    .my-layer .nav {
        margin: 0.41rem 0.16rem 0;
    }

    .my-layer .nav a {
        display: block;
        color: #fff;
        line-height: 0.42rem;
        border-bottom: 0.01rem solid #fff;
        font-size: 0.16rem;
    }

    .my-layer .info-tips {
        width: 2.53rem;
        background-size: 2.53rem auto;
    }

    .my-layer .info-tips .cont {
        padding-top: 1.16rem;
        padding-bottom: 0.25rem;
        font-size: 0.16rem;
        line-height: 0.24rem;
    }

    .my-layer .question-form {
        width: 80%;
    }

    .my-layer .subscribe,
    .my-layer .wechat-share {
        width: 2.15rem;
        background: url('../images/mb-tips-bg1.png') no-repeat top left / 100% #fff;
        padding-bottom: 0.3rem;
    }

    .my-layer .subscribe .warning img,
    .my-layer .wechat-share .warning img {
        width: 0.22rem;
        height: auto;
        margin: 0.2rem auto 0.42rem;
    }

    .my-layer .subscribe .icon,
    .my-layer .wechat-share .icon {
        color: #fff;
        margin-bottom: 0.38rem;
    }

    .my-layer .subscribe .icon .info,
    .my-layer .wechat-share .icon .info {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 0.18rem;
        padding: 0.16rem 0 0.05rem;
    }

    .my-layer .subscribe .icon .info img,
    .my-layer .wechat-share .icon .info img {
        width: 0.22rem;
        margin-right: 0.04rem;
    }

    .my-layer .subscribe .icon .desp,
    .my-layer .wechat-share .icon .desp {
        color: #fff;
    }

    .my-layer .subscribe .title,
    .my-layer .wechat-share .title {
        font-size: 0.16rem;
        line-height: 0.16rem;
    }

    .my-layer .subscribe .qrcode,
    .my-layer .wechat-share .qrcode {
        margin-bottom: 0.04rem;
    }

    .my-layer .subscribe .qrcode img,
    .my-layer .wechat-share .qrcode img {
        width: 1.13rem;
        height: 1.13rem;
        margin-bottom: 0;
    }

    .my-layer .subscribe .desp,
    .my-layer .wechat-share .desp {
        text-align: center;
        color: #BEBEBE;
        font-size: 0.12rem;
        line-height: 0.16rem;
    }

    .my-layer .sub-success,
    .my-layer .ask-success-layer,
    .my-layer .option-success-layer {
        width: 2.15rem;
        background: url('../images/mb-tips-bg1.png') no-repeat top left / 100% #fff;
    }

    .my-layer .sub-success .icon,
    .my-layer .ask-success-layer .icon,
    .my-layer .option-success-layer .icon {
        margin: 0.2rem 0 0.4rem;
    }

    .my-layer .sub-success .icon img,
    .my-layer .ask-success-layer .icon img,
    .my-layer .option-success-layer .icon img {
        width: 0.22rem;
        height: auto;
    }

    .my-layer .sub-success .cont,
    .my-layer .ask-success-layer .cont,
    .my-layer .option-success-layer .cont {
        width: 2rem;
        margin: 0.08rem auto;
    }

    .my-layer .success-share,
    .my-layer .share {
        padding-bottom: 0.2rem;
        width: 2.53rem;
        height: auto;
        background-size: 2.53rem auto;
    }

    .my-layer .success-share .title + .num,
    .my-layer .share .title + .num {
        display: none;
    }

    .my-layer .success-share .title,
    .my-layer .share .title {
        font-size: 0.16rem;
        line-height: 0.26rem;
        margin: 1.15rem auto 0.28rem;
        width: 2.14rem;
    }

    .my-layer .success-share .qrcode,
    .my-layer .share .qrcode {
        display: none;
    }

    .my-layer .success-share .num,
    .my-layer .share .num {
        font-size: 0.14rem;
        line-height: 0.14rem;
        margin-left: 0.22rem;
    }

    .my-layer .success-share .num span,
    .my-layer .share .num span {
        display: none;
    }

    .my-layer .success-share .copy-link,
    .my-layer .share .copy-link {
        padding: 0.08rem 0 0 0.22rem;
    }

    .my-layer .success-share .copy-link input,
    .my-layer .share .copy-link input {
        height: 0.3rem;
        width: 1.43rem;
        border-top-left-radius: 0.3rem;
        border-bottom-left-radius: 0.3rem;
    }

    .my-layer .success-share .copy-link button,
    .my-layer .share .copy-link button {
        width: 0.52rem;
        height: 0.32rem;
        font-size: 0.14rem;
        line-height: 0.32rem;
    }

    .my-layer .success-share {
        padding-bottom: 0.3rem;
        height: auto;
    }

    .my-layer .success-share .msg {
        font-size: 0.18rem;
        height: 0.18rem;
        padding: 0.77rem 0 0.3rem;
        width: auto;
        border-bottom: 0;
    }

    .my-layer .success-share .title {
        margin: 0;
        font-size: 0.22rem;
        height: 0.22rem;
        width: auto;
        padding: 0 0 0.11rem;
    }

    .my-layer .success-share .num {
        display: none;
    }

    .my-layer .success-share .desp {
        padding-bottom: 0.02rem;
    }

    .my-layer .success-share .desp div {
        margin-left: 0.27rem;
        text-indent: 0;
        width: 2.03rem;
        position: relative;
    }

    .my-layer .success-share .desp div:before {
        position: absolute;
        left: -0.06rem;
        top: 0.09rem;
    }

    .my-layer .qrcode-tips {
        width: 2.53rem;
        height: 2.61rem;
    }

    .my-layer .qrcode-tips .title {
        font-size: 0.22rem;
        line-height: 0.3rem;
        padding: 0.2rem 0 0.12rem 0;
    }

    .my-layer .qrcode-tips .qrcode {
        height: auto;
        width: auto;
    }

    .my-layer .qrcode-tips .qrcode img {
        width: 1.49rem;
        height: 1.49rem;
        display: block;
        margin: 0 auto;
    }

    .my-layer .wx-subscribe {
        background: url('../images/wx-subscribe-share.jpg') no-repeat left top / 2.54rem auto #fff;
        padding-top: 0.5rem;
    }

    .my-layer .wx-subscribe .qrcode img {
        width: 1.45rem;
        height: 1.45rem;
    }

    .my-layer .audit-sub {
        height: auto;
        background: url('../images/audit-sub-bg.png') no-repeat left top / 2.54rem auto #fff;
        padding-bottom: 0.3rem;
    }

    .my-layer .audit-sub .title {
        padding-top: 0.6rem;
        font-size: 0.16rem;
        line-height: 0.26rem;
        text-align: center;
    }

    .my-layer .audit-sub .qrcode {
        padding-top: 0.08rem;
    }

    .my-layer .audit-sub .qrcode img {
        display: block;
        width: 1.49rem;
        height: 1.49rem;
        margin: 0 auto;
    }

    .my-layer .audit-sub .desp {
        font-size: 0.12rem;
        line-height: 0.12rem;
        color: #999999;
        text-align: center;
    }


}
</pre></body></html>