@charset "UTF-8";
#retailContainer{
    width: 100%;
    background-color: #ffffff;
}
.superstore-b {
    font-size: 14px
}

.superstore-b h1 {
    font-size: 20px;
    line-height: 50px;
    text-align: center
}

.superstore-b h2 {
    font-size: 16px;
    line-height: 40px;
    text-align: center
}

.superstore-b h3 {
    font-size: 14px;
    line-height: 33px
}

.superstore-b h4 {
    font-size: 12px;
    line-height: 24px
}

.superstore-b .flex-horizontal-center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.superstore-b .flex-horizontal-center, .superstore-b .flex-horizontal-space-between {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.superstore-b .flex-horizontal-space-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.superstore-b .a2button {
    display: inline-block;
    line-height: 40px;
    padding: 0 10px;
    border-radius: 2px;
    font-family: inherit;
    color: #333;
    background: #fff;
    text-align: center;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    width: 160px;
    height: 40px
}

.superstore-b .a2button--primary {
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#4f98ff), to(#38f));
    background: -webkit-linear-gradient(#4f98ff, #38f);
    background: -moz-linear-gradient(#4f98ff, #38f);
    background: linear-gradient(#4f98ff, #38f)
}

.superstore-b .a2button--primary-reverse {
    color: #38f;
    background: #fff
}

.superstore-b .a2button--outline {
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
    position: relative;
    top: -1px
}

.superstore-b .max-width-container--gray {
    background-color: #f8fbff
}

.superstore-b .normal-container {
    /*margin: 0 auto;*/
    /*max-width: 1120px;*/
    /*min-width: 1000px;*/
    /*background-color:red ;*/

}
@media (max-width: 420px) {
    .superstore-b .container {
        height: 1000px;
    }

    .superstore-b .max-width-container--gray {
        height:2000px;
    }
}
@media (min-width: 420px) {
    .superstore-b .normal-container > h2:first-of-type {
        padding-top: 90px
    }
}
@media (max-width: 420px) {
    .superstore-b .normal-container > h2:first-of-type {
        /*padding-top: 90px*/
    }
}


.superstore-b .normal-container > p {
    margin-top: 10px;
    color: #666;
    text-align: center
}

.superstore-b .try-it-free {
    background: -webkit-gradient(linear, left top, left bottom, from(#4170bc), to(#3a84ff));
    background: -webkit-linear-gradient(top, #4170bc, #3a84ff);
    background: -moz-linear-gradient(top, #4170bc, #3a84ff);
    background: linear-gradient(180deg, #4170bc, #3a84ff)
}

.superstore-b .try-it-free .normal-container {
    background-image: url("../images/ecshop-bg.png");
    background-position: 50%;
    background-size: cover;
    padding-bottom: 40px;
    color: #fff
}

@media only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    .superstore-b .try-it-free .normal-container {
        background-image: url("../images/ecshop-bg.png")
    }
}

.superstore-b .try-it-free .normal-container h2 {
    padding-top: 50px
}

.superstore-b .try-it-free .normal-container p {
    line-height: 20px;
    color: #fff
}

.superstore-b .try-it-free .normal-container .side-by-side-buttons {
    margin-top: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.superstore-b .try-it-free .normal-container .side-by-side-buttons a:first-child {
    margin-right: 20px
}

.superstore-b__mask {
    background: rgba(0, 0, 0, .4);
    position: absolute;
    z-index: 100
}

.superstore-b .max-width-container.yz-retail {
    /*height: 420px;*/
    color: #fff;
    text-align: center;
    /*background-image: url("../images/retail-banner.png");*/
    /*background-size: cover;*/
    /*background-position: 50%;*/
}

@media only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    .superstore-b .max-width-container.yz-retail {
        /*background-image: url("../images/topbanner@2x.jpg")*/
    }
}

.superstore-b .max-width-container.yz-retail h1:first-of-type {
    padding-top: 35px
}

.superstore-b .max-width-container.yz-retail p {
    margin-top: 5px;
    height: 30px;
    line-height: 30px;
    font-weight: 200
}

.superstore-b .max-width-container.yz-retail .player-btn {
    margin-top: 20px;
    display: block;
    position: relative;
    border-radius: 25px;
    background-color: #fff;
    width: 50px;
    height: 50px;
    cursor: pointer
}

.superstore-b .max-width-container.yz-retail .player-btn:after {
    content: "";
    display: block;
    position: absolute;
    margin-top: 25px;
    margin-left: 25px;
    top: -7px;
    left: 0;
    border: 8px solid #444;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    -webkit-transform: scaleX(1.5);
    -moz-transform: scaleX(1.5);
    -ms-transform: scaleX(1.5);
    transform: scaleX(1.5)
}

.superstore-b .max-width-container.yz-retail .a2button {
    margin-top: 30px
}
@media (min-width: 420px) {
    @media only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
        .superstore-b .max-width-container.hardware {
            background-image: url("https://img.yzcdn.cn/static/intro/img/www/superstore-b/bg_m_gray@2x.jpg");
        }
    }
    .superstore-b .max-width-container.hardware {
        color: #fff;
        background-image: url("../images/retail-NewcollectMoney.png");
        background-size: 1440px 600px;
        background-position: 50%;
        background-repeat: no-repeat;
        background-color: #2f3e54;
        background-size: 100% 100%;
    }
}
@media (max-width: 420px) {
    .superstore-b .max-width-container.hardware {
        color: #fff;
        background-color: #2f3e54
    }
}



.superstore-b .yz-container {
    width: 100%
}

.superstore-b .yz-notice {
    text-align: center
}

.superstore-b .yz-notice-block {
    margin-top: 0;
    line-height: 60px;
    font-size: 16px;
    border-bottom: .5px solid #e5e5e5
}

.superstore-b .yz-notice span {
    vertical-align: 1px;
    font-size: 14px;
    color: #fff;
    background: #f15e5e;
    padding: 3px 5px;
    border-radius: 5px;
    margin-right: 5px
}

.superstore-b .yz-notice a {
    margin-left: 20px;
    color: #38f
}

.superstore-b .marketing .flex-horizontal-space-between, .superstore-b .software-version .flex-horizontal-space-between {
    position: relative;
    margin-top: 50px
}

.superstore-b .marketing .flex-horizontal-space-between.layout-reverse, .superstore-b .software-version .flex-horizontal-space-between.layout-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}


@media (min-width: 420px) {
    .superstore-b .marketing .flex-horizontal-space-between:last-child, .superstore-b .software-version .flex-horizontal-space-between:last-child {
        margin-top: 70px;
        padding-left: 10px
    }
    .right{
        width: 457px;
        height: 268px;
    }
    .centerImg{
        /*width:504px;*/
        width:100%;
        height:338px;

    }
    .divImg{
        /*width: 100%!important;*/
        /*height: auto;*/
        width: 457px;
        height: 268px;
    }
}
@media (max-width: 420px) {
    .superstore-b .marketing .phone-flex-horizontal-space-between:last-child{
        position: absolute;
        top:1100px;
    }
}
    .superstore-b .marketing section, .superstore-b .software-version section {
        width: 310px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
@media (max-width: 420px) {
    .left{
        width: 100%;
        text-align: center;
        height: 120px;
    }
    .left_sec{
        position: absolute;
        top: 350px;
    }
    .right{
        width: 100%;
        position: absolute;
        right: 0px!important;
        margin-top: 125px;
    }
    .right_sec{
        position: absolute;
        margin-top: 245px;
    }
    .divTop{
        position: absolute;
        top: 240px;
    }
    .divTop_Sec{
        position: absolute;
        margin-top: 240px;
    }
    .divImg{
        width: 100%!important;
        height: auto;
    }
    .centerImg{
        width:504px;
        height:338px;
    }

}


.superstore-b .marketing section p, .superstore-b .software-version section p {
    margin-top: 15px;
    color: #666;
    line-height: 30px
}

.superstore-b .marketing img, .superstore-b .software-version img {
    object-fit: scale-down
}

@-webkit-keyframes line-clip {
    0% {
        clip: rect(0 0 53px 0)
    }
    to {
        clip: rect(0 181px 53px 0)
    }
}

@-moz-keyframes line-clip {
    0% {
        clip: rect(0 0 53px 0)
    }
    to {
        clip: rect(0 181px 53px 0)
    }
}

@keyframes line-clip {
    0% {
        clip: rect(0 0 53px 0)
    }
    to {
        clip: rect(0 181px 53px 0)
    }
}

.superstore-b .software-version .animation-scale:last-child {
    background-image: url("https://img.yzcdn.cn/static/intro/img/www/superstore-b/分店1.png");
    background-size: contain
}

@media only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    .superstore-b .software-version .animation-scale:last-child {
        background-image: url("https://img.yzcdn.cn/static/intro/img/www/superstore-b/分店1@2x.png");
        background-size: contain
    }
}

.superstore-b .software-version .animation-scale:nth-last-child(2) {
    background-image: url("https://img.yzcdn.cn/static/intro/img/www/superstore-b/分店2.png");
    background-size: contain
}

@media only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    .superstore-b .software-version .animation-scale:nth-last-child(2) {
        background-image: url("https://img.yzcdn.cn/static/intro/img/www/superstore-b/分店2@2x.png");
        background-size: contain
    }
}

.superstore-b .software-version .animation-scale:nth-last-child(3) {
    background-image: url("https://img.yzcdn.cn/static/intro/img/www/superstore-b/分店3.png");
    background-size: contain
}

@media only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    .superstore-b .software-version .animation-scale:nth-last-child(3) {
        background-image: url("https://img.yzcdn.cn/static/intro/img/www/superstore-b/分店3@2x.png");
        background-size: contain
    }
}

.superstore-b .software-version .animate-module-1.animate-drop-down .animation-line {
    -webkit-animation-name: line-clip !important;
    -moz-animation-name: line-clip !important;
    animation-name: line-clip !important;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@-webkit-keyframes card-scale {
    0% {
        -webkit-transform: scale3d(0, 0, 1);
        transform: scale3d(0, 0, 1)
    }
    1% {
        opacity: 1
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        opacity: 1
    }
}

@-moz-keyframes card-scale {
    0% {
        -moz-transform: scale3d(0, 0, 1);
        transform: scale3d(0, 0, 1)
    }
    1% {
        opacity: 1
    }
    to {
        -moz-transform: scaleX(1);
        transform: scaleX(1);
        opacity: 1
    }
}

@keyframes card-scale {
    0% {
        -webkit-transform: scale3d(0, 0, 1);
        -moz-transform: scale3d(0, 0, 1);
        transform: scale3d(0, 0, 1)
    }
    1% {
        opacity: 1
    }
    to {
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        transform: scaleX(1);
        opacity: 1
    }
}

.superstore-b .software-version .animate-module-2.animate-drop-down .animation-scale {
    -webkit-animation-name: card-scale !important;
    -moz-animation-name: card-scale !important;
    animation-name: card-scale !important;
    -webkit-animation-duration: .6s;
    -moz-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}
    @media (min-width: 420px) {
        .superstore-b .marketing section {
            width: 100%
            /*width: 400px*/
        }
    }
    @media (max-width: 420px) {
        .superstore-b .marketing section {
            width: 100%
        }
    }
    .superstore-b .sort-of-suiting .flex-horizontal-space-between {
        margin-top: 50px;
        padding-bottom: 50px;
    }

    .superstore-b .sort-of-suiting .flex-horizontal-space-between p {
        padding-top: 90px;
        width: 70px;
        text-align: center;
        background-repeat: no-repeat;
        background-size: 70px 70px
    }


.superstore-b .sort-of-suiting .flex-horizontal-space-between p:first-child {
    background-image: url("../images/retail-fruit.png");
    background-size: contain
}

@media only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    .superstore-b .sort-of-suiting .flex-horizontal-space-between p:first-child {
        background-image: url("https://img.yzcdn.cn/static/intro/img/www/superstore-b/store_1@2x.png");
        background-size: contain
    }
}

.superstore-b .sort-of-suiting .flex-horizontal-space-between p:nth-child(2) {
    background-image: url("../images/retail-cake.png");
    background-size: contain
}

@media only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    .superstore-b .sort-of-suiting .flex-horizontal-space-between p:nth-child(2) {
        background-image: url("https://img.yzcdn.cn/static/intro/img/www/superstore-b/store_2@2x.png");
        background-size: contain
    }
}

.superstore-b .sort-of-suiting .flex-horizontal-space-between p:nth-child(3) {
    background-image: url("../images/retail-tea.png");
    background-size: contain
}

@media only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    .superstore-b .sort-of-suiting .flex-horizontal-space-between p:nth-child(3) {
        background-image: url("../images/retail-tea.png");
        background-size: contain
    }
}

.superstore-b .sort-of-suiting .flex-horizontal-space-between p:nth-child(4) {
    background-image: url("../images/retail-store.png");
    background-size: contain
}

@media only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    .superstore-b .sort-of-suiting .flex-horizontal-space-between p:nth-child(4) {
        background-image: url("../images/retail-store.png");
        background-size: contain
    }
}

.superstore-b .sort-of-suiting .flex-horizontal-space-between p:nth-child(5) {
    background-image: url("../images/retail-supermarket.png");
    background-size: contain
}

@media only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    .superstore-b .sort-of-suiting .flex-horizontal-space-between p:nth-child(5) {
        background-image: url("../images/retail-motherBaby.png");
        background-size: contain
    }
}

