@charset "UTF-8";
/**** common ****/
/******* variable *******/
/* Default */
*, html, body {
  font-family: "Roboto", "Microsoft YaHei", "Microsoft JhengHei";
}

.content {
  display: block;
}

#loading {
  position: fixed;
  background: #fff;
  z-index: 999;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*#app {*/
/*  display: none;*/
/*}*/

ul {
  list-style: none;
  margin-bottom: 0;
  margin-top: 0;
}

.main-color {
  color: #28a9e0;
}

.gray-color {
  color: #999999;
}

p {
  font-size: 12px;
}

.img-full {
  width: 100%;
}

.syscode-my-block, .syscode-my-inline-block,
.syscode-cn-block, .syscode-cn-inline-block {
  display: none;
}

.syscode-my-none.syscode-cn-none {
  display: block;
}

body.syscode-my .syscode-my-block {
  display: block !important;
}
body.syscode-my .syscode-my-inline-block {
  display: inline-block !important;
}
body.syscode-my .syscode-my-none {
  display: none !important;
}

body.syscode-cn .syscode-cn-block {
  display: block !important;
}
body.syscode-cn .syscode-cn-inline-block {
  display: inline-block !important;
}
body.syscode-cn .syscode-cn-none {
  display: none !important;
}

body.syscode-cn header .logo {
  background: url(/style/images/logo-cn.png) 0 0/100% no-repeat;
}
body.syscode-cn .banner.banner-join-vip {
  background-image: url(/style/images/banner01-cn.jpg);
}
body.syscode-cn .banner.banner-vip {
  background-image: url(/style/images/banner02-cn.jpg);
}
body.syscode-cn .img-joinwechat {
  background-image: url(/style/images/wechat-qrcode.jpg?v=2);
}
body.syscode-cn .logo-white {
  background: url(/style/images/logo-white-cn.png) 0 0/100% no-repeat;
}
body.syscode-cn .main-nav-wrap li.cur-nav, body.syscode-cn .main-nav-wrap li:hover, body.syscode-cn .min-nav li.cur-nav, body.syscode-cn .min-nav li:hover {
  background-color: #1C98CC;
  transition: ease-in-out all 0.4s;
}
body.syscode-cn .main-nav-wrap li a.home, body.syscode-cn .min-nav li a.home {
  padding: 0;
  min-width: 42px;
  color: #166C92;
  font-size: 20px;
}
body.syscode-cn .join-wechat-wrap .join-wechat-title {
  margin: 20px 0;
  color: #28AAE1;
  font-size: 20px;
  line-height: 20px;
}
body.syscode-cn .footer-btns-wrap a:hover {
  color: #28AAE1;
}
body.syscode-cn .main-blue-text {
  color: #28AAE1;
}
body.syscode-cn .main-nav-wrap {
  position: fixed;
  top: 0;
  z-index: 5;
  background-color: #28AAE1;
}
@media (min-width: 770px) {
  body.syscode-cn .main-nav-wrap {
    position: static;
  }
  body.syscode-cn .main-nav-wrap .main-nav li {
    border-right: 1px solid #55B7E1;
  }
}
body.syscode-cn .main-nav-wrap .main-nav li.nav-btns-r {
  float: right;
  border-left: 1px solid #55B7E1;
}
body.syscode-cn .content h1, body.syscode-cn .content h2 {
  margin-left: 5px;
  color: #28AAE1;
  font-weight: 400;
  text-align: center;
  position: relative;
}
body.syscode-cn .subtitle-vip {
  margin-left: 5px;
  color: #28AAE1;
  font-weight: 400;
  text-align: center;
  font-size: 14px;
  color: #999999;
  text-align: right;
}
body.syscode-cn .btn-hamburger {
  padding: 12px 0 0 9px;
  width: 50px;
  height: 50px;
  background: #239ED3;
  cursor: pointer;
}
body.syscode-cn .min-nav {
  display: none;
  position: fixed;
  top: 50px;
  z-index: 1;
  width: 100%;
  min-width: 320px;
  background-color: #239ED3;
}
body.syscode-cn .content.join-vip .main-block h2 {
  color: #28AAE1;
}
body.syscode-my header .logo {
  background: url(/style/images/logo-my.png) 0 0/100% no-repeat;
}
body.syscode-my .banner.banner-join-vip {
  background-image: url(/style/images/banner01-my.jpg);
}
body.syscode-my .banner.banner-vip {
  background-image: url(/style/images/banner02-my.jpg);
}
body.syscode-my .img-joinwechat {
  background-image: url(/style/images/wechat-qrcode.jpg?v=2);
}
body.syscode-my .logo-white {
  background: url(/style/images/logo-white-my.png) 0 0/100% no-repeat;
  background-size: contain;
}
body.syscode-my .main-nav-wrap li.cur-nav, body.syscode-my .main-nav-wrap li:hover, body.syscode-my .min-nav li.cur-nav, body.syscode-my .min-nav li:hover {
  background-color: #1C98CC;
  transition: ease-in-out all 0.4s;
}
body.syscode-my .main-nav-wrap li a.home, body.syscode-my .min-nav li a.home {
  padding: 0;
  min-width: 42px;
  color: #166C92;
  font-size: 20px;
}
body.syscode-my .join-wechat-wrap .join-wechat-title {
  margin: 20px 0;
  color: #28AAE1;
  font-size: 20px;
  line-height: 20px;
}
body.syscode-my .footer-btns-wrap a:hover {
  color: #28AAE1;
}
body.syscode-my .main-blue-text {
  color: #28AAE1;
}
body.syscode-my .main-nav-wrap {
  position: fixed;
  top: 0;
  z-index: 5;
  background-color: #28AAE1;
}
@media (min-width: 770px) {
  body.syscode-my .main-nav-wrap {
    position: static;
  }
  body.syscode-my .main-nav-wrap .main-nav li {
    border-right: 1px solid #55B7E1;
  }
}
body.syscode-my .main-nav-wrap .main-nav li.nav-btns-r {
  float: right;
  border-left: 1px solid #55B7E1;
}
body.syscode-my .content h1, body.syscode-my .content h2 {
  margin-left: 5px;
  color: #28AAE1;
  font-weight: 400;
  text-align: center;
}
body.syscode-my .btn-hamburger {
  padding: 12px 0 0 9px;
  width: 50px;
  height: 50px;
  background: #239ED3;
  cursor: pointer;
}
body.syscode-my .min-nav {
  display: none;
  position: fixed;
  top: 50px;
  z-index: 1;
  width: 100%;
  min-width: 320px;
  background-color: #239ED3;
}
body.syscode-my .content.join-vip .main-block h2 {
  color: #28AAE1;
}
body.syscode-hl8 header .logo {
  background: url(/style/images/logo-hl8.png) 0 0/100% no-repeat;
}
body.syscode-hl8 .banner.banner-join-vip {
  background-image: url(/style/images/banner01-my.jpg);
}
body.syscode-hl8 .banner.banner-vip {
  background-image: url(/style/images/banner02-hl8.jpg);
}
body.syscode-hl8 .img-joinwechat {
  background-image: url(/style/images/wechat-qrcode.jpg?v=2);
}
body.syscode-hl8 .logo-white {
  margin-top: 10px;
  background: url(/style/images/logo-hl8-mobile.png) 0 0/100% no-repeat;
}
body.syscode-hl8 .main-nav-wrap li.cur-nav, body.syscode-hl8 .main-nav-wrap li:hover, body.syscode-hl8 .min-nav li.cur-nav, body.syscode-hl8 .min-nav li:hover {
  background-color: #D88821;
  transition: ease-in-out all 0.4s;
}
body.syscode-hl8 .main-nav-wrap li a.home, body.syscode-hl8 .min-nav li a.home {
  padding: 0;
  min-width: 42px;
  color: #ffffff;
  font-size: 20px;
}
body.syscode-hl8 .join-wechat-wrap .join-wechat-title {
  margin: 20px 0;
  color: #28AAE1;
  font-size: 20px;
  line-height: 20px;
}
body.syscode-hl8 .footer-btns-wrap a:hover {
  color: #28AAE1;
}
body.syscode-hl8 .main-blue-text {
  color: #28AAE1;
}
body.syscode-hl8 .main-nav-wrap {
  position: fixed;
  top: 0;
  z-index: 5;
  background-color: #E9962D;
}
@media (min-width: 770px) {
  body.syscode-hl8 .main-nav-wrap {
    position: static;
  }
  body.syscode-hl8 .main-nav-wrap .main-nav li {
    border-right: 1px solid #D88821;
  }
}
body.syscode-hl8 .main-nav-wrap .main-nav li.nav-btns-r {
  float: right;
  border-left: 1px solid #D88821;
}
body.syscode-hl8 .content h1, body.syscode-hl8 .content h2 {
  margin-left: 5px;
  color: #28AAE1;
  font-weight: 400;
  text-align: center;
}
body.syscode-hl8 .btn-hamburger {
  padding: 12px 0 0 9px;
  width: 50px;
  height: 50px;
  background: #E9962D;
  cursor: pointer;
}
body.syscode-hl8 .min-nav {
  display: none;
  position: fixed;
  top: 50px;
  z-index: 1;
  width: 100%;
  min-width: 320px;
  background-color: #E9962D;
}
body.syscode-hl8 .content.join-vip .main-block h2 {
  color: #28AAE1;
}
body.syscode-hl8 #lnk-web-footer {
  display: none;
}
body.syscode-hl8 .js-launch-join-wechat {
  display: none;
}
body.syscode-hl8 h3 {
  color: #E9962D !important;
}
body.syscode-hl8 .txt-blue {
  color: #E9962D !important;
}
body.syscode-th header .logo {
  background: url(/style/images/logo-th.jpg);
  background-repeat: no-repeat;
  background-size: 133% auto;
}
body.syscode-th .img-joinwechat {
  background-image: url(/style/images/line-qrcode.jpg);
}
body.syscode-th .logo-white {
  background: url(/style/images/logo-white-th.png);
  background-repeat: no-repeat;
  background-position: 2px 2px;
  background-size: 115% auto;
}
body.syscode-th .banner {
  width: 100%;
  height: 110px;
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: auto 100%;
}
@media (min-width: 320px) {
  body.syscode-th .banner {
    background-position: 62% 0;
    background-size: auto 65%;
  }
}
@media (min-width: 540px) {
  body.syscode-th .banner {
    background-size: auto 54%;
    height: 220px;
  }
}
@media (min-width: 770px) {
  body.syscode-th .banner {
    height: 250px;
    background-repeat: no-repeat;
    background-size: auto 65%;
  }
}
@media (min-width: 1200px) {
  body.syscode-th .banner {
    background-size: auto 100%;
    height: 250px;
  }
}
body.syscode-th .main-nav-wrap {
  position: fixed;
  top: 0;
  z-index: 5;
  background-color: #3bb2b8;
}
@media (min-width: 770px) {
  body.syscode-th .main-nav-wrap {
    position: static;
  }
}
body.syscode-th .main-nav-wrap li.cur-nav, body.syscode-th .main-nav-wrap li:hover, body.syscode-th .min-nav li.cur-nav, body.syscode-th .min-nav li:hover {
  background-color: #f9c456;
  transition: ease-in-out all 0.4s;
}
body.syscode-th .main-nav-wrap li a.home, body.syscode-th .min-nav li a.home {
  padding: 0;
  min-width: 42px;
  color: #b50c7d;
  font-size: 20px;
}
body.syscode-th .join-wechat-wrap .join-wechat-title {
  margin: 20px 0;
  color: #3bb2b8;
  font-size: 20px;
  line-height: 20px;
}
body.syscode-th .footer-btns-wrap a:hover {
  color: #3bb2b8;
}
body.syscode-th .main-blue-text {
  color: #de3480;
}
body.syscode-th .main-nav-wrap li a.home, body.syscode-th .min-nav li a.home {
  color: #f9c456;
}
@media (min-width: 770px) {
  body.syscode-th .main-nav-wrap .main-nav li {
    border-right: 1px solid #3bb2b8;
  }
}
body.syscode-th .main-nav-wrap .main-nav li.nav-btns-r {
  float: right;
  border-left: 1px solid #3bb2b8;
}
body.syscode-th .content h1, body.syscode-th .content h2 {
  margin-left: 5px;
  color: #3bb2b8;
  font-weight: 400;
  text-align: center;
}
body.syscode-th .btn-hamburger {
  padding: 12px 0 0 9px;
  width: 50px;
  height: 50px;
  background: #3bb2b8;
  cursor: pointer;
}
body.syscode-th .content.join-vip .main-block h2 {
  color: #de3480;
}
body.syscode-th .main-nav-wrap li a.home:hover, body.syscode-th .min-nav li a.home:hover {
  color: #FFF;
}
body.syscode-th .min-nav {
  display: none;
  position: fixed;
  top: 50px;
  z-index: 1;
  width: 100%;
  min-width: 320px;
  background-color: #3bb2b8;
}
@media (min-width: 770px) {
  body.syscode-th .min-nav {
    display: none;
  }
  body.syscode-th .min-nav ul li a.home {
    width: 40px;
  }
}
body.syscode-th .content h3 {
  color: #3bb2b8;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 768px) {
  body.syscode-th .content h3 {
    font-size: 1rem;
  }
}
body.syscode-th .txt-blue {
  color: #3bb2b8;
}

