html, body {
    font-size: 14px;
    background-color: #F9F9F9;
}

#app {
    padding: 0.83rem;
}

.van-switch {
    vertical-align: middle;
}

.update-card {
    background: linear-gradient(180deg, #fff1dc, #ffffff);
    border-radius: .85rem;
    box-shadow: 0 0 .71rem 0 rgba(0, 0, 0, 0.04);
    padding: .85rem 1rem;
    margin-bottom: .85rem;
    font-size: 1rem;
}

.update-card .title {
    font-size: 1.17rem;
    font-weight: bold;
    margin-bottom: .28rem;
}

.update-card .update-btn {
    color: #EF7D2A;
    font-size: 1rem;
    font-weight: normal;
}

.update-card .tips {
    font-size: 1rem;
}

.header {
    border-radius: 0.85rem;
    box-shadow: 0 0 0.7rem 0 rgba(0, 0, 0, 0.04);
    padding: 1rem 1.1rem;
}


.header .user-info {
    /*margin-bottom: 1rem;*/
}

.header .user-info .avatar {
    width: 4.3rem;
    height: 4.3rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 2px solid #ffffff;
    border-radius: 50%;
    box-shadow: 0px 8px 26px 0px rgba(0, 0, 0, 0.16);
}

.header .user-info .avatar.logout {
    background-image: url("../images/index/头像-未登录.png");
}

.wechat-info {
    align-items: center;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 0.42rem 0.57rem;

}

.wechat-info .status-txt {
    margin-left: 0.28rem;
}

.wechat-info .wechat-nickname {
    text-overflow: ellipsis;
    width: 0;
    white-space: nowrap;
    overflow: hidden;
    margin-left: 0.28rem;
}

.wechat-info .wechat-nickname {
    text-overflow: ellipsis;
    width: 0;
    white-space: nowrap;
    overflow: hidden;
}

.workstation-info {
    font-size: 0.85rem;
    padding: 0 0.57rem;
    color: #888888;
}

.logout-wechat {
    color: #B2B2B2;
    padding: 0.42rem 0;
    font-size: 1rem;
}

.workstation-operation {
    margin: 0.85rem 0 0 0;
    text-align: center;
}

.workstation-operation .van-col {
    padding: 0 .5rem;
}

.workstation-operation .van-col:first-child {
    padding-left: 0;
}

.workstation-operation .van-col:last-child {
    padding-right: 0;
}

.login-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10.71rem;
    height: 3.14rem;
    line-height: 3.14rem;
    background: #eafae4;
    border-radius: 1.57rem;
}

.location-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10.71rem;
    height: 3.14rem;
    line-height: 3.14rem;
    background: #f0f0f0;
    border-radius: 1.57rem;
}

