@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, img {
  display: block;
}

html {
  width: 100%;
  height: 100%;
}

body {
  line-height: 1;
  font-size: 14px;
  font-family: "Segoe UI", "Lucida Grande", "Helvetica", "Arial", "Microsoft YaHei", "FreeSans", "Arimo", "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", sans-serif;
  position: relative;
  width: 100%;
}

div {
  font-family: "Segoe UI", "Lucida Grande", "Helvetica", "Arial", "Microsoft YaHei", "FreeSans", "Arimo", "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", sans-serif
}

ol, ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

a:link, a:visited {
  color: #222;
}

a:active {
  color: #222;
}

a:hover {
  color: #222;
  text-decoration: none;
}

html, body {
  max-width: 100%;
  overflow-x: hidden;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.container_tablet {
  width: 768px;
  position: relative;
  margin-right: auto;
  margin-left: auto;
}

.container_phone {
  width: 100%;
  position: relative;
  margin-right: auto;
  margin-left: auto;
}

.tablet-hamburger {
  background-image: url("../images/global_tablet/menu-icon.png");
  position: absolute;
  top: 0;
  right: 0;
  line-height: 45px;
  padding: 5px 15px 0px 15px;
  color: #999;
  border: 0;
  font-size: 1.4em;
  font-weight: bold;
  cursor: pointer;
  outline: none;
  z-index: 10000000000000;
  width: 40px;
  height: 30px;
  margin-top: 15px;
  margin-right: 10px;
  background-color: transparent;
}

.tablet-cross {
  background-image: url("../images/global_tablet/close-icon.png");
  display: block;
  width: 40px;
  height: 40px;
  background-color: transparent;
  top: 10px;
  right: 10px;
  position: absolute;
  padding: 7px 15px 0px 15px;
  color: #999;
  border: 0;
  font-size: 3em;
  line-height: 65px;
  font-weight: bold;
  cursor: pointer;
  outline: none;
  z-index: 10000000000000;
}

.tablet-menu {
  z-index: 1000000;
  font-weight: bold;
  font-size: 0.8em;
  width: 100%;
  background-color: #060606;
  position: absolute;
  text-align: left;
  font-size: 12px;
  padding-left: 40px;
  width: 300px;
  right: 0;
  opacity: 0.85;
  position: fixed;
  height: 100%;
}

.tablet-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  background-color: #060606;
}

.tablet-menu li {
  display: block;
  padding: 15px 0 15px 0;
}

.tablet-menu li:hover {
  display: block;
  padding: 15px 0 15px 0;
}

.tablet-menu ul li a {
  text-decoration: none;
  margin: 0px;
  color: #666;
}

.tablet-menu ul li a:hover {
  color: #666;
  text-decoration: none;
}

.tablet-menu a {
  text-decoration: none;
  color: #666;
}

.tablet-menu a:hover {
  text-decoration: none;
  color: #666;
}

.tablet-menu .title {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
}

.tablet-menu .sub-title {
  color: #BBBBBB;
  font-size: 18px;
  font-weight: 300;
}

.tablet-menu .divide-line {
  width: 200px;
  height: 1px;
  border-top: 1px solid #464646;
  margin-top: 10px;
  margin-bottom: 10px;
}

.glyphicon-home {
  color: white;
  font-size: 1.5em;
  margin-top: 5px;
  margin: 0 auto;
}

@media (max-width:413px) {
  .tablet-menu li {
    padding: 12px 0 12px 0;
  }
}

.header-bg {
  width: 100%;
  height: 60px;
  z-index: 30;
  position: fixed;
  background-color: #141414;
}

.header-bg .logo {
  width: 300px;
  height: 50px;
  margin-top: 5px;
  background-size: cover;
  float: left;
  background: url("../images/logoht.png");
  background-size: cover;
}

.header-bg .navi-menu {
  float: right;
  margin-right: 60px;
}

.header-bg .navi-menu ul {
  position: relative;
  float: right;
  width: initial;
  height: 60px;
}

.header-bg .navi-menu ul li {
  position: relative;
  float: left;
  width: 120px;
  height: 60px;
  text-align: center;
  line-height: 60px;
}

.header-bg .navi-menu ul li a {
  width: 100%;
  height: 60px;
  display: block;
  font-size: 16px;
  color: #CDB993;
}

.header-bg .navi-menu ul li a:hover {
  color: #ffffff;
}

.header-bg .navi-menu ul li:hover ul {
  opacity: 1;
}

.header-bg .navi-menu ul li ul {
  width: 144px;
  height: initial;
  margin-left: -10px;
  margin-right: 60px;
  position: absolute;
  transition: all .2s ease-in-out;
  opacity: 0;
  background: url("../images/global/menu-bg.png") no-repeat;
  z-index: 70;
  /*pointer-events: none;*/
  background: rgba(0, 0, 0, 0.8);
}

.header-bg .navi-menu ul li ul li {
  width: 140px;
  height: 50px;
  margin: 2px;
  float: left;
  text-align: center;
}

.header-bg .navi-menu ul li ul li:hover {
  background: rgba(255, 255, 255, 0.15);
}

.header-bg .navi-menu ul li ul li a {
  margin: 0px;
  color: #fff;
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
}

.header-bg .header-tablet {
  width: initial;
  height: 60px;
}

.header-bg .header-tablet .logo {
  width: 300px;
  height: 50px;
  margin-top: 5px;
  background-size: cover;
  float: left;
  background: url("../images/logoht.png");
  background-size: cover;
}

.header-bg .header-tablet .navi-menu {
  float: right;
  margin-right: 120px;
}

.header-bg .header-tablet .navi-menu ul {
  position: relative;
  float: right;
  width: initial;
  height: 60px;
}

.header-bg .header-tablet .navi-menu ul li {
  position: relative;
  float: left;
  margin-left: 80px;
  width: initial;
  height: 60px;
  text-align: center;
  line-height: 60px;
}

.header-bg .header-tablet .navi-menu ul li a {
  width: 100%;
  height: 60px;
  display: block;
  font-size: 16px;
  color: #CDB993;
}

.header-bg .header-tablet .navi-menu ul li a:hover {
  color: #ffffff;
}

.header-bg .header-tablet .navi-menu ul li:hover ul {
  opacity: 1;
}

.header-bg .header-tablet .navi-menu ul li ul {
  width: 144px;
  height: initial;
  position: absolute;
  top: 60px;
  left: -40px;
  transition: all .2s ease-in-out;
  opacity: 0;
  background: url("../images/global/menu-bg.png") no-repeat;
  z-index: 70;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.8);
}

.header-bg .header-tablet .navi-menu ul li ul li {
  width: 140px;
  height: 50px;
  margin: 2px;
  float: left;
  text-align: center;
}

.header-bg .header-tablet .navi-menu ul li ul li:hover {
  background: rgba(255, 255, 255, 0.15);
}

.header-bg .header-tablet .navi-menu ul li ul li a {
  margin: 0px;
  color: #9f9f9f;
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
}

.hdader-bg .header-phone {
  width: initial;
  height: 60px;
}

.hdader-bg .header-phone .logo {
  width: 300px;
  height: 50px;
  margin-top: 5px;
  background-size: cover;
  float: left;
  background: url("../images/global/logo.gif");
  background-size: cover;
}

.hdader-bg .header-phone .navi-menu {
  float: right;
  margin-right: 120px;
}

.hdader-bg .header-phone .navi-menu ul {
  position: relative;
  float: right;
  width: initial;
  height: 60px;
}

.hdader-bg .header-phone .navi-menu ul li {
  position: relative;
  float: left;
  margin-left: 80px;
  width: initial;
  height: 60px;
  text-align: center;
  line-height: 60px;
}

.hdader-bg .header-phone .navi-menu ul li a {
  width: 100%;
  height: 60px;
  display: block;
  font-size: 16px;
  color: #CDB993;
}

.hdader-bg .header-phone .navi-menu ul li a:hover {
  color: #ffffff;
}

.hdader-bg .header-phone .navi-menu ul li:hover ul {
  opacity: 1;
}

.hdader-bg .header-phone .navi-menu ul li ul {
  width: 144px;
  height: initial;
  position: absolute;
  top: 60px;
  left: -40px;
  transition: all .2s ease-in-out;
  opacity: 0;
  background: url("../images/global/menu-bg.png") no-repeat;
  z-index: 70;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.8);
}

.hdader-bg .header-phone .navi-menu ul li ul li {
  width: 140px;
  height: 50px;
  margin: 2px;
  float: left;
  text-align: center;
}

.hdader-bg .header-phone .navi-menu ul li ul li:hover {
  background: rgba(255, 255, 255, 0.15);
}

.hdader-bg .header-phone .navi-menu ul li ul li a {
  margin: 0px;
  color: #9f9f9f;
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
}

.footer-top-bg {
  width: 100%;
  height: 200px;
  background-color: #222;
  overflow: hidden;
  text-align: center;
}

.footer-top-bg .icon-container {
  width: initial;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  margin-top: 50px;
  display: inline-block;
}

.footer-top-bg .icon-container .line-v {
  position: relative;
  width: 1px;
  height: 45px;
  background: #726557;
  float: left;
  margin-top: 55px;
}

.footer-top-bg .icon-container li {
  width: 235px;
  height: 120px;
  float: left;
  text-align: center;
}

.footer-top-bg .icon-container li img {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  position: relative;
}

.footer-top-bg .icon-container li h6 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #E7D1B7;
  font-size: 18px;
}

.footer-top-bg .icon-container li p {
  font-size: 12px;
  color: #AE9C88;
}

@media screen and (max-width:768px) {
  .footer-top-bg .footer {
    width: 100%;
  }
  .footer-top-bg .footer .block01 .icon-container {
    width: 100%;
  }
  .footer-top-bg .footer .block01 .icon-container li {
    margin: 0 29px;
  }
}

.footer-top-bg-phone {
  width: 100%;
  height: initial;
  background: #222;
  padding: 45px 35px 0px;
}

.footer-top-bg-phone .block01 {
  width: 100%;
  height: initial;
  float: left;
}

.footer-top-bg-phone .block01 .icon-container li {
  width: 120px;
  height: 120px;
  float: left;
  margin: 0 18px 45px;
  text-align: center;
}

.footer-top-bg-phone .block01 .icon-container li img {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  position: relative;
}

.footer-top-bg-phone .block01 .icon-container li h6 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #E7D1B7;
  font-size: 18px;
}

.footer-top-bg-phone .block01 .icon-container li p {
  font-size: 12px;
  color: #AE9C88;
}

@media screen and (max-width:400px) {
  .footer-top-bg-phone {
    padding: 45px 25px 0px;
  }
  .footer-top-bg-phone .block01 .icon-container li {
    margin: 0 13px 25px;
  }
}

@media screen and (max-width:320px) {
  .footer-top-bg-phone {
    padding: 45px 25px 0px;
  }
  .footer-top-bg-phone .block01 .icon-container li {
    float: none;
    margin: 0 auto 25px;
  }
}

.footer-bg {
  background: #000;
  width: initial;
  height: 180px;
}

.footer-bg .footer {
  width: initial;
  height: 180px;
  margin-right: auto;
  margin-left: auto;
  width: 960px;
}

.footer-bg .footer .block02 {
  position: relative;
  width: initial;
  height: 130px;
}

.footer-bg .footer .block02 .list {
  width: 100px;
  height: 80px;
  position: relative;
  float: left;
  margin: 25px 0 25px 8%;
}

.footer-bg .footer .block02 .list .menu-list {
  font-size: 18px;
  color: #CDB993;
  margin-bottom: 10px;
  display: block;
}

.footer-bg .footer .block02 .list .menu-list-s {
  font-size: 13px;
  color: #bebebe;
  display: block;
  margin-bottom: 10px;
}

.footer-bg .footer .block02 .list .menu-list-s:hover {
  color: #BAB097;
}

.footer-bg .footer .block02 .social-container {
  position: relative;
  width: 105px;
  height: 60px;
}

.footer-bg .footer .block02 .social-container .icon-grp {
  position: relative;
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
  transition: all .2s ease-in-out;
  cursor: pointer;
}

.footer-bg .footer .block02 .social-container .wechat-qr {
  width: 200px;
  height: 219px;
  background: url("../images/footer/wechat-qrcode.png");
  position: absolute;
  top: -250px;
  left: -80px;
  opacity: 0;
  transition: all .2s ease-in-out;
  pointer-events: none;
  z-index: 89;
}

.footer-bg .footer .block02 .social-container .comingsoon {
  width: 170px;
  height: 50px;
  background: url("../images/footer/coming-soon-poup.png");
  position: absolute;
  top: -83px;
  left: -63px;
  opacity: 0;
  transition: all .2s ease-in-out;
  pointer-events: none;
  z-index: 89;
}

.footer-bg .footer .block02 .social-container .icon-01 {
  background: url("../images/footer/social-media-icon-01.png") center no-repeat;
}

.footer-bg .footer .block02 .social-container .icon-01:hover {
  transform: scale(1.5);
  background: url("../images/footer/social-media-icon-01-hover.png");
}

.footer-bg .footer .block02 .social-container .icon-02 {
  background: url("../images/footer/social-media-icon-02.png") center no-repeat;
}

.footer-bg .footer .block02 .social-container .icon-02:hover {
  transform: scale(1.5);
  background: url("../images/footer/social-media-icon-02-hover.png");
}

.footer-bg .footer .block02 .social-container .icon-03 {
  background: url("../images/footer/social-media-icon-03.png") center no-repeat;
}

.footer-bg .footer .block02 .social-container .icon-03:hover {
  transform: scale(1.5);
  background: url("../images/footer/social-media-icon-03-hover.png");
}

.footer-bg .footer .block02 .social-container .icon-04 {
  background: url("../images/footer/social-media-icon-04.png") center no-repeat;
}

.footer-bg .footer .block02 .social-container .icon-04:hover {
  transform: scale(1.5);
  background: url("../images/footer/social-media-icon-04-hover.png");
}

.footer-bg .footer .block02 .social-container .icon-05 {
  background: url("../images/footer/social-media-icon-05.png") center no-repeat;
}

.footer-bg .footer .block02 .social-container .icon-05:hover {
  transform: scale(1.5);
  background: url("../images/footer/social-media-icon-05-hover.png");
}

.footer-bg .footer .block02 .social-container .icon-06 {
  background: url("../images/footer/social-media-icon-06.png") center no-repeat;
}

.footer-bg .footer .block02 .social-container .icon-06:hover {
  transform: scale(1.5);
  background: url("../images/footer/social-media-icon-06-hover.png");
}

.footer-bg .footer .block03 {
  position: relative;
  width: initial;
  height: 30px;
}

.footer-bg .footer .block03 .copyright {
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  color: #9D9D9D;
}

.footer-bg .footer .block03 .liselect {
  position: absolute;
  top: 0;
  left: 80px;
  width: 120px;
  height: 30px;
  background: url("../images/footer/lang-arrow.png") no-repeat right;
  cursor: pointer;
}

.footer-bg .footer .block03 .liselect:hover ul {
  display: block;
}

.footer-bg .footer .block03 .liselect .lang {
  position: relative;
}

.footer-bg .footer .block03 .liselect .lang img {
  display: block;
  float: left;
  padding: 8px;
}

.footer-bg .footer .block03 .liselect .lang .font {
  font-size: 12px;
  line-height: 30px;
  color: #BEBEBE;
}

.footer-bg .footer .block03 .liselect ul {
  position: absolute;
  left: 0px;
  top: -90px;
  display: none;
}

.footer-bg .footer .block03 .liselect ul li {
  width: 120px;
  height: 30px;
  cursor: pointer;
}

.footer-bg .footer .block03 .liselect ul li img {
  display: block;
  float: left;
  padding: 8px;
}

.footer-bg .footer .block03 .liselect ul li .font {
  font-size: 12px;
  line-height: 30px;
  color: #BEBEBE;
}

.footer-bg .footer .block03 .liselect ul li .font:hover {
  color: #CDB993;
}

.footer-tablet-bg {
  background: #000;
  width: initial;
  height: 200px;
}

.footer-tablet-bg .footer {
  width: initial;
  height: 200px;
  margin-right: auto;
  margin-left: auto;
  width: 90%;
}

.footer-tablet-bg .footer .block02 {
  position: relative;
  width: initial;
  height: 170px;
}

.footer-tablet-bg .footer .block02 .list {
  width: 84px;
  height: 120px;
  position: relative;
  float: left;
  margin: 25px 5% 25px 5%;
}

.footer-tablet-bg .footer .block02 .list .menu-list {
  font-size: 18px;
  color: #CDB993;
  margin-bottom: 10px;
  display: block;
}

.footer-tablet-bg .footer .block02 .list .menu-list-s {
  font-size: 13px;
  color: #bebebe;
  display: block;
  margin-bottom: 10px;
}

.footer-tablet-bg .footer .block02 .list .menu-list-s:hover {
  color: #BAB097;
}

.footer-tablet-bg .footer .block02 .social-container {
  position: relative;
  width: 105px;
  height: 60px;
}

.footer-tablet-bg .footer .block02 .social-container .icon-grp {
  position: relative;
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
  transition: all .2s ease-in-out;
  cursor: pointer;
}

.footer-tablet-bg .footer .block02 .social-container .wechat-qr {
  width: 200px;
  height: 219px;
  background: url("../images/footer/wechat-qrcode.png");
  position: absolute;
  top: -250px;
  left: -80px;
  opacity: 0;
  transition: all .2s ease-in-out;
  pointer-events: none;
  z-index: 89;
}

.footer-tablet-bg .footer .block02 .social-container .comingsoon {
  width: 170px;
  height: 50px;
  background: url("../images/footer/coming-soon-poup.png");
  position: absolute;
  top: -83px;
  left: -63px;
  opacity: 0;
  transition: all .2s ease-in-out;
  pointer-events: none;
  z-index: 89;
}

.footer-tablet-bg .footer .block02 .social-container .icon-01 {
  background: url("../images/footer/social-media-icon-01.png") center no-repeat;
}

.footer-tablet-bg .footer .block02 .social-container .icon-01:hover {
  transform: scale(1.5);
  background: url("../images/footer/social-media-icon-01-hover.png");
}

.footer-tablet-bg .footer .block02 .social-container .icon-02 {
  background: url("../images/footer/social-media-icon-02.png") center no-repeat;
}

.footer-tablet-bg .footer .block02 .social-container .icon-02:hover {
  transform: scale(1.5);
  background: url("../images/footer/social-media-icon-02-hover.png");
}

.footer-tablet-bg .footer .block02 .social-container .icon-03 {
  background: url("../images/footer/social-media-icon-03.png") center no-repeat;
}

.footer-tablet-bg .footer .block02 .social-container .icon-03:hover {
  transform: scale(1.5);
  background: url("../images/footer/social-media-icon-03-hover.png");
}

.footer-tablet-bg .footer .block02 .social-container .icon-04 {
  background: url("../images/footer/social-media-icon-04.png") center no-repeat;
}

.footer-tablet-bg .footer .block02 .social-container .icon-04:hover {
  transform: scale(1.5);
  background: url("../images/footer/social-media-icon-04-hover.png");
}

.footer-tablet-bg .footer .block02 .social-container .icon-05 {
  background: url("../images/footer/social-media-icon-05.png") center no-repeat;
}

.footer-tablet-bg .footer .block02 .social-container .icon-05:hover {
  transform: scale(1.5);
  background: url("../images/footer/social-media-icon-05-hover.png");
}

.footer-tablet-bg .footer .block02 .social-container .icon-06 {
  background: url("../images/footer/social-media-icon-06.png") center no-repeat;
}

.footer-tablet-bg .footer .block02 .social-container .icon-06:hover {
  transform: scale(1.5);
  background: url("../images/footer/social-media-icon-06-hover.png");
}

.footer-tablet-bg .footer .block03 {
  position: relative;
  width: initial;
  height: 30px;
}

.footer-tablet-bg .footer .block03 .copyright {
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  color: #9D9D9D;
}

.footer-tablet-bg .footer .block03 .liselect {
  position: absolute;
  top: 0;
  left: 80px;
  width: 120px;
  height: 30px;
  background: url("../images/footer/lang-arrow.png") no-repeat right;
  cursor: pointer;
}

.footer-tablet-bg .footer .block03 .liselect:hover ul {
  display: block;
}

.footer-tablet-bg .footer .block03 .liselect .lang {
  position: relative;
}

.footer-tablet-bg .footer .block03 .liselect .lang img {
  display: block;
  float: left;
  padding: 8px;
}

.footer-tablet-bg .footer .block03 .liselect .lang .font {
  font-size: 12px;
  line-height: 30px;
  color: #BEBEBE;
}

.footer-tablet-bg .footer .block03 .liselect ul {
  position: absolute;
  left: 0px;
  top: -90px;
  display: none;
}

.footer-tablet-bg .footer .block03 .liselect ul li {
  width: 120px;
  height: 30px;
  cursor: pointer;
}

.footer-tablet-bg .footer .block03 .liselect ul li img {
  display: block;
  float: left;
  padding: 8px;
}

.footer-tablet-bg .footer .block03 .liselect ul li .font {
  font-size: 12px;
  line-height: 30px;
  color: #BEBEBE;
}

.footer-tablet-bg .footer .block03 .liselect ul li .font:hover {
  color: #CDB993;
}

@media screen and (max-width:950px) {
  .footer-tablet-bg .footer {
    width: 760px;
  }
  .footer-tablet-bg .footer .block02 .list {
    width: 84px;
    height: 120px;
    position: relative;
    float: left;
    margin: 25px 4% 25px 4%;
  }
}

.footer-phone-bg {
  width: 100%;
  height: initial;
  background: #000;
}

.footer-phone-bg .footer {
  width: 100%;
  height: initial;
  padding: 30px;
  float: left;
}

.footer-phone-bg .footer .block02 {
  width: 100%;
  height: initial;
}

.footer-phone-bg .footer .block02 .list {
  width: 100%;
  height: initial;
  text-align: center;
}

.footer-phone-bg .footer .block02 .list .menu-list {
  width: 100%;
  font-size: 18px;
  color: #CDB993;
  margin-bottom: 20px;
  display: block;
  display: inline-block;
  float: left;
}

.footer-phone-bg .footer .block02 .list .menu-list-s {
  height: 30px;
  font-size: 13px;
  color: #bebebe;
  display: block;
  display: inline-block;
  margin-right: 15px;
  line-height: 16px;
}

.footer-phone-bg .footer .block02 .list .menu-list-s:hover {
  color: #BAB097;
}

.footer-phone-bg .footer .block02 .social-container {
  clear: both;
  position: relative;
  width: 100%;
  height: initial;
  margin: 0px auto 0 auto;
}

.footer-phone-bg .footer .block02 .social-container .icon-grp {
  position: relative;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 10px 12px 20px 12px;
  transition: all .2s ease-in-out;
  cursor: pointer;
}

.footer-phone-bg .footer .block02 .social-container .wechat-qr {
  width: 200px;
  height: 219px;
  background: url("../images/footer/wechat-qrcode.png");
  position: absolute;
  top: -250px;
  left: -80px;
  opacity: 0;
  transition: all .2s ease-in-out;
  pointer-events: none;
  z-index: 89;
}

.footer-phone-bg .footer .block02 .social-container .comingsoon {
  width: 170px;
  height: 50px;
  background: url("../images/footer/coming-soon-poup.png");
  position: absolute;
  top: -83px;
  left: -63px;
  opacity: 0;
  transition: all .2s ease-in-out;
  pointer-events: none;
  z-index: 89;
}

.footer-phone-bg .footer .block02 .social-container .icon-01 {
  background: url("../images/footer/social-media-icon-01.png") center no-repeat;
}

.footer-phone-bg .footer .block02 .social-container .icon-01:hover {
  transform: scale(1.5);
  background: url("../images/footer/social-media-icon-01-hover.png");
}

.footer-phone-bg .footer .block02 .social-container .icon-02 {
  background: url("../images/footer/social-media-icon-02.png") center no-repeat;
}

.footer-phone-bg .footer .block02 .social-container .icon-02:hover {
  transform: scale(1.5);
  background: url("../images/footer/social-media-icon-02-hover.png");
}

.footer-phone-bg .footer .block02 .social-container .icon-03 {
  background: url("../images/footer/social-media-icon-03.png") center no-repeat;
}

.footer-phone-bg .footer .block02 .social-container .icon-03:hover {
  transform: scale(1.5);
  background: url("../images/footer/social-media-icon-03-hover.png");
}

.footer-phone-bg .footer .block02 .social-container .icon-04 {
  background: url("../images/footer/social-media-icon-04.png") center no-repeat;
}

.footer-phone-bg .footer .block02 .social-container .icon-04:hover {
  transform: scale(1.5);
  background: url("../images/footer/social-media-icon-04-hover.png");
}

.footer-phone-bg .footer .block02 .social-container .icon-05 {
  background: url("../images/footer/social-media-icon-05.png") center no-repeat;
}

.footer-phone-bg .footer .block02 .social-container .icon-05:hover {
  transform: scale(1.5);
  background: url("../images/footer/social-media-icon-05-hover.png");
}

.footer-phone-bg .footer .block02 .social-container .icon-06 {
  background: url("../images/footer/social-media-icon-06.png") center no-repeat;
}

.footer-phone-bg .footer .block02 .social-container .icon-06:hover {
  transform: scale(1.5);
  background: url("../images/footer/social-media-icon-06-hover.png");
}

.footer-phone-bg .footer .block03 {
  width: 100%;
  height: initial;
  float: left;
  border-top: 1px solid #9D9D9D;
  padding-top: 10px;
}

.footer-phone-bg .footer .block03 .copyright {
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  color: #9D9D9D;
}

.slide-bg {
  padding-top: 60px;
  background-color: #000;
}

.slide-bg .carousel-img {
  width: 100%;
  height: 420px;
  min-height: 200px;
}

.slide-bg .slide_img01 {
  background: url("../images/slide/lb-1.jpg") center center;
}

.slide-bg .slide_img02 {
  background: url("../images/slide/lb-2.jpg") center center;
}

.slide-bg .slide_img03 {
  background: url("../images/slide/lb-3.jpg") center center;
}

@media screen and (max-width:768px) {
  .slide-bg .carousel-img {
    height: 200px!important;
    min-height: 200px;
  }
  .slide-bg .slide_img01 {
    background: url("../images/slide_tablet/一條龍-包網建站-api-apgames.png") center center;
    background-size: cover;
  }
  .slide-bg .slide_img02 {
    background: url("../images/slide_tablet/一條龍-模版佈局-api-apgames.png") center center;
    background-size: cover;
  }
  .slide-bg .slide_img03 {
    background: url("../images/slide_tablet/一條龍-包網設計-api-apgames.png") center center;
    background-size: cover;
  }
}

@media screen and (max-width:414px) {
  .slide-bg .carousel-img {
    height: 155px!important;
    min-height: 155px;
  }
  .slide-bg .slide_img01 {
    background: url("../images/slide_tablet/一條龍-包網建站-api-apgames.png") center center;
    background-size: cover;
  }
  .slide-bg .slide_img02 {
    background: url("../images/slide_tablet/一條龍-模版佈局-api-apgames.png") center center;
    background-size: cover;
  }
  .slide-bg .slide_img03 {
    background: url("../images/slide_tablet/一條龍-包網設計-api-apgames.png") center center;
    background-size: cover;
  }
}

body {
  overflow-x: hidden;
}

#loading {
  width: 100%;
  height: 100%;
  position: fixed;
  background: #101010;
  z-index: 900;
  transition: all 1s ease-in-out;
  pointer-events: none;
}