.superstore-b .sort-of-suiting .flex-horizontal-space-between p:nth-child(6) {
    background-image: url("../images/retail-motherBaby.png");
    background-size: contain
}

@media only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    .superstore-b .sort-of-suiting .flex-horizontal-space-between p:nth-child(6) {
        background-image: url("../images/retail-motherBaby.png");
        background-size: contain
    }
}

.superstore-b .sort-of-suiting .flex-horizontal-space-between p:nth-child(7) {
    background-image: url("../images/retail-retail.png");
    background-size: contain
}

@media only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    .superstore-b .sort-of-suiting .flex-horizontal-space-between p:nth-child(7) {
        background-image: url("../images/retail-retail.png");
        background-size: contain
    }
}

.superstore-b .sort-of-suiting .flex-horizontal-space-between p:nth-child(8) {
    background-image: url("../images/retail-cloth.png");
    background-size: contain
}

@media only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    .superstore-b .sort-of-suiting .flex-horizontal-space-between p:nth-child(8) {
        background-image: url("../images/retail-cloth.png");
        background-size: contain
    }
}

.superstore-b .marketing {
    margin-top: 60px;
    padding-bottom: 80px
}

.superstore-b .marketing section > p:first-of-type {
    margin-top: 5px
}
@media (min-width: 420px) {
    .superstore-b .hardware {
        position: relative;
        height: 600px
    }
}
@media (max-width: 420px) {
    .superstore-b .hardware {
        position: relative;
    }
}


