.new-design-notice {
  display: none;
  position: absolute;
  top: 0;
  width: 640px;
  margin: auto;
  padding: 50px 40px 20px;
  color: #333;
  background-color: #fff;
  z-index: 10000; }
  .new-design-notice__close {
    position: absolute;
    top: 14px;
    left: 690px;
    width: 16px;
    cursor: pointer; }
    .new-design-notice__close:before {
      content: '';
      display: inline-block;
      width: 6px;
      height: 6px;
      border-top: 2px solid #999;
      border-right: 2px solid #999;
      transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg); }
    .new-design-notice__close:after {
      content: '';
      display: inline-block;
      width: 6px;
      height: 6px;
      border-bottom: 2px solid #999;
      border-left: 2px solid #999;
      transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg); }
  .new-design-notice__title {
    font-family: "Roboto Slab", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 28px;
    line-height: 37px;
    text-align: center; }
  .new-design-notice__pics {
    margin: 30px auto;
    width: 474px;
    height: 326px;
    text-align: center; }
    .new-design-notice__pics .pics-row, .new-design-notice__pics .pics-row_1, .new-design-notice__pics .pics-row_2 {
      position: relative; }
      .new-design-notice__pics .pics-row_1 {
        top: -70px; }
      .new-design-notice__pics .pics-row_2 {
        top: -141px; }
  .new-design-notice__try-btn {
    margin: 40px 0 20px;
    text-align: center; }
  .new-design-notice__features {
    font-size: 16px;
    font-weight: 500; }
    .new-design-notice__features ul {
      list-style: none;
      padding: 0;
      margin: 0; }
    .new-design-notice__features li {
      padding-left: 16px;
      padding-top: 30px; }
    .new-design-notice__features li:before {
      content: '';
      display: inline-block;
      vertical-align: top;
      margin-top: 7px;
      margin-right: 8px;
      width: 5px;
      height: 5px;
      background-color: #ffc925;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%; }
  .new-design-notice__note {
    margin-top: 60px;
    font-size: 13px;
    text-align: center; }

.notice-pic-box {
  display: inline-block;
  margin: 24px;
  width: 100px;
  height: 100px;
  vertical-align: middle;
  overflow: hidden;
  background-color: #f5f5f5;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg); }
  .notice-pic-box__ico {
    margin: 20px 20px -12px;
    width: 36px;
    height: 33px;
    background-image: url("/static/i/main/main-sprite-new.png");
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg); }
  .notice-pic-box:nth-child(1) .notice-pic-box__ico {
    background-position: 2px -135px; }
  .notice-pic-box:nth-child(2) .notice-pic-box__ico {
    background-position: -35px -101px; }
  .notice-pic-box:nth-child(3) .notice-pic-box__ico {
    background-position: -3px -168px; }
  .notice-pic-box__text {
    font-size: 13px;
    color: #666;
    padding: 10px 0 0 10px;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg); }
  .notice-pic-box__pic {
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    margin-top: -20px;
    margin-left: -20px; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .notice-pic-box__ico {
    background-image: url("/static/i/main/main-sprite-new@2x.png");
    background-size: 80px 290px; } }

/*# sourceMappingURL=new-design-popup.css.map */
