

.wechat-content .arrow {
    position: fixed;
    /*top: 10px;*/
    /*right: 10px;*/

    top: 30px;
    right: 30px;
    /*height: 70px;*/

    font-size: 30px;
}

.arrow-place-holder {
    height: 90px;
    width: 100%;
}

.wechat-hint-wrapper {
    display: flex;
    align-items: center;
}

.wechat-hint-wrapper:not(:last-child) {
    margin-bottom: 60px;
}

.wechat-hint-index {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 13px;
    border-radius: 50%;
    background: #000;
    color: #fff;
    margin-right: 10px;
    font-weight: bold;
}

.wechat-hint-content {
    font-size: 16px;
    display: flex;
    align-items: center;
}

.wechat-hint-btn {
    font-size: 13px;
    width: 35px;
    height: 35px;
    align-items: center;
    justify-content: center;
    display: flex;
    background: var(--sub-btn-bg);
    color: var(--sub-btn-text-color);
    border: 1px solid #cfcfcf;
    border-radius: 5px;
    margin: 0 8px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}


.wechat-hint-btn  .dots-image {
    /*width: 20px;*/
}

.wechat-hint-btn  .browser-image {
    width: 25px;
    margin-left: 8px;
    color: dodgerblue;
}


.wechat-content-inner {
    width: fit-content;
    margin: 0 auto;
}