html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  /* font: inherit; */
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  font-family: "PingFang SC", "Microsoft YaHei", Helvetica, arial, sans-serif;
  font-size: 14px;
  color: #666;
}
a {
  color: #666;
  text-decoration: none;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.w {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.center {
  margin-left: auto;
  margin-right: auto;
}
.bg {
  background: #f5f5f5;
  padding-bottom: 1px;
}
.yellow {
  color: #FF9900;
}
.red {
  color: #ff5137;
}
.gray {
  color: #999;
}
.blue {
  color: #5199FF;
}
.s {
  font-size: 12px;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fdc {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.v-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pop-template {
  display: none;
}
.btn {
  width: 140px;
  background: #5199FF;
  border-radius: 2px;
  text-align: center;
  line-height: 36px;
  font-size: 16px;
  color: #fff;
  display: inline-block;
  cursor: pointer;
}
.btn-plain {
  border: 1px solid #5199FF;
  border-radius: 2px;
  line-height: 28px;
  display: inline-block;
  cursor: pointer;
  color: #5199FF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 12px;
  text-align: center;
}
.btn-disable {
  background: #d6d6d6;
  color: #fff;
}
.input {
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  line-height: 34px;
  height: 36px;
  color: #666;
  font-size: 14px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.input-search {
  background: url("../images/icon-search.png") no-repeat right 10px center;
}
.input-time {
  background: url("../images/icon-time.png") no-repeat right 8px center;
}
.select {
  background: none;
  height: 36px;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  font-size: 14px;
  color: #666;
  padding-left: 6px;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 34px;
  cursor: pointer;
  position: relative;
}
.select span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
}
.select:after {
  content: '';
  display: block;
  position: absolute;
  border-top: 3px solid #aaa;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  right: 10px;
  top: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.select.active {
  border-color: #5199FF;
}
.select.active .select-options {
  max-height: 293px;
  border: 1px solid #5199FF;
}
.select.active:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.select .select-options {
  max-height: 0;
  position: absolute;
  z-index: 1;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid transparent;
  background: #fff;
  left: 0;
  top: 40px;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.select .select-options .select-option {
  line-height: 40px;
  padding-left: 20px;
}
.select .select-options .select-option:hover {
  background: #ebebeb;
}
.checkbox {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.checkbox i {
  display: inline-block;
  position: relative;
  top: 2px;
  border: 1px solid #E0E0E0;
  border-radius: 2px;
  width: 12px;
  height: 12px;
  margin-right: 5px;
}
.checkbox-active i {
  background: #5199ff;
  border-color: #5199ff;
}
.checkbox-active i:before {
  content: '';
  display: block;
  position: absolute;
  left: 2px;
  top: 3px;
  height: 3px;
  width: 6px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.check-box {
  display: inline-block;
  height: 40px;
  border: 2px solid #e5e5e5;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 36px;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
}
.check-box-active {
  border-color: #3EAFFD;
  position: relative;
}
.check-box-active:after {
  content: '';
  display: block;
  position: absolute;
  right: -1px;
  bottom: -1px;
  width: 34px;
  height: 34px;
  background: url("../images/btn_bg.png") no-repeat;
}
.pop-qr {
  text-align: center;
  padding: 25px 83px 57px 83px;
}
.pop-qr h2 {
  line-height: 37px;
}
.pop-qr img {
  width: 154px;
  height: 154px;
  display: block;
  margin-bottom: 6px;
}
.pay-pwd-pop {
  width: 370px;
  padding: 43px 30px 61px 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pay-pwd-pop i {
  display: block;
  width: 50px;
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #979797;
  position: relative;
}
.pay-pwd-pop i.active:before {
  content: '';
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #666666;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  margin-left: -8px;
  position: absolute;
}
.pay-pwd-pop .pay-pwd-pop-input {
  display: none;
}
.pop-relet-success {
  padding: 13px 30px 50px 30px;
  text-align: center;
}
.pop-relet-success h3 {
  line-height: 36px;
  background: url("../images/icon-success.png") left center no-repeat;
  display: inline-block;
  padding-left: 30px;
}
.pop-relet-success p {
  line-height: 34px;
}
.filter-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.filter-search input {
  border-radius: 4px 0 0 4px;
  width: 150px;
}
.filter-search a {
  display: block;
  width: 48px;
  line-height: 36px;
  text-align: center;
  background: #5199FF;
  color: #fff;
  border-radius: 0 4px 4px 0;
  background: #5199FF url("../images/icon-search-2.png") center center no-repeat;
}
.input-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  font-size: 0;
}
.input-number span {
  width: 36px;
  text-align: center;
  font-size: 20px;
  color: #D8D8D8;
  cursor: pointer;
  font-weight: bold;
  line-height: 34px;
}
.input-number .input {
  font-size: 14px;
  width: 130px;
  border: none;
  border-right: 1px solid #E5E5E5;
  border-left: 1px solid #E5E5E5;
  text-align: center;
  border-radius: 0;
}
.pager {
  text-align: right;
  padding: 30px 0;
}
.pager a,
.pager span {
  display: inline-block;
  line-height: 28px;
  border-radius: 4px;
  padding: 0 10px;
  margin-left: 7px;
  border:1px solid #E4E4E4;
}

.pager span:hover{ 
	color: #fff; 
	background: #5199FF; 
	cursor: pointer;}

.pager a {
  color: #333;
  border: 1px solid #E9E9E9;
}
.pager .pager-btn {
  font-size: 12px;
  border: 1px solid #E9E9E9;
}
.pager .pager-cur {
  color: #218CDF;
}
.pager .pager-btn-disable {
  color: #999;
}

.pager font{ margin-left: 20px; display: inline-block; color: #999999;}

.scroll-bar {
  overflow: auto;
}
.scroll-bar::-webkit-scrollbar {
  width: 8px;
}
.scroll-bar::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #c6c6c6;
}
.up-arrow:before {
  content: '';
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  left: 91px;
  top: -5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #fff;
  border-left: 1px solid #5199FF;
  border-top: 1px solid #5199FF;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#header .header {
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header .header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header .tags {
  max-width: 365px;
  margin-left: 20px;
}
#header .tags a {
  display: inline-block;
  margin-right: 20px;
}
#header .search {
  width: 534px;
  height: 42px;
  border: 1px solid #5199FF;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
#header .search .search-text {
  cursor: pointer;
  position: relative;
}
#header .search .search-text:after {
  content: '';
  display: block;
  width: 0;
  height: 14px;
  border-left: 1px solid #ccc;
  position: absolute;
  right: 0;
  top: 14px;
}
#header .search .search-text.active .search-name:after {
  top: 17px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#header .search .search-game,
#header .search .search-region,
#header .search .search-server {
  width: 110px;
}
#header .search .search-name {
  position: relative;
  line-height: 42px;
  padding-left: 15px;
  display: block;
}
#header .search .search-name:after {
  content: ' ';
  display: block;
  width: 0;
  height: 2px;
  border-top: 4px solid #ccc;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  position: absolute;
  right: 10px;
  top: 19px;
}
#header .search .search-input {
  width: 102px;
  border: 0 none;
  outline: 0 none;
  padding-left: 10px;
  padding-right: 10px;
}
#header .search .search-btn {
  width: 80px;
  display: block;
  line-height: 42px;
  text-align: center;
  background: #5199FF;
  font-size: 16px;
  color: #FFFFFF;
  margin-left: auto;
}
#header .search .search-pop {
  left: 0;
  top: 56px;
  position: absolute;
  width: 100%;
  height: 240px;
  background: #fff;
  border: 1px solid #5199FF;
  z-index: 10;
  border-radius: 4px;
}
#header .search .search-pop:before {
  content: '';
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  left: 91px;
  top: -5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #fff;
  border-left: 1px solid #5199FF;
  border-top: 1px solid #5199FF;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#header .search .search-pop.search-pop-1:before {
  left: 201px;
}
#header .search .search-pop.search-pop-2:before {
  left: 311px;
}
#header .search .search-pop-input {
  padding: 15px 20px;
}
#header .search .search-pop-input .input {
  width: 100%;
}
#header .search .search-pop-content,
#header .search .pop-game {
  height: 240px;
}
#header .search .pop-game-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
#header .search .pop-game-list li {
  padding-left: 20px;
  line-height: 34px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 33.33%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #333;
}
#header .search .pop-game-list li:hover {
  background: #E7F3FB;
  cursor: pointer;
}
#header .search .pop-region-list {
  padding: 10px 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-height: 240px;
  overflow: auto;
}
#header .search .pop-region-list li {
  width: 100px;
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
  margin: 0 7px;
  line-height: 40px;
  cursor: pointer;
}
#header .search .pop-region-list li a:hover {
  color: #5199FF;
}
#header .search .pop-server-list {
  padding: 10px 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-height: 240px;
  overflow: auto;
}
#header .search .pop-server-list li {
  width: 100px;
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
  margin: 0 7px;
  line-height: 40px;
  cursor: pointer;
}
#header .search .pop-server-list li a:hover {
  color: #5199FF;
}
#header #nav {
  background: #E2F0FF;
}
#header #nav .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#header #nav .nav-box {
  width: 840px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#header #nav .nav-box a {
  text-align: center;
  width: 210px;
  display: block;
  font-size: 16px;
  color: #5199FF;
  font-weight: bold;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#header #nav .nav-box a:nth-child(1) {
  width: 210px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

