@font-face {
  font-family: "Roboto";
  src: local(Roboto Regular), url("../fonts/roboto/Roboto-Regular.woff2") format("woff2"), url("../fonts/roboto/Roboto-Regular.woff") format("woff");
  font-weight: 400; }

@font-face {
  font-family: "Roboto-Medium";
  src: local(Roboto Medium), url("../fonts/roboto/Roboto-Medium.woff2") format("woff2"), url("../fonts/roboto/Roboto-Medium.woff") format("woff");
  font-weight: 500; }

@font-face {
  font-family: "Roboto-Bold";
  src: local(Roboto Bold), url("../fonts/roboto/Roboto-Bold.woff2") format("woff2"), url("../fonts/roboto/Roboto-Bold.woff") format("woff");
  font-weight: 700; }

/***************************************************/
/*--Hide Text Set--*/
/*--Hide Long Word Set--*/
/*--Pop Up Shadow Set--*/
/*--Horizontal List--*/
.vip-menu-box {
  display: block; }
  .vip-menu-box li {
    display: block;
    float: left; }

/*--img set--*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  position: relative;
  font-family: Helvetica, Arial, sans-serif, "Microsoft Yahei";
  color: #1f1f1f;
  font-size: 100%;
  line-height: 1.15;
  /* 1 */
  height: 100%; }

ul:not(.browser-default) {
  padding-left: 0;
  list-style-type: none; }
  ul:not(.browser-default) > li {
    list-style-type: none; }

a {
  text-decoration: none;
  outline: none;
  hlbr: expression(this.onFocus=this.blur()); }
  a:hover {
    text-decoration: none; }

table {
  border-collapse: collapse; }

img {
  border-width: 0; }

input {
  padding: 0 5px;
  background-color: #fff;
  color: #858585;
  line-height: 30px;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -webkit-border-radius: 3px;
  -mos-border-radius: 3px;
  border-radius: 3px;
  font-size: 0.875rem; }

