.ms-container {
    background-color: #F1F3F5;
    width: 100%;
    /* overflow: hidden; */
  }
  
  .ms-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  .ms-container img {
    width: 100%;
  }
  
  .ms-container .mob-show {
    display: none;
  }
  
  .ms-container .ms-section {
    width: 100%;
    padding: 0 80px;
  }
  
  .ms-container .ms-part {
    max-width: 1760px;
    margin: 0 auto;
    margin-bottom: 3.802083vw;
  }
  
  .ms-container .ms-ad{
    padding-bottom: 3.125vw;
    padding-top: 2.083333vw;
    position: sticky;
    top: 104px;
  }
  
  .ms-container .ms-ad-img{
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  
  .ms-container .ad-bg{
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: 0;
    top: 0;
    left: 0;
    z-index: 1;
  }
  
  .ms-container .ad-text{
    position: absolute;
    top: 12.291667vw;
    left: 7.5vw;
    text-align: center;
  }
  
  .ms-container .ad-text .ad-icon img{
    width: 2.5vw;
  }
  
  .ms-container .ad-text .ad-icon p{
    font-size: 0.9375vw;
    line-height: 1.25;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
  }
  
  .ms-container .ad-text .ad-main-title{
    font-size: 2.5vw;
    line-height: 1.25;
    margin-top: .5vw;
  }
  
  .ms-container .ad-text .ad-date{
    font-size: 1.25vw;
    margin-top: 0.625vw;
  }
  
  .ms-container .ad-text a{
    background-color: #000;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    line-height: 24px;
    font-weight: 800;
    padding: 10px 26px;
    border-radius: 40px;
    border: 2px solid #000;
    margin-top: 1.25vw;
    -webkit-transition: .3s ease-out;
      transition: .3s ease-out;
  }
  
  .ms-container .ad-text a:hover{
    opacity: .8;
  }
  
  .ms-container .ms-ad-img img{
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
  }
  
  .ms-container .text-32 {
    font-weight: normal;
    font-size: 40px;
    line-height: 1.25;
  }
  
  .ms-container .text-16 {
    font-size: 16px;
    line-height: 1.6;
    color: #000;
    opacity: .6;
  }
  
  .ms-container .text-13 {
    font-size: 13px;
    line-height: 1.6;
  }
  
  .ms-container .blur-up {
    -webkit-filter: blur(5px);
    filter: blur(5px);
    transition: filter 400ms, -webkit-filter 400ms;
  }
  
  .ms-container .blur-up.lazyloaded {
    -webkit-filter: blur(0);
    filter: blur(0);
  }
  
  .ms-container .ms-banner {
    margin-bottom: 24px;
    background-color: #fff;
    display: flex;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
  }
  
  .ms-container .nowarp {
    white-space: nowrap;
  }
  
  .ms-container .ms-hero-img img {
    border-radius: 24px 0 0 24px;
    -webkit-border-radius: 24px 0 0 24px;
    -moz-border-radius: 24px 0 0 24px;
    -ms-border-radius: 24px 0 0 24px;
    -o-border-radius: 24px 0 0 24px;
  }
  
  .ms-container .ms-banner-title {
    font-weight: 700;
    font-size: 48px;
    line-height: 1.25;
    margin-bottom: 34px;
  }
  
  .ms-container .ms-hero-text .icon {
    width: 40px;
    vertical-align: middle;
    margin-right: 12px;
  }
  
  /* .ms-container .ms-hero-text .text-32 {
    margin: 0.9375vw 0;
    font-weight: bold;
  } */
  
  .ms-container .ms-hero-text .text-32 {
    margin: 16px 0;
    font-weight: bold;
  }
  
  .ms-container .ms-hero-text .health-icon-title{
    margin-bottom: 16px;
  }
  
  .ms-container .ms-hero-text.bg-opcity .main-title,
  .ms-container .ms-hero-text.bg-opcity .text-32,
  .ms-container .ms-hero-text.bg-opcity .text-16 {
    opacity: .1;
    filter: blur(5px);
    -webkit-filter: blur(5px);
  }
  
  .ms-container .main-title p {
    display: inline-block;
    font-size: 22px;
    line-height: 1.25;
    font-weight: bold;
    vertical-align: middle;
    /* margin-left: 12px; */
  }
  
  /* .ms-container .ms-hero-btn {
    margin-top: 4.166667vw;
  } */
  
  .ms-container .ms-hero-btn {
    margin-top: 32px;
  }
  
  .ms-container .ms-hero-btn a {
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
  }
  
  .ms-container .ms-hero-btn a:hover {
    opacity: .8;
  }
  
  .ms-container .ms-hero-btn .download-btn:hover {
    opacity: 1;
    border: 2px solid rgba(0, 0, 0)
  }
  
  .ms-container .ms-hero-btn .learn-more-btn {
    background-color: #000;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    line-height: 24px;
    font-weight: 800;
    padding: 10px 26px;
    padding: 10px 24px;
    border-radius: 40px;
    border: 2px solid #000;
  }
  
  .ms-container .ms-hero-btn .download-btn {
    background-color: transparent;
    border: 2px solid rgba(0, 0, 0, 0.3);
    color: #000;
    display: inline-block;
    font-size: 13px;
    line-height: 24px;
    font-weight: 800;
    padding: 10px 26px;
    padding: 10px 24px;
    border-radius: 40px;
    cursor: pointer;
    margin-left: 0.833333vw;
  }
  
  .ms-container .ms-hero-btn .download-code-btn{
    position: relative;
    display: inline-block;
    margin-left: 0.833333vw;
  
  }
  
  .ms-container .ms-hero-btn .download-code-btn .download-btn{
    margin-left: 0;
  }
  
  .ms-container .download-btn p {
    display: inline-block;
    /* vertical-align: middle; */
    line-height: 1;
  }
  
  .ms-container .download-arrow {
    width: 11px;
    margin-left: 9.5px;
    vertical-align: baseline;
  }
  
  @media (min-width: 992px) {
    .ms-container .ms-hero-img {
        width: 55vw;
    }
  
    .ms-container .ms-hero-content {
        display: flex;
        align-items: center;
        position: relative;
    }
  
  
  }
  
  .ms-container .ms-hero-text {
    width: 32vw;
    padding: 0 0 0 4vw;
    position: relative;
  }
  
  .ms-container .download-code{
    display: none;
    position: absolute;
    background-color: #fff;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    bottom: 4.44444vw;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
  }
  
  .ms-container .ms-hero-text.bg-opcity .download-code {
    display: block;
  }
  
  .ms-container .appgallery-code {
    width: 7.8125vw;
    padding-top: 40px;
    padding-left:40px;
    padding-right: 40px;
    margin-bottom: 16px;
    box-sizing: content-box;
  }
  
  .ms-container .download-popup .text-13 {
    padding-bottom: 40px;
    padding-left: 1.875vw;
    padding-right: 1.875vw;
  }
  
  /*banner-item*/
  .ms-container .ms-banner-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .ms-container .ms-item-card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  
  .ms-container .ms-item-card:nth-of-type(odd) {
    padding: 0 12px 0 0;
  }
  
  .ms-container .ms-item-card:nth-of-type(even) {
    padding: 0 0 0 12px;
  }
  
  .ms-container .ms-item-card_wrap {
    position: relative;
    width: 100%;
    min-height: 279px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    /* align-items: center; */
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
  }
  
  .ms-container .ms-item-card_img {
    position: absolute;
    top: 50%;
    left: 0;
    width: 396px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 279px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  
  .ms-container .ms-item-card_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    border-radius: 24px 0 0 24px;
    -webkit-border-radius: 24px 0 0 24px;
    -moz-border-radius: 24px 0 0 24px;
    -ms-border-radius: 24px 0 0 24px;
    -o-border-radius: 24px 0 0 24px;
  }
  
  .ms-container .ms-item-card_content {
    margin-left: auto;
    padding-left: 24px;
    padding-right: 24px;
    width: calc(100% - 396px);
    overflow: hidden;
    padding-top: 90px;
    padding-bottom: 44px;
  }
  
  .ms-container .ms-item-card_title {
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 1px;
    color: #000;
    margin-bottom: 18px;
    font-weight: 700;
  }
  
  .ms-container .ms-item-card_des {
    font-size: 13px;
    line-height: 19px;
    color: #000;
    opacity: .6;
    font-weight: 700;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-weight: normal;
  }
  
  .ms-container .code-font{
    position: relative;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
  }
  
  .ms-container .code-font span {
    width: 0;
    height: 0;
    font-size: 0;
    overflow: hidden;
    position: absolute;
    right: 50%;
    transform: translate(50%);
    -webkit-transform: translate(50%);
    -moz-transform: translate(50%);
    -ms-transform: translate(50%);
    -o-transform: translate(50%);
  }
  
  .ms-container .code-font .code-top {
    border-width: 10px;
    border-style: solid dashed dashed;
    border-color: transparent transparent #e8e8e8;
    bottom: 1px;
  }
  
  .ms-container .code-font .code-bot {
    border-width: 10px;
    border-style: solid dashed dashed;
    border-color: transparent transparent #fff;
    bottom: -1px;
  }
  
  @media (min-width: 1921px){
    .ms-container .ms-hero-text {
      padding: 0 2vw 0 4vw;
    }
    .ms-container .appgallery-code{
      width: 149px;
      padding-top: 40px;
      margin-bottom: 16px;
    }
    .ms-container .download-code{
      bottom: 2.944vw;
    }
  }
  
  @media only screen and (max-width: 1599.98px) and (min-width: 1200px) {
    .ms-container .ms-item-card_img {
        width: calc(22.5vw + 36px);
        height: calc(15.75vw + 27px);
    }
  
    .ms-container .ms-item-card_content {
        padding-left: 8px;
        padding-right: 24px;
        width: calc(100% - 22.5vw - 36px);
        margin-left: auto;
    }
    .ms-container .text-32{
      font-size: 32px;
    }
    .ms-container .ms-hero-btn{
      margin-top: 2.166667vw;
    }
    .ms-container .ms-item-card_title{
      font-size: 18px;
    }
    .ms-container .text-16{
      font-size: 14px;
    }
  }
  
  @media only screen and (max-width: 1599px) and (min-width: 992px) {
    .ms-container .ms-section {
        padding: 0 40px;
    }
    .ms-container .ms-ad{
      padding-bottom: 3.125vw;
      padding-top: 2.083333vw;
    }
  }
  
  @media screen and (max-width: 1200px) {
    .ms-container .text-16 {
        font-size: 13px;
    }
  
    /* .ms-container .ms-item-card_img img{
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
  } */
  }
  
  @media only screen and (max-width: 1199px) {
    .ms-container .ms-item-card_wrap {
        margin: 0 auto;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-height: 340px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
  
    .ms-container .ms-item-card_img {
        width: 306px;
        height: 216px;
        position: relative;
        left: 0;
        top: 16px;
        -webkit-transform: none;
        transform: none;
    }
  
    .ms-container .ms-item-card_content {
        padding: 40px;
        margin: 0;
        width: 100%;
        text-align: center;
    }
  
    .ms-container .text-32 {
        font-size: 24px;
    }
  
    .ms-container .text-16 {
        font-size: 12px;
    }
  
    .ms-container .ms-hero-text{
      width: 36vw;
    }
  
    .ms-container .ms-hero-btn{
      margin-top: 2.166667vw;
    }
  
    .ms-container .ms-item-card_title {
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 8px;
        white-space: normal;
    }
    .ms-container .ms-ad{
      top: 60px;
    }
  
    .ms-container .ms-hero-text .text-32 {
        margin: 8px 0;
        font-weight: bold;
    }
  
    .ms-container .ms-hero-text .health-icon-title{
        margin-bottom: 8px;
      }
  }
  
  
  @media only screen and (max-width: 991.98px) {
    .ms-container .pc-show {
        display: none;
    }
  
    .ms-container .mob-show {
        display: block;
    }
  
    .ms-container .ms-section {
        padding: 0;
    }
  
    .ms-container .ms-banner-title {
        font-size: 32px;
        font-size: 24px;
        margin: 0 0 16px 16px;
        margin: 0 16px 16px 16px;
    }
  
    .ms-container .ms-banner {
        flex-direction: column;
        background-color: transparent;
        margin-bottom: 16px;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }
  
    .ms-container .ms-hero-img img {
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }
  
    .ms-container .ms-hero-text .icon {
        width: 45px;
    }
  
    .ms-container .ms-hero-text {
        width: 100%;
        padding: 0 16px 0 16px;
    }
  
    .ms-container .ms-hero-content {
        padding-top: 24px;
    }
  
    .ms-container .ms-hero-text .text-32 {
        margin: 16px 0;
        font-weight: bold;
    }
  
    .ms-container .ms-hero-text .health-icon-title{
        margin-bottom: 16px;
      }
  
    .ms-container .text-16 {
        font-size: 16px;
    }
  
    .ms-container .ms-item-card:nth-of-type(odd),
    .ms-container .ms-item-card:nth-of-type(even) {
        padding: 0;
    }
  
    .ms-container .ms-item-card_wrap {
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }
  
    .ms-container .ms-item-card:nth-of-type(odd) .ms-item-card_wrap:after {
        display: block;
        content: " ";
        position: absolute;
        top: 50px;
        right: 0;
        bottom: 50px;
        float: right;
        width: 1px;
        background-color: #ededed;
    }
  
    .ms-container .ms-item-card_img {
        width: 163px;
        height: 117px;
    }
  
    .ms-container .ms-item-card_title {
        font-size: 16px;
        line-height: 19px;
    }
  
    .ms-container .ms-item-card_wrap {
        min-height: 290px;
    }
  
    .ms-container .ms-hero-btn {
        margin-left: 16px;
        margin-top: 24px;
    }
  
    .ms-container .ms-hero-btn .download-btn {
        margin-left: 24px;
    }
  
    .ms-container .ms-part {
        margin-bottom: 43px;
    }
    .ms-container .ms-ad{
      padding-bottom: 3.125vw;
      padding-top: 2.083333vw;
    }
  }
  
  @media only screen and (max-width: 599.98px) {
    .ms-container .ms-hero-text .text-32 {
        font-size: 20px;
        margin-top: 21px;
        margin-bottom: 9px;
    }
  
    .ms-container .ms-hero-text .health-icon-title{
        margin-bottom: 9px;
      }
  
    .ms-container .text-16 {
        font-size: 13px;
    }
  
    .ms-container .ms-hero-btn .download-btn {
        margin-left: 16px;
    }
  
    .ms-container .ms-hero-content {
        padding-top: 26px;
    }
  
    .ms-container .ms-item-card_content {
        padding: 16px;
    }
  
    .ms-container .js-recommend-height-handle {
        margin-top: 16px;
    }
    .ms-container .ms-ad-img{
      width: 100%;
    }
    .ms-container .ms-ad-img img{
      border-radius: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
  }
  .ms-container .ad-text{
    width: 100%;
    top: 14.722222vw;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  .ms-container .ad-text .ad-icon img{
    width: 6.666667vw;
  }
  .ms-container .ad-text .ad-icon p{
    font-size: 3.611111vw;
  }
  .ms-container .ad-text .ad-main-title{
    font-size: 6.666667vw;
    margin-top: 1.388889vw;
  }
  .ms-container .ad-text .ad-date{
    font-size: 3.611111vw;
    margin-top: 2.222222vw;
  }
  .ms-container .ad-text a{
    margin-top: 4.44444vw;
  }
  .ms-container .ms-ad{
    padding: 0;
  }
  .ms-container .ms-ad-img .ad-bg{
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
  }
  .ms-container .main-title p{
    font-size: 20px;
  }
  .ms-container .ms-item-card_title{
    font-size: 14px;
  }
  }
  
  
  
  /*-------*/
  .ms-container {
    --height: 0px;
  }
  
  .ms-container h2,
  .ms-container h3,
  .ms-container h4,
  .ms-container h5,
  .ms-container h6 {
    line-height: 1.25;
  }
  
  .ms-container p {
    line-height: 1.6;
  }
  
  .ms-container .kv-section {
    padding: 0;
    position: relative;
    overflow: hidden;
  }
  
  .ms-container .kv-section .mySwiper2 {
    width: 100%;
    height: auto;
  }
  
  .ms-container .kv-section .mySwiper2 .swiper-slide {
    text-align: center;
    background: #fff;
    display: block;
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; */
  }
  
  .ms-container .kv-section .mySwiper2 .swiper-slide img {
    width: 100%;
    height: 41.666667vw;
  }
  
  .ms-container .kv-section .mySwiper {
    width: 1216px;
    height: 132px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
  }
  
  .ms-container .kv-section .mySwiper .swiper-slide {
    width: 284px !important;
    display: flex;
    display: flex;
    height: auto;
    border-radius: 0;
    opacity: 1;
    background-color: rgba(137, 139, 142, 0.5);
    align-items: center;
    border-radius: 24px;
    cursor: pointer;
    border: 3px solid transparent;
    padding: 0 16px 0 24px;
    justify-content: space-between;
  }
  
  .ms-container .kv-section .mySwiper .swiper-slide h6,
  .ms-container .kv-section .mySwiper .swiper-slide p {
    color: white;
  }
  
  .ms-container .kv-section .mySwiper .swiper-slide h6 {
    font-size: 16px;
    line-height: 1.25;
    margin-bottom: 3px;
    font-weight: bold;
  }
  
  .ms-container .kv-section .mySwiper .swiper-slide p {
    font-size: 12px;
    line-height: 1.6;
  }
  
  .ms-container .kv-section .mySwiper .swiper-slide .kv-click-img {
    border: 3px solid rgba(154, 153, 155, 0.1);
    border-radius: 50%;
  }
  
  .ms-container .kv-section .mySwiper .swiper-slide img {
    width: 92px;
  }
  
  .ms-container .kv-section .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
    background-color: white;
    border: 3px solid #96979b;
  }
  
  .ms-container .kv-section .mySwiper .swiper-slide-thumb-active h6 {
    color: black;
  }
  
  .ms-container .kv-section .mySwiper .swiper-slide-thumb-active p {
    color: rgba(0, 0, 0, 0.6);
  }
  
  .ms-container .kv-section .mySwiper .swiper-slide-thumb-active .kv-click-img {
    border: 3px solid #cccccc;
    background: #cccccc;
  }
  
  .ms-container .kv-section .fixStart {
    width: 100%;
    position: fixed;
    top: 0;
    background: white !important;
    height: 68.5px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.08);
    z-index: 10;
  }
  
  .ms-container .kv-section .fixStart .swiper-wrapper {
    justify-content: center;
    background: white !important;
  }
  .ms-container .kv-section .mySwiper .swiper-wrapper.thu-move{
      transform: none !important;
  }
  .ms-container .kv-section .fixStart .swiper-wrapper .swiper-slide {
    justify-content: center;
    background: white;
    border-radius: 0;
    border: 0;
  }
  
  .ms-container .kv-section .mySwiper .swiper-slide .kv-click-title,
  .ms-container .kv-section .mySwiper .swiper-slide .kv-click-img{
      pointer-events: none;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
  }
  .ms-container .kv-section .fixStart .swiper-wrapper .swiper-slide .kv-click-title h6 {
    color: black;
    padding: 24px 0;
    margin: 0;
    font-size: 14px;
  }
  
  .ms-container .kv-section .fixStart .swiper-wrapper .swiper-slide .kv-click-title p {
    display: none;
  }
  
  .ms-container .kv-section .fixStart .swiper-wrapper .swiper-slide .kv-click-img {
    display: none;
  }
  
  .ms-container .kv-section .fixStart .swiper-wrapper .swiper-slide .bo-line {
    background: black;
    width: 0px;
    height: 2px;
    transition: 0.5s all ease-in-out;
  }
  
  .ms-container .kv-section .fixStart .swiper-wrapper .swiper-slide-thumb-active {
    border: 0;
  }
  
  .ms-container .kv-section .fixStart .swiper-wrapper .swiper-slide-thumb-active .bo-line {
    width: 100%;
  }
  
  .ms-container .kv-section .fixStart .swiper-wrapper .swiper-slide:hover .bo-line {
    width: 100%;
  }
  
  .ms-container .ms-all-parts {
    position: relative;
    padding-top: 40px;
    background-color: #F1F3F5;
  }
  
  .ms-container .ms-all-parts .ms-part-icons {
    width: 100%;
    height: auto;
    position: relative;
  }
  
  .ms-container .ms-all-parts .ms-part-icons .ms-part-icon-list {
    width: 100%;
    opacity: 0;
    transition: 0.3s all ease-in-out;
    display: flex;
    justify-content: center;
    transform: translateY(30%);
  }
  
  .ms-container .ms-all-parts .ms-part-icons .ms-part-icon-list .ms-part-icon-f {
    display: flex;
    flex-wrap: wrap;
    width: 160px;
    cursor: pointer;
    justify-content: center;
  }
  
  .ms-container .ms-all-parts .ms-part-icons .ms-part-icon-list .ms-part-icon-f p {
    width: 100%;
    font-size: 14px;
    text-align: center;
  }
  
  .ms-container .ms-all-parts .ms-part-icons .ms-part-icon-list .ms-part-icon-f:not(:nth-child(1)) {
    margin-left: 80px;
  }
  
  .ms-container .ms-all-parts .ms-part-icons .ms-part-icon-list .ms-part-icon-f img{
    width: 80px;
    height: 80px;
  }
  
  .ms-container .ms-all-parts .ms-part-icons .ms-part-icon-list .swiper-button-next,
  .ms-container .ms-all-parts .ms-part-icons .ms-part-icon-list .swiper-button-prev {
    display: none;
  }
  
  .ms-container .ms-all-parts .ms-part-icons .ms-part-icon-list.active {
    opacity: 1;
    transform: translateY(0);
    z-index: 5;
  }
  
  .ms-container .ms-all-parts .ms-part-icons .ms-part-r {
    position: relative;
  }
  
  .ms-container .ms-all-parts .ms-part-icons .ms-part-a {
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .ms-container .ms-all-parts .ms-part-main {
    position: relative;
    margin-top: 60px;
  }
  
  .ms-container .ms-all-parts .ms-part-main .ms-parts {
    display: none;
    pointer-events: none;
  }
  
  .ms-container .ms-all-parts .ms-part-main .ms-parts.active {
    display: block;
    z-index: 3;
    pointer-events: all;
  }
  
  .ms-container .ms-bottom-main {
    width: 100%;
  }
  
  .ms-container .ms-bottom-parts {
    max-width: 1760px;
    padding: 0 80px 80px;
    box-sizing: content-box;
    margin: 0 auto;
  }
  
  .ms-container .ms-bottom-parts .ms-bottom {
    margin-top: 71px;
  }
  
  .ms-container .ms-bottom-parts .ms-bottom h3 {
    width: 100%;
    font-size: 64px;
    text-align: center;
    line-height: 1.25;
    margin-bottom: 34px;
  }
  
  .ms-container .ms-bottom-parts .ms-bottom .ms-bottom-all-new {
    display: flex;
    justify-content: center;
    flex: 1;
  }
  
  .ms-container .ms-bottom-parts .ms-bottom .ms-bottom-all-new div:nth-of-type(2) {
    margin: 0 30px;
  }
  
  .ms-container .ms-bottom-parts .ms-bottom .ms-bottom-all-new .ms-bottom-news {
    border-radius: 24px;
    background: white;
    overflow: hidden;
  }
  
  .ms-container .ms-bottom-parts .ms-bottom .ms-bottom-all-new .ms-bottom-news .ms-bottom-news-title {
    padding: 44px 0 48px 32px;
  }
  
  .ms-container .ms-bottom-parts .ms-bottom .ms-bottom-all-new .ms-bottom-news .ms-bottom-news-title h5 {
    font-size: 32px;
  }
  
  .ms-container .ms-bottom-parts .ms-bottom .ms-bottom-all-new .ms-bottom-news .ms-bottom-news-title p {
    font-size: 16px;
    padding: 15px 0 30px;
  }
  
  .ms-container .ms-bottom-parts .ms-bottom .ms-bottom-all-new .ms-bottom-news .ms-bottom-news-title a {
    background-color: #000;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    line-height: 24px;
    font-weight: 800;
    padding: 10px 26px;
    border-radius: 40px;
    border: 2px solid #000;
  }
  
  .ms-container .ms-bottom-parts .ms-bottom .ms-bottom-all-new .ms-bottom-news .ms-bottom-news-title a:hover {
    opacity: 0.8;
  }
  
  .ms-container .bottom-news {
    width: 100%;
    background: white;
    padding: 70px 80px 80px;
  }
  
  .ms-container .bottom-news h3 {
    width: 100%;
    font-size: 48px;
    text-align: center;
    line-height: 1.25;
    margin-bottom: 34px;
    font-weight: bold;
  }
  
  .ms-container .bottom-news .ms-bottom-news-center {
    max-width: 1760px;
    padding: 0 80px;
    box-sizing: content-box;
    margin: 0 auto;
  }
  
  .ms-container .bottom-news .ms-bottom-news-center .ms-bottom-all-new {
    display: flex;
    justify-content: center;
    flex: 1;
  }
  
  .ms-container .bottom-news .ms-bottom-news-center .ms-bottom-all-new div:nth-of-type(2) {
    margin: 0 0 0 30px;
  }
  
  .ms-container .bottom-news .ms-bottom-news-center .ms-bottom-all-new .ms-bottom-news {
    width: 49%;
    background: #fafafa;
    border-radius: 24px;
    overflow: hidden;
  }
  
  .ms-container .bottom-news .ms-bottom-news-center .ms-bottom-all-new .ms-bottom-news .ms-bottom-news-title {
    padding: 40px 0 50px 80px;
    display: flex;
    flex-wrap: wrap;
  }
  
  .ms-container .bottom-news .ms-bottom-news-center .ms-bottom-all-new .ms-bottom-news .ms-bottom-news-title h5 {
    width: 90%;
    order: 2;
    font-size: 16px;
    padding: 15px 0 40px;
    color: rgba(0, 0, 0, 0.6);
  }
  
  .ms-container .bottom-news .ms-bottom-news-center .ms-bottom-all-new .ms-bottom-news .ms-bottom-news-title p {
    width: 95%;
    order: 1;
    font-size: 32px;
    line-height: 1.25;
    font-weight: bold;
    letter-spacing: -0.5px;
  }
  
  .ms-container .bottom-news .ms-bottom-news-center .ms-bottom-all-new .ms-bottom-news .ms-bottom-news-title a {
    background-color: #000;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    line-height: 24px;
    font-weight: 800;
    padding: 10px 24px;
    border-radius: 40px;
    border: 2px solid #000;
    order: 3;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
  }
  
  .ms-container .bottom-news .ms-bottom-news-center .ms-bottom-all-new .ms-bottom-news .ms-bottom-news-title a:hover {
    opacity: 0.8;
  }
  
  @media screen and (max-width: 1919px) {
    .ms-container .bottom-news .ms-bottom-news-center .ms-bottom-all-new div:nth-of-type(2) {
      margin: 0 0 0 24px;
    }
    .ms-container .bottom-news .ms-bottom-news-center .ms-bottom-all-new .ms-bottom-news .ms-bottom-news-title {
      padding: 40px 0 40px 40px;
    }
    .ms-container .bottom-news .ms-bottom-news-center .ms-bottom-all-new .ms-bottom-news .ms-bottom-news-title h5 {
      padding: 15px 0 40px;
    }
    .ms-container .bottom-news .ms-bottom-news-center .ms-bottom-all-new .ms-bottom-news .ms-bottom-news-title p {
      font-size: 32px;
    }
    .ms-container .ms-all-parts .ms-part-icons .ms-part-icon-list .ms-part-icon-f:not(:nth-child(1)){
      margin-left: 60px;
    }
  }
  
  @media screen and (max-width: 1599px) {
    .ms-container .kv-section .mySwiper {
      width: 1124px;
      height: 125px;
    }
    .ms-container .kv-section .mySwiper .swiper-slide {
      width: 268px !important;
    }
    .ms-container .kv-section .mySwiper .swiper-slide img {
      width: 87px;
    }
    .ms-container .kv-section .fixStart {
      width: 100%;
      height: 68.5px;
    }
    .ms-container .ms-all-parts .ms-part-icons .ms-part-icon-list .ms-part-icon-f {
      display: flex;
      flex-wrap: wrap;
      width: 160px;
    }
    .ms-container .ms-all-parts .ms-part-icons .ms-part-icon-list .ms-part-icon-f p {
      width: 100%;
      font-size: 14px;
      text-align: center;
    }
    .ms-container .ms-all-parts .ms-part-icons .ms-part-icon-list .ms-part-icon-f:not(:nth-child(1)) {
      margin-left: 2.5vw;
    }
    .ms-container .ms-bottom-parts {
      max-width: 1760px;
      padding: 0 40px 70px;
    }
    .ms-container .ms-bottom-parts .ms-bottom {
      margin-top: 57px;
    }
    .ms-container .ms-bottom-parts .ms-bottom h3 {
      font-size: 56px;
      margin-bottom: 35px;
    }
    .ms-container .ms-bottom-parts .ms-bottom .ms-bottom-all-new {
      display: flex;
      justify-content: center;
      flex: 1;
    }
    .ms-container .ms-bottom-parts .ms-bottom .ms-bottom-all-new div:nth-of-type(2) {
      margin: 0 24px;
    }
    .ms-container .ms-bottom-parts .ms-bottom .ms-bottom-all-new .ms-bottom-news {
      border-radius: 24px;
      background: white;
    }
    .ms-container .ms-bottom-parts .ms-bottom .ms-bottom-all-new .ms-bottom-news .ms-bottom-news-title {
      padding: 29.2px 0 32px 24px;
    }
    .ms-container .ms-bottom-parts .ms-bottom .ms-bottom-all-new .ms-bottom-news .ms-bottom-news-title h5 {
      font-size: 24px;
    }
    .ms-container .ms-bottom-parts .ms-bottom .ms-bottom-all-new .ms-bottom-news .ms-bottom-news-title p {
      font-size: 13px;
      padding: 12px 0 23px;
    }
    .ms-container .bottom-news .ms-bottom-news-center {
      padding: 0 40px;
    }
    .ms-container .bottom-news .ms-bottom-news-center h3 {
      font-size: 48px;
    }
    .ms-container .bottom-news .ms-bottom-news-center .ms-bottom-all-new div:nth-of-type(2) {
      margin: 0 0 0 24px;
    }
    .ms-container .bottom-news .ms-bottom-news-center .ms-bottom-all-new .ms-bottom-news .ms-bottom-news-title {
      padding: 32px 0 40px 32px;
    }
    .ms-container .bottom-news .ms-bottom-news-center .ms-bottom-all-new .ms-bottom-news .ms-bottom-news-title h5 {
      padding: 15px 0 24px;
    }
    .ms-container .bottom-news .ms-bottom-news-center .ms-bottom-all-new .ms-bottom-news .ms-bottom-news-title p {
      font-size: 32px;
    }
  }
  @media screen and (max-width: 1200px) {
    .ms-container .ms-all-parts .ms-part-icons .ms-part-icon-list .ms-part-icon-f{
      width: 120px;
    }
  }
  @media screen and (max-width: 1199px) {
    .ms-container .kv-section .mySwiper {
      width: 910px;
      height: 96px;
      bottom: 24px;
    }
    .ms-container .kv-section .mySwiper .swiper-slide {
      width: 219px !important;
      border-radius: 16px;
      padding: 0 13px 0 16px;
    }
    .ms-container .kv-section .mySwiper .swiper-slide:last-of-type{
      margin-right: 0!important;
    }
    .ms-container .kv-section .mySwiper .swiper-slide h6 {
      font-size: 16px;
    }
    .ms-container .kv-section .mySwiper .swiper-slide p {
      font-size: 12px;
    }
    .ms-container .kv-section .mySwiper .swiper-slide img {
      width: 70px;
    }
    .ms-container .kv-section .fixStart {
      width: 100%;
      position: fixed;
      background: white;
      height: 68.5px;
    }
    .ms-container .kv-section .fixStart .swiper-wrapper {
      justify-content: center;
    }
    .ms-container .kv-section .fixStart .swiper-wrapper .swiper-slide {
      justify-content: center;
      border-radius: 0;
    }
    .ms-container .kv-section .fixStart .swiper-wrapper .swiper-slide .kv-click-title h6 {
      padding: 24px 0;
      margin: 0;
    }
    .ms-container .kv-section .fixStart .swiper-wrapper .swiper-slide .kv-click-title p {
      display: none;
    }
    .ms-container .kv-section .fixStart .swiper-wrapper .swiper-slide-thumb-active .bo-line {
      width: 100%;
    }
    .ms-container .kv-section .fixStart .swiper-wrapper .swiper-slide:hover .bo-line {
      width: 100%;
    }
    .ms-container .ms-all-parts {
      position: relative;
      padding-top: 40px;
    }
    .ms-container .ms-all-parts .ms-part-icons {
      width: 100%;
      height: auto;
    }
    .ms-container .ms-all-parts .ms-part-icons .ms-part-icon-list {
      width: 100%;
    }
    .ms-container .ms-all-parts .ms-part-icons .ms-part-icon-list .ms-part-icon-f {
      display: flex;
      flex-wrap: wrap;
      width: 100px;
      width: 150px;
    }
    .ms-container .ms-all-parts .ms-part-icons .ms-part-icon-list .ms-part-icon-f p {
      width: 100%;
      font-size: 14px;
      text-align: center;
    }
    .ms-container .ms-all-parts .ms-part-icons .ms-part-icon-list .ms-part-icon-f:not(:nth-child(1)) {
      margin-left: 60px;
      margin-left: 10px;
    }
    .ms-container .ms-all-parts .ms-part-icons .ms-part-icon-list .mySwiper3 {
      width: 800px;
      height: auto;
      overflow: hidden;
    }
    .ms-container .ms-all-parts .ms-part-icons .ms-part-icon-list .mySwiper3 .swiper-wrapper {
      width: 100%;
      margin: 0 auto;
    }
    .ms-container .ms-all-parts .ms-part-icons .ms-part-icon-list .mySwiper3 .swiper-wrapper .ms-part-icon-f:not(:nth-child(1)) {
      margin-left: 0px;
    }
    .ms-container .ms-all-parts .ms-part-icons .ms-part-icon-list .mySwiper3 .swiper-button-next,
    .ms-container .ms-all-parts .ms-part-icons .ms-part-icon-list .mySwiper3 .swiper-button-prev {
      width: 64px;
      height: 64px;
      display: block;
      background: url("/content/dam/huawei-cbg-site/common/mkt/mobileservices/new-2022/images/kv/s-click.svg") center no-repeat;
      background-size: 100% 100%;
      transform: translateY(-12px);
    }
    .ms-container .ms-all-parts .ms-part-icons .ms-part-icon-list .mySwiper3 .swiper-button-next {
      right: 4%;
    }
    .ms-container .ms-all-parts .ms-part-icons .ms-part-icon-list .mySwiper3 .swiper-button-prev {
      left: 4%;
      transform: translateY(-12px) rotate(180deg);
    }
    .ms-container .ms-all-parts .ms-part-icons .ms-part-icon-list .mySwiper3 .swiper-button-next::after,
    .ms-container .ms-all-parts .ms-part-icons .ms-part-icon-list .mySwiper3 .swiper-button-prev::after {
      content: "";
    }
    .ms-container .ms-bottom-parts {
      padding: 0 40px 70px;
    }
    .ms-container .ms-bottom-parts .ms-bottom {
      margin-top: 57px;
    }
    .ms-container .ms-bottom-parts .ms-bottom h3 {
      font-size: 56px;
      margin-bottom: 34px;
    }
    .ms-container .ms-bottom-parts .ms-bottom .ms-bottom-all-new div:nth-of-type(2) {
      margin: 0 24px;
    }
    .ms-container .ms-bottom-parts .ms-bottom .ms-bottom-all-new .ms-bottom-news {
      border-radius: 24px;
    }
    .ms-container .ms-bottom-parts .ms-bottom .ms-bottom-all-new .ms-bottom-news .ms-bottom-news-title {
      padding: 17px 0 24px 16px;
    }
    .ms-container .ms-bottom-parts .ms-bottom .ms-bottom-all-new .ms-bottom-news .ms-bottom-news-title h5 {
      font-size: 24px;
    }
    .ms-container .ms-bottom-parts .ms-bottom .ms-bottom-all-new .ms-bottom-news .ms-bottom-news-title p {
      font-size: 13px;
      padding: 4px 0 15px;
    }
    .ms-container .bottom-news .ms-bottom-news-center h3 {
      font-size: 48px;
    }
    .ms-container .bottom-news .ms-bottom-news-center .ms-bottom-all-new div:nth-of-type(2) {
      margin: 0 0 0 24px;
    }
    .ms-container .bottom-news .ms-bottom-news-center .ms-bottom-all-new .ms-bottom-news .ms-bottom-news-title {
      padding: 26px 0 16px 24px;
    }
    .ms-container .bottom-news .ms-bottom-news-center .ms-bottom-all-new .ms-bottom-news .ms-bottom-news-title h5 {
      padding: 10px 0 16px;
      font-size: 13px;
    }
    .ms-container .bottom-news .ms-bottom-news-center .ms-bottom-all-new .ms-bottom-news .ms-bottom-news-title p {
      font-size: 24px;
    }
  }
  @media screen and (min-width: 1010px) and (max-width: 1199px) {
    .ms-container .kv-section .mySwiper .swiper-slide img {
      width: 60px;
    }
  }
  @media screen and (max-width: 991px) {
    .ms-container .hid-mob2 {
      display: none;
    }
    .ms-container .kv-section .mySwiper {
      width: 95%;
      height: 102px;
      bottom: 20px;
    }
    .ms-container .kv-section .mySwiper.fixStart .swiper-wrapper[data-index="1"], .ms-container .kv-section .mySwiper.fixStart .swiper-wrapper[data-index="2"],
    .ms-container .kv-section .mySwiper.fixStart .swiper-wrapper[data-index="3"], .ms-container .kv-section .mySwiper.fixStart .swiper-wrapper[data-index="4"] {
      transform: translate3d(0, 0, 0) !important;
    }
    .ms-container .kv-section .mySwiper .swiper-wrapper[data-index="1"], .ms-container .kv-section .mySwiper .swiper-wrapper[data-index="2"] {
      transform: translate3d(0, 0, 0) !important;
    }
    .ms-container .kv-section .mySwiper .swiper-wrapper[data-index="3"] {
      transform: translate3d(-234px, 0, 0) !important;
  }
    .ms-container .kv-section .mySwiper .swiper-wrapper[data-index="4"] {
      transform: translate3d(-468px, 0, 0) !important;
  }
  
  .ms-container .kv-section .mySwiper .swiper-wrapper.thu-move[data-index="1"], .ms-container .kv-section .mySwiper .swiper-wrapper.thu-move[data-index="2"] {
      transform: translate3d(0, 0, 0) !important;
    }
    .ms-container .kv-section .mySwiper .swiper-wrapper.thu-move[data-index="3"] {
      transform: translate3d(-234px, 0, 0) !important;
  }
    .ms-container .kv-section .mySwiper .swiper-wrapper.thu-move[data-index="4"] {
      transform: translate3d(-468px, 0, 0) !important;
  }
    .ms-container .kv-section .mySwiper .swiper-slide {
      width: 228px !important;
      border-radius: 16px;
      padding: 0 0 0 24px;
    }
    .ms-container .kv-section .mySwiper .swiper-slide h6 {
      font-size: 16px;
    }
    .ms-container .kv-section .mySwiper .swiper-slide p {
      font-size: 12px;
    }
    .ms-container .kv-section .mySwiper .swiper-slide img {
      display: none;
    }
    .ms-container .kv-section .fixStart {
      min-width: 100%;
      top: 0;
      height: 50px;
    }
    .ms-container .kv-section .fixStart .swiper-wrapper {
      justify-content: center;
      transform: translate3d(0, 0, 0) !important;
    }
    .ms-container .kv-section .fixStart .swiper-wrapper .swiper-slide {
      justify-content: center;
      background: white;
      border-radius: 0;
      width: 20% !important;
    }
    .ms-container .kv-section .fixStart .swiper-wrapper .swiper-slide .kv-click-title h6 {
      color: black;
      padding: 16px 0;
      margin: 0;
      font-size: 12px;
    }
    .ms-container .kv-section .fixStart .swiper-wrapper .swiper-slide .kv-click-title p {
      display: none;
    }
    .ms-container .kv-section .fixStart .swiper-wrapper .swiper-slide .kv-click-img {
      display: none;
    }
    .ms-container .kv-section .fixStart .swiper-wrapper .swiper-slide .bo-line {
      background: black;
      width: 0px;
      height: 2px;
      transition: 0.5s all ease-in-out;
    }
    .ms-container .kv-section .fixStart .swiper-wrapper .swiper-slide-thumb-active .bo-line {
      width: 100%;
    }
    .ms-container .kv-section .fixStart .swiper-wrapper .swiper-slide:hover .bo-line {
      width: 100%;
    }
    .ms-container .ms-all-parts {
      position: relative;
      padding-top: 40px;
    }
    .ms-container .ms-all-parts .ms-part-icons {
      width: 100%;
      height: auto;
      position: relative;
    }
    .ms-container .ms-all-parts .ms-part-icons .ms-part-icon-list {
      width: 100%;
      opacity: 0;
      display: flex;
      justify-content: center;
    }
    .ms-container .ms-all-parts .ms-part-icons .ms-part-icon-list .ms-part-icon-f {
      display: flex;
      flex-wrap: wrap;
      width: 100px;
      height: 115px;
      align-content: baseline;
      position: relative;
    }
    .ms-container .ms-all-parts .ms-part-icons .ms-part-icon-list .ms-part-icon-f img {
      width: 60px;
      height: 60px;
      margin: 0 auto;
    }
    .ms-container .ms-all-parts .ms-part-icons .ms-part-icon-list .ms-part-icon-f p {
      width: 100%;
      font-size: 10px;
      text-align: center;
      margin-top: 8px;
    }
    .ms-container .ms-all-parts .ms-part-icons .ms-part-icon-list .ms-part-icon-f .icon-bg {
      position: absolute;
      width: 100%;
      height: 80px;
      bottom: 0;
      left: 0;
      background: white;
      z-index: -1;
      border-radius: 8px;
    }
    .ms-container .ms-all-parts .ms-part-icons .ms-part-icon-list .ms-part-icon-f:not(:nth-child(1)) {
      margin-left: 8px;
    }
    .ms-container .ms-all-parts .ms-part-icons .ms-part-icon-list .mySwiper3 {
      width: 76%;
      height: auto;
      overflow: hidden;
    }
    .ms-container .ms-all-parts .ms-part-icons .ms-part-icon-list .mySwiper3 .swiper-wrapper {
      width: 100%;
      margin: 0 auto;
    }
    .ms-container .ms-all-parts .ms-part-icons .ms-part-icon-list .mySwiper3 .swiper-wrapper .ms-part-icon-f:not(:nth-child(1)) {
      margin-left: 0px;
    }
    .ms-container .ms-all-parts .ms-part-icons .ms-part-icon-list .mySwiper3 .swiper-button-next,
    .ms-container .ms-all-parts .ms-part-icons .ms-part-icon-list .mySwiper3 .swiper-button-prev {
      display: none;
    }
    .ms-container .ms-all-parts .ms-part-main {
      margin-top: 40px;
    }
    .ms-container .ms-bottom-parts {
      max-width: 1760px;
      padding: 0 0 60px;
      box-sizing: content-box;
      margin: 0 auto;
    }
    .ms-container .ms-bottom-parts .ms-bottom {
      margin-top: 73px;
    }
    .ms-container .ms-bottom-parts .ms-bottom h3 {
      font-size: 56px;
      margin-bottom: 35px;
    }
    .ms-container .ms-bottom-parts .ms-bottom .ms-bottom-all-new {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      padding: 0 16px;
    }
    .ms-container .ms-bottom-parts .ms-bottom .ms-bottom-all-new .ms-bottom-news {
      width: 100%;
    }
    .ms-container .ms-bottom-parts .ms-bottom .ms-bottom-all-new div:nth-of-type(2) {
      margin: 24px 0px;
    }
    .ms-container .ms-bottom-parts .ms-bottom .ms-bottom-all-new .ms-bottom-news {
      border-radius: 24px;
      background: white;
    }
    .ms-container .ms-bottom-parts .ms-bottom .ms-bottom-all-new .ms-bottom-news .ms-bottom-news-title {
      padding: 37px 0 52px 40px;
    }
    .ms-container .ms-bottom-parts .ms-bottom .ms-bottom-all-new .ms-bottom-news .ms-bottom-news-title h5 {
      font-size: 24px;
    }
    .ms-container .ms-bottom-parts .ms-bottom .ms-bottom-all-new .ms-bottom-news .ms-bottom-news-title p {
      font-size: 16px;
      padding: 20px 0 31px;
    }
    .ms-container .bottom-news {
      width: 100%;
      background: white;
      padding: 60px 0 80px;
    }
    .ms-container .bottom-news h3 {
      width: 100%;
      font-size: 56px;
      text-align: center;
      line-height: 1.25;
      margin-bottom: 34px;
    }
    .ms-container .bottom-news .ms-bottom-news-center {
      max-width: 1760px;
      padding: 0;
      box-sizing: content-box;
      margin: 0 auto;
    }
    .ms-container .bottom-news .ms-bottom-news-center .ms-bottom-all-new {
      display: block;
    }
    .ms-container .bottom-news .ms-bottom-news-center .ms-bottom-all-new div:nth-of-type(2) {
      margin: 24px 0 0 0;
    }
    .ms-container .bottom-news .ms-bottom-news-center .ms-bottom-all-new .ms-bottom-news {
      width: 100%;
      background: #fafafa;
      border-radius: 0;
      overflow: hidden;
    }
    .ms-container .bottom-news .ms-bottom-news-center .ms-bottom-all-new .ms-bottom-news .ms-bottom-news-title {
      padding: 37px 0 41px 16px;
      display: flex;
      flex-wrap: wrap;
    }
    .ms-container .bottom-news .ms-bottom-news-center .ms-bottom-all-new .ms-bottom-news .ms-bottom-news-title h5 {
  

      width: 95%;
      order: 2;
      font-size: 16px;
      color: #707070;
      padding: 22px 0 50px;
    }
    .ms-container .bottom-news .ms-bottom-news-center .ms-bottom-all-new .ms-bottom-news .ms-bottom-news-title p {
      width: 95%;
      order: 1;
      font-size: 24px;
      padding: 0;
      color: black;
    }
    .ms-container .kv-section .mySwiper .swiper-slide-thumb-active .kv-click-img{
      border: 0;
    }
    .ms-container .kv-section .mySwiper .swiper-slide .kv-click-img{
        border: 0;
    }
    .ms-container .bottom-news .ms-bottom-news-center h3{
      font-size: 32px;
    }
  }
  
  @media screen and (max-width: 599px) {
    .ms-container .kv-section .mySwiper2 .swiper-slide img {
      width: 100% !important;
      height: 127.777vw;
    }
    .ms-container .kv-section .mySwiper {
      width: 96%;
      height: 108px;
      bottom: 20px;
      margin-left: 12px;
      left: 0;
      transform: translateX(0);
    }
    .ms-container .kv-section .mySwiper .swiper-wrapper {
      align-items: center;
    }
    .ms-container .kv-section .mySwiper .swiper-wrapper[data-index="1"], .ms-container .kv-section .mySwiper .swiper-wrapper[data-index="2"] {
      transform: translate3d(0, 0, 0) !important;
    }
    .ms-container .kv-section .mySwiper .swiper-wrapper[data-index="3"] {
      transform: translate3d(-34.444444vw, 0, 0) !important;
  }
    .ms-container .kv-section .mySwiper .swiper-wrapper[data-index="4"] {
      transform: translate3d(-53.333333vw, 0, 0) !important;
  } 
   .ms-container .kv-section .mySwiper .swiper-wrapper.thu-move[data-index="1"], .ms-container .kv-section .mySwiper .swiper-wrapper.thu-move[data-index="2"] {
      transform: translate3d(0, 0, 0) !important;
    }
    .ms-container .kv-section .mySwiper .swiper-wrapper.thu-move[data-index="3"] {
      transform: translate3d(-34.444444vw, 0, 0) !important;
  }
    .ms-container .kv-section .mySwiper .swiper-wrapper.thu-move[data-index="4"] {
      transform: translate3d(-53.333333vw, 0, 0) !important;
  }
    .ms-container .kv-section .mySwiper .swiper-slide {
      width: 34.444444vw !important;
      height: 24.444444vw !important;
      border-radius: 16px;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0;
    }
    .ms-container .kv-section .mySwiper .swiper-slide h6,
    .ms-container .kv-section .mySwiper .swiper-slide p {
      margin: 0;
    }
    .ms-container .kv-section .mySwiper .swiper-slide h6 {
      font-size: 16px;
    }
    .ms-container .kv-section .mySwiper .swiper-slide p {
      font-size: 12px;
    }
    .ms-container .kv-section .mySwiper .swiper-slide img {
      display: none;
    }
    .ms-container .kv-section .mySwiper .swiper-slide-thumb-active {
      opacity: 1;
      background-color: white;
      border: 3px solid #96979b;
      height: 108px !important;
    }
    .ms-container .kv-section .mySwiper .swiper-slide-thumb-active h6 {
      color: black;
    }
    .ms-container .kv-section .mySwiper .swiper-slide-thumb-active p {
      color: rgba(0, 0, 0, 0.6);
    }
    .ms-container .kv-section .mySwiper .swiper-slide-thumb-active h6 {
      font-size: 16px;
    }
    .ms-container .kv-section .fixStart {
      min-width: 100%;
      top: 0;
      height: 50px;
      margin-left: 0;
    }
    .ms-container .kv-section .fixStart .swiper-wrapper {
      justify-content: center;
      transform: translate3d(0, 0, 0) !important;
    }
    .ms-container .kv-section .fixStart .swiper-wrapper .swiper-slide {
      justify-content: center;
      background: white;
      border-radius: 0;
      width: 20% !important;
      width: 22% !important;
      height: 50px !important;
      border: 0;
    }
    .ms-container .kv-section .fixStart .swiper-wrapper .swiper-slide .kv-click-title h6 {
      color: black;
      padding: 16px 0;
      margin: 0;
      font-size: 10px;
    }
    .ms-container .kv-section .fixStart .swiper-wrapper .swiper-slide .kv-click-title p {
      display: none;
    }
    .ms-container .kv-section .fixStart .swiper-wrapper .swiper-slide .kv-click-img {
      display: none;
    }
    .ms-container .kv-section .fixStart .swiper-wrapper .swiper-slide .bo-line {
      background: black;
      width: 0px;
      height: 2px;
      transition: 0.5s all ease-in-out;
    }
    .ms-container .kv-section .fixStart .swiper-wrapper .swiper-slide-thumb-active {
      height: auto !important;
      font-size: 16px;
    }
    .ms-container .kv-section .fixStart .swiper-wrapper .swiper-slide-thumb-active .bo-line {
      width: 100%;
    }
    .ms-container .kv-section .fixStart .swiper-wrapper .swiper-slide:hover .bo-line {
      width: 100%;
    }
    .ms-container .ms-all-parts {
      position: relative;
      padding-top: 40px;
    }
    .ms-container .ms-all-parts .ms-part-icons {
      width: 100%;
      height: auto;
      position: relative;
    }
    .ms-container .ms-all-parts .ms-part-icons .ms-part-icon-list {
      width: 100%;
      opacity: 0;
      display: flex;
      justify-content: center;
    }
    .ms-container .ms-all-parts .ms-part-icons .ms-part-icon-list .ms-part-icon-f {
      display: flex;
      flex-wrap: wrap;
      width: 100px;
      height: 115px;
      align-content: baseline;
      position: relative;
    }
    .ms-container .ms-all-parts .ms-part-icons .ms-part-icon-list .ms-part-icon-f img {
      width: 60px;
      height: 60px;
      margin: 0 auto;
    }
    .ms-container .ms-all-parts .ms-part-icons .ms-part-icon-list .ms-part-icon-f p {
      width: 100%;
      font-size: 10px;
      text-align: center;
      margin-top: 8px;
    }
    .ms-container .ms-all-parts .ms-part-icons .ms-part-icon-list .ms-part-icon-f .icon-bg {
      position: absolute;
      width: 100%;
      height: 80px;
      bottom: 0;
      left: 0;
      background: white;
      z-index: -1;
      border-radius: 8px;
    }
    .ms-container .ms-all-parts .ms-part-icons .ms-part-icon-list .ms-part-icon-f:not(:nth-child(1)) {
      margin-left: 8px;
    }
    .ms-container .ms-all-parts .ms-part-icons .ms-part-icon-list .mySwiper3 {
      width: 100%;
      height: auto;
      overflow: hidden;
      padding-left: 16px;
    }
    .ms-container .ms-all-parts .ms-part-icons .ms-part-icon-list .mySwiper3 .swiper-wrapper {
      width: 100%;
      margin: 0 auto;
    }
    .ms-container .ms-all-parts .ms-part-icons .ms-part-icon-list .mySwiper3 .swiper-wrapper .ms-part-icon-f:not(:nth-child(1)) {
      margin-left: 0px;
    }
    .ms-container .ms-all-parts .ms-part-icons .ms-part-icon-list .mySwiper3 .swiper-button-next,
    .ms-container .ms-all-parts .ms-part-icons .ms-part-icon-list .mySwiper3 .swiper-button-prev {
      display: none;
    }
    .ms-container .ms-all-parts .ms-part-icons .ms-part-icon-list .mySwiper4 {
      width: 100%;
      height: auto;
      overflow: hidden;
      padding-left: 16px;
    }
    .ms-container .ms-all-parts .ms-part-icons .ms-part-icon-list .mySwiper4 .swiper-wrapper {
      width: 100%;
      margin: 0 auto;
    }
    .ms-container .ms-all-parts .ms-part-icons .ms-part-icon-list .mySwiper4 .swiper-wrapper .ms-part-icon-f:not(:nth-child(1)) {
      margin-left: 0px;
    }
    .ms-container .ms-all-parts .ms-part-icons .ms-part-icon-list .mySwiper4 .swiper-button-next,
    .ms-container .ms-all-parts .ms-part-icons .ms-part-icon-list .mySwiper4 .swiper-button-prev {
      display: none;
    }
    .ms-container .ms-all-parts .ms-part-icons .ms-part-icon-list .mySwiper5 {
      width: 100%;
      height: auto;
      overflow: hidden;
      padding-left: 16px;
    }
    .ms-container .ms-all-parts .ms-part-icons .ms-part-icon-list .mySwiper5 .swiper-wrapper {
      width: 100%;
      margin: 0 auto;
    }
    .ms-container .ms-all-parts .ms-part-icons .ms-part-icon-list .mySwiper5 .swiper-wrapper .ms-part-icon-f:not(:nth-child(1)) {
      margin-left: 0px;
    }
    .ms-container .ms-all-parts .ms-part-icons .ms-part-icon-list .mySwiper5 .swiper-button-next,
    .ms-container .ms-all-parts .ms-part-icons .ms-part-icon-list .mySwiper5 .swiper-button-prev {
      display: none;
    }
    .ms-container .ms-all-parts .ms-part-main {
      margin-top: 40px;
    }
    .ms-container .ms-bottom-parts .ms-bottom {
      margin-top: 80px;
    }
    .ms-container .ms-bottom-parts .ms-bottom h3 {
      font-size: 32px;
      margin-bottom: 22px;
    }
    .ms-container .ms-bottom-parts .ms-bottom .ms-bottom-all-new div:nth-of-type(2) {
      margin: 16px 0px;
    }
    .ms-container .ms-bottom-parts .ms-bottom .ms-bottom-all-new .ms-bottom-news {
      border-radius: 16px;
      background: white;
    }
    .ms-container .ms-bottom-parts .ms-bottom .ms-bottom-all-new .ms-bottom-news .ms-bottom-news-title {
      padding: 21px 0 45px 16px;
    }
    .ms-container .ms-bottom-parts .ms-bottom .ms-bottom-all-new .ms-bottom-news .ms-bottom-news-title h5 {
      font-size: 24px;
    }
    .ms-container .ms-bottom-parts .ms-bottom .ms-bottom-all-new .ms-bottom-news .ms-bottom-news-title p {
      font-size: 16px;
      padding: 12px 0 23px;
    }
    .ms-container .bottom-news {
      width: 100%;
      background: white;
      padding: 60px 0 80px;
    }
    .ms-container .bottom-news h3 {
      width: 100%;
      font-size: 32px;
      text-align: center;
      line-height: 1.25;
      margin-bottom: 24px;
    }
    .ms-container .bottom-news .ms-bottom-news-center {
      max-width: 1760px;
      padding: 0;
      box-sizing: content-box;
      margin: 0 auto;
    }
    .ms-container .bottom-news .ms-bottom-news-center .ms-bottom-all-new {
      display: block;
    }
    .ms-container .bottom-news .ms-bottom-news-center .ms-bottom-all-new div:nth-of-type(2) {
      margin: 16px 0 0 0;
    }
    .ms-container .bottom-news .ms-bottom-news-center .ms-bottom-all-new .ms-bottom-news {
      width: 100%;
      background: #fafafa;
      border-radius: 0;
      overflow: hidden;
    }
    .ms-container .bottom-news .ms-bottom-news-center .ms-bottom-all-new .ms-bottom-news .ms-bottom-news-title {
      padding: 29px 0 48px 16px;
      display: flex;
      flex-wrap: wrap;
    }
    .ms-container .bottom-news .ms-bottom-news-center .ms-bottom-all-new .ms-bottom-news .ms-bottom-news-title h5 {
  
      width: 95%;
      order: 2;
      font-size: 16px;
      color: #707070;
      padding: 14px 0 50px;
    }
    .ms-container .bottom-news .ms-bottom-news-center .ms-bottom-all-new .ms-bottom-news .ms-bottom-news-title p {
      width: 95%;
      order: 1;
      font-size: 24px;
      padding: 0;
      color: black;
    }
  }
  
  @media screen and (min-width: 992px) {
    /* .ms-container .ms-all-parts .ms-part-icons .ms-part-icon-list .ms-part-icon-f p {
      white-space: nowrap;
    } */
    /* .ms-container .ms-all-parts .ms-part-icons .ms-part-icon3 .ms-part-icon-f p {
      transform: translateX(-10px);
    } */
  }
  
  @media (max-width: 1260px) {
    .hid-mob {
      display: none;
    }
  }
  
  .ms-container.isIe .kv-section .fixStart {
    top: 104px;
  }
  
  
  
  @media screen and (max-width: 1530px) and (min-width: 1470px) {
    .ms-container .ms-item-card_content{
      width: calc(100% - 22.5vw - 35px);
    }
    .ms-container .ms-hero-btn .download-btn{
      padding: 8px 26px 12px;
    }
  }
  
  .ms-container .sports-section .ms-hero-text.bg-opcity .download-code{
    display: none;
  }
  
  .ms-container.isWin .sports-section .ms-hero-text.bg-opcity .download-code{
    display: block;
  }
  
  .ms-container .sports-section .ms-hero-text.bg-opcity .main-title{
    opacity: 1;
    filter: blur(0);
    -webkit-filter: blur(0);
  }
  
  .ms-container .sports-section .ms-hero-text.bg-opcity .text-32, .ms-container .sports-section .ms-hero-text.bg-opcity .text-16{
    opacity: .6;
    filter: blur(0);
    -webkit-filter: blur(0);
  }
  
  .ms-container.isWin .sports-section .ms-hero-text.bg-opcity .main-title, .ms-container.isWin .sports-section .ms-hero-text.bg-opcity .text-32, .ms-container.isWin .sports-section .ms-hero-text.bg-opcity .text-16{
    opacity: .1;
    filter: blur(5px);
    -webkit-filter: blur(5px);
  }
  
  
  /*news*/
  .ms-container .inner_box{
    max-width: 1760px;
    margin: 0 auto;
  }
  .ms-container .title_view {
    padding: 60px 13px 30px 10px;
  }
  
  .ms-container .title_view {
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
  }
  
  .ms-container .view {
    position: absolute;
    right: 0;
  }
  
  .ms-container .view, .ms-container .news_date{
    font-size: 14px;
  }
  
  .ms-container .right {
    transform: scaleY(1.5) translateY(-0.7px);
    display: inline-block;
  }
  
  .ms-container .title {
    font-size: 24px;
    color: #626262;
    line-height: 36px;
  }
  
  .ms-container .des {
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  
  .ms-container .news_box {
    max-width: 33.333%;
    flex-shrink: 1;
    -ms-flex-align: start;
    -webkit-align-items: start;
    align-items: start;
    width: 100%;
    margin: 10px;
  }
  
  .ms-container .news_pic {
    flex-shrink: 1;
    font-size: 0;
  }
  
  .ms-container .news_pic img {
    width: 100%;
    border-radius: 5px 5px 0 0;
  }
  
  .ms-container .news_content {
    width: 88%;
    padding: 6%;
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  
  .ms-container .news_content .news_title {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: normal;
    color: #000;
    margin-bottom: 24px;
    height: 122px;
    overflow: hidden;
  }
  
  .ms-container .news_desc {
    margin-top: 2%;
    line-height: 22px;
    color: #4D4D4D;
    font-size: 14px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-box-orient: vertical;
  }
  
  .ms-container .news_date {
    color: #9B9B9B;
    margin: 6% auto;
  }
  
  @media only screen and (max-width: 1599px) and (min-width: 992px) {
    .ms-container .bottom-news {
      padding: 0 40px;
      padding: 70px 40px 80px;
    }
  }
  
  @media only screen and (max-width: 991px){
    .ms-container .inner_box {
      max-width: 94%;
    }
    .ms-container .view, .ms-container .news_date{
      font-size: 28px;
    }
    .ms-container .des{
      display: block;
    }
    .ms-container .news_box {
      max-width: 93vw;
      border: 2px solid #e5e5e5;
      border-radius: 10px;
      margin: 0 0 10px 0;
    }
    .ms-container .news_date, .ms-container .detailed, .ms-container .news_desc{
      font-size: 28px;
      line-height: 44px;
    }
    .ms-container .news_pic {
      width: 100%;
    }
    .ms-container .news_content {
      width: 90%;
      padding: 5% 3% 1%;
      margin: 0 auto;
    }
    .ms-container .news_content .news_title {
      font-size: 20px;
    }
    .ms-container .news_desc {
      font-size: 14px;
      color: #4D4D4D;
      margin-top: 2%;
    }
    .ms-container .news_date{
      font-size: 14px;
    }
  }
  
  
  .music-download{
      margin-left: 0 !important;
  }
  
  .ms-news1 img , .ms-news2 img{
      cursor: pointer;
  }
  
  .ms-news1 p,.ms-news2 p{
      cursor: pointer;
  }
  
  .ms-news1 p:hover,.ms-news2 p:hover{
      text-decoration: underline;
  }