.all-banner {
    height: auto;
    position: relative;
}


/* é›ªåœºè®¾å¤‡ */

.all-banner .txt {
    width: 48%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    z-index: 2;
}

.all-banner .txt h2 {
    font-size: 3.0729vw;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.5;
}

.product-con {
    width: 91%;
    height: auto;
    margin: 0 auto;
    position: relative;
    padding: 8.3333vw 0 2.5vw;
    display: flex;
}

.pr-title {
    width: 15.5208vw;
    position: absolute;
    top: -8.3333vw;
    right: -14.4791vw;
}

.pr-introduction {
    padding-top: 8.1770vw;
    width: 31.25vw;
    height: auto;
    margin-left: 9.2708vw;
}

.pr-introduction h3 {
    font-size: 1.6666vw;
    font-weight: 600;
    color: #000000;
    line-height: 1.5;
    margin-bottom: 2.8125vw;
}

.pr-introduction .introduction-title {
    height: auto;
    position: relative;
    margin-bottom: 2vw;
}

.pr-introduction .introduction-title p {
    font-size: 0.7812vw;
    font-weight: 600;
    color: #000000;
    line-height: 1.5;
    opacity: .5;
}

.pr-introduction .introduction-title .line {
    width: 8.6979vw;
    height: 2px;
    background: #676D74;
    position: absolute;
    top: 0;
    right: 0;
}

