.customization_banner {
  background: #0145AB;
}
.customization_banner_title {
  font-size: 56px;
  color: #fff;
  font-weight: bold;
  line-height: 64px;
  margin-bottom: 32px;
}
.customization_banner_desc {
  width: 594px;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 32px;
  margin-bottom: 60px;
}
.customization_banner_btn {
  color: #1269EB;
}
.customization_banner_img {
  position: absolute;
  bottom: 6px;
  right: 10px;
  width: 552px;
}
.customization_module1 {
  background-color: #fff;
  padding: 86px 0 40px;
}
.customization_module1_list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 54px;
}
.customization_module1_item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 346px;
  height: 278px;
  padding-top: 32px;
  border-radius: 6px;
  background-color: #fff;
  border: 1px solid #E6E6E6;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.customization_module1_item ~ .customization_module1_item {
  margin-left: 40px;
}
.customization_module1_icon {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 79px;
  height: 79px;
  border-radius: 50%;
  background-color: #1472FF;
  font-family: 'ys-iconfont';
  font-size: 36px;
  color: #fff;
  text-align: center;
  position: relative;
}
.customization_module1_icon::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(20, 114, 255, 0.43);
  box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.5);
}
.customization_module1_icon.icon1 {
  font-size: 28px;
  background-color: #F06A1D;
}
.customization_module1_icon.icon1::after {
  background: rgba(240, 106, 29, 0.43);
}
.customization_module1_icon.icon3 {
  background-color: #09AC5F;
}
.customization_module1_icon.icon3::after {
  background: rgba(9, 172, 95, 0.43);
}
.customization_module1_name {
  font-size: 24px;
  color: #333;
  text-align: center;
  line-height: 32px;
  margin-top: 20px;
}
.customization_module1_desc {
  font-size: 14px;
  color: #808080;
  text-align: center;
  line-height: 24px;
  margin-top: 18px;
}
.customization_module2 {
  background-color: #fff;
  padding: 40px 0;
}
.customization_module2_content {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 46px;
}
.customization_module2_col {
  width: 286px;
  margin: 0 25px;
}
.customization_module2_title {
  font-size: 20px;
  color: #333;
  text-align: center;
  line-height: 28px;
  margin-bottom: 26px;
  position: relative;
}
.customization_module2_title::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 142px;
  height: 10px;
  background: url('/shop/img/customization/module2-arrows.png') right center no-repeat;
  -o-background-size: cover;
  background-size: cover;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.customization_module2_title.title1::after {
  left: 238px;
  width: 150px;
}
.customization_module2_title.title2::after {
  left: 224px;
  width: 160px;
}
.customization_module2_title.title3::after {
  content: none;
}
.customization_module2_card {
  border-radius: 10px 10px 0 0;
  background-color: #E5EEFA;
}
.customization_module2_card ~ .customization_module2_card {
  margin-top: 10px;
}
.customization_module2_name {
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 60px;
  background-color: #1472FF;
  border-radius: 10px 10px 0 0;
}
.customization_module2_msg {
  padding: 30px 0 30px 26px;
}
.customization_module2_tip {
  position: relative;
  font-size: 14px;
  color: #666;
  line-height: 22px;
  padding-left: 20px;
}
.customization_module2_tip ~ .customization_module2_tip {
  margin-top: 8px;
}
.customization_module2_tip::before,
.customization_module2_tip::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(240, 106, 29, 0.3);
}
.customization_module2_tip::after {
  width: 5px;
  height: 5px;
  background-color: #F06A1D;
  -webkit-transform: translate(2.5px, 2.5px);
  -moz-transform: translate(2.5px, 2.5px);
  -ms-transform: translate(2.5px, 2.5px);
  -o-transform: translate(2.5px, 2.5px);
  transform: translate(2.5px, 2.5px);
}
.customization_module2_tip::before {
  animation: popIn 1.2s infinite;
}
.customization_module3 {
  background-color: #fff;
  padding: 50px 0 90px;
}
.customization_module3_content {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 46px;
}
.customization_module3_img {
  display: block;
  width: 542px;
  height: 424px;
  border-radius: 10px;
}
.customization_module3_list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 658px;
  height: 424px;
  padding: 0 0 0 76px;
}
.customization_module3_item {
  width: 50%;
  height: 50px;
  font-size: 22px;
  color: #333;
  padding-left: 66px;
  line-height: 50px;
  margin: 20px 0;
  position: relative;
}
.customization_module3_item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #1472FF;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'ys-iconfont';
  font-size: 28px;
  color: #fff;
  text-align: center;
  line-height: 50px;
}
.customization_module3_item.item1::before {
  content: '\e66a';
}
.customization_module3_item.item2::before {
  content: '\e6f0';
}
.customization_module3_item.item3::before {
  content: '\e66c';
}
.customization_module3_item.item4::before {
  content: '\e6d2';
}
.customization_module3_item.item5::before {
  content: '\e66b';
}
.customization_module3_item.item6::before {
  content: '\e691';
}
.customization_module3_item.item7::before {
  content: '\e66b';
}
.customization_module3_item.item8::before {
  content: '\e691';
}
.customization_module3_btn {
  display: block;
  width: 180px;
  height: 54px;
  line-height: 54px;
  background-color: #F06A1D;
  border-radius: 100px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  margin: 40px auto 0;
}
.customization_module4 {
  background: url('/shop/img/customization/module4-bg.png') center center no-repeat;
  -o-background-size: cover;
  background-size: cover;
  padding: 88px 0;
}
.customization_module4_list {
  display: block;
  width: 580px;
  margin: 20px auto 0;
  position: relative;
  padding-left: 84px;
}
.customization_module4_list::before {
  content: "";
  position: absolute;
  top: 24px;
  left: 91px;
  width: 1px;
  height: 620px;
  border-left: 2px dashed #1472FF;
}
.customization_module4_tip {
  position: relative;
  font-size: 16px;
  color: #333;
  line-height: 48px;
  padding-left: 34px;
}
.customization_module4_tip::before,
.customization_module4_tip::after {
  content: "";
  position: absolute;
  top: 17px;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: rgba(20, 114, 255, 0.3);
}
.customization_module4_tip::after {
  width: 8px;
  height: 8px;
  background-color: #1472FF;
  transform: translate(4px, 4px);
}
.customization_module4_tip::before {
  animation: popIn 1.2s infinite;
}
@media (max-width: 768px) {
  .customization_banner .ys_banner_left {
    padding: 2.5rem 0 0 0;
    text-align: center;
  }
  .customization_banner_title {
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.6rem;
    margin-bottom: 0.95rem;
  }
  .customization_banner_desc {
    width: 100%;
    font-size: 0.7rem;
    text-align: center;
    line-height: 0.9rem;
    margin-bottom: 1.3rem;
    padding: 0 0.7rem;
  }
  .customization_banner_img {
    bottom: -1.75rem;
    right: 3.75rem;
    width: 11.5rem;
  }
  .customization_module1 {
    padding: 2.15rem 0 1rem;
  }
  .customization_module1 .ys_module_title {
    padding: 0 4rem;
  }
  .customization_module1 .ys_module_tip {
    padding: 0 2rem;
  }
  .customization_module1_list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 1.05rem;
    padding: 0 0.4rem;
  }
  .customization_module1_item {
    width: 8.65rem;
    height: 7.8rem;
    padding: 0.8rem 0.5rem 0;
    border-radius: 0.15rem;
  }
  .customization_module1_item:hover {
    box-shadow: none;
  }
  .customization_module1_item ~ .customization_module1_item {
    margin-left: 0.5rem;
  }
  .customization_module1_item:last-child {
    width: 100%;
    height: 7rem;
    margin-left: 0;
    margin-top: 0.5rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
  .customization_module1_icon {
    width: 1.9rem;
    height: 1.9rem;
    font-size: 0.9rem;
  }
  .customization_module1_icon::after {
    width: 0.55rem;
    height: 0.55rem;
    box-shadow: inset 0 0 0.25rem rgba(255, 255, 255, 0.5);
  }
  .customization_module1_icon.icon1 {
    font-size: 0.7rem;
  }
  .customization_module1_name {
    font-size: 0.7rem;
    line-height: 0.9rem;
    margin-top: 0.4rem;
  }
  .customization_module1_desc {
    font-size: 0.6rem;
    line-height: 0.9rem;
    margin-top: 0.35rem;
  }
  .customization_module2 {
    padding: 1rem 0;
  }
  .customization_module2 .ys_module_title .color1 {
    display: block;
  }
  .customization_module2 .ys_module_tip {
    padding: 0 0.75rem;
  }
  .customization_module2_content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 1rem;
  }
  .customization_module2_col {
    width: 8.75rem;
    margin: 0 0.3rem;
  }
  .customization_module2_col.col3 {
    width: 100%;
    margin-top: 0.75rem;
  }
  .customization_module2_title {
    font-size: 0.7rem;
    line-height: 0.9rem;
    margin-bottom: 0.7rem;
  }
  .customization_module2_title::after {
    width: 3.55rem;
    height: 0.25rem;
  }
  .customization_module2_title.title1::after {
    left: 7.35rem;
    width: 3.55rem;
  }
  .customization_module2_title.title2::after {
    content: none;
  }
  .customization_module2_list.list2 {
    display: flex;
  }
  .customization_module2_list.list2 .customization_module2_card {
    flex: 1;
  }
  .customization_module2_list.list2 .customization_module2_card ~ .customization_module2_card {
    margin-left: 0.6rem;
  }
  .customization_module2_card {
    border-radius: 0.25rem 0.25rem 0 0;
    margin-bottom: 0.3rem;
  }
  .customization_module2_card ~ .customization_module2_card {
    margin-top: 0;
  }
  .customization_module2_name {
    font-size: 0.65rem;
    line-height: 1.85rem;
    border-radius: 0.25rem 0.25rem 0 0;
  }
  .customization_module2_msg {
    padding: 0.75rem 0.25rem 0.75rem 0.3rem;
  }
  .customization_module2_tip {
    font-size: 0.5rem;
    line-height: 0.95rem;
    padding-left: 0.7rem;
  }
  .customization_module2_tip ~ .customization_module2_tip {
    margin-top: 0.2rem;
  }
  .customization_module2_tip::before,
  .customization_module2_tip::after {
    top: 0.25rem;
    width: 8px;
    height: 8px;
  }
  .customization_module2_tip::after {
    width: 4px;
    height: 4px;
    -webkit-transform: translate(2px, 2px);
    -moz-transform: translate(2px, 2px);
    -ms-transform: translate(2px, 2px);
    -o-transform: translate(2px, 2px);
    transform: translate(2px, 2px);
  }
  .customization_module3 {
    padding: 1rem 0 1.5rem;
  }
  .customization_module3 .ys_module_tip {
    padding: 0 1.4rem;
  }
  .customization_module3_content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 1.1rem;
    padding: 0 0.6rem;
  }
  .customization_module3_img {
    display: block;
    width: 100%;
    height: 10.6rem;
    border-radius: 0.25rem;
  }
  .customization_module3_list {
    height: auto;
    padding: 0.5rem 0 0;
  }
  .customization_module3_item {
    height: 1.45rem;
    font-size: 0.7rem;
    padding-left: 2.8rem;
    line-height: 1.45rem;
    margin: 0.75rem 0;
  }
  .customization_module3_item::before {
    left: 0.9rem;
    width: 1.425rem;
    height: 1.425rem;
    font-size: 0.8rem;
    line-height: 1.425rem;
  }
  .customization_module3_btn {
    display: none;
  }
  .customization_module4 {
    background-image: url('/shop/img/customization/module4-bg-phone.png');
    padding: 1.85rem 0;
  }
  .customization_module4 .ys_module_tip {
    padding: 0 2rem;
  }
  .customization_module4_list {
    width: 100%;
    margin: 0.75rem auto 0;
    padding-left: 0;
  }
  .customization_module4_list::before {
    top: 0.85rem;
    left: 0.9rem;
    width: 1px;
    height: 21.25rem;
  }
  .customization_module4_tip {
    font-size: 0.65rem;
    line-height: 1.65rem;
    padding-left: 1.75rem;
  }
  .customization_module4_tip::before,
  .customization_module4_tip::after {
    top: 0.6rem;
    left: 0.7rem;
    width: 0.5rem;
    height: 0.5rem;
  }
  .customization_module4_tip::after {
    width: 0.3rem;
    height: 0.3rem;
    transform: translate(0.1rem, 0.1rem);
  }
}
