﻿@charset "utf-8";
body,
html {
    height: 100%;
    overflow: hidden;
}

.product-content {
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.product-container {
    height: 100%;
}

.product-swiper {
    width: 100%;
}

.product-container .swiper-slide {
    width: 100%;
    display: flex;
    justify-content: space-between;
    z-index: 99;
    overflow: hidden;
}

.product-container .swiper-slide-active {
    z-index: 100;
}

.product-left,
.product-right {
    width: 48%;
}
.product_des_wrap {
    margin-top: 0.3rem;
    max-height: 3.2rem;
    overflow-y: auto;
}
.product-des {
    font-size: 0.17rem;
    line-height: 2;
    color: #4e4e4e;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /*margin-top: 0.49rem;*/
    /* height: 20%; */
    /*height: 2.2rem;*/
    /*overflow-y: auto;*/
}

.product-icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /*overflow-y: auto;*/
    /*max-height: 150px;*/
    /*max-height: 1.5rem;*/
}
.product-right-block {
    margin-left: 5%;
}
.product-icons-item {
    display: flex;
    flex-direction: column;
    /*margin-left: 46px;*/
    align-items: center;
    justify-content: center;
    /*margin-top: 20px;*/
    margin: 0.2rem 0.20rem 0;
}

.product-icons-item:hover p {
    color: #e6212a;
}

.product-icons-item:hover img {
    transform: translateY(-10px);
}

/*.product-icons-item:first-child {
    margin-left: 0;
}*/

    .product-icons-item > img {
        max-height: 41px;
        width: auto;
        font-size: 0.14rem;
        transition: transform .3s;
    }

.product-icons-item>p {
    margin: 0;
    margin-top: 12px;
    font-size: 14px;
    font-weight: 400;
    color: #4e4e4e;
    display: flex;
    align-items: center;
    transition: color .3s;
}

    .product-icons-item.ahref > p::before {
        content: "";
        display: block;
        width: 16px;
        height: 16px;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url('../../../../../../../Home/Views/Home/PC/1/Themes/image/href.png');
        margin-right: 4px;
    }

.product-icons-item:hover {
    text-decoration: none;
}

.product-href {
    margin-top: 20px;
}

.product-href>a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 45px;
    font-size: 16px;
    color: #e6212a;
    background: rgba(230, 33, 42, 0);
    border: 1px solid #e6212a;
    border-radius: 23px;
    transition: all .4s;
    cursor: pointer;
}

.product-href>a:hover {
    text-decoration: none;
    background-color: #e6212a;
    color: #ffffff;
}

.product-right {
    position: relative;
    padding-bottom: 10%;
}

.product-right-block {
    width: 73.9%;
}

.product-right-block>span {
    display: block;
    width: 100%;
    padding-bottom: 78%;
    background-color: #e6212a;
}

.product-right-img {
    width: 85.6%;
    position: absolute;
    top: 8%;
    /*left: 12%;*/
    right: 0;
}

.product-right-img>span {
    display: block;
    width: 100%;
    padding-bottom: 78.4%;
    background-color: #d6d6d6;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.product-pagination {
    width: 100%;
    /*height: 14%;*/
    display: flex;
    margin-top: 5.4%;
}

.product-pagination-item {
    width: 25%;
    height: 100%;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    /*padding: 0 4%;*/
    box-sizing: border-box;
    transition: all .4s;
    cursor: pointer;
}

.pagination-item-icon {
    display: block;
    width: 1.54rem;
    height: 0.9rem;
    background-position: 0 0.9rem;
    background-size: 3.08rem 1.8rem;
    /*background-position: 0 6%;*/
    /*margin-right: 12%;*/
}

.product-pagination-item.active .pagination-item-icon {
    /*background-position: 0 96%;*/
    background-position: 1.54rem -0.9rem;
}
.pagination-item-text {
    flex: 1;
    min-width: 1px;
    display: flex;
    flex-direction: column;
}

.item-text-name {
    font-size: 16px;
    font-weight: 700;
    color: #4e4e4e;
    transition: color .4s;
}

