.products {
    padding: 38px 0 140px 0;
}

.products .wrap {
    width: 1445px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.products .wrap .side {
    width: 306px;
}

.products .wrap .side .item {
    transition: .4s;
    border-bottom: 1px solid transparent;
}

.products .wrap .side .item:not(:last-child) {
    margin: 0 0 30px;
}

.products .wrap .side .item .headline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: .6s;
    border-bottom: 1px solid transparent;
}

.products .wrap .side .item .headline p {
    font-weight: bold;
    font-size: 16px;
    color: #111111;
}

.products .wrap .side .item .headline .iconfont {
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    transition: .4s;
}

.products .wrap .side .item .select {
    overflow: hidden;
    display: none;
}

.products .wrap .side .item .select > div {
    margin: 25px 0;
}

.products .wrap .side .item .select > div .list {
    display: flex;
    align-items: center;
    cursor: pointer;
    width: fit-content;
}

.products .wrap .side .item .select > div .list:not(:last-child) {
    margin: 0 0 12px;
}

.products .wrap .side .item .select > div .list .circle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #555555;
    display: flex;
    align-items: center;
    justify-content: center;
    color: transparent;
    font-size: 14px;
    transition: .4s;
    margin: 0 10px 0 0;
}

.products .wrap .side .item .select > div .list p {
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    transition: .6s ease;
}

.products .wrap .side .item .select > div .list.on .circle {
    border: 1px solid transparent;
    background: #EC4000;
    color: #fff;
}

.products .wrap .side .item .select > div .list.on p {
    color: #EC4000;
}

.products .wrap .side .item .select > div .level .level_list {
    display: none;
}

.products .wrap .side .item .select > div .level .level_list a p {
    transition: .6s ease;
    padding: 0 0 0 30px;
}

.products .wrap .side .item .select > div .level .level_list a:hover p {
    color: #EC4000;
}

.products .wrap .side .item.on {
    border-bottom: 1px solid #CCCCCC;
}

.products .wrap .side .item.on .headline .iconfont {
    transform: rotate(-90deg);
}

.products .wrap .content {
    width: 1080px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 14px 15px;
    position: relative;
    height: fit-content;
    padding: 0 0 80px;
}

.products .wrap .content .item {
    width: 100%;
    height: auto;
    background: #FFFFFF;
    padding: 0 0 30px;
    overflow: hidden;
}

.products .wrap .content .item .img {
    width: 241px;
    height: 157px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px auto 0;
    max-width: 100%;
}

.products .wrap .content .item .img img {
    object-fit: contain;
    transition: .6s;
}

.products .wrap .content .item .text {
    margin: 54px 0 0 0;
    padding: 0 42px;
    text-align: center;
}

.products .wrap .content .item .text h1 {
    font-weight: bold;
    font-size: 18px;
    color: #444444;
    margin: 0 0 20px;
    transition: .4s;
}

.products .wrap .content .item .text .pick {
    font-weight: 500;
    font-size: 14px;
    color: #999999;
    line-height: 22px;
}

.products .wrap .content .item:hover .img img {
    transform: scale(1.05);
}

.products .wrap .content .item:hover .text h1 {
    color: #EC4000;
}

