/* 弹出框 */
.firebase-browser-message{
    position: fixed;
    right: 0;
    bottom: 2%;
    z-index: 9999999;
}
.firebase-box-message{
 display: flex;
 width: 560px;
 height: 156px;
 background: #FFFFFF;
 box-shadow: 0px 2px 10px 0px rgba(183, 188, 193, 0.5);
 border-radius: 6px;
 border: 1px solid #EFF1F4;
 padding: 18px;
 position: relative;
 right:-9999px;
 margin-top: 20px;
 transition:All 0.3s ease-in-out;
 -webkit-transition:All 0.3s ease-in-out;
 -moz-transition:All 0.3s ease-in-out;
 -o-transition:All 0.3s ease-in-out;
}
.firebase-box-message h4{
 font-size: 15px;
 font-weight: 600;
 color: #323334;
 margin-bottom: 0;
 cursor: pointer;
}
.firebase-box-message p{
 font-size: 13px;
 font-weight: 500;
 color: #7E8083;
 line-height: 20px;
 margin: 4px 0;
 min-height: 60px;
 overflow: hidden;
 cursor: pointer;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 3;
 -webkit-box-orient: vertical;
}
.right-firebase{
 margin-left: 14px;
 flex: 1;
}
.change-btn-base{
 width: 82px;
 height: 28px;
 background: #FB8C1E;
 border-radius: 2px;
 padding: 0!important;
 text-align: center;
 line-height: 28px;
 font-size: 13px;
 font-weight: 500;
 color: #FFFFFF;
 cursor: pointer;
 display: inline-block;
}
.change-btn-base:hover{
 background-color: #e28300;
 color: #fff;
}
.close-btn-base{
font-size: 12px;
color: #BABEC1;
cursor: pointer;
position: absolute;
right: 12px;
top: 12px;
}
.close-btn-base:hover{
 color: #FB8C1E;
}
.flex-customer-1 {
      flex: 1 !important;
      -webkit-flex: 1 !important;
      -ms-flex: 1 !important;
  }
  .topIPS-dynamically-content{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .topIPS-dynamically-flex{
      align-items: center;
      height: 100%;
      padding: 0 17px;
  }
    .add-topIPS-dynamically{
      /* padding: 17px; */
      height: 64px;
      width: 100%;
      background-image: url(/assets-v2/img/background-toptips@2x.png);
      background-size:cover;
      background-position: center;
      background-repeat: no-repeat;
      display: none;
      cursor: pointer;
      text-align: center;
  }
  /* .add-topIPS-dynamically img{
      width: 100%;
      object-fit: cover;
  } */
  .add-topIPS-dynamically button.further-information{
      display: inline-block;
      width: 84px;
      height: 30px;
      background:#FFFFFF;
      border-radius: 4px;
      font-size: 13px;
      font-weight: 500;
      color: #FB8C1E;
      cursor: pointer;
      border: none;
  }
  .add-topIPS-dynamically button.further-information:hover{
      background-color: rgba(255, 255, 255, .9);
  }
  .add-topIPS-dynamically p{
      margin: 0;
  }
  .add-topIPS-dynamically p,.add-topIPS-dynamically{
      font-size: 16px;
      font-weight: 500;
      color: #FFFFFF;
      line-height: 22px;
      word-break: break-all;
      word-wrap: break-word;
  }
  .add-topIPS-dynamically .icon-shanchu{
     color: rgba(255, 255, 255, .6);
     font-size: 15px;
     cursor: pointer;
     margin: 7px 0;
  }
  .add-topIPS-dynamically .icon-shanchu:hover{
      color: #ffff;
  }
  .small-sub-badge{
    font-weight: 400!important;
    font-size: 12px!important;
    transform: scale(0.8)!important;
  }
  .badge-danger-s2-free{
    position: absolute;
    top: 15px;
  }
  .global-link-primary, .global-link-primary:hover{
    color: #FB8C1E!important;
    text-decoration: none!important;
  }
  .global-link-primary-underline,.global-link-primary-underline:hover{
    border-bottom: 1px dashed #FB8C1E!important;
  }
  .badge-fz10-rd2{
    transform: scale(0.95);
    font-size: 12px;
    border-radius: 2px;
  }
  .u-header__user-avatar_size28{
    width: 28px!important;
    height: 28px!important;
  }
  .u-header__user-avatar_nickname{
    max-width: 100px!important;
  }
  .badge-purple{
    color: #fff;
    background-color: #6764F6!important;
  }
  .flex-wrap-custom{
    flex-wrap: wrap!important;
  }
  .link_a_footer{
    font-size: 13px;
    font-weight: 400;
    vertical-align: -8px;
    margin-left: 3px;
    color: #979BA5!important;
    text-decoration: none!important;
    border-bottom: 1px dashed #979BA5!important;
  }
  .link_a_footer.global-link-primary_underline{
    vertical-align: -6px;
  }
  .link_a_header_global{
    font-size: 12px;
    font-weight: 400;
    color: #FDCF96;
    position: relative;
    top: -6px;
    text-decoration: none!important;
    border-bottom: 1px dashed #FDCF96!important;
  }
  .link_a_footer:hover,.link_a_header_global:hover{
    color: #fff!important;
    border-bottom-color:#fff!important;
    text-decoration: none!important;
  }
  .link_a_footer.global-link-primary_underline:hover{
    color: #FB8C1E!important;
    border-bottom-color:#FB8C1E!important;
    text-decoration: none!important;
  }
.icon-official-website{
  background: url(../../assets/images/sellersprite-home-icon2x@.png) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 17px;
  height: 16px;
  position: relative;
  top: 3px;
}
.icon-official-website-link:hover .icon-official-website{
  background-image: url(../../assets/images/sellersprite-home-icon_hover2x@.png);
}
.d-inline-block-global{
   display: inline-block!important;
}
.swal2-popup .swal2-styled:focus{
  box-shadow:none!important;
}
  @media screen and (max-width: 767px) {
    .add-topIPS-dynamically {
        height: 30px !important;
    }
    .badge-danger-s2-free{
      top: 10px;
      left: 70px;
    }
  }
  /* 子账户样式修改 仅在价格模块新增样式修改*/
  .global-link-primary-revise{
    padding-bottom: 2px;
  }
  .global-link-primary-revise, .global-link-primary-revise:hover{
    color: #F24743!important;
    text-decoration: none!important;
  }
  .global-link-primary-revise-underline,.global-link-primary-revise-underline:hover{
    border-bottom: 1px dashed #F24743!important;
  }
  /* 新增 秒懂视频*/
  .btn-brief-intro{
    border-radius: 26px;
    padding: 0 10px;
    height: 52px;
    line-height: 50px;
    font-size: 21px!important;
    font-weight: 500;
    min-width: 189px;
    margin: 0 auto;
  }
  .btn-brief-intro .iconfont{
    font-size: 24px;
    vertical-align: -2px;
  }

  /* 限免领取推广 */
.restricted-free-promotion-modal{
  position: fixed;
  right: 30px;
  top: 20%;
  z-index: 100;
  display: inline-block;
  height: 33px;
  overflow:hidden;
  transition: .3s ease-out;
}
.box-restricted-content{
  margin: 0;
  padding: 0; 
  border: 1px solid #EBEDF0;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}
.box-restricted-content a{
  width: 48px;
  padding: 7px 0 2px;
  text-align: center;
  background: #FFFFFF;
  border-bottom: 1px solid #EBEDF0;
  margin: 0;
  color: #7B7E81;
  display: block;
}
.box-restricted-content a span{
  font-size: 13px;
  font-weight: 500;
  padding: 4px 0;
  display: inline-block;
  writing-mode: vertical-lr;/*从左向右 从右向左是 writing-mode: vertical-rl;*/  
  writing-mode: tb-lr;/*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/  
}
.box-restricted-content a:hover,.restricted-free-promotion-modal .switch-restricted:hover{
   color: #FB8C1E;
}
.box-restricted-content a:last-child{
  border-bottom: none;
}
.box-restricted-content a.is-free-promotion-action span{
  background: #FF7440;
  border-radius: 2px;
  padding: 4px 5px;
  width: 30px;
  display: inline-block;
  color: #fff;
}
.box-restricted-content a.is-free-promotion-action:hover span{
  background-color: #FF5413;
  color: #fff;
}
.restricted-learning-exchange {
  text-align: center;
  margin: 5px 10px;
}
.restricted-learning-exchange p{
  font-size: 12px;
  transform: scale(0.925);
  font-weight: 500;
  color: #7B7E81;
  line-height: 18px;
  margin-bottom: 0;
  margin-top: 4px;
}
.white-border-tips.popover{
  border:none!important;
  box-shadow: 0px 2px 5px 0px rgba(235, 237, 239, 0.7);
}
.ml-out-5.popover{
  left: -4px!important;
}
.white-border-tips.bs-popover-left .arrow::before, .white-border-tips.bs-popover-auto[x-placement^="left"] .arrow::before{
  border-left-color: #fff !important;
}
.restricted-free-promotion-modal .switch-restricted{
  width: 50px;
  height: 28px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #EBEDF0;
  font-size: 13px;
  font-weight: 500;
  color: #7B7E81;
  display: block;
  margin: 4px 0;
  text-align: center;
  line-height: 28px;
  cursor: pointer;
}
.restricted-free-promotion-modal.isopen{
  height: auto;
}
.restricted-free-promotion-modal.isopen .show-restricted{
  display: none;
}
.restricted-free-promotion-modal .switch-restricted.close-restricted{
  margin: 0;
  border-radius: 0 0 4px 4px;
  border-top: none;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .restricted-free-promotion-modal{
    display: none!important;
  }
}