.products_page .wrap {
    margin: 150px auto 135px;
}

.products_page .wrap .bread_line {
    position: relative;
    left: 61px;
    display: flex;
    align-items: center;
}

.products_page .wrap .bread_line a, .products_page .wrap .bread_line p {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
}

.products_page .wrap .bread_line p {
    margin: 0 7px;
}

.products_page .wrap .bread_line a:last-child {
    font-weight: bold;
}

.products_page .wrap .content {
    width: 1600px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 137px auto 0;
}

.products_page .wrap .content .img {
    width: 799px;
}

.products_page .wrap .content .img img {
    width: 100%;
}

.products_page .wrap .content .text {
    width: 713px;
}

.products_page .wrap .content .text h1 {
    font-size: 40px;
    font-weight: bold;
    color: #333333;
    position: relative;
    padding: 0 0 16px;
    margin: 0 0 20px;
}

.products_page .wrap .content .text h1:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 36px;
    height: 5px;
    background: #CF000D;
    border-radius: 3px;
}

.products_page .wrap .content .text p {
    font-size: 22px;
    font-weight: 400;
    color: #333333;
    line-height: 32px;
}

.products_page .wrap .bottom {
    width: 1250px;
    margin: 113px auto 0;
}

.products_page .wrap .bottom .title h1 {
    font-size: 40px;
    font-weight: bold;
    color: #333333;
    position: relative;
    padding: 0 0 16px;
    margin: 0 0 20px;
}

.products_page .wrap .bottom .title h1:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 36px;
    height: 5px;
    background: #CF000D;
    border-radius: 3px;
}

.products_page .wrap .bottom .title .pick {
    font-size: 18px;
    font-weight: 400;
    color: #333333;
}

.products_page .wrap .bottom .table {
    margin: 34px 0 0 0;
}

.products_page .wrap .bottom .table table {
    width: 100%;
}

.products_page .wrap .bottom .table table tr td {
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
}

.products_page .wrap .bottom .table table tr td:nth-child(2) {
    width: 27%;
}

.products_page .wrap .bottom .table table tr td:not(:first-child) {
    text-align: center;
    line-height: 65px;
}

.products_page .wrap .bottom .table table tr:nth-child(1) td, .products_page .wrap .bottom .table table tr:nth-child(2) td {
    background: #F5F5F5;
    border: 1px solid #E6E6E6;
    text-align: center;
}

.products_page .wrap .bottom .table table tr:not(:first-child, :nth-child(2)) td:first-child div {
    width: 100%;
    padding: 0 26px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width: 1920px) {
    .products_page .wrap {
        margin: 7.8125vw auto 7.03125vw;
    }

    .products_page .wrap .bread_line {
        position: relative;
        left: 3.1770833333vw;
        display: flex;
        align-items: center;
    }

    .products_page .wrap .bread_line a, .products_page .wrap .bread_line p {
        font-size: 0.8333333333vw;
        font-weight: 400;
        color: #333333;
    }

    .products_page .wrap .bread_line p {
        margin: 0 0.3645833333vw;
    }

    .products_page .wrap .bread_line a:last-child {
        font-weight: bold;
    }

    .products_page .wrap .content {
        width: 83.3333333333vw;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 7.1354166667vw auto 0;
    }

    .products_page .wrap .content .img {
        width: 41.6145833333vw;
    }

    .products_page .wrap .content .img img {
        width: 100%;
    }

    .products_page .wrap .content .text {
        width: 37.1354166667vw;
    }

    .products_page .wrap .content .text h1 {
        font-size: 2.0833333333vw;
        font-weight: bold;
        color: #333333;
        position: relative;
        padding: 0 0 0.8333333333vw;
        margin: 0 0 1.0416666667vw;
    }

    .products_page .wrap .content .text h1:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 1.875vw;
        height: 0.2604166667vw;
        background: #CF000D;
        border-radius: 0.15625vw;
    }

    .products_page .wrap .content .text p {
        font-size: 1.1458333333vw;
        font-weight: 400;
        color: #333333;
        line-height: 1.6666666667vw;
    }

    .products_page .wrap .bottom {
        width: 65.1041666667vw;
        margin: 5.8854166667vw auto 0;
    }

    .products_page .wrap .bottom .title h1 {
        font-size: 2.0833333333vw;
        font-weight: bold;
        color: #333333;
        position: relative;
        padding: 0 0 0.8333333333vw;
        margin: 0 0 1.0416666667vw;
    }

    .products_page .wrap .bottom .title h1:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 1.875vw;
        height: 0.2604166667vw;
        background: #CF000D;
        border-radius: 0.15625vw;
    }

    .products_page .wrap .bottom .title .pick {
        font-size: 0.9375vw;
        font-weight: 400;
        color: #333333;
    }

    .products_page .wrap .bottom .table {
        margin: 1.7708333333vw 0 0 0;
    }

    .products_page .wrap .bottom .table table {
        width: 100%;
    }

    .products_page .wrap .bottom .table table tr td {
        background: #FFFFFF;
        border: 0.0520833333vw solid #E6E6E6;
        font-size: 0.9375vw;
        font-weight: 400;
        color: #333333;
    }

    .products_page .wrap .bottom .table table tr td:nth-child(2) {
        width: 27%;
    }

    .products_page .wrap .bottom .table table tr td:not(:first-child) {
        text-align: center;
        line-height: 3.3854166667vw;
    }

    .products_page .wrap .bottom .table table tr:nth-child(1) td, .products_page .wrap .bottom .table table tr:nth-child(2) td {
        background: #F5F5F5;
        border: 0.0520833333vw solid #E6E6E6;
        text-align: center;
    }

    .products_page .wrap .bottom .table table tr:not(:first-child, :nth-child(2)) td:first-child div {
        width: 100%;
        padding: 0 1.3541666667vw;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}

/*# sourceMappingURL=products_page.css.map */

@media screen and (max-width: 1024px) {
  .products_page .wrap .content{
    width: 90%;
    flex-direction: column;
  }
  .products_page .wrap .content .img {
    width: 100%;
  }
  .products_page .wrap .content .text {
    width: 100%;
    margin: 35px 0 0 0;
  }
  .products_page .wrap .content .text h1{
    font-size: 20px;
  }
  .products_page .wrap .content .text p{
    font-size: 14px;
    line-height: 25px;
  }
  .products_page .wrap .bottom{
    width: 90%;
  }
  .products_page .wrap .bottom .title h1{
    font-size: 24px;
  }
  .products_page .wrap .bottom .title .pick{
    font-size: 14px;
  }
  .products_page .wrap .bottom .table table tr td{
    font-size: 12px;
  }
  .products_page .wrap .bottom .table table tr td:not(:first-child){
    line-height: 40px;
  }
}
@media screen and (max-width: 767px) {
    .products_page .wrap{
        margin: 100px auto 50px;
    }
    .products_page .wrap .bread_line a, .products_page .wrap .bread_line p{
        font-size: 13px;
    }
    .products_page .wrap .content .text h1:after,.products_page .wrap .bottom .title h1:after{
        width: 20px;
        height: 2px;
    }
    .products_page .wrap .content .text h1{
        padding: 0 0 8px;
        margin: 0 0 10px;
    }
    .products_page .wrap .content .text p {
        font-size: 13px;
        line-height: 28px;
    }
    .products_page .wrap .bottom .title h1{
        padding: 0 0 8px;
        margin: 0 0 10px;
    }
}