.item-text-word {
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    transition: color .4s;
    height: 44px;
}

.product-pagination-item.active {
    height: calc(100% + 0.28rem);
    margin-top: -0.14rem;
    background-color: #e6212a;
    box-shadow: 0px 10px 20px 0px rgba(230, 33, 42, 0.35);
}

.product-pagination-item.active .item-text-name {
    color: #ffffff;
}

.product-pagination-item.active .item-text-word {
    color: #ffffff;
}
.product-cover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 500;
    opacity: 0;
    display: none;
}
.product-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 370px;
    padding: 10px;
    background: #fff;
    transition: all ease-in-out 100ms;
    -webkit-transition: all ease-in-out 100ms;
    -moz-transition: all ease-in-out 100ms;
    -o-transition: all ease-in-out 100ms;
    -ms-transition: all ease-in-out 100ms;
    z-index: 501;
    display: none;
}
.product-popup-close {
    width: 15px;
    height: 15px;
    background: url('../../../../../../../Home/Views/Home/PC/1/Themes/image/icon.png') no-repeat -61px -618px;
    cursor: pointer;
    float: right;
}
.product-popup-info {
    margin: 15px auto;
    width: 340px;
    height: 180px;
}
.info-text {
    width: 100%;
    height: 25px;
    font-size: 16px;
    color: #989899;
}
.info-mobie {
    width: 100%;
    height: 41px;
    margin-top: 5px;
    display: flex;
    align-items: flex-end;
}
.mobile-input {
    width: 219px;
    height: 40px;
    border-bottom: 1px #757575 solid;
    display: flex;
    align-items: center;
}
.mobile-input.error{
    border-bottom: 1px solid #d90000;
}
    .mobile-input > input {
        margin-top: 16px;
        width: 200px;
        height: 20px;
        outline: 0;
        border: 0;
        padding: 0;
        margin: 0;
        font-size: 14px;
    }
.mobile-btn {
    width: 120px;
    height: 36px;
    color: #fff;
    border-color: #d90000;
    background: #d90000;
    transition: all ease-in-out 400ms;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    border-radius: 5px;
    white-space: nowrap;
    display:flex;
    align-items: center;
    justify-content: center;
}
.info-onlie {
    width: 100%;
    height: 65px;
    margin-top: 47px;
}
.online-text {
    width: 100%;
    height: 25px;
    font-size: 16px;
    color: #757575;
}
.online-btn {
    width: 100%;
    height: 38px;
    line-height: 38px;
    text-align: center;
    margin-top: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    cursor: pointer;
    color: #fff;
    border-color: #d90000;
    background: #d90000;
    font-size: 14px;
    font-weight: 400;
    transition: all ease-in-out 400ms;
}
.product-popup-success {
    width: 80%;
    margin: 35px auto;
    text-align: center;
    display: none;
    opacity: 0;
    transition: all .4s;
}
.success-title {
    position: relative;
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 28px;
    color: #808080;
}
.success-title:before{
    position: absolute;
    top: 0px;
    left: 20px;
    content: "——";
    color: rgb(128, 128, 128);
} 
.success-title:after{
    position: absolute;
    top: 0px;
    right: 20px;
    content: "——";
    color: rgb(128, 128, 128);
}
.success-txt {
    width: 100%;
    height: 30px;
    font-size: 20px;
    line-height: 30px;
    margin-top: 10px;
    color: #000000;
    font-weight: 100;
}
.success-btn {
    width: 170px;
    height: 38px;
    background: #f23535;
    text-align: center;
    line-height: 38px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
}
.layui-layer-btn {
    height: 45px;
}

    .layui-layer-btn a {
        font-size: 14px;
    }
@media (min-width: 768px) and (max-width: 1199px) {
    /* .product-container {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    } */
    .product-row {
        margin-top: 0;
    }

    .product-des {
        font-size: 12px;
        /*height: 73px;*/
    }

    .item-text-word {
        font-size: 12px;
        height: 33px;
        line-height: 16px;
    }
}

