.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

html {
    font-size: 100px
}

body {
    font-size: 12px;
    font-family: Arial,"微软雅黑";
    color: #333;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased
}

body.show {
    opacity: 1
}

a {
    color: #333;
    text-decoration: none;
    outline: none
}

a:active {
    star: expression(this.onFocus=this.blur())
}

a:link {
    text-decoration: none;
    outline: none
}

a:visited {
    text-decoration: none;
    outline: none
}

a:hover {
    text-decoration: none;
    color: #025ab7;
    outline: none
}

li {
    list-style: outside none
}

li {
    list-style-type: none
}

h1 {
    font-size: 16px
}

h2,h3,h4,h5 {
    font-size: 14px
}

h5 {
    font-size: 12px
}

textarea,input {
    background: transparent;
    font-size: 12px;
    font-family: Arial,"微软雅黑";
    color: #888;
    outline: none;
    border: 0
}

em {
    font-style: normal
}

img {
    vertical-align: middle;
    max-width: 100%;
    border: 0;
    -o-object-fit: cover;
    object-fit: cover
}

.wal {
    max-width: 12.6rem;
    margin: 0 auto
}

@media screen and (max-width: 800px) {
    html {
        font-size:50px
    }

    .wal,.wal-1200 {
        margin: 0 .6rem
    }
}

@media screen and (max-width: 550px) {
    .wal,.wal-1200 {
        margin:0 .3rem
    }
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.where-to-buy .banner {
    height: 9.1rem;
    background: center no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    position: relative
}

.where-to-buy .banner:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: .3rem;
    width: .58rem;
    height: .58rem;
    background: url(../image/img58.png) center no-repeat;
    background-size: 100% 100%;
    margin-left: -0.29rem;
    -webkit-animation: mymove 1s infinite alternate;
    animation: mymove 1s infinite alternate
}

.where-to-buy .banner h2 {
    font-weight: 400;
    font-size: .4rem
}

.where-to-buy .list {
    padding: 1rem 0 .5rem 0;
    max-width: 10.45rem;
    margin: 0 auto
}

.where-to-buy .list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -1.2rem
}

.where-to-buy .list li {
    width: 33.333%;
    padding-bottom: .9rem;
    padding-left: 1.2rem
}

.where-to-buy .list li .img img {
    height: 1rem;
    -o-object-fit: contain;
    object-fit: contain
}

.where-to-buy .list li .name {
    font-size: .2rem;
    padding: .35rem 0 .2rem 0
}

.where-to-buy .list li .content {
    font-size: .12rem;
    line-height: .22rem
}

.where-to-buy .list li a {
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.where-to-buy .list li a:hover {
    color: #ff8e27
}

@-webkit-keyframes mymove {
    from {
        -webkit-transform: translateY(-0.1rem);
        transform: translateY(-0.1rem)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes mymove {
    from {
        -webkit-transform: translateY(-0.1rem);
        transform: translateY(-0.1rem)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@media screen and (max-width: 800px) {
    .where-to-buy .banner {
        height:5rem
    }

    .where-to-buy .list {
        padding: 1rem .3rem .5rem .3rem
    }

    .where-to-buy .list ul {
        margin-left: -0.3rem
    }

    .where-to-buy .list li {
        width: 50%;
        padding-bottom: .9rem;
        padding-left: .3rem
    }

    .where-to-buy .list li .name {
        font-size: .3rem
    }

    .where-to-buy .list li .content {
        font-size: .22rem;
        line-height: .4rem
    }
}
