.code_banner {
  background: url('/shop/img/code/banner-bg.png') center center no-repeat;
  -o-background-size: cover;
  background-size: cover;
}
.code_banner_title {
  font-size: 56px;
  color: #fff;
  font-weight: bold;
  line-height: 64px;
}
.code_banner_list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 50px;
}
.code_banner_item {
  font-size: 19px;
  color: #fff;
  line-height: 30px;
  margin-right: 20px;
  position: relative;
  padding-left: 32px;
}
.code_banner_item::before {
  content: "\e633";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  width: 22px;
  height: 22px;
  line-height: 22px;
  border-radius: 4px;
  background-color: #B378F5;
  font-size: 12px;
  color: #fff;
  text-align: center;
  font-family: 'ys-iconfont';
}
.code_banner_btn {
  color: #882DF1;
  margin-top: 66px;
}
.code_banner_img {
  position: absolute;
  bottom: 42px;
  right: 10px;
  width: 498px;
}
.code_module1 {
  background-color: #F0F3FA;
  padding: 94px 0 86px;
}
.code_module1_list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 54px;
}
.code_module1_item {
  width: 386px;
  height: 272px;
  border-radius: 10px;
  padding: 44px 0 10px 0;
  margin: 0 20px 20px 0;
  background-color: #fff;
}
.code_module1_item:nth-child(3n) {
  margin-right: 0;
}
.code_module1_name {
  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;
  font-size: 24px;
  color: #333;
  white-space: nowrap;
  padding: 0 0 0 20px;
}
.code_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: 50px;
  height: 50px;
  border-radius: 10px;
  margin-right: 10px;
  font-family: 'ys-iconfont';
  font-size: 28px;
  color: #fff;
}
.code_module1_icon.icon1 {
  background-color: #1472FF;
}
.code_module1_icon.icon2 {
  background-color: #02C267;
}
.code_module1_icon.icon3 {
  background-color: #F06A1D;
}
.code_module1_desc {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  margin-top: 24px;
  padding: 18px 20px;
  position: relative;
}
.code_module1_desc::before {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  right: 38px;
  height: 1px;
  background-color: #E6E6E6;
}
.code_module1_btns {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  padding: 0 20px;
}
.code_module1_btn {
  display: block;
  width: 129px;
  height: 38px;
  line-height: 38px;
  border-radius: 100px;
  background-color: #1472FF;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
.code_module1_btn ~ .code_module1_btn {
  margin-left: 30px;
  position: relative;
  color: #1472FF;
  background-color: #fff;
}
.code_module1_btn ~ .code_module1_btn:hover {
  background-color: rgba(20, 114, 255, 0.1);
}
.code_module1_btn ~ .code_module1_btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #1472FF;
}
.code_module1_btn:hover {
  background-color: rgba(20, 114, 255, 0.8);
}
.code_module1_button {
  display: block;
  width: 230px;
  height: 54px;
  line-height: 54px;
  border-radius: 100px;
  background-color: #1472FF;
  margin: 30px auto 0;
  font-size: 20px;
  color: #fff;
  text-align: center;
}
.code_module2 {
  background-color: #fff;
  padding: 40px 0;
}
.code_module2 ~ .code_module2 {
  padding-bottom: 80px;
}
.code_module2_content {
  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;
  margin-top: 56px;
}
.code_module2_list {
  width: 440px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 74px;
}
.code_module2_item {
  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;
  width: 50%;
  line-height: 40px;
  font-size: 16px;
  color: #333;
  margin: 12px 0;
}
.code_module2_item:nth-child(2n) .code_module2_icon {
  color: #F06A1D;
}
.code_module2_icon {
  font-family: 'ys-iconfont';
  font-size: 28px;
  color: #1472FF;
  margin-right: 12px;
}
.code_module2_middle {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  height: 140px;
  width: 42px;
  background: url('/shop/img/arrow3.png') center center no-repeat;
  -o-background-size: contain;
  background-size: contain;
  position: relative;
  margin: 0 84px 0 24px;
}
.code_module2_middle::before,
.code_module2_middle::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 100%;
  height: 40px;
  background: url('/shop/img/arrow3.png') center center no-repeat;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transform: translateY(-70px);
  -moz-transform: translateY(-70px);
  -ms-transform: translateY(-70px);
  -o-transform: translateY(-70px);
  transform: translateY(-70px);
}
.code_module2_middle::after {
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
}
.code_module2_content.style2 .code_module2_middle {
  margin: 0 100px 0 50px;
}
.code_module2_img {
  display: block;
  width: 456px;
  height: 420px;
}
.code_module2_img.img2 {
  display: block;
  width: 600px;
  height: 354px;
}
.code_module2_img.img3 {
  display: block;
  width: 260px;
  height: 526px;
}
.code_module3 {
  background-color: #F0F3FA;
  padding: 88px 0 76px;
}
.code_module3_row {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px;
}
.code_module3_col {
  width: 30%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 60px;
}
.code_module3_col_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: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #1472FF;
  font-family: 'ys-iconfont';
  font-size: 42px;
  color: #fff;
  margin-right: 20px;
}
.code_module3_col_tip {
  font-size: 40px;
  color: #1472FF;
  line-height: 48px;
  margin-bottom: 6px;
  font-weight: bold;
}
.code_module3_col_name {
  font-size: 16px;
  color: #333;
}
.code_module3_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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 60px;
}
.code_module3_item {
  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;
  width: 381px;
  height: 155px;
  background-color: #fff;
  border-radius: 6px;
  padding: 0 0 0 30px;
  margin: 0 26px 24px 0;
}
.code_module3_item:hover {
  box-shadow: 0px 5px 27px 0px rgba(20, 114, 255, 0.11);
}
.code_module3_item:nth-child(3n) {
  margin-right: 0;
}
.code_module3_item_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: 54px;
  height: 54px;
  border-radius: 4px;
  background-color: #1472FF;
  margin-right: 18px;
  font-family: 'ys-iconfont';
  font-size: 30px;
  color: #fff;
}
.code_module3_item:nth-child(4) .code_module3_item_icon,
.code_module3_item:nth-child(5) .code_module3_item_icon,
.code_module3_item:nth-child(6) .code_module3_item_icon {
  background-color: #F06A1D;
}
.code_module3_item:nth-child(7) .code_module3_item_icon,
.code_module3_item:nth-child(8) .code_module3_item_icon,
.code_module3_item:nth-child(9) .code_module3_item_icon {
  background-color: #02C267;
}
.code_module3_item_msg {
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.code_module3_item_name {
  font-size: 24px;
  color: #333;
  line-height: 36px;
  margin-bottom: 6px;
}
.code_module3_item_desc {
  font-size: 14px;
  color: #808080;
  line-height: 24px;
}
@media (max-width: 768px) {
  .code_banner .ys_banner_left {
    padding: 2.5rem 0 0;
    text-align: center;
  }
  .code_banner_title {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }
  .code_banner_list {
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 1rem;
  }
  .code_banner_item {
    font-size: 0.6rem;
    line-height: 0.8rem;
    margin: 0 0.2rem 0;
    padding-left: 0;
  }
  .code_banner_item::before {
    content: none;
  }
  .code_banner_btn {
    margin: 1.65rem auto 0;
  }
  .code_banner_img {
    bottom: -0.25rem;
    right: 3.75rem;
    width: 11.15rem;
  }
  .code_module1 {
    padding: 1.85rem 0 1.75rem;
  }
  .code_module1_list {
    margin-top: 1.1rem;
  }
  .code_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;
    width: 8.625rem;
    height: 6.95rem;
    border-radius: 0.25rem;
    padding: 1rem 0 0.85rem 0;
    margin: 0 0.5rem 0.5rem 0;
  }
  .code_module1_item:nth-child(3n) {
    margin-right: 0.5rem;
  }
  .code_module1_item:nth-child(2n) {
    margin-right: 0;
  }
  .code_module1_name {
    font-size: 0.65rem;
    padding: 0 0 0 0.25rem;
  }
  .code_module1_icon {
    width: 1.15rem;
    height: 1.15rem;
    border-radius: 0.25rem;
    margin-right: 0.25rem;
    font-size: 0.6rem;
  }
  .code_module1_desc {
    font-size: 0.55rem;
    line-height: 0.75rem;
    margin-top: 0.55rem;
    padding: 0.75rem 0.45rem 0.45rem;
  }
  .code_module1_desc::before {
    left: 0.45rem;
    right: 0.85rem;
  }
  .code_module1_btns {
    margin-top: auto;
    padding: 0 0.45rem;
  }
  .code_module1_btn {
    width: 3.25rem;
    height: 0.95rem;
    line-height: 0.95rem;
    border-radius: 2.5rem;
    font-size: 0.55rem;
  }
  .code_module1_btn ~ .code_module1_btn {
    margin-left: 0.3rem;
  }
  .code_module1_btn ~ .code_module1_btn:hover {
    background-color: #fff;
  }
  .code_module1_btn ~ .code_module1_btn::after {
    border-radius: 2.5rem;
  }
  .code_module1_btn:hover {
    background-color: #1472FF;
  }
  .code_module1_button {
    display: block;
    width: 6.25rem;
    height: 1.65rem;
    line-height: 1.65rem;
    border-radius: 2.5rem;
    margin: 0.5rem auto 0;
    font-size: 0.6rem;
  }
  .code_module2 {
    padding: 1.5rem 0 1rem;
  }
  .code_module2 ~ .code_module2 {
    padding: 1rem 0 1.5rem;
  }
  .code_module2 .ys_module_title {
    padding: 0 1rem;
  }
  .code_module2 .ys_module_tip {
    padding: 0 1.25rem;
  }
  .code_module2_content {
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0.75rem;
  }
  .code_module2_content.style2 {
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .code_module2_list {
    width: 100%;
    margin-left: 0;
    padding-left: 2.5rem;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .code_module2_item {
    width: 8rem;
    line-height: 1rem;
    font-size: 0.7rem;
    color: #333;
    margin: 0.5rem 0;
  }
  .code_module2_icon {
    font-size: 1rem;
    margin-right: 0.7rem;
  }
  .code_module2_middle {
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    height: 3.1rem;
    width: 1.05rem;
    margin: 0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0.6;
  }
  .code_module2_middle::before,
  .code_module2_middle::after {
    height: 1rem;
    -webkit-transform: translateY(-1.5rem);
    -moz-transform: translateY(-1.5rem);
    -ms-transform: translateY(-1.5rem);
    -o-transform: translateY(-1.5rem);
    transform: translateY(-1.5rem);
  }
  .code_module2_middle::after {
    -webkit-transform: translateY(0.5rem);
    -moz-transform: translateY(0.5rem);
    -ms-transform: translateY(0.5rem);
    -o-transform: translateY(0.5rem);
    transform: translateY(0.5rem);
  }
  .code_module2_content.style2 .code_module2_middle {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    margin: 0 0.5rem 0 0.25rem;
  }
  .code_module2_img {
    display: block;
    width: 14rem;
    height: 12.95rem;
    margin: 0 auto;
  }
  .code_module2_img.img2 {
    display: block;
    width: 11.25rem;
    height: 6.625rem;
  }
  .code_module2_img.img3 {
    display: block;
    width: 4.4rem;
    height: 8.9rem;
  }
  .code_module3 {
    padding: 1.85rem 0 1.75rem;
  }
  .code_module3_row {
    margin-top: 1.25rem;
    padding: 0 0.5rem;
  }
  .code_module3_col {
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: auto;
    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;
    padding: 0;
  }
  .code_module3_col_icon {
    width: 1.7rem;
    height: 1.7rem;
    font-size: 1.05rem;
    margin-right: 0.35rem;
  }
  .code_module3_col_tip {
    font-size: 1rem;
    line-height: 1.2rem;
    margin-bottom: 0.25rem;
  }
  .code_module3_col_name {
    font-size: 0.55rem;
  }
  .code_module3_list {
    margin-top: 1.4rem;
    padding: 0 0.5rem;
  }
  .code_module3_item {
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 8.6rem;
    height: 4.35rem;
    border-radius: 0.15rem;
    padding: 0.85rem 0.25rem 0 0.65rem;
    margin: 0 0.55rem 0.5rem 0;
  }
  .code_module3_item:hover {
    box-shadow: none;
  }
  .code_module3_item:nth-child(3n) {
    margin-right: 0.55rem;
  }
  .code_module3_item:nth-child(2n) {
    margin-right: 0;
  }
  .code_module3_item_icon {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 0.1rem;
    margin-right: 0.4rem;
    font-size: 0.7rem;
  }
  .code_module3_item:nth-child(1) .code_module3_item_icon,
  .code_module3_item:nth-child(2) .code_module3_item_icon,
  .code_module3_item:nth-child(7) .code_module3_item_icon,
  .code_module3_item:nth-child(8) .code_module3_item_icon {
    background-color: #1472FF;
  }
  .code_module3_item:nth-child(3) .code_module3_item_icon,
  .code_module3_item:nth-child(4) .code_module3_item_icon,
  .code_module3_item:nth-child(9) .code_module3_item_icon {
    background-color: #F06A1D;
  }
  .code_module3_item:nth-child(5) .code_module3_item_icon,
  .code_module3_item:nth-child(6) .code_module3_item_icon {
    background-color: #02C267;
  }
  .code_module3_item:last-child {
    width: 100%;
    height: 3.4rem;
    margin: 0;
  }
  .code_module3_item_msg {
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .code_module3_item_name {
    font-size: 0.7rem;
    line-height: 0.9rem;
    margin-bottom: 0.25rem;
  }
  .code_module3_item_desc {
    font-size: 0.55rem;
    line-height: 0.75rem;
  }
}
