  body {
      margin: 0;
      padding: 0;
      background-color: #000;
      position: relative;
  }

  h3 {
      margin: 0;
      padding: 0;
  }

  a {
      text-decoration: none;
  }

  .item_title {
      font-family: 'Oswald', sans-serif;
  }

  .article_title {
      font-family: 'Crete Round', serif;
  }

  .text_title {
      font-family: 'Lato', sans-serif;
  }

  .gold_color {
      color: #D1A63C;
  }

  .disable_color {
      color: #555;
  }

  .white_color {
      color: #fff;
  }

  .big_title,
  .small_title {
      text-shadow: 0 0 8px #000, 0 0 8px #000, 0 0 15px #000;
  }

  .big_title {
      font-size: 120px;
      color: #fff;
      position: absolute;
      top: 180px;
      font-weight: bold;
  }

  .small_title {
      font-size: 30px;
      color: #fff;
      position: absolute;
      top: 330px;
  }


  .medium_title {
      font-size: 52px;
      margin-top: 85px;
      font-family: 'Crete Round', serif;
  }

  .text_18 {
      font-size: 20px;
      line-height: 36px;
      margin-bottom: 60px;
      font-family: 'Lato', sans-serif;
  }

  .coulmn {
      flex-direction: column;
  }

  .jcc {
      justify-content: center;
  }

  .jcsb {
      justify-content: space-between;
  }

  .wrap {
      flex-wrap: wrap;
  }



  /*top meneu*/
  .container_full {
      width: 100%;
      display: flex;
      justify-content: center;
  }

  .asmag_kv {
      height: 800px;
      background-image: url(images/bg.jpg);
      background-position: center;
      background-repeat: no-repeat;
  }

  .nav_bg_black {
      background-color: #000;
  }

  .nav_bg_gray {
      background-color: #333;
  }

  .box_mt {
      margin-top: 50px;
  }

  .asmag_nav,
  .asmag_box,
  .container {
      display: flex;
      width: 1200px;
      position: relative;
  }

  .container {
      margin-left: auto;
      margin-right: auto;
  }

  .header-logo {
      width: 135px;
      margin: 0;
      padding: 10px 0;
  }

  .asmag-menu {
      width: 1065px;
      margin: 0;
  }

  .bigtag {
      width: 600px;
      height: 120px;
      display: flex;
      position: absolute;
      right: 0;
      bottom: 0;
  }

  .bigtag .on_box,
  .bigtag .off_box {
      display: flex;
      flex-direction: column;
      justify-content: center;
      width: 50%;
      box-sizing: border-box;
      padding: 30px;
      font-size: 20px;
      background-color: #000;
      font-family: 'Oswald', sans-serif;
      line-height: 42px;
  }

  .bigtag .line {
      width: 1px;
      background-color: #000000;
      display: flex;
      align-items: center;
  }

  .bigtag .line::before {
      content: '';
      width: 100%;
      height: 80px;
      background-color: #999;
  }

  .bigtag .on_box {
      color: #fff;
  }

  .bigtag .off_box {
      color: #555;
  }


  .bigtag .tag-title {
      font-size: 48px;
      margin-top: 15px;
  }

  .newsletter_box {
      width: 400px;
      height: 500px;
      background-color: #ffffff;
      margin-bottom: 75px;
      position: relative;
  }

  .newsletter_box:nth-child(even) {
      margin-left: 275px;
  }

  .newsletter_info {
      position: absolute;
      z-index: 2;
      width: 275px;
      height: 360px;
      padding: 35px 25px;
      box-sizing: border-box;
      background-color: #fff;
      left: 50%;
      top: 50%;
      transform: translate(50px, -150px);
  }

  .newsletter_box .newsletter_button {
      position: absolute;
      z-index: 3;
      width: 140px;
      height: 40px;
      background-color: #d20000;
      left: 50%;
      bottom: 0;
      transform: translate(-50%, 20px);
      display: flex;
      justify-content: center;
      align-items: center;
      color: #ffffff;
  }

  .newsletter_button a {
      color: #ffffff;
      text-decoration: none;
      font-family: 'Lato', sans-serif
  }

  .newsletter_box .info_title {
      font-size: 32px;
      font-family: 'Crete Round', serif;
  }

  .newsletter_box .info_text {
      font-size: 18px;
      margin-top: 24px;
      line-height: 30px;
      font-family: 'Lato', sans-serif;
  }

  .magazine_box {
      width: 48%;
      display: flex;
      margin-bottom: 75px;
      color: #fff;
  }

  .magazine_box .magazine_cover {
      position: relative;
      width: 360px;
      height: 400px;
  }

  .magazine_box .magazine_cover img {
      width: 300px;
      /* height: 345px; */
      background-color: #ffffff;
      position: absolute;
      left: 30px;
  }

  .magazine_box .magazine_cover:after {
      content: "";
      width: 15px;
      height: 345px;
      background-color: rgba(177, 154, 97, 0.5);
      display: block;
      position: absolute;
      top: 30px;
      left: 0px;
  }

  .magazine_box .magazine_cover:before {
      content: "";
      width: 15px;
      height: 375px;
      background-color: #816C38;
      display: block;
      position: absolute;
      left: 15px;
      top: 15px;
  }

  .magazine_info {
      width: 240px;
      color: #fff;
      text-align: left;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
  }

  .magazine_info .magazine_title {
      font-size: 32px;
  }

  .magazine_info .magazine_text {
      font-size: 16px;
      line-height: 26px;
      margin-top: 20px;
  }

  .magazine_info .magazine_button {
      max-width: 150px;
      padding: 10px;
      background-color: #D20000;
      margin-top: 15px;
      text-align: center;
      color: #fff;
  }

  .magazine_button a {
      color: #ffffff;
      text-decoration: none;
  }

  .mobile_none,
  .info_text_m {
      display: none;
  }

  /* footer */
  .copyright_pc {
      border-color: #999;
      margin-top: 0px;
  }

  .copyright_pc li a {
      color: #fff;
  }

  .copyright_pc p {
      color: #e1e1e1;
  }

  /* ipad 橫式 */
  @media (max-width: 1024px) {
      .asmag_nav {
          width: 95%;
      }

      .header-logo {
          padding-left: 10px;
      }

      .container {
          width: 90%;
      }

      .big_title,
      .small_title {
          left: 50px;
      }

      .medium_title,
      .text_18 {
          width: 100%;
          margin-left: auto !important;
          margin-right: auto !important;
      }

      .newsletter_box:nth-child(2n) {
          margin-left: auto !important;
          margin-right: auto !important;
      }

      .newsletter_box {
          width: 100%;
          height: auto;
          margin: auto auto 20px auto;
          position: static;
          display: flex;
          justify-content: center;
          padding: 20px 0;
      }

      .pic_box {
          width: 50%;
          height: 315px;
          overflow: hidden;
          background-color: #999999;
      }

      .pic_box img {
          /* max-width: 100%; */
      }

      .newsletter_info {
          width: 45%;
          height: auto;
          position: static;
          transform: translate(0, 0);
      }

      .newsletter_box .newsletter_button {
          position: static;
          transform: translate(0, 0);
          margin-top: 10px;
      }

      .magazine_cover:after,
      .magazine_cover:before {
          width: 0;
          height: 0;
          display: none;
          visibility: hidden;
      }

      .magazine_box .magazine_cover {
          width: 250px;
          height: 333px;
          overflow: hidden;
          margin-right: 20px;
          text-align: center;
          display: flex;
          justify-content: center;
      }

      .magazine_box .magazine_cover img {
          width: auto;
          height: 333px;
          left: 0;
          position: static;
      }

      .magazine_info .magazine_title {
          font-size: 20px;
      }

      .magazine_info .magazine_text {
          font-size: 15px;
          margin-top: 15px;
      }

      .copyright_pc {
          width: 90%;
      }

  }

  /* ipad直式 */
  @media (max-width: 768px) {
      .mobile_header {
          display: none;
      }
      
      .header-logo{
          margin-right:50px;
      }

      .bigtag {
          left: 50%;
          transform: translateX(-300px);
          text-align: center;
      }
      
      .newsletter_info{
          padding:35px 25px 15px;
      }

      .bigtag .on_box,
      .bigtag .off_box {
          font-size: 24px;
      }

      .big_title {
          font-size: 100px;
      }

      .small_title {
          line-height: 40px;
          top: 300px;
      }

      .big_title,
      .small_title {
          left: 0;
      }

      .magazine_box {
          width: 100%;
      }

      .magazine_title {
          font-size: 40px !important;
      }

      .magazine_info .magazine_text,
      .text_18 {
          font-size: 22px;
          line-height: 40px;
      }

      .magazine_info .magazine_button {
          font-size: 24px;
          max-width: 200px;
      }

      .magazine_info {
          flex: 1;
          justify-content: flex-start;
      }
  }

  /* 所有手機 */
  @media (max-width: 767px) {
      body {
          background-color: #151515;
      }

      .mobile_header {
          display: block;
      }

      .asmag_kv {
          width: 100%;
          background-size: cover;
      }

      .container {
          width: 80%;
      }

      .asmag_kv {
          height: 400px;
      }

      .nav_bg_black,
      .bigtag,
      .info_text {
          display: none;
      }

      .container_full {
          box-sizing: border-box;
          padding: 15px 10px;
      }

      .container_full ul {
          margin: 0;
          padding: 0;
          display: flex;
          align-items: center;
          justify-content: center;
      }

      .container_full li {
          display: block;
          color: #fff;
      }

      .container_full li:first-child {
          margin-right: 50px;
      }

      .container_full .on {
          padding: 6px 15px;
          background-color: #999;
          border-radius: 15px;
      }

      .mobile_newsletterbox {
          position: relative;
          top: -50px;
          z-index: 3;
          background-color: #fff;
          margin-bottom: -30px;
          border-top-left-radius: 50px;
          border-top-right-radius: 50px;
      }

      .mobile_none,
      .info_text_m {
          display: block;
      }

      .medium_title {
          margin-top: 40px;
          font-family: 'Crete Round', serif;
      }

      .white_color {
          color: #333;
      }

      .mobile_title_s {
          font-size: 18px;
          display: block;
      }

      .mobile_title_b {
          font-size: 45px;
          color: #C50000;
          display: block;
      }

      .text_18 {
          font-size: 15px;
          line-height: 26px;
          margin-bottom: 30px;
      }

      .newsletter_box {
          width: 100%;
          height: auto;
          margin-bottom: 30px;
          display: flex;
      }

      .pic_box {
          height: 230px;
          overflow: hidden;
          border-radius: 20px;
      }

      .pic_box img {
          max-height: 100%;
          max-width: auto !important;
      }

      .newsletter_info {
          position: initial;
          width: 57%;
          height: auto !important;
          transform: translate(0, 0);
          padding: 0 0 0 15px;
      }

      .newsletter_box .info_title {
          font-size: 20px;
      }

      .newsletter_box .info_text {
          font-size: 15px;
          margin-top: 12px;
          line-height: 22px;
      }

      .newsletter_box .info_text_m {
          font-size: 15px;
          margin-top: 12px;
          line-height: 22px;
      }

      .newsletter_box .newsletter_button {
          position: static;
          transform: translate(0, 0);
          width: 100px;
          height: 25px;
          margin-top: 10px;
          font-size: 13px;
      }

      .magazine_box {
          width: 100%;
          margin-bottom: 30px;
      }

      .magazine_box .magazine_cover {
          width: 150px;
          height: 200px;
          overflow: hidden;
          margin-right: 10px;
          background-color: #cccccc;
      }

      .magazine_box .magazine_cover img {
          left: 0;
          width: 150px;
          height: 200px;
      }

      .magazine_info {
          margin-left: 10px;
          color: #151515;
          justify-content: flex-end;
          flex: 1;
      }

      .magazine_info .magazine_title {
          font-size: 1.48em !important;
          line-height: 1.5em;
      }

      .magazine_info .magazine_text {
          font-size: 15px;
          margin-top: 10px;
          display: none;
      }

      .magazine_info .magazine_button {
          max-width: 150px;
          border-radius: 10px;
          font-size: 15px;
      }

      .magazine_box .magazine_cover:after,
      .magazine_box .magazine_cover:before {
          content: '';
          width: 0;
          height: 0;
      }

      .newsletter_box:nth-child(even) {
          margin-left: 0;
      }

      .big_title {
          font-size: 40px;
          color: #fff;
          position: absolute;
          top: 40%;
          font-weight: bold;
          transform: translateY(-50px);
          position: static;
          margin: auto
      }

      .small_title {
          font-size: 20px;
          color: #fff;
          position: absolute;
          top: 45%;
          text-align: center;
          line-height: 30px;
          left: 0;
      }

      @keyframes mobile_animation_-100 {
          0% {
              transform: translateX(0);
          }

          100% {
              transform: translateX(-100%);
          }
      }

      @keyframes mobile_animation_100 {
          0% {
              transform: translateX(-100%);
          }

          100% {
              transform: translateX(0);
          }
      }
  }