#loading ㄈˇ img {
  margin: 0 auto;
  margin-top: 300px;
  vertical-align: middle;
}

.index-block-03-gif {
  position: absolute;
  height: 600px;
}

.index .index-block-01 {
  position: relative;
  width: 100%;
  height: 650px;
  padding: 30px 0;
  background: #bac0c3;
}

.index .index-block-01 .title {
  width: 561px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: 25px;
  text-align: center;
  cursor: default;
  z-index: 5;
  font-size: 36px;
  font-family: "Microsoft YaHei", 微软雅黑, Arial, sans-serif;
}

.index .index-block-01 .more-button {
  width: 160px;
  height: 40px;
  border-radius: 20px;
  text-align: center;
  font-size: 24px;
  line-height: 40px;
  color: #636363;
  overflow: hidden;
  position: relative;
  z-index: 10;
  margin-right: auto;
  margin-left: auto;
  margin-top: 40px;
}

.index .index-block-01 .more-button .btn-border {
  width: 160px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  background: url("../images/global/btn-b.png");
  transition: all .2s ease-in-out;
}

.index .index-block-01 .more-button .btn-bg {
  transition: all .2s ease-in-out;
  transform: translateY(5px);
  position: relative;
  left: 0;
  z-index: 2;
}

.index .index-block-01 .more-button span {
  position: relative;
  z-index: 5;
}

.index .index-block-01 .more-button:hover {
  color: #ffffff;
}

.index .index-block-01 .more-button:hover .btn-border {
  background: url("../images/global/btn-hover.png");
}

.index .index-block-01 .block-01-main {
  margin-right: auto;
  margin-left: auto;
  width: 680px;
  height: initial;
  position: relative;
  margin: 0 auto;
  margin-top: 40px;
}

.index .index-block-01 .block-01-main .block-01-main-bg {
  position: absolute;
  left: -90px;
  top: -10px;
  width: 855px;
  height: 409px;
  background: url("../images/index/ty-bg.gif") center top;
  background-size: cover;
}

.index .index-block-01 .block-01-main .block-01-main-title-bg {
  position: relative;
}

.index .index-block-01 .block-01-main .block-01-main-title {
  text-align: center;
  position: relative;
  height: 90px;
  width: 140px;
}

.index .index-block-01 .block-01-main .block-01-main-title .t1 {
  height: 40px;
  font-size: 20px;
  color: #000;
  line-height: 40px;
}

.index .index-block-01 .block-01-main .block-01-main-title .t2 {
  font-size: 12px;
  color: #000;
  line-height: 20px;
}

.index .index-block-01 .block-01-main .r1-1 {
  float: left;
  margin-left: 100px;
  margin-bottom: 120px;
}

.index .index-block-01 .block-01-main .r1-2 {
  float: right;
  margin-right: 125px;
  top: 20px;
}

.index .index-block-01 .block-01-main .r2-1 {
  float: left;
  clear: both;
  margin-left: 5px;
  top: 27px;
}

.index .index-block-01 .block-01-main .r2-2 {
  float: right;
  margin-right: -13px;
  top: 27px;
}

.index .index-block-01 .block-01-main .r3-1 {
  float: left;
  clear: both;
  margin-left: 32px;
  top: 98px;
}

.index .index-block-01 .block-01-main .r3-2 {
  float: right;
  margin-right: 45px;
  top: 98px;
}

.index .index-block-02 {
  position: relative;
  width: 100%;
  height: 640px;
  padding: 20px 0;
  background: #000;
}

.index .index-block-02 .index-block-02-main-bg {
  width: 100%;
  height: 100%;
  background: url("../images/index/block02-image1.png") no-repeat center;
  position: absolute;
  top: 0;
}

.index .index-block-02 .block-02-main-bg2 {
  width: 100%;
  height: 100%;
  background: url("../images/index/block02-arrow.png") no-repeat center;
  position: absolute;
  top: 0;
  z-index: 0;
}

.index .index-block-02 .title-top {
  width: 561px;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
  cursor: default;
  z-index: 5;
  color: #fff;
  font-size: 36px;
  font-family: "Microsoft YaHei", 微软雅黑, Arial, sans-serif;
}

.index .index-block-02 .block-02-main {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  width: 1140px;
  height: initial;
  float: left;
  margin-left: 30px;
}

.index .index-block-02 .block-02-main .main-list {
  position: relative;
  float: left;
}

.index .index-block-02 .block-02-main .main-list .main-list-li {
  margin-bottom: 15px;
  padding-left: 100px;
}

.index .index-block-02 .block-02-main .main-list .main-list-li .content {
  position: relative;
  width: initial;
  height: initial;
}

.index .index-block-02 .block-02-main .main-list .main-list-li .content .title {
  text-align: left;
  width: 300px;
  height: 30px;
  font-size: 20px;
  color: #CDB993;
  line-height: 30px;
  border-bottom: 1px solid rgba(225, 225, 226, 0.6);
  margin-bottom: 10px;
}

.index .index-block-02 .block-02-main .main-list .main-list-li .content .font {
  font-size: 17px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 23px;
}

.index .index-block-02 .block-02-main .main-list .libg01 {
  background: url("../images/index/block02-icon02.gif") no-repeat 10px;
  background-size: 17%;
  margin-left: 160px;
}

.index .index-block-02 .block-02-main .main-list .libg02 {
  background: url("../images/index/block02-icon04.gif") no-repeat 10px;
  margin-left: 80px;
  background-size: 14%;
}

.index .index-block-02 .block-02-main .main-list .libg03 {
  background: url("../images/index/block02-icon01.gif") no-repeat 10px;
  background-size: 12.4%;
}

.index .index-block-02 .block-02-main .main-list .libg04 {
  background: url("../images/index/block02-icon05.gif") no-repeat 10px;
  margin-left: 80px;
  background-size: 14%;
}

.index .index-block-02 .block-02-main .main-list .libg05 {
  background: url("../images/index/block02-icon05.gif") no-repeat 10px;
  background-size: 17%;
  margin-left: 160px;
}

.index .index-block-02 .more-button {
  width: 160px;
  height: 40px;
  border-radius: 20px;
  text-align: center;
  font-size: 24px;
  line-height: 40px;
  color: #ffffff;
  overflow: hidden;
  position: relative;
  z-index: 10;
  position: absolute;
  bottom: 18px;
  right: calc(50% - 55px);
  bottom: -30px;
}

.index .index-block-02 .more-button .btn-border {
  width: 160px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  background: url("../images/global/btn-w.png");
  transition: all .2s ease-in-out;
}

.index .index-block-02 .more-button .btn-bg {
  transition: all .2s ease-in-out;
  transform: translateY(5px);
  position: relative;
  left: 0;
  z-index: 2;
}

.index .index-block-02 .more-button span {
  position: relative;
  z-index: 5;
}

.index .index-block-02 .more-button:hover {
  color: #ffffff;
}

.index .index-block-02 .more-button:hover .btn-border {
  background: url("../images/global/btn-hover.png");
}

.index .index-block-03 {
  width: 100%;
  height: 600px;
  background: url(../images/index/block03-bg-p.png);
  background-size: cover;
}

.index .index-block-03 .title {
  width: 561px;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: 40px;
  text-align: center;
  cursor: default;
  z-index: 5;
  font-size: 36px;
  font-family: "Microsoft YaHei", 微软雅黑, Arial, sans-serif;
}

