#home-main {
    position: relative;
    min-height: 600px;
    overflow: hidden;
}

.loading {
    margin: 300px auto 300px;
    padding: 10px 0;
}

.spinner {
    margin: 0 auto;
    width: 70px;
    height: 70px;
    position: relative;
    text-align: center;
    -webkit-animation: rotate 2.0s infinite linear;
    animation: rotate 2.0s infinite linear;
}

.dot1, .dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #c2c1c1;
    border-radius: 100%;

    -webkit-animation: bounce 2.0s infinite ease-in-out;
    animation: bounce 2.0s infinite ease-in-out;
}

.dot2 {
    top: auto;
    bottom: 0px;
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}


.home-banner {
    padding-top: 120px;
    width: 100%;
    height: 745px;
}

.swiper-container {
    width: 100%;
    height: 745px;
}

.swiper-wrapper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    width: 100%;
    height: 100%;
}

.banner01 {
    background: url(../img/big.png) no-repeat center;
}

.banner02 {
    background: url(../img/banner01.jpg) no-repeat center;
}

.banner03 {
    background: url(../img/banner02.jpg) no-repeat center;
}

.banner04 {
    background: url(../img/banner03.jpg) no-repeat center;
}

.a-link {
    /*    position: absolute;
        top: 0;
        left: 5%;*/
    display: block;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.swiper-btns {
    position: absolute;
    bottom: 70px;
    right: 150px;
}

.swiper-left {
    position: relative;
    float: left;
    z-index: 3;
    width: 38px;
    height: 42px;
    line-height: 42px;
    cursor: pointer;
    text-align: center;

    background: url('../img/left.png') no-repeat center;
}

.swiper-left:hover {
    background: url('../img/left03.png') no-repeat center;
}

.swiper-right {
    position: relative;
    float: left;
    z-index: 3;
    width: 38px;
    height: 42px;
    cursor: pointer;
    background: url('../img/right.png') no-repeat center;
}

.pagination {
    position: relative;
    float: left;
    z-index: 3;
    margin: 12px auto;
    padding: 0 6px;
    text-align: center;
}

.swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #c9c9c8;
    margin: 0 5px;
    opacity: 0.8;
    cursor: pointer;
}

.swiper-active-switch {
    background: #ffdd00;
    opacity: 1;
}

.content {
    width: 100%;
    background: #fff;
}

.index-title {
    width: 1400px;
    height: 260px;
    padding-top: 120px;
    margin: 0 auto;
}

.index-title .title {
    margin-top: -15px;
    margin-left: 80px;
    width: 200px;
}

.index-title .title h3 {
    color: #101010;
    font-size: 26px;
}

.index-title .title h3 span {
    font-weight: bold;
}

.index-title .title p {
    margin-top: 20px;
    line-height: 0px;
    color: #c3c3c3;
}

.index-title h4 {
    font-size: 20px;
    text-align: center;
    margin-top: -40px;
    color: #c3c3c3;
}

.new-title {
    width: 1400px;
    height: 260px;
    padding-top: 120px;
    margin: 0 auto;
}

.pop-title {
    width: 1400px;
    height: 260px;
    padding-top: 120px;
    margin: 0 auto;
}

.cla-title {
    width: 1400px;
    height: 260px;
    padding-top: 120px;
    margin: 0 auto;
}

.season-wrap {
    width: 1400px;
    margin: 0 auto;
    position: relative;
}