@-webkit-keyframes breathing {
    0% {
        background-color: rgba(0, 106, 255, 0)
    }
    to {
        background-color: rgba(0, 106, 255, .6)
    }
}

@-moz-keyframes breathing {
    0% {
        background-color: rgba(0, 106, 255, 0)
    }
    to {
        background-color: rgba(0, 106, 255, .6)
    }
}

@keyframes breathing {
    0% {
        background-color: rgba(0, 106, 255, 0)
    }
    to {
        background-color: rgba(0, 106, 255, .6)
    }
}
@media (min-width: 420px) {
    .superstore-b .hardware > div {
        position: absolute;
        width: 50px;
        height: 50px;
        border-radius: 35px;
        background-color: rgba(0, 106, 255, 0);
        -webkit-animation-name: breathing;
        -moz-animation-name: breathing;
        animation-name: breathing;
        -webkit-animation-duration: 1s;
        -moz-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-direction: alternate-reverse;
        -moz-animation-direction: alternate-reverse;
        animation-direction: alternate-reverse;
        -webkit-animation-iteration-count: infinite;
        -moz-animation-iteration-count: infinite;
        animation-iteration-count: infinite
    }
    .superstore-b .hardware > div .outter-wrapper {
        position: absolute;
        display: none;
        opacity: 0;
        background-color: #fff;
        border-radius: 10px;
        -webkit-box-shadow: 0 0 10px #666;
        box-shadow: 0 0 10px #666;
        -webkit-animation-duration: .4s;
        -moz-animation-duration: .4s;
        animation-duration: .4s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards
    }
}
@media (max-width: 420px) {
    .superstore-b .hardware > div {
        position: relative;
        width: 100%;
        height: auto;
        border-radius: 35px;
        background-color: rgba(0, 106, 255, 0);
        /*-webkit-animation-name: breathing;*/
        /*-moz-animation-name: breathing;*/
        /*animation-name: breathing;*/
        -webkit-animation-duration: 1s;
        -moz-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-direction: alternate-reverse;
        -moz-animation-direction: alternate-reverse;
        animation-direction: alternate-reverse;
        -webkit-animation-iteration-count: infinite;
        -moz-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        margin-top: 15px;
    }
    .superstore-b .hardware > div .outter-wrapper {
        position: relative;
        display: none;
        opacity: 0;
        background-color: #fff;
        border-radius: 10px;
        -webkit-box-shadow: 0 0 10px #666;
        box-shadow: 0 0 10px #666;
        -webkit-animation-duration: .4s;
        -moz-animation-duration: .4s;
        animation-duration: .4s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards
    }
}


