.btn-submit{
  padding: 0 10px;
  height: 48px;
  line-height: 48px;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  background: #3F62FF;
  color: #fff;
  font-size: 16px;
  box-sizing: border-box;
  font-family: "font-semibold";
  cursor: pointer;
  
}
.btn-submit:hover{
  background: #5675FF;
  color: #fff;
}
.btn-submit:active,.btn-submit:focus{
  background: #3456F1;
  outline-offset:0 !important;
  outline: none!important;
  color: #fff;
}


/*  cookies 授权 */
.accept_cookies{
  padding: 24px 30px;
  box-sizing: border-box;
  background-color: #fff;
  align-items: center;
  border-radius: 12px;
  background: #FFF;
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.16);
  font-family: "font-regular";
  position: fixed;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  z-index: 999;
  display: none;
}
.accept_cookies .accept_des{
  color: #2D2D2D;
  font-size: 14px;
  flex: 1;
}
.accept_cookies .accept_btn{
  margin-left: 20px;
}
.accept_cookies .accept_close{
  position: absolute;
  right: 11px;
  top: 11px;
  width: 18px;
  height: 18px;
  background: url('../images/new/icon_delete.png') no-repeat center;
  background-size: contain;
  cursor: pointer;
}

.glowCookies__banner__1{
  font-family: "font-regular"!important;
  max-width: 400px !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  max-width: none !important;
  border-radius: 0 !important;
  &>p {
    width: 60%;
  }
  &>.btn__section {
    btn__section
  }
}
