/**
 * 背景
 */
.experience-bg {
    background: url(//cdn.shopxo.net/static/images/experience/experience-bg.png);
    background-size: cover;
}

@media (min-width: 992px) {
    .experience-bg {
        padding: calc(1rem + 2.5vw) 0;
    }

    .qrcode-bg {
        background: linear-gradient(360deg, rgba(255, 255, 255, 0) 0%, rgba(102, 154, 255, 0.05) 100%);
        border-radius: 8px;
    }
}

.experience-demonstrate .content {
    background: rgba(255, 255, 255, 0.6);
    border-radius: 1.25rem;
}

.experience-demonstrate .content .qrcode-img {
    background-color: #fff;
    padding: .625rem;
    box-shadow: 0rem 0rem .8125rem 0rem rgba(199, 215, 255, 0.5);
    border-radius: .25rem;
}

.experience-demonstrate .content .qrcode-btn {
    height: 2.75rem;
    line-height: 2.75rem;
    background: linear-gradient(90deg, rgba(59, 96, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
    border-radius: 1.5rem;
    font-size: 1.3125rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #1677FF;
}

.shop-title {
    background: #E5EEFF;
    font-size: 1.25rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #5956FF;
    padding: 1.5rem;
}

.system-item .system-title {
    position: relative;
    height: 3.5rem;
    line-height: 3.5rem;
    background: #E5EEFF;
    border-radius: 1.25rem 1.25rem 0rem 0rem;
}

.shop-content {
    background: #3A50EF;
}

.shop-content .left::before {
    content: '';
    width: 0.125rem;
    height: 200%;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: -50%;
    bottom: 0;
    transform: rotate(35deg);
}

.system-item .system-content {
    border-radius: 0rem 0rem 1.25rem 1.25rem;
}

.system-item .system-content a:hover {
    text-decoration: underline;
}

.store-title {
    background: #E5EEFF;
    font-size: 1.25rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #29C5F6;
    padding: 1.5rem;
}

.store-content {
    background: #29C5F6;
}

.sales-title {
    background: #E5EEFF;
    font-size: 1.25rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #3A9BDC;
    padding: 1.5rem;
}

.sales-content {
    background: #3A9BDC;
}

.customer-title {
    background: #E5EEFF;
    font-size: 1.25rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #1260CC;
    padding: 1.5rem;
}

.customer-content {
    background: #1260CC;
}

.mult-shop-title {
    background: #E5EEFF;
    font-size: 1.25rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #5579C6;
    padding: 1.5rem;
}

.mult-shop-content {
    background: #5579C6;
}

@media (max-width: 1200px) {
    .experience-demonstrate .content .qrcode-btn {
        height: 2.75rem;
        line-height: 2.75rem;
        background: linear-gradient(90deg, rgba(59, 96, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
        border-radius: 1.5rem;
        font-size: 1rem;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #1677FF;
    }
}

.qrcode-content {
    cursor: pointer;
}

.qrcode-content .item {
    z-index: 1;
    position: absolute;
    right: 0;
    left: 0;
    height: 0;
    width: 100%;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    background: rgba(229, 238, 255, 0.91);
    border-radius: 0 0 1rem 1rem;
    padding: 1.125rem 1.0625rem;
    transition: all 0.5s ease-out;
}

.qrcode-content .item.active {
    opacity: 1;
    visibility: visible;
    height: 11.25rem;
}

.qrcode-content .item img {
    width: 7.5rem;
}

.title-icon,
.qr-icon {
    width: 1.25rem;
}

@media (max-width: 576px) {
    .shop-content {
        flex-wrap: wrap;
    }

    .shop-content .left {
        padding-bottom: 0 !important;
    }

    .shop-content .right {
        padding-top: 0 !important;
    }

    .shop-content .right>div {
        padding: 0 !important;
        margin: 0 !important;
    }

    .shop-content .left::before {
        background-color: transparent;
    }

    .qrcode-content .item.active {
        height: 8.4rem;
    }

    .qrcode-content .item img {
        width: 6.5rem;
    }
}

/**
 * 加入qq群
 */
.join-qq .content {
    border-radius: 1.25rem;
    font-size: 1.25rem;
}

.join-qq .content .title {
    padding: 1.5rem 1.5625rem;
    background-color: rgba(255, 255, 255, 0.6);
}

.join-qq .content .desc {
    padding: 1.5rem 1.5625rem;
    background: #fff;
}

@media (max-width: 767.98px) {
    .join-qq .content {
        border-radius: 1.25rem;
        font-size: 1rem;
    }

    .join-qq .content .title,
    .join-qq .content .desc {
        padding: .75rem;
    }
}


/**
 * 安卓APP下载体验地址
 */
.h5-model iframe {
    width: 100%;
    height: 100%;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
}

@media (min-width: 992px) {
    .h5-model {
        padding: 3.5rem 1.4rem 3.125rem 1.35rem;
        width: 20.75rem;
        height: 39.375rem;
        background-image: url(//cdn.shopxo.net/static/images/experience/phone.png);
        background-size: 100% 100%;
    }

    .android-model {
        height: 40.875rem;
    }
}