.shopping_ {
  padding: 55px 0 112px 0; }

.shopping_ .wrap {
  background: #fff;
  padding: 40px 31px 18px 31px; }

.shopping_ .wrap .title {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.shopping_ .wrap .title .headline {
  padding: 0 0 0 15px; }

.shopping_ .wrap .title .headline h1 {
  font-weight: 800;
  font-size: 24px;
  color: #111111;
  margin: 0 0 8px;
  position: relative; }

.shopping_ .wrap .title .headline h1:after {
  content: '';
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 23px;
  background: #EC4000;
  position: absolute; }

.shopping_ .wrap .title .headline p {
  font-weight: 400;
  font-size: 16px;
  color: #666666; }

.shopping_ .wrap .title .r_more {
  display: flex;
  align-items: center; }

.shopping_ .wrap .title .r_more .list {
  width: 142px;
  height: 45px;
  border: 1px solid #D9D9D9;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .4s; }

.shopping_ .wrap .title .r_more .list:not(:last-child) {
  margin: 0 20px 0 0; }

.shopping_ .wrap .title .r_more .list:not(:last-child) .iconfont {
  font-size: 18px; }

.shopping_ .wrap .title .r_more .list .iconfont {
  color: #333333;
  font-size: 22px;
  margin: 0 13px 0 0;
  transition: .4s; }

.shopping_ .wrap .title .r_more .list p {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  transition: .4s; }

.shopping_ .wrap .title .r_more .list:hover {
  border: 1px solid #EC4000; }

.shopping_ .wrap .title .r_more .list:hover .iconfont {
  color: #EC4000; }

.shopping_ .wrap .title .r_more .list:hover p {
  color: #EC4000; }

.shopping_ .wrap .content {
  margin: 30px 0 0 0; }

.shopping_ .wrap .content table {
  width: 100%; }

.shopping_ .wrap .content table tr {
  border: 1px solid #EDEDED; }

.shopping_ .wrap .content table tr th {
  height: 60px;
  background: #F5F6F7;
  font-weight: bold;
  font-size: 16px;
  color: #333333; }

.shopping_ .wrap .content table tr th:nth-child(1) {
  width: 150px; }

.shopping_ .wrap .content table tr th:nth-child(2) {
  width: 285px;
  text-align: left; }

.shopping_ .wrap .content table tr th .flex {
  display: flex;
  align-items: center; }

.shopping_ .wrap .content table tr th .flex .border {
  width: 20px;
  height: 20px;
  background: #FFFFFF;
  border-radius: 3px;
  border: 1px solid #EDEDED;
  color: transparent;
  transition: .4s;
  font-size: 14px;
  margin: 0 10px 0 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center; }

.shopping_ .wrap .content table tr th .flex .border.on {
  background: #EC4000;
  border: 1px solid #EC4000;
  color: #fff; }

.shopping_ .wrap .content table tr td {
  height: 112px;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  color: #111111; }

.shopping_ .wrap .content table tr td:nth-child(1) {
  width: 150px; }

.shopping_ .wrap .content table tr td:nth-child(1) .border {
  margin: 0 0 0 20px; }

.shopping_ .wrap .content table tr td:nth-child(2) {
  width: 285px; }

.shopping_ .wrap .content table tr td .border {
  width: 20px;
  height: 20px;
  background: rgba(236, 64, 0, 0);
  border-radius: 3px;
  border: 1px solid #EDEDED;
  color: transparent;
  transition: .4s;
  font-size: 14px;
  margin: auto;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center; }

.shopping_ .wrap .content table tr td .border.on {
  background: #EC4000;
  border: 1px solid #EC4000;
  color: #fff; }

.shopping_ .wrap .content table tr td .remove {
  font-weight: 500;
  font-size: 16px;
  color: #999999;
  cursor: pointer;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .6s; }

.shopping_ .wrap .content table tr td .remove:hover {
  color: #EC4000; }

.shopping_ .wrap .content table tr td .flex {
  display: flex;
  align-items: center; }

.shopping_ .wrap .content table tr td .flex .img {
  width: 72px;
  height: 72px;
  background: #FFFFFF;
  border: 1px solid #EDEDED;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 22px 0 0; }

.shopping_ .wrap .content table tr td .flex .img img {
  max-width: 70%;
  max-height: 70%;
  object-fit: contain; }

.shopping_ .wrap .content table tr td .flex p {
  font-weight: 500;
  font-size: 16px;
  color: #111111; }

.shopping_ .wrap .content .other {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0 0 27px;
  margin: 20px 0 0 0;
  position: relative; }

.shopping_ .wrap .content .other:after {
  content: '';
  position: absolute;
  width: 1445px;
  height: 1px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #EDEDED; }

.shopping_ .wrap .content .other .l {
  display: flex;
  align-items: center; }

.shopping_ .wrap .content .other .l .select_all {
  display: flex;
  align-items: center;
  cursor: pointer; }

.shopping_ .wrap .content .other .l .select_all .border {
  width: 20px;
  height: 20px;
  background: rgba(236, 64, 0, 0);
  border-radius: 3px;
  border: 1px solid #EDEDED;
  color: transparent;
  transition: .4s;
  font-size: 14px;
  margin: 0 10px 0 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center; }

.shopping_ .wrap .content .other .l .select_all p {
  font-weight: 400;
  font-size: 16px;
  color: #333333; }

.shopping_ .wrap .content .other .l .select_all.on .border {
  background: #EC4000;
  border: 1px solid #EC4000;
  color: #fff; }

.shopping_ .wrap .content .other .l .remove_select {
  margin: 0 0 0 33px;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  cursor: pointer; }

.shopping_ .wrap .content .other .r {
  display: flex;
  align-items: center; }

.shopping_ .wrap .content .other .r .text {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  display: flex;
  align-items: center;
  margin: 0 62px 0 0; }

.shopping_ .wrap .content .other .r .text .num {
  font-size: 22px;
  color: #EC4000;
  display: inline-block;
  font-weight: bold;
  margin: 0 5px 0 0; }

.shopping_ .wrap .content .other .r .verify {
  width: 130px;
  height: 43px;
  background: #EC4000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  cursor: pointer;
  transition: .4s;
  border: 1px solid transparent; }

.shopping_ .wrap .content .other .r .verify:hover {
  background: transparent;
  border: 1px solid #EC4000;
  color: #EC4000; }

@media screen and (max-width: 1920px) {
  .shopping_ {
    padding: 2.8645833333vw 0 5.8333333333vw 0; }

  .shopping_ .wrap {
    background: #fff;
    padding: 2.0833333333vw 1.6145833333vw 0.9375vw 1.6145833333vw; }

  .shopping_ .wrap .title {
    display: flex;
    align-items: center;
    justify-content: space-between; }

  .shopping_ .wrap .title .headline {
    padding: 0 0 0 0.78125vw; }

  .shopping_ .wrap .title .headline h1 {
    font-weight: 800;
    font-size: 1.25vw;
    color: #111111;
    margin: 0 0 0.4166666667vw;
    position: relative; }

  .shopping_ .wrap .title .headline h1:after {
    content: '';
    left: -0.78125vw;
    top: 50%;
    transform: translateY(-50%);
    width: 0.2083333333vw;
    height: 1.1979166667vw;
    background: #EC4000;
    position: absolute; }

  .shopping_ .wrap .title .headline p {
    font-weight: 400;
    font-size: 0.8333333333vw;
    color: #666666; }

  .shopping_ .wrap .title .r_more {
    display: flex;
    align-items: center; }

  .shopping_ .wrap .title .r_more .list {
    width: 7.3958333333vw;
    height: 2.34375vw;
    border: 0.0520833333vw solid #D9D9D9;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .4s; }

  .shopping_ .wrap .title .r_more .list:not(:last-child) {
    margin: 0 1.0416666667vw 0 0; }

  .shopping_ .wrap .title .r_more .list:not(:last-child) .iconfont {
    font-size: 0.9375vw; }

  .shopping_ .wrap .title .r_more .list .iconfont {
    color: #333333;
    font-size: 1.1458333333vw;
    margin: 0 0.6770833333vw 0 0;
    transition: .4s; }

  .shopping_ .wrap .title .r_more .list p {
    font-weight: 400;
    font-size: 0.8333333333vw;
    color: #333333;
    transition: .4s; }

  .shopping_ .wrap .title .r_more .list:hover {
    border: 0.0520833333vw solid #EC4000; }

  .shopping_ .wrap .title .r_more .list:hover .iconfont {
    color: #EC4000; }

  .shopping_ .wrap .title .r_more .list:hover p {
    color: #EC4000; }

  .shopping_ .wrap .content {
    margin: 1.5625vw 0 0 0; }

  .shopping_ .wrap .content table {
    width: 100%; }

  .shopping_ .wrap .content table tr {
    border: 0.0520833333vw solid #EDEDED; }

  .shopping_ .wrap .content table tr th {
    height: 3.125vw;
    background: #F5F6F7;
    font-weight: bold;
    font-size: 0.8333333333vw;
    color: #333333; }

  .shopping_ .wrap .content table tr th:nth-child(1) {
    width: 7.8125vw; }

  .shopping_ .wrap .content table tr th:nth-child(2) {
    width: 14.84375vw;
    text-align: left; }

  .shopping_ .wrap .content table tr th .flex {
    display: flex;
    align-items: center; }

  .shopping_ .wrap .content table tr th .flex .border {
    width: 1.0416666667vw;
    height: 1.0416666667vw;
    background: #FFFFFF;
    border-radius: 0.15625vw;
    border: 0.0520833333vw solid #EDEDED;
    color: transparent;
    transition: .4s;
    font-size: 0.7291666667vw;
    margin: 0 0.5208333333vw 0 1.0416666667vw;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center; }

  .shopping_ .wrap .content table tr th .flex .border.on {
    background: #EC4000;
    border: 0.0520833333vw solid #EC4000;
    color: #fff; }

  .shopping_ .wrap .content table tr td {
    height: 5.8333333333vw;
    text-align: center;
    font-weight: 500;
    font-size: 0.8333333333vw;
    color: #111111; }

  .shopping_ .wrap .content table tr td:nth-child(1) {
    width: 7.8125vw; }

  .shopping_ .wrap .content table tr td:nth-child(1) .border {
    margin: 0 0 0 1.0416666667vw; }

  .shopping_ .wrap .content table tr td:nth-child(2) {
    width: 14.84375vw; }

  .shopping_ .wrap .content table tr td .border {
    width: 1.0416666667vw;
    height: 1.0416666667vw;
    background: rgba(236, 64, 0, 0);
    border-radius: 0.15625vw;
    border: 0.0520833333vw solid #EDEDED;
    color: transparent;
    transition: .4s;
    font-size: 0.7291666667vw;
    margin: auto;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center; }

  .shopping_ .wrap .content table tr td .border.on {
    background: #EC4000;
    border: 0.0520833333vw solid #EC4000;
    color: #fff; }

  .shopping_ .wrap .content table tr td .remove {
    font-weight: 500;
    font-size: 0.8333333333vw;
    color: #999999;
    cursor: pointer;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .6s; }

  .shopping_ .wrap .content table tr td .remove:hover {
    color: #EC4000; }

  .shopping_ .wrap .content table tr td .flex {
    display: flex;
    align-items: center; }

  .shopping_ .wrap .content table tr td .flex .img {
    width: 3.75vw;
    height: 3.75vw;
    background: #FFFFFF;
    border: 0.0520833333vw solid #EDEDED;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 1.1458333333vw 0 0; }

  .shopping_ .wrap .content table tr td .flex .img img {
    max-width: 70%;
    max-height: 70%;
    object-fit: contain; }

  .shopping_ .wrap .content table tr td .flex p {
    font-weight: 500;
    font-size: 0.8333333333vw;
    color: #111111; }

  .shopping_ .wrap .content .other {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.0416666667vw 0 0 1.40625vw;
    margin: 1.0416666667vw 0 0 0;
    position: relative; }

  .shopping_ .wrap .content .other:after {
    content: '';
    position: absolute;
    width: 75.2604166667vw;
    height: 0.0520833333vw;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #EDEDED; }

  .shopping_ .wrap .content .other .l {
    display: flex;
    align-items: center; }

  .shopping_ .wrap .content .other .l .select_all {
    display: flex;
    align-items: center;
    cursor: pointer; }

  .shopping_ .wrap .content .other .l .select_all .border {
    width: 1.0416666667vw;
    height: 1.0416666667vw;
    background: rgba(236, 64, 0, 0);
    border-radius: 0.15625vw;
    border: 0.0520833333vw solid #EDEDED;
    color: transparent;
    transition: .4s;
    font-size: 0.7291666667vw;
    margin: 0 0.5208333333vw 0 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center; }

  .shopping_ .wrap .content .other .l .select_all p {
    font-weight: 400;
    font-size: 0.8333333333vw;
    color: #333333; }

  .shopping_ .wrap .content .other .l .select_all.on .border {
    background: #EC4000;
    border: 0.0520833333vw solid #EC4000;
    color: #fff; }

  .shopping_ .wrap .content .other .l .remove_select {
    margin: 0 0 0 1.71875vw;
    font-weight: 400;
    font-size: 0.8333333333vw;
    color: #333333;
    cursor: pointer; }

  .shopping_ .wrap .content .other .r {
    display: flex;
    align-items: center; }

  .shopping_ .wrap .content .other .r .text {
    font-weight: 400;
    font-size: 0.8333333333vw;
    color: #333333;
    display: flex;
    align-items: center;
    margin: 0 3.2291666667vw 0 0; }

  .shopping_ .wrap .content .other .r .text .num {
    font-size: 1.1458333333vw;
    color: #EC4000;
    display: inline-block;
    font-weight: bold;
    margin: 0 0.2604166667vw 0 0; }

  .shopping_ .wrap .content .other .r .verify {
    width: 6.7708333333vw;
    height: 2.2395833333vw;
    background: #EC4000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 0.8333333333vw;
    color: #FFFFFF;
    cursor: pointer;
    transition: .4s;
    border: 0.0520833333vw solid transparent; }

  .shopping_ .wrap .content .other .r .verify:hover {
    background: transparent;
    border: 0.0520833333vw solid #EC4000;
    color: #EC4000; } }

/*# sourceMappingURL=shopping.css.map */
@media screen and (max-width: 768px) {
  .shopping_ .wrap {
    padding: 30px 15px;
  }
  .shopping_ .wrap .title .headline h1 {
    font-size: 16px;
  }
  .shopping_ .wrap .title .headline {
    padding: 0 0 0 10px;
  }

  .shopping_ .wrap .title .headline h1:after {
    height: 14px;
    left: -10px;
  }
  .shopping_ .wrap .content {
    margin: 12px 0 0;
  }
  .shopping_ .wrap .content table tr th {
    height: 45px;
    font-size: 12px;
  }
  .shopping_ .wrap .content table tr td .border {
    width: 15px;
    height: 15px;
    font-size: 10px;
  }
  .shopping_ .wrap .content table tr td .flex .img {
    width: 40px;
    height: 40px;
    margin: 0 5px 0 0;
  }
  .shopping_ .wrap .content table tr td .flex p {
    font-size: 10px;
  }
  .shopping_ .wrap .content table tr td {
    font-size: 12px;
  }
  .shopping_ .wrap .content table tr td .remove {
    font-size: 12px;
  }
  .shopping_ .wrap .content table tr th:nth-child(1) {
  }
  .shopping_ .wrap .content table tr th:nth-child(2) {
    text-align: center;
  }
  .shopping_ .wrap .content table tr td:nth-child(1) .border {
    margin: 0 0 0 27%;
  }
  .shopping_ .wrap .content table tr td {
    padding: 10px 20px;
    white-space: nowrap;
  }
  .shopping_ .wrap .content table {
    overflow-x: scroll;
    display: block;
  }
  .shopping_ .wrap .content table tbody {
    width: max-content;
  }
  .shopping_ .wrap .content table::-webkit-scrollbar {
    display: none;
  }
  .shopping_ .wrap .content table tr td:nth-child(1) {
    width: 40px;
  }
  .shopping_ .wrap .content table tr th {
    font-size: 14px;
  }
  .shopping_ .wrap .content table tr td .flex p {
    font-size: 12px;
  }
  .shopping_ .wrap .content table tr td:nth-child(2) {
    width: 220px;
  }
  .shopping_ .wrap .content table tr th:nth-child(1) {
    width: 40px;
  }
  .shopping_ .wrap .content table tr td:nth-child(1) .border {
    margin: 0;
  }
  .shopping_ .wrap .content .other {
    padding: 10px 0 0;
    margin: 20px 0 0 0;
  }
  .shopping_ .wrap .content .other .l .remove_select {
    font-size: 12px;
    margin: 0 0 0 5px;
  }
  .shopping_ .wrap .content .other .l .select_all .border {
    width: 15px;
    height: 15px;
    font-size: 10px;
    margin: 0 3px 0 0;
  }
  .shopping_ .wrap .content .other .l .select_all p {
    font-size: 12px;
  }
  .shopping_ .wrap .content .other:after {
    width: 100%;
    height: 1px;
  }
  .shopping_ .wrap .content .other .r .text {
    font-size: 12px;
  }
  .shopping_ .wrap .content .other .r .text .num {
    font-size: 12px;
  }
  .shopping_ .wrap .content .other .r .verify {
    width: fit-content;
    height: fit-content;
    font-size: 12px;
    padding: 3px 9px;
  }
}