.season-pic {
    width: 1280px;
    height: 426px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.season-pic ul {
    height: 468px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

.season-pic ul li {
    float: left;
    height: 426px;
}

.season-pic ul li img {

}

.left-arrow {
    position: absolute;
    left: -80px;
    top: 45%;
    cursor: pointer;
}

.right-arrow {
    position: absolute;
    right: -80px;
    top: 45%;
    cursor: pointer;
}

.new-wrap {
    width: 100%;
    position: relative;
    margin-bottom: 80px;
}

.pop-wrap {
    width: 1600px;
    position: relative;
    margin-bottom: 80px;
}

.cla-wrap {
    width: 1600px;
    position: relative;
    margin-bottom: 80px;
}

.new-pic {
    width: 100%;
    height: 588px;
    position: relative;
    overflow: hidden;
}

.pop-pic {
    width: 1600px;
    height: 588px;
    position: relative;
    overflow: hidden;
}

.cla-pic {
    width: 1600px;
    height: 588px;
    position: relative;
    overflow: hidden;
}

.new-pic ul {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    top: 0;
    overflow-y: hidden;
}

.new-pic ul li {
    float: left;
    width: 1660px;
    height: 610px;
    margin-right: 60px;
}

.new-pic ul li a img {
    width: 1660px;
    height: 610px;
}

.pop-pic ul {
    width: 3300px;
    height: 588px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    top: 0;
    overflow-y: hidden;
}

.pop-pic ul li {
    float: left;
    width: 1600px;
    height: 588px;
}

.cla-pic ul {
    width: 3388px;
    height: 588px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    top: 0;
    overflow-y: hidden;
}

.cla-pic ul li {
    float: left;
    width: 1600px;
    height: 588px;
}

.left-arrow01 {
    z-index: 2;
    width: 38px;
    right: 88px;
    bottom: 32px;
    cursor: pointer;
    text-align: center;
    position: absolute;
}

.right-arrow01 {
    z-index: 2;
    width: 38px;
    right: 38px;
    bottom: 32px;
    cursor: pointer;
    text-align: center;
    position: absolute;
}

.new-list-wrap {
    width: 1400px;
    margin: 0 auto;
    position: relative;
    border-bottom: 1px solid #d6d6d6;
}

.new-list {
    min-height: 450px;
    margin-bottom: 40px;
}

.pop-list-wrap {
    width: 1400px;
    margin: 0 auto;
    position: relative;
    border-bottom: 1px solid #d6d6d6;
}

.pop-list {
    min-height: 450px;
    margin-bottom: 40px;
}

.cla-list-wrap {
    width: 1400px;
    min-height: 560px;
    margin: 0 auto;
    position: relative;
}

.cla-list {
    min-height: 480px;
}

.item {
    background-color: #f5f5f5;
    background-position: center;
    background-repeat: no-repeat;
    float: left;
    width: 381px;
    height: 390px;
    padding-top: 30px;
    padding-left: 40px;
    margin-bottom: 64px;
}

.item.center {
    margin-left: 70px;
    margin-right: 66px;
}

.item h3 {
    font-size: 15px;
    color: #000;
    margin-bottom: 8px;
}

.item h4 {
    font-weight: normal;
    font-size: 12px;
    color: #7a7a7a;
    margin-bottom: 18px;
}

.item .a-list {
    display: block;
    padding-bottom: 270px;
}

.item p {
    height: 50px;
    line-height: 42px;
}

.rmb {
    font-style: normal;
    font-size: 15px;
}

.price {
    font-weight: 500;
    font-size: 18px;
    color: #000;
    float: left;
    position: relative;
}

.count:after {
    content: '折扣价';
    display: block;
    position: absolute;
    right: -60px;
    top: 10px;
    width: 50px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    background: url(../img/count.png) no-repeat center;
    /*background: #ff343e;*/
    /*border-radius: 30px;*/
}

.add-car {
    float: right;
    margin-right: 34px;
    margin-top: 4px;
    cursor: pointer;
}

.new-more {
    padding-top: 35px;
    padding-bottom: 40px;
    text-align: center;
}

.pop-more {
    padding-top: 35px;
    padding-bottom: 40px;
    text-align: center;
}

.cla-more {
    padding-top: 60px;
    text-align: center;
}

.more-p {
    user-select: none;
    margin-bottom: 12px;
}

.new-more p {
    font-size: 14px;
    color: #8c8c8c;
    cursor: pointer;
}

.pop-more p {
    font-size: 14px;
    color: #8c8c8c;
    cursor: pointer;
}

.cla-more p {
    font-size: 14px;
    color: #8c8c8c;
    cursor: pointer;
}

.act {
    width: 1400px;
    min-height: 520px;
    padding-bottom: 160px;
    margin: 0 auto;
}

.act p {
    font-size: 26px;
    color: #000;
    padding-top: 58px;
    margin-bottom: 88px;
    text-align: center;
}

.act img {
    width: 100%;
    height: 300px;
    margin-bottom: 5px;
    float: left;
}

.clear:after {
    content: '.';
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

/* 弹出添加 购物车 */
.cart-box {
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -200px;
    margin-top: -150px;
    padding-top: 18px;
    width: 400px;
    height: 288px;
    z-index: 3;
    background: #fff;
    display: none;
}

.box-01 {
    width: 400px;
    height: 120px;
    border-bottom: 1px solid #eaeaea;
}

.cart-img {
    float: left;
    margin-left: 16px;
    margin-right: 24px;
}

.cart-img img {
    width: 100px;
}

.cart-txt {
    float: left;
}

.cart-txt p {
    font-size: 16px;
    margin-bottom: 6px;
}

.cart-txt .p2 {
    color: #a2a2a2;
}

.box-02 {
    width: 400px;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #eaeaea;
}

.box-02 span {
    color: #a2a2a2;
    font-size: 16px;
    margin-left: 18px;
}

.box-02 select {
    width: 194px;
    height: 30px;
    font-size: 16px;
    background: url(../img/icon18.png) no-repeat right center;
    border: none;
    color: #888;
    text-align: right;
    outline: none;
    float: right;
    margin-right: 24px;
    margin-top: 10px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.box-03 {
    width: 400px;
    height: 50px;
    line-height: 50px;
    margin-bottom: 16px;
}

.box-03 span {
    color: #a2a2a2;
    font-size: 16px;
    margin-left: 18px;
}

.box-04 {
    float: right;
    margin-right: 34px;
    margin-top: 4px;
    width: 135px;
    height: 30px;
    font-size: 16px;
}

.box-04 .jian {
    width: 25px;
    height: 25px;
    font-size: 20px;
    display: inline-block;
    text-align: center;
    line-height: 22px;
    background: #f0f0f0;
    border-radius: 50%;
    cursor: pointer;
}

.box-04 .jia {
    width: 25px;
    height: 25px;
    font-size: 20px;
    display: inline-block;
    text-align: center;
    line-height: 25px;
    background: #f0f0f0;
    border-radius: 50%;
    cursor: pointer;
}

.box-04 .jian:hover {
    background: #ffe32a;
}

.box-04 .jia:hover {
    background: #ffe32a;
}


.box-04 .number {
    color: #666;
}

.box-05 {
    width: 400px;
    height: 50px;
}

.box-05 button {
    width: 50%;
    float: left;
    height: 50px;
    font-size: 20px;
    border: none;
    font-weight: normal;
    cursor: pointer;
}

.box-05 .cancel {
    background: #888;
    color: #fff;
}

.box-05 .sure {
    background: #ffe32a;
    color: #000;
}

.close-x {
    font-size: 26px;
    color: #c6c6c6;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.new-pic ul li a {
    display: block;
}


@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

@-webkit-keyframes bounce {
    0%, 100% {
        -webkit-transform: scale(0.0)
    }
    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes bounce {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}


/*2019 3-19 */

@media (max-width: 1400px) {
    .swiper-btns {
        bottom: 50px;
        right: 150px;
    }

    .new-pic ul li {
        float: right !important;
        width: 1600px;
        height: 588px;
        margin-right: 60px;
    }

    .new-pic ul li img {
        width: 1600px;
        height: 588px;
    }

    .index-title {
        width: 1280px;
    }

    .new-title {
        width: 1280px;
    }

    .pop-title {
        width: 1280px;
    }

    .cla-title {
        width: 1280px;
    }

    .season-title {
        width: 1280px;
    }

    .season-wrap {
        width: 1280px;
    }

    .season-pic {
        width: 1280px;
    }

    .season-pic ul {
        width: 1280px;
    }

    .pop-wrap {
        width: 1300px;
    }

    .cla-wrap {
        width: 1300px;
    }

    .pop-pic {
        width: 1280px;
    }

    .cla-pic {
        width: 1280px;
    }

    .cla-pic ul li {
        float: left;
        width: 1600px;
        height: 588px;
    }

    .new-list-wrap {
        width: 1260px;
    }

    .pop-list-wrap {
        width: 1280px;
    }

    .cla-list-wrap {
        width: 1280px;
    }

    .act {
        width: 1280px;
    }

    .act img {
        width: 100%;
    }

    .item {
        width: 374px;
        height: 395px;
        margin-bottom: 9px;
    }

    .item.center {
        margin-left: 9px;
        margin-right: 9px;
    }


    .item h4 {
        margin-bottom: 4px;
    }

    .add-car {
        margin-right: 12px;
        margin-top: 4px;
    }

    .act-lis img {
        width: 100%;
    }

    .left-arrow {
        position: absolute;
        left: -52px;
        top: 45%;
        cursor: pointer;
    }

    .right-arrow {
        position: absolute;
        right: -55px;
        top: 45%;
        cursor: pointer;
    }

}

@media (max-width: 1600px) {
    .home-banner {
        height: 530px;
    }

    .new-pic ul li {
        float: right !important;
    }

    .swiper-container {
        height: 530px;
    }
}