@media screen and (min-width: 1030px) {
  .bg-orengered {
    height: 400px;
    padding-top: 5%;
    background: url(/catalog/view/theme/chinadivision_web/image/resources/help/magento/api_integration.webp) no-repeat center;
    background-size: cover;
    margin-top: 51px;
  }
  .bg-orengered h1 {
    font-size: 40px;
    color: #FFFFFF;
    margin-bottom: 30px;
  }
  .bg-orengered p {
    font-size: 20px;
    color: #FFFFFF;
    margin-bottom: 30px;
  }
  .bg-orengered .container {
    max-width: 1200px;
  }
  .bg-none {
    background: none !important;
  }
  .started-now {
    border-radius: 100px;
    color: #054A9C;
    padding: 10px 35px;
    font-size: 16px;
  }
  .started-now:hover {
    background: #B9D5E6 !important;
  }
  .commitments-minimum {
    background: #004097;
    padding: 68px 0;
  }
  .commitments-minimum .card-title {
    font-size: 28px;
    color: #FFFFFF;
    margin: 0 0 30px;
  }
  .commitments-minimum .card-text {
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    margin: 0 0 20px;
  }
  .commitments-minimum .about-btn {
    font-size: 18px;
    line-height: 22px;
    color: #004097;
    border-color: #004097 !important;
    border-radius: 100px;
    padding: 14px 57px;
    background: #fff;
    font-weight: 500;
  }
  .main-resources {
    padding: 100px 0;
  }
  .resources {
    padding: 0 120px;
  }
  .resources-content {
    background: #FFFFFF;
    box-shadow: 0 3px 21px 0 rgba(220, 223, 230, 0.5);
    border-radius: 4px;
    padding: 30px;
  }
  .content-title {
    font-size: 20px;
    color: #2C2D2E;
    line-height: 20px;
    margin-bottom: 20px;
  }
  .content-title .point {
    width: 8px;
    height: 8px;
    background: #FF812F;
    margin-right: 15px;
  }
  .list-title {
    font-size: 16px;
    color: #2C2D2E;
    letter-spacing: 0;
    line-height: 16px;
    margin-bottom: 15px;
  }
  .content-list .card-title {
    font-size: 14px;
    color: #2C2D2E;
    line-height: 1.5;
    font-weight: 400;
  }
  .content-list .card-text {
    margin-bottom: 30px;
  }
  .content-text {
    font-size: 16px;
    color: #2C2D2E;
    letter-spacing: 0;
    line-height: 16px;
    margin-bottom: 1rem;
    cursor: pointer;
  }
  .content-subtext {
    padding: 15px 20px;
    font-size: 14px;
    line-height: 19px;
    color: #6B6B6B;
    background: #F1F7FF;
    border-radius: 5.19px;
    margin-bottom: 1rem;
  }
  .resources-right {
    background: #F7F7F7;
  }
  .resources-right,
  .resources-left,
  .service-guide {
    padding: 80px 0;
  }
  .resources-right ul li .s-red,
  .resources-left ul li .s-red {
    color: #E60012;
    width: 6px;
    height: 6px;
    left: 15px;
  }
  .appeal-sourcing ul li .s-red {
    left: 30px;
  }
  .resources-subtitle {
    font-size: 28px;
    color: #2C2D2E;
    margin-bottom: 30px;
  }
  .resources-subtext {
    font-size: 16px;
    color: #6B6B6B;
    letter-spacing: 0;
    line-height: 30px;
    margin-bottom: 30px;
  }
  .resources-card {
    border-radius: 4px;
    background: #F7F7F7;
  }
  .resources-card .card-title {
    font-size: 16px;
    color: #2C2D2E;
    line-height: 16px;
    margin-bottom: 20px;
  }
  .resources-card .card-text {
    font-size: 14px;
    color: #6B6B6B;
    line-height: 25px;
    margin-bottom: 10px;
  }
  .hr {
    width: 18px;
    height: 2px;
    background: #004097;
    border-radius: 8px;
  }
  .step-subtext {
    height: 27px;
    line-height: 27px;
    font-size: 20px;
    color: #004097;
    margin-bottom: 40px;
  }
  .video-boom {
    width: 900px;
    height: 506px;
    box-shadow: 0px 3px 13px rgba(0, 0, 0, 0.3);
    background: #fff;
    border-radius: 4px;
    margin-bottom: 60px;
  }
  .our-fulfillment .fulfillment-plugin {
    margin-bottom: 20px;
  }
  .our-fulfillment .fulfillment-plugin img {
    transition: all 0.6s;
    width: 100%;
  }
  .our-fulfillment .fulfillment-plugin img::hover {
    transform: scale(1.2);
  }
  .advantages-title {
    font-size: 24px !important;
    line-height: 33px;
    margin-bottom: 50px !important;
  }
  .advantages-desc {
    font-size: 14px !important;
    line-height: 26px;
    width: 820px;
    margin: 0 auto;
    width: 100%;
    color: #fff;
  }
  .advantages-desc:nth-of-type(2) {
    margin-bottom: 30px;
  }
  .choice_box {
    display: flex;
    justify-content: center;
  }
  .choice_box .choice_img {
    margin-right: 15px;
  }
  .choice_box a {
    width: 226px;
    height: 100px;
    background: #FFFFFF;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .choice_box a img {
    transform: scale(1);
    transition: all 0.6s;
    width: 160px;
  }
  .choice_box a:hover img {
    transform: scale(1.2);
  }
  .choice_bottom {
    margin: 45px 0 25px;
  }
  .pc-tips {
    display: block;
  }
  .phone-tips {
    display: none;
  }
  .plat-form {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f7f7f7;
  }
  .plat-form .container {
    padding: 50px 0;
    width: 1140px;
  }
  .plat-form .container .container-title {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
  }
  .plat-form .container .container-remark {
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    color: #686868;
    margin-bottom: 30px;
  }
  .plat-form .container .our-fulfillment {
    margin-top: 80px;
  }
  .plat-form .container .our-fulfillment .components {
    display: flex;
    flex-wrap: wrap;
    width: 1110px;
    min-width: 1110px;
  }
  .plat-form .container .our-fulfillment .components .choice_img {
    width: 210px;
    height: 100px;
    background: #FFFFFF;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 45px;
    margin-right: 15px;
  }
  .plat-form .container .our-fulfillment .components .choice_img:nth-child(5) {
    margin-right: 0px;
  }
  .plat-form .container .our-fulfillment .components .choice_img:nth-child(6) {
    margin-left: 112.5px;
  }
  .plat-form .container .our-fulfillment .components .choice_img:nth-child(9) {
    margin-right: 112.5px;
  }
  .logistics {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .logistics .container {
    padding: 80px 0;
    width: 1140px;
  }
  .logistics .container .container-title {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
  }
  .logistics .container .container-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .logistics .container .container-box .box-item {
    width: 353px;
    border-left: 2px solid #004097;
    padding: 50px 25px;
    box-sizing: border-box;
    box-shadow: 0 2px 10px 0 rgba(28, 28, 28, 0.14) !important;
  }
  .logistics .container .container-box .box-item:nth-child(3) .item-image {
    width: 80px;
    height: 44px;
    margin-left: -20px;
  }
  .logistics .container .container-box .box-item .item-image {
    width: 50px;
    height: 44px;
  }
  .logistics .container .container-box .box-item .item-title {
    font-size: 20px;
    margin: 30px 0 20px 0;
  }
  .logistics .container .container-box .box-item .item-remark {
    font-size: 16px;
    line-height: 32px;
    color: #686868;
  }
  .system {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f7f7f7;
  }
  .system .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 100px 0;
    width: 1140px;
  }
  .system .container .container-item {
    background-color: #fff;
    display: flex;
    justify-content: center;
    padding: 30px;
    width: 530px;
  }
  .system .container .container-item .item-left {
    color: #004097;
    border: 1px solid #cccc;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 50px;
    min-width: 50px;
    height: 50px;
    margin-right: 20px;
    font-size: 24px;
    font-weight: bold;
  }
  .system .container .container-item .item-right .right-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .system .container .container-item .item-right .right-remark {
    font-size: 16px;
    line-height: 32px;
    color: #686868;
  }
}
@media screen and (max-width: 1031px) {
  .bg-orengered {
    background: url(/catalog/view/theme/chinadivision_web/image/resources/help/magento/api_integration.webp) no-repeat center;
    background-size: cover;
    margin-top: 1rem;
    height: 6rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .commitments-minimum-team {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .commitments-minimum-team h1 {
    font-family: SFProDisplay-Black;
    font-size: 0.34rem;
    font-weight: bold;
    color: #FFFFFF;
    letter-spacing: -0.36px;
    text-align: center;
    margin-bottom: 0.3rem !important;
  }
  .advantages-title,
  .advantages-desc {
    font-family: SFProDisplay-Black;
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #FFFFFF;
    letter-spacing: -0.36px;
    width: 90%;
    margin-left: 5%;
    margin-bottom: 5px !important;
    text-align: center;
  }
  .started-now {
    display: none;
  }
  .resources-left .resources-subtitle {
    font-size: 0.32rem;
    color: #2C2D2E;
    letter-spacing: 0;
    text-align: center;
    line-height: 0.46rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .resources-left .resources-subtext {
    font-family: SFProText-Regular;
    font-size: 0.28rem;
    color: #6B6B6B;
    letter-spacing: 0;
    line-height: 0.56rem;
    margin-bottom: 0.5rem;
  }
  .resources-left .resources-card {
    background: #F7F7F7;
    border-radius: 2px;
    padding: 20px 16px 23px 16px;
  }
  .resources-left .card {
    background-color: #f7f7f7;
  }
  .resources-left .col-md-4 .mt-4 {
    flex: 1;
    margin: 0.5rem 0 !important;
  }
  .resources-left .col-md-4 .mt-4 img {
    width: 1.5rem;
  }
  .resources-left .col-md-4 .card-body {
    padding: 0!important;
  }
  .resources-left .col-md-4 .card-body .card-title,
  .resources-left .col-md-4 .card-body .card-text {
    font-size: 0.3rem;
    color: #6b6b6b;
    margin: 0 0 0.2rem 0 !important;
  }
  .resources-left .col-md-4:nth-child(1) .text-center img {
    content: url("/catalog/view/theme/chinadivision_web/image/integrations/fulfillment-integrations/icon_features_phone.png");
  }
  .resources-left .col-md-4:nth-child(2) .text-center img {
    content: url("/catalog/view/theme/chinadivision_web/image/integrations/fulfillment-integrations/icon_Advantages_phone.png");
  }
  .resources-left .col-md-4:nth-child(3) .text-center img {
    content: url("/catalog/view/theme/chinadivision_web/image/integrations/fulfillment-integrations/icon_steps_phone.png");
  }
  .resources-left .container {
    padding: 0.5rem 0.32rem;
  }
  .resources-left .container .row {
    width: 100%;
    display: block;
    margin: 0;
  }
  .resources-left .container .row .col-md-4 {
    max-width: 100%!important;
    width: 100%;
    padding: 0;
  }
  .resources-left .container .row .col-md-4:nth-child(3) {
    margin-bottom: 0.2rem !important;
  }
  .plat-form .container {
    padding: 0.5rem 0.3rem;
    text-align: center;
  }
  .plat-form .container .container-title {
    font-size: 0.38rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
  }
  .plat-form .container .container-remark {
    font-size: 0.28rem;
    line-height: 0.46rem;
    margin-bottom: 0.5rem;
    color: #686868;
  }
  .plat-form .container .our-fulfillment .components {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .plat-form .container .our-fulfillment .components .choice_img {
    width: 3.2rem;
    height: 1rem;
  }
  .plat-form .container .our-fulfillment .components .choice_img img {
    border: 0;
    width: 100%;
    max-width: 100%;
    vertical-align: top;
    height: auto;
  }
  .plat-form .container .our-fulfillment .components .choice_img:nth-child(1) img {
    content: url("https://img1.cnstormgroup.com/ad311ef8a8659749a2fb06fddd036f68");
  }
  .plat-form .container .our-fulfillment .components .choice_img:nth-child(2) img {
    content: url("/catalog/view/theme/chinadivision_web/image/integrations/fulfillment-integrations/amazon2x.png");
  }
  .plat-form .container .our-fulfillment .components .choice_img:nth-child(3) img {
    content: url("https://img1.cnstormgroup.com/bdaca1a3bb1d14a58164fd3d6b07fb17");
  }
  .plat-form .container .our-fulfillment .components .choice_img:nth-child(4) img {
    content: url("https://img1.cnstormgroup.com/575690a65d17bd00e3ca474e0c0d55a0");
  }
  .plat-form .container .our-fulfillment .components .choice_img:nth-child(5) img {
    content: url("https://img1.cnstormgroup.com/7b37bb547654124edd451c1430732168");
  }
  .plat-form .container .our-fulfillment .components .choice_img:nth-child(6) img {
    content: url("https://img1.cnstormgroup.com/a40ffb3aefaf86c4dc37b0e7bba14f2a");
  }
  .plat-form .container .our-fulfillment .components .choice_img:nth-child(7) img {
    content: url("https://img1.cnstormgroup.com/f33b344ef705ca647c8d55449b391288");
  }
  .plat-form .container .our-fulfillment .components .choice_img:nth-child(8) img {
    content: url("https://img1.cnstormgroup.com/e23a203869ead520140066ba56690786");
  }
  .plat-form .container .our-fulfillment .components .choice_img:nth-child(9) {
    margin-bottom: 0.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .plat-form .container .our-fulfillment .components .choice_img:nth-child(9) img {
    width: 2.145rem;
    height: 0.327rem;
    content: url("/catalog/view/theme/chinadivision_web/image/integrations/fulfillment-integrations/shipstation.webp");
  }
  .logistics .container {
    padding: 0.5rem 0.3rem;
  }
  .logistics .container .container-title {
    font-size: 0.4rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0.5rem;
  }
  .logistics .container .container-box .box-item {
    background-color: #fff;
    border-left: 2px solid #004097;
    padding: 0.8rem 0.5rem;
    box-sizing: border-box;
    box-shadow: 0 2px 10px 0 rgba(28, 28, 28, 0.14) !important;
    margin-bottom: 0.5rem;
  }
  .logistics .container .container-box .box-item .item-image {
    width: 1rem;
    height: 1rem;
  }
  .logistics .container .container-box .box-item:nth-child(3) .item-image {
    width: 1.8rem;
    height: 1rem;
    margin-left: -0.4rem;
  }
  .logistics .container .container-box .box-item .item-title {
    font-size: 0.3rem;
    font-weight: bold;
    margin: 0.3rem 0;
  }
  .logistics .container .container-box .box-item .item-remark {
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #686868;
  }
  .system {
    background-color: #f7f7f7;
  }
  .system .container {
    padding: 0.5rem 0.3rem;
  }
  .system .container .container-item {
    background-color: #fff;
    padding: 0.5rem 0.5rem;
    display: flex;
    justify-content: center;
    margin-bottom: 0.5rem;
  }
  .system .container .container-item .item-left {
    width: 1rem;
    height: 1rem;
    min-width: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 50%;
    font-size: 0.3rem;
    font-weight: bold;
    color: #004097;
    margin-right: 0.5rem;
  }
  .system .container .container-item .item-right .right-title {
    font-size: 0.36rem;
    font-weight: bold;
    margin-bottom: 0.3rem;
  }
  .system .container .container-item .item-right .right-remark {
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #686868;
  }
  .pc-tips {
    display: none!important;
  }
  .phone-tips {
    display: block;
  }
  .resources-right {
    padding-top: 0.5rem;
    box-sizing: border-box;
    background-color: #f7f7f7;
  }
  .resources-right .container .resources-subtitle {
    font-size: 0.36rem;
    font-weight: bold;
  }
  .choice_img {
    width: 45%;
  }
  .font3 {
    font-family: SFProText-Regular;
    font-size: 12px;
    color: #6B6B6B;
    letter-spacing: -0.2px;
    line-height: 22px;
  }
  .mb-30 {
    margin-bottom: 30px;
  }
  .font13 {
    font-family: SFProDisplay-Regular;
    font-size: 18px;
    color: #2C2D2E;
    letter-spacing: 0;
    text-align: center;
    line-height: 18px;
    margin-top: 24px;
    margin-bottom: 20px;
  }
  .font14 {
    font-family: SFProText-Medium;
    font-size: 14px;
    color: #2C2D2E;
    text-align: center;
    line-height: 22px;
    margin-bottom: 16px;
    margin-top: 24px;
  }
  .font15 {
    font-family: SFProText-Regular;
    font-size: 12px;
    color: #6B6B6B;
    letter-spacing: 0;
    line-height: 22px;
  }
  .font16 {
    font-family: SFProText-Regular;
    font-size: 14px;
    color: #2C2D2E;
    text-align: center;
    line-height: 22px;
    margin-top: 20px;
  }
  .font11 {
    font-family: SFProDisplay-Regular;
    font-size: 16px;
    color: #2C2D2E;
    text-align: center;
    line-height: 22px;
    margin-bottom: 15px;
    margin-top: 12px;
  }
  .pb-30 {
    padding-bottom: 30px;
  }
  .mb-16 {
    margin-bottom: 16px;
  }
  .padding2 {
    background: #F7F7F7;
    border-radius: 2px;
    padding: 20px 16px 23px 16px;
  }
  .mt-40 {
    margin-top: 30px;
    margin-bottom: 19px;
  }
  .font17 {
    font-family: OpenSans;
    font-size: 14px;
    color: #2C2D2E;
    text-align: center;
    line-height: 14px;
    margin-bottom: 16px;
  }
  .font18 {
    font-family: OpenSans;
    font-size: 12px;
    color: #6B6B6B;
    text-align: center;
    line-height: 12px;
  }
  .font19 {
    font-family: OpenSans;
    font-size: 12px;
    color: #6B6B6B;
    text-align: center;
    line-height: 12px;
    margin-bottom: 30px;
  }
  .hr {
    width: 18px;
    height: 2px;
    background: #004097;
    border-radius: 8px;
  }
  .step-subtext {
    font-family: OpenSans;
    font-size: 14px;
    color: #004097;
    text-align: center;
    line-height: 14px;
    margin-bottom: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .imgwidth1 {
    width: 45%;
  }
  .mb-15 {
    margin-bottom: 15px;
  }
  .mb-151 {
    padding-bottom: 30px;
  }
  .h-150 {
    margin-top: 86px;
  }
  .font1 {
    margin-bottom: 5px !important;
  }
  .video-boom {
    width: 100%!important;
    height: 5rem!important;
  }
  .commitments-minimum {
    display: none;
  }
}
