.list-arrow {
  display: inline-block;
  width: 12px;
  height: 7px;
  transform: rotate(180deg);
  transition: all 0.5s;
}
.list-arrow-roate {
  transform: rotate(0deg);
}
.bg-orengered {
  background: url(/catalog/view/theme/chinadivision_web/image/resources/help/magento/api_integration.webp) no-repeat center !important;
  background-size: cover;
}
.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 64px 20px;
}
.header {
  text-align: center;
  margin-bottom: 64px;
}
.header h2 {
  font-size: 36px;
  font-weight: bold;
  color: #111827;
  margin-bottom: 24px;
}
.header p {
  font-size: 18px;
  color: #212529;
  max-width: 1140px;
  margin: 0 auto;
  line-height: 1.6;
}
.cards-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}
.card-box {
  padding: 20px;
  color: white;
  border-radius: 12px;
  width: calc(50% - 12px);
  min-width: 300px;
}
.card-box:nth-child(1) {
  background: #84AFEF;
}
.card-box:nth-child(2) {
  background: #3384FF;
}
.card-box:nth-child(3) {
  background: #074DB5;
  width: 560px;
  margin: 0 auto;
}
.card-header {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  padding-left: 0 !important;
  background: transparent;
  border: none;
}
.card-header img {
  width: 40px;
  height: 40px;
  margin-right: 16px;
  object-fit: contain;
}
.card-header h3 {
  font-size: 20px;
  font-weight: 600;
}
.feature-list {
  list-style-type: disc;
  /* 显示实心圆点，可改成 circle/square/decimal 等 */
  padding-left: 20px;
  /* 留出点和文字的间距 */
  margin-bottom: 0;
}
.feature-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px;
  position: relative;
}
.feature-list li span {
  font-size: 14px;
}
.feature-list li::before {
  content: "•";
  /* 也可以换成图片: url(icon.png) */
  position: absolute;
  left: -20px;
  top: 2px;
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
}
.q-a-box {
  padding: 40px 0;
}
@media screen and (min-width: 1030px) {
  .content-menu {
    display: none;
  }
  .bg-orengered {
    padding-top: 5% !important;
  }
  .main-content .container p {
    margin-bottom: 24px !important;
  }
  .main-resources {
    padding: 100px 0 50px 0;
  }
  .main-resources .resources-text p {
    font-size: 14px;
    line-height: 24px;
  }
  .LearnMore {
    margin-bottom: 66px;
    margin-top: 30px;
    width: 100%;
    text-align: center;
  }
  .LearnMore a {
    width: 200px;
    height: 40px;
    background: #0066ff;
    border-radius: 5px;
    font-size: 18px;
    font-family: Open Sans;
    font-weight: 600;
    line-height: 40px;
    text-align: center;
    color: #ffffff !important;
    display: inline-block;
    text-decoration: none;
    box-sizing: border-box;
    cursor: pointer;
  }
  .LearnMore a:hover {
    color: #0066ff !important;
    background-color: #fff;
    border: 1px solid #0066ff;
  }
  .has-text-align-center {
    font-size: 1.2rem !important;
  }
  .q-a-box {
    display: flex;
    justify-content: center;
  }
  .q-a-box .q-a-content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .q-a-box .q-a-content .q-a-title {
    font-size: 30px;
    font-family: Open Sans;
    font-weight: bold;
    color: #161616;
    margin-bottom: 40px;
  }
  .q-a-box .q-a-content .q-a-item {
    width: 800px;
    background: #ffffff;
    border: 1px solid #eef0f2;
    cursor: pointer;
    margin-bottom: 30px;
    transition: all 0.3s;
  }
  .q-a-box .q-a-content .q-a-item .item-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 22px 35px;
  }
  .q-a-box .q-a-content .q-a-item .item-title h3 {
    font-size: 20px;
    font-family: Open Sans;
    font-weight: 600;
    color: #212b36;
    word-wrap: break-word;
    word-break: break-word;
    margin-bottom: 0;
  }
  .q-a-box .q-a-content .q-a-item .item-title img {
    width: 20px;
    height: 12px;
    transform: rotate(0deg);
    transition-property: width, height, transform;
    transition-duration: 0.1s;
  }
  .q-a-box .q-a-content .q-a-item .item-remark {
    display: none;
    font-size: 18px;
    font-family: Open Sans;
    font-weight: 400;
    color: #212b36;
    box-sizing: border-box;
    padding: 30px 35px;
    position: relative;
    word-wrap: break-word;
    word-break: break-word;
  }
  .q-a-box .q-a-content .q-a-item .item-remark::before {
    position: absolute;
    content: "";
    width: 102px;
    height: 1px;
    background-color: #eef0f2;
    left: 35px;
    top: 0;
  }
  .q-a-box .q-a-content .active .item-title img {
    transform: rotate(180deg);
  }
  .q-a-box .q-a-content .active .item-remark {
    display: block;
  }
  .choice {
    padding-top: 80px;
    box-sizing: border-box;
    background-size: 100% 100%;
    background: #F8F8F8;
    padding-bottom: 80px;
  }
  .choice .choice_item {
    width: 1200px;
    margin: 0 auto;
  }
  .choice .choice_item .choice_title {
    width: 715px;
    font-size: 32px;
    font-family: Open Sans;
    font-weight: 800;
    color: #161616;
    line-height: 38px;
    text-align: center;
    margin: 0 auto 90px;
  }
  .choice .choice_item .choice_box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    height: 250px;
  }
  .choice .choice_item .choice_box .choice_img {
    margin-right: 15px;
  }
  .choice .choice_item .choice_box .choice_img:nth-child(5) {
    margin-right: 0;
  }
  .choice .choice_item .choice_box .choice_img:nth-child(1) img {
    height: 46px;
  }
  .choice .choice_item .choice_box .choice_img:nth-child(2) img {
    height: 44px;
  }
  .choice .choice_item .choice_box .choice_img:nth-child(3) img {
    height: 40px;
  }
  .choice .choice_item .choice_box .choice_img:nth-child(4) img {
    height: 35px;
  }
  .choice .choice_item .choice_box .choice_img:nth-child(5) img {
    height: 46px;
  }
  .choice .choice_item .choice_box .choice_img:nth-child(6) img {
    height: 38px;
  }
  .choice .choice_item .choice_box .choice_img:nth-child(7) img {
    height: 42px;
  }
  .choice .choice_item .choice_box .choice_img:nth-child(8) img {
    height: 72px;
  }
  .choice .choice_item .choice_box .choice_img:nth-child(9) img {
    height: 32px;
  }
  .choice .choice_item .choice_box a {
    width: 226px;
    height: 100px;
    background: #ffffff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .choice .choice_item .choice_box a img {
    transform: scale(1);
    transition: all 0.6s;
  }
}
@media screen and (max-width: 1030px) {
  .zm-float_btn_wrap {
    right: 20px !important;
    left: unset !important;
  }
  .bg-orengered {
    height: 7rem !important;
    background-size: auto 100% !important;
    padding-top: 1.3rem !important;
  }
  .zm-float_btn_icon svg {
    position: absolute !important;
  }
  .started-now {
    font-size: 0.3rem !important;
    line-height: 0.4rem !important;
  }
  .card-box {
    width: 100% !important;
    padding: 0.2rem;
  }
  .header h2 {
    font-size: 0.4rem;
  }
  .header p {
    font-size: 0.32rem;
    line-height: 0.5rem;
  }
  .container {
    padding-top: 5% !important;
  }
  .container h1 {
    font-size: 0.4rem !important;
    line-height: 0.5rem !important;
  }
  .container p {
    font-size: 0.28rem !important;
    line-height: 0.38rem !important;
  }
  .card-header {
    padding: 0.2rem 0;
    justify-content: center;
    margin-bottom: 0.2rem;
  }
  .card-header h3 {
    font-size: 0.32rem !important;
    line-height: 0.6rem;
    margin-bottom: 0 !important;
  }
  .card-header img {
    width: 0.6rem;
    height: 0.6rem;
  }
  .feature-list li span {
    font-size: 0.28rem;
  }
  .feature-list li::before {
    left: -0.2rem;
    top: 0.05rem;
    font-size: 0.28rem;
  }
  .col-md-9 {
    flex: unset;
    max-width: 100%;
  }
  .col-md-4 {
    flex: unset;
    max-width: 100%;
  }
  .commitments-minimum-team h1 {
    font-size: 20px;
  }
  .commitments-minimum-team .started-now {
    margin-top: 20px;
    margin-bottom: 50px;
  }
  .container.main-resources {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
  }
  .container.main-resources .row {
    margin-right: 0 !important;
  }
  .main-resources {
    padding: 50px 0;
  }
  .main-resources .flex-wrap {
    padding: 0;
  }
  .main-resources h2 {
    line-height: unset;
  }
  .main-resources h3 {
    font-size: 0.32rem !important;
    text-align: center;
    margin-bottom: 10px ;
    line-height: 0.38rem;
  }
  .main-resources .resources-text p {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .main-resources .col-md-4 {
    width: 100% !important;
  }
  section h2 {
    text-align: center;
    line-height: 25px;
    font-size: 0.4rem;
  }
  .content-menu {
    position: fixed;
    background: #fff;
    top: 50%;
    width: 0.6rem;
    height: 0.56rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    box-shadow: 0 5px 25px #0000000a, 0 3.2px 12px #00000014;
    z-index: 10001;
  }
  .content-menu .content-menu-item {
    width: 0.43rem;
    height: 0.43rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .content-menu .content-menu-item img {
    width: 100%;
  }
  .faqs-nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10002;
    justify-content: center;
    align-items: center;
  }
  .faqs-nav .mask-nav-bar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.5;
  }
  .faqs-nav .left-nav-bar {
    z-index: 10003;
    width: calc(100% - 2rem);
    margin-top: 1.5rem;
  }
  .faqs-nav .left-nav-bar li {
    display: flex;
    flex-direction: column;
  }
  .LearnMore {
    margin-bottom: 0;
    margin-top: 0;
    width: 100%;
    text-align: center;
  }
  .LearnMore a {
    width: 3rem;
    height: 0.8rem;
    background: #0066ff;
    border-radius: 5px;
    font-size: 0.32rem;
    font-family: Open Sans;
    font-weight: 600;
    line-height: 0.8rem;
    text-align: center;
    color: #ffffff !important;
    display: inline-block;
    text-decoration: none;
    box-sizing: border-box;
    cursor: pointer;
  }
  .LearnMore a:hover {
    color: #0066ff !important;
    background-color: #fff;
    border: 1px solid #0066ff;
  }
  .q-a-box {
    display: flex;
    margin-top: 0.9rem;
    margin-bottom: 1rem;
    justify-content: center;
    padding: 0 0.32rem;
  }
  .q-a-box .q-a-content {
    width: 100%;
  }
  .q-a-box .q-a-content .q-a-title {
    font-size: 0.32rem;
    font-family: Open Sans;
    font-weight: 800;
    color: #161616;
    text-align: center;
    margin-bottom: 0.56rem;
  }
  .q-a-box .q-a-content .q-a-item {
    background-color: #fff;
    border: 1px solid #eef0f2;
    margin-bottom: 0.5rem;
  }
  .q-a-box .q-a-content .q-a-item .item-title {
    box-sizing: border-box;
    padding: 0.3rem 0.2rem;
    display: flex;
    justify-content: space-between;
  }
  .q-a-box .q-a-content .q-a-item .item-title h3 {
    font-size: 0.26rem;
    font-family: Open Sans;
    font-weight: 600;
    color: #212B36;
    word-wrap: break-word;
    word-break: break-word;
    margin-bottom: 0;
    line-height: unset;
  }
  .q-a-box .q-a-content .q-a-item .item-title img {
    margin-top: 0.15rem;
    width: 0.28rem;
    height: 0.16rem;
    transform: rotate(0deg);
    transition-property: width, height, transform;
    transition-duration: 0.1s;
  }
  .q-a-box .q-a-content .q-a-item .item-remark {
    display: none;
    box-sizing: border-box;
    padding: 0.3rem 0.18rem 0.3rem 0.3rem;
    font-size: 0.26rem;
    font-family: Open Sans;
    font-weight: 400;
    color: #212B36;
    position: relative;
    word-wrap: break-word;
    word-break: break-word;
  }
  .q-a-box .q-a-content .active .item-title img {
    transform: rotate(180deg);
  }
  .q-a-box .q-a-content .active .item-remark {
    display: block !important;
  }
  .q-a-box .q-a-content .active .item-remark::before {
    position: absolute;
    content: "";
    width: 1.02rem;
    height: 0.02rem;
    background-color: #eef0f2;
    top: 0;
    left: 0.3rem;
  }
  .choice {
    padding: 0.96rem 0.32rem 1.1rem;
    background-color: #F8F8F8;
  }
  .choice .choice_item .choice_title {
    font-size: 0.4rem;
    font-family: Open Sans !important;
    font-weight: 800;
    color: #161616;
    line-height: 0.5rem;
    text-align: center;
    margin-bottom: 0.6rem;
  }
  .choice .choice_item .choice_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .choice .choice_item .choice_box .choice_img {
    width: 3.28rem;
    height: 1.44rem;
    display: flex;
    line-height: 0.64rem;
    background: #ffffff;
    border-radius: 0.1rem;
    padding: 0.4rem;
    box-sizing: border-box;
    margin-bottom: 0.29rem;
  }
  .choice .choice_item .choice_box .choice_img img {
    width: 100%;
    height: auto;
    aspect-ratio: 192/35;
  }
  .choice .choice_item .choice_box .choice_img:nth-child(9) {
    padding: 0.5rem 0.4rem;
  }
}
@media screen and (max-width: 768px) {
  .bg-orengered {
    height: auto;
    padding-top: 20%;
  }
  .content-title {
    font-size: 0.36rem;
    color: #2c2d2e;
    line-height: 0.45rem;
    margin-bottom: 20px;
  }
}
.resources-text {
  box-shadow: 0 3px 21px 0 rgba(220, 223, 230, 0.5);
  padding: 25px;
  margin: 20px 0;
}
