.sub_banner_wrapper {
  background-image: url("../images/banner/banner_bg_1003.png");
  background-size: 100% 100%;
}

.top_banner .b_icon {
  top: 48px;
  left: 388px;
}

.bt_txt {
  background: linear-gradient(90deg, #AE92FF 0%, #9039E0 100%);
  border-radius: 8px;
  color: #fff;
  padding: 5px 8px;
}

.sms_row_item {
  width: 440px;
  height: 560px;
  overflow: hidden;
  border-radius: 30px;
  position: relative;
  padding: 30px 0 0 36px;
  font-size: 30px;
  font-family: "PingFangSC-Medium";
}

.sms_row_item.row_bg1 {
  background: linear-gradient(180deg, #E2FFEA 0%, rgba(255, 249, 217, 0.3) 100%);
  color: #32B169;
}

.sms_row_item.row_bg2 {
  background: linear-gradient(180deg, #E2F2FF 0%, rgba(239, 237, 255, 0.29) 100%);
  color: #1572FF;
}

.sms_row_item.row_bg3 {
  background: linear-gradient(180deg, #E5E2FF 0%, #FFEFEF 100%);
  color: #5E27FF;
}

.color_arrow {
  width: 14px;
  height: 14px;
  border: 2px solid;
  display: inline-block;
  transform: rotate(45deg);
  border-color: #32B169 #32B169 transparent transparent;
  vertical-align: middle;
  margin: -2px 10px 0 6px;
}

.sms_row_item.row_bg2 .color_arrow {
  border-color: #1572FF #1572FF transparent transparent;
}

.sms_row_item.row_bg3 .color_arrow {
  border-color: #5E27FF #5E27FF transparent transparent;
}

.row_imgBox {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 430px;
  text-align: center;
  overflow: hidden;
}

.isms_wrapper {
  background: linear-gradient(180deg, #F7F7F7 0%, rgba(248, 244, 255, 0.74) 48%, #F8F9FF 100%);
  height: 720px;
  padding-top: 80px;
}

.isms_wrapper .isms_img {
  position: absolute;
  right: 0;
  top: -16px;
  width: 1000px;
  height: 600px;
}

.isms_list {
  width: 380px;
  padding-top: 90px;
  padding-bottom: 20px;
}

.isms_list>div {
  width: 160px;
  padding-bottom: 60px;
  display: inline-block;
  font-size: 18px;
  font-family: "PingFangSC-Medium";
}

.isms_list>div img {
  vertical-align: middle;
  margin-right: 8px;
}

.phone_box .p2 {
  bottom: 60px;
}

.phone_box.fadeInActive .p2 {
  bottom: 100px;
}

.phone_box.fadeInActive .p3 {
  bottom: 20px;
}

.phone2 .p2 {
  left: 4px;
}

.phone2.fadeInActive .p2 {
  bottom: 40px;
}

.phone3.fadeInActive .p3 {
  bottom: 6px;
}

.phone_box.phone3 {
  background-image: url("../images/1003/3/p3.png");
}

@media screen and (max-width:1360px) {
  .sms_row_item {
    width: 412px;
  }
}