body {
    background-color: #f5f5f5
}

a {
    color: #333
}

h1,
h2,
h3 {
    font-family: FZLTCH;
    font-weight: 100
}

.circle-list {
    display: -ms-flexbox;
    display: flex
}

.circle-list .line,
.kind-circle,
.color-line {
    margin-right: 15px
}

.color-line,
.kind-circle {
    width: 20px;
    height: 20px;
    border-radius: 50%
}

.kind-circle.border {
    border: 3px solid #fff
}

.kind-circle:last-child {
    margin-right: 0
}

.kind-circle.border-gray {
    border: 3px solid #afafaf
}

.kind-circle.border-red {
    border: 3px solid #df1136
}

.kind-circle.border-yellow {
    border: 3px solid #c9993c
}

.pb150 {
    padding-bottom: 60px
}

.position-relative {
    position: relative
}

.mt20 {
    margin-top: 20px
}

.mt30 {
    margin-top: 30px
}

.mt50 {
    margin-top: 50px
}

.mt80 {
    margin-top: 80px
}

.bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: top;
    height: 150px;
}

.buy {
    display: block;
    margin-top: 3em;
    width: 11.1111111111em;
    height: 3.0555555556em;
    font-size: .18em;
    line-height: 3.0555555556em;
    text-align: center;
    color: #6c4d40;
    background: #fbc72e
}

.banner {
    height: 600px;
    padding-top: 60px
}

.banner a {
    display: block
}

.banner a img {
    width: 100%
}

.banner .swiper-slide img {
    vertical-align: top;
    width: 100%
}

.banner .swiper-slide .div-article {
    position: absolute;
    width: 58.59375%;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.banner .swiper-slide article h3 {
    margin: 0;
    font-size: .38em;
    font-family: FZLTCH;
    font-weight: 100
}

.banner .swiper-slide article .slogan {
    margin: .6em 0;
    font-size: .26em
}

.banner .swiper-slide article .mai-dian {
    font-size: .16em
}

.banner .swiper-pagination {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: 35px
}

.banner .swiper-pagination-bullet {
    opacity: 1;
    width: 6px;
    height: 6px;
    background-color: #fff;
    transition: all .1s
}

.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
    border-radius: 50%;
    background-color: transparent
}

@media screen and (max-width:2560px) {
    .banner .swiper-slide {
        overflow: hidden
    }
    .banner .swiper-slide a {
        display: inline-block;
        height: 100%;
        width: 100%;
        background-position: 50%;
        background-size: cover
    }
    .banner .swiper-slide a img {
        visibility: hidden;
        height: 100%;
        width: auto
    }
}

.watch-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1200px
}

.watch-list .watch-item a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px
}

.watch-list .watch-item a img {
    margin: 80px 0 28px;
    transition: transform .1s linear
}

.watch-list .watch-item a img:hover {
    -ms-transform: translateY(-2%);
    transform: translateY(-2%)
}

.list-box video {
    margin-top: 40px;
}

.list-box h2.watch-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 99px 0 39px;
    padding-left: 15px;
    font-size: 30px;
    font-weight: 100;
    border-left: 3px solid #00acff;
}

.list-box h2.watch-title span {
    margin-left: 10px;
    font-size: .9em
}

.list-box a {
    position: relative;
    display: block;
    height: 100%
}

.list-box .list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    margin-top: 20px;
}

.list-box .product-item {
    position: relative;
    text-align: center;
    overflow: hidden;
    width: 300px;
    height: 300px;
    margin: 0 5px 10px 5px;
    /* border-radius: 10px; */
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: top;
    transition: transform .2s
}

.list-box .product-item2 {
    position: relative;
    text-align: center;
    overflow: hidden;
    width: 592px;
    height: 520px;
    margin-top: 20px;
    /* border-radius: 10px; */
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: top;
    transition: transform .2s
}

.list-box .product-item:hover,
.list-box .product-item2:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
    transform: translate3d(0, -2px, 0)
}

.list-box .product-item2 .bg,
.list-box .product-item .bg {
    background-size: 100% auto;
    transition: all .4s
}

.list-box .product-item2 .bg.bg,
.list-box .product-item .bg.bg {
    -ms-transform-origin: 50% 80px;
    transform-origin: 50% 80px
}

.list-box .product-item2 .bg.hover-bg,
.list-box .product-item .bg.hover-bg {
    visibility: hidden
}

.list-box .product-item2 .product-item .bg,
.list-box .watch-band .product-item .bg {
    background-size: 89px auto;
    background-position-y: 71px
}

