
@media only screen and (min-width: 768px){
    .navbar-inverse{
      background:#fff!important;
      height: 90px;
      box-shadow:0px 0px 30px 10px rgba(0,0,0,0.05);
      border-color: #fff!important;
      display: flex;
      align-items: center;
    }
    .navbar-brand{
      font-weight:600;
      color:rgba(35,35,42,1)!important;
    }
    .a__phalapi{
      font-size:18px;
      font-family:PingFangSC-Semibold,PingFang SC;
      font-weight:600;
      color:rgba(35,35,42,1)!important;
    }
    #w1{
      width: 60%;
      /* text-align: center; */
      display: flex;
      justify-content: center;
    }
        #w1 li a{
        font-size:16px;
        color:rgba(35,35,42,1);
        padding: 10px 0px;
        margin: 0 10px;
        /* transform: 1s; */
        font-family:PingFangSC-Regular,PingFang SC;
        font-weight:400;    
        transition: .1s;
      }
      #w1 li a:hover{
        /* height:4px; */ 
        font-family:PingFangSC-Semibold,PingFang SC;
        font-weight:600!important;
        border-bottom: 4px solid rgba(247,181,0,1);
      }
      #w1 li .dropdown-toggle a:focus{ 
        font-family:PingFangSC-Semibold,PingFang SC;
        font-weight:600!important;
        border-bottom: 4px solid rgba(247,181,0,1);
      }

      .glyphicon- {
        white-space: nowrap;
      }

      .navbar-inverse .navbar-nav > .open > a:focus {
        background-color: transparent !important;
      }

      .glyphicon__link{
      float: right!important;
      height:40px;
      text-align: center;
      width: 142px;
      line-height: 36px;
      background:rgba(35,35,42,1);
      box-shadow:0px 15px 15px 0px rgba(0,0,0,0.1);
      border-radius:20px;
      margin-left: 10%;
      /* display: flex;
      justify-content: center;
      align-items: center; */
      }
      .glyphicon__link>a{
        font-size:16px;
        font-family:PingFangSC-Medium,PingFang SC;
        font-weight:500;
        color:rgba(255,255,255,1)!important;
      }
      .glyphicon__link a:hover{
        color:rgba(255,255,255,1)!important;
        border: none!important;
      }
    }
    
    .container__main{
      width: 100%;
      padding-top: 90px;
    }
    .navbar-brand{
      color: #fff;
    }
    /* footer */
    .footer{
      height:auto!important;
      background:rgba(35,35,42,1)!important;
      border-top: none!important;
      padding-top: 20px!important;
      padding-bottom: 70px!important;
    }
    /* 活动广告提示栏 start */
    .hot-ads-tips-section {
      box-sizing: border-box;
      z-index: 1000;
      position: fixed;
      top: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 42px;
      padding: 8px;
      font-size: 15px;
      color: #fff;
      background-color: #6698ff;
      overflow: hidden;
    }
    .hot-ads-tips-section-wrapper {
      position: relative;
      white-space: normal;
    }
    .hot-ads-tips-section .right-img {
      width: 14px;
      height: 14px;
    }
    .hot-ads-tips-section a {
      color: #fff !important;
    }
    .hot-ads-tips-section .close-img {
      display: block;
      position: absolute;
      right: 12px;
      top: 50%;
      transform: translateY(-50%);
      width: 14px;
      height: 14px;
    }
    /* 活动广告提示栏 end */
    
