.content-title {
  font-size: 20px;
  color: #2c2d2e;
  line-height: 28px;
  margin-bottom: 20px;
}
@media screen and (min-width: 1030px) {
  .choice {
    margin-top: 50px;
    padding-top: 113px;
    box-sizing: border-box;
    background-color: #f8f8f8;
    padding-bottom: 100px;
  }
  .choice .choice_item {
    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 0px;
  }
  .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 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;
  }
  .choice .choice_item .choice_box a:hover img {
    transform: scale(1.2);
  }
  .LearnMore {
    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;
  }
  .api-box {
    display: flex;
    justify-content: center;
  }
  .api-box .container {
    width: 1140px;
    padding: 100px 0 100px 0;
  }
  .api-box .container .container-title {
    text-align: center;
    font-size: 30px;
  }
  .api-box .container .container-remark {
    margin-top: 45px;
    text-align: center;
    line-height: 30px;
  }
  .api-fulfillment {
    display: flex;
    justify-content: center;
    padding: 50px 0;
  }
  .api-fulfillment .container {
    width: 1140px;
  }
  .api-fulfillment .container .container-title {
    text-align: center;
    font-size: 30px;
  }
  .api-fulfillment .container .fulfillment-box {
    margin-top: 100px;
    display: grid;
    grid-template-columns: 340px 340px 340px;
    grid-gap: 50px 45px;
  }
  .api-fulfillment .container .fulfillment-box .box-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding: 30px 20px;
    box-shadow: 0 3px 21px 0 rgba(220, 223, 230, 0.5);
  }
  .api-fulfillment .container .fulfillment-box .box-item .item-image {
    width: 70px;
  }
  .api-fulfillment .container .fulfillment-box .box-item .item-title {
    font-size: 22px;
    margin: 30px 0;
  }
  .api-fulfillment .container .fulfillment-box .box-item .item-remark {
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    color: #6b6b7d;
  }
  .api-fulfillment .container .fulfillment-box .box-item::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    content: '';
    width: 100%;
    height: 4px;
    background-color: #003d98;
  }
  .efficiency {
    display: flex;
    justify-content: center;
    padding: 100px 0 150px 0;
  }
  .efficiency .container {
    width: 1140px;
  }
  .efficiency .container .container-title {
    font-size: 30px;
    text-align: center;
  }
  .efficiency .container .container-box {
    margin-top: 100px;
    display: grid;
    grid-template-columns: 530px 530px;
    grid-gap: 40px 40px;
  }
  .efficiency .container .container-box .box-item {
    padding: 50px;
    border-radius: 10px;
    box-shadow: 0 3px 21px 0 rgba(220, 223, 230, 0.5);
  }
  .efficiency .container .container-box .box-item .item-title {
    font-size: 22px;
  }
  .efficiency .container .container-box .box-item .item-remark {
    margin-top: 20px;
    font-size: 16px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1030px) {
  .choice {
    padding: 0.96rem 0.32rem 1.1rem;
    background-color: #f8f8f8;
  }
  .choice .choice_item .choice_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;
  }
  .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;
    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%;
  }
  .choice .choice_item .choice_box .choice_img:nth-child(9) {
    padding: 0.5rem 0.4rem;
  }
  .LearnMore {
    height: 0.6rem;
    margin-top: 0.64rem;
  }
  .LearnMore a {
    width: 2.44rem;
    height: 0.6rem;
    background: #06f;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
    border-radius: 0.05rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    font-size: 0.28rem;
    font-family: Open Sans;
    font-weight: 600;
    color: #fff;
  }
  .api-box .container {
    padding: 0.96rem 0.32rem;
  }
  .api-box .container .container-title {
    font-size: 0.36rem;
    text-align: center;
    line-height: 0.5rem;
  }
  .api-box .container .container-remark {
    font-size: 0.28rem;
    text-align: center;
    line-height: 0.46rem;
  }
  .api-fulfillment .container {
    padding: 0.6rem 0.32rem 0 0.32rem;
  }
  .api-fulfillment .container .container-title {
    font-size: 0.36rem;
    line-height: 0.5rem;
    text-align: center;
  }
  .api-fulfillment .container .fulfillment-box {
    margin-top: 1rem;
  }
  .api-fulfillment .container .fulfillment-box .box-item {
    text-align: center;
    margin-bottom: 1rem;
    position: relative;
    padding: 0.5rem 0.5rem;
    box-shadow: 0 3px 21px 0 rgba(220, 223, 230, 0.5);
  }
  .api-fulfillment .container .fulfillment-box .box-item .item-image {
    width: 1rem;
  }
  .api-fulfillment .container .fulfillment-box .box-item .item-title {
    margin: 0.4rem 0;
    font-size: 0.3rem;
    text-align: center;
  }
  .api-fulfillment .container .fulfillment-box .box-item .item-remark {
    font-size: 0.26rem;
    text-align: center;
    line-height: 0.4rem;
    color: #6b6b7d;
  }
  .api-fulfillment .container .fulfillment-box .box-item::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background-color: #003d98;
  }
  .efficiency .container {
    padding: 0.6rem 0.32rem;
  }
  .efficiency .container .container-title {
    font-size: 0.36rem;
    text-align: center;
    line-height: 0.5rem;
  }
  .efficiency .container .container-box {
    margin-top: 1rem;
    background-color: #fff;
  }
  .efficiency .container .container-box .box-item {
    padding: 0.5rem;
    box-shadow: 0 3px 21px 0 rgba(220, 223, 230, 0.5);
    margin-bottom: 1rem;
  }
  .efficiency .container .container-box .box-item .item-title {
    font-size: 0.3rem;
  }
  .efficiency .container .container-box .box-item .item-remark {
    font-size: 0.26rem;
    line-height: 0.4rem;
    margin-top: 0.3rem;
    text-align: center;
  }
}
@media screen and (max-width: 1200px) and (min-width: 1030px) {
  .choice {
    padding-bottom: 100px;
  }
  .choice .choice_item .choice_box {
    margin: 50px 0;
  }
  .api-fulfillment .container .fulfillment-box {
    margin-top: 100px;
    display: grid;
    grid-template-columns: 340px 340px;
    grid-gap: 50px 60px;
    margin-left: 100px;
  }
  .efficiency .container .container-box {
    margin-top: 100px;
    display: grid;
    grid-template-columns: 430px 430px;
    grid-gap: 40px 80px;
  }
}
