@charset "UTF-8";
/* 
* @description: CP开放平台 private style
* @version: 3.0.6
* @author: wuwl
* @update: wuwl (2013-11-21) 
*/
.line-input .check-wrap, .intro-notice .mult-btn-wrap, .mod-entry-table .table-line, .mod-simple-table li {
  *zoom: 1;
}

.line-input .check-wrap:before, .intro-notice .mult-btn-wrap:before, .mod-entry-table .table-line:before, .mod-simple-table li:before, .line-input .check-wrap:after, .intro-notice .mult-btn-wrap:after, .mod-entry-table .table-line:after, .mod-simple-table li:after {
  display: table;
  content: "";
  line-height: 0;
}

.line-input .check-wrap:after, .intro-notice .mult-btn-wrap:after, .mod-entry-table .table-line:after, .mod-simple-table li:after {
  clear: both;
}

.jv-box-default {
  color: #999999;
}

.input-text {
  background: #FFF;
  border: 1px solid #e0e0e0;
  padding: 0 8px;
  position: relative;
  display: block;
}

.input-text .input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: transparent;
  border: none;
  font-size: 12px;
  line-height: 18px;
  height: 26px;
  padding: 4px 8px;
  width: 100%;
}

.input-text .input:focus {
  outline: none;
}

.input-text .close {
  display: block;
  width: 9px;
  height: 9px;
  background-image: url(../images/sprite/common_icon_sp.png);
  background-repeat: no-repeat;
  background-position: 0 -314px;
  position: absolute;
  right: 9px;
  top: 8px;
  cursor: pointer;
  display: none;
  overflow: hidden;
}

.input-text .input-num-tip {
  z-index: 1;
  display: none;
  position: absolute;
  height: 45px;
  left: -1px;
  background-color: #f5f5f5;
}

.input-text .input-num-tip div {
  font-size: 20px;
  font-weight: 700;
  height: 40px;
  line-height: 38px;
  text-indent: 9px;
  border: 1px solid #e0e0e0;
  color: #76aff5;
}

.input-text .input-num-tip-phone {
  width: 180px;
}

.input-text .input-num-tip-bank {
  width: 390px;
}

.input-textarea {
  background: #FFF;
  border: 1px solid #e0e0e0;
  padding: 4px 8px;
}

.input-textarea .input {
  background: transparent;
  border: none;
  resize: none;
  font-size: 12px;
  color: #333;
  line-height: 18px;
  height: 18px;
  width: 100%;
  height: 100%;
}

.input-textarea .input:focus {
  outline: none;
}

.input-textarea .input:visited {
  color: #303030;
}

.input-select {
  background: #FFF;
  border: 1px solid #e0e0e0;
  *border: none;
  height: 22px;
}

.input-select .input {
  display: block;
  background: transparent;
  border: none;
  font-size: 12px;
  height: 22px;
  line-height: 18px;
  padding: 2px 0;
  width: 100%;
}

.input-select .input:focus {
  outline: none;
}

.input-select .input option {
  font-size: 14px;
}

.input-select .input {
  color: #999999;
}

.input-radio {
  height: 28px;
  line-height: 28px;
}

.input-radio .input,
.input-radio .text {
  vertical-align: middle;
  display: inline-block;
}

.input-radio .input {
  margin-right: 5px;
  margin-top: 3px;
}

.input-check {
  height: 28px;
  line-height: 28px;
}

.input-check .input,
.input-check .text {
  vertical-align: middle;
  display: inline-block;
}

.input-check .input {
  margin-right: 5px;
}

.input-error {
  border-color: #E60000;
}

.input-error .input {
  color: #E60000;
}

.input-error .input:visited {
  color: #e10000;
}

.input-unable {
  background: #f2f2f2;
  border-color: #e0e0e0 !important;
}

.input-unable .input {
  color: #999 !important;
}

.judge {
  font-size: 12px;
  line-height: 28px;
}

.judge .error {
  color: #E60000;
  font-style: normal;
  font-weight: 500;
}

.judge .img {
  *margin-top: 8px;
}

.judge .add-server {
  padding: 0 5px 0 0px;
}

.judge .close {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  margin: -5px 0 0 0px;
  background-image: url(../images/sprite/common_icon_sp.png);
  background-repeat: no-repeat;
  background-position: 0 -406px;
  cursor: pointer;
  overflow: hidden;
}

.line-input {
  *zoom: 1;
  margin-bottom: 16px;
  position: relative;
}

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

.line-input:after {
  clear: both;
}

.line-input .input-text, .line-input .input-select, .line-input .judge, .line-input .label {
  float: left;
  position: relative;
}

.line-input .input-text {
  width: 284px;
  margin-right: 8px;
  padding:0;
}
.sel-and-text .input-text {
  float: inherit;
}

.line-input .long {
  width: 600px;
}

.line-input .input-textarea {
  width: 600px;
  height: 70px;
}

.line-input .input-textarea .input {
  height: 70px;
}

.line-input .input-select {
  width: 298px;
  margin: 2px 8px 0 0;
}

.line-input .input-radio {
  float: left;
  margin-right: 20px;
}

.line-input .input-check {
  float: left;
  width: 118px;
}

.line-input .double-line-input .input-text, .line-input .double-line-input .sep-line {
  float: left;
}

.line-input .double-line-input .input-text {
  width: 192px;
}

.line-input .double-line-input .short {
  width: 55px;
  margin-right: 0;
}

.line-input .double-line-input .sep-line {
  margin: 13px 7px 0 7px;
}

.line-input .double-line-input .select-wrap {
  *zoom: 1;
}

.line-input .double-line-input .select-wrap:before, .line-input .double-line-input .select-wrap:after {
  display: table;
  content: "";
  line-height: 0;
}

.line-input .double-line-input .select-wrap:after {
  clear: both;
}

.line-input .double-line-input .select-wrap .input-select {
  width: 143px;
  float: left;
  margin-right: 10px;
}

.line-input .double-line-input .select-text-wrap {
  padding-top: 8px;
}

.line-input .double-line-input .select-text-wrap .input-text {
  width: 284px;
}

.line-input .edit-box {
  width: 615px;
  height: 157px;
  background: #FFF;
  border: 1px solid #e0e0e0;
}

.line-input .check-wrap {
  display: block;
}

.line-input .judge-check .error {
  color: #E60000;
  font-style: normal;
}

.input-prompt {
  display: none;
  position: absolute;
  top: 28px;
  left: 0;
  border: 1px solid #5ba5ff;
  border-top: none;
  background: #FFF;
  width: 300px;
  z-index: 10;
}

.input-prompt li {
  padding: 0 8px;
  line-height: 28px;
  list-style: none;
  color: #333;
  cursor: pointer;
}

.input-prompt li:hover {
  background: #5ba5ff;
  color: #fff;
}

.input-prompt li:visited {
  color: #303030;
}

.sep-line {
  display: block;
  width: 5px;
  height: 1px;
  background: #999;
  overflow: hidden;
}

.line-text,
.nor-text {
  height: 28px;
  line-height: 28px;
  font-size: 12px;
}

.line-text {
  background: #f8f8f8;
  padding: 0 8px;
}

.nor-text {
  color: #333;
}

.nor-text:visited {
  color: #303030;
}

.line-btn .btn-sec-g, .line-btn .btn-sec-unable {
  display: inline-block;
  margin-right: 10px;
}

.submit-btn .btn {
  display: inline-block;
  margin-right: 15px;
}

.submit-btn .inner-text {
  color: #999;
  margin-left: 10px;
}

.mixin-check {
  *zoom: 1;
  color: #333;
}

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

.mixin-check:after {
  clear: both;
}

.mixin-check .nor-text, .mixin-check .check-wrap {
  float: left;
}

.mixin-check .nor-text {
  margin-right: 5px;
}

.mixin-check .input-check {
  width: auto;
}

.mixin-check .line-input {
  margin-bottom: 0;
}

.mixin-check:visited {
  color: #303030;
}

.line-option .item {
  line-height: 26px;
}

.line-option .item .link, .line-option .item .close {
  display: inline-block;
  vertical-align: middle;
}

.line-option .item .close {
  width: 18px;
  height: 18px;
  margin: 3px 0 0 8px;
  background-image: url(../images/sprite/common_icon_sp.png);
  background-repeat: no-repeat;
  background-position: 0 -406px;
  cursor: pointer;
  overflow: hidden;
}

.img-wrap {
  display: block;
  background: #fafafa url(../images/bg/img_bg.gif) no-repeat center;
  border: 1px solid #eee;
}

.img-wrap .img {
  width: 100%;
  height: 100%;
}

.img-wrap .horizontal-img {
  margin-top: 20px;
}

.img-info {
  text-align: center;
  font-size: 12px;
  color: #999;
}

.img-info:visited {
  color: #969696;
}

.screen-pic,
.sm-icon-pic,
.icon-pic,
.bannner-pic {
  text-align: center;
}

.screen-pic .img-info,
.sm-icon-pic .img-info,
.icon-pic .img-info,
.bannner-pic .img-info {
  line-height: 14px;
  padding-top: 8px;
}

.screen-pic .line-btn,
.sm-icon-pic .line-btn,
.icon-pic .line-btn,
.bannner-pic .line-btn {
  display: inline-block;
  padding-top: 8px;
}

.screen-pic .img-wrap {
  width: 118px;
  height: 118px;
}

.sm-icon-pic .img-wrap {
  width: 112px;
  height: 112px;
}

.icon-pic .img-wrap {
  width: 173px;
  height: 173px;
  background-image: url(../images/bg/img_bg_b.gif);
}

.bannner-pic .img-wrap {
  width: 408px;
  height: 98px;
  background-image: url(../images/bg/img_bg_b.gif);
}

.mult-line-pic {
  *zoom: 1;
  padding-left: 92px;
}

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

.mult-line-pic:after {
  clear: both;
}


.a-tips-tag, .b-tips-tag{
    position:relative;
    display: inline-block;
}
.a-tips-tag:hover .a-tips {
    display:block;
}
.a-tips-tag {
    z-index:10;
    margin-right:10px;
}
.a-tips {
    position: absolute;
    display: none;
    width: 446px;
    height: 480px;
    z-index:13;
    background-image: url("../images/sprite/a-tips.png");
}
.b-tips-tag {
    z-index:9;
    line-height:37px;
    margin-left:18px;
    color:#3c95ea;
}
.b-tips-tag:hover .b-tips {
    display:block;
}
.b-tips {
    position: absolute;
    display: none;
    width: 446px;
    height: 464px;
    background-image: url("../images/sprite/b-tips.png");
}
.mult-line-pic .screen-pic, .mult-line-pic .sm-icon-pic, .mult-line-pic .icon-pic, .mult-line-pic .bannner-pic {
  float: left;
}

.mult-line-pic .screen-pic {
  width: 120px;
  margin-right: 20px;
}

.mult-line-pic .sm-icon-pic {
  width: 114px;
  margin: 60px 50px 0 170px;
  _margin-left: 70px;
}

.mult-line-pic .bannner-pic {
  margin-left: 125px;
  _margin-left: 0;
}

.module-title {
  height: 27px;
}

.module-title.module-title-s2 .title {
  font-size: 16px;
  border-bottom-color: #28a3ef;
}

.module-title .title {
  float: left;
}

.module-title .title:visited {
  color: #303030;
}

.module-title .title {
  display: block;
  font-size: 14px;
  font-weight: 700;
  padding: 0 1px;
  color: #333;
  border-bottom: 3px solid #5ba5ff;
}

.module-title .title:hover {
  text-decoration: none;
}

.module-title .right-tips{
  margin-right: 30px;
  
}
.module-title .right-tips .gray{
  color: #999;
}
.module-title .right-tips a{
  display: inline-block;
  width: 100px;
  height: 28px;
  margin-left: 2px;
  line-height: 28px;
  border: 1px solid #d5d5d5;
  color: #4089e0;
  text-align: center;
  font-weight: bold;
  border-radius: 2px;
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  -moz-box-sizing: border-box;
}
.module-title .right-tips a::after{
  content: '';
  position: relative;
  top: 1px;
  margin-left: 10px;
  display: inline-block;
  width: 6px;
  height: 10px;
  background: url("../images-v3/sprite/index-ico-3.png");
  background-position: 0 -469px;
}
.module-title .right-tips a:hover{
  color: #ff6600;
  background-color: #f7f7f7;
  text-decoration: none;
}
.module-title .right-tips a:hover::after{
  content: '';
  display: inline-block;
  width: 6px;
  height: 10px;
  background: url("../images-v3/sprite/index-ico-3.png");
  background-position: 0 -455px;
}

.icon-important {
  display: inline-block;
  position: relative;
}

.icon-important:after {
  content: " ";
  width: 39px;
  height: 18px;
  background: url("../images-v3/sprite/icon-important.png");
  position: absolute;
  top: 50%;
  right: -40px;
  margin-top: -9px;
}

.module-title .sub {
  font-size: 13px;
  color: #999;
  margin-left: 20px;
  line-height: 21px;
}

.module-table {
  width: 100%;
  font-size: 12px;
}

.module-table td {
  vertical-align: top;
}

.module-table .widget {
  width: 105px;
}

.module-table .sm-widget {
  width: 30px;
}

.module-table .sm-widget .right-text {
  float: right;
  padding-right: 5px;
  line-height: 28px;
}

.module-table .content {
  width: 640px;
}

.module-table .all-content {
  *width: 100%;
}

.module-table .label {
  line-height: 28px;
  padding-right: 2px;
  color: #333;
  text-align: right;
}

.module-table .label .key {
  color: #F60;
  margin-right: 3px;
}

.module-table .label .key:visited {
  color: #fa6400;
}

.module-table .label:visited {
  color: #303030;
}

.module-table .label.multi-line {
  line-height: 18px;
}

.module-table .dot-remind {
  margin: 7px 0 0 2px;
  position: relative;
  cursor: pointer;
  *z-index: 10;
}

.module-table .dot-remind .remind-prompt {
  display: none;
  background: #5ba5ff;
  color: #FFF;
  white-space: nowrap;
  position: absolute;
  z-index: 11;
  line-height: 28px;
  padding: 0 8px;
  font-size: 12px;
  top: 25px;
  min-width: 420px;
}

.module-table .dot-remind .remind-prompt .dot-arr {
  position: absolute;
  top: -3px;
  left: 5px;
}

.module-table .dot-remind .remind-prompt:visited {
  color: #fcfcfc;
}

.module-table .dot-remind-current {
  *z-index: 20;
}

.module-table .dot-remind-current .remind-prompt {
  *z-index: 21;
}


.module-table .line-text {
  width: 600px;
  margin-bottom: 16px;
  height:auto;
  /* add by wuwl ###1128 for 3.0.5 */
}

.module-table .line-text .unable {
  color: #999;
}

.module-table .line-text .text,
.module-table .line-text .guide-layer-text {
  float: left;
  display: block;
}

.module-table .line-btn {
  margin-bottom: 8px;
}

.module-table .mixin-check {
  margin-bottom: 16px;
}

.module-table .line-option {
  margin: -10px 0 10px 5px;
  *margin-top: 0;
}

.block-form {
  padding: 15px 0 5px 0;
  border-bottom: 1px solid #e4e4e4;
  position: relative;
}

.block-form .module-title {
  padding: 0 0 18px 30px;
}

.block-form .submit-btn {
  margin: 15px 0 0 0;
}

.block-form .block-info {
  font-size: 14px;
  font-weight: 700;
  color: #333;
  padding: 0 0 30px 30px;
}

.block-form .block-info-fz12 {
  font-size: 12px;
  padding-bottom: 20px;
}

.tab-title {
  height: 34px;
  line-height: 34px;
  width: 100%;
  border-bottom: 1px solid #e0e0e0;
}

.tab-title .tab-item {
  display: block;
  width: 93px;
  height: 34px;
  border: solid #e0e0e0;
  border-width: 1px 1px 0 1px;
  background: #f2f2f2;
  text-align: center;
  position: relative;
  float: left;
  margin-right: 4px;
  cursor: pointer;
  *text-decoration: none !important;
}

.tab-title .tab-item .inner {
  display: block;
  width: 93px;
  height: 32px;
  font-size: 12px;
  color: #666;
  border: solid transparent;
  _border-color: #f2f2f2;
  border-width: 2px 1px 1px 1px;
  border-bottom-color: #e0e0e0;
  position: absolute;
  top: -1px;
  left: -1px;
}