.to-pay-btn {
    width: 100%;
    height: 3.14rem;
    background: linear-gradient(90deg, #6aafff, #2466ff);
    border-radius: 1.57rem;
    box-shadow: 0 2px 8px 0 rgba(36, 102, 255, 0.50);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.14rem;
    margin: 0 auto;
}

.topup {
    position: relative;
    background: linear-gradient(92deg, #98abdb 2%, #4363ad 98%);
    border-radius: 0.85rem;
    box-shadow: 0 0.14rem 0.85rem 0 rgba(59, 103, 204, 0.40);
    padding: 0.71rem 1rem;
    margin: 0.57rem 0;
    color: #fff;
    align-items: center;
    font-size: 0.85rem;
    display: flex;
    align-content: center;
    justify-content: center;
}

.topup:after {
    position: absolute;
    content: " ";
    background-image: url("../images/index/蒙版组 4.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.topup .left {
    font-size: 1rem;
    font-weight: bold;
}

.topup .left:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 0.86rem;
    background: rgba(255, 255, 255, 0.30);
    margin-left: .5rem;
    vertical-align: middle;
}

.topup-icon {
    display: inline-block;
    width: 1.42rem;
    height: 1.42rem;
    background-image: url("../images/index/蒙版组 1_2.png");
    background-size: cover;
    vertical-align: middle;
}

.topup .topup-btn {
    background: linear-gradient(180deg, #ffffff, #a6b9e5);
    border-radius: 0.85rem;
    padding: 0.25rem 1rem;
    color: #3C5BA5;
}

.groups {
    background: #fff;
    border-radius: 0.85rem;
    box-shadow: 0 0 0.71rem 0 rgba(0, 0, 0, 0.04);
    padding: 1.14rem 1rem;
    margin: 0.57rem 0;
}

.groups .title .left {
    font-weight: bold;
    font-size: 1.14rem;
}

.groups .title .group-icon {
    display: inline-block;
    width: 1.71rem;
    height: 1.71rem;
    background-image: url("../images/index/组 11_1.png");
    background-size: cover;
    vertical-align: middle;
}

.groups .title .right {
    color: #B2B2B2;
}

.groups .title .add-group-btn {
    color: #2466FF;
}

.groups .title .add-group-btn:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 0.86rem;
    background: #e5e5e5;
    margin: 0 .42rem;
    vertical-align: middle;
}

.groups .group-list .add-group-btn {
    display: inline-block;
    color: #2466FF;
    background: rgba(36, 102, 255, 0.1);
    border-radius: 1.57rem;
    padding: 0.75rem 2rem;
}

.groups .group-list .group {
    padding: 0.57rem 0.86rem;
    background: #f9f9f9;
    border-radius: 0.58rem;
    margin-bottom: .42rem;
}

.groups .group-list .group:last-child {
    margin-bottom: 0;
}

.groups .group-list .group .group-name {
    color: #333;
    font-size: 1rem;
    font-weight: bold;
}

.groups .group-list .group .channel-name {
    color: #B2B2B2;
    font-size: 0.85rem;
    margin-left: 0.29rem;
}

.groups .group-list .group .tag {
    background: rgba(36, 102, 255, 0.15);
    color: #2466FF;
    border-radius: 0.14rem;
    font-size: 0.85rem;
    padding: 0 0.32rem;
}

.switchs {
    background: #fff;
    border-radius: 0.85rem;
    box-shadow: 0 0 0.71rem 0 rgba(0, 0, 0, 0.04);
    padding: 1.14rem 1rem;
    margin: 0.57rem 0;
    font-size: 1.14rem;
    align-items: center;
    font-weight: bold;
}

.note-btn {
    width: 7.14rem;
    height: 1.42rem;
    background: linear-gradient(90deg, #6aafff, #2466ff);
    border-radius: 1rem;
    padding: 0.3rem 0.7rem;
    color: #fff;
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    justify-content: center;
    float: right;
    vertical-align: middle;
}

.auth-btn {
    font-size: 1rem;
    font-weight: normal;
    color: #B2B2B2;
}

.logout-workstation {
    width: 100%;
    height: 3.14rem;
    background: #f0f0f0;
    border-radius: 1.57rem;
    text-align: center;
    margin: 1.1rem auto;
    color: #888888;
    line-height: 3.14rem;
    font-size: 1.14rem;
}


.login-overlay .content {
    width: 85%;
    box-sizing: border-box;
    padding: 1.42rem 1.5rem;
    border-radius: 1rem 1rem 1rem 1rem;
    background-image: url("../images/index/组 4214.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.login-overlay .content .title {
    font-size: 1.28rem;
    margin-bottom: 0.85rem;
    color: #fff;
    font-weight: bold;
}

.login-overlay .content .subtitle {
    font-size: .85rem;
    margin-bottom: 1.14rem;
    color: #fff;
}

.login-overlay .content .qrcode {
    width: 12.86rem;
    height: 12.86rem;
    text-align: center;
    padding: .2rem;
    margin: 0 auto 1rem;
    border-radius: 1rem 1rem 1rem 1rem;
    overflow: hidden;
}

.login-overlay .content .qrcode #qrcode {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.login-overlay .content .location {
    font-size: 1.28rem;
    font-weight: bold;
    margin-bottom: .85rem;
}

.login-overlay .content .guide {
    font-size: .92rem;
    margin-bottom: .85rem;
    padding: 10px 0 5px;
}

.login-overlay .operators .check-btn {
    display: inline-block;
    background: linear-gradient(90deg, #6aafff, #2466ff);
    border-radius: 1.57rem;
    box-shadow: 0 .14rem .57rem 0 rgba(36, 102, 255, 0.50);
    font-size: 1.14rem;
    color: #fff;
    width: 100%;
    padding: 0.72rem 0;
}

.login-overlay .operators .verify-btn {
    display: inline-block;
    border-radius: 1.57rem;
    font-size: 1.14rem;
    width: 100%;
    padding: 0.72rem 0;
    margin: 10px 0;
    background: #fff;
    color: #888;
    border: #888 1px solid;
}

.verify-code-popup {
    text-align: center;
    padding: 2rem 2.5rem;
}

.verify-code-popup .verify-input {
    border: #888 1px solid;
    border-radius: .78rem;
}

.verify-code-popup .operators {
    align-items: center;
    margin-top: 1rem
}

.verify-code-popup .operators .check-btn {
    display: inline-block;
    background: linear-gradient(90deg, #6aafff, #2466ff);
    border-radius: 1.57rem;
    box-shadow: 0 .14rem .57rem 0 rgba(36, 102, 255, 0.50);
    font-size: 1.14rem;
    color: #fff;
    width: 100%;
    padding: 0.72rem 0;
    text-align: center;
}

.verify-code-popup .operators .cancel-btn {
    display: inline-block;
    border-radius: 1.57rem;
    font-size: 1.14rem;
    width: 100%;
    padding: 0.72rem 0;
    background: #fff;
    color: #888;
    border: #888 1px solid;
    text-align: center;
}

.login-again-overlay .content {
    width: 85%;
    box-sizing: border-box;
    padding: 1.42rem 1.5rem;
    border-radius: 1rem 1rem 1rem 1rem;
    background-image: url("../images/index/组 4214.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.login-again-overlay .content .title {
    font-size: 1.28rem;
    margin-bottom: 0.85rem;
    color: #fff;
    font-weight: bold;
}

.login-again-overlay .content .subtitle {
    font-size: 1.14rem;
    margin-bottom: 1.14rem;
    color: #333;
}

.login-again-overlay .content .avatar {
    width: 8.57rem;
    height: 8.57rem;
    text-align: center;
    margin: 0 auto 1rem;
    border-radius: 5rem;
    overflow: hidden;
}

.login-again-overlay .content .avatar img {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.login-again-overlay .operators .check-btn {
    display: inline-block;
    background: linear-gradient(90deg, #6aafff, #2466ff);
    border-radius: 1.57rem;
    box-shadow: 0 .14rem .57rem 0 rgba(36, 102, 255, 0.50);
    font-size: 1.14rem;
    color: #fff;
    width: 100%;
    padding: 0.72rem 0;
    margin-bottom: 1rem;
}

.login-again-overlay .show-qrcode {
    margin-top: 3rem;
}

.login-again-overlay .show-qrcode .show-qrcode-btn {
    color: #2466FF;
}

.set-location-overlay .content {
    width: 85%;
    box-sizing: border-box;
    padding: 1.42rem 1.5rem;
    border-radius: 1rem 1rem 1rem 1rem;
    background: linear-gradient(180deg, #d4e1ff, #ffffff);
}

.set-location-overlay .content .title {
    font-size: 1.28rem;
    margin-bottom: 0.85rem;
    color: #333;
    font-weight: bold;
}

.set-location-overlay .content .location-display {
    padding: 1.07rem;
    background: #fff;
    border-radius: 1rem;
    margin-bottom: 1rem;
    color: #888;
}

.set-location-overlay .content .province-txt {
    vertical-align: center;
    font-weight: bold;
    color: #333;
}

.set-location-overlay .content .subtitle {
    font-size: .9rem;
    margin-bottom: 1.14rem;
    color: #888;
}

.set-location-overlay .operators .set-province-btn {
    display: inline-block;
    background: linear-gradient(90deg, #6aafff, #2466ff);
    border-radius: 1.57rem;
    box-shadow: 0 .14rem .57rem 0 rgba(36, 102, 255, 0.50);
    font-size: 1.14rem;
    color: #fff;
    width: 100%;
    padding: 0.72rem 0;
}

.bind-token-overlay .content {
    width: 85%;
    box-sizing: border-box;
    padding: 1.42rem 1.5rem;
    background: linear-gradient(180deg, #d4e1ff, #ffffff);
    border-radius: 1rem 1rem 1rem 1rem;
}

.bind-token-overlay .content .title {
    font-size: 1.28rem;
    margin-bottom: 0.85rem;
    color: #333;
    font-weight: bold;
}

.bind-token-overlay .content .subtitle {
    font-size: 1rem;
    margin-bottom: 1.14rem;
    color: #333;
}

.bind-token-overlay .content .token {
    font-size: 2.28rem;
    color: #2466FF;
    margin-bottom: 1.14rem;
}

.bind-token-overlay .content .tips {
    color: #888;
}

.bind-token-overlay .operators {
    box-sizing: border-box;
    margin-top: 2.28rem;
}

.bind-token-overlay .operators .copy-btn {
    display: inline-block;
    background: linear-gradient(90deg, #6aafff, #2466ff);
    border-radius: 1.57rem;
    box-shadow: 0 .14rem .57rem 0 rgba(36, 102, 255, 0.50);
    font-size: 1.14rem;
    color: #fff;
    width: 100%;
    height: 3.14rem;
    line-height: 3.14rem;
}

.note-overlay {
}

.note-overlay .close-grey-back-icon {
    display: inline-block;
    position: absolute;
    right: 1.07rem;
    top: 1.07rem;
}

.note-overlay .content {
    position: fixed;
    box-sizing: border-box;
    bottom: 0;
    width: 100%;
    background: linear-gradient(180deg, #d4e1ff, #ffffff);
    border-radius: .85rem .85rem 0 0;
    padding: 1.43rem 1.07rem;
}

.note-overlay .content .title {
    font-size: 1.2rem;
    margin-bottom: 0.85rem;
    color: #333;
    font-weight: bold;
}

.note-overlay .content .txt {
    margin-bottom: 2.28rem;
    line-height: 1.57rem;
}

.note-overlay .content .operators .close-btn {
    display: inline-block;
    background: linear-gradient(90deg, #6aafff, #2466ff);
    border-radius: 1.57rem;
    box-shadow: 0 .14rem .57rem 0 rgba(36, 102, 255, 0.50);
    font-size: 1.14rem;
    color: #fff;
    width: 100%;
    padding: 0.72rem 0;
}

.channel-popup {
    height: 80%;
}

.channel-popup .van-tabs__content {
    height: 50vh;
    overflow: auto;
}

.channel-popup .content {
    padding: 1rem 1rem;
}

.channel-popup .channel-item {
    margin: 1rem 1rem;
    padding: 1.29rem 1.43rem;
    background: #f9f9f9;
    border-radius: .85rem;
}

.channel-popup .channel-item.checked {
    background: #ecf2ff;
    border: 2px solid #2466ff;
}

.channel-popup .channel-item .review-btn {
    color: #2466ff;
    padding: .28rem 1.07rem;
    background: rgba(36, 102, 255, .1);
    border-radius: 0.71rem;
}

.channel-popup .operators {
    padding: 0.72rem 0;
}

.channel-popup .operators .set-channel-btn {
    display: inline-block;
    background: linear-gradient(90deg, #6aafff, #2466ff);
    border-radius: 1.57rem;
    box-shadow: 0 .14rem .57rem 0 rgba(36, 102, 255, 0.50);
    font-size: 1.14rem;
    color: #fff;
    width: 100%;
    padding: 0.72rem 0;
    text-align: center;
}

.channel-preview-popup {
    height: 80%;
}

.channel-preview-popup .content {
    padding: 1rem 1rem;
}

.channel-preview-popup .preview-msg {
    margin-bottom: 1.8rem;
}

.channel-preview-popup .preview-msg .left {
    margin-bottom: 1rem;
}

.channel-preview-popup .preview-msg .left .avatar {
    width: 3.5rem;
    height: 3.5rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 2px solid #ffffff;
    border-radius: 50%;
    box-shadow: 0px 8px 26px 0px rgba(0, 0, 0, 0.16);
    background-image: url("../images/头像.png");
}

.channel-preview-popup .preview-msg .left img {
    display: inline-block;
    width: 100%;
}

.channel-preview-popup .preview-msg .right {
    box-sizing: border-box;
    padding: 0 1rem;
    width: 0;
}

.channel-preview-popup .preview-msg .right .msg-title {
    color: #888;
    margin-bottom: .28rem;
}

.channel-preview-popup .preview-msg .right .msg-content {
    position: relative;
    background: #95ec69;
    border-radius: .28rem;
    padding: 0.85rem 0.85rem;
    word-break: break-word;
    white-space: pre-wrap;
    line-height: 1.4rem;
}

.channel-preview-popup .preview-msg .right .msg-content:before {
    content: "";
    background: #95ec69;
    display: inline-block;
    width: 1rem;
    height: 1rem;
    position: absolute;
    top: 0.3rem;
    left: -0.3rem;
    transform: rotate(45deg);
}

.update-overlay .content {
    width: 85%;
    box-sizing: border-box;
    padding: 1.42rem 1.5rem;
    border-radius: 1rem 1rem 1rem 1rem;
    background: linear-gradient(180deg, #d4e1ff, #ffffff);
}

.update-overlay .content .title {
    font-size: 1.28rem;
    margin-bottom: 0.85rem;
    color: #333;
    font-weight: bold;
}

.update-overlay .content .subtitle {
    font-size: 1rem;
    margin-bottom: 1.14rem;
    color: #333;
    text-align: left;
}

.update-overlay .content .tips {
    font-size: 1rem;
    text-align: left;
    margin-bottom: .85rem;
    color: #888;
}

.update-overlay .operators .cancel-btn {
    display: inline-block;
    border-radius: 1.57rem;
    font-size: 1.14rem;
    color: #333;
    padding: 0.72rem 0;
    border: 2px solid #e5e5e5;
}

.update-overlay .operators .update-btn {
    display: inline-block;
    background: linear-gradient(90deg, #6aafff, #2466ff);
    border-radius: 1.57rem;
    box-shadow: 0 .14rem .57rem 0 rgba(36, 102, 255, 0.50);
    font-size: 1.14rem;
    color: #fff;
    padding: 0.72rem 0;
}

.tuisong .content {
    padding: 0 1rem;
}

.tuisong .content .van-cell__value {
    text-align: left;
}

.tuisong-data-list {
    position: relative;
    padding: 0 10px 20px 10px;
    font-size: 1.2rem;
}

.tuisong-data-list .tuisong-data-item {
    margin: 10px 0 0 0;
    padding: 0 0 10px 0;
    border-bottom: 1px #efefef solid;
}

.tuisong-data-list .tuisong-data-item pre {
    line-height: 1.8rem;
    font-weight: bold;
    white-space: pre-wrap;
    margin: 0 0 .5rem 0;
}

.tuisong-data-list .tuisong-data-item .title {
    font-weight: bold;
    padding: 0 0 10px 0;
}

.tuisong-data-list .tuisong-data-item .goods-name {
    vertical-align: top;
    width: 90%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
    font-size: 1.5rem;
    line-height: 1.5rem;
}

.tuisong-data-list .tuisong-data-item .expand {
    width: 10%;
    margin: 0;
    font-size: .8rem;
    color: #bbb;
    line-height: 1.5rem;
}

.tuisong-data-list .tuisong-data-item .imgs {
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
}

.tuisong-data-list .tuisong-data-item .imgs li {
    width: 32%;
    height: 110px;
    margin: 0 1% 5px 0;
    float: left;
    overflow: hidden;
}

.tuisong-data-list .tuisong-data-item .imgs li img {
    width: 100%;
    height: 100%;
}

.tuisong-data-list .tuisong-data-item .p-reply {
    background-color: #f1f1f1;
    padding: .83rem;
    text-align: justify;
    margin-bottom: .67rem;
    color: #333;
    font-size: 1.16rem;
}

.tuisong-data-list .tuisong-data-item .p-footer {
    text-align: left;
}

.tuisong-data-list .tuisong-data-item .p-footer .p-quan {
    border: 1px solid #f793c4;
    width: auto;
    display: inline-block;
}

.tuisong-data-list .tuisong-data-item .p-footer .p-quan .quan-text {
    padding: 0 1.04rem;
    background-color: #f793c4;
    color: #fff;
    display: inline-block;
    height: 30px;
    line-height: 30px;
}

.tuisong-data-list .tuisong-data-item .p-footer .p-quan .quan-money {
    padding: 0 1.5625rem;
    height: 30px;
    line-height: 30px;
    color: #f793c4;
    display: inline-block;
}

.tuisong-data-list .tuisong-data-item .p-footer .p-date {
    color: #999;
    margin-top: .3125rem;
    font-size: 1rem;
}

.span-btn {
    border-radius: 0.68rem;
    border: 1px solid #e5e5e5;
    background: #fff;
    color: #888;
    padding: 0 0.57rem;
    font-size: 0.85rem;
    margin-right: 0.28rem;
}

.span-btn:last-child {
    margin-right: 0;
}

.ad-overlay .content {
    width: 85%;
    box-sizing: border-box;
    padding: 0 0 .5rem 0;
    border-radius: 1rem 1rem 1rem 1rem;
}

.refresh-icon {
    display: inline-block;
    width: 1.42rem;
    height: 1.42rem;
    background-size: cover;
    background-image: url("../images/index/蒙版组 1_1.png");
    vertical-align: middle;
}

.exit-icon {
    display: inline-block;
    width: 1.14rem;
    height: 1.14rem;
    background-size: cover;
    background-image: url("../images/index/蒙版组 1_3.png");
    vertical-align: middle;
}

.note-icon {
    display: inline-block;
    width: 1.71rem;
    height: 1.71rem;
    background-size: cover;
    background-image: url("../images/index/组 11_2.png");
    vertical-align: middle;
}

.group-follow-icon {
    display: inline-block;
    width: 1.71rem;
    height: 1.71rem;
    background-size: cover;
    background-image: url("../images/index/组 11.png");
    vertical-align: middle;
}

.circle-follow-icon {
    display: inline-block;
    width: 1.71rem;
    height: 1.71rem;
    background-size: cover;
    background-image: url("../images/index/组 464.png");
    vertical-align: middle;
}

.douke-icon {
    display: inline-block;
    width: 1.71rem;
    height: 1.71rem;
    background-size: cover;
    background-image: url("../images/index/douke.png");
    vertical-align: middle;
}

.new-icon {
    display: inline-block;
    width: 1.86rem;
    height: 1.42rem;
    background-size: cover;
    background-image: url("../images/index/蒙版组 5.png");
    vertical-align: middle;
}

.pdd-icon {
    display: inline-block;
    width: 1.71rem;
    height: 1.71rem;
    background-size: cover;
    background-image: url("../images/index/组 464_1.png");
    vertical-align: middle;
}

.right-arrow-icon {
    display: inline-block;
    width: 1.14rem;
    height: 1.14rem;
    background-size: cover;
    background-image: url("../images/index/组 1466.png");
    vertical-align: middle;
}

.right-arrow-dark-icon {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background-size: cover;
    background-image: url("../images/index/组 1463.png");
    vertical-align: middle;
}

.right-arrow-orange-icon {
    display: inline-block;
    width: 1.14rem;
    height: 1.14rem;
    background-size: cover;
    background-image: url("../images/index/right-arrow-orange.png");
    vertical-align: middle;
}

.right-arrow-white-icon {
    display: inline-block;
    width: .85rem;
    height: .85rem;
    background-size: cover;
    background-image: url("../images/index/right-arrow-white.png");
    vertical-align: middle;
}

.wechat-icon {
    display: inline-block;
    width: 1.28rem;
    height: 1.28rem;
    background-size: cover;
    background-image: url("../images/index/组 28.png");
    vertical-align: middle;
}

.edit-icon {
    display: inline-block;
    width: 1.28rem;
    height: 1.28rem;
    background-size: cover;
    background-image: url("../images/index/蒙版组 1.png");
    vertical-align: middle;
}

.add-group-icon {
    display: inline-block;
    width: 1.14rem;
    height: 1.14rem;
    background-size: cover;
    background-image: url("../images/index/蒙版组 2.png");
    vertical-align: middle;
}

.left-quota-icon {
    display: inline-block;
    width: 1.42rem;
    height: 1.42rem;
    background-size: cover;
    background-image: url("../images/index/蒙版组 5_1.png");
    vertical-align: top;
}

.right-quota-icon {
    display: inline-block;
    width: 1.42rem;
    height: 1.42rem;
    background-size: cover;
    background-image: url("../images/index/蒙版组 5 2.png");
    vertical-align: bottom;
}

.close-icon {
    display: inline-block;
    width: 2.28rem;
    height: 2.28rem;
    background-size: cover;
    background-image: url("../images/index/蒙版组 5_3.png");
    vertical-align: middle;
}

.close-grey-back-icon {
    display: inline-block;
    width: 1.71rem;
    height: 1.71rem;
    background-size: cover;
    background-image: url("../images/index/组 3491.png");
    vertical-align: middle;
}

.close-grey-back-icon {
    display: inline-block;
    width: 1.71rem;
    height: 1.71rem;
    background-size: cover;
    background-image: url("../images/index/组 3491.png");
    vertical-align: middle;
}

.close-grey-back-icon {
    display: inline-block;
    width: 1.71rem;
    height: 1.71rem;
    background-size: cover;
    background-image: url("../images/index/组 3491.png");
    vertical-align: middle;
}

.scissors-icon {
    display: inline-block;
    width: 1.42rem;
    height: 1.42rem;
    background-size: cover;
    background-image: url("../images/index/scissors.png");
    vertical-align: middle;
    margin-bottom: 3px;
}

.plane-icon {
    display: inline-block;
    width: 1.42rem;
    height: 1.42rem;
    background-size: cover;
    background-image: url("../images/index/plane.png");
    vertical-align: middle;
    margin-bottom: 3px;
}

.scan-icon {
    display: inline-block;
    width: 1.42rem;
    height: 1.42rem;
    background-size: cover;
    background-image: url("../images/index/scan.png");
    vertical-align: middle;
    margin-bottom: 3px;
}

.indicator-icon {
    display: inline-block;
    width: 1.42rem;
    height: 1.42rem;
    background-size: cover;
    background-image: url("../images/index/indicator.png");
    vertical-align: middle;
}

.iPad-icon {
    display: inline-block;
    width: 1.71rem;
    height: 1.71rem;
    background-size: cover;
    background-image: url("../images/index/iPad.png");
    vertical-align: middle;
}

.add-workstation-icon {
    display: inline-block;
    width: 1.71rem;
    height: 1.71rem;
    background-size: cover;
    background-image: url("../images/index/组 4278.png");
    vertical-align: middle;
}

.add-workstation-icon {
    display: inline-block;
    width: 1.71rem;
    height: 1.71rem;
    background-size: cover;
    background-image: url("../images/index/组 4278.png");
    vertical-align: middle;
}

.update-icon {
    display: inline-block;
    width: 1.42rem;
    height: 1.42rem;
    background-size: cover;
    background-image: url("../images/index/update.png");
    vertical-align: middle;
}

.update-img {
    display: inline-block;
    width: 10.71rem;
    height: 8.57rem;
    background-size: cover;
    background-image: url("../images/index/蒙版组 6.png");
    vertical-align: middle;
}

.add-icon {
    display: inline-block;
    width: 1.42rem;
    height: 1.42rem;
    background-size: cover;
    background-image: url("../images/index/add.png");
    vertical-align: middle;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min--moz-device-pixel-ratio: 2) {
    .header .user-info .avatar.logout {
        background-image: url("../images/index/头像-未登录@2x.png");
    }

    .topup:after {
        background-image: url("../images/index/蒙版组 4@2x.png");
    }

    .topup-icon {
        background-image: url("../images/index/蒙版组 1_2@2x.png");
    }

    .group .title .group-icon {
        background-image: url("../images/index/组 11_1@2x.png");
    }

    .refresh-icon {
        background-image: url("../images/index/蒙版组 1_1@2x.png");
    }

    .exit-icon {
        background-image: url("../images/index/蒙版组 1_3@2x.png");
    }

    .note-icon {
        background-image: url("../images/index/组 11_2@2x.png");
    }

    .group-follow-icon {
        background-image: url("../images/index/组 11@2x.png");
    }

    .circle-follow-icon {
        background-image: url("../images/index/组 464@2x.png");
    }

    .new-icon {
        background-image: url("../images/index/蒙版组 5@2x.png");
    }

    .pdd-icon {
        background-image: url("../images/index/组 464_1@2x.png");
    }

    .right-arrow-icon {
        background-image: url("../images/index/组 1466@2x.png");
    }

    .right-arrow-dark-icon {
        background-image: url("../images/index/组 1463@2x.png");
    }

    .right-arrow-orange-icon {
        background-image: url("../images/index/right-arrow-orange@2x.png");
    }

    .right-arrow-white-icon {
        background-image: url("../images/index/right-arrow-white@2x.png");
    }

    .wechat-icon {
        background-image: url("../images/index/组 28@2x.png");
    }

    .edit-icon {
        background-image: url("../images/index/蒙版组 1@2x.png");
    }

    .add-group-icon {
        background-image: url("../images/index/蒙版组 2@2x.png");
    }

    .left-quota-icon {
        background-image: url("../images/index/蒙版组 5_1@2x.png");
    }

    .right-quota-icon {
        background-image: url("../images/index/蒙版组 5 2@2x.png");
    }

    .close-icon {
        background-image: url("../images/index/蒙版组 5_3@2x.png");
    }

    .close-grey-back-icon {
        background-image: url("../images/index/组 3491@2x.png");
    }

    .login-overlay .content {
        background-image: url("../images/index/组 4214@2x.png");
    }

    .login-again-overlay .content {
        background-image: url("../images/index/组 4214@2x.png");
    }

    .scissors-icon {
        background-image: url("../images/index/scissors@2x.png");
    }

    .plane-icon {
        background-image: url("../images/index/plane@2x.png");
    }

    .scan-icon {
        background-image: url("../images/index/scan@2x.png");
    }

    .indicator-icon {
        background-image: url("../images/index/indicator@2x.png");
    }

    .iPad-icon {
        background-image: url("../images/index/iPad@2x.png");
    }

    .add-workstation-icon {
        background-image: url("../images/index/组 4278@2x.png");
    }

    .update-icon {
        background-image: url("../images/index/update@2x.png");
    }

    .update-img {
        background-image: url("../images/index/蒙版组 6@2x.png");
    }

    .add-icon {
        background-image: url("../images/index/add@2x.png");
    }
}

.bg-white {
    background-color: #FFF;
}

.text-red {
    color: #FF4624;
}

.text-green {
    color: #0ABC64;
}

.text-grey {
    color: #B2B2B2;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-bold {
    font-weight: bold;
}

.tips {
    color: #B2B2B2;
    font-size: 0.85rem;
}

.c-inline-block {
    display: inline-block;
}

.c-vertical-middle {
    vertical-align: middle;
}

.c-ml5 {
    margin-left: 0.35rem;
}

.c-ml10 {
    margin-left: 0.7rem;
}

.c-mr5 {
    margin-right: 0.35rem;
}

.c-mt10 {
    margin-top: 0.7rem;
}

.c-mt20 {
    margin-top: 0.71rem;
}

.c-mb5 {
    margin-bottom: 0.35rem;
}

.c-mb10 {
    margin-bottom: 0.7rem;
}

.c-flex {
    display: flex;
}

.c-flex-center {
    align-items: center;
    justify-content: center;
}

.c-flex-end {
    justify-content: flex-end;
}

.c-flex-column {
    flex-direction: column;
}
