@charset "UTF-8";

/* 
* @description: CP开放平台 common style
* @version: 3.1.0
* @author: wuwl
* @update: wuwl (2013-12-27) 
*/
/* molb 2015-07-20 三角提示 */
.tooltip-wrap {
  position: relative;
}
.tooltip-wrap:hover .tooltip {
  display: block;
}
.tooltip-wrap .tooltip {
  left: 50%;
  width: 200px;
  margin-left: -100px;
  padding: 5px 10px;
  font-size: 12px !important;
  line-height: 18px;
  text-align: left;
  display: none;
}
.tooltip-wrap .tooltip-white {
  color: #666;
  position: absolute;
  box-sizing: border-box;
  background-color: white;
  cursor: default;
  margin-bottom: 10px;
  bottom: 100%;
  border: 1px solid #c0c0c0;
}
.tooltip-wrap .tooltip-white:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  margin-left: -7px;
  top: 100%;
  border-top: 9px solid white;
}
.tooltip-wrap .tooltip-white:before {
  content: "";
  position: absolute;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  margin-left: -8px;
  top: 100%;
  border-top: 10px solid #c0c0c0;
}
.tooltip-wrap .tooltip-white-bottom {
  color: #666;
  position: absolute;
  box-sizing: border-box;
  background-color: white;
  cursor: default;
  margin-top: 10px;
  top: 100%;
  border: 1px solid #c0c0c0;
}
.tooltip-wrap .tooltip-white-bottom:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  margin-left: -7px;
  bottom: 100%;
  border-bottom: 9px solid white;
}
.tooltip-wrap .tooltip-white-bottom:before {
  content: "";
  position: absolute;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  margin-left: -8px;
  bottom: 100%;
  border-bottom: 10px solid #c0c0c0;
}
.tooltip-wrap .tooltip-blue {
  color: #fff;
  position: absolute;
  box-sizing: border-box;
  background-color: #5ba5ff;
  cursor: default;
  margin-bottom: 10px;
  bottom: 100%;
  border: 0 solid false;
}
.tooltip-wrap .tooltip-blue:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  margin-left: -8px;
  top: 100%;
  border-top: 10px solid #5ba5ff;
}
.tooltip-wrap .tooltip-blue:before {
  content: "";
  position: absolute;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  margin-left: -8px;
  top: 100%;
  border-top: 10px solid false;
}
.tooltip-wrap .tooltip-blue-bottom {
  color: #fff;
  position: absolute;
  box-sizing: border-box;
  background-color: #5ba5ff;
  cursor: default;
  margin-top: 10px;
  top: 100%;
  border: 0 solid false;
}
.tooltip-wrap .tooltip-blue-bottom:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  margin-left: -8px;
  bottom: 100%;
  border-bottom: 10px solid #5ba5ff;
}
.tooltip-wrap .tooltip-blue-bottom:before {
  content: "";
  position: absolute;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  margin-left: -8px;
  bottom: 100%;
  border-bottom: 10px solid false;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 500;
}

article, 
aside, 
details, 
figcaption, 
figure, 
footer, 
header, 
hgroup, 
nav, 
section {
  display: block;
}

