::-webkit-scrollbar {
  width: 8px;
  height: 16px;
  background-color: #F5F5F5;
}
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background-color: #F5F5F5;
}
/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  background-color: #999;
}
.hide{
	display: none!important;
}

.btn{
	margin: 35px auto 0;
	display: block;
	width: 152px;
	height: 45px;
	line-height: 45px;
	font-size: 26px;
	font-weight: bold;
	color: #7e7e7e;
	background: #f1f1f1;
	border-radius: 5px;
}
/*彈窗*/
.layer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99;
}
.layer-container{
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 100;
}
.layer-login {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 900px;
  background: rgba(0, 0, 0, 0.9);
  z-index: 1000;
  overflow: hidden;
  border-radius: 12px;
  -webkit-transform: translate(-50%, -50%) scale(0.65);
          transform: translate(-50%, -50%) scale(0.65);
}
.layer-login .title {
  position: relative;
  margin-top: 54px;
  text-align: center;
}
.layer-login .content {
  margin: 0 auto;
  width: 648px;
}
.layer-login .group-input {
  margin-top: 40px;
  height: 50px;
}
.layer-login .group-input input {
  padding: 10px;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 43px;
  color: #ffffff;
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.layer-login .handle {
  margin-top: 13px;
  color: rgba(255, 255, 255, 0.3);
  font-size: 21px;
}
.layer-login .handle a {
  color: rgba(255, 255, 255, 0.3);
  font-size: 21px;
}
.layer-login .handle a:hover {
  color: #fff;
}
.layer-login .handle .left {
  cursor: pointer;
  float: left;
}
.layer-login .handle .left label {
  vertical-align: middle;
}
.layer-login .handle .checkbox {
  position: relative;
  margin-right: 8px;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: #0B0B0B;
  border: 1px solid #fff;
  border-radius: 3px;
  vertical-align: middle;
}
.layer-login .handle .checkbox.active:after {
  content: "\2714";
  display: block;
  width: 100%;
  height: 100%;
  line-height: 24px;
  color: #fff;
  font-size: 18px;
  text-align: center;
}
.layer-login .handle .right {
  padding-right: 25px;
  float: right;
  background: url(../images/icon_password.png) right center no-repeat;
  background-size: 25px 24px;
}
.layer-login .btn-area {
  margin-top: 40px;
}
.layer-login .btn-area input,
.layer-login .btn-area .btn-register{
  float: left;
  width: 270px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 36px;
  color: #ffffff;
  background: #f45c00;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
.layer-login .btn-area input.btn-login {
  margin-left: 0;
}
.layer-login .btn-area .btn-register {
  float: right;
}
.layer-login .or {
  position: relative;
  margin-top: 47px;
  text-align: center;
  font-size: 36px;
  color: #ffffff;
}
.layer-login .or:before,
.layer-login .or:after {
  content: "";
  position: absolute;
  top: 22px;
  width: 40%;
  height: 1px;
  background: #fff;
}
.layer-login .or:before {
  left: 0;
}
.layer-login .or:after {
  right: 0;
}
.layer-login .quick-login {
  margin: 20px auto 38px;
  width: 170px;
}
.layer-login .quick-login a {
  margin-right: 44px;
  float: left;
  display: block;
  width: 63px;
  height: 63px;
}
.layer-login .quick-login a:last-child {
  margin-right: 0;
}
.layer-login .quick-login a.quick-google {
  background: url(../images/login_google.png);
}
.layer-login .quick-login a.quick-facebook {
  background: url(../images/login_facebook.png);
}
.layer-login .close {
  position: absolute;
  top: -30px;
  right: 30px;
  font-size: 40px;
  color: #f45c00;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.layer-login .close:hover {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.swiper-pagination {
  bottom: 30px!important;
  padding-left: 100px;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.swiper-pagination-bullet {
  width: 90px;
  height: 6px;
  border-radius: 0;
}
.swiper-pagination-bullet-active {
  background: #000;
  opacity: .5;
}
.swiper-button-next,
.swiper-button-prev {
  width: 59px;
  height: 57px;
}
.swiper-button-next {
  right: 100px;
  background: url(../images/swiper_next.png);
}
.swiper-button-prev {
  left: 100px;
  background: url(../images/swiper_prev.png);
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  z-index: 111;
}
header nav {
  margin: 0 auto;
  width: 1440px;
  height: 100%;
  line-height: 80px;
}
header .logo,
header ul,
.btn-login {
  float: left;
}
header .logo img {
  margin: 20px 0 0 11px;
}
.navbar {
  margin-left: 300px;
}
.navbar li {
  padding: 0 24px;
  float: left;
}
.navbar a {
  position: relative;
  color: #ffffff;
  font-size: 18px;
}
.navbar a:after {
  content: "";
  position: absolute;
  right: -24px;
  top: -1px;
  width: 1px;
  height: calc(104%);
  background: #ffffff;
}
.navbar a:hover {
  color: #bbb;
}
.btn-login {
  margin-left: 76px;
}
.btn-login .icon {
  margin-right: 14px;
  vertical-align: middle;
}
.btn-login a {
  position: relative;
  margin-right: 10px;
  font-size: 18px;
  vertical-align: middle;
  color: rgba(255, 255, 255, 0.5);
}
.btn-login a:hover {
  color: #ffffff;
}
.btn-login .login:after {
  content: "";
  position: absolute;
  right: -5px;
  top: -1px;
  width: 1px;
  height: calc(104%);
  background: rgba(255, 255, 255, 0.5);
}
.banner {
  display: block;
  width: 100%;
  min-width: 1440px;
}
.play {
  position: absolute;
  left: 50%;
  bottom: 80px;
  display: block;
  margin-left: -170px;
  width: 340px;
  line-height: 80px;
  font-size: 48px;
  letter-spacing: 15px;
  color: #f45c00;
  text-align: center;
  font-family: "微软雅黑";
  font-weight: bold;
  border: 4px solid #f45c00;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
.play:hover {
  border-color: #FFB77C;
}
.more-title {
  position: relative;
  min-width: 1440px;
  height: 90px;
  line-height: 90px;
  color: #ffb77c;
  font-size: 34px;
  text-align: center;
  letter-spacing: 5px;
  background: #1b1b1b;
}
.more-title .main {
  position: relative;
  margin: 0 auto;
  width: 1440px;
}
.bg-game {
  position: relative;
  width: 100%;
  height: 840px;
}
.bg-game img{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 1920px;
}
.bg-game .area {
  position: absolute;
  top: 54%;
  left: 50%;
  margin-left: 100px;
  width: 560px;
}
.bg-game .desc {
  word-break: break-all;
  font-size: 25px;
  line-height: 30px;
  color: #0b0b0b;
  font-weight: 400;
  font-family: "黑体";
}
.bg-game .white {
  color: #ffffff;
}
.bg-game .download {
  margin-top: 10%;
  padding: 0 106px;
}
.bg-game .icon-download {
  margin-right: 55px;
  float: left;
  display: block;
  width: 79px;
  height: 78px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bg-game .icon-google-play {
  background: url(../images/icon_google_play.png) no-repeat;
}
.bg-game .icon-app-store {
  background: url(../images/icon_app_store.png) no-repeat;
}
.bg-game .icon-windows {
  margin-right: 0;
  background: url(../images/icon_windows.png) no-repeat;
}
footer {
	min-width: 1440px;
  height: 340px;
  background: url(../images/footer.png) center center no-repeat;
  overflow: hidden;
}
footer .main {
  margin-top: 50px;
  text-align: center;
}
footer .link {
  margin-top: 25px;
}
footer .link a {
  position: relative;
  color: #676767;
  font-size: 18px;
}
footer .link a:after {
  margin-right: 10px;
  margin-left: 10px;
  content: "/";
}
footer .link a:last-child:after {
  display: none;
}
footer .link a:hover {
  color: #fff;
}
footer p {
  margin-top: 8px;
  color: #676767;
  font-size: 16px;
}
footer .icon-more {
  margin: 24px auto 0;
  display: block;
  width: 76px;
  height: 42px;
}
footer .icon-more[class~=hide] + .main{
	margin-top: 125px;
}
footer .more {
  background: url(../images/more.png) no-repeat;
}
/*新聞*/
.article-main,
.game-main,
.contact-main,
.pay-main,
.register-main,
.find-pwd-main,
.order-main,
.service-main {
  padding: 30px 0 55px;
  min-width: 1440px;
  background: #0b0b0b;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.article-main > section,
.game-main > section,
.contact-main > section,
.pay-main > section,
.register-main > section,
.find-pwd-main > section,
.order-main > section,
.service-main > section {
  margin: 0 auto;
  width: 1440px;
}
.game-main {
  padding: 20px 0;
}
.contact-main,
.order-main {
  border-top: 2px solid #0B0B0B;
  background: #1b1b1b;
}
.pay-main {
  padding: 25px 0 55px;
}
.register-main {
  padding: 58px 0 128px;
}
.find-pwd-main {
  padding: 90px 0 145px;
}
.article-tab a {
  position: relative;
  margin-right: 9px;
  float: left;
  display: block;
  width: 353px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  letter-spacing: 5px;
  color: #ffffff;
  font-size: 35px;
  background: #ffb77c;
}
.article-tab a.active {
  background: #f45c00;
}
.article-tab a.active:after {
  content: "";
  position: absolute;
  bottom: -45px;
  left: 50%;
  width: 65px;
  height: 37px;
  background: url(../images/triangle.png) no-repeat;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.article-tab a:last-child {
  margin-right: 0;
}
.article-tab a:hover {
  background: #f45c00;
}
.article-list {
  padding: 70px 115px 80px;
  max-height: 1530px;
  background: #1a1a1a;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.article-item {
  padding-right: 15px;
  line-height: 65px;
  font-size: 24px;
  border-bottom: 1px dashed #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.article-item a {
  padding-left: 30px;
  color: #fff;
  font-size: 24px;
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
  background: url(../images/title.png) left center no-repeat;
  background-size: 19px 27px;
}
.article-item a:hover {
  color: #FF9352;
}
.article-item time {
  float: right;
  color: #ff9352;
}
.page {
  margin-top: 10px;
  text-align: center;
}
.page a {
  margin-right: 20px;
  display: inline-block;
  min-width: 20px;
  height: 20px;
  line-height: 20px;
  color: #555555;
  font-size: 16px;
}
.page a.active {
  background: #f45c00;
  color: #fff;
}
.page a:hover {
  color: #fff;
}
.page .prev,
.page .first{
  margin-right: 80px;
  width: auto;
}

.page .next,
.page .last {
  margin-left: 80px;
  width: auto;
}
/*遊戲*/
.game-item {
  float: left;
  margin: 0 20px 20px;
  padding: 10px;
  width: calc(50% - 40px);
  background: #1b1b1b;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.game-item .poster {
  overflow: hidden;
  width: 660px;
  height: 370px;
}
.game-item img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.game-item img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.game-item p {
  line-height: 140px;
  font-size: 40px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 10px;
  color: #fff;
  font-family: "微软雅黑";
}
.game-item a {
  float: left;
  width: calc(50% - 14px);
  height: 70px;
  font-size: 40px;
  color: #fff;
  text-align: center;
  line-height: 70px;
  letter-spacing: 5px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  background: #313131;
  font-family: "微软雅黑";
}
.game-item a:hover {
  background: #f45c00;
}
.game-item .download {
  float: right;
}
.layer-download{
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 556px;
	height: 451px;
	background: rgba(0,0,0,.7);
	border-radius: 0;
	transform: scale(1);
}
.layer-download .close{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 9;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
	color: #f45c00;
	line-height: 30px;
	text-align: center;
	font-size: 25px;
	transition: all .2s linear;
}
.layer-download .close:hover{
	transform: rotate(360deg);
}
.layer-download .title{
	margin-top: 0;
	padding: 20px 20px;
	box-sizing: border-box;
	cursor: default;
}
.layer-download .title img{
	display: block;
	float: left;
	width: 88px;
	height: 88px;
}
.layer-download .title p{
	float: left;
	margin-left: 12px;
	font-size: 38px;
	color: #fff;
	line-height: 88px;
}
.layer-download .subitem{
	position: relative;
	display: block;
	height: 108px;
}
.layer-download .subitem:hover{
	background: rgba(244,92,0,.6);
}
.layer-download .subitem img{
	padding-left: 48px;
	position: absolute;
	left: 0;
	bottom: 0;
	top: 0;
	right: auto;
	margin: auto;
	box-sizing: border-box;
}
/*聯繫我們*/
.contact-main .text {
  font-size: 24px;
  color: #fff;
  line-height: 45px;
}
.contact-main .text span,
.contact-main .text img{
	margin-right: 5px;
	vertical-align: middle;
}
.contact-main .text a{
	color: #fff;
}
.contact-main .text a:hover{
	color: #f45c00;
}
.contact-main .text1 {
  line-height: 60px;
  border-bottom: 1px dashed #fff;
}

/*儲值中心*/
.back {
  position: absolute;
  top: 20px;
  left: 45px;
  width: 23px;
  height: 39px;
  background: url(../images/back.png) no-repeat;
}
.pay-container {
  border: 2px solid #606060;
}
.pay-container .title {
  font-size: 34px;
  color: #ffb77c;
}
.pay-container > div {
  border-bottom: 2px solid #fff;
}
.pay-title {
  padding: 0 55px;
  line-height: 80px;
  font-size: 34px;
  color: #ffb77c;
}
.pay-title .left {
  float: left;
}
.pay-title .right {
  float: right;
}
.select-role,
.select-channel,
.sure-order {
  padding: 40px 55px 28px;
}
.select-area {
  margin-top: 10px;
}
.select-area .select {
  position: relative;
  z-index: 9;
  float: left;
  margin-right: 59px;
  width: 400px;
  height: 40px;
  line-height: 40px;
  font-size: 24px;
  color: #ffffff;
  text-align: center;
  border: 1px solid #ffffff;
}
.select-area .select:last-child {
  margin-right: 0;
}
.select-area .select > div {
  position: relative;
  z-index: 3;
  height: 100%;
  background: #0b0b0b;
}
.select-area select {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 10;
  width: 400px;
  height: 40px;
  font-size: 24px;
  color: #ffffff;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: transparent;
}
.select-area select option {
  background: #000;
}
.select-area .theme {
  margin-right: 17px;
  float: right;
  width: 860px;
  height: 40px;
}
.select-area .theme input {
  padding: 0 12px;
  font-size: 24px;
  width: 100%;
  height: 100%;
  color: #fff;
  background: transparent;
  border: 1px solid #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.select-area textarea {
  padding: 12px;
  display: block;
  width: 99%;
  height: 250px;
  resize: both;
  font-size: 24px;
  color: #fff;
  background: transparent;
  border: 1px solid #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.select-area .submit {
  height: 60px;
  line-height: 60px;
}
.pay-type {
  margin-top: 10px;
  border: 1px solid #838383;
}
.pay-type .left,
.pay-type .center,
.pay-type .right {
  float: left;
}
.pay-type .active {
  background: #f45c00;
}
.pay-type .left {
  margin: -1px 0 0 -1px;
  padding-bottom: 1px;
  border: 1px solid #ffffff;
}
.pay-type .left > div {
  width: 380px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  font-size: 26px;
  color: #ffffff;
  cursor: pointer;
  border-bottom: 1px solid #ffffff;
}
.pay-type .left > div:last-child {
  border: none;
}
.pay-type .left > div:hover {
  background: #f45c00;
}
.pay-type .center {
  margin: 0 20px 0 20px;
  width: 900px;
  overflow: hidden;
}
.pay-type .center > div{
	float: left;
	margin-right: 25px;
  margin-top: 28px;
  width: 280px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 22px;
  color: #ffb77c;
  cursor: pointer;
  border: 1px solid #ffffff;
}
.pay-type .center > div:nth-child(3n){
	margin-right: 0;
}
.pay-type .center > div:hover {
  background: #f45c00;
}
.sure-order {
  padding-bottom: 0;
  border-bottom: none!important;
}
.sure-order table {
  width: 100%;
  font-size: 24px;
}
.sure-order table th {
  height: 58px;
  border: 1px solid #fff;
  text-align: center;
  color: #fff;
}
.sure-order table td {
  width: 20%;
  height: 80px;
  border: 1px solid #fff;
  text-align: center;
  color: #fff;
}
.submit {
  display: block;
  margin: 50px auto;
  width: 460px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  color: #ffffff;
  font-size: 34px;
  letter-spacing: 5px;
  background: #f45c00;
  border: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
}
.submit:hover {
  background: #cc550d;
}
.register-from,
.register-tab {
  margin: 0 auto;
  width: 460px;
}
.register-tab a {
  margin-right: 10px;
  float: left;
  display: block;
  width: 225px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 32px;
  color: #fff;
  background: #929292;
}
.register-tab a:first-child {
  border-radius: 5px 0 0 5px;
}
.register-tab a:last-child {
  margin-right: 0;
  border-radius: 0 5px 5px 0;
}
.register-tab a.active,
.register-tab a:hover {
  background: #f45c00;
}
.register-from .form-group {
  position: relative;
  margin-top: 30px;
  height: 50px;
}
.register-from .form-group input {
  padding: 0 12px;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #fff;
  border: 1px solid #898989;
  border-radius: 5px;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.register-from .form-group input.submit {
  margin-top: 45px;
  line-height: 50px;
  font-size: 36px;
  background: #f45c00;
  border: none;
  cursor: pointer;
}
.register-from .form-group input.submit:hover {
  opacity: .8;
}
.register-from .form-group .tips {
  position: absolute;
  top: -32px;
  left: 0;
  color: #fff;
  font-size: 14px;
}
.register-from .form-group .tips .checkbox {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: #ffffff;
  vertical-align: middle;
  border: 1px solid #6a6a6a;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
.register-from .form-group .tips .checkbox.active:after {
  content: "\2714";
  display: block;
  width: 100%;
  height: 100%;
  line-height: 18px;
  color: #333;
  font-size: 14px;
  text-align: center;
}
.register-from .form-group .tips span {
  vertical-align: middle;
}
.register-from .form-group .tips span a {
  color: #f45c00;
}
.register-from .form-group button {
  padding: 0 5px;
  position: absolute;
  top: 9px;
  right: 9px;
  line-height: 32px;
  background: #f45c00;
  border: none;
  border-radius: 3px;
  color: #fff;
  font-size: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.register-from .form-group img {
  padding: 0 5px;
  position: absolute;
  top: 5px;
  right: 3px;
  line-height: 32px;
  border: none;
  border-radius: 3px;
  font-size: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
button[disabled] {
  background: #bfbfbf!important;
}
.register-from .form-group button:hover {
  opacity: .8;
}
.register-from .account,
.register-from .email {
  display: none;
}
.register-from .account {
  display: block;
}
.find-pwd-area {
  margin: 0 auto;
  width: 900px;
}
.find-pwd-area .success {
  margin-top: 140px;
  font-size: 48px;
  text-align: center;
  color: #fff;
}
.step {
  position: relative;
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 28px;
  color: #fff;
  background: #262626;
  border-radius: 8px;
}
.step > div {
  position: relative;
  float: left;
  width: 33.33333333%;
  text-align: center;
}
.step > div:before {
  position: absolute;
  left: -38px;
  top: -16px;
  width: 76px;
  height: 76px;
  line-height: 76px;
  font-size: 33px;
  text-align: center;
  background: #929292;
  border: 8px solid #fff;
  border-radius: 50%;
}
.step > div.active:before {
  background: #f45c00;
}
.step .one:before {
  content: "1";
}
.step .two:before {
  content: "2";
}
.step .three:before {
  content: "3";
}
.find-pwd-form form {
  margin: 110px auto 60px;
  width: 460px;
}
.find-pwd-form .form-group {
  position: relative;
  margin-bottom: 40px;
  height: 48px;
}
.find-pwd-form .form-group input {
  padding: 0 12px;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #fff;
  background: transparent;
  border: 1px solid #929292;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.find-pwd-form .form-group .getverify {
  padding: 0 5px;
  position: absolute;
  top: 0;
  right: -120px;
  line-height: 48px;
  background: #f45c00;
  border: none;
  border-radius: 3px;
  color: #fff;
  font-size: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.find-pwd-form .form-group .getverify[disabled] {
  background: #bfbfbf;
}
.find-pwd-form .form-group .getverify[disabled]:hover {
  opacity: 1;
}
.find-pwd-form .form-group .getverify:hover {
  opacity: .8;
}
.find-pwd-form .form-group .submit {
  margin-bottom: 0;
  height: 60px;
  line-height: 60px;
  font-size: 33px;
  color: #fff;
  letter-spacing: 5px;
  background: #f45c00;
  cursor: pointer;
  border: none;
}
.find-pwd-form .form-group .submit:hover {
  opacity: .8;
}
.find-pwd-form .form-group:last-child {
  margin-bottom: 0;
}
.find-pwd-form .notice {
  margin-top: 60px;
  padding: 28px 160px;
  font-size: 16px;
  color: #a2a2a2;
  line-height: 30px;
  border-radius: 10px;
  background: #191919;
}
.pay-result {
	width: 800px;
  text-align: center;
  font-family: "微軟雅黑";
  background: #1b1b1b;
  border-top: 2px solid #0b0b0b;
  overflow: hidden;
}
.pay-result .icon {
  margin-top: 30px;
}
.pay-result-text {
  margin-top: 50px;
  font-size: 54px;
  color: #fff;
}
.pay-tips {
  margin-top: 60px;
  font-size: 27px;
  color: #4c4c4c;
  line-height: 35px;
}
.pay-handle {
  margin-top: 50px;
  margin-bottom: 20px;
}
.pay-handle a {
  display: inline-block;
  width: 255px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 27px;
  letter-spacing: 3px;
  background: #f45c00;
}
.pay-handle a.none {
  background: #ffffff;
  color: #000;
}
.pay-handle a.my-order {
  /* margin-right: 40px; */
}
.order-container {
  margin: 0 auto;
  width: 1355px;
  background: #131313;
}
.order-title {
  height: 70px;
  line-height: 70px;
  font-size: 28px;
  color: #6c6c6c;
  font-family: "微軟雅黑";
  background: #020202;
}
.order-title li {
  float: left;
  width: 16.6666666666%;
  text-align: center;
}
.order-item {
  position: relative;
  margin-top: 17px;
}
.order-item .item-title {
  padding: 0 100px 0 130px;
  height: 52px;
  line-height: 52px;
  font-size: 24px;
  color: #5e5e5e;
  background: #0f0f0f;
  font-family: "微軟雅黑";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.order-item .item-title .order-time {
  float: left;
}
.order-item .item-title .order-number {
  float: right;
}
.order-item ul {
  font-size: 24px;
  color: #ffffff;
  background: #2a2a2a;
}
.order-item ul li {
  float: left;
  width: 16.66666666666%;
  height: 100px;
  padding: 25px 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.order-item .triangle {
  position: absolute;
  top: 0;
  left: 0;
  border-style: solid;
  border-width: 100px 100px 0px 0px;
  border-color: #f45c00 transparent transparent transparent;
  width: 0px;
  height: 0px;
}
.order-item .triangle span {
  position: absolute;
  top: -100px;
  left: 0;
  width: 100px;
  height: 100px;
  text-indent: 20px;
  line-height: 70px;
  font-size: 33px;
  font-weight: bold;
  color: #ffffff;
}
.question-detail {
  color: #fff;
}
.question-detail .title {
  text-align: center;
  font-size: 26px;
}
.question-detail .content {
  margin-top: 30px;
  min-height: 300px;
  font-size: 18px;
  text-indent: 36px;
}
/* 用户中心 */
.person-container{
	height: 840px;
}
.person-left,
.person-right{
	height: 100%;
	background: #1b1b1b;
}
.person-left{
	padding-top: 12px;
	float: left;
	width: 360px;
	box-sizing: border-box;
}
.person-left .item{
	position: relative;
	padding: 50px 0;
	text-align: center;
	box-sizing: border-box;
}
.person-left .item:not(:last-child):after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 10%;
	width: 80%;
	height: 2px;
	background: #0b0b0b;
}
.person-left a{
	font-size: 32px;
	color: #606060;
}
.person-left a.active,
.person-left a:hover{
	color: #fff;
}
.person-right{
	float: right;
	width: 1060px;
}
.person-right .item{
	position: relative;
	display: none;
}
.person-right .account-info,
.person-right .reset-pwd,
.person-right .safe-center{
	display: block;
	padding: 95px 75px 65px 75px;
	font-size: 28px;
	color: #fff;
	box-sizing: border-box;
}
.group-input{
	position: relative;
	padding: 0 55px;
	margin-bottom: 50px;
	box-sizing: border-box;
}
.person-right .reset-pwd .group-input{
	margin-bottom: 125px;
}
.group-input label{
	float: left;
	line-height: 60px;
}
.group-input > div{
	float: right;
	width: 620px;
}
.group-input .input{
	padding: 0 32px;
	width: 598px;
	height: 60px;
	font-size: 32px;
	color: #fff;
	background: #101010;
	border: 2px solid #0e0e0e;
	border-radius: 5px;
	box-sizing: border-box;
}
.group-input .input[readonly]{
	background: transparent;
	border: none;
}
.group-input .check{
	position: relative;
	margin-left: 120px;
	line-height: 60px;
	cursor: pointer;
}
.group-input .check:before{
	content: "";
	position: absolute;
	top: 0;
	line-height: 60px;
	left: -35px;
	width: 26px;
	height: 26px;
	border: 2px solid #626262;
	border-radius: 50%;
}
.group-input .check.active:after{
	content: "";
	position: absolute;
	top: 5px;
	left: -30px;
	width: 20px;
	height: 20px;
	background: #f45c00;
	border-radius: 50%;
}
.group-btn{
	border-top: 2px solid #0b0b0b;
}
.group-btn .submit{
	width: 300px;
	height: 80px;
	line-height: 80px;
	letter-spacing: 0;
}
.forget{
	position: absolute;
	right: 0;
	top: 0;
	line-height: 60px;
	font-size: 18px;
	color: #f45c00;
	text-decoration: underline;
}
.safe-center{
	padding-top: 45px!important;
	padding-right: 135px!important;
}
.bind{
	padding: 45px 25px;
	box-sizing: border-box;
}
.bind:nth-child(1){
	border-bottom: 2px solid #0b0b0b;
}
.bind .edit{
	display: none;
}
.bind .handle > *{
	float: left;
	line-height: 60px;
}
.bind .handle img{
	vertical-align: middle;
}
.bind .handle .title{
	margin-left: 32px;
}
.bind .handle .title span{
	font-size: 16px;
}
.bind .handle .desc{
	margin-left: 60px;
	font-size: 16px;
	color: #606060;
}
.bind .handle a{
	width: 136px;
	height: 46px;
	line-height: 46px;
	float: right;
	text-align: center;
	color: #f45c00;
	font-size: 22px;
	background: #101010;
	border: 2px solid #0b0b0b;
	border-radius: 5px;
}
.bind .handle a:hover{
	text-decoration: underline;
}
.edit{
	margin-top: 90px;
	width: 560px;
}
.edit .group-input{
	padding: 0;
}
.edit .group-input .input{
	width: 100%;
}
.edit .group-input .verify{
	float: left;
	width: 300px;
}
.edit .group-input .small-btn{
	margin: 0;
	float: right;
	width: 240px;
	height: 60px;
	font-size: 22px;
	line-height: 60px;
	letter-spacing: 0;
}
.bind-btn .submit{
	width: 100%;
	height: 60px;
	line-height: 60px;
}
.result-container{
	padding: 75px 0 60px;
	width: 800px;
	text-align: center;
	background: #222222;
	transform: translate(-50%, -50%);
    z-index: 9999;
}
.result-container p{
	margin-top: 55px;
	color: #fff;
	font-size: 32px;
}
.result-container .submit{
	position: relative;
	margin-top: 58px;
	width: 152px;
	height: 46px;
	line-height: 46px;
	top: 0;
	right: 0;
	font-size: 26px;
	color: #fff;
}
.result-container .submit:hover{
	transform: rotate(0);
}
/* 隐私政策 */
.privacy{
	height: 720px;
}
.privacy .title{
	margin-bottom: 10px;
	font-size: 32px;
	color: #fff;
}
.privacy .title img{
	vertical-align: middle;
}
.privacy p{
	font-size: 24px;
	color: #535353;
	line-height: 42px;
}
.pay-status {
	top: 50%;
	margin-top: 0;
	width: 800px;
	transform: translate(-50%, -50%) scale(1);
	overflow: hidden;
}
.pay-status .layer-content{
	width: 800px;
}
.pay-status .title,
.pay-result .title{
	position: relative;
	margin-top: 0;
	padding: 0 20px;
	height: 50px;
	line-height: 50px;
	font-size: 24px;
	color: #6d6d6d;
	background: #0e0e0e;
}
.pay-status .close,
.pay-result .close{
	position: absolute;
	right: 15px;
	margin-top: 12px;
	width: 25px;
	height: 25px;
	font-size: 18px;
	text-align: center;
	line-height: 25px;
	color: #6d6d6d;
	font-weight: bold;
	transition: all .2s linear;
}
.pay-status .close:hover{
	transform: rotate(360deg);
}
.pay-status .content{
	padding-bottom: 45px;
	text-align: center;
	background: #222222;
	border-radius: 0 0 20px 20px;
}
.pay-status .icon{
	margin-top: 48px;
}
.pay-status .status{
	margin-top: 40px;
	font-size: 32px;
	color: #fff;
}
.pay-status .tips{
	margin-top: 20px;
}
.pay-status .tips a{
	letter-spacing: 3px;
	font-size: 22px;
	color: #616161;
	text-decoration: underline;
}
.btnarea{
	margin: 0 auto;
	width: 385px;
}
.btnarea .btn:first-child{
	float: left;
}
.btnarea .btn:last-child{
	float: right;
	background: #f45c00;
	color: #fff;
}

/* 用戶中心-充值記錄 */
.pay-record {
	height: 840px;
}
.pay-record .page{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	margin-top: 0;
	padding-top: 6px;
	padding-bottom: 13px;
	border-top: 1px dashed #7d7d7d;
}
.record-head{
	line-height: 50px;
	background: #030303;
}
.record-head li{
	float: left;
	width: 16.666666%;
	text-align: center;
	color: #6c6c6c;
	font-size: 18px;
	font-weight: bold;
}
.record-head li.game{
	width: 14%;
}
.record-head li.serve{
	width: 15%;
}
.record-head li.pay{
	width: 15%;
}
.record-head li.pinx{
	width: 22%;
}

.record-body{
	padding: 10px 10px;
	box-sizing: border-box;
}
.record-item{
	position: relative;
	margin-bottom: 10px;
}
.record-item .trigle{
	position: absolute;
	top: 0;
	left: 0;
	width:0;
	height:0;
	border-width:0 0 70px 70px;
	border-style:solid;
	border-color:transparent transparent transparent #f45c00;
}
.record-item .trigle span{
	position: absolute;
	left: 0;
	top: 0;
	line-height: 45px;
	text-indent: -55px;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
}
.record-item-head{
	line-height: 38px;
	background: #101010;
}
.record-item-head > div{
	float: left;
	font-size: 15px;
	color: #5e5e5e;
}
.record-item-head > .one{
	width: 25%;
	text-align: right;
}
.record-item-head > .two{
	width: 55%;
	text-align: center;
}
.record-item-head > .three{
	width: 20%;
	text-align: center;
}
.record-item-body{
	background: #323232;
	color: #fff;
	font-size: 18px;
}
.record-item-body > div{
	float: left;
	width: 16.66666666666666%;
	height: 75px;
	text-align: center;
	display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-align: center;
	        -ms-flex-align: center;
	            align-items: center;
	    -webkit-box-pack: center;
	        -ms-flex-pack: center;
	            justify-content: center;
}

.record-item-body > div.game{
	width: 14%;
}
.record-item-body > div.serve{
	width: 15%;
}
.record-item-body > div.pay{
	width: 15%;
}
.record-item-body > div.pinx{
	width: 22%;
}
.record-item-body .game-name{
	position: relative;
}
.clause {
	transform: translate(-50%, -50%);
}
.clause .layer-content{
	padding: 30px 40px;
	width: 700px;
	border-radius: 20px;
	background: rgba(0,0,0,.7);
	overflow: hidden;
	box-sizing: border-box;
}
.clause .title{
	padding-bottom: 15px;
	text-align: center;
	font-size: 40px;
	color: #fff;
	border-bottom: 2px solid #f45c00;
}
.clause .content{
	padding-top: 15px;
	line-height: 32px;
	font-size: 18px;
	color: #7e7e7e;
}
.clause .content p{
	text-indent: 36px;
}
.clause .btnarea{
	width: auto;
	text-align: center;
}
.clause .btnarea .btn{
	width: 270px;
}

@font-face {font-family: "iconfont";
  src: url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAALgAAsAAAAABqQAAAKUAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCCcAqBKIElATYCJAMICwYABCAFhG0HNhvRBREVjEeyHwm286iElOLoRlaSckRTKY4N3gTPf3Of92Xm0/wsAUgCiexIOGCH5KCIwnSPr0TOVpjqbD/3fgJjIlRJfuKBQv8gr+X00nRwfk5PqQk5IYcUu109phhgAkECAQbi+cS9078CCmS+8y7XPWisSZO6AOOAAhprU2QFEnrD9PIFDsRxCDBSFZPZ9vjSmdD0OAFyZmLVmRS8NM0SfsLbsLSQh4e/bVivgb3o+/KpjB8sno4u6Zw8287OuW1S1Kq7ajQg8IFAqz1AgWKgIasx2k6fMLZiogOZOFahwLntuoEFOaoRYX+dzrcBJMOYwLntJI8qbAHQyIcK0IpY+jo1EuyFN3963/7te3898M4Z24ztt47vbz6MVb3HQc+1uIGzrZi+k9X7I6GF0KO4sJMHrDRdrX4cpKfrj8aQnu5laKo9ELL+4uWFLUlinz9/vhF2SZp1/m4kz147s3ByWJMJiUgKvzJX4UkR+/0ZguGXfzcTYTX//XMNwMfv0f+iEe5qoS7gP41N8LvEAxu0kGqrVderFGCpoG6jzDDABTkjfZuqi7m3pPCLuUO7T0oGxS+b1KxieARVw8uPWw+jyHV1UBTWJxUACn0DiHA/sIR6BSXcL6lZf/CI9Q+v8PRh9Cdqy6DcpLNmRiVoQX9Baqhy1iqzuPAJ47ZQnJdGnDfkJg1A6AXlxBUr5CVmNO9xJOLAMZVwAadhURDUTBka8RKReuH7rulNnqGyM9OMIUUgC2hfQMogFRe0FrPK55+gWKugcEddLvoGsUbaOQh5ggHkVVUNqnuUVxrvYhEhHOAwUgIXMAgVCgTUzYMyyBCeZEK4tuCbZm6oytteU/7dNsDQeitmvsLebWoV2bSKddvpAA==') format('woff2');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-huidaodingbu:before {
  content: "\e6a4";
}

.to-top{
	position: fixed;
	right: 40px;
	bottom: 70px;
	font-size: 50px;
	color: rgba(255, 255, 255, .8);
}