.swiper-wrapper {
    height: auto;
}

#shop {
    padding: 15px 0 10px;
}

#shop h2 span::before {
    left: 350px;
}

#shop .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 90%;
}

#shop .inner .shop-item {
    margin-bottom: 20px;
}
#shop .inner .shop-item img {
    width: 96%;
    margin-bottom: 20px;
    cursor: pointer;
}
#shop .inner #shop-item5 {
    width: 44%;
}
#shop .inner #shop-item5 img {
    margin-bottom: 40px;
}
#shop .inner .others {
    width: 53%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
}
#shop .inner .others .shop-item {
    width: 46%;
    margin-bottom: 40px;
}

#shop .inner a {
    width: 80%;
    height: 50px;
    margin: 0 auto;
    font-family: SHanSanB;
    color: #323232;
    border: 2px solid #323232;
    border-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    transform: skewX(-20deg);
}

#shop .inner a>div {
    transform: skewX(20deg);
}

#shop .inner #shop-item1 a {
    color: #19AFA6;
    border: 2px solid #19AFA6;
}

#shop .inner #shop-item2 a {
    color: #E72A56;
    border: 2px solid #E72A56;
}

#shop .inner #shop-item3 a {
    color: #EB6100;
    border: 2px solid #EB6100;
}

#shop .inner #shop-item4 a {
    color: #25538D;
    border: 2px solid #25538D;
}

#shop .inner #shop-item5 a {
    color: #00b0ff;
    border: 2px solid #00b0ff;
    height: 56px;
    font-size: 18px;
}

#shop .inner #shop-item1 a:hover {
    background-color: #19AFA6;
    color: white;
}

#shop .inner #shop-item2 a:hover {
    background-color: #E72A56;
    color: white;
}

#shop .inner #shop-item3 a:hover {
    background-color: #EB6100;
    color: white;
}

#shop .inner #shop-item4 a:hover {
    background-color: #25538D;
    color: white;
}

#shop .inner #shop-item5 a:hover {
    background-color: #00b0ff;
    color: white;
}


/* 高达基地限定商品 */
.products {
    padding: 15px 0 30px;
}

#products1 h2 span::before {
    left: 430px;
}

#products2 h2 span::before {
    left: 380px;
}

.products-list {
    display: flex;
    flex-flow: wrap;
    margin: 0 auto 20px;
    padding-bottom: 20px;
    width: 95%;
}
#products1 .products-list li {
    width: 33.33%;
}
#products2 .products-list li {
    width: 25%;
}
#products1 .products-list li:nth-of-type(3n+2) {
    text-align: center;
}
#products1 .products-list li:nth-of-type(3n) {
    text-align: right;
}
#products2 .products-list li:nth-of-type(4n+2), #products2 .products-list li:nth-of-type(4n+3) {
    text-align: center;
}
#products2 .products-list li:nth-of-type(4n) {
    text-align: right;
}
.products-list li a {
    display: inline-block;
    width: 88%;
    margin: 20px 15px 15px 10px;
    color: #323232;
    font-family: SHanSanB;
    text-align: left;
}
#products1 .products-list li a {
    max-width: 310px;
}
/*#products2 .products-list li a {
    max-width: 250px;
}*/

.products-list li a .img-box {
    position: relative;
    padding: 0.5px;
}
.products-list li a .img-box .product-img {
    position: relative;
    /*width: 100%;*/
    padding-top: 100%;
    overflow: hidden;
    margin: 1.5%;
}
.products-list li a .img-box .product-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    min-height: 100%;
    transform: translate(-50%, -50%);
}
.products-list li a .img-box .product-tag {
    position: absolute;
    top: 6px;
    left: 1.7%;
    color: #fff;
    background: #e72a56;
    font-size: 16px;
    padding: 4px 8px 2px;
}
#products2 .products-list li a .img-box .product-tag img {
    width: 12px;
    vertical-align: baseline;
    margin-right: 2px;
}
.products-list li a .img-box .product-border {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.products-list li a .product-name {
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin: 15px 0 12px;
}
.products-list li a .product-date {
    color: #929292;
}

/* 高达基地视频 */
#video {
    padding: 15px 0 30px;
}

#video h2 span::before {
    left: 90px;
}