.superstore-b .hardware > div:after {
    width: 30px;
    height: 30px;
    top: 10px;
    left: 10px;
    background-color: #006aff;
    border-radius: 25px;
    text-align: center;
    font-size: 40px;
    line-height: 44.5px;
    content: "";
    position: absolute;
    font-family: Courier New, Courier, monospace
}

@-webkit-keyframes fadeIn {
    to {
        opacity: 1
    }
}

@-moz-keyframes fadeIn {
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    to {
        opacity: 1
    }
}

@-webkit-keyframes fadeOut {
    to {
        opacity: 0
    }
}

@-moz-keyframes fadeOut {
    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    to {
        opacity: 0
    }
}




.superstore-b .hardware > div .outter-wrapper .inner-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}



.superstore-b .hardware > div .outter-wrapper p {
    color: #666;
    font-size: 14px;
    line-height: 20px
}
@media (min-width: 420px){
    .superstore-b .hardware > div .outter-wrapper .inner-wrapper img {
        margin-top: 10px;
        margin-bottom: -5px
    }
    .superstore-b .hardware > div.qrcode-scaner {
        top: 191px;
        left: 512px
    }
    .superstore-b .hardware > div.qrcode-scaner .outter-wrapper {
        width: 122px;
        height: 190px;
        top: 0;
        left: -132px
    }

    .superstore-b .hardware > div.e-scale {
        top: 491px;
        left: 371px
    }

    .superstore-b .hardware > div.e-scale .outter-wrapper {
        width: 165.6px;
        height: 144px;
        top: -90px;
        left: 60px
    }

    .superstore-b .hardware > div.cash-register {
        top: 305px;
        left: 705px
    }

    .superstore-b .hardware > div.cash-register .outter-wrapper {
        width: 166px;
        height: 144px;
        top: 0;
        left: 57px
    }

    .superstore-b .hardware > div.portable-pos {
        top: 527px;
        left: 72px
    }

    .superstore-b .hardware > div.portable-pos .outter-wrapper {
        width: 166px;
        height: 144px;
        top: -95px;
        left: 60px
    }

    .superstore-b .hardware > div.portable-pos-printer {
        top: 458px;
        left: 945px
    }

    .superstore-b .hardware > div.portable-pos-printer .outter-wrapper {
        width: 166px;
        height: 144px;
        top: -94px;
        left: -176px
    }
}
@media (max-width: 420px){
    .superstore-b .hardware > div .outter-wrapper .inner-wrapper img {
        width: 100%;
    }
    /*.superstore-b .hardware > div.qrcode-scaner {*/
        /*top: 191px;*/
        /*left: 512px*/
    /*}*/
    .superstore-b .hardware > div .outter-wrapper {
        width:50%;
        margin: 0 auto;
        height: auto;
    }

    /*.superstore-b .hardware > div.e-scale {*/
        /*top: 491px;*/
        /*left: 371px*/
    /*}*/

    /*.superstore-b .hardware > div.e-scale .outter-wrapper {*/
        /*width: 165.6px;*/
        /*height: 144px;*/
        /*top: -90px;*/
        /*left: 60px*/
    /*}*/

    /*.superstore-b .hardware > div.cash-register {*/
        /*top: 305px;*/
        /*left: 705px*/
    /*}*/

    /*.superstore-b .hardware > div.cash-register .outter-wrapper {*/
        /*width: 166px;*/
        /*height: 144px;*/
        /*top: 0;*/
        /*left: 57px*/
    /*}*/

    /*.superstore-b .hardware > div.portable-pos {*/
        /*top: 527px;*/
        /*left: 72px*/
    /*}*/

    /*.superstore-b .hardware > div.portable-pos .outter-wrapper {*/
        /*width: 166px;*/
        /*height: 144px;*/
        /*top: -95px;*/
        /*left: 60px*/
    /*}*/

    /*.superstore-b .hardware > div.portable-pos-printer {*/
        /*top: 458px;*/
        /*left: 945px*/
    /*}*/

    /*.superstore-b .hardware > div.portable-pos-printer .outter-wrapper {*/
        /*width: 166px;*/
        /*height: 144px;*/
        /*top: -94px;*/
        /*left: -176px*/
    /*}*/
}



.superstore-b .hardware p {
    color: #fff
}
 /*=====================================================================*/
.superstore-b .showcase .flex-horizontal-space-between {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 50px;
    margin-bottom: 70px
}
@media (min-width: 420px) {
    .superstore-b .showcase .flex-horizontal-space-between .showcase-card {
        position: relative;
        height: 297px;
        -webkit-box-shadow: 0 2px 14px rgba(149, 179, 188, .2);
        box-shadow: 0 2px 14px rgba(149, 179, 188, .2);
        overflow: hidden;
        background-color: #fff;
        -webkit-flex-basis: -webkit-calc(33.3% - 13px);
        -ms-flex-preferred-size: calc(33.3% - 13px);
        flex-basis: -moz-calc(33.3% - 13px);
        flex-basis: calc(33.3% - 13px);
        background-position: top;
        background-repeat: no-repeat;
        background-size: contain
    }
}
@media (max-width: 420px) {
    .superstore-b .showcase .flex-horizontal-space-between .showcase-card {
        position: relative;
        height: 297px;
        width: 100%;
        background-color: #000000;
        -webkit-box-shadow: 0 2px 14px rgba(149, 179, 188, .2);
        box-shadow: 0 2px 14px rgba(149, 179, 188, .2);
        overflow: hidden;
        /*background-color: #fff;*/
        -webkit-flex-basis: -webkit-calc(33.3% - 13px);
        -ms-flex-preferred-size: calc(33.3% - 13px);
        flex-basis: -moz-calc(33.3% - 13px);
        flex-basis: calc(33.3% - 13px);
        background-position: top;
        background-repeat: no-repeat;
        background-size: contain
    }
}


