﻿@charset "UTF-8";
/*base*/
body,
div,
ul,
li,
h3,
h4,
h5,
form,
input,
button,
textarea,
p {
  margin: 0;
  padding: 0;
  font-family: "Microsoft YaHei";
  font-size: 12px;
  color: #333;
}
address,
em,
strong,
h3,
h4,
h5,
i {
  font-style: normal;
  font-weight: normal;
}
ul,
li {
  list-style: none;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #f6bc10;
}
img {
  width: 100%;
  border: 0;
}
html {
  height: 100%;
  font-size: 40px;
  -webkit-overflow-scrolling: touch;
}
body {
  position: relative;
  height: 100%;
  min-width: 320px;
  margin: 0 auto;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
.clearfix:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.clearfix {
  zoom: 1;
}
.g-layout {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
html {
  background-color: #f1f1f1;
}
.fr {
  float: right;
}
.mt-10 {
  margin-top: 10px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-60 {
  margin-top: 60px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-60 {
  margin-bottom: 60px;
}
.p-20 {
  padding: 20px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-30 {
  padding-top: 30px;
}
.size-12 {
  font-size: 12px;
}
.size-16 {
  font-size: 16px;
}
.size-20 {
  font-size: 20px;
}
.size-30 {
  font-size: 30px;
}
.size-32 {
  font-size: 32px;
}
.size-46 {
  font-size: 46px;
}
.index25 {
  text-indent: 25px;
}
.color-fff {
  color: #fff;
}
.bold {
  font-weight: bold;
}
.normal {
  font-weight: normal;
}
.g-layout {
  width: 1200px;
  margin: 0 auto;
}
.u-title {
  padding-left: 10px;
  border-left: 5px solid #f6bc10;
  font-size: 24px;
  font-weight: bold;
}
/*缩放滑入*/
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
hr,
fieldset,
input,
textarea,
select,
label,
p,
blockquote,
th,
td,
button {
  margin: 0px auto;
  padding: 0px;
  font-family: Tahoma, \5fae\8f6f\96c5\9ed1, Helvetica, arial;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: none;
}
address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
  vertical-align: middle;
}
li {
  vertical-align: middle;
}
caption,
th {
  text-align: left;
}
img a {
  border: none;
}
.cl {
  clear: both;
  height: 1px;
  overflow: hidden;
  margin-top: -1px;
}
.fixed:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.fixed {
  zoom: 1;
}
html {
  background-image: url(about:blank);
  background-attachment: fixed;
}
*:focus {
  outline: none;
}
textarea {
  resize: none;
}
a {
  cursor: pointer;
  text-decoration: none;
  color: #237db2;
}
.line {
  width: 1px;
  display: inline-block;
  overflow: hidden;
}
.ad_gray_button .an,
.minian_drop_menu .an {
  background: #888;
  border-color: #888;
  color: white;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ad_gray_button .an .start_icon_16,
.minian_drop_menu .an .start_icon_16 {
  background-position: -187px -16px;
}
.ad_gray_button .an:hover,
.minian_drop_menu .an:hover {
  background: #797979;
}
.ad_gray_button .arrow_box,
.minian_drop_menu .arrow_box {
  background: #888;
  border-color: #888;
  border-left-color: #9a9a9a;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ad_gray_button .b_arrow,
.minian_drop_menu .b_arrow {
  width: 0px;
  height: 0px;
  font-size: 0;
  overflow: hidden;
  vertical-align: middle;
  border-style: solid dashed dashed dashed;
  border-color: #fff transparent transparent;
}
.hot_gamelist .an_drop_menu .an,
.ad_orange_button .an {
  background: #ff5d13;
  border-color: #ff5d13;
  color: white;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.hot_gamelist .an_drop_menu .an .start_icon_16,
.ad_orange_button .an .start_icon_16 {
  background-position: -187px -16px;
}
.hot_gamelist .an_drop_menu .an:hover,
.ad_orange_button .an:hover {
  background: #f04e04;
}
.hot_gamelist .an_drop_menu .arrow_box,
.ad_orange_button .arrow_box {
  background: #ff5d13;
  border-color: #ff5d13;
  border-left-color: #ff8f45;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.hot_gamelist .an_drop_menu .b_arrow,
.ad_orange_button .b_arrow {
  width: 0px;
  height: 0px;
  font-size: 0;
  overflow: hidden;
  vertical-align: middle;
  border-style: solid dashed dashed dashed;
  border-color: #fff transparent transparent;
}
.good_gamelist .an_drop_menu .an,
.ad_blue_button .an {
  background: #3098d5;
  border-color: #3098d5;
  color: white;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.good_gamelist .an_drop_menu .an .start_icon_16,
.ad_blue_button .an .start_icon_16 {
  background-position: -187px -16px;
}
.good_gamelist .an_drop_menu .an:hover,
.ad_blue_button .an:hover {
  background: #2189c6;
}
.good_gamelist .an_drop_menu .arrow_box,
.ad_blue_button .arrow_box {
  background: #3098d5;
  border-color: #3098d5;
  border-left-color: #4eb6f3;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.good_gamelist .an_drop_menu .b_arrow,
.ad_blue_button .b_arrow {
  width: 0px;
  height: 0px;
  font-size: 0;
  overflow: hidden;
  vertical-align: middle;
  border-style: solid dashed dashed dashed;
  border-color: #fff transparent transparent;
}
.ad_white_button,
.an_drop_menu {
  background: #f1f1f1;
  border-color: #c9c9c9;
  color: #565656;
}
.ad_white_button .an,
.an_drop_menu .an {
  color: #565656;
  border-color: #c9c9c9;
  background: #f1f1f1;
  -webkit-box-shadow: -1px -1px 0px white inset, 0 5px 30px white inset;
          box-shadow: -1px -1px 0px white inset, 0 5px 30px white inset;
}
.ad_white_button .an .start_icon_16,
.an_drop_menu .an .start_icon_16 {
  background-position: -81px 0;
}
.ad_white_button .an:hover,
.an_drop_menu .an:hover {
  background: #fff;
}
.ad_white_button .arrow_box,
.an_drop_menu .arrow_box {
  background: #f1f1f1;
  border-color: #c9c9c9;
  border-left-color: #d3d3d3;
  -webkit-box-shadow: -1px -1px 0px white inset, 0 5px 30px white inset;
          box-shadow: -1px -1px 0px white inset, 0 5px 30px white inset;
}
.ad_white_button .b_arrow,
.an_drop_menu .b_arrow {
  width: 0px;
  height: 0px;
  font-size: 0;
  overflow: hidden;
  vertical-align: middle;
  border-style: solid dashed dashed dashed;
  border-color: #565656 transparent transparent;
}
.gray_button,
.button_a,
.minibutton_a {
  background: #888;
  border-color: #888;
  color: white;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.gray_button:hover,
.button_a:hover,
.minibutton_a:hover {
  background: #797979;
}
.orange_button {
  background: #ff5d13;
  border-color: #ff5d13;
  color: white;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.orange_button:hover {
  background: #f04e04;
}
.slide_radio dt,
.blue_button {
  background: #3098d5;
  border-color: #3098d5;
  color: white;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.slide_radio dt:hover,
.blue_button:hover {
  background: #2189c6;
}
.white_button,
.uploadify {
  color: #565656;
  border-color: #c9c9c9;
  background: #f1f1f1;
  -webkit-box-shadow: -1px -1px 0px white inset, 0 5px 30px white inset;
          box-shadow: -1px -1px 0px white inset, 0 5px 30px white inset;
}
.white_button:hover,
.uploadify:hover {
  background: #fff;
}
.txt_button {
  color: #0066a3;
  border-color: transparent;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.txt_button:hover {
  background: transparent;
  text-decoration: underline;
}
.button_disable {
  background: #f1f1f1;
  color: #b5b5b5;
  border-color: #ddd;
  cursor: default;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.button_disable:hover {
  background: #f1f1f1;
}
.line {
  width: 1px;
  display: inline-block;
  overflow: hidden;
}
.ad_gray_button .an,
.minian_drop_menu .an {
  background: #888;
  border-color: #888;
  color: white;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ad_gray_button .an .start_icon_16,
.minian_drop_menu .an .start_icon_16 {
  background-position: -187px -16px;
}
.ad_gray_button .an:hover,
.minian_drop_menu .an:hover {
  background: #797979;
}
.ad_gray_button .arrow_box,
.minian_drop_menu .arrow_box {
  background: #888;
  border-color: #888;
  border-left-color: #9a9a9a;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ad_gray_button .b_arrow,
.minian_drop_menu .b_arrow {
  width: 0px;
  height: 0px;
  font-size: 0;
  overflow: hidden;
  vertical-align: middle;
  border-style: solid dashed dashed dashed;
  border-color: #fff transparent transparent;
}
.hot_gamelist .an_drop_menu .an,
.ad_orange_button .an {
  background: #ff5d13;
  border-color: #ff5d13;
  color: white;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.hot_gamelist .an_drop_menu .an .start_icon_16,
.ad_orange_button .an .start_icon_16 {
  background-position: -187px -16px;
}
.hot_gamelist .an_drop_menu .an:hover,
.ad_orange_button .an:hover {
  background: #f04e04;
}
.hot_gamelist .an_drop_menu .arrow_box,
.ad_orange_button .arrow_box {
  background: #ff5d13;
  border-color: #ff5d13;
  border-left-color: #ff8f45;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.hot_gamelist .an_drop_menu .b_arrow,
.ad_orange_button .b_arrow {
  width: 0px;
  height: 0px;
  font-size: 0;
  overflow: hidden;
  vertical-align: middle;
  border-style: solid dashed dashed dashed;
  border-color: #fff transparent transparent;
}
.good_gamelist .an_drop_menu .an,
.ad_blue_button .an {
  background: #3098d5;
  border-color: #3098d5;
  color: white;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.good_gamelist .an_drop_menu .an .start_icon_16,
.ad_blue_button .an .start_icon_16 {
  background-position: -187px -16px;
}
.good_gamelist .an_drop_menu .an:hover,
.ad_blue_button .an:hover {
  background: #2189c6;
}
.good_gamelist .an_drop_menu .arrow_box,
.ad_blue_button .arrow_box {
  background: #3098d5;
  border-color: #3098d5;
  border-left-color: #4eb6f3;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.good_gamelist .an_drop_menu .b_arrow,
.ad_blue_button .b_arrow {
  width: 0px;
  height: 0px;
  font-size: 0;
  overflow: hidden;
  vertical-align: middle;
  border-style: solid dashed dashed dashed;
  border-color: #fff transparent transparent;
}
.ad_white_button,
.an_drop_menu {
  background: #f1f1f1;
  border-color: #c9c9c9;
  color: #565656;
}
.ad_white_button .an,
.an_drop_menu .an {
  color: #565656;
  border-color: #c9c9c9;
  background: #f1f1f1;
  -webkit-box-shadow: -1px -1px 0px white inset, 0 5px 30px white inset;
          box-shadow: -1px -1px 0px white inset, 0 5px 30px white inset;
}
.ad_white_button .an .start_icon_16,
.an_drop_menu .an .start_icon_16 {
  background-position: -81px 0;
}
.ad_white_button .an:hover,
.an_drop_menu .an:hover {
  background: #fff;
}
.ad_white_button .arrow_box,
.an_drop_menu .arrow_box {
  background: #f1f1f1;
  border-color: #c9c9c9;
  border-left-color: #d3d3d3;
  -webkit-box-shadow: -1px -1px 0px white inset, 0 5px 30px white inset;
          box-shadow: -1px -1px 0px white inset, 0 5px 30px white inset;
}
.ad_white_button .b_arrow,
.an_drop_menu .b_arrow {
  width: 0px;
  height: 0px;
  font-size: 0;
  overflow: hidden;
  vertical-align: middle;
  border-style: solid dashed dashed dashed;
  border-color: #565656 transparent transparent;
}
.gray_button,
.button_a,
.minibutton_a {
  background: #888;
  border-color: #888;
  color: white;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.gray_button:hover,
.button_a:hover,
.minibutton_a:hover {
  background: #797979;
}
.orange_button {
  background: #ff5d13;
  border-color: #ff5d13;
  color: white;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.orange_button:hover {
  background: #f04e04;
}
.slide_radio dt,
.blue_button {
  background: #3098d5;
  border-color: #3098d5;
  color: white;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.slide_radio dt:hover,
.blue_button:hover {
  background: #2189c6;
}
.white_button,
.uploadify {
  color: #565656;
  border-color: #c9c9c9;
  background: #f1f1f1;
  -webkit-box-shadow: -1px -1px 0px white inset, 0 5px 30px white inset;
          box-shadow: -1px -1px 0px white inset, 0 5px 30px white inset;
}
.white_button:hover,
.uploadify:hover {
  background: #fff;
}
.txt_button {
  color: #0066a3;
  border-color: transparent;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.txt_button:hover {
  background: transparent;
  text-decoration: underline;
}
.button_disable {
  background: #f1f1f1;
  color: #b5b5b5;
  border-color: #ddd;
  cursor: default;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.button_disable:hover {
  background: #f1f1f1;
}
.fui_radio {
  background-position: -16px 0;
}
.fui_radio_checked {
  background-position: 0 0;
}
.fui_checkbox {
  background-position: -48px -22px;
}
.fui_checkbox_checked {
  background-position: -64px -22px;
}
.icon16 {
  width: 16px;
  height: 16px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  overflow: hidden;
}
.fui_form .hidden {
  width: 0px;
  height: 0px;
  overflow: hidden;
  position: relative;
  margin-left: -999px;
}
.tr_tn {
  width: 90px;
  color: #565656;
  text-align: right;
  height: 32px;
  line-height: 32px;
  padding-right: 8px;
  float: left;
}
.deltr_button {
  width: 30px;
  height: 30px;
  float: left;
  overflow: hidden;
  border: 1px #c9c9c9 solid;
  background: #f1f1f1;
  margin-right: 12px;
}
.deltr_button:hover {
  background: #e7e7e7;
}
.deltr_button .icon16 {
  margin: 7px;
}
.major_txt {
  height: 32px;
  line-height: 32px;
  font-size: 18px;
  margin-right: 6px;
  float: left;
}
.third_namebox {
  height: 32px;
  line-height: 32px;
  padding: 0 10px 0 24px;
  position: relative;
  float: left;
}
.third_namebox .icon16 {
  position: absolute;
  left: 4px;
  top: 8px;
}
.txt_block01 {
  width: 448px;
  border: 1px #e2e2e2 solid;
  background-color: #fbfbfb;
  padding: 10px;
  line-height: 180%;
  float: left;
}
.txt_block01 li {
  list-style: disc inside;
}
.pop_content .txt_block01 {
  width: 210px;
}
.slide_radio {
  height: 30px;
  line-height: 30px;
  border: 1px #e2e2e2 solid;
  border-radius: 2px;
  margin-right: 12px;
  position: relative;
  z-index: 1;
  float: left;
}
.slide_radio dt {
  height: 30px;
  position: absolute;
  top: 0px;
  margin: -1px 0 0 -1px;
  border-radius: 2px;
  z-index: 2;
}
.slide_radio dd {
  padding: 0 20px;
  position: relative;
  z-index: 3;
  cursor: pointer;
  float: left;
}
.slide_radio .current {
  color: white;
  background: #3098d5;
  border-radius: 2px;
}
.txt_form .tr_tn,
.txt_form .r_formtip,
.txt_form .major_txt {
  height: 20px;
  line-height: 20px;
}
.input_txt {
  overflow: hidden;
}
.input_w1 {
  width: 100px;
}
.input_w2 {
  width: 150px;
}
.input_w3 {
  width: 200px;
}
.input_w4 {
  width: 250px;
}
.input_w5 {
  width: 300px;
}
.input_w6 {
  width: 350px;
}
.form_list {
  padding-bottom: 20px;
  color: #565656;
}
.form_list .input_txt {
  margin-right: 12px;
}
.form_list .input_tip {
  height: 32px;
  line-height: 32px;
}
.form_list .select_a {
  height: 32px;
  line-height: 32px;
  padding: 5px;
  color: #363636;
  border: 1px #c9c9c9 solid;
  margin-right: 12px;
  float: left;
}
.form_list .tr_txt {
  height: 32px;
  line-height: 32px;
  float: left;
}
.form_list .checkbox_a,
.form_list .radio_a {
  height: 32px;
  line-height: 32px;
}
.form_list .fui_radio,
.form_list .fui_checkbox {
  margin: 8px 5px 8px 0;
}
.form_list .img_code {
  height: 32px;
  overflow: hidden;
  margin-right: 12px;
  float: left;
}
.form_list .img_code img {
  width: 100px;
  height: 32px;
}
.fsbbox_list {
  padding-top: 21px;
  padding-bottom: px;
  background: url("../images/x_dotted.png") /*tpa=http://www.921.com/pay/x_dotted.png*/ /*tpa=http://pic.my4399.com/newWeb/images/x_dotted.png*/ left top repeat-x;
  margin-top: 4px;
}
.fsbbox_list .button_a {
  height: 38px;
  line-height: 38px;
}
.fsbbox_list .button_a .icon16 {
  margin: 11px 5px 11px 0;
}
.input_txt {
  height: 20px;
  line-height: 20px;
  padding: 5px;
  font-size: 12px;
  color: #565656;
  border: 1px #c9c9c9 solid;
  float: left;
}
input[type=text],
input[type=password],
textarea {
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .06) inset;
          box-shadow: 3px 3px 5px rgba(0, 0, 0, .06) inset;
}
input[type=text]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
  border-color: #76c4f2;
  color: #3098d5;
  -webkit-box-shadow: 0px 0px 10px rgba(96, 205, 205, .5);
          box-shadow: 0px 0px 10px rgba(96, 205, 205, .5);
}
input[type=text]:focus,
input[type=password]:focus {
  font-weight: bold;
}
input[type=submit],
button[type=submit] {
  cursor: pointer;
}
button {
  cursor: pointer;
}
.checkbox_a,
.radio_a {
  margin-right: 5px;
  float: left;
}
.checkbox_a,
.radio_a {
  margin-right: 5px;
  float: left;
}
.option_box {
  padding-bottom: 15px;
  background: url("../images/x_dotted.png") /*tpa=http://www.921.com/pay/x_dotted.png*/ /*tpa=http://pic.my4399.com/newWeb/images/x_dotted.png*/ left bottom repeat-x;
  margin-right: 12px;
  float: left;
}
.option_box .option_list {
  overflow: hidden;
  display: inline;
  float: left;
}
.option_box .option_label {
  float: none;
  _float: left;
}
.option_label {
  height: 32px;
  line-height: 32px;
  padding-right: 40px;
  cursor: pointer;
  float: left;
}
.option_box_parent {
  float: left;
}
.validform_tip {
  height: 32px;
  line-height: 32px;
  float: left;
}
.validform_tip .icon16 {
  margin: 8px 4px 8px 0;
  display: none;
  float: left;
}
.validform_tip a {
  padding: 0 4px;
}
.validform_error {
  color: #ff4a4e;
  background-color: #fff4f8;
  border-color: #ff868a;
}
.tip_error {
  color: #ff4a4e;
}
.tip_error .icon16 {
  display: block;
  background-image: url("../images/form-s39eea0a5b5.png") /*tpa=http://www.921.com/pay/form-s39eea0a5b5.png*/ /*tpa=http://pic.my4399.com/newWeb/images/form-s39eea0a5b5.png*/;
  background-position: -16px -22px;
}
.validform_success {
  color: #77be4c;
  background-color: #fffff6;
  border-color: #77be4c;
}
.tip_success {
  color: #77be4c;
}
.tip_success .icon16 {
  display: block;
  background-image: url("../images/form-s39eea0a5b5.png") /*tpa=http://www.921.com/pay/form-s39eea0a5b5.png*/ /*tpa=http://pic.my4399.com/newWeb/images/form-s39eea0a5b5.png*/;
  background-position: -32px -22px;
}
.b_formtip {
  color: #565656;
  height: 20px;
  line-height: 20px;
  padding-top: 8px;
  white-space: nowrap;
  clear: both;
  display: inline;
  float: left;
}
.b_formtip .icon16 {
  margin: 2px 4px 2px 0;
}
.b_formtip .record {
  padding: 0 4px;
}
.r_formtip {
  height: 32px;
  line-height: 32px;
}
.r_formtip .striking {
  color: #ff5d13;
}
.r_formtip a {
  margin: 0 5px;
}
.text_tr .tr_tn {
  height: 14px;
  line-height: 14px;
}
.text_tr .r_formtip {
  height: 14px;
  line-height: 14px;
}
.tenpay_iframe {
  width: 488px;
  height: 266px;
  overflow: hidden;
  margin-bottom: 10px;
  padding-right: 10px;
  border: 1px #ddd solid;
}
.tenpay_iframe body {
  background: red;
}
.fui_radio {
  width: 16px;
  height: 16px;
  display: block;
  overflow: hidden;
  float: left;
  background-image: url("../images/form-s39eea0a5b5.png") /*tpa=http://www.921.com/pay/form-s39eea0a5b5.png*/ /*tpa=http://pic.my4399.com/newWeb/images/form-s39eea0a5b5.png*/;
}
.fui_checkbox {
  width: 16px;
  height: 16px;
  display: block;
  overflow: hidden;
  float: left;
  background-image: url("../images/form-s39eea0a5b5.png") /*tpa=http://www.921.com/pay/form-s39eea0a5b5.png*/ /*tpa=http://pic.my4399.com/newWeb/images/form-s39eea0a5b5.png*/;
}
.fui_select {
  height: 30px;
  line-height: 30px;
  color: #363636;
  border: 1px #c9c9c9 solid;
  padding-right: 22px;
  margin-right: 12px;
  cursor: pointer;
  position: relative;
  float: left;
}
.fui_select .name {
  color: #565656;
  padding: 0 8px;
  float: left;
}
.fui_select .name:hover {
  text-decoration: none;
}
.fui_select .r_arrowbox {
  width: 21px;
  height: 18px;
  margin: 6px 0;
  float: left;
  border-left: 1px #c9c9c9 solid;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}
.fui_select .b_arrow {
  position: absolute;
  right: 7px;
  top: 8px;
}
.fui_select_box {
  max-height: 300px;
  color: #565656;
  position: absolute;
  background: white;
  border: 1px #c9c9c9 solid;
  top: 30px;
  -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, .14);
          box-shadow: 10px 10px 20px rgba(0, 0, 0, .14);
  overflow-x: hidden;
  overflow-y: auto;
  padding-bottom: 10px;
  left: -1px;
  z-index: 999;
}
.fui_select_box li {
  white-space: nowrap;
  float: left;
  clear: both;
  margin-right: -969px;
  height: 30px;
  line-height: 30px;
  padding-bottom: 1px;
  background: url("../images/x_dotted.png") /*tpa=http://www.921.com/pay/x_dotted.png*/ /*tpa=http://pic.my4399.com/newWeb/images/x_dotted.png*/ left bottom repeat-x;
  display: block;
  padding: 0 999px 0 8px;
  cursor: pointer;
}
.fui_select_box li:hover {
  background-color: #f6f6f6;
}
.fui_select_box .hover {
  background-color: #f1f1f1;
}
.fui_select_box .current {
  background-color: #f1f1f1;
}
.input_box {
  position: relative;
  float: left;
}
.input_box .input_tip {
  position: absolute;
  color: #979797;
  left: 0;
  top: 0;
}
.input_box .date_16 {
  position: absolute;
  right: 18px;
  top: 50%;
  margin-top: -8px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}
.focus_box .input_tip {
  color: #c9c9c9;
}
.big_form .tr_tn,
.big_form .r_formtip {
  height: 40px;
  line-height: 40px;
}
.big_form .fui_select {
  height: 38px;
  line-height: 38px;
  padding-right: 30px;
}
.big_form .fui_select .r_arrowbox,
.big_form .fui_select .r_arrowbox_fix {
  width: 26px;
  margin: 10px 0;
}
.big_form .fui_select .b_arrow {
  right: 9px;
}
.big_form .slide_radio {
  height: 38px;
  line-height: 38px;
}
.big_form .slide_radio dt {
  height: 38px;
}
.big_form .input_txt {
  height: 28px;
  line-height: 28px;
}
.big_form .input_tip {
  height: 40px;
  line-height: 40px;
}
.big_form .button_a {
  height: 38px;
  line-height: 38px;
}
.big_form .icon16 {
  margin: 12px 4px 12px 0;
}
.big_form .img_code {
  height: 40px;
}
.big_form .img_code img {
  height: 40px;
}
.fui_intensify {
  width: 470px;
  background: none;
  padding: 0 0 0 1px;
  margin: 0;
}
.fui_intensify .fui_radio {
  width: 22px;
  height: 22px;
  background-image: url("../images/form-s39eea0a5b5.png") /*tpa=http://www.921.com/pay/form-s39eea0a5b5.png*/ /*tpa=http://pic.my4399.com/newWeb/images/form-s39eea0a5b5.png*/;
  background-position: -32px 0;
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
  display: none;
}
.fui_intensify .option_label {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.fui_intensify .option_list {
  overflow: visible;
  width: 116px;
  height: 40px;
  border: 1px #c9c9c9 solid;
  margin: 0 0 -1px -1px;
  position: relative;
  z-index: 1;
}
.fui_intensify .option_list .option_label {
  padding: 0 10px;
  width: 96px;
  background-color: white;
  height: 40px;
  line-height: 40px;
  display: block;
}
.fui_intensify .custom_box {
  position: relative;
}
.fui_intensify .custom_box .option_label {
  background: #f1f1f1;
}
.fui_intensify .custom_box .custom_val {
  width: 60px;
  height: 18px;
  line-height: 18px;
  margin: 5px 0 0 5px;
  display: inline;
  position: relative;
  z-index: 2;
  float: left;
}
.fui_intensify .custom_box .custom_unit {
  height: 40px;
  line-height: 40px;
  padding-left: 8px;
  position: relative;
  z-index: 2;
  float: left;
}
.fui_intensify .custom_box .input_tip {
  position: absolute;
  height: 32px;
  line-height: 32px;
  left: 4px;
  top: 4px;
  z-index: 2;
}
.fui_intensify .fui_checked_box {
  z-index: 2;
}
.fui_intensify .fui_checked_box .fui_radio {
  display: block;
  z-index: 3;
}
.fui_intensify .fui_checked_box .option_label {
  border: 2px #77be4c solid;
  padding: 0 9px;
  height: 38px;
  line-height: 38px;
  left: -1px;
  top: -1px;
}
.fui_intensify .reselect_menu_box {
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
  float: left;
  display: none;
}
.bank_box .option_list {
  width: 155px;
}
.bank_box .option_list .option_label {
  width: 135px;
}
.bank_logo {
  background-image: url("../images/bank-s9766c39ad6.png") /*tpa=http://www.921.com/pay/bank-s9766c39ad6.png*/;
}
.bank_abc {
  background-position: 0 -40px;
}
.fui_checked_box .bank_abc {
  background-position: -1px -41px;
}
.bank_bea {
  background-position: 0 -120px;
}
.fui_checked_box .bank_bea {
  background-position: -1px -121px;
}
.bank_bjrcb {
  background-position: 0 -160px;
}
.fui_checked_box .bank_bjrcb {
  background-position: -1px -161px;
}
.bank_bob {
  background-position: 0 -200px;
}
.fui_checked_box .bank_bob {
  background-position: -1px -201px;
}
.bank_boc {
  background-position: 0 -240px;
}
.fui_checked_box .bank_boc {
  background-position: -1px -241px;
}
.bank_bcom {
  background-position: 0 -80px;
}
.fui_checked_box .bank_bcom {
  background-position: -1px -81px;
}
.bank_cbhb {
  background-position: 0 -280px;
}
.fui_checked_box .bank_cbhb {
  background-position: -1px -281px;
}
.bank_ccb {
  background-position: 0 -320px;
}
.fui_checked_box .bank_ccb {
  background-position: -1px -321px;
}
.bank_ceb {
  background-position: 0 -360px;
}
.fui_checked_box .bank_ceb {
  background-position: -1px -361px;
}
.bank_citic {
  background-position: 0 -440px;
}
.fui_checked_box .bank_citic {
  background-position: -1px -441px;
}
.bank_cmb {
  background-position: 0 -480px;
}
.fui_checked_box .bank_cmb {
  background-position: -1px -481px;
}
.bank_CMBC {
  background-position: 0 0;
}
.fui_checked_box .bank_CMBC {
  background-position: -1px -1px;
}
.bank_czb {
  background-position: 0 -520px;
}
.fui_checked_box .bank_czb {
  background-position: -1px -521px;
}
.bank_gdb {
  background-position: 0 -600px;
}
.fui_checked_box .bank_gdb {
  background-position: -1px -601px;
}
.bank_gzcb {
  background-position: 0 -640px;
}
.fui_checked_box .bank_gzcb {
  background-position: -1px -641px;
}
.bank_hsb {
  background-position: 0 -680px;
}
.fui_checked_box .bank_hsb {
  background-position: -1px -681px;
}
.bank_hxb {
  background-position: 0 -720px;
}
.fui_checked_box .bank_hxb {
  background-position: -1px -721px;
}
.bank_hzb {
  background-position: 0 -760px;
}
.fui_checked_box .bank_hzb {
  background-position: -1px -761px;
}
.bank_icbc {
  background-position: 0 -800px;
}
.fui_checked_box .bank_icbc {
  background-position: -1px -801px;
}
.bank_nbcb {
  background-position: 0 -840px;
}
.fui_checked_box .bank_nbcb {
  background-position: -1px -841px;
}
.bank_njcb {
  background-position: 0 -880px;
}
.fui_checked_box .bank_njcb {
  background-position: -1px -881px;
}
.bank_pab {
  background-position: 0 -920px;
}
.fui_checked_box .bank_pab {
  background-position: -1px -921px;
}
.bank_post {
  background-position: 0 -960px;
}
.fui_checked_box .bank_post {
  background-position: -1px -961px;
}
.bank_sdb {
  background-position: 0 -1000px;
}
.fui_checked_box .bank_sdb {
  background-position: -1px -1001px;
}
.bank_shbank {
  background-position: 0 -1040px;
}
.fui_checked_box .bank_shbank {
  background-position: -1px -1041px;
}
.bank_shrcc {
  background-position: 0 -1080px;
}
.fui_checked_box .bank_shrcc {
  background-position: -1px -1081px;
}
.bank_spdb {
  background-position: 0 -1120px;
}
.fui_checked_box .bank_spdb {
  background-position: -1px -1121px;
}
.bank_cib {
  background-position: 0 -400px;
}
.fui_checked_box .bank_cib {
  background-position: -1px -401px;
}
.bank_wzb {
  background-position: 0 -1200px;
}
.fui_checked_box .bank_wzb {
  background-position: -1px -1201px;
}
.bank_fdb {
  background-position: 0 -560px;
}
.fui_checked_box .bank_fdb {
  background-position: -1px -561px;
}
.bank_unionpay {
  background-position: 0 -1160px;
}
.fui_checked_box .bank_unionpay {
  background-position: -1px -1161px;
}
.more_box {
  width: 469px;
  height: 23px;
  line-height: 23px;
  background: #f6f6f6;
  border-top: 1px #ececec solid;
  clear: both;
  text-align: center;
  position: relative;
  margin-top: 10px;
  float: left;
}
.more_box .more {
  width: 75px;
  height: 24px;
  background: url("../images/form-s39eea0a5b5.png") /*tpa=http://www.921.com/pay/form-s39eea0a5b5.png*/ /*tpa=http://pic.my4399.com/newWeb/images/form-s39eea0a5b5.png*/;
  background-position: 0 -38px;
  color: #565656;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  margin-top: -1px;
  margin-left: -52px;
  padding-left: 30px;
}
.more_box .more:hover .name {
  text-decoration: none;
}
.more_box .more_icon {
  width: 16px;
  height: 16px;
  margin: 3px 0 3px 0;
  display: block;
  background-image: url("../images/form-s39eea0a5b5.png") /*tpa=http://www.921.com/pay/form-s39eea0a5b5.png*/ /*tpa=http://pic.my4399.com/newWeb/images/form-s39eea0a5b5.png*/;
  background-position: -80px -22px;
  float: left;
}
.more_box .pack_up .more_icon {
  background-position: 0 -22px;
}
.more_box .name {
  width: 30px;
  float: left;
}
.button_a {
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  padding: 0 14px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin-right: 12px;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  float: left;
}
.button_a .icon16 {
  float: left;
  margin: 7px 5px 7px 0;
}
.button_a .name {
  float: left;
}
.button_a:hover {
  text-decoration: none;
}
.button_a:hover .name {
  text-decoration: none;
}
.minibutton_a {
  white-space: nowrap;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  padding: 0 10px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin-right: 12px;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  float: left;
}
.minibutton_a:hover {
  text-decoration: none;
}
.minibutton_a:hover .name {
  text-decoration: none;
}
.minitip_a {
  position: absolute;
  background: #ff4a4e;
  color: white;
  line-height: 180%;
  padding: 5px 10px;
  z-index: 760;
  display: none;
}
.minitip_a .arrow {
  width: 0px;
  height: 0px;
  font-size: 0;
  overflow: hidden;
  border-width: 6px;
  vertical-align: middle;
  border-style: solid dashed dashed dashed;
  border-color: #ff4a4e transparent transparent;
  position: absolute;
  left: 10px;
  bottom: -12px;
}
.minitip_b {
  padding: 10px 15px;
  color: white;
  z-index: 761;
  position: absolute;
  left: 50px;
  top: 50px;
}
.minitip_b.error {
  background: #ff4a4e;
}
.minitip_b.success {
  background: #77be4c;
}
.enter_zoom {
  color: #ff7127;
  background: #ffffef;
  border: 1px #ffe99f solid;
  padding: 5px 10px;
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  z-index: 750;
  -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, .14);
          box-shadow: 10px 10px 20px rgba(0, 0, 0, .14);
}
.enter_zoom .content {
  white-space: nowrap;
}
.enter_zoom .arrow {
  width: 0px;
  height: 0px;
  font-size: 0;
  overflow: hidden;
  border-width: 6px;
  vertical-align: middle;
  border-style: solid dashed dashed dashed;
  border-color: #ffffef transparent transparent;
  left: 10px;
  bottom: -11px;
  position: absolute;
  z-index: 2;
}
.enter_zoom .arrow_bj {
  width: 0px;
  height: 0px;
  font-size: 0;
  overflow: hidden;
  border-width: 6px;
  vertical-align: middle;
  border-style: solid dashed dashed dashed;
  border-color: #ffe99f transparent transparent;
  bottom: -12px;
  z-index: 1;
}
.position_tipbox {
  position: absolute;
  z-index: 1010;
  display: none;
}
.position_tipbox .top_arrow {
  width: 0px;
  height: 0px;
  font-size: 0;
  overflow: hidden;
  border-width: 8px;
  vertical-align: middle;
  border-style: dashed dashed solid dashed;
  border-color: transparent transparent #cecece transparent;
  position: absolute;
  left: 16px;
  top: -15px;
  z-index: 1;
}
.position_tipbox .arrow_bj {
  width: 0px;
  height: 0px;
  font-size: 0;
  overflow: hidden;
  border-width: 8px;
  vertical-align: middle;
  border-style: dashed dashed solid dashed;
  border-color: transparent transparent #fff transparent;
  top: -14px;
  z-index: 2;
}
.search_tip,
.mail_tip {
  border: 1px #ddd solid;
  background: white;
  color: #565656;
  -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, .14);
          box-shadow: 10px 10px 20px rgba(0, 0, 0, .14);
  overflow: hidden;
}
.search_tip .being,
.mail_tip .being {
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  color: #797979;
  border-bottom: 1px #ddd solid;
  background: #f1f1f1;
}
.search_tip .result_list,
.mail_tip .result_list {
  height: 32px;
  line-height: 32px;
  padding-bottom: 1px;
  margin-top: 1px;
  background: url("../images/x_dotted.png") /*tpa=http://www.921.com/pay/x_dotted.png*/ /*tpa=http://pic.my4399.com/newWeb/images/x_dotted.png*/ left bottom repeat-x;
}
.search_tip a,
.mail_tip a {
  height: 32px;
  padding: 0 10px;
  color: #565656;
  display: block;
}
.search_tip a:hover,
.mail_tip a:hover {
  color: #242424;
  background-color: #f1f1f1;
}
.search_tip .current,
.mail_tip .current {
  color: #242424;
  background-color: #f1f1f1;
}
.search_tip li,
.mail_tip li {
  margin-bottom: -1px;
  _margin-bottom: 0;
}
.mail_tip .result_list {
  height: 26px;
  line-height: 26px;
}
.mail_tip a {
  height: 26px;
}
.uploadify {
  text-align: center;
  height: 30px;
  line-height: 30px;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  position: relative;
  float: left;
}
.uploadify .swfupload {
  left: 0;
}
.uploadify-queue {
  display: none;
  width: 400px;
  padding: 0 16px;
  clear: both;
  float: left;
  margin-top: 16px;
  margin-left: 95px;
  border: 1px #e2e2e2 solid;
  position: relative;
}
.uploadify-queue .tarrow {
  position: absolute;
  left: 16px;
}
.uploadify-queue .tarrow1 {
  width: 0px;
  height: 0px;
  font-size: 0;
  overflow: hidden;
  border-width: 6px;
  vertical-align: middle;
  border-style: dashed dashed solid dashed;
  border-color: transparent transparent #cecece transparent;
  top: -13px;
  z-index: 2;
}
.uploadify-queue .tarrow2 {
  width: 0px;
  height: 0px;
  font-size: 0;
  overflow: hidden;
  border-width: 6px;
  vertical-align: middle;
  border-style: dashed dashed solid dashed;
  border-color: transparent transparent #fff transparent;
  top: -12px;
  z-index: 3;
}
.uploadify-queue .cancel,
.uploadify-queue .fileName,
.uploadify-queue .data {
  height: 16px;
  line-height: 16px;
  padding-bottom: 6px;
}
.uploadify-queue .cancel {
  float: right;
}
.uploadify-queue .cancel a {
  height: 16px;
  display: block;
}
.uploadify-queue .cancel a:hover {
  text-decoration: underline;
}
.uploadify-queue .cancel a:hover .name {
  text-decoration: underline;
}
.uploadify-queue .recover_16 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.uploadify-queue .icon16 {
  float: left;
  margin-right: 2px;
}
.uploadify-queue .name {
  float: left;
}
.uploadify-queue .fileName {
  margin-right: 10px;
  float: left;
}
.uploadify-queue .data {
  color: #929292;
}
.uploadify-queue-item {
  height: 30px;
  padding: 16px 0;
  background: url("../images/x_dotted.png") /*tpa=http://www.921.com/pay/x_dotted.png*/ /*tpa=http://pic.my4399.com/newWeb/images/x_dotted.png*/ left bottom repeat-x;
  margin-bottom: -1px;
  position: relative;
}
.uploadify-progress {
  width: 100%;
  height: 8px;
  background-color: #f6f6f6;
  display: block;
  position: relative;
  clear: both;
}
.uploadify-progress-bar {
  height: 8px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  background: #77be4c;
}
.line {
  width: 1px;
  display: inline-block;
  overflow: hidden;
}
.ad_gray_button .an,
.minian_drop_menu .an {
  background: #888;
  border-color: #888;
  color: white;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ad_gray_button .an .start_icon_16,
.minian_drop_menu .an .start_icon_16 {
  background-position: -187px -16px;
}
.ad_gray_button .an:hover,
.minian_drop_menu .an:hover {
  background: #797979;
}
.ad_gray_button .arrow_box,
.minian_drop_menu .arrow_box {
  background: #888;
  border-color: #888;
  border-left-color: #9a9a9a;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ad_gray_button .b_arrow,
.minian_drop_menu .b_arrow {
  width: 0px;
  height: 0px;
  font-size: 0;
  overflow: hidden;
  vertical-align: middle;
  border-style: solid dashed dashed dashed;
  border-color: #fff transparent transparent;
}
.hot_gamelist .an_drop_menu .an,
.ad_orange_button .an {
  background: #ff5d13;
  border-color: #ff5d13;
  color: white;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.hot_gamelist .an_drop_menu .an .start_icon_16,
.ad_orange_button .an .start_icon_16 {
  background-position: -187px -16px;
}
.hot_gamelist .an_drop_menu .an:hover,
.ad_orange_button .an:hover {
  background: #f04e04;
}
.hot_gamelist .an_drop_menu .arrow_box,
.ad_orange_button .arrow_box {
  background: #ff5d13;
  border-color: #ff5d13;
  border-left-color: #ff8f45;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.hot_gamelist .an_drop_menu .b_arrow,
.ad_orange_button .b_arrow {
  width: 0px;
  height: 0px;
  font-size: 0;
  overflow: hidden;
  vertical-align: middle;
  border-style: solid dashed dashed dashed;
  border-color: #fff transparent transparent;
}
.good_gamelist .an_drop_menu .an,
.ad_blue_button .an {
  background: #3098d5;
  border-color: #3098d5;
  color: white;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.good_gamelist .an_drop_menu .an .start_icon_16,
.ad_blue_button .an .start_icon_16 {
  background-position: -187px -16px;
}
.good_gamelist .an_drop_menu .an:hover,
.ad_blue_button .an:hover {
  background: #2189c6;
}
.good_gamelist .an_drop_menu .arrow_box,
.ad_blue_button .arrow_box {
  background: #3098d5;
  border-color: #3098d5;
  border-left-color: #4eb6f3;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.good_gamelist .an_drop_menu .b_arrow,
.ad_blue_button .b_arrow {
  width: 0px;
  height: 0px;
  font-size: 0;
  overflow: hidden;
  vertical-align: middle;
  border-style: solid dashed dashed dashed;
  border-color: #fff transparent transparent;
}
.ad_white_button,
.an_drop_menu {
  background: #f1f1f1;
  border-color: #c9c9c9;
  color: #565656;
}
.ad_white_button .an,
.an_drop_menu .an {
  color: #565656;
  border-color: #c9c9c9;
  background: #f1f1f1;
  -webkit-box-shadow: -1px -1px 0px white inset, 0 5px 30px white inset;
          box-shadow: -1px -1px 0px white inset, 0 5px 30px white inset;
}
.ad_white_button .an .start_icon_16,
.an_drop_menu .an .start_icon_16 {
  background-position: -81px 0;
}
.ad_white_button .an:hover,
.an_drop_menu .an:hover {
  background: #fff;
}
.ad_white_button .arrow_box,
.an_drop_menu .arrow_box {
  background: #f1f1f1;
  border-color: #c9c9c9;
  border-left-color: #d3d3d3;
  -webkit-box-shadow: -1px -1px 0px white inset, 0 5px 30px white inset;
          box-shadow: -1px -1px 0px white inset, 0 5px 30px white inset;
}
.ad_white_button .b_arrow,
.an_drop_menu .b_arrow {
  width: 0px;
  height: 0px;
  font-size: 0;
  overflow: hidden;
  vertical-align: middle;
  border-style: solid dashed dashed dashed;
  border-color: #565656 transparent transparent;
}
.gray_button,
.button_a,
.minibutton_a {
  background: #888;
  border-color: #888;
  color: white;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.gray_button:hover,
.button_a:hover,
.minibutton_a:hover {
  background: #797979;
}
.orange_button {
  background: #ff5d13;
  border-color: #ff5d13;
  color: white;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.orange_button:hover {
  background: #f04e04;
}
.slide_radio dt,
.blue_button {
  background: #3098d5;
  border-color: #3098d5;
  color: white;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.slide_radio dt:hover,
.blue_button:hover {
  background: #2189c6;
}
.white_button,
.uploadify {
  color: #565656;
  border-color: #c9c9c9;
  background: #f1f1f1;
  -webkit-box-shadow: -1px -1px 0px white inset, 0 5px 30px white inset;
          box-shadow: -1px -1px 0px white inset, 0 5px 30px white inset;
}
.white_button:hover,
.uploadify:hover {
  background: #fff;
}
.txt_button {
  color: #0066a3;
  border-color: transparent;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.txt_button:hover {
  background: transparent;
  text-decoration: underline;
}
.button_disable {
  background: #f1f1f1;
  color: #b5b5b5;
  border-color: #ddd;
  cursor: default;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.button_disable:hover {
  background: #f1f1f1;
}
.process_bar {
  height: 35px;
  line-height: 35px;
  background: #ececec;
  color: #565656;
  margin-bottom: 16px;
}
.process_bar .pb_list {
  display: inline;
  padding: 0 24px 0 10px;
  position: relative;
  float: left;
}
.process_bar .pb_list .arrow {
  width: 19px;
  height: 35px;
  background-image: url("../images/pop-s8db4b136b3.png") /*tpa=http://www.921.com/pay/pop-s8db4b136b3.png*/ /*tpa=http://pic.my4399.com/newWeb/images/pop-s8db4b136b3.png*/;
  background-position: 0 0;
  display: block;
  position: absolute;
  right: 0px;
  top: 0;
}
.process_bar .already_list {
  background-color: #77be4c;
  color: white;
}
.process_bar .already_list .arrow {
  background-position: -16px -35px;
}
.process_bar .current_list {
  background-color: #77be4c;
  color: white;
}
.process_bar .current_list .arrow {
  background-position: -19px 0;
}
.process_bar .r_pb_list {
  padding: 0 16px 0 10px;
  float: right;
}
.pop_bj {
  background: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 699;
  display: none;
}
.pop_box {
  position: absolute;
  left: 0;
  top: 0;
  background: white;
  border: 1px #ddd solid;
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, .3);
          box-shadow: 0 0 50px rgba(0, 0, 0, .3);
}
.pop_box .title_box {
  line-height: 40px;
  background: #f1f1f1;
  border-bottom: 1px #ddd solid;
}
.pop_box .title_box .name {
  padding-left: 10px;
  font-size: 14px;
  color: #565656;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  white-space: nowrap;
}
.pop_box .pop_cose {
  width: 16px;
  height: 16px;
  margin: 12px 0;
  text-indent: -999px;
  overflow: hidden;
  background-image: url("../images/pop-s8db4b136b3.png") /*tpa=http://www.921.com/pay/pop-s8db4b136b3.png*/ /*tpa=http://pic.my4399.com/newWeb/images/pop-s8db4b136b3.png*/;
  background-position: 0 -35px;
  position: absolute;
  right: 10px;
  top: 0;
  z-index: 710;
}
.pop_box .pop_cose:hover {
  background-position: 0 -70px;
}
.pop_box .pop_content {
  width: 500px;
  overflow-y: auto;
  clear: both;
  position: relative;
  z-index: 705;
  max-height: 420px;
  *display: inline;
  *zoom: 1;
}
.pop_box .pop_button {
  padding: 17px 4px 16px 0;
  background: url("../images/x_dotted.png") /*tpa=http://www.921.com/pay/x_dotted.png*/ /*tpa=http://pic.my4399.com/newWeb/images/x_dotted.png*/ left top repeat-x;
  background-color: #f1f1f1;
  margin: 0 auto;
  text-align: right;
  *zoom: normal;
}
.pop_box .pop_button .button_a {
  margin-right: 16px;
  float: none;
}
.pop_tbr {
  width: 180px;
  text-align: right;
  color: #565656;
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: 40px;
  top: 10px;
  z-index: 708;
}
.pop_tbr a {
  margin: 0 5px;
}
.douwa_tip {
  width: 110px;
  height: 140px;
  background-image: url("../images/douwa_tip.png") /*tpa=http://www.921.com/pay/douwa_tip.png*/ /*tpa=http://pic.my4399.com/newWeb/images/douwa_tip.png*/;
  position: absolute;
  top: -80px;
  left: 130px;
}
.douwa_tip .slogin {
  width: 110px;
  height: 50px;
  display: block;
  background-image: url("../images/douwa_tip.png") /*tpa=http://www.921.com/pay/douwa_tip.png*/ /*tpa=http://pic.my4399.com/newWeb/images/douwa_tip.png*/;
  overflow: hidden;
  position: absolute;
  top: 10px;
  right: -80px;
}
.drecharge_s {
  background-position: -110px 0px;
}
.drecharge_s .slogin {
  background-position: -110px -140px;
}
.drecharge_e {
  background-position: 0px 0px;
}
.drecharge_e .slogin {
  background-position: 0px -140px;
}
.pop_recharge .box_w1 {
  width: 434px;
}
.pop_recharge .fui_intensify .option_label {
  width: 84px;
}
.pop_doudou {
  width: 450px;
  padding-bottom: 20px;
  text-align: center;
  position: relative;
  color: #565656;
}
.pop_doudou .doudou_flashbox {
  height: 260px;
}
.pop_doudou .score {
  font-size: 24px;
  font-weight: bold;
  color: #ff4a4e;
  position: absolute;
  top: 40px;
  left: 300px;
}
.pop_doudou .share_tip {
  padding-top: 10px;
}
.share_button {
  height: 26px;
  line-height: 26px;
  color: #565656;
  padding-top: 6px;
  text-align: center;
}
.share_button .share_icon {
  width: 67px;
  height: 26px;
  display: inline-block;
  font-size: 0;
  line-height: 0;
  background-image: url("../images/task-se47a2b29a4.png") /*tpa=http://www.921.com/pay/task-se47a2b29a4.png*/ /*tpa=http://pic.my4399.com/newWeb/images/task-se47a2b29a4.png*/;
  overflow: hidden;
  vertical-align: middle;
  margin-right: 12px;
}
.share_button .weibo_icon {
  background-position: 0 -96px;
}
.share_button .tweibo_icon {
  background-position: 0 -122px;
}
.custom_button_box {
  padding-top: 6px;
}
.confirm_layer {
  padding: 30px 30px 30px 93px;
  color: #565656;
}
.confirm_layer .confirm_title {
  font-size: 14px;
  padding-bottom: 6px;
  white-space: nowrap;
}
.confirm_layer .confirm_content {
  line-height: 180%;
  *display: inline;
  *zoom: 1;
  clear: both;
}
.confirm_layer .confirm_button {
  width: 200px;
  padding-top: 10px;
  *float: left;
}
.confirm_layer .type_icon {
  width: 48px;
  height: 48px;
  background-image: url("../images/pop-s8db4b136b3.png") /*tpa=http://www.921.com/pay/pop-s8db4b136b3.png*/ /*tpa=http://pic.my4399.com/newWeb/images/pop-s8db4b136b3.png*/;
  display: block;
  position: absolute;
  left: 30px;
  top: 32px;
}
.confirm_layer .warning_48 {
  background-position: 0 -230px;
}
.confirm_layer .success_48 {
  background-position: 0 -182px;
}
.confirm_layer .error_48 {
  background-position: 0 -134px;
}
.confirm_layer .birth_48 {
  background-position: 0 -86px;
}
.confirm_layer .button_box {
  padding-top: 6px;
}
.confirm_button_2 {
  padding: 20px 0;
  text-align: right;
  background: url("../images/x_dotted.png") /*tpa=http://www.921.com/pay/x_dotted.png*/ /*tpa=http://pic.my4399.com/newWeb/images/x_dotted.png*/ left top repeat-x;
  background-color: #f6f6f6;
}
.confirm_button_2 .button_a {
  float: none;
}
.pop_tipsa,
.pop_tipsb {
  color: #565656;
  line-height: 180%;
}
.pop_tipsa h4,
.pop_tipsb h4 {
  padding-bottom: 6px;
  font-size: 12px;
}
.pop_tipsa {
  margin-bottom: 20px;
  padding: 16px 0 16px 0;
  background: url("../images/x_dotted.png") /*tpa=http://www.921.com/pay/x_dotted.png*/ /*tpa=http://pic.my4399.com/newWeb/images/x_dotted.png*/ left bottom repeat-x;
}
.pop_tipsb {
  background: url("../images/x_dotted.png") /*tpa=http://www.921.com/pay/x_dotted.png*/ /*tpa=http://pic.my4399.com/newWeb/images/x_dotted.png*/ left top repeat-x;
  padding-top: 16px;
}
.pop_c_a {
  padding: 0 16px 10px 16px;
}
.pop_c_b {
  padding: 16px 16px 10px 16px;
}
.pop_c_c {
  padding: 16px;
}
.pop_c_d {
  padding: 16px 0 0 0;
}
.loading {
  width: 100%;
  height: 100%;
  background: url("../images/loading.gif") /*tpa=http://www.921.com/pay/loading.gif*/ /*tpa=http://pic.my4399.com/newWeb/images/loading.gif*/ center center no-repeat;
  min-height: 200px;
}
.pop_tag_menubox {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px #ddd solid;
}
.pop_tag_menubox .tm_list {
  display: inline;
  float: left;
}
.pop_tag_menubox .tm_menu {
  border: 1px #ddd solid;
  font-size: 14px;
  color: #a1a1a1;
  padding: 0 16px;
  border-top: 0;
  margin-left: -1px;
  margin-bottom: -1px;
  position: relative;
  float: left;
}
.pop_tag_menubox .tm_menu:hover {
  text-decoration: none;
  color: #797979;
}
.pop_tag_menubox .current {
  border-right-color: #ddd;
  color: #565656;
  background: white;
  border-bottom-color: white;
}
.pop_login .user_16_gray {
  background-position: 0 0;
}
.pop_login .key_16_gray {
  background-position: -32px 0;
}
.pop_login .imgcode_16_gray {
  background-position: -16px 0;
}
.pop_login .login_box {
  width: 288px;
  position: absolute;
  right: 90px;
  top: 0px;
  z-index: 3;
}
.pop_login .form_box {
  width: 288px;
  line-height: normal;
  background: white;
  background: rgba(255, 255, 255, .95);
  display: inline-block;
  vertical-align: middle;
}
.pop_login .title_box {
  margin: 10px 20px 0 20px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  margin-bottom: 16px;
  color: #565656;
  border-bottom: 2px #c9c9c9 solid;
}
.pop_login .login_form {
  width: 248px;
  padding: 20px 20px 0 20px;
}
.pop_login .login_form .icon16 {
  background-image: url("../images/login-sd9825d4edc.png") /*tpa=http://www.921.com/pay/login-sd9825d4edc.png*/ /*tpa=http://pic.my4399.com/newWeb/images/login-sd9825d4edc.png*/;
}
.pop_login .form_list {
  width: 100%;
  padding-bottom: 16px;
  position: relative;
  z-index: 10;
}
.pop_login .input_box {
  position: relative;
  z-index: 11;
  float: left;
  margin-right: -20px;
}
.pop_login .input_tip {
  height: 40px;
  line-height: 40px;
}
.pop_login .input_w1 {
  width: 197px;
  margin-right: 0;
}
.pop_login .input_w2 {
  width: 77px;
}
.pop_login .input_txt {
  padding: 9px 5px 9px 44px;
}
.pop_login .img_code {
  width: 108px;
  height: 40px;
  float: right;
}
.pop_login .img_code img {
  width: 108px;
  height: 40px;
}
.pop_login .icon_box {
  width: 35px;
  height: 38px;
  display: inline-block;
  overflow: hidden;
  background: #f1f1f1;
  border-right: 1px #cecece solid;
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: 30;
}
.pop_login .icon_box .icon16 {
  margin: 11px 10px;
}
.pop_login .auto_login {
  height: 20px;
  line-height: 20px;
  color: #565656;
}
.pop_login .auto_login .auto_login_l {
  float: left;
}
.pop_login .auto_login .forget {
  float: right;
}
.pop_login .auto_login .checkbox_a {
  height: 20px;
  line-height: 20px;
  float: left;
}
.pop_login .auto_login .fui_checkbox {
  margin: 2px 4px 2px 0;
}
.pop_login .submit {
  font-size: 14px;
  border: 0;
  background: #ff5d13;
  color: white;
  border-radius: 2px;
  width: 100%;
  height: 40px;
  line-height: 40px;
}
.pop_login .with_other_login {
  padding: 14px 20px 19px 20px;
  height: 20px;
  line-height: 20px;
  background: url("../images/x_dotted.png") /*tpa=http://www.921.com/pay/x_dotted.png*/ /*tpa=http://pic.my4399.com/newWeb/images/x_dotted.png*/ left top repeat-x;
}
.pop_login .with_other_login .line {
  height: 12px;
  background: url("../images/y_dotted.png") /*tpa=http://www.921.com/pay/y_dotted.png*/ /*tpa=http://pic.my4399.com/newWeb/images/y_dotted.png*/ -1px 0px repeat-y;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
  position: absolute;
  right: -18px;
  top: 5px;
}
.pop_login .with_other_login li {
  display: inline;
}
.pop_login .with_other_login a {
  color: #565656;
  margin-right: 36px;
  position: relative;
  float: left;
}
.pop_login .with_other_login a .icon16 {
  margin: 2px 0;
  margin-right: 3px;
  float: left;
}
.pop_login .with_other_login a .name {
  float: left;
}
.pop_login .with_other_login .reg {
  color: #3098d5;
  white-space: nowrap;
  float: right;
  margin: 0;
}
.attention_weixin {
  width: 430px;
  height: 155px;
}
.attention_weixin .weixin_img {
  width: 155px;
  height: 155px;
  margin-right: 20px;
  display: inline;
  background: url("../images/weixin_img.png") /*tpa=http://www.921.com/pay/weixin_img.png*/ /*tpa=http://pic.my4399.com/newWeb/images/weixin_img.png*/ no-repeat;
  float: left;
}
.attention_weixin .weixin_info {
  width: 250px;
  float: left;
  color: #565656;
  line-height: 200%;
}
.attention_weixin .weixin_info h3 {
  padding-bottom: 4px;
}
a:focus,
*:focus {
  outline: none;
}
input,
button {
  overflow-x: visible;
}
html {
  background-color: white;
  overflow-y: scroll;
}
body {
  background: #f5f5f5 url("../images/body_bj.png") /*tpa=http://www.921.com/pay/body_bj.png*/ /*tpa=http://pic.my4399.com/newWeb/images/body_bj.png*/ center top repeat-x;
  font-size: 12px;
}
img {
  border: none;
}
img {
  border: 0 none;
  width: auto\9;
  height: auto;
  max-width: 100%;
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}
.main {
  width: 960px;
  margin-bottom: 16px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.l_side,
.r_side {
  width: 239px;
  padding-bottom: 9999px;
  margin-bottom: -9999px;
}
.l_side {
  float: left;
  border-right: 1px #ddd solid;
}
.r_side {
  float: right;
  border-left: 1px #ddd solid;
}
.l_main,
.r_main {
  width: 720px;
}
.l_main {
  float: left;
}
.r_main {
  float: right;
}
.main_cc .part_b {
  margin: 0;
}
.b_arrow {
  width: 0px;
  height: 0px;
  font-size: 0;
  overflow: hidden;
  border-width: 4px;
  vertical-align: middle;
  border-style: solid dashed dashed dashed;
  border-color: #797979 transparent transparent;
  margin-left: 5px;
}
.no_result {
  width: 100%;
  height: 320px;
  text-align: center;
  color: #565656;
  margin-top: 16px;
  position: relative;
}
.no_result .nr_box {
  width: 100%;
  height: 90px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -55px;
}
.no_result .no_result {
  margin: 0 auto;
  width: 49px;
  height: 49px;
  display: block;
  background: url("../images/icon-s8dfeeca6a8.png") /*tpa=http://www.921.com/pay/./images/icon-s8dfeeca6a8.png*/ /*tpa=http://pic.my4399.com/newWeb/images/./images/icon-s8dfeeca6a8.png*/ -144px -232px;
}
.no_result .nr_tip_txt {
  line-height: 180%;
  padding-top: 10px;
  display: block;
}
.tips_block {
  color: #ff7127;
  line-height: 180%;
  padding: 10px;
  background: #ffffef;
  border: 1px #ffe99f solid;
  margin-bottom: 16px;
}
.tips_block a {
  padding: 0 5px;
}
.help_block {
  color: #565656;
  line-height: 180%;
  border: 1px #ececec solid;
  background-color: #fbfbfb;
  padding: 10px;
}
.text_block {
  color: #565656;
  line-height: 180%;
  margin-bottom: 20px;
}
.drop_menu {
  position: relative;
}
.drop_box {
  position: absolute;
  display: none;
}
.top_nav {
  width: 100%;
  color: #919191;
  z-index: 390;
  position: fixed;
  left: 0;
  top: 0;
  _position: absolute;
  _bottom: auto;
  height: 32px;
  line-height: 32px;
  border-bottom: 1px #d7d7d7 solid;
}
.top_nav .cc {
  width: 960px;
  height: 32px;
  line-height: 32px;
  position: relative;
  z-index: 2;
}
.top_nav .bj {
  background: #fefefe;
  background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#fafafa));
  background: -webkit-linear-gradient(top, #fefefe 0%, #fafafa 100%);
  background: -o-linear-gradient(top, #fefefe 0%, #fafafa 100%);
  background: linear-gradient(to bottom, #fefefe 0%, #fafafa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#fafafa', GradientType=0);
  width: 100%;
  height: 32px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.top_nav .rt_tit {
  padding-right: 10px;
}
.top_nav .menu_list {
  display: inline;
  position: relative;
  margin-right: -1px;
  _margin-right: -2px;
  float: left;
}
.top_nav .menu_list .user_number {
  color: #ff5d13;
  font-size: 14px;
  margin: 0 3px;
}
.top_nav .menu_list .menu {
  padding: 0 9px 0 8px;
  float: left;
}
.top_nav .menu_list .menu .icon16 {
  margin: 8px 2px 8px 0;
  float: left;
}
.top_nav .menu_list .menu:hover {
  color: #ff5d13;
}
.top_nav .menu_list .name {
  float: left;
}
.top_nav .drop_menu .menu {
  padding: 0 20px 0 8px;
}
.top_nav .drop_menu .b_arrow {
  position: absolute;
  right: 8px;
  top: 14px;
}
.top_nav .line {
  height: 12px;
  background: url("../images/y_dotted.png") /*tpa=http://www.921.com/pay/y_dotted.png*/ /*tpa=http://pic.my4399.com/newWeb/images/y_dotted.png*/ -1px 0px repeat-y;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
  position: absolute;
  right: 0;
  top: 10px;
  margin: 0 auto;
}
.top_nav a {
  color: #565656;
}
.top_nav .l_menu {
  float: left;
}
.top_nav .r_menu {
  float: right;
}
.top_nav .my_info .drop_box {
  width: 248px;
  color: #565656;
}
.top_nav .my_info .drop_box a {
  color: #237db2;
}
.top_nav .my_info .drop_box .a_info_list {
  height: 38px;
  line-height: 38px;
  padding-left: 10px;
}
.top_nav .my_info .drop_box .account_info {
  padding: 8px 0;
}
.top_nav .my_info .drop_box .account_info .a_info_list {
  height: 26px;
  line-height: 26px;
}
.top_nav .my_info .drop_box .lc {
  width: 80%;
  float: left;
}
.top_nav .my_info .drop_box .lc .icon16 {
  margin: 11px 6px 11px 0;
  float: left;
}
.top_nav .my_info .drop_box .lc .vip_grade {
  margin: 14px 0 13px 0;
  float: left;
}
.top_nav .my_info .drop_box .user_name {
  margin-right: 5px;
  color: black;
  float: left;
}
.top_nav .my_info .drop_box .account_info {
  background: #fafafa;
  border-top: 1px #e2e2e2 solid;
  border-bottom: 1px #e2e2e2 solid;
}
.top_nav .my_info .drop_box .account_info .number {
  color: #565656;
  margin-right: 5px;
}
.top_nav .my_info .drop_box .account_info .game_oof {
  color: #ff5d13;
}
.top_nav .my_info .drop_box .account_info .msg_number {
  padding: 1px 5px;
  border-radius: 5px;
  background: #565656;
  color: white;
}
.top_nav .my_info .drop_box .account_info .safe_level_bar {
  margin: 8px 0;
}
.top_nav .my_message .drop_box {
  width: 268px;
  color: #565656;
}
.top_nav .my_message .no_result {
  height: 136px;
}
.top_nav .my_message .no_result .nr_box {
  height: 68px;
  top: 60%;
}
.top_nav .my_message .no_result .no_message {
  width: 32px;
  height: 32px;
  display: block;
  background: url("../images/icon-s8dfeeca6a8.png") /*tpa=http://www.921.com/pay/./images/icon-s8dfeeca6a8.png*/ /*tpa=http://pic.my4399.com/newWeb/images/./images/icon-s8dfeeca6a8.png*/ -156px -108px;
  margin: 0 auto;
}
.top_nav .my_message .message_title {
  height: 36px;
  line-height: 36px;
  padding: 0 10px 1px 10px;
  background: url("../images/x_dotted.png") /*tpa=http://www.921.com/pay/x_dotted.png*/ /*tpa=http://pic.my4399.com/newWeb/images/x_dotted.png*/ left bottom repeat-x;
  font-weight: bold;
}
.top_nav .my_message .message_info {
  height: 120px;
  margin: 6px 10px 10px 10px;
  line-height: 20px;
  overflow-x: hidden;
  overflow-y: auto;
}
.top_nav .my_message .message_info a {
  color: #3098d5;
  padding: 0 2px;
}
.top_nav .my_message .message_info a:hover {
  text-decoration: underline;
}
.top_nav .my_message .message_buttonbox {
  height: 22px;
  padding: 8px;
  border-top: 1px #ddd solid;
  background-color: #f6f6f6;
}
.top_nav .my_message .message_buttonbox a {
  height: 20px;
  line-height: 20px;
  padding: 0 5px;
  background: white;
  border: 1px #ddd solid;
  display: inline-block;
  margin-right: -1px;
  float: left;
}
.top_nav .my_message .message_buttonbox .disable {
  color: #cecece;
  background: #f6f6f6;
  cursor: default;
}
.top_nav .my_message .message_buttonbox .disable:hover {
  text-decoration: none;
}
.top_nav .my_message .l_bb {
  float: left;
}
.top_nav .my_message .r_bb {
  padding-right: 1px;
  float: right;
}
.top_nav .current_drop_menu .line {
  display: none;
}
.top_nav .current_drop_menu .b_arrow {
  right: 7px;
}
.top_nav .current_drop_menu .menu {
  background: white;
  border-left: 1px #d7d7d7 solid;
  border-right: 1px #d7d7d7 solid;
  padding: 0 19px 0 7px;
  height: 33px;
  margin-bottom: -1px;
  position: relative;
  z-index: 15;
}
.top_nav .drop_box {
  border: 1px #d7d7d7 solid;
  background: white;
  right: 0px;
  top: 32px;
  z-index: 10;
  -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, .14);
          box-shadow: 10px 10px 20px rgba(0, 0, 0, .14);
  position: absolute;
}
.game_storage {
  width: 419px;
  position: relative;
  overflow: hidden;
}
.game_storage .title_box {
  height: 38px;
  line-height: 38px;
  background: #f1f1f1;
  border-bottom: 1px #ddd solid;
}
.game_storage .title_box .name {
  font-size: 14px;
  padding-left: 10px;
  color: #565656;
  float: left;
}
.game_storage .title_box .quick_select {
  float: right;
  padding: 7px 7px 7px 0;
}
.game_storage .title_box .quick_select .input_txt {
  width: 151px;
  height: 12px;
  line-height: 12px;
}
.game_storage a:hover {
  color: #ff5d13;
}
.game_storage .inde_menu {
  border-bottom: 1px #e2e2e2 solid;
  padding: 0 10px;
  height: 38px;
  line-height: 38px;
}
.game_storage .inde_menu li {
  display: inline;
  float: left;
  cursor: pointer;
}
.game_storage .inde_menu .tab {
  padding: 0 6px;
  margin: 7px 6px 0 0;
  height: 24px;
  line-height: 24px;
  float: left;
}
.game_storage .inde_menu .on {
  background: #ff5d13;
  color: white;
}
.game_storage .all_games {
  margin-bottom: -1px;
}
.game_storage .all_games .letter {
  width: 34px;
  line-height: 34px;
  border-right: 1px #ddd solid;
  padding-bottom: 999px;
  margin-bottom: -999px;
  text-align: center;
  float: left;
  position: relative;
  z-index: 1;
}
.game_storage .all_games .game_list {
  width: 385px;
  line-height: 26px;
  background: url("../images/x_dotted.png") /*tpa=http://www.921.com/pay/x_dotted.png*/ /*tpa=http://pic.my4399.com/newWeb/images/x_dotted.png*/ left bottom repeat-x;
  padding: 4px 0 4px 34px;
  position: relative;
}
.game_storage .all_games a {
  padding: 0 10px;
  white-space: nowrap;
  float: left;
}
.game_storage .all_games em {
  display: none;
}
.game_storage .played {
  width: 102%;
  max-height: 159px;
  line-height: 26px;
  position: relative;
  border-bottom: 1px #e7e7e7 solid;
  margin-bottom: -1px;
  overflow: hidden;
}
.game_storage .played a {
  width: 189px;
  height: 32px;
  line-height: 32px;
  border: 1px #e7e7e7 solid;
  margin-bottom: -1px;
  border-top: 0;
  border-left: 0;
  padding: 0 10px;
  white-space: nowrap;
  position: relative;
  z-index: 2;
  float: left;
}
.game_storage .played a:hover {
  background: #f6f6f6;
  z-index: 1;
}
.game_storage .no_result {
  height: 40px;
  line-height: 40px;
  color: #565656;
  margin: 0;
  padding: 5px 0;
  clear: both;
}
.game_storage .mini_pagebox {
  background: white;
  position: relative;
  z-index: 2;
  margin-top: 1px;
  padding: 7px;
}
.game_storage .game_scroll {
  width: 419px;
  overflow-y: scroll;
}
.game_storage .game_scroll a {
  width: 180px;
}
.game_select_box {
  width: 419px;
  border: 1px #ddd solid;
  -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, .14);
          box-shadow: 10px 10px 20px rgba(0, 0, 0, .14);
  background: white;
  display: block;
}
.game_picker,
.server_picker {
  width: 421px;
}
.icon16 {
  width: 16px;
  height: 16px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  overflow: hidden;
  background-image: url("../images/icon-s8dfeeca6a8.png") /*tpa=http://www.921.com/pay/./images/icon-s8dfeeca6a8.png*/ /*tpa=http://pic.my4399.com/newWeb/images/./images/icon-s8dfeeca6a8.png*/;
}
.icon32 {
  width: 32px;
  height: 32px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  overflow: hidden;
}
.desktop_16_gray {
  background-position: -112px -64px;
}
.fav_16_gray {
  background-position: -80px -64px;
}
.game_16_gray {
  background-position: -172px -32px;
}
.reg_16_gray {
  background-position: -160px -64px;
}
.search_16_gray {
  background-position: -129px 0;
}
.user_16_gray {
  background-position: -92px -32px;
}
.message_16_gray {
  background-position: -108px -32px;
}
.message_new_16_gray {
  background-position: -76px -32px;
}
.key_16_gray {
  background-position: -145px 0;
}
.imgcode_16_gray {
  background-position: -33px 0;
}
.qq_16_gray {
  background-position: -188px -32px;
}
.del_16_gray {
  background-position: -32px -64px;
}
.add_16_gray {
  background-position: -49px 0;
}
.doudou_16_gray {
  background-position: -48px -64px;
}
.time_16_gray {
  background-position: -16px -64px;
}
.camera_16_gray {
  background-position: -128px -64px;
}
.weibo_16_gray {
  background-position: -96px -64px;
}
.home_16_white {
  background-position: -97px 0;
}
.start_16_white {
  background-position: -187px -16px;
}
.start_16_gray {
  background-position: -81px 0;
}
.help_16 {
  background-position: -156px -32px;
}
.target_blank_16 {
  background-position: 0 -64px;
}
.voucher_16 {
  background-position: -65px 0;
}
.like_16 {
  background-position: -161px 0;
}
.f_search {
  background-position: -171px -16px;
}
.f_date {
  background-position: -48px -108px;
}
.official_16 {
  background-position: -113px 0;
}
.service_16 {
  background-position: -144px -64px;
}
.date_16 {
  background-position: -16px -108px;
}
.home_16_gray {
  background-position: -140px -32px;
}
.recover_16 {
  background-position: -32px -108px;
}
a:hover .weibo_16_gray {
  background-position: -96px -80px;
}
a:hover .qq_16_gray {
  background-position: -188px -48px;
}
a:hover .game_16_gray {
  background-position: -172px -48px;
}
a:hover .message_16_gray {
  background-position: -108px -48px;
}
a:hover .message_new_16_gray {
  background-position: -76px -48px;
}
a:hover .user_16_gray {
  background-position: -92px -48px;
}
a:hover .reg_16_gray {
  background-position: -160px -80px;
}
a:hover .fav_16_gray {
  background-position: -80px -80px;
}
a:hover .desktop_16_gray {
  background-position: -112px -80px;
}
a:hover .camera_16_gray {
  background-position: -128px -80px;
}
a:hover .help_16 {
  background-position: -156px -48px;
}
a:hover .home_16_gray {
  background-position: -140px -48px;
}
.message_new_16_gray {
  background: url("../images/message_new_16.gif") /*tpa=http://www.921.com/pay/message_new_16.gif*/ /*tpa=http://pic.my4399.com/newWeb/images/message_new_16.gif*/ 0px 0px no-repeat;
}
a:hover .message_new_16_gray {
  background-position: 0px -16px;
}
.current .qq_16_gray {
  background-position: -188px -48px;
}
.current .weibo_16_gray {
  background-position: -96px -80px;
}
.vip_16 {
  background-position: -124px -48px;
}
.notvip_16 {
  background-position: -124px -32px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}
.vip_grade {
  width: 35px;
  height: 13px;
  display: inline-block;
  background-image: url("../images/vip_grade-s02f970e161.png") /*tpa=http://www.921.com/pay/vip_grade-s02f970e161.png*/ /*tpa=http://pic.my4399.com/newWeb/images/vip_grade-s02f970e161.png*/;
  overflow: hidden;
}
.grade_vip0 {
  background-position: 0 -13px;
}
.grade_vip1 {
  background-position: 0 -39px;
}
.grade_vip2 {
  background-position: 0 -91px;
}
.grade_vip3 {
  background-position: 0 -117px;
}
.grade_vip4 {
  background-position: 0 -143px;
}
.grade_vip5 {
  background-position: 0 -169px;
}
.grade_vip6 {
  background-position: 0 -195px;
}
.grade_vip7 {
  background-position: 0 -221px;
}
.grade_vip8 {
  background-position: 0 -247px;
}
.grade_vip9 {
  background-position: 0 -273px;
}
.grade_vip10 {
  background-position: 0 -65px;
}
.win_48 {
  background-position: -96px -184px;
}
.fail_48 {
  background-position: -144px -184px;
}
.warn_48 {
  background-position: -48px -232px;
}
.hint_48 {
  background-position: -96px -232px;
}
.icon48 {
  width: 48px;
  height: 48px;
  display: -moz-inline-stack;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  background-image: url("../images/icon-s8dfeeca6a8.png") /*tpa=http://www.921.com/pay/./images/icon-s8dfeeca6a8.png*/ /*tpa=http://pic.my4399.com/newWeb/images/./images/icon-s8dfeeca6a8.png*/;
  background-repeat: no-repeat;
  display: inline-block;
  overflow: hidden;
}
.official_16 {
  margin-top: -4px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}
.tag_a {
  width: 22px;
  height: 29px;
  display: inline-block;
  overflow: hidden;
  background-image: url("../images/icon-s8dfeeca6a8.png") /*tpa=http://www.921.com/pay/./images/icon-s8dfeeca6a8.png*/ /*tpa=http://pic.my4399.com/newWeb/images/./images/icon-s8dfeeca6a8.png*/;
}
.hot_tag {
  background-position: -102px -108px;
}
.good_tag {
  background-position: -54px -32px;
}
.p1_ico {
  width: 26px;
  height: 11px;
  display: inline-block;
  overflow: hidden;
  background-image: url("../images/icon-s8dfeeca6a8.png") /*tpa=http://www.921.com/pay/./images/icon-s8dfeeca6a8.png*/ /*tpa=http://pic.my4399.com/newWeb/images/./images/icon-s8dfeeca6a8.png*/;
}
.p1_hot_tag {
  background-position: -94px -16px;
}
.p1_new_tag {
  background-position: -68px -16px;
}
.mini_star_box {
  display: inline-block;
  overflow: hidden;
  margin-bottom: -1px;
}
.mini_star_box .star {
  width: 12px;
  height: 12px;
  display: inline;
  overflow: hidden;
  float: left;
  background-image: url("../images/icon-s8dfeeca6a8.png") /*tpa=http://www.921.com/pay/./images/icon-s8dfeeca6a8.png*/ /*tpa=http://pic.my4399.com/newWeb/images/./images/icon-s8dfeeca6a8.png*/;
  background-position: -26px -16px;
}
.mini_star_box .star_disable {
  background-position: -120px -16px;
}
.mini_number {
  width: 13px;
  height: 13px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  overflow: hidden;
  background-image: url("../images/icon-s8dfeeca6a8.png") /*tpa=http://www.921.com/pay/./images/icon-s8dfeeca6a8.png*/ /*tpa=http://pic.my4399.com/newWeb/images/./images/icon-s8dfeeca6a8.png*/;
}
.number_a01 {
  background-position: -13px 0;
}
.number_a02 {
  background-position: -158px -16px;
}
.number_a03 {
  background-position: -145px -16px;
}
.number_a04 {
  background-position: -132px -16px;
}
.number_a05 {
  background-position: 0 0;
}
.login_packslink {
  border-bottom: 1px #d8d8d8 solid;
}
.side .loginbox {
  width: 207px;
  padding: 16px 0;
  margin: 0 16px;
  position: relative;
  z-index: 3;
}
.side .loginbox .form_list {
  width: 100%;
  padding-bottom: 12px;
  position: relative;
  z-index: 10;
}
.side .loginbox .input_box {
  position: relative;
  z-index: 11;
  float: left;
  margin-right: -20px;
}
.side .loginbox .input_tip {
  height: 32px;
  line-height: 32px;
}
.side .loginbox .input_w1 {
  width: 165px;
}
.side .loginbox .input_w2 {
  width: 55px;
}
.side .loginbox .input_txt {
  padding-left: 34px;
}
.side .loginbox .img_code {
  width: 100px;
  height: 32px;
  margin-right: 0;
  float: right;
}
.side .loginbox .img_code img {
  width: 100px;
  height: 32px;
}
.side .loginbox .icon_box {
  width: 28px;
  height: 30px;
  display: inline-block;
  overflow: hidden;
  background: #f1f1f1;
  border-right: 1px #cecece solid;
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: 30;
}
.side .loginbox .icon_box .icon16 {
  margin: 7px 6px;
}
.side .loginbox .auto_login {
  height: 20px;
  line-height: 20px;
  color: #565656;
}
.side .loginbox .auto_login .auto_login_l {
  float: left;
}
.side .loginbox .auto_login .forget {
  float: right;
}
.side .loginbox .auto_login .checkbox_a {
  height: 20px;
  line-height: 20px;
  float: left;
}
.side .loginbox .auto_login .fui_checkbox {
  margin: 2px 4px 2px 0;
}
.side .loginbox .submit {
  font-size: 14px;
  border: 0;
  background: #ff5d13;
  color: white;
  border-radius: 2px;
  width: 100%;
  height: 36px;
  line-height: 36px;
}
.side .loginbox .with_other_login {
  height: 20px;
  line-height: 20px;
}
.side .loginbox .with_other_login li {
  display: inline;
}
.side .loginbox .with_other_login .line {
  display: none;
}
.side .loginbox .with_other_login a {
  color: #565656;
  margin-right: 12px;
  float: left;
}
.side .loginbox .with_other_login a .icon16 {
  margin: 2px 0;
  margin-right: 3px;
  float: left;
}
.side .loginbox .with_other_login a .name {
  float: left;
}
.side .loginbox .with_other_login .reg {
  color: #3098d5;
  float: right;
  margin: 0;
}
.side .packs_link {
  height: 51px;
  line-height: 51px;
  margin: 0 16px;
  border-top: 1px #e7e7e7 solid;
  display: block;
  text-indent: -999px;
  overflow: hidden;
  background: url("../images/icon-s8dfeeca6a8.png") /*tpa=http://www.921.com/pay/./images/icon-s8dfeeca6a8.png*/ /*tpa=http://pic.my4399.com/newWeb/images/./images/icon-s8dfeeca6a8.png*/;
  background-position: 0 -281px;
  background-repeat: no-repeat;
}
.side .my_info_box {
  width: 206px;
  margin: 16px 16px 0 16px;
  padding-bottom: 12px;
  color: #565656;
  position: relative;
  z-index: 3;
}
.side .my_info_box .avatar_box {
  height: 59px;
  padding-bottom: 17px;
  border-bottom: 1px #e7e7e7 solid;
}
.side .my_info_box .avatar_box .name {
  font-size: 14px;
  padding-bottom: 2px;
}
.side .my_info_box .avatar {
  width: 56px;
  height: 56px;
  padding: 1px;
  border: 1px #ddd solid;
  float: left;
}
.side .my_info_box .avatar img {
  width: 56px;
  height: 56px;
}
.side .my_info_box .name_box {
  padding-left: 14px;
  color: #565656;
  float: left;
}
.side .my_info_box .greeting {
  color: #7e7e7e;
  padding-bottom: 4px;
}
.side .my_info_box .vip_info {
  height: 20px;
  padding-bottom: 2px;
}
.side .my_info_box .vip_info .icon16 {
  margin: 2px 6px 2px 0;
  float: left;
}
.side .my_info_box .vip_info .vip_grade {
  margin: 4px 0 3px 0;
  float: left;
}
.side .my_info_box .link_box {
  height: 20px;
  line-height: 20px;
}
.side .my_info_box .link_list {
  display: line;
  padding-right: 17px;
  position: relative;
  float: left;
}
.side .my_info_box .link_list .line {
  height: 12px;
  background: url("../images/y_dotted.png") /*tpa=http://www.921.com/pay/y_dotted.png*/ /*tpa=http://pic.my4399.com/newWeb/images/y_dotted.png*/ -1px 0px repeat-y;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
  position: absolute;
  top: 5px;
  right: 8px;
}
.side .my_info_box .link {
  float: left;
}
.side .my_info_box .ai_hg_box {
  position: relative;
}
.side .my_info_box .history_played {
  padding-top: 10px;
  position: absolute;
  left: 0;
  width: 100%;
  background: white;
  z-index: 5;
}
.side .my_info_box .history_played .playedbox {
  display: none;
}
.side .my_info_box .history_played .show_arrow {
  width: 30px;
  height: 10px;
  background-image: url("../images/icon-s8dfeeca6a8.png") /*tpa=http://www.921.com/pay/./images/icon-s8dfeeca6a8.png*/ /*tpa=http://pic.my4399.com/newWeb/images/./images/icon-s8dfeeca6a8.png*/;
  background-position: 0 -32px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -15px;
  overflow: hidden;
  cursor: pointer;
}
.side .my_info_box .history_played .show_arrow:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}
.side .my_info_box .history_played .pl_icon {
  width: 4px;
  height: 4px;
  margin: 11px 5px 11px 0;
  background: #b5b5b5;
  border-radius: 10px;
  overflow: hidden;
  float: left;
}
.side .my_info_box .playedbox .p_lsit {
  height: 26px;
  line-height: 26px;
}
.side .my_info_box .show_history_played {
  height: 104px;
}
.side .my_info_box .show_history_played .playedbox {
  display: block;
}
.side .my_info_box .show_history_played .show_arrow {
  background-position: -38px -16px;
  top: auto;
  bottom: -12px;
}
.side .my_info_box .account_info {
  padding-top: 10px;
  height: 104px;
}
.side .my_info_box .account_info .name {
  float: left;
}
.side .my_info_box .account_info .a_info_list {
  height: 26px;
  line-height: 26px;
}
.side .my_info_box .account_info .number {
  color: #565656;
  margin-right: 5px;
}
.side .my_info_box .account_info .game_oof {
  color: #ff5d13;
}
.side .my_info_box .account_info .msg_number {
  padding: 1px 5px;
  border-radius: 5px;
  background: #565656;
  color: white;
}
.side .my_info_box .account_info .safe_level_bar {
  margin: 8px 0;
}
.side .my_info_box .lc {
  width: 80%;
  float: left;
}
.layer_a {
  background: white;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .08);
          box-shadow: 0 0 5px rgba(0, 0, 0, .08);
}
.tag_box_1 {
  height: 36px;
  line-height: 36px;
  padding: 4px 0 2px 0;
  position: relative;
  border-bottom: 2px #ddd solid;
}
.tag_box_1 .menu_list {
  display: inline;
  font-size: 14px;
  padding-right: 22px;
  position: relative;
  float: left;
}
.tag_box_1 .menu {
  color: #565656;
  float: left;
}
.tag_box_1 .current {
  color: #ff5d13;
}
.tag_box_1 .more {
  float: right;
  font-size: 12px;
}
.tag_box_1 .more a {
  color: #565656;
}
.tag_box_1 dt {
  width: 0px;
  height: 2px;
  background: #ff5d13;
  position: absolute;
  left: 0px;
  bottom: -2px;
}
.tag_box_1 dt .t_arrow {
  width: 0px;
  height: 0px;
  font-size: 0;
  overflow: hidden;
  border-width: 6px;
  vertical-align: middle;
  border-style: dashed dashed solid dashed;
  border-color: transparent transparent #ff5d13 transparent;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -6px;
  display: none;
}
.tag_box_1 .line {
  height: 12px;
  position: absolute;
  right: 10px;
  top: 12px;
  background: #c9c9c9;
}
.tag_box_1 .r_sort {
  float: right;
  font-size: 12px;
  overflow: hidden;
}
.tag_box_1 .r_sort .rs_list {
  display: inline;
  position: relative;
  float: left;
}
.tag_box_1 .r_sort .menu {
  margin: 0 14px;
}
.tag_box_1 .r_sort .line {
  height: 11px;
  position: absolute;
  right: -1px;
  background: url("../images/y_dotted.png") /*tpa=http://www.921.com/pay/y_dotted.png*/ /*tpa=http://pic.my4399.com/newWeb/images/y_dotted.png*/ -1px 0px repeat-y;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
}
.tag_box_1 .roll_news_box {
  width: 400px;
  text-align: right;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  overflow: hidden;
  position: absolute;
  bottom: 8px;
  right: 0px;
}
.tag_box_1 .roll_news_box .rn_list {
  height: 20px;
}
.header {
  width: 960px;
  height: 116px;
  margin-bottom: 16px;
  padding-top: 33px;
  position: relative;
  z-index: 2;
}
.header .header_top {
  height: 76px;
}
.header .logo {
  width: 190px;
  height: 50px;
  line-height: 50px;
  background: url("../images/logo.png") /*tpa=http://www.921.com/pay/logo.png*/ /*tpa=http://pic.my4399.com/newWeb/images/logo.png*/ no-repeat;
  text-indent: -999px;
  overflow: hidden;
  margin: 13px 0;
  float: left;
}
.header .search_box {
  width: 730px;
  height: 34px;
  margin: 21px 0;
  float: right;
}
.header .search_box .input_tip {
  height: 34px;
  line-height: 34px;
}
.header .search_frombox,
.header .hot_key {
  float: left;
}
.header .search_frombox {
  position: relative;
}
.header .search_frombox .input_txt {
  height: 22px;
  line-height: 22px;
  padding: 5px 43px 5px 10px;
  width: 220px;
  float: left;
}
.header .search_frombox .ss_box {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 1px;
  right: 1px;
  border-left: 1px #c9c9c9 solid;
}
.header .search_frombox .ss_box .icon16 {
  position: absolute;
  left: 8px;
  top: 8px;
}
.header .search_frombox .ss_box .search_submit {
  width: 32px;
  height: 32px;
  line-height: 32px;
  border: 0;
  background: #fefefe;
  background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#f7f7f7));
  background: -webkit-linear-gradient(top, #fefefe 0%, #f7f7f7 100%);
  background: -o-linear-gradient(top, #fefefe 0%, #f7f7f7 100%);
  background: linear-gradient(to bottom, #fefefe 0%, #f7f7f7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#f7f7f7', GradientType=0);
  display: block;
}
.header .hot_key {
  width: 439px;
  height: 34px;
  line-height: 34px;
  color: #565656;
  padding-left: 16px;
  overflow: hidden;
}
.header .hot_key li {
  display: inline;
  float: left;
}
.header .hot_key a {
  padding-right: 10px;
  color: #565656;
}
.header .header_menu {
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  font-weight: bold;
  background-color: #d72226;
  border: 1px #cd181c solid;
}
.header .menu_box li {
  height: 38px;
  display: inline;
  position: relative;
  float: left;
}
.header .menu_box .menu {
  color: white;
  padding: 0 15px;
  _padding: 0 13px;
  margin-left: -1px;
  _margin-left: -2px;
  float: left;
}
.header .menu_box .menu .icon16 {
  float: left;
  margin: 11px 3px 0 0;
}
.header .menu_box .menu .name {
  float: left;
}
.header .menu_box .current .line {
  display: none;
}
.header .menu_box .current .menu {
  background: #b90408;
  position: relative;
  z-index: 5;
}
.header .menu_box .line {
  width: 1px;
  height: 14px;
  overflow: hidden;
  background: url("../images/y_dotted.png") /*tpa=http://www.921.com/pay/y_dotted.png*/ /*tpa=http://pic.my4399.com/newWeb/images/y_dotted.png*/ repeat-y;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
  position: absolute;
  top: 12px;
  right: 0;
  z-index: 1;
}
.header .menu_box .r_menu {
  float: right;
}
.header .menu_box .r_menu .menu {
  background: #cd181c;
  border-left: 1px #e63135 solid;
  _margin-left: 0px;
  -webkit-box-shadow: 1px 0 3px 0px rgba(0, 0, 0, .1) inset;
          box-shadow: 1px 0 3px 0px rgba(0, 0, 0, .1) inset;
}
.header .menu_box .r_menu .phone_16_white {
  width: 21px;
  height: 21px;
  margin: 6px 3px 0 0;
  background: url("../images/phone_bling.gif") /*tpa=http://www.921.com/pay/phone_bling.gif*/ /*tpa=http://pic.my4399.com/newWeb/images/phone_bling.gif*/;
}
.breadcrumb {
  color: #565656;
  height: 40px;
  line-height: 40px;
  border-bottom: 2px #ff5d13 solid;
  margin-bottom: 4px;
}
.breadcrumb .b_list {
  display: inline;
  float: left;
}
.breadcrumb .name {
  float: left;
}
.breadcrumb .r_arrow {
  width: 7px;
  height: 13px;
  display: block;
  background: url("../images/icon-s8dfeeca6a8.png") /*tpa=http://www.921.com/pay/./images/icon-s8dfeeca6a8.png*/ /*tpa=http://pic.my4399.com/newWeb/images/./images/icon-s8dfeeca6a8.png*/ -26px 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
  margin: 14px 8px 13px 8px;
  float: left;
}
.r_pendant {
  width: 50px;
  background: white;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .08);
          box-shadow: 0 0 5px rgba(0, 0, 0, .08);
  padding-top: 1px;
  position: fixed;
  left: 50%;
  margin-left: 496px;
  bottom: 16px;
  display: none;
  z-index: 500;
}
.r_pendant .rp_list {
  width: 48px;
  margin-top: -1px;
  border: 1px #e7e7e7 solid;
  overflow: hidden;
}
.r_pendant .rp_icon {
  width: 48px;
  height: 48px;
  display: block;
  background-image: url("../images/icon-s8dfeeca6a8.png") /*tpa=http://www.921.com/pay/./images/icon-s8dfeeca6a8.png*/ /*tpa=http://pic.my4399.com/newWeb/images/./images/icon-s8dfeeca6a8.png*/;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
  float: right;
}
.r_pendant .rp_dimensional_code {
  background-position: 0 -232px;
}
.r_pendant .rp_onlineservice {
  background-position: 0 -184px;
}
.r_pendant .rp_back_top {
  background-position: -48px -184px;
}
.r_pendant .rp_link {
  width: 96px;
  height: 48px;
  line-height: 16px;
  display: block;
  margin-left: -48px;
}
.r_pendant .rp_link .name {
  width: 48px;
  height: 40px;
  padding-top: 8px;
  background: #a1a1a1;
  text-align: center;
  color: white;
  display: block;
  float: right;
}
.r_pendant .rp_link:hover {
  text-decoration: none;
  margin-left: 0;
}
.r_pendant .rp_link:hover .name {
  text-decoration: none;
}
.r_pendant .back_top {
  display: none;
}
.footer {
  padding-top: 10px;
  padding-bottom: 30px;
  text-align: center;
  background: #f7f5f5;
  background: -webkit-gradient(linear, left top, left bottom, from(#f7f5f5), to(#fefefe));
  background: -webkit-linear-gradient(top, #f7f5f5 0%, #fefefe 100%);
  background: -o-linear-gradient(top, #f7f5f5 0%, #fefefe 100%);
  background: linear-gradient(to bottom, #f7f5f5 0%, #fefefe 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f5f5', endColorstr='#fefefe', GradientType=0);
  -webkit-box-shadow: 0 1px 0 white inset;
          box-shadow: 0 1px 0 white inset;
  border-top: 1px #ddd solid;
}
.footer .menu_box {
  height: 22px;
  line-height: 22px;
  margin-bottom: 5px;
}
.footer .menu_box a {
  color: #363636;
}
.footer .menu_box a:hover {
  color: #ff5d13;
}
.footer .menu_box .line {
  height: 12px;
  margin: -3px 10px 0 15px;
  background: #c9c9c9;
}
.footer .menu_list {
  display: inline;
}
.footer .copyright {
  color: #363636;
  line-height: 180%;
}
.safe_level_bar {
  width: 66px;
  height: 10px;
  padding-left: 1px;
  overflow: hidden;
  float: left;
}
.safe_level_bar li {
  width: 20px;
  height: 8px;
  border: 1px #c9c9c9 solid;
  margin-left: -1px;
  position: relative;
  background: white;
  overflow: hidden;
  z-index: 1;
  float: left;
}
.safe_level_bar .current {
  background: #ff8f45;
  border-color: #ff5d13;
  z-index: 2;
}
.hot_tag,
.good_tag {
  display: none;
}
.hot_gamelist .hot_tag {
  display: block;
}
.hot_gamelist .title,
.hot_gamelist .title a {
  color: #ff5d13;
}
.good_gamelist .good_tag {
  display: block;
}
.good_gamelist .title,
.good_gamelist .title a {
  color: #3098d5;
}
.current_drop_menu .drop_box {
  display: block;
}
.an_drop_menu {
  height: 32px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  position: relative;
  z-index: 1;
}
.an_drop_menu .an_box {
  float: left;
}
.an_drop_menu .an {
  width: 86px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  padding: 0 4px 0 2px;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  position: relative;
  z-index: 9;
  display: block;
}
.an_drop_menu .an .name {
  float: left;
}
.an_drop_menu .an:hover {
  text-decoration: none;
}
.an_drop_menu .an:hover .name {
  text-decoration: none;
}
.an_drop_menu .an .start_icon_16 {
  margin: 7px 4px 0 4px;
  float: left;
}
.an_drop_menu .drop_menu {
  width: 26px;
  height: 30px;
  line-height: 30px;
  float: left;
  margin-left: -1px;
  z-index: 10;
  position: relative;
}
.an_drop_menu .arrow_box {
  width: 25px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  border-width: 1px;
  border-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  position: relative;
  z-index: 10;
}
.an_drop_menu .b_arrow {
  position: absolute;
  top: 14px;
  right: 9px;
  _right: 8px;
}
.an_drop_menu .drop_box {
  width: 118px;
  background: white;
  border: 1px #d3d3d3 solid;
  white-space: nowrap;
  -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, .14);
          box-shadow: 10px 10px 20px rgba(0, 0, 0, .14);
  right: -1px;
  top: 31px;
  z-index: 11;
  border-radius: 2px;
  overflow-y: hidden;
}
.an_drop_menu .drop_box .menu_list {
  margin-bottom: -1px;
}
.an_drop_menu .drop_box .menu_list a {
  height: 32px;
  line-height: 32px;
  padding: 0 12px 1px 12px;
  margin-top: 1px;
  background: url("../images/x_dotted.png") /*tpa=http://www.921.com/pay/x_dotted.png*/ /*tpa=http://pic.my4399.com/newWeb/images/x_dotted.png*/ left bottom repeat-x;
  display: block;
}
.an_drop_menu .drop_box .menu_list a:hover {
  background-color: #f1f1f1;
  text-decoration: none;
}
.an_drop_menu .menu_box {
  display: block;
  width: 100%;
}
.adm_w1 .an {
  width: 120px;
}
.adm_w1 .drop_box {
  width: 152px;
}
.minian_drop_menu {
  height: 26px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  position: relative;
  z-index: 1;
}
.minian_drop_menu .an_box {
  float: left;
}
.minian_drop_menu .an {
  width: 48px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  padding: 0 8px 0 8px;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  position: relative;
  z-index: 9;
  display: block;
}
.minian_drop_menu .an:hover {
  text-decoration: none;
}
.minian_drop_menu .an:hover .name {
  text-decoration: none;
}
.minian_drop_menu .an .start_16_white {
  margin: 4px 5px 0 5px;
  float: left;
}
.minian_drop_menu .drop_menu {
  width: 20px;
  height: 24px;
  line-height: 24px;
  float: left;
  margin-left: -1px;
  z-index: 10;
  position: relative;
}
.minian_drop_menu .arrow_box {
  width: 19px;
  height: 24px;
  line-height: 24px;
  display: block;
  border-width: 1px;
  border-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  position: relative;
  z-index: 10;
}
.minian_drop_menu .b_arrow {
  position: absolute;
  top: 11px;
  right: 6px;
}
.minian_drop_menu .drop_box {
  width: 84px;
  background: white;
  border: 1px #d3d3d3 solid;
  white-space: nowrap;
  -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, .14);
          box-shadow: 10px 10px 20px rgba(0, 0, 0, .14);
  position: absolute;
  right: -1px;
  top: 25px;
  z-index: 11;
  border-radius: 2px;
  overflow: hidden;
}
.minian_drop_menu .drop_box .menu_list {
  margin-bottom: -1px;
}
.minian_drop_menu .drop_box .menu_list a {
  height: 26px;
  line-height: 26px;
  padding: 0 10px 1px 10px;
  margin-top: 1px;
  background: url("../images/x_dotted.png") /*tpa=http://www.921.com/pay/x_dotted.png*/ /*tpa=http://pic.my4399.com/newWeb/images/x_dotted.png*/ left bottom repeat-x;
  display: block;
}
.minian_drop_menu .drop_box .menu_list a:hover {
  background: #f1f1f1;
  text-decoration: none;
}
.filter_box {
  color: #565656;
  border-bottom: 1px #ddd solid;
  position: relative;
  z-index: 5;
  overflow: hidden;
  _height: 100%;
}
.filter_box .filter_list {
  padding-bottom: 1px;
  background: url("../images/x_dotted.png") /*tpa=http://www.921.com/pay/x_dotted.png*/ /*tpa=http://pic.my4399.com/newWeb/images/x_dotted.png*/ left bottom repeat-x;
  position: relative;
  margin-bottom: -1px;
  z-index: 9;
}
.filter_box .f_list {
  height: 38px;
  line-height: 38px;
  float: left;
}
.filter_box .f_title {
  width: 78px;
  text-align: right;
}
.filter_box .fcb_item,
.filter_box .item {
  height: 24px;
  line-height: 24px;
  color: #565656;
  white-space: nowrap;
  margin-top: 7px;
  padding: 0 8px;
  float: left;
}
.filter_box .fcb_item:hover,
.filter_box .item:hover {
  color: #ff5d13;
}
.filter_box .current .item,
.filter_box .current .fcb_item {
  background: #565656;
  color: white;
}
.filter_box .current .item:hover,
.filter_box .current .fcb_item:hover {
  color: white;
}
.filter_box .current .bright {
  background: #ff5d13;
}
.filter_box .f_listbox_parent {
  float: left;
  width: 570px;
}
.filter_box .f_childbox_parent {
  clear: both;
  background: #f6f6f6;
  margin-left: 78px;
  margin-bottom: 10px;
  border: 1px #ddd solid;
  padding: 6px;
}
.filter_box .f_childbox_parent em {
  display: none;
}
.filter_box .f_childbox_parent .fcb_list {
  display: inline;
  float: left;
}
.filter_box .f_childbox_parent .fcb_item {
  margin: 0;
}
.filter_box .bj {
  width: 100%;
  height: 50px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fffffe;
  background: -webkit-gradient(linear, left top, left bottom, from(#fffffe), to(#f8f8f8));
  background: -webkit-linear-gradient(top, #fffffe 0%, #f8f8f8 100%);
  background: -o-linear-gradient(top, #fffffe 0%, #f8f8f8 100%);
  background: linear-gradient(to bottom, #fffffe 0%, #f8f8f8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffffe', endColorstr='#f8f8f8', GradientType=0);
  z-index: 6;
}
.filter_box .bright {
  color: #ff5d13;
}
.filter_bar {
  height: 38px;
  line-height: 38px;
  background: #f1f1f1;
  padding-right: 1px;
  color: #565656;
}
.filter_bar .fb_l {
  float: left;
  padding-left: 6px;
}
.filter_bar .fb_r {
  float: right;
}
.filter_bar .fb_cell {
  margin-right: 6px;
  float: left;
  position: relative;
}
.filter_bar .input_box .icon16 {
  position: absolute;
  border: 0;
  right: 5px;
  _right: 11px;
  top: 11px;
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
  z-index: 3;
}
.filter_bar .tip_txt {
  padding-left: 10px;
  height: 38px;
  float: left;
}
.filter_bar .input_w1 {
  width: 120px;
}
.filter_bar .input_txt {
  height: 18px;
  line-height: 18px;
  padding: 4px;
  border: 0;
  margin: 6px 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
}
.filter_bar .fb_sort .s_menu {
  height: 26px;
  line-height: 26px;
  background: white;
  padding: 0 6px 0 10px;
  float: left;
  margin: 6px 0 0 1px;
}
.filter_bar .fb_sort .s_name {
  color: #565656;
  float: left;
}
.filter_bar .fb_sort .icon16 {
  margin: 5px 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
  float: left;
}
.filter_bar .fb_sort .asc_arrow {
  background-position: -124px -108px;
}
.filter_bar .fb_sort .desc_arrow {
  background-position: -140px -108px;
}
.filter_bar .fb_sort .current {
  background: #3098d5;
}
.filter_bar .fb_sort .current .s_name {
  color: white;
}
.filter_bar .fb_sort .current .icon16 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.filter_bar .fb_sort .current .asc_arrow {
  background-position: -124px -124px;
}
.filter_bar .fb_sort .current .desc_arrow {
  background-position: -140px -124px;
}
.filter_bar .minibutton_a {
  margin: 6px 0 6px 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.table_01 {
  width: 100%;
  color: #565656;
  margin-bottom: 16px;
}
.table_01 .error_tip {
  text-align: center;
}
.table_01 .center {
  text-align: center;
}
.table_01 .title_tr {
  background: #f1f1f1;
}
.table_01 td,
.table_01 th {
  border: 1px #ddd solid;
  line-height: 180%;
  padding: 8px 10px;
}
.table_01 .hover {
  background: #fbfbfb;
}
.table_01 a {
  padding-left: 5px;
}
.table_01 .center {
  text-align: center;
}
.pagebox {
  color: #565656;
  height: 28px;
  overflow: hidden;
}
.pagebox .p_list {
  display: inline;
  float: left;
}
.pagebox span,
.pagebox a {
  height: 26px;
  line-height: 26px;
  padding: 0 10px;
  border: 1px #ddd solid;
  margin-right: 8px;
  color: #8d8d8d;
  float: left;
}
.pagebox a {
  color: #3098d5;
}
.pagebox a:hover {
  background: #f1f1f1;
  text-decoration: none;
  color: #565656;
}
.pagebox .current a,
.pagebox a.current {
  color: white;
  background: #3098d5;
  border-color: #3098d5;
}
.mini_pagebox {
  height: 24px;
}
.mini_pagebox span,
.mini_pagebox a {
  height: 22px;
  line-height: 22px;
  padding: 0 6px;
  margin-right: 4px;
}
.mini_pagebox .first a,
.mini_pagebox .final a {
  width: 10px;
  text-indent: -999px;
  background-image: url("../images/icon-s8dfeeca6a8.png") /*tpa=http://www.921.com/pay/./images/icon-s8dfeeca6a8.png*/ /*tpa=http://pic.my4399.com/newWeb/images/./images/icon-s8dfeeca6a8.png*/;
}
.mini_pagebox .first a {
  background-position: -176px -64px;
}
.mini_pagebox .first a:hover {
  background-position: -176px -86px;
}
.mini_pagebox .final a {
  background-position: -152px -140px;
}
.mini_pagebox .final a:hover {
  background-position: -152px -162px;
}
.part_b {
  margin: 0 16px;
}
.part_b .title_box {
  height: 36px;
  line-height: 36px;
  padding: 4px 0 2px 0;
  border-bottom: 2px #ff5d13 solid;
}
.part_b .title_box .title_name {
  font-size: 14px;
  color: #ff5d13;
  font-weight: bold;
  padding-right: 5px;
  float: left;
}
.part_b .title_box .help_16 {
  margin: 10px 5px 10px 0;
  float: left;
}
.part_b .title_box .page_number {
  display: left;
}
.part_b .title_box .last_next {
  float: left;
}
.part_b .page_box,
.tag_box_1 .page_box {
  float: right;
}
.part_b .page_number,
.tag_box_1 .page_number {
  color: #888;
  float: left;
  padding-right: 6px;
}
.part_b .page_number strong,
.tag_box_1 .page_number strong {
  color: #ff5d13;
}
.part_b .last_next,
.tag_box_1 .last_next {
  width: 34px;
  padding-left: 1px;
  height: 15px;
  margin-top: 11px;
  float: left;
}
.part_b .lr_arrow,
.tag_box_1 .lr_arrow {
  width: 15px;
  height: 13px;
  border: 1px #c9c9c9 solid;
  background-image: url("../images/home-sfaaad4f259.png") /*tpa=http://www.921.com/pay/home-sfaaad4f259.png*/ /*tpa=http://pic.my4399.com/newWeb/images/home-sfaaad4f259.png*/;
  background-position: -15px -80px;
  float: left;
  margin-left: -1px;
  position: relative;
  z-index: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.part_b .lr_arrow:hover,
.tag_box_1 .lr_arrow:hover {
  z-index: 2;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.part_b .right_arrow,
.tag_box_1 .right_arrow {
  background-position: 0 -80px;
}
.part_b .r_menu,
.tag_box_1 .r_menu {
  float: right;
  color: #888;
}
.part_b .r_menu:hover,
.tag_box_1 .r_menu:hover {
  color: #ff5d13;
}
.part_b .r_menu .icon16,
.tag_box_1 .r_menu .icon16 {
  float: left;
  margin: 10px 5px 10px 0;
}
.wall_box {
  position: absolute;
  width: 100%;
  height: 910px;
  background-repeat: no-repeat;
  background-position: center top;
  left: 0;
  top: 33px;
  z-index: 0;
  display: none;
}
.wall_box .link {
  width: 100%;
  height: 100%;
  display: block;
}
.wall_box .cose {
  width: 16px;
  height: 16px;
  background: #7e7e7e url("../images/icon-s8dfeeca6a8.png") /*tpa=http://www.921.com/pay/./images/icon-s8dfeeca6a8.png*/ /*tpa=http://pic.my4399.com/newWeb/images/./images/icon-s8dfeeca6a8.png*/ -177px 0;
  border: 1px #6a6a6a solid;
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
}
.wall_box .cose:hover {
  background-color: #ff5d13;
  border-color: #e13f00;
}
body {
  background-image: url("../images/bj.jpg.png") /*tpa=http://www.921.com/pay/bj.jpg.png*/;
  background-position: center top;
  background-repeat: repeat-y;
}
.recharge_header {
  height: 76px;
  background: white;
  border-bottom: 4px #eb363a solid;
}
.recharge_header .c_w {
  width: 960px;
  height: 41px;
  padding: 19px 0 16px 0;
}
.recharge_header .logo {
  width: 190px;
  height: 41px;
  background: url("../images/recharge-s0daae3aabc.png") /*tpa=http://www.921.com/pay/recharge-s0daae3aabc.png*/ 0 -32px;
  text-indent: -999px;
  overflow: hidden;
  float: left;
}
.recharge_header .line {
  height: 32px;
  position: absolute;
  background: url("../images/y_dotted.png") /*tpa=http://www.921.com/pay/y_dotted.png*/ -1px 0px repeat-y;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
  left: 0px;
  top: 0px;
}
.recharge_header .page_title {
  height: 34px;
  line-height: 34px;
  font-size: 20px;
  color: #565656;
  font-weight: normal;
  padding: 0 0 0 20px;
  margin: 7px 0 0 20px;
  position: relative;
  float: left;
}
.recharge_header .login_info {
  width: 300px;
  height: 20px;
  line-height: 20px;
  margin-top: 20px;
  text-align: right;
  color: #565656;
  float: right;
}
.recharge_header .login_info a {
  padding: 0 6px;
}
.recharge_page {
  width: 960px;
  overflow: hidden;
}
.icon_nncard_16 {
  background-position: -160px 0;
}
a:hover .icon_nncard_16,
.current .icon_nncard_16 {
  background-position: -160px -16px;
}
.icon_hand_16 {
  background-position: -48px 0;
}
a:hover .icon_hand_16,
.current .icon_hand_16 {
  background-position: -48px -16px;
}
.icon_web_16 {
  background-position: -144px 0;
}
a:hover .icon_web_16,
.current .icon_web_16 {
  background-position: -144px -16px;
}
.icon_vpay_16 {
  background-position: -128px 0;
}
a:hover .icon_vpay_16,
.current .icon_vpay_16 {
  background-position: -128px -16px;
}
.icon_ebilling_16 {
  background-position: -32px 0;
}
a:hover .icon_ebilling_16,
.current .icon_ebilling_16 {
  background-position: -32px -16px;
}
.icon_ump_16 {
  background-position: -112px 0;
}
a:hover .icon_ump_16,
.current .icon_ump_16 {
  background-position: -112px -16px;
}
.icon_jd_16 {
  background-position: -64px 0;
}
a:hover .icon_jd_16,
.current .icon_jd_16 {
  background-position: -64px -16px;
}
.icon_zfb_16 {
  background-position: -96px 0;
}
a:hover .icon_zfb_16,
.current .icon_zfb_16 {
  background-position: -96px -16px;
}
.icon_4399card_16 {
  background-position: 0 0;
}
a:hover .icon_4399card_16,
.current .icon_4399card_16 {
  background-position: 0 -16px;
}
.icon_cft_quick_16 {
  background-position: -16px 0;
}
a:hover .icon_cft_quick_16,
.current .icon_cft_quick_16 {
  background-position: -16px -16px;
}
.icon_kq_16 {
  background-position: -80px 0;
}
a:hover .icon_kq_16,
.current .icon_kq_16 {
  background-position: -80px -16px;
}
.rec_side {
  width: 177px;
  float: left;
}
.rec_side .menu_list {
  height: 54px;
  line-height: 54px;
  font-size: 14px;
  margin-bottom: 1px;
}
.rec_side .menu_list .name {
  float: left;
}
.rec_side .menu_list .icon16 {
  margin: 19px 4px 19px 0;
  background-image: url("../images/recharge-s0daae3aabc.png") /*tpa=http://www.921.com/pay/recharge-s0daae3aabc.png*/;
  float: left;
}
.rec_side .menu_list:first-child {
  height: 73px;
}
.rec_side .menu_list:first-child .menu {
  padding-top: 20px;
}
.rec_side .first-child {
  height: 73px;
}
.rec_side .first-child .menu {
  padding-top: 20px;
}
.rec_side .menu {
  width: 168px;
  height: 54px;
  color: #565656;
  padding-left: 10px;
  background-image: url("../images/side_bj.jpg.png") /*tpa=http://www.921.com/pay/side_bj.jpg.png*/;
  background-repeat: no-repeat;
  background-position: left bottom;
  float: left;
}
.rec_side .menu:hover {
  color: #ff5d13;
  background-position: -178px bottom;
}
.rec_side .current {
  margin-right: -1px;
  background: white;
  border-color: #ddd;
  position: relative;
}
.rec_side .current .menu {
  color: #ff5d13;
  padding-right: 1px;
  background-position: -356px bottom;
  text-decoration: none !important;
}
.rec_side .current .menu:hover {
  background-position: -356px bottom;
  text-decoration: none !important;
}
.main_cc {
  width: 740px;
  min-height: 574px;
  padding: 30px 20px 20px 20px;
  background: white;
  border-left: 1px #e2e2e2 solid;
  float: right;
}
.submit_box .button_a {
  height: 48px;
  line-height: 48px;
  padding: 0 20px;
}
.tag_menu_1 {
  height: 38px;
  line-height: 38px;
  border-bottom: 1px #d8d8d8 solid;
  padding: 0 0 0 1px;
  margin-bottom: 20px;
}
.tag_menu_1 .menu_list {
  display: inline;
  float: left;
}
.tag_menu_1 .menu {
  height: 37px;
  line-height: 37px;
  padding: 0 18px;
  border: 1px #d8d8d8 solid;
  background-color: #f6f6f6;
  color: #565656;
  border-bottom: 0;
  margin-left: -1px;
  position: relative;
  float: left;
}
.tag_menu_1 .current {
  background: white;
  margin-bottom: -1px;
  padding-bottom: 1px;
}
.table_box {
  border: 1px #d8d8d8 solid;
  border-top: 0;
  padding: 16px;
}
.voucher_box {
  padding-left: 98px;
}
.voucher_box .voucher_number {
  cursor: pointer;
  float: left;
}
.voucher_box .tag_menu_1 {
  height: 32px;
  line-height: 32px;
  margin-bottom: 0;
}
.voucher_box .tag_menu_1 .menu {
  height: 31px;
  line-height: 31px;
}
.voucher_table_box {
  width: 608px;
  max-height: 165px;
  overflow: hidden;
  overflow-y: auto;
}
.voucher_table {
  width: 100%;
}
.voucher_table .title_tr {
  background-color: #f6f6f6;
}
.voucher_table th,
.voucher_table td {
  height: 32px;
  line-height: 32px;
  border-bottom: 1px #f6f6f6 solid;
  padding: 0 10px;
}
.big_form .fill_money_order {
  float: right;
  margin-right: 0;
}
.fmo_tip {
  height: 40px;
  line-height: 40px;
  float: right;
  padding-right: 10px;
  color: #929292;
}
.table_tip {
  color: #929292;
}
.table_01 .r_o_menubox {
  float: right;
}
.table_01 .r_o_menubox a {
  padding: 0 5px;
}
.table_01 .r_o_menubox li {
  display: inline;
}
.recharge_explain {
  color: #565656;
  line-height: 180%;
  padding-bottom: 20px;
}
.pop_re_c {
  text-align: center;
  color: #ff5d13;
  padding-top: 30px;
}
.pop_re_c .title {
  font-size: 20px;
  padding-bottom: 10px;
}
.pop_re_c .tip_txt {
  line-height: 180%;
  padding-bottom: 10px;
}
.pop_re_c .button_box {
  background: url("../images/x_dotted.png") /*tpa=http://www.921.com/pay/x_dotted.png*/ /*tpa=http://pic.my4399.com/newWeb/images/x_dotted.png*/ left top repeat-x;
  padding: 20px 0;
}
.pop_re_c .button_box .button_a {
  height: 38px;
  line-height: 38px;
  float: none;
}
.results_hint_1 {
  padding: 50px 0 100px 0;
  text-align: center;
  color: #565656;
}
.results_hint_1 .icon48 {
  margin-bottom: 20px;
}
.results_hint_1 .title {
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  font-weight: normal;
  padding-bottom: 10px;
}
.results_hint_1 .tip_txt {
  line-height: 180%;
}
.results_hint_2 {
  padding: 24px 0 25px 30px;
  background: url("../images/x_dotted.png") /*tpa=http://www.921.com/pay/x_dotted.png*/ /*tpa=http://pic.my4399.com/newWeb/images/x_dotted.png*/ left bottom repeat-x;
  margin-bottom: 20px;
}
.results_hint_2 .icon48 {
  float: left;
}
.results_hint_2 .title_tip {
  padding-left: 20px;
  float: left;
}
.results_hint_2 .title {
  height: 28px;
  line-height: 28px;
  font-size: 20px;
}
.results_hint_2 .tip_txt {
  height: 20px;
  line-height: 20px;
}
.results_win {
  color: #458c1a;
}
.results_win .tip_txt {
  color: #59a02e;
}
.results_fail {
  color: #ff4a4e;
}
.results_fail .tip_txt {
  color: #ff5e62;
}
.rlquery {
  padding-bottom: 20px;
}
.tenpay_s_title {
  color: #565656;
  padding: 13px 0;
}
.tenpay_s_title .back {
  float: left;
}
.tenpay_s_title .pay_provider {
  float: right;
  color: #a6a6a6;
}
.r_pay_tip {
  text-align: center;
  color: #565656;
  line-height: 180%;
  padding: 30px 0;
}
.r_pay_tip .icon48 {
  margin: 0 auto;
  display: block;
}
.r_pay_tip .title {
  font-size: 20px;
  padding: 20px 0 5px 0;
}
.r_pay_tip .describe {
  padding-bottom: 10px;
}
.r_pay_tip .button_a {
  float: none;
  margin: 0 auto;
}
.bottom_tip {
  color: #565656;
  line-height: 180%;
  border: 1px #ececec solid;
  background-color: #fbfbfb;
  padding: 14px;
}
.f_banner {
  height: 245px;
  background-color: #7e7e7e;
  -webkit-box-shadow: 0px 3px 3px 0 rgba(0, 0, 0, .05) inset, 0px -3px 3px 0 rgba(0, 0, 0, .05) inset;
          box-shadow: 0px 3px 3px 0 rgba(0, 0, 0, .05) inset, 0px -3px 3px 0 rgba(0, 0, 0, .05) inset;
  color: #565656;
  line-height: 180%;
  border: 1px #ececec solid;
  padding: 14px;
}
.f_banner .c_w {
  width: 960px;
}
.f_banner dl {
  width: 300px;
  padding-left: 20px;
  padding-top: 16px;
  float: left;
  color: white;
  margin-top: 20px;
  position: relative;
}
.f_banner dt {
  font-size: 18px;
  padding-bottom: 8px;
}
.f_banner li {
  height: 30px;
  line-height: 30px;
}
.f_banner .article_list a {
  color: white;
}
.f_banner .line {
  height: 210px;
  background: #6a6a6a;
  border-left: 1px #8d8d8d solid;
  position: absolute;
  right: 10px;
  top: 0;
}
.f_banner .service_button {
  height: 32px;
  line-height: 32px;
  background-color: white;
  padding: 0 14px 0 10px;
  border-radius: 2px;
  color: #565656;
  display: inline-block;
}
.f_banner .service_button .icon16 {
  margin: 8px 6px 8px 0;
  float: left;
}
.f_banner .service_button .name {
  float: left;
}
.service .tel {
  font-size: 22px;
}
.service .working_time {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.wrap {
  min-width: 1200px;
  padding-top: 80px;
}
/*导航*/
.nav-box {
  position: fixed;
  zoom: 1;
  width: 100%;
  z-index: 99;
  background-color: rgba(38, 42, 45, .7);
}
.nav-box .tip-age {
  position: absolute;
  left: 10px;
  top: 10px;
  color: #f00;
}
.nav-box a,
.nav-box span {
  color: #fff;
  height: 80px;
  font-size: 16px;
  line-height: 80px;
}
.nav-box span {
  margin: 0 10px;
}
.nav-box .logo {
  float: left;
  display: inline-block;
  height: 80px;
  font-size: 24px;
}
.nav-box .name {
  display: none;
}
.nav-box .url-list {
  float: right;
  margin: 0 auto;
}
.nav-box .url-list li {
  float: left;
}
.nav-box .url-list li a {
  position: relative;
  display: inline-block;
  padding: 0 20px;
}
.nav-box .url-list li a:after {
  content: '';
  visibility: hidden;
  position: absolute;
  left: 0;
  bottom: 15px;
  width: 100%;
  height: 3px;
  background-color: #f6bc10;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
}
.nav-box .url-list li:hover a:after,
.nav-box .url-list li.active a:after {
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
}
.nav-box .url-list .account a {
  padding: 0;
}
.banner-box {
  position: relative;
  overflow: hidden;
}
.banner-box .banner-mark {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.banner-box .swiper-slide {
  max-height: 400px;
}
.banner-box:hover .swiper-button-next,
.banner-box:hover .swiper-button-prev {
  display: block;
}
.banner-box .swiper-button-next,
.banner-box .swiper-button-prev {
  display: none;
  width: 50px;
  height: 90px;
  margin-top: -35px;
}
.banner-box .swiper-button-prev,
.banner-box .swiper-container-rtl .swiper-button-next {
  left: 0;
  background: rgba(0, 0, 0, .5) url("../images/prev-btn.png") no-repeat center;
  background-size: contain;
}
.banner-box .swiper-button-next,
.banner-box .swiper-container-rtl .swiper-button-next {
  right: 0;
  background: rgba(0, 0, 0, .5) url("../images/next-btn.png") no-repeat center;
  background-size: contain;
}
.game-list {
  margin-top: 30px;
  padding-bottom: 150px;
}
.game-list .u-title {
  display: inline-block;
  margin: 20px 0;
}
.game-list li {
  float: left;
  margin-left: 20px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 5px 50px #DFE0E1;
          box-shadow: 0 5px 50px #DFE0E1;
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.game-list li:first-child {
  margin-left: 0;
}
.game-list li:nth-child(3n+1) {
  margin-left: 0;
}
.game-list .img {
  position: relative;
  width: 385px;
  height: 155px;
  overflow: hidden;
  cursor: pointer;
}
.game-list .img .mark {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, .5);
}
.game-list .img .mark p,
.game-list .img .mark a {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  color: #fff;
}
.game-list .img .mark .text {
  width: 80%;
  margin-left: 10%;
  margin-top: 80px;
}
.game-list .img .mark .text .code {
  float: left;
  margin-top: -30px;
  width: 80px;
}
.game-list .img:hover .mark {
  display: block;
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
.game-list .info {
  padding: 15px;
  background-color: #fff;
}
.game-list .info p {
  font-size: 14px;
}
.game-list .info .title {
  font-size: 20px;
  font-weight: bold;
}
.game-list .info .label {
  line-height: 3;
  color: #a7a7a7;
}
.game-list .info .offical-link {
  float: right;
  margin-top: -50px;
  padding: 10px 30px;
  border: 1px solid #adaeb4;
  border-radius: 10px;
  -webkit-border-radius: 10px;
}
.game-list .info .offical-link:hover {
  color: #fff;
  background-color: #f6bc10;
  border-color: #f6bc10;
}
.det-box {
  padding: 20px;
  min-height: 600px;
  border: 1px solid #EEEBEB;
  -webkit-box-shadow: 0 0 5px #e4ebf1;
          box-shadow: 0 0 5px #e4ebf1;
  border-radius: 2px;
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  background-color: #fff;
}
.det-box p {
  margin: 0 0 30px;
  font-size: 14px;
  line-height: 1.5;
  color: #626262;
}
.contact-table {
  margin: 0 auto;
  border-collapse: collapse;
  font-size: 18px;
}
.contact-table td {
  padding: 10px;
  border: 1px solid #ccc;
}
.contact-table .code {
  width: 120px;
}
/*岗位*/
.job-box {
  margin-top: 100px;
}
.job-box .tagcloud a {
  font-size: 20px;
  -o-box-shadow: 6px 4px 8px 0 rgba(151, 142, 136, .34);
  -ms-box-shadow: 6px 4px 8px 0 rgba(151, 142, 136, .34);
  -webkit-box-shadow: 6px 4px 8px 0 rgba(151, 142, 136, .34);
  box-shadow: 6px 4px 8px 0 rgba(151, 142, 136, .34);
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4,Direction=135, Color='#000000')";
  /*兼容ie7/8*/
  filter: progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=125, Strength=9);
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  padding: 11px 30px;
  color: #333;
  font-size: 16px;
  border: 1px solid #e6e7e8;
  border-radius: 18px;
  background-color: #f2f4f8;
  text-decoration: none;
  white-space: nowrap;
}
.job-box .tagcloud a:hover {
  color: #fff;
  background-color: #f6bc10;
}
.job-det-box div {
  display: none;
}
/*监护*/
.invite-box h3 {
  font-size: 18px;
  line-height: 3;
}
.invite-box dt {
  margin: 12px 0 0;
  font-size: 14px;
  line-height: 1.5;
  font-weight: bold;
}
.invite-box .left-item {
  float: left;
  width: 820px;
}
.invite-box .right-item {
  float: right;
  width: 320px;
}
.tuelage-tab-box {
  margin-top: 20px;
  text-align: center;
}
.tuelage-tab-box .item {
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 20px;
  padding: 10px 20px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  font-size: 16px;
  background-color: #ccc;
}
.tuelage-tab-box .item:hover {
  color: #fff;
  background-color: #f6bc10;
}
.tuelage-tab-box table {
  margin: 0 auto;
}
/*家长监护*/
.tuelage-type {
  margin-top: 15px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  overflow: auto;
  background-color: #fff;
}
.tuelage-type h3 {
  font-size: 18px;
  line-height: 2;
  text-align: center;
  color: #fff;
  background-color: #f6bc10;
}
.tuelage-type .details {
  padding: 12px;
}
.tuelage-type p,
.tuelage-type a {
  font-size: 14px;
  line-height: 2;
}
/*客服中心*/
.service-box {
  padding-top: 20px;
}
.service-box .img {
  float: left;
  width: 180px;
}
.service-box .question-list {
  margin-left: 20px;
}
.service-box .question-list h3 {
  margin: 0px;
  padding: 0px;
  height: 60px;
  line-height: 60px;
  font-size: 25px;
  font-weight: bold;
}
.service-box .question-list li {
  width: 225px;
  height: 140px;
  line-height: 25px;
  float: left;
  display: inline;
}
/**登录**/
/**登录**/
.account-box {
  height: 800px;
}
.account-box h1 {
  margin-bottom: 50px;
  font-size: 30px;
  text-align: center;
}
.account-box .left {
  float: left;
  width: 200px;
  height: 100%;
  background-color: #e4e3e3;
}
.account-box .left .item {
  padding: 10px;
  font-size: 18px;
  cursor: pointer;
  text-align: center;
  border-bottom: 1px solid #fff;
}
.account-box .left .item:last-child {
  border-bottom: 0;
}
.account-box .left .item:hover {
  color: #fff;
  background-color: #ff8015;
}
.account-box .left .item.active {
  color: #fff;
  background-color: #ff8015;
}
.account-box .right {
  float: right;
  width: 1000px;
  height: 100%;
  background-color: #fff;
}
.account-box .right .login,
.account-box .right .reg {
  display: none;
  margin-top: 80px;
}
.account-box .right .login.active,
.account-box .right .reg.active {
  display: block;
}
.account-box .form-item {
  margin: 20px 0;
  text-align: center;
}
.account-box .form-item .label {
  display: inline-block;
  width: 80px;
  margin-right: 10px;
  font-size: 18px;
  color: #333;
}
.account-box .form-item input {
  width: 200px;
  height: 20px;
  line-height: 20px;
  padding: 5px;
  font-size: 12px;
  color: #565656;
  border: 1px #c9c9c9 solid;
}
.account-box .form-item .submit-btn {
  display: inline-block;
  padding: 8px 0;
  width: 210px;
  cursor: pointer;
  font-size: 16px;
  color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  background-color: #ff8015;
}
/** 充值 **/
.useragree-content {
  border-top: 1px solid #e5e5e5;
  padding-top: 30px;
}
.useragree {
  width: 960px;
  margin: 0 auto;
  border: 1px solid #e5e5e5;
}
.foot-box {
  padding: 15px 0;
  text-align: center;
  color: #fff;
  line-height: 2;
  background-color: #000;
}
.foot-box p {
  color: #fff;
}
.foot-box .web-map {
  display: inline-block;
}
.foot-box .web-map li {
  float: left;
  color: #fff;
}
.foot-box .web-map a {
  color: #fff;
}
.foot-box .web-map a:hover {
  color: #ff8015;
}
.foot-box .copy {
  margin-top: 22px;
  display: inline-block;
}
.foot-box .copy a {
  color: #fff;
}
.foot-box .copy .img {
  width: 30px;
  vertical-align: middle;
}
.game-det {
  position: fixed;
  zoom: 1;
  top: 50%;
  left: 50%;
  width: 40%;
  z-index: 1000;
  display: none;
  padding: 30px 30px 30px 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  background-color: rgba(0, 0, 0, .8);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.game-det .i-close {
  position: absolute;
  right: -25px;
  top: -20px;
  cursor: pointer;
}
.game-det .header {
  padding: 10px 0 10px 20px;
}
.game-det .header .title {
  color: #f6bc10;
  font-size: 26px;
  font-weight: bold;
}
.game-det .header .btn {
  float: right;
  padding: 5px 20px;
  color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: 16px;
  border: 1px solid #fff;
}
.game-det .screen-box {
  display: -webkit-box;
  display: -moz-box;
}
.game-det li {
  -webkit-box-flex: 1;
          flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -o-flex: 1;
  -ms-flex: 1;
  margin-left: 20px;
}
.game-det .text {
  padding: 10px 20px;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
}
.ic {
  display: inline-block;
}
.i-close {
  width: 50px;
  height: 50px;
  background: url('../images/i-close.png') no-repeat center;
  background-size: contain;
}
.game-desc-title{
  margin-top: 20px;
  margin-bottom: 10px;
}
.game-desc-content{
  line-height: 1.8;
  font-size: 16px;
}