.list-box .product-item2:hover .bg,
.list-box .product-item:hover .bg {
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.list-box .product-item2:hover .hover-bg,
.list-box .product-item:hover .hover-bg {
    visibility: visible
}

.list-box .product-item2 img {
    margin-top: 80px;
    height: 250px;
    width: 250px;
}

.list-box .product-item img {
    margin-top: 60px;
    height: 180px;
    width: 180px;
}

.list-box .product-item2 .circle-list,
.list-box .product-item .circle-list {
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px
}

.list-box .product-item2.whole-item .product-text,
.list-box .product-item.whole-item .product-text {
    color: #fff
}

.list-box .product-item2.whole-item img,
.list-box .product-item.whole-item img {
    margin: 0
}

.list-box .product-text {
    position: absolute;
    width: 100%;
    top: 80%;
    text-align: center;
    color: #333
}

.list-box .product-text h3,
.list-box .product-text p {
    margin: 0
}

.list-box .product-text h3 {
    margin-bottom: 13px;
    font-size: 20px;
    font-family: FZLTCH, serif
}

.list-box .product-text h3 span {
    margin-left: 12px;
    padding: 5px 10px;
    border: 1px solid #333;
    border-radius: 4px;
    font-size: 14px;
    font-family: FZLTCH
}

.list-box .product-text p {
    min-height: 16px;
    font-size: 14px
}

.list-box .stratos-3-article {
    position: absolute;
    left: 11.171875%;
    top: 50%;
    color: #fff;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.list-box .stratos-3-article h2 {
    margin: 0;
    padding: 0;
    border: none
}

.midong2-article {
    position: absolute;
    color: #fff;
    top: 0;
    right: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.m-banner {
    margin: 10px
}

.m-banner a {
    display: block;
    position: relative;
    height: 100%
}

.m-banner img {
    width: 100%;
    border-radius: 8px
}

.m-banner .m-article {
    position: absolute;
    top: 50%;
    left: 10%;
    color: #333;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.m-banner .m-article h2 {
    margin: 0;
    font-size: 15px
}

.m-banner .m-article h2+h2 img {
    height: 18px;
    width: auto;
    vertical-align: middle
}

.m-banner .m-article p {
    font-size: 10px
}

.m-banner .m-article.cor-article {
    left: auto;
    right: 10%;
    color: #fff
}

.m-container {
    padding: 80px 10px 0;
    padding-bottom: 10%;
    min-height: calc(100% - 144px)
}

@media screen and (max-width:768px) {
    body,
    html {
        height: 100%
    }
    .list-box {
        margin-bottom: 10px;
        padding-bottom: 5%;
        overflow: hidden;
        border-radius: 6px;
        background-color: #fff
    }
    .list-box h2 {
        margin: 14px 0 0 15px;
        padding-left: 8px;
        font-size: 15px;
        font-family: FZLTCH
    }
    .list-box .list {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .list-box .product-item2,
    .list-box .product-item {
        margin-top: 28px;
        width: 33.3333333333%;
        height: auto
    }
    .list-box .product-item2 img,
    .list-box .product-item img {
        margin: 0;
        height: 95px;
        transition: transform .5s ease
    }
    .list-box .product-item2 h3,
    .list-box .product-item h3 {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        margin: .8em 0 0;
        padding: 0 2%;
        color: #333;
        font-family: FZLTCH, serif;
        font-size: 10px !important
    }
    .list-box .product-item2 h3 img,
    .list-box .product-item h3 img {
        margin-left: 5px;
        height: 16px
    }
    .list-box .product-item2 h3+span,
    .list-box .product-item h3+span {
        font-size: 8px;
        color: #df320a
    }
    .list-box .product-item2 h3+h3,
    .list-box .product-item h3+h3 {
        margin-top: .2em;
        white-space: nowrap
    }
    .list.list-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.product-item2 .price,
.product-item .price {
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 28px;
    color: #e30c39;
    font-size: 14px
}

.product-item2 .price :nth-child(2),
.product-item .price :nth-child(2) {
    font-weight: 100;
    font-size: 24px
}

.poster {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px
}

.poster-item {
    position: relative;
    height: 400px;
    -ms-flex: 1;
    flex: 1;
    margin-right: 15px;
    /* border-radius: 10px; */
    overflow: hidden;
    cursor: pointer
}

.poster-item .bg {
    border-radius: 10px;
    opacity: 0;
    background-color: #fff;
    transition: all .3s;
    height: 100%;
}

.poster-item:last-child {
    margin-right: 0
}

.poster-item img {
    vertical-align: top
}

.poster-item .product-watch {
    transition: all .3s
}

.poster-product {
    position: absolute;
    display: none;
    top: 50%;
    right: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 100%;
    width: 100%;
}

.poster article {
    position: absolute;
    top: 110px;
    left: 99px;
    width: 600px
}

.poster article h1 {
    margin: 0;
    line-height: 1;
    font-size: 30px
}

.poster article h2 {
    line-height: 1;
    font-size: 24px
}

.poster article p {
    font-size: 18px
}

.poster article .coming-soon {
    font-size: 20px
}

.poster article .marvel-logo {
    width: 60px
}

.poster article.gts-poster {
    color: #8b5d3f
}

.poster article.color-fff {
    color: #fff
}

.poster article.marvel-article {
    top: 75px;
    left: 100px
}

.poster article.marvel-article h1 {
    margin-top: 18px
}

.two-poster .poster-item {
    height: 350px
}

.two-poster .poster-product {
    right: 35px
}

.two-poster article {
    top: 86px;
    left: 59px
}

.two-poster article h1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px
}

.two-poster article h1 span {
    margin-left: 12px;
    padding: 5px 10px;
    border: 1px solid #333;
    border-radius: 4px;
    font-size: 14px;
    font-family: FZLTCH
}

.two-poster article p {
    font-size: 14px
}

.two-poster article .price {
    font-size: 24px
}

.poster-item:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, .1)
}

.poster-item:hover>i.bg {
    opacity: 1
}

.poster-item:hover .poster-product {
    display: block
}

.poster-item:hover .color-fff {
    color: #333
}

div.price {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 30px;
    font-family: Lato-Bold, serif;
    font-weight: 100
}

div.price span:first-child {
    margin-top: 1%;
    font-size: 14px
}

div.price strong span {
    font-family: FZLTCH, Arial
}

div.price.price-green {
    color: #2f6368
}

div.price.price-red {
    color: #e30c39
}

div.price.price-white {
    color: #fff
}

div.price.price-black {
    color: #333
}