@media (min-width: 1200px) and (max-width: 1439px) {
    /* .product-container {
        width: 96.4%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    } */

    .product-row {
        margin-top: 0;
    }
}

@media (min-width: 1440px) and (max-width: 1599px) {
    .product-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .product-row {
        margin-top: 0;
    }
}

@media (min-width: 1600px) {}

@media (min-width: 1920px) {}

@media (min-width: 1600px) and (max-width:1919px) and (max-height: 789px) {
    .product-right {
        width: 35%;
    }

    .product-des {
        margin-top: 20px;
    }

    .product-icons {
        margin-top: 20px;
    }

    .product-href {
        margin-top: 20px;
    }

    .product-pagination {
        width: 100%;
        height: 12%;
        display: flex;
        margin-top: 2.4%;
    }
}

@media (max-height: 789px) {
    .product-pagination {
        margin-top: 3.4%;
    }
}

@media (min-width: 1920px) and (max-height: 1079px) {
    .product-pagination {
        margin-top: 3%;
    }
}

@media (min-width: 1600px) and (max-width:1919px) and (max-height: 970px) {
    .product_des_wrap{
        max-height: 3rem;
    }
    .product-des {
        /*height: 1.08rem;*/
        font-size: 0.14rem;
        /*margin-top: 0.49rem;*/
        word-break: break-all;
    }

    .product-icons {
        margin-top: 0.43rem;
    }

    .product-href {
        margin-top: 0.5rem;
    }

    .product-icons-item {
        margin-left: 0.46rem;
    }

    .product-icons-item>img {
        max-width: 0.41rem;
    }

    .product-icons-item>p {
        font-size: 0.12rem;
        margin-top: 0.12rem;
    }

    .product-icons-item.ahref>p::before {
        width: 0.16rem;
        height: 0.16rem;
    }

    .product-href>a {
        width: 1.5rem;
        height: 0.45rem;
        border-radius: 0.23rem;
    }

    .product-left {
        width: 45%;
    }

    .product-right {
        width: 40%;
    }

    .product-pagination {
        margin-top: 0.3rem;
    }

    .product-pagination-item {
        height: 1.3rem;
    }

    .product-pagination-item.active {
        height: 1.58rem;
    }
}