.video-list {
    display: flex;
    flex-flow: wrap;
    margin: 0 auto 20px;
    padding-bottom: 20px;
    width: 95%;
}
.video-list li {
    width: 25%;
}
.video-list li:nth-of-type(4n+2), .video-list li:nth-of-type(4n+3) {
    text-align: center;
}
.video-list li:nth-of-type(4n) {
    text-align: right;
}
.video-list li a {
    display: inline-block;
    width: 88%;
    margin: 20px 15px 15px 10px;
    color: #323232;
    font-family: SHanSanB;
    text-align: left;
}
.video-list li a .img-box {
    position: relative;
    padding: 0.5px;
}
.video-list li a .img-box .video-img {
    position: relative;
    /*width: 100%;*/
    padding-top: 60%;
    overflow: hidden;
    margin: 1.5%;
}
.video-list li a .img-box .video-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    min-height: 100%;
    transform: translate(-50%, -50%);
}
.video-list li a .img-box .video-border {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-list li a .video-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 15px;
}


/* 事件活动 官方博客 */
#ev-cp-wrap {
    border-top: none;
    background: none;
}

#event {
    margin-bottom:0;
    border-top:0;
    background: none;
}

#campaign {
    margin-bottom:0;
    border-top:0;
    background: none;
}
#campaign h2 span::before {
    left: 80px;
}

#ev-cp-wrap .swiper-container {
    display: block;
}

#ev-cp-wrap .swiper-container>.eventImgBox {
    overflow: hidden;
    flex-wrap: wrap;
    justify-content: space-between;
}

#ev-cp-wrap .swiper-container>.eventImgBox>a:nth-of-type(1) {
    margin-right: 10px;
}

#ev-cp-wrap .swiper-container>.eventImgBox>a:nth-of-type(2) {
    margin-right: 8px;
}

#ev-cp-wrap .swiper-container>.eventImgBox>a {
    width: 31%;
}

#ev-cp-wrap .swiper-container>.blogImgBox {
    overflow: hidden;
    flex-wrap: wrap;
    justify-content: space-between;
}

#ev-cp-wrap .swiper-container>.blogImgBox>a:nth-of-type(1) {
    margin-right: 10px;
}

#ev-cp-wrap .swiper-container>.blogImgBox>a:nth-of-type(2) {
    margin-right: 8px;
}

#ev-cp-wrap .swiper-container>.blogImgBox>a {
    width: 31%;
}

#ev-cp-wrap .swiper-container>.blogImgBox .img,
#ev-cp-wrap .swiper-container>.eventImgBox .img {
    position: relative;
    width: 100%;
    padding-top: 60%;
    margin-bottom: 5px;
    border: 1px solid #eee;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden
}

#ev-cp-wrap .swiper-container>.blogImgBox .img>img,
#ev-cp-wrap .swiper-container>.eventImgBox .img>img {
    position: absolute;
    top: 50%;
    left: 50%;
    min-height: 100%;
    transform: translate(-50%, -50%);
}

#ev-cp-wrap .swiper-container .period {
    color: #929292;
}

#ev-cp-wrap .swiper-container p {
    line-height: 20px;
    /* 2.设置旧版弹性盒 */
    display: -webkit-box;
    /* 3. 控制行数*/
    -webkit-line-clamp: 2;
    /* 4. 设置子元素的排列方式  垂直排列*/
    -webkit-box-orient: vertical;
    /* 5.溢出隐藏 */
    overflow: hidden;
    color: #323232;
    font-family: 'SHanSanB';
}

#ev-cp-wrap .more-btn, .more-btn {
    margin: 0 auto;
    width: 250px;
    height: 40px;
    text-decoration: none;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius:0;
    border: #005A88 solid 2px;
    transform: skewX(-30deg);
    color: #005A88;
}

#ev-cp-wrap .more-btn span, .more-btn span {
    transform: skewX(30deg);
    padding-right: 10px;
}

#ev-cp-wrap .more-btn:hover, .more-btn:hover {
    background-color: #005A88;
    color: white;
}

#ev-cp-wrap .more-btn span::after, .more-btn span::after {
    position: absolute;
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-top: 2px solid #005A88;
    border-right: 2px solid #005A88;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    margin-left: 10px;
    top: 46%;
    right: 2px;
}

#ev-cp-wrap .more-btn:hover span::after, .more-btn:hover span::after {
    border-color: white;
}

/* 万代官方 会员系统 */
#online-shop {
    border: none;
    background: none;
}
#online-shop h2 {
    white-space: nowrap;
    overflow: hidden;
}
#online-shop h2 span::before {
    left: 415px;
}

#online-shop .inner {
    flex-wrap: wrap;
}

#online-shop .imgBox {
    width: 100%;
    margin-top: 30px;
}

#online-shop .imgBox>.imgs {
    margin: 2px;
    padding: 10px 15px;
    height: 100%;
    background-color: white;
    border: 1px solid gainsboro;
    box-sizing: border-box;
}

#online-shop .imgBox>.imgs>div {
    writing-mode: tb-rl;
    font-size: 16px;
    font-family: 'SHanSanB';
    padding:0 10px;
}