.superstore-b .showcase .flex-horizontal-space-between .showcase-card:nth-child(-n+3) {
    margin-bottom: 20px
}

.superstore-b .showcase .flex-horizontal-space-between .showcase-card:hover .showcase-intro {
    top: 0
}

.superstore-b .showcase .flex-horizontal-space-between .showcase-card > img {
    width: 100%;
    object-fit: cover
}

.superstore-b .showcase .flex-horizontal-space-between .showcase-card .showcase-intro {
    margin: 0 auto;
    padding: 75px 30px 0;
    position: absolute;
    top: 150px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    -webkit-transition: top .4s;
    -moz-transition: top .4s;
    transition: top .4s;
    background-repeat: no-repeat;
    background-position: 30px 35px
}

.superstore-b .showcase .flex-horizontal-space-between .showcase-card .showcase-intro p {
    margin-top: 25px;
    color: #666;
    line-height: 28px
}

.superstore-b .showcase .flex-horizontal-space-between .showcase-card .showcase-intro p:last-child {
    margin-top: 15px
}

.superstore-b .showcase .flex-horizontal-space-between .showcase-card:first-child {
    background-image: url("https://img.yzcdn.cn/static/intro/img/www/superstore-b/case1.png");
    background-size: contain
}

@media only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    .superstore-b .showcase .flex-horizontal-space-between .showcase-card:first-child {
        background-image: url("https://img.yzcdn.cn/static/intro/img/www/superstore-b/case1@2x.png");
        background-size: contain
    }
}

.superstore-b .showcase .flex-horizontal-space-between .showcase-card:nth-child(2) {
    background-image: url("https://img.yzcdn.cn/static/intro/img/www/superstore-b/case2.png");
    background-size: contain
}

@media only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    .superstore-b .showcase .flex-horizontal-space-between .showcase-card:nth-child(2) {
        background-image: url("https://img.yzcdn.cn/static/intro/img/www/superstore-b/case2@2x.png");
        background-size: contain
    }
}

.superstore-b .showcase .flex-horizontal-space-between .showcase-card:nth-child(3) {
    background-image: url("https://img.yzcdn.cn/static/intro/img/www/superstore-b/case3.png");
    background-size: contain
}

@media only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    .superstore-b .showcase .flex-horizontal-space-between .showcase-card:nth-child(3) {
        background-image: url("https://img.yzcdn.cn/static/intro/img/www/superstore-b/case3@2x.png");
        background-size: contain
    }
}

.superstore-b .showcase .flex-horizontal-space-between .showcase-card:nth-child(4) {
    background-image: url("https://img.yzcdn.cn/static/intro/img/www/superstore-b/case4.png");
    background-size: contain
}

@media only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    .superstore-b .showcase .flex-horizontal-space-between .showcase-card:nth-child(4) {
        background-image: url("https://img.yzcdn.cn/static/intro/img/www/superstore-b/case4@2x.png");
        background-size: contain
    }
}

.superstore-b .showcase .flex-horizontal-space-between .showcase-card:nth-child(5) {
    background-image: url("https://img.yzcdn.cn/static/intro/img/www/superstore-b/case5.png");
    background-size: contain
}

@media only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    .superstore-b .showcase .flex-horizontal-space-between .showcase-card:nth-child(5) {
        background-image: url("https://img.yzcdn.cn/static/intro/img/www/superstore-b/case5@2x.png");
        background-size: contain
    }
}

.superstore-b .showcase .flex-horizontal-space-between .showcase-card:nth-child(6) {
    background-image: url("https://img.yzcdn.cn/static/intro/img/www/superstore-b/case6.png");
    background-size: contain
}

@media only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    .superstore-b .showcase .flex-horizontal-space-between .showcase-card:nth-child(6) {
        background-image: url("https://img.yzcdn.cn/static/intro/img/www/superstore-b/case6@2x.png");
        background-size: contain
    }
}

.superstore-b .showcase .flex-horizontal-space-between .showcase-card:first-child .showcase-intro {
    background-image: url("https://img.yzcdn.cn/static/intro/img/www/case_logo_1.png")
}
/*===================================================================================================================*/

.superstore-b .showcase .flex-horizontal-space-between .showcase-card:nth-child(2) .showcase-intro {
    background-image: url("https://img.yzcdn.cn/static/intro/img/www/case_logo_2.png")
}

.superstore-b .showcase .flex-horizontal-space-between .showcase-card:nth-child(3) .showcase-intro {
    background-image: url("https://img.yzcdn.cn/static/intro/img/www/case_logo_3.png")
}

.superstore-b .showcase .flex-horizontal-space-between .showcase-card:nth-child(4) .showcase-intro {
    background-image: url("https://img.yzcdn.cn/static/intro/img/www/case_logo_4.png")
}

.superstore-b .showcase .flex-horizontal-space-between .showcase-card:nth-child(5) .showcase-intro {
    background-image: url("https://img.yzcdn.cn/static/intro/img/www/case_logo_5.png")
}

