/* PCç«¯é€‚é… */

body {
    background: #f7f7f7;
}

.product-container .product-banner {
    position: relative;
}

.product-container .product-banner img {
    width: 100%;
}

.product-container .product-banner .text {
    color: #fff;
    font-size: 48px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.product-container .product-content {
    margin-top: 80px;
    /*background: #f7f7f7;*/
}

.product-content .content-list {
    display: table;
    margin: 0 auto;
}

.product-content .content-list li {
    display: table-cell;
    text-align: center;
    padding-right: 40px;
}

.product-content .content-list li:last-pf-type {
    padding-right: 0;
}

.product-content .content-list li a {
    display: block;
    color: #666;
    font-size: 14px;
    padding-bottom: 8px;
}

.product-content .content-list li a.active {
    color: #007cba;
    border-bottom: 2px solid #007cba;
}

.product-container .product-list {
    width: 100%;
    margin-top: 30px;
    padding: 0 20px 80px;
    box-sizing: border-box;
}

.product-container .product-list .list-item {
    /*width: 25%;*/
    width: calc((100% - 30px)/4);
    width: -moz-calc((100% - 30px)/4);
    width: -webkit-calc((100% - 30px)/4);
    margin-right: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
    float: left;
    background: #fff;
    box-shadow: 0px 1px 3px 0px rgba(28, 41, 47, .08);
    transition: all .25s linear;
    position: relative;
    z-index: 20;
}


/*.list-item .activity {
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
    background: url(/assets/images/product/new_bg@2x.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: 20px;
    right: 20px;
}*/


/*.list-item .moon_4g {
    width: 62px;
    !*height: 45px;*!
    position: absolute;
    top: 20px;
    right: 20px;
}*/

.list-item .moon_4g img {
    width: 100%;
}

.list-item .img {
    width: 100%;
    padding: 80px 15% 0;
    box-sizing: border-box;
}

.list-item .activity-new {
    width: 64px;
    height: 32px;
    color: #fff;
    font-size: 12px;
    letter-spacing: 2px;
    text-align: center;
    line-height: 32px;
    background-color: #24b510;
    background-size: cover;
    position: absolute;
    top: 0px;
    right: 0px;
}

.list-item .activity-hot {
    width: 64px;
    height: 32px;
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    text-align: center;
    line-height: 32px;
    background-color: #ffae00;
    background-size: cover;
    position: absolute;
    top: 0px;
    right: 0px;
}

.list-item .activity-moon_4g {
    width: 64px;
    height: 32px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 32px;
    background-color: #40a1d9;
    background-size: cover;
    position: absolute;
    top: 0px;
    right: 0px;
}

.list-item .img a {
    display: block;
}

.list-item .img a img {
    width: 100%;
    margin: 0 auto;
}

.product-list .list-item .item-info {
    width: 100%;
    text-align: center;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 40px;
    margin-top: 60px;
    box-sizing: border-box;
    position: relative;
}

.list-item .item-info .title {
    display: block;
    color: #000;
    font-size: 18px;
}

.list-item .item-info .text {
    color: #a4a4a4;
    font-size: 14px;
    line-height: 16px;
    min-height: 16px;
    margin-top: 16px;
    margin-bottom: 16px;
}

.list-item .item-info .title,
.list-item .item-info .text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-item .item-info .price {
    color: #007cba;
    font-size: 16px;
    line-height: 40px;
}


/*éžä¸­æ–‡çŠ¶æ€æ·»åŠ æ ·å¼*/

.list-item .item-info .btn-wrap-en {
    font-size: 0;
    display: block;
    /*opacity: 0;
    transition: all .25s;*/
}

.list-item .item-info .btn-wrap-en .btn {
    width: 38%;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    box-sizing: border-box;
    color: #007cba;
    font-size: 16px;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #007cba;
}

.list-item .item-info .btn-wrap-en .btn.buy {
    color: #fff;
    background: #007cba;
}

.list-item .item-info .btn-wrap-en .btn:first-of-type {
    margin-right: 10px;
}


/*ä¸­æ–‡ä¸‹çš„æ ·å¼*/

.list-item .item-info .btn-wrap {
    font-size: 0;
    display: none;
    /*opacity: 0;
    transition: all .25s;*/
}

.list-item .item-info .btn-wrap .btn {
    width: 38%;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    box-sizing: border-box;
    color: #007cba;
    font-size: 16px;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #007cba;
}

.list-item .item-info .btn-wrap .btn.buy {
    color: #fff;
    background: #007cba;
}

.list-item .item-info .btn-wrap .btn:first-of-type {
    margin-right: 10px;
}


/* å“åº”å¼æŽ§åˆ¶ */

@media screen and (min-width: 900px) {
    /* æ¯ä¸ªäº§å“å—hoveræ—¶çš„æ ·å¼ */
    .product-list .list-item:hover {
        box-shadow: 0px 4px 20px 0px rgba(28, 41, 47, .16);
        transform: translateY(-5px);
    }
    .product-list .list-item:hover .price {
        display: none;
    }
    .product-list .list-item:hover .btn-wrap {
        display: block;
    }
    .product-container .product-list .list-item {
        /*width: 33.33%;*/
        width: calc((100% - 20px)/3);
        width: -moz-calc((100% - 20px)/3);
        width: -ms-calc((100% - 20px)/3);
        width: -webkit-calc((100% - 20px)/3);
    }
    .product-container .product-list .list-item:nth-of-type(3n) {
        margin-right: 0;
    }
}

@media screen and (min-width: 1200px) {
    .product-container .product-list .list-item {
        /*width: 25%;*/
        width: calc((100% - 30px)/4);
        width: -moz-calc((100% - 30px)/4);
        width: -ms-calc((100% - 30px)/4);
        width: -webkit-calc((100% - 30px)/4);
    }
    .product-container .product-list .list-item:nth-of-type(3n) {
        margin-right: 10px;
    }
    .product-container .product-list .list-item:nth-of-type(4n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 899px) {
    .product-container {
        margin-top: 60px;
    }
    .product-container .product-content {
        margin-top: 40px;
        overflow: hidden;
    }
    .product-content .content-list {
        display: block;
        min-width: 650px;
        margin: 0;
    }
    .product-content .content-list li {
        display: block;
        float: left;
        line-height: 18px;
        padding-left: 12px;
        padding-right: 12px;
    }
    /*.product-content .content-list li:nth-of-type(1) {
        width: 30px;
    }
    .product-content .content-list li:nth-of-type(2) {
        width: 84px;
    }
    .product-content .content-list li:nth-of-type(3) {
        width: 120px;
    }
    .product-content .content-list li:nth-of-type(4) {
        width: 64px;
    }
    .product-content .content-list li:nth-of-type(5) {
        width: 30px;
    }*/
    .product-container .product-list {
        padding: 0 5px 40px;
        margin-top: 20px;
    }
    .product-container .product-list a.list-a {
        display: block;
    }
    .product-container .product-list .list-item {
        /*width: 50%;*/
        margin-right: 5px;
        margin-bottom: 5px;
        width: calc((100% - 5px)/2);
        width: -moz-calc((100% - 5px)/2);
        width: -ms-calc((100% - 5px)/2);
        width: -webkit-calc((100% - 5px)/2);
    }
    .product-container .product-list .list-item:nth-of-type(2n) {
        margin-right: 0;
    }
    /*    .list-item .activity {
        width: 34px;
        height: 34px;
        line-height: 34px;
        font-size: 12px;
        top: 10px;
        right: 10px;
    }*/
    .list-item .activity-new {
        width: 48px;
        height: 24px;
        color: #fff;
        font-size: 12px;
        letter-spacing: 2px;
        text-align: center;
        line-height: 24px;
        background-color: #24b510;
        background-size: cover;
        position: absolute;
        top: 0px;
        right: 0px;
    }
    .list-item .activity-hot {
        width: 48px;
        height: 24px;
        color: #fff;
        font-size: 12px;
        letter-spacing: 1px;
        text-align: center;
        line-height: 24px;
        background-color: #ffae00;
        background-size: cover;
        position: absolute;
        top: 0px;
        right: 0px;
    }
    .list-item .activity-moon_4g {
        width: 48px;
        height: 24px;
        color: #fff;
        font-size: 12px;
        text-align: center;
        line-height: 24px;
        background-color: #40a1d9;
        background-size: cover;
        position: absolute;
        top: 0px;
        right: 0px;
    }
    .list-item .moon_4g {
        width: 34px;
        top: 10px;
        right: 10px;
    }
    .list-item .img {
        padding: 40px 10% 0;
    }
    .product-list .list-item .item-info {
        margin-top: 20px;
        padding-bottom: 20px;
    }
    .list-item .item-info .title {
        font-size: 14px;
    }
    .list-item .item-info .text {
        font-size: 12px;
        margin-top: 8px;
        margin-bottom: 12px;
    }
    .list-item .item-info .price {
        line-height: 20px;
    }
    .product-container .product-banner .text {
        font-size: 35px;
        width: 100%;
        text-align: center;
    }
    .list-item .item-info .price-en {
        display: none;
        /* height: 90px; */
    }
    .list-item .item-info .btn-wrap-en {
        position: relative;
        min-height: 40px;
    }
    .list-item .item-info .btn-wrap-en .block {
        display: block;
        width: 100%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .list-item .item-info .btn-wrap-en .btn:first-of-type {
        margin: auto;
    }
    .list-item .item-info .btn-wrap-en .block .learn-more {
        display: none;
    }
    .list-item .item-info .btn-wrap-en .btn {
        display: block;
        font-size: 12px;
        width: 50%;
        height: 26px;
        line-height: 23px;
        margin: auto;
    }
}