/* style block 1 from store.htm */
[v-cloak] {
            display: none;
        }
        .swiper-container {
            height: 300px;
        }
        .slide {
            height: 300px;
            width: 100%;
            display: flex;
            flex-direction: column;
        }

        .slide h1{
            font-size: 42px;
            margin-top: 80px;
            color: #fff;
            align-self: center;
            position: relative;
            top: 30px;
            height: 1.25em;
            border-right: 1px solid transparent;
            font-family: Consolas, Monaco;
            text-align: center;
        }

/* style block 2 from store.htm */
body {
            background-color:#fafafa;

        }

        .body {
            width: 1200px;
            margin: 0 auto;
            padding: 40px 0;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }
        .share {
            margin-left: 0;
            margin-bottom: 24px;
            cursor: pointer;
            background-color: #fff;
            width: 32%;
            padding-right: 0;
            padding-bottom: 0;
            flex-wrap: wrap;
            padding-left: 0;
            box-sizing: border-box;
            padding-top: 0;
            flex-direction: row;
            display: flex;
            margin-top: 0;
        }
        .share .pic {
            padding-right: 0;
            padding-bottom: 0;
            overflow: hidden;
            flex-wrap: wrap;
            height: 250px;
            bottom: 0;
            margin-left: 0;
            left: 0;
            margin-bottom: 0;
            position: relative;
            padding-left: 0;
            box-sizing: border-box;
            top: 0;
            padding-top: 0;
            display: flex;
            right: 0;
            width: 100%;
            margin-top: 0;
        }
        .share .pic img{
            margin-right: 0;
            width: 100%;
            position: absolute;
            margin-bottom: 0;
        }
        .share .pic .mobile div {
            padding-right: 0px;
            padding-bottom: 0px;
            flex-wrap: wrap;
            height: 192px;
            left: 12px;
            margin-bottom: 0px;
            position: relative;
            padding-left: 0px;
            box-sizing: border-box;
            top: 27px;
            padding-top: 0px;
            background-color: #FFFFFF;
            display: flex;
            width: 110px;
            overflow: hidden;
        }
        .share>.des>.detail .price {
            font-size: 20px;
            padding-left: 0;
            color: #ff5c01;
            word-wrap: break-word;
            display: inline-block
        }
        .share .pic .mobile div>img {
            margin-right: 0px;
            width: 100%;
            position: absolute;
        }
        .share .pic .mobile {
            flex-wrap: wrap;
            height: 247px;
            bottom: -8px;
            left: nanpx;
            margin-bottom: 0;
            position: absolute;
            padding-left: 0;
            background-image: url(http://store.mingsoft.net/img/phone-bg.2ccf910b.png);
            box-sizing: border-box;
            top: nanpx;
            display: flex;
            right: 8px;
            width: 130px
        }

        .share .des {
            padding-right: 16px;
            padding-bottom: 16px;
            flex-wrap: wrap;
            margin-left: 0;
            margin-bottom: 0;
            padding-left: 16px;
            box-sizing: border-box;
            padding-top: 16px;
            flex-direction: column;
            display: flex;
            width: 100%;
            margin-top: 0;
        }
        .share .des {
            padding-right: 16px;
            padding-bottom: 16px;
            flex-wrap: wrap;
            margin-left: 0px;
            margin-bottom: 0px;
            padding-left: 16px;
            box-sizing: border-box;
            padding-top: 16px;
            flex-direction: column;
            display: flex;
            width: 100%;
            margin-top: 0px;
        }

        .share .des .title {
            padding-right: 0px;
            padding-bottom: 0px;
            font-size: 16px;
            margin-bottom: 8px;
            padding-left: 0px;
            color: #303133;
            word-wrap: break-word;
            padding-top: 0px;
            display: inline-block;
        }

        .share .des .detail {
            padding-right: 0px;
            padding-bottom: 0px;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 0px;
            padding-left: 0px;
            box-sizing: border-box;
            padding-top: 0px;
            flex-direction: row;
            display: flex;
            width: 100%;
        }

        .share .des .detail>.start {
            padding-right: 0px;
            padding-bottom: 0px;
            flex-wrap: wrap;
            height: 100%;
            align-items: center;
            margin-left: 0px;
            margin-bottom: 0px;
            padding-left: 0px;
            box-sizing: border-box;
            padding-top: 0px;
            flex-direction: row;
            display: flex;
            width: 60%;
        }


        .share .des .detail .start img {
            padding-right: 0px;
            padding-bottom: 0px;
            border-bottom-right-radius: 24px;
            border-top-right-radius: 24px;
            padding-top: 0px;
            height: 48px;
            margin-left: 0px;
            border-top-left-radius: 24px;
            border-bottom-left-radius: 24px;
            width: 48px;
            padding-left: 0px;
        }

        .share:hover {
            box-shadow: 0 0 15px hsla(0,0%,45.5%,.178)
        }

        @media (max-width: 768px){
            .body {
                width: 100%;
                flex-direction: column;
            }

            .share {
                width: 100%;
            }
            .slide h1 {
                top: 5px;
            }
        }