#header #nav .nav-box a.active,
#header #nav .nav-box a:hover {
  background: #5199FF;
  color: #FFFFFF;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#header #nav .login {
  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;
  color: #5199FF;
  background: url("../images/icon-person.png") left center no-repeat;
  padding-left: 31px;
}
#header #nav .login span {
  cursor: pointer;
}
#header #nav .btn-login {
  margin-left: 20px;
}
#header #nav .btn-register {
  line-height: 22px;
  padding: 0 9px;
  background: #5199FF;
  border-radius: 2px;
  color: #FFFFFF;
  margin-left: 20px;
}
#footer {
  background: #2F3034;
  padding-top: 20px;
}
#footer .footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#footer .links {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 14px;
}
#footer .links a {
  color: #FFFFFF;
  margin-right: 26px;
}
#footer .contact {
  margin-right: 110px;
}
#footer .contact h4 {
  margin-bottom: 10px;
  color: #FFFFFF;
  line-height: 14px;
}
#footer .contact p {
  opacity: 0.5;
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 0;
}
#footer .qq {
  display: block;
  width: 190px;
  height: 38px;
  line-height: 38px;
  text-indent: 40px;
  background: #5199FF url("../images/icon-qq-3.png") no-repeat 15px center;
  border-radius: 4px;
  font-size: 18px;
  color: #FFFFFF;
  margin-bottom: 6px;
}
#footer .copyright {
  opacity: 0.4;
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 12px;
  text-align: center;
  padding: 12px 0;
}
.login-box {
  padding: 20px 30px 30px 30px;
}
.login-box .login-box-item {
  margin-bottom: 20px;
}
.login-box .login-box-item input {
  width: 320px;
  line-height: 38px;
}
.login-box .login-box-item:nth-child(2) {
  margin-bottom: 10px;
}
.login-box .login-box-tips {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
.login-box .login-box-btn {
  display: block;
  width: 100%;
  line-height: 40px;
  height: 40px;
  margin-bottom: 20px;
}
.btn-sms {
  background: #E8E8E8;
  border-radius: 2px;
  width: 120px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}
.register-box .login-box-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.register-box .login-box-item:nth-child(2) {
  margin-bottom: 20px;
}
.register-box .login-box-item .input {
  width: 100%;
}
.register-box .login-box-item .sms-input {
  width: 250px;
}
.register-box .login-box-btn {
  margin-bottom: 10px;
}
.register-box .login-box-p {
  font-size: 12px;
  margin-bottom: 24px;
}
.register-box .login-box-go {
  text-align: center;
}
.fz_xnzc_xy_nr {
  padding: 20px;
  font-size: 14px;
  line-height: 170%;
  overflow-y: auto;
  max-height: 300px;
  margin-bottom: 20px;
}
.fz_xnzc_xy_nr p {
  margin-bottom: 10px;
}
.fz_xnzc_xy_nr .fz_web_pop_nr_03 span {
  margin-left: 20px;
}
.form-item {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-item:last-child {
  margin-bottom: 0;
}
.form-item .form-label {
  width: 50px;
  margin-right: 20px;
  text-align: right;
}
.form-item .form-el {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #333;
}
.form-item .input {
  width: 220px;
}
.layui-layer {
  border-radius: 4px !important;
}
.layui-layer .layui-layer-setwin .layui-layer-close1 {
  opacity: 0.5;
}
.layui-layer .layui-layer-title {
  background: none;
  border: none;
  font-size: 16px;
  color: #999;
}
.layui-layer .pop-content {
  padding: 30px 30px 20px 30px;
}
.layui-layer .alert-content {
  padding: 30px 30px 40px 30px;
  text-align: center;
  color: #333;
}
.layui-layer .layui-layer-btn {
  padding-top: 0 !important;
  padding-bottom: 30px;
}
.layui-layer .layui-layer-btn a {
  width: 100px;
  height: 34px;
  line-height: 34px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 0;
}
.login-dialog .layui-layer-content {
  padding: 0;
}
.login-dialog .layui-layer-title {
  background: none;
  border-bottom: none ;
  text-align: center;
  padding-right: 20px;
  padding-top: 30px;
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
.pay-dialog-main {
  padding-left: 20px;
  width: 548px;
}
.pay-dialog-main .pay-dialog-remain {
  text-align: center;
  color: #333;
  font-size: 18px;
  height: 30px;
  line-height: 30px;
  margin-bottom: 16px;
}
.pay-dialog-main .pay-dialog-remain span {
  color: #3EAFFD;
  font-size: 18px;
}
.pay-dialog-main .pay-dialog-remain p {
  display: inline-block;
  position: relative;
}
.pay-dialog-main .pay-dialog-remain p:before {
  content: '';
  width: 30px;
  height: 30px;
  background: url(../images/pd-order.png) no-repeat;
  top: 0;
  left: -38px;
  position: absolute;
}
.pay-dialog-main .pay-dialog-tips {
  text-align: center;
  color: #ff5137;
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 21px;
}
.pay-dialog-main .pay-dialog-tips p {
  display: inline-block;
  position: relative;
}
.pay-dialog-main .pay-dialog-tips p:before {
  content: '';
  width: 14px;
  height: 21px;
  background: url(../images/pd-error.png) no-repeat center center;
  top: 0;
  left: -20px;
  position: absolute;
}
.pay-dialog-main .pay-dialog-group {
  clear: both;
  overflow: hidden;
  margin-bottom: 20px;
}
.pay-dialog-main .pay-dialog-group h3 {
  float: left;
  line-height: 40px;
}
.pay-dialog-main .pay-dialog-group .pay-dialog-group-right {
  float: left;
  margin-left: 20px;
}
.pay-dialog-main .pay-dialog-group .pay-dialog-group-right ul {
  clear: both;
  overflow: hidden;
}
.pay-dialog-main .pay-dialog-group .pay-dialog-group-right ul li {
  float: left;
}
.pay-dialog-main .pay-dialog-group .pay-dialog-group-right .pay-amt li {
  width: 100px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  margin-right: 10px;
  border: 2px solid #E5E5E5;
  border-radius: 4px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 12px;
}
.pay-dialog-main .pay-dialog-group .pay-dialog-group-right .pay-amt li.active {
  border-color: #3EAFFD;
  color: #3EAFFD;
  position: relative;
  overflow: hidden;
}
.pay-dialog-main .pay-dialog-group .pay-dialog-group-right .pay-amt li.active:before {
  content: '';
  width: 34px;
  height: 34px;
  background: url(../images/btn_bg.png) no-repeat right bottom;
  bottom: -2px;
  right: -2px;
  position: absolute;
}
.pay-dialog-main .pay-dialog-group .pay-dialog-group-right .pay-type {
  border: 1px solid #E5E5E5;
  border-bottom: none;
}
.pay-dialog-main .pay-dialog-group .pay-dialog-group-right .pay-type li {
  cursor: pointer;
  width: 214px;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  text-align: center;
}
.pay-dialog-main .pay-dialog-group .pay-dialog-group-right .pay-type li i {
  font-style: normal;
  display: inline-block;
  position: relative;
}
.pay-dialog-main .pay-dialog-group .pay-dialog-group-right .pay-type li i:before {
  content: '';
  width: 20px;
  height: 48px;
  background: url(../images/pd-alipay.png) no-repeat center center;
  top: 0;
  left: -26px;
  position: absolute;
}
.pay-dialog-main .pay-dialog-group .pay-dialog-group-right .pay-type li.active {
  font-size: 16px;
  color: #3EAFFD;
  position: relative;
}
.pay-dialog-main .pay-dialog-group .pay-dialog-group-right .pay-type li.active:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  bottom: 0;
  border: 5px solid #fff;
  border-bottom-color: #3EAFFD;
}
.pay-dialog-main .pay-dialog-group .pay-dialog-group-right .pay-type li:last-child {
  position: relative;
}
.pay-dialog-main .pay-dialog-group .pay-dialog-group-right .pay-type li:last-child:before {
  content: '';
  height: 28px;
  width: 0;
  display: block;
  border-left: 1px solid #E5E5E5;
  position: absolute;
  left: 0;
  top: 10px;
}
.pay-dialog-main .pay-dialog-group .pay-dialog-group-right .pay-type .pay-type-wechat i:before {
  background: url(../images/pd-wechat.png) no-repeat center center;
}
.pay-dialog-main .pay-dialog-group .pay-dialog-group-right .pay-dialog-qrcode {
  height: 246px;
  border: 1px solid #3EAFFD;
  text-align: center;
  font-size: 16px;
  padding-top: 35px;
}
.pay-dialog-main .pay-dialog-group .pay-dialog-group-right .pay-dialog-qr {
  width: 150px;
  height: 150px;
  margin: 0 auto 10px auto;
  background: #ddd;
}
.pay-dialog-pwd {
  text-align: center;
}
.pay-dialog-pwd-link {
  text-align: right;
  padding-top: 10px;
}
.pop-pay-pwd .input {
  width: 280px;
}
.pop-pay-pwd p {
  font-size: 12px;
  text-align: right;
  padding-top: 10px;
}

.sidebar {
  width: 170px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  position: fixed;
  top: 265px;
  left: 50%;
  margin-left: 610px;
  padding-top: 57px;
  padding-bottom: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sidebar .sidebar-btn {
  margin: 0 auto 14px auto;
  display: block;
  width: 140px;
  height: 40px;
  line-height: 38px;
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 4px 0px #dff0ff;
          box-shadow: 0px 2px 4px 0px #dff0ff;
  border: 1px solid #5199ff;
  font-weight: 500;
  color: #5199FF;
  text-indent: 50px;
  text-align: left;
  position: relative;
}
.sidebar .sidebar-btn-1 {
  background: url("../images/icon-top.png") 24px center no-repeat;
}
.sidebar .sidebar-btn-2 {
  background: url("../images/icon-contact.png") 24px center no-repeat;
}
.sidebar .sidebar-btn-3 {
  background: url("../images/icon-down-2.png") 24px center no-repeat;
}
.sidebar .sidebar-btn-4 {
  background: url("../images/icon-step.png") 24px center no-repeat;
}
.sidebar .sidebar-close {
  width: 20px;
  height: 20px;
  margin: 25px auto 0 auto;
  background: url("../images/icon-close.png") center center no-repeat;
  cursor: pointer;
}
.sidebar .sidebar-top {
  width: 77px;
  height: 77px;
  border-radius: 77px;
  background: #fff url("../images/icon-cup.png") center top no-repeat;
  left: 47px;
  position: absolute;
  top: -30px;
}
.error-404 {
  padding: 168px 0;
  text-align: center;
}
.error-404 .bg {
  height: 396px;
  background: url(../images/error.png) no-repeat center center;
  margin-bottom: 25px;
}
.error-404 a {
  color: #5199FF;
}