.tab-title .tab-item .inner:visited {
  color: #636363;
}

.tab-title .current {
  background: #FFF;
}

.tab-title .current .inner {
  color: #4089e0;
  font-weight: 700;
  border-top-color: #5ba5ff;
  border-bottom-color: #FFF;
}

.tab-main-item {
  display: none;
  padding: 20px 0 10px 0;
}

.tab-main-item .line-input {
  margin-bottom: 10px;
}

.tab-main-item .line-input .label {
  width: 60px;
  margin-right: 5px;
}

.tab-group {
  position: relative;
  margin: 20px 30px 0 30px;
}

.tab-group .btn-wrap {
  position: absolute;
  right: 5px;
  top: -5px;
  _right: 35px;
  *zoom: 1;
}

.tab-group .btn-wrap:before, .tab-group .btn-wrap:after {
  display: table;
  content: "";
  line-height: 0;
}

.tab-group .btn-wrap:after {
  clear: both;
}

.tab-group .btn-wrap .btn {
  float: left;
  margin-left: 10px;
}

.radius {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url(../images/sprite/radius.png);
  background-repeat: no-repeat;
  left: 0;
  top: 0;
}

.game-icon {
  display: block;
  position: relative;
  width: 50px;
  height: 50px;
  overflow: hidden;
}

.game-icon .img {
  display: block;
  width: 50px;
  height: 50px;
  border: none;
  overflow: hidden;
}

.game-icon .radius {
  left: 0;
  top: 0;
}

.game-intro {
  *zoom: 1;
}

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

.game-intro:after {
  clear: both;
}

.game-intro .game-icon, .game-intro .game-content {
  float: left;
}

.game-intro .game-icon {
  margin-right: 15px;
}

.game-intro .game-content {
  padding: 5px 0 0 0;
}

.game-intro .title {
  font-family: "微软雅黑";
  font-size: 18px;
  font-weight: 700;
  color: #333;
}

.game-intro .title:visited {
  color: #303030;
}

.game-intro .type {
  float: left;
  margin-right: 2px;
}

.game-intro .date {
  color: #999;
  float: left;
  margin-right: 2px;
}

.game-intro .dot-red-exclamation {
  float: left;
  margin: 4px 4px 0 4px;
  display: block;
  position: relative;
}

.game-intro .tip {
  position: absolute;
  display: none;
  top: 14px;
  left: -9px;
  width: 355px;
  z-index: 1;
}

.game-intro .tip em {
  color: #ff6600;
}

.game-intro .wanp {
  width: 100%;
  background-color: #FFFFFF;
  border: solid 1px #d5d5d5;
  -webkit-border-radius: 1px;
  padding: 2px 0 4px 10px;
  float: left;
  margin-top: 10px;
}

.game-intro .dot-arr-top {
  position: absolute;
  top: 6px;
  left: 13px;
  display: block;
  z-index: 1;
}

.intro-table {
  border: 1px solid #e4e4e4;
  font-size: 12px;
  line-height: 23px;
}

.intro-table th, .intro-table td {
  border-bottom: 1px solid #e4e4e4;
  width: 85px;
  text-align: center;
}

.intro-table .thead {
  background: #f8f8f8;
}

.intro-table .label,
.intro-table .value {
  font-weight: 500;
  border-right: 1px solid #e4e4e4;
}

.intro-table .label {
  color: #999;
}

.arr-inner {
  cursor: pointer;
  width: 14px;
  height: 47px;
  background: #FFF;
  border: 1px solid #e4e4e4;
  position: relative;
}

.arr-inner .arr-sm {
  display: block;
  width: 6px;
  height: 12px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -3px;
  margin-top: -6px;
}

.arr-inner:hover {
  background: #5ba5ff;
  border-color: #227eed;
}

.arr-inner:hover .arr-sm {
  background-position: 0 -48px;
}

.aside-intro {
  /* 2015-06-03 molb v351 修改 */
  height: 50px;
  overflow: hidden;
  position: relative;
}

.aside-intro .table-wrap {
  overflow: hidden;
  margin-right: 22px;
  float: right;
  position: relative;
}

.aside-intro .intro-table {
  _display: inline;
  margin-bottom: 5px;
}

.aside-intro .intro-table .label {
  font-weight: normal;
}

.aside-intro .intro-table a {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
}

.aside-intro .intro-table a:hover {
  text-decoration: none;
  color: #5ba5ff;
}

.aside-intro .trigger {
  width: 22px;
  height: 47px;
  position: absolute;
  right: 0;
  top: 0;
  border: 1px solid #e4e4e4;
  border-left: 0;
  background-color: #fff;
}

.aside-intro .trigger a {
  display: block;
  width: 22px;
  height: 23px;
  text-align: center;
}

.aside-intro .trigger a:first-child {
  border-bottom: 1px solid #e4e4e4;
}

.game-intro-block {
  *zoom: 1;
  padding: 20px 30px;
}

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

.game-intro-block:after {
  clear: both;
}

.game-intro-block .game-intro {
  float: left;
}

.game-intro-block .aside-intro {
  float: right;
}

.intro-notice {
  background: #fafafa;
  padding: 10px;
  margin: 0 30px;
}

.intro-notice .btn {
  display: inline-block;
  width: 80px;
  margin-right: 8px;
  margin-top: 8px;
}

.intro-notice .link {
  font-size: 14px;
  margin-left: 10px;
}

.intro-notice .mult-btn-wrap {
  min-height: 30px;
  _height: auto !important;
  _height: 30px;
  _overflow: visible;
  margin: 10px 0 5px 0;
}

.intro-notice .mult-btn-wrap .btn {
  display: none;
  float: left;
  margin: 0 10px 0 5px;
  width: 80px;
  /* edit by wuwl ###1129 for 3.0.5 按钮不够长 */
  padding: 0 10px;
  /* add by wuwl ###1129 for 3.0.5 按钮不够长 */
}

.intro-notice .mult-btn-wrap .first-child,
.intro-notice .mult-btn-wrap .nth-child-2,
.intro-notice .mult-btn-wrap .nth-child-3 {
  display: block;
}

.intro-notice .mult-btn-wrap .link {
  display: block;
  float: left;
  font-size: 12px;
  line-height: 30px;
}

.notice-item {
  line-height: 30px;
}

.notice-item .btn-sec-g,
.notice-item .btn-sec-w {
  display: inline-block;
  margin-right: 10px;
}

.notice-title {
  font-size: 14px;
  font-weight: 700;
  color: #333;
}

.icon-update,
.icon-release,
.icon-pack,
.icon-set,
.icon-date,
.icon-question,
.icon-finance,
.icon-single,
.icon-single-free,
.icon-online-game,
.icon-single-game,
.icon-access {
  display: block;
  width: 50px;
  height: 50px;
  background-image: url(../images/sprite/fun_sp.png);
  background-repeat: no-repeat;
  position: relative;
}

.icon-update .dot-new,
.icon-release .dot-new,
.icon-pack .dot-new,
.icon-set .dot-new,
.icon-date .dot-new,
.icon-question .dot-new,
.icon-finance .dot-new,
.icon-single .dot-new,
.icon-single-free .dot-new,
.icon-online-game .dot-new,
.icon-single-game .dot-new,
.icon-access .dot-new {
  position: absolute;
  right: -12px;
  top: -2px;
}

.icon-online-game {
  background-position: -550px 0;
}

.icon-single-game {
  background-position: -600px 0;
}

.icon-single {
  background-position: -450px 0;
}

.icon-single-free {
  background-position: -500px 0;
}

.icon-update {
  background-position: 0 0;
}

.icon-release {
  background-position: -50px 0;
}

.icon-pack {
  background-position: -100px 0;
}

.icon-set {
  background-position: -150px 0;
}

.icon-date {
  background-position: -200px 0;
}

.icon-question {
  background-position: -250px 0;
}

.icon-finance {
  background-position: -300px 0;
}

.icon-access {
  background-position: -350px 0;
}

.function {
  display: block;
  width: 100px;
  height: 100px;
  border: 1px solid #f58770;
  border-radius: 2px;
  text-decoration: none !important;
}

.function .img {
  margin: 12px 25px;
}

.function .text {
  display: block;
  color: #FFF;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
}

.function:hover {
  -moz-box-shadow: 0px 0px 5px #333333;
  -webkit-box-shadow: 0px 0px 5px #333333;
  box-shadow: 0px 0px 5px #333333;
}

.function-pink {
  background: #f39986;
  border-color: #f58770;
}

.function-pink:hover {
  background: #ee7258;
  border-color: #f25f40;
}

.function-purple {
  background: #b6b2e7;
  border-color: #a4a0d8;
}

.function-purple:hover {
  background: #918bdb;
  border-color: #817cc9;
}

.function-blue {
  background: #82baff;
  border-color: #76aff5;
}

.function-blue:hover {
  background: #4f9eff;
  border-color: #4693f2;
}

.function-green {
  background: #a0d372;
  border-color: #83c448;
}

.function-green:hover {
  background: #86c74b;
  border-color: #6aa435;
}

.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: #F60;
  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;
}

.mult-line-btn {
  *zoom: 1;
}

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

.mult-line-btn:after {
  clear: both;
}

.mult-line-btn .btn-sec-w, .mult-line-btn .btn-sec-g, .mult-line-btn .btn {
  float: left;
  margin: 0 10px 5px 0;
}

.function-item {
  background: #fafafa;
  padding: 0 0 0 15px;
  height: 140px;
  *width: 340px;
  _overflow: hidden;
  margin-bottom: 10px;
  float: left;
}

.function-item .function,
.function-item .aside-function {
  float: left;
}

.function-item .function {
  margin-top: 15px;
}

.function-item .aside-function {
  width: 230px;
  height: 100%;
  _height: 140px;
  margin-left: 10px;
  *width: 200px;
  vertical-align: middle;
}

.function-item .aside-function .one-line-btn {
  padding: 0 20px 0 5px;
}

.function-item .aside-function .mult-line-btn {
  padding-left: 5px;
}

.function-item .aside-function .mult-line-btn .btn-sec-w,
.function-item .aside-function .mult-line-btn .btn-sec-g,
.function-item .aside-function .mult-line-btn .btn {
  width: 62px;
  *width: 55px;
  padding: 0;
}

.function-item .aside-function .mult-line-btn .long {
  width: 98px;
  *width: 87px;
}

.function-item .aside-function .mult-line-btn-short .btn-sec-w {
  width: 45px;
  _width: 38px;
}

.function-item .dot-lists li {
  width: 214px;
}

.block-function {
  padding: 20px 10px 0 30px;
  *zoom: 1;
}

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

.block-function:after {
  clear: both;
}

.block-function .function-item {
  margin-right: 10px;
}

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

.big-prompt .close {
  display: block;
  width: 9px;
  height: 9px;
  background-image: url(../images/sprite/common_icon_sp.png);
  background-repeat: no-repeat;
  background-position: 0 -305px;
  position: absolute;
  right: 9px;
  _right: 39px;
  top: 14px;
  overflow: hidden;
}

.big-prompt .list {
  text-align: left;
  padding: 7px;
}

.big-prompt .list li {
  list-style-type: none;
  line-height: 27px;
}

.big-prompt .list li .dot-pre {
  margin-top: 7px;
  float: left;
}

.big-prompt .list li em {
  color: #ff0000;
}

.big-prompt .left-text {
  text-align: left;
  text-indent: 10px;
}

.top-prompt {
  margin-top: 0;
  margin-bottom: 20px;
}

.audit-table {
  width: 718px;
  margin: 20px 30px 0 30px;
  border: 1px solid #e4e4e4;
  text-align: center;
  vertical-align: middle;
  font-size: 12px;
  color: #999;
}

.audit-table td {
  border-bottom: 1px solid #e0e0e0;
  min-height: 42px;
  _height: auto !important;
  _height: 42px;
  _overflow: visible;
}

.audit-table .flow-box {
  height: 76px;
  vertical-align: top;
  _overflow: hidden;
}

.audit-table .flow-wrap {
  margin-top: 10px;
}

.audit-table .flow-wrap .flow {
  margin-left: 100px;
  padding: 0;
}

.audit-table .dot-yes,
.audit-table .dot-yes-gray,
.audit-table .dot-plus {
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -8px;
  margin-top: -8px;
}

.audit-table .label,
.audit-table .title,
.audit-table .intro,
.audit-table .title-big,
.audit-table .label-big,
.audit-table .info-big {
  line-height: 42px;
  border-left: 1px solid #e0e0e0;
}

.audit-table .info-big {
  border-left: none;
}