.superstore-b .showcase .flex-horizontal-space-between .showcase-card:nth-child(6) .showcase-intro {
    background-image: url("https://img.yzcdn.cn/static/intro/img/www/case_logo_6.png")
}

.superstore-b .service-team {
    background-color: #f8f8f8;
    padding-bottom: 100px
}

.superstore-b .service-team .flex-horizontal-space-between {
    margin-top: 60px
}

.superstore-b .service-team .flex-horizontal-space-between .service-intro-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 80px;
    padding-left: 100px;
    background-repeat: no-repeat;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-size: 80px 80px;
}

.superstore-b .service-team .flex-horizontal-space-between .service-intro-card h3 {
    color: #333
}

.superstore-b .service-team .flex-horizontal-space-between .service-intro-card p {
    margin-top: 7px;
    line-height: 24px;
    color: #666
}

.superstore-b .service-team .flex-horizontal-space-between .service-intro-card:first-child {
    background-image: url("https://img.yzcdn.cn/static/intro/img/www/superstore-b/service_1.png");
    background-size: contain
}

@media only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    .superstore-b .service-team .flex-horizontal-space-between .service-intro-card:first-child {
        background-image: url("https://img.yzcdn.cn/static/intro/img/www/superstore-b/service_1@2x.png");
        background-size: contain
    }
}

.superstore-b .service-team .flex-horizontal-space-between .service-intro-card:nth-child(2) {
    background-image: url("https://img.yzcdn.cn/static/intro/img/www/superstore-b/service_2.png");
    background-size: contain
}

@media only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    .superstore-b .service-team .flex-horizontal-space-between .service-intro-card:nth-child(2) {
        background-image: url("https://img.yzcdn.cn/static/intro/img/www/superstore-b/service_2@2x.png");
        background-size: contain
    }
}

.superstore-b .service-team .flex-horizontal-space-between .service-intro-card:nth-child(3) {
    background-image: url("https://img.yzcdn.cn/static/intro/img/www/superstore-b/service_3.png");
    background-size: contain
}

@media only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    .superstore-b .service-team .flex-horizontal-space-between .service-intro-card:nth-child(3) {
        background-image: url("https://img.yzcdn.cn/static/intro/img/www/superstore-b/service_3@2x.png");
        background-size: contain
    }
}

.superstore-b__mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    position: fixed;
    top: 0;
    z-index: 201;
    display: none
}

.superstore-b__mask video {
    width: 880px;
    height: 495px;
    cursor: pointer
}

.superstore-b__mask .cancel-video, .superstore-b__mask video {
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    left: 50%
}

.superstore-b__mask .cancel-video {
    width: 40px;
    border-radius: 100%;
    height: 40px;
    background: #fff;
    text-align: center;
    line-height: 41px;
    font-size: 22px;
    z-index: 120;
    margin-left: 440px;
    margin-top: -246px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, .4);
    box-shadow: 0 0 14px rgba(0, 0, 0, .4)
}

