.customized_wrap {
  width: 1600px;
  margin: 150px auto;
  display: flex;
}

.customized_wrap .left {
  width: 50%;
}

.customized_wrap .left .product_box {
  position: relative;
}

.customized_wrap .left .product_box .item {
  position: absolute;
  width: 800px;
  height: 800px;
}

.customized_wrap .left .product_box .item img {
  display: none;
  position: absolute;
}

.customized_wrap .left .product_box .item .show {
  display: block;
}

.customized_wrap .right p {
  padding-top: 50px;
  font-weight: bold;
  font-size: 30px;
  color: #1A1A1A;
}

.customized_wrap .right .titie {
  padding: 40px 0;
  font-weight: bold;
  font-size: 50px;
  color: #1A1A1A;
}

.customized_wrap .right .choose .item {
  padding: 20px 0;
}

.customized_wrap .right .choose .item .name {
  font-weight: bold;
  font-size: 20px;
  color: #1A1A1A;
}

.customized_wrap .right .choose .item .color {
  padding-top: 16px;
  display: flex;
  align-items: center;
}

.customized_wrap .right .choose .item .color .list {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  margin: 0 6px;
  justify-content: center;
  transition: 0.6s ease;
  cursor: pointer;
}

.customized_wrap .right .choose .item .color .list .circle {
  width: 16px;
  height: 16px;
  border-radius: 9px;
}

.customized_wrap .right .choose .item .color .on {
  padding: 2px;
  border: 1px solid #1A1A1A;
}

.customized_wrap .right .quotation {
  display: block;
  margin: 50px 0;
  text-align: center;
  line-height: 68px;
  width: 185px;
  border-radius: 4px;
  color: #555;
  background-color: #fff;
  border: 1px solid #636363;
  transition: all 0.6s;
}

.customized_wrap .right .quotation:hover {
  color: #fff;
  background-color: #555;
  border: 1px solid #636363;
}

.header .wrap .left .list .item .level .second {
  background-color: #fff;
}

.header .wrap .left .list .item .level .second a {
  color: #333;
}

@media screen and (max-width:1024px) {
  .customized_wrap {
    padding: 84px 0 50px 0;
    width: 94%;
    margin: 0 auto;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    margin: unset;
  }

  .customized_wrap .left {
    width: 80%;
    height: 38vh
  }
  .customized_wrap .left .product_box{
    height: 45vh;
  }
  .customized_wrap .left .product_box .item {
    width: 100%;
    height: 400px;
  }

  .customized_wrap .right {
    /* height: 60vh; */
  }

  .customized_wrap .right p {
    padding-top: 30px;
    font-size: 20px;
  }

  .customized_wrap .right .titie {
    font-size: 30px;
    padding: 14px 0 0 0;
  }

  .customized_wrap .right .choose {
    /* display: flex; */
  }
  
  .customized_wrap .right .choose .item{
    padding: 6px 0 10px 0;
  }
.customized_wrap .right .choose .item .color{
  padding-top: 10px;
}
  .customized_wrap .right .choose .item .name{
    font-size: 14px;
  }
  .customized_wrap .right .quotation{
    width: 140px;
    font-size: 14px;
    margin: 30px 0;
    line-height: 56px;
  }
}