*{
	outline: none;
}

#main {
  background-color: #fff;
}
.commodity {
  padding-top: 6.25vw;
}
.commodity .commodity_type {
  display: flex;
  justify-content: space-between;
  background: linear-gradient(90deg, #f7dfdd, #f0fffe 100%, #d7fffb 100%, #f5fffb 100%, #f6ffef 100%, #f6feff 100%, #f3dbfe 100%);
  border-radius: 2.4479vw;
  box-shadow: 0 2.2917vw 3.5938vw 0 rgba(56, 56, 56, 0.1);
  padding: 1.5625vw 5.2083vw 2.0313vw;
}
.commodity .commodity_type .type .m_type_line {
  display: none;
}
.commodity .commodity_type .type .type_img img {
  width: 3.6458vw;
}
.commodity .commodity_type .type .type_title {
  margin-top: 1.1458vw;
}
.commodity .commodity_type .type .type_title span {
  font-size: 1.1458vw;
  color: #012c44;
}
.commodity .commodity_type .type .type_title img {
  width: 0.1042vw;
  margin-left: 5vw;
}
.commodity .commodity_type .type .type_dec {
  margin-top: 1.1458vw;
}
.commodity .commodity_type .type .type_dec span {
  font-size: 0.7813vw;
  color: #8290a7;
}
.commodity .commodity_type .type .type_dec img {
  width: 1.1979vw;
  margin-left: 0.3125vw;
}
.commodity .commodity_cont {
  margin-top: 7.8125vw;
}
.commodity .commodity_cont .commodity_box {
  padding-bottom: 5.2083vw;
}
.commodity .commodity_cont .commodity_box .commodity_title {
  position: relative;
  font-size: 2.8125vw;
  font-weight: 400;
  text-align: CENTER;
  color: #012c44;
}
.commodity .commodity_cont .commodity_box .commodity_title .commodity_load {
  position: absolute;
  cursor: pointer;
  top: 1.5625vw;
  right: 0.5208vw;
  font-size: 0.8333vw;
  font-weight: 400;
  color: #8290a7;
}
.commodity .commodity_cont .commodity_box .commodity_title .commodity_load img {
  margin-left: 0.2604vw;
  width: 1.1979vw;
}
.commodity .commodity_cont .commodity_box .commodity_all_list {
  overflow: hidden;
}
.commodity .commodity_cont .commodity_box .commodity_list {
  position: relative;
  margin-top: 2.8125vw;
  display: flex;
  justify-content: flex-start;
  transition: all 300ms;
  transform: translateX(0px);
}
.commodity .commodity_cont .commodity_box .commodity_list .merchandise {
  flex-shrink: 0;
  width: 24%;
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
}
/* .commodity .commodity_cont .commodity_box .commodity_list .merchandise:nth-child(n + 2) {
  margin-left: 1%;
} */
.commodity .commodity_cont .commodity_box .commodity_list .merchandise .clothing {
  width: 100%;
  height: 18.125vw;
  background: #f3f3f3;
  border-radius: 0.5729vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

.commodity .commodity_cont .commodity_box .commodity_list .merchandise .clothing>a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.commodity .commodity_cont .commodity_box .commodity_list .merchandise .clothing img {
  width: 80%;
}
.commodity .commodity_cont .commodity_box .commodity_list .merchandise .clothing_text .clothing_dec {
  margin-top: 0.7813vw;
  color: #8290a7;
  font-size: 0.9375vw;
  font-weight: 500;
}
.commodity .commodity_cont .commodity_box .commodity_list .merchandise .clothing_text .clothing_prc_grade {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.commodity .commodity_cont .commodity_box .commodity_list .merchandise .clothing_text .clothing_prc_grade .clothing_prc {
  margin-top: 0.6771vw;
  font-size: 1.0417vw;
}
.commodity .commodity_cont .commodity_box .commodity_list .merchandise .clothing_text .clothing_prc_grade .clothing_prc .current_prc {
  color: #ccd0da;
}
.commodity .commodity_cont .commodity_box .commodity_list .merchandise .clothing_text .clothing_prc_grade .clothing_prc .last_prc {
  margin-left: 0.8854vw;
  font-size: 1.25vw;
  color: #012c44;
}
.commodity .commodity_cont .commodity_box .commodity_list .merchandise .clothing_text .clothing_prc_grade .grade {
  display: flex;
}
.commodity .commodity_cont .commodity_box .commodity_list .merchandise .clothing_text .clothing_prc_grade .grade span {
  margin-left: 0.5208vw;
  font-size: 0.7292vw;
  color: #8290a7;
}
.commodity .commodity_cont .commodity_box .commodity_list .merchandise .clothing_text .clothing_prc_grade .grade img {
  width: 0.7292vw;
}
.commodity .commodity_cont .commodity_box .toggle_commodity {
  margin-top: 3.9063vw;
  display: flex;
  justify-content: center;
}
.commodity .commodity_cont .commodity_box .toggle_commodity .right_arrow {
  margin-left: 1.0938vw;
}
.commodity .commodity_cont .commodity_box .toggle_commodity img {
  cursor: pointer;
  width: 2.4479vw;
}
@media screen and (max-width: 750px) {
  #main {
    background-color: #fff;
    padding-top: 30px;
  }
  #main .commodity {
    padding: 0px 15px;
  }
  #main .commodity .commodity_type {
    display: flex;
    justify-content: space-between;
    background: linear-gradient(90deg, #f7dfdd, #f0fffe 100%, #d7fffb 100%, #f5fffb 100%, #f6ffef 100%, #f6feff 100%, #f3dbfe 100%);
    border-radius: 24px;
    box-shadow: 0px 22.85px 35.84px 0px rgba(56, 56, 56, 0.1);
    padding: 20px 15px;
  }
  #main .commodity .commodity_type .type {
    display: flex;
    align-items: center;
  }
  #main .commodity .commodity_type .type .m_type_line {
    display: block;
    margin-left: 10px;
  }
  #main .commodity .commodity_type .type .m_type_line img {
    width: 1px;
  }
  #main .commodity .commodity_type .type .m_type_cont {
    text-align: center;
  }
  #main .commodity .commodity_type .type .m_type_cont .type_img img {
    width: 44px;
  }
  #main .commodity .commodity_type .type .m_type_cont .type_title {
    margin-top: 10px;
  }
  #main .commodity .commodity_type .type .m_type_cont .type_title span {
    font-size: 14px;
    color: #012c44;
  }
  #main .commodity .commodity_type .type .m_type_cont .type_title img {
    display: none;
  }
  #main .commodity .commodity_type .type .m_type_cont .type_dec {
    display: none;
  }
  #main .commodity .commodity_cont {
    margin-top: 50px;
  }
  #main .commodity .commodity_cont .commodity_box {
    padding-bottom: 45px;
  }
  #main .commodity .commodity_cont .commodity_box .commodity_title {
    position: relative;
    font-size: 20px;
    font-weight: 400;
    text-align: left;
    color: #012c44;
  }
  #main .commodity .commodity_cont .commodity_box .commodity_title .commodity_load {
    position: absolute;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    font-size: 12px;
    font-weight: 400;
    color: #8290a7;
  }
  #main .commodity .commodity_cont .commodity_box .commodity_title .commodity_load img {
    margin-left: 4px;
    width: 15px;
  }
  #main .commodity .commodity_cont .commodity_box .commodity_list {
    position: relative;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #main .commodity .commodity_cont .commodity_box .commodity_list .merchandise {
    width: 48%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  #main .commodity .commodity_cont .commodity_box .commodity_list .merchandise:nth-child(n + 2) {
    margin-left: 0;
  }
  #main .commodity .commodity_cont .commodity_box .commodity_list .merchandise:nth-child(n + 3) {
    margin-top: 30px;
  }
  #main .commodity .commodity_cont .commodity_box .commodity_list .merchandise .clothing {
    width: 100%;
    min-height: 200px;
    height: auto;
    background: #f3f3f3;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #main .commodity .commodity_cont .commodity_box .commodity_list .merchandise .clothing img {
    width: 80%;
  }
  #main .commodity .commodity_cont .commodity_box .commodity_list .merchandise .clothing_text .clothing_dec {
    margin-top: 12px;
    color: #8290a7;
    font-size: 12px;
    font-weight: 500;
  }
  #main .commodity .commodity_cont .commodity_box .commodity_list .merchandise .clothing_text .clothing_prc_grade {
    margin-top: 5px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  #main .commodity .commodity_cont .commodity_box .commodity_list .merchandise .clothing_text .clothing_prc_grade .clothing_prc {
    font-size: 15px;
  }
  #main .commodity .commodity_cont .commodity_box .commodity_list .merchandise .clothing_text .clothing_prc_grade .clothing_prc .current_prc {
    color: #ccd0da;
  }
  #main .commodity .commodity_cont .commodity_box .commodity_list .merchandise .clothing_text .clothing_prc_grade .clothing_prc .last_prc {
    margin-left: 11px;
    font-size: 16px;
    color: #012c44;
  }
  #main .commodity .commodity_cont .commodity_box .commodity_list .merchandise .clothing_text .clothing_prc_grade .grade {
    display: flex;
  }
  #main .commodity .commodity_cont .commodity_box .commodity_list .merchandise .clothing_text .clothing_prc_grade .grade span {
    margin-left: 3px;
    font-size: 10px;
    color: #8290a7;
  }
  #main .commodity .commodity_cont .commodity_box .commodity_list .merchandise .clothing_text .clothing_prc_grade .grade img {
    width: 9px;
  }
  #main .commodity .commodity_cont .commodity_box .toggle_commodity {
    display: none;
  }
}