.container p{
    margin-bottom: 0!important;
  }
  .container__header{
    height: 241px;
    border-bottom: 1px solid #999999;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
  }
  .container__header__left{
    display: flex;
    align-items: center;
  }
  .container__header__left>p{
    font-size:25px;
    font-family:AlibabaPuHuiTi-Bold,AlibabaPuHuiTi;
    font-weight:bold;
    color:rgba(255,255,255,1);
  }
  .container__header__rigth{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .container__header__rigth--wx{
    text-align: center;
  }
  .container__header__rigth--wx>img{
    padding: 10px;
    border-radius: 10px;
    width: 150px;
    height: 150px;
    background: #fff;
  }
  .container__header__rigth--wx>p{
    margin-top: 15px;
    font-size:16px;
    font-family:PingFangSC-Regular,PingFang SC;
    font-weight:400;
    color:rgba(255,255,255,1);
  }
  .container__footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* padding: 26px auto 33px!important; */
    margin: 26px auto 33px;
  }
  .container__footer__info-right{
    display: flex;
  }
  @media only screen and (max-width: 768px){
    .navbar-fixed-top{
      position: static;
    }
    .navbar{
      margin-bottom: 0;
    }
    .container__header{
      flex-direction: column;
    }
    .jumbotron{
      height: auto;
      min-height: 0;
    }
    .jumbotron__title {
      padding-left: 5%;
      padding-right: 5%;
    }
    .jumbotron__banner--p{
      height: auto;
      padding-left: 5%;
      padding-right: 5%;
      font-size: 16px!important;
      font-family: HelveticaNeue-Bold,HelveticaNeue;
      font-weight: bold!important;
      color: rgba(35,35,42,1);
      text-align: left;
      margin-top: 0%!important;
      margin-bottom: 10px!important;
    }
    .jumbotron__features,
    .jumbotron__alert--p{
      margin-left: 5%;
      margin-right: 5%;
      text-align: left;
      font-size: 12px!important;
      font-family: PingFangSC-Regular,PingFang SC;
      font-weight: 400!important;
      color: rgba(68,68,68,1);
    }
    .jumbotron__img{
      position: static;
      width: 100%;
      max-width: 100%;
      margin-top: 12px;
      right: auto;
    }
    .footer-highlight {
      display: none;
    }
    .hot-ads-tips-section {
      padding: 8px 0;
    }
  }

  .footer-highlight {
   position: fixed;
   left: 0;
   bottom: 0;
   z-index: 1000;
   width: 100%;
   height: 100px;
   background: #262c48;
   color: #fff;
   transition: height 0.4s ease-out;
   font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, SimSun, sans-serif;
  }

 .footer-highlight-box {
    width: 1200px;
    margin: 0 auto;
    height: 100%;
    padding: 25px 50px 0;
    position: relative;
 }

 .footer-highlight-span-inner {
    font-size: 20px;
    line-height: 1.2;
 }

 .footer-highlight-fl {
    float: left;
    _display: inline;
  }
 .footer-highlight-fr {
   float: right;
   _display: inline;
 }
 .footer-highlight-hl {
   color: rgba(247,141,0,1);
 }

 .footer-highlight-close {
   position: absolute;
   top: 35px;
   right: 10px;
   cursor: pointer;
   width: 20px;
 }


    /* ===== FOOTER 多列站点地图样式 ===== */
    .footer-sitemap {
        padding: 48px 0 32px;
        border-bottom: 1px solid rgba(255,255,255,0.1);
      }
      .footer-sitemap .footer-cols {
        display: flex;
        flex-wrap: wrap;
        gap: 32px;
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 20px;
      }
      .footer-col {
        flex: 1;
        min-width: 160px;
      }
      .footer-col h4 {
        font-size: 13px;
        font-weight: 700;
        color: rgba(247,181,0,1);
        text-transform: uppercase;
        letter-spacing: 0.5px;
        margin-bottom: 14px;
        padding-bottom: 8px;
        border-bottom: 1px solid rgba(255,255,255,0.1);
      }
      .footer-col ul {
        list-style: none;
        padding: 0;
        margin: 0;
      }
      .footer-col ul li {
        margin-bottom: 7px;
      }
      .footer-col ul li a {
        font-size: 13px;
        color: rgba(200,200,210,0.85) !important;
        text-decoration: none;
        line-height: 1.5;
        transition: color 0.15s;
      }
      .footer-col ul li a:hover {
        color: #fff !important;
        text-decoration: none;
      }
      .footer-brand-col {
        flex: 1.4;
        min-width: 200px;
      }
      .footer-brand-col .brand-logo {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 12px;
      }
      .footer-brand-col .brand-logo img { width: 40px; height: auto; }
      .footer-brand-col .brand-logo span {
        font-size: 18px;
        font-weight: 700;
        color: #fff;
      }
      .footer-brand-col p {
        font-size: 13px;
        color: rgba(180,180,190,0.8);
        line-height: 1.7;
        margin-bottom: 16px;
      }
      .footer-contact-card {
        background: rgba(255,255,255,0.06);
        border-radius: 10px;
        padding: 14px 16px;
        margin-bottom: 12px;
      }
      .footer-contact-card .phone {
        font-size: 15px;
        font-weight: 700;
        color: rgba(247,181,0,1);
        margin-bottom: 4px;
      }
      .footer-contact-card .tip {
        font-size: 12px;
        color: rgba(180,180,190,0.8);
      }
      .footer-bottom {
        max-width: 1200px;
        margin: 24px auto 0;
        padding: 20px 20px 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 12px;
      }
      .footer-bottom p {
        font-size: 12px;
        color: rgba(150,150,160,0.8);
        margin: 0;
      }
      .footer-bottom a { color: rgba(180,180,190,0.8) !important; }
      .footer-bottom a:hover { color: #fff !important; }
      .footer-col .footer-cat-label {
        font-size: 11px;
        font-weight: 700;
        color: rgba(247,181,0,0.85);
        text-transform: uppercase;
        letter-spacing: 0.5px;
        margin-top: 8px;
        padding-top: 6px;
        border-top: 1px solid rgba(255,255,255,0.06);
        list-style: none;
      }
      .footer-col .footer-cat-label:first-child {
        margin-top: 0;
        padding-top: 0;
        border-top: none;
      }
      @media (max-width: 768px) {
        .footer-sitemap .footer-cols { gap: 24px; }
        .footer-col { min-width: 140px; flex: 0 0 calc(50% - 12px); }
        .footer-brand-col { flex: 0 0 100%; }
        .footer-bottom { flex-direction: column; align-items: flex-start; }
      }