.bottom {
    width: 100%;
    height: 254px;
    position: relative;
    float: left;
    background: #1e1e24;
   display:none;
  }
  
  .bottom_maker {
    max-width: 1000px;
    height: 190px;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-around;
  }
  
  .bottom_maker ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    float: left;
  }
  
  .bottom_maker .m70 {
    margin: 0;
  }
  
  .bottom_maker ul li {
    padding: 0px;
    margin: 0px;
    list-style: none;
    font-size: 12px;
    font-family: yahei;
    color: #BABABA;
    line-height: 30px;
  }
  
  .bottom_maker .strong {
    font-weight: bold;
    font-family: yahei_bd;
  }
  
  .bottom_maker a {
    font-size: 12px;
    color: #BABABA;
    text-decoration: none;
  }
  
  .bottom_maker a:hover {
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: none;
  }
  
  .bottom_maker_en {
    width: 1390px;
    height: 190px;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .bottom_maker_en ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    float: left;
  }
  
  .bottom_maker_en .m70 {
    margin-right: 70px;
  }
  
  .bottom_maker_en ul li {
    padding: 0px;
    margin: 0px;
    list-style: none;
    font-size: 12px;
    font-family: yahei;
    color: #BABABA;
    line-height: 30px;
  }
  
  .bottom_maker_en .strong {
    font-weight: bold;
    font-family: yahei_bd;
  }
  
  .bottom_maker_en a {
    font-size: 12px;
    color: #BABABA;
    text-decoration: none;
  }
  
  .bottom_maker_en a:hover {
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: none;
  }
  
  .footer {
    width: 100%;
    height: 56px;
    background: #1e1e24;
    border-top: 1px solid #35353a;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .footer_maker {
    height: 26px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
  }
  
  .footer .ico1 {
    margin-right: 20px;
    height: 26px;
  }
  
  .footer_maker .mid {
    width: 1px;
    height: 16px;
    background: #35353a;
    float: left;
    margin-right: 20px;
    margin-top: 18px;
  }
  
  .footer_maker .ico2 {
    padding-right: 6px;
    padding-top: 17px;
    float: left;
  }
  
  .footer_maker .txt {
    padding-top: 18px;
    font-size: 14px;
    color: #FFFFFF;
    font-family: yahei;
    float: left;
  }
  
  .followUs img {
    margin-right: 25px;
    cursor: pointer;
    width: 30px;
    height: 30px;
  
  }
  
  .privacy-popup {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 100;
    background: rgba(245,245,245,1);
    box-shadow: 0px -1px 3px 0px rgb(0 0 0 / 10%);
    opacity: 0.9539;
  }
  .privacy-popup {
    z-index: 1000 !important;
  }
  .privacy-popup .privacy-setting-content {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 21px 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .privacy-popup .notice {
    font-family: Roboto-Regular;
    font-size: 14px;
    color: #575D6C;
    line-height: 18px;
    margin-left: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .privacy-popup .notice p{
    margin: 0;
  }
  .privacy-popup .privacy-icon {
    vertical-align: middle;
    padding: 8px;
    display: inline-block;
    background: url(https://res-static3.huaweicloud.com/etc/clientlibs/cloudbu-site/clientlib-privacy/images/notice-icon-b.svg) no-repeat;
    margin-right: 12px;
  }
  .privacy-popup .notice-content {
    display: inherit;
    padding: unset;
  }
  .privacy-popup .notice span {
    padding-right: 12px;
    vertical-align: middle;
  }
  .privacy-popup .notice a {
    text-decoration: underline;
    vertical-align: middle;
  }
  .privacy-popup .setting-btns {
    vertical-align: middle;
    display: inline-block;
    margin-left: 60px;
  }
  .privacy-popup .setting-btns input[type='button']{
    width: 80px;
    height: 32px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
  }
  .privacy-popup .popup-closed {
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url(/portal/images/setting-close-b.png) no-repeat;
    background-size: 100% 100%;
    margin-left: 13px;
    cursor: pointer;
  }
  .privacy-popup-display{
    display: none;
  }