/*
 * Mobile Style CSS
 * Editer: Roopher
 * Date: 2020/08/06
 */

@media screen and (max-width: 1100px) {
  /* 
 **************************************************
 * 通用样式
 **************************************************
 */
  .m-common__wrapper {
    width: 100%;
  }

  .m-common-title__wrapper {
    padding: 24vw 0 8vw 0;
  }

  .m-common-title__wrapper h2 {
    font-size: 5.333vw;
  }

  .m-common-title__wrapper span {
    font-size: 3.2vw;
    margin-top: 1.333vw;
  }
  /* 
 **************************************************
 * Header
 **************************************************
 */
  .m-hd {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.85);
    width: 100%;
    height: 16vw;
    z-index: 99999;
  }

  .m-hd nav {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .m-logo {
    width: 30%;
    margin-right: 0;
  }

  .m-logo > img {
    width: 100%;
  }

  .m-hd nav ul li a {
    font-size: 4.267vw;
    color: #fff;
    text-decoration: none;
  }

  .m-menu-btn {
    position: absolute;
    top: 50%;
    right: 2.667vw;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 9.333vw;
    height: 9.333vw;
    /* background-color: rosybrown; */
  }

  .m-menu-btn_top__on {
    transform: rotate(45deg) translate(1.6vw, 1.6vw);
    transform-origin: center center;
  }

  .m-menu-btn_middle__on {
    transform: translateX(-8vw);
    opacity: 0;
  }

  .m-menu-btn_bottom__on {
    transform: rotate(-45deg) translate(1.6vw, -1.6vw);
    transform-origin: center center;
    /* opacity: 0; */
  }

  .m-menu-btn span {
    display: block;
    width: 70%;
    height: 0.8vw;
    border-radius: 2.667vw;
    background-color: #fff;
    transition: all 0.3s ease;
  }

  .m-menu-btn span:nth-child(2) {
    margin: 1.333vw 0;
  }

  .f-menu-list {
    display: flex;
    transform: translateX(100vw);
    opacity: 0;
    position: fixed;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    top: 16vw;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 1);
    z-index: 99999;
    transition: all 0.3s ease;
  }

  .f-menu-list__on {
    /* display: flex; */
    transform: translateX(0);
    opacity: 1;
  }

  /* 
 **************************************************
 * Banner
 **************************************************
 */
  .m-banner__bg {
    width: 100%;
    height: 100vh;
    padding-top: 16vw;
    /* background-color: royalblue; */
  }

  .s-mark__filter {
    display: none;
  }

  .m-banner__describe {
    position: relative;
    width: 100%;
    height: 100%;
    background-image: url("../images/banner-bg-1.png");
    background-repeat: no-repeat;
    background-size: cover;
  }

  .m-banner__describe img {
    width: 20%;
  }

  .m-banner__describe h1 {
    font-size: 8vw;
  }

  .m-banner__describe h3 {
    font-size: 3.733vw;
  }

  /* 
 **************************************************
 * 核心业务
 **************************************************
 */

  .m-core-business__container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    padding: 0 2.667vw;
  }

  .m-core-business__container li {
    width: 48%;
  }

  .m-core-business__container li div {
    width: 70%;
    height: 16vw;
    transform: translateY(-8vw);
    border-radius: 0.8vw;
  }

  .m-core-business__container li div h3 {
    font-size: 3.2vw;
    text-align: center;
  }

  .m-core-business__container li div span {
    font-size: 3.2vw;
    text-align: center;
  }

  .m-core-business__container li:hover div {
    transform: translateY(-28vw);
  }

  /* 
 **************************************************
 * 企业数字化业务全景
 **************************************************
 */
  #digital-business {
    margin-top: 0 !important;
  }

  .m-digital-business__container {
    display: block;
    width: 100%;
  }

  .m-digital-business__left {
  }

  .m-digital-business__left p {
    width: 100%;
    padding: 0 5.333vw;
    margin-top: 0;
    font-size: 4.267vw;
    line-height: 8vw;
  }

  .m-digital-business__left h5 {
    display: none;
  }

  .m-digital-business__right {
    width: 100%;
    padding: 2.667vw;
  }

  .m-digital-business__single {
    width: 48%;
  }

  .m-digital-business__single div {
    height: 13.333vw;
    border-radius: 3px 3px 0 0;
  }

  .m-digital-business__single span {
    font-size: 3.2vw;
    margin-top: 1.333vw;
  }

  .m-digital-business__single h3 {
    font-size: 3.733vw;
  }

  .m-digital-business__single ul {
    height: 80vw;
    padding: 2.667vw;
  }

  .m-digital-business__single ul li {
    font-size: 3.2vw;
    line-height: 8vw;
  }

  /* 
 **************************************************
 * 数据化指数模型
 **************************************************
 */
  #exponential-model {
    margin-top: 0 !important;
  }

  .m-exponential-model__container {
  }

  .m-exponential-model__container > img {
    display: none;
  }

  .m-exponential-model__title {
    padding: 0 0 0 2.667vw;
    height: 16vw;
    border-radius: 0.8vw 0.8vw 0 0;
  }

  .m-exponential-model__title h3 {
    font-size: 4.267vw;
  }

  .m-exponential-model__title span {
    font-size: 3.2vw;
    margin-top: 0.8vw;
  }

  .m-exponential-model__container ul {
    flex-wrap: wrap;
    padding: 0 2.667vw;
  }

  .m-exponential-model__container > ul > li {
    width: 48%;
    margin-bottom: 8vw;
  }

  .m-exponential-model__content {
    padding: 2.667vw;
    height: 40vw;
  }

  .m-exponential-model__content li {
    font-size: 3.2vw;
    line-height: 8vw;
  }
  /* 
 **************************************************
 * 汽车行业解决方案
 **************************************************
 */

  #auto-business {
    margin-top: 0 !important;
  }

  .m-auto-business__container {
    width: 100%;
    padding: 0 2.667vw;
  }

  .m-auto-business__container > ul {
    display: block;
  }

  .m-auto-business__container > ul > li {
    width: 100%;
    display: flex;
    flex-direction: row;
    /* justify-content: space-between; */
    align-items: center;
    padding: 2.667vw;
    background: #292941;
    box-shadow: 0 1.333vw 1.867vw 0 rgba(0, 0, 0, 0.2);
    border-radius: 1.333vw;
  }

  .m-auto-business__container > ul > li section {
    text-align: left;
  }

  .m-auto-business__container > ul > li h3 {
    font-size: 4.267vw;
    margin: 1.333vw 0;
  }

  .m-auto-business__container > ul > li:hover img {
    transform: scale(1);
  }

  .m-auto-business__container > ul > li:not(:last-child) {
    margin-bottom: 5.333vw;
  }

  .m-auto-business__container > ul > li img {
    width: 20%;
    margin-right: 2.667vw;
  }

  .m-auto-business__container > ul > li ul li {
    text-align: left;
    font-size: 3.2vw;
    line-height: 5.333vw;
  }

  /* 
 **************************************************
 * 数字营销
 **************************************************
 */

  .m-digital-market__container {
    display: block;
  }

  .m-digital-market__left {
    padding: 0;
  }

  .m-digital-market__left > p:nth-child(1) {
    width: 100%;
    padding: 0 2.667vw;
    font-size: 4.8vw;
    line-height: 8vw;
  }

  .f-digital-marketing__info__en {
    display: none;
  }

  .m-digital-market__right {
    padding: 2.667vw;
  }

  .m-digital-market__right li {
    width: 100%;
    height: 16vw;
    line-height: 16vw;
    font-size: 5.333vw;
  }

  .m-digital-market__right li:not(:first-child) {
    transform: translateX(0) !important;
  }

  .m-digital-market__right li h3::before {
    transform: skew(0);
  }

  .m-digital-market__right li h3 {
    font-size: 4.267vw;
    font-weight: normal;
    color: #fe7f8d;
  }
  /* 
 **************************************************
 * 全生命周期
 **************************************************
 */

  #solution-service {
    margin-top: 13.333vw !important;
  }
  .m-solution-service__container {
    width: 100%;
    padding: 0 2.667vw;
  }

  .m-solution-service__container ul {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .m-solution-service__container ul li {
    width: 48%;
    height: 26.667vw;
    padding: 0 2.667vw;
    margin-bottom: 5.333vw;
  }

  .m-solution-service__container ul li h1 {
    font-size: 4.267vw;
  }

  .m-solution-service__container ul li span {
    text-align: center;
    font-size: 3.2vw;
    line-height: 5.333vw;
  }
  /* 
 **************************************************
 * 新能源汽车产业赋能
 **************************************************
 */

  #enabling-energy {
    margin-top: 13.333vw !important;
  }

  .m-enabling-energy__container {
    width: 100%;
    padding: 0 2.667vw;
  }

  .m-enabling-info__wrapper {
    display: block;
  }

  .m-enabling-info__wrapper li {
    width: 100%;
    margin: 0;
  }

  .m-enabling-info__wrapper p {
    width: 100%;
    height: 26.667vw;
    font-size: 3.733vw;
    border-radius: 1.333vw;
    line-height: 5.333vw;
    padding: 0 0 5.333vw 0;
    box-shadow: 0 1.333vw 1.867vw 0 rgba(0, 0, 0, 0.2);
  }

  .m-enabling-info__wrapper h3 {
    display: block;
    width: 66.667vw;
    height: 13.333vw;
    line-height: 13.333vw;
    font-size: 3.733vw;
    color: #fff;
    box-shadow: 0 0.533vw 1.067vw 0 rgba(0, 0, 0, 0.5);
    border-radius: 0.8vw;
    transform: translateY(-6.667vw);
  }

  .m-enabling-important__wrapper {
    margin-top: 13.333vw;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .m-enabling-important__wrapper li {
    width: 48%;
    margin-bottom: 5.333vw;
  }

  .m-enabling-important__wrapper h1 {
    width: 100%;
    height: 13.333vw;
    line-height: 13.333vw;
    font-size: 4.267vw;
    border-radius: 0.8vw 0.8vw 0 0;
  }

  .m-enabling-important__wrapper p {
    width: 100%;
    height: 42.667vw;
    font-size: 3.2vw;
    line-height: 5.867vw;
    color: #b4b3d3;
    background-color: #292941;
    box-shadow: 0 1.333vw 1.867vw 0 rgba(0, 0, 0, 0.2);
    border-radius: 0 0 0.8vw 0.8vw;
    padding: 5.333vw;
  }

  /* 
 **************************************************
 * Footer
 **************************************************
 */

  .m-ft {
    padding: 13.333vw;
    margin-top: 26.667vw;
    font-size: 3.2vw;
    line-height: 5.333vw;
    text-align: center;
  }

  .m-ft p {
    padding: 5.333vw 0;
    line-height: 5.333vw;
    text-align: center;
  }

  .m-ft a {
    font-size: 3.2vw;
  }

  /* 
 **************************************************
 * @装饰物
 **************************************************
 */

  .s-decorate__3,
  .s-decorate__8,
  .s-decorate__13,
  .s-decorate__14,
  .s-decorate__16 {
    display: none;
  }

  .s-decorate__4 {
    left: 0vw;
    top: 0vw;
  }
}