.txt-blue {
  color: #28a9e0;
}

.txt-red {
  color: #ff0000;
}

.txt-bold {
  font-weight: bold;
}

.txt-sm {
  font-size: 12px;
  display: block;
}

.fai.fai-info {
  background: url("/style/images/icon/info-white.svg") no-repeat center center;
  width: 14px;
  height: 14px;
  color: #28a9e0;
  display: block;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .fai.fai-info {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 6px;
    vertical-align: text-bottom;
  }
}
.fai.fai-info.fai-blue {
  background: url("/style/images/icon/info-blue.svg") no-repeat center center;
}

.img-joinwechat {
  width: 160px;
  height: 160px;
  margin: 0 auto;
  background-size: 100% auto;
}

/* Plugins */
/* Page */
.clearfix::after, .clearfix::before {
  content: "";
  display: table;
}

.clearfix {
  zoom: 1;
}

.clearfix::after {
  clear: both;
}

.header-top .logo, .header-top .site-title {
  display: inline-block;
  vertical-align: top;
  margin-right: -4px;
}

.btn-hamburger, .logo-white, .main-nav-wrap .main-nav li, .site-title {
  display: inline-block;
  vertical-align: middle;
  margin-right: -4px;
}

.main-nav-wrap ul, .min-nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.main-nav-wrap li a, .min-nav li a {
  display: block;
  padding: 0 20px;
  height: 46px;
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 46px;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
}

