﻿@charset "utf-8";
/* CSS Document */

/*
 * Copyright 2019 sblqtd
 * Email: sblqtd@vip.qq.com
 */

@media screen and (max-width: 500px) {
    html {
        font-size: 17px;
    }
}

@media screen and (max-width: 400px) {
    html {
        font-size: 15px;
    }
}

@media screen and (max-width: 350px) {
    html {
        font-size: 13px;
    }
}

@font-face {
    font-family: "tlIconfont";
    src: url("../fonts/iconfont.eot?t=1557471703055"); /* IE9 */
    src: url("../fonts/iconfont.eot?t=1557471703055#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/iconfont.woff2?t=1557471703055") format("woff2"), url("../fonts/iconfont.woff?t=1557471703055") format("woff"), url("../fonts/iconfont.ttf?t=1557471703055") format("truetype"),
    /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
    url("../fonts/iconfont.svg?t=1557471703055#tlIconfont") format("svg"); /* iOS 4.1- */
}



body {
    position: relative;
    margin: 0 auto;
    color: #282828;
    font-size: 0.933rem;
    line-height: 1;
    font-family: "tlIconfont", "SourceHanSansCNMedium", "helvetica", "hiragino sans gb", "微软雅黑", "Microsoft Yahei", Arial;
}

.liveSpan {
    position: absolute;
    font-size: 0.8rem;
    font-weight: bold;
    margin: 1rem 0 0 2.8em;
    color: #666666;
}

.liveSpan1 {
    position: absolute;
    font-size: 0.8rem;
    font-weight: bold;
    margin: 1rem 0 0 3.8em;
    color: #666666;
}

a {
    color: #282828;
}

.hide {
    display: none !important;
}

main {
    display: block;
}

.icon-back::before {
    content: "\e62e";
    margin-right: 3px;
}

