@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: 1200px;
  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;
}
html.overHide,
body.overHide {
  overflow: hidden;
}
.container {
  width: 100%;
  min-width: 1200px;
  max-width: 1920px;
  font-family: Arial;
  background: #0e0d0c url(../img/bg.jpg) no-repeat center top;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.container img {
  width: auto;
  height: auto;
  vertical-align: middle;
}
/*********弹层公共样式*********/
.Layer {
  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 {
  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: 87px;
  height: 87px;
  background: url(../img/close.png) no-repeat;
  position: absolute;
  top: 0;
  right: -87px;
  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: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.video-pop {
  width: 800px;
  height: 450px;
  margin: -225px 0 0 -400px;
  display: none;
}
.video-pop .video-box {
  width: 800px;
  height: 450px;
}
.loadIngPop {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  display: none;
}
.loadIngPop i {
  width: 100%;
  height: 100%;
  background: url(../img/i_loading.png) no-repeat center;
  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: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: -1;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  overflow-y: scroll;
}
.guidePop.on {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 999;
}
.guidePop .guideContent {
  width: 784px;
  height: auto;
  background: url(../img/pop_bg2.png) no-repeat center top;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  top: 100px;
  margin-left: -392px;
}
.guidePop .guideContent .close {
  width: 37px;
  height: 37px;
  background: url(../img/close.png) no-repeat;
  position: absolute;
  top: 0;
  right: -40px;
  -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;
}
.guidePop .guideContent .close:hover {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.guidePop .guideContent h2 {
  width: 100%;
  height: 50px;
  text-align: center;
  background: url(../img/guidesubtit.png) center center no-repeat;
  line-height: 50px;
  color: #e3b65e;
  font-size: 30px;
  margin-bottom: 40px;
}
.guidePop .guideContent i {
  display: block;
  width: 31px;
  height: 18px;
  background: url(../img/down.png);
  margin: 0 auto 30px;
}
.guidePop .guideContent p {
  width: 700px;
  margin: 0 auto 30px;
  color: #e3b65e;
  font-size: 24px;
  text-align: center;
}
.guidePop .guideContent .dif {
  display: none;
}
.guidePop .guideContent img {
  display: block;
  margin: 0 auto 0;
}
.rulePop {
  width: 784px;
  height: auto;
  min-height: 424px;
  background: url(../img/rulePop.png) no-repeat center top;
  background-size: 100% 100%;
  margin-left: -392px;
  padding-bottom: 40px;
}
.rulePop .close {
  width: 37px;
  height: 37px;
  right: -40px;
}
.rulePop h2 {
  width: 100%;
  margin: 62px auto 44px;
}
.rulePop h2 img {
  display: block;
  margin: 0 auto 0;
}
.rulePop p {
  width: 550px;
  margin: 0 auto 20px;
  font-size: 19px;
  color: #857048;
  line-height: 24px;
}
.surePop {
  width: 784px;
  height: 464px;
  background: url(../img/rulePop.png) no-repeat center top;
  margin-left: -392px;
}
.surePop .close {
  width: 37px;
  height: 37px;
  right: -40px;
}
.surePop h2 {
  width: 100%;
  margin: 62px auto 44px;
}
.surePop h2 img {
  display: block;
  margin: 0 auto 0;
}
.surePop p {
  width: 431px;
  height: 46px;
  background: url(../img/input_bor.png) no-repeat;
  font-size: 16px;
  color: #776644;
  line-height: 46px;
  margin: 0 auto 22px;
  text-align: center;
}
.surePop .btn {
  margin-top: 35px;
  text-transform: uppercase;
}
.tsPop {
  width: 784px;
  height: 390px;
  background: url(../img/pop_bg.png) no-repeat center top;
  margin-left: -392px;
}
.tsPop .close {
  width: 37px;
  height: 37px;
  right: -40px;
}
.tsPop p {
  width: 96%;
  padding-top: 160px;
  font-size: 36px;
  color: #e3b65e;
  text-align: center;
}
.tsPop p img {
  display: block;
  margin: 0 auto 0;
  padding-top: 12px;
}
.copy_wrap {
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0.74);
  position: absolute;
  bottom: 0;
  color: #999;
  font-size: 10px;
  padding: 20px 0;
}
.copy_wrap .copy_box {
  height: 120px;
  width: 1410px;
  margin: 10px auto;
  position: relative;
}
.copy_wrap .copy_box.ohterCopy {
  width: 1140px;
}
.copy_wrap .copy_box.twCopy {
  display: none;
}
.copy_wrap .copy_box.twCopy .left {
  padding-top: 10px;
}
.copy_wrap .copy_box.twCopy .right p {
  font-size: 14px;
}
.copy_wrap .left {
  float: left;
}
.copy_wrap .left img {
  margin-bottom: 20px;
}
.copy_wrap .left a {
  display: block;
  color: #999;
}
.copy_wrap .left .email {
  margin: 4px 0;
}
.copy_wrap .right {
  float: right;
  max-width: 800px;
}
.copy_wrap .right p span,
.copy_wrap .right p a {
  color: #fed27e;
}
.copy_wrap .right .p1 {
  height: 90px;
}
.copy_wrap .right .wb {
  top: 16px;
  position: relative;
  padding-left: 26px;
}
.copy_wrap .right .wb img {
  position: absolute;
  left: 0;
  top: -4px;
}
.copy_wrap .krCopy {
  max-width: 1920px;
  min-width: 1420px;
  height: 207px;
  color: #fff;
  position: relative;
  margin: -67px auto 0;
  z-index: 30;
  background: url(../img/footer_bg2.png) center center no-repeat;
  padding-top: -207px;
  display: none;
}
.copy_wrap .krCopy .copyright_icon_line {
  width: 540px;
  height: 104px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-710px, -50%);
}
.copy_wrap .krCopy .copyright_icon_line a {
  display: inline-block;
  vertical-align: middle;
}
.copy_wrap .krCopy .copyright_icon_line .icon1 {
  width: 97px;
  height: 85px;
  background: url(../img/copyright_icon1.png);
}
.copy_wrap .krCopy .copyright_icon_line .icon2 {
  width: 142px;
  height: 87px;
  background: url(../img/copyright_icon2.png);
}
.copy_wrap .krCopy .copyright_icon_line .icon3 {
  width: 75px;
  height: 104px;
  margin: 0 20px 0 10px;
  background: url(../img/copyright_icon3.png);
}
.copy_wrap .krCopy .copyright_icon_line .icon4 {
  width: 163px;
  height: 65px;
  background: url(../img/copyright_icon4.png);
}
.copy_wrap .krCopy p {
  width: 1050px;
  font-size: 14px;
  line-height: 16px;
  color: #b2b2b2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-130px, -50%);
  user-select: none;
}
.copy_wrap .krCopy p span {
  font-size: 14px;
  line-height: 16px;
  color: #b2b2b2;
  margin-left: 30px;
  position: relative;
}
.copy_wrap .krCopy p span::after {
  content: '';
  width: 27px;
  height: 33px;
  background: url(../img/icon_wb.png) no-repeat;
  position: absolute;
  top: -10px;
  left: -32px;
}
.nie-topbar {
  width: 100%;
  height: 84px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.nie-topbar .ms_icon {
  width: 93px;
  height: 93px;
  position: absolute;
  top: 21px;
  left: 55px;
}
.nie-topbar .ms_icon.twIcon {
  display: none;
}
.nie-topbar .guide {
  position: absolute;
  top: 27px;
  left: 170px;
}
.nie-topbar .guide span {
  font-size: 24px;
  font-family: Arial;
  font-weight: bold;
  line-height: 30px;
  color: #ceb97d;
}
.nie-topbar .guide p {
  font-size: 15px;
  color: #aaa;
  line-height: 28px;
  margin-top: -8px;
}
.nie-topbar .changeLan {
  position: absolute;
  top: 24px;
  right: 38px;
}
.nie-topbar .changeLan > span {
  height: 36px;
  color: #8c7f58;
  text-align: center;
  line-height: 36px;
  float: left;
  margin-right: 8px;
}
.nie-topbar .changeLan > p {
  width: 179px;
  height: 34px;
  font-size: 19px;
  color: #d6bf7c;
  text-align: center;
  line-height: 36px;
  position: relative;
  background: url(../img/lanbg.png) no-repeat;
  background-size: 100% 100%;
  float: left;
}
.nie-topbar .changeLan .lanBox {
  width: 373px;
  min-height: 238px;
  background: rgba(0, 0, 0, 0.85);
  border: 1px #4c442c solid;
  box-sizing: border-box;
  position: absolute;
  top: 35px;
  right: 0;
  padding: 7px 12px 7px 11px;
  display: none;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.nie-topbar .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;
}
.nie-topbar .changeLan .lanBox b {
  font-size: 19px;
  color: #ffe7a5;
  line-height: 34px;
}
.nie-topbar .changeLan .lanBox ul {
  margin: 0 auto 17px;
  overflow: hidden;
}
.nie-topbar .changeLan .lanBox ul li {
  height: 36px;
  text-align: center;
  font-size: 18px;
  line-height: 36px;
  border: 1px rgba(242, 242, 242, 0.43) solid;
  float: left;
  cursor: pointer;
}
.nie-topbar .changeLan .lanBox .AvailableRegions li {
  width: 165px;
  margin: 9px 0 0 8px;
  position: relative;
}
.nie-topbar .changeLan .lanBox .AvailableRegions li::before {
  content: '';
  width: 28px;
  height: 26px;
  background: url(../img/i_gou.png) no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -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;
}
.nie-topbar .changeLan .lanBox .AvailableRegions li:first-child,
.nie-topbar .changeLan .lanBox .AvailableRegions li:nth-child(2) {
  margin-top: 0;
}
.nie-topbar .changeLan .lanBox .AvailableRegions li:nth-child(2n-1) {
  margin-left: 5px;
}
.nie-topbar .changeLan .lanBox .AvailableRegions li span {
  min-width: 106px;
  height: 100%;
  color: #aaa;
  text-align: center;
  display: inline-block;
  position: relative;
}
.nie-topbar .changeLan .lanBox .AvailableRegions li.on {
  border-color: #d0292b;
}
.nie-topbar .changeLan .lanBox .AvailableRegions li.on::before {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}
.nie-topbar .changeLan .lanBox .WebsiteLanguages li {
  width: 165px;
  color: rgba(170, 170, 170, 0.65);
  margin: 0 0 4px 6px;
}
.nie-topbar .changeLan .lanBox .WebsiteLanguages li:nth-child(2n-1) {
  margin-left: 5px;
}
.nie-topbar .changeLan .lanBox .WebsiteLanguages li.on {
  color: #fff;
  border-color: rgba(244, 124, 148, 0.43);
  background: #d0292b;
}
.wrap {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.topWrap {
  height: 927px;
}
.topWrap .logo {
  width: 328px;
  height: 190px;
  position: absolute;
  top: 168px;
  left: 50%;
  margin-left: -164px;
}
.topWrap .slogan {
  width: 918px;
  height: 90px;
  position: absolute;
  top: 560px;
  left: 50%;
  margin-left: -459px;
}
.topWrap .slogan img {
  display: block;
  margin: 0 auto 0;
}
.topWrap .tabls {
  width: 1200px;
  height: 78px;
  text-align: center;
  position: absolute;
  top: 690px;
  left: 50%;
  margin-left: -600px;
  font-size: 0;
}
.topWrap .tabls a {
  width: 399px;
  height: 78px;
  display: inline-block;
  background: url(../img/tab_btn.png) no-repeat;
  margin: 0 48px;
  font-size: 35px;
  color: #c6a372;
  text-align: center;
  line-height: 78px;
  vertical-align: top;
  transition: all 0.3s linear;
  font-size: 0;
}
.topWrap .tabls a:hover,
.topWrap .tabls a.on {
  background-image: url(../img/tab_btn_h.png);
  color: #0a0605;
}
.topWrap .tabls a:hover img:nth-child(1),
.topWrap .tabls a.on img:nth-child(1) {
  display: none;
}
.topWrap .tabls a:hover img:nth-child(2),
.topWrap .tabls a.on img:nth-child(2) {
  display: block;
}
.topWrap .tabls a img {
  display: block;
}
.topWrap .tabls a img:nth-child(2) {
  display: none;
}
.offline-txt {
  width: 95%;
  font-size: 22px;
  line-height: 40px;
  text-align: center;
  color: #e3b65e;
  margin: 0 auto 70px;
  z-index: 20;
  position: relative;
}
.offline-txt a {
  text-decoration: underline;
  color: #f2dcb2;
}
.offline-txt span {
  white-space: nowrap;
}
.offline-txt label {
  color: #f2dcb2;
}
.mainWrap {
  min-height: 1500px;
  padding: 0 84px 0 71px;
  background: url(../img/box_cen.png) repeat-y center top;
  position: relative;
  left: 50%;
  margin: -32px 0 260px -671px;
  padding-bottom: 50px;
}
.mainWrap::before {
  content: '';
  width: 100%;
  height: 115px;
  background: url(../img/box_top.png) no-repeat center top;
  position: absolute;
  top: -74px;
  left: 0;
}
.mainWrap::after {
  content: '';
  width: 100%;
  height: 115px;
  background: url(../img/box_bot.png) no-repeat center top;
  position: absolute;
  bottom: -62px;
  left: 50%;
  margin-left: -677.5px;
}
.mainWrap .tit {
  height: 131px;
  text-align: center;
  margin-bottom: 36px;
  position: relative;
}
.mainWrap .tit span,
.mainWrap .tit b {
  width: 100%;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  line-height: 131px;
  position: absolute;
}
.mainWrap .tit span {
  color: #e3b65e;
  top: 0;
  left: 0;
}
.mainWrap .tit b {
  color: #232a32;
  top: 2px;
  left: 2px;
}
.mainWrap .confirmAcount,
.mainWrap .login_confirm {
  position: relative;
  display: none;
}
.mainWrap .confirmAcount.on,
.mainWrap .login_confirm.on {
  display: block;
}
.mainWrap .login_confirm {
  width: 433px;
  height: 300px;
  margin: 0 auto;
  text-align: center;
}
.mainWrap .login_confirm .info {
  width: 433px;
  height: 70px;
  background: #000;
  border: 1px #e3b65e solid;
  margin: 0 auto 30px;
  padding: 40px 0;
  text-align: left;
}
.mainWrap .login_confirm .info p {
  width: 100%;
  font-size: 18px;
  color: #e3b65e;
  line-height: 36px;
  font-weight: bold;
}
.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: #cf072f;
}
.mainWrap .caNav {
  width: 688px;
  height: 38px;
  border-bottom: 1px #656565 solid;
  margin: 0 auto 25px;
  text-align: center;
}
.mainWrap .caNav a {
  min-width: 344px;
  text-align: center;
  font-size: 21px;
  color: #656565;
  line-height: 37px;
  padding-bottom: 2px;
  margin-bottom: -1px;
  display: inline-block;
}
.mainWrap .caNav a.on {
  color: #e3bf86;
  padding-bottom: 0;
  border-bottom: 2px #e3bf86 solid;
}
.mainWrap .caBox {
  width: 431px;
  height: 364px;
  margin: 0 auto;
}
.mainWrap .caBox .caItem {
  width: 100%;
  height: 140px;
  margin-bottom: 18px;
  position: relative;
}
.mainWrap .caBox .caItem ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #776644;
}
.mainWrap .caBox .caItem :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #776644;
}
.mainWrap .caBox .caItem ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #776644;
}
.mainWrap .caBox .caItem :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #776644;
}
.mainWrap .caBox .caItem span {
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #776644;
  text-align: left;
  float: left;
}
.mainWrap .caBox .caItem .selectBox,
.mainWrap .caBox .caItem .userId,
.mainWrap .caBox .caItem .userName {
  width: 405px;
  height: 27px;
  font-size: 16px;
  line-height: 27px;
  background: url(../img/input_bor.png) no-repeat;
  padding: 11px 14px;
  position: relative;
  float: left;
  margin-bottom: 20px;
}
.mainWrap .caBox .caItem .selectBox {
  position: relative;
  color: #776644;
  padding: 0;
  width: 433px;
  height: 49px;
  cursor: pointer;
}
.mainWrap .caBox .caItem .selectBox::before {
  content: '';
  width: 13px;
  height: 8px;
  background: url(../img/i_tri2.png) no-repeat;
  position: absolute;
  top: 50%;
  right: 17px;
  margin-top: -4px;
}
.mainWrap .caBox .caItem .selectBox.on {
  color: #776644;
}
.mainWrap .caBox .caItem .selectBox .scroll-box {
  position: absolute;
  width: 430px;
  left: 0;
  top: 0;
}
.mainWrap .caBox .caItem .selectBox .scroll-box .nicescroll-rails-vr {
  left: 427px !important;
}
.mainWrap .caBox .caItem .selectBox ul {
  display: none;
  position: absolute;
  width: 430px;
  max-height: 270px;
  overflow: hidden;
  border-right: 2px solid #a58f64;
  border-left: 2px solid #a58f64;
  top: 45px;
  left: 0px;
  z-index: 10;
  box-sizing: border-box;
}
.mainWrap .caBox .caItem .selectBox ul.show {
  display: block;
}
.mainWrap .caBox .caItem .selectBox ul li {
  height: 39px;
  line-height: 39px;
  border-bottom: 2px solid #a58f64;
  background: #1f1b12;
  text-align: center;
}
.mainWrap .caBox .caItem .selectBox input {
  width: 100%;
  height: 100%;
  padding: 11px 14px;
  background: transparent;
  color: #776644;
  font-size: 16px;
  line-height: 27px;
  display: block;
  box-sizing: border-box;
}
.mainWrap .caBox .caItem .userId,
.mainWrap .caBox .caItem .userName {
  color: #776644;
}
.mainWrap .caBox .caItem .findUserId {
  height: 18px;
  color: #967e51;
  font-size: 14px;
  text-decoration: underline;
  line-height: 18px;
  padding-left: 23px;
  white-space: nowrap;
  position: absolute;
  top: 126px;
  right: 0;
  cursor: pointer;
}
.mainWrap .caBox .caItem .findUserId::before {
  content: '?';
  width: 18px;
  height: 18px;
  font-size: 12px;
  font-weight: bold;
  color: #fefefe;
  text-align: center;
  line-height: 18px;
  background: #967e51;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -9px;
}
.mainWrap .caBox .caItem .selectUl {
  width: 420px;
  max-height: 400px;
  background: #000;
  border: 1px #88898a solid;
  position: absolute;
  top: 48px;
  left: 145px;
  z-index: 2;
  display: none;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.mainWrap .caBox .caItem .selectUl.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 li {
  width: 100%;
  height: 48px;
}
.mainWrap .caBox .caItem .selectUl li:hover,
.mainWrap .caBox .caItem .selectUl li.on {
  background: #a2a2a2;
}
.mainWrap .caBox .caItem .selectUl li:hover p,
.mainWrap .caBox .caItem .selectUl li.on p {
  color: #000;
  border-bottom-color: rgba(0, 0, 0, 0);
}
.mainWrap .caBox .caItem .selectUl li p {
  font-size: 16px;
  color: #a2a2a2;
  border-bottom: 1px #a2a2a2 solid;
  line-height: 48px;
  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 .caId,
.mainWrap .caBox .caName {
  display: none;
  margin-bottom: 45px;
}
.mainWrap .caBox .caId.caId,
.mainWrap .caBox .caName.caId {
  margin-bottom: 0;
}
.mainWrap .caBox .caId.on,
.mainWrap .caBox .caName.on {
  display: block;
}
.mainWrap .caBox .savingTips {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0 40px 0;
  cursor: pointer;
}
.mainWrap .caBox .savingTips i {
  display: block;
  background: url("../img/ahn.png");
  background-size: 100% 100%;
  width: 18px;
  height: 18px;
  margin-right: 15px;
}
.mainWrap .caBox .savingTips span {
  font-size: 18px;
  color: #bfa064;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.mainWrap .caBox .savingTips.on i,
.mainWrap .caBox .savingTips:hover i {
  background-image: url("../img/ah.png");
}
.mainWrap .methodBox {
  width: 984px;
  margin: 38px auto 0;
  display: none;
}
.mainWrap .methodBox.m_sms .pay_method {
  background: none;
}
.mainWrap .methodBox h3 {
  width: 968px;
  height: 39px;
  font-size: 20px;
  color: #fee79e;
  line-height: 39px;
  padding-left: 17px;
  background: url(../img/pay_method.png) no-repeat center;
  text-align: center;
  margin-bottom: 43px;
}
.mainWrap .methodBox .pay_method {
  width: 100%;
  background: url(../img/p_line.png) no-repeat left bottom;
  overflow: hidden;
}
.mainWrap .methodBox .pay_method li {
  width: 167px;
  height: 82px;
  margin: 0 0 24px 50px;
  float: left;
}
.mainWrap .methodBox .pay_method li:nth-child(4n-3) {
  margin-left: 21px;
}
.mainWrap .methodBox .pay_method li .pay_logo {
  width: 100%;
  height: 53px;
  text-align: center;
  line-height: 55px;
  background: url(../img/pay_bor.png) no-repeat;
  box-sizing: border-box;
  position: relative;
  display: block;
  margin-bottom: 4px;
  overflow: hidden;
}
.mainWrap .methodBox .pay_method li .pay_logo img {
  vertical-align: middle;
  max-width: 100px;
  max-height: 53px;
}
.mainWrap .methodBox .pay_method li .pay_logo::before {
  content: '';
  width: 14px;
  height: 14px;
  position: absolute;
  right: 2px;
  bottom: 0px;
}
.mainWrap .methodBox .pay_method li p {
  width: 100%;
  height: 25px;
  font-size: 15px;
  color: #a2a2a2;
  text-align: center;
  line-height: 25px;
}
.mainWrap .methodBox .pay_method li.on .pay_logo {
  background-image: url(../img/pay_bor_on.png);
}
.mainWrap .methodBox .pay_method li.on .pay_logo::before {
  width: 22px;
  height: 22px;
  border: none;
  background: url(../img/i_gou2.png) no-repeat center center;
}
.mainWrap .methodBox .pay_method li.on p {
  color: #d0292b;
}
.mainWrap .item_amount {
  text-align: center;
  position: relative;
  z-index: 2;
  margin-top: 150px;
}
.mainWrap .item_amount .tit_03 {
  margin-bottom: -60px;
}
.mainWrap .item_amount .tips {
  width: 924px;
  font-size: 16px;
  text-align: left;
  color: #bfa064;
  line-height: 25px;
  margin: 0 auto 16px;
  display: none;
}
.mainWrap .item_amount .giftTit {
  width: 100%;
  height: 50px;
  background: url('../img/text_bg.png') center no-repeat;
  margin: 116px auto 60px;
  font-size: 30px;
  color: #f3c77c;
  line-height: 50px;
  text-align: center;
  display: none;
}
.mainWrap .item_amount .giftTit span {
  position: relative;
}
.mainWrap .item_amount .giftTit span:before {
  content: '';
  width: 18px;
  height: 19px;
  background: url('../img/text_bg_i.png') center no-repeat;
  position: absolute;
  top: 7px;
  left: -40px;
}
.mainWrap .item_amount .giftTit span:after {
  content: '';
  width: 18px;
  height: 19px;
  background: url('../img/text_bg_i.png') center no-repeat;
  position: absolute;
  top: 7px;
  right: -40px;
}
.mainWrap .item_amount .giftBox {
  width: 1200px;
  height: auto;
  margin: 30px auto 40px;
  text-align: center;
  display: none;
}
.mainWrap .item_amount .giftBox.giftBox2 .giftGood {
  width: 260px;
}
.mainWrap .item_amount .giftBox.giftBox2 .giftGood.active .img::after,
.mainWrap .item_amount .giftBox.giftBox2 .giftGood:hover .img::after {
  background: url(../img/gift_wrap2_h.png) no-repeat;
}
.mainWrap .item_amount .giftBox.giftBox2 .giftGood .img {
  width: 260px;
  height: 214px;
}
.mainWrap .item_amount .giftBox.giftBox2 .giftGood .img::after {
  content: '';
  width: 309px;
  height: 258px;
  background: url(../img/gift_wrap2.png) no-repeat;
  position: absolute;
  top: -22px;
  left: -28px;
  transition: all 0.3s linear;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}
.mainWrap .item_amount .giftBox.giftBox2 .giftGood .img img {
  width: 100%;
  height: 100%;
}
.mainWrap .item_amount .giftBox.giftBox2 .giftGood .name {
  width: 100%;
  margin: 10px auto 7px;
}
.mainWrap .item_amount .giftBox.giftBox2 .giftGood .priceTxt {
  bottom: 332px;
}
.mainWrap .item_amount .giftBox .giftGood {
  width: 234px;
  height: 360px;
  display: inline-block;
  margin: 0 21px;
  position: relative;
  cursor: pointer;
  vertical-align: top;
}
.mainWrap .item_amount .giftBox .giftGood.prevent {
  pointer-events: none;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
}
.mainWrap .item_amount .giftBox .giftGood.active .img::after,
.mainWrap .item_amount .giftBox .giftGood:hover .img::after {
  opacity: 1;
}
.mainWrap .item_amount .giftBox .giftGood.active .priceTxt,
.mainWrap .item_amount .giftBox .giftGood:hover .priceTxt {
  display: block;
}
.mainWrap .item_amount .giftBox .giftGood.hasNone {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  pointer-events: none;
}
.mainWrap .item_amount .giftBox .giftGood .img {
  width: 233px;
  height: 232px;
  position: relative;
}
.mainWrap .item_amount .giftBox .giftGood .img::after {
  content: '';
  width: 283px;
  height: 275px;
  background: url(../img/gift_wrap.png) no-repeat;
  position: absolute;
  top: -22px;
  left: -28px;
  opacity: 0;
  transition: all 0.3s linear;
}
.mainWrap .item_amount .giftBox .giftGood .name {
  width: 264px;
  font-weight: bold;
  font-size: 25px;
  color: #bfa064;
  line-height: 26px;
  margin-top: 10px;
  margin-bottom: 7px;
  margin-left: -15px;
}
.mainWrap .item_amount .giftBox .giftGood .buylimit {
  font-size: 20px;
  color: #bfa064;
  line-height: 26px;
  margin-top: 4px;
}
.mainWrap .item_amount .giftBox .giftGood .price {
  font-weight: bold;
  font-size: 20px;
  color: #fadfab;
  line-height: 28px;
  text-align: center;
}
.mainWrap .item_amount .giftBox .giftGood .priceTxt {
  max-width: 320px;
  min-width: 320px;
  height: auto;
  min-height: 62px;
  background: url(../img/gift_des_bg.png) no-repeat;
  background-size: 100% 100%;
  padding: 12px;
  font-size: 18px;
  color: #fed27e;
  line-height: 30px;
  display: none;
  position: absolute;
  bottom: 350px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
.mainWrap .item_amount .giftBox .giftGood .priceTxt.oneLine {
  line-height: 62px;
}
.mainWrap .item_amount .giftBox .giftGood .bonus {
  background: url("../img/bonus.png");
  background-size: 100% 100%;
  width: 92px;
  height: 85px;
  position: absolute;
  right: 0px;
  top: -1px;
  z-index: 2;
}
.mainWrap .item_amount .giftBox .giftGood .bonus[data-bonus='0'] {
  display: none;
}
.mainWrap .item_amount .giftBox .giftGood .bonus span {
  position: absolute;
  left: -2px;
  top: 26px;
  color: #fbe08d;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4px;
  width: 124px;
  -webkit-transform: rotate(41deg);
  -moz-transform: rotate(41deg);
  -ms-transform: rotate(41deg);
  -o-transform: rotate(41deg);
  transform: rotate(41deg);
}
.mainWrap .item_amount .giftTips {
  font-size: 14px;
  color: #bfa064;
  line-height: 30px;
  text-align: center;
  display: none;
}
.mainWrap .item_amount .amountListTit {
  width: 994px;
  height: 90px;
  margin: 30px auto 24px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mainWrap .item_amount .amountListTit li {
  font-size: 35px;
  color: #bfa064;
  text-align: center;
  flex: 1;
  display: block;
}
.mainWrap .item_amount .amountListTit li:nth-child(1) {
  width: 290px;
  margin-right: 66px;
  margin-left: 46px;
}
.mainWrap .item_amount .amountListTit li:nth-child(2) {
  width: 314px;
}
.mainWrap .item_amount .amountListTit li:nth-child(3) {
  width: 222px;
}
.mainWrap .item_amount .AmountList {
  width: 994px;
  position: relative;
  margin: 0 auto 38px;
  overflow: hidden;
}
.mainWrap .item_amount .AmountList li {
  width: 100%;
  height: 150px;
  border-bottom: 1px #39362b solid;
  padding-left: 46px;
  box-sizing: border-box;
  position: relative;
  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;
}
.mainWrap .item_amount .AmountList li .mark {
  width: 18px;
  height: 18px;
  border: 2px #fadfab solid;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 46px;
  margin-top: -11px;
  z-index: 2;
}
.mainWrap .item_amount .AmountList li .price {
  width: 290px;
  height: 100%;
  font-size: 22px;
  color: #fadfab;
  line-height: 150px;
  float: left;
  margin-right: 96px;
  z-index: 2;
  position: relative;
}
.mainWrap .item_amount .AmountList li .remarks {
  width: 224px;
  height: 100%;
  float: left;
  position: relative;
  z-index: 2;
  margin-left: 20px;
}
.mainWrap .item_amount .AmountList li .remarks .remarks_icon {
  width: 129px;
  height: 100%;
  background: url(../img/i_icon6.png) no-repeat left center;
  background-size: 100% auto;
  line-height: 150px;
  margin-right: 8px;
  float: left;
}
.mainWrap .item_amount .AmountList li .remarks span {
  font-size: 22px;
  color: #fadfab;
  line-height: 150px;
  float: left;
}
.mainWrap .item_amount .AmountList li .remarks_2 span {
  color: #e4b072;
}
.mainWrap .item_amount .AmountList li .center {
  width: 40px;
  font-size: 22px;
  color: #fadfab;
  line-height: 150px;
  float: left;
  position: relative;
  z-index: 2;
}
.mainWrap .item_amount .AmountList li .remarks2 .remarks_icon2 {
  background: url(../img/i_icon.png) no-repeat left center;
}
.mainWrap .item_amount .AmountList li::after {
  content: '';
  width: 100%;
  height: 100%;
  background: url(../img/bor_on.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -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;
  z-index: 1;
}
.mainWrap .item_amount .AmountList li:hover,
.mainWrap .item_amount .AmountList li.on {
  border-bottom-color: rgba(0, 0, 0, 0);
}
.mainWrap .item_amount .AmountList li:hover::after,
.mainWrap .item_amount .AmountList li.on::after {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}
.mainWrap .item_amount .AmountList li:hover .mark,
.mainWrap .item_amount .AmountList li.on .mark {
  border-color: #ffdd9b;
}
.mainWrap .item_amount .AmountList li:hover .price,
.mainWrap .item_amount .AmountList li.on .price,
.mainWrap .item_amount .AmountList li:hover .center,
.mainWrap .item_amount .AmountList li.on .center {
  color: #3a2e16!important;
}
.mainWrap .item_amount .AmountList li:hover .remarks span,
.mainWrap .item_amount .AmountList li.on .remarks span {
  color: #3a2e16;
}
.mainWrap .item_amount .AmountList li:first-child {
  border-top: 1px #7d6d5a solid;
}
.mainWrap .item_amount .AmountList li:last-child {
  border-bottom: 1px #7d6d5a solid;
}
.mainWrap .item_amount .AmountList li:nth-child(1) .remarks_icon1 {
  background: url(../img/i_icon.png) no-repeat left center;
}
.mainWrap .item_amount .AmountList li:nth-child(2) .remarks_icon1 {
  background: url(../img/i_icon2.png) no-repeat left center;
}
.mainWrap .item_amount .AmountList li:nth-child(3) .remarks_icon1 {
  background: url(../img/i_icon3.png) no-repeat left center;
}
.mainWrap .item_amount .AmountList li:nth-child(4) .remarks_icon1 {
  background: url(../img/i_icon4.png) no-repeat left center;
}
.mainWrap .item_amount .AmountList li:nth-child(5) .remarks_icon1 {
  background: url(../img/i_icon5.png) no-repeat left center;
}
.mainWrap .item_amount .AmountList li:nth-child(6) .remarks_icon1 {
  background: url(../img/i_icon6.png) no-repeat left center;
  background-size: 100% auto;
}
.mainWrap .item_amount .AmountList li:nth-child(7) .remarks_icon1 {
  background: url(../img/i_icon7.png) no-repeat left center;
  background-size: 100% auto;
}
.mainWrap .item_amount .AmountList li:nth-child(8) .remarks_icon1 {
  background: url(../img/i_icon8.png) no-repeat left center;
  background-size: 100% auto;
}
.mainWrap .item_amount .AmountList li:nth-child(9) .remarks_icon1 {
  background: url(../img/i_icon9.png) no-repeat left center;
  background-size: 100% auto;
}
.mainWrap .item_amount .AmountList li.on .mark {
  background: #e4b072 url(../img/i_gou3.png) no-repeat center center;
  border-color: rgba(0, 0, 0, 0);
}
.mainWrap .item_amount .readPrivacy {
  width: 958px;
  text-align: left;
  padding-left: 26px;
  position: relative;
  line-height: 40px;
  margin: 0 auto 88px;
}
.mainWrap .item_amount .readPrivacy i {
  width: 18px;
  height: 18px;
  background: #ffdd9b;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -9px;
  cursor: pointer;
}
.mainWrap .item_amount .readPrivacy i::before {
  content: '';
  width: 18px;
  height: 18px;
  background: url(../img/i_gou4.png) center center no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.mainWrap .item_amount .readPrivacy i.on::before {
  display: block;
}
.mainWrap .item_amount .readPrivacy a {
  font-size: 16px;
  color: #bfa064;
  display: block;
}
.mainWrap .item_amount .readPrivacy a:hover {
  text-decoration: underline;
}
.btn {
  width: 219px;
  height: 48px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #221a10;
  line-height: 48px;
  margin: 0 auto 0;
  background: url(../img/btn_bg.png) no-repeat;
  position: relative;
  cursor: pointer;
  display: block;
}
.btn_renew {
  width: auto;
  min-width: 245px;
  background-size: 100% 100%;
  display: inline-block;
  margin: 0 auto;
}
.btn span {
  position: relative;
}
.btn p {
  width: 100%;
  height: 100%;
  color: #221a10;
  position: absolute;
  top: 2px;
  left: -2px;
}
.btn.btn_topUp {
  width: auto;
  min-width: 254px;
  background-size: 100% 100%;
  display: inline-block;
}
.exchangeWrap {
  min-height: 610px;
  padding: 0 84px 50px 71px;
  background: url(../img/box_cen.png) repeat-y center top;
  position: relative;
  left: 50%;
  margin: -49px 0 260px -671px;
}
.exchangeWrap ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #776644;
}
.exchangeWrap :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #776644;
}
.exchangeWrap ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #776644;
}
.exchangeWrap :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #776644;
}
.exchangeWrap::before {
  content: '';
  width: 100%;
  height: 115px;
  background: url(../img/box_top.png) no-repeat center top;
  position: absolute;
  top: -74px;
  left: 0;
}
.exchangeWrap::after {
  content: '';
  width: 100%;
  height: 115px;
  background: url(../img/box_bot.png) no-repeat center top;
  position: absolute;
  bottom: -62px;
  left: 50%;
  margin-left: -677.5px;
}
.exchangeWrap .tit {
  height: 46px;
  text-align: center;
  margin-bottom: 56px;
  position: relative;
  padding-top: 80px;
}
.exchangeWrap .itemWrap {
  width: 431px;
  position: relative;
  margin: 0 auto 0;
}
.exchangeWrap .selectBox,
.exchangeWrap .roleId,
.exchangeWrap .codeTxt {
  width: 405px;
  height: 27px;
  font-size: 16px;
  line-height: 27px;
  background: url(../img/input_bor.png) no-repeat;
  padding: 11px 14px;
  position: relative;
  display: block;
  margin: 0 auto 32px;
  text-align: center;
}
.exchangeWrap .selectBox {
  position: relative;
  color: #776644;
  cursor: pointer;
  padding: 0;
  width: 433px;
  height: 49px;
}
.exchangeWrap .selectBox::before {
  content: '';
  width: 13px;
  height: 8px;
  background: url(../img/i_tri2.png) no-repeat;
  position: absolute;
  top: 50%;
  right: 17px;
  margin-top: -4px;
}
.exchangeWrap .selectBox.on {
  color: #776644;
}
.exchangeWrap .selectBox input {
  width: 100%;
  height: 100%;
  padding: 11px 14px;
  background: transparent;
  color: #776644;
  font-size: 16px;
  line-height: 27px;
  display: block;
  box-sizing: border-box;
}
.exchangeWrap .selectBox .scroll-box {
  position: absolute;
  width: 430px;
  left: 0;
  top: 0;
}
.exchangeWrap .selectBox .scroll-box .nicescroll-rails-vr {
  left: 427px !important;
}
.exchangeWrap .selectBox ul {
  display: none;
  position: absolute;
  width: 430px;
  max-height: 270px;
  overflow: hidden;
  border-right: 2px solid #a58f64;
  border-left: 2px solid #a58f64;
  top: 45px;
  left: 0px;
  z-index: 10;
  box-sizing: border-box;
}
.exchangeWrap .selectBox ul.show {
  display: block;
}
.exchangeWrap .selectBox ul li {
  height: 39px;
  line-height: 39px;
  border-bottom: 2px solid #a58f64;
  background: #1f1b12;
  text-align: center;
}
.exchangeWrap .roleId,
.exchangeWrap .codeTxt {
  color: #776644;
}
.exchangeWrap .findUserId,
.exchangeWrap .ruleBtn {
  height: 18px;
  color: #967e51;
  font-size: 14px;
  text-decoration: underline;
  line-height: 18px;
  padding-left: 23px;
  white-space: nowrap;
  position: absolute;
  right: 0;
  cursor: pointer;
}
.exchangeWrap .findUserId::before,
.exchangeWrap .ruleBtn::before {
  content: '?';
  width: 18px;
  height: 18px;
  font-size: 12px;
  font-weight: bold;
  color: #fefefe;
  text-align: center;
  line-height: 18px;
  background: #967e51;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -9px;
}
.exchangeWrap .findUserId {
  top: 132px;
}
.exchangeWrap .ruleBtn {
  top: 212px;
  padding-left: 16px;
}
.exchangeWrap .ruleBtn::before {
  content: '';
  width: 16px;
  height: 16px;
  background: url(../img/dh/i_rule.png) no-repeat;
  top: 12px;
}
.exchangeWrap .btn {
  display: block;
  margin: 0 auto 0;
  text-transform: uppercase;
}
.ru .exchangeWrap .btnDh {
  font-size: 18px;
  line-height: 18px;
  padding: 8px 0;
  box-sizing: border-box;
}
.pt .mainWrap .item_amount .giftBox .giftGood .name {
  font-size: 24px;
}
.prtips {
  width: 994px;
  font-size: 22px;
  color: #bfa064;
  line-height: 40px;
  text-align: left;
  margin: 0 auto 0;
}
.czCountBox {
  display: none;
  width: 100%;
}
.czCountBox .tit {
  display: block;
  height: auto;
  margin: 80px auto 50px;
}
.czCountBox .nums-box {
  width: 674px;
  height: 70px;
  border: 1px solid #b2985f;
  margin: 0 auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.czCountBox .nums-box .jian {
  background: url("../img/jian.png");
  width: 55px;
  height: 55px;
  cursor: pointer;
}
.czCountBox .nums-box .jian.non {
  background-image: url("../img/jian-non.png");
  pointer-events: none;
}
.czCountBox .nums-box .jia {
  background: url("../img/jia.png");
  width: 55px;
  height: 55px;
  cursor: pointer;
}
.czCountBox .nums-box .jia.non {
  background-image: url("../img/jia-non.png");
  pointer-events: none;
}
.czCountBox .nums-box .nums {
  width: 435px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #fadfab;
  font-weight: bold;
}
.czCountBox .money-box {
  width: 674px;
  height: 70px;
  border: 1px solid #b2985f;
  margin: 35px auto 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 30px;
  font-weight: bold;
  color: #b2985f;
}
.czCountBox .money-box .txt,
.czCountBox .money-box .unit {
  width: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.czCountBox .money-box .nums {
  color: #fadfab;
}
.offline-box {
  position: fixed;
  _position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  display: none;
}
.offline-box.on {
  display: block;
}
.offlinepop {
  position: fixed;
  width: 784px;
  min-height: 390px;
  top: 50%;
  left: 50%;
  margin: -195px 0 0 -392px;
  padding-bottom: 40px;
  background: url(../img/pop_bg.png) no-repeat;
  background-size: 100% 100%;
  z-index: 1000;
}
.offlinepop p {
  width: 70%;
  font-size: 22px;
  line-height: 40px;
  text-align: center;
  color: #e3b65e;
  position: absolute;
  top: 40%;
  left: 16%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.offlinepop p a {
  text-decoration: underline;
  color: #f2dcb2;
}
.offlinepop p span {
  white-space: nowrap;
}
.offlinepop p label {
  color: #f2dcb2;
}
.offlinepop .close3 {
  width: 45px;
  height: 45px;
  background: url(../img/close.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  right: -60px;
  -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;
}
.offlinepop .close3:hover {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.offlinepop .ok2 {
  display: inline-block;
  mnin-width: 219px;
  height: 48px;
  background: url(../img/btn_bg.png) no-repeat;
  background-size: 100% 100%;
  font-weight: bold;
  font-size: 28px;
  line-height: 63px;
  text-align: center;
  position: absolute;
  bottom: 60px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  padding: 0 24px;
}
.offlinepop .ok2 i {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: bold;
  color: #221a10;
  font-size: 26px;
  line-height: 3px;
}