.main-nav-wrap li a.home:hover, .min-nav li a.home:hover {
  color: #FFF;
}

.content.join-vip .main-block .table-join-vip, .content.vip .table-vip {
  width: 100%;
}

.content.join-vip .main-block .table-join-vip td, .content.join-vip .main-block .table-join-vip th, .content.vip .table-vip td, .content.vip .table-vip th {
  padding: 6px 4px;
  border: 1px solid #AAA;
  text-align: center;
}

.content.join-vip .main-block .table-join-vip th, .content.vip .table-vip th {
  background-color: #F1EEE7;
}

.hamburger-icon {
  position: relative;
  width: 30px;
  height: 30px;
  transform: rotate(0);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.hamburger-icon span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #FFF;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0);
  transition: 0.25s ease-in-out;
}

.hamburger-icon span:nth-child(1) {
  top: 0;
}

.hamburger-icon span:nth-child(2), .hamburger-icon span:nth-child(3) {
  top: 10px;
}

.hamburger-icon span:nth-child(4) {
  top: 20px;
}

.hamburger-icon.open span:nth-child(1), .hamburger-icon.open span:nth-child(4) {
  top: 10px;
  width: 0;
  left: 50%;
}

.hamburger-icon.open span:nth-child(2) {
  transform: rotate(45deg);
}