.comment-tool-bar-20201102 {
    display: flex;
    position: fixed;
    align-items: center;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 500;
    height: 50px;
    background-color: #ffffff;
}

    .comment-tool-bar-20201102.no-b {
        border-bottom: 0;
    }

    .comment-tool-bar-20201102::before {
        content: "";
        position: absolute;
        right: 0;
        bottom: 100%;
        left: 0;
        height: 10px;
        background-image: -webkit-linear-gradient( top, transparent 10%, rgba(0, 0, 0, 0.1) );
        pointer-events: none;
    }

    .comment-tool-bar-20201102 .img-upload-btn {
        display: flex;
        align-items: center;
        height: 100%;
        padding: 0 15px 0 16px;
    }

        .comment-tool-bar-20201102 .img-upload-btn img {
            max-width: 30px;
            max-height: 30px;
            background-color: #ffffff;
            border-radius: 2px;
        }

    .comment-tool-bar-20201102 .input-text {
        flex: 1;
        height: 30px;
        margin-right: 10px;
        padding: 5px 14px 5px 32px;
        border: 0 none;
        border-radius: 30px;
        background: #eeeeee url("../images/input_placeholder_icon.svg") no-repeat 10px 50%;
        background-size: 14px 13px;
        line-height: 20px;
        font-size: 13px;
    }

        .comment-tool-bar-20201102 .input-text::placeholder {
            color: #000000;
        }

        .comment-tool-bar-20201102 .input-text::-webkit-placeholder {
            color: #000000;
        }

        .comment-tool-bar-20201102 .input-text:first-child {
            margin-left: 15px;
        }

    .comment-tool-bar-20201102 .options {
        display: flex;
        height: 100%;
        align-items: center;
        /* overflow: hidden; */
    }

    .comment-tool-bar-20201102 .input-text.focus ~ .release-btn {
        display: block;
    }

    .comment-tool-bar-20201102 .input-text.focus ~ :not(.release-btn) {
        display: none;
    }

    .comment-tool-bar-20201102 .options a {
        position: relative;
        display: flex;
        align-items: center;
        height: 100%;
        padding: 0 15px;
    }

        .comment-tool-bar-20201102 .options a::before {
            content: "";
            display: block;
            background-repeat: no-repeat;
            background-size: 100%;
        }

    .comment-tool-bar-20201102 .options .comment-btn::before {
        width: 22px;
        height: 21px;
        background-image: url("../images/shop_comment_icon.png");
    }

    .comment-tool-bar-20201102 .options .collection-btn::before {
        width: 22px;
        height: 23px;
        background-image: url("../images/approval_btn_bg.svg");
    }


    .comment-tool-bar-20201102 .options .approval-btn::before {
        width: 19px;
        height: 20px;
        background-image: url("../images/approval_btn_bg.svg");
    }

    .comment-tool-bar-20201102 .send-btn {
        width: 70px;
        margin-left: 10px;
        height: 100%;
        background: #ff2424;
        color: #ffffff;
        line-height: 50px;
        text-align: center;
    }

    .comment-tool-bar-20201102 .contact-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100px;
        height: 35px;
        margin: 0 5px 0 10px;
        padding: 0 7px;
        border-radius: 18px;
        background: #e03535;
        color: #ffffff;
    }

        .comment-tool-bar-20201102 .contact-btn .texts {
            flex: 1;
            display: flex;
            flex-flow: column;
        }

        .comment-tool-bar-20201102 .contact-btn::after {
            content: '';
            width: 1rem;
            min-width: 1rem;
            height: 1rem;
            background: url('../images/rec_btn_icon.png') no-repeat;
            background-size: 100% 100%;
        }

        .comment-tool-bar-20201102 .contact-btn .m {
            margin: 0 -4px 2px 0;
            font-weight: bold;
            font-size: 15px;
            letter-spacing: 2px;
        }

        .comment-tool-bar-20201102 .contact-btn .s {
            width: 2em;
            height: 0.7em;
            transform-origin: 0 0;
            transform: scale(0.833);
            font-size: 12px;
            white-space: nowrap;
        }

    .comment-tool-bar-20201102 .release-btn {
        display: none;
        padding: 0 16px;
    }

    .comment-tool-bar-20201102 .comment-btn {
        position: relative;
    }

        .comment-tool-bar-20201102 .comment-btn .num {
            position: absolute;
            z-index: 2;
            top: 8px;
            left: 24px;
            height: 15px;
            padding: 0 3px;
            border-radius: 8px;
            background: #ea3f34;
            color: #ffffff;
            line-height: 15px;
            font-size: 10px;
        }

    .comment-tool-bar-20201102 .collection-btn .num {
        position: absolute;
        z-index: 2;
        top: 8px;
        left: 34px;
        height: 15px;
        line-height: 15px;
        font-size: 10px;
    }


    .comment-tool-bar-20201102 .options a .num:empty {
        display: none;
    }





.shop-product-page {
    background: #f5fbff -webkit-linear-gradient(top, #38d4d0, #f5fbff) no-repeat;
    background-size: 100% 30.93rem;
}

.shop-product-main {
    /* position: relative; */
    padding: 0.5rem;
}

    .shop-product-main > .main-inner {
        position: relative;
        overflow: hidden;
        padding-bottom: 1rem;
    }

        .shop-product-main > .main-inner > div {
            margin: 0.5rem 0 0;
            border-radius: 0.5rem;
            background-color: #fff;
        }

            .shop-product-main > .main-inner > div:first-child {
                margin-top: 0;
            }


.product-box-20201102 {
    padding: 1.2rem 0.8rem 0.8rem
}

