﻿body {
  margin: 0;
  background: #282c31 url("../images/bg.jpg") center top no-repeat;
  font: 12px/20px Play, cwTeXHei, Myriad Pro, Arial;
  color: #fff;
}

img {
  border: none;
}

a {
  color: inherit;
  text-decoration: none;
}

.vm, .vm-fix, .icon, .img, .tab, .tag, .btn {
  display: inline-block;
  vertical-align: middle;
}

.vm-fix {
  height: 100%;
  width: 0;
  visibility: hidden;
}

.btn {
  cursor: pointer;
}

#container {
  width: 1200px;
  margin: 0 auto;
  padding: 0 19px;
  background: url("../images/mainbg.png") 0 0 repeat-y;
}

.fleft {
  float: left;
}

.clear-fix:after {
  content: '';
  display: table;
  clear: both;
}

.wrapper {
  width: 1200px;
  margin: 0 auto;
}

.header {
  position: relative;
  height: 75px;
  background: rgba(0, 0, 0, 0.9);
  border-bottom: 4px solid #76b900;
}

.langbox {
  position: absolute;
  bottom: 0;
  right: 0;
}

.langbox .btn-langitem {
  margin: 0 0 0 6px;
  float: left;
}

.langbox:after {
  content: '';
  display: table;
  clear: both;
}

.btn-langitem {
  height: 23px;
  line-height: 23px;
  padding: 2px 14px;
  border: 1px solid #494949;
  color: #9a9a9a;
}

.btn-langitem:hover {
  background: #4f4f4f;
  color: #fff;
}

.btn-langitem.active {
  background: #76b900;
  color: #fff;
  border: 1px solid #76b900;
}

.content {
  position: relative;
}

#main {
  height: 662px;
  background: url("../images/main.jpg") center top no-repeat;
  position: relative;
}

#main .pos2 {
  position: absolute;
  top: 497px;
  left: 52px;
}

.text {
  line-height: 100%;
}

.text-title {
  font-size: 64px;
  white-space: nowrap;
  margin-bottom: 10px;
}

.text-subtitle {
  font-size: 26px;
  color: #76b900;
  margin-bottom: 13px;
}

.text-maintip {
  font-size: 21px;
  color: #848484;
}

.text-promodate, .text-codeexpire {
  font-size: 15px;
  line-height: 120%;
}

.promo_info {
  background: url("../images/promoinfo-bg.jpg") center 0 no-repeat;
  height: 597px;
}

span.color-1 {
  color: #72a41c;
}

span.color-2 {
  color: #72be00;
}

.text-content {
  margin: 0;
  line-height: 24px;
  font-size: 24px;
}

.text-content a[href] {
  text-decoration: underline;
}

.text1 {
  color: #74ba0f;
  margin-bottom: 10px;
  line-height: 1.4;
}

.text2 {
  color: #ffffff;
  line-height: 1.4;
  margin-bottom: 30px;
}

.text-table {
  border-collapse: separate;
  border: none;
  font-weight: normal;
  width: 800px;
}

.text-table th, .text-table td {
  padding: 15px 20px;
}

.text-table th {
  background-color: #74ba0f;
  font-weight: 400;
}

.text-table td {
  background-color: #1f1f1f;
}

.lh_xl {
  line-height: 200%;
}

.center {
  padding: 0 46px;
}

.alcenter {
  text-align: center;
}

.text-imgtitle {
  font-size: 18px;
  line-height: 30px;
}

.promo_info {
  text-align: center;
  box-sizing: border-box;
}

.promo_head, .promo_title {
  font-size: 32px;
  line-height: 1.2;
}

.promo_title {
  color: #76b900;
  margin: 40px 0 20px;
}

.promo_text {
  font-size: 32px;
  font-weight: 300;
  line-height: 1.2;
  text-transform: uppercase;
}

.row {
  display: block;
  text-align: left;
  font-size: 0;
}

.row:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.column {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
}

.row-2 .column {
  width: 50%;
}

.row-3 .column {
  width: 33.3%;
}

.box p {
  margin: 15px 0;
  font-size: 18px;
  color: #bdbdbd;
}

.box .title {
  display: inline-block;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 120%;
  border-bottom: 4px solid #77b800;
}

.box .row {
  margin: 50px 0 30px;
}

.box .br {
  border-right: 1px solid #333638;
}

