main {
  position: relative;
}
header {
  box-shadow: unset !important;
}
header .header-content .header-content_item .box {
  border-radius: 10px !important;
}
.wrap-1 {
  background: linear-gradient(0deg, rgba(255, 236, 210, 0) 0%, #fcb69f9e 166.71%);
  padding: 150px 0 60px 0;
  position: relative;
}
.wrap-1::after {
  position: absolute;
  top: 0;
  left: 100px;
  content: '';
  width: 736px;
  height: 368px;
  background: url(../img/home/wrap-1-img-bg.png) no-repeat;
}
.wrap-1 .wrap-1_left .wrap-1_title {
  font-weight: 700;
  font-size: 62px;
  line-height: var(--page-text-min-line-height);
}
.wrap-1 .wrap-1_left .wrap-1_title .website-name {
  color: transparent;
  font-weight: 700;
  background: linear-gradient(106.4deg, #FFD046 -13.93%, #FD5B4B 114.16%);
  -webkit-background-clip: text;
}
.wrap-1 .wrap-1_left .wrap-1_desc {
  font-weight: 400;
  font-size: 24px;
  margin-top: 25px;
  color: #444444;
  line-height: var(--page-text-min-line-height);
}
.wrap-1 .wrap-1_left .wrap-1_btn {
  column-gap: 23px;
  margin-top: 36px;
}
.wrap-1 .wrap-1_left .wrap-1_btn .btn {
  padding: 16.5px 36px;
  font-weight: 500;
  font-size: 22px;
  border-radius: 8px;
  column-gap: 13px;
  transition: all 0.2s;
  box-shadow: 0 16px 32px 0 rgba(194, 113, 66, 0.13);
}
.wrap-1 .wrap-1_left .wrap-1_btn .btn:hover {
  transform: translateY(-8px);
}
.wrap-1 .wrap-1_left .wrap-1_btn .win-btn {
  background: linear-gradient(106.4deg, #FFD046 -13.93%, #FD5B4B 114.16%);
  color: #fff;
}
.wrap-1 .wrap-1_left .wrap-1_btn .mac-btn {
  border: 2px solid #ff7935;
  color: #ff7935;
}
.wrap-1 .wrap-1_right {
  width: 617px;
  height: 525px;
  margin-right: -93px;
}
.wrap-1 .wrap-1_right img {
  width: 100%;
  height: 100%;
}
.comon-download-btn {
  transition: all 0.2s;
  background: #fff;
  color: #ff7935;
  padding: 13px 18px;
  border: 1px solid rgba(255, 121, 53, 0.17);
  border-radius: 8px;
  font-size: 12px;
  column-gap: 10px;
}
.comon-download-btn:hover {
  transform: translateY(-8px);
}
.wrap-2 {
  padding: 56px 0 0 0;
  overflow: hidden;
}
.wrap-2 .wrap-2_top {
  line-height: var(--page-text-min-line-height);
  column-gap: 72px;
}
.wrap-2 .wrap-2_top .wrap-2-top_left {
  flex: 0 0 436px;
}
.wrap-2 .wrap-2_top .wrap-2-top_left .wrap-2_title {
  font-weight: 700;
  font-size: 38px;
}
.wrap-2 .wrap-2_top .wrap-2-top_left .wrap-2_title span {
  color: #ff7935;
}
.wrap-2 .wrap-2_top .wrap-2-top_left .wrap-2_desc {
  margin-top: 10px;
  line-height: 1.8;
  color: #444444;
}
.wrap-2 .wrap-2_top .wrap-2-top_right {
  position: relative;
  padding: 23px 40px 27px 40px;
  color: #fff;
}
.wrap-2 .wrap-2_top .wrap-2-top_right .right-top {
  display: flex;
  align-items: center;
  column-gap: 23px;
  font-weight: 700;
  font-size: 24px;
}
.wrap-2 .wrap-2_top .wrap-2-top_right .right-top .logo {
  width: 75px;
  height: 75px;
  background: url(../img/home/wrap-2-img.png);
}
.wrap-2 .wrap-2_top .wrap-2-top_right .right-desc {
  margin-top: 20px;
  line-height: 1.8;
}
.wrap-2 .wrap-2_top .wrap-2-top_right .right-btn {
  margin-top: 20px;
  column-gap: 20px;
}
.wrap-2 .wrap-2_top .wrap-2-top_right::after {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: url(../img/home/wrap-2-img2.png) no-repeat bottom;
  background-size: cover;
  z-index: -1;
}
.wrap-2 .wrap-2_top .wrap-2-top_right::before {
  position: absolute;
  top: -250px;
  right: -350px;
  content: '';
  width: 713px;
  z-index: -3;
  height: 730px;
  background: url(../img/home/wrap-2-bg.png) no-repeat;
}
.wrap-2 .wrap-2_swiper {
  margin-top: 65px;
}
.wrap-2 .wrap-2_swiper .wrap-2-swiper-wrapper {
  gap: 20px;
  flex-wrap: wrap;
}
.wrap-2 .wrap-2_swiper .wrap-2-swiper-wrapper .item-top {
  display: flex;
  align-items: center;
  gap: 27px;
}
.wrap-2 .wrap-2_swiper .wrap-2-swiper-wrapper .wrap-2_item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  box-sizing: border-box;
  width: 530px;
  background: #fff;
  padding: 17px 39px 25px 39px;
  box-shadow: 0 12px 35.7px 0 rgba(255, 165, 72, 0.4);
  border: 1px solid rgba(254, 167, 127, 0.34);
  border-radius: 15px;
}
.wrap-2 .wrap-2_swiper .wrap-2-swiper-wrapper .wrap-2_item img {
  width: 75px;
  height: 75px;
}
.wrap-2 .wrap-2_swiper .wrap-2-swiper-wrapper .wrap-2_item .item-title {
  font-weight: 700;
  font-size: 24px;
  color: #353535;
}
.wrap-2 .wrap-2_swiper .wrap-2-swiper-wrapper .wrap-2_item .item-desc {
  line-height: 1.8;
  text-align: left;
  margin-top: 14px;
  font-size: 17px;
  color: #353535;
}
.wrap-2 .wrap-2_swiper .wrap-2-swiper-wrapper .wrap-2_item .item-btn {
  display: flex;
  column-gap: 20px;
  margin-top: 20px;
  justify-content: center;
}
.wrap-2 .content-min-box {
  position: relative;
  z-index: 2;
}
.wrap-2 .wrap-2—bottom {
  width: 100%;
  background: linear-gradient(106.4deg, rgba(255, 208, 70, 0.7) -13.93%, rgba(253, 91, 75, 0.7) 114.16%);
  height: 150px;
}
.wrap-2 .wrap-2—bottom2 {
  width: 100%;
  height: 35px;
  background: linear-gradient(106.4deg, #FFD046 -13.93%, #FD5B4B 114.16%);
}
.wrap-2 .wrap-2-rect {
  position: relative;
  z-index: 1;
  margin-top: -100px;
}
.swiper-pagination {
  visibility: hidden;
}
.wrap-3 {
  overflow: hidden;
  padding: 170px 0 0 0;
}
.wrap-3 .wrap-3_left {
  position: relative;
  width: 760px;
  height: 718px;
  margin-left: -227px;
}
.wrap-3 .wrap-3_left img {
  width: 100%;
  height: 100%;
}
.wrap-3 .wrap-3_left::before {
  position: absolute;
  content: '';
  width: 180%;
  height: 585.98px;
  bottom: 130px;
  right: 300px;
  border-radius: 0 292.99px 0 0;
  background: linear-gradient(90deg, rgba(255, 236, 210, 0.2) 0%, rgba(252, 182, 159, 0.2) 100%);
  z-index: -1;
}
.wrap-3 .wrap-3_right {
  flex: 0 0 550px;
}
.wrap-3 .wrap-3_right .wrap-3_title {
  font-size: 38px;
  font-weight: 700;
}
.wrap-3 .wrap-3_right .wrap-3_title span {
  color: #FF7935;
}
.wrap-3 .wrap-3_right .wrap-3_desc {
  margin-top: 27px;
  border-left: 3px solid #FF7935;
  padding: 15px 0 15px 18px;
  color: #444;
}
.wrap-3 .wrap-3_right .wrap-3_card {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin-top: 30px;
}
.wrap-3 .wrap-3_right .wrap-3_card .card-item {
  padding: 17px 0;
  width: 254px;
  border-radius: 14px;
  border: 2px solid rgba(255, 121, 53, 0.52);
  background: rgba(255, 255, 255, 0.51);
  box-shadow: 0 9px 38px -12px rgba(219, 171, 171, 0.19);
  text-align: center;
  color: #606060;
}
.wrap-3 .wrap-3_right .wrap-3_card .card-item .num {
  font-size: 36px;
  font-weight: 700;
  color: #ff7935;
}
.wrap-4 .wrap-4_title {
  font-weight: 700;
  font-size: 38px;
  text-align: center;
}
.wrap-4 .wrap-4_title span {
  color: #ff7935;
}
.wrap-4 .wrap-4_content {
  margin-top: 58px;
  border-radius: 13px;
  border: 1px solid #FFEADB;
  background: #FFF;
  box-shadow: 0 17px 33px -7px rgba(255, 121, 53, 0.29);
  padding: 66px 0 0 0;
  position: relative;
}
.wrap-4 .wrap-4_content .wrap-4-swiper {
  position: relative;
  overflow: hidden;
}
.wrap-4 .wrap-4_content .wrap-4-swiper .swiper-wrapper {
  width: 100%;
}
.wrap-4 .wrap-4_content .wrap-4-swiper .swiper-slide {
  display: flex;
  column-gap: 63px;
  width: 100%;
}
.wrap-4 .wrap-4_content .wrap-4-swiper .swiper-slide .icon {
  width: 148px;
  height: 148px;
  background-position: -410px -212px;
  margin-left: 70px;
}
.wrap-4 .wrap-4_content .wrap-4-swiper .swiper-slide .head2 {
  background-position: -222px -212px;
}
.wrap-4 .wrap-4_content .wrap-4-swiper .swiper-slide .head3 {
  background-position: -34px -212px;
}
.wrap-4 .wrap-4_content .wrap-4-swiper .swiper-slide .head4 {
  background-position: -2930px -24px;
}
.wrap-4 .wrap-4_content .wrap-4-swiper .swiper-slide .info {
  width: 713px;
}
.wrap-4 .wrap-4_content .wrap-4-swiper .swiper-slide .info .info-desc {
  color: #444;
}
.wrap-4 .wrap-4_content .wrap-4-swiper .swiper-slide .stars {
  display: flex;
  column-gap: 5px;
  margin-top: 15px;
}
.wrap-4 .wrap-4_content .wrap-4-swiper .swiper-slide .name {
  font-size: 18px;
  font-weight: 500;
  margin-top: 15px;
}
.wrap-4 .wrap-4_content .wrap-4-next,
.wrap-4 .wrap-4_content .wrap-4-prev {
  width: 59px;
  height: 59px;
  background-position: -418px -24px;
  opacity: 1;
  box-shadow: 0 1px 31px 0 #00000014;
  border-radius: 50%;
}
.wrap-4 .wrap-4_content .wrap-4-next::after,
.wrap-4 .wrap-4_content .wrap-4-prev::after {
  display: none;
}
.wrap-4 .wrap-4_content .wrap-4-prev {
  left: -35px;
  box-shadow: 0 1px 31px 0 #00000014;
  border-radius: 50%;
}
.wrap-4 .wrap-4_content .wrap-4-next {
  background-position: -517px -24px;
  right: -35px;
}
.wrap-4 .wrap-4_content .wrap-4-prev:hover {
  background-position: -616px -24px;
}
.wrap-4 .wrap-4_content .wrap-4-next:hover {
  background-position: -715px -24px;
}
.wrap-4 .wrap-4_content .wrap-4-bottom {
  overflow: hidden;
  background: #FFFBF9;
  margin-top: 15px;
}
.wrap-4 .wrap-4_content .wrap-4-bottom .box {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  height: 86px;
  border-radius: 0 0 13px 13px;
  background: #FFFBF9;
  padding: 0 33px;
  width: 100%;
  box-sizing: border-box;
}
.wrap-4 .wrap-4_content .wrap-4-bottom .box .icon {
  margin-right: 50px;
  flex-shrink: 0;
}
.wrap-4 .wrap-4_content .wrap-4-bottom .box .logo {
  margin-right: 30px;
}
.wrap-4 .wrap-4_content .wrap-4-bottom .box .logo-item1 {
  width: 211px;
  height: 36px;
}
.wrap-4 .wrap-4_content .wrap-4-bottom .box .logo-item2 {
  width: 153px;
  height: 27px;
}
.wrap-4 .wrap-4_content .wrap-4-bottom .box .logo-item3 {
  width: 142px;
  height: 45px;
}
.wrap-4 .wrap-4_content .wrap-4-bottom .box .logo-item4 {
  width: 171px;
  height: 29px;
}
.wrap-4 .wrap-4_content .wrap-4-bottom .box .logo-item5 {
  width: 154px;
  height: 23px;
}
.wrap-5 {
  position: relative;
  padding: 126px 0 152px 0;
}
.wrap-5::before {
  position: absolute;
  width: 100%;
  height: 135%;
  content: '';
  background: url(../img/home/wrap5-bg.png) no-repeat;
  left: 0;
  bottom: 0;
  background-size: cover;
  z-index: -1;
}
.wrap-5 .content-min-box {
  display: flex;
  column-gap: 39px;
  position: relative;
  z-index: 0;
}
.wrap-5 .content-min-box .bg-icon {
  position: absolute;
  width: 773px;
  z-index: -3;
  bottom: -170px;
  left: -390px;
}
.wrap-5 .content-min-box .wrap-5_card {
  position: relative;
  flex: 1;
  z-index: 8;
}
.wrap-5 .content-min-box .wrap-5_card .card-top {
  width: max-content;
  column-gap: 20px;
  padding: 17px 24px;
  color: #fff;
  font-weight: 700;
  font-size: 26px;
  border-radius: 12px 12px 0 0;
  box-sizing: border-box;
  background: linear-gradient(179.09deg, #FF9B68 0.85%, #F87C3D 81.08%);
}
.wrap-5 .content-min-box .wrap-5_card .card-content {
  position: relative;
  display: flex;
  border-radius: 0 8px 8px 8px;
  background: #fff;
  justify-content: space-between;
  padding: 32px 0 0 0;
  flex-wrap: wrap;
  height: max-content;
  box-shadow: 0 14px 19.2px 0 rgba(185, 122, 77, 0.13);
}
.wrap-5 .content-min-box .wrap-5_card .card-content .card-content_option {
  display: flex;
  justify-content: center;
  height: max-content;
  padding: 10px 10px;
  border-radius: 43px;
  max-width: 229px;
  min-width: 49%;
  box-sizing: border-box;
  color: #606060;
  flex-shrink: 0;
  font-size: 14px;
  text-align: center;
  font-weight: 400;
  background: #F5F5F5;
  margin-bottom: 23px;
  line-height: 1.5;
  cursor: pointer;
}
.wrap-5 .content-min-box .wrap-5_card .card-content .card-content_option:hover {
  background: #FFF8F4;
  color: #FF8A4E;
}
.wrap-5 .content-min-box .wrap-5_card .card-content ul {
  padding: 0 19px;
  width: 49%;
  box-sizing: border-box;
}
.wrap-5 .content-min-box .wrap-5_card .card-content ul li {
  list-style: disc;
  line-height: 1.5;
  margin-bottom: 20px;
  margin-left: 18px;
  font-size: 14px;
  cursor: pointer;
  text-indent: -5px;
  color: #606060;
}
.wrap-5 .content-min-box .wrap-5_card .card-content ul li:hover {
  color: #FF8A4E;
}
.wrap-5 .content-min-box .wrap-5_card .card-content::after {
  position: absolute;
  content: '';
  width: 1px;
  height: 90%;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #F3F3F3;
}
.wrap-5 .content-min-box .card1 {
  flex: 0 0 474px;
}
.wrap-5 .content-min-box .card1 .card-content {
  padding: 32px 10px 10px 10px;
}
.wrap-5 .content-min-box .card1 .card-content::after {
  display: none;
}
@media (max-width: 780px) {
  .swiper-pagination {
    visibility: visible;
  }
  main::after {
    display: none;
  }
  .wrap-1 {
    padding: 60px 0 0 0;
  }
  .wrap-1::after {
    display: none;
  }
  .wrap-1 .content-min-box {
    flex-wrap: wrap;
  }
  .wrap-1 .wrap-1_left {
    text-align: center;
    margin: 0 auto;
  }
  .wrap-1 .wrap-1_left .wrap-1_title {
    font-size: 36px;
  }
  .wrap-1 .wrap-1_left .wrap-1_desc {
    font-size: 20px;
    margin-top: 18px;
  }
  .wrap-1 .wrap-1_left .wrap-1_btn {
    margin-top: 26px;
  }
  .wrap-1 .wrap-1_left .wrap-1_btn .btn {
    font-size: 16px;
    padding: 12px 26px;
  }
  .wrap-1 .wrap-1_left .wrap-1_btn .btn .icon-win {
    width: 25px;
    height: 25px;
  }
  .wrap-1 .wrap-1_right {
    width: 100%;
    height: auto;
    margin-top: 40px;
  }
  .wrap-2 {
    padding: 72px 0 100px 0;
  }
  .wrap-2 .wrap-2_top {
    flex-wrap: wrap;
  }
  .wrap-2 .wrap-2_top .wrap-2-top_left {
    flex: 1;
  }
  .wrap-2 .wrap-2_top .wrap-2-top_left .wrap-2_title {
    font-size: 30px;
  }
  .wrap-2 .wrap-2_top .wrap-2-top_left .wrap-2_desc {
    margin-top: 20px;
  }
  .wrap-2 .wrap-2_top .wrap-2-top_right {
    padding: 24px 13px;
    margin-top: 20px;
  }
  .wrap-2 .wrap-2_top .wrap-2-top_right .right-top {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: start;
    font-size: 19px;
  }
  .wrap-2 .wrap-2_top .wrap-2-top_right .right-top .logo {
    margin-bottom: 19px;
  }
  .wrap-2 .wrap-2_top .wrap-2-top_right .right-desc {
    margin-top: 12px;
  }
  .wrap-2 .wrap-2_top .wrap-2-top_right::before {
    display: none;
  }
  .wrap-2 .wrap-2_swiper {
    overflow: hidden;
    margin-top: 46px;
    padding-bottom: 60px;
  }
  .wrap-2 .wrap-2_swiper .wrap-2-swiper-wrapper {
    column-gap: 0;
    flex-wrap: nowrap;
  }
  .wrap-2 .wrap-2_swiper .wrap-2-swiper-wrapper .item-top {
    flex-direction: column;
  }
  .wrap-2 .wrap-2_swiper .wrap-2-swiper-wrapper .wrap-2_item {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 24px 20px;
    box-shadow: unset;
  }
  .wrap-2 .wrap-2_swiper .wrap-2-swiper-wrapper .wrap-2_item .item-desc,
  .wrap-2 .wrap-2_swiper .wrap-2-swiper-wrapper .wrap-2_item .item-title {
    text-align: center;
  }
  .wrap-2 .swiper-pagination-bullet-active {
    background: #fff;
  }
  .wrap-2 .swiper-pagination-bullet {
    background: #ffffff;
  }
  .wrap-2 .wrap-2-rect {
    margin-top: -140px;
  }
  .wrap-3 {
    padding: 0;
  }
  .wrap-3::before {
    width: 254px;
    height: 352px;
    bottom: 70px;
    top: unset;
    left: 0;
    width: 254.08px;
    border-radius: 0 176.3px 0 0;
  }
  .wrap-3 .content-min-box {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .wrap-3 .content-min-box .wrap-3_left {
    width: 100%;
    height: auto;
    margin: 50px 0 0 0;
  }
  .wrap-3 .content-min-box .wrap-3_left img {
    width: 130%;
    margin-left: -15%;
  }
  .wrap-3 .content-min-box .wrap-3_left::before {
    width: 254px;
    height: 352px;
    border-radius: 0 176px 0 0;
    left: -20px;
    bottom: 70px;
  }
  .wrap-3 .content-min-box .wrap-3_right {
    flex: 1;
  }
  .wrap-3 .content-min-box .wrap-3_right .wrap-3_title {
    font-size: 30px;
    text-align: center;
  }
  .wrap-3 .content-min-box .wrap-3_right .wrap-3_card {
    gap: 20px;
    align-items: center;
    justify-content: center;
  }
  .wrap-3 .content-min-box .wrap-3_right .wrap-3_card .card-item {
    width: 46%;
    font-size: 12px;
    border-radius: 8px;
  }
  .wrap-3 .content-min-box .wrap-3_right .wrap-3_card .card-item .num {
    font-size: 24px;
  }
  .wrap-4 .wrap-4_title {
    font-size: 30px;
  }
  .wrap-4 .wrap-4_content {
    padding: 0;
    box-shadow: 0 17px 33px -7px rgba(255, 121, 53, 0.29);
  }
  .wrap-4 .wrap-4_content .wrap-4-swiper {
    padding-bottom: 74px;
  }
  .wrap-4 .wrap-4_content .wrap-4-swiper .swiper-slide {
    flex-direction: column;
    overflow: hidden;
  }
  .wrap-4 .wrap-4_content .wrap-4-swiper .swiper-slide .icon {
    margin: 0 auto -13px auto;
    transform: scale(0.5);
  }
  .wrap-4 .wrap-4_content .wrap-4-swiper .swiper-slide .info {
    width: 100%;
    padding: 0 25px;
    box-sizing: border-box;
    text-align: center;
  }
  .wrap-4 .wrap-4_content .wrap-4-swiper .swiper-slide .stars {
    margin: 12px auto;
    width: max-content;
  }
  .wrap-4 .wrap-4_content .wrap-4-next,
  .wrap-4 .wrap-4_content .wrap-4-prev {
    transform: scale(0.64);
    bottom: 165px;
    top: unset;
  }
  .wrap-4 .wrap-4_content .wrap-4-next {
    right: 32%;
  }
  .wrap-4 .wrap-4_content .wrap-4-prev {
    left: 32%;
  }
  .wrap-4 .wrap-4_content .wrap-4-bottom {
    background: #F8F8FF;
    border-radius: 0 0 13px 13px;
    padding-bottom: 20px;
  }
  .wrap-4 .wrap-4_content .wrap-4-bottom .box {
    background: #F8F8FF;
    height: auto;
    flex-wrap: wrap;
    padding: 0 15px;
    border-radius: 0 0 13px 13px;
  }
  .wrap-4 .wrap-4_content .wrap-4-bottom .box .logo-item1 {
    width: 170px;
    height: 29px;
  }
  .wrap-4 .wrap-4_content .wrap-4-bottom .box .logo-item2 {
    width: 124px;
    height: 22px;
  }
  .wrap-4 .wrap-4_content .wrap-4-bottom .box .logo-item3 {
    width: 108px;
    height: 34px;
  }
  .wrap-4 .wrap-4_content .wrap-4-bottom .box .logo-item4 {
    width: 130px;
    height: 22px;
  }
  .wrap-4 .wrap-4_content .wrap-4-bottom .box .logo-item5 {
    width: 117px;
    height: 17px;
  }
  .wrap-4 .wrap-4_content .wrap-4-bottom .box .logo {
    width: 120px !important;
    height: auto !important;
    margin-top: 15px;
  }
  .wrap-5 {
    padding: 100px 0;
  }
  .wrap-5::before {
    left: unset;
    right: 0;
    width: 500px;
    background: linear-gradient(180deg, #ff954a4e -129.01%, rgba(255, 255, 255, 0) 100%);
  }
  .wrap-5 .content-min-box {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .wrap-5 .content-min-box .bg-icon {
    display: none;
  }
  .wrap-5 .content-min-box .wrap-5_card .card-top {
    font-size: 18px;
    padding: 11px 30px 11px 18px;
    column-gap: 10px;
  }
  .wrap-5 .content-min-box .wrap-5_card .card-top img {
    width: 15px;
    height: 18px;
  }
  .wrap-5 .content-min-box .wrap-5_card .card-content {
    padding: 22px 8px 2px 8px;
    flex-wrap: wrap;
  }
  .wrap-5 .content-min-box .wrap-5_card .card-content .card-content_option {
    padding: 8px 10px;
    font-size: 12px;
    margin-bottom: 18px;
    width: 100%;
    max-width: 100%;
  }
  .wrap-5 .content-min-box .wrap-5_card .card-content ul {
    width: 100%;
    padding: 0 5px;
  }
  .wrap-5 .content-min-box .wrap-5_card .card-content ul li {
    font-size: 12px;
    margin-bottom: 15px;
    text-indent: 0;
  }
  .wrap-5 .content-min-box .wrap-5_card .card-content::after {
    display: none;
  }
  .wrap-5 .content-min-box .card1 {
    flex: 1;
    margin-bottom: 40px;
  }
}