.product-box-brief-20201102 {
    display: flex;
    margin-bottom: 0.7rem;
}

    .product-box-brief-20201102 .image {
        width: 4.6rem;
        height: 4.6rem;
        overflow: hidden;
        margin-right: 0.8rem;
    }

        .product-box-brief-20201102 .image img {
            width: 100%;
            height: 100%;
        }

    .product-box-brief-20201102 .content {
        flex: 1;
        overflow: hidden;
        margin: 0.37rem 1rem 0 0;
    }

    .product-box-brief-20201102 .title {
        margin-bottom: 0.2rem;
        font-size: 1rem;
        line-height: 1.3;
    }

    .product-box-brief-20201102 .price {
        margin-bottom: 0.47rem;
        color: #e22b15;
        font-size: 0.73rem;
    }

    .product-box-brief-20201102 .tags {
        display: flex;
        flex-wrap: wrap;
        color: #666666;
        font-size: 0.67rem;
        line-height: 1;
    }

    .product-box-brief-20201102 .tag {
        display: flex;
        align-items: center;
        margin-right: 0.4rem;
        padding: 0.2rem 0;
    }

        .product-box-brief-20201102 .tag:last-child {
            margin-right: 0;
        }

        .product-box-brief-20201102 .tag:before {
            content: '';
            width: 3px;
            height: 3px;
            margin-right: 0.3rem;
            border-radius: 50%;
            background-color: #666666;
        }

    .product-box-brief-20201102 .option {
        margin-top: 2rem;
        font-size: 0.8rem
    }

        .product-box-brief-20201102 .option .link {
            display: flex;
            align-items: center;
        }

            .product-box-brief-20201102 .option .link::after {
                content: '';
                width: 0.22rem;
                height: 0.5rem;
                margin-left: 0.27rem;
                mask: url('../images/arrow.png') no-repeat;
                mask-size: 100% 100%;
                -webkit-mask: url('../images/arrow.png') no-repeat;
                -webkit-mask-size: 100% 100%;
                background-color: #000;
            }


.product-box-all-20201102 {
}

    .product-box-all-20201102 + * {
        margin-top: 0.67rem;
    }

    .product-box-all-20201102 .title {
        display: flex;
        align-items: center;
        margin-bottom: 0.8rem;
        color: #999999;
        font-size: 0.73rem;
    }

        .product-box-all-20201102 .title::after {
            content: '';
            flex: 1;
            height: 1px;
            margin-left: 0.33rem;
            background-color: #e5e5e5;
        }

    .product-box-all-20201102 .content {
        position: relative;
    }

    .product-box-all-20201102 .list {
        display: flex;
        padding-right: 0.5rem;
    }

        .product-box-all-20201102 .list .box {
            flex-shrink: 10px;
            /* flex: 1; */
            /*width: calc(16.67% - 0.33rem);*/
            margin-right: 0.33rem;
        }


        .product-box-all-20201102 .list .image {
            overflow: hidden;
            border-radius: 0.5rem;
            border: 1px solid #dedede
        }

        .product-box-all-20201102 .list .box.selected .image {
            border-width: 2px;
            border-color: #e22b15
        }

        .product-box-all-20201102 .list .box .image img {
            max-width: none;
            width: 3.2rem;
            height: 3.2rem
        }

        .product-box-all-20201102 .list .selected .image img {
            margin: -1px;
            max-width: none;
            width: calc(3.2rem + 2px);
            height: calc(3.2rem + 2px);
        }

    .product-box-all-20201102 .link-more {
        position: absolute;
        top: 0;
        right: -0.8rem;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 0.87rem;
        border-radius: 0.27rem 0 0 0.27rem;
        background-color: #e5e5e5;
        color: #999999;
        writing-mode: vertical-lr;
        font-size: 0.6rem;
        text-align: center;
    }

.view-enter-box-20201102 {
    display: flex;
}

    .view-enter-box-20201102.v {
        flex-flow: column;
        margin-top: 0.5rem;
    }

    .view-enter-box-20201102 .enter {
        display: flex;
        flex: 1;
        align-items: center;
        justify-content: center;
        height: 4rem;
        min-height: 4rem;
        margin-left: 0.5rem;
        border-radius: 0.2rem;
        background-color: #e1f2f1;
    }

        .view-enter-box-20201102 .enter:first-child {
            margin-left: 0;
        }

    .view-enter-box-20201102.v .enter {
        margin-left: 0;
        margin-top: 0.5rem
    }

        .view-enter-box-20201102.v .enter:first-child {
            margin-top: 0
        }

    .view-enter-box-20201102 .enter-1 {
        position: relative;
    }

        .view-enter-box-20201102 .enter-1::before {
            content: '';
            width: 9.06rem;
            height: 1.93rem;
            background: url('../images/entry_bg1.png') no-repeat;
            background-size: 100% 100%;
        }

        .view-enter-box-20201102 .enter-1 .text {
            position: absolute;
            top: 50%;
            left: 50%;
            display: flex;
            justify-content: flex-end;
            align-items: flex-end;
            transform: translate(-50%, -50%);
            width: 9.06rem;
            height: 1.93rem;
            font-size: 0.8rem;
            letter-spacing: 1px;
            color: #3883f4;
            font-weight: bold;
        }

    .view-enter-box-20201102.v .enter-1 {
        padding: 0 0.9rem;
        justify-content: space-between;
    }

        .view-enter-box-20201102.v .enter-1 .text {
            left: 0.9rem;
            transform: translateY(-50%);
        }

        .view-enter-box-20201102.v .enter-1::after {
            content: '正在直播中>';
            color: #3883f4;
            font-size: 0.73rem;
        }


    .view-enter-box-20201102 .enter-2::before {
        content: '';
        width: 9rem;
        height: 2rem;
        background: url('../images/entry_bg2.png') no-repeat;
        background-size: 100% 100%;
    }

    .view-enter-box-20201102.v .enter-2::before {
        content: '';
        width: 12.1rem;
        height: 1.47rem;
        background-image: url('../images/entry_bg3.png');
    }

