@media screen and (min-width: 1030px) {
  .bg-orengered {
    background-size: cover;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 5%;
  }
  .bg-none {
    background: none !important;
  }
  .bg-orengered h1 {
    font-size: 40px;
    color: #FFFFFF;
    margin-bottom: 30px;
  }
  .bg-orengered p {
    font-size: 20px;
    color: #FFFFFF;
    margin-bottom: 30px;
  }
  .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: 30px;
    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;
  }
  .bg-orengered {
    background: url(/catalog/view/theme/chinadivision_web/image/integrations/api/banner_API.png) no-repeat center;
    background-size: cover;
    margin-top: 51px;
  }
  .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 .card-title {
    font-size: 16px;
    color: #2C2D2E;
    line-height: 16px;
    margin-bottom: 20px;
  }
  .resources-card .card-text {
    font-size: 14px;
    color: #6B6B6B;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .resources-card {
    border-radius: 4px;
    background: #F7F7F7;
  }
  .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: 16px !important;
    line-height: 33px;
    margin-bottom: 50px !important;
  }
  .advantages-desc {
    font-size: 14px !important;
    line-height: 26px;
    width: 820px;
    margin: 0 auto;
  }
  .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_bottom {
    margin: 45px 0 25px;
  }
  .choice_box a:hover img {
    transform: scale(1.2);
  }
  .choice_box a img {
    transform: scale(1);
    transition: all 0.6s;
    width: 160px;
  }
  .pc-tips {
    display: block;
  }
  .phone-tips {
    display: none;
  }
  .resources-right .components {
    display: flex;
    flex-wrap: wrap;
    width: 1110px;
    min-width: 1110px;
  }
  .resources-right .components .choice_img {
    width: 210px;
    height: 100px;
    background: #FFFFFF;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 45px;
  }
  .resources-right .components .choice_img {
    margin-right: 15px;
  }
  .resources-right .components .choice_img:nth-child(5) {
    margin-right: 0px;
  }
  .resources-right .components .choice_img:nth-child(6) {
    margin-left: 112.5px;
  }
  .resources-right .components .choice_img:nth-child(9) {
    margin-right: 112.5px;
  }
  .reasons-main {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .reasons-main .container {
    width: 1140px;
    padding: 100px 0;
  }
  .reasons-main .container .container-title {
    font-weight: 600;
    font-size: 28px;
    text-align: center;
  }
  .reasons-main .container .container-remark {
    font-size: 18px;
    margin-top: 30px;
    text-align: center;
    line-height: 30px;
  }
  .reasons-main .container .container-box {
    margin-top: 50px;
    display: grid;
    grid-template-columns: 500px 500px;
    grid-gap: 30px 100px;
  }
  .reasons-main .container .container-box .box-item {
    display: flex;
    background-color: #fff;
    border: 1px solid #eef0f2;
    border-radius: 5px;
    box-shadow: 12px 20px 10px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 50px 30px;
  }
  .reasons-main .container .container-box .box-item .item-image img {
    width: 30px;
    margin-right: 10px;
  }
  .reasons-main .container .container-box .box-item .item-content .content-title {
    font-size: 20px;
  }
  .reasons-main .container .container-box .box-item .item-content .content-remark {
    font-size: 16px;
    line-height: 24px;
  }
  .reasons-main .container .container-bottom {
    margin-top: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .reasons-main .container .container-bottom a {
    width: 138px;
    height: 32px;
    border: 1px solid #003D98;
    background: #003D98;
    border-radius: 4px;
    font-size: 14px;
    font-family: Open Sans;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 32px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s;
  }
  .reasons-main .container .container-bottom a:hover {
    background: #fff;
    color: #003D98;
  }
  .companles {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f7f7f7;
  }
  .companles .container {
    padding: 100px 0 100px 0;
    width: 1140px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .companles .container .container-left .container-left-title {
    font-size: 28px;
    font-weight: bold;
  }
  .companles .container .container-left .container-left-remark {
    margin-top: 30px;
    font-size: 16px;
    line-height: 30px;
  }
  .companles .container .container-right {
    margin-left: 50px;
  }
  .companles .container .container-right img {
    width: 350px;
    border-radius: 10px;
  }
  .platform {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f7f7f7;
  }
  .platform .container {
    width: 1140px;
    padding: 100px 0 0 0;
  }
  .platform .container .platform_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;
  }
  .platform .container .platform_box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    height: 250px;
  }
  .platform .container .platform_box .platform_img {
    margin-right: 15px;
  }
  .platform .container .platform_box .platform_img:nth-child(5) {
    margin-right: 0;
  }
  .platform .container .platform_box a {
    width: 215px;
    height: 100px;
    background: #ffffff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .platform .container .platform_box a img {
    transform: scale(1);
    transition: all 0.6s;
  }
  .platform .container .platform_box a:hover img {
    transform: scale(1.2);
  }
  .platform .container .choice_bottom {
    margin: 45px 0 85px;
  }
  .LearnMore {
    margin-bottom: 66px;
    margin-top: 30px;
    width: 100%;
    text-align: center;
  }
  .LearnMore a {
    width: 260px;
    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;
  }
  .choice {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px 0;
    background-color: #f7f7f7;
  }
  .choice .container {
    width: 1140px;
  }
  .choice .container .container-title {
    font-size: 32px;
    text-align: center;
  }
  .choice .container .choice_box {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    height: 220px;
  }
  .choice .container .choice_box .choice_img {
    margin-right: 15px;
  }
  .choice .container .choice_box a {
    width: 300px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #Fff;
    border-radius: 10px;
  }
  .choice .container .choice_box a img {
    margin-right: 15px;
    width: 30px;
  }
  .choice .container .choice_box a:hover p {
    color: #003d98;
  }
  .choice .container .choice_box a p {
    width: 120px;
    font-size: 16px;
    color: #212529;
    margin-bottom: unset;
  }
}
@media screen and (max-width: 1030px) {
  .reasons-main {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .reasons-main .container {
    padding: 1rem 0.32rem;
  }
  .reasons-main .container .container-title {
    font-weight: 600;
    font-size: 0.36rem;
    text-align: center;
  }
  .reasons-main .container .container-remark {
    font-size: 0.26rem;
    margin-top: 0.3rem;
    text-align: center;
    line-height: 0.4rem;
  }
  .reasons-main .container .container-box {
    margin-top: 0.5rem;
  }
  .reasons-main .container .container-box .box-item {
    display: flex;
    background-color: #fff;
    border: 1px solid #eef0f2;
    border-radius: 5px;
    box-shadow: 12px 20px 10px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 0.5rem 0.3rem;
    margin-bottom: 0.5rem;
  }
  .reasons-main .container .container-box .box-item .item-image img {
    width: 0.3rem;
    margin-right: 0.1rem;
  }
  .reasons-main .container .container-box .box-item .item-content .content-title {
    font-size: 0.28rem;
    font-weight: bold;
  }
  .reasons-main .container .container-box .box-item .item-content .content-remark {
    margin-top: 0.3rem;
    font-size: 0.26rem;
    line-height: 0.4rem;
  }
  .reasons-main .container .container-bottom {
    margin-top: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .reasons-main .container .container-bottom a {
    width: 138px;
    height: 32px;
    border: 1px solid #003D98;
    background: #003D98;
    border-radius: 4px;
    font-size: 14px;
    font-family: Open Sans;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 32px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s;
  }
  .reasons-main .container .container-bottom a:hover {
    background: #fff;
    color: #003D98;
  }
  .companles {
    background-color: #f7f7f7;
  }
  .companles .container {
    padding: 0.32rem;
  }
  .companles .container .container-left .container-left-title {
    font-size: 0.32rem;
    font-weight: bold;
    text-align: center;
  }
  .companles .container .container-left .container-left-remark {
    margin-top: 0.3rem;
    font-size: 0.26rem;
    text-align: center;
    line-height: 0.4rem;
  }
  .companles .container .container-right {
    margin-top: 0.5rem;
  }
  .companles .container .container-right img {
    width: 100%;
    border-radius: 10px;
  }
  .platform {
    background-color: #f7f7f7;
  }
  .platform .container {
    padding: 0.32rem;
  }
  .platform .container .platform_title {
    font-size: 0.43rem;
    font-family: Open Sans;
    font-weight: 800;
    color: #040000;
    line-height: 0.48rem;
    text-align: center;
    margin-bottom: 0.87rem;
  }
  .platform .container .platform_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .platform .container .platform_box .platform_img {
    width: 3.28rem;
    height: 1.44rem;
    line-height: 0.64rem;
    background: #ffffff;
    border-radius: 0.1rem;
    padding: 0.4rem;
    box-sizing: border-box;
    margin-bottom: 0.29rem;
  }
  .platform .container .platform_box .platform_img img {
    width: 100%;
    height: auto;
    aspect-ratio: 192/35;
  }
  .platform .container .platform_box .platform_img:nth-child(9) {
    padding: 0.5rem 0.4rem;
  }
  .LearnMore {
    height: 0.6rem;
    margin-top: 0.64rem;
  }
  .LearnMore a {
    width: 3.8rem;
    height: 0.6rem;
    background: #0066ff;
    box-shadow: 0rem 0rem 0rem 0rem rgba(0, 0, 0, 0.3);
    border-radius: 0.05rem;
    display: inline-block;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    font-size: 0.28rem;
    font-family: Open Sans;
    font-weight: 600;
    color: #ffffff;
  }
  .choice {
    padding: 0.5rem 0.32rem;
    background-color: #f7f7f7;
  }
  .choice .container {
    padding: 0;
  }
  .choice .container .container-title {
    text-align: center;
    font-size: 0.32rem;
    font-weight: bold;
  }
  .choice .container .choice_box {
    margin-top: 0.6rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .choice .container .choice_box .choice_img {
    width: 3.28rem;
    height: 1.44rem;
    line-height: 0.64rem;
    background: #ffffff;
    border-radius: 0.1rem;
    padding: 0.2rem;
    box-sizing: border-box;
    margin-bottom: 0.29rem;
    display: flex;
    justify-content: start;
  }
  .choice .container .choice_box .choice_img img {
    margin-right: 0.15rem;
  }
  .choice .container .choice_box .choice_img p {
    font-size: 0.28rem;
    margin-bottom: 0;
    line-height: 1.14rem;
  }
  .bg-orengered {
    background: url(/catalog/view/theme/chinadivision_web/image/integrations/fulfillment-integrations/banner_support_Fulfillment_Integration.png) no-repeat center;
    background-size: cover;
    margin-top: 1rem;
    height: 5rem;
    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.36rem;
    color: #FFFFFF;
    letter-spacing: -0.36px;
    text-align: center;
    width: 90%;
    margin-left: 5%;
    margin-bottom: 5px !important;
  }
  .advantages-title,
  .advantages-desc {
    font-family: SFProDisplay-Black;
    font-size: 0.25rem;
    color: #FFFFFF;
    letter-spacing: -0.2px;
    text-align: center;
    width: 100%;
    margin: auto;
    line-height: 0.4rem;
  }
  .started-now {
    display: none;
  }
  .resources-left .resources-subtitle {
    /* font-family: SFProDisplay-Regular; */
    font-size: 18px;
    color: #2C2D2E;
    letter-spacing: 0;
    text-align: center;
    line-height: 18px;
    margin-top: 24px;
    margin-bottom: 20px;
  }
  .resources-left .resources-subtext {
    font-family: SFProText-Regular;
    font-size: 12px;
    color: #6B6B6B;
    letter-spacing: 0;
    line-height: 22px;
  }
  .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 {
    margin: 0.5rem 0 !important;
  }
  .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.12rem;
    color: #6b6b6b;
    margin: 0 0 0.2rem 0 !important;
    line-height: 0.4rem;
  }
  .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 .row .col-md-4:nth-child(3) {
    margin-bottom: 0.2rem !important;
  }
  .pc-tips {
    display: none!important;
  }
  .phone-tips {
    display: block;
  }
  .resources-right {
    padding-top: 0.5rem;
    box-sizing: border-box;
    background-color: #f7f7f7;
  }
  .choice_img {
    width: 45%;
  }
  .components {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .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;
  }
}
.why-main {
  padding: 100px 0;
}
.why-title {
  font-size: 30px;
  color: #2C2D2E;
  line-height: 30px;
  margin-bottom: 30px;
}
.why-text {
  font-size: 16px;
  color: #6B6B6B;
  letter-spacing: 0;
  line-height: 30px;
  margin-bottom: 40px;
}
.info-title {
  font-size: 18px;
  color: #6B6B6B;
  line-height: 18px;
  padding-left: 25px;
  position: relative;
}
.info-title img {
  top: 2px;
  position: absolute;
  left: 0;
}
.info-text {
  font-size: 14px;
  color: #989898;
  line-height: 28px;
  margin-bottom: 20px;
  padding-left: 25px;
}
.why-slogan {
  padding: 30px 0;
  background: #F1F7FF;
  margin-top: 40px;
}
.why-slogan h4 {
  font-size: 18px;
  color: #6B6B6B;
  letter-spacing: 0;
  line-height: 30px;
}
.why-slogan h4 a {
  color: #004097;
}
@media (max-width: 1030px) {
  .bg-orengered {
    height: 5rem;
  }
  .why-main {
    padding: 50px 0;
  }
  .why-text {
    margin-bottom: 25px;
  }
  .why-title {
    margin-bottom: 15px;
  }
}
