#makePriceContainer{
    background-color: #fff;
}
.superstore-b {
    font-size: 14px
}

.superstore-b h1 {
    font-size: 36px;
    line-height: 50px;
    text-align: center
}
@media (min-width: 420px) {
    .superstore-b h2 {
        font-size: 28px;
        line-height: 40px;
        text-align: center
    }
}
@media (max-width: 420px) {
    .superstore-b h2 {
        font-size: 20px;
        line-height: 40px;
        text-align: center
    }
}

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

.superstore-b h4 {
    font-size: 16px;
    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
}
@media (min-width: 420px) {
    .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
    }
}
@media (max-width: 420px) {
    .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*/
}

.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("https://img.yzcdn.cn/static/intro/img/www/bg.jpg");
    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("https://img.yzcdn.cn/static/intro/img/www/bg@2x.jpg")
    }
}

.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 {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    position: absolute;
    top: 0;
    z-index: 100
}
    .superstore-b .software-version .flex-horizontal-space-between {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 50px;
        width: 100%;
    }
    @media (min-width: 420px) {
        .superstore-b .software-version .flex-horizontal-space-between > div {
            -webkit-flex-basis: -webkit-calc(50% - 10px);
            -ms-flex-preferred-size: calc(50% - 10px);
            flex-basis: -moz-calc(50% - 10px);
            flex-basis: calc(50% - 10px);
            text-align: center
        }
    }
@media (max-width: 420px) {
    .superstore-b .software-version .flex-horizontal-space-between > div {
        text-align: center;
        width: 100%;
    }
}


.superstore-b .software-version .flex-horizontal-space-between > div p {
    font-size: 14px;
    color: #666;
    line-height: 26px
}
    .superstore-b .software-version .flex-horizontal-space-between > div .software-version-card {
        position: relative;
        border: 1px solid #cdcdcd;
        padding-bottom: 30px;
        border-radius: 4px;
        margin-bottom: 30px
    }
   .superstore-b .software-version .flex-horizontal-space-between > div .software-version-card-phone {
       width: 100%;
    }



.superstore-b .software-version .flex-horizontal-space-between > div .software-version-card:hover {
    border-color: #38f
}

.superstore-b .software-version .flex-horizontal-space-between > div .software-version-card__title {
    font-size: 20px;
    line-height: 30px;
    margin: 50px auto 30px
}

.superstore-b .software-version .flex-horizontal-space-between > div .software-version-card__price {
    margin-bottom: 30px;
    font-size: 26px;
    line-height: 30px;
    color: #333
}

.superstore-b .software-version .flex-horizontal-space-between > div .software-version-card__intro {
    position: absolute;
    top: 170px;
    width: 100%;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.superstore-b .software-version .flex-horizontal-space-between > div .software-version-card .a2button {
    margin: 62px auto 40px;
    width: 230px
}

.superstore-b .software-version .flex-horizontal-space-between > div .software-version-card__order {
    margin-bottom: 5px
}

.superstore-b .software-version .flex-horizontal-space-between > div .software-version-card > div {
    position: relative;
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.superstore-b .software-version .flex-horizontal-space-between > div .software-version-card > div .hardware-card {
    min-width: 80px;
    height: 170px;
    vertical-align: middle;
    position: relative
}

.superstore-b .software-version .flex-horizontal-space-between > div .software-version-card > div .hardware-card:first-child {
    margin-right: 50px
}

.superstore-b .software-version .flex-horizontal-space-between > div .software-version-card > div .hardware-card img {
    top: 50%;
    position: relative;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.superstore-b .software-version .flex-horizontal-space-between > div .software-version-card > div .hardware-card p {
    position: absolute;
    top: 155px;
    font-size: 12px;
    color: #333;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.superstore-b .software-version .flex-horizontal-space-between > div .software-version-card > div .icon-plus {
    color: #f60;
    line-height: 26px;
    font-size: 26px;
    position: absolute;
    top: 70px;
    left: 250px
}

.superstore-b .software-version .flex-horizontal-space-between > div .software-version-intro p {
    line-height: 40px
}

.superstore-b .hardware-price .flex-horizontal-space-between {
    margin-top: 39px
}
.superstore-b .hardware-price .hardware-price-card {
    -webkit-flex-basis: -webkit-calc(20% - 9px);
    -ms-flex-preferred-size: calc(20% - 9px);
    flex-basis: -moz-calc(20% - 9px);
    flex-basis: calc(20% - 9px);
    text-align: center
}
@media (min-width: 420px) {
    .superstore-b .hardware-price .hardware-price-card > div {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border: 1px solid #e5e5e5
    }
}
@media (max-width: 420px) {
    .superstore-b .hardware-price .hardware-price-card > div {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border: 1px solid #e5e5e5;
    }
}



.superstore-b .hardware-price .hardware-price-card > div img {
    display: inline-block;
    margin-top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.superstore-b .hardware-price .hardware-price-card > div p {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 19.7%;
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    background-color: rgba(238, 0, 0, .6);
    font-weight: 200
}

.superstore-b .hardware-price .hardware-price-card > p {
    color: #666;
    line-height: 24px;
    font-size: 12px
}

.superstore-b .hardware-price .hardware-price-card > p:first-of-type {
    margin-top: 13px
}

.superstore-b .hardware-price .hardware-price-card > p span {
    color: #f60
}

.superstore-b .max-width-container {
    background-color: #f8f8f8;
    padding-top: 65px;
    padding-bottom: 70px;
    text-align: center;
    margin-top: 90px
}

.superstore-b .max-width-container p {
    margin-top: 15px;
    line-height: 20px
}