@media (max-width: 1919px) {
    .product-container {
        height: auto;
    }

    /* .product-left .product-des {
        font-size: 0.14rem;
        margin-top: 0.49rem;
    } */

    .product-left .product-icons {
        margin-top: 0.43rem;
    }

    .product-left .product-href {
        margin-top: 0.5rem;
    }

    .product-left .product-icons-item>img {
        max-width: 0.41rem;
    }

    .product-left .product-icons-item>p {
        margin-top: 0.12rem;
        font-size: 0.14rem;
    }

    .product-left .product-icons-item {
        margin-left: 0.46rem;
    }

    .product-href>a {
        width: 1.5rem;
        height: 0.45rem;
        font-size: 0.16rem;
        border-radius: 0.23rem;
    }

    .product-left .product-icons-item:first-child {
        margin-left: 0;
    }

    .product-pagination-item {
        height: 1.3rem;
    }

    .pagination-item-icon {
        /*width: 0.53rem;
        height: 0.47rem;*/
    }

    .item-text-name {
        font-size: 0.16rem;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    /* .item-text-word {
        font-size: 14px;
        height: 40px;
    } */

    .product-pagination-item.active {
        height: 1.58rem;
        margin-top: -0.14rem;
    }

    .product-right {
        padding-bottom: 9%;
    }

    .product-pagination {
        margin-top: 0;
        /*height: 1.58rem;*/
    }

    /* .product-pagination{
        height: 1.58rem;
    } */
}

@media (min-width: 768px) and (max-width: 1199px) {}

@media (min-width: 1200px) and (max-width: 1439px) {}

@media (min-width: 1440px) and (max-width: 1599px) {}


/*修改*/
.__product_pagination_item {
    width: 16.6666%;
    height: 1.3rem;
    background-color: #ffffff;
    /* transition: all 1s; */
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.__style_item {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.__style_item_img {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.__style1_item {
    /* transition: all 1s; */
}

    .__style1_item > span {
        width: 0.5rem;
        height: 0.5rem;
        display: block;
        background-position: center center;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .__style1_item > p {
        width: 100%;
        padding: 0 0.1rem;
        box-sizing: border-box;
        font-size: 0.22rem;
        font-weight: 400;
        text-align: center;
        color: #333333;
        margin-top: 0.1rem;
    }

.__style2_item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    position: absolute;
    top: 0;
    left: 0.6rem;
    right: 0.6rem;
    bottom: 0;
    width: auto;
    z-index: -1;
    opacity: 0;
    transition: all 1s;
    display: none;
}

.__style2_img {
    width: 0.8rem;
    height: 0.8rem;
    display: block;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateX(-100%);
    transition: all 0.5s;
}

.__style2_info {
    flex: 1;
    min-width: 2px;
    margin-left: 0.34rem;
    transform: translateX(100%);
    transition: all 0.5s;
}

.__info_t {
    font-size: 0.24rem;
    font-weight: 700;
    color: #ffffff;
    line-height: 0.3rem;
    margin-bottom: 0.05rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.__info_d {
    font-size: 0.14rem;
    font-weight: 400;
    color: #ffffff;
    /*margin-top: 0.05rem;*/
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.__product_pagination_item:nth-child(1) .__style1_item > span {
    background-image: url(/Areas/Home/Views/Home/PC/1/Themes/image/small_icon1.png);
}

.__product_pagination_item:nth-child(1) .__style2_img {
    background-image: url(/Areas/Home/Views/Home/PC/1/Themes/image/icon1.png);
}

.__product_pagination_item:nth-child(2) .__style1_item > span {
    background-image: url(/Areas/Home/Views/Home/PC/1/Themes/image/small_icon2.png);
}

.__product_pagination_item:nth-child(2) .__style2_img {
    background-image: url(/Areas/Home/Views/Home/PC/1/Themes/image/icon2.png);
}

.__product_pagination_item:nth-child(3) .__style1_item > span {
    background-image: url(/Areas/Home/Views/Home/PC/1/Themes/image/small_icon3.png);
}

.__product_pagination_item:nth-child(3) .__style2_img {
    background-image: url(/Areas/Home/Views/Home/PC/1/Themes/image/icon3.png);
}

.__product_pagination_item:nth-child(4) .__style1_item > span {
    background-image: url(/Areas/Home/Views/Home/PC/1/Themes/image/small_icon4.png);
}

.__product_pagination_item:nth-child(4) .__style2_img {
    background-image: url(/Areas/Home/Views/Home/PC/1/Themes/image/icon4.png);
}

.__product_pagination_item:nth-child(5) .__style1_item > span {
    background-image: url(/Areas/Home/Views/Home/PC/1/Themes/image/small_icon5.png);
}

.__product_pagination_item:nth-child(5) .__style2_img {
    background-image: url(/Areas/Home/Views/Home/PC/1/Themes/image/icon5.png);
}

.__product_pagination_item:nth-child(6) .__style1_item > span {
    background-image: url(/Areas/Home/Views/Home/PC/1/Themes/image/small_icon6.png);
}

.__product_pagination_item:nth-child(6) .__style2_img {
    background-image: url(/Areas/Home/Views/Home/PC/1/Themes/image/icon6.png);
}

.__product_pagination_item.animateStyle {
    background-color: #e6212a;
}

    .__product_pagination_item.animateStyle .__style2_item {
        z-index: 9;
        opacity: 1;
        display: flex;
    }

    .__product_pagination_item.animateStyle .__style1_item {
        opacity: 0;
    }

.__product_pagination_item.animateStyle1 .__style2_img {
    transform: translateX(0);
}

.__product_pagination_item.animateStyle1 .__style2_info {
    transform: translateX(0);
}

@media (min-width: 1920px){
    .product-pagination{
        margin-top: 2%;
    }   
}
@media (min-width: 2560px) {
    .product-pagination {
        margin-top: 15%;
    }
}