.about-enterprise-box-20201102 {
    padding: 0.67rem 0.6rem 0.6rem;
}

    .about-enterprise-box-20201102 > .head,
    .about-enterprise-details-20201102 > .head {
        display: flex;
        justify-content: space-between;
        margin-bottom: 0.5rem;
    }

        .about-enterprise-box-20201102 > .head .title,
        .about-enterprise-details-20201102 > .head .title {
            display: flex;
            align-items: center;
            font-weight: bold;
            font-size: 0.93rem;
        }

            .about-enterprise-box-20201102 > .head .title::before,
            .about-enterprise-details-20201102 > .head .title::before {
                content: '';
                width: 0.27rem;
                height: 1.2rem;
                margin: 0 0.4rem 0 0.33rem;
                border-radius: 0.2rem;
                background-color: #00aa47;
            }

    .about-enterprise-box-20201102 > .head1,
    .about-enterprise-details-20201102 > .head1 {
        display: flex;
        justify-content: space-between;
        margin-bottom: 0.5rem;
    }

        .about-enterprise-box-20201102 > .head1 .title,
        .about-enterprise-details-20201102 > .head1 .title {
            display: flex;
            align-items: center;
            font-weight: bold;
            font-size: 0.93rem;
        }

            .about-enterprise-box-20201102 > .head1 .title::before,
            .about-enterprise-details-20201102 > .head1 .title::before {
                content: '';
                width: 0.27rem;
                height: 1.2rem;
                margin: 0 0.4rem 0 0.33rem;
                border-radius: 0.2rem;
                background-color: #00aa47;
            }

    .about-enterprise-box-20201102 .share-box {
        display: flex;
        align-items: center;
    }

        .about-enterprise-box-20201102 .share-box .box {
            display: flex;
            align-items: center;
            margin-left: 0.73rem;
            padding-left: 0.73rem;
            border-left: 1px solid #cccccc;
            color: #666666;
            font-size: 0.83rem;
            line-height: 1rem;
        }

            .about-enterprise-box-20201102 .share-box .box:first-child {
                margin-left: 0;
                padding-left: 0;
                border-left: 0 none;
            }

            .about-enterprise-box-20201102 .share-box .box::before {
                content: '';
                margin-right: 0.4rem;
                background-size: 100% 100%;
                background-repeat: no-repeat;
            }

        .about-enterprise-box-20201102 .share-box .dy::before {
            width: 0.8rem;
            height: 0.8rem;
            background-image: url('../images/dy_icon.png');
        }

        .about-enterprise-box-20201102 .share-box .wx::before {
            width: 1rem;
            height: 0.87rem;
            background-image: url('../images/wechat_icon.png');
        }

.about-enterprise-swiper {
    border-radius: 0.2rem;
    box-shadow: 0 0 0.7rem rgba(99, 152, 183, 0.6);
}

.swiper-container-horizontal > .swiper-pagination-bullets {
    line-height: 0;
}