.t-title-text {
  height: 42px;
  font-size: 15px;
  font-weight: 600;
  line-height: 26px;
  color: #000;
  z-index: 6;
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.index .index-block-03 .more-button {
  width: 160px;
  height: 40px;
  border-radius: 20px;
  text-align: center;
  font-size: 24px;
  line-height: 40px;
  color: #636363;
  overflow: hidden;
  position: relative;
  z-index: 10;
  margin-right: auto;
  margin-left: auto;
  margin-top: -20px;
}

.index .index-block-03 .more-button .btn-border {
  width: 160px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  background: url("../images/global/btn-b.png");
  transition: all .2s ease-in-out;
}

.index .index-block-03 .more-button .btn-bg {
  transition: all .2s ease-in-out;
  transform: translateY(5px);
  position: relative;
  left: 0;
  z-index: 2;
}

.index .index-block-03 .more-button span {
  position: relative;
  z-index: 5;
}

.index .index-block-03 .more-button:hover {
  color: #ffffff;
}

.index .index-block-03 .more-button:hover .btn-border {
  background: url("../images/global/btn-hover.png");
}

.more-text-nb {
  width: 100%!important;
  color: #636363!important;
}

.index .index-block-03 .block-03-main {
  position: relative;
  width: 20%;
  height: 280px;
  float: left;
  background: url("../images/index/block03-img.png") no-repeat;
  background-position: top center;
  margin-top: 30px;
}

.index .index-block-03 .block-03-main.mzqb {
  background: url("../images/index/block04-img.png") no-repeat;
  background-position: top center;
}

.index .index-block-03 .block-03-main.mccty {
  background: url("../images/index/block09-img.png") no-repeat;
  background-position: top center;
}

.index .index-block-03 .block-03-main.zhhdxt {
  background: url("../images/index/block08-img.png") no-repeat;
  background-position: top center;
}

.index .index-block-03 .block-03-main.mtjwh {
  background: url("../images/index/block07-img.png") no-repeat;
  background-position: top center;
}

.index .index-block-03 .block-03-main .font {
  margin-top: 120px;
  float: right;
  padding: 30px 15px;
  width: 100%;
}

.index .index-block-03 .block-03-main .font .f1 {
  font-size: 20px;
  color: #000;
  line-height: 28px;
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
}

.index .index-block-03 .block-03-main .font .f2 {
  font-size: 18px;
  color: #000;
  text-align: center;
  line-height: 32px;
}

.index .index-block-04 {
  width: 100%;
  height: 620px;
  padding: 30px 0 0 0;
  background: url(../images/index/block04-bg-w1.png);
  background-size: cover;
}

.index .index-block-04 .title, .index-block-01 .title, .index-block-02 .title-top, .lottery_phone .lottery-block-05 .title-top, .lottery_tablet .lottery-block-05 .title-top {
  width: 561px;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-top: 25px;
  text-align: center;
  cursor: default;
  z-index: 5;
  font-size: 36px;
  font-family: "Microsoft YaHei", 微软雅黑, Arial, sans-serif;
}

.index-block-02 .title-top {
  color: #fff;
}

.index .index-block-04.bg-t {
  background: url(../images/index/block04-bg-w.png);
}

.index .index-block-04.tab-4 {
  height: 570px;
}

.index .index-block-04.tab-4 .block-04-main {
  height: 310px;
}

.index .index-block-04 .more-button {
  width: 160px;
  height: 40px;
  border-radius: 20px;
  text-align: center;
  font-size: 24px;
  line-height: 40px;
  color: #000;
  overflow: hidden;
  position: relative;
  z-index: 10;
  margin-right: auto;
  margin-left: auto;
  clear: both;
}

.index .index-block-04 .more-button .btn-border {
  width: 160px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  background: url("../images/global/btn-b.png");
  transition: all .2s ease-in-out;
}

.index .index-block-04 .more-button .btn-bg {
  transition: all .2s ease-in-out;
  transform: translateY(5px);
  position: relative;
  left: 0;
  z-index: 2;
}

.index .index-block-04 .more-button span {
  position: relative;
  z-index: 5;
}

.index .index-block-04 .more-button:hover {
  color: #ffffff;
}

.index .index-block-04 .more-button:hover .btn-border {
  background: url("../images/global/btn-hover.png");
}

.index .index-block-04 .block-04-main {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  width: 960px;
  height: 400px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.index .index-block-04.tab-4 .block-04-main {
  width: 100%;
}

.index .index-block-04 .block-04-main .block {
  position: relative;
  float: left;
  width: 280px;
  height: 320px;
  margin: 0 20px;
  overflow: hidden;
}

.index .index-block-04.tab-4 .block-04-main .block {
  width: calc(25% - 20px);
  margin: 0 10px;
}

.index .index-block-04.tab-4 .block-04-main .block {
  height: 270px;
}

.index .index-block-04.tab-4 .block-04-main .block .list-font {
  padding: 85px 20px 0 20px;
  font-size: 16px;
  background: rgba(20, 20, 20, 0.7);
  top: 0;
  height: 269px;
  line-height: 24px;
}

.index .index-block-04.tab-4 .block-04-main .block .list-font .tab-4-title {
  display: block;
  font-size: 28px;
  margin-bottom: 20px;
  color: #cbb68f;
  border-bottom: 1px solid #cbb68f;
  padding-bottom: 25px;
}

.index .index-block-04 .block-04-main .block .list-img {
  width: 100%;
  height: 320px;
}

.index .index-block-04 .block-04-main .block .list-font {
  width: 100%;
  height: 130px;
  background: rgba(20, 20, 20, 0.9);
  color: #ffffff;
  padding: 35px 30px 0 30px;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  position: absolute;
  bottom: 0;
}

.index .index-block-04 .block-04-main .block01 {
  position: relative;
  z-index: 9;
}

@-webkit-keyframes slideInRightIndexq {
  from {
    -webkit-transform: translateX(130px);
    transform: translateX(130px);
    visibility: visible;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInRightIndexq {
  from {
    -webkit-transform: translateX(130px);
    transform: translateX(130px);
    visibility: visible;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInRightIndexq {
  -webkit-animation-name: slideInRightIndexq;
  animation-name: slideInRightIndexq;
  animation-delay: .2s;
}

@-webkit-keyframes slideInRightIndexf {
  from {
    -webkit-transform: translateX(380px);
    transform: translateX(380px);
    visibility: visible;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInRightIndexf {
  from {
    -webkit-transform: translateX(380px);
    transform: translateX(380px);
    visibility: visible;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInRightIndexf {
  -webkit-animation-name: slideInRightIndexf;
  animation-name: slideInRightIndexf;
  animation-delay: .2s;
}

@-webkit-keyframes slideInRightIndexs {
  from {
    -webkit-transform: translate3d(760px, 0, 0);
    transform: translate3d(760px, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRightIndexs {
  from {
    -webkit-transform: translate3d(760px, 0, 0);
    transform: translate3d(760px, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRightIndexs {
  -webkit-animation-name: slideInRightIndexs;
  animation-name: slideInRightIndexs;
  animation-delay: .2s;
}

.rwd_tablet .index-block-01 {
  width: 100%;
  height: 740px;
  background: url("../images/index_tablet/block01-bg.png") center;
}

.rwd_tablet .index-block-01 .title_tablet {
  width: 100%;
  height: 150px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/index_tablet/block01-tilte.png");
}

.rwd_tablet .index-block-01 .block-01-main {
  width: 768px;
  height: 590px;
  background: url("../images/index_tablet/娛樂城搭建-api線路接入-apgames.png") no-repeat center;
}

.rwd_tablet .index-block-01 .button {
  width: 140px;
  height: 40px;
  margin-right: auto;
  margin-left: auto;
  background: url("../images/global_tablet/btn01-normal.png");
  font-size: 24px;
  color: #000;
  line-height: 40px;
  text-align: center;
  margin-top: -80px;
}

.rwd_tablet .index-block-02 {
  width: 100%;
  height: 1130px;
  background: url("../images/index_tablet/block02-bg.png") center;
}

.rwd_tablet .index-block-02 .title_tablet {
  width: 100%;
  height: 150px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/index_tablet/block02-title.png");
}

.rwd_tablet .index-block-02 .block-02-main {
  width: 768px;
  height: 980px;
  background: url("../images/index_tablet/block02-img.png") no-repeat center;
}

.rwd_tablet .index-block-02 .button {
  width: 140px;
  height: 40px;
  margin-right: auto;
  margin-left: auto;
  background: url("../images/global_tablet/btn02-normal.png");
  font-size: 24px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  margin-top: -80px;
}

.rwd_tablet .index-block-03 {
  width: 100%;
  height: 900px;
  background: url("../images/index_tablet/block03-bg.png") center;
}

.rwd_tablet .index-block-03 .title_tablet {
  width: 100%;
  height: 150px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/index_tablet/block03-title.png");
}

.rwd_tablet .index-block-03 .button {
  width: 140px;
  height: 40px;
  margin-right: auto;
  margin-left: auto;
  background: url("../images/global_tablet/btn01-normal.png");
  font-size: 24px;
  color: #000;
  line-height: 40px;
  text-align: center;
  margin-top: 60px;
}

.rwd_tablet .index-block-03 .block-03-main {
  width: 373px;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 510px;
  text-align: center;
}

.rwd_tablet .index-block-03 .block-03-main .f1 {
  font-size: 20px;
  line-height: 28px;
  color: #000;
  margin-bottom: 10px;
  font-weight: bold;
}

.rwd_tablet .index-block-03 .block-03-main .f2 {
  font-size: 16px;
  color: #000;
  line-height: 20px;
}

.rwd_tablet .index-block-04 {
  width: 100%;
  height: 750px;
  background: url("../images/index_tablet/block04-bg.png") center;
}

.rwd_tablet .index-block-04 .title_tablet {
  width: 100%;
  height: 150px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/index_tablet/block04-title.png");
}

.rwd_tablet .index-block-04 .block-04-main {
  position: relative;
  margin-top: 40px;
  width: 100%;
  overflow: hidden;
}

.rwd_tablet .index-block-04 .block-04-main .block_bg {
  position: absolute;
  width: 1140px;
  transform: translateX(-190px);
  transition: all .2s ease-in-out;
}

.rwd_tablet .index-block-04 .block-04-main .block {
  float: left;
  margin: 0 50px;
}

.rwd_tablet .index-block-04 .button {
  width: 140px;
  height: 40px;
  margin-right: auto;
  margin-left: auto;
  background: url("../images/global_tablet/btn02-normal.png");
  font-size: 24px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  margin-top: 35px;
}

.rwd_tablet .index-block-03-main .carousel-comp .carousel-container {
  width: 3450px;
  height: 719px;
  transform: translateX(-1340px);
}

.rwd_tablet .index-block-03-main .carousel-comp .carousel-container .caro-li {
  width: 660px;
  height: 719px;
  margin-right: 15px;
  margin-left: 15px;
}

.rwd_tablet .index-block-03-main .carousel-comp .carousel-container .caro-li-01 {
  background-image: url("../images/index_tablet/block03-img01.png");
}

.rwd_tablet .index-block-03-main .carousel-comp .carousel-container .caro-li-02 {
  background-image: url("../images/index_tablet/block03-img02.png");
}

.rwd_tablet .index-block-03-main .carousel-comp .carousel-container .caro-li-03 {
  background-image: url("../images/index_tablet/block03-img03.png");
}

.rwd_tablet .index-block-03-main .carousel-comp .carousel-container .caro-li-04 {
  background-image: url("../images/index_tablet/block03-img04.png");
}

.rwd_tablet .index-block-03-main .carousel-comp .carousel-container .caro-li-05 {
  background-image: url("../images/index_tablet/block03-img05.png");
}

.rwd_tablet .index-block-03-main .carousel-comp .carousel-container .caro-li-06, .rwd_tablet .index-block-03-main .carousel-comp .carousel-container .caro-li-07, .rwd_tablet .index-block-03-main .carousel-comp .carousel-container .caro-li-08, .rwd_tablet .index-block-03-main .carousel-comp .carousel-container .caro-li-09 {
  display: none;
}

.rwd_tablet .index-block-03-main .carousel-comp .carousel-dots {
  width: 300px;
  height: 5px;
  margin-left: auto;
  margin-right: auto;
}

.rwd_tablet .index-block-03-main .carousel-comp .carousel-dots .caro-dot-06, .rwd_tablet .index-block-03-main .carousel-comp .carousel-dots .caro-dot-07, .rwd_tablet .index-block-03-main .carousel-comp .carousel-dots .caro-dot-08, .rwd_tablet .index-block-03-main .carousel-comp .carousel-dots .caro-dot-09 {
  display: none;
}

.rwd_tablet .index-block-04-main .carousel-comp .carousel-container {
  width: 1080px;
  height: 400px;
  transform: translateX(-150px);
}

.rwd_tablet .index-block-04-main .carousel-comp .carousel-container .caro-li {
  width: 280px;
  height: 400px;
  margin-right: 40px;
  margin-left: 40px;
}

.rwd_tablet .index-block-04-main .carousel-comp .carousel-container .caro-li-01 {
  background-image: url("../images/index_tablet/包網建站-平台營銷-apgames.png");
}

.rwd_tablet .index-block-04-main .carousel-comp .carousel-container .caro-li-02 {
  background-image: url("../images/index_tablet/包網建站-平台策略-apgames.png");
}

.rwd_tablet .index-block-04-main .carousel-comp .carousel-container .caro-li-03 {
  background-image: url("../images/index_tablet/包網建站-網站特效-apgames.png");
}

.rwd_tablet .index-block-04-main .carousel-comp .carousel-container .caro-li-04, .rwd_tablet .index-block-04-main .carousel-comp .carousel-container .caro-li-05, .rwd_tablet .index-block-04-main .carousel-comp .carousel-container .caro-li-06, .rwd_tablet .index-block-04-main .carousel-comp .carousel-container .caro-li-07, .rwd_tablet .index-block-04-main .carousel-comp .carousel-container .caro-li-08, .rwd_tablet .index-block-04-main .carousel-comp .carousel-container .caro-li-09 {
  display: none;
}

.rwd_tablet .index-block-04-main .carousel-comp .carousel-dots {
  width: 180px;
  height: 5px;
  margin-left: auto;
  margin-right: auto;
}

.rwd_tablet .index-block-04-main .carousel-comp .carousel-dots .caro-dot-04, .rwd_tablet .index-block-04-main .carousel-comp .carousel-dots .caro-dot-05, .rwd_tablet .index-block-04-main .carousel-comp .carousel-dots .caro-dot-06, .rwd_tablet .index-block-04-main .carousel-comp .carousel-dots .caro-dot-07, .rwd_tablet .index-block-04-main .carousel-comp .carousel-dots .caro-dot-08, .rwd_tablet .index-block-04-main .carousel-comp .carousel-dots .caro-dot-09 {
  display: none;
}

@media (min-width:769px) and (max-width:1024px) {
  .container_tablet {
    width: 100%;
  }
  .index_tablet .index-block-01 .block-01-main {
    margin-right: auto;
    margin-left: auto;
  }
  .index_tablet .index-block-02, .index_tablet .index-block-03, .index_tablet .index-block-04 {
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.index_phone .index-block-01 {
  width: 100%;
  height: initial;
  background-image: url("../images/index_phone/block01-bg-mobile.png");
  -moz-background-size: 100%;
  -webkit-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  padding-bottom: 35px;
}

.index_phone .index-block-01 .title_phone {
  width: 100%;
  height: initial;
  margin-bottom: 20px;
}

.index_phone .index-block-01 .block-01-main {
  width: 100%;
  height: initial;
}

.index_phone .mini-btn .button {
  width: 100px;
  height: 25px;
  margin-right: auto;
  margin-left: auto;
  background: url("../images/global_phone/btn01-normal-mobile.png");
  font-size: 16px;
  color: #000;
  line-height: 25px;
  text-align: center;
  background-size: cover;
}

.index_phone .index-block-02 {
  width: 100%;
  height: initial;
  background: #000;
  -moz-background-size: 100%;
  -webkit-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  padding-bottom: 35px;
}

.index_phone .index-block-02 .title_phone {
  width: 100%;
  height: initial;
  margin-bottom: 30px;
}

.index_phone .index-block-02 .block-02-main {
  width: 100%;
  height: initial;
  margin-bottom: 35px;
}

.index_phone .index-block-02 .button {
  margin-top: 30px;
  width: 100px;
  height: 25px;
  margin-right: auto;
  margin-left: auto;
  background: url("../images/global_phone/btn02-normal-mobile.png");
  font-size: 16px;
  color: #fff;
  line-height: 25px;
  text-align: center;
  background-size: cover;
}

.index_phone .index-block-03 {
  width: 100%;
  height: initial;
  background-image: url("../images/index_phone/block03-bg.png");
  -moz-background-size: 100%;
  -webkit-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  padding-bottom: 35px;
}

.index_phone .index-block-03 .title_phone {
  width: 100%;
  height: initial;
}

.index_phone .index-block-03 .block-03-main {
  width: 100%;
  height: initial;
}

.index_phone .index-block-03 .button {
  width: 100px;
  height: 25px;
  margin-right: auto;
  margin-left: auto;
  background: url("../images/global_phone/btn01-normal-mobile.png");
  font-size: 16px;
  color: #000;
  line-height: 25px;
  text-align: center;
  background-size: cover;
}

.index_phone .index-block-04 {
  width: 100%;
  height: initial;
  background-image: url("../images/index_phone/block04-bg-mobile.png");
  -moz-background-size: 100%;
  -webkit-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  padding-bottom: 35px;
}

.index_phone .index-block-04 .title_phone {
  width: 100%;
  height: initial;
  margin-bottom: 50px;
}

.index_phone .index-block-04 .block-04-main {
  width: 100%;
  height: initial;
  margin-bottom: 70px;
}

.index_phone .index-block-04 .button {
  margin-top: 40px;
  width: 100px;
  height: 25px;
  margin-right: auto;
  margin-left: auto;
  background: url("../images/global_phone/btn01-normal-mobile.png");
  font-size: 16px;
  color: #000;
  line-height: 25px;
  text-align: center;
  background-size: cover;
}

.index_phone .index-block-02 .carousel-comp .carousel-container .caro-li {
  width: 300px;
  height: 272px;
  margin-right: 57px;
  margin-left: 57px;
}

.index_phone .index-block-02 .carousel-comp .carousel-container .caro-li-01 {
  background-image: url("../images/index_phone/block02-content01-mobile.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center 100px;
}

.index_phone .index-block-02 .carousel-comp .carousel-container .caro-li-01 .icon-01 {
  width: 90px;
  height: 90px;
  margin-right: auto;
  margin-left: auto;
  background-image: url("../images/index_phone/block02-icon02.gif");
  background-size: cover;
}

.index_phone .index-block-02 .carousel-comp .carousel-container .caro-li-02 {
  background-image: url("../images/index_phone/block02-content02-mobile.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center 100px;
}

.index_phone .index-block-02 .carousel-comp .carousel-container .caro-li-02 .icon-02 {
  width: 90px;
  height: 90px;
  margin-right: auto;
  margin-left: auto;
  background-image: url("../images/index_phone/block02-icon04.gif");
  background-size: cover;
}

.index_phone .index-block-02 .carousel-comp .carousel-container .caro-li-03 {
  background-image: url("../images/index_phone/block02-content03-mobile.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center 100px;
}

.index_phone .index-block-02 .carousel-comp .carousel-container .caro-li-03 .icon-03 {
  width: 90px;
  height: 90px;
  margin-right: auto;
  margin-left: auto;
  background-image: url("../images/index_phone/block02-icon01.gif");
  background-size: cover;
}

.index_phone .index-block-02 .carousel-comp .carousel-container .caro-li-04 {
  background-image: url("../images/index_phone/block02-content04-mobile.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center 100px;
}

.index_phone .index-block-02 .carousel-comp .carousel-container .caro-li-04 .icon-04 {
  width: 90px;
  height: 90px;
  margin-right: auto;
  margin-left: auto;
  background-image: url("../images/index_phone/block02-icon05.gif");
  background-size: cover;
}

.index_phone .index-block-02 .carousel-comp .carousel-container .caro-li-05 {
  background-image: url("../images/index_phone/block02-content05-mobile.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center 100px;
}

.index_phone .index-block-02 .carousel-comp .carousel-container .caro-li-05 .icon-05 {
  width: 90px;
  height: 90px;
  margin-right: auto;
  margin-left: auto;
  background-image: url("../images/index_phone/block02-icon05.gif");
  background-size: cover;
}

.index_phone .index-block-02 .carousel-comp .carousel-container .caro-li-06, .index_phone .index-block-02 .carousel-comp .carousel-container .caro-li-07, .index_phone .index-block-02 .carousel-comp .carousel-container .caro-li-08, .index_phone .index-block-02 .carousel-comp .carousel-container .caro-li-09 {
  display: none;
}

.index_phone .index-block-02 .carousel-comp .carousel-dots {
  width: 300px;
  height: 5px;
  margin-left: auto;
  margin-right: auto;
}

.index_phone .index-block-02 .carousel-comp .carousel-dots .caro-dot-06, .index_phone .index-block-02 .carousel-comp .carousel-dots .caro-dot-07, .index_phone .index-block-02 .carousel-comp .carousel-dots .caro-dot-08, .index_phone .index-block-02 .carousel-comp .carousel-dots .caro-dot-09 {
  display: none;
}

.index_phone .index-block-03 .carousel-comp .carousel-container .caro-li {
  width: 329px;
  height: 260px;
  margin-right: 15px;
  margin-left: 15px;
}

.index_phone .index-block-03 .carousel-comp .carousel-container .caro-li-01 {
  background-size: cover;
  background-image: url("../images/index_phone/block03-img01-mobile.png");
}

.index_phone .index-block-03 .carousel-comp .carousel-container .caro-li-02 {
  background-size: cover;
  background-image: url("../images/index_phone/block03-img02-mobile.png");
}

.index_phone .index-block-03 .carousel-comp .carousel-container .caro-li-03 {
  background-size: cover;
  background-image: url("../images/index_phone/block03-img03-mobile.png");
}

.index_phone .index-block-03 .carousel-comp .carousel-container .caro-li-04 {
  background-size: cover;
  background-image: url("../images/index_phone/block03-img04-mobile.png");
}

.index_phone .index-block-03 .carousel-comp .carousel-container .caro-li-05 {
  background-size: cover;
  background-image: url("../images/index_phone/block03-img05-mobile.png");
}

.index_phone .index-block-03 .carousel-comp .carousel-container .caro-li-06, .index_phone .index-block-03 .carousel-comp .carousel-container .caro-li-07, .index_phone .index-block-03 .carousel-comp .carousel-container .caro-li-08, .index_phone .index-block-03 .carousel-comp .carousel-container .caro-li-09 {
  display: none;
}

.index_phone .index-block-03 .carousel-comp .carousel-dots {
  width: 300px;
  height: 5px;
  margin-left: auto;
  margin-right: auto;
}

.index_phone .index-block-03 .carousel-comp .carousel-dots .caro-dot-06, .index_phone .index-block-03 .carousel-comp .carousel-dots .caro-dot-07, .index_phone .index-block-03 .carousel-comp .carousel-dots .caro-dot-08, .index_phone .index-block-03 .carousel-comp .carousel-dots .caro-dot-09 {
  display: none;
}

.index_phone .index-block-04 .carousel-comp .carousel-container {
  width: 998px;
  height: 440px;
  transform: translateX(-285px);
}

.index_phone .index-block-04 .carousel-comp .carousel-container .caro-li {
  width: 308px;
  height: 440px;
  margin-right: 12px;
  margin-left: 12px;
}

.index_phone .index-block-04 .carousel-comp .carousel-container .caro-li-01 {
  background-size: cover;
  background-image: url("../images/index_phone/包網建站-平台營銷-apgames.png");
}

.index_phone .index-block-04 .carousel-comp .carousel-container .caro-li-02 {
  background-size: cover;
  background-image: url("../images/index_phone/包網建站-平台策略-apgames.png");
}

.index_phone .index-block-04 .carousel-comp .carousel-container .caro-li-03 {
  background-size: cover;
  background-image: url("../images/index_phone/包網建站-網站特效-apgames.png");
}

.index_phone .index-block-04 .carousel-comp .carousel-container .caro-li-04, .index_phone .index-block-04 .carousel-comp .carousel-container .caro-li-05, .index_phone .index-block-04 .carousel-comp .carousel-container .caro-li-06, .index_phone .index-block-04 .carousel-comp .carousel-container .caro-li-07, .index_phone .index-block-04 .carousel-comp .carousel-container .caro-li-08, .index_phone .index-block-04 .carousel-comp .carousel-container .caro-li-09 {
  display: none;
}

.index_phone .index-block-04 .carousel-comp .carousel-dots {
  width: 180px;
  height: 5px;
  margin-left: auto;
  margin-right: auto;
}

.index_phone .index-block-04 .carousel-comp .carousel-dots .caro-dot-04, .index_phone .index-block-04 .carousel-comp .carousel-dots .caro-dot-05, .index_phone .index-block-04 .carousel-comp .carousel-dots .caro-dot-06, .index_phone .index-block-04 .carousel-comp .carousel-dots .caro-dot-07, .index_phone .index-block-04 .carousel-comp .carousel-dots .caro-dot-08, .index_phone .index-block-04 .carousel-comp .carousel-dots .caro-dot-09 {
  display: none;
}

.about .about-block-01 {
  position: relative;
  width: 100%;
  /*height: 900px;*/
  padding: 90px 30px 50px 30px;
  background: #f2f2f2 url(../images/about/block01x-bg.png) no-repeat top center;
}

.about .about-block-02 {
  position: relative;
  width: 100%;
  /*height: 900px;*/
  padding: 90px 0 50px 0;
  background: #f2f2f2 url(../images/about/block01x-bg.png) no-repeat top center;
}

.about .about-block-01 .about-block-01-bg {
  position: absolute;
  width: 100%;
  height: 1040px;
  background: url("../images/about/block01-image.png") no-repeat center;
  bottom: 0;
  left: 0;
}

.about .about-block-02 .about-block-01-bg {
  position: absolute;
  width: 100%;
  height: 1040px;
  background: url("../images/about/block02-image.png") no-repeat center;
  bottom: 0;
  left: 0;
}

.about .about-block-01 .title {
  background: url("../images/about/title.png") no-repeat center;
  height: 90px;
  background-size: auto 80%;
  -moz-background-size: auto 80%;
  -webkit-background-size: auto 80%;
  -o-background-size: auto 80%;
}

.about .about-block-01 .block-01-main {
  width: 800px;
  height: initial;
  margin: 20px 0 30px 430px;
  position: relative;
}

.about .about-block-01 .block-01-main .block01 {
  border-bottom: 1px solid #000000;
  font-size: 28px;
  line-height: 40px;
  width: 150px;
  margin-bottom: 20px;
  color: #000000;
}

.about .about-block-01 .block-01-main .block02 {
  font-size: 15px;
  line-height: 20px;
  color: #000000;
}

.about .about-block-01 .block-01-main .block03 {
  margin-top: 20px;
  font-size: 12px;
  line-height: 20px;
  color: #000000;
}

.about .about-block-01 .block-01-main .block03 p {
  padding-left: 25px;
  line-height: 25px;
  background: url("../images/about/p-icon.png") no-repeat 10px center;
  font-size: 14px;
}

.about .about-block-02 {
  position: relative;
  width: 100%;
  height: 732px;
  padding: 70px 0;
}

.about .about-block-02 .container {
  width: 720px;
  margin-left: 48%;
}

.about .about-block-02 .block-01-main .block01 {
  border-bottom: 1px solid #cbb68f;
  font-size: 28px;
  line-height: 40px;
  width: 150px;
  margin-bottom: 20px;
  color: #cbb68f;
}

.about .about-block-02 .block-01-main .block02 {
  font-size: 15px;
  line-height: 20px;
  color: #000000;
}

.about .about-block-02 .block-01-main .block03 {
  margin-top: 20px;
  font-size: 12px;
  line-height: 20px;
  color: #000000;
}

.about .about-block-02 .about-block-02-bg {
  background: url("../images/about/block02-ball.png") center -100px;
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.about .about-block-02 .about-block-02-bg2 {
  width: 100%;
  height: 100%;
  background: url("../images/about/block02-arrow.png") no-repeat center;
  position: absolute;
  top: 0;
  z-index: 0;
}

.about .about-block-02 .top-title {
  position: relative;
  width: initial;
  height: 40px;
  font-size: 32px;
  color: #CDB993;
  text-align: center;
  line-height: 40px;
  z-index: 9;
}

.about .about-block-02 .block-02-main {
  position: relative;
  width: 720px;
  height: initial;
  margin-top: 60px;
  margin-left: 30px;
}

.about .about-block-02 .block-02-main .li-style {
  float: left;
  width: initial;
  height: 100px;
  padding-left: 120px;
  margin-bottom: 40px;
}

.about .about-block-02 .block-02-main .li-style .content .title {
  color: #CDB993;
  font-size: 26px;
  line-height: 40px;
  width: initial;
  margin-bottom: 10px;
}

.about .about-block-02 .block-02-main .li-style .content .font {
  color: #ffffff;
  font-size: 12px;
  line-height: 20px;
}

.about .about-block-02 .block-02-main .icon01 {
  background: url("../images/about/icon01.png") no-repeat left;
  margin-left: 60px;
}

.about .about-block-02 .block-02-main .icon02 {
  background: url("../images/about/icon02.png") no-repeat left;
  margin-left: 60px;
}

.about .about-block-02 .block-02-main .icon03 {
  background: url("../images/about/icon03.png") no-repeat left;
}

.about .about-block-02 .block-02-main .icon04 {
  background: url("../images/about/icon04.png") no-repeat left;
  margin-left: 60px;
}

.about .about-block-02 .block-02-main p {
  width: 100%;
  height: initial;
  float: left;
  color: #FFF2CB;
  font-size: 12px;
  line-height: 20px;
  line-height: 25px;
  margin-left: 100px;
}

.about .about-block-02 .block-02-main .more-button {
  width: 160px;
  height: 40px;
  border-radius: 20px;
  text-align: center;
  font-size: 13px;
  line-height: 40px;
  color: #ffffff;
  overflow: hidden;
  position: relative;
  z-index: 10;
  position: relative;
  display: inline-block;
  margin-top: 30px;
  margin-left: 100px;
}

.about .about-block-02 .block-02-main .more-button .btn-border {
  width: 160px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  background: url("../images/global/btn-w.png");
  transition: all .2s ease-in-out;
}

.about .about-block-02 .block-02-main .more-button .btn-bg {
  transition: all .2s ease-in-out;
  transform: translateY(3px);
  position: relative;
  z-index: 2;
}

.about .about-block-02 .block-02-main .more-button span {
  position: relative;
  z-index: 5;
}

.about .about-block-02 .block-02-main .more-button:hover {
  color: #ffffff;
}

.about .about-block-02 .block-02-main .more-button:hover .btn-border {
  background: url("../images/global/btn-hover.png");
}

.about_tablet .container_tablet {
  width: 100%;
  overflow: hidden;
}

.about_tablet .about-block-01 {
  width: 100%;
  height: initial;
  padding-top: 60px;
  background: #F3F3F3;
}

.about_tablet .about-block-01 .title_tablet {
  width: 100%;
  height: 150px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/about_tablet/block01-title.png");
}

.about_tablet .about-block-01 .block-01-main {
  width: 768px;
  height: 820px;
  background: url("../images/about_tablet/block01-img.png") no-repeat center;
}

.about_tablet .about-block-02-tablet {
  width: 100%;
  height: 950px;
  background: url("../images/about_tablet/block02-bg.png") center;
  background-size: cover;
}

.about_tablet .about-block-02-tablet .title_tablet {
  width: 100%;
  height: 150px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/about_tablet/block02-title.png");
}

.about_tablet .about-block-02-tablet .block-02-main {
  width: 768px;
  height: 800px;
  background: url("../images/about_tablet/block02-img.png") no-repeat center;
}

.about_tablet .about-block-02-tablet .button {
  width: 140px;
  height: 40px;
  margin-right: auto;
  margin-left: auto;
  background: url("../images/global_tablet/btn02-normal.png");
  font-size: 14px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  margin-top: -80px;
}

.about_phone .about-block-01 {
  width: 100%;
  height: initial;
  padding-top: 60px;
}

.about_phone .about-block-01 .block-01-main {
  width: 100%;
  height: initial;
}

.about_phone .about-block-02-phone {
  width: 100%;
  height: initial;
  -moz-background-size: 100%;
  -webkit-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  padding-bottom: 25px;
  background: url("../images/about_phone/block02-bg-mobile.png");
  background-size: cover;
}

.about_phone .about-block-02-phone .button {
  width: 150px;
  height: 40px;
  margin-right: auto;
  margin-left: auto;
  background: url("../images/global_phone/btn04-normal-mobile.png");
  font-size: 16px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  background-size: cover;
}

.lottery .lottery-block-01 {
  position: relative;
  width: 100%;
  height: 660px;
  padding: 60px 0;
  background: url("../images/lottery/bg-01.png") center 60px no-repeat;
}

.lottery .lottery-block-01 .block-01-main {
  width: 600px;
  height: initial;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  margin-top: 70px;
}

.lottery .lottery-block-01 .block-01-main .title-01 {
  margin-right: auto;
  margin-left: auto;
  width: 309px;
  height: 170px;
  background: url("../images/lottery/title-01.png") no-repeat;
  margin-bottom: 65px;
}

.lottery .lottery-block-01 .block-01-main .font-1 {
  font-size: 32px;
  text-align: center;
  color: #CDB993;
}

.lottery .lottery-block-01 .block-01-main .font-2 {
  line-height: 20px;
  color: #ffffff;
  margin-top: 20px;
  text-align: center;
}

.lottery .lottery-block-02 {
  position: relative;
  width: 100%;
  height: 420px;
  padding: 70px 0;
  background: url("../images/lottery/bg-02.png") top center;
}

.lottery .lottery-block-02 .block-02-main {
  margin-right: auto;
  margin-left: auto;
  width: 600px;
  height: initial;
}

.lottery .lottery-block-02 .block-02-main .font-1 {
  width: 121px;
  height: 40px;
  background: url("../images/lottery/title-02.png") center center no-repeat;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
}

.lottery .lottery-block-02 .block-02-main .font-2 {
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 50px;
}

.lottery .lottery-block-02 .block-02-main .img02 {
  position: relative;
  width: 368px;
  height: 140px;
  margin: 0 auto;
  padding-top: 40px;
}

.lottery .lottery-block-02 .block-02-main .img02 .img2-1 {
  float: left;
}

.lottery .lottery-block-02 .block-02-main .img02 .img2-2 {
  float: right;
}

.lottery .lottery-block-02 .block-02-main .img02 .img-bg {
  position: absolute;
  top: 0px;
}

.lottery .lottery-block-03 {
  position: relative;
  width: 100%;
  height: initial;
  padding: 70px 0 40px 0;
  background: url("../images/lottery/bg-03.png") top center;
}

.lottery .lottery-block-03 .lottery-block-03-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: url("../images/lottery/image-03.png") center no-repeat;
}

.lottery .lottery-block-03 .title {
  text-align: center;
}

.lottery .lottery-block-03 .title h1 {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 5px;
  color: #000;
}

.lottery .lottery-block-03 .title p {
  font-size: 26px;
  color: #000000;
}

.lottery .lottery-block-03 .title h1 {
  font-size: 32px;
}

.lottery .lottery-block-03 .title p {
  font-size: 13px;
}

.lottery .lottery-block-03 .title .center-p {
  margin: 0 50px;
}

.lottery .lottery-block-03 .block-03-main {
  position: relative;
  float: left;
  margin-left: 450px;
  margin-top: 100px;
}

.lottery .lottery-block-03 .block-03-main .lotter-icon {
  position: relative;
  float: left;
  margin-bottom: 40px;
}

.lottery .lottery-block-03 .block-03-main .lotter-icon li {
  width: 300px;
  height: 102px;
  float: left;
  padding: 20px 0 20px 120px;
}

.lottery .lottery-block-03 .block-03-main .lotter-icon li .font-1 {
  font-size: 28px;
  line-height: 35px;
  color: #000000;
  width: 120px;
  border-bottom: 1px solid #000000;
  margin-bottom: 10px;
}

.lottery .lottery-block-03 .block-03-main .lotter-icon li .font-2 {
  line-height: 20px;
  color: #000000;
}

.lottery .lottery-block-03 .block-03-main .lotter-icon .icon3-1 {
  background: url("../images/lottery/icon-03-1.png") no-repeat left;
}

.lottery .lottery-block-03 .block-03-main .lotter-icon .icon3-2 {
  background: url("../images/lottery/icon-03-2.png") no-repeat left;
}

.lottery .lottery-block-03 .block-03-main .qr-block {
  position: relative;
  float: left;
  margin-right: 30px;
}

.lottery .lottery-block-03 .block-03-main .qr-block .icon {
  width: 250px;
  height: initial;
  float: left;
}

.lottery .lottery-block-03 .block-03-main .qr-block .ios-icon {
  margin-bottom: 30px;
  margin-right: 45px;
}

.lottery .lottery-block-03 .block-03-main .qr-code {
  float: left;
  width: 207px;
  height: 207px;
  background: url("../images/lottery/qr-code.png");
}

.lottery .lottery-block-04 {
  position: relative;
  width: 100%;
  height: 650px;
  padding: 50px 0;
  background: url("../images/lottery/bg-04.png") top center;
}

.lottery .lottery-block-04 .title {
  font-size: 32px;
  color: #ffffff;
  text-align: center;
}

.lottery .lottery-block-04 .block-04-main {
  position: relative;
  float: left;
  width: 1307px;
  height: initial;
  margin-top: 60px;
}

.lottery .lottery-block-04 .block-04-main .list-block {
  position: relative;
}

.lottery .lottery-block-04 .block-04-main .list-block li {
  position: relative;
  width: 260px;
  height: initial;
  float: left;
  margin-bottom: 30px;
}

.lottery .lottery-block-04 .block-04-main .list-block li img {
  display: block;
  margin-bottom: 30px;
}

.lottery .lottery-block-04 .block-04-main .list-block li .font {
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
}

.lottery .lottery-block-04 .block-04-main .list-block .mar-r {
  margin-right: 33px;
}

.lottery .lottery-block-05 {
  position: relative;
  width: 100%;
  height: 650px;
  padding: 50px 0;
  background: url("../images/lottery/bg-05.png") center;
}

.lottery .lottery-block-05 .title {
  font-size: 36px;
  color: #000000;
  text-align: center;
}

.lottery .lottery-block-05 .block-05-main {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  width: 1010px;
  height: 500px;
  margin-top: 25px;
}

.lottery .lottery-block-05 .block-05-main .list-block {
  float: left;
  width: 400px;
  height: initial;
}

.lottery .lottery-block-05 .block-05-main .list-block-center {
  background: url("../images/lottery/彩票-推薦-六合彩-apgames.png");
  position: relative;
  width: 360px;
  height: initial;
  float: left;
  z-index: 17;
}

.lottery .lottery-block-05 .block-05-main .list-block-center .font {
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  padding: 0 50px 0 50px;
  text-align: justify;
  margin-top: 370px;
}

.lottery .lottery-block-05 .block-05-main .pos-r {
  margin-right: -40px;
  background: url("../images/lottery/彩票-推薦-分分彩-apgames.png");
  width: 365px;
  height: initial;
  background-position: -30px 0;
}

.lottery .lottery-block-05 .block-05-main .pos-r .font {
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  padding: 0 65px 0 75px;
  text-align: justify;
  margin-top: 370px;
}

.lottery .lottery-block-05 .block-05-main .pos-l {
  margin-left: -40px;
  background: url("../images/lottery/彩票-好玩-分分彩-apgames.png");
  width: 365px;
  height: initial;
}

.lottery .lottery-block-05 .block-05-main .pos-l .font {
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  padding: 0 75px 0 65px;
  text-align: justify;
  margin-top: 370px;
}

.lottery .lottery-block-06 {
  position: relative;
  width: 100%;
  height: 650px;
  padding: 70px 0 0 0;
  z-index: 0;
  background: url("../images/lottery/bg-06.png") center center;
}

.lottery .lottery-block-06 .block-06-main {
  position: relative;
}

.lottery .lottery-block-06 .block-06-main .font {
  height: 30px;
  background: url("../images/lottery/title-06.png") center no-repeat;
}

.lottery .lottery-block-06 .block-06-main .icon {
  margin: 30px auto 0 auto;
  height: 500px;
  background: url("../images/lottery/game-icon.png") center top no-repeat;
}

@-webkit-keyframes slideInRightLottery01 {
  from {
    -webkit-transform: translateX(293px);
    transform: translateX(293px);
    visibility: visible;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInRightLottery01 {
  from {
    -webkit-transform: translateX(293px);
    transform: translateX(293px);
    visibility: visible;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInRightLottery01 {
  -webkit-animation-name: slideInRightLottery01;
  animation-name: slideInRightLottery01;
  animation-delay: .2s;
  z-index: 66;
}

@-webkit-keyframes slideInRightLottery02 {
  from {
    -webkit-transform: translateX(586px);
    transform: translateX(586px);
    visibility: visible;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInRightLottery02 {
  from {
    -webkit-transform: translateX(586px);
    transform: translateX(586px);
    visibility: visible;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInRightLottery02 {
  -webkit-animation-name: slideInRightLottery02;
  animation-name: slideInRightLottery02;
  animation-delay: .2s;
  z-index: 77;
}

@-webkit-keyframes slideInRightLottery03 {
  from {
    -webkit-transform: translateX(879px);
    transform: translateX(879px);
    visibility: visible;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInRightLottery03 {
  from {
    -webkit-transform: translateX(879px);
    transform: translateX(879px);
    visibility: visible;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInRightLottery03 {
  -webkit-animation-name: slideInRightLottery03;
  animation-name: slideInRightLottery03;
  animation-delay: .2s;
  z-index: 88;
}

/*.lottery_tablet .lottery-block-01{width:100%;height:617px;background:url("../images/lottery_tablet/block01-bg.png") center 60px;padding-top:60px;}
.lottery_tablet .lottery-block-01 .block-01-main{width:480px;height:initial;margin-right:auto;margin-left:auto;text-align:center;font-size:16px;line-height:24px;color:#fff;margin-top:255px;}
.lottery_tablet .lottery-block-02{width:100%;height:360px;background:url("../images/lottery_tablet/block02-bg.png") center;padding-top:60px;}
.lottery_tablet .lottery-block-02 .block-02-main{width:469px;height:initial;margin-right:auto;margin-left:auto;text-align:center;font-size:16px;line-height:24px;color:#fff;margin-top:40px;}
.lottery_tablet .lottery-block-03{width:100%;height:720px;background:url("../images/lottery_tablet/block03-bg.png") top;background-size:cover;}
.lottery_tablet .lottery-block-04{width:100%;height:1410px;background:url("../images/lottery_tablet/block04-bg.png") center;background-size:cover;}
.lottery_tablet .lottery-block-04 .title_tablet{width:100%;height:150px;background-position:center center;background-repeat:no-repeat;background-image:url("../images/lottery_tablet/block04-title.png");}
.lottery_tablet .lottery-block-04 .block-04-main{margin-right:auto;margin-left:auto;width:560px;height:initial;}
.lottery_tablet .lottery-block-04 .block-04-main .list-block li{width:240px;height:initial;float:left;margin:0 20px 140px 20px;}
.lottery_tablet .lottery-block-04 .block-04-main .list-block li .font{width:240px;height:initial;font-size:16px;line-height:24px;color:#fff;text-align:center;margin-top:35px;}
.lottery_tablet .lottery-block-05{width:100%;height:680px;background:url("../images/lottery_tablet/block05-bg.png") center;background-size:cover;}
.lottery_tablet .lottery-block-05 .title_tablet{width:100%;height:150px;background-position:center center;background-repeat:no-repeat;background-image:url("../images/lottery_tablet/block05-tilte.png");}
.lottery_tablet .lottery-block-05 .block-05-main{width:100%;height:530px;background:url("../images/lottery_tablet/block05-img.png") no-repeat center;}
.lottery_tablet .lottery-block-05 .block-05-main .font_block{margin-right:auto;margin-left:auto;width:655px;height:initial;padding-top:320px;}
.lottery_tablet .lottery-block-05 .block-05-main .font_block p{width:205px;height:initial;font-size:16px;line-height:24px;color:#000;float:left;text-align:center;}
.lottery_tablet .lottery-block-05 .block-05-main .font_block .center-p{margin:0 20px;}
.lottery_tablet .lottery-block-06{width:100%;height:790px;background:url("../images/lottery_tablet/block06-bg.png") center;}
.lottery_tablet .lottery-block-06 .title_tablet{width:100%;height:150px;background-position:center center;background-repeat:no-repeat;background-image:url("../images/lottery_tablet/block06-title.png");}
.lottery_tablet .lottery-block-06 .block-06-main{width:100%;height:530px;background:url("../images/lottery_tablet/block06-img.png") no-repeat center;}
.lottery_phone .lottery-block-01{width:100%;height:initial;padding-top:60px;}
.lottery_phone .lottery-block-01 .block-01-main{width:100%;height:initial;}
.lottery_phone .lottery-block-02{width:100%;height:initial;}
.lottery_phone .lottery-block-02 .block-02-main{width:100%;height:initial;}
.lottery_phone .lottery-block-03{width:100%;height:initial;-moz-background-size:100%;-webkit-background-size:100%;-o-background-size:100%;background-size:100%;background-repeat:no-repeat;background:url("../images/lottery_phone/block03-bg-mobile.png");}
.lottery_phone .lottery-block-03 .block-03-main{width:100%;height:initial;}
.lottery_phone .lottery-block-03 .block-03-main .downbtn{width:230px;height:62px;margin-right:auto;margin-left:auto;margin-bottom:25px;}
.lottery_phone .lottery-block-04{width:100%;height:initial;background:url("../images/lottery_phone/block04-bg-mobile.png");padding-bottom:50px;-moz-background-size:100%;-webkit-background-size:100%;-o-background-size:100%;background-size:100%;background-repeat:no-repeat;}
.lottery_phone .lottery-block-04 .title_phone{width:100%;height:initial;margin-bottom:20px;}
.lottery_phone .lottery-block-05{width:100%;height:initial;-moz-background-size:100%;-webkit-background-size:100%;-o-background-size:100%;background-size:100%;background-repeat:no-repeat;padding-bottom:35px;background:url("../images/lottery_phone/block05-bg-mobile.png");}
.lottery_phone .lottery-block-05 .title_phone{width:100%;height:initial;margin-bottom:20px;}
.lottery_phone .lottery-block-06{width:100%;height:initial;}
.lottery_phone .lottery-block-06 .block-06-main{width:100%;height:initial;}*/

.intro_global .intro-title {
  position: relative;
  padding: 60px 0;
  background: #e7e7e7;
}

.intro_global .intro-title .title {
  background: url("../images/intro/title.png") center no-repeat;
  height: 90px;
  margin-top: 50px;
  background-size: auto 80%;
  -moz-background-size: auto 80%;
  -webkit-background-size: auto 80%;
  -o-background-size: auto 80%;
}

.intro_global .intro-block-01 {
  position: relative;
  width: 100%;
  min-height: 450px;
  padding: 50px 0;
  background: url("../images/intro/block01-bg01.png") bottom center;
}

.intro_global .intro-block-01 .intro-block-01top-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  background: url("../images/intro/block01-bg02.png") center;
  top: 0;
  z-index: 1;
}

.intro_global .intro-block-01 .intro-block-01bottom-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: url("../images/intro/block01-image.png") center;
  z-index: 0;
}

.intro_global .intro-block-01 .container {
  width: 1300px!important;
}

.intro_global .intro-block-01 .block-01-main {
  margin-top: 50px;
  position: relative;
  z-index: 8;
  float: right;
  width: 600px;
  height: initial;
}

.intro_global .intro-block-01 .block-01-main .block-info {
  background: url("../images/intro/block01-icon.gif") no-repeat;
  padding-left: 90px;
}

.intro_global .intro-block-01 .block-01-main .block-info .info-top {
  border-left: 1px solid #CDB993;
  padding-left: 20px;
  margin-bottom: 30px;
}

.intro_global .intro-block-01 .block-01-main .block-info .info-top .font-1 {
  font-size: 26px;
  color: #CDB993;
  margin-bottom: 10px;
}

.intro_global .intro-block-01 .block-01-main .block-info .info-top .font-2 {
  color: #ffffff;
  font-size: 18px;
  line-height: 30px;
  width: 420px;
}

.intro_global .intro-block-02 {
  position: relative;
  width: 100%;
  min-height: 500px;
  padding: 50px 0;
  background: url("../images/intro/block02-bg.png") top center;
}

.intro_global .intro-block-02 .intro-block-02-bg {
  background: url("../images/intro/block02-image.png") center bottom no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.intro_global .intro-block-02 .block-02-main {
  margin-top: 50px;
  position: relative;
  float: left;
  width: 700px;
  height: initial;
}

.intro_global .intro-block-02 .block-02-main .block-info {
  background: url("../images/intro/block02-icon.gif") no-repeat;
  padding-left: 90px;
}

.intro_global .intro-block-02 .block-02-main .block-info .info-top {
  border-left: 1px solid #000000;
  padding-left: 20px;
  margin-bottom: 30px;
}

.intro_global .intro-block-02 .block-02-main .block-info .info-top .font-1 {
  font-size: 26px;
  color: #000000;
  margin-bottom: 10px;
}

.intro_global .intro-block-02 .block-02-main .block-info .info-top .font-2 {
  color: #000000;
  font-size: 18px;
  line-height: 30px;
  width: 420px;
}

.intro_global .intro-block-03 {
  position: relative;
  width: 100%;
  height: 600px;
  padding: 50px 0;
  background: url("../images/intro/block03-bg.png") top center;
}

.intro_global .intro-block-03 .container {
  width: 1300px!important;
}

.intro_global .intro-block-03 .block-03-main {
  margin-top: 50px;
  position: relative;
  float: right;
  width: 600px;
  height: initial;
}

.intro_global .intro-block-03 .block-03-main .block-info {
  background: url("../images/intro/block03-icon.gif") no-repeat;
  padding-left: 90px;
}

.intro_global .intro-block-03 .block-03-main .block-info .info-top {
  border-left: 1px solid #CDB993;
  padding-left: 20px;
  margin-bottom: 30px;
}

.intro_global .intro-block-03 .block-03-main .block-info .info-top .font-1 {
  font-size: 26px;
  color: #CDB993;
  margin-bottom: 10px;
}

.intro_global .intro-block-03 .block-03-main .block-info .info-top .font-2 {
  color: #ffffff;
  line-height: 20px;
  width: 420px;
}

.intro_global .intro-block-04 {
  position: relative;
  width: 100%;
  height: 600px;
  padding: 50px 0;
  background: url("../images/intro/block04-bg.png") top center;
}

.intro_global .intro-block-04 .intro-block-04-bg {
  position: absolute;
  top: 0;
  background: url("../images/intro/block04-image.png") center bottom no-repeat;
  width: 100%;
  height: 100%;
}

.intro_global .intro-block-04 .block-04-main {
  margin-top: 50px;
  position: relative;
  float: left;
  width: 700px;
  height: initial;
}

.intro_global .intro-block-04 .block-04-main .block-info {
  background: url("../images/intro/block04-icon.gif") no-repeat;
  padding-left: 90px;
}

.intro_global .intro-block-04 .block-04-main .block-info .info-top {
  border-left: 1px solid #000000;
  padding-left: 20px;
  margin-bottom: 30px;
}

.intro_global .intro-block-04 .block-04-main .block-info .info-top .font-1 {
  font-size: 26px;
  color: #000000;
  margin-bottom: 10px;
}

.intro_global .intro-block-04 .block-04-main .block-info .info-top .font-2 {
  color: #000000;
  font-size: 18px;
  line-height: 30px;
  width: 420px;
}

.intro_global .intro-block-05 {
  position: relative;
  width: 100%;
  min-height: 450px;
  padding: 70px 0;
  background: url("../images/intro/block05-bg.png") #181818 bottom no-repeat;
}

.intro_global .intro-block-05 .container {
  width: 1300px!important;
}

.intro_global .intro-block-05 .block-05-main {
  margin-top: 50px;
  position: relative;
  float: right;
  width: 600px;
  height: initial;
}

.intro_global .intro-block-05 .block-05-main .block-info {
  background: url("../images/intro/block05-icon.gif") no-repeat;
  padding-left: 90px;
}

.intro_global .intro-block-05 .block-05-main .block-info .info-top {
  border-left: 1px solid #CDB993;
  padding-left: 20px;
  margin-bottom: 30px;
}

.intro_global .intro-block-05 .block-05-main .block-info .info-top .font-1 {
  font-size: 26px;
  color: #CDB993;
  margin-bottom: 10px;
}

.intro_global .intro-block-05 .block-05-main .block-info .info-top .font-2 {
  color: #ffffff;
  font-size: 18px;
  line-height: 30px;
  width: 420px;
}

/*.intro_tablet .intro-block-01{width:100%;height:1000px;background:url("../images/intro_tablet/block01-bg.png") center 60px;padding-top:60px;}
.intro_tablet .intro-block-01 .title_tablet{width:100%;height:150px;background-position:center center;background-repeat:no-repeat;background-image:url("../images/intro_tablet/block01-title.png");}
.intro_tablet .intro-block-01 .block-01-main{width:437px;height:initial;margin-right:auto;margin-left:auto;}
.intro_tablet .intro-block-01 .block-01-main .top{width:200px;height:60px;margin-right:auto;margin-left:auto;font-size:32px;line-height:60px;text-align:center;border-bottom:1px solid #CDB993;color:#CDB993;margin-top:395px;margin-bottom:20px;}
.intro_tablet .intro-block-01 .block-01-main .font{color:#fff;font-size:16px;line-height:24px;text-align:center;}
.intro_tablet .intro-block-02{width:100%;height:680px;background:url("../images/intro_tablet/block04-bg.png") center top;}
.intro_tablet .intro-block-02 .intro-block-02{width:100%;height:810px;background:url("../images/intro_tablet/block04-img.png");}
.intro_tablet .intro-block-02 .block-02-main{width:768px;height:initial;margin:0 auto;padding:140px 390px 0 55px;}
.intro_tablet .intro-block-02 .block-02-main .top{width:200px;height:60px;font-size:32px;line-height:60px;border-bottom:1px solid #000;color:#000;margin-bottom:20px;}
.intro_tablet .intro-block-02 .block-02-main .font{color:#000;font-size:16px;line-height:24px;}
.intro_tablet .intro-block-03{width:100%;height:620px;background:url("../images/intro_tablet/block05-bg.png") center;background-repeat:no-repeat;}
.intro_tablet .intro-block-03 .block-03-main{width:768px;height:initial;margin:0 auto;padding:140px 390px 0 55px;}
.intro_tablet .intro-block-03 .block-03-main .top{width:200px;height:60px;font-size:32px;line-height:60px;border-bottom:1px solid #CDB993;color:#CDB993;margin-bottom:20px;}
.intro_tablet .intro-block-03 .block-03-main .font{color:#fff;font-size:16px;line-height:24px;}
.intro_tablet .intro-block-04{width:100%;height:810px;background:url("../images/intro_tablet/block02-bg.png") center top;background-repeat:no-repeat;}
.intro_tablet .intro-block-04 .intro-block-04-img{width:414px;height:810px;background:url("../images/intro_tablet/block02-img.png");float:right;}
.intro_tablet .intro-block-04 .block-04-main{width:768px;height:initial;margin:0 auto;padding:140px 390px 0 55px;}
.intro_tablet .intro-block-04 .block-04-main .top{width:200px;height:60px;font-size:32px;line-height:60px;border-bottom:1px solid #000;color:#000;margin-bottom:20px;}
.intro_tablet .intro-block-04 .block-04-main .font{color:#000;font-size:16px;line-height:24px;}
.intro_tablet .intro-block-05{width:100%;height:620px;background:url("../images/intro_tablet/block03-bg.png") center;background-repeat:no-repeat;}
.intro_tablet .intro-block-05 .block-05-main{width:768px;height:initial;margin:0 auto;padding:140px 50px 0 395px;}
.intro_tablet .intro-block-05 .block-05-main .top{width:200px;height:60px;font-size:32px;line-height:60px;border-bottom:1px solid #CDB993;color:#CDB993;margin-bottom:20px;}
.intro_tablet .intro-block-05 .block-05-main .font{color:#fff;font-size:16px;line-height:24px;}
.intro_phone .intro-block-01{width:100%;height:initial;padding-top:60px;}
.intro_phone .intro-block-01 .block-01-main{width:100%;height:initial;}*/

.gms_global .gms-block-01 {
  position: relative;
  width: 100%;
  height: 500px;
  padding: 120px 0;
  background: url("../images/gms/block01-bg.png") center 60px no-repeat;
}

.gms_global .gms-block-01 .gms-block-01-bg {
  background: url("../images/gms/block01-image.png") center no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.gms_global .gms-block-01 .title {
  height: 82px;
  background: url("../images/gms/title.png") no-repeat center;
  background-size: auto 80%;
  -moz-background-size: auto 80%;
  -webkit-background-size: auto 80%;
  -o-background-size: auto 80%;
}

.gms_global .gms-block-01 .top {
  font-size: 26px;
  color: #000000;
  text-align: center;
  margin-top: 65px;
}

.gms_global .gms-block-01 .block-01-main {
  margin-right: -80px;
  position: relative;
  float: right;
  width: 600px;
  height: initial;
  margin-top: 55px;
  padding-right: 0;
}

.gms_global .gms-block-01 .block-01-main .font-1 {
  width: 250px;
  font-size: 26px;
  border-bottom: 1px solid #000000;
  color: #000000;
  line-height: 40px;
  margin-bottom: 15px;
}

.gms_global .gms-block-01 .block-01-main .font-2 {
  color: #000000;
  line-height: 20px;
}

.gms_global .gms-block-02 {
  position: relative;
  width: 100%;
  height: 500px;
  padding: 70px 0;
  background: url("../images/gms/block02-bg.png") top center;
}

.gms_global .gms-block-02 .block-02-main {
  position: relative;
  float: left;
  width: 650px;
  height: initial;
  margin-top: 90px;
  padding-right: 100px;
}

.gms_global .gms-block-02 .block-02-main .font-1 {
  width: 270px;
  font-size: 26px;
  border-bottom: 1px solid #CDB993;
  color: #CDB993;
  line-height: 40px;
  margin-bottom: 15px;
}

.gms_global .gms-block-02 .block-02-main .font-2 {
  color: #ffffff;
  line-height: 20px;
}

.gms_global .gms-block-03 {
  position: relative;
  width: 100%;
  height: 500px;
  padding: 70px 0;
  background: url("../images/gms/block03-bg.png") top center;
}

.gms_global .gms-block-03 .gms-block-03-bg {
  background: url("../images/gms/block05.png") center no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.gms_global .gms-block-03 .block-03-main {
  position: relative;
  float: right;
  width: 650px;
  height: initial;
  margin-top: 80px;
  padding-right: 150px;
}

.gms_global .gms-block-03 .block-03-main .font-1 {
  width: 250px;
  font-size: 26px;
  border-bottom: 1px solid #000000;
  color: #000000;
  line-height: 40px;
  margin-bottom: 15px;
}

.gms_global .gms-block-03 .block-03-main .font-2 {
  color: #000000;
  line-height: 20px;
}

.gms_global .gms-block-04 {
  position: relative;
  width: 100%;
  height: 500px;
  padding: 70px 0;
  background: url("../images/gms/block04-bg.png") top center;
  margin-top: -80px;
}

.gms_global .gms-block-04 .block-04-main {
  position: relative;
  float: left;
  width: 750px;
  height: initial;
  margin-top: 60px;
  padding-right: 150px;
}

.gms_global .gms-block-04 .block-04-main .font-1 {
  width: 250px;
  font-size: 26px;
  border-bottom: 1px solid #CDB993;
  color: #CDB993;
  line-height: 40px;
  margin-bottom: 15px;
}

.gms_global .gms-block-04 .block-04-main .font-2 {
  color: #ffffff;
  line-height: 20px;
}

.gms_global .gms-block-05 {
  position: relative;
  width: 100%;
  height: 500px;
  padding: 70px 0;
  background: url("../images/gms/block05.png") top center;
}

.gms_global .gms-block-05 .block-05-icon {
  float: left;
  margin-top: 300px;
  margin-left: 30px;
}

.gms_global .gms-block-05 .block-05-icon li {
  width: 100px;
  height: 100px;
  float: left;
  margin-right: 10px;
}

.gms_global .gms-block-05 .block-05-main {
  position: relative;
  float: right;
  width: 650px;
  height: initial;
  margin-top: 70px;
  padding-right: 0;
}

.gms_global .gms-block-05 .block-05-main .font-1 {
  width: 250px;
  font-size: 26px;
  border-bottom: 1px solid #000000;
  color: #000000;
  line-height: 40px;
  margin-bottom: 15px;
}

.gms_global .gms-block-05 .block-05-main .font-2 {
  color: #000000;
  line-height: 20px;
}

/*.gms-tablet .gms-block-01{background-image:url("../origin-img/gms_tablet/block-bg-01-tablet.png");}
.gms-tablet .gms-block-01 .block-01-main{margin-right:auto;margin-left:auto;width:450px;margin-top:50px;padding-right:0px;float:initial;}
.gms-tablet .gms-block-01 .block-01-main .font-1{width:100%;}
.gms-tablet .gms-block-01 .gms-block-01-bg{background-image:url("../images/gms/block-img-01-tablet.png");top:90px;}
.gms-tablet .gms-block-02{background-image:url("../origin-img/gms_tablet/block-bg-02-tablet.png");background-repeat:no-repeat;background-position:center top;}
.gms-tablet .gms-block-02 .block-02-main{width:150px;height:initial;margin-left:auto;margin-right:auto;width:460px;margin-top:40px;padding-right:0px;float:initial;}
.gms-tablet .gms-block-03{height:580px;background-image:url("../origin-img/gms_tablet/block-bg-03-tablet.png");background-repeat:no-repeat;background-position:center top;}
.gms-tablet .gms-block-03 .block-03-main{position:relative;float:left;width:320px;height:initial;margin-top:90px;margin-left:350px;padding-right:0px;}
.gms-tablet .gms-block-03 .gms-block-03-bg{background:none;}
.gms-tablet .gms-block-04{background-image:url("../images/gms/block-bg-04-tablet.png");background-repeat:no-repeat;background-position:center top;}
.gms-tablet .gms-block-04 .block-04-main{margin-right:auto;margin-left:auto;width:450px;float:initial;padding-right:0px;margin-top:30px;}
.gms-tablet .gms-block-04 .block-04-main .font-1{width:300px;}
.gms-tablet .gms-block-04 .block-04-main .font-2{font-size:14px;line-height:25px;}
.gms-tablet .gms-block-05{background-image:url("../images/gms/block-bg-05-tablet.png");background-repeat:no-repeat;background-position:center top;}
.gms-tablet .gms-block-05 .block-05-main{margin-right:auto;margin-left:auto;width:500px;float:initial;padding-right:0px;margin-top:10px;}
.gms-tablet .gms-block-05 .block-05-main .font-2{font-size:14px;line-height:25px;}
.gms-tablet .gms-block-05 .block-05-icon{display:none;}*/

/*.gms_phone .gms-block-01{width:100%;height:initial;padding-top:60px;}
.gms_phone .gms-block-01 .block-01-main{width:100%;height:initial;}*/

.tech .tech-block-01 {
  position: relative;
  width: 100%;
  height: 710px;
  padding: 120px 0;
  background: url("../images/tech/block01-bg.png") center 60px no-repeat;
}

.tech .tech-block-01 .tech-block-01-bg {
  background: url("../images/tech/block01-image.png") no-repeat center bottom;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.tech .tech-block-01 .title {
  width: 561px;
  height: 40px;
  margin-left: 260px;
  margin-right: auto;
  position: relative;
  margin-top: 40px;
  text-align: center;
  cursor: default;
  z-index: 5;
  font-size: 50px;
  font-family: "Microsoft YaHei", 微软雅黑, Arial, sans-serif;
}

.tech .tech-block-01 .block-01-main {
  position: relative;
  width: 700px;
  height: initial;
  float: right;
  margin-top: 70px;
}

.tech .tech-block-01 .block-01-main .font-block {
  float: left;
  margin-bottom: 20px;
  width: 700px;
}

.tech .tech-block-01 .block-01-main .font-block .t1 {
  display: block;
  color: #000000;
  border-bottom: solid 1px #000000;
  font-size: 26px;
  line-height: 40px;
  width: 180px;
}

.tech .tech-block-01 .block-01-main .font-block .font-1 {
  font-size: 18px;
  color: #000000;
}

.tech .tech-block-01 .block-01-main .font-block .font-2 {
  font-size: 16px;
  line-height: 28px;
  color: #000000;
  margin-top: 10px;
}

.tech .tech-block-02 {
  position: relative;
  width: 100%;
  height: 650px;
  padding: 70px 0;
  background: url("../images/tech/block02-bg.png") top center no-repeat;
}

.tech .tech-block-02 .tech-block-02-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.tech .tech-block-02 .tech-block-02-bg .block02-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.tech .tech-block-02 .tech-block-02-bg .i00 {
  position: relative;
  z-index: 2;
  background: url("../images/tech/block02-arrow.png") center;
}

.tech .tech-block-02 .tech-block-02-bg .i01 {
  background: url("../images/tech/block02-image01.png") center;
}

.tech .tech-block-02 .tech-block-02-bg .i02 {
  background: url("../images/tech/block02-image02.png") center;
}

.tech .tech-block-02 .tech-block-02-bg .i03 {
  background: url("../images/tech/block02-image03.png") center;
}

.tech .tech-block-02 .tech-block-02-bg .i04 {
  background: url("../images/tech/block02-image04.gif?v=1234") center;
}

.tech .tech-block-02 .block-02-main {
  position: relative;
  width: 720px;
  height: initial;
  float: left;
  margin-left: 100px;
  z-index: 3;
}

.tech .tech-block-02 .block-02-main .font-block {
  float: left;
  position: relative;
  margin-bottom: 30px;
}

.tech .tech-block-02 .block-02-main .font-block .font-1 {
  width: 400px;
  font-size: 24px;
  color: #CDB993;
  line-height: 40px;
  border-bottom: 1px solid #CDB993;
}

.tech .tech-block-02 .block-02-main .font-block .font-2 {
  margin-top: 10px;
  line-height: 20px;
  color: #ffffff;
}

.tech-tablet .tech-block-01 {
  background: #eeeeee url("../images/tech/block01-image.png") no-repeat center bottom;
}

.tech-tablet .tech-block-01 .tech-block-01-bg {
  background-image: none!important;
}

.tech-tablet .tech-block-01 .block-01-main {
  width: 450px;
}

.tech-tablet .tech-block-01 .block-01-main .font-block {
  width: 390px;
}

.tech-tablet .tech-block-02 {
  height: 1040px;
  background-image: url("../images/tech_tablet/block02-bg.png");
}

.tech-tablet .tech-block-02 .block-02-main {
  width: 330px;
  margin-top: 20px;
}

.tech-tablet .tech-block-02 .block-02-main .font-block {
  width: 300px;
}

.tech-tablet .tech-block-02 .block-02-main .font-block:nth-child(1) {
  width: 500px;
}

.tech-tablet .tech-block-02 .block-02-main .font-block .font-1 {
  width: 300px;
}

.tech-tablet .tech-block-02 .block-02-main .font-block .font-2 {
  font-size: 14px;
  line-height: 25px;
}

.tech_phone .tech-block-01 {
  width: 100%;
  height: initial;
  padding-top: 60px;
}

.tech_phone .tech-block-01 .block-01-main {
  width: 100%;
  height: initial;
}

.market .market-block-01 {
  position: relative;
  width: 100%;
  height: 710px;
  padding: 120px 0;
  background: url("../images/market/block01-bg.png") no-repeat center 60px;
}

.market .market-block-01 .market-block-01-bg {
  background: url("../images/index/block03-image.png") center no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
}

.market.index-market .market-block-01 {
  background: #fff;
}

.market.index-market .market-block-01 .market-block-01-bg {
  background: url("../images/index/block03-image.png") top center no-repeat;
}

.market.index-market .market-block-01 {
  padding: 15px 0;
  height: auto;
  padding-bottom: 50px;
}

.market.index-market .market-block-01 .block-01-main {
  position: relative;
  width: 650px;
  height: initial;
  margin-top: 0;
  margin-left: 480px;
}

.market.index-market .market-block-01 .block-01-main .info {
  background: none;
  padding-top: 10px;
}

.container_tablet .market.index-market .market-block-01 .block-01-main, .container_phone .market.index-market .market-block-01 .block-01-main {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.container_tablet .market-tablet .market-block-01 .block-01-main .info, .container_phone .market-tablet .market-block-01 .block-01-main .info {
  width: 100%;
}

.market.index-market .market-block-01 .block-01-main .info .font-1 {
  font-size: 18px;
  font-weight: 600;
}

.market .market-block-01 .title {
  width: 561px;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: 25px;
  text-align: center;
  cursor: default;
  z-index: 5;
  font-size: 36px;
  font-family: "Microsoft YaHei", 微软雅黑, Arial, sans-serif;
}

.market .market-block-01 .block-01-main {
  position: relative;
  width: 445px;
  height: initial;
  margin-top: 100px;
  margin-left: 80px;
}

.market .market-block-01 .block-01-main .info {
  background: url("../images/market/block01-icon.gif") no-repeat top left;
  padding-top: 120px;
  background-size: 21%;
}

.market .market-block-01 .block-01-main .info .font-1 {
  font-size: 26px;
  line-height: 40px;
  width: 250px;
  border-bottom: 1px solid #000000;
  margin-bottom: 10px;
}

.market .market-block-01 .block-01-main .info .font-2 {
  line-height: 20px;
  color: #000000;
}

.market .market-block-02 {
  position: relative;
  width: 100%;
  height: 550px;
  padding: 250px 0;
  background: url("../images/market/block02-bg.png") top center;
}

.market .market-block-02 .block-02-main {
  position: relative;
  width: 580px;
  height: initial;
  float: right;
}

.market .market-block-02 .block-02-main .info {
  position: relative;
}

.market .market-block-02 .block-02-main .info .font-1 {
  background: url("../images/market/block02-icon.gif") no-repeat center top;
  padding-top: 100px;
  width: 180px;
  float: left;
  font-size: 26px;
  color: #CDB993;
  text-align: center;
  background-size: 47%;
}

.market .market-block-02 .block-02-main .info .font-2 {
  float: left;
  line-height: 20px;
  color: #ffffff;
  width: 400px;
  padding: 5px 0 5px 30px;
  border-left: 1px solid #CDB993;
}

.market .market-block-03 {
  position: relative;
  width: 100%;
  height: 640px;
  padding: 70px 0;
  background: url("../images/market/block03-bg.png") top center;
  margin-top: -95px;
}

.market .market-block-03 .market-block-03-bg {
  background: url("../images/market/block03-image.png") center no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.market .market-block-03 .block-03-main {
  position: relative;
  width: 445px;
  height: initial;
  margin-top: 100px;
  margin-left: 80px;
}

.market .market-block-03 .block-03-main .info {
  background: url("../images/market/block03-icon.gif") no-repeat top left;
  padding-top: 120px;
  background-size: 21%;
}

.market .market-block-03 .block-03-main .info .font-1 {
  border-bottom: 1px solid #000000;
  margin-bottom: 10px;
  font-size: 26px;
  line-height: 40px;
  width: 250px;
}

.market .market-block-03 .block-03-main .info .font-2 {
  line-height: 20px;
  color: #000000;
}

.market-tablet .market-block-01 {
  height: 610px;
  background: url("../images/market_tablet/block01-bg.png");
  background-repeat: no-repeat;
  background-position: center top;
}

.market-tablet .market-block-01 .block-bg-01-tablet {
  margin-left: 30px;
}

.market-tablet .market-block-01 .block-01-main {
  margin-top: 50px;
}

.market-tablet .market-block-01 .block-01-main .info {
  background: none;
  padding-top: 50px;
  margin-left: -10px;
  width: 250px;
  text-align: justify;
}

.market-tablet .market-block-02 {
  height: 500px;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url("../images/market_tablet/block02-bg.png");
}

.market-tablet .market-block-02 .block-02-main {
  width: 400px;
  float: left;
  margin-left: 300px;
  margin-top: -60px;
}

.market-tablet .market-block-02 .block-02-main .info .font-1 {
  background: none;
  padding-top: 0px;
  float: initial;
}

.market-tablet .market-block-02 .block-02-main .info .divide-line {
  width: 40px;
  height: 2px;
  background-color: #CDB993;
  width: 120px;
  margin-left: 27px;
  margin-top: 10px;
  margin-bottom: 5px;
}

.market-tablet .market-block-02 .block-02-main .info .font-2 {
  border-left: none;
}

.market-tablet .market-block-03 {
  height: 590px;
  margin-top: -100px;
}

.market-tablet .market-block-03 .market-block-03-bg {
  background-image: url("../images/market_tablet/block03-bg.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.market-tablet .market-block-03 .block-03-main .info {
  background-image: none;
  padding-top: 160px;
  margin-left: -10px;
  width: 400px;
}

.market_phone .market-block-01 {
  width: 100%;
  height: initial;
  padding-top: 60px;
  padding-bottom: 0px;
  margin-bottom: -1px;
}

.market_phone .market-block-01 .block-01-main {
  width: 100%;
  height: initial;
  margin-top: 0px;
  margin-left: 0px;
}

.template .template-block-01 {
  position: relative;
  width: 100%;
  height: 600px;
  padding: 140px 0;
  background: url("../images/template/block01-bg.png") center 60px no-repeat;
}

.template .template-block-01 .title {
  background: url("../images/template/title.png") center no-repeat;
  height: 100px;
  background-size: auto 80%;
  -moz-background-size: auto 80%;
  -webkit-background-size: auto 80%;
  -o-background-size: auto 80%;
}

.template .template-block-01 .title1 {
  background: url("../images/template/title1.png") center no-repeat;
  height: 100px;
  background-size: auto 80%;
  -moz-background-size: auto 80%;
  -webkit-background-size: auto 80%;
  -o-background-size: auto 80%;
}

.template .template-block-01 .block-01-main {
  margin-right: auto;
  margin-left: auto;
  width: 600px;
  height: initial;
  margin-top: 60px;
  text-align: center;
}

.template .template-block-01 .block-01-main .font-1 {
  font-size: 26px;
  color: #000000;
  margin-bottom: 20px;
}

.template .template-block-01 .block-01-main .font-2 {
  line-height: 1.8em;
  color: #000000;
  text-align: left;
  margin-bottom: 50px;
}

.template .template-block-01 .block-01-main .font-2>p {
  margin-bottom: 1em;
}

.template .template-block-01 .block-01-main .test-button {
  margin-right: auto;
  margin-left: auto;
  width: 160px;
  height: 40px;
  border-radius: 20px;
  text-align: center;
  font-size: 13px;
  line-height: 40px;
  color: #000000;
  overflow: hidden;
  position: relative;
  z-index: 10;
}

.template .template-block-01 .block-01-main .test-button .btn-border {
  width: 160px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  background: url("../images/global/btn-b.png");
  transition: all .2s ease-in-out;
}

.template .template-block-01 .block-01-main .test-button .btn-bg {
  transition: all .2s ease-in-out;
  transform: translateY(3px);
  position: relative;
  z-index: 2;
}

.template .template-block-01 .block-01-main .test-button span {
  position: relative;
  z-index: 5;
}

.template .template-block-01 .block-01-main .test-button:hover {
  color: #ffffff;
}

.template .template-block-01 .block-01-main .test-button:hover .btn-border {
  background: url("../images/global/btn-hover.png");
}

.template .template-block-02 {
  position: relative;
  width: 100%;
  height: 477px;
  padding: 70px 0;
  background: url("../images/template/block02-bg.png") top center;
}

.template .template-block-02 .container {
  width: 1300px;
  height: initial;
}

.template .template-block-04 .block01 {
  border-bottom: 1px solid #aaa;
  font-size: 50px;
  line-height: 80px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  color: #aaa;;
}

.template .template-block-02 .title {
  background: url("../images/template/block02-title.png") center no-repeat;
  height: 32px;
  margin-right: auto;
  margin-left: auto;
}

.template .template-block-02 .block-02-main {
  position: relative;
  width: 100%;
  height: initial;
}

.template .template-block-02 .block-02-main .block02-icon {
  position: relative;
  margin-top: 100px;
}

.template .template-block-02 .block-02-main .block02-icon .icon-block {
  width: 150px;
  height: initial;
  float: left;
  text-align: center;
  margin: 0 44px;
}

.template .template-block-02 .block-02-main .block02-icon .icon-block img {
  margin-left: 15px;
}

.template .template-block-02 .block-02-main .block02-icon .icon-block .font {
  font-size: 18px;
  color: #9f9f9f;
  margin-top: 30px;
}

.template .template-block-02 .block-02-main .block02-icon .arrow-block {
  width: 20px;
  height: 150px;
  float: left;
  background: url("../images/template/block02-arrow.png") no-repeat 0 50px;
}

.template .template-block-03 {
  position: relative;
  width: 100%;
  height: 800px;
  padding: 70px 0;
  background: url("../images/template/block03-bg.png") center center;
}

.template .template-block-03 .title {
  width: 1032px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.template .template-block-03 .title h1 {
  font-size: 26px;
  color: #ffffff;
  margin-bottom: 10px;
}

.template .template-block-03 .title p {
  font-size: 18px;
  color: #cacaca;
}

.template .template-block-03 .block-03-main {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  width: 980px;
  height: initial;
  margin-top: 50px;
  background: #ccc;
}

.template .template-block-03 .block-03-main .block-03-list {
  position: relative;
}

.template .template-block-03 .block-03-main .block-03-list li {
  position: relative;
  width: 271px;
  height: 211px;
  transition: all .2s ease-in-out;
  float: left;
  margin-bottom: 50px;
}

.template .template-block-03 .block-03-main .block-03-list li a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: rgba(0, 0, 0, 0.6);
  width: 271px;
  height: 211px;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  line-height: 211px;
  transition: all .3s ease-in-out;
  opacity: 1;
  z-index: 99;
}

.template .template-block-03 .block-03-main .block-03-list li a:hover {
  opacity: 0;
  transform: scale(1.1);
}

.template .template-block-03 .block-03-main .block-03-list li img {
  transition: all .3s ease-in-out;
}

.template .template-block-03 .block-03-main .block-03-list .mar-r {
  margin-right: 83px;
}

.template .template-block-04 {
  position: relative;
  width: 100%;
  height: initial;
  background: url("../images/template/block04-bg.png") top center;
  padding: 0;
}

.template .template-block-04 .title {
  width: 1032px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.template .template-block-04 .title h1 {
  font-size: 26px;
  color: #000000;
  margin-bottom: 10px;
}

.template .template-block-04 .title p {
  font-size: 18px;
  color: #CDB993;
}

.template .template-block-04 .block-04-main {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  width: 2082px;
  height: initial;
  margin-top: 50px;
  margin-bottom: 20px;
}

.template .template-block-04 .block-04-main .template-list {
  position: relative;
  width: 1032px;
}

.template .template-block-04 .block-04-main .template-list .list-tr {
  float: left;
  width: 1032px;
  height: initial;
  margin-bottom: 80px;
}

.template .template-block-04 .block-04-main .template-list .list-tr .list-img {
  position: relative;
  width: 256px;
  height: 360px;
  background: #ccc;
  float: left;
}

.template .template-block-04 .block-04-main .template-list .list-tr .mar-r {
  margin-right: 132px;
}

.template .template-block-04 .block-04-main .template-list .list-tr .list-title {
  position: absolute;
  width: 256px;
  height: 90px;
  bottom: 0px;
  font-size: 18px;
  line-height: 90px;
  text-align: center;
}

.template .template-block-04 .block-04-main .template-list .list-tr .font-color-w {
  color: #ffffff;
}

.template .template-block-04 .block-04-main .template-list .list-tr .font-color-k {
  color: #CDB993;
}

.template .template-block-04 .block-04-main .more-button {
  position: relative;
  float: left;
  margin-left: 430px;
  width: 160px;
  height: 40px;
  border-radius: 20px;
  text-align: center;
  font-size: 13px;
  line-height: 40px;
  color: #000000;
  overflow: hidden;
  position: relative;
  z-index: 10;
}

.template .template-block-04 .block-04-main .more-button .btn-border {
  width: 160px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  background: url("../images/global/btn-b.png");
  transition: all .2s ease-in-out;
}

.template .template-block-04 .block-04-main .more-button .btn-bg {
  transition: all .2s ease-in-out;
  transform: translateY(3px);
  position: relative;
  z-index: 2;
}

.template .template-block-04 .block-04-main .more-button span {
  position: relative;
  z-index: 5;
}

.template .template-block-04 .block-04-main .more-button:hover {
  color: #ffffff;
}

.template .template-block-04 .block-04-main .more-button:hover .btn-border {
  background: url("../images/global/btn-hover.png");
}

.template .template-block-05 {
  position: relative;
  width: 100%;
  height: initial;
  padding: 0;
  background: url("../images/template/block05-bg.png") top center;
}

.template .template-block-05 .icon {
  margin-right: auto;
  margin-left: auto;
  width: 200px;
  height: 150px;
  background: url("../images/template/block05-icon.png") no-repeat;
  margin-top: 30px;
  margin-bottom: 30px;
}

.template .template-block-05 .title {
  background: url("../images/template/block05-title.png") center no-repeat;
  height: 32px;
  margin-right: auto;
  margin-left: auto;
}

.template .template-block-05 .block05-button {
  margin-right: auto;
  margin-left: auto;
  width: 160px;
  height: 40px;
  border-radius: 20px;
  text-align: center;
  font-size: 13px;
  line-height: 40px;
  color: #ffffff;
  overflow: hidden;
  position: relative;
  z-index: 10;
  margin-top: 50px;
  margin-bottom: 30px;
}

.template .template-block-05 .block05-button .btn-border {
  width: 160px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  background: url("../images/global/btn-w.png");
  transition: all .2s ease-in-out;
}

.template .template-block-05 .block05-button .btn-bg {
  transition: all .2s ease-in-out;
  transform: translateY(3px);
  position: relative;
  z-index: 2;
}

.template .template-block-05 .block05-button span {
  position: relative;
  z-index: 5;
}

.template .template-block-05 .block05-button:hover {
  color: #ffffff;
}

.template .template-block-05 .block05-button:hover .btn-border {
  background: url("../images/global/btn-hover.png");
}

@media screen and (max-width:400px) {
  .template-phone .template-block-02 {
    padding-bottom: 30px;
  }
  .template-phone .template-block-02 .block-02-main .icon_block .list {
    width: 120px;
    height: 137px;
    margin-bottom: 20px;
  }
}

.cooperation-block-01 {
  position: relative;
  width: 100%;
  height: 710px;
  padding: 120px 0;
  background: url("../images/cooperation/block01-bg.png") center 60px no-repeat;
}

.cooperation-block-01 .cooperation-block-01-bg {
  background: url("../images/cooperation/block01-image.png") center no-repeat;
  width: 100%;
  height: 700px;
  position: absolute;
  top: 60px;
  transform: translateX(0px);
}

.cooperation-block-01 .title {
  background: url("../images/cooperation/title.png") no-repeat center;
  height: 90px;
  background-size: auto 80%;
  -moz-background-size: auto 80%;
  -webkit-background-size: auto 80%;
  -o-background-size: auto 80%;
}

.cooperation-block-01 .block-01-main {
  margin-right: auto;
  margin-left: auto;
  width: 480px;
  height: initial;
  margin-top: 100px;
}

.cooperation-block-01 .block-01-main .font-1 {
  background: url("../images/cooperation/block01-title.png") no-repeat center top;
  width: 430px;
  height: 90px;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 1px solid #CDB993;
  padding-bottom: 30px;
}

.cooperation-block-01 .block-01-main .font-2 {
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  margin-top: 20px;
}

#step1_block {
  display: block;
}

#step2_block-mail {
  display: none;
}

#step2_block-im {
  display: none;
}

#step3_block_success {
  display: none;
}

#step3_block_fail {
  display: none;
}

.cooperation-block-02 {
  position: relative;
  width: 100%;
  height: 650px;
  padding: 80px 0;
  padding: 0;
  background: url("../images/cooperation/block02-bg.png") top center;
}

.cooperation-block-02 .coop-container {
  margin-top: 40px;
}

.cooperation-block-02 .title {
  float: left;
  width: 320px;
  margin-left: 100px;
}

.cooperation-block-02 .title .font-1 {
  font-size: 32px;
  line-height: 50px;
  width: 300px;
  border-bottom: 1px solid #000000;
  margin-bottom: 10px;
}

.cooperation-block-02 .title .font-2 {
  line-height: 20px;
  color: #000000;
}

.cooperation-block-02 .block-02-main {
  position: relative;
  width: 750px;
  height: 500px;
  float: right;
}

.cooperation-block-02 .block-02-main .step-title {
  height: 30px;
  margin-bottom: 30px;
}

.cooperation-block-02 .block-02-main .step-font {
  font-size: 26px;
  color: #000000;
  margin-bottom: 30px;
}

.cooperation-block-02 .block-02-main .step-main {
  position: relative;
  float: left;
  width: 750px;
  height: 380px;
  margin-top: 20px;
}

.cooperation-block-02 .block-02-main .step-main .step1-bk {
  width: 540px;
  height: 230px;
  margin: 75px 0;
  margin-right: auto;
  margin-left: auto;
  margin-left: 0px;
}

.cooperation-block-02 .block-02-main .step-main .step1-bk .btn-block {
  width: 180px;
  height: 230px;
  padding-top: 200px;
  font-size: 28px;
  color: #000000;
  text-align: center;
  transition: all .3s ease-in-out;
  float: left;
  margin: 0 45px;
  cursor: pointer;
}

.cooperation-block-02 .block-02-main .step-main .step1-bk .email {
  background: url("../images/cooperation/block02-btn-01-normal.png") no-repeat;
}

.cooperation-block-02 .block-02-main .step-main .step1-bk .email:hover {
  background: url("../images/cooperation/block02-btn-01-hover.png") no-repeat;
}

.cooperation-block-02 .block-02-main .step-main .step1-bk .im {
  background: url("../images/cooperation/block02-btn-02-normal.png") no-repeat;
}

.cooperation-block-02 .block-02-main .step-main .step1-bk .im:hover {
  background: url("../images/cooperation/block02-btn-02-hover.png") no-repeat;
}

.cooperation-block-02 .block-02-main .step-main .step2-bk {
  position: relative;
}

.cooperation-block-02 .block-02-main .step-main .step2-bk .mar-right {
  margin-right: 45px;
}

.cooperation-block-02 .block-02-main .step-main .step2-bk .input-box {
  float: left;
  position: relative;
  margin-bottom: 30px;
}

.cooperation-block-02 .block-02-main .step-main .step2-bk .input-box .input-title {
  width: initial;
  height: 23px;
  font-size: 13px;
  color: #000000;
  line-height: 23px;
}

.cooperation-block-02 .block-02-main .step-main .step2-bk .input-box .input-title .symbol {
  width: 15px;
  height: 23px;
  background: #ccc;
  float: left;
  background: url("../images/cooperation/block02-symbol.png") no-repeat left center;
}

.cooperation-block-02 .block-02-main .step-main .step2-bk .input-box .input-row {
  position: relative;
  float: left;
  height: 25px;
}

.cooperation-block-02 .block-02-main .step-main .step2-bk .input-box .input-row-box {
  height: 125px;
  border: 1px solid #949698;
  background: #fff;
}

.cooperation-block-02 .block-02-main .step-main .step2-bk .input-box .row-padding {
  padding: 15px;
}

.cooperation-block-02 .block-02-main .step-main .step2-bk .input-box .check-type {
  font-size: 13px;
  display: inline-block;
  width: 92px;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
}

.cooperation-block-02 .block-02-main .step-main .step2-bk .input-box .v-code-box {
  width: 70px;
  height: 25px;
  text-align: center;
  letter-spacing: 3px;
  line-height: 25px;
  background-color: #AEB0B1;
  color: #000;
  float: left;
}

.cooperation-block-02 .block-02-main .step-main .step2-bk .input-box .v-code-btn {
  cursor: pointer;
  float: left;
  width: 25px;
  height: 25px;
  background: url("../images/cooperation/block02-Verification-code-btn.png");
}

.cooperation-block-02 .block-02-main .step-main .step2-bk .input-box .row-220 {
  width: 220px;
}

.cooperation-block-02 .block-02-main .step-main .step2-bk .input-box .row-125 {
  width: 125px;
}

.cooperation-block-02 .block-02-main .step-main .step2-bk .input-box .row-485 {
  width: 485px;
}

.cooperation-block-02 .block-02-main .step-main .step2-bk .input-box .row-153 {
  width: 153px;
}

.cooperation-block-02 .block-02-main .step-main .step2-bk .input-box .error-icon {
  width: 14px;
  height: 14px;
  background: #ccc;
  display: block;
  background: url("../images/cooperation/error-icon.png");
  top: -44px;
  left: 50px;
  position: relative;
  display: none;
}

.cooperation-block-02 .block-02-main .step-main .step2-bk .button {
  float: left;
  width: 450px;
  height: 34px;
  border: 1px solid #949698;
  background: #fff;
  margin-right: 77px;
  text-align: center;
}

.cooperation-block-02 .block-02-main .step-main .step2-bk .button .button-font {
  width: 100%;
  height: 34px;
  background: url("../images/cooperation/block02-select-icon.png") no-repeat 180px center;
  font-size: 14px;
  line-height: 34px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  border: none;
}

.cooperation-block-02 .block-02-main .step-main .step2-bk .button-back {
  float: left;
  width: 223px;
  height: 34px;
  border: 1px solid #949698;
  background: #fff;
}

.cooperation-block-02 .block-02-main .step-main .step2-bk .button-back .button-font {
  width: 78px;
  height: 34px;
  background: url("../images/cooperation/block02-back-icon.png") no-repeat left center;
  font-size: 14px;
  line-height: 34px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

.cooperation-block-02 .block-02-main .step-main .step3-bk {
  position: relative;
  width: 931px;
  height: 380px;
}

.cooperation-block-02 .block-02-main .step-main .step3-bk .retry-button {
  width: 120px;
  height: 35px;
  padding-left: 40px;
  line-height: 37px;
  font-size: 14px;
  background: url("../images/cooperation/block02-retry-btn.png");
  float: left;
}

.cooperation-block-02 .block-02-main .step-main .success-bg {
  transform: translateX(-150px);
  background: url("../images/cooperation/block02-success-image.png") center 40px no-repeat;
}

.cooperation-block-02 .block-02-main .step-main .fail-bg {
  background: url("../images/cooperation/block02-fail-image.png") center 80px no-repeat;
}

input {
  width: 100%;
  height: 25px;
  border: 1px solid #949698;
  padding: 0 5px;
  font-size: 14px;
  background: #fff;
}

input:focus {
  outline: 0;
}

input.error::-webkit-input-placeholder {
  color: #C52828;
  /* WebKit browsers */
}

input.error:-moz-placeholder {
  color: #C52828;
  /* Mozilla Firefox 4 to 18 */
}

input.error::-moz-placeholder {
  color: #C52828;
  /* Mozilla Firefox 19+ */
}

input.error:-ms-input-placeholder {
  color: #C52828;
  /* Internet Explorer 10+ */
}

select::-ms-expand {
  display: none;
}

select {
  width: 100%;
  height: 25px;
  border: 1px solid #949698;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0px;
  padding: 0 5px;
  background: #fff url("../images/cooperation/block02-arrow.png") no-repeat right center;
}

select:focus {
  outline: 0;
}

textarea {
  border: none;
  width: 100%;
  height: 123px;
  padding: 5px;
}

textarea:focus {
  outline: 0;
}

input[type="checkbox"] {
  display: none;
}

input[type="checkbox"]+label {
  display: inline-block;
  width: 13px;
  height: 13px;
  border: 1px solid #9f9f9f;
  cursor: pointer;
  float: left;
  margin-top: 9px;
  margin-left: 10px;
  margin-right: 10px;
}

input[type="checkbox"]:checked+label {
  background-color: #9f9f9f;
}

.step2-bk input[type="checkbox"]:checked+label {
  background-color: #9f9f9f;
}

@media (min-width:1400px) {
  .cooperation-block-02 .block-02-main {
    margin-right: 150px;
  }
}

@media (min-width:1200px) and (max-width:1400px) {
  .cooperation-block-02 .block-02-main {
    margin-right: 20px;
  }
}

@media (min-width:960px) and (max-width:1200px) {
  .cooperation-block-02 .block-02-main {
    width: 530px;
  }
}

.coop-tablet .cooperation-block-01 {
  background-image: url("../images/coop_tablet/block01-bg.png");
  background-size: cover;
  height: 630px;
}

.coop-tablet .cooperation-block-01 .title, .coop-tablet .cooperation-block-01 .block-01-main {
  position: relative;
  z-index: 2;
}

.coop-tablet .cooperation-block-01 .block-01-main {
  margin-top: 60px;
}

.coop-tablet .cooperation-block-01 .block-01-main .font-2 {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.coop-tablet .chip-icon {
  position: absolute;
  width: 100%;
  margin-top: -145px;
  display: none;
  z-index: 5;
}

.coop-tablet .cooperation-block-02 {
  height: initial;
  background-size: cover;
  background-image: url("../images/coop_tablet/block02-bg01.png");
}

.coop-tablet .cooperation-block-02 .title {
  margin-right: auto;
  margin-left: auto;
  float: initial;
  margin-top: 30px;
}

.coop-tablet .cooperation-block-02 .title .font-1 {
  text-align: center;
}

.coop-tablet .cooperation-block-02 .block-02-main {
  width: 100%;
  height: initial;
  overflow: hidden;
}

.coop-tablet .cooperation-block-02 .block-02-main .step-title {
  width: 150px;
  height: initial;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}

.coop-tablet .cooperation-block-02 .block-02-main .step-font {
  text-align: center;
}

.coop-tablet .cooperation-block-02 .block-02-main .step-main {
  width: 530px;
  height: 380px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  height: initial;
  margin-bottom: 40px;
  float: initial;
}

.coop-tablet .cooperation-block-02 .block-02-main .step-main .right-container {
  width: 220px;
}

.coop-tablet .cooperation-block-02 .block-02-main .step-main .step2-bk input {
  border-radius: 0px;
  -webkit-appearance: none;
  outline: none;
  line-height: 20px;
}

.coop-tablet .cooperation-block-02 .block-02-main .step-main .step2-bk .mar-right {
  margin-right: 90px;
}

.coop-tablet .cooperation-block-02 .block-02-main .step-main .step2-bk .im-mar-right {
  margin-right: 30px;
}

.coop-tablet .cooperation-block-02 .block-02-main .step-main .step2-bk .input-box-01 input {
  width: 220px!important;
}

.coop-tablet .cooperation-block-02 .block-02-main .step-main .step2-bk .input-box {
  width: 220px;
}

.coop-tablet .cooperation-block-02 .block-02-main .step-main .step2-bk .input-box .row-padding {
  height: initial;
}

.coop-tablet .cooperation-block-02 .block-02-main .step-main .step2-bk .input-box .check-type {
  margin-bottom: 30px;
  cursor: pointer;
}

.coop-tablet .cooperation-block-02 .block-02-main .step-main .step2-bk .input-box .input-row-box {
  height: 180px;
}

.coop-tablet .cooperation-block-02 .block-02-main .step-main .step2-bk .input-box .input-row-box textarea {
  height: 178px;
}

.coop-tablet .cooperation-block-02 .block-02-main .step-main .step2-bk .button {
  width: 180px;
  float: left;
}

.coop-tablet .cooperation-block-02 .block-02-main .step-main .step2-bk .button .button-font {
  background: url(../images/cooperation/block02-select-icon.png) no-repeat 45px center;
}

.coop-tablet .cooperation-block-02 .block-02-main .step-main .step2-bk .button-submit {
  width: 223px;
  margin-right: auto;
  margin-left: 40px;
}

.coop-tablet .cooperation-block-02 .block-02-main .step-main .step2-bk .fr {
  float: right;
}

.coop-tablet .cooperation-block-02 .block-02-main .step-main .step2-bk .row {
  width: 100%;
  height: initial;
}

.coop-tablet .cooperation-block-02 .block-02-main .step-main .step2-bk .row .right-container {
  width: 260px;
}

.coop-tablet .cooperation-block-02 .block-02-main .step-main .step2-bk .row .right-container .input-box {
  float: right;
}

.coop-tablet .cooperation-block-02 .block-02-main .step-main .step2-bk .row .right-container .input-box input {
  width: 223px;
}

.coop-tablet .cooperation-block-02 .block-02-main .step-main .step2-bk .row .right-container-im {
  margin-left: 20px;
}

.coop-tablet .cooperation-block-02 .block-02-main .step-main .step2-bk .row .right-container-im .input-box {
  width: 240px;
}

.coop-tablet .cooperation-block-02 .block-02-main .step-main .step2-bk .row .right-container-im .input-box input {
  width: 240px;
}

.coop-tablet .cooperation-block-02 .block-02-main .step-main .step2-bk .input-box-01 input {
  width: 240px;
  border-radius: 0px;
  -webkit-appearance: none;
  outline: none;
  line-height: 20px;
}

.coop-tablet .cooperation-block-02 .block-02-main .step-main .step2-bk .input-box-02 {
  width: 240px;
}

.coop-tablet .cooperation-block-02 .block-02-main .step-main .step2-bk .input-box-04 {
  width: 240px;
}

.coop-tablet .cooperation-block-02 .block-02-main .step-main .step2-bk .input-box-04 input {
  width: 240px;
}

.coop-tablet .cooperation-block-02 .block-02-main .step-main .step2-bk .input-box-08 input {
  width: 123px!important;
}

.coop-tablet .cooperation-block-02 .block-02-main .step-main .step2-bk .button-submit {
  width: 230px;
  margin-right: 0px;
  float: right;
}

.coop-tablet .cooperation-block-02 .block-02-main .step-main .step2-bk .button-submit .button-font {
  background-position-x: 70px;
}

.coop-tablet .cooperation-block-02 .block-02-main .step-main .step2-bk .input-box-email {
  width: 220px;
  margin-right: 0px;
}

.coop-phone {
  overflow: hidden;
}

.coop-phone .cooperation-block-01 {
  height: initial;
  background: none;
  padding: 0;
}

.coop-phone .cooperation-block-01 img {
  width: 100%;
  margin-top: 60px;
}

.coop-phone .chip-icon {
  position: absolute;
  width: 100%;
  margin-top: -75px;
  display: block;
  z-index: 5;
}

.coop-phone .cooperation-block-02 {
  height: initial;
  background-size: cover;
  padding-top: 0px;
  background-image: url(../images/coop_phone/block02-bg-mobile.png);
}

.coop-phone .cooperation-block-02 .title {
  margin-right: auto;
  margin-left: auto;
  float: initial;
  margin-top: 30px;
}

.coop-phone .cooperation-block-02 .title .font-1 {
  text-align: center;
}

.coop-phone .cooperation-block-02 .title .font-2 {
  width: 280px;
  height: initial;
  margin-left: auto;
  margin-right: auto;
}

.coop-phone .cooperation-block-02 #step2_block-mail-phone, .coop-phone .cooperation-block-02 #step2_block-im-phone {
  display: none;
}

.coop-phone .cooperation-block-02 .block-02-main {
  width: 100%;
  height: initial;
  overflow: hidden;
}

.coop-phone .cooperation-block-02 .block-02-main .step-title {
  width: 150px;
  height: initial;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}

.coop-phone .cooperation-block-02 .block-02-main .step-font {
  text-align: center;
  font-size: 22px;
}

.coop-phone .cooperation-block-02 .block-02-main .step-main {
  width: 100%;
  height: initial;
  margin-left: auto;
  margin-right: auto;
  float: initial;
}

.coop-phone .cooperation-block-02 .block-02-main .step-main .right-container {
  width: 220px;
}

.coop-phone .cooperation-block-02 .block-02-main .step-main .step1-bk {
  width: 380px;
  height: initial;
  margin-left: auto;
  margin-right: auto;
}

.coop-phone .cooperation-block-02 .block-02-main .step-main .step1-bk .email {
  width: 100px;
  background-size: contain;
  background-image: url("../images/coop_phone/block02-btn01-normal-mobile.png");
}

.coop-phone .cooperation-block-02 .block-02-main .step-main .step1-bk .email:hover {
  background-image: url("../images/coop_phone/block02-btn01-click-mobile.png");
}

.coop-phone .cooperation-block-02 .block-02-main .step-main .step1-bk .im {
  width: 100px;
  background-size: contain;
  background-image: url("../images/coop_phone/block02-btn02-normal-mobile.png");
}

.coop-phone .cooperation-block-02 .block-02-main .step-main .step1-bk .im:hover {
  background-image: url("../images/coop_phone/block02-btn02-click-mobile.png");
}

.coop-phone .cooperation-block-02 .block-02-main .step-main .step2-bk form {
  width: 100%;
}

.coop-phone .cooperation-block-02 .block-02-main .step-main .step2-bk .input-box {
  width: 360px;
  height: initial;
  margin-left: auto;
  margin-right: auto;
  float: initial;
  overflow: hidden;
}

.coop-phone .cooperation-block-02 .block-02-main .step-main .step2-bk .input-box .input-title {
  margin-top: 15px;
  font-size: 16px;
  float: left;
}

.coop-phone .cooperation-block-02 .block-02-main .step-main .step2-bk .input-box .title-not-required {
  margin-left: 15px;
}

.coop-phone .cooperation-block-02 .block-02-main .step-main .step2-bk .input-box .input-row {
  width: 280px;
  height: 50px;
  margin-left: 20px;
  width: 280px;
}

.coop-phone .cooperation-block-02 .block-02-main .step-main .step2-bk .input-box .input-row .code-input {
  width: 130px;
}

.coop-phone .cooperation-block-02 .block-02-main .step-main .step2-bk .input-box .input-row input {
  height: 50px;
  border: 1px solid #949698;
}

.coop-phone .cooperation-block-02 .block-02-main .step-main .step2-bk .input-box .input-row select {
  background-size: 15%;
  float: left;
  width: 280px;
  height: 50px;
}

.coop-phone .cooperation-block-02 .block-02-main .step-main .step2-bk .input-box .input-row .input-w {
  width: 280px;
}

.coop-phone .cooperation-block-02 .block-02-main .step-main .step2-bk .input-box .input-row-im {
  margin-left: 2px;
}

.coop-phone .cooperation-block-02 .block-02-main .step-main .step2-bk .input-box .code-input-row {
  width: 190px;
}

.coop-phone .cooperation-block-02 .block-02-main .step-main .step2-bk .input-box .row-padding {
  height: initial;
}

.coop-phone .cooperation-block-02 .block-02-main .step-main .step2-bk .input-box .check-type {
  margin-bottom: 30px;
  cursor: pointer;
}

.coop-phone .cooperation-block-02 .block-02-main .step-main .step2-bk .input-box .v-code-box {
  height: 50px;
  background-size: cover;
  line-height: 50px;
  font-size: 22px;
  width: 100px;
  margin-left: -60px;
}

.coop-phone .cooperation-block-02 .block-02-main .step-main .step2-bk .input-box .v-code-btn {
  cursor: pointer;
  height: 50px;
  width: 50px;
  background-size: cover;
  background-image: url(../images/coop_phone/block02-reset-btn-mobile.png);
}

.coop-phone .cooperation-block-02 .block-02-main .step-main .step2-bk .input-box-interest {
  margin-top: 60px;
  background-color: #fff;
  border: 1px solid #949698;
  overflow: initial;
}

.coop-phone .cooperation-block-02 .block-02-main .step-main .step2-bk .input-box-interest .input-title {
  position: relative;
  margin-top: -30px;
  z-index: 10;
}

.coop-phone .cooperation-block-02 .block-02-main .step-main .step2-bk .input-box-interest .input-row-box {
  margin-top: 20px;
  border: none;
}

.coop-phone .cooperation-block-02 .block-02-main .step-main .step2-bk .input-box-content {
  margin-top: 60px;
  overflow: inherit;
}

.coop-phone .cooperation-block-02 .block-02-main .step-main .step2-bk .input-box-content .input-title {
  position: relative;
  margin-top: -30px;
  z-index: 5;
}

.coop-phone .cooperation-block-02 .block-02-main .step-main .step2-bk .btn-container {
  width: 100%;
  height: initial;
}

.coop-phone .cooperation-block-02 .block-02-main .step-main .step2-bk .btn-container .btn-grp {
  width: 360px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  float: initial;
  line-height: 50px;
}

.coop-phone .cooperation-block-02 .block-02-main .step-main .step2-bk .btn-container .button-back .button-font {
  margin-top: 8px;
  font-size: 16px;
  width: 90px;
}

.coop-phone .cooperation-block-02 .block-02-main .step-main .step2-bk .btn-container .button-submit {
  margin-top: 30px;
  margin-bottom: 30px;
}

.coop-phone .cooperation-block-02 .block-02-main .step-main .step2-bk .btn-container .button-submit .button-font {
  font-size: 16px;
  width: 85px;
  margin-top: 7px;
  background-position-x: 0px;
}

.coop-phone .cooperation-block-02 .block-02-main .step-main .step2-bk .button {
  width: 180px;
  float: left;
}

.coop-phone .cooperation-block-02 .block-02-main .step-main .step2-bk .button .button-font {
  background: url(../images/cooperation/block02-select-icon.png) no-repeat 45px center;
}

.coop-phone .cooperation-block-02 .block-02-main .step-main .step2-bk .button-submit {
  width: 223px;
  margin-right: auto;
  margin-left: 40px;
}

.coop-phone .cooperation-block-02 .block-02-main .step-main .step2-bk .fr {
  float: right;
}

.coop-phone .cooperation-block-02 .block-02-main .step-main .step2-bk .row {
  width: 100%;
  height: initial;
}

.coop-phone .cooperation-block-02 .block-02-main .step-main .step2-bk .row .right-container {
  width: 260px;
}

.coop-phone .cooperation-block-02 .block-02-main .step-main .step2-bk .row .right-container .input-box {
  float: right;
}

.coop-phone .cooperation-block-02 .block-02-main .step-main .step2-bk .row .right-container .input-box input {
  width: 223px;
}

.coop-phone .cooperation-block-02 .block-02-main .step-main .step2-bk .input-box-01 input {
  width: 240px;
}

.coop-phone .cooperation-block-02 .block-02-main .step-main .step2-bk .input-box-02 {
  width: 240px;
}

.coop-phone .cooperation-block-02 .block-02-main .step-main .step2-bk .input-box-04 {
  width: 360px;
}

.coop-phone .cooperation-block-02 .block-02-main .step-main .step2-bk .input-box-04 .input-row {
  margin-left: 2px;
}

.coop-phone .cooperation-block-02 .block-02-main .step-main .step2-bk .input-box-04 .input-row input {
  width: 280px;
}

.coop-phone .cooperation-block-02 .block-02-main .step-main .step2-bk .input-box-05 .input-row-box {
  width: 347px;
}

.coop-phone .cooperation-block-02 .block-02-main .step-main .step2-bk .input-box-08 input {
  width: 123px!important;
}

.coop-phone .cooperation-block-02 .block-02-main .step-main .step2-bk .button-submit {
  width: 230px;
  margin-right: 0px;
  float: right;
}

.coop-phone .cooperation-block-02 .block-02-main .step-main .step2-bk .button-submit .button-font {
  background-position-x: 70px;
}

.coop-phone .cooperation-block-02 .block-02-main .step-main .step3-bk {
  background-size: 160%;
  width: 100%;
}

.coop-phone .cooperation-block-02 .block-02-main .step-main .step3-bk .step-title h3 {
  margin-bottom: 10px;
}

.coop-phone .cooperation-block-02 .block-02-main .step-main .step3-bk .step-title p {
  font-size: 4px;
}

.coop-phone .cooperation-block-02 .block-02-main .step-main .step3-bk-phone {
  transform: translateX(0px);
}

.rwd_tablet .index-block-01 {
  width: 100%;
  height: 600px;
  background: url(../images/index/block03-bg-p.png) no-repeat top center;
  background-size: cover;
  position: relative;
}

.rwd_tablet .index-block-01 .title_tablet {
  width: 100%;
  height: 150px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/index_tablet/block01-tilte.png");
}

.rwd_tablet .index-block-01 .block-01-main {
  width: 768px;
  height: 450px;
  background: url("../images/index_tablet/娛樂城搭建-api線路接入-apgames.png") no-repeat top center;
}

.rwd_tablet .index-block-01 .button {
  width: 140px;
  height: 40px;
  margin-right: auto;
  margin-left: auto;
  background: url("../images/global_tablet/btn01-normal.png");
  font-size: 24px;
  color: #000;
  line-height: 40px;
  text-align: center;
  margin-top: -80px;
}

.rwd_tablet .index-block-02 {
  width: 100%;
  height: 1000px;
  background: url("../images/index_tablet/block02-bg.png") center;
}

.rwd_tablet .index-block-02 .title_tablet {
  width: 100%;
  height: 150px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/index_tablet/block02-title.png");
}

.rwd_tablet .index-block-02 .block-02-main {
  width: 768px;
  height: 870px;
  background: url("../images/index_tablet/block02-img.png") no-repeat top center;
}

.rwd_tablet .index-block-02 .button {
  width: 140px;
  height: 40px;
  margin-right: auto;
  margin-left: auto;
  background: url("../images/global_tablet/btn02-normal.png");
  font-size: 24px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  margin-top: -80px;
}

.rwd_tablet .index-block-03 {
  width: 100%;
  height: 900px;
  background: url("../images/index_tablet/block03-bg.png") center;
}

.rwd_tablet .index-block-03 .title_tablet {
  width: 100%;
  height: 150px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/index_tablet/block03-title.png");
}

.rwd_tablet .index-block-03 .button {
  width: 140px;
  height: 40px;
  margin-right: auto;
  margin-left: auto;
  background: url("../images/global_tablet/btn01-normal.png");
  font-size: 24px;
  color: #000;
  line-height: 40px;
  text-align: center;
  margin-top: 60px;
}

.rwd_tablet .index-block-03 .block-03-main {
  width: 373px;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 510px;
  text-align: center;
}

.rwd_tablet .index-block-03 .block-03-main .f1 {
  font-size: 20px;
  line-height: 28px;
  color: #000;
  margin-bottom: 10px;
  font-weight: bold;
}

.rwd_tablet .index-block-03 .block-03-main .f2 {
  font-size: 16px;
  color: #000;
  line-height: 20px;
}

.rwd_tablet .index-block-04 {
  width: 100%;
  height: 750px;
  background: url("../images/index_tablet/block04-bg.png") center;
}

.rwd_tablet .index-block-04 .title_tablet {
  width: 100%;
  height: 150px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/index_tablet/block04-title.png");
}

.rwd_tablet .index-block-04 .block-04-main {
  position: relative;
  margin-top: 40px;
  width: 100%;
  overflow: hidden;
}

.rwd_tablet .index-block-04 .block-04-main .block_bg {
  position: absolute;
  width: 1140px;
  transform: translateX(-190px);
  transition: all .2s ease-in-out;
}

.rwd_tablet .index-block-04 .block-04-main .block {
  float: left;
  margin: 0 50px;
}

.rwd_tablet .index-block-04 .button {
  width: 140px;
  height: 40px;
  margin-right: auto;
  margin-left: auto;
  background: url("../images/global_tablet/btn01-normal.png");
  font-size: 24px;
  color: #000;
  line-height: 40px;
  text-align: center;
  margin-top: 35px;
}

.rwd_tablet .index-block-03-main .carousel-comp .carousel-container {
  width: 3450px;
  height: 719px;
  transform: translateX(-1340px);
}

.rwd_tablet .index-block-03-main .carousel-comp .carousel-container .caro-li {
  width: 660px;
  height: 719px;
  margin-right: 15px;
  margin-left: 15px;
}

.rwd_tablet .index-block-03-main .carousel-comp .carousel-container .caro-li-01 {
  background-image: url("../images/index_tablet/block03-img01.png");
}

.rwd_tablet .index-block-03-main .carousel-comp .carousel-container .caro-li-02 {
  background-image: url("../images/index_tablet/block03-img02.png");
}

.rwd_tablet .index-block-03-main .carousel-comp .carousel-container .caro-li-03 {
  background-image: url("../images/index_tablet/block03-img03.png");
}

.rwd_tablet .index-block-03-main .carousel-comp .carousel-container .caro-li-04 {
  background-image: url("../images/index_tablet/block03-img04.png");
}

.rwd_tablet .index-block-03-main .carousel-comp .carousel-container .caro-li-05 {
  background-image: url("../images/index_tablet/block03-img05.png");
}

.rwd_tablet .index-block-03-main .carousel-comp .carousel-container .caro-li-06, .rwd_tablet .index-block-03-main .carousel-comp .carousel-container .caro-li-07, .rwd_tablet .index-block-03-main .carousel-comp .carousel-container .caro-li-08, .rwd_tablet .index-block-03-main .carousel-comp .carousel-container .caro-li-09 {
  display: none;
}

.rwd_tablet .index-block-03-main .carousel-comp .carousel-dots {
  width: 300px;
  height: 5px;
  margin-left: auto;
  margin-right: auto;
}

.rwd_tablet .index-block-03-main .carousel-comp .carousel-dots .caro-dot-06, .rwd_tablet .index-block-03-main .carousel-comp .carousel-dots .caro-dot-07, .rwd_tablet .index-block-03-main .carousel-comp .carousel-dots .caro-dot-08, .rwd_tablet .index-block-03-main .carousel-comp .carousel-dots .caro-dot-09 {
  display: none;
}

.rwd_tablet .index-block-04-main .carousel-comp .carousel-container {
  width: 1080px;
  height: 400px;
  transform: translateX(-150px);
}

.rwd_tablet .index-block-04-main .carousel-comp .carousel-container .caro-li {
  width: 280px;
  height: 400px;
  margin-right: 40px;
  margin-left: 40px;
}

.rwd_tablet .index-block-04-main .carousel-comp .carousel-container .caro-li-01 {
  background-image: url("../images/index_tablet/包網建站-平台營銷-apgames.png");
}

.rwd_tablet .index-block-04-main .carousel-comp .carousel-container .caro-li-02 {
  background-image: url("../images/index_tablet/包網建站-平台策略-apgames.png");
}

.rwd_tablet .index-block-04-main .carousel-comp .carousel-container .caro-li-03 {
  background-image: url("../images/index_tablet/包網建站-網站特效-apgames.png");
}

.rwd_tablet .index-block-04-main .carousel-comp .carousel-container .caro-li-04, .rwd_tablet .index-block-04-main .carousel-comp .carousel-container .caro-li-05, .rwd_tablet .index-block-04-main .carousel-comp .carousel-container .caro-li-06, .rwd_tablet .index-block-04-main .carousel-comp .carousel-container .caro-li-07, .rwd_tablet .index-block-04-main .carousel-comp .carousel-container .caro-li-08, .rwd_tablet .index-block-04-main .carousel-comp .carousel-container .caro-li-09 {
  display: none;
}

.rwd_tablet .index-block-04-main .carousel-comp .carousel-dots {
  width: 180px;
  height: 5px;
  margin-left: auto;
  margin-right: auto;
}

.rwd_tablet .index-block-04-main .carousel-comp .carousel-dots .caro-dot-04, .rwd_tablet .index-block-04-main .carousel-comp .carousel-dots .caro-dot-05, .rwd_tablet .index-block-04-main .carousel-comp .carousel-dots .caro-dot-06, .rwd_tablet .index-block-04-main .carousel-comp .carousel-dots .caro-dot-07, .rwd_tablet .index-block-04-main .carousel-comp .carousel-dots .caro-dot-08, .rwd_tablet .index-block-04-main .carousel-comp .carousel-dots .caro-dot-09 {
  display: none;
}

@media (min-width:769px) and (max-width:1024px) {
  .container_tablet {
    width: 100%;
  }
  .index_tablet .index-block-01 .block-01-main {
    margin-right: auto;
    margin-left: auto;
  }
  .index_tablet .index-block-02, .index_tablet .index-block-03, .index_tablet .index-block-04 {
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.about_tablet .container_tablet {
  width: 100%;
  overflow: hidden;
}

.about_tablet .about-block-01 {
  width: 100%;
  height: initial;
  padding-top: 60px;
  background: #F3F3F3;
}

.about_tablet .about-block-01 .title_tablet {
  width: 100%;
  height: 150px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/about_tablet/block01-title.png");
}

.about_tablet .about-block-01 .block-01-main {
  width: 768px;
  height: 820px;
  background: none;
}

.about_tablet .about-block-02-tablet {
  width: 100%;
  height: 950px;
  background: url("../images/about_tablet/block02-bg.png") center;
  background-size: cover;
}

.about_tablet .about-block-02-tablet .title_tablet {
  width: 100%;
  height: 150px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/about_tablet/block02-title.png");
}

.about_tablet .about-block-02-tablet .block-02-main {
  width: 768px;
  height: 800px;
  background: url("../images/about_tablet/block02-img.png") no-repeat center;
}

.about_tablet .about-block-02-tablet .button {
  width: 140px;
  height: 40px;
  margin-right: auto;
  margin-left: auto;
  background: url("../images/global_tablet/btn02-normal.png");
  font-size: 14px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  margin-top: -80px;
}

.about_phone .about-block-01 {
  width: 100%;
  height: initial;
  padding-top: 60px;
  background: #F3F3F3;
}

.about_phone .about-block-01 .block-01-main {
  width: 100%;
  height: initial;
}

.about_phone .about-block-02-phone {
  width: 100%;
  height: initial;
  -moz-background-size: 100%;
  -webkit-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  padding-bottom: 25px;
  background: url("../images/about_phone/block02-bg-mobile.png");
  background-size: cover;
}

.about_phone .about-block-02-phone .button {
  width: 150px;
  height: 40px;
  margin-right: auto;
  margin-left: auto;
  background: url("../images/global_phone/btn04-normal-mobile.png");
  font-size: 16px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  background-size: cover;
}

.lottery_tablet .lottery-block-01 {
  width: 100%;
  height: 617px;
  background: url("../images/lottery_tablet/block01-bg.png") center 60px;
  padding-top: 60px;
}

.lottery_tablet .lottery-block-01 .block-01-main {
  width: 480px;
  height: initial;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  margin-top: 255px;
}

.lottery_tablet .lottery-block-02 {
  width: 100%;
  height: 360px;
  background: url("../images/lottery_tablet/block02-bg.png") center;
  padding-top: 60px;
}

.lottery_tablet .lottery-block-02 .block-02-main {
  width: 469px;
  height: initial;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  margin-top: 40px;
}

.lottery_tablet .lottery-block-03 {
  width: 100%;
  height: 720px;
  background: url("../images/lottery_tablet/block03-bg.png") top;
  background-size: cover;
}

.lottery_tablet .lottery-block-04 {
  width: 100%;
  height: 1410px;
  background: url("../images/lottery_tablet/block04-bg.png") center;
  background-size: cover;
}

.lottery_tablet .lottery-block-04 .title_tablet {
  width: 100%;
  height: 150px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/lottery_tablet/block04-title.png");
}

.lottery_tablet .lottery-block-04 .block-04-main {
  margin-right: auto;
  margin-left: auto;
  width: 560px;
  height: initial;
}

.lottery_tablet .lottery-block-04 .block-04-main .list-block li {
  width: 240px;
  height: initial;
  float: left;
  margin: 0 20px 140px 20px;
}

.lottery_tablet .lottery-block-04 .block-04-main .list-block li .font {
  width: 240px;
  height: initial;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  margin-top: 35px;
}

.lottery_tablet .lottery-block-05 {
  width: 100%;
  height: 500px;
  background-size: cover;
  background-position-y: -100px;
}

.lottery_tablet .lottery-block-05 .title_tablet {
  width: 100%;
  height: 150px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/lottery_tablet/block05-tilte.png");
}

.lottery_tablet .lottery-block-05 .block-05-main {
  width: 100%;
  height: 530px;
  background: url("../images/lottery_tablet/block05-img.png") no-repeat top center;
}

.lottery_tablet .lottery-block-05 .block-05-main .font_block {
  margin-right: auto;
  margin-left: auto;
  width: 655px;
  height: initial;
  padding-top: 240px;
}

.lottery_tablet .lottery-block-05 .block-05-main .font_block p {
  width: 205px;
  height: initial;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  float: left;
  text-align: center;
}

.lottery_tablet .lottery-block-05 .block-05-main .font_block .center-p {
  margin: 0 20px;
}

.lottery_tablet .lottery-block-06 {
  width: 100%;
  height: 790px;
  background: url("../images/lottery_tablet/block06-bg.png") center;
}

.lottery_tablet .lottery-block-06 .title_tablet {
  width: 100%;
  height: 150px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/lottery_tablet/block06-title.png");
}

.lottery_tablet .lottery-block-06 .block-06-main {
  width: 100%;
  height: 530px;
  background: url("../images/lottery_tablet/block06-img.png") no-repeat center;
}

/*.intro_tablet .intro-block-01{width:100%;height:1000px;background:url("../images/intro_tablet/block01-bg.png") center 60px;padding-top:60px;}
.intro_tablet .intro-block-01 .title_tablet{width:100%;height:150px;background-position:center center;background-repeat:no-repeat;background-image:url("../images/intro_tablet/block01-title.png");}
.intro_tablet .intro-block-01 .block-01-main{width:437px;height:initial;margin-right:auto;margin-left:auto;}
.intro_tablet .intro-block-01 .block-01-main .top{width:200px;height:60px;margin-right:auto;margin-left:auto;font-size:32px;line-height:60px;text-align:center;border-bottom:1px solid #CDB993;color:#CDB993;margin-top:395px;margin-bottom:20px;}
.intro_tablet .intro-block-01 .block-01-main .font{color:#fff;font-size:16px;line-height:24px;text-align:center;}
.intro_tablet .intro-block-02{width:100%;height:680px;background:url("../images/intro_tablet/block04-bg.png") center top;}
.intro_tablet .intro-block-02 .intro-block-02{width:100%;height:810px;background:url("../images/intro_tablet/block04-img.png");}
.intro_tablet .intro-block-02 .block-02-main{width:768px;height:initial;margin:0 auto;padding:140px 390px 0 55px;}
.intro_tablet .intro-block-02 .block-02-main .top{width:200px;height:60px;font-size:32px;line-height:60px;border-bottom:1px solid #000;color:#000;margin-bottom:20px;}
.intro_tablet .intro-block-02 .block-02-main .font{color:#000;font-size:16px;line-height:24px;}
.intro_tablet .intro-block-03{width:100%;height:620px;background:url("../images/intro_tablet/block05-bg.png") center;background-repeat:no-repeat;}
.intro_tablet .intro-block-03 .block-03-main{width:768px;height:initial;margin:0 auto;padding:140px 390px 0 55px;}
.intro_tablet .intro-block-03 .block-03-main .top{width:200px;height:60px;font-size:32px;line-height:60px;border-bottom:1px solid #CDB993;color:#CDB993;margin-bottom:20px;}
.intro_tablet .intro-block-03 .block-03-main .font{color:#fff;font-size:16px;line-height:24px;}
.intro_tablet .intro-block-04{width:100%;height:810px;background:url("../images/intro_tablet/block02-bg.png") center top;background-repeat:no-repeat;}
.intro_tablet .intro-block-04 .intro-block-04-img{width:414px;height:810px;background:url("../images/intro_tablet/block02-img.png");float:right;}
.intro_tablet .intro-block-04 .block-04-main{width:768px;height:initial;margin:0 auto;padding:140px 390px 0 55px;}
.intro_tablet .intro-block-04 .block-04-main .top{width:200px;height:60px;font-size:32px;line-height:60px;border-bottom:1px solid #000;color:#000;margin-bottom:20px;}
.intro_tablet .intro-block-04 .block-04-main .font{color:#000;font-size:16px;line-height:24px;}
.intro_tablet .intro-block-05{width:100%;height:620px;background:url("../images/intro_tablet/block03-bg.png") center;background-repeat:no-repeat;}
.intro_tablet .intro-block-05 .block-05-main{width:768px;height:initial;margin:0 auto;padding:140px 50px 0 395px;}
.intro_tablet .intro-block-05 .block-05-main .top{width:200px;height:60px;font-size:32px;line-height:60px;border-bottom:1px solid #CDB993;color:#CDB993;margin-bottom:20px;}
.intro_tablet .intro-block-05 .block-05-main .font{color:#fff;font-size:16px;line-height:24px;}*/

.carousel-comp {
  width: initial;
  overflow: hidden;
}

.carousel-comp .carousel-container {
  transition: all .4s ease-in-out;
  overflow: hidden;
}

.carousel-comp .carousel-container .caro-li {
  float: left;
}

.carousel-comp .carousel-dots {
  margin-top: 40px;
}

.carousel-comp .carousel-dots .caro-dot {
  width: 50px;
  height: 5px;
  margin-right: 5px;
  margin-left: 5px;
  background-color: #8A8A8A;
  float: left;
}

.carousel-comp .carousel-dots .active {
  background-color: #CDB993;
}

.lottery_phone .lottery-block-04 .carousel-comp .carousel-container .caro-li {
  width: 240px;
  height: 550px;
  margin-right: 25px;
  margin-left: 25px;
}

.lottery_phone .lottery-block-04 .carousel-comp .carousel-container .caro-li-01 {
  background-image: url("../images/lottery_phone/block04-img01-mobile.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center 320px;
}

.lottery_phone .lottery-block-04 .carousel-comp .carousel-container .caro-li-01 .icon-01 {
  width: 240px;
  height: 320px;
  margin-right: auto;
  margin-left: auto;
  background-image: url("../images/lottery/北京pk10-競猜-彩票-apgames.gif");
  background-size: cover;
}

.lottery_phone .lottery-block-04 .carousel-comp .carousel-container .caro-li-02 {
  background-image: url("../images/lottery_phone/block04-img02-mobile.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center 320px;
}

.lottery_phone .lottery-block-04 .carousel-comp .carousel-container .caro-li-02 .icon-02 {
  width: 240px;
  height: 320px;
  margin-right: auto;
  margin-left: auto;
  background-image: url("../images/lottery/六合彩-彩票-推薦-apgames.gif");
  background-size: cover;
}

.lottery_phone .lottery-block-04 .carousel-comp .carousel-container .caro-li-03 {
  background-image: url("../images/lottery_phone/block04-img03-mobile.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center 320px;
}

.lottery_phone .lottery-block-04 .carousel-comp .carousel-container .caro-li-03 .icon-03 {
  width: 240px;
  height: 320px;
  margin-right: auto;
  margin-left: auto;
  background-image: url("../images/lottery/江蘇快3-彩票-中獎-apgames.gif");
  background-size: cover;
}

.lottery_phone .lottery-block-04 .carousel-comp .carousel-container .caro-li-04 {
  background-image: url("../images/lottery_phone/block04-img04-mobile.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center 320px;
}

.lottery_phone .lottery-block-04 .carousel-comp .carousel-container .caro-li-04 .icon-04 {
  width: 240px;
  height: 320px;
  margin-right: auto;
  margin-left: auto;
  background-image: url("../images/lottery/快樂8-彩票-推薦-apgames.gif");
  background-size: cover;
}

.lottery_phone .lottery-block-04 .carousel-comp .carousel-container .caro-li-05, .lottery_phone .lottery-block-04 .carousel-comp .carousel-container .caro-li-06, .lottery_phone .lottery-block-04 .carousel-comp .carousel-container .caro-li-07, .lottery_phone .lottery-block-04 .carousel-comp .carousel-container .caro-li-08, .lottery_phone .lottery-block-04 .carousel-comp .carousel-container .caro-li-09 {
  display: none;
}

.lottery_phone .lottery-block-04 .carousel-comp .carousel-dots {
  width: 240px;
  height: 5px;
  margin-left: auto;
  margin-right: auto;
}

.lottery_phone .lottery-block-04 .carousel-comp .carousel-dots .caro-dot-05, .lottery_phone .lottery-block-04 .carousel-comp .carousel-dots .caro-dot-06, .lottery_phone .lottery-block-04 .carousel-comp .carousel-dots .caro-dot-07, .lottery_phone .lottery-block-04 .carousel-comp .carousel-dots .caro-dot-08, .lottery_phone .lottery-block-04 .carousel-comp .carousel-dots .caro-dot-09 {
  display: none;
}

.lottery_phone .lottery-block-05 .carousel-comp .carousel-container {
  width: 972px;
  height: 384px;
  transform: translateX(45px);
}

.lottery_phone .lottery-block-05 .carousel-comp .carousel-container .caro-li {
  width: 300px;
  height: 384px;
  margin-right: 12px;
  margin-left: 12px;
}

.lottery_phone .lottery-block-05 .carousel-comp .carousel-container .caro-li-01 {
  background-size: cover;
  background-image: url("../images/lottery_phone/彩票-推薦-分分彩-apgames.png");
}

.lottery_phone .lottery-block-05 .carousel-comp .carousel-container .caro-li-02 {
  background-size: cover;
  background-image: url("../images/lottery_phone/彩票-推薦-六合彩-apgames.png");
}

.lottery_phone .lottery-block-05 .carousel-comp .carousel-container .caro-li-03 {
  background-size: cover;
  background-image: url("../images/lottery_phone/彩票-好玩-分分彩-apgames.png");
}

.lottery_phone .lottery-block-05 .carousel-comp .carousel-container .caro-li-04, .lottery_phone .lottery-block-05 .carousel-comp .carousel-container .caro-li-05, .lottery_phone .lottery-block-05 .carousel-comp .carousel-container .caro-li-06, .lottery_phone .lottery-block-05 .carousel-comp .carousel-container .caro-li-07, .lottery_phone .lottery-block-05 .carousel-comp .carousel-container .caro-li-08, .lottery_phone .lottery-block-05 .carousel-comp .carousel-container .caro-li-09 {
  display: none;
}

.lottery_phone .lottery-block-05 .carousel-comp .carousel-dots {
  width: 180px;
  height: 5px;
  margin-left: auto;
  margin-right: auto;
}

.lottery_phone .lottery-block-05 .carousel-comp .carousel-dots .caro-dot-04, .lottery_phone .lottery-block-05 .carousel-comp .carousel-dots .caro-dot-05, .lottery_phone .lottery-block-05 .carousel-comp .carousel-dots .caro-dot-06, .lottery_phone .lottery-block-05 .carousel-comp .carousel-dots .caro-dot-07, .lottery_phone .lottery-block-05 .carousel-comp .carousel-dots .caro-dot-08, .lottery_phone .lottery-block-05 .carousel-comp .carousel-dots .caro-dot-09 {
  display: none;
}

.template-phone .template-block-03 .carousel-comp .carousel-container {
  width: 1795px;
  height: 180px;
}

.template-phone .template-block-03 .carousel-comp .carousel-container .caro-li {
  width: 200px;
  height: 180px;
  margin-right: 15px;
  margin-left: 15px;
}

.template-phone .template-block-03 .carousel-comp .carousel-container .caro-li-01 {
  background-size: cover;
  background-image: url("../images/template_phone/block03-icon01-normal-mobile.png");
}

.template-phone .template-block-03 .carousel-comp .carousel-container .caro-li-02 {
  background-size: cover;
  background-image: url("../images/template_phone/block03-icon02-normal-mobile.png");
}

.template-phone .template-block-03 .carousel-comp .carousel-container .caro-li-03 {
  background-size: cover;
  background-image: url("../images/template_phone/block03-icon03-normal-mobile.png");
}

.template-phone .template-block-03 .carousel-comp .carousel-container .caro-li-04 {
  background-size: cover;
  background-image: url("../images/template_phone/block03-icon04-normal-mobile.png");
}

.template-phone .template-block-03 .carousel-comp .carousel-container .caro-li-05, .template-phone .template-block-03 .carousel-comp .carousel-container .caro-li-06, .template-phone .template-block-03 .carousel-comp .carousel-container .caro-li-07, .template-phone .template-block-03 .carousel-comp .carousel-container .caro-li-08, .template-phone .template-block-03 .carousel-comp .carousel-container .caro-li-09 {
  display: none;
}

.template-phone .template-block-03 .carousel-comp .carousel-dots {
  width: 240px;
  height: 5px;
  margin-left: auto;
  margin-right: auto;
}

.template-phone .template-block-03 .carousel-comp .carousel-dots .caro-dot-05, .template-phone .template-block-03 .carousel-comp .carousel-dots .caro-dot-06, .template-phone .template-block-03 .carousel-comp .carousel-dots .caro-dot-07, .template-phone .template-block-03 .carousel-comp .carousel-dots .caro-dot-08, .template-phone .template-block-03 .carousel-comp .carousel-dots .caro-dot-09 {
  display: none;
}

.template-phone .template-block-04 .carousel-comp .carousel-container .caro-li {
  width: 340px;
  height: 475px;
  margin-right: 12px;
  margin-left: 12px;
}

.template-phone .template-block-04 .carousel-comp .carousel-container .caro-li-01 {
  background-size: cover;
  background-image: url("../images/template_phone/建站-模版-設計-遊戲-apgames.png");
}

.template-phone .template-block-04 .carousel-comp .carousel-container .caro-li-02 {
  background-size: cover;
  background-image: url("../images/template_phone/建站-模版-設計-高質量-apgames.png");
}

.template-phone .template-block-04 .carousel-comp .carousel-container .caro-li-03 {
  background-size: cover;
  background-image: url("../images/template_phone/建站-模版-設計-精品-apgames.png");
}

.template-phone .template-block-04 .carousel-comp .carousel-container .caro-li-04 {
  background-size: cover;
  background-image: url("../images/template_phone/建站-模版-設計-多樣-apgames.png");
}

.template-phone .template-block-04 .carousel-comp .carousel-container .caro-li-05 {
  background-size: cover;
  background-image: url("../images/template_phone/建站-模版-設計-體育-apgames.png");
}

.template-phone .template-block-04 .carousel-comp .carousel-container .caro-li-06 {
  background-size: cover;
  background-image: url("../images/template_phone/建站-模版-佈局-彩票-apgames.png");
}

.template-phone .template-block-04 .carousel-comp .carousel-container .caro-li-07 {
  background-size: cover;
  background-image: url("../images/template_phone/建站-模版-佈局-高端-apgames.png");
}

.template-phone .template-block-04 .carousel-comp .carousel-container .caro-li-08 {
  background-size: cover;
  background-image: url("../images/template_phone/建站-模版-佈局-繽紛-apgames.png");
}

.template-phone .template-block-04 .carousel-comp .carousel-container .caro-li-09 {
  background-size: cover;
  background-image: url("../images/template_phone/建站-模版-佈局-正規-apgames.png");
}

.template-phone .template-block-04 .carousel-comp .carousel-dots {
  width: 360px;
  height: 5px;
  margin-left: auto;
  margin-right: auto;
}

.template-phone .template-block-04 .carousel-comp .carousel-dots .caro-dot {
  width: 30px;
  height: 5px;
}

.rwd_header_mobile {
  display: none;
}

@media (max-width:959px) {
  .header-bg .navi-menu ul {
    display: none;
  }
  .rwd_header_mobile .tablet-menu {
    display: none;
  }
  .rwd_header_mobile .header-tablet .tablet-cross {
    display: none;
  }
}

@media (min-width:959px) {
  .rwd_header_desktop {
    display: none;
  }
}

@media all and (min-width:480px) and (max-width:959px) {
  .footer-top-bg .icon-container li {
    width: 150px;
  }
}

@media all and (min-width:480px) and (max-width:759px) {
  .footer-top-bg {
    height: 400px;
  }
  .footer-top-bg .icon-container {
    width: 480px;
    height: 300px;
  }
  .footer-top-bg .icon-container li {
    width: 240px;
  }
  .footer-top-bg .icon-container li:nth-child(5), .footer-top-bg .icon-container li:nth-child(7) {
    margin-top: 50px;
  }
  .footer-top-bg .icon-container .line-v {
    display: none;
  }
  .footer-tablet-bg {
    width: 100%;
    height: initial;
  }
  .footer-tablet-bg .footer {
    width: 100%;
    height: initial;
    padding: 30px;
    float: left;
  }
  .footer-tablet-bg .footer .block02 .list {
    width: 100%;
    height: initial;
    position: relative;
    float: left;
    margin: 0px;
    text-align: center;
  }
  .footer-tablet-bg .footer .block02 .list .menu-list {
    width: 100%;
    font-size: 18px;
    color: #CDB993;
    margin-bottom: 20px;
    display: block;
    display: inline-block;
    float: left;
  }
  .footer-tablet-bg .footer .block02 .list .menu-list-s {
    height: 30px;
    font-size: 13px;
    color: #bebebe;
    display: block;
    display: inline-block;
    margin-right: 15px;
    line-height: 16px;
  }
  .footer-tablet-bg .footer .block02 .list .menu-list-s:hover {
    color: #BAB097;
  }
  .footer-tablet-bg .footer .block02 .social-container {
    clear: both;
    position: relative;
    width: 265px;
    height: initial;
    margin: 0px auto 0 auto;
    background: #c00;
  }
  .footer-tablet-bg .footer .block02 .social-container .icon-grp {
    position: relative;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 10px 12px 20px 12px;
    transition: all .2s ease-in-out;
    cursor: pointer;
  }
  .footer-tablet-bg .footer .block03 {
    width: 80%;
    height: initial;
    clear: both;
    border-top: 1px solid #9D9D9D;
    padding-top: 10px;
    margin: 0 auto;
  }
  .footer-tablet-bg .footer .block03 .copyright {
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    color: #9D9D9D;
  }
}

@media all and (max-width:480px) {
  .header-bg .navi-menu ul {
    display: none;
  }
  .footer-top-bg {
    height: 350px;
  }
  .footer-top-bg .icon-container {
    width: 320px;
    height: initial;
  }
  .footer-top-bg .icon-container li {
    width: 160px;
    height: 120px;
  }
  .footer-top-bg .icon-container li:nth-child(5), .footer-top-bg .icon-container li:nth-child(7) {
    margin-top: 30px;
  }
  .footer-top-bg .icon-container .line-v {
    display: none;
  }
}

@media (max-width:1200px) {
  .market.index-market .market-block-01 .block-01-main {
    width: 586px;
    margin-left: 380px;
  }
  .index .index-block-02 .block-02-main {
    margin-left: -25px;
  }
  .lottery .lottery-block-05 .block-05-main {
    width: 970px;
  }
  .lottery .lottery-block-05 .block-05-main .pos-r {
    margin-right: -40px;
    width: 354px;
    background-position: -5px 0;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .lottery .lottery-block-05 .block-05-main .pos-l {
    margin-left: -40px;
    width: 354px;
    background-position: 5px 0;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .lottery .lottery-block-05 .block-05-main .list-block-center {
    position: relative;
    width: 319px;
    height: initial;
    float: left;
    z-index: 17;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .lottery .lottery-block-05 {
    background-position-y: 685px;
    height: 600px;
  }
  .lottery .lottery-block-05 .block-05-main .pos-r .font {
    font-size: 15px;
    margin-top: 330px;
  }
  .lottery .lottery-block-05 .block-05-main .pos-l .font {
    font-size: 15px;
    margin-top: 330px;
  }
  .lottery .lottery-block-05 .block-05-main .list-block-center .font {
    font-size: 15px;
    margin-top: 330px;
  }
}

@media (max-width:990px) {
  .index .index-block-02 .block-02-main {
    margin-left: -90px;
  }
  .market.index-market .market-block-01 .block-01-main {
    width: 470px;
    margin-left: 275px;
  }
  .index .index-block-04.tab-4 .block-04-main .block .list-font .tab-4-title {
    font-size: 20px;
  }
  .index .index-block-04.tab-4 .block-04-main .block .list-font {
    padding: 73px 20px 0 20px;
  }
  .lottery .lottery-block-05 .block-05-main {
    width: 750px;
  }
  .lottery .lottery-block-05 .block-05-main .pos-r {
    margin-right: -40px;
    width: 280px;
    background-position: -5px 0;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .lottery .lottery-block-05 .block-05-main .pos-l {
    margin-left: -40px;
    width: 280px;
    background-position: 5px 0;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .lottery .lottery-block-05 .block-05-main .list-block-center {
    position: relative;
    width: 252px;
    height: initial;
    float: left;
    z-index: 17;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .lottery .lottery-block-05 .block-05-main .pos-r .font {
    font-size: 14px;
    margin-top: 260px;
  }
  .lottery .lottery-block-05 .block-05-main .pos-l .font {
    font-size: 14px;
    margin-top: 260px;
  }
  .lottery .lottery-block-05 .block-05-main .list-block-center .font {
    font-size: 14px;
    margin-top: 260px;
  }
  .lottery .lottery-block-05 {
    background-position-y: 620px;
    height: 530px;
  }
}

@media (max-width:976px) {}

@media (max-width:776px) {
  .t-title-text {
    width: 80%;
    height: auto;
    margin-bottom: 15px;
  }
  .index .index-block-04.tab-4 .block-04-main .block {
    width: calc(50% - 20px);
    margin: 0 10px 20px 10px;
  }
  .index-block-01 .title, .index .index-block-04 .title {
    width: 100%;
  }
  .index .index-block-04.tab-4 .block-04-main .block .list-font .tab-4-title {
    font-size: 16px;
  }
  .index .index-block-04.tab-4 .block-04-main .block .list-font {
    font-size: 14px;
  }
  .index .index-block-04.tab-4 {
    height: 790px;
  }
  .index .index-block-04.tab-4 .block-04-main {
    height: 520px;
  }
  .index .index-block-04.tab-4 .block-04-main .block .list-img img {
    width: 100%;
    height: 100%;
  }
  .market .market-block-01 .title, .index .index-block-04 .title, .index-block-01 .title, .index-block-02 .title-top, .lottery_phone .lottery-block-05 .title-top, .lottery_tablet .lottery-block-05 .title-top {
    width: 100%;
  }
}

.advan-list-2-title {
  font-size: 16px!important;
  color: #bba57c;
}

.advan-list-2-ul {
  margin: 10px 0;
}

.advan-list-3-ul {
  margin: 10px 0;
  -webkit-margin-before: 0.5em;
  -webkit-margin-after: 0.5em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 30px;
}

.advan-list-3-ul li {
  list-style: disc;
  font-size: 13px;
}

.advan-list-2-ul li {
  font-size: 14px;
  line-height: 21px;
}

.advan-top-list {
  display: block;
  height: initial;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -60px;
  margin-top: 120px;
  z-index: 29;
  position: relative;
  border-bottom: 1px solid rgba(113, 113, 113, 0.20);
  padding-bottom: 30px;
  padding-left: 5%;
  padding-right: 5%;
}

.advan-top-list h1 {
  text-align: center;
  height: 120px;
  font-size: 50px;
  color: #d0b786;
}

.t-color-king {
  color: #c1aa7c!important;
  font-size: 15px;
}

.advan-top {}

/*.fixed{position:fixed;top:80px;display:block;}*/

.char-list .char-item {
  padding: 0;
  background: #fff;
  text-align: center;
  margin-bottom: 40px;
}

.char-list a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 200ms ease-in;
}

.char-list .char-item i {
  display: inline-block;
  height: 50px;
  vertical-align: middle;
  margin-top: 25px;
  margin-bottom: 30px;
  transition: all 200ms ease-in;
}

.char-list .char-item .active i, .char-list .char-item:hover i {
  opacity: 0;
  transform: translateY(40px) scale(.5, .5);
}

.char-list .char-item h6 {
  color: #717171;
  display: block;
  margin-bottom: 5px;
  transition: all 200ms ease-in;
  vertical-align: middle;
  width: 100px;
  height: 100px;
  background: #fff;
  border-radius: 50%;
  margin: 0 auto;
  font-size: 13px;
  line-height: 21px;
  padding: 30px 10px 0 10px;
  border: 1px solid #cbb68f;
  position: relative;
}

.char-list .char-item h6:after {
  content: "";
  opacity: 0;
  display: block;
  border: 1px solid #cbb68f;
  width: 100px;
  height: 100px;
  position: absolute;
  border-radius: 50%;
  top: 0;
  left: -1px;
  transition: all .3s;
}

.char-list .char-item:hover h6 {
  z-index: 6;
}

.char-list .char-item:hover h6:after {
  opacity: 1;
  width: 120px;
  height: 120px;
  top: -11px;
  left: -11px;
}

.char-list .char-item:hover h6, .char-list .char-item.active h6 {
  transform: translateY(-20px);
  background: #cbb68f;
  color: #fff;
}

.char-list .char-item:nth-child(even) {
  background: #fff;
}

.char-list .char-item:hover a, .char-list .char-item.active a {
  background: none;
}

/*联系我们*/

.col.ic1 {
  display: inline-block;
  background: url(../images/tech/icon1.png) no-repeat 0 center;
  height: 32px;
  background-size: 27px;
  padding-left: 38px;
  padding-right: 10px;
  vertical-align: middle;
}

.col.ic2 {
  display: inline-block;
  background: url(../images/tech/icon2.png) no-repeat 0 center;
  height: 32px;
  background-size: 27px;
  padding-left: 38px;
  padding-right: 10px;
  vertical-align: middle;
}

.col.ic3 {
  display: inline-block;
  background: url(../images/tech/icon3.png) no-repeat 0 center;
  height: 32px;
  background-size: 27px;
  padding-left: 38px;
  padding-right: 10px;
  vertical-align: middle;
}

.col.ic4 {
  display: inline-block;
  background: url(../images/tech/icon4.png) no-repeat 0 center;
  height: 32px;
  background-size: 27px;
  padding-left: 38px;
  padding-right: 10px;
  vertical-align: middle;
}

.col.ic5 {
  display: inline-block;
  background: url(../images/tech/icon5.png) no-repeat 0 center;
  height: 32px;
  background-size: 27px;
  padding-left: 38px;
  padding-right: 10px;
  vertical-align: middle;
}

/*服务方案*/

.m-2-list li {
  margin-bottom: 10px;
}

.m-2-title {
  font-size: 16px!important;
  color: #bba57c;
  display: block;
  margin-bottom: 10px;
}

.market .market-block-02 .block-02-main {
  float: left;
}

.market .market-block-02 .block-01-main {
  width: 800px;
  height: initial;
  margin: 20px 0 30px 430px;
  position: relative;
}

.market .market-block-02 .block-01-main .block01 {
  border-bottom: 1px solid #cbb68f;
  font-size: 26px;
  line-height: 40px;
  width: 150px;
  margin-bottom: 20px;
  color: #cbb68f;
}

.market .market-block-02 .block-01-main .block02 {
  font-size: 15px;
  line-height: 20px;
  color: #fff;
}

.market .market-block-02 .block-01-main .block03 {
  margin-top: 20px;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
}

.market .market-block-02 .block-01-main .block03 p {
  padding-left: 25px;
  line-height: 25px;
  background: url("../images/about/p-icon.png") no-repeat 10px center;
  font-size: 14px;
}

.market .market-block-02 {
  padding: 170px 0;
}

.fa-tabal {
  border: 1px solid #cab58f;
}

.fa-tabal tr th {
  font-weight: 600;
}

.fa-tabal tr th, .fa-tabal tr td {
  font-size: 15px;
  padding: 10px 20px;
  border-bottom: 1px solid #cab58f;
  border-right: 1px solid #cab58f;
  text-align: center;
  color: #cab58f;
}

/*创新产品*/

.intro .cxcp-t .block-01-main .block-info, .intro .cxcp-t .block-04-main .block-info {
  background: none;
  padding-left: 0;
}

.intro .cxcp-t .block-01-main .block-info .info-top {
  border-left: none;
  margin-bottom: 30px;
}

.container-fluid.intro-block-04.cxcp-t {
  position: relative;
}

.intro .cxcp-t .block-04-main .block-info .info-top {
  border-left: none;
  margin-bottom: 30px;
}

.intro_global .cxcp-t .intro-block-01bottom-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: url(../images/lottery/block01-image.png) center;
  z-index: 0;
  background-repeat: no-repeat;
}

.intro_global .cxcp-t .intro-block-04-bg {
  position: absolute;
  top: 0;
  background: url(../images/lottery/block04-image.png) center top no-repeat;
  width: 100%;
  height: 100%;
}

.cxcp-t .title-t1 {
  vertical-align: middle;
}

.cxcp-t .title-t2 {
  font-size: 18px;
  margin-left: 10px;
  border-left: 1px solid #777575;
  padding-left: 10px;
  vertical-align: middle;
}

.cxcp-t .c-product-1 {
  -webkit-padding-start: 25px;
}

.cxcp-t .c-product-1 li {
  margin-bottom: 8px;
  list-style: url(../images/lottery/list-tt.png);
}

.cxcp-t .c-product-1 li span {
  display: block;
}

.cxcp-t .c-product-1 li span.c-product-title {
  font-size: 15px;
  font-weight: 600;
}

.cxcp-t .c-product-1 li span.c-product-text {
  font-size: 13px;
  line-height: 18px;
}

.intro_global .intro-block-01.cxcp-t .block-01-main {
  margin-top: 50px;
  position: relative;
  z-index: 8;
  float: right;
  width: 600px;
  height: initial;
}

.intro_global .intro-block-01.cxcp-t {
  position: relative;
  width: 100%;
  min-height: 450px;
  padding: 50px 0;
  background: url("../images/intro/block01-bg01.png") bottom center;
}

.intro_global .intro-block-01.cxcp-t .intro-block-01top-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  background: url("../images/intro/block01-bg02.png") center;
  top: 0;
  z-index: 1;
}

.intro_global .intro-block-01.cxcp-t .block-01-main .block-info .info-top .font-1 {
  font-size: 26px;
  color: #CDB993;
  margin-bottom: 10px;
}

.intro_global .intro-block-01.cxcp-t .block-01-main .block-info .info-top .font-2 {
  color: #ffffff;
  font-size: 18px;
  line-height: 30px;
  width: 420px;
}

.intro_global .intro-block-04.cxcp-t .block-04-main .block-info .info-top .font-2 {
  color: #000000;
  font-size: 18px;
  line-height: 30px;
  width: 420px;
}

.intro_global .intro-block-04.cxcp-t .block-04-main {
  margin-top: 50px;
  position: relative;
  float: left;
  width: 700px;
  height: initial;
  padding-left: 20px;
}

.intro_global .intro-block-04.cxcp-t .block-04-main .block-info .info-top .font-1 {
  font-size: 26px;
  color: #000000;
  margin-bottom: 10px;
}

.intro_global .intro-block-01.cxcp-t .block-01-main .block-info {
  background: none;
  padding-left: 0;
}

.intro_global .intro-block-01.cxcp-t .block-01-main .block-info .info-top {
  border: none;
}

.intro_global .intro-block-04.cxcp-t .block-04-main .block-info {
  background: none;
  padding-left: 0;
}

.intro_global .intro-block-04.cxcp-t .block-04-main .block-info .info-top {
  border: 0;
}

/* Footer Contact */

.contact {
  padding: 0;
  color: #8a8a8a;
  padding: 40px 0;
  background: #0f0f0f url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAAAZlBMVEUAAAAaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhrOeG4GAAAAIXRSTlMAS8S8y907Lg6JgQXy50SPNGvUQJegh3Kve12oZlMktRhB66e+AAADHUlEQVQ4y01TibaqMBALe9lEQAHXa/7/J19S8B09h9olk0mnEyDh9sZp4lYBn+ZCsuvIYmgCUG1MS5TsEuNy4M7C01yoy6Ax98Br4hMmwvAE4zJmwDwJJVZMBe8ASpGnLcqUiTiJFEh9kLFPfBzAS5Hj5MVCNj6+oSI+gry8ugLt0rE9875SJ4UwIXeuyGkVd1S55m1tXRgoTSUscgEapjsSZ8f0mp3IuuYZeQFww8jnn0GJh45A0ccI335GV6CykAfR8s97Jw1ZZOOMzDgHbqxQEE5TY4y72rkwsZ5MHNeI07DEb3hJIZBFPRIyEaHHOyanPueADrxoHehae/Mt/hUolbzm26RmqfDn6r04IjGy4VmSWyCKUsh1x5njNiguJk4VshUodY6PFC5cYtEy3bQ6BLgU3tlWUU6ibBRNMi/RptxcUhzFS8Xj9IoaGZQSZdeU3jKFn2h9HoId7vxoFcMLArTMvVvm3+K9hPTs0sI/aeWK9jxM1hhJTcY+IIl0tUTdxPTIwdTPPz1btHrbEJOW7GdHuX/cKXxIYMfucjf7QN6A1Y2Myi2NNO4gPK+yB+yP8QXgmVvQk93st04/OPfMRdGOY28g8yVaRYIaSbQjzrH1npE1kXpuTUpwBDBfJDoc/auTLPqoxZyzq60rvyLPMb/h+0VHaDhx2o2Cq0UePhLAHeL7pV9/zMEv7Y26RTXIRxXH2B0SawXj4Q/PbiL27OujFoEP3OQPS3INFXU0htun4GofTQXc/4D9cbSpUfbS/phFufto9Y25YPk+ca3JzXW5eufbygUD8JaqFtkef7SxOWqUe18M+kassJrczj0diRfUr4jvf3zUduAdDRuU0R/6Hk5z1q2XXx+lxKQ/J55z+2P3jwkrLVWKw0davH/8ke3+QBD4Qj394KMH/PaHjFR7rhonjPw8ia+PjIPLhfK/P6rdH+A4/vpoz7fChfv6Y979ce03BFd499EkyJ0gzwJNhz8a+8N91FaDhIz/fZTHB/EwhMMf6aavsJ2bgI9aKogvtVE7OSlkLFYghFpEXcfH8HTytY8+Mu4fALhTAleM4ykAAAAASUVORK5CYII=);
}

.contact p {
  line-height: 1.5em;
}

.contact h3 {
  font-size: 24px;
  color: #fff;
  padding: 20px 0;
}

.contact h4 {
  font-size: 20px;
}

.contact-box {
  height: 120px;
}

.contact-box:after {
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
  content: "";
}

.contact-box>.contact-info {
  display: inline-block;
  vertical-align: bottom;
}

.contact-box>.contact-info a, .text-gold {
  color: #a08c64;
}

.contact-box>.contact-info a:hover {
  color: #cbbb92;
}

.statistics-icon a {
  display: none;
  vertical-align: text-bottom;
  margin-left: 15px;
  background: url(../images/index/tjtb.png);
}

.statistics-icon a img {
  opacity: 0;
}

/* Footer Style· */

.footer {
  background: #222;
}

.footer .footer-info {
  padding: 20px 0;
}

.footer-copyright {
  border-top: 1px solid #333333;
  padding: 10px 0;
}

.footer-copyright .copyright {
  text-transform: uppercase;
  font-size: 13px;
  padding-top: 14px;
  color: #8a8a8a;
}

.footer-copyright .copyright>a {
  color: #cbb68f;
}

.footer-copyright .copyright>a:hover {
  color: #ecd09d;
}

.footer-copyright .gotop {
  color: #a08c64;
  text-align: right;
}

.footer-copyright .gotop a {
  width: 48px;
  height: 48px;
  line-height: 48px;
  display: inline-block;
  text-align: center;
  border: 1px solid #a08c64;
  border-radius: 2px;
  color: #a08c64;
}

.footer-copyright .gotop a:hover {
  opacity: 0.6;
  filter: opacity(60);
}

.footer-copyright .gotop a>img {
  display: block;
  padding: 10px 0 0 10px;
}

/* Trust-Logo */

.trust-list {
  text-align: right;
}

.trust {
  height: 45px;
  line-height: 45px;
  background-repeat: no-repeat;
  padding: 0!important;
}

.trust a {
  height: 45px;
  line-height: 45px;
  background-repeat: no-repeat;
  display: inline-block;
  filter: alpha(opacity:0);
  opacity: 0;
  -webkit-transition: opacity 300ms ease-in-out;
  -moz-transition: opacity 300ms ease-in-out;
  -ms-transition: opacity 300ms ease-in-out;
  -o-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}

.trust a:hover {
  opacity: 1;
}

.trust, .trust a {
  background-image: url(../images/trust-logo.png);
}

.gicc {
  width: 50px;
  background-position: 0 0;
}

.gicc a {
  width: 50px;
  background-position: 0 -45px;
}

.thawte {
  width: 100px;
  background-position: -50px 0;
}

.thawte a {
  width: 100px;
  background-position: -50px -45px;
}

.pagcro {
  width: 60px;
  background-position: -150px 0;
}

.pagcro a {
  width: 60px;
  background-position: -150px -45px;
}

.gc {
  width: 60px;
  background-position: -210px 0;
}

.gc a {
  width: 60px;
  background-position: -210px -45px;
}

.y18 {
  width: 60px;
  background-position: -270px 0;
}

.y18 a {
  width: 60px;
  background-position: -270px -45px;
}

@media screen and (min-width:767px) and (max-width:1140px) {
  .header-bg .navi-menu {
    margin-right: 10px;
  }
  .header-bg .navi-menu ul li {
    width: 90px;
  }
}

@media (max-width:991px) {
  .footer-copyright .copyright {
    padding-top: 6px;
  }
}

@media (max-width:767px) {
  .contact-box {
    height: 60px;
  }
  .footer-logo {
    text-align: center;
  }
  .trust-list {
    text-align: center;
    margin-top: 20px;
  }
}

.game-sort-list {
  border-top: 1px solid #ddd;
}

.game-sort-list h4 {
  margin: 10px 0;
}

.game-sort {
  font-size: 0;
  border: 1px solid rgba(136, 125, 101, 0.24);
}

.game-sort>li {
  display: inline-block;
  min-width: 85px;
  font-size: 14px;
  padding: 10px 5px;
  margin: 10px 0;
  border-right: 1px solid #ddd;
}

.game-sort>li>a {
  display: block;
}

.game-sort>li>a:hover {
  opacity: 0.7;
  filter: opacity(70);
}

.game-sort>li>a>img {
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}

.game-sort>li>a>span {
  display: block;
  text-align: center;
  color: #555;
}

.game-sort>li:nth-child(7n) {
  border-right: none;
}

.game-sort-title {
  color: #666;
  font-weight: bold;
}

.black.game-sort-list {
  border-top: 1px solid #333;
}

.black.game-sort-list .game-sort>li {
  border-color: #333;
}

.black.game-sort-list .game-sort>li>a>span {
  color: #666;
}

.black.game-sort-list .game-sort>li:nth-child(6n) {
  border-right: none;
}

.black.game-sort-list .game-sort>li:nth-child(7n) {
  border-right: 1px solid #333;
}

.services-banner {
  padding-top: 60px;
  background: url(../images/about/s-banner.png) no-repeat top center;
  height: 420px;
}

/*服务方案*/

.fanan-menu {
  display: inline-block;
  vertical-align: middle;
  width: 300px;
  height: 230px;
  margin: 30px 20px;
  border-radius: 3px;
  opacity: 1;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  transition: all .3s;
}

.fanan-menu:hover {
  opacity: .8;
}

.fanan-menu span {
  color: #fff;
  display: block;
  text-align: center;
}

.fanan-menu .fanan-img img {
  margin: 0 auto;
  padding-top: 40px;
}

.fanan-menu .fanan-t {
  font-size: 30px;
  padding: 10px 0 32px;
}

.fanan-menu .fanan-c {
  padding: 0 20px;
  font-size: 12px;
  line-height: 22px;
}

.fanan-menu.fanan-bw {
  background-image: url(../images/about/fangan-img-1.png);
}

.fanan-menu.fanan-cp {
  background-image: url(../images/about/fangan-img-2.png);
}

/*服务流程*/

.template .template-block-02 {
  width: 100%;
  height: 400px;
  background: url(../images/template/block02-bg.png) center top -60px;
}

.template .template-block-02 .block-02-main .block02-icon {
  position: relative;
  margin-top: 10px;
  width: 1070px;
  margin-left: auto;
  margin-right: auto;
}

.template .template-block-02 .block-02-main .block02-icon .icon-block {
  width: 250px;
  float: none;
  height: 230px;
  display: inline-block;
  vertical-align: middle;
}

.template .template-block-02 .block-02-main .block02-icon .icon-block img {
  margin-left: auto;
  margin-right: auto;
}

.template .template-block-02 .block-02-main .block02-icon .arrow-block {
  width: 20px;
  height: 230px;
  display: inline-block;
  float: none;
  vertical-align: middle;
  background: url(../images/template/block02-arrow.png) no-repeat 0 50px;
}

.mb-ct {
  font-size: 13px;
  color: #9f9f9f;
  margin-top: 15px;
  line-height: 18px;
}

.step-list {
  margin-top: 40px;
}

.step-list li {
  display: block;
  height: 150px;
}

.step-list .step-img {
  width: 160px;
  height: 130px;
  display: block;
  float: left;
}

.step-list .step-img.step-1 {
  background: url(../images/about/step1.png) no-repeat top left;
}

.step-list .step-img.step-2 {
  background: url(../images/about/step2.png) no-repeat top left;
}

.step-list .step-img.step-3 {
  background: url(../images/about/step3.png) no-repeat top left;
}

.step-list .step-img.step-4 {
  background: url(../images/about/step4.png) no-repeat top left;
}

.step-list .m-2-title {
  font-size: 23px!important;
  padding: 20px 0 5px;
}

.step-list .down-arrow-block {
  background: url(../images/about/block02-down-arrow.png) no-repeat;
  height: 33px;
  margin-top: -21px;
}

.template .more-btn a {
  width: 180px;
  padding: 15px 0;
  font-size: 18px;
  margin: 0 auto;
  display: block;
  background: #000;
  background: #cbb68f;
  color: #fff;
  text-align: center;
  transition: all .3s;
}

.template .more-btn a:hover {
  background: #b9a47c;
}

/*游戏品种响应*/

.intro_global .intro-block-01.yxpz-d .block-01-main {
  background: url(../images/a-bg7.png) top left;
  padding: 60px 20px 70px 20px;
  margin-top: -10px;
}

.intro_global .intro-block-02.yxpz-d .block-02-main {
  background: url(../images/a-bg4.png) top right;
  padding: 60px 20px 70px 20px;
  margin-top: -10px;
}

.intro_global .intro-block-04.yxpz-d .block-04-main {
  background: url(../images/a-bg5.png) top right;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 70px;
}

.intro_global .intro-block-01.yxpz-d, .intro_global .intro-block-02.yxpz-d, .intro_global .intro-block-04.yxpz-d, .intro_global .intro-block-05.yxpz-d {
  padding-bottom: 0;
  height: auto;
}

.intro_global .intro-block-05.yxpz-d .block-05-main {
  background: url(../images/a-bg6.png) top left;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 70px;
}

/*响应调整*/

.about_global .about-block-01 .block-01-main {
  width: 800px;
  height: initial;
  margin: 20px 0 30px 430px;
  position: relative;
}

.about_global .about-block-01 .block-01-main .block01 {
  border-bottom: 1px solid #000000;
  font-size: 28px;
  line-height: 40px;
  width: 150px;
  margin-bottom: 20px;
  color: #000000;
}

.about_global .about-block-01 .block-01-main .block02 {
  font-size: 15px;
  line-height: 20px;
  color: #000000;
}

.about_global .about-block-01 .block-01-main .block03 {
  margin-top: 20px;
  font-size: 12px;
  line-height: 20px;
  color: #000000;
}

.about_global .about-block-01 .block-01-main .block03 p {
  padding-left: 25px;
  line-height: 25px;
  background: url("../images/about/p-icon.png") no-repeat 10px center;
  font-size: 14px;
}

.rwd_desktop.y-show {
  padding-top: 30px;
  display: block!important;
}

.intro .intro-block-01.cxcp-t .block-01-main {
  width: auto;
}

.container.n-pidd {
  padding: 0;
}

.intro_global .intro-block-01.cxcp-t .block-01-main {
  background: url(../images/a-bg3.png) top left;
  padding: 0 0 90px 20px;
}

.about-block-02.fwfa-d {
  position: relative;
  width: 100%;
  padding: 90px 0 50px 0;
  background: #f2f2f2 url(../images/about/block01x-bg.png) no-repeat top center;
}

.about-block-02.fwfa-d .block-01-main .block01 {
  border-bottom: 1px solid #cbb68f;
  font-size: 28px;
  line-height: 40px;
  width: 150px;
  margin-bottom: 20px;
  color: #cbb68f;
}

.about-block-02.fwfa-d .block-01-main .block02 {
  font-size: 15px;
  line-height: 20px;
  color: #000000;
}

@media (max-width:600px) {
  .intro_global .intro-block-01.cxcp-t .block-01-main {
    float: none;
    width: 100%;
  }
  .intro_global .intro-block-01.cxcp-t .block-01-main .block-info .info-top .font-2 {
    width: 100%;
    padding-right: 20px;
  }
  .intro_global .intro-block-04.cxcp-t .block-04-main .block-info .info-top .font-2 {
    width: 100%;
    padding-right: 20px;
  }
  .intro_global .intro-block-04.cxcp-t .block-04-main {
    float: none;
    width: 100%;
  }
}

@media (max-width:630px) {
  .intro_global .intro-block-05.yxpz-d .block-05-main, .intro_global .intro-block-04.yxpz-d .block-04-main, .intro_global .intro-block-02.yxpz-d .block-02-main, .intro_global .intro-block-01.yxpz-d .block-01-main {
    float: none;
    width: 100%;
  }
  .intro_global .intro-block-01.yxpz-d .block-01-main .block-info, .intro_global .intro-block-02.yxpz-d .block-02-main .block-info, .intro_global .intro-block-04.yxpz-d .block-04-main .block-info, .intro_global .intro-block-05.yxpz-d .block-05-main .block-info {
    background: none;
    padding-left: 0;
  }
  .intro_global .intro-block-01.yxpz-d .block-01-main .block-info .info-top .font-2, .intro_global .intro-block-02.yxpz-d .block-02-main .block-info .info-top .font-2, .intro_global .intro-block-04.yxpz-d .block-04-main .block-info .info-top .font-2, .intro_global .intro-block-05.yxpz-d .block-05-main .block-info .info-top .font-2 {
    width: 100%;
  }
  .intro_global .intro-block-04.yxpz-d .block-04-main .block-info .game-sort-list {
    width: 100%!important;
  }
  .black.game-sort-list .game-sort>li:nth-child(7n) {
    border-right: 0;
  }
  .yxpz-d .game-sort>li {
    border: 0;
  }
  .yxpz-d .game-sort {
    zoom: .7;
  }
  .yxpz-d .block-info>img {
    zoom: .7;
  }
  .yxpz-d .container {
    padding: 0;
  }
}

@media (max-width:776px) {
  .tech .tech-block-01 .title {
    width: 100%;
    margin: 0;
    padding-top: 60px;
    padding-bottom: 20px;
  }
  .tech .tech-block-01 .block-01-main .font-block {
    width: 100%;
  }
}

@media (max-width:991px) {
  .rwd_header_desktop {
    display: none;
  }
  .container-fluid.cxcp-t .container {
    padding: 0;
    width: 100%!important;
  }
  .gms_global .gms-block-01 {
    position: relative;
    width: 100%;
    height: auto;
    padding: 70px 0 0 0;
  }
  .gms_global .gms-block-02 {
    position: relative;
    width: 100%;
    padding: 0;
    height: auto;
  }
  .gms_global .gms-block-03 {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0;
    background: none;
  }
  .gms_global .gms-block-05 {
    position: relative;
    width: 100%;
    padding: 0;
    height: auto;
  }
  .gms_global .gms-block-04 {
    position: relative;
    width: 100%;
    padding: 0;
    height: auto!important;
    margin-top: 0;
  }
  .gms_global .gms-block-01 .block-01-main {
    float: none;
    width: 100%;
    margin-top: 0;
    background: url(../images/a-bg2.png) top left;
    padding: 50px 20px;
  }
  .gms_global .gms-block-02 .block-02-main {
    float: none;
    width: 100%;
    margin-top: 0;
    background: url(../images/a-bg1.png) top right;
    padding: 50px 20px;
  }
  .gms_global .gms-block-03 .block-03-main {
    float: none;
    width: 100%;
    margin-top: 0;
    background: url(../images/a-bg2.png) top left;
    padding: 50px 20px;
  }
  .gms_global .gms-block-04 .block-04-main {
    float: none;
    width: 100%;
    margin-top: 0;
    background: url(../images/a-bg1.png) top right;
    padding: 50px 20px;
  }
  .gms_global .gms-block-05 .block-05-main {
    float: none;
    width: 100%;
    margin-top: 0;
    background: url(../images/a-bg2.png) top left;
    padding: 50px 20px;
  }
}

@media (max-width:1150px) {
  .fwfa-d .container {
    width: 100%!important;
    margin: 0 auto!important;
    padding: 0!important;
  }
  .about .about-block-02.fwfa-d {
    height: 735px!important;
    padding: 0;
  }
  .about .about-block-02.fwfa-d .container {
    height: 735px!important;
    padding: 0;
  }
  .about-block-02.fwfa-d .block-01-main {
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    height: 735px;
    margin-top: 0!important;
    padding: 110px 35px;
  }
}

@media (max-width:1300px) {
  .intro_global .intro-block-01.yxpz-d .container {
    width: 100%!important;
  }
  .intro_global .intro-block-05.yxpz-d .container {
    width: 100%!important;
  }
}

@media (max-width:976px) {
  .about-block-02.fwfa-d {
    padding: 30px 0 50px 0;
  }
  .about-block-02.fwfa-d .block-01-main {
    background: rgba(255, 255, 255, 0.7);
    position: relative;
    height: auto;
    margin-top: 0!important;
    padding: 20px 20px 35px;
  }
  .about_tablet .about-block-01 {
    padding: 0 30px;
  }
  .about_phone .about-block-01 {
    padding: 0 30px 30px;
  }
  .about_global .about-block-01 .block-01-main {
    width: 100%;
  }
  .fanan-menu {
    width: calc(50% - 43px);
  }
  .fanan-menu {
    background-position: center;
    background-repeat: no-repeat;
    background-color: #000;
  }
  .template .template-block-02 {
    height: auto;
    background: #1a1a1a;
  }
  .template .template-block-02 .block-02-main .block02-icon {
    width: 100%;
  }
  .template-phone .template-block-02 .block-02-main {
    width: 100%;
    height: auto;
  }
  .template .template-block-02 .block-02-main .block02-icon .icon-block {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0 30px;
  }
  .template .template-block-02 .block-02-main .block02-icon .arrow-block {
    height: 85px;
    display: block;
    margin: 0 auto;
    background: url(../images/template/block02-arrow.png) no-repeat 0 27px;
    transform: rotate(90deg);
  }
  .template-content.cases-template .container {
    width: 100%;
  }
}

@media (max-width:650px) {
  .fanan-menu {
    width: calc(100% - 43px);
  }
}

@media (min-width:900px) {
  .intro .intro-block-01.cxcp-t .container {
    width: 100%!important;
  }
}

@media (min-width:1000px) {
  .intro .intro-block-01.cxcp-t .container {
    width: 90%!important;
  }
}

@media (min-width:1100px) {
  .intro .intro-block-01.cxcp-t .container {
    width: 85%!important;
  }
}

@media (min-width:1200px) {
  .intro .intro-block-01.cxcp-t .container {
    width: 80%!important;
  }
}

@media (min-width:1300px) {
  .intro .intro-block-01.cxcp-t .container {
    width: 70%!important;
  }
}

@media (min-width:1400px) {
  .intro .intro-block-01.cxcp-t .container {
    width: 63%!important;
  }
}

@media (min-width:1500px) {
  .intro .intro-block-01.cxcp-t .container {
    width: 55%!important;
  }
}

.bootstrap-dialog .modal-header {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px
}

.bootstrap-dialog .bootstrap-dialog-title {
  color: #fff;
  text-align: center;
  font-size: 18px
}

.bootstrap-dialog .bootstrap-dialog-message {
  font-size: 14px
}

.bootstrap-dialog .bootstrap-dialog-button-icon {
  margin-right: 3px
}

.bootstrap-dialog .bootstrap-dialog-close-button {
  font-size: 20px;
  float: right;
  filter: alpha(opacity=90);
  -moz-opacity: .9;
  -khtml-opacity: .9;
  opacity: .9
}

.bootstrap-dialog .bootstrap-dialog-close-button:hover {
  cursor: pointer;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1
}

.bootstrap-dialog.type-default .modal-header {
  background-color: #fff
}

.bootstrap-dialog.type-default .bootstrap-dialog-title {
  color: #333
}

.bootstrap-dialog.type-info .modal-header {
  background-color: #00a0e6
}

.bootstrap-dialog.type-primary .modal-header {
  background-color: #7A8288
}

.bootstrap-dialog.type-success .modal-header {
  background-color: #00beaa
}

.bootstrap-dialog.type-warning .modal-header {
  background-color: #ffac01
}

.bootstrap-dialog.type-danger .modal-header {
  background-color: #f9094d
}

.bootstrap-dialog.size-large .bootstrap-dialog-title {
  font-size: 24px
}

.bootstrap-dialog.size-large .bootstrap-dialog-close-button {
  font-size: 30px
}

.bootstrap-dialog.size-large .bootstrap-dialog-message {
  font-size: 18px
}

.bootstrap-dialog .icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg)
  }
  100% {
    -moz-transform: rotate(359deg)
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg)
  }
  100% {
    -webkit-transform: rotate(359deg)
  }
}

@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg)
  }
  100% {
    -o-transform: rotate(359deg)
  }
}

@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg)
  }
  100% {
    -ms-transform: rotate(359deg)
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg)
  }
  100% {
    transform: rotate(359deg)
  }
}

.bootstrap-dialog.index-modal {
  text-align: center;
  top: 80px
}

.bootstrap-dialog.index-modal>.modal-dialog {
  display: inline-block;
  width: auto
}

.bootstrap-dialog.index-modal>.modal-dialog>.modal-content>.modal-body {
  padding: 0;
  margin-top: -1px
}

.bootstrap-dialog.index-modal>.modal-dialog>.modal-content>.modal-header {
  padding: 8px
}

/* livechat */

@keyframes scaleToggleOne {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1)
  }
  50% {
    transform: scale(2);
    -webkit-transform: scale(2)
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1)
  }
}

@keyframes scaleToggleTwo {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1)
  }
  20% {
    transform: scale(1);
    -webkit-transform: scale(1)
  }
  60% {
    transform: scale(2);
    -webkit-transform: scale(2)
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1)
  }
}

@keyframes scaleToggleThree {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1)
  }
  33% {
    transform: scale(1);
    -webkit-transform: scale(1)
  }
  66% {
    transform: scale(2);
    -webkit-transform: scale(2)
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1)
  }
}

.animated {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

.livechat-girl {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: fixed;
  bottom: 120px;
  right: 40px;
  opacity: 0;
  -webkit-box-shadow: 0 5px 10px 0 rgba(35, 50, 56, .3);
  box-shadow: 0 5px 10px 0 rgba(35, 50, 56, .3);
  z-index: 700;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  cursor: pointer;
  -webkit-transition: all 1s cubic-bezier(.86, 0, .07, 1);
  transition: all 1s cubic-bezier(.86, 0, .07, 1)
}

.livechat-girl:focus {
  outline: 0
}

.livechat-girl.animated {
  opacity: 1;
  transform: translateY(-40px);
  -webkit-transform: translateY(-40px);
  -ms-transform: translateY(-40px)
}

.livechat-girl:after {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-image: linear-gradient(to bottom, #26c7fc, #26c7fc);
  position: absolute;
  right: 1px;
  top: 1px;
  z-index: 50
}

.livechat-girl .girl {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 50
}

.livechat-girl .animated-circles .circle {
  background: rgba(38, 199, 252, .25);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  z-index: 49;
  transform: scale(1);
  -webkit-transform: scale(1)
}

.livechat-girl .animated-circles.animated .c-1 {
  animation: 2s scaleToggleOne cubic-bezier(.25, .46, .45, .94) forwards
}

.livechat-girl .animated-circles.animated .c-2 {
  animation: 2.5s scaleToggleTwo cubic-bezier(.25, .46, .45, .94) forwards
}

.livechat-girl .animated-circles.animated .c-3 {
  animation: 3s scaleToggleThree cubic-bezier(.25, .46, .45, .94) forwards
}

.livechat-girl.animation-stopped .circle {
  opacity: 0!important
}

.livechat-girl.animation-stopped .circle {
  opacity: 0!important
}

.livechat-girl .livechat-hint {
  position: absolute;
  right: 40px;
  top: 50%;
  margin-top: -20px;
  opacity: 0;
  z-index: 0;
  -webkit-transition: all .3s cubic-bezier(.86, 0, .07, 1);
  transition: all .3s cubic-bezier(.86, 0, .07, 1)
}

.livechat-girl .livechat-hint.show_hint {
  -webkit-transform: translateX(-40px);
  transform: translateX(-40px);
  opacity: 1
}

.livechat-girl .livechat-hint.hide_hint {
  opacity: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0)
}

.livechat-girl .livechat-hint.rd-notice-tooltip {
  max-width: 1296px!important
}

.livechat-girl .livechat-hint.rd-notice-tooltip .rd-notice-content {
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis
}

@media only screen and (max-width:1599px) {
  .livechat-girl .livechat-hint.rd-notice-tooltip {
    max-width: 1060px!important
  }
}

@media only screen and (max-width:1309px) {
  .livechat-girl .livechat-hint.rd-notice-tooltip {
    max-width: 984px!important
  }
}

@media only screen and (max-width:1124px) {
  .livechat-girl .livechat-hint.rd-notice-tooltip {
    max-width: 600px!important
  }
}

.rd-notice-tooltip {
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
  box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
  font-size: 14px;
  border-radius: 3px;
  line-height: 1.25;
  position: absolute;
  z-index: 65;
  max-width: 350px;
  opacity: 1
}

.rd-notice-tooltip:after {
  position: absolute;
  display: block;
  content: '';
  height: 20px;
  width: 20px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  z-index: 50
}

.rd-notice-tooltip .rd-notice-content {
  background: 0;
  border-radius: 3px;
  width: 100%;
  color: #fff;
  position: relative;
  z-index: 60;
  padding: 20px;
  font-weight: 400;
  line-height: 1.45
}

.rd-notice-type-success {
  background-color: #26c7fc;
  -webkit-box-shadow: 0 5px 10px 0 rgba(38, 199, 252, .2);
  box-shadow: 0 5px 10px 0 rgba(38, 199, 252, .2)
}

.rd-notice-type-success .rd-notice-content {
  background-color: #26c7fc
}

.rd-notice-type-success:after {
  background-color: #26c7fc;
  -webkit-box-shadow: 0 5px 10px 0 rgba(38, 199, 252, .2);
  box-shadow: 0 5px 10px 0 rgba(38, 199, 252, .2)
}

.rd-notice-position-left {
  margin-left: -20px
}

.rd-notice-position-left:after {
  right: -6px;
  top: 50%;
  margin-top: -10px
}

.rd-notice-tooltip.single-line .rd-notice-content {
  height: 40px;
  padding: 0 20px;
  line-height: 40px;
  white-space: nowrap
}

@media (max-width:768px) {
  .livechat-girl {
    display: none;
  }
}

/*风格演示*/

.style_show {
  /*margin-top: 60px;*/
  background: transparent;
  border: none;
}

.style_show ul li {
  float: left;
  margin-right: 1%;
  /*margin-bottom: 1%;*/
  width: 32.333%;
  height: 320px;
  position: relative;
  box-sizing: border-box;
}

.style_show ul li.telPhone {
  height: auto;
}

.style_show .pic img {
  max-width: 100%;
  /*height: 220px;*/
  transition: all ease-out .3s;
  display: block;
  margin: auto;
}

.style_show li:hover .pic img {
  transform: scale(1.1);
}

.style_show_content .content_hd {
  color: #505050;
  font-size: 18px;
  line-height: 24px;
}

.style_show_content .content_bd {
  margin-top: 4px;
  color: #b0b0b0;
  font-size: 9pt;
  line-height: 14px;
}

.style_show_content .content_ft {
  color: #ff690b;
  padding: 10px 20px;
  font-size: 10pt;
}

.style_show .mask {
  width: 70%;
  border-radius: 3px;
  padding: 1.2% 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -35%;
  margin-top: -3%;
  background: rgba(255, 255, 255, 1);
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.style_show .telPhone .mask {
  margin-top: -250px;
  width: 228px;
  height: 399px;
  margin-left: -115px;
  /*background: transparent;*/
  box-shadow: none;
}

.style_show li:hover .mask {
  opacity: 1;
}

.style_show .telPhone .mask .text {
  width: 100%;
  padding-top: 15px;
}

.style_show .telPhone .pic img {
  width: 270px;
}

.style_show .mask .erweima {
  display: block;
  width: 150px;
  margin: 90px auto 0;
}

.style_show .moveLeft, .style_show .moveRight {
  position: absolute;
  width: 60px;
  height: 106px;
  background: #a8a8a8;
  z-index: 5;
  border-radius: 4px;
  margin-top: -53px;
  overflow: hidden;
  top: 50%;
  cursor: pointer;
}

.style_show .moveLeft {
  left: -110px;
}

.style_show .moveRight {
  right: -110px;
}

.style_show .moveLeft img, .style_show .moveRight img {
  display: block;
  margin: 31px 20px;
}

.style_show .mask a {
  display: inline-block;
  width: 31%;
  height: auto;
  border: 1px solid #ff592d;
  border-radius: 3px;
  text-align: center;
  line-height: 30px;
  background: #ff592d;
  color: #fff;
  font-size: 12px;
  transition: all 0.3s ease-out 0s;
}

.style_show .mask a:hover {
  background: #ff7500;
  border: 1px solid #ff7500;
}

.style_show .mask .web {
  background-color: #009CFF;
  border: 1px solid #009CFF;
}

.style_show .mask .web:hover {
  background-color: #00C0FF;
  border: 1px solid #00C0FF;
}

.style_show .mask .buy {
  background-color: #fff;
  border: 1px solid #02c63c;
  color: #02c63c;
}

.style_show .mask .buy:hover {
  background-color: #02c63c;
  border: 1px solid #02c63c;
  color: #fff;
}

.order-buy .info-ts {
  display: block
}

.order-buy .info-ts p {
  border: none;
  font-size: 14px
}

.order-buy textarea {
  line-height: 36px;
  padding: 0 15px;
}

.header-box {
  margin-bottom: 10px;
}
.head-title {
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 60px;
  color: #aaa;
}
.nav-box {
  width: 100%;
  height: 50px;
  background-color: #ef478d;
}
.nav-content {
  display: flex;
  width: 1200px;
  margin: 0 auto;
}
.items-content {
  flex: 1;
  align-items: center;
}
.items-content .nav-item {
  display: inline-block;
  padding: 0 20px;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.items-content .nav-item:hover {
  background-color: #03A9F4;
}
.items-content .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: #fff;
}
.items-content .nav-item a img {
  margin-right: 10px;
}
.logo-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo-box img {
  display: inline-block;
  height: 70px;
  margin-right: 10px;
}
#website-name {
  display: inline-block;
}

.item-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 6px;
}
.logo {
  height: 80px;
}

.menu-box {
  display: flex;
  align-items: center;
}

.website_demo {
  background: #151414;
  position: fixed;
  top: 0;
  z-index: 999999;
}
.websitebox_txt-scroll {
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding: 0 5px 0 30px;
  background-image: url(../images/ico-notice.png);
  background-position: 10px center;
  background-repeat: no-repeat;
  font-weight: 700
}
.websitebox_scrollbox{
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  transition: all .2s;
}
.websitebox_txt {
  color: #fcfcfc;
  animation: scroll-left 60s linear infinite;
}
.websitebox_txt:hover {
    animation:none;
}
@keyframes scroll-left {
  from {
    transform: translateX(1%);
  }
  to {
    transform: translateX(-100%);
  }
}

.product-show-address {
    display: flex;
    align-items: center;
}
.product-show-address img {
    display: inline-block;
    width: 30px;
    height: 20px;
}
.product-show-address1 {
    font-weight: 700;
    color: #00a1ec !important;
    margin-left: 5px;
}

.product-img {
    height: 280px;
}