.box .text-imgtitle {
  margin-bottom: 40px;
}

.list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.list-model {
  width: 278px;
  margin: 0 auto 60px;
}

.list-model li {
  margin-bottom: 7px;
}

.item-model {
  border: 1px solid #78bd03;
  background: #000;
  color: #fff;
  line-height: 150%;
}

.item-model a {
  padding: 4px 0;
  display: block;
  color: inherit;
  text-decoration: none;
  box-shadow: inset 0 0 40px 2px rgba(114, 190, 0, 0);
  transition: box-shadow 150ms ease-out;
}

.item-model a:hover {
  box-shadow: inset 0 0 40px 2px rgba(114, 190, 0, 0.4);
}

.model-name {
  font-size: 15px;
}

.model-spec, .model-link {
  font-size: 12px;
}

.model-link:hover {
  text-decoration: underline;
}

.highlight {
  font-weight: bold;
  background: #76b900;
  text-transform: uppercase;
  font-size: 32px;
  height: 66px;
  line-height: 66px;
}

.product_head {
  background: #000;
  color: #76b900;
  font-size: 20px;
  font-style: italic;
  font-weight: 600;
  text-align: center;
  padding: 15px 0;
}

.btn-areabox {
  width: 300px;
  height: 280px;
  border: 1px solid #2e2e2e;
}

.btn-areabox .vm {
  width: 95%;
}

.btn-areabox .md-container {
  z-index: 10;
}

.areatext {
  position: relative;
  z-index: 20;
}

.choosearea {
  padding: 40px 0 30px;
}

.row.choosearea {
  margin: 0;
}

.box.style2 {
  background: #000;
  padding-bottom: 20px;
}

.areaname {
  font-size: 36px;
  text-decoration: underline;
  line-height: 42px;
  margin-bottom: 10px;
}

.list-country {
  font-size: 16px;
  line-height: 120%;
}

.box .box .title {
  padding: 10px 0;
  font-size: 22px;
}

.btn-hlink:hover {
  -webkit-filter: brightness(1.3);
}

.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  text-align: center;
}

.pagecover {
  background: rgba(0, 0, 0, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
}

.lightbox-frame {
  position: relative;
  background: #1a1d20;
  z-index: 12;
  max-width: 90%;
}

.lightbox-btnclose {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background: url("../images/lightbox-closebtn.jpg") 0 0 no-repeat;
}

.lightbox-btnclose:hover {
  -webkit-filter: brightness(1.5);
}

.lightbox-content {
  text-align: left;
  max-width: 1200px;
  padding: 50px 60px;
}

.popup_title {
  font-size: 32px;
  color: #76b900;
}

.popup_content {
  color: #fff;
  font-size: 24px;
  line-height: 32px;
}

.popup_content a[href] {
  color: #ff6600;
  text-decoration: underline;
}

.popup_content a[href]:hover {
  color: #ff9900;
}

.popup_note {
  font-size: 16px;
  line-height: 22px;
  color: #878787;
}

.popup_note a[href] {
  color: #fff;
  text-decoration: underline;
}

.policy_text {
  font-size: 15px;
  color: #bdbdbd;
  text-transform: uppercase;
}

sup {
  font-size: 60%;
}

#promobox, #videobox {
  display: none;
}

.footer-sponsor {
  background: url("../images/footer.jpg") 0 0 no-repeat;
  height: 220px;
}

.sponsor_logo {
  margin: 70px 44px 60px 87px;
}

.copyright {
  font-size: 12px;
  line-height: 14px;
  color: #7B7B7B;
  padding: 30px 38px 50px;
}

.logo {
  width: 202px;
  height: 27px;
  background: url("../images/logo.png") 0 0 no-repeat;
}

.header .logo {
  margin: 23px 0 0 28px;
}

.bgimg {
  min-height: 735px;
  background: url("../images/img1.png") center 0 no-repeat;
}

.text-content {
  padding: 730px 0 0 0;
  width: 900px;
  margin: 0 auto;
}

#main .pos1 {
  position: absolute;
  width: 280px;
  left: 30px;
  top: 130px;
}

.zh_TW #main .pos1 {
  top: 150px;
}

.zh_TW .text-content {
  line-height: 26px;
}

.zh_TW .sponsor_logo {
  margin: 50px 44px 60px 55px;
}
