@charset "utf-8";
/***背景渐变***/
/***文字渐变 暂时只支持谷歌***/
/**** DEMO
单行
.text-overflow-ellipsis(1);
多行
 .text-overflow-ellipsis(2);
****/
input:-webkit-autofill {
  background: #787a8b!important;
  -webkit-box-shadow: 0 0 0 999px #787a8b inset;
}
.poniter_event_none {
  pointer-events: none;
}
.text-transform {
  text-transform: uppercase;
}
/******动画******/
@-webkit-keyframes fadeIn {
  0% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-moz-keyframes fadeIn {
  0% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-ms-keyframes fadeIn {
  0% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-o-keyframes fadeIn {
  0% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@keyframes fadeIn {
  0% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* CSS Document */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
  margin: 0;
  padding: 0;
}
body {
  padding: 0;
  margin: 0;
}
html,
body,
fieldset,
img,
iframe,
abbr {
  border: 0;
}
li {
  list-style: none;
}
textarea {
  overflow: auto;
  resize: none;
}
a,
button {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
  font-weight: normal;
  font-style: normal;
}
a,
a:hover {
  text-decoration: none;
}
body,
textarea,
input,
button {
  color: #62a1c9;
}
input,
textarea,
a,
div,
button,
select {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
html,
body {
  width: 100%;
  min-width: 1400px;
  min-height: 960px;
  height: auto;
  font-family: "Microsoft YaHei", Arial, "Helvetica Neue", HelveticaNeue, Helvetica, "BBAlpha Sans", sans-serif;
}
/*宽度限制板块*/
.wbox {
  width: 1200px;
  margin: 0 auto;
  clear: both;
}
.wbox:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.wbox {
  display: inline-block;
}
/* Hides from IE-mac \*/
* html .wbox {
  zoom: 1;
}
.wbox {
  display: block;
  position: relative;
}
/* End hide from IE-mac */
.hide {
  display: none;
}
.container {
  width: 100%;
  min-height: 2067px;
  min-width: 1400px;
  max-width: 1920px;
  font-family: Arial;
  background: #080812 url(../img/bg.jpg) no-repeat center top;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.container img {
  width: auto;
  height: auto;
  vertical-align: middle;
}
/*********弹层公共样式*********/
.Layer,
.Layer2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  display: none;
}
.Layer.on,
.Layer2.on {
  display: block;
  -webkit-animation: fadeIn 0.5s ease-in forwards 300ms 0 ease;
  -moz-animation: fadeIn 0.5s ease-in forwards 300ms 0 ease;
  -ms-animation: fadeIn 0.5s ease-in forwards 300ms 0 ease;
  animation: fadeIn 0.5s ease-in forwards 300ms 0 ease;
  -moz-animation: fadeIn 0.5s ease-in forwards;
  -webkit-animation: fadeIn 0.5s ease-in forwards;
  -o-animation: fadeIn 0.5s ease-in forwards;
  -ms-animation: fadeIn 0.5s ease-in forwards;
  animation: fadeIn 0.5s ease-in forwards;
  z-index: 10000;
}
.pop {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 10000;
  display: none;
}
.pop.on {
  display: block;
}
.pop .close {
  width: 77px;
  height: 77px;
  background: url(../img/close.png) no-repeat;
  position: absolute;
  top: 0;
  right: -58px;
  z-index: 100001;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
.pop .close:hover {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.video-pop {
  width: 800px;
  height: 450px;
  margin: -225px 0 0 -400px;
  display: none;
}
.video-pop .video-box {
  width: 800px;
  height: 450px;
}
.loadIngPop {
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
}
.loadIngPop i {
  width: 100%;
  height: 100%;
  background: url(../img/i_loading.png) no-repeat;
  display: block;
  -webkit-animation: rotate 1s linear infinite 300ms 0 ease;
  -moz-animation: rotate 1s linear infinite 300ms 0 ease;
  -ms-animation: rotate 1s linear infinite 300ms 0 ease;
  animation: rotate 1s linear infinite 300ms 0 ease;
  -moz-animation: rotate 1s linear infinite;
  -webkit-animation: rotate 1s linear infinite;
  -o-animation: rotate 1s linear infinite;
  -ms-animation: rotate 1s linear infinite;
  animation: rotate 1s linear infinite;
}
.guidePop {
  width: 793px;
  height: 709px;
  margin: -354.5px 0 0 -396.5px;
  background: url(../img/chaeck_id.png) no-repeat;
}
.guidePop .close {
  top: 0;
  right: -100px;
}
.guidePop h2 {
  font-weight: bold;
  font-size: 32px;
  color: #fbaa01;
  text-align: center;
  line-height: 74px;
}
.guidePop .txt_box {
  width: 741px;
  height: 620px;
  position: relative;
  overflow: hidden;
  margin: 0 auto 0;
}
.guidePop .txt_box img {
  width: auto;
  height: auto;
  display: block;
  margin: 10px auto 24px;
}
.guidePop .txt_box p {
  font-size: 22px;
  color: #ffffff;
}
.footer_hk {
  width: 100%;
  height: 172px;
  background: url('../img/bqBg.png') repeat center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.footer_hk .footer_content {
  position: relative;
  width: 100%;
  overflow: hidden;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 40px;
  height: 100%;
}
.footer_hk .footer_content #copyright {
  height: 100%;
  width: 1490px;
  margin: auto;
  font-family: "Noto Sans CJK SC", "Source Han Sans SC", "Source Han Sans CN";
  font-size: 0;
  line-height: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.footer_hk .footer_content #copyright p {
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  color: #f2eddb;
  margin: 0 auto 10px;
}
.footer_hk .footer_content #copyright p a,
.footer_hk .footer_content #copyright p span {
  color: #fed700;
  text-decoration: underline;
}
.footer_hk .footer_content #copyright p a:hover,
.footer_hk .footer_content #copyright p span:hover {
  cursor: pointer;
  text-decoration: none;
}
.footer_hk .footer_content #copyright .logoBoxOne {
  width: 747px;
  height: 93px;
}
.footer_hk .footer_content #copyright .logoBoxOne img {
  float: right;
}
.footer_hk .footer_content #copyright .logoBoxTwo {
  width: 740px;
  height: 93px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.footer_hk .footer_content #copyright .logoBoxTwo .txtOne,
.footer_hk .footer_content #copyright .logoBoxTwo .txtTwo {
  width: 50%;
  height: 100%;
}
.footer_hk .footer_content #copyright .logoBoxTwo .txtOne p,
.footer_hk .footer_content #copyright .logoBoxTwo .txtTwo p {
  line-height: 24px;
}
.footer_hk .footer_content #copyright .logoBoxTwo .txtOne p {
  box-sizing: border-box;
  padding-left: 10px;
}
/*********alert组件样式修改*********/
.alert_box .alert_wrap .alertClose em {
  background-color: #bb2422;
}
.alert_box .alert_wrap .alertClose:hover em {
  background-color: #bb2422;
}
.alert_box .alert_wrap {
  width: 650px;
  height: 280px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.8);
  border: 1px solid #697076;
  padding: 90px 30px;
  margin-top: -140px !important;
  margin-left: -325px !important;
}
.alert_box .alert_wrap.weihu {
  height: 275px;
  padding: 10px 30px;
}
.alert_box .alert_wrap.weihu .alertClose {
  display: none;
}
.alert_box .alert_wrap.weihu .alert_main {
  padding: 0;
}
.alert_box .alert_wrap.weihu .alert_main .btns_wrap {
  display: none;
}
.alert_box .alert_wrap.weihu .alert_content {
  width: 526px;
  height: 275px;
  margin-bottom: 0;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  *display: block;
  *float: none;
  *font-size: 240px;
  *font-family: Arial;
}
.alert_box .alert_wrap .alertClose {
  width: 44px;
  height: 43px;
  right: -60px;
  background: url(../img/close.png) no-repeat;
}
.alert_box .alert_wrap .alertClose i,
.alert_box .alert_wrap .alertClose em {
  display: none;
}
.alert_box .alert_wrap p {
  font-size: 21px;
  color: #be1e1e;
  text-align: center;
  line-height: 40px;
  margin-bottom: 33px;
}
.alert_box .alert_wrap .btn_ok {
  width: 186px;
  height: 54px;
  background: url(../img/btn_ok.png) no-repeat;
  margin: 0 auto;
  display: block;
}
.alert_box .alert_wrap .alert_content {
  font-size: 22px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 52px;
}
.alert_box .alert_wrap .alert_main {
  padding: 0;
}
.alert_box .alert_wrap .alert_main .btns_wrap {
  width: 186px;
  height: 54px;
  margin: 0 auto;
  display: block;
  position: relative;
  right: auto;
  bottom: auto;
  display: none;
}
.alert_box .alert_wrap .alert_main .btns_wrap .btns.btnsConfirm {
  width: 100%;
  height: 100%;
  font-size: 0;
  float: none;
  background: url(../img/btn_ok.png) no-repeat;
  margin-left: 0;
}
@media screen and (min-width: 1920px) {
  .changeLan {
    left: 50%;
    margin-left: 586px;
  }
}
.changeLan {
  width: 324px;
  height: 52px;
  background: url(../img/lan_bg.png) no-repeat;
  position: fixed;
  top: 21px;
  right: 50px;
  z-index: 5;
}
.changeLan .changeTips {
  width: 137px;
  height: 52px;
  position: absolute;
  left: 0;
  top: 0;
  color: #1e2019;
  font-size: 20px;
  text-align: center;
  line-height: 52px;
  float: left;
}
.changeLan .isactive {
  width: 187px;
  height: 52px;
  text-align: center;
  line-height: 52px;
  box-sizing: border-box;
  float: right;
}
.changeLan .isactive p {
  height: 52px;
  font-size: 18px;
  color: #f4f4f4;
  line-height: 52px;
  padding-right: 24px;
  position: relative;
  display: inline-block;
}
.changeLan .isactive p::before {
  content: '';
  width: 24px;
  height: 14px;
  background: url(../img/i_tri.png) no-repeat;
  position: absolute;
  top: 21px;
  right: -8px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.changeLan .isactive.on p::before {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.changeLan .lanBox {
  width: 100%;
  background: rgba(21, 22, 26, 0.7);
  box-sizing: border-box;
  position: absolute;
  top: 50px;
  right: 0;
  display: none;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.changeLan .lanBox.show {
  display: block;
  -webkit-animation: fadeIn 0.3s ease-in-out forwards 300ms 0 ease;
  -moz-animation: fadeIn 0.3s ease-in-out forwards 300ms 0 ease;
  -ms-animation: fadeIn 0.3s ease-in-out forwards 300ms 0 ease;
  animation: fadeIn 0.3s ease-in-out forwards 300ms 0 ease;
  -moz-animation: fadeIn 0.3s ease-in-out forwards;
  -webkit-animation: fadeIn 0.3s ease-in-out forwards;
  -o-animation: fadeIn 0.3s ease-in-out forwards;
  -ms-animation: fadeIn 0.3s ease-in-out forwards;
  animation: fadeIn 0.3s ease-in-out forwards;
}
.changeLan .lanBox b {
  font-size: 16px;
  color: #ffffff;
  line-height: 35px;
  padding-left: 14px;
  box-sizing: border-box;
  display: block;
}
.changeLan .lanBox ul {
  font-size: 0;
  border-left: 1px solid #898989;
  border-right: 1px solid #898989;
  box-sizing: border-box;
}
.changeLan .lanBox ul li {
  text-align: center;
  font-size: 18px;
  color: #724d33;
  cursor: pointer;
}
.changeLan .lanBox .AvailableRegions li {
  width: 100%;
  height: 47px;
  line-height: 47px;
  position: relative;
  display: inline-block;
}
.changeLan .lanBox .AvailableRegions li:nth-child(2),
.changeLan .lanBox .AvailableRegions li:nth-child(4) {
  border-right: none;
}
.changeLan .lanBox .AvailableRegions li:nth-child(4),
.changeLan .lanBox .AvailableRegions li:nth-child(3) {
  border-top: none;
}
.changeLan .lanBox .AvailableRegions li span {
  width: 100%;
  height: 100%;
  color: #bbbbbb;
  font-size: 18px;
  text-align: center;
  display: inline-block;
  position: relative;
  display: block;
}
.changeLan .lanBox .AvailableRegions li.on span {
  background: #e4973f;
  color: #1e2019;
}
.changeLan .lanBox .WebsiteLanguages {
  overflow: hidden;
}
.changeLan .lanBox .WebsiteLanguages li {
  min-width: 82px;
  height: 34px;
  color: #fff;
  margin: 8px 0 8px 20px;
  padding: 0 5px;
  line-height: 34px;
  border: 1px #fff solid;
  box-sizing: border-box;
  background: #e19e62;
  float: left;
}
.changeLan .lanBox .WebsiteLanguages li:first-child,
.changeLan .lanBox .WebsiteLanguages li:nth-child(2),
.changeLan .lanBox .WebsiteLanguages li:nth-child(3),
.changeLan .lanBox .WebsiteLanguages li:nth-child(4) {
  margin-top: 0;
}
.changeLan .lanBox .WebsiteLanguages li:nth-child(3n-2) {
  margin-left: 0;
}
.changeLan .lanBox .WebsiteLanguages li.on {
  background: #e19e62;
}
.wrap {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.topWrap {
  width: 100%;
  height: 900px;
}
.topWrap .logo {
  width: 231px;
  height: 34px;
  position: absolute;
  top: 33px;
  left: 44px;
}
.topWrap .logo img {
  width: 100%;
}
.topWrap .slogan {
  width: 1066px;
  height: 160px;
  position: absolute;
  top: 510px;
  left: 50%;
  margin-left: -533px;
  z-index: 2;
}
.mainWrap {
  width: 930px;
  padding: 0 0 42px;
  position: relative;
  margin: 0 auto;
}
.mainWrap .itemWrap:first-child {
  height: 551px;
  background: url(../img/bg1.png) no-repeat left 132px;
  margin-bottom: 75px;
}
.mainWrap .itemWrap.item_payMethod {
  height: 468px;
  background: url(../img/bg2.png) no-repeat left 132px;
  margin-bottom: 74px;
}
.mainWrap .tit {
  width: 100%;
  height: 132px;
  text-align: left;
  margin: 0 auto;
  position: relative;
  margin-left: -73px;
}
.mainWrap .confirmAcount,
.mainWrap .login_confirm {
  position: relative;
  margin: 0 auto;
  display: none;
}
.mainWrap .confirmAcount.on,
.mainWrap .login_confirm.on {
  display: block;
}
.mainWrap .login_confirm {
  width: 433px;
  margin: 0 auto;
}
.mainWrap .login_confirm .info {
  width: 433px;
  background-size: 100% 100%;
  margin: 0 auto 30px;
  padding: 70px 0 20px;
  border-radius: 6px;
}
.mainWrap .login_confirm .info p {
  width: 100%;
  font-size: 22px;
  color: #d5d8dd;
  line-height: 46px;
  font-weight: bold;
  margin-bottom: 25px;
}
.mainWrap .login_confirm .info p span {
  display: inline-block;
}
.mainWrap .login_confirm .info p span.type {
  width: 180px;
  text-align: right;
}
.mainWrap .login_confirm .info p span.data {
  margin-left: 10px;
  color: #ef9d18;
}
.mainWrap .caBox {
  width: 913px;
  height: 271px;
  margin: 0 auto 0 0;
  position: relative;
  padding-top: 81px;
  box-sizing: border-box;
}
.mainWrap .caBox .findUserId {
  width: 224px;
  height: 32px;
  background: url(../img/i_how.png) no-repeat left center;
  color: #c8c8c8;
  font-size: 18px;
  text-decoration: underline;
  white-space: nowrap;
  line-height: 32px;
  padding-left: 34px;
  cursor: pointer;
  position: absolute;
  top: 21px;
  left: 32px;
}
.mainWrap .caBox .caItem {
  width: 504px;
  height: 68px;
  margin: 0 auto 35px;
  position: relative;
}
.mainWrap .caBox .caItem ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #c8c8c8;
}
.mainWrap .caBox .caItem :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #c8c8c8;
}
.mainWrap .caBox .caItem ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #c8c8c8;
}
.mainWrap .caBox .caItem :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #c8c8c8;
}
.mainWrap .caBox .caItem span {
  width: 125px;
  height: 100%;
  font-size: 20px;
  color: #fff;
  text-align: right;
  line-height: 53px;
  padding-right: 20px;
  float: left;
}
.mainWrap .caBox .caItem .selectBox,
.mainWrap .caBox .caItem .userId,
.mainWrap .caBox .caItem .userName {
  width: 500px;
  height: 68px;
  background: url(../img/input_bg.png) no-repeat;
  font-size: 22px;
  line-height: 68px;
  padding: 0 21px 0 18px;
  box-sizing: border-box;
  position: relative;
  float: left;
}
.mainWrap .caBox .caItem .selectBox {
  color: #c8c8c8;
  cursor: pointer;
}
.mainWrap .caBox .caItem .selectBox::before {
  content: '';
  width: 35px;
  height: 21px;
  background: url(../img/i_tri2.png) no-repeat;
  position: absolute;
  top: 50%;
  right: 17px;
  margin-top: -8px;
}
.mainWrap .caBox .caItem .selectBox.on {
  color: #a2a2a2;
}
.mainWrap .caBox .caItem .userId,
.mainWrap .caBox .caItem .userName {
  color: #c8c8c8;
}
.mainWrap .caBox .caItem .serverListBox {
  width: 500px;
  max-height: 400px;
  background: #181f29;
  border: 1px #88898a solid;
  position: absolute;
  top: 49px;
  left: 0;
  z-index: 2;
  display: none;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
}
.mainWrap .caBox .caItem .serverListBox.on {
  display: block;
  -webkit-animation: fadeIn 0.3s ease-in-out forwards 300ms 0 ease;
  -moz-animation: fadeIn 0.3s ease-in-out forwards 300ms 0 ease;
  -ms-animation: fadeIn 0.3s ease-in-out forwards 300ms 0 ease;
  animation: fadeIn 0.3s ease-in-out forwards 300ms 0 ease;
  -moz-animation: fadeIn 0.3s ease-in-out forwards;
  -webkit-animation: fadeIn 0.3s ease-in-out forwards;
  -o-animation: fadeIn 0.3s ease-in-out forwards;
  -ms-animation: fadeIn 0.3s ease-in-out forwards;
  animation: fadeIn 0.3s ease-in-out forwards;
}
.mainWrap .caBox .caItem .selectUl {
  width: 504px;
  max-height: 400px;
  overflow: hidden;
  overflow-y: auto;
}
.mainWrap .caBox .caItem .selectUl li {
  width: 100%;
  height: 68px;
}
.mainWrap .caBox .caItem .selectUl li:hover,
.mainWrap .caBox .caItem .selectUl li.on {
  background: #e4973f;
}
.mainWrap .caBox .caItem .selectUl li:hover p,
.mainWrap .caBox .caItem .selectUl li.on p {
  color: #19202b;
}
.mainWrap .caBox .caItem .selectUl li p {
  font-size: 22px;
  color: #c8c8c8;
  line-height: 68px;
  margin: 0 10px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mainWrap .caBox .caItem .selectUl li:last-child p {
  border-bottom: 0;
  padding-bottom: 1px;
}
.mainWrap .caBox .caId {
  margin-bottom: 49px;
}
.btn {
  width: 331px;
  height: 71px;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #000000;
  line-height: 71px;
  margin: 0 auto;
  background: url(../img/btn_bg.png) no-repeat;
  background-size: 100% 100%;
  display: block;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}
.payMethod {
  width: 913px;
  height: 330px;
  margin: 0 auto 0 0;
  box-sizing: border-box;
  padding: 10px 40px 0;
  position: relative;
  overflow-y: auto;
}
.methodBox {
  margin: 0 auto;
  display: none;
}
.methodBox.m_sms {
  margin-bottom: 32px;
}
.methodBox.m_sms .pay_method {
  background: none;
}
.methodBox h3 {
  width: 100%;
  height: 47px;
  background: url(../img/tj_bg.png) no-repeat left center;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  line-height: 58px;
  padding-left: 56px;
  box-sizing: border-box;
  margin-top: 30px;
}
.methodBox .pay_method {
  overflow: hidden;
  padding: 0 14px;
}
.methodBox .pay_method li {
  width: 200px;
  height: 107px;
  margin: 30px 0 0 54px;
  float: left;
}
.methodBox .pay_method li .pay_logo {
  width: 100%;
  height: 71px;
  text-align: center;
  line-height: 69px;
  border: 1px #dbba94 solid;
  background: rgba(255, 255, 255, 0.8);
  box-sizing: border-box;
  position: relative;
  display: block;
}
.methodBox .pay_method li .pay_logo img {
  vertical-align: middle;
  max-width: 130px;
  max-height: 53px;
}
.methodBox .pay_method li .pay_logo::before {
  content: '';
  width: 12px;
  height: 13px;
  background: url(../img/i_gou.png) no-repeat;
  position: absolute;
  bottom: 4px;
  right: 5px;
  display: none;
}
.methodBox .pay_method li p {
  width: 100%;
  height: 36px;
  font-size: 16px;
  color: #684d32;
  text-align: center;
  line-height: 36px;
}
.methodBox .pay_method li.on .pay_logo {
  border-color: #f4a000;
  background: #fff;
}
.methodBox .pay_method li.on .pay_logo::before {
  display: block;
}
.methodBox .pay_method li.on p {
  color: #f4a000;
}
.item_amount {
  position: relative;
  z-index: 2;
}
.item_amount .tips,
.item_amount .PaymentMethodTip {
  width: 1002px;
  height: 48px;
  background: url(../img/tip_bg.png) no-repeat;
  min-height: 40px;
  font-size: 24px;
  color: #ffffff;
  line-height: 57px;
  margin: 0 auto 0 0;
  padding-left: 14px;
  position: relative;
}
.item_amount .tips::before,
.item_amount .PaymentMethodTip::before {
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  border-radius: 50%;
}
.item_amount .tips {
  margin: 24px auto 14px;
}
.item_amount .PaymentMethodTip {
  display: none;
}
.item_amount .amountListTit {
  width: 913px;
  height: auto;
  margin: 30px auto 24px 0;
}
.item_amount .amountListTit li {
  font-size: 22px;
  color: #ffffff;
  line-height: 48px;
  float: left;
  text-align: center;
}
.item_amount .amountListTit li:first-child {
  width: 240px;
  margin-right: 170px;
}
.item_amount .amountListTit li:nth-child(2) {
  width: 100px;
}
.item_amount .amountListTit li:nth-child(2) {
  width: 300px;
}
.item_amount .AmountList {
  width: 913px;
  height: 547px;
  background: url(../img/bg3.png) no-repeat;
  position: relative;
  margin: 10px auto 24px 0;
  overflow: hidden;
  overflow-y: auto;
  padding: 10px 0;
  box-sizing: border-box;
}
.item_amount .AmountList li {
  width: 100%;
  height: 88px;
  padding-left: 460px;
  box-sizing: border-box;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.item_amount .AmountList li:last-child {
  border-bottom: none;
}
.item_amount .AmountList li:nth-child(1) .remarks .remarks_icon,
.item_amount .AmountList li:nth-child(1) .remarks .gouyu_icon {
  background-image: url(../img/gouyu1.png);
}
.item_amount .AmountList li:nth-child(2) .remarks .remarks_icon,
.item_amount .AmountList li:nth-child(2) .remarks .gouyu_icon {
  background-image: url(../img/gouyu2.png);
}
.item_amount .AmountList li:nth-child(3) .remarks .remarks_icon,
.item_amount .AmountList li:nth-child(3) .remarks .gouyu_icon {
  background-image: url(../img/gouyu3.png);
}
.item_amount .AmountList li:nth-child(4) .remarks .remarks_icon,
.item_amount .AmountList li:nth-child(4) .remarks .gouyu_icon {
  background-image: url(../img/gouyu4.png);
}
.item_amount .AmountList li:nth-child(5) .remarks .remarks_icon,
.item_amount .AmountList li:nth-child(5) .remarks .gouyu_icon {
  background-image: url(../img/gouyu5.png);
}
.item_amount .AmountList li:nth-child(6) .remarks .remarks_icon,
.item_amount .AmountList li:nth-child(6) .remarks .gouyu_icon {
  background-image: url(../img/gouyu6.png);
}
.item_amount .AmountList li::before {
  content: '';
  width: 100%;
  height: 108px;
  position: absolute;
  pointer-events: none;
  top: -10px;
  left: 0;
}
.item_amount .AmountList li .mark {
  width: 24px;
  height: 24px;
  border: 1px #ffb000 solid;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 40px;
  margin-top: -12px;
  z-index: 2;
}
.item_amount .AmountList li .price {
  height: 100%;
  font-size: 22px;
  color: #ffffff;
  line-height: 88px;
  position: absolute;
  left: 89px;
  top: 0;
  z-index: 2;
}
.item_amount .AmountList li .remarks {
  width: 100%;
  height: 100%;
  float: left;
  position: relative;
  z-index: 2;
}
.item_amount .AmountList li .remarks .remarks_icon {
  width: 120px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/gouyu6.png);
  line-height: 60px;
  margin-right: 14px;
  float: left;
}
.item_amount .AmountList li .remarks .gouyu_icon {
  width: 120px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/gouyu6.png);
  line-height: 60px;
  margin-right: 14px;
  float: left;
}
.item_amount .AmountList li .remarks .remarks_icondq {
  width: 61px;
  height: 100%;
  background-image: url(../img/gouyu6.png);
  background-repeat: no-repeat;
  background-position: center center;
  line-height: 70px;
  margin-right: 10px;
  float: left;
}
.item_amount .AmountList li .remarks .remarks_icondq:nth-child(1) {
  background-image: url(../img/gouyu1.png);
}
.item_amount .AmountList li .remarks .remarks_icondq:nth-child(2) {
  background-image: url(../img/gouyu2.png);
}
.item_amount .AmountList li .remarks .remarks_icondq:nth-child(3) {
  background-image: url(../img/gouyu3.png);
}
.item_amount .AmountList li .remarks .remarks_icondq:nth-child(4) {
  background-image: url(../img/gouyu4.png);
}
.item_amount .AmountList li .remarks .remarks_icondq:nth-child(5) {
  background-image: url(../img/gouyu5.png);
}
.item_amount .AmountList li .remarks .remarks_icondq:nth-child(6) {
  background-image: url(../img/gouyu6.png);
}
.item_amount .AmountList li .remarks em {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 70px;
  float: left;
  margin: 0 14px;
}
.item_amount .AmountList li .remarks span {
  width: 40px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 70px;
  white-space: nowrap;
  float: left;
}
.item_amount .AmountList li .remarks span.center {
  text-align: center;
}
.item_amount .AmountList li .remarks i.m_icon {
  width: 86px;
  height: 58px;
  background: url(../img/icon_hot.png) no-repeat left center;
  line-height: 70px;
  float: right;
  margin-right: 20px;
}
.item_amount .AmountList li .remarks i.m_icon.m_free_icon {
  font-size: 14px;
  font-style: normal;
  color: #fff;
  text-align: center;
  padding-left: 15px;
  box-sizing: border-box;
}
.item_amount .AmountList li .remarks i.m_icon.m_free_icon0 {
  background-image: url(../img/icon_cx_1.png);
}
.item_amount .AmountList li .remarks i.m_icon.m_free_icon1 {
  background-image: url(../img/icon_cx_2.png);
}
.item_amount .AmountList li .remarks i.m_icon.m_free_icon2 {
  background-image: url(../img/icon_cx_3.png);
}
.item_amount .AmountList li .remarks i.i_xshd {
  width: 93px;
  height: 41px;
  background: url(../img/i_icon_xs.png) no-repeat;
  float: right;
  margin: 8px 20px 0 0;
}
.item_amount .AmountList li .remarks_2 span {
  color: #d11f1f;
}
.item_amount .AmountList li:hover,
.item_amount .AmountList li.on {
  z-index: 1;
}
.item_amount .AmountList li:hover::before,
.item_amount .AmountList li.on::before {
  background: url(../img/money_bg.png) no-repeat;
}
.item_amount .AmountList li:hover .mark,
.item_amount .AmountList li.on .mark {
  background: url(../img/i_gou2.png) no-repeat center center;
}
.item_amount .notice_tips {
  width: 934px;
  font-size: 16px;
  color: #a3efff;
  line-height: 25px;
  margin: 0 auto 20px;
  padding-left: 26px;
}
.item_amount .readPrivacy {
  width: 877px;
  padding-left: 36px;
  position: relative;
  line-height: 30px;
  margin: 0 auto 0 0;
}
.item_amount .readPrivacy i {
  width: 25px;
  height: 25px;
  border: 2px solid #f4a000;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -12px;
  cursor: pointer;
}
.item_amount .readPrivacy i::before {
  content: '';
  width: 25px;
  height: 25px;
  background: url(../img/i_gou3.png) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.item_amount .readPrivacy i.on::before {
  display: block;
}
.item_amount .readPrivacy a {
  font-size: 25px;
  color: #ffffff;
  display: block;
  text-decoration: underline;
}
.fixedChuzhi {
  width: 100%;
  height: 100px;
  display: block;
  margin: 70px auto 0;
  z-index: 5;
  position: relative;
  /* &.fixed{
        position: fixed;
    } */
}
.fixedChuzhi .btn_topUp {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -31px 0 0 -131px;
}