@-webkit-keyframes ani-mask {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@-moz-keyframes ani-mask {
    0% {
        -moz-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        -moz-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes ani-mask {
    0% {
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0);
        -moz-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}


@media (min-width: 420px) {
    .grow-number-container__no1, .grow-number-container__no2, .grow-number-container__no3, .grow-number-container__no4 {
        /*position: absolute;*/
        position: relative;
        color: #333;
        pointer-events: none;
        cursor: default
    }
    .grow-number-container__no1 {
        width: 140px;
        right:-305px;
        top: -125px;
        font-size: 18px
    }
    .grow-number-container__no2 {
        width: 40px;
        right: -310px;
        top: -120px;
        color: #5671aa
    }
    .RMB{
        top: 162px!important;
        left: 209px!important;
    }
}
@media (max-width: 420px) {
    .grow-number-container__no1, .grow-number-container__no2, .grow-number-container__no3, .grow-number-container__no4 {
        position: absolute;
        color: #333;
        pointer-events: none;
        cursor: default
    }
    .grow-number-container__no1 {
        width: 10%;
        right: 100px;
        top: 121px;
        font-size: 18px
    }
    .grow-number-container__no2 {
        width: 12%;
        right: 12px;
        top: 145px;
        color: #5671aa
    }
}
@media(min-width: 420px){
    .grow-number-container__no3, .grow-number-container__no4 {
        top: 212px;
        font-size: 30px;
        line-height: 42px;
        color: #38f
    }
    .grow-number-container__no3 {
        left: 42px;
        width: 80px
    }

    .grow-number-container__no4 {
        left: 216px;
        width: 97px;
        overflow: hidden
    }

}
@media(max-width: 420px){
    .grow-number-container__no3, .grow-number-container__no4 {
        top: 60px;
        line-height: 42px;
        color: #38f
    }
    .grow-number-container__no3 {
        left: 36px;
        width: 80px
    }

    .grow-number-container__no4 {
        left: 128px;
        width: 97px;
        overflow: hidden
    }

}



@media (min-width: 420px) {
    .animation-line {
        position: relative;
        top: -209px;
        right: -310px;
        width: 181px;
        height: 53px;
        overflow: hidden;
        background-position: top;
        background-size: contain;
        background-repeat: no-repeat;
        background-image: url("https://img.yzcdn.cn/static/intro/img/www/superstore-b/Path_7.png")
    }
}
@media (max-width: 420px) {
    .animation-line {
        position: absolute;
        top: 125px;
        right: 14px;
        width: 33%;
        height: 53px;
        overflow: hidden;
        background-position: top;
        background-size: contain;
        background-repeat: no-repeat;
        background-image: url("https://img.yzcdn.cn/static/intro/img/www/superstore-b/Path_7.png")
    }
}


@media only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    .animation-line {
        background-position: top;
        background-size: contain;
        background-repeat: no-repeat;
        background-image: url("https://img.yzcdn.cn/static/intro/img/www/superstore-b/Path_7@2x.png")
    }
}

.animation-scale {
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0
}

.animation-scale:nth-last-child(-n+2) {
    width: 168px;
    height: 118px
}

.animation-scale:last-child {
    left: 279px;
    top: 215px
}

.animation-scale:nth-last-child(2) {
    left: -14px;
    top: 136px
}

.animation-scale:nth-last-child(3) {
    width: 158px;
    height: 108px;
    left: 319px;
    top: 0
}

@-webkit-keyframes ani-scanner {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        -webkit-transform: translate3d(0, 155px, 0);
        transform: translate3d(0, 155px, 0)
    }
}

@-moz-keyframes ani-scanner {
    0% {
        -moz-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        -moz-transform: translate3d(0, 155px, 0);
        transform: translate3d(0, 155px, 0)
    }
}

@keyframes ani-scanner {
    0% {
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        -webkit-transform: translate3d(0, 155px, 0);
        -moz-transform: translate3d(0, 155px, 0);
        transform: translate3d(0, 155px, 0)
    }
}
@media (min-width: 420px) {
    .animation-scanner {
        position: relative;
        width: 174px;
        height: 77px;
        top: -252px;
        right: -17px;
        background-position: top;
        background-size: contain;
        background-repeat: no-repeat;
        background-image: url("https://img.yzcdn.cn/static/intro/img/www/superstore-b/animate_illustration_3_M.png");
        -webkit-animation-name: ani-scanner !important;
        -moz-animation-name: ani-scanner !important;
        animation-name: ani-scanner !important;
        -webkit-animation-duration: 1s;
        -moz-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-iteration-count: infinite;
        -moz-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-direction: alternate-reverse;
        -moz-animation-direction: alternate-reverse;
        animation-direction: alternate-reverse;
        -webkit-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
        animation-timing-function: linear
    }
}
@media (max-width: 420px) {
    .animation-scanner {
        position: absolute;
        width: 100px;
        height: 60px;
        top: 0px;
        right: 190px;
        background-position: top;
        background-size: contain;
        background-repeat: no-repeat;
        background-image: url("https://img.yzcdn.cn/static/intro/img/www/superstore-b/animate_illustration_3_M.png");
        -webkit-animation-name: ani-scanner !important;
        -moz-animation-name: ani-scanner !important;
        animation-name: ani-scanner !important;
        -webkit-animation-duration: 1s;
        -moz-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-iteration-count: infinite;
        -moz-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-direction: alternate-reverse;
        -moz-animation-direction: alternate-reverse;
        animation-direction: alternate-reverse;
        -webkit-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
        animation-timing-function: linear
    }
}


@media only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    .animation-scanner {
        background-position: top;
        background-size: contain;
        background-repeat: no-repeat;
        background-image: url("https://img.yzcdn.cn/static/intro/img/www/superstore-b/animate_illustration_3_M@2x.png")
    }
}
@media (min-width: 420px) {
    .user-card-swiper {
        width:464px;
    }
}
@media (max-width: 420px) {
    .user-card-swiper {
        width: 100%;
    }
}


.user-card-swiper, .user-card-swiper__btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 288px
}

.user-card-swiper__btns {
    width: 80px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 0
}

.user-card-swiper__btns > div {
    -webkit-transition: opacity 2s;
    -moz-transition: opacity 2s;
    transition: opacity 2s
}

.user-card-swiper__btns > div.user-card-swiper__btns--active {
    opacity: 1
}

.user-card-swiper__btns div:first-child {
    background-image: url("https://img.yzcdn.cn/static/intro/img/www/superstore-b/人1.png");
    background-size: contain
}

@media only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    .user-card-swiper__btns div:first-child {
        background-image: url("https://img.yzcdn.cn/static/intro/img/www/superstore-b/人1@2x.png");
        background-size: contain
    }
}

.user-card-swiper__btns div:nth-child(2) {
    background-image: url("https://img.yzcdn.cn/static/intro/img/www/superstore-b/人2.png");
    background-size: contain
}

@media only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    .user-card-swiper__btns div:nth-child(2) {
        background-image: url("https://img.yzcdn.cn/static/intro/img/www/superstore-b/人2@2x.png");
        background-size: contain
    }
}

.user-card-swiper__btns div:nth-child(3) {
    background-image: url("https://img.yzcdn.cn/static/intro/img/www/superstore-b/人3.png");
    background-size: contain
}

@media only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    .user-card-swiper__btns div:nth-child(3) {
        background-image: url("https://img.yzcdn.cn/static/intro/img/www/superstore-b/人3@2x.png");
        background-size: contain
    }
}

.user-card-swiper__btns div {
    width: 78px;
    height: 78px;
    opacity: .4
}

@-webkit-keyframes card-invisible {
    0% {
        opacity: 1
    }
    10% {
        opacity: 0
    }
    to {
        opacity: 0
    }
}

@-moz-keyframes card-invisible {
    0% {
        opacity: 1
    }
    10% {
        opacity: 0
    }
    to {
        opacity: 0
    }
}

@keyframes card-invisible {
    0% {
        opacity: 1
    }
    10% {
        opacity: 0
    }
    to {
        opacity: 0
    }
}

@-webkit-keyframes card-visible {
    0% {
        opacity: 0
    }
    20% {
        opacity: 0
    }
    30% {
        opacity: 1
    }
    to {
        opacity: 1
    }
}

@-moz-keyframes card-visible {
    0% {
        opacity: 0
    }
    20% {
        opacity: 0
    }
    30% {
        opacity: 1
    }
    to {
        opacity: 1
    }
}