#online-shop .member_entrance {
    box-sizing: border-box;
    display: block;
    padding: 0 2px;
}
#online-shop .member_entrance img {
    box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.3);
}


/*屏幕宽度小于760px */
@media screen and (max-width: 759px) {
    #shop h2 span::before {
        left: 168px;
    }

    #shop .inner {
        width: 95%;
    }

    #shop .inner #shop-item5, #shop .inner .others {
        width: 100%;
    }
    #shop .inner #shop-item5 img {
        margin-bottom: 20px;
    }
    #shop .inner .others .shop-item {
        width: 49%;
        margin-bottom: 20px;
    }

    #shop .inner a {
        height: 27px!important;
        font-size: 12px!important;
    }
    #shop .inner #shop-item5 a {
        width: 50%;
    }

    /* 高达基地限定商品 */
    #products1 h2 span::before {
        left: 205px;
    }
    #products2 h2 span::before {
        left: 182px;
    }
    .products-list li a {
        margin: 10px 15px 15px 6px;
    }
    .products-list li a .img-box .product-tag {
        top: 3%;
        font-size: 1.3vw;
        padding: 2px 3% 1px;
    }
    #products2 .products-list li a .img-box .product-tag img {
        width: 6px;
    }
    #products2 .products-list li {
        width: 33.33%;
    }
    #products2 .products-list li:nth-of-type(4n), #products2 .products-list li:nth-of-type(4n+2), #products2 .products-list li:nth-of-type(4n+3) {
        text-align: left;
    }
    #products2 .products-list li:nth-of-type(3n+2) {
        text-align: center;
    }
    #products2 .products-list li:nth-of-type(3n) {
        text-align: right;
    }
    #products2 .products-list li:nth-of-type(7), #products2 .products-list li:nth-of-type(8) {
        display: none;
    }

    /* 高达基地视频 */
    #video h2 span::before {
        left: 50px;
    }
    .video-list li {
        width: 50%;
    }
    .video-list li a {
        margin: 10px 15px 15px 10px;
    }

    /* 事件活动 官方博客 */
    #campaign h2 span::before {
        left: 40px;
    }

    #ev-cp-wrap .swiper-container .period {
        font-size: 12px;
    }

    #ev-cp-wrap .more-btn, .more-btn {
        width: 180px;
    }

    #ev-cp-wrap .more-btn span::after, .more-btn span::after {
        width: 4px;
        height: 4px;
    }

    /* 会员系统 */
    #online-shop h2 p {
        height: auto;
    }
    #online-shop h2 span::before {
        left: 192px;
    }

    #online-shop .imgBox {
        flex-direction: column;
        margin-top: 20px;
    }

    #online-shop .imgBox .prompt {
        display: flex;
        justify-content: flex-end;
        margin-top: 10px;
    }

    #online-shop .imgBox .prompt>img {
        width: 80%;
    }

    #online-shop .imgBox>.imgs>div {
        font-size: 12px;
    }

    #online-shop .imgBox>.imgs img {
        flex: none;
        width: 44%!important;
    }
}

/* 大于760px小于980px */
@media screen and (min-width: 760px) and (max-width: 979px) {
    #online-shop .imgBox {
        flex-direction: column;
    }

    #online-shop .imgBox .prompt {
        display: flex;
        justify-content: flex-end;
        margin-top: 10px;
    }

    #online-shop .imgBox>.imgs>div {
        font-size: 22px;
    }

    #online-shop .imgBox>.imgs img {
        flex: none;
        width: 44%!important;
    }
}

@media screen and (min-width: 980px) {
    /*#shop, .products {
        padding: 0 0 30px;
        margin: 0 auto;
    }*/
    #shop .container, .products .container, #video .container {
        max-width: 1200px;
        padding: 0;
        margin: 0 auto;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    #shop h2, .products h2, #video h2 {
        margin-left: 0;
        overflow: hidden;
        padding-top: 20px;
    }
    #shop .inner {
        width: 99%;
    }
    #shop .inner a {
        font-size: 16px;
    }

    #products2 .products-list {
        width: 100%;
    }
    .products-list li a .img-box .product-tag {
        font-size: 20px;
    }
    #products1 .products-list li a .img-box .product-tag {
        top: 8px;
        padding: 7px 10px 2px;
    }

    .video-list {
        width: 100%;
    }

    .more-btn {
        -webkit-transition: all ease .2s;
        transition: all ease .2s;
    }
    .more-btn span {
        font-size: 18px;
        font-family: SHanSanB;
    }
    .more-btn span::after {
        -webkit-transition: all ease .2s;
        transition: all ease .2s;
    }
}