button {
  height: 32px;
  line-height: 32px;
  background-color: #0C6DB5;
  color: #fff;
  font-family: "Roboto-Medium";
  border-width: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -webkit-border-radius: 3px;
  -mos-border-radius: 3px;
  border-radius: 3px;
  font-size: 0.875rem; }
  button:hover {
    color: #FFF200;
    background-color: #0B4D7D; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit; }

h1 {
  font-size: 2rem;
  line-height: 110%;
  margin: 0; }

h2 {
  font-size: 1.5rem;
  line-height: 110%;
  margin: 0.68182rem 0 0.68182rem 0; }

h3 {
  font-size: 1.5rem;
  line-height: 110%;
  margin: 1rem 0 0.6rem 0; }

h4 {
  font-size: 1.15rem;
  line-height: 110%;
  margin: 0.76667rem 0 0.46rem 0; }

h5 {
  font-size: 1rem;
  line-height: 110%;
  margin: 0.66667rem 0 0.4rem 0; }

h6 {
  font-size: 0.85rem;
  line-height: 110%;
  margin: 0.56667rem 0 0.34rem 0; }

/***************************************************/
/*Clear*/
.clearfix:after, .vip-menu-box:after {
  content: "";
  display: block;
  clear: both; }

.clearfix, .vip-menu-box {
  zoom: 1; }

.clear {
  clear: both; }

/*Float Set*/
.float-L {
  float: left; }

.float-R {
  float: right; }

/*Align Set*/
.align-L {
  text-align: left; }

.align-R {
  text-align: right; }

.align-C {
  text-align: center; }

/*Border Set*/
.borderdot {
  border-top: 1px dotted #bfbfbf; }

.border-R {
  border-right: 1px solid #fff; }

.border-R-dot {
  border-right: 1px dotted #aeaeae; }

/*text-indent Set*/
.fadeout {
  text-indent: -99999px; }

/*img Set*/
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

/**************************************/
.full-bg1 {
  background: url(../images/img-vip-about-bg.jpg) no-repeat center top;
  background-size: cover; }

.full-bg2 {
  background: url(../images/img-vip-upgrade-bg.jpg) no-repeat center top;
  background-size: cover; }

.full-bg3 {
  background: url(../images/img-vip-benefits-bg.jpg) no-repeat center top;
  background-size: cover; }

.full-bg4 {
  background: url(../images/img-vip-faq-bg.jpg) no-repeat center top;
  background-size: cover; }

.vip-menu-box {
  display: table;
  margin: 0 auto; }
  .vip-menu-box li {
    margin: 10px; }
  .vip-menu-box a {
    display: block;
    color: #313131;
    text-decoration: none;
    padding: 20px;
    font-size: 1.5rem;
    font-weight: bold;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .vip-menu-box a:hover, .vip-menu-box a.active {
      color: #E4AF00; }

.vip-container {
  padding: 30px 0 0 136px;
  width: 100%;
  min-height: 650px;
  position: relative;
  margin: 0 auto;
  line-height: 1.4; }
  .vip-container:before {
    content: "";
    width: 84%;
    height: 100%;
    display: block;
    background: -moz-linear-gradient(left, black 40%, rgba(228, 175, 0, 0.5) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, black 40%, rgba(228, 175, 0, 0.5) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, color-stop(40%, black), to(rgba(228, 175, 0, 0.5)));
    background: -o-linear-gradient(left, black 40%, rgba(228, 175, 0, 0.5) 100%);
    background: linear-gradient(to right, black 40%, rgba(228, 175, 0, 0.5) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#80e4af00',GradientType=1 );
    /* IE6-9 */
    -webkit-clip-path: polygon(0 1%, 100% 1%, 84% 100%, 0% 100%);
    clip-path: polygon(0 1%, 100% 1%, 84% 100%, 0% 100%);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    z-index: 1; }
  @media screen and (max-width: 1025px) {
    .vip-container {
      padding: 30px 0 30px 30px;
      min-height: 560px; }
      .vip-container:before {
        content: "";
        width: 100%;
        height: 100%; } }

.vip-about-img:after {
  content: "";
  width: 900px;
  height: 105%;
  display: block;
  background: url(../images/img-vip-overview.png) no-repeat bottom center;
  background-size: 100%;
  position: absolute;
  top: 30px;
  right: 0;
  z-index: 3; }

@media screen and (min-width: 1026px) and (max-width: 1440px) {
  .vip-about-img:after {
    content: "";
    width: 760px;
    height: 102%;
    background-position: bottom center; } }

@media screen and (max-width: 1025px) {
  .vip-about-img:after {
    display: none; } }

.vip-upgrade-img:after {
  content: "";
  width: 645px;
  height: 106%;
  display: block;
  background: url(../images/img-vip-upgrade.png) no-repeat 70px 0;
  background-size: 100%;
  position: absolute;
  top: 30px;
  right: 0;
  z-index: 3; }

@media screen and (min-width: 1026px) and (max-width: 1440px) {
  .vip-upgrade-img:after {
    content: "";
    background-position: 104px 0; } }

@media screen and (max-width: 1025px) {
  .vip-upgrade-img:after {
    display: none; } }

.vip-benefits-img:after {
  content: "";
  width: 434px;
  height: 106%;
  display: block;
  background: url(../images/img-vip-benefits.png) no-repeat right bottom;
  background-size: 100%;
  position: absolute;
  top: 30px;
  right: -24px;
  z-index: 3; }

@media screen and (min-width: 1026px) and (max-width: 1440px) {
  .vip-benefits-img:after {
    content: "";
    width: 350px;
    height: 100%; } }

@media screen and (max-width: 1025px) {
  .vip-benefits-img:after {
    display: none; } }

.vip-faq-img:after {
  content: "";
  width: 626px;
  height: 106%;
  display: block;
  background: url(../images/img-vip-faq.png) no-repeat 0 5px;
  background-size: 100%;
  position: absolute;
  top: 30px;
  right: 0;
  z-index: 3; }

@media screen and (min-width: 1026px) and (max-width: 1440px) {
  .vip-faq-img:after {
    content: "";
    width: 540px;
    height: 100%;
    background-position: 0 90px; } }

@media screen and (max-width: 1025px) {
  .vip-faq-img:after {
    display: none; } }

.word-wrap {
  position: relative;
  z-index: 3;
  width: 68%; }
  .word-wrap h2 {
    color: #E4AF00; }
  .word-wrap h3 {
    margin-top: 20px;
    color: #fff;
    font-size: 1rem; }
  .word-wrap dl {
    margin-top: 34px; }
  .word-wrap i {
    display: block;
    font-size: 0.84rem;
    color: #c5c5c5; }
  .word-wrap span {
    color: #fff;
    font-size: 1.1rem;
    display: block; }
  .word-wrap p {
    margin: 20px 0;
    color: #c5c5c5;
    font-size: 0.9rem;
    max-width: 73%; }
  .word-wrap strong {
    display: block;
    font-size: 1.1rem;
    color: #fff; }
  .word-wrap img {
    max-width: 50px; }
  .word-wrap ol {
    margin: 20px 0;
    max-width: 74%;
    padding-left: 24px;
    color: #c5c5c5;
    font-size: 0.9rem; }
  .word-wrap table {
    width: 83%;
    margin-bottom: 20px;
    text-align: center;
    color: #c5c5c5;
    font-size: 0.9rem; }
    .word-wrap table th {
      border: 1px solid #868686;
      padding: 4px;
      color: #fff;
      width: 13.333%; }
      .word-wrap table th:first-child {
        min-width: 200px;
        text-align: left; }
    .word-wrap table td {
      border: 1px solid #868686;
      padding: 4px;
      width: 13.333%; }
      .word-wrap table td:first-child {
        min-width: 200px;
        text-align: left; }
    .word-wrap table span {
      font-size: 0.9rem; }
  .word-wrap .details-table {
    width: 100%; }
    .word-wrap .details-table thead {
      display: block;
      background-color: rgba(58, 58, 58, 0.7);
      margin-right: 10px; }
    .word-wrap .details-table tbody {
      display: block;
      width: 100%;
      height: 430px;
      overflow-y: auto; }
      .word-wrap .details-table tbody::-webkit-scrollbar {
        width: 10px; }
      .word-wrap .details-table tbody::-webkit-scrollbar-track {
        background: rgba(0, 0, 0, 0.4); }
      .word-wrap .details-table tbody::-webkit-scrollbar-thumb {
        background: #ffa902; }
      .word-wrap .details-table tbody::-webkit-scrollbar-corner {
        background: rgba(0, 0, 0, 0.4); }
  @media screen and (max-width: 1025px) {
    .word-wrap {
      width: 85%; }
      .word-wrap p, .word-wrap ol {
        max-width: 100%; }
      .word-wrap table {
        width: 100%; } }

.ben-divider {
  background-color: #E4AF00;
  color: #000;
  font-weight: 700;
  border-color: #E4AF00; }
