@font-face {
  font-family: 'demibold';
  src: url("../font/AvenirNextLTPro-BoldCnIt.otf"); }
@font-face {
  font-family: 'Medium';
  src: url("../font/Avenir-Next-Condensed-Medium.ttf"); }
.top_bg_l,
.top_bg_r,
.footer_bg_l,
.footer_bg_r {
  position: fixed;
  top: -730px;
  left: -230px;
  width: 1500px;
  height: 800px;
  border-radius: 50%;
  background: rgba(255, 119, 182, 0.16);
  filter: blur(50px);
  z-index: 1; }

.top_bg_r {
  top: -730px;
  left: unset;
  background: rgba(96, 255, 222, 0.32);
  right: -480px; }

.footer_bg_l {
  bottom: -745px;
  top: unset;
  left: -220px;
  background: rgba(96, 255, 222, 0.32); }

.footer_bg_r {
  bottom: -745px;
  top: unset;
  right: -500px;
  left: unset;
  background: rgba(255, 119, 182, 0.16); }

.bg {
  position: absolute;
  z-index: 0;
  top: -70px;
  overflow: hidden;
  width: 100%; }
@keyframes identifier {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-50%); } }
  .bg .bg_in {
    width: 200%;
    animation: identifier 20s linear infinite; }
    .bg .bg_in > div {
      background: url("../images/YAZA_bgMark.png");
      background-size: 320px 160px;
      transform: rotate(-4deg); }

.max {
  width: 960px;
  margin: 0 auto;
  padding-top: 130px;
  padding-bottom: 40px;
  position: relative;
  z-index: 1; }
  .max .language,
  .max .recharge {
    height: 40px;
    width: 160px;
    display: flex;
    align-items: center;
    position: fixed;
    right: 400px;
    top: 37px;
    border-radius: 20px;
    box-sizing: border-box;
    background: #fff;
    border: 2px solid #18182A;
    font-size: 14px;
    font-family: Medium;
    cursor: pointer; }
    .max .language span,
    .max .recharge span {
      font-size: 13px; }
    .max .language i,
    .max .recharge i {
      margin: 0 7px;
      width: 32px;
      height: 32px;
      background: url("../images/recharge.png") no-repeat;
      background-size: 100% 100%; }
  .max .language {
    right: 220px; }
    .max .language i {
      background: url("../images/language-icon.png") no-repeat;
      background-size: 100% 100%; }
    .max .language > div {
      height: 84px;
      border: 2px solid #18182A;
      border-radius: 12px;
      width: 160px;
      position: absolute;
      top: 48px;
      left: 0;
      transition: all .1s linear;
      opacity: 1;
      overflow: hidden;
      background: #fff; }
      .max .language > div p {
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 14px; }
      .max .language > div.active {
        opacity: 0;
        height: 0px; }
  .max .content::after {
    display: block;
    content: '';
    clear: both; }
  .max .content-left {
    float: left; }
    .max .content-left img {
      width: 660px;
      height: 760px; }
  .max .content-right {
    float: right;
    width: 300px; }
    .max .content-right .logo {
      padding: 64px 0 26px;
      margin: 0 auto;
      width: 201px; }
      .max .content-right .logo img {
        width: 201px;
        height: 221px; }
    .max .content-right .title {
      font-size: 20px;
      color: #18182A;
      width: 300px;
      font-family: demibold;
      text-align: center;
      font-weight: 700;
      padding-bottom: 30px; }
    .max .content-right .google,
    .max .content-right .apple,
    .max .content-right .download {
      margin: 16px auto 0;
      width: 240px;
      height: 56px;
      border-radius: 28px;
      background: #18182A;
      display: flex;
      align-items: center;
      color: #fff;
      font-family: Medium;
      font-size: 14px; }
      .max .content-right .google img,
      .max .content-right .apple img,
      .max .content-right .download img {
        width: 30px;
        height: 30px;
        margin: 0 20px 0 40px; }
  .max .footer .link-list {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 72px; }
    .max .footer .link-list a {
      width: 180px;
      text-align: center;
      font-family: Medium;
      font-size: 14px;
      color: #18182A; }
  .max .footer > p {
    font-family: Medium;
    font-size: 14px;
    color: #18182A;
    text-align: center;
    margin-top: 35px; }
  .max .fackbook-popup {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.52);
    display: flex;
    align-items: center;
    justify-content: center;
    display: none; }
    .max .fackbook-popup .content,
    .max .fackbook-popup .tips {
      position: relative;
      width: 480px;
      height: 240px;
      border-radius: 20px;
      background: #fff;
      padding: 20px 15px;
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      .max .fackbook-popup .content .p-title,
      .max .fackbook-popup .tips .p-title {
        font-size: 16px; }
      .max .fackbook-popup .content > span,
      .max .fackbook-popup .tips > span {
        display: block;
        margin-top: 30px; }
      .max .fackbook-popup .content input,
      .max .fackbook-popup .tips input {
        width: 300px;
        height: 40px;
        padding: 0 10px;
        font-size: 14px;
        outline: none;
        border: unset;
        border-radius: 10px;
        background: #eee;
        display: block;
        margin: 20px 0; }
      .max .fackbook-popup .content .close,
      .max .fackbook-popup .tips .close {
        width: 48px;
        height: 48px;
        background: url("../images/close.png") no-repeat;
        background-size: 100% 100%;
        position: absolute;
        top: 10px;
        right: 10px; }
      .max .fackbook-popup .content .check,
      .max .fackbook-popup .tips .check {
        width: 100px;
        height: 40px;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        border-radius: 10px;
        background: #18182A;
        margin: 0 auto;
        cursor: pointer; }
    .max .fackbook-popup .tips {
      width: 240px;
      height: 120px;
      display: none; }
      .max .fackbook-popup .tips .ok {
        height: 36px; }
      .max .fackbook-popup .tips .tips-msg {
        margin: 0px 0 20px;
        display: flex;
        align-items: center; }
        .max .fackbook-popup .tips .tips-msg i {
          margin: 0 4px;
          width: 18px;
          height: 18px;
          background: url("../images/pass.png") no-repeat;
          background-size: 100% 100%; }
          .max .fackbook-popup .tips .tips-msg i.warn-icon {
            background: url("../images/warning.png") no-repeat;
            background-size: 100% 100%; }

.box {
  box-sizing: border-box;
  padding: 56px 160px 30px 160px; }
  .box header {
    font-size: 20px;
    color: #18182A;
    font-family: demibold;
    text-align: center; }
  .box h1 {
    font-size: 16px;
    font-family: demibold;
    color: #18182A;
    line-height: 32px;
    margin-top: 24px; }
  .box p {
    font-size: 14px;
    font-family: Medium;
    color: #18182A;
    line-height: 32px; }

/*# sourceMappingURL=index.css.map */