@keyframes card-visible {
    0% {
        opacity: 0
    }
    20% {
        opacity: 0
    }
    30% {
        opacity: 1
    }
    to {
        opacity: 1
    }
}
@media (min-width: 420px) {
    .user-card-swiper__card {
        position: relative;
        width: 384px;
        height: 288px
    }

    .user-card-swiper__card > div {
        position: absolute;
        width: 384px;
        height: 288px;
        opacity: 0;
        -webkit-animation-name: card-invisible !important;
        -moz-animation-name: card-invisible !important;
        animation-name: card-invisible !important;
        -webkit-animation-duration: 2s;
        -moz-animation-duration: 2s;
        animation-duration: 2s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        background-position: top;
        background-size: contain;
        background-repeat: no-repeat;
        background-image: url("../images/retail-repeatPurchase.png");
        background-size: 384px 288px
    }
}
@media (max-width: 420px) {
    .user-card-swiper__card {
        position: relative;
        width: 70%;
        height: 288px;
    }

    .user-card-swiper__card > div {
        position: absolute;
        width:100%;
        height: 288px;
        opacity: 0;
        -webkit-animation-name: card-invisible !important;
        -moz-animation-name: card-invisible !important;
        animation-name: card-invisible !important;
        -webkit-animation-duration: 2s;
        -moz-animation-duration: 2s;
        animation-duration: 2s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        background-position: top;
        background-size: contain;
        background-repeat: no-repeat;
        background-image: url("https://img.yzcdn.cn/static/intro/img/www/superstore-b/animate_illustration_5.png");
        background-size: 100% 288px
    }
}
/*@media only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {*/
    /*.user-card-swiper__card > div {*/
        /*background-position: top;*/
        /*background-size: contain;*/
        /*background-repeat: no-repeat;*/
        /*background-image: url("https://img.yzcdn.cn/static/intro/img/www/superstore-b/animate_illustration_5@2x.png");*/
        /*background-size: 384px 288px*/
    /*}*/
/*}*/

.user-card-swiper__card > div p {
    color: #333;
    position: absolute;
    top: 32px;
    left: 40px;
    line-height: 20px;
    pointer-events: none;
    cursor: default
}

@-webkit-keyframes rec-scale {
    0% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0)
    }
    to {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
}

@-moz-keyframes rec-scale {
    0% {
        -moz-transform: scaleY(0);
        transform: scaleY(0)
    }
    to {
        -moz-transform: scaleY(1);
        transform: scaleY(1)
    }
}

@keyframes rec-scale {
    0% {
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        transform: scaleY(0)
    }
    to {
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        transform: scaleY(1)
    }
}

.user-card-swiper__card .user-card-swiper__card--active {
    -webkit-animation-name: card-visible !important;
    -moz-animation-name: card-visible !important;
    animation-name: card-visible !important;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.user-card-swiper__card .user-card-swiper__card--active .user-card-swiper__container .user-card-swiper__rec-arr > div {
    -webkit-animation-name: rec-scale !important;
    -moz-animation-name: rec-scale !important;
    animation-name: rec-scale !important;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: .8s;
    -moz-animation-delay: .8s;
    animation-delay: .8s
}
@media (min-width: 420px) {
    .user-card-swiper__card .user-card-swiper__container {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 307px;
        position: absolute;
        left: 38px;
        top: 108px;
        height: 124px
    }
}
@media (max-width: 420px) {
    .user-card-swiper__card .user-card-swiper__container {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 70%;
        position: absolute;
        left: 38px;
        top: 108px;
        height: 124px
    }
}

.user-card-swiper__card .user-card-swiper__container, .user-card-swiper__card .user-card-swiper__container .user-card-swiper__rec-arr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.user-card-swiper__card .user-card-swiper__container .user-card-swiper__rec-arr {
    height: 100%
}

.user-card-swiper__card .user-card-swiper__container .user-card-swiper__rec-arr > div {
    width: 10px;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom
}

.user-card-swiper__card .user-card-swiper__container .user-card-swiper__rec-arr > div:first-child {
    background-color: #5c78ac
}

.user-card-swiper__card .user-card-swiper__container .user-card-swiper__rec-arr > div:last-child {
    background-color: #82d4bb
}
@media (min-width: 420px) {
    video{
        width: 100%!important;
        height: auto;
    }
    .retail-img{
        display: block;
        max-width: 100%;
    }
    .retail-contact{
        position: absolute;
        top: 78%;
        left: 15%;
    }
    .retail-contact a{
        color: #ffffff;
        width: 100%;
        height: 30px;
        display: inline-block;
        line-height: 30px;
        background: -webkit-gradient(linear, left top, left bottom, from(#4f98ff), to(#38f));
        background: -webkit-linear-gradient(#4f98ff, #38f);
        background: -moz-linear-gradient(#4f98ff, #38f);
        background: linear-gradient(#4f98ff, #38f);
        border-radius: 5px;
    }
    .retail-txt{
        display: none;
    }
}
@media (max-width: 420px) {
    video{
        width: 100%!important;
        height: 482px;
    }
    .retail-img,.retail-contact{
        display: none;
    }
    .retail-txt{
        width: 100%;
        height: 320px;
        background: url("../images/banner/mobile/banner_yx.png");
        background-size: 100% 100%;
    }
}

.cancel-video {
    position: relative;
    width: 40px;
    border-radius: 100%;
    height: 40px;
    background: #fff;
    text-align: center;
    line-height: 41px;
    font-size: 22px;
    z-index: 120;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    color: red;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-box-shadow: 0 0 14px rgba(0,0,0,.4);
    box-shadow: 0 0 14px rgba(0,0,0,.4);

}

 .cancel-video {
    position: absolute;
    top: 30px;
    -webkit-transform: translate3d(-50%,-50%,0);
    -moz-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
    right: -10px;
}