.products .wrap .content .common_paging {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.pro_menu {
  display: flex;
  align-items: center;
}
.pro_menu p {
  font-size: 14px;
  margin-right: 5px;
}
.pro_menu .sq {
  width: 12px;
  height: 12px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pro_menu .sq span {
  display: block;
  width: 5px;
  height: 5px;
  background: rgba(18, 18, 18, 0.8);
}
.pro_menu .sq span:nth-child(1),.pro_menu .sq span:nth-child(2) {
  margin-bottom: 2px;
}
.close {
  display: none;
}
.pro_menu {
    display: none;
}
@media screen and (max-width: 1920px) {
    .products {
        padding: 1.9791666667vw 0 7.2916666667vw 0;
    }

    .products .wrap {
        width: 75.2604166667vw;
        margin: auto;
        display: flex;
        justify-content: space-between;
    }

    .products .wrap .side {
        width: 15.9375vw;
    }

    .products .wrap .side .item {
        transition: .4s;
        border-bottom: 0.0520833333vw solid transparent;
    }

    .products .wrap .side .item:not(:last-child) {
        margin: 0 0 1.5625vw;
    }

    .products .wrap .side .item .headline {
        display: flex;
        align-items: center;
        justify-content: space-between;
        cursor: pointer;
        transition: .6s;
        border-bottom: 0.0520833333vw solid transparent;
    }

    .products .wrap .side .item .headline p {
        font-weight: bold;
        font-size: 0.8333333333vw;
        color: #111111;
    }

    .products .wrap .side .item .headline .iconfont {
        color: #000000;
        font-size: 1.0416666667vw;
        font-weight: bold;
        transition: .4s;
    }

    .products .wrap .side .item .select {
        overflow: hidden;
        display: none;
    }

    .products .wrap .side .item .select > div {
        margin: 1.3020833333vw 0;
    }

    .products .wrap .side .item .select > div .list {
        display: flex;
        align-items: center;
        cursor: pointer;
        width: fit-content;
    }

    .products .wrap .side .item .select > div .list:not(:last-child) {
        margin: 0 0 0.625vw;
    }

    .products .wrap .side .item .select > div .list .circle {
        width: 1.0416666667vw;
        height: 1.0416666667vw;
        border-radius: 50%;
        border: 0.0520833333vw solid #555555;
        display: flex;
        align-items: center;
        justify-content: center;
        color: transparent;
        font-size: 0.7291666667vw;
        transition: .4s;
        margin: 0 0.5208333333vw 0 0;
    }

    .products .wrap .side .item .select > div .list p {
        font-weight: 500;
        font-size: 0.7291666667vw;
        color: #000000;
        transition: .6s ease;
    }

    .products .wrap .side .item .select > div .list.on .circle {
        border: 0.0520833333vw solid transparent;
        background: #EC4000;
        color: #fff;
    }

    .products .wrap .side .item .select > div .list.on p {
        color: #EC4000;
    }

    .products .wrap .side .item .select > div .level .level_list {
        display: none;
    }

    .products .wrap .side .item .select > div .level .level_list a p {
        transition: .6s ease;
        padding: 0 0 0 1.5625vw;
    }

    .products .wrap .side .item .select > div .level .level_list a:hover p {
        color: #EC4000;
    }

    .products .wrap .side .item.on {
        border-bottom: 0.0520833333vw solid #CCCCCC;
    }

    .products .wrap .side .item.on .headline .iconfont {
        transform: rotate(-90deg);
    }

    .products .wrap .content {
        width: 56.25vw;
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 0.7291666667vw 0.78125vw;
        position: relative;
        height: fit-content;
        padding: 0 0 4.1666666667vw;
    }

    .products .wrap .content .item {
        width: 100%;
        height: auto;
        background: #FFFFFF;
        padding: 0 0 1.5625vw;
        overflow: hidden;
    }

    .products .wrap .content .item .img {
        width: 12.5520833333vw;
        height: 8.1770833333vw;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 2.6041666667vw auto 0;
        max-width: 100%;
    }

    .products .wrap .content .item .img img {
        object-fit: contain;
        transition: .6s;
    }

    .products .wrap .content .item .text {
        margin: 2.8125vw 0 0 0;
        padding: 0 2.1875vw;
        text-align: center;
    }

    .products .wrap .content .item .text h1 {
        font-weight: bold;
        font-size: 0.9375vw;
        color: #444444;
        margin: 0 0 1.0416666667vw;
        transition: .4s;
    }

    .products .wrap .content .item .text .pick {
        font-weight: 500;
        font-size: 0.7291666667vw;
        color: #999999;
        line-height: 1.1458333333vw;
    }

    .products .wrap .content .item:hover .img img {
        transform: scale(1.05);
    }

    .products .wrap .content .item:hover .text h1 {
        color: #EC4000;
    }

    .products .wrap .content .common_paging {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }
}

/*# sourceMappingURL=products.css.map */
@media screen and (max-width: 768px) {
    .products .wrap {
        width: 90%;
    }

    .products .wrap .side {
        width: 45%;
    }

    .products .wrap .side .item .headline p {
        font-size: 14px;
    }

    .products .wrap .side .item .headline .iconfont {
        font-size: 14px;
    }

    .products .wrap .side .item .select > div .list p {
        font-size: 12px;
    }

    .products .wrap .content {
        width: 100%;
        grid-template-columns: repeat(2, 1fr);
      gap: 10px;
    }

    .products .wrap .content .item .img {
        width: 80%;
        height: unset;
    }

    .products .wrap .content .item .text h1 {
        font-size: 14px;
        margin: 0 0 10px;
    }
    .products .wrap .content .item {
        padding: 0 0 15px;
    }

    .products .wrap .content .item .text .pick {
        font-size: 12px;
        line-height: 1.4;
    }

    .products .wrap .content .item .text {
        padding: 0 15px;
    }

    .products .wrap .side .item .select > div .list .circle {
      width: 12px;
      height: 12px;
      font-size: 8px;
      margin: 0 5px 0 0;
    }

    .products .wrap .side .item:not(:last-child) {
        margin: 0 0 15px;
    }

    .products {
        padding: 20px 0 40px;
    }
    .pro_menu {
      margin: 0 0 20px;
    }
    .products .wrap .side .item .select > div .list:not(:last-child) {
        margin: 0 0 10px;
    }
  .products .wrap {
    display: block;
  }
  .products .wrap .side {
    width: 85vw;
    height: 100vh;
    position: fixed;
    z-index: 100000;
    background: #FFFFFF;
    top: 0;
    left: 0;
    padding: 100px 20px 0;
    clip-path: inset(0 100% 0 0);
    transition: cubic-bezier(0.77, 0, 0.175, 1) 1.5s;
  }
  .products .wrap .side.open {
    clip-path: inset(0 0 0% 0);
  }
    .products .wrap .side .item {
        transform: translateY(20px);
        opacity: 0;
        transition: all 1s;
    }
    .products .wrap .side.open .item {
        transform: translateY(0px);
        opacity: 1;
        transition-delay: 0.6s;
    }
    .products .wrap .side .item .select > div {
    margin: 15px 0;
  }
  .close {
      position: absolute;
    top: 26px;
    font-size: 24px;
    right: 20px;
    display: block;
  }
    .pro_menu {
        display: flex;
        align-items: center;
    }
}
