.CookieView {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.7); }
  .CookieView * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box; }
  .CookieView .btn--green {
    display: inline-block;
    width: 100%;
    cursor: pointer;
    background: #29cf29;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    border-radius: 6px;
    font-weight: 600;
    font-size: 18px; }
    .CookieView .btn--green:hover {
      background: #29cf29 linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }
  .CookieView .ButtonOnlyAccept {
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 10px; }
    .CookieView .ButtonOnlyAccept a {
      font-size: 14px;
      color: #666; }
  .CookieView .LayoutContentCheckBox {
    display: none;
    float: left;
    width: 100%;
    border-top: 1px solid #e2e2e2;
    margin-top: 20px; }
    .CookieView .LayoutContentCheckBox .CheckboxItem {
      float: left;
      width: 100%;
      padding: 15px 20px;
      border-bottom: 1px solid #eee; }
      .CookieView .LayoutContentCheckBox .CheckboxItem:hover {
        background: #f9f9f9; }
      .CookieView .LayoutContentCheckBox .CheckboxItem * {
        font-size: 14px; }
      .CookieView .LayoutContentCheckBox .CheckboxItem span {
        float: left; }
        .CookieView .LayoutContentCheckBox .CheckboxItem span:nth-child(1) {
          width: 70%; }
          .CookieView .LayoutContentCheckBox .CheckboxItem span:nth-child(1) label {
            font-size: 14px; }
        .CookieView .LayoutContentCheckBox .CheckboxItem span:nth-child(2) {
          cursor: pointer;
          width: 30%;
          text-align: right;
          padding-top: 4px; }
  .CookieView .LayoutContentFooter {
    float: left;
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
    font-size: 11px;
    font-weight: 600;
    color: #999; }
    .CookieView .LayoutContentFooter a {
      font-weight: 300;
      color: #666; }
  .CookieView .CookieViewCenter {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center; }
    @media screen and (max-height: 580px) {
      .CookieView .CookieViewCenter {
        display: inline-block;
        padding: 10px; }
        .CookieView .CookieViewCenter .CenterViewLayout {
          width: 100% !important; } }
    .CookieView .CookieViewCenter .CenterViewLayout {
      float: left;
      width: 400px;
      min-height: 200px;
      max-height: 580px;
      overflow: auto;
      scrollbar-width: thin;
      background: #fff;
      box-shadow: 0 5px 10px 5px rgba(0, 0, 0, 0.1);
      border-radius: 10px; }
      @media screen and (max-width: 600px) {
        .CookieView .CookieViewCenter .CenterViewLayout {
          width: calc(100% - 20px); } }
      .CookieView .CookieViewCenter .CenterViewLayout .LayoutContentButton {
        float: left;
        width: 100%;
        padding: 20px; }
      .CookieView .CookieViewCenter .CenterViewLayout .LayoutContent {
        float: left;
        width: 100%;
        padding: 20px 20px 0;
        font-weight: 300;
        font-size: 11px; }
      .CookieView .CookieViewCenter .CenterViewLayout .LayoutTitleBar {
        background: #FFF3E0;
        border-radius: 6px 6px 0 0;
        float: left;
        width: 100%;
        padding: 6px 0 10px;
        text-align: center;
        font-weight: 600;
        font-size: 16px;
        border-bottom: 1px solid #e2e2e2; }
        .CookieView .CookieViewCenter .CenterViewLayout .LayoutTitleBar img {
          display: inline-block;
          vertical-align: middle;
          margin-top: -5px; }
        .CookieView .CookieViewCenter .CenterViewLayout .LayoutTitleBar b {
          display: inline-block;
          margin-top: 10px;
          color: #FF5722; }

/*# sourceMappingURL=cookie.css.map */