audio, 
canvas, 
video {

  display: inline-block;
  *display: inline;
  *zoom: 1;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a:hover, 
a:active {

  outline: 0;
}

button, 
input, 
select, 
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

button, 
input {
  *overflow: visible;
  line-height: normal;
}

label, 
select, 
button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"], 
input[type="radio"], 
input[type="checkbox"] {
  cursor: pointer;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

em, 
i {
  font-style: normal;
}

html body,body {
  font: 12px/22px "\5fae\8f6f\96c5\9ed1", "Microsoft YaHei", "\5b8b\4f53", "SimSun", "\82f9\679c\4e3d\7ec6\5b8b", Tahoma, Helvetica, Arial, sans-serif;
  color: #666;
  background: #F1F1F1;
  width: 100%;
  height: 100%;
}

a {
  color: #28a3ef;
  text-decoration: none;
  font-size: inherit;
}
table a{
  color: #28a3ef;
}
a:visited {
  color: #28a3ef;
}

a:hover {
 /* text-decoration: underline;*/
  color: #ff541e;
}

.a-no-hover:hover {
  text-decoration: none;
}

textarea {
  font-family: tahoma, Arial, "\5B8B\4F53", sans-serif;
}

.cf {
  *zoom: 1;
}

.cf:before, .cf:after {
  display: table;
  content: "";
  line-height: 0;
}

.cf:after {
  clear: both;
}

.fl{
	float: left;
}

.fr{
	float: right;
}

.fz12{
	font-size: 12px;
}

.clear:after {
  content: ' ';
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
  line-height: 0;
}

.clear {
  zoom: 1
}

.no-border-b {
  border-bottom: none !important;
}

.no-border-r {
  border-right: none !important;
}



.key, 
.c-org {

  color: #ff541e;
  font-style: normal;
}
.key:visited, 
.c-org:visited {

  color: #fa6400;
}

.c-red {
  color: #f00 !important;
}

.c-green {
  color: #6aab30 !important;
}

.em-key {
  color: #333 !important;
  font-weight: 700;
}

.weaken {
  color: #999 !important;
  font-weight: 500;
}

.bd-blue {
  border-color: #5ba5ff !important;
}

.bg-white {
  background: #fff !important;
}

.bg-none {
  background: none !important;
}

.mb-none {
  margin-bottom: 0 !important;
}

.margin-r-none {
  margin-right: 0 !important;
}

.margin-t-none {
  margin-top: 0 !important;
}

.margin-t-20 {
  margin-top: 20px !important;
}

.margin-b-20 {
  margin-bottom: 20px !important;
}

.padding-tb-none {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.padding-l-none {
  padding-left: 0 !important;
}

.padding-t-none {
  padding-top: 0 !important;
}

.padding-b-none {
  padding-bottom: 0 !important;
}

.text-center {
  text-align: center;
}

.hide {
  display: none !important;
}

.list-dot {
  font-size: 18px;
  vertical-align: middle;
  margin-right: 3px;
}

.error {
  font-weight: 700;
  color: #f00 !important;
}

.fz14 {
  font-size: 14px !important;
}

.ico-security-aq, 
.ico-security-di, 
.ico-security-gao, 
.ico-security-zhong, 
.ico-security-sm {
  background-image: url(https://image.9game.cn/s/uae/g/1m/game_open/web/public/images/sprite/security-ico.png);
  background-repeat: no-repeat;
  width: 67px;
  height: 21px;
}

.ico-security-di {
  background-position: 0 -42px;
}

.ico-security-gao {
  background-position: 0 0px;
}

.ico-security-zhong {
  background-position: 0 -21px;
}

.ico-security-sm {
  background-position: 0 -63px;
}

.ico-security-aq {
  background-position: 0 -84px;
}

.failure-ico, 
.dot-arr-top-big, 
.dot-return, 
.dot-down, 
.dot-update, 
.fan-add-ico, 
.dot, 
.dot-yes, 
.dot-now, 
.dot-yes-gray, 
.dot-plus, 
.dot-arrow-right, 
.dot-remind, 
.dot-arr, 
.dot-arr-small,
 .dot-new, 
 .dot-red-exclamation, 
 .dot-arr-top, 
 .dot-horn, 
 .dot-pro {
  display: block;
  background-image: url(https://image.9game.cn/s/uae/g/1m/game_open/web/public/images-v3/sprite/common_icon_sp.png);
  background-repeat: no-repeat;
}

.failure-ico {
  width: 17px;
  height: 17px;
  background-position: 0 -627px;
}

.dot-horn {
  width: 20px;
  height: 16px;
  background-position: 0 -545px;
}

.dot-remind {
  width: 16px;
  height: 16px;
  background-position: 0 -273px;
}

.dot-arr {
  width: 5px;
  height: 3px;
  background-position: 0 -289px;
}

.dot-new {
  width: 23px;
  height: 13px;
  background-position: 0 -292px;
}

.dot-lists-dot-new {
  display: inline-block;
  margin-left: 3px;
}

.dot-arrow-right, 
.dot-yes-gray, 
.dot-yes, 
.dot-now, 
.dot-plus {
  width: 16px;
  height: 16px;
}

.dot-yes {
  background-position: 0 -146px;
}

.dot-now {
  background-position: 0 -734px;
}

.dot-plus {
  background-position: 0 -130px;
}

.dot-yes-gray {
  background-position: 0 -598px;
}

.dot-arrow-right {
  background-position: 0 -657px;
}

.dot-red-exclamation {
  width: 16px;
  height: 16px;
  background-position: 0 -424px;
}

.dot-pro {
  width: 16px;
  height: 16px;
  background-position: 0 -332px;
}

.dot-arr-top {
  width: 9px;
  height: 5px;
  background-position: 0 -440px;
}

.fan-add-ico {
  width: 21px;
  height: 21px;
  background-position: 0 -445px;
}

.dot-update {
  width: 18px;
  height: 18px;
  background-position: 0 -467px;
}

.dot-down {
  width: 20px;
  height: 20px;
  background-position: 0 -487px;
}

.dot-return {
  width: 20px;
  height: 20px;
  background-position: 0 -509px;
}

.dot-arr-top-big {
  width: 15px;
  height: 9px;
  background-position: 0 -530px;
}

.dot-arr-small {
  width: 11px;
  height: 5px;
  background-position: 0 -617px;
}

.white-ques {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #d4d4d4;
  border-radius: 50%;
  vertical-align: top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  font-weight: normal;
}

.white-ques:before {
  content: '?';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 20px;
  width: 20px;
  line-height: 18px;
  text-align: center;
  color: #999;
  font-size: 12px;
  font-weight: bold;
}

.btn-big {
  display: block;
  width: 172px;
  height: 47px;
  background-image: url(https://image.9game.cn/s/uae/g/1m/game_open/web/public/images-v3/sprite/btn_big.png);
  background-repeat: no-repeat;
  line-height: 47px;
  text-align: center;
  font-size: 18px;
  font-family: "\5FAE\8F6F\96C5\9ED1";
  color: #FFF;
}

.btn-big:visited {
  color: #fcfcfc;
}

.btn-big:hover {
  background-position: 0 -47px;
  text-decoration: none;
  color: #FFF;
}

.btn-sec-w, 
.btn-sec-g, 
.btn-sec-b, 
.btn-sec-unable, 
.btn-not-use, 
.btn-g, 
.btn {
  display: block;
  width: auto;
  height:36px;
  position: relative;
  padding: 0 10px;
  margin-left: 5px;
  cursor: pointer;
  color: #fff;
	background: #28a3ef;
	border-radius: 3px;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	font-weight: 100;
	line-height:36px;
}

.btn-sec-w:hover,
.btn-sec-g:hover,
.btn-sec-b:hover,
.btn-sec-unable:hover,
.btn-not-use:hover,
.btn-g:hover,
.btn:hover {
   background: #97d0f3;
   color: #fff;
}
.btn-sec-w .left, 
.btn-sec-w .right, 
.btn-sec-g .left, 
.btn-sec-g .right, 
.btn-sec-b .left, 
.btn-sec-b .right, 
.btn-sec-unable .left, 
.btn-sec-unable .right, 
.btn-not-use .left, 
.btn-not-use .right, 
.btn-g .left, 
.btn-g .right, 
.btn .left, 
.btn .right {

  display: none;
  /*position: absolute;
  width: 5px;
  top: 0;
  background-image: url(https://image.9game.cn/s/uae/g/1m/game_open/web/public/images-v3/sprite/btn_sp.png);
  background-repeat: no-repeat;*/
}
.btn-sec-w .left, 
.btn-sec-g .left, 
.btn-sec-b .left, 
.btn-sec-unable .left, 
.btn-not-use .left, 
.btn-g .left, 
.btn .left {
  left: -5px;
}
.btn-sec-w .right, 
.btn-sec-g .right, 
.btn-sec-b .right, 
.btn-sec-unable .right, 
.btn-not-use .right, 
.btn-g .right, 
.btn .right {

  right: -5px;
  left: auto;
}
.btn-sec-w:hover, 
.btn-sec-g:hover, 
.btn-sec-b:hover, 
.btn-sec-unable:hover, 
.btn-not-use:hover, 
.btn-g:hover, 
.btn:hover {
  text-decoration: none;
}
.btn-sec-w .input, 
.btn-sec-g .input, 
.btn-sec-b .input, 
.btn-sec-unable .input, 
.btn-not-use .input, 
.btn-g .input, 
.btn .input {
  display: block;
  width: 100%;
  height: 36px;
  position: absolute;
  left: 0;
  top: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  cursor: pointer;
  _width: 50px;
  _height: 30px;
  font-size: 0px !important;
}

.btn-not-use {
  display: inline-block;
  color: #fff;
  padding: 0 20px;
  font-size: 14px;
  cursor: default;
}

.btn-not-use .left {
  background-position: 0 -619px;
}

.btn-not-use .right {
  background-position: 0 -656px;
}
.btn-not-use .left, 
.btn-not-use .right {
  height: 37px;
}

.btn-not-use .input {
  _width: 140px;
  _height: 37px;
}

.btn-g {
  height: 37px;
  line-height: 35px;
  color: #333333;
  background-position: 0 -729px;
  padding: 0 20px;
  font-weight: 700;
  font-size: 14px;
}

.btn-g .left {
  background-position: 0 -692px;
}

.btn-g .right {
  background-position: 0 -767px;
}
.btn-g .left, 
.btn-g .right {
  height: 37px;
}

.btn-g .input {
  _width: 140px;
  _height: 37px;
}

.btn {
  padding: 0 20px;
  font-size: 14px;
}

.btn:visited {
  color: #fcfcfc;
}

.btn .left {
  background-position: 0 0;
}

.btn .right {
  background-position: 0 -74px;
}
.btn .left, 
.btn .right {
  height: 37px;
}

.btn:hover {
  background-position: 0 -148px;
  color: #FFF;
}

.btn:hover .left {
  background-position: 0 -111px;
}

.btn:hover .right {
  background-position: 0 -185px;
}

.btn .input {
  _width: 140px;
  _height: 37px;
}

.btn-sec-w, 
.btn-sec-g, 
.btn-sec-b, 
.btn-sec-unable {
  /*font-weight: 700;
  height: 30px;
  line-height: 27px;
  color: #333;*/
}
.btn-sec-w:visited, 
.btn-sec-g:visited, 
.btn-sec-b:visited, 
.btn-sec-unable:visited {
  color: #303030;
}
.btn-sec-w .left, 
.btn-sec-w .right, 
.btn-sec-g .left, 
.btn-sec-g .right, 
.btn-sec-b .left, 
.btn-sec-b .right, 
.btn-sec-unable .left, 
.btn-sec-unable .right {
  height: 30px;
}
.btn-blue{
  height: 28px;
  line-height: 28px;
  margin-right: 2px;
}
.btn-blue .left{
  padding: 0;
}
.btn-blue .right{
  padding: 0;
}
.btn-sec-w:hover, 
.btn-sec-g:hover, 
.btn-sec-b:hover, 
.btn-sec-unable:hover {
  background-position: 0 -252px;
  color: #FFF;
}
.btn-sec-w:hover .left, 
.btn-sec-g:hover .left, 
.btn-sec-b:hover .left, 
.btn-sec-unable:hover .left {
  background-position: 0 -222px;
}
.btn-sec-w:hover .right, 
.btn-sec-g:hover .right, 
.btn-sec-b:hover .right, 
.btn-sec-unable:hover .right {

  background-position: 0 -282px;
}

.btn-sec-w {
  font-weight: 500;
  background-position: 0 -342px;
}

.btn-sec-w .left {
  background-position: 0 -312px;
}

.btn-sec-w .right {
  background-position: 0 -372px;
}

.btn-sec-g, 
.btn-sec-unable {
  background-position: 0 -432px;
}
.btn-sec-g .left, 
.btn-sec-unable .left {
  background-position: 0 -402px;
}
.btn-sec-g .right, 
.btn-sec-unable .right {
  background-position: 0 -462px;
}

.btn-sec-b {
  background-position: 0 -252px;
  color: #FFF;
}

.btn-sec-b:visited {
  color: #fcfcfc;
}

.btn-sec-b .left {
  background-position: 0 -222px;
}

.btn-sec-b .right {
  background-position: 0 -282px;
}

.btn-sec-b:hover {
  background-position: 0 -522px;
}

.btn-sec-b:hover .left {
  background-position: 0 -492px;
}

.btn-sec-b:hover .right {
  background-position: 0 -552px;
}

.btn-sec-unable {
  color: #ccc;
}

.btn-sec-unable:hover {
  color: #ccc;
  background-position: 0 -432px;
}

.btn-sec-unable:hover .left {
  background-position: 0 -402px;
}

.btn-sec-unable:hover .right {
  background-position: 0 -462px;
}

.btn-sec-unable:hover .input {
  cursor: default;
  /* add by wuwl ###1129 for 3.0.5 不可用按钮点击不变小受 */
}

.btn-exp-big {
  display: block;
  width: 182px;
  height: 54px;
  background-image: url(https://image.9game.cn/s/uae/g/1m/game_open/web/public/images-v3/sprite/btn_exp_big.png);
  background-repeat: no-repeat;
}

.btn-exp-big:hover {
  background-position: 0 -54px;
}

.add-btn {
  display: block;
  width: 142px;
  height: 35px;
  background-image: url(https://image.9game.cn/s/uae/g/1m/game_open/web/public/images-v3/sprite/add-btn.png);
  background-repeat: no-repeat;
  background-position: 0 -35px;
  color: #28a3ef;
  text-indent: 33px;
  line-height: 24px;
  cursor: pointer;
}

.add-btn:hover {
  text-decoration: none;
  color: #FFFFFF;
  background-position: 0 0px;
}

.add-btn-disabled {
  background-position: 0 -70px !important;
  color: #b2b2b2 !important;
}


/* molb v355 2015-07-05 */

.btn-flat {
  display: inline-block;
  border: 0;
  padding: 3px 10px;
  line-height: auto;
  color: #fff;
  background-color: #28a3ef;
  font-size: 12px;
  font-weight: bold;
  border-radius: 2px;
  text-align: center;
}

.btn-flat:hover {
  color: #fff;
  text-decoration: none;
  background-color: #53b5f2;
}

.btn-flat:visited {
  color: #fff;
}

.btn-flat-white {
  border: 1px solid #d7d7d7;
  background-color: #fff;
  color: #333;
}
.btn-flat-white:hover {
  color: #333;
  text-decoration: none;
  background-color: #f8f8f8;
}
.btn-flat-white:visited {
  color: #333;
}
.big-arr-g, .big-arr-b {
  width: 83px;
  height: 46px;
  background-image: url(https://image.9game.cn/s/uae/g/1m/game_open/web/public/images-v3/sprite/big_arr_sp.png);
  background-repeat: no-repeat;
  line-height: 45px;
  text-align: center;
  color: #666666;
}

.big-arr-b {
  background-position: 0 -46px;
}

.progress-bar-bg {
  width: 318px;
  height: 8px;
  background-image: url(https://image.9game.cn/s/uae/g/1m/game_open/web/public/images-v3/sprite/progress-bar-bg.png);
  background-repeat: no-repeat;
}

.progress-bar-bg .progress-bar {
  position: relative;
  overflow: hidden;
  height: 8px;
  float: left;
}

.progress-bar-bg .progress-bar .left {
  height: 8px;
  background-image: url(https://image.9game.cn/s/uae/g/1m/game_open/web/public/images-v3/sprite/progress-bar.png);
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  position: absolute;
  left: 0px;
  right: 4px;
  top: 0px;
}

.progress-bar-bg .progress-bar .right {
  width: 4px;
  height: 8px;
  background-image: url(https://image.9game.cn/s/uae/g/1m/game_open/web/public/images-v3/sprite/progress-bar.png);
  background-repeat: no-repeat;
  background-position: -300px 0px;
  position: absolute;
  right: 0px;
}

.qq-icon, 
.qq-icon-out {

  display: inline-block;
  width: 74px;
  height: 23px;
  background-image: url(https://image.9game.cn/s/uae/g/1m/game_open/web/public/images-v3/sprite/qq_sp.png);
  background-repeat: no-repeat;
}

.qq-icon-out {
  background-position: 0 -23px;
}

.arr-big, 
.arr-sm {
  display: block;
  background-image: url(https://image.9game.cn/s/uae/g/1m/game_open/web/public/images-v3/sprite/arr_sp.png);
  background-repeat: no-repeat;
}

.arr-big {
  width: 12px;
  height: 18px;
}

.arr-sm {
  width: 6px;
  height: 12px;
  background-position: 0 -36px;
}

.state-icon-round-yes, 
.state-icon-round-now, 
.state-icon-round-no {
  line-height: 26px;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  width: 26px;
  height: 26px;
  background-image: url(https://image.9game.cn/s/uae/g/1m/game_open/web/public/images-v3/sprite/color-round.png);
}

.state-icon-round-yes {
  background-position: 0 0px;
}

.state-icon-round-now {
  background-position: 0 -26px;
}

.state-icon-round-now .num {
  font-weight: 700;
}

.state-icon-round-no {
  background-position: 0 -52px;
}

.state-icon-yes, 
.state-icon-plus, 
.state-icon-plus-g {
  display: block;
  background-image: url(https://image.9game.cn/s/uae/g/1m/game_open/web/public/images-v3/sprite/common_icon_sp.png);
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
  background-position: 0 -247px;
}

.state-icon-plus {
  background-position: 0 -221px;
}

.state-icon-plus-g {
  background-position: 0 -195px;
}


/*翻页-开始*/

.turn-page {
  margin: 0px 0;
  text-align: center;
}

.turn-page a {
  padding: 5px 7px;
  border: 1px solid #ccc;
  color: #666666;
  margin: 0 3px;
  background: #f1f1f1;
}

.turn-page .statistical {
  color: #666666;
}

.turn-page .statistical .current {
  color: #ff6600;
}

.turn-page a:hover, .turn-page a.current {
  background: #fff7e5;
  border: 1px solid #ffb319;
  color: #d78f22;
  text-decoration: none;
}

.turn-page .agree {
  border: 1px solid #e0e0e0;
  padding: 10px;
}

.turn-page .adpublic {
  line-height: 22px;
  font-size: 14px;
  margin: 60px 0;
  padding-left: 200px;
  min-height: 200px;
}


/*翻页-结束*/


/* 通用列表 */

.dot-pre {
  display: inline-block;
  width: 13px;
  height: 14px;
  position: relative;
}

.dot-pre .dot-inner {
  display: block;
  width: 3px;
  height: 3px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -1.5px;
  margin-top: -1.5px;
  background: #ff541e;
  overflow: hidden;
}

.dot-lists {
  font-size: 12px;
  margin-bottom: 5px;
}

.dot-lists li {
  line-height: 14px;
  list-style: none;
  padding: 5px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dot-lists li .dot-pre, 
.dot-lists li .text {
  line-height: 14px;
  vertical-align: middle;
}

.ie6-fix {
  height: 29px;
  line-height: 29px;
  background: #fffcee;
  color: #d78f22;
  text-align: center;
  border-bottom: 1px solid #f0dbb4;
}

.ie6-fix .link {
  color: #d78f22;
}

.dis-block {
  display: block;
}

.big-prompt-change-pass-wanp {
  padding-top: 7px;
}

.big-prompt-change-pass-wanp .big-prompt-change-pass {
  line-height: 38px;
  font-size: 14px;
  color: #d78f22;
  text-align: center;
  margin: 0px 0px -20px 0px;
  background: #fffcee;
  border: 1px solid #f0dbb4;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  position: relative;
}

.code-btn-1 {
  cursor: pointer;
  width: 170px;
  height: 40px;
  display: block;
  line-height: 40px;
  font-size: 14px;
  color: #ffffff;
  background: #28a3ef;
  border: 1px solid #28a3ef;
  text-align: center;
  border-radius: 2px;
}

.code-btn-1:hover {
  text-decoration: none;
  color: #ffffff;
  background: #53b5f2;
}

.code-btn-1:visited {
  color: #ffffff;
}

.code-btn-2 {
  text-decoration: none;
  cursor: pointer;
  width: 170px;
  height: 40px;
  display: block;
  line-height: 40px;
  font-size: 14px;
  color: #666;
  background: #f9f9f9;
  border: 1px solid #e8e9eb;
  text-align: center;
  border-radius: 2px;
}

.code-btn-2:hover {
  color: #666;
  text-decoration: none;
  background: #fff;
}
.code-btn-2:visited {
  color: #666;
}
.code-btn-3 {
  text-decoration: none;
  cursor: pointer;
  width: 170px;
  height: 40px;
  display: block;
  line-height: 40px;
  font-size: 14px;
  font-weight: 700;
  color: #666666;
  background-color: #f2f2f2;
  border: 1px solid #e0e0e0;
  text-align: center;
  border-radius: 2px;
}

.code-btn-3:hover {
  color: #666666;
  text-decoration: none;
}

.main-pop-window-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #000000;
  filter: alpha(opacity=30);
  /*IE滤镜，透明度50%*/
  -moz-opacity: 0.3;
  /*Firefox私有，透明度50%*/
  opacity: 0.3;
  /*其他，透明度50%*/
  z-index: 900;
  display: none;
}

.main-pop-window-wanp {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 901;
  display: none;
}

.main-pop-top-window {
  top: 10%;
  left: 45%;
  margin-top: -98px;
  margin-left: -199px;
  width: 600px;
  height: 200px;
  border: 1px solid #888888;
  z-index: 901;
  position: absolute;
  background-color: #fafafa;
  border-radius: 2px;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.3);
}

.main-pop-top-window .pop-window-head {
  position: relative;
  width: 100%;
  height: 39px;
  line-height: 39px;
  border-bottom: 1px solid #e0e0e0;
  font-size: 14px;
  color: #333333;
  text-indent: 15px;
  font-weight: 700;
}

.main-pop-top-window .pop-window-head .close {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(https://image.9game.cn/s/uae/g/1m/game_open/web/public/images-v3/sprite/close_sp.png);
  background-repeat: no-repeat;
  cursor: pointer;
  top: 10px;
  right: 10px;
}

.main-pop-top-window .pop-window-head .close:hover {
  background-position: 0 -20px;
}

.main-pop-top-window .pop-window-main .btn-wanp {
  width: 100%;
  padding-left: 93px;
  text-align: center;
  overflow: hidden;
}

.main-pop-top-window .pop-window-main .btn-wanp .code-btn-1 {
  width: 100px;
  height: 28px;
  line-height: 28px;
  color: #FFFFFF;
  font-size: 12px;
  float: left;
}

.main-pop-top-window .pop-window-main .btn-wanp .code-btn-2 {
  margin-left: 10px;
  font-size: 12px;
  width: 100px;
  height: 28px;
  line-height: 28px;
  color: #333333;
  float: left;
}

.main-pop-window {
  top: 50%;
  left: 50%;
  margin-top: -98px;
  margin-left: -199px;
  width: 398px;
  height: 196px;
  border: 1px solid #888888;
  z-index: 901;
  position: absolute;
  background-color: #fafafa;
  border-radius: 2px;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.3);
}

.main-pop-window .pop-window-head {
  position: relative;
  width: 100%;
  height: 39px;
  line-height: 39px;
  border-bottom: 1px solid #e0e0e0;
  font-size: 14px;
  color: #333333;
  text-indent: 15px;
  font-weight: 700;
}

.main-pop-window .pop-window-head .close {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(https://image.9game.cn/s/uae/g/1m/game_open/web/public/images-v3/sprite/close_sp.png);
  background-repeat: no-repeat;
  cursor: pointer;
  top: 10px;
  right: 10px;
}

.main-pop-window .pop-window-head .close:hover {
  background-position: 0 -20px;
}

.main-pop-window .pop-window-main .btn-wanp {
  width: 100%;
  padding-left: 93px;
  text-align: center;
  overflow: hidden;
}

.main-pop-window .pop-window-main .btn-wanp .code-btn-1 {
  width: 100px;
  height: 28px;
  line-height: 28px;
  color: #FFFFFF;
  font-size: 12px;
  float: left;
}

.main-pop-window .pop-window-main .btn-wanp .code-btn-2 {
  margin-left: 10px;
  font-size: 12px;
  width: 100px;
  height: 28px;
  line-height: 28px;
  color: #333333;
  float: left;
}

.main-num-steps {
  height: 100%;
  float: right;
}

.main-num-steps .round {
  line-height: 26px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  width: 26px;
  height: 26px;
  background-image: url(https://image.9game.cn/s/uae/g/1m/game_open/web/public/images-v3/sprite/color-round.png);
}

.main-num-steps .round-yes {
  background-position: 0 0px;
}

.main-num-steps .round-now {
  background-position: 0 -26px;
}

.main-num-steps .round-no {
  background-position: 0 -52px;
}

.improve-info-right-link-wanp {
  position: relative;
}

.improve-info-right-link-wanp .improve-info-right-link {
  position: absolute;
  right: 0px;
  top: 0px;
}

.improve-info-top-header-registered .flow-wrap {
  float: right;
}

.improve-info-top-header-registered .title-inner {
  width: 30%;
  display: block;
  float: left;
  border: none;
  text-indent: 55px;
  font-size: 18px;
  color: #28a3ef;
  font-family: "\5FAE\8F6F\96C5\9ED1";
  font-weight: 700;
}

.main-step-arrows {
  overflow: hidden;
  margin: 0 0 0 30px;
}

.main-step-arrows .main-step-arrows-items {
  position: relative;
  float: left;
  display: block;
  height: 40px;
  color: #666666;
  margin-right: 10px;
}

.main-step-arrows .main-step-arrows-items:hover {
  text-decoration: underline;
  color: #ff6600;
}
.main-step-arrows .main-step-arrows-items .left, 
.main-step-arrows .main-step-arrows-items .right {
  top: 0px;
  position: absolute;
  height: 40px;
  background-image: url(https://image.9game.cn/s/uae/g/1m/game_open/web/public/images-v3/sprite/step-arrows.png);
}

.main-step-arrows .main-step-arrows-items .left {
  left: 0px;
  width: 12px;
  background-position: -26px 0px;
}

.main-step-arrows .main-step-arrows-items .right {
  right: 0px;
  width: 13px;
  background-position: -39px 0px;
}

.main-step-arrows .main-step-arrows-items .middle {
  line-height: 39px;
  height: 40px;
  background-color: #f2f2f2;
  margin-left: 12px;
  margin-right: 13px;
  padding: 0px 20px 0px 20px;
}

.main-step-arrows .main-step-arrows-items.on .left {
  background-position: 0px 0px;
}

.main-step-arrows .main-step-arrows-items.on .middle {
  background-color: #ffbf11;
  color: #ffffff;
  font-weight: 700;
}

.main-step-arrows .main-step-arrows-items.on .middle:hover {
  text-decoration: underline;
  color: #ff6600;
}

.main-step-arrows .main-step-arrows-items.on .right {
  background-position: -13px 0px;
}

.main-step-arrows .main-step-arrows-items.on-right-end .left {
  background-position: 0px 0px;
}

.main-step-arrows .main-step-arrows-items.on-right-end .middle {
  background-color: #ffbf11;
  color: #ffffff;
  font-weight: 700;
  padding: 0px 15px 0px 25px;
}

.main-step-arrows .main-step-arrows-items.on-right-end .middle:hover {
  text-decoration: underline;
  color: #ff6600;
}

.main-step-arrows .main-step-arrows-items.on-right-end .right {
  background-position: -53px 0px;
}

.main-step-arrows .main-step-arrows-items.on-left-end .left {
  background-position: -80px 0px;
}

.main-step-arrows .main-step-arrows-items.on-left-end .middle {
  background-color: #ffbf11;
  color: #ffffff;
  font-weight: 700;
}

.main-step-arrows .main-step-arrows-items.on-left-end .middle:hover {
  text-decoration: underline;
  color: #ff6600;
}

.main-step-arrows .main-step-arrows-items.on-left-end .right {
  background-position: -13px 0px;
}

.main-step-arrows .main-step-arrows-items.right-end .middle {
  padding: 0px 15px 0px 25px;
}

.main-step-arrows .main-step-arrows-items.right-end .right {
  background-position: -93px 0px;
}

.main-step-arrows .main-step-arrows-items.left-end .left {
  background-position: -67px 0px;
}

.main-step-arrows .main-step-arrows-items.left-end .middle {
  padding: 0px 25px 0px 15px;
}

.upIcon {
  width: 12px;
  height: 12px;

  display: inline-block;
  background: url(https://image.9game.cn/s/uae/g/1m/game_open/web/public/images/game/newgame_rank_up.png) no-repeat;

}

.downIcon {
  width: 12px;
  height: 12px;

  display: inline-block;
  background: url(https://image.9game.cn/s/uae/g/1m/game_open/web/public/images/game/newgame_rank_down.png) no-repeat;

}

progress {
  width: 318px;
  height: 7px;
  border-radius: 2px;
  border-left: 1px #ccc solid;
  border-right: 1px #ccc solid;
  background-color: #eee;
  vertical-align: super;
}

progress::-webkit-progress-bar {
  background-color: #d7d7d7;
}

progress::-webkit-progress-value {
  background-color: #aadd6e;
}

.main-table {
  background-color: #ffffff;
  width: 718px;
  margin: 10px 30px 0 28px;
  border: 1px solid #e4e4e4;
  text-align: center;
  vertical-align: middle;
  font-size: 12px;
  color: #666666;
}

.main-table td, .main-table th {
  border-bottom: 1px solid #e0e0e0;
}

.main-table .row-1 {
  width: 118px;
}

.main-table .row-2 {
  width: 408px;
}

.main-table .row-3 {
  width: 89px;
}

.main-table .row-4 {
  width: 91px;
}

.main-table .title {
  line-height: 42px;
  border-left: 1px solid #e0e0e0;
}

.main-table .label {
  line-height: 20px;
  border-left: 1px solid #e0e0e0;
  padding: 10px 0 10px 0;
}

.main-table .label.left {
  text-align: left;
  padding-left: 20px;
}

.main-table .thead {
  background: #f8f8f8;
  font-weight: 700;
  color: #333;
}

.main-process {
  width: 690px;
  height: 78px;
  background-image: url(https://image.9game.cn/s/uae/g/1m/game_open/web/public/images/game/main_process.png);
  position: relative;
}

.main-process .main-process-items {
  width: 110px;
  height: 68px;
  position: absolute;
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
  padding: 5px 10px;
  top: 0px;
  overflow: hidden;
}

.main-process .main-process-items-one {
  left: 0px;
}

.main-process .main-process-items-two {
  left: 187px;
}

.main-process .main-process-items-three {
  left: 373px;
}

.main-process .main-process-items-four {
  left: 560px;
}

.main-input-tip-wanp {
  position: relative;
  display: block;
  z-index: 1;
}

.main-input-tip-wanp .tip-body {
  display: none;
  color: #333333;
  z-index: 1;
  right: -290px;
  top: -12px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  position: absolute;
  padding: 7px 7px 7px 14px;
  width: 261px;
  height: 120px;
  border: 1px solid #d5d5d5;
  border-radius: 2px;
}

.main-input-tip-wanp .tip-body .arr-ico {
  width: 5px;
  height: 8px;
  position: absolute;
  background-image: url(https://image.9game.cn/s/uae/g/1m/game_open/web/public/images/sprite/common_icon_sp.png);
  background-position: 0px -887px;
  top: 21px;
  left: -5px;
}

.main-input-tip-wanp .tip-body ul {
  margin-top: 9px;
}

.main-input-tip-wanp .tip-body li {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-indent: 7px;
  position: relative;
  display: block;
  float: left;
  width: 120px;
  height: 15px;
  line-height: 15px;
  margin-bottom: 9px;
  margin-top: 0px;
}

.main-input-tip-wanp .tip-body li .dot {
  top: 6px;
  left: 0px;
  position: absolute;
  width: 2px;
  height: 2px;
  background-color: #898989;
}

.look-comments .notice-item {
  vertical-align: middle;
}

.look-comments .dot-new {
  display: inline-block;
  vertical-align: middle;
  margin-top: -18px;
}

.look-comments .ico-comments {
  margin-left: 20px;
  margin-right: 2px;
  background-image: url(../images/sprite/common_icon_sp.png);
  background-repeat: no-repeat;
  background-position: 0 -996px;
  width: 19px;
  height: 17px;
  display: inline-block;
  vertical-align: middle;
}

.main-audit-integral-line {
  width: 717px;
  height: 49px;
  background-color: #f8f8f8;
  border: 1px solid #e6e6e6;
  margin-left: 30px;
  margin-bottom: 30px;
}

.main-audit-integral-line .title-two, .main-audit-integral-line .title {
  color: #333333;
  font-weight: 700;
  height: 49px;
  line-height: 49px;
  margin-left: 13px;
  float: left;
}

.main-audit-integral-line .title-two {
  margin-left: 29px;
}

.main-audit-integral-line .title-ico, .main-audit-integral-line .title-ico-no {
  background-image: url(https://image.9game.cn/s/uae/g/1m/game_open/web/public/images/sprite/common_icon_sp.png);
  width: 18px;
  height: 18px;
  float: left;
  margin-left: 10px;
  margin-top: 16px;
}

.main-audit-integral-line .title-ico {
  background-position: 0px -1091px;
}

.main-audit-integral-line .title-ico-no {
  background-position: 0px -1112px;
}

.main-audit-integral-line .dot-update {
  float: left;
}

.main-audit-integral-line .right {
  float: right;
  height: 49px;
  line-height: 49px;
  margin-right: 8px;
}

.main-audit-integral-line .right a {
  color: #28a3ef;
  font-weight: 700;
}

.main-audit-integral-line .right .dot-update {
  margin-top: 17px;
  margin-right: 7px;
}

.main-audit-integral-line .line-wanp {
  height: 49px;
  line-height: 49px;
  width: 330px;
  float: left;
}

.main-audit-integral-line .line-wanp .left-title {
  float: left;
  color: #c1c1c1;
  margin-right: 9px;
}

.main-audit-integral-line .line-wanp .right-title {
  float: left;
  color: #77ca2d;
  margin-left: 7px;
}

.main-audit-integral-line .line-wanp .line {
  width: 182px;
  height: 49px;
  float: left;
}

.main-audit-integral-line .line-wanp .line .line-main {
  background-image: url(https://image.9game.cn/s/uae/g/1m/game_open/web/public/images/sprite/main-audit-integral-line-bg.png);
  width: 182px;
  height: 10px;
  margin-top: 20px;
  position: relative;
  cursor: pointer;
}

.main-audit-integral-line .line-wanp .line .line-main:hover .highlight .right-end .tip {
  display: block;
}

.main-audit-integral-line .line-wanp .line .line-main:hover .no-highlight .right-end .tip {
  display: block;
}

.main-audit-integral-line .line-wanp .line .line-main .line-cursor {
  top: 5px;
  left: 110px;
  position: absolute;
  width: 5px;
  height: 5px;
  background-image: url(https://image.9game.cn/s/uae/g/1m/game_open/web/public/images/sprite/main-audit-integral-line-cursor.png);
}

.main-audit-integral-line .line-wanp .line .line-main .highlight, .main-audit-integral-line .line-wanp .line .line-main .no-highlight {
  position: relative;
  width: 100px;
  height: 10px;
}

.main-audit-integral-line .line-wanp .line .line-main .highlight .left-end, .main-audit-integral-line .line-wanp .line .line-main .no-highlight .left-end {
  left: 0px;
  position: absolute;
  width: 4px;
  height: 10px;
}

.main-audit-integral-line .line-wanp .line .line-main .highlight .right-end, .main-audit-integral-line .line-wanp .line .line-main .no-highlight .right-end {
  right: -5px;
  position: absolute;
  width: 10px;
  height: 10px;
}

.main-audit-integral-line .line-wanp .line .line-main .highlight .right-end .tip, .main-audit-integral-line .line-wanp .line .line-main .no-highlight .right-end .tip {
  display: none;
  top: -27px;
  padding-left: 5px;
  padding-right: 5px;
  position: absolute;
  height: 18px;
  line-height: 17px;
  color: #ffffff;
  text-align: center;
  border-radius: 9px;
  white-space: nowrap;
}

.main-audit-integral-line .line-wanp .line .line-main .highlight .right-end .tip .arr, .main-audit-integral-line .line-wanp .line .line-main .no-highlight .right-end .tip .arr {
  position: absolute;
  width: 9px;
  height: 8px;
  background-image: url(https://image.9game.cn/s/uae/g/1m/game_open/web/public/images/sprite/common_icon_sp.png);
}

.main-audit-integral-line .line-wanp .line .line-main .no-highlight {
  background-image: url(https://image.9game.cn/s/uae/g/1m/game_open/web/public/images/sprite/main-audit-integral-line-no-highlight-repeat.png);
}

.main-audit-integral-line .line-wanp .line .line-main .no-highlight .left-end {
  background-image: url(https://image.9game.cn/s/uae/g/1m/game_open/web/public/images/sprite/main-audit-integral-line-no-highlight-left.png);
}

.main-audit-integral-line .line-wanp .line .line-main .no-highlight .right-end {
  background-image: url(https://image.9game.cn/s/uae/g/1m/game_open/web/public/images/sprite/main-audit-integral-line-no-highlight-right.png);
}

.main-audit-integral-line .line-wanp .line .line-main .no-highlight .right-end .tip {
  background-color: #9d9d9d;
}

.main-audit-integral-line .line-wanp .line .line-main .no-highlight .right-end .tip .arr {
  background-position: 0px -1142px;
}

.main-audit-integral-line .line-wanp .line .line-main .highlight {
  background-image: url(https://image.9game.cn/s/uae/g/1m/game_open/web/public/images/sprite/main-audit-integral-line-highlight-repeat.png);
}

.main-audit-integral-line .line-wanp .line .line-main .highlight .left-end {
  background-image: url(https://image.9game.cn/s/uae/g/1m/game_open/web/public/images/sprite/main-audit-integral-line-highlight-left.png);
}

.main-audit-integral-line .line-wanp .line .line-main .highlight .right-end {
  background-image: url(https://image.9game.cn/s/uae/g/1m/game_open/web/public/images/sprite/main-audit-integral-line-highlight-right.png);
}

.main-audit-integral-line .line-wanp .line .line-main .highlight .right-end .tip {
  background-color: #64a62a;
}

.main-audit-integral-line .line-wanp .line .line-main .highlight .right-end .tip .arr {
  background-position: 0px -1134px;
}

.main-audit-integral-line .line-wanp .dot-remind {
  float: left;
  margin-left: 11px;
  margin-top: 17px;
}

.main-audit-integral-line .line-wanp .dot-remind .tip {
  display: none;
  background: #5ba5ff;
  color: white;
  position: absolute;
  z-index: 11;
  line-height: 22px;
  padding: 4px 8px;
  font-size: 12px;
  top: 25px;
  width: 181px;
}

.main-audit-integral-line .line-wanp .dot-remind .tip .dot-arr {
  position: absolute;
  top: -3px;
  left: 5px;
}

.main-audit-integral-line .line-wanp .dot-remind:hover .tip {
  display: block;
}


/* 2015-06-03  molb  v351 的图标 */

.sprite-v351 {
  display: inline-block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url('../images/sprite/sprite-v351.png?1433298388');
}

.sprite-v351.alert-o {
  width: 13px;
  height: 13px;
  background-position: -14px -60px;
}

.sprite-v351.arr-down {
  width: 14px;
  height: 14px;
  background-position: -2px -80px;
}

.sprite-v351.arr-down-gray {
  width: 10px;
  height: 6px;
  background-position: -18px -111px;
}

.sprite-v351.arr-down-l {
  width: 10px;
  height: 16px;
  background-position: -2px -44px;
}

.sprite-v351.arr-down-s {
  width: 10px;
  height: 10px;
  background-position: -18px -75px;
}

.sprite-v351.arr-right-blue {
  width: 9px;
  height: 10px;
  background-position: -18px -99px;
}

.sprite-v351.arr-up {
  width: 14px;
  height: 14px;
  background-position: -2px -96px;
}

.sprite-v351.arr-up-gray {
  width: 10px;
  height: 6px;
  background-position: -18px -119px;
}

.sprite-v351.arr-up-l {
  width: 10px;
  height: 16px;
  background-position: -2px -62px;
}

.sprite-v351.arr-up-s {
  width: 10px;
  height: 10px;
  background-position: -18px -87px;
}

.sprite-v351.more {
  width: 14px;
  height: 14px;
  background-position: -14px -44px;
}

.sprite-v351.more:hover {
  width: 14px;
  height: 14px;
  background-position: -2px -112px;
}

.sprite-v351.ques {
  width: 21px;
  height: 21px;
  background-position: -2px -2px;
}

.sprite-v351.thumb-up {
  width: 17px;
  height: 17px;
  background-position: -2px -25px;
}

.sprite-v351.ques {
  position: relative;
  overflow: visible;
  cursor: pointer;
}

.sprite-v351.ques:hover .prompt {
  display: block;
}

.sprite-v351.ques .prompt {
  position: absolute;
  width: 210px;
  background-color: #5ba5ff;
  color: #fff;
  padding: 5px 10px;
  right: -65px;
  top: 30px;
  line-height: 18px;
  display: none;
}

.sprite-v351.ques .prompt:before {
  content: '';
  display: block;
  border: 4px solid transparent;
  position: absolute;
  top: -8px;
  right: 70px;
  border-bottom-color: #5ba5ff;
}

.article-content {
  padding: 0 30px 30px 30px;
  font-size: 13px;
  line-height: 1.6;
}

.article-content p {
  margin-bottom: 10px;
}

.document p {
  text-indent: 27px;
}

.document .document-title {
  font-weight: 700;
  font-size: 14px;
  color: #333333;
  text-indent: 0px;
}

.big-bar {
  font-size: 20px;
  font-weight: 700;
  font-family: \5FAE\8F6F\96C5\9ED1;
  text-align: center;
  padding: 20px 0;
}


/* 2015-06-17  molb  v353 的图标 */

.sprite-v353 {
  display: inline-block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url('../images/sprite/sprite-v353.png?1434537078');
  vertical-align: middle;
}

.sprite-v353.arrow {
  width: 12px;
  height: 12px;
  background-position: -2px -66px;
}

.sprite-v353.check-c {
  width: 24px;
  height: 30px;
  background-position: -2px -2px;
}

.sprite-v353.check-g {
  width: 24px;
  height: 30px;
  background-position: -2px -34px;
}

.sprite-v353.tail-c {
  width: 8px;
  height: 6px;
  background-position: -16px -66px;
}

.sprite-v353.tail-g {
  width: 8px;
  height: 6px;
  background-position: -16px -74px;
}

.sprite-v353.check-c .prompt, .sprite-v353.check-g .prompt {
  top: 35px;
}

.sprite-v353.check-c .prompt:before, .sprite-v353.check-g .prompt:before {
  left: 8px;
}


/* 2015-06-17  molb margin and padding */

.m-t-5 {
  margin-top: 5px !important;
}

.m-b-5 {
  margin-bottom: 5px !important;
}

.m-l-5 {
  margin-left: 5px !important;
}

.m-r-5 {
  margin-right: 5px !important;
}

.p-t-5 {
  padding-top: 5px !important;
}

.p-b-5 {
  padding-bottom: 5px !important;
}

.p-l-5 {
  padding-left: 5px !important;
}

.p-r-5 {
  padding-right: 5px !important;
}

.m-t-10 {
  margin-top: 10px !important;
}

.m-b-10 {
  margin-bottom: 10px !important;
}

.m-l-10 {
  margin-left: 10px !important;
}

.m-r-10 {
  margin-right: 10px !important;
}

.p-t-10 {
  padding-top: 10px !important;
}

.p-b-10 {
  padding-bottom: 10px !important;
}

.p-l-10 {
  padding-left: 10px !important;
}

.p-r-10 {
  padding-right: 10px !important;
}

.m-t-15 {
  margin-top: 15px !important;
}

.m-b-15 {
  margin-bottom: 15px !important;
}

.m-l-15 {
  margin-left: 15px !important;
}

.m-r-15 {
  margin-right: 15px !important;
}

.p-t-15 {
  padding-top: 15px !important;
}

.p-b-15 {
  padding-bottom: 15px !important;
}

.p-l-15 {
  padding-left: 15px !important;
}

.p-r-15 {
  padding-right: 15px !important;
}

.m-t-20 {
  margin-top: 20px !important;
}

.m-b-20 {
  margin-bottom: 20px !important;
}

.m-l-20 {
  margin-left: 20px !important;
}

.m-r-20 {
  margin-right: 20px !important;
}

.p-t-20 {
  padding-top: 20px !important;
}

.p-b-20 {
  padding-bottom: 20px !important;
}

.p-l-20 {
  padding-left: 20px !important;
}

.p-r-20 {
  padding-right: 20px !important;
}

.m-t-25 {
  margin-top: 25px !important;
}

.m-b-25 {
  margin-bottom: 25px !important;
}

.m-l-25 {
  margin-left: 25px !important;
}

.m-r-25 {
  margin-right: 25px !important;
}

.p-t-25 {
  padding-top: 25px !important;
}

.p-b-25 {
  padding-bottom: 25px !important;
}

.p-l-25 {
  padding-left: 25px !important;
}

.p-r-25 {
  padding-right: 25px !important;
}

.m-t-30 {
  margin-top: 30px !important;
}

.m-b-30 {
  margin-bottom: 30px !important;
}

.m-l-30 {
  margin-left: 30px !important;
}

.m-r-30 {
  margin-right: 30px !important;
}

.p-t-30 {
  padding-top: 30px !important;
}

.p-b-30 {
  padding-bottom: 30px !important;
}

.p-l-30 {
  padding-left: 30px !important;
}

.p-r-30 {
  padding-right: 30px !important;
}


/* 2015-06-17  molb 通用鼠标移过显示提示 */

.prompt-wrap {
  position: relative;
  overflow: visible;
  cursor: pointer;
}

.prompt-wrap:hover .prompt {
  display: block;
}

.prompt-wrap .prompt {
  display: none;
  position: absolute;
  width: 210px;
  background-color: #5ba5ff;
  color: #fff;
  padding: 5px 10px;
  top: 30px;
  left: 0;
  line-height: 18px;
  z-index: 100;
}

.prompt-wrap .prompt:before {
  content: '';
  display: block;
  border: 4px solid transparent;
  position: absolute;
  top: -8px;
  left: 10px;
  border-bottom-color: #5ba5ff;
}

.prompt-wrap .prompt-right {
  left: auto;
  right: 0;
}

.prompt-wrap .prompt-right:before {
  left: auto;
  right: 10px;
}


/* 2015-06-27 molb v354 图标 */

.sprite-v354 {
  display: inline-block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url('https://image.9game.cn/s/uae/g/1m/game_open/web/public/images/sprite/sprite-v354.png?1435376017');
  vertical-align: middle;
}

.sprite-v354.arrow {
  width: 22px;
  height: 22px;
  background-position: -55px -66px;
}

.sprite-v354.money {
  width: 63px;
  height: 62px;
  background-position: -2px -2px;
}

.sprite-v354.people {
  width: 51px;
  height: 59px;
  background-position: -2px -66px;
}
/* molb v3.5.6 2015-07-20  左栏二维码 */
.mobile-h5-qrcode {
  cursor: pointer;
  margin-top: 50px;
  margin-left: 35px;
  width: 130px;
  height: 169px;
  background-image: url('../images/temp/mobile-description-qrcode.png?1437361574');
  z-index: 1;
}

.mobile-qrcode-tips {
  position: relative;
  width: 144px;
  border: 1px solid #ff7f29;
  background-color: #ffeed4;
  padding: 15px 5px 10px 5px;
  border-radius: 2px;
  color: #ff7f29;
  margin: 10px 0 0 35px;
  text-align: center;
  line-height: 18px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mobile-qrcode-tips:before, .mobile-qrcode-tips:after {
  position: absolute;
  display: block;
  content: '';
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-width: 5px 7px;
  border-bottom-color: #ffeed4;
  left: 35px;
  top: -10px;
  z-index: 2;
}
.mobile-qrcode-tips:after {
  border-bottom-color: #ff7f29;
  top: -11px;
  z-index: 1;
}
.mobile-qrcode-tips .close-btn {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  right: 0;
  top: 0;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKBAMAAAB/HNKOAAAAElBMVEX/ZgD/ZgAAAAD/ZgD/ZgD/ZgDtiHaKAAAABXRSTlPUFQB6GWhiQTkAAAAvSURBVAjXY3AWUlI0YTBlVBIIZhAIEGRlZFBkZQgQYlASCGVUgpAQEYgsRCVEFwC/mgZhL+2yxQAAAABJRU5ErkJggg==') no-repeat center;
}
.filter-gray {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  color: #333;
  cursor: default;
  text-decoration: none;
}

.icon-news2 {
  background-image: url('https://image.9game.cn/s/uae/g/1m/game_open/web/public/images/NEW2.png?1436839943');
  background-repeat: no-repeat;
  width: 18px;
  height: 13px;
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
}

.setting-form {
  width: 640px !important;
}
.setting-form .form-control {
  min-height: 30px;
}
.br{
  width: 100%;
  height: 0px;
  float: left;
}

/* 引导层 */
.guide-bg{
  background: #000;
  opacity: .75;
  position: fixed;
  top: 0;
  left: 0;
  right:0;
  bottom: 0;
  z-index: 9999;
}
.guide-text{
  text-align: center;
  overflow: hidden;
  position: relative;
}
.guide-text p{
  font-size: 14px;
  color: #333333;
  font-weight: bold;
}
.guide-text p em{
  color: #ff5411;
  font-weight: bold;
}
.guide-btn{
  display: inline-block;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  padding: 3px 28px;
  background: #28a3ef;
  text-decoration: none;
  margin-top: 10px;
  color: #fff;
  border-radius: 3px;
}
.guide-btn:hover{
  background: #53b5f2;
  text-decoration: none;
  color: #fff;
}
.guide-fixed-left{
  width: 472px;
  height:235px;
  position: fixed;
  top: 50%;
  right: 50%;
  margin-top: -110px;
  margin-right: -580px;
  z-index: 99999;
  background: 0 0 url("https://image.9game.cn/s/uae/g/1m/game_open/web/public/img/common/guide/1.png") no-repeat;
}
.guide-fixed-left .guide-text{
  float: left;
  width: 400px;
  margin-top: 116px;
}
/* 引导层 end */


/* 生产环境中调用的页面底部栏样式为 img.ucdl.pp.uc.cn 域名下，不是本项目文件，需做一下适配 */
div.opp-simple-footer-container{
  position: relative;
  z-index: 2;
}