.pr-introduction .txt {
    font-size: 0.8333vw;
    font-weight: 400;
    color: #676D74;
    line-height: 1.9270vw;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.prlist-con {
    height: auto;
    background: #F4F4F4;
}

.prlist-con .product-list {
    width: 84%;
    height: auto;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.prlist-con .product-list li {
    width: 33.15%;
    height: auto;
    margin-right: .275%;
    margin-bottom: .2%;
    background: #fff;
}

.prlist-con .product-list li:nth-child(3n) {
    margin-right: 0;
}

.mob-prlist-con .product-list li {
    width: 33.15%;
    height: auto;
    margin-bottom: 0;
    background: #fff;
}

.prlist-con .in-ski-list.product-list li {
    margin-bottom: 0;
}


/* .prlist-con .product-list li {
    width: 27.6562vw;
    height: auto;
    margin: 0 0.1302vw;
} */

.prlist-con .product-list li .pic {
    width: 100%;
    /* height: 22.1354vw; */
    overflow: hidden;
    margin-bottom: 2.2916vw;
}

.prlist-con .product-list li .pic img {
    width: 100%;
    transform: scale(1);
    transition: all .6s;
}

.prlist-con .product-list li .pic img:hover {
    transform: scale(1.5);
}

.prlist-con .product-list li .txt {
    height: auto;
    box-sizing: border-box;
    padding: 0 2.6041vw 2.6041vw;
}

.prlist-con .product-list li .txt h4 {
    font-size: 1.0416vw;
    font-weight: 500;
    color: #000000;
    line-height: 2.0833vw;
    margin-bottom: 2.1666vw;
}

.prlist-con .product-list li .txt p {
    width: 85%;
    font-size: 0.7812vw;
    font-weight: 500;
    color: #000000;
    line-height: 1.5;
    opacity: .5;
}

.prlist-con .product-list li .txt .con {
    height: auto;
    position: relative;
}

.prlist-con .product-list li .txt .arrow {
    width: 0.625vw;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.prlist-con .product-list li:hover .txt h4,
.prlist-con .product-list li:hover .txt p {
    color: #fff;
}

.prlist-con .product-list li .txt .arrow.hide {
    display: none;
}

.prlist-con .product-list li:hover .txt .arrow.hide {
    display: block;
}

.prlist-con .product-list li:hover .txt .arrow.show {
    display: none;
}

.prlist-con .product-list li:hover {
    background: #75AB29;
}

.prlist-con .product-list li.bg:hover {
    background: #75AB29;
}

.prlist-con .product-list li.bg:hover .txt h4,
.prlist-con .product-list li.bg:hover .txt p {
    color: #fff;
}


/* ä¸ªäººè£…å¤‡ */

.prde-banner {
    height: auto;
}

.pr-information {
    height: auto;
    background: #F4F4F4;
    padding-bottom: 2.6041vw;
}

.pr-information .content {
    width: 78%;
    height: auto;
    margin: 0 auto;
}

.pr-information .content h3 {
    font-size: 1.6666vw;
    font-weight: 400;
    color: #000000;
    line-height: 5.0520vw;
    /* margin-top: 0.2604vw; */
    text-indent: 1.5625vw;
}

.pr-information .content .level {
    height: auto;
    display: flex;
    justify-content: space-between;
}

.pr-information .content .level .grade {
    width: 50.5208vw;
    height: auto;
    box-sizing: border-box;
    padding: 2vw 6.875vw 0 4.7916vw;
    background: #fff;
}

.pr-information .content .level .grade li {
    height: auto;
    margin-bottom: 1.0833vw;
}

.pr-information .content .level .grade li h4 {
    font-size: 1.0416vw;
    font-weight: 500;
    color: #1B1C1D;
    line-height: 1.9270vw;
    margin-bottom: 1.0416vw;
}

.grade-con {
    height: auto;
    display: flex;
}

.grade-con .list {
    height: auto;
}

.grade-con .list .con {
    height: auto;
    display: flex;
    margin-bottom: .7vw;
}

.grade-con .list .con .item {
    width: 4.0104vw;
    height: 0.3125vw;
    background: #DEDEDE;
    margin: 0 0.1302vw;
}

.grade-con .list.green .con .item {
    background: #75AB29;
}

.grade-con .list p {
    font-size: 0.7812vw;
    font-weight: 400;
    color: #676D74;
    line-height: 1.9270vw;
    text-align: center;
    position: relative;
}

.grade-con .list p span {
    display: block;
    width: 1px;
    height: 0.8854vw;
    background: #B4B4B4;
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    right: 0;
}

.parameter {
    width: 25.3645vw;
    height: auto;
}

.parameter table {
    width: 100%;
    height: auto;
}

.parameter table tr td {
    height: auto;
    padding: .9vw 1.6666vw;
    box-sizing: border-box;
    background: #fff;
    font-size: 0.8333vw;
    font-weight: 400;
    color: #676D74;
    line-height: 1.9270vw;
    vertical-align: middle;
    border-bottom: 1px solid #E6E6E6;
}

.parameter table tr td:first-child {
    font-weight: bold;
    background: #000;
    color: #fff;
    border-bottom: 1px solid #000;
}

.parameter table tr:last-child td {
    border-bottom: none;
}

.introduction-con {
    width: 100%;
    height: auto;
}

.introduction-con .tntr-txt {
    width: 70%;
    height: auto;
    margin: 0 auto;
    font-size: 0.8333vw;
    font-weight: 400;
    color: #676D74;
    line-height: 1.9270vw;
    padding: 4.4270vw 0;
}

.introduction-con .tntr-txt img{
    width: auto;
    display: inline-block;
    max-width: 100%;
}

.introduction-con .tntr-txt .txt {
    height: auto;
    display: flex;
    justify-content: space-between;
}

.introduction-con .tntr-txt h5 {
    font-size: 2.0312vw;
    font-weight: 400;
    color: #000000;
    line-height: 5.0520vw;
    margin-bottom: 0.7812vw;
}

.introduction-con .tntr-txt .txt .txt-left {
    width: 46%;
    height: auto;
}

.introduction-con .tntr-txt .txt .pic {
    width: 35%;
    height: auto;
}


/* æ»‘é›ªæ¿äº§å“ */

.prlist-con .ski-list li {
    background: #fff;
}

.prlist-con .ski-list li .pic {
    width: 100%;
    height: auto;
    margin: 0;
    overflow: hidden;
}

.prlist-con .ski-list li .pic img {
    width: 100%;
    transform: scale(1);
    transition: all .6s;
}

.prlist-con .ski-list li .pic img:hover {
    transform: scale(1.5);
}

.prlist-con .ski-list li .txt {
    padding-bottom: 4.1666vw;
}

.prlist-con .ski-list li .txt h4 {
    margin-bottom: 0;
    position: relative;
}

.prlist-con .ski-list li .txt h4 span {
    width: 85%;
    display: block;
}

.prlist-con .ski-list li .txt h4 img {
    width: 0.625vw;
    height: 0.625vw;
    position: absolute;
    top: .75vw;
    right: 0;
    /* transform: translateY(-50%); */
}

.prlist-con .ski-list li:hover .txt h4 img {
    display: none;
}

.prlist-con .ski-list li p {
    width: 85%;
    margin-bottom: 0;
}

.prlist-con .ski-list li:hover {
    background: #fff;
}

.prlist-con .ski-list li:hover .txt h4 {
    color: #000;
}

.prlist-con .ski-list li:hover .txt p {
    color: #000;
    opacity: .5;
}

.moreContent {
    text-align: center;
    font-size: 0.7291vw;
    font-weight: 400;
    color: #959595;
    line-height: 5.0520vw;
    padding: 2.3437vw 0 4.4270vw;
}


/* å“ç‰Œä»‹ç» */

.brand-introduct {
    width: 72%;
    height: auto;
    margin: 5.2083vw auto 2.6041vw;
    display: flex;
    justify-content: space-between;
}

.brand-introduct .pic {
    width: 26%;
    height: auto;
}

.brand-introduct .pic img {
    width: 100%;
}

.brand-introduct .txt {
    width: 65%;
    height: auto;
    font-size: 0.8333vw;
    font-weight: 400;
    color: #000000;
    line-height: 1.5625vw;
}

.brand-banner {
    height: auto;
    margin-bottom: 5.2083vw;
}


/* 媒体查询 */

@media screen and (max-width:834px) {
    .prlist-con {
        margin-bottom: 8.6667vw;
    }
    .prlist-con .product-list {
        padding-top: 7.3333vw;
        padding-bottom: 16vw;
    }
    .prlist-con .product-list.in-ski-list li {
        width: 100%;
        margin-bottom: 1.6vw;
    }
    .prlist-con .ski-list li .pic {
        width: 100%;
    }
    .prlist-con .ski-list li .pic img {
        width: 100%;
    }
    .prlist-con .product-list li .txt {
        padding: 0 6.9333vw 9.3333vw;
    }
    .prlist-con .product-list li .txt h4 {
        font-size: 3.7333vw;
        line-height: 1.5;
        font-weight: bold;
        margin-bottom: 1.0667vw;
    }
    .prlist-con .ski-list li .txt h4 img {
        top: .8vw;
        width: 4vw;
        height: 4vw;
    }
    .prlist-con .product-list li .txt p {
        font-size: 3.2vw;
        line-height: 1.5;
    }
    .ski-eq {
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .ski-eq li {
        width: 49.7%;
        margin-bottom: 0.8vw;
    }
    .ski-eq li .txt {
        padding: 4vw 0 3.3333vw;
    }
    .ski-eq li .txt h4 {
        font-size: 3.4667vw;
        line-height: 1.5;
        margin-bottom: 3.3333vw;
    }
    .ski-eq li .txt p {
        font-size: 2.6667vw;
        line-height: 1.5;
        margin-bottom: 2.4vw;
    }
    .prlist-con .product-list li {
        width: 100%;
        margin-bottom: 3%;
    }
    /* .prlist-con .product-list.mob-product-list {
        padding: 0;
    } */
    .mob-prlist-con {
        margin-bottom: 0;
    }
    .moreContent {
        font-size: 2.6667vw;
        line-height: 5.0520vw;
        padding: 4vw 0 6vw;
    }
    .prlist-con .product-list li .txt .arrow {
        width: 1.6vw;
    }
    .product-con {
        display: block;
        padding: 24vw 0 8vw;
    }
    .pr-title {
        width: 40.6667vw;
        top: -24vw;
        right: 0;
    }
    .pr-introduction {
        padding-top: 8.177vw;
        width: 100%;
        margin-left: 0;
    }
    .pr-introduction .introduction-title {
        padding: 4vw 0;
    }
    .pr-introduction h3 {
        font-size: 4.2667vw;
        line-height: 1.5;
    }
    .pr-introduction .introduction-title p {
        font-size: 3.4667vw;
        line-height: 2;
    }
    .pr-introduction .introduction-title .line {
        width: 23.0667vw;
        height: 1px;
        top: 0;
        left: 0;
        right: none;
    }
    .pr-introduction .txt {
        font-size: 3.4667vw;
        line-height: 1.5;
    }
    .mob-eqnav {
        width: 100%;
        height: auto;
        padding: 5.8667vw 0 4vw;
    }
    .mob-eqnav .con {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .mob-eqnav .con a {
        width: 50%;
        height: 9.3333vw;
        line-height: 9.3333vw;
        display: block;
        font-size: 3.7333vw;
        color: #fff;
        text-align: center;
        background: #777777;
    }
    .mob-eqnav .con a.active {
        background: #000;
    }
    .pr-information .content h3 {
        font-size: 6.4vw;
        line-height: 1.5;
        margin-bottom: 4vw;
    }
    .pr-information .content {
        width: 91%;
        padding: 4vw 0;
    }
    .pr-information .content .level {
        display: block;
    }
    .pr-information .content .level .grade {
        width: 100%;
        margin-bottom: 4vw;
        padding: 4.3437vw 6.875vw 3.9375vw 4.7916vw;
    }
    .pr-information .content .level .grade li {
        margin-bottom: 3.5vw;
    }
    .pr-information .content .level .grade li h4 {
        font-size: 3.7333vw;
        font-weight: bold;
        line-height: 1.5;
        margin-bottom: 3vw;
    }
    .grade-con .list .con .item {
        width: 7.8vw;
        height: 0.8vw;
        background: #DEDEDE;
        margin: 0 0.5vw;
    }
    .grade-con .list p {
        font-size: 3.2vw;
        line-height: 3;
    }
    .grade-con .list p span {
        width: 2px;
        height: 2.8854vw;
    }
    .parameter {
        width: 100%;
    }
    .parameter table tr td {
        font-size: 3.33vw;
        padding: 3.5625vw 4.6666vw;
        line-height: 1.5;
    }
    .introduction-con .tntr-txt {
        width: 91%;
        padding: 8vw 0;
    }
    .introduction-con .tntr-txt .txt {
        display: block;
        font-size: 3.2vw;
        line-height: 1.8;
    }
    .introduction-con .tntr-txt .txt .txt-left {
        width: 100%;
        margin-bottom: 6vw;
    }
    .introduction-con .tntr-txt h5 {
        font-size: 5.0667vw;
        line-height: 1.5;
        margin-bottom: 6vw;
    }
    .introduction-con .tntr-txt .txt .pic {
        width: 100%;
    }
    .brand-introduct {
        width: 91%;
        margin: 6vw auto 5vw;
        display: block;
    }
    .brand-introduct .pic {
        width: 100%;
        margin-bottom: 5vw;
    }
    .brand-introduct .txt {
        width: 100%;
        font-size: 3.33vw;
        line-height: 1.5;
    }
    .brand-introduct .txt img {
        display: inline-block;
        max-width: 100%;
        height: auto;
    }
    .all-banner .txt {
        width: 57%;
        height: auto;
        top: 67vw;
        left: 10vw;
        transform: none;
        display: block;
    }
    .ski-banner .txt {
        width: 80%;
    }
    .ab-banner .txt {
        width: 90%;
        left: 4vw;
    }
    .all-banner .txt h2 {
        font-size: 7.2vw;
        line-height: 1.5;
    }
    .skiall-banner .txt {
        width: 65%;
        top: 51vw;
    }
}