.hamburger-icon.open span:nth-child(3) {
  transform: rotate(-45deg);
}

.main-nav-wrap, footer {
  width: 100%;
  min-width: 320px;
}

#cboxWrapper .join-wechat-wrap {
  display: block;
}

.join-wechat-wrap {
  display: none;
  text-align: center;
}

.footer-btns-wrap {
  margin-bottom: 5px;
}

.footer-btns-wrap a {
  margin: 0 10px;
  text-decoration: none;
}

.red-text, .star {
  color: red;
}

*, :after, :before {
  box-sizing: border-box;
}

.star {
  padding: 0 3px;
}

html {
  height: 100%;
}

body {
  text-align: left;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  padding: 50px 0 130px;
  min-height: 100%;
  color: #555;
  font-family: Roboto, STHeiti, "Microsoft YaHei", "微软雅黑", SimSun, "宋体", "Microsoft JhengHei", "微軟正黑體", arial, helvetica, sans-serif;
}

.sub-block {
  width: 160px;
  text-align: right;
  margin: 70px 0 0 0;
  display: block;
}

@media (min-width: 400px) {
  body {
    padding-bottom: 115px;
  }
}
@media (min-width: 740px) {
  body {
    padding-bottom: 100px;
  }
}
.wrapper {
  min-width: 320px;
  min-height: 580px;
  letter-spacing: 0.04em;
}