.about-enterprise-info-entry-20201102 {
    display: flex;
    align-items: center;
    height: 3.53rem;
    overflow: hidden;
    margin-top: 1rem;
    padding-right: 0.67rem;
    border-radius: 0.27rem;
    background-color: #f1f1f1;
}

    .about-enterprise-info-entry-20201102 .image {
        width: 3.53rem;
        height: 100%;
        margin-right: 0.6rem;
    }

        .about-enterprise-info-entry-20201102 .image img {
            width: 100%;
            height: 100%;
        }

    .about-enterprise-info-entry-20201102 .content {
        flex: 1;
    }

        .about-enterprise-info-entry-20201102 .content .title {
            margin-bottom: 0.5rem;
            color: #8f9092;
            font-size: 0.8rem;
            line-height: 0.9rem;
        }

        .about-enterprise-info-entry-20201102 .content .text {
            font-size: 0.7rem;
        }

    .about-enterprise-info-entry-20201102 .entry-link {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 1.2rem;
        height: 1.2rem;
        border-radius: 50%;
        background-color: #acaaac;
    }

        .about-enterprise-info-entry-20201102 .entry-link::before {
            content: '';
            width: 0.4rem;
            height: 0.67rem;
            margin-left: 0.1rem;
            mask: url('../images/arrow.png') no-repeat;
            mask-size: 100% 100%;
            -webkit-mask: url('../images/arrow.png') no-repeat;
            -webkit-mask-size: 100% 100%;
            background-color: #ffffff;
        }

.about-enterprise-details-20201102 {
    display: flex;
    flex-flow: column;
    padding: 0.5rem;
}

    .about-enterprise-details-20201102 > * {
        margin-top: 1.5rem;
    }

        .about-enterprise-details-20201102 > *:first-child {
            margin-top: 0;
        }

    .about-enterprise-details-20201102 .case-entry-btn {
        height: 2.8rem;
        border-radius: 0.27rem;
        background-image: -webkit-linear-gradient(top, #5dbba6, #49c0ec);
        color: #ffffff;
        font-weight: bold;
        font-size: 1rem;
        line-height: 2.8rem;
        text-align: center;
        letter-spacing: 0.2rem;
    }

    .about-enterprise-details-20201102 .certification-box {
    }

        .about-enterprise-details-20201102 .certification-box .item {
            position: relative;
            display: flex;
            flex-wrap: wrap;
            min-height: 1.4rem;
            padding: 0 0 0 5em;
            font-size: 0.8rem;
        }

        .about-enterprise-details-20201102 .certification-box .title {
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            margin-top: 0.2rem;
            line-height: 1.4rem;
        }

        .about-enterprise-details-20201102 .certification-box .box,
        .about-enterprise-details-20201102 .certification-box .more {
            margin: 0.2rem 0 0 0.2rem;
            color: #567857;
            line-height: 1.4rem;
            font-size: 0.83rem;
        }

            .about-enterprise-details-20201102 .certification-box .more > * {
                display: flex;
                align-items: center;
                color: #567857;
            }

                .about-enterprise-details-20201102 .certification-box .more > *::after {
                    content: '';
                    width: 0.4rem;
                    height: 0.6rem;
                    margin-left: 0.3rem;
                    mask: url('../images/arrow.png') no-repeat;
                    mask-size: 100% 100%;
                    -webkit-mask: url('../images/arrow.png') no-repeat;
                    -webkit-mask-size: 100% 100%;
                    background-color: #567857;
                }

        .about-enterprise-details-20201102 .certification-box .box {
            display: flex;
            align-items: center;
            min-height: 1.4rem;
        }

        .about-enterprise-details-20201102 .certification-box .item.bg .box {
            background-color: #f0f7ed;
            padding: 0 0.33rem;
            border-radius: 0.13rem;
        }

        .about-enterprise-details-20201102 .certification-box .safe .box::before {
            content: '';
            width: 0.73rem;
            height: 0.93rem;
            margin: 0 0.2rem 0.1rem 0;
            background: url('../images/icon_safe.png') no-repeat;
            background-size: 100% 100%;
        }

        .about-enterprise-details-20201102 .certification-box .safe .box,
        .about-enterprise-details-20201102 .certification-box .safe .more * {
            color: #2dcb86
        }

        .about-enterprise-details-20201102 .certification-box .safe .more > *::after {
            background-color: #2dcb86;
        }

    .about-enterprise-details-20201102 .details {
        position: relative;
        margin-top: 0;
        /* overflow: hidden; */
        line-height: 1.4;
    }

        .about-enterprise-details-20201102 .details > .inner {
            max-height: 250vh;
            overflow: hidden;
        }

            .about-enterprise-details-20201102 .details > .inner.open {
                max-height: none;
            }

        .about-enterprise-details-20201102 .details .toggle-btn {
            position: absolute;
            right: 0;
            bottom: -4px;
            left: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 3.5rem 0 0.5rem;
            background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), #ffffff 3rem);
            font-size: 0.73rem;
        }

            .about-enterprise-details-20201102 .details .toggle-btn::before {
                content: '展开详情';
                color: #666666
            }

        .about-enterprise-details-20201102 .details > .inner.open + .toggle-btn {
            position: static;
            padding-top: 1rem;
            background: none;
        }

            .about-enterprise-details-20201102 .details > .inner.open + .toggle-btn::before {
                content: '收起';
            }

        .about-enterprise-details-20201102 .details .toggle-btn::after {
            content: '';
            width: 0.27rem;
            height: 0.4rem;
            transform-origin: 50% 50%;
            transform: rotate(90deg);
            margin-left: 0.3rem;
            mask: url('../images/arrow.png') no-repeat;
            mask-size: 100% 100%;
            -webkit-mask: url('../images/arrow.png') no-repeat;
            -webkit-mask-size: 100% 100%;
            background-color: #666666;
        }

        .about-enterprise-details-20201102 .details > .inner.open + .toggle-btn::after {
            transform: rotate(-90deg);
        }

