@media (max-width: 978px) {
  * {
    font-family: "Microsoft YaHei";
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }

  body {
    font-family: Helvetica, Arial, sans-serif, "寰蒋闆呴粦" !important;
    margin: 0 auto !important;
    max-width: 750px !important;
    width: 100%;
    height: 100%;
  }

  a:focus {
    outline: none;
  }

  a:link,
  a:visited {
    text-decoration: none;
    outline: none;
    color: #03c;
  }

  a:hover {
    text-decoration: none;
    /* word-break: break-all; */
  }

  a:active {
    word-break: break-all;
    color: #5f5f5f;
  }

  ul li {
    list-style: none;
  }

  img {
    border: 0 none;
    vertical-align: top;
    width: 100%;
  }

  .clear {
    clear: both;
  }

  .hidex {
    display: none !important;
  }

  .base_header,
  .base_height {
    height: 60px;
  }

  .base_header {
    position: fixed;
    width: 100%;
    z-index: 100;
    max-width: 750px;
    padding-top: 10px;
    background-image: linear-gradient(135deg, #f4f9fe 0%, #eaf2fb 100%);
  }

  .base_header .base_header_logo {
    float: left;
    height: 40px;
    margin-left: 20px;
    margin-top: 5px;
  }

  .base_header .base_header_logo img {
    height: 30px;
    width: auto;
  }

  .base_header .base_header_cta {
    float: right;
    background: #e6251f;
    border-radius: 2px;
    margin-right: 20px;
  }

  .base_header .base_header_cta a {
    font-size: 1em;
    color: #ffffff;
    letter-spacing: 0;
    text-align: center;
    line-height: 28px;
    padding: 5px 15px;
    display: block;
  }

  .base_header .base_header_nav_icon {
    float: right;
    margin-top: 8px;
    width: 20px;
    height: 20px;
    background: url(../img/trainingpromotion/base_nav.svg);
    margin-right: 20px;
  }

  #NavBase .mdui-panel-item-open {
    margin: 0;
  }

  #NavBase .mdui-panel-item-open .mdui-panel-item-header,
  #NavBase .mdui-panel-item .mdui-panel-item-header {
    background: #f5f5f5;
    height: 40px;
    position: relative;
  }

  #NavBase .mdui-panel-item .mdui-panel-item-body {
    font-size: 14px;
    color: #666666;
    letter-spacing: 0;
    line-height: 40px;
    padding: 0;
  }

  #NavBase .mdui-panel-item .mdui-panel-item-body::after {
    height: 0;
  }

  #NavBase .mdui-panel-item .mdui-panel-item-body a:last-child {
    border-bottom: 0px solid #d6d6d6;
  }

  #NavBase .mdui-panel-item .mdui-panel-item-body a {
    border-bottom: 1px solid #d6d6d6;
    position: relative;
    font-size: 14px;
    color: #666666;
    letter-spacing: 0;
    line-height: 40px;
    padding-left: 40px;
    height: 40px;
    display: block;
  }

  #NavBase .mdui-panel-item .mdui-panel-item-body a::before {
    width: 10px;
    height: 10px;
    position: absolute;
    content: "";
    top: 50%;
    right: 19px;
    transform: translateY(-50%);
    border-radius: 50%;
    box-sizing: border-box;
    background: url(../img/r.svg);
  }

  #NavBase .mdui-panel-item .mdui-panel-item-header::before {
    width: 12px;
    height: 12px;
    position: absolute;
    content: "";
    top: 50%;
    right: 19px;
    transform: translateY(-50%);
    border-radius: 50%;
    box-sizing: border-box;
    background: url(../img/down.svg);
  }

  #NavBase .mdui-panel-item .mdui-panel-item-header.act::before {
    width: 12px;
    height: 12px;
    position: absolute;
    content: "";
    top: 50%;
    right: 19px;
    transform: translateY(-50%);
    border-radius: 50%;
    box-sizing: border-box;
    background: url(../img/top.svg);
  }

  #NavBase .navFloor .mdui-panel-item .mdui-panel-item-header {
    background: #f5f5f5;
    height: 40px;
    background-color: #fff;
  }

  #NavBase .mdui-panel-item-open .navFloor .mdui-panel-item-header {
    border-top: 1px solid #d6d6d6;
  }

  #NavBase
    .mdui-panel-item-open
    .navFloor
    .mdui-panel-item-open
    .mdui-panel-item-header {
    border-bottom: 1px solid #d6d6d6;
  }

  .base_footer_cta {
    background: url(../img/trainingpromotion/ctabg.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 204px;
  }

  .base_footer_cta .base_footer_tit {
    color: #fff;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 36px;
    text-align: center;
    padding: 25px 0 0 0;
  }

  .base_footer_cta .base_footer_desc {
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 10px 0 0 0;
  }

  .base_footer_cta .base_footer_cta_btn a {
    background: #ffffff;
    border-radius: 4px;
    display: block;
    width: 120px;
    height: 35px;
    font-size: 16px;
    color: #ef2e2e;
    letter-spacing: 0;
    text-align: center;
    line-height: 35px;
    margin: 20px auto 0;
  }

  .base_footer {
    background: #252525;
    padding: 0 4%;
  }

  .base_footer .base_footer_txt {
    font-size: 14px;
    color: #9b9ea0;
    letter-spacing: 0;
    line-height: 20px;
    padding: 20px 0 10px;
    clear: both;
  }

  .base_footer .base_footer_nav {
    height: 80px;
    border-bottom: 1px solid #494949;
  }

  .base_footer .base_footer_nav a {
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 30px;
    display: block;
    float: left;
    width: 80px;
  }

  .base_footer .base_footer_addtxt {
    clear: both;
  }

  .base_footer .base_footer_addtxt div.act {
    color: #fff;
  }

  .base_footer .base_footer_addtxt div {
    font-size: 14px;
    color: #9b9ea0;
    letter-spacing: 0;
    display: block;
    float: left;
    width: 16%;
    padding: 0 0px 0 0;
    position: relative;
  }

  .base_footer .base_footer_addtxt div::before {
    width: 2px;
    position: absolute;
    top: 8px;
    right: 13px;
    color: #9b9ea0;
    transform: translateY(-50%);
    border-radius: 50%;
    box-sizing: border-box;
    content: "|";
  }

  .base_footer .base_footer_addtxt div:last-child::before {
    content: "";
  }

  .base_footer .base_footer_address {
    clear: both;
    padding: 15px 0 20px 0;
    position: relative;
    padding-left: 25px;
    font-size: 14px;
    color: #9b9ea0;
    letter-spacing: 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #494949;
  }

  .base_footer .base_footer_address::after {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 23px;
    left: 0;
    transform: translateY(-50%);
    border-radius: 50%;
    box-sizing: border-box;
    content: " ";
    background: url(/https://website-static.vhall.com/web/new-page/style/img/index/city.svg);
    left: 0;
  }

  .base_footer .base_footer_tel {
    border: 1px solid #ffffff;
    height: 40px;
    weight: 335px;
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 40px;
    text-align: center;
    display: block;
  }

  .base_footer .base_beian {
    text-align: center;
    margin-top: 30px;
    padding-bottom: 20px;
  }

  .base_footer .base_beian a {
    font-size: 14px;
    color: #7f7f7f;
    letter-spacing: 0;
  }

  /**棣栭〉搴曢儴鐢佃瘽銆�*/
  .base_footer_flex {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999;
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    width: 100%;
    height: 54px;
  }

  .base_footer_flex .base_footer_flex_tel {
    width: 60%;
    background: #fce9e8;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 54px;
    text-align: center;
  }

  .base_footer_flex .base_footer_flex_tel a {
    color: #e6251f;
  }

  .base_footer_flex .base_footer_flex_cta {
    width: 40%;
    background: #e6251f;
    font-size: 14px;
    letter-spacing: 0;
    text-align: center;
    line-height: 54px;
  }

  .base_footer_flex .base_footer_flex_cta a {
    color: #ffffff;
  }

  /** 鍏朵粬鏍忕洰浜岀骇瀵艰埅椤甸潰銆� **/
  .nav_fixed_height {
    height: 48px;
  }
  .body_list_nav {
    background: #f8fbfe;
  }

  .body_list_nav.mdui-container {
    width: 100%;
  }

  .body_list_nav.mdui-container .mdui-tab a {
    color: #222;
    letter-spacing: 0;
    text-align: center;
    line-height: 18px;
    opacity: 1;
    min-width: 80px;
  }

  .body_list_nav.mdui-container .mdui-tab a.mdui-tab-active {
    color: #e6251f;
  }
  .body_list_nav.mdui-container .mdui-tab .mdui-tab-indicator {
    background-color: #e6251f;
    height: 3px;
  }

  .body_list_nav .mdui-tab::-webkit-scrollbar-thumb {
    background: none;
  }

  .body_list_nav .mdui-tab::-webkit-scrollbar {
    display: none;
  }
}
