/* style defined by ourselves */
@import url('./list.css');
@import url('./single.css');
@import url('./tags.css');
@import url('./listSideBar.css');
@import url('./carousel.css');
@import url('./asideLinks.css');
@import url('./singleSideBar.css');
@import url('./news.css');
@import url('./useCase.css');
@import url('./newsroom.css');
/*@import url('./breadcrumb.css');*/
@import url('./search.css');
@import url('./searchBing.css');
* {
  font-family: "SF Pro Display",
  "PingFang SC",
  "Helvetica",
  "Arial",
  "Heiti SC",
  "Microsoft YaHei",
  "sans-serif" !important;
}
@font-face{
  font-family: 'Heavy';
    src: url('./webfont/Gilroy-Bold.woff');
}

main {
  padding-top: 60px;
  height: 100%;
  width: 100%;
}

@media(min-width: 768px) {
  main.with-popup {
    padding-top: 108px;
  }
}

.go-ahead {
  position: fixed;
  display: inline-block;
  width: 20px;
  height: 20px;
  bottom: 15%;
  right: 20px;
  cursor: pointer;
}

.nebula-star-popup {
  position: fixed;
  bottom: 10px;
  right: 190px;
  z-index: 100;
}

.nebula-star-popup .popover {
  width: 240px;
  box-shadow: none;
  border: none;
  background: #F5F5F5;
}

.nebula-star-popup .popover .popover-content {
  padding: 12px 32px;
}

.nebula-star-popup .popover .item p {
  margin: 0;
  color: #060812;
  font-size: 16px;
}

.nebula-star-popup .popover .item p .emoj {
  margin-right: 16px;
}

.nebula-star-popup .popover .item a {
  color: #060812;
  text-decoration: underline;
}

.nebula-star-popup .popover .arrow {
  display: none;
}

.nebula-star-popup .popover-content .popup-logo {
  position: absolute;
  width: 42px;
  height: 42px;
  right: -58px;
  bottom: 0px;
}

.nebula-star-popup .cross {
  position: absolute;
  right: 8px;
  top: 8px;
  cursor: pointer;
  width: 16px;
  height: 16px;
}

.ics-icon{
  background-image: none !important;
  display: none !important;
}

.ics-icon img{
  width: 60px !important;
}

.J-dialog-box{
  position: fixed;
  bottom: 21%;
  right: 80px;
  display: none;
}

.J-dialog-box .dialog-wrapper{
  width: 272px;
  height: 76px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 6px 0 rgba(0,0,0,.4);
}

.dialog-wrapper .dialog-content{
  padding: 20px;
  
}

.dialog-wrapper .dialog-content span{
  font-size: 1.5rem;
}

.J-dialog-box .dialog-corner{
  display: block;
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  right: -10px;
  bottom: 10px;
  background-color: inherit;
  transform: translateX(-6px) rotate(45deg);
  pointer-events: none;
  box-shadow: 2px -2px 2px 0 rgba(0,0,0,.2);
}