.header-top {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.header-top:after {
  content: " ";
  display: block;
  clear: both;
}

@media (min-width: 770px) {
  body {
    padding-top: 0;
  }

  .header-top {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    height: 74px;
  }

  .header-top:after {
    content: " ";
    display: block;
    clear: both;
  }

  .time-wrap {
    display: block;
  }
}
.header-top .logo {
  margin: 16px 0 0 5px;
  text-indent: 105%;
  white-space: nowrap;
  overflow: hidden;
}

.header-top .site-title {
  margin-top: 30px;
  color: #999;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
}

.time-wrap .time-text {
  display: inline-block;
  vertical-align: middle;
  line-height: 17px;
}

.vn .main-nav-wrap li a, .vn .min-nav li a {
  padding: 0 5px;
}

.main-nav-wrap .main-nav {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  color: #FFF;
  font-size: 15px;
}

.content:after, .main-nav-wrap .main-nav:after {
  content: " ";
  display: block;
  clear: both;
}

@media (min-width: 770px) {
  .main-nav-wrap {
    position: static;
  }

  .main-nav-wrap .main-nav {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .main-nav-wrap .main-nav:after {
    content: " ";
    display: block;
    clear: both;
  }
}
.main-nav-wrap .main-nav ul {
  margin: 0;
  padding: 0;
}

.main-nav-wrap .main-nav li {
  height: 46px;
  list-style-type: none;
}

.content {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 10px 50px;
  min-height: 400px;
}

@media (min-width: 770px) {
  .content {
    padding-top: 0;
  }

  .logo-white {
    display: none;
  }
}
footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 25px 0 1px;
  height: 130px;
  background-color: #000;
  color: #666;
  line-height: 20px;
  text-align: center;
}

@media (min-width: 400px) {
  footer {
    height: 115px;
  }
}
@media (min-width: 740px) {
  footer {
    height: 100px;
  }
}
footer p {
  margin: 0;
  letter-spacing: 0.08em;
}

footer a {
  color: #AAA;
}

.logo-white {
  margin-left: 10px;
}

.site-title {
  display: inline-block;
  color: #FFF;
  font-size: 16px;
  text-indent: 10px;
  margin-top: 10px;
}

@media (min-width: 770px) {
  .btn-hamburger, .site-title {
    display: none;
  }
}
@media (min-width: 770px) {
  .min-nav {
    display: none;
  }

  .min-nav ul li a.home {
    width: 40px;
  }
}
.header-top .logo {
  width: 108px;
  height: 48px;
}

.logo-white {
  width: 32px;
  height: 30px;
}

.banner {
  width: 100%;
  height: 135px;
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: auto 100%;
}

@media (min-width: 770px) {
  .banner {
    height: 250px;
  }
}
@media (min-width: 320px) {
  .banner {
    background-position: 59% 0;
    background-size: auto 65%;
  }
}
@media (min-width: 540px) {
  .banner {
    background-size: auto 64%;
    height: 250px;
  }
}
@media (min-width: 1200px) {
  .banner {
    background-size: auto 100%;
    height: 250px;
  }
}
.time-wrap {
  float: right;
  margin-top: 35px;
}

.content {
  padding-bottom: 30px;
}

.content.vip .table-vip th {
  padding-bottom: 20px;
  width: 20%;
}

.content.vip .table-vip .icon-th {
  margin: 0 auto 5px;
  width: 80px;
  height: 80px;
  background-position: 50% 10px;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.content.vip .table-vip .icon-th.emerald {
  background-image: url(../images/icon_emerald.png);
}

.content.vip .table-vip .icon-th.ruby {
  background-image: url(../images/icon_ruby.png);
}

.content.vip .table-vip .icon-th.diamond {
  background-image: url(../images/icon_diamond.png);
}

.content.vip .table-vip .icon-th.black {
  background-image: url(../images/icon_black.png);
}

.content.vip .vip-rules {
  padding: 0 10px 0 25px;
}

.content.vip .vip-rules li {
  margin-bottom: 15px;
  line-height: 20px;
}

.content.join-vip .join-vip-h1 {
  width: 100%;
  height: 67px;
  background: url(/style/images/join_vip_h1.jpg) 0 0/auto 100% no-repeat;
}

.content.join-vip .main-block .table-join-vip {
  margin-bottom: 15px;
}

.content.join-vip .sub-block {
  display: none;
}

@media (min-width: 770px) {
  .content.join-vip .join-vip-h1 {
    height: 120px;
  }

  .content.join-vip .main-block {
    width: 70.83333%;
    float: left;
  }

  .content.join-vip .sub-block {
    width: 29.16667%;
    float: left;
    display: block;
  }
}
.content.join-vip .sub-block .btn-online-service {
  margin: 20px auto 0;
  display: block;
  min-width: 200px;
  width: 250px;
}

@media (min-width: 770px) {
  .content.join-vip .sub-block .btn-online-service {
    float: right;
    margin: 110px 0 0;
    width: 90%;
  }
}
#cboxLoadedContent {
  margin-bottom: 0;
}

body.page-vip .content {
  margin-top: -40px;
  min-height: calc(100vh - 138px);
}
@media screen and (min-width: 540px) {
  body.page-vip .content {
    margin-top: -90px;
  }
}
@media screen and (min-width: 1200px) {
  body.page-vip .content {
    margin-top: 40px;
  }
}
body.page-vip .title {
  color: #28a9e0;
  text-align: center;
}
body.page-vip .sub-title {
  text-align: center;
}
body.page-vip .im-popover .im-popover-content {
  position: absolute;
  padding: 5px 10px 5px 10px;
  border-radius: 2px;
  right: 0;
  top: 32px;
  z-index: 20;
  background-color: #000;
  color: #fff;
  max-width: 95%;
  display: block;
  text-align: left;
}
body.page-vip .im-popover .im-popover-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
body.page-vip .im-popover .im-popover-arrow::before {
  position: absolute;
  display: block;
  content: "";
  left: -5px;
  top: 5px;
  border-color: transparent;
  border-bottom-color: #000;
  border-width: 0.8rem;
  border-style: solid;
}
body.page-vip .hidden-content .im-popover {
  display: none;
}
body.page-vip .hidden-content:hover .im-popover {
  display: block;
}
@media screen and (max-width: 768px) {
  body.page-vip td:hover .hidden-content .im-popover {
    display: block;
  }
}
body.page-vip table.rwd {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}
body.page-vip table.rwd caption {
  font-size: 1.5em;
  margin: 0.5em 0 0.75em;
}
body.page-vip table.rwd tr {
  background: #f8f8f8;
  border: 1px solid #ddd;
  padding: 0.35em;
}
body.page-vip table.rwd th, body.page-vip table.rwd td {
  padding: 0.625em;
  text-align: center;
}
body.page-vip table.rwd th {
  font-size: 0.85em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  body.page-vip table.rwd {
    border: 0;
  }
  body.page-vip table.rwd caption {
    font-size: 1.3em;
  }
  body.page-vip table.rwd thead {
    display: none;
  }
  body.page-vip table.rwd tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: 0.625em;
  }
  body.page-vip table.rwd td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 0.8em;
    text-align: right;
  }
  body.page-vip table.rwd td:before {
    content: attr(aria-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  body.page-vip table.rwd td:last-child {
    border-bottom: 0;
  }
}
body.page-vip table.table-diamond {
  margin-bottom: 50px;
  border-top: none;
}
body.page-vip table.table-diamond thead tr {
  height: 52px;
  background-color: #fff;
  color: #000;
  font-size: 14px;
  border-top: none;
  border-left-color: #fff;
  border-right-color: #fff;
}
body.page-vip table.table-diamond thead tr th:before {
  background-position: center right;
  background-image: url(/style/images/icon_vip-1.svg);
  vertical-align: bottom;
  background-repeat: no-repeat;
  background-size: 35px auto;
  display: block;
  width: 35px;
  height: 35px;
  content: "";
  margin: 0 auto 3px auto;
}
body.page-vip table.table-diamond thead tr th:nth-child(1) {
  visibility: hidden;
}
body.page-vip table.table-diamond thead tr th:nth-child(1):before {
  background-image: none;
}
body.page-vip table.table-diamond thead tr th:nth-child(2):before {
  background-image: url(/style/images/icon_vip-1.svg);
}
body.page-vip table.table-diamond thead tr th:nth-child(3):before {
  background-image: url(/style/images/icon_vip-2.svg);
}
body.page-vip table.table-diamond thead tr th:nth-child(4):before {
  background-image: url(/style/images/icon_vip-3.svg);
}
body.page-vip table.table-diamond thead tr th:nth-child(5):before {
  background-image: url(/style/images/icon_vip-4.svg);
}
body.page-vip table.table-diamond thead tr th:nth-child(6):before {
  background-image: url(/style/images/icon_vip-5.svg);
}
body.page-vip table.table-diamond tbody td {
  position: relative;
}
body.page-vip table.table-diamond tbody td:before {
  background-image: url(/style/images/icon_vip-1.svg);
  background-repeat: no-repeat;
  background-size: 20px auto;
  display: inline-block;
  width: 100px;
  height: 20px;
  text-align: left;
  padding-left: 25px;
}
body.page-vip table.table-diamond tbody td > div {
  padding-left: 14%;
}
body.page-vip table.table-diamond tbody td:nth-child(1):before {
  background-image: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 7px;
}
body.page-vip table.table-diamond tbody td:nth-child(2):before {
  background-image: url(/style/images/icon_vip-1.svg);
}
body.page-vip table.table-diamond tbody td:nth-child(3):before {
  background-image: url(/style/images/icon_vip-2.svg);
}
body.page-vip table.table-diamond tbody td:nth-child(4):before {
  background-image: url(/style/images/icon_vip-3.svg);
}
body.page-vip table.table-diamond tbody td:nth-child(5):before {
  background-image: url(/style/images/icon_vip-4.svg);
}
body.page-vip table.table-diamond tbody td:nth-child(6):before {
  background-image: url(/style/images/icon_vip-5.svg);
}
@media screen and (min-width: 768px) {
  body.page-vip table.table-diamond tbody td:nth-child(1) {
    text-align: left;
  }
  body.page-vip .hidden-content {
    position: relative;
  }
  body.page-vip .im-popover .im-popover-content {
    position: absolute;
    padding: 5px 15px 5px 15px;
    border-radius: 2px;
    top: 24px;
    left: -147px;
    z-index: 20;
    background-color: #000;
    color: #fff;
    width: 300px;
    display: block;
    max-width: none;
  }
  body.page-vip .im-popover .im-popover-arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
  }
  body.page-vip .im-popover .im-popover-arrow::before {
    position: absolute;
    display: block;
    content: "";
    right: 30px;
    top: 5px;
    border-color: transparent;
    border-bottom-color: #000;
    border-width: 0.8rem;
    border-style: solid;
  }
}
body.page-vip .description {
  font-size: 1rem;
}
body.page-vip .description ul {
  margin-bottom: 30px;
}
body.page-vip .description ul li {
  text-align: left;
  text-justify: auto;
}
body.page-vip .description ul.ul-rule {
  list-style-type: decimal;
}
body.page-vip .description ul.ul-use {
  list-style-type: none;
}
body.page-vip .description .txt-blue {
  font-weight: bold;
}
body.page-vip .description .rulebox {
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  body.page-vip .description ul {
    font-size: 0.8rem;
  }
}
body.page-vip h3 {
  color: #28AAE1;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 768px) {
  body.page-vip h3 {
    font-size: 1rem;
  }
}
body.page-vip table.rwd {
  margin-bottom: 30px;
}
body.page-vip table.rwd thead tr {
  background-color: #fff;
}
body.page-vip table.rwd tbody tr {
  background-color: #fff;
}
body.page-vip table.rwd tbody tr:nth-child(even) {
  background-color: #f8f8f8;
}
body.page-vip table.rwd tbody tr td {
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 85%;
}
@media screen and (min-width: 576px) {
  body.page-vip table.rwd tbody tr td {
    background-position: 85%;
  }
}
@media screen and (min-width: 768px) {
  body.page-vip table.rwd tbody tr td {
    background-position: 94%;
  }
}
body.page-vip table.rwd .vip-lv-text {
  display: inline-block;
  vertical-align: middle;
}
body.page-vip table.rwd .vip-lv-icon {
  height: 18px;
  width: 18px;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin-right: 5px;
}
@media screen and (min-width: 768px) {
  body.page-vip table.rwd .vip-lv-icon {
    height: 20px;
  }
}
body.page-vip table.rwd .vip-lv-icon.gold {
  background-image: url(/style/images/icon_vip-3.svg);
}
body.page-vip table.rwd .platinum {
  background-image: url(/style/images/icon_vip-4.svg);
}
body.page-vip table.rwd .black {
  background-image: url(/style/images/icon_vip-5.svg);
}

body.syscode-cn h3 {
  text-align: center !important;
}

/**** english ****/
/*zh-CN style*/
body.syscode-my .header-top .logo {
  width: 80px;
  height: 58px;
  margin: 10px -20px 0 -20px;
}