@media (min-width: 1280px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    box-shadow: 2px 2px 4px 4px #0000001a;
  }
  .main {
    padding-top: 100px;
  }
  .hottext {
    color: #fb5d07;
    font-size: inherit;
  }
  .section-content {
    height: 100%;
  }
  .section-content .tagbox {
    line-height: 32px;
    padding-bottom: 22px;
    border-bottom: 1px solid #ddd;
    display: flex;
    flex-wrap: wrap;
  }
  .section-content .tagbox span {
    margin: 0 16px 10px 0;
    padding: 6px 10px;
    line-height: 16px;
    background-color: #fb5c073b;
    font-size: 14px;
    color: #333;
    border-radius: 32px;
  }
  .section-content .btn {
    width: 180px;
    height: 56px;
    background-color: #fb5d07;
    color: #fff;
    border-radius: 56px;
    font-size: 18px;
  }
  .section-content .iconbtn {
    position: relative;
    width: 220px;
    padding-right: 40px;
  }
  .section-content .iconbtn img {
    position: absolute;
    right: 8px;
    top: 8px;
    width: 40px;
    height: 40px;
  }
  .banner {
    background-image: url(../assets/solution_slices/bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 900px;
    position: relative;
  }
  .banner .section-content {
    padding-top: 200px;
  }
  .banner .section-content h6 {
    display: none;
  }
  .banner .section-content h1 {
    font-size: 54px;
    line-height: 62px;
    color: #fb5d07;
    text-align: center;
    margin: 10px 0 32px;
  }
  .banner .section-content .des-mini {
    display: none;
  }
  .banner .section-content .des {
    padding: 0 200px;
    line-height: 32px;
    font-weight: bold;
    color: #333;
    text-align: center;
  }
  .banner .section-content .vedio {
    display: block;
    width: 671px;
    height: 418px;
    margin: 30px auto;
  }
  .productions {
    z-index: 8;
    display: none;
    position: absolute;
    top: 100px;
    justify-content: center;
    width: 100%;
    background-color: #fff;
    height: 200px;
    padding: 40px;
  }
  .productions .item {
    display: flex;
    height: 120px;
    margin-right: 32px;
  }
  .productions .item .icon-box {
    padding: 18px;
    border-right: 1px solid #eee;
  }
  .productions .item .icon-box img {
    width: 58px;
    height: 58px;
  }
  .productions .item .icon-box p {
    text-align: center;
  }
  .productions .item .title {
    display: flex;
    align-items: center;
    padding: 16px;
  }
  #benefits {
    background-color: #fff;
    padding: 110px;
  }
  #benefits h2 {
    font-size: 42px;
    line-height: 52px;
    text-align: center;
  }
  #benefits .btnbox {
    padding: 40px;
    text-align: center;
  }
  #benefits .infocard {
    display: flex;
    justify-content: center;
  }
  #benefits .infocard li {
    width: 382px;
    background-color: #f8f8f8;
    border-radius: 10px;
    padding: 26px;
    position: relative;
    margin: 10px;
    box-shadow: 2px 2px 4px 4px #00000010;
  }
  #benefits .infocard li .tip-num {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 28px;
    font-weight: bold;
    color: #dddddd;
  }
  #benefits .infocard li img {
    width: 35px;
    height: 35px;
  }
  #benefits .infocard li h3 {
    margin: 40px 0 20px;
    font-size: 22px;
  }
  #benefits .infocard li .des {
    line-height: 26px;
  }
  #computer-guide {
    background-color: #f8f8f8;
    padding: 80px 0;
  }
  #computer-guide .left {
    width: 560px;
  }
  #computer-guide h2 {
    font-size: 38px;
    margin-bottom: 32px;
  }
  #computer-guide .left > ol {
    padding: 32px 0;
  }
  #computer-guide .left > ol li {
    padding: 16px 0;
  }
  #computer-guide .left > ol li h3 {
    line-height: 32px;
    font-size: 20px;
    margin-bottom: 16px;
  }
  #computer-guide .left > ol li p {
    line-height: 22px;
  }
  #computer-guide .robot {
    display: flex;
    margin: 162px 0 32px;
    justify-content: center;
  }
  #computer-guide .robot img {
    width: 26px;
    height: 30px;
    margin-right: 32px;
  }
  #computer-guide .robot span {
    line-height: 30px;
  }
  #computer-guide .imgbox-mini {
    display: none;
  }
  #computer-guide .imgbox {
    width: 600px;
    height: 420px;
  }
  #computer-guide .imgbox img {
    width: 100%;
    height: 100%;
  }
  #android-guide {
    background-color: #fff;
    padding: 120px 0;
  }
  #android-guide h2 {
    text-align: center;
    font-size: 38px;
    padding: 28px 0;
    width: 426px;
    margin: 0 auto;
    border-bottom: 1px solid #ddd;
  }
  #android-guide .flex {
    justify-content: space-between;
  }
  #android-guide .robot {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 26px 0;
  }
  #android-guide .robot img {
    width: 26px;
    height: 30px;
    margin-right: 16px;
  }
  #android-guide .links {
    text-align: center;
  }
  #android-guide .btn {
    display: block;
    margin: 0 auto;
  }
  #android-guide .content-box {
    background-color: #f8f8f8;
    border-radius: 10px;
    padding: 40px;
  }
  #android-guide .content-box .card {
    width: 840px;
    background-color: #fff;
    border-radius: 10px;
    padding: 45px;
  }
  #android-guide .content-box .right {
    padding-top: 82px;
  }
  #android-guide .content-box .right .bgimg {
    width: 250px;
    height: 260px;
  }
  #android-guide .tagbox {
    padding: 0 0 20px 36px;
    border: none;
  }
  #android-guide .card li h3 {
    padding: 16px 0;
    line-height: 22px;
    font-size: 20px;
  }
  #android-guide .card li p {
    border-radius: 10px;
    padding: 18px 30px;
    background-color: #f8f8f8;
    line-height: 24px;
    color: #666;
  }
  .link-a {
    color: #fb5d07;
  }
  .flex {
    display: flex;
  }
  .flex .links {
    padding: 12px 0 28px;
  }
  .flex .links span {
    color: #fb5d07;
    padding: 16px;
    cursor: pointer;
    transition: 0.3s all;
  }
  .flex .links span:hover {
    opacity: 0.7;
  }
  #customer-reviews {
    padding: 115px 0;
  }
  #customer-reviews h2 {
    font-size: 38px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  #customer-reviews .comemt {
    flex: 1;
    padding-top: 90px;
  }
  #customer-reviews .img {
    display: block;
    width: 30px;
    height: 30px;
    margin-bottom: 36px;
  }
  #customer-reviews .line {
    height: 1px;
    width: 211px;
    border-bottom: 1px solid #ddd;
    margin: 20px 0 90px;
  }
  #customer-reviews p {
    line-height: 36px;
  }
  #customer-reviews .vedioimng-mini {
    display: none;
  }
  #customer-reviews .vedioimng {
    object-fit: cover;
    width: 704px;
    height: 444px;
  }
}
@media (max-width: 1279px) {
  .header-mini {
    position: fixed;
    top: 0;
    left: 0;
    border-bottom: 2rem solid #ffffff62;
    box-shadow: 2rem 2rem 4rem 4rem #3333332d;
  }
  .hottext {
    color: #fb5d07;
  }
  .section-content {
    height: 100%;
  }
  .section-content .tagbox {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 22rem;
    border-bottom: 1rem solid #ddd;
    font-size: 26rem;
  }
  .section-content .tagbox span {
    display: inline-block;
    padding: 16rem;
    margin: 3rem 3rem;
    line-height: 16rem;
    background-color: #fb5c073b;
    color: #6d6b6b;
    border-radius: 32rem;
    font-size: 20rem;
  }
  .section-content .btn {
    width: 230rem;
    height: 64rem;
    background-color: #fb5d07;
    color: #fff;
    border-radius: 56rem;
  }
  .section-content .btn a {
    font-size: 30rem;
    display: inline-block;
    width: 230rem;
    height: 62rem;
    line-height: 62rem;
  }
  .section-content .iconbtn {
    position: relative;
    width: 220rem;
    padding-right: 40rem;
  }
  .section-content .iconbtn img {
    position: absolute;
    right: 8rem;
    top: 8rem;
    width: 40rem;
    height: 40rem;
  }
  .banner {
    background-image: url(../assets/solution_slices/bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 900rem;
    position: relative;
  }
  .banner .section-content {
    padding: 150rem 40rem 50rem;
  }
  .banner .section-content h6 {
    color: #333;
    font-size: 45rem;
  }
  .banner .section-content h1 {
    font-size: 54rem;
    line-height: 62rem;
    color: #fb5d07;
    text-align: center;
    margin: 10rem 0 32rem;
  }
  .banner .section-content .des {
    display: none;
  }
  .banner .section-content .des-mini {
    font-size: 26rem;
    color: #333;
    line-height: 36rem;
  }
  .banner .section-content .vedio {
    display: block;
    width: 660rem;
    height: 400rem;
    margin: 30rem auto;
  }
  .productions {
    z-index: 8;
    display: none;
    position: absolute;
    top: 100rem;
    justify-content: center;
    width: 100%;
    background-color: #fff;
    height: 200rem;
    padding: 40rem;
  }
  .productions .item {
    display: flex;
    height: 120rem;
    margin-right: 32rem;
  }
  .productions .item .icon-box {
    padding: 18rem;
    border-right: 1rem solid #eee;
  }
  .productions .item .icon-box img {
    width: 58rem;
    height: 58rem;
  }
  .productions .item .icon-box p {
    text-align: center;
  }
  .productions .item .title {
    display: flex;
    align-items: center;
    padding: 16rem;
  }
  #benefits {
    background-color: #fff;
    padding: 110rem 0 40rem;
  }
  #benefits h2 {
    font-size: 38rem;
    line-height: 52rem;
    text-align: center;
  }
  #benefits .btnbox {
    padding: 40rem;
    text-align: center;
  }
  #benefits .infocard {
    padding: 24rem;
  }
  #benefits .infocard li {
    width: 100%;
    background-color: #f8f8f8;
    border-radius: 10rem;
    padding: 26rem;
    position: relative;
    margin-bottom: 30rem;
  }
  #benefits .infocard li .tip-num {
    position: absolute;
    top: 20rem;
    right: 20rem;
    font-size: 50rem;
    font-weight: bold;
    color: #dddddd;
  }
  #benefits .infocard li img {
    width: 48rem;
    height: 48rem;
  }
  #benefits .infocard li h3 {
    margin: 20rem 0;
    font-size: 30rem;
  }
  #benefits .infocard li .des {
    line-height: 36rem;
    font-size: 26rem;
  }
  #computer-guide {
    background-color: #f8f8f8;
    margin: 80rem 24rem;
    border-radius: 20rem;
    padding: 40rem 21rem;
  }
  #computer-guide .flex {
    flex-wrap: wrap;
  }
  #computer-guide .left {
    width: 100%;
  }
  #computer-guide h2 {
    font-size: 38rem;
    margin-bottom: 32rem;
  }
  #computer-guide .left > ol {
    padding: 32rem 0;
  }
  #computer-guide .left > ol li {
    padding: 16rem 0;
  }
  #computer-guide .left > ol li h3 {
    line-height: 42rem;
    font-size: 30rem;
    margin-bottom: 16rem;
  }
  #computer-guide .left > ol li p {
    line-height: 36rem;
    font-size: 26rem;
  }
  #computer-guide .imgbox-mini {
    width: 600rem;
    margin: 20rem auto;
  }
  #computer-guide .imgbox-mini img {
    width: 100%;
  }
  #computer-guide .robot {
    display: flex;
    margin: 162rem 0 32rem;
    justify-content: center;
  }
  #computer-guide .robot img {
    width: 26rem;
    height: 30rem;
    margin-right: 32rem;
  }
  #computer-guide .robot span {
    line-height: 30rem;
  }
  #computer-guide .imgbox {
    display: none;
    width: 600rem;
    height: 420rem;
  }
  #computer-guide .imgbox img {
    width: 100%;
    height: 100%;
  }
  #android-guide h2 {
    text-align: center;
    font-size: 38rem;
    padding: 28rem 0;
    width: 426rem;
    margin: 0 auto;
    border-bottom: 1rem solid #ddd;
  }
  #android-guide .flex {
    justify-content: space-between;
  }
  #android-guide .robot {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 26rem 0;
  }
  #android-guide .robot img {
    width: 26rem;
    height: 30rem;
    margin-right: 16rem;
  }
  #android-guide .links {
    text-align: center;
  }
  #android-guide .btn {
    display: block;
    margin: 0 auto;
  }
  #android-guide .content-box {
    background-color: #f8f8f8;
    margin: 40rem 24rem;
    border-radius: 20rem;
    padding: 20rem 21rem;
  }
  #android-guide .content-box .flex {
    flex-wrap: wrap;
  }
  #android-guide .content-box .card {
    width: 100%;
    border-radius: 10rem;
    padding: 21rem;
  }
  #android-guide .content-box .card li {
    padding: 16rem 0;
  }
  #android-guide .content-box .card li h3 {
    line-height: 42rem;
    font-size: 30rem;
    margin-bottom: 16rem;
  }
  #android-guide .content-box .card li p {
    line-height: 36rem;
    font-size: 26rem;
  }
  #android-guide .content-box .right {
    display: none;
    padding-top: 82rem;
  }
  #android-guide .content-box .right .bgimg {
    width: 250rem;
    height: 260rem;
  }
  #android-guide .tagbox {
    padding: 0 0 20rem 36rem;
  }
  .link-a {
    color: #fb5d07;
  }
  .flex {
    display: flex;
  }
  .flex .links {
    padding: 12rem 0 28rem;
  }
  .flex .links span {
    color: #fb5d07;
    padding: 16rem;
    cursor: pointer;
    transition: 0.3s all;
  }
  .flex .links span:hover {
    opacity: 0.7;
  }
  #customer-reviews {
    padding: 24rem;
    background-color: #f8f8f8;
  }
  #customer-reviews .vedioimng-mini {
    object-fit: cover;
    margin: 20rem 0;
    width: 100%;
  }
  #customer-reviews h2 {
    font-size: 38rem;
    line-height: 40rem;
    margin-bottom: 20rem;
  }
  #customer-reviews .comemt {
    flex: 1;
    padding: 0 40rem;
  }
  #customer-reviews .img {
    display: block;
    width: 30rem;
    height: 30rem;
    margin-bottom: 36rem;
  }
  #customer-reviews .line {
    height: 1rem;
    width: 211rem;
    border-bottom: 1rem solid #dddddd50;
    margin: 20rem 0 20rem;
  }
  #customer-reviews p {
    line-height: 36rem;
    padding: 0 30rem;
  }
  #customer-reviews .iconbtn {
    width: 280rem;
  }
  #customer-reviews .vedioimng {
    object-fit: cover;
    display: none;
  }
}
