.loading_float {
  position  : fixed;
  top       : 0;
  left      : 0;
  width     : 100%;
  height    : 100%;
  background: #eee;
  opacity   : .5;
  z-index   : 4500;
}

.loading_float .loading_img {
  position     : fixed;
  top          : 40%;
  left         : 50%;
  transform    : translateX(-50%);
  width        : 100px;
  height       : 100px;
  border-radius: 2px;
  z-index      : 4600;
  background   : url(./img/loading.gif) no-repeat;
}

.library-AIStore-topLogo,
.library-en_AIStore-topLogo {
  background    : url(./img/logo-white.png) no-repeat;
  padding-bottom: 5%;
  width         : 197px;
}

.library-DigitalStore,
.library-en_DigitalStore {
  background    : url(./img/ds_logo.png) no-repeat;
  padding-bottom: 5%;
  width         : 197px;
}

.library-en_DigitalStore,
.library-en_AIStore {
  padding-bottom: 4% !important;
}



.DS-banner1-zh,
.DS-banner1-en {
  width     : 100%;
  height    : 400px;
  background: url('./img/pic1.png') no-repeat 50%;
}

.DS-banner2-zh,
.DS-banner2-en {
  width     : 100%;
  height    : 400px;
  background: url('./img/pic2.png') no-repeat 50%;
}

.DS-loginbg-zh,
.DS-loginbg-en {
  background-image: url('./img/bg.png') !important;
}

.scfPage {
    min-width: 1356px;
}
#must-hidden{
    display: none!important;
}
.chromeImg {
  background:url('./img/googlePic.png') no-repeat;
  border-radius: 16px!important;
}
#id_scfHeader {
  z-index: 9999!important;
}
.portalHomepage {
  filter: grayscale(1);
}
#chrometip .mobileOneTips:active{
  background: #eeeeee;
  border-radius: 8px;
}