/* .shop-product-main > .main-inner::after {
  content: '-------到底线了-------';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  color: #999999;
  text-align: center;
} */

.page-bottom {
    position: absolute;
    top: calc(100% - 40px);
    left: 0;
    display: flex;
    flex-flow: column;
    align-items: center;
    width: 100%;
    margin-bottom: -2.2rem;
    background-color: transparent !important;
    color: #999999;
    text-align: center;
}

    .page-bottom .title,
    .bottom-logo .title {
        position: relative;
        width: 2.8rem;
        height: 1.07rem;
        margin-bottom: 0.5rem;
        background: url('data:img/png;base64,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') no-repeat;
        background-size: 100% 100%;
    }

        .page-bottom .title::before,
        .page-bottom .title::after,
        .bottom-logo .title::before,
        .bottom-logo .title::after {
            content: '';
            position: absolute;
            top: 50%;
            width: 1.67rem;
            height: 1px;
            background-color: #c1c1c1;
        }

        .page-bottom .title::before,
        .bottom-logo .title::before {
            right: calc(100% + 0.5rem);
        }

        .page-bottom .title::after,
        .bottom-logo .title::after {
            left: calc(100% + 0.5rem);
        }

    .page-bottom .content {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.53rem;
    }


        .page-bottom .content a,
        .bottom-logo .content a {
            margin-left: 0.33rem;
            color: #617891;
            text-decoration: underline;
        }


.bottom-logo {
    display: flex;
    flex-flow: column;
    align-items: center;
    margin-top: 0.67rem;
    padding-bottom: 0.5rem;
    background-color: transparent !important;
    color: #999;
}

    .bottom-logo .content {
        font-size: 0.53rem;
        line-height: 1.2;
        text-align: center;
    }

.side-tool-20201102 {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 2000;
    transform: translateY(-50%);
}

.side-tool-left {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 2000;
    transform: translateY(-50%);
}

    .side-tool-left img {
        display: flex;
        flex-flow: column;
    }

.side-tool-20201102 > * {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 2.8rem;
    height: 2.8rem;
    margin-top: 1px;
    background-color: #c02631;
    color: #ffffff;
    font-size: 1rem;
    white-space: nowrap;
}

.side-tool-20201102 img {
    background-color: Background;
}

.side-tool-20201102 > *:first-child {
    margin-top: 0;
}

.side-tool-20201102 .text {
    transform: scale(0.6);
}

.side-tool-20201102 > *::before {
    content: '';
    width: 1.27rem;
    height: 1.27rem;
    margin-top: 0.3rem;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}


.side-tool-20201102 .sell-btn::before {
    background-image: url('../images/side_icon_sell.png');
}

.side-tool-20201102 .tel-btn::before {
    background-image: url('../images/side_icon_tel.png');
}

.side-tool-20201102 .ac-btn::before {
    background-image: url('../images/side_icon_ac.png');
}