.audit-table .label p,
.audit-table .label-big p {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.audit-table .title,
.audit-table .title-big,
.audit-table .intro {
  text-align: left;
  padding: 0 10px;
}

.audit-table .intro p a {
  position: relative;
}

.audit-table .intro p a .djjr {
  position: absolute;
  display: none;
  width: 63px;
  height: 24px;
  bottom: -6px;
  right: -70px;
  z-index: 10;
  background-image: url(../images/sprite/djjr.png);
  background-repeat: no-repeat;
}

.audit-table .intro p a:hover .djjr {
  display: block;
}

.audit-table .label-big {
  width: 93px;
}

.audit-table .last-child .label, .audit-table .last-child .title, .audit-table .last-child .intro, .audit-table .last-child .title-big {
  border-right-width: 0;
}

.audit-table .label {
  width: 46px;
}

.audit-table .title {
  width: 226px;
  color: #999999;
}

.audit-table .title .title-p {
  line-height: 161%;
}

.audit-table .title .title-p b {
  display: inline-block;
  font-weight: 700;
  color: #333333;
}

.audit-table .title .title-p span {
  display: inline-block;
}

.audit-table .intro {
  width: 439px;
  line-height: 16px;
  padding: 13px 10px;
}

.audit-table .intro .link {
  text-decoration: underline;
}

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

.audit-table .complete {
  background: #f9fff4;
}

.block-phone-email {
  color: #323232;
  padding: 10px 22px;
  margin: 20px 30px 0 30px;
  border: 1px solid #e4e4e4;
}

.block-phone-email .dot-wanp {
  margin-bottom: 7px;
  position: relative;
  font-weight: 700;
}

.block-phone-email .dot-wanp .dot {
  position: absolute;
  width: 3px;
  height: 3px;
  background-color: #ff6501;
  top: 11px;
  left: -10px;
}

.block-phone-email .num {
  width: 142px;
  display: inline-block;
}

.block-phone-email .no-num {
  width: 142px;
  display: inline-block;
  color: #999999;
}

.block-precautions {
  background: #f8f8f8;
  margin: 20px 30px 0 30px;
  padding: 0 15px;
}

.precautions-title {
  height: 32px;
  line-height: 32px;
  border-bottom: 1px solid #e4e4e4;
}

.precautions-title strong {
  color: #000;
}

.precautions-content {
  padding: 5px 0;
}

.precautions-content .dot-lists {
  *zoom: 1;
}

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

.precautions-content .dot-lists:after {
  clear: both;
}

.precautions-content .dot-lists li {
  width: 49%;
  float: left;
}

.precautions-pic {
  padding: 15px 0;
}

.service-wrap {
  margin: 0 30px;
  border: 1px solid #e4e4e4;
}

.service-wrap .service-item {
  padding-top: 15px;
  min-height: 61px;
  _height: auto !important;
  _height: 61px;
  _overflow: visible;
  border-bottom: 1px solid #e4e4e4;
}

.service-wrap .flow-wrap {
  margin-left: 100px;
}

.service-wrap .flow-wrap .flow {
  padding: 0;
}

.service-wrap .service-table {
  margin-bottom: 10px;
}

.service-wrap .line-btn {
  margin: 10px 15px;
}

.service-wrap .block-precautions {
  background: #f8f8f8;
  padding: 15px;
  margin: 0;
}

.service-wrap .block-precautions p {
  padding-left: 13px;
}

.service-table {
  border: 1px solid #e0e0e0;
  width: 688px;
  margin: 0 auto;
  text-align: center;
  line-height: 29px;
}

.service-table td {
  border: solid #e0e0e0;
  border-width: 0 1px 1px 0;
}

.service-table .prompt {
  background: #fffcee;
  text-align: left;
  padding: 0 15px;
  color: #d78f22;
}

.service-table .thead {
  font-weight: 700;
  color: #333;
}

.block-input {
  padding: 9px;
  background: #fafafa;
  border: 1px solid #e0e0e0;
  *zoom: 1;
}

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

.block-input:after {
  clear: both;
}

.block-input .input-text, .block-input .btn-sec-w, .block-input .input-select {
  float: left;
}

.block-input .input-text {
  width: 360px;
  margin-right: 5px;
  /* edit by wuwl #1111 */
  *margin-right: 4px;
}

.block-input .input-select {
  width: 100px;
  padding: 2px 0;
  margin-right: 5px;
}

.block-mixin-input {
  margin: 20px 30px 0 30px;
  *zoom: 1;
  /* add by wuwl ###1111 */
  /* add by wuwl ###1111 end */
}

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

.block-mixin-input:after {
  clear: both;
}

.block-mixin-input .btn, .block-mixin-input .block-input {
  float: left;
}

.block-mixin-input .btn {
  margin: 7px 10px 0 0;
}

.block-mixin-input .block-input {
  width: 588px;
  /* add by wuwl ###1021 */
}

.block-mixin-input .block-input .input-text {
  width: 372px;
}

.block-mixin-input .block-input-pack .input-select {
  width: 150px;
}

.block-mixin-input .block-input-pack .input-text {
  width: 333px;
  _width: 320px;
}

.month-label .label {
  width: 50px;
  height: 57px;
  background-image: url(../images/bg/month.png);
  background-repeat: no-repeat;
  text-align: center;
  font-weight: 700;
}

.month-label .label .top, .month-label .label .bottom {
  display: block;
}

.month-label .label .top {
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  color: #FFF;
}

.month-label .label .bottom {
  line-height: 20px;
  font-size: 12px;
}

.month-item {
  border-left: 3px solid #f2f2f2;
  position: relative;
  margin-bottom: 7px;
  padding-bottom: 23px;
}

.month-item .label-wrap {
  position: absolute;
  background: #FFF;
  width: 50px;
  height: 64px;
  top: 0;
  left: -27px;
  _left: -60px;
}

.month-wrap {
  margin: 20px 30px 0 54px;
}

.month-table {
  min-height: 70px;
  _height: auto !important;
  _height: 70px;
  _overflow: visible;
  margin-left: 33px;
  width: 658px;
  border: 1px solid #e4e4e4;
  text-align: center;
  font-size: 14px;
  color: #e0e0e0;
  line-height: 42px;
  /* add by wuwl ###1111 */
  /* add by wuwl ###1111 end */
  /* add by wuwl ###1017 for 3.0.3 */
}

.month-table td {
  border: solid #eee;
  border-width: 0 1px 1px 0;
}

.month-table .date {
  width: 59px;
  background: #fafafa;
  font-size: 12px;
  font-weight: 700;
  color: #666;
}

.month-table .title {
  width: 329px;
  /* edit by wuwl ###1111 */
  text-align: left;
  padding: 0 15px;
  color: #333;
}

.month-table .title p .pc-phone-ico {
  width: 24px;
  height: 26px;
  display: inline-block;
  margin-left: 8px;
  vertical-align: middle;
  background-image: url(../images/sprite/pc-phone-ico.png);
  background-repeat: no-repeat;
}

.month-table .title p .pc:hover {
  background-position-x: -71px;
}

.month-table .title p .phone {
  background-position-x: -34px;
}

.month-table .title p .phone:hover {
  background-position-x: -106px;
}

.month-table .widget {
  width: 103px;
}

.month-table .widget span {
  color: #333;
}

.month-table .long-widget {
  width: 150px;
}

.month-table .long-widget span {
  color: #333;
}

.month-table .error-widget {
  background: #fffcee;
  color: #d78f22;
  line-height: 22px;
  font-size: 12px;
  text-align: left;
}

.month-table .error-widget .inner {
  margin: 10px;
  position: relative;
}

.month-table .error-widget .inner .arr {
  display: block;
  position: absolute;
  background-image: url(../images/sprite/arr_sp.png);
  background-repeat: no-repeat;
  width: 9px;
  height: 6px;
  background-position: 0 -60px;
  right: 130px;
  top: -16px;
}

.month-table .thead {
  line-height: 1.6;
}

.month-table .thead .date {
  background: #FFF;
  font-weight: 500;
}

.month-table .thead .title {
  text-align: center;
}

.month-table .thead .widget {
  color: #666;
}

.month-table .inner-mixintext {
  *zoom: 1;
}

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

.month-table .inner-mixintext:after {
  clear: both;
}

.month-table .inner-mixintext .link {
  float: left;
  display: block;
  max-width: 200px;
  /* edit by wuwl ###1111 */
  _width: 190px;
  /* edit by wuwl ###1111 */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.month-table .inner-mixintext .quantity {
  float: right;
  font-size: 12px;
  color: #999;
}

.month-table .widget {
  /* add by wuwl ###1129 for 3.0.5 添加时间字段 */
}

.month-table .widget .info {
  display: block;
  color: #999;
  line-height: 14px;
  font-size: 12px;
  margin: -10px 0 5px 0;
}

.more-line-btn {
  display: block;
  height: 35px;
  line-height: 35px;
  background: #fafafa;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  margin: 20px 30px 0 30px;
}

.more-line-btn:hover {
  background: #f2f2f2;
  cursor: pointer;
}

.center-prompt {
  text-align: center;
  font-size: 14px;
  padding: 35px 0;
}

.updating-the-game-package .btn {
  display: inline-block;
  margin-left: 30px;
}

.updating-the-game-package .notice-title {
  margin-left: 27px;
  margin-top: 15px;
}

.updating-the-game-package .big-a {
  font-size: 14px;
  font-weight: 700;
  margin: 15px 30px 0 28px;
  display: block;
}

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

.updating-the-game-package-table td {
  border-bottom: 1px solid #e0e0e0;
  min-height: 42px;
  _height: auto !important;
  _height: 42px;
  _overflow: visible;
}

.updating-the-game-package-table .row-1 {
  width: 139px;
}

.updating-the-game-package-table .row-2 {
  width: 358px;
}

.updating-the-game-package-table .row-3 {
  width: 109px;
}

.updating-the-game-package-table .row-4 {
  width: 109px;
}

.updating-the-game-package-table .row-5 {
  width: 578px;
}

.updating-the-game-package-table .title {
  line-height: 42px;
  border-left: 1px solid #e0e0e0;
}

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

.updating-the-game-package-table .game-package p {
  text-indent: 20px;
  text-align: left;
}

.updating-the-game-package-table .b {
  color: #333333;
  font-weight: 700;
}

.updating-the-game-package-table .thead {
  background: #f8f8f8;
  font-weight: 700;
  color: #333;
}

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

.settlement-table td {
  border-bottom: 1px solid #e0e0e0;
  min-height: 42px;
  _height: auto !important;
  _height: 42px;
  _overflow: visible;
}

.settlement-table .row-1 {
  width: 143px;
}

.settlement-table .row-2 {
  width: 142px;
}

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

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

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

.tip-color {
  color: #999999;
}

.high-line {
  color: #333333;
  margin-bottom: 13px;
  margin-top: 3px;
}

.margin-left-30 {
  margin-left: 30px;
}

/*站内信-开始*/
.internal-mail {
  padding: 0px 30px;
}

.internal-mail .list {
  padding: 12px 11px 12px 13px;
  background: #fafafa;
  list-style-type: none;
  margin-bottom: 20px;
}

.internal-mail .list .head a {
  font-size: 14px;
  font-weight: 700;
  color: #000;
}

.internal-mail .list .head a:hover {
  color: #4089e0;
  text-decoration: underline;
  color: #F60;
}

.internal-mail .list .head .read {
  color: #666666;
}

.internal-mail .list .head .time {
  float: right;
  font-size: 14px;
  color: #666;
}

.internal-mail .list .content {
  line-height: 190%;
}

.internal-mail-page {
  margin: 32px 0px 0px 0px;
}

/*站内信-结束*/
/*内容页-开始*/
.content-page {
  padding: 0px 30px;
}

.content-page .head {
  text-align: center;
}

.content-page .head .title {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  color: #000;
}

.content-page .head .time {
  margin-bottom: 13px;
}

.content-page .bottom {
  height: 50px;
  line-height: 50px;
  border-top: 1px solid #e4e4e4;
  position: absolute;
  bottom: 70px;
  width: 918px;
}

.content-page .bottom .right {
  float: right;
}

.content-page .bottom .left {
  float: left;
}

.main-inner-content-page {
  background: white;
  padding: 20px 0 30px 0;
  min-height: 560px;
  _height: auto !important;
  _height: 560px;
  _overflow: visible;
  position: relative;
  padding-bottom: 135px;
}

/*内容页-结束*/
/*公告列表-开始*/
.notice-list {
  padding: 0px 30px;
}

.notice-list .list {
  padding: 0px 0px 0px 22px;
  background: #fafafa;
  list-style-type: none;
  background-image: url(../images/bg/list_dot.gif);
  background-repeat: no-repeat;
  background-position: 15px 21px;
  height: 43px;
  line-height: 43px;
}

.notice-list .list .title {
  font-size: 14px;
  color: #666666;
  display: block;
}

.notice-list .list .title:hover {
  color: #4089e0;
  text-decoration: underline;
  color: #F60;
}

.notice-list .list .time {
  float: right;
  font-size: 14px;
  color: #666;
  width: 151px;
  text-align: center;
  border-left: 1px solid #e4e4e4;
}

.notice-list-page {
  border-top: 1px solid #e4e4e4;
  padding-top: 30px;
}

/*公告列表-结束*/
/*运营事件-开始*/
.no-border-left {
  border-left: 3px solid #ffffff;
}

/*运营事件-结束*/
/*子账号-开始*/
.child-account-management .btn {
  display: inline-block;
  margin-left: 30px;
  margin-bottom: 10px;
}

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

.child-account-management .child-account-management-table td {
  border-bottom: 1px solid #e0e0e0;
  min-height: 42px;
  _height: auto !important;
  _height: 42px;
  _overflow: visible;
}

.child-account-management .child-account-management-table .row-1 {
  width: 161px;
}

.child-account-management .child-account-management-table .row-2 {
  width: 360px;
}

.child-account-management .child-account-management-table .row-3 {
  width: 195px;
}

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

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

.child-account-management .child-account-management-table .game-package p {
  text-indent: 20px;
  text-align: left;
}

.child-account-management .child-account-management-table .b {
  color: #333333;
  font-weight: 700;
}

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

.child-account-management .child-account-management-table .power {
  padding: 10px;
  text-align: left;
}

.child-account-management .child-account-management-table .operation span {
  margin: 0 10px;
  color: #3c86df;
}

.add-chil-account {
  margin-top: 10px;
}

.add-chil-account .btn {
  display: inline-block;
  margin-left: 138px;
}

/*子账号-结束*/
/*收入总览-开始*/
.revenue-overview-main .main-table {
  width: 718px;
  margin: 10px 30px 0 28px;
  text-align: center;
  vertical-align: middle;
  font-size: 12px;
  color: #333333;
}

.revenue-overview-main .main-table td {
  min-height: 42px;
  _height: auto !important;
  _height: 42px;
  _overflow: visible;
}

.revenue-overview-main .main-table .row-1 {
  width: 143px;
}

.revenue-overview-main .main-table .row-2 {
  width: 143px;
}

.revenue-overview-main .main-table .row-3 {
  width: 142px;
}

.revenue-overview-main .main-table .row-4 {
  width: 143px;
}

.revenue-overview-main .main-table .row-5 {
  width: 143px;
}

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

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

.revenue-overview-main .main-table .label-no-border {
  border-left: 0px solid #eeeeee;
}

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

.revenue-overview-main .page {
  margin: 32px 0px 0px 0px;
}

/*收入总览-结束*/
/*对账单列表-开始*/
.bill-list-main .main-table {
  width: 718px;
  margin: 10px 30px 0 28px;
  text-align: center;
  vertical-align: middle;
  font-size: 12px;
  color: #333333;
}

.bill-list-main .main-table td {
  min-height: 42px;
  _height: auto !important;
  _height: 42px;
  _overflow: visible;
}

.bill-list-main .main-table .row-1 {
  width: 81px;
}

.bill-list-main .main-table .row-2 {
  width: 85px;
}

.bill-list-main .main-table .row-3 {
  width: 151px;
}

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

.bill-list-main .main-table .row-5 {
  width: 164px;
}

.bill-list-main .main-table .row-6 {
  width: 141px;
}

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

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

.bill-list-main .main-table .label-no-border {
  border-left: 0px solid #eeeeee;
}

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

.bill-list-main .main-table .operation span {
  margin: 0 10px;
  color: #cccccc;
}

.bill-list-main .main-table .operation em {
  color: #999999;
}

.bill-list-main .page {
  margin: 32px 0px 0px 0px;
}

/*对账单列表-结束*/
/*设置账号权限-开始*/
.set-account-access-main .btn {
  display: inline-block;
  margin-left: 30px;
  margin-top: 30px;
}

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

.set-account-access-main .main-table td {
  border-bottom: 1px solid #e0e0e0;
  min-height: 42px;
  _height: auto !important;
  _height: 42px;
  _overflow: visible;
}

.set-account-access-main .main-table .row-1 {
  width: 145px;
}

.set-account-access-main .main-table .row-2 {
  width: 576px;
}

.set-account-access-main .main-table .label {
  line-height: 20px;
  border-left: 0px solid #e0e0e0;
  padding: 6px 0 6px 20px;
  text-align: left;
}

.set-account-access-main .main-table .label .text {
  font-weight: 700;
  line-height: 27px;
  text-indent: 3px;
}

.set-account-access-main .main-table .thead {
  background: #f8f8f8;
  font-weight: 700;
  color: #333;
  height: 41px;
}

.set-account-access-main .user-title {
  margin-left: 27px;
  font-size: 14px;
  font-weight: 700;
  color: #333333;
}

/*设置账号权限-结束*/
/*确认对账单单机-开始*/
.confirm-bill-danji .btn {
  display: inline-block;
  float: right;
  margin-right: 37px;
  margin-top: 30px;
}

.confirm-bill-danji .module-table {
  margin-top: 10px;
  color: #000;
}

.confirm-bill-danji .module-table textarea {
  width: 598px;
}

.confirm-bill-danji .module-table .input-textarea {
  width: 593px;
}

.confirm-bill-danji .main-table {
  width: 718px;
  margin: 15px 30px 0 30px;
  border: 1px solid #e4e4e4;
  text-align: center;
  vertical-align: middle;
  font-size: 12px;
  color: #333333;
}

.confirm-bill-danji .main-table td {
  border-bottom: 1px solid #e0e0e0;
  min-height: 42px;
  _height: auto !important;
  _height: 42px;
  _overflow: visible;
}

.confirm-bill-danji .main-table .row-1 {
  width: 51px;
}

.confirm-bill-danji .main-table .row-2 {
  width: 61px;
}

.confirm-bill-danji .main-table .row-3 {
  width: 48px;
}

.confirm-bill-danji .main-table .row-4 {
  width: 87px;
}

.confirm-bill-danji .main-table .row-5 {
  width: 74px;
}

.confirm-bill-danji .main-table .row-6 {
  width: 74px;
}

.confirm-bill-danji .main-table .row-7 {
  width: 74px;
}

.confirm-bill-danji .main-table .row-8 {
  width: 87px;
}

.confirm-bill-danji .main-table .row-9 {
  width: 61px;
}

.confirm-bill-danji .main-table .row-10 {
  width: 48px;
}

.confirm-bill-danji .main-table .row-11 {
  width: 43px;
}

.confirm-bill-danji .main-table .label {
  line-height: 20px;
  border-left: 1px solid #e0e0e0;
  padding: 6px 0px 6px 0px;
  text-align: center;
}

.confirm-bill-danji .main-table .label div {
  padding: 0px 5px 0px 5px;
  word-break: break-all;
  word-wrap: break-word;
  line-height: 120%;
}

.confirm-bill-danji .main-table .thead {
  background: #f8f8f8;
  font-weight: 700;
  color: #333;
  height: 41px;
}

.confirm-bill-danji .main-table .text-right {
  text-align: right;
  padding-right: 10px;
}

/* 确认对账单单机-结束 */
/*确认对账单网游-开始*/
.confirm-bill-online .btn {
  display: inline-block;
  float: right;
  margin-right: 37px;
  margin-top: 30px;
}

.confirm-bill-online .module-table {
  margin-top: 10px;
  color: #000;
}

.confirm-bill-online .module-table textarea {
  width: 598px;
}

.confirm-bill-online .module-table .input-textarea {
  width: 593px;
}

.confirm-bill-online .main-table {
  width: 718px;
  margin: 15px 30px 0 30px;
  border: 1px solid #e4e4e4;
  text-align: center;
  vertical-align: middle;
  font-size: 12px;
  color: #333333;
}

.confirm-bill-online .main-table td {
  border-bottom: 1px solid #e0e0e0;
  min-height: 42px;
  _height: auto !important;
  _height: 42px;
  _overflow: visible;
}

.confirm-bill-online .main-table .row-1 {
  width: 61px;
}

.confirm-bill-online .main-table .row-2 {
  width: 46px;
}

.confirm-bill-online .main-table .row-3 {
  width: 76px;
}

.confirm-bill-online .main-table .row-4 {
  width: 45px;
}

.confirm-bill-online .main-table .row-5 {
  width: 74px;
}

.confirm-bill-online .main-table .row-6 {
  width: 123px;
}

.confirm-bill-online .main-table .row-7 {
  width: 71px;
}

.confirm-bill-online .main-table .row-8 {
  width: 71px;
}

.confirm-bill-online .main-table .row-9 {
  width: 88px;
}

.confirm-bill-online .main-table .row-10 {
  width: 54px;
}

.confirm-bill-online .main-table .label {
  line-height: 20px;
  border-left: 1px solid #e0e0e0;
  padding: 6px 0px 6px 0px;
  text-align: center;
}

.confirm-bill-online .main-table .label div {
  padding: 0px 5px 0px 5px;
  word-break: break-all;
  word-wrap: break-word;
  line-height: 120%;
}

.confirm-bill-online .main-table .thead {
  background: #f8f8f8;
  font-weight: 700;
  color: #333;
  height: 41px;
}

.confirm-bill-online .main-table .text-right {
  text-align: right;
  padding-right: 10px;
}

/* 确认对账单网游-结束 */
/*查看对账单单机-开始*/
.look-bill-danji .text-btn {
  margin-left: 30px;
  margin-top: 15px;
}

.look-bill-danji .text-btn .invoice-name {
  color: #000;
}

.look-bill-danji .text-btn .orange {
  color: #ff6600;
}

.look-bill-danji .btn {
  display: inline-block;
  margin-top: 20px;
  margin-right: 20px;
  margin-bottom: 15px;
}

.look-bill-danji .module-table {
  margin-top: 10px;
  color: #000;
}

.look-bill-danji .module-table textarea {
  width: 598px;
}

.look-bill-danji .module-table .input-textarea {
  width: 593px;
}

.look-bill-danji .main-table {
  width: 718px;
  margin: 15px 30px 0 30px;
  border: 1px solid #e4e4e4;
  text-align: center;
  vertical-align: middle;
  font-size: 12px;
  color: #333333;
}

.look-bill-danji .main-table td {
  border-bottom: 1px solid #e0e0e0;
  min-height: 42px;
  _height: auto !important;
  _height: 42px;
  _overflow: visible;
}

.look-bill-danji .main-table .row-1 {
  width: 51px;
}

.look-bill-danji .main-table .row-2 {
  width: 61px;
}

.look-bill-danji .main-table .row-3 {
  width: 48px;
}

.look-bill-danji .main-table .row-4 {
  width: 87px;
}

.look-bill-danji .main-table .row-5 {
  width: 74px;
}

.look-bill-danji .main-table .row-6 {
  width: 74px;
}

.look-bill-danji .main-table .row-7 {
  width: 74px;
}

.look-bill-danji .main-table .row-8 {
  width: 87px;
}

.look-bill-danji .main-table .row-9 {
  width: 61px;
}

.look-bill-danji .main-table .row-10 {
  width: 48px;
}

.look-bill-danji .main-table .row-11 {
  width: 43px;
}

.look-bill-danji .main-table .label {
  line-height: 20px;
  border-left: 1px solid #e0e0e0;
  padding: 6px 0px 6px 0px;
  text-align: center;
}

.look-bill-danji .main-table .label div {
  padding: 0px 5px 0px 5px;
  word-break: break-all;
  word-wrap: break-word;
  line-height: 120%;
}

.look-bill-danji .main-table .thead {
  background: #f8f8f8;
  font-weight: 700;
  color: #333;
  height: 41px;
}

.look-bill-danji .main-table .text-right {
  text-align: right;
  padding-right: 10px;
}

/* 查看对账单单机-结束 */
/*查看对账单网游-开始*/
.look-bill-online .text-btn {
  margin-left: 30px;
  margin-top: 15px;
}

.look-bill-online .text-btn .invoice-name {
  color: #000;
}

.look-bill-online .text-btn .orange {
  color: #ff6600;
}

.look-bill-online .btn {
  display: inline-block;
  margin-top: 20px;
  margin-right: 20px;
  margin-bottom: 15px;
}

.look-bill-online .module-table {
  margin-top: 10px;
  color: #000;
}

.look-bill-online .module-table textarea {
  width: 598px;
}

.look-bill-online .module-table .input-textarea {
  width: 593px;
}

.look-bill-online .main-table {
  width: 718px;
  margin: 15px 30px 0 30px;
  border: 1px solid #e4e4e4;
  text-align: center;
  vertical-align: middle;
  font-size: 12px;
  color: #333333;
}

.look-bill-online .main-table td {
  border-bottom: 1px solid #e0e0e0;
  min-height: 42px;
  _height: auto !important;
  _height: 42px;
  _overflow: visible;
}

.look-bill-online .main-table .row-1 {
  width: 61px;
}

.look-bill-online .main-table .row-2 {
  width: 46px;
}

.look-bill-online .main-table .row-3 {
  width: 76px;
}

.look-bill-online .main-table .row-4 {
  width: 45px;
}

.look-bill-online .main-table .row-5 {
  width: 74px;
}

.look-bill-online .main-table .row-6 {
  width: 123px;
}

.look-bill-online .main-table .row-7 {
  width: 71px;
}

.look-bill-online .main-table .row-8 {
  width: 71px;
}

.look-bill-online .main-table .row-9 {
  width: 88px;
}

.look-bill-online .main-table .row-10 {
  width: 54px;
}

.look-bill-online .main-table .label {
  line-height: 20px;
  border-left: 1px solid #e0e0e0;
  padding: 6px 0px 6px 0px;
  text-align: center;
}

.look-bill-online .main-table .label div {
  padding: 0px 5px 0px 5px;
  word-break: break-all;
  word-wrap: break-word;
  line-height: 120%;
}

.look-bill-online .main-table .thead {
  background: #f8f8f8;
  font-weight: 700;
  color: #333;
  height: 41px;
}

.look-bill-online .main-table .text-right {
  text-align: right;
  padding-right: 10px;
}

/* 查看对账单网游-结束 */
/*查看结算单-开始*/
.look-settlement .modify-table {
  display: none;
}

.look-settlement .modify-table .input-radio .input {
  margin-top: 2px;
}

.look-settlement .modify-table .only-text {
  line-height: 27px;
}

.look-settlement .modify-table .name-tip {
  padding-bottom: 10px;
}

.look-settlement .modify-table .widget {
  text-align: right;
  width: 144px;
}

.look-settlement .modify-table .line-option {
  display: inline-block;
}

.look-settlement .modify-table .invoice-shows {
  float: left;
  margin-left: 18px;
  width: 586px;
  color: #999999;
}

.look-settlement .modify-table .line-btn-invoice-shows {
  margin-top: -10px;
  margin-bottom: 18px;
  margin-left: 16px;
}

.look-settlement .block-border {
  border-bottom: 1px solid #e4e4e4;
  margin-top: -10px;
  padding-bottom: 30px;
}

.look-settlement .code-btn-1 {
  margin: 30px auto;
}

.look-settlement .not-modify-table .widget {
  text-align: right;
  width: 144px;
}

.look-settlement .not-modify-table .content {
  color: #000000;
}

.look-settlement .not-modify-table tr {
  height: 20px;
}

.look-settlement .not-modify-table .name-tip {
  padding-bottom: 10px;
}

.look-settlement .stripes-title {
  margin-top: 12px;
  margin-bottom: 12px;
  background-color: #fafafa;
  height: 30px;
  line-height: 30px;
  margin-left: 30px;
  width: 718px;
  text-indent: 10px;
}

.look-settlement .stripes-title a {
  padding-left: 10px;
}

.look-settlement .stripes-title b {
  color: #333333;
}

.look-settlement .bottom-tip {
  width: 718px;
  margin-left: 32px;
}

.look-settlement .bottom-tip .title {
  color: #333333;
  font-weight: 700;
  font-size: 14px;
}

.look-settlement .statistical {
  text-align: right;
  margin-right: 25px;
}

.look-settlement .statistical b {
  color: #FF6600;
}

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

.look-settlement .main-table td {
  border-bottom: 1px solid #e0e0e0;
  min-height: 42px;
  _height: auto !important;
  _height: 42px;
  _overflow: visible;
}

.look-settlement .main-table .row-1 {
  width: 172px;
}

.look-settlement .main-table .row-2 {
  width: 90px;
}

.look-settlement .main-table .row-3 {
  width: 135px;
}

.look-settlement .main-table .row-4 {
  width: 90px;
}

.look-settlement .main-table .row-5 {
  width: 135px;
}

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

.look-settlement .main-table .label div {
  padding: 0px 5px 0px 5px;
  word-break: break-all;
  word-wrap: break-word;
  line-height: 120%;
}

.look-settlement .main-table .thead {
  background: #f8f8f8;
  font-weight: 700;
  color: #333333;
  height: 41px;
}

.look-settlement .main-table .text-right {
  text-align: right;
  padding-right: 10px;
}

.look-settlement .main-table .operation span {
  margin: 0 10px;
  color: #cccccc;
}

/* 申请结算-开始 */
.settlement-ok .obvious-tip {
  width: 715px;
  height: 90px;
  border: 1px solid #f0dbb4;
  background-color: #fffcee;
  border-radius: 2px;
  margin-left: 32px;
  margin-bottom: 14px;
}

.settlement-ok .obvious-tip .ico {
  margin-left: 287px;
  margin-top: 21px;
  float: left;
}

.settlement-ok .obvious-tip .text {
  height: 90px;
  line-height: 90px;
  font-size: 14px;
  margin-left: 10px;
  float: left;
}

.settlement-ok .text-tip {
  width: 715px;
  margin-left: 32px;
  color: #D78F22;
  position: relative;
  text-indent: 10px;
  margin-bottom: 23px;
}

.settlement-ok .text-tip .text-tip-dot {
  width: 3px;
  height: 3px;
  background-color: #ff6600;
  position: absolute;
  top: 11px;
  left: 0px;
}

.settlement-ok .detail-table .title {
  color: #333333;
  font-weight: 700;
  font-size: 14px;
  margin-left: 30px;
}

.settlement-ok .bottom-tip {
  width: 718px;
  margin-left: 32px;
  margin-bottom: 25px;
}

.settlement-ok .bottom-tip .title {
  color: #333333;
  font-weight: 700;
  font-size: 14px;
}

.settlement-ok .bottom-tip .code-btn-2 {
  width: 118px;
  height: 26px;
  line-height: 26px;
  font-weight: 100;
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 18px;
}

.settlement-ok .statistical {
  text-align: right;
  margin-right: 25px;
}

.settlement-ok .statistical b {
  color: #FF6600;
}

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

.settlement-ok .main-table td {
  border-bottom: 1px solid #e0e0e0;
  min-height: 42px;
  _height: auto !important;
  _height: 42px;
  _overflow: visible;
}

.settlement-ok .main-table .row-1 {
  width: 172px;
}

.settlement-ok .main-table .row-2 {
  width: 90px;
}

.settlement-ok .main-table .row-3 {
  width: 135px;
}

.settlement-ok .main-table .row-4 {
  width: 90px;
}

.settlement-ok .main-table .row-5 {
  width: 135px;
}

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

.settlement-ok .main-table .label div {
  padding: 0px 5px 0px 5px;
  word-break: break-all;
  word-wrap: break-word;
  line-height: 120%;
}

.settlement-ok .main-table .thead {
  background: #f8f8f8;
  font-weight: 700;
  color: #333333;
  height: 41px;
}

.settlement-ok .main-table .text-right {
  text-align: right;
  padding-right: 10px;
}

.settlement-ok .main-table .operation span {
  margin: 0 10px;
  color: #cccccc;
}

/* 申请结算成功-开始 */
.apply-for-settlement .text-btn {
  margin-left: 30px;
  margin-top: 15px;
}

.apply-for-settlement .text-btn .black {
  color: #000;
}

.apply-for-settlement .text-btn .orange {
  color: #ff6600;
}

.apply-for-settlement .btn {
  display: inline-block;
  margin: 5px 20px 0px 30px;
}

.apply-for-settlement .from-head {
  font-weight: 700;
  color: #333333;
  margin-left: 30px;
  margin-bottom: 15px;
}

.apply-for-settlement .main-table {
  width: 718px;
  margin: 15px 30px 15px 30px;
  border: 1px solid #e4e4e4;
  text-align: center;
  vertical-align: middle;
  font-size: 12px;
  color: #666666;
}

.apply-for-settlement .main-table td {
  border-bottom: 1px solid #e0e0e0;
  min-height: 42px;
  _height: auto !important;
  _height: 42px;
  _overflow: visible;
}

.apply-for-settlement .main-table .row-1 {
  width: 179px;
}

.apply-for-settlement .main-table .row-2 {
  width: 179px;
}

.apply-for-settlement .main-table .row-3 {
  width: 178px;
}

.apply-for-settlement .main-table .row-4 {
  width: 179px;
}

.apply-for-settlement .main-table .label {
  line-height: 20px;
  border-left: 1px solid #e0e0e0;
  padding: 6px 0px 6px 0px;
  text-align: center;
}

.apply-for-settlement .main-table .label div {
  padding: 0px 5px 0px 5px;
  word-break: break-all;
  word-wrap: break-word;
  line-height: 120%;
}

.apply-for-settlement .main-table .thead {
  background: #f8f8f8;
  font-weight: 700;
  color: #333333;
  height: 41px;
}

.apply-for-settlement .main-table .text-right {
  text-align: right;
  padding-right: 10px;
}

.apply-for-settlement .main-table .operation span {
  margin: 0 10px;
  color: #cccccc;
}

/* 申请结算-结束 */
/* 批量回复-开始 */
.batch-reply .btn {
  display: inline-block;
  margin: 13px 20px 0px 33px;
}

.batch-reply .right-btn {
  width: 311px;
  float: right;
}

.batch-reply .right-btn span {
  float: left;
  margin-top: 20px;
  color: #000000;
}

.batch-reply .btn-sec-w {
  display: inline-block;
  float: right;
  margin: 18px 35px 0px 10px;
}

.batch-reply .title {
  color: #000;
  margin-left: 30px;
}

.batch-reply .kindeditor-wanp {
  margin-left: 30px;
  margin-top: 10px;
}

.batch-reply .from-head {
  font-weight: 700;
  color: #333333;
  margin-left: 30px;
  margin-bottom: 15px;
}

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

.batch-reply .main-table td {
  border-bottom: 1px solid #e0e0e0;
  min-height: 42px;
  _height: auto !important;
  _height: 42px;
  _overflow: visible;
}

.batch-reply .main-table .row-1 {
  width: 121px;
}

.batch-reply .main-table .row-2 {
  width: 596px;
}

.batch-reply .main-table .label {
  line-height: 20px;
  border-left: 1px solid #e0e0e0;
  padding: 6px 0px 6px 0px;
  text-align: center;
}

.batch-reply .main-table .label div {
  padding: 0px 5px 0px 5px;
  word-break: break-all;
  word-wrap: break-word;
  line-height: 120%;
}

.batch-reply .main-table .content {
  color: #333333;
  text-align: left;
  padding-left: 10px;
}

.batch-reply .main-table .thead {
  background: #f8f8f8;
  font-weight: 700;
  color: #333333;
  height: 41px;
}

.batch-reply .main-table .text-right {
  text-align: right;
  padding-right: 10px;
}

.batch-reply .main-table .operation span {
  margin: 0 10px;
  color: #cccccc;
}

/* 批量回复-结束 */
/* 问题详情页面 by wuwl ###0925 */
.sec-strong-title {
  font-size: 12px;
  font-weight: 700;
  color: #333;
  padding: 0 0 0 30px;
  line-height: 34px;
}

.block-info-table {
  background: #fafafa;
  margin: 0 30px 8px 30px;
}

.block-info-table td {
  width: 240px;
}

.block-info-table .content {
  padding: 8px 0;
}

.block-info-table .content .label, .block-info-table .content .line-input {
  float: left;
}

.block-info-table .content .label {
  margin-right: 5px;
  *margin-right: 0;
  color: #333;
  width: 70px;
  text-align: right;
  line-height: 28px;
}

.block-info-table .line-input {
  margin-bottom: 0;
}

.block-info-table .line-input .input-text {
  width: 132px;
  *width: 122px;
}

.block-info-table .line-input .input-text-short {
  width: 35px;
  *width: 20px;
}

.block-info-table .line-input .input-radio {
  margin-right: 5px;
  *margin_right: 0;
}

.block-info-table .line-input .input-select {
  width: 148px;
}

.block-info-table .batch-reply .kindeditor-wanp {
  margin: -10px 0 0 0;
}

.block-info-table .batch-reply .inline-double-btn {
  *zoom: 1;
  *width: 719px;
}

.block-info-table .batch-reply .inline-double-btn:before, .block-info-table .batch-reply .inline-double-btn:after {
  display: table;
  content: "";
  line-height: 0;
}

.block-info-table .batch-reply .inline-double-btn:after {
  clear: both;
}

.block-info-table .batch-reply .inline-double-btn .left-btn {
  float: left;
  *width: 100px;
}

.block-info-table .batch-reply .inline-double-btn .left-btn .btn {
  margin: 13px 0 0 3px;
}

.block-info-table .batch-reply .inline-double-btn .right-btn {
  float: right;
  text-align: right;
  margin-right: 5px;
}

.block-info-table .batch-reply .inline-double-btn .right-btn span, .block-info-table .batch-reply .inline-double-btn .right-btn .btn-sec-w {
  float: none;
  display: inline-block;
  margin: 16px 0;
}

.block-info-table .batch-reply .inline-double-btn .right-btn .btn-sec-w {
  margin-left: 5px;
}

.block-reply {
  margin: 0 30px;
}

.block-reply li {
  list-style: none;
  font-size: 12px;
  padding: 5px 10px;
  background: #fafafa;
}

.block-reply .label {
  color: #999;
}

.block-reply .content {
  color: #333;
}

/* add by wuwl ###1010 for 文档中心3.0.2 */
.block-line-input {
  margin: 0 30px 10px 30px;
}

.block-line-input .block-input {
  padding-bottom: 0;
}

.block-line-input .input-text {
  width: 590px;
}

.block-line-input .input-text .input {
  color: #999;
}

.block-line-input .input-text .input:focus {
  color: #333;
}

.block-line-input .btn-sec-w {
  width: 50px;
}

.block-line-input .block-input-wrap {
  overflow: hidden;
  *zoom: 1;
}

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

.block-line-input .block-input-wrap:after {
  clear: both;
}

.block-line-input .hot-words {
  line-height: 32px;
  color: #999;
  display: block;
}

.block-line-input .hot-words .keywords {
  margin: 0 4px;
}

.sec-block-title {
  color: #333;
  font-weight: 700;
  margin: 0 0 0 30px;
  line-height: 32px;
  font-size: 14px;
  overflow: hidden;
}

.tab-block-table {
  margin: 0 30px;
}

.tab-block-table .tab-title .tab-item {
  margin-right: -1px;
  width: 142.5px;
}

.tab-block-table .tab-title .tab-item .inner {
  width: 100%;
}

.tab-block-table .tab-title .last-child {
  width: 143px;
}

.tab-block-table .tab-main {
  border: solid #e0e0e0;
  border-width: 0 1px 1px;
  width: 715px \9;
  overflow: hidden \9;
}

.tab-block-table .tab-main .tab-main-item {
  padding: 10px 0 20px 0;
  height: 145px;
}

.tab-block-table .tab-main .dot-lists {
  *zoom: 1;
  margin: 0 20px 0 14px;
}

.tab-block-table .tab-main .dot-lists:before, .tab-block-table .tab-main .dot-lists:after {
  display: table;
  content: "";
  line-height: 0;
}

.tab-block-table .tab-main .dot-lists:after {
  clear: both;
}

.tab-block-table .tab-main .dot-lists li {
  float: left;
  width: 320px;
  padding: 6px 0;
  margin-right: 40px;
  border-bottom: 1px dotted #e0e0e0;
}

.tab-block-table .tab-main .dot-lists .even {
  margin-right: 0;
}

.block-mutual {
  background: #fafafa;
  border: 1px solid #eee;
  margin: 20px 30px 0 30px;
  padding: 0 10px;
  *padding-bottom: 10px;
}

.block-mutual .sec-block-title {
  margin: 0;
}

.textarea-feedback {
  height: 70px;
  margin-bottom: 10px;
  *overflow: hidden;
  *width: 677px;
}

.textarea-feedback .input {
  color: #999;
  *width: 677px;
  *height: 70px;
  *margin-left: -30px;
}

.textarea-feedback .input:focus {
  color: #333;
}

.text-feedback {
  *zoom: 1;
  padding-right: 0;
  margin-bottom: 10px;
  _overflow: hidden;
  _width: 685px;
}

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

.text-feedback:after {
  clear: both;
}

.text-feedback .label, .text-feedback .input {
  float: left;
}

.text-feedback .label {
  color: #696969;
  display: block;
  padding-right: 8px;
  height: 20px;
  line-height: 20px;
  margin: 2px 0;
}

.text-feedback .input {
  width: 638px;
  _width: 635px;
  border-left: 1px solid #e0e0e0;
  padding: 0 8px;
  color: #999;
}

.text-feedback .input:focus {
  color: #333;
}

.block-feedback-btn {
  *zoom: 1;
}

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

.block-feedback-btn:after {
  clear: both;
}

.block-feedback-btn .btn-sec-w {
  float: left;
  width: 60px;
  margin: 0 0 10px 3px;
}

.block-feedback-btn .text-info {
  float: left;
  display: block;
  margin: 0 10px;
  line-height: 28px;
  color: #999;
}

.block-center-explain {
  padding: 0 30px;
}

.block-center-explain .center-prompt {
  padding: 10px 0;
}

.block-explain .sec-block-title {
  margin: 0 0 0 5px;
}

.block-article {
  margin: 0 30px;
}

.block-article .block-article-content {
  text-indent: 2em;
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  word-wrap: break-word;
  word-break: break-all;
}

.block-article .block-article-content .sec-block-title {
  margin: 0;
  text-indent: 0;
}

.block-article .block-article-content .img {
  display: block;
  max-width: 720px;
  overflow: hidden;
  margin: 10px 0;
}

.block-article-title {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  text-align: center;
  font-family: "微软雅黑";
  height: 58px;
  line-height: 58px;
  border-bottom: 1px dotted #e0e0e0;
}

.detail-news-list {
  margin: 0 30px;
}

.detail-news-list li {
  list-style: none;
  border-bottom: 1px dotted #e0e0e0;
  padding: 10px 0;
}

.detail-news-list li .title {
  font-size: 14px;
  text-decoration: underline;
  line-height: 24px;
}

.detail-news-list li .title em {
  text-decoration: underline;
}

.detail-news-list li .content {
  line-height: 18px;
}

.flip-page {
  text-align: center;
  padding: 20px 0;
  font-size: 14px;
}

.flip-page .page-item, .flip-page .sep-dot {
  display: inline-block;
  margin-right: 10px;
}

.flip-page .page-item {
  width: 20px;
  height: 24px;
  line-height: 24px;
  background: #fafafa;
  border: 1px solid #eee;
  color: #666;
}

.flip-page .widget {
  width: 60px;
}

.flip-page a.page-item:hover {
  background: #5ba5ff;
  border-color: #308dff;
  background: #5ba5ff;
  color: #FFF;
  text-decoration: none;
}

.flip-page .current {
  background: #5ba5ff;
  border-color: #308dff;
  background: #5ba5ff;
  color: #FFF !important;
}

.block-news-list {
  margin: 0 30px;
  font-size: 14px;
}

.block-news-list li {
  padding: 10px 0;
  border-bottom: 1px dotted #e0e0e0;
}

.error-prompt {
  color: #e60000;
  margin: -5px 0 5px 5px;
  line-height: 18px;
}

/* add by wuwl ###1018 for 礼包管理3.0.3 */
.analog-control-wrap .input, .analog-control-wrap .sep {
  float: left;
}

.analog-control-wrap .input {
  line-height: 26px;
  height: 26px;
  width: 140px;
  border: 1px solid #e0e0e0;
  padding: 0 5px;
}

.analog-control-wrap .sep {
  margin: 0 5px;
}

.analog-control-wrap.input-text {
  border: none;
  width: auto !important;
}

.look-bill-online .main-table .date {
  width: 110px;
}

.look-bill-online .main-table .name {
  width: 415px;
}

.look-bill-online .main-table .name .inner-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 410px;
  display: block;
}

.look-bill-online .main-table .state {
  width: 103px;
}

.look-bill-online .main-table .quantity {
  width: 120px;
}

.look-bill-online .main-table .allquantity {
  width: 68px;
}

.showinfo-table {
  margin: 0 30px 20px 30px;
  line-height: 28px;
  /* add by wuwl ###1111 */
  /* add by wuwl ###1111 end */
}

.showinfo-table li {
  list-style: none;
  *zoom: 1;
}

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

.showinfo-table li:after {
  clear: both;
}

.showinfo-table .item {
  width: 359px;
  display: block;
  float: left;
  white-space: normal;
  word-break: break-all;
  word-wrap: break-word;
}

.showinfo-table .long-item {
  width: 718px;
}

.showinfo-table .long-item .label, .showinfo-table .long-item .line-input, .showinfo-table .long-item .mixintext-wrap {
  float: left;
}

.showinfo-table .long-item .wrap-label {
  display: block;
}

.showinfo-table .long-item .line-text {
  width: 642px;
}

.showinfo-table .long-item .line-btn {
  margin-top: 10px;
}

.showinfo-table .long-item .unfold-text {
  display: block;
  height: 28px;
  overflow: hidden;
}

.showinfo-table .long-item .unfold-ctrl {
  margin-top: -5px;
  float: right;
  padding-right: 10px;
}

.showinfo-table .line-input {
  margin-bottom: 0;
}

.showinfo-table .inner-form {
  padding-top: 5px;
  *zoom: 1;
}

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

.showinfo-table .inner-form:after {
  clear: both;
}

.showinfo-table .input-textarea {
  width: 640px;
}

.showinfo-table .look-bill-online .main-table {
  margin: 0 0 15px 0;
  border-width: 1px 1px 0 0;
}

.showinfo-table .look-bill-online .main-table td {
  line-height: 42px;
  padding: 0;
}

.showinfo-table .date-con .input {
  display: none;
}

.showinfo-table .thumb-text {
  width: 100%;
  position: relative;
  overflow: hidden;
  word-wrap: break-word;
  word-break: break-all;
}

.showinfo-table .thumb-text .label, .showinfo-table .thumb-text .content {
  float: left;
}

.showinfo-table .thumb-text .content {
  width: 657px;
}

.showinfo-table .thumb-text .content img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.showinfo-table .thumb-text .textFold {
  margin-right: 8px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.showinfo-table .long-item .more {
  text-align: right;
  line-height: 18px;
  padding-right: 8px;
}

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

.multmixin-line-input {
  *zoom: 1;
  margin-top: -10px;
}

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

.multmixin-line-input:after {
  clear: both;
}

.multmixin-line-input .input-text, .multmixin-line-input .sep, .multmixin-line-input .cf, .multmixin-line-input .hide-input-wrap {
  float: left;
}

.multmixin-line-input .input-text {
  width: 90px;
  _width: 80px;
}

.multmixin-line-input .sep {
  margin: 5px 3px 0 -3px;
}

.multmixin-line-input .hide-input-wrap {
  display: none;
  *zoom: 1;
}

.multmixin-line-input .hide-input-wrap:before, .multmixin-line-input .hide-input-wrap:after {
  display: table;
  content: "";
  line-height: 0;
}

.multmixin-line-input .hide-input-wrap:after {
  clear: both;
}

/* add by wuwl ###1107 for 3.0.5 */
.month-table-opevent .date {
  width: 140px;
}

.month-table-opevent .samll-p {
  font-size: 12px;
  line-height: 100%;
  margin-bottom: 14px;
}

.month-table-opevent .title {
  width: 280px;
  padding: 0 10px;
}

.month-table-opevent .title .inner {
  display: block;
  width: 280px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.month-table-opevent .thead {
  line-height: 30px;
}

.month-table-opevent .thead .date, .month-table-opevent .thead .title, .month-table-opevent .thead .widget {
  color: #333;
  font-size: 12px;
}

.guide-layer-wrap {
  position: relative;
  /* *z-index:106; delete by wuwl ###1128 for 3.0.5*/
}

.guide-current {
  *z-index: 106;
  /* edit by wuwl ###1128 for 3.0.5 */
}

.guide-layer {
  display: none;
  position: absolute;
  z-index: 105;
}

.guide-layer-highlight {
  position: absolute;
  z-index: 105;
  background: #fff;
  border: 4px solid #8c8c8c;
}

.guide-layer-highlight .highlight-shade {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/bg/shade_ie.gif) repeat;
  z-index: 106;
}

.guide-layer-highlight .t-circle,
.guide-layer-highlight .r-circle,
.guide-layer-highlight .b-circle,
.guide-layer-highlight .l-circle {
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  background: url(../images/sprite/circle_sp.gif) no-repeat;
}

.guide-layer-highlight .t-circle {
  left: -4px;
  top: -4px;
}

.guide-layer-highlight .r-circle {
  right: -4px;
  top: -4px;
  background-position: 0 -8px;
}

.guide-layer-highlight .b-circle {
  right: -4px;
  bottom: -4px;
  background-position: 0 -16px;
}

.guide-layer-highlight .l-circle {
  left: -4px;
  bottom: -4px;
  background-position: 0 -24px;
}

.guide-placeholder {
  display: none;
}

.guide-layer-frame {
  display: block;
  background-image: url(../images/sprite/guide_sp.png);
  background-repeat: no-repeat;
}

.guide-wait .input {
  display: none;
}

.guide-layer-widget {
  margin-top: 20px;
  text-align: center;
}

.guide-layer-widget .btn, .guide-layer-widget .link {
  display: inline-block;
}

.guide-layer-widget .btn {
  width: auto;
}

.guide-layer-widget .link {
  margin-left: 10px;
  color: #fff;
  _color: #fff !important;
  font-size: 12px;
  text-decoration: underline;
}

.guide-layer-btn .guide-layer-highlight {
  width: 87px;
  padding: 4px 0 3px 3px;
}

.guide-layer-btn .guide-layer-highlight .highlight-shade .btn-sec-g {
  margin: 0 0 0 10px;
}

.guide-layer-btn .guide-placeholder {
  width: 92px;
  height: 44px;
}

.guide-layer-btn .guide-layer {
  top: -325px;
  left: -10px;
}

.guide-layer-btn .guide-layer-frame {
  width: 538px;
  height: 360px;
}

.guide-layer-btn .guide-layer-info {
  top: -355px;
}

.guide-layer-btn .guide-layer-info .guide-layer-frame {
  height: 388px;
  background-position: -538px 0;
}

.guide-layer-text {
  display: inline-block;
  vertical-align: middle;
}

.guide-layer-text .link {
  padding: 0 5px;
}

.guide-layer-text .guide-layer-highlight {
  width: 82px;
  height: 28px;
  top: -4px;
}

.guide-layer-text .guide-placeholder {
  width: 82px;
  height: 28px;
}

.guide-layer-text .guide-layer {
  width: 309px;
  left: -180px;
  top: -70px;
}

.guide-layer-text .guide-layer-frame {
  width: 456px;
  height: 62px;
  background-position: 0 -360px;
  margin-bottom: 50px;
}

.guide-layer-text .guide-layer-widget {
  width: 430px;
}

.guide-layer-text .guide-layer-widget .btn {
  margin-left: 120px;
}

.guide-layer-wrap-check .guide-wait {
  width: 600px;
}

.guide-layer-wrap-check .guide-wait .input {
  display: inline-block;
}

.guide-layer-wrap-check .guide-placeholder {
  display: block;
  height: 64px;
}

.guide-layer-wrap-check .guide-layer {
  display: block;
  left: -118px;
}

.guide-layer-wrap-check .guide-layer-highlight {
  padding: 0 5px;
  left: -9px;
  top: -4px;
}

.guide-layer-wrap-check .guide-layer-widget {
  padding-left: 50px;
}

.guide-layer-wrap-check .guide-layer-frame {
  width: 728px;
  height: 412px;
  background-position: 0 -834px;
}

.guide-layer-wrap-opear .guide-placeholder {
  height: 82px;
}

.guide-layer-wrap-opear .guide-placeholder,
.guide-layer-wrap-opear .guide-layer {
  display: block;
}

.guide-layer-wrap-opear .guide-layer {
  top: 95px;
  left: 2px;
  *top: 105px;
}

.guide-layer-wrap-opear .guide-layer-frame {
  width: 728px;
  height: 412px;
  background-position: 0 -422px;
}

.guide-layer-wrap-opear .guide-layer-highlight {
  padding: 5px 10px;
  left: -4px;
  top: 0px;
}

.guide-layer-wrap-opear .guide-wait {
  *padding: 10px 0;
  *width: 715px;
  *height: 74px;
}

.guide-layer-wrap-opear .guide-wait .mult-btn-wrap {
  *width: 695px;
  *margin: 10px auto 0 auto;
}

/* .guide-layer-highlight {
  @include bg_sprite(sprite/float_guide);
} */
/* .intro-notice,
.guide-layer-operaevent {
  .guide-layer {
    left:-7px;
    top:-7px;
    _left:-10px;
  }
  .guide-layer-highlight {
    @include size(534px,108px);
    *width:727px;
  }
  .guide-layer-frame {
    _width:726px;
    overflow:hidden;
  }
  .frame-content {
    padding:20px 0 30px 0;
  }
}

.intro-notice {
  .guide-highlight {
    position:absolute;
    width:520px;
    height:74px;
    z-index:101;
    border:5px solid #8c8c8c;
  }
  .guide-placeholder {
    display:block;
    height:74px;
    width:520px;
    background:pink;
  }
} */
/* 资讯选择弹窗 */
.popup-entity-event {
  width: 580px;
  margin-left: -290px;
}

.popup-entity-event .entity-content {
  height: 258px;
  border-bottom: 1px solid #eee;
}

.popup-entity-event .entity-content .no-info {
  display: block;
  margin: 0 auto;
  padding-top: 65px;
}

.popup-entity-event .select-option {
  width: 580px;
  height: 259px;
  overflow-y: scroll;
  overflow-x: hide;
}

.popup-entity-event .select-option .input-check {
  width: 550px;
  height: 43px;
  padding: 0 0 0 13px;
  height: 42px;
  line-height: 42px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
}

.popup-entity-event .select-option .input-check .input {
  margin-top: 1px;
}

.popup-entity-event .select-option .input-check .link {
  display: block;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 5px;
}

.popup-entity-event .select-option .input-check:hover {
  background: #f8f8f8;
}

.popup-entity-event .select-option .input-check-on {
  background: #f9fff4;
}

.popup-entity-event .select-option .input-check-on .text, .popup-entity-event .select-option .input-check-on .link {
  color: #6aab30;
}

.popup-entity-event .entity-widget {
  padding: 15px;
}

.popup-entity-event .entity-widget .o-btn {
  display: inline-block;
  width: 80px;
  font-weight: 700;
}

.popup-entity-event .entity-widget .sub {
  float: left;
}

.popup-entity-event .entity-widget .aside {
  float: right;
}

.popup-entity-event .entity-widget .aside .o-btn {
  margin-left: 10px;
}

.mult-line-pic-in {
  _width: 600px;
  padding: 0;
}

.dsp-none .guide-placeholder, .dsp-none .guide-layer, .dsp-none .guide-layer-frame, .dsp-none .highlight-shade, .dsp-none .guide-layer-highlight {
  display: none;
}

/* add by wuwl ###1121 for 3.0.6 */
.block-form .inleft-btn {
  display: inline-block;
  margin-left: 33px;
}

.block-form .block-strong {
  font-weight: bold;
}

.mod-table-list {
  width: 719px;
  margin: 20px auto;
  font-size: 12px;
  text-align: center;
  vertical-align: middle;
  color: #666;
  background: #FFF;
  border: 1px solid #e4e4e4;
}
.mod-table-list td{
  overflow: hidden;
  word-wrap: break-word;
  word-break: break-all;
  border:1px solid #e4e4e4;
}
.mod-table-list-no-border {
  margin-top: 0px;
}

.mod td {
  overflow: hidden;
  word-wrap: break-word;
  word-break: break-all;
  border: 1px solid #e4e4e4;
}

.mod-table-list-no-border td {
  border: none 0px;
}

.mod-table-list .thead {
  line-height: 40px;
  font-weight: 700;
  color: #333;
  background: #f8f8f8;
}

.mod-table-list .inner {
  padding: 5px;
}

.mod-table-list .row-1 {
  width: 143px;
}

.mod-table-list .row-2 {
  width: 153px;
}

.mod-table-list .row-3 {
  width: 276px;
}

.mod-table-list .row-4 {
  width: 143px;
}

.dot-remind {
  margin: 5px 0 0 2px;
  position: relative;
  cursor: pointer;
  *z-index: 10;
}

.dot-remind .remind-prompt {
  display: none;
  background: #5ba5ff;
  color: #FFF;
  white-space: nowrap;
  position: absolute;
  z-index: 11;
  line-height: 28px;
  padding: 0 8px;
  font-size: 12px;
  top: 25px;
  min-width: 420px;
}

.dot-remind .remind-prompt .dot-arr {
  position: absolute;
  top: -3px;
  left: 5px;
}

.dot-remind-current {
  *z-index: 20;
}

.dot-remind-current .remind-prompt {
  *z-index: 21;
}

.line-input-code .input-text, .line-input-code .code, .line-input-code .judge {
  float: left;
}

.line-input-code .input-text {
  width: 205px;
}

.line-input-code .code {
  display: block;
  height: 26px;
  margin-right: 8px;
  border: 1px solid #d7d7d7;
}

.mod-entry-table .table-line {
  min-height: 28px;
  _height: auto !important;
  _height: 28px;
  _overflow: visible;
  list-style: none;
}

.mod-entry-table .widget,
.mod-entry-table .content {
  float: left;
}

.mod-entry-table .widget {
  width: 135px;
  height: 28px;
}

.mod-entry-table .widget .label, .mod-entry-table .widget .remind {
  float: left;
}

.mod-entry-table .widget .label {
  width: 105px;
  text-align: right;
  line-height: 28px;
}

.mod-entry-table .widget .label .key {
  margin-right: 5px;
}

.mod-entry-table .widget .remind {
  width: 30px;
  height: 28px;
}

.mod-entry-table .content {
  _width: 575px;
}

.mod-entry-table .line-intext {
  margin-bottom: 10px;
  height: 28px;
  line-height: 28px;
}

.mod-entry-table .line-intext .text, .mod-entry-table .line-intext .o-btn {
  float: left;
}

.mod-entry-table .line-intext .text {
  margin-right: 8px;
}

.mod-entry-table .submit-btn {
  padding-left: 130px;
  margin-top: 0;
}

.mod-entry-table .normal-text {
  line-height: 28px;
  margin-bottom: 10px;
}

.mod-simple-table li {
  min-height: 28px;
  _height: auto !important;
  _height: 28px;
  _overflow: visible;
  list-style: none;
  font-size: 14px;
}

.mod-simple-table .item {
  float: left;
  margin-right: 20px;
}

.block-prompt {
  padding: 0 20px 0 30px;
  font-size: 14px;
  line-height: 20px;
}

.block-prompt .item {
  margin-bottom: 20px;
}

.block-prompt .module-title {
  padding: 0 0 0 5px;
}

.block-prompt .text {
  padding-left: 5px;
}

.block-prompt .dot-lists {
  padding: 0;
}

.block-prompt .dot-lists li {
  font-size: 14px;
}

.flow-wrap-show {
  width: 540px;
  margin: 0 auto;
}

.flow-wrap-show .flow {
  padding: 0;
}

.flow-wrap-show .flow .line {
  width: 230px;
}

.flow-wrap-show .flow .text {
  width: 200px;
  left: -80px;
  top: 35px;
  bottom: auto;
  text-align: center;
  color: #666;
  overflow: hidden;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
}

.flow-wrap-show .flow .label {
  font-size: 14px;
  font-weight: 700;
  color: #333;
}

.big-flow-show {
  width: 724px;
  height: 120px;
  margin: 20px auto;
  padding: 20px 0 30px 0;
  background: #fafafa;
}

.block-form .mod-simple-table {
  margin: 0 0 20px 30px;
}

.block-form .submit-btn-left {
  margin-left: 30px;
}

.mod-table-list-subaccount .key {
  color: #333;
}

.mod-table-list-subaccount .widget {
  text-align: left;
}

.mod-table-list-subaccount .widget .link {
  margin-left: 5px;
  margin-right: 10px;
}

.mod-table-list-quality {
  margin: 0 0 30px 30px;
  text-align: left;
}

.mod-table-list-quality .thead td {
  overflow: visible;
}

.mod-table-list-quality .thead .title {
  padding: 0 20px;
}

.mod-table-list-quality .thead .title .text, .mod-table-list-quality .thead .title .dot-remind {
  float: left;
}

.mod-table-list-quality .thead .dot-remind {
  margin: 13px 0 0 5px;
}

.mod-table-list-quality .input-check {
  height: 40px;
  line-height: 40px;
}

.mod-table-list-quality .input-check .input {
  margin-top: 1px;
  *margin-top: -3px;
}

.mod-table-list-quality .check-group {
  margin-bottom: 0;
}

.mod-table-list-quality .check-group .input-check {
  width: 215px;
  padding-left: 20px;
  *width: 225px;
  *padding-left: 10px;
}

.mod-table-list-quality .module-title {
  padding: 0 0 0 20px;
  height: 22px;
  line-height: 22px;
}

.mod-table-list-quality .module-title .title {
  padding: 0;
  font-size: 12px;
}

.mod-table-list-quality .mixin-check-group {
  padding: 8px 0 10px 0;
  border-bottom: 1px solid #d7d7d7;
}

.mod-table-list-quality .mixin-check-group .input-check {
  height: 28px;
  line-height: 28px;
}

.mod-table-list-quality .remind-prompt {
  padding: 5px 8px;
  font-weight: 500;
  line-height: 20px;
}

/* 
* @description: CP开放平台 private style
* @version: 3.0.7
* @author: wuwl
* @update: wuwl (2013-12-05) 
*/
.plugin-datentry .input, .plugin-datentry .sep, .plugin-datentry .o-btn {
  display: inline-block;
  margin-right: 2px;
}

.plugin-datentry .o-btn {
  *margin-left: 10px;
}

.plugin-datentry .input {
  width: 98px;
  height: 24px;
  border: 1px solid #e0e0e0;
  overflow: hidden;
}

.line-input-datecontrol .input-select, .line-input-datecontrol .plugin-datentry {
  float: left;
}

.line-input-datecontrol .input-select {
  width: 143px;
}

.tab-block-big-table {
  margin: 0 30px;
}

.tab-block-big-table .tab-title .tab-item, .tab-block-big-table .tab-title .inner {
  width: 150px;
}

.mod-table-list-bigshow {
  margin-top: 0;
}

.mod-table-list-bigshow .row {
  width: 239px;
  height: 58px;
  line-height: 58px;
  font-size: 16px;
  color: #666;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mod-table-list-bigshow .val {
  color: #4089e0;
  font-size: 24px;
}

.mod-simple-entry .widget, .mod-simple-entry .content {
  float: left;
}

.mod-simple-entry .content {
  width: auto;
}

.plugin-wave {
  width: 730px;
  margin: 0 auto;
}

.tab-main .sec-block-title {
  margin: 0;
}

.tab-main .more-line-btn {
  margin: 20px 0 0 0;
}

.mod-table-list-userdate .row {
  width: 179px;
}

.mod-table-list-userdate tr {
  cursor: pointer;
  color: #333;
}

.mod-table-list-userdate tr:hover {
  background: #f8f8f8;
}

.mod-table-list-userdate .thead .row {
  overflow: visible;
}

.mod-table-list-userdate .thead .inner {
  height: 40px;
  text-align: center;
}

.mod-table-list-userdate .thead .inner-text,
.mod-table-list-userdate .thead .dot-remind {
  display: inline-block;
  vertical-align: middle;
  *disply: block;
  *float: left;
}

.mod-table-list-userdate .thead .inner-text {
  *text-indent: 10px;
}

.mod-table-list-userdate .thead .dot-remind {
  margin-top: 0;
  *margin-top: 12px;
}

.mod-table-list-userdate .thead .dot-remind .remind-prompt {
  width: 400px;
  left: 50%;
  margin-left: -200px;
  text-align: left;
  white-space: normal;
}

.mod-table-list-userdate .back-child .dot-remind .remind-prompt {
  left: auto;
  right: -10px;
  margin-left: 0;
}

.ie-rimind {
  display: block;
  width: 422px;
  height: 55px;
  margin: 0 auto;
  padding: 40px 0;
}

.excel-pop .pop-box {
  width: 580px;
  margin-left: -290px;
  background-image: none;
  height: auto;
  background-color: #fafafa;
  padding: 0px;
  box-shadow: -1px 2px 20px -1px rgba(0, 0, 0, 0.6);
  border-radius: 1px;
}

.excel-pop .pop-box .content {
  width: 550px;
  padding: 13px 15px;
  text-align: left;
}

.excel-pop .pop-box .content img {
  margin-top: 10px;
}

.excel-pop .pop-box .content .btn-g {
  width: 80px;
  display: block;
  margin: 10px auto auto auto;
}

.excel-pop .pop-box .content .edge {
  margin-left: -15px;
}

.excel-pop .pop-box .content .dot-wanp {
  display: block;
  position: relative;
  text-indent: 10px;
}

.excel-pop .pop-box .content .dot-wanp .dot {
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #4089e0;
  border-radius: 2px;
  top: 9px;
  left: 1px;
}

.excel-pop .pop-box .content .retract {
  text-indent: 28px;
  padding-left: 11px;
}

.excel-pop .tip {
  color: #ff0000;
}

.excel-pop-small .pop-box {
  margin-top: -192px;
}

.excel-pop-small .pop-box .content {
  height: 318px;
}

.excel-pop-big .pop-box {
  margin-top: -304px;
  height: 586px;
}

.excel-pop-big .pop-box .content {
  height: 520px;
}

.add-server-tr .btn-sec-g {
  display: inline-block;
  margin-left: 3px;
  margin-bottom: 17px;
}

.add-server-tr .line-option {
  margin: 0px 0 8px 0px;
}

.select-server .input-check-wanp {
  overflow: hidden;
  margin-bottom: 20px;
  overflow-y: auto;
  height: 200px;
  padding-left: 50px;
}

.select-server .pop-box {
  background-image: none;
  height: auto;
  margin-top: -171px;
}

.select-server .input-check {
  text-align: left;
  float: left;
  height: auto;
  margin-bottom: 5px;
  margin-right: 5px;
  width: 159px;
}

.select-server .input-check .input {
  float: left;
  margin-top: 5px;
}

.select-server .input-check .text {
  display: block;
  width: 139px;
  float: right;
  word-break: break-all;
  word-break: break-all;
  overflow: auto;
  line-height: 160%;
}

.select-server .content {
  background-color: #FFFFFF;
  padding: 10px 0 20px 0;
  height: auto;
}

.new-preview-button {
  width: 138px;
  height: 33px;
  line-height: 33px;
  background-color: #f8f8f8;
  border: 1px solid #d5d5d5;
  display: block;
  font-size: 14px;
  color: #333333;
  border-radius: 2px;
  font-weight: 700;
  float: left;
  margin-right: 20px;
  text-indent: 36px;
  margin-top: -5px;
  background-image: url(../images/sprite/pc-phone-ico-black.png);
  background-repeat: no-repeat;
}

.new-preview-button:hover {
  background-color: #ffffff;
  text-decoration: none;
  color: #333333;
}

.new-preview-button:visited {
  color: #333333;
}

.new-preview-content {
  height: 50px;
}

.new-preview-button-pc {
  background-position: 8px 5px;
  position: relative;
  z-index: 1;
}

.new-preview-button-phone {
  position: relative;
  z-index: 1;
  background-position: 3px -50px;
  text-indent: 29px;
}

.new-preview-button-phone .qrcode {
  display: none;
  position: absolute;
  background-color: #ffffff;
  top: 33px;
  left: -1px;
  width: 161px;
  overflow: hidden;
  padding-bottom: 19px;
  border: 1px solid #d5d5d5;
}

.new-preview-button-phone .qrcode .qrcode-arrow {
  width: 9px;
  height: 5px;
  background-image: url(../images/sprite/common_icon_sp.png);
  background-position: 0px -440px;
  position: absolute;
  top: -5px;
  right: 11px;
}

.new-preview-button-phone .qrcode .qrcode-text {
  width: 161px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  font-size: 12px;
  color: #777777;
  font-weight: 100;
  text-indent: 0px;
  text-align: center;
  height: 29px;
}

.new-preview-button-phone .qrcode .qrcode-wanp {
  padding: 5px;
}

.gameParametersAndPaymentSettings-main .widget {
  width: 210px;
}

.game-management-ranking-medal {
  background-color: #fafafa;
  height: 45px;
  margin: 0 30px;
  margin-bottom: 5px;
}

.game-management-ranking-medal .medal-ico {
  width: 23px;
  height: 27px;
  background-image: url(../images/sprite/common_icon_sp.png);
  background-repeat: no-repeat;
  background-position: 0 -899px;
  float: left;
  margin-left: 15px;
  margin-top: 10px;
}

.game-management-ranking-medal a {
  font-weight: 700;
  display: block;
  float: left;
  height: 45px;
  line-height: 45px;
  margin-left: 18px;
}

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

.cke-wanp {
  width: 618px;
}

/* 2015-06-17 molb 免审资格弹窗 */
.no-check-win .main-pop-window {
  height: auto;
  margin-top: -143px;
}

.no-check-win .main-pop-window .pop-window-main {
  padding: 30px 10px 33px 50px;
}

.no-check-win .main-pop-window .pop-window-main .btn-wanp {
  padding-left: 0;
  margin-top: 30px;
}

.no-check-win .main-pop-window .pop-window-main .btn-wanp .code-btn-1 {
  float: none;
  display: inline-block;
  margin-right: 20px;
}

.no-check-win .main-pop-window .pop-window-main .btn-flat {
  margin-right: 20px;
  min-width: 80px;
}

.no-check-win h1 {
  font-size: 14px;
  font-weight: bold;
  color: #666666;
}

.no-check-win .tips {
  color: #999;
  text-indent: 24px;
}

/* 提示 */
.alert-tips {
  line-height: 25px;
  padding: 7px;
  background-color: #ffeed4;
  border: 1px solid #ff7f29;
  text-align: center;
  color: #d78f22;
  font-size: 14px;
  margin: 10px 0;
}

.alert-tips a {
  /*     color: #ff7f29; */
}

.alert-tips strong {
  font-weight: normal;
  color: #f60;
}

.alert-tips .icon-alert {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin: -3px 5px 0 0;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA8xpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wUmlnaHRzPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvcmlnaHRzLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcFJpZ2h0czpNYXJrZWQ9IkZhbHNlIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6MDVCNjk3OTg5OTVCRTExMTk1OEZBNTZCMUM3OUJENTciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NjRDMTYwRkMxOEJBMTFFNTkzQTc5QkJBMDUyRjFGMjUiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjRDMTYwRkIxOEJBMTFFNTkzQTc5QkJBMDUyRjFGMjUiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NjNhYzA1ZDUtODIwNS03OTRlLWE4OTUtNTAxYWNlN2M4ZmZlIiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6YzY4NzBkNzgtMjA3Yi0xMWU1LWFkNmMtZGQ4MmY4MjIzNDZiIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+/FJofQAAAPFJREFUeNpi/B8iyIAGtIA4BYg9gVgRKnYPiHcA8RwgvoasmBHJADYg7gPiTCBmYsAO/gHxbCAuBOLvIAEWJM1bgdiFAT8AGZwOxKpQF/6C2dSPQzMjFKMDJ6hrwV7QBtIXgZgZhwEg8B+L3F8g1meBBhgzDif/x+MdkJ4UkBc88CjC5QUY8AAZoMRAPlBiYqAMgGPhHgUGPGSCpjBywR6QAXOhUUIqAOmZAzLgChDPxBONuKISpOcKLBBBaXsPCbbvg+qBZ5pfQOwNxFOhGYYBT2YC2ewD1YOSG2EAlLRToQlMCarwAdSFc6BehgOAAAMASC0xPQal/LsAAAAASUVORK5CYII=') no-repeat center;
}

/* 指引的 tab 样式 */
.guide-tab {
  position: relative;
  background: #fff;
  border: 1px solid #c0c0c0;
  padding-left: 168px;
  overflow: hidden;
}

.guide-tab-header {
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 168px;
}

.guide-tab-header ul {
  height: 100%;
}

.guide-tab-header li {
  display: table;
  width: 100%;
  height: 50%;
  background: #f8f6f6;
  font-size: 16px;
  text-align: center;
  border-left: 5px solid transparent;
  border-right: 1px solid #c0c0c0;
  font-weight: bold;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.guide-tab-header li:first-child {
  border-bottom: 1px solid #c0c0c0;
}

.guide-tab-header li.cur {
  background: #fff;
  border-left: 5px solid #28a3ef;
  border-right: 0;
  color: #28a3ef;
}

.guide-tab-header li .cell {
  display: table-cell;
  vertical-align: middle;
}

.guide-tab-content {
  float: right;
  width: 100%;
  min-height: 200px;
  position: relative;
}

.guide-tab-content .action {
  position: absolute;
  bottom: 18px;
}

.guide-tab-item {
  display: none;
  /* 指引 tab 的 tab-item 样式 1 */
}

.guide-tab-item.guide-content-s1 {
  padding: 15px 10px 15px 60px;
}

.guide-tab-item.guide-content-s1 h1 {
  position: relative;
  font-size: 14px;
  color: #666;
  font-weight: bold;
}

.guide-tab-item.guide-content-s1 .round {
  display: block;
  position: absolute;
  left: -28px;
  top: 0;
  width: 21px;
  height: 21px;
  line-height: 21px;
  border-radius: 50%;
  font-size: 16px;
  text-align: center;
  color: #fff;
  font-weight: normal;
  background-color: #28a3ef;
}

.guide-tab-item.guide-content-s1 .round.star {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAMCAMAAACOacfrAAAAP1BMVEUAAAD///////////////////////////////////////////////////////////////////////////////9Du/pqAAAAFHRSTlMA9+eROA0H7sWYhH1mQi4duGtqMVNTViQAAABVSURBVAjXRcxHDsAgDETRMS10Uub+Zw0CEv7C0tNIxsidDrub14ZTVP9oE8lk0dNecaa8RhF+SQHMsXAY9KrMpc4na7NDZskMZYp+tDAPxdD6bSECL4hkBTde7KyyAAAAAElFTkSuQmCC') #28a3ef no-repeat 4px 4px;
}

.guide-tab-item.guide-content-s1 p {
  font-size: 12px;
  color: #999;
  line-height: 18px;
  margin: 5px 0 10px 0;
}

.guide-tab-item.guide-content-s1 ul {
  list-style: none;
  overflow: hidden;
  margin-bottom: 27px;
}

.guide-tab-item.guide-content-s1 li {
  float: left;
  font-size: 12px;
  color: #333;
  margin-right: 20px;
}

.guide-tab-item.guide-content-s1 li a {
  margin-left: 10px;
}

.guide-tab-item.guide-content-s1 .list-row li {
  float: none;
  width: 150px;
}

.guide-tab-item.guide-content-s1 .list-row a {
  float: right;
}

.guide-tab-item.guide-content-s1 .btn-flat {
  font-size: 12px;
  font-weight: bold;
}

.forum-guide .base-icon {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
}

.forum-guide .base-icon.user {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVCAMAAACeyVWkAAAAdVBMVEUAAAAAev8Aev8Aev8Aev8Aev8Aev8Aev8Aev8Aev8Aev8Aev8Aev8Aev8Aev8Aev8Aev////8Rg/92uP/0+v+42v8xlP/w9/8Xhv8Hfv/7/f/E4P+FwP9ss/8kjf/t9v/o8//J4/+t1P96uv9cqv9Tpf8zlf9D33oXAAAAEHRSTlMAJO/89I1PzLeuMzDlyI5IREDhbAAAAMBJREFUGNN1kUcSwzAIRXGVa6zqbqfn/keMgWjkTd4C6f9BDAJg6qxtkqbNaghEpfSUkTe7WAbijs08QdU7a11/XJKcnqdofgajRzOgnWKRQiJuw2gcxgKgkoTVGLUlUcGFXTWSq0hk0LJ7XanCQEJAw66ZjdZmfnJ3kNCpnSKWkSTQD6bFrv007W/34FyBx3bb5QnBPdxfP30UoR4q3+2Jiv+mfCblFn4OAZoDzyzAMyM7PWfm/3fh9yZiGQu/ty+jfxaL+R3WfAAAAABJRU5ErkJggg==');
}

.forum-guide .base-icon.lock {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVCAMAAACeyVWkAAAAQlBMVEUAAAAAev8Aev8Aev8Aev8Aev8Aev8Aev8Aev8Aev8Aev8Aev8Aev8Aev8Aev8Aev////8Rg//y+P+jz/+izv+VyP8F8L9mAAAAD3RSTlMAjST070zMt64zMOXIUctwuVPBAAAAjUlEQVQY022RWw7DIAwE10AgPFIHktz/qpVpEUjxfKBlZJBl40eikm0ulDAxOw92M+TmeOK2v5RLvdvZ7iqxa2MlXk/l+lwSrXwSWGhVHrSeAxC5cy4nR5BiCUWxHrnfJr07zJolwSnW4aNYD1IsISo2AuHVQxhzWLFmzGxlQ+ewa+Wh72KSyDt2fuztCwwdE95DSiE5AAAAAElFTkSuQmCC');
}

.forum-guide .base-icon.home {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVCAMAAACeyVWkAAAAflBMVEUAAAAAev8Aev8Aev8Aev8Aev8Aev8Aev8Aev8Aev8Aev8Aev8Aev8Aev8Aev8Aev/////6/f8aiP8Jf/8EfP/z+f/E4f+z2P+n0f9nsP8ukv/j8P+by/+Rxv86mP/r9f/m8v/l8f/P5v/M5P+62/+Iwf9ssv9Spf9Mov9IoP8lesjjAAAAD3RSTlMAjSTv/PRPzLeuMzDlyEjo1xv5AAAAvklEQVQY03WRVxaEIAxFg6jYAXuf3va/wQkggx/j+yDJPRBSwCgleeZnOUnByYu5VexZWFDuRAsDQ5/v5Yf6eWCiellq7QQqSWRg1QnRVdqNABIDy5scBnktdZAA0Xaczivn62UaVUQgV+bTtKV+0TZvNAwyPAc5V1v2WT6xOvDx90acuNXrgZWA6UBYqPNSYD/qHAbkDyWQbEEnUL2hydbbXbTK9MixNzcHp8A7nBniYH8zPN6F3RujnDK7ty/mDRWfTvRkewAAAABJRU5ErkJggg==');
}

.forum-guide .base-icon.gamepad-small {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVCAMAAACeyVWkAAAAh1BMVEUAAAAAev8Aev8Aev8Aev8Aev8Aev8Aev8Aev8Aev8Aev8Aev8Aev8Aev8Aev8Aev8Aev8Aev8Aev////+ayv/7/f/v9//Q5/+hzv/q9P80lv/z+f/d7v/Y6//U6f/I4v++3f+52v+q0/+Ux/9Upv8Zh/8Ngf/1+v+s1P+Lwv97uv8ukv8ljf+IVUKvAAAAEnRSTlMAJO/5jfPMt65OMzDlyI5RSPTSYArZAAAAwklEQVQY03WR2RKCMAxFw1YVwSWRVUB21///PpMyDCjDebidpGnnJoGBve17lufbe5gwtjiyNcbkycQJ8wSanYVzrJ1+7uAvjnyywX82AK6cr2uMQhPq04UDa0pE8YUJS2o5tsFnvWRpGxBzj+jBsQKPtagRE05WVf7MxB2IrWtQ30hIYgqQAemA4ygiCgq507WKNaTwg33XY5forNIemjLFgXeUaw8uLnFXelvO4WyszEw4zqud4/ouxr0pE0017u0LUOsZtcQs9R0AAAAASUVORK5CYII=');
}

.forum-guide .open-status {
  min-height: 80px;
  margin: 10px 0 25px 0;
  line-height: 30px;
  font-size: 14px;
}

.forum-guide .open-status .base-icon {
  width: 21px;
  height: 21px;
  margin-right: 5px;
  position: relative;
  top: -2px;
}

.forum-guide .text-s1 {
  font-size: 12px;
  margin: 5px 0 30px 0;
}

.forum-guide .text-s2 {
  font-size: 12px;
  margin: 10px 0 10px 0;
}

.forum-guide .link-list ul {
  list-style: none;
  margin-top: 5px;
  color: #28a3ef;
}

.forum-guide .link-list .list-dot {
  margin-right: 0;
}

.forum-guide .link-list a {
  font-size: 12px;
  line-height: 24px;
}

/* 发布论坛活动的弹窗 */
.to-forum-win .main-pop-window {
  width: 560px;
  height: 224px;
  margin-top: -140px;
  margin-left: -280px;
}

.to-forum-win .content {
  height: 73px;
  position: relative;
  margin: 40px 55px 30px 55px;
  background: url('../images/sprite/forum-bg.jpg?1441612686') no-repeat;
}

.to-forum-win .text1,
.to-forum-win .text2 {
  position: absolute;
  font-size: 14px;
  line-height: 18px;
  color: #333;
  text-align: center;
}

.to-forum-win .text1 span,
.to-forum-win .text2 span {
  font-size: 12px;
  color: #999;
}

.to-forum-win .text1 {
  left: 30px;
  top: 20px;
}

.to-forum-win .text2 {
  right: 0;
  bottom: 0;
}

.to-forum-win .action {
  text-align: center;
}

.to-forum-win .action .btn-flat {
  margin: 0 5px;
}

/* molb 2015-07-14 签订合同搜索框 */
.contract-search {
  margin: 10px 30px 15px 30px;
}

.contract-search .input-select {
  width: 138px;
}

.contract-search .right-control {
  float: right;
  border-left: 1px solid #e0e0e0;
  padding-left: 80px;
}

.contract-search .right-control .search-btn {
  display: inline-block;
  width: 90px;
  height: 28px;
  line-height: 28px;
  background: #fff;
  border: 1px solid #d5d5d5;
  border-radius: 3px;
  text-align: center;
  font-size: 12px;
  color: #333;
  margin-left: 3px;
}

.contract-search .right-control .search-btn:hover {
  color: #fff;
  background-color: #4498ff;
  border-color: #227eed;
}

.contract-search .block-input {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.contract-search .block-input .input-text {
  width: 140px;
}

/* molb v3.5.6 2015-07-20 对账单汇总 */
.bill-list-sub {
  border: 1px solid #e4e4e4;
  border-top: 0;
  padding: 10px 10px 15px 5px;
}

.bill-list-sub .item {
  height: 25px;
}

.bill-list-sub .item1 .label2 {
  color: #10921d;
}

.bill-list-sub .item2 .label2 {
  color: #ff6600;
}

.bill-list-sub .item3 .label1 {
  color: #333;
}

.bill-list-sub .item3 .label2 {
  color: #0073ff;
}

.bill-list-sub .label1,
.bill-list-sub .label2,
.bill-list-sub .label3 {
  display: block;
  float: left;
}

.bill-list-sub .label1 {
  width: 140px;
  text-align: right;
}

.bill-list-sub .label2 {
  width: 110px;
}

.bill-list-sub .label3 {
  color: #999;
}

/* 通用弹窗 2015-08-12 molb */
.common-win .main-pop-window {
  height: 210px;
}

.common-win .single-tips {
  font-weight: bold;
  margin-top: 45px !important;
}

.common-win h1 {
  text-align: center;
  font-size: 14px;
  margin-top: 18px;
}

.common-win p {
  text-align: center;
  color: #999;
  margin-top: 10px;
}

.common-win .btn-wanp {
  position: absolute;
  padding-left: 0 !important;
  left: 0;
  bottom: 30px;
  padding: 0;
  text-align: center;
}

.common-win .btn-wanp .code-btn-1,
.common-win .btn-wanp .code-btn-2 {
  display: inline-block;
  float: none !important;
}

/* 通用表格列表 molb 2015-08-26 */
.table-list {
  width: 100%;
  padding: 0 10px 20px 10px;
  border-top: 1px solid #d7d7d7;
  margin-top: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.table-list table {
  width: 100%;
  font-size: 14px;
}

.table-list th {
  color: #333;
  font-weight: bold;
  padding-top: 15px;
}

.table-list td {
  color: #666;
  text-align: center;
  border-bottom: 1px solid #d7d7d7;
  padding: 18px 20px;
}

.table-list .text {
  width: 350px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.table-list .action {
  font-size: 0;
}

.table-list .action a {
  font-size: 14px;
  border-left: 1px solid #d7d7d7;
  padding: 0 5px 0 6px;
}

.table-list .action a:first-child {
  border-left: 0;
}

.table-list .action .view {
  font-size: 14px;
  border-left: 1px solid #d7d7d7;
  padding: 0 5px 0 6px;
  color: #28a3ef;
  padding-right: 18px;
  position: relative;
  display: inline-block;
}

.table-list .action .view:before {
  content: '';
  width: 7px;
  height: 4px;
  position: absolute;
  right: 6px;
  top: 8px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAYAAABCxiV9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTAxOEY1Rjk1QTkxMTFFNTk5M0M5RjQ4ODc1MkRFMzIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NTAxOEY1RkE1QTkxMTFFNTk5M0M5RjQ4ODc1MkRFMzIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1MDE4RjVGNzVBOTExMUU1OTkzQzlGNDg4NzUyREUzMiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1MDE4RjVGODVBOTExMUU1OTkzQzlGNDg4NzUyREUzMiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PvB0lfsAAAAlSURBVHjaYmSo+v+fAQdgAmJGHHKMTDAGugRMJwOaArhCgAADABnCAoYPBLJeAAAAAElFTkSuQmCC');
  background-position: center center;
}

.table-list .action .view:first-child {
  border-left: 0;
}

.table-list .action .view:hover:before {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAYAAABCxiV9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDM4RTUzRjY1QTkxMTFFNUE0MzBDRDZDODdDRTNENjciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDM4RTUzRjc1QTkxMTFFNUE0MzBDRDZDODdDRTNENjciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0MzhFNTNGNDVBOTExMUU1QTQzMENENkM4N0NFM0Q2NyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0MzhFNTNGNTVBOTExMUU1QTQzMENENkM4N0NFM0Q2NyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PrbLuq8AAAAlSURBVHjaYmGo+s+ABEAcRhiHCU0CmYZLomiH8ZmwSMAVAAQYAAmhCH5/4fTVAAAAAElFTkSuQmCC');
}

.table-list .action .view:hover {
  cursor: pointer;
}

.table-list .action .view:hover .detail {
  display: block;
}

.table-list .action .view .detail {
  width: 145px;
  padding: 10px 0;
  position: absolute;
  left: -50px;
  top: 20px;
  border: 1px solid #d7d7d7;
  text-align: center;
  background: #fff;
  display: none;
  z-index: 99;
}

.table-list .action .view .detail .link {
  margin: 10px 15px;
  display: block;
  color: #666;
  border: none;
}

.table-list .action .view .detail .link:hover {
  color: #5ba5ff;
}

.table-list .no-pass {
  position: relative;
  z-index: 10;
}

.table-list .no-pass:before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: -1px;
  margin-left: -10px;
  width: 19px;
  height: 12px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAMCAMAAAC3DnawAAAAYFBMVEUAAAD/6cT/6cT/6cT/6cT/6cT/6cT/6cT/6cT/6cT/6cT/6cT/6cT/6cT/6cT/6cT/6cT/6cT/6cT/6cT/6cT/6cT/6cT/+fL/8Nj/9un/9eX/8dv/9+3/8t7/79b/7tMsuDLXAAAAF3RSTlMA/A3GsaJ6Y1AWA/Xs49m9lo5rQi0kBmx/AG0AAABeSURBVAjXXc1ZAoAQAEVRzfM8PBHtf5eVEM7n/bnEiNOKBOqUJ3vQJgqa+amQAGjupiU6AJxR+aetZXixZrXLXuAjukovBw6DJ7FqI4Wl57OT9Lx8lpaaF+Ri8B3yBmV0Csgdhe6hAAAAAElFTkSuQmCC') no-repeat center;
}

.table-list .error-widget {
  text-align: left;
  padding: 0 0 15px 0;
  position: relative;
  cursor: pointer;
}

.table-list .error-widget .inner {
  height: 30px;
  background-color: #fff9f2;
  color: #ffb777;
  border: 1px solid #ffe9c4;
  position: relative;
  top: -1px;
  padding: 3px 80px 3px 25px;
  overflow: hidden;
}

.table-list .error-widget p {
  line-height: 30px;
  padding-left: 8px;
  position: relative;
  font-size: 12px;
}

.table-list .error-widget p:before {
  content: '•';
  font-size: 12px;
  padding-right: 5px;
  position: absolute;
  left: -4px;
}

.table-list-img td {
  padding: 10px;
}

.table-list-img img {
  width: 100px;
  height: 75px;
  vertical-align: middle;
}

.table-list-img .text {
  width: 320px;
}

.table-list-img .no-border td {
  border-bottom: 0;
}

.table-list-img .no-border img {
  position: relative;
  top: 19px;
}

.table-list-img .error-widget {
  padding: 0;
}

.table-list-img .error-widget .inner {
  top: -20px;
}

.table-list-img .no-pass:before {
  bottom: 18px;
}

.table-list-img .fold {
  bottom: 26px;
}

/* 选择资讯表格 */
.news-table {
  background-color: #fff;
  font-size: 14px;
  position: relative;
  border: 1px solid #d7d7d7;
  border-top: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.news-table table {
  width: 100%;
}

.news-table td, .news-table th {
  border: 1px solid #d7d7d7;
  text-align: center;
  height: 30px;
  line-height: 22px;
  padding: 4px 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.news-table th {
  font-weight: bold;
}

.news-table .news-title {
  display: block;
  text-align: left;
  width: 220px;
  /*     @include ellipsis; */
}

.news-table .table-head .col4 {
  border-right: 0;
}

.news-table .table-wrap {
  position: relative;
  top: -1px;
  height: 217px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.news-table .table-wrap table {
  width: 575px;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.news-table .table-wrap .col4 {
  width: 116px;
}

.news-table .col1 {
  width: 80px;
  border-left: 0;
}

.news-table .col2 {
  width: 250px;
}

.news-table .col3 {
  width: 130px;
}

.news-table .col4 {
  width: 130px;
}

.show-hide-img {
  display: inline-block;
  position: relative;
  line-height: 28px;
  float: left;
}

.show-hide-img img {
  position: absolute;
  top: 26px;
  left: -75px;
  z-index: 10;
}

.ma-l-10 {
  margin-left: 10px;
}

.game-list-main .game-list .list li a {
  overflow: hidden;
  position: relative;
}

.game-list-main .game-list .list li .s1-tips-g {
  display: inline-block;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 10;
  min-width: 62px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  color: #666666;
  font-size: 12px;
}

.game-list-main .game-list .list li .s1-tips-g:before {
  content: " ";
  width: 12px;
  height: 22px;
  position: absolute;
  left: -10px;
  top: 0px;
  z-index: 5;
}

.game-list-main .game-list .list li .s1-tips-g1 {
  height: 21px;
  background: #f8f6f6;
  border-bottom: 1px solid #c0c0c0;
}

.game-list-main .game-list .list li .s1-tips-g1:before {
  top: -1px;
  background: 0px 0px url("https://image.9game.cn/s/uae/g/1m/game_open/web/public/img/app/game/s1-icon-g2.png") no-repeat;
}

.game-list-main .game-list .list li:hover .s1-tips-g1 {
  line-height: 21px;
  background: #cbe5fe;
  border-bottom: 1px solid #28a3ef;
  color: #28a3ef;
}

.game-list-main .game-list .list li:hover .s1-tips-g1:before {
  top: 0px;
  background: 0px 0px url("https://image.9game.cn/s/uae/g/1m/game_open/web/public/img/app/game/s1-icon-g1.png") no-repeat;
}

.game-list-main .game-list .list li .s1-tips-g4 {
  background: #ffffff;
  border-bottom: 1px solid #c0c0c0;
}

.game-list-main .game-list .list li .s1-tips-g4:before {
  background: 0px 0px url("https://image.9game.cn/s/uae/g/1m/game_open/web/public/img/app/game/s1-icon-g4.png") no-repeat;
}

.game-list-main .game-list .list li:hover .s1-tips-g4 {
  background: #ffffff;
  border-bottom: 1px solid #28a3ef;
  color: #28a3ef;
}

.game-list-main .game-list .list li:hover .s1-tips-g4:before {
  background: 0px 0px url("https://image.9game.cn/s/uae/g/1m/game_open/web/public/img/app/game/s1-icon-g3.png") no-repeat;
}

.main-inner-tips-1 {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}

.main-inner-tips-1 p {
  display: inline-block;
  margin: 0px auto;
  height: 30px;
  line-height: 30px;
  background: #ffefe6;
  color: #f38351;
  position: relative;
  padding-left: 10px;
  padding-right: 30px;
}

.main-inner-tips-1 em {
  content: " ";
  width: 10px;
  height: 10px;
  padding: 3px;
  position: absolute;
  right: 10px;
  top: 7px;
  cursor: pointer;
  text-indent: -999px;
  overflow: hidden;
  background: center center url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAICAYAAADA+m62AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAAsSAAALEgHS3X78AAAAk0lEQVQY042QsQ3CQAxFn9O7omWI0AH1MUAkMgRDuMoQDEHhAaBGUHFD0KbKAEeBA1Fo+JX1/C37WwCGrlkCJ+Cg5jlYDRyBVs2fMnSNAFdgDfRA4q0LsABuwFZiegWco9GHcax3av6QgHMzUxNAxVeFX33YuLqe3DRfndQ8/xPmDmwqNS9AG+mSmud4UQq2V/PyAqNONtyz/5fdAAAAAElFTkSuQmCC") no-repeat;
}
.password-tips {
  display: inline-block;
  position: absolute;
  background: #f8f8f8;
  border: 1px solid #d5d5d5;
  padding: 5px 10px;
  color: #999999;
  z-index: 10;
}
.password-tips:before {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 5px;
  left: -5px;
  z-index: 10;
  border-top: 4px solid transparent;
  border-right: 8px solid #f8f8f8;
  border-bottom: 4px solid transparent;
}
.password-tips:after {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 5px;
  left: -8px;
  z-index: 5;
  border-top: 4px solid transparent;
  border-right: 8px solid #d5d5d5;
  border-bottom: 4px solid transparent;
}
.password-tips ul,
.password-tips li {
  list-style: none;
}
.password-tips i {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: 0px 0px url("https://image.9game.cn/s/uae/g/1m/game_open/web/public/img/common/pwd-icon.png") no-repeat;
  margin-right: 5px;
}
.password-tips .is-right {
  color: #1182ff;
}
.password-tips .is-right i {
  background: 0px 0px url("https://image.9game.cn/s/uae/g/1m/game_open/web/public/img/common/pwd-icon-hover.png") no-repeat;
}
.password-strength {
  display: inline-block;
  position: absolute;
  top: -5px;
  z-index: 10;
}
.password-strength ul,
.password-strength li {
  list-style: none;
}
.password-strength li span {
  display: inline-block;
  width: 60px;
  text-align: center;
  float: left;
  margin-right: 2px;
}
.password-strength .password-strength-title {
  font-size: 12px;
  line-height: 18px;
  color: #999999;
}
.password-strength .password-strength-title .is-good.s-1 {
  color: #ff0000;
}
.password-strength .password-strength-title .is-good.s-2 {
  color: #ffcc01;
}
.password-strength .password-strength-title .is-good.s-3 {
  color: #00aa09;
  margin-right: 0px;
}
.password-strength .password-strength-line p {
  padding: 2px;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  overflow: hidden;
}
.password-strength .password-strength-line span {
  height: 8px;
  background-color: #999999;
}
.password-strength .password-strength-line span.s-1 {
  border-radius: 5px 0px 0px 5px;
}
.password-strength .password-strength-line span.s-3 {
  border-radius: 0px 5px 5px 0px;
  margin-right: 0px;
}
.password-strength .password-strength-line .is-good.s-1 {
  background-color: #ff0000;
}
.password-strength .password-strength-line .is-good.s-2 {
  background-color: #ffcc01;
}
.password-strength .password-strength-line .is-good.s-3 {
  background-color: #00aa09;
}

.module-tips{
  margin: 10px 10px 20px;
  padding: 15px 0;
  font-size: 14px;
  color: #d78f22;
  text-align: center;
  background-color: #fff4ec;
  border-radius:6px;
}
.main .main-content .grids-main .test-edit-content{
  padding: 0 20px; 
}
.test-edit-content .module-title {
  height: 29px;
}
.test-edit-content .module-title .title{
  padding: 0 2px 4px;
  color: #5ba5ff;
}
.test-edit-content .tips{
  position: relative;
  color: #4089e0;
}
.test-edit-content .tips-txt{
  cursor: pointer;
}
.test-edit-content .tips-img{
  display: none;
  position: absolute;
  z-index: 1;
  top: 25px;
  right: -18px;
}
.test-edit-content .edit-wrap{
  padding-left: 70px;
}
.test-edit-content .title-wrap{
  position: relative;
  margin-top: 24px;
}
.test-edit-content .title-wrap .title{
  position: absolute;
  top: 4px;
  left: -64px;
}
.test-edit-content .title-wrap .gray-bg{
  padding: 4px 20px;
  background-color: #f8f8f8;
  color: #666666;
}
.test-edit-content .textarea{
  width: 100%;
  height: 250px;
  margin: 20px 0;
  border: 1px solid #e5e5e5;
}
.test-edit-content .code-btn-2{
  width: 80px;
}
.d-content .edit-tips{
  font-size: 12px;
  color: #999999;
  margin-top: 5px;
  text-align: center;
}
.question-ico{
    display: none;
    width: 21px;
    height: 21px;
    margin-right: 4px;
    background-image: url(https://image.9game.cn/s/uae/g/1m/game_open/web/public/images/question2.png);
    display: inline-block;
    vertical-align: middle;
}

.pkgContainer-title {
  color: #333;
  padding: 0 30px;
}

.pkgContainer-title .link-color {
  color: #28a3ef;
  cursor: pointer;
}

.tooltips {
  display: block;
  padding: 12px 10px;
  background: #28a3ef;
  border-radius: 3px;
  color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  line-height: 20px;
  position: absolute;
  margin-top: 8px;
  white-space: nowrap;
}

.tooltips .arrow {
  display: block;
  font-style: normal;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #28a3ef;
  position: absolute;
  left: 50%;
  top: -5px;
  margin-left: -5px;
}

.tr-row td {
  padding-top:20px;
}
.progress-bar {
  display:inline-block;
}

.download {
  width:80px;
  line-height:25px;
  padding:0 10px;
  border:1px solid #d5d5d5;
  background:#f7f7f7;
  border-radius:3px;
  text-align:center;
  display:block;
  cursor:pointer;

}
.download.not {
  color:#ccc;
}
.taps-nav li {
  position:relative;
}
.taps-nav li a.red-tips {
  height:24px;
  cursor: pointer;
  padding: 3px 5px;
  margin-left: 25px;
  margin-top: 4px;
  border-radius: 3px;
  color: #fff;
  background: #28a3ef;
  font-size: 14px;
  position: absolute;
  top: 12px;
  left:90px;
  width: 370px;
  line-height: 25px;
}
.taps-nav li a.red-tips:hover {
  color:#fff;
  background:#53b5f2;
}
.triangle-icon {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 0 5px;
  position: relative;
  top: -1px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
.how-to {
  display:inline-block;
  position:relative;
}
.how-to .know-to {
  position: absolute;
  top: 23px;
  left: -350px;
  z-index: 3;
}
.know-to {
  display:none;
}
.know-to.set {
  left: -205px;
}
.how-to:hover .know-to{
  display:block;
}
.block-form .submit-btn.setb {
  margin-left:27px;
}
.input-select .input.setAttr {
	height:36px;
}