.block {
  display: inline-block !important;
}
.none {
  display: none!important;
}
input[type=checkbox],
input[type=radio] {
  cursor: pointer;
}
#ui-datepicker-div {
  z-index: 8888888888!important;
}
/*.btn-success {
  color: #fff;
  background-color: #477ead;
  border-color: #477ead;
}*/
textarea {
  overflow: hidden;
}
a.btn.btn-remark {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  outline: none;
  padding: 0;
}
.text-success {
  color: #41b75b!important;
}
.text-danger {
  color: #d11f1f!important;
}
.has-success .form-control {
  border-color: #e1e1e1;
}
/*::-webkit-input-placeholder { !* WebKit browsers *!
  color:    @cl-aa!important;
}
::-moz-placeholder { !* Mozilla Firefox 4 to 18 *!
  color:    @cl-aa!important;
}
::-moz-placeholder { !* Mozilla Firefox 19+ *!
  color:    @cl-aa!important;
}
:-ms-input-placeholder { !* Internet Explorer 10+ *!
  color:    @cl-aa!important;
}*/
.form-horizontal .control-label {
  padding-top: 14px;
}
input[name='merchant_form'] .form-control {
  height: 42px;
  line-height: 42px;
}
select::-ms-expand {
  display: none;
}
select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url("../images/arrow.png") no-repeat scroll 95% center #fff !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* 点击去除高亮的颜色*/
  padding: 0 12px!important;
  padding-right: 14px!important;
  border: solid 1px #000;
  outline: none;
}
.content-text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  outline: none;
  display: inline-block;
}
.moreContent-table .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off,
.moreContent-table .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on,
.moreContent-table .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label {
  min-width: 34px;
}
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label {
  white-space: nowrap;
}
/*重置弹框的样式*/
.layui-layer-title {
  font-size: 16px !important;
  color: #fff !important;
  background-color: #393e4a !important;
}
.layui-layer-setwin {
  top: 14px!important;
}
.layui-layer-setwin a {
  width: 20px !important;
  height: 20px !important;
  background: url("../images/icon-del.png") center center no-repeat !important;
  top: -2px;
}
.layui-layer-setwin .layui-layer-close1 {
  background-position: center center!important;
}
#proportion {
  display: inline-block;
  width: auto;
}
.layui-layer-btn a {
  height: 32px !important;
  line-height: 32px !important;
}
.layui-layer-btn .layui-layer-btn0 {
  width: 130px;
  border-radius: 4px;
  border: 0!important;
  text-align: center;
}
.layui-layer-btn .layui-layer-btn1 {
  width: 130px;
  border-radius: 4px;
  border-color: #b7b7b7;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), color-stop(0.2, #ffffff), to(#d7d7d7)) !important;
  text-align: center;
}
/*弹框的样式结束*/
/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
  display: none;
}
.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
  color: #07111f;
}
.has-success .form-control:focus {
  border-color: #2b3d54;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #477ead;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #477ead;
}
/*.btn-success:hover {
  color: #fff;
  background-color: #464e5f;
  border-color: #476891;
}
.btn-success.active, .btn-success:active, .open>.dropdown-toggle.btn-success{
  color: #fff;
  background-color: #477ead;
  border-color: #477ead;
}
.btn-success.focus, .btn-success:focus{
  color: #fff;
  background-color: #477ead;
  border-color: #477ead;
}
.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open>.dropdown-toggle.btn-success.focus, .open>.dropdown-toggle.btn-success:focus, .open>.dropdown-toggle.btn-success:hover{
  background-color:#464e5f;
}*/
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
/*开关颜色*/
.bootstrap-switch-open {
  background: #477ead;
  color: #fff;
}
.bootstrap-switch-off {
  /*background: @btn_c8;*/
  color: #fff;
}
/*开关颜色结束*/
.input-inline {
  display: inline-block !important;
}
.has-success .input-group-addon {
  border-color: #dddddd;
  color: #07111f;
  background-color: #fff;
}
.purview .form-horizontal .control-label {
  padding-top: 8px;
}
.edui-default .edui-editor {
  width: 100% !important;
}
.webForm .edui-default .edui-editor {
  width: 367px !important;
}
#edui_fixedlayer {
  z-index: 100000000008!important;
  left: -100px !important;
}
.edui-default .edui-colorpicker-nocolor {
  height: 20px !important;
  padding: 2px 5px!important;
}
.role-table li {
  height: 40px;
  line-height: 40px;
  width: 1200px;
  margin: 0 auto;
}
.role-table li span {
  display: inline-block;
  width: 300px;
  text-align: center;
}
.role-table li span i {
  display: inline-block;
  text-align: center;
}
.role-table li.title {
  background: #77819c!important;
  color: #ffffff;
  font-size: 16px;
}
.role-table li:nth-of-type(odd) {
  background: #a1aece;
  color: #ffffff;
}
.powerList {
  padding: 0 10px;
}
.user_menuPer_td {
  border-bottom: none !important;
}
#set {
  display: inline-block;
  margin-left: 10px;
}
.search_box {
  margin: 0 0 10px 0;
}
.search_box .btn-primary {
  background: url("../images/search-bg.png") repeat-x;
  border: 0;
  outline: none;
}
.search_box .form-inline > .form-group {
  padding-right: 22px;
  vertical-align: top;
  margin-bottom: 10px;
}
.search_box .form-inline .form-control {
  height: 32px;
}
.search_box .pull-right .btn-customize,
.content_nav .btn-customize {
  background: #5283e2 !important;
  color: #fff;
}
.search_box .pull-right .btn-customize.btn-primary.active,
.content_nav .btn-customize.btn-primary.active,
.search_box .pull-right .btn-customize.btn-primary:active,
.content_nav .btn-customize.btn-primary:active,
.search_box .pull-right .btn-customize.btn-primary:hover,
.content_nav .btn-customize.btn-primary:hover,
.search_box .pull-right .btn-customize.btn-primary:active:hover,
.content_nav .btn-customize.btn-primary:active:hover,
.search_box .pull-right .btn-customize.btn-primary.focus,
.content_nav .btn-customize.btn-primary.focus {
  color: #fff;
}
.search_box .form-inline select.form-control {
  background: url("../images/arrow.png") no-repeat 91% center, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), color-stop(0.2, #ffffff), to(#d7d7d7)) !important;
  min-width: 90px;
  cursor: pointer;
  padding-right: 28px !important;
}
.search_box .form-inline select.form-control.accType {
  min-width: 97px;
}
.search_box .form-inline select.form-control.accType.agentStatus {
  min-width: 106px;
}
.search_box .btn-primary:hover,
.search_box .btn-primary:active:hover {
  background: #171721;
  color: #fff;
  outline: none;
}
.search-more-box search_box .pull-right {
  display: block;
}
.search-more-box .content_nav .pull-right {
  display: none;
}
@media screen and (max-width: 1600px) {
  .search_box .form-group,
  .search_box button {
    margin-bottom: 4px;
  }
  .search_box .form-inline > .form-group {
    padding-right: 14px;
  }
  .search-more-box .search_box .pull-right {
    display: none;
  }
  .table-customize {
    font-size: 13px!important;
  }
  .search_box .form-inline .form-control {
    padding: 6px 4px;
  }
  .search-more-box .content_nav .pull-right {
    display: block;
  }
}
.user_page > .pagination {
  margin: 0 ;
}
.user_page > .pagination > li > a {
  cursor: pointer;
  border-radius: 4px;
  color: #000;
  height: 28px;
  padding-top: 3px;
  background: url("../images/page_bg.png") center center;
}
.user_page > .pagination > .active > a,
.user_page > .pagination > .active > a:focus,
.user_page > .pagination > .active > a:hover,
.user_page > .pagination > .active > span,
.user_page > .pagination > .active > span:focus,
.user_page > .pagination > .active > span:hover {
  background: #fff;
  border: 1px solid #b7b7b7;
  color: #000;
  height: 28px;
  padding-top: 3px;
}
.user_page .pagination > li:first-of-type a {
  background: url("../images/page_left.png") center center no-repeat;
}
.user_page .pagination > li:last-of-type a {
  background: url("../images/page_right.png") center center no-repeat;
}
.user_page .pagination > li:first-of-type a,
.user_page .pagination > li:last-of-type a {
  width: 34.8px;
  height: 28px;
}
.user_page .pagination > li {
  margin: 0 4px;
  display: inline-block;
}
.clear_o {
  clear: both;
  margin-bottom: 20px;
}
.user_allinfo {
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  color: #bababb;
}
.both {
  background: url("../images/list-btn.png");
}
.bothdown {
  background: url("../images/list-btnbottom.png");
}
.bothup {
  background: url("../images/list-btntop.png");
}
.table > thead > tr > th.sortable {
  cursor: pointer;
  min-width: 66px;
}
.table > thead > tr > th.sortable2 {
  cursor: pointer;
  min-width: 66px;
  width: 154px;
}
.table > thead > tr > th.sortable.sortable-middle {
  min-width: 86px;
}
.table > thead > tr > th.sortable.sortable-big {
  min-width: 120px;
}
.table > thead > tr > th.sortable.sortable-btn {
  min-width: 110px;
}
body .modify-pwd .layui-layer-content {
  height: auto!important;
  border-bottom: 1px solid #ccc;
  padding-top: 8px;
}
body .modify-setBetLimit .layui-layer-content {
  border-bottom: 1px solid #ccc;
  padding-top: 8px;
}
body .modify-pwd .layui-layer-btn .layui-layer-btn0,
body .modify-pwd .layui-layer-btn .layui-layer-btn1,
body .modify-setBetLimit .layui-layer-btn .layui-layer-btn0,
body .modify-setBetLimit .layui-layer-btn .layui-layer-btn1 {
  width: 130px;
}
body .modify-pwd .layui-layer-btn,
body .modify-setBetLimit .layui-layer-btn {
  padding-top: 12px !important;
}
body .layer-img .layui-layer-title {
  border-bottom: 0;
}
body .modify-myPwd .layui-layer-content {
  height: 212px!important;
}
.layui-layer-btn {
  padding: 0 15px 26px!important;
}
body .modify-setBetLimit.modify-lock .layui-layer-content {
  padding-top: 0;
}
.layui-layer-tab .layui-layer-title span.layui-this {
  color: #07111f;
  height: 42px !important;
}
.setLimit > table {
  float: left;
  margin: 0 10px;
  margin-bottom: 10px;
}
.setLimit > table.table1 {
  float: none;
  margin: 0 auto;
  margin-bottom: 10px;
}
.setLimit > table input {
  width: 80px;
}
.setLimit > table tr > td:nth-of-type(2) {
  text-align: left!important;
}
.lock_box {
  padding: 10px;
  width: 800px;
  height: 400px;
}
.lock-title {
  line-height: 36px;
  font-size: 14px;
  background: #ebebeb;
  margin-bottom: 0;
}
.lock-list {
  background: #fafafa;
  padding: 10px 0;
}
.lock_box select {
  border-color: #ccc;
}
.lock-title i {
  font-style: normal;
  display: inline-block;
  text-align: center;
  width: 100px;
  color: #fff;
  background: #666;
}
#level_form {
  padding: 20px ;
  padding-top: 0;
}
.layui-layer-content .form-inline.payBank .checkbox {
  min-width: 160px;
}
.layui-layer-content .form-inline.payBank .checkbox.checkbox-inline + .checkbox-inline {
  margin-left: 0;
}
.leveSet .checkbox-inline,
.leveSet .radio-inline {
  padding-left: 0;
}
.leveSet .checkbox-inline .radioBtn,
.leveSet .radio-inline .radioBtn {
  margin-right: 0;
  background-color: #fff;
  top: 2px;
}
@font-face {
  font-family: "iconfont";
  src: url('../font/iconfont.eot?t=1510040797006');
  /* IE9*/
  src: url('../font/iconfont.eot?t=1510040797006#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAAcYAAsAAAAAChQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADMAAABCsP6z7U9TLzIAAAE8AAAARAAAAFZXFEjFY21hcAAAAYAAAACCAAAB3mZyoMBnbHlmAAACBAAAAtoAAANcCVjYZWhlYWQAAATgAAAALwAAADYP50+QaGhlYQAABRAAAAAeAAAAJAhXBAdobXR4AAAFMAAAABYAAAAcHGgAAGxvY2EAAAVIAAAAEAAAABAC4ANmbWF4cAAABVgAAAAfAAAAIAEWAF1uYW1lAAAFeAAAAUUAAAJtPlT+fXBvc3QAAAbAAAAAVQAAAGgw7qsteJxjYGRgYOBikGPQYWB0cfMJYeBgYGGAAJAMY05meiJQDMoDyrGAaQ4gZoOIAgCKIwNPAHicY2Bk4WecwMDKwMHUyXSGgYGhH0IzvmYwYuRgYGBiYGVmwAoC0lxTGBwYKp4dZm7438AQw9zIsAwozAiSAwDn8AxueJzFkd0JhEAMhCf+hEP0KrAEy/HhSvHxng77spdpw5tsBNEGnOVbmIFNlgRAC6AWk2gA+8EQ+iq1ktfoSt5gln/jhQqOhc6BI1du+6787k+Z3pwnvKtWpbrqbY7HZM+1vqov9+dwMZHlQF+kJ5FzSGJTHBNNElyT2CS3BO0fQnohKAAAeJxtUk1rE1EUffe9ZD7SZpJMMjPNpDP5amYSJ03bSTIp/UjTIhRLCi3WhIpIKwhutLiQUnAxUgqCLrpQf4AILoTahctupOBCF660Sz9BWty5ESmjb4xLhzf33AsPzj3nHRRE6PcnckAGUBwV0Rg6i5YQAsaCnIA1yJq1CrZAygYlJSEQM29m2XyuQqZByTEJ2XZqhsKwTAQE0KGatR2zgk2o15p4EmxZA0im1PNiYVAkuxAaMPUdbwE/BimdH4w0h71z5ZmEnYlzm/2imBTF+xwTDHIYByICXFdkPsiHGO9JMKJKB+kSTkN/0lTbq+FMSly/W7uhFRQewHUhnsoIT2diaoye26ocF5NsNMwNqOH8UAI2v/YNxPs14wuiH6ZaL5If2EMSyiFUqIDJmg2TVVhTAFagMh3DLDShQUEARQeFPBrf52/FMq1WJnEztN8YschnMOvexsY2cO3ne4scbG9oxQ55X51ttWZrR6RTtHY59t7YA/51t3vI84fd7huOcgPlfkf2iIWMHrMxAnXbadRpW5covUQNlNh/ZipStu4Y5II2M2QbJWaBwevz8+uYNiXDHspMNVVMOlh9FpL6omHBct2V5U4AINBZXnFdSwhH+0KSvsNZFrfT46biP+KHiL42D1RyA3/wjisn34fB9U6Gj79VUIDu5wa2yB2UQuNoAs3TLXO+DX8LXVIAM0YdyVJ7YkweCO1pa8sKFeHo2B8c2a/EVApZPxn5bI7xPTweXRTj7bW2GF+kJXltEgyFOIoBknK6dQUvTU3MyapjV+c0UY7URxsjad1Yml6Gq5XQ6QtiJzQtcfpW0iAl/6qVyzX/h2p53I55L5USQEmBJgM/PW96lTCXwmt8tRo18jbgyVpoi8WXmwCYr2olTTuTgp4XpIuPqE7qhUFjTHPkZ7nBgx9okwe6e47FyPMiRT0CmKJepAjYnz2Poj+/6qHn/f8eQn8A0D2dKwAAeJxjYGRgYABiuePqWvH8Nl8ZuFkYQOCaeusdBP0/iqWSuRHI5WBgAokCAA61CgcAeJxjYGRgYG7438AQw1LPAAQslQyMDKiAHQBcbwNoAAB4nGNhYGBgfsnAwMKAhOshNAAaLAGEAAAAAAAAAHYAtADyAQQBeAGueJxjYGRgYGBnCGRgZQABJiDmAkIGhv9gPgMAEWMBdAB4nGWPTU7DMBCFX/oHpBKqqGCH5AViASj9EatuWFRq911036ZOmyqJI8et1ANwHo7ACTgC3IA78EgnmzaWx9+8eWNPANzgBx6O3y33kT1cMjtyDRe4F65TfxBukF+Em2jjVbhF/U3YxzOmwm10YXmD17hi9oR3YQ8dfAjXcI1P4Tr1L+EG+Vu4iTv8CrfQ8erCPuZeV7iNRy/2x1YvnF6p5UHFockikzm/gple75KFrdLqnGtbxCZTg6BfSVOdaVvdU+zXQ+ciFVmTqgmrOkmMyq3Z6tAFG+fyUa8XiR6EJuVYY/62xgKOcQWFJQ6MMUIYZIjK6Og7VWb0r7FDwl57Vj3N53RbFNT/c4UBAvTPXFO6stJ5Ok+BPV8bUnV0K27LnpQ0kV7NSRKyQl7WtlRC6gE2ZVeOEXpc0Yk/KGdI/wAJWm7IAAAAeJxjYGKAAC4G7ICdkYmRmZGFkZWRjZGdkYOBsYItKzMxvziVrTI/Lz2jVKQ4IzEvvSIzESiaV5JfqpucX1DJGpyRWJDKmZxRWpmZAlTGwAAAO/kT6gAAAA==') format('woff'), url('../font/iconfont.ttf?t=1510040797006') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/ url('../font/iconfont.svg?t=1510040797006#iconfont') format('svg');
  /* iOS 4.1- */
}
.iconfont {
  font-family: iconfont!important;
  font-size: 28px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-caipiao:before {
  content: "\e650";
}
.icon-xiugaimima:before {
  content: "\e635";
}
.icon-kefu:before {
  content: "\e646";
}
.icon-icon:before {
  content: "\e600";
}
.icon-vip1:before {
  content: "\e658";
}
.icon-zijin:before {
  content: "\e663";
}
.icon-kefu1:before {
  content: "\e66b";
}
.icon-youxi:before {
  content: "\e668";
}
.icon-zhuanzhang:before {
  content: "\e66f";
}
.icon-yanzhengma1:before {
  content: "\e625";
}
.icon-weixin:before {
  content: "\e680";
}
.icon-shixun:before {
  content: "\e602";
}
.icon-tiyu:before {
  content: "\e606";
}
.icon-liwu:before {
  content: "\e60d";
}
.icon-cunkuan:before {
  content: "\e662";
}
.icon-qukuan:before {
  content: "\e681";
}
.icon-dfdfdfdfdf:before {
  content: "\e601";
}
.icon-huodong:before {
  content: "\e607";
}
.icon-qipai:before {
  content: "\e61b";
}
.icon-qq:before {
  content: "\e642";
}
.icon-yanzhengma:before {
  content: "\e664";
}
.icon-vip2:before {
  content: "\e62f";
}
.icon-youhuiquan:before {
  content: "\e672";
}
.icon-zhanghu:before {
  content: "\e60e";
}
.icon-vip:before {
  content: "\e69e";
}
.icon-mima1:before {
  content: "\e653";
}
.icon-daili:before {
  content: "\e6bc";
}
.icon-liwu1:before {
  content: "\e7dd";
}
.icon-vip3:before {
  content: "\e65a";
}
.icon-kefu2:before {
  content: "\e61f";
}
.icon-youhuiquan1:before {
  content: "\e673";
}
.icon-weixin1:before {
  content: "\e603";
}
.icon-denglu:before {
  content: "\e621";
}
.icon-kefu4:before {
  content: "\e64c";
}
.icon-yanjing:before {
  content: "\e611";
}
.icon-xin:before {
  content: "\e80d";
}
.icon-vip4:before {
  content: "\e610";
}
.icon-poker-cards:before {
  content: "\e665";
}
.icon-renwu:before {
  content: "\e67b";
}
.icon-tikuan:before {
  content: "\e614";
}
.icon-QQ:before {
  content: "\e622";
}
.icon-eye:before {
  content: "\e65b";
}
.icon-qipaishi:before {
  content: "\e623";
}
.icon-tuichu:before {
  content: "\e617";
}
.icon-ios-vip-no:before {
  content: "\e604";
}
.icon-yu:before {
  content: "\e69c";
}
.icon-huaban:before {
  content: "\e630";
}
.icon-cunkuan1:before {
  content: "\e73c";
}
.icon-zijin1:before {
  content: "\e6d9";
}
.icon-xinxi:before {
  content: "\e608";
}
.icon-jifen:before {
  content: "\e6dc";
}
.icon-xingming:before {
  content: "\e647";
}
.icon-jifen1:before {
  content: "\e6a7";
}
.icon-tubiaobianji-:before {
  content: "\e609";
}
.icon-gerenzhongxinwoderenwubiaozhuntoumianxing:before {
  content: "\e60a";
}
.icon-qingdan:before {
  content: "\e87e";
}
.icon-icon-test:before {
  content: "\e69d";
}
.icon-mima:before {
  content: "\e618";
}
.icon-shenhe:before {
  content: "\e6a8";
}
.icon-notice:before {
  content: "\e60b";
}
.icon-zhanghu1:before {
  content: "\e61d";
}
.icon-qiandao:before {
  content: "\e66e";
}
.icon-qingdan1:before {
  content: "\e612";
}
.icon-card:before {
  content: "\e615";
}
.icon-wode:before {
  content: "\e605";
}
.icon-time:before {
  content: "\e691";
}
.icon-fund-change:before {
  content: "\e641";
}
.icon-jifenbiandong:before {
  content: "\e71a";
}
.icon-zizhujinji:before {
  content: "\e767";
}
.icon-tikuanjilu:before {
  content: "\e771";
}
.icon-cunkuanjilu:before {
  content: "\e70a";
}
.tooltip-inner {
  max-width: none;
  min-width: 120px;
}
.rebate_info {
  width: 660px;
}
.look-plan .table,
.look-plan .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: transparent;
}
.look-plan .table-bordered.level-model > tbody > tr > th {
  min-width: 110px;
}
.table-customize tr .vip-model th,
.table-customize tr .level-model th {
  background: #393e49;
}
.look-plan .table-bordered.vip-model > tbody > tr > th {
  min-width: 170px;
}
.look-plan .row {
  margin-right: 0px;
}
.look-plan .col-xs-2 {
  width: 12.666667%;
  padding-right: 0;
}
.look-plan .col-xs-10 {
  padding-left: 0;
  padding-right: 45px;
  width: 87.33333333%;
}
.addMerchant .form-group .col-sm-6 label {
  width: 25%;
}
.addMerchant .form-group .col-sm-7 label {
  width: 30%;
}
body,
html {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: 12px;
  font-family: 'Microsoft Yahei', '微软雅黑', Arial, sans-serif;
}
li {
  list-style: none;
}
* {
  margin: 0;
  padding: 0;
}
a:focus,
a:hover {
  text-decoration: none;
  cursor: pointer;
}
i {
  padding: 0;
  margin: 0;
  font-style: normal;
}
.table th,
.table td {
  vertical-align: middle!important;
}
.r {
  color: #d9534f;
}
.b {
  color: #0275d8;
}
.table-center th,
.table-center td {
  text-align: center;
}
.btn-padding {
  padding: 6px 12px!important;
}
.table-auto td {
  height: 20px !important;
}
.table-child {
  padding: 0!important;
  float: left;
}
.game-title {
  overflow: hidden;
}
.icon-renwu:before {
  content: "\e67b";
}
.game-title span {
  height: 26px;
  line-height: 26px;
  border: 1px solid #ddd;
}
.game-title span {
  border-bottom: 0;
}
.game-title span:first-of-type {
  border-left: 0;
  border-right: 0;
}
.game-title div span:last-of-type {
  border-left: 0;
}
.game-title div.divMore {
  border-right: 1px solid #ddd;
}
.game-title span.more,
.game-dataList {
  border-left: 0;
  border-right: 1px solid #ddd;
}
.game-title span.more:last-of-type,
.game-dataList:last-of-type,
.game-title div.divMore:last-of-type {
  border-right: 0;
}
.table-auto td:first-of-type {
  text-align: right;
}
.table-auto td:last-of-type {
  text-align: left;
}
.form-horizontal#codeForm .form-group {
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
}
.form-horizontal#codeForm.webForm .form-group {
  margin: 0;
  padding: 0;
}
#monsterW {
  display: none!important;
}
.border-left-no {
  border-left: 0!important;
}
.onlineplan .checkbox-inline {
  margin-left: 10px;
}
.border-right-no {
  border-right: 0!important;
}
.border-left {
  border-left: 1px solid #ddd;
}
.border-left:first-of-type {
  border-left: 0;
}
.border-right {
  border-right: 1px solid #ddd;
}
.border-right:last-of-type {
  border-right: 0;
}
.label-title {
  width: 90px!important;
  text-align: right;
}
.loginbg,
.main {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  min-width: 1250px;
}
.loginbg {
  position: fixed;
  background-color: #454e5f;
}
.login {
  height: 100%;
  width: 100%;
}
.login .login-wrap {
  flex: 0 0 30em;
  width: 360px;
  margin: 50px auto;
}
.login .login-title {
  display: flex;
  justify-content: center;
  padding-bottom: 26px;
}
.login .login-content {
  border-radius: 6px;
  padding: 30px 40px;
  background: #505666;
  box-shadow: inset 0 0px 1px rgba(225, 225, 225, 0.6), 0 0 10px rgba(0, 0, 0, 0.5);
}
.login .login-content .form-group {
  position: relative;
}
.login .login-content .form-group .glyphicon {
  font-size: 16px;
  color: red;
  position: absolute;
  right: 10px;
  top: calc(42%);
}
.login .login-content .form-group .error {
  position: absolute;
  right: 0;
  top: calc(35%);
}
.login .login-content .passwordError {
  background-color: #ff5555;
  color: #fff;
  margin-bottom: 15px;
}
.login .login-content .passwordError div {
  padding: 5px;
}
.login .login-content input {
  height: 48px;
  padding-right: 25px;
}
.login .login-content button {
  height: 36px;
  width: 154px;
  border-radius: 20px;
  background-color: #5598f3;
  margin: auto;
  outline: none;
}
.login .login-content .button-warp {
  margin-top: 32px;
  margin-bottom: 6px;
}
.login .login-wrap .inputError {
  border-color: red;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(225, 12, 12, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(225, 12, 12, 0.6);
}
.tooltip-wrap {
  position: relative;
}
.tooltip-wrap .triangle-left {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 12px solid #fff;
  border-bottom: 10px solid transparent;
}
.tooltip-wrap .text {
  position: absolute;
  background-color: #fff;
  width: 120px;
  left: 10px;
  top: -3px;
  padding: 3px;
  border-radius: 6px;
}
.admin-nav {
  background: #505666;
  height: 54px;
  line-height: 54px;
  display: flex;
  justify-content: space-between;
}
.nav-top .nav-list {
  background: transparent;
  display: flex;
  justify-content: flex-start;
  display: inline-block;
}
.nav-top .nav-list li {
  list-style: none;
  position: relative;
}
.nav-top li a {
  color: #fff;
  height: 56px;
  display: inline-block;
  padding: 0;
  font-size: 14px;
  background: transparent;
}
.nav-top li a span {
  font-size: 16px;
  padding: 0 6px;
}
.nav-top li a span.glyphicon {
  color: #fff;
}
.photo {
  position: relative;
  top: -2px;
}
.nav-top li.active a,
.nav-topli.active a {
  background-color: #454b5b;
  color: #fff;
}
.nav-top li.active {
  border-bottom: 4px solid #5598f3;
}
.nav-top li.cur {
  background-color: transparent;
}
.nav-top li .menu {
  background-color: #fff;
  width: 120px;
  border-radius: 0;
  margin: 0;
  padding: 0 18px;
  display: none;
  position: absolute;
  left: -12px;
}
.nav-top li.cur .menu {
  display: block;
  -moz-box-shadow: 0px 4px 6px #C4C4C4;
  -webkit-box-shadow: 0px 4px 6px #C4C4C4;
  box-shadow: 0px 4px 6px #C4C4C4;
  padding-top: 16px;
}
.nav-top li .menu li {
  height: 40px;
  line-height: 40px;
}
.nav-top li .menu li a {
  height: 20px;
  line-height: 20px;
  padding: 0;
  color: #07111f;
  display: block;
}
.nav-top li .menu li a:hover {
  color: #477ead;
}
.lang {
  width: 100px;
  cursor: pointer;
  color: #fff;
}
/*顶部导航*/
.nav-top {
  height: 56px;
  width: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  z-index: 10;
  background: url("../images/navtop-bg.jpg") no-repeat;
  background-size: cover;
}
.nav-top > div {
  float: left;
}
.top-left {
  cursor: pointer;
  width: 35%;
  height: 56px;
  line-height: 56px;
  text-align: center;
  padding-left: 26px;
  text-align: left;
}
.top-left img {
  max-width: 168px;
  vertical-align: middle;
  margin-bottom: 5px;
}
.top-left .logo-name {
  margin-left: 10px;
  font-size: 20px;
  color: #5283e2;
  font-weight: bold;
}
.top-left .logo-time {
  margin-left: 10px;
  font-size: 15px;
  color: #fff;
  font-weight: bold;
}
.nav-top > .top-right {
  width: 65%;
  float: right;
  height: 56px;
  line-height: 56px;
  text-align: center;
  color: #07111f;
  padding-right: 10px;
  text-align: right;
}
.top-right input {
  outline: none;
  cursor: pointer;
  border: 0;
  background: transparent;
  color: #fff;
  padding: 0 5px;
}
.top-right input:hover {
  text-decoration: underline;
}
/*中间内容*/
.content {
  height: 100%;
  width: 100%;
  /* min-width: 1000px;*/
  background: #487fad;
  position: absolute;
  top: 0;
  padding-top: 56px;
}
.content > div {
  float: left;
}
/*左侧导航*/
.left-nav {
  height: 100%;
  width: 220px;
  /*background: @bg_1e;*/
  /* .m-r(4px);*/
  background: #393e4a;
  overflow-x: hidden;
  overflow-y: auto;
}
.main-nav > li > div,
.main-nav > li > a,
.main-nav > li > ul > li {
  padding-left: 30px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  color: #c9d1e3;
  position: relative;
  font-size: 14px;
}
.main-nav > li > ul > li:hover a {
  color: #07a7e1;
}
.editSystem .btn-success {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.main-nav > li > div {
  background: url("../images/leftnav-bg.png") repeat-x;
}
.main-nav > li > div img {
  padding-right: 14px;
}
.main-nav > li > ul > li {
  padding-left: 49px;
  line-height: 30px;
  height: 30px;
  background: url("../images/subnav.png") 31px center no-repeat;
  color: #798ea1;
}
.main-nav > li:last-of-type {
  border: 0;
}
.main-nav > li {
  height: 40px;
  overflow: hidden;
}
.main-nav > li > div > .nav-icon {
  width: 16px;
  height: 16px;
  position: relative;
  left: -10px;
  top: -2px;
}
.main-nav > li > div > .arrow {
  position: absolute;
  right: 20px;
  top: 0px;
  font-size: 18px;
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  /* Internet Explorer */
  -moz-transform: rotate(0deg);
  /* Firefox */
  -webkit-transform: rotate(0deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(0deg);
  /* Opera */
  transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  -o-transition: transform 0.5s;
}
/*.main-nav>li>ul>li:hover{.h(40px); background: @menu-cl-hv; color:@cl-w; border-color:@menu-cl-hv;}
.main-nav>li>ul>li:hover{background: @menu-cl-hv;}
.main-nav>li>div:before:hover{
  .w(2px);
  position: absolute;
  left:0;
  background: @main-bg;
  .h(40px);

}*/
/*一级菜单点击后的样式*/
.main-nav > li.act {
  height: auto;
}
.main-nav > li > div.act {
  background: #222931;
  color: #fff;
  border-radius: 0!important;
}
.main-nav > li.act > div.act {
  background-color: transparent!important;
  border-radius: 0!important;
}
.main-nav > li.act > ul > li:last-of-type {
  border: 0;
}
.main-nav > li.act > div > .arrow {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* Internet Explorer */
  -moz-transform: rotate(90deg);
  /* Firefox */
  -webkit-transform: rotate(90deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(90deg);
  /* Opera */
  transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  -o-transition: transform 0.5s;
}
.main-nav > li.act > ul {
  font-size: 14px;
  background-color: #1e2023;
}
/*二级菜单点击后的样式*/
.main-nav > li.act > ul > li.act {
  color: #fff;
  background-image: url("../images/subnav-act.png");
}
.main-nav > li.act > ul > li > a.act {
  color: #fff;
}
.main-nav > li > ul > li a {
  color: #798ea1;
  text-decoration: none;
}
.main-nav > li > ul > li a:hover,
.main-nav > li > ul > li a:focus {
  color: "";
}
.main-nav > li > ul > li a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.main-nav > li > ul > li a:active {
  color: #fff;
  text-decoration: none;
}
/*右侧内容区域的样式*/
.content-right {
  background: #fff;
  width: auto;
  height: 100%;
  overflow: hidden;
  float: none!important;
  margin: 0px 0 0 4px;
  position: relative;
}
.content-right > div {
  position: absolute;
  top: 0px;
  /* .pi-t(20px);*/
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  overflow-x: hidden;
  background: #fafafa;
}
.admin-content {
  margin: 10px 4px 0 4px;
}
.content-nav-top.breadcrumb {
  margin: 0;
  padding: 0;
  height: 40px;
  overflow: hidden;
  width: 100%;
  line-height: 40px;
  background-color: transparent;
  border-bottom: 1px solid #ccc;
  border-radius: inherit;
  position: absolute;
  top: 0;
  background: #fff;
  z-index: 3;
}
.content-nav-top.breadcrumb li {
  padding: 0 10px;
  height: 40px;
  min-width: 80px;
}
.content-nav-top.breadcrumb li:first-of-type a {
  width: 100%;
}
.content-nav-top.breadcrumb li a {
  color: #000;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.content-nav-top.breadcrumb li i {
  border-radius: 2px;
  display: inline-block;
  color: #8c8c8c;
  padding: 0 2px;
  margin-left: 4px;
  height: 18px;
  line-height: 18px;
  cursor: pointer;
  background-position: 1px -40px;
}
.content-nav-top.breadcrumb li i:hover {
  background: #ff5555;
  color: #fff;
}
.content-nav-top > lili:before {
  content: '';
}
.content-nav-top.breadcrumb li.active {
  background: #4679a5;
}
.content-nav-top.breadcrumb li.active i,
.content-nav-top.breadcrumb li.active a {
  color: #fff;
}
.content-nav-top.breadcrumb li.btn-toggle {
  border: 1px solid #ccc;
  min-width: 40px;
  width: 20px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 2px;
  top: 0;
  background: #fff;
  cursor: pointer;
}
.content-nav-top.breadcrumb li.btn-toggle:before {
  content: '';
}
.content-nav-top.breadcrumb li.btn-toggle {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* Internet Explorer */
  -moz-transform: rotate(90deg);
  /* Firefox */
  -webkit-transform: rotate(90deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(90deg);
  /* Opera */
  transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  -o-transition: transform 0.5s;
}
.content-nav-top.breadcrumb li.btn-toggle.active {
  transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  /* Internet Explorer */
  -moz-transform: rotate(-90deg);
  /* Firefox */
  -webkit-transform: rotate(-90deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(-90deg);
  /* Opera */
  transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  -o-transition: transform 0.5s;
}
.content-nav-top.breadcrumb li.btn-toggle span {
  font-size: 30px;
  position: relative;
  left: -6px;
}
/*自定义表格*/
.table_box {
  padding: 10px 8px;
  background: #fff;
  border-radius: 8px;
  -moz-box-shadow: 0px 2px 6px #D6D6D6;
  -webkit-box-shadow: 0px 2px 6px #D6D6D6;
  box-shadow: 0px 2px 6px #D6D6D6;
}
.table-customize {
  color: #000b17;
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 0px;
}
.table-customize tbody tr:hover td .tooltip {
  background-color: black;
}
.table-customize tbody tr:hover td .tooltip tbody tr td {
  background-color: black !important;
}
.table-customize .btn {
  padding: 6px 0;
}
.table-customize .btn.btn-xs {
  padding: 1px 5px;
}
.table-customize .offline-receipt {
  min-width: 160px;
}
.table-customize .offline-deposit,
.table-customize .offline-receipt {
  text-align: right;
}
.table-customize .offline-deposit span,
.table-customize .offline-receipt span {
  float: left;
}
.table-customize .offline-deposit div,
.table-customize .offline-receipt div {
  border-bottom: 1px solid #ebebeb;
  padding: 6px 0;
}
.table-customize .offline-deposit div:last-of-type,
.table-customize .offline-receipt div:last-of-type {
  border: 0;
}
.table-customize .btn.btn-warning,
.table-customize .btn.btn-success {
  padding: 6px 12px;
}
.thfix {
  position: fixed;
  background: #ebebeb;
}
.commlist-table.agent-commlit .btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
@media screen and (max-width: 1400px) {
  .table-scoroll-contain {
    width: 100%;
    overflow-x: auto;
  }
}
.fix-position th {
  position: relative;
  z-index: 1;
}
.table_nopage {
  min-height: 86vh;
}
.table_page {
  min-height: 78vh;
}
.table_setpage {
  min-height: 68vh;
}
.table-customize th,
.addActivivty-table th {
  background: #ebebeb;
}
.table-customize th,
.table-customize td {
  height: 42px;
  padding: 0px  6px!important;
}
.table-customize.table-bet td .btn {
  cursor: inherit;
}
.table-customize.table-bet td .btn.btn-link {
  cursor: pointer;
}
.table-customize.table tr > th {
  border-top: 0;
  border-bottom: 1px solid #ebebeb;
}
.table-customize.table tr > td {
  border-top-color: #ebebeb;
  font-weight: normal;
}
.table_report > .table-customize.table > tbody > tr > th {
  background-color: #e6e6e6;
}
.table_report .table-customize.table > tbody > tr > td {
  border-top: 0;
}
.table_report > .table-customize.table > tbody > tr:last-of-type > td .table-customize.table > tbody > tr:last-of-type > td {
  border-bottom: 0;
}
.table_report .table-customize.table tr > th:first-of-type,
.table_report .table-customize.table tr > td:first-of-type {
  border-left: 0;
}
.table_report .table-customize.table tr > th:last-of-type,
.table_report .table-customize.table tr > td:last-of-type {
  border-right: 0;
}
.table-customize.table .set a:first-of-type {
  padding: 0;
  padding-right: 5px;
  border: none;
}
.table-customize.table .set a {
  padding: 0 5px;
  border-left: 1px solid #e1e1e1;
  color: #477ead;
  line-height: 14px;
}
.table-customize.table .set a:last-of-type {
  padding: 0;
  padding-left: 8px;
}
.table-customize.table .table_select.select_box .btn {
  color: #000;
  background: url(../images/arrow-right-small.png) 40px center no-repeat, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), color-stop(0.2, #ffffff), to(#d7d7d7));
  padding-left: 10px;
  margin: 0 auto;
  width: 54px;
  height: 28px;
  line-height: 14px;
  font-size: 12px;
}
.select_box#set.open .btn {
  background-image: url(../images/arrow-small.png);
}
.table-customize.table .table_select.select_box ul li a {
  height: 30px;
  line-height: 30px;
  color: #477ead;
  border-left: 1px solid #fff !important;
}
.table-customize.table .table_select.select_box ul li a:hover {
  color: #000b17;
  border-left: 1px solid #477ead !important;
  outline: none;
}
.table-customize tr td .btn-link {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
/*会员财务报表*/
#memberFinance td {
  white-space: nowrap!important;
  padding: 0 5px;
}
#memberFinance th {
  white-space: nowrap!important;
}
/*自定义表格结束*/
/*分页*/
.pageSize {
  display: inline-block;
  width: 34px;
  height: 28px;
  padding: 0;
  margin: 0 5px;
}
.page_to {
  padding-left: 20px;
  padding-right: 10px;
  color: #bababb;
  font-size: 12px;
}
.page_to input {
  text-align: center;
}
.page_to .btn-primary {
  background: url("../images/search-bg.png") repeat-x;
  background-size: cover;
  border: 0;
  padding: 6px 8px;
  margin-left: 10px;
  vertical-align: top;
  height: 28px;
  padding: 4px 8px;
}
.page_to .btn-primary:hover,
.page_to .btn-primary:active:hover {
  background: #171721;
  color: #fff;
  outline: none;
}
/*分页结束*/
/*排序*/
.sort {
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 48px;
  position: relative;
  top: 4px;
  background: url("../images/icon-sort.png") center center no-repeat;
}
.sort_up {
  background-image: url("../images/icon-sort-up.png");
}
.sort_down {
  background-image: url("../images/icon-sort-down.png");
}
/*排序结束*/
/*报表*/
.report-childTable td {
  width: 14.28%!important;
}
.report-childTable2 td {
  width: 12.5%!important;
}
.report-childTable3 td {
  width: 11.11%!important;
  border-bottom: 0;
}
.table_report .table.table-customize td.table-top {
  border: 1;
}
.bet-content-td span {
  word-break: break-word;
}
.bet-content-td.hide-more > span {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bet-content-td .dice-content {
  display: flex;
  justify-content: center;
}
.bet-content-td .dice {
  display: flex;
  padding: 5px;
  width: 30px;
  height: 30px;
  border: 1px solid black;
  border-radius: 5px;
  float: left;
  margin-right: 3px;
}
.bet-content-td .dice span {
  width: 5px;
  height: 5px;
  background-color: black;
  border-radius: 50%;
}
.bet-content-td .dice-1 {
  justify-content: center;
  align-items: center;
}
.bet-content-td .dice-1 .num-1 {
  background-color: red;
}
.bet-content-td .dice-2 {
  justify-content: space-between;
}
.bet-content-td .dice-2 .num-2 {
  align-self: flex-end;
}
.bet-content-td .dice-3 {
  justify-content: space-between;
}
.bet-content-td .dice-3 .num-2 {
  align-self: center;
}
.bet-content-td .dice-3 .num-3 {
  align-self: flex-end;
}
.bet-content-td .dice-4 {
  flex-direction: column;
  justify-content: space-between;
}
.bet-content-td .dice-4 div {
  display: flex;
  justify-content: space-between;
}
.bet-content-td .dice-4 span {
  background-color: red;
}
.bet-content-td .dice-5 {
  flex-direction: column;
  justify-content: space-between;
}
.bet-content-td .dice-5 div {
  display: flex;
  justify-content: space-between;
}
.bet-content-td .dice-5 .column {
  justify-content: center;
}
.bet-content-td .dice-6 {
  justify-content: space-between;
}
.bet-content-td .dice-6 div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.card {
  display: inline-block;
  position: relative;
  border: 1px solid #aaa;
  width: 26px;
  height: 38px;
  line-height: 38px;
  border-radius: 4px;
  margin: 6px 2px;
  text-align: center;
}
.card i {
  position: absolute;
  left: 1px;
  top: 6px;
  line-height: 0;
}
.info {
  font-size: 13px;
  margin-top: -23px;
  margin-left: 59px;
}
.info span {
  font-weight: bold;
  width: 120px;
  display: inline-block;
  text-align: right;
}
.table-margin {
  margin-top: -23px;
}
.btn_yes {
  background-color: #1E9FFF;
  width: 136px;
  height: 32px;
  position: absolute;
  left: 20px;
  border: 1px solid #1E9FFF;
  border-radius: 4px;
}
.btn_no {
  background-color: #c8c8c8;
  width: 137px;
  height: 32px;
  position: absolute;
  left: 20px;
  border: 1px solid #c8c8c8;
  border-radius: 4px;
}
/*报表结束*/
/*首页开始*/
.content_nav {
  color: #07111f;
  font-weight: 800;
  font-size: 16px;
  margin: 0 10px 14px 0;
  overflow: hidden;
}
.page_border {
  display: inline-block;
  width: 4px;
  height: 16px;
  background: #000;
  margin-right: 10px;
  position: relative;
  top: 2px;
}
.table-home th,
.table-home td {
  width: 20%;
}
/*首页结束*/
/*新增商户*/
.form_box {
  background: #fff;
  border-radius: 8px;
  color: #07111f;
  padding-top: 10px;
  padding-left: 20px;
  padding-bottom: 20px;
  margin: 0 auto;
  overflow: hidden;
  -moz-box-shadow: 0px 2px 6px #D6D6D6;
  -webkit-box-shadow: 0px 2px 6px #D6D6D6;
  box-shadow: 0px 2px 6px #D6D6D6;
}
.form_box .form-horizontal .form-group {
  margin-bottom: 10px;
}
.form_box .form-control:focus {
  box-shadow: none;
  border-color: #e1e1e1;
}
.form_box button.btn.subBtn,
.form_box button.btn.subBtn1,
#basisBtn {
  width: 160px;
  border-radius: 4px;
  height: 38px;
  color: #fff;
  margin-top: 10px;
  background: #c8c8c8;
  outline: none;
}
.form_box button.btn.subBtn.btn-danger[disabled],
.form_box button.btn.subBtn1.btn-danger[disabled],
#basisBtn.btn-danger[disabled] {
  opacity: 1;
  background: #6790b3;
  border-color: #6790b3;
}
.select_box {
  background: #fff;
}
.page_select.select_box .btn {
  border-radius: 4px;
  background-image: url("../images/arrow.png"), -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), color-stop(0.2, #ffffff), to(#d7d7d7));
  background-position-x: 85%;
  height: 28px;
  width: 54px;
  font-size: 12px;
}
.page_select.select_box.open > .dropdown-toggle {
  background-image: url("../images/arrow-up.png");
  background-position-x: 85%;
  height: 28px;
}
.page_select.select_box .dropdown-menu {
  min-width: 52px;
}
.page_select.select_box .dropdown-menu a {
  width: 100%;
}
.page_select .dropdown-menu > li > a {
  padding: 3px 14px;
}
.page_select {
  width: 52px;
  height: 32px;
  border-radius: 4px;
}
.select_box .btn {
  text-align: left;
  height: 38px;
  background: transparent url("../images/arrow.png") 95% center no-repeat;
  color: #555;
  border: 1px solid #e1e1e1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.select_box .btn:active {
  outline: none;
  box-shadow: none;
}
.select_box .dropdown-menu > li > a.act,
.select_box .dropdown-menu > li > a:focus,
.select_box .dropdown-menu > li > a:hover {
  background: #e7f4ff;
  color: #477ead;
  border-left: 1px solid #477ead !important;
  outline: none;
}
.select_box.open > .dropdown-toggle {
  background: transparent url(../images/arrow.png) 95% center no-repeat;
}
.select_box .dropdown-menu {
  border: none;
  margin-top: -2px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.175);
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.175);
  border-radius: 0;
}
.select_box .dropdown-menu {
  width: 100%;
  max-height: 340px;
  overflow-y: auto;
}
.select_box .dropdown-menu > li > a {
  color: #07111f;
  white-space: normal;
  border-left: 1px solid #fff;
}
.select_box_Search .btn {
  text-align: left;
  height: 38px;
  color: #555;
  border: 1px solid #e1e1e1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.select_box_Search .btn:active {
  outline: none;
  box-shadow: none;
}
.select_box_Search .dropdown-menu > li > a.act,
.select_box .dropdown-menu > li > a:focus,
.select_box .dropdown-menu > li > a:hover {
  background: #e7f4ff;
  color: #477ead;
  border-left: 1px solid #477ead !important;
  outline: none;
}
.select_box_Search .dropdown-menu {
  border: none;
  margin-top: -2px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.175);
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.175);
  border-radius: 0;
}
.select_box_Search .dropdown-menu {
  width: 100%;
  max-height: 340px;
  overflow-y: auto;
}
.select_box_Search .dropdown-menu > li > a {
  color: #07111f;
  white-space: normal;
  border-left: 1px solid #fff;
}
.form_box .control-label {
  padding-top: 12px;
  padding-left: 0;
  padding-right: 0;
}
.form_box .checkbox-inline.checkbox-inline {
  margin-left: 0;
}
.form_box button.btn.subBtn.btn-success,
#basisBtn.btn-success {
  background: #477ead;
  border-color: #477ead;
}
.form_box button.btn.subBtn1.btn-success {
  background: #566478;
  border-color: #566478;
}
.form_box button.btn.subBtn.btn-danger,
#basisBtn.btn-danger {
  background: #c8c8c8;
  border-color: #c8c8c8;
}
.form_box .form-control {
  height: 38px;
  box-shadow: none;
}
.form_box textarea.form-control {
  height: auto;
}
.form_box .form_btns {
  position: relative;
  left: -40px;
}
.checkbox-customize {
  cursor: pointer;
}
.radio_box input,
.checkbox-customize input {
  display: none;
}
.checkBtn {
  width: 14px;
  height: 14px;
  display: inline-block;
  background: url("../images/checkbox.png") center center no-repeat;
  background-size: 100%;
  position: relative;
  top: 2px;
}
.checkBtn.check_box {
  background: url("../images/check_box.png") center center no-repeat;
}
.checkBtn.check_box_w {
  background: url("../images/check_box1.png") center center no-repeat;
}
.checkBtn.check_box_w.act,
.checkBtn.check_box.act {
  background-image: url("../images/check_box_act.png");
}
.checkBtn.act {
  background-image: url("../images/checkbox_act.png");
}
/*提示文字*/
.tips {
  font-size: 12px;
  color: #8c8c8c;
  text-align: left!important;
  text-indent: 12px;
}
/*新增商户结束*/
.table-hover tbody tr:hover td,
.table-hover tbody tr:hover {
  background-color: #ebfbff;
}
/*自定义单选框*/
.radioBtn {
  margin-right: 6px;
  width: 16px;
  height: 16px;
  display: inline-block;
  border-radius: 100%;
  border: 1px solid #e1e1e1;
  position: relative;
  top: 4px;
  cursor: pointer;
}
.radioBtn i {
  background: transparent;
  width: 10px;
  height: 10px;
  display: inline-block;
  margin: 2px;
  border-radius: 100%;
  position: absolute;
  left: 100%;
  margin-left: -12px;
  top: 100%;
  margin-top: -12px;
}
.radioBtn.act i {
  background: #337ab7;
}
/*自定义单选框结束*/
/*自定义表单宽度*/
.form_box .form-title {
  width: 10%;
}
/*商户列表*/
.btn-customize {
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), color-stop(0.2, #ffffff), to(#d7d7d7)) !important;
  border-color: #e1e1e1;
  color: #000;
  outline: none;
}
.btn-customize.btn-primary.active,
.btn-customize.btn-primary:active,
.btn-customize.btn-primary:hover,
.btn-customize.btn-primary:active:hover,
.btn-customize.btn-primary.focus,
.btn-customize.btn-primary:focus {
  background: transparent;
  border-color: #e1e1e1;
  color: #000;
  outline: none;
}
/*商户列表结束*/
/*列表*/
.list_box {
  padding-bottom: 18px;
}
/*列表结束*/
/*新增角色*/
.power_list label {
  font-weight: normal;
}
/*新增角色结束*/
/*角色管理*/
.table-role th,
.table-role td {
  width: 25%;
}
/*角色管理结束*/
/*全局报表*/
.table_report > .table-customize {
  margin-bottom: 20px;
}
/*全局报表结束*/
/*公告*/
.addMsg {
  margin: 0;
}
.addMsg .form_box {
  padding: 24px 10px 12px;
  border-radius: 0;
}
/*公告结束*/
/*统计表格*/
.table-customize .gameType,
.gameType-table th {
  padding: 0!important;
}
.table-customize .gameType2,
.gameType-table2 th {
  padding: 0!important;
}
.table-customize .gameType3,
.gameType-table3 th {
  padding: 0!important;
}
.table-customize.table .gameType-table th {
  border-right: 1px solid #ebebeb;
  border-bottom: 0;
}
.table-customize.table .gameType-table2 th {
  width: 12.5%!important;
  border-right: 1px solid #ebebeb;
  border-bottom: 0;
}
.table-customize.table .gameType-table3 th {
  width: 10%!important;
  background-color: #e6e6e6;
  border-right: 1px solid #dddddd;
  border-bottom: 0;
}
/*统计表格结束*/
/*佣金结算*/
.table.table-customize td.table-top .table-table-border {
  border-top: 0!important;
  width: 50%;
  text-indent: 10px;
}
.table.table-customize td.table-top .table-table-border:first-of-type {
  border-left: 0!important;
}
.table.table-customize td.table-top .table-table-border:last-of-type {
  border-right: 0!important;
}
.table.table-customize td.table-top {
  padding: 0!important;
  vertical-align: top!important;
}
.table.table-customize td.table-top .table {
  border: 0;
}
.commlist-table.table-customize th,
.table-customize.commlist-table td {
  height: 34px;
}
.commlist-table .btn-success:hover {
  color: #fff;
  background-color: #477ead;
  border-color: #477ead;
}
.commlist-table.table-striped > tbody > tr:nth-of-type(odd) .table {
  background-color: #f9f9f9;
}
.writing-bg {
  background: #f3f3f3;
}
.con {
  margin: 0 auto;
  width: 600px;
}
.info_box {
  padding: 10px;
}
.info_box .panel {
  width: 400px;
  border-radius: 0;
  margin-bottom: 0;
}
.info_box .panel-info {
  border-color: #e1e1e1;
  border-bottom: 0px;
}
.info_box .panel-info:last-of-type {
  border-bottom: 1px solid #e1e1e1;
}
.info_box .panel-title .pull-right {
  transform: rotate(0deg);
  transition: all 0.5s;
}
.info_box .panel-title .pull-right.act {
  transform: rotate(90deg);
}
.info_box .panel-title {
  font-size: 14px;
}
.info_box .panel-info > .panel-heading {
  color: #07111f;
  border-color: #e1e1e1;
  background-color: transparent;
  border-bottom: 0px;
}
.info_box .panel-heading {
  cursor: pointer;
}
.info_box .panel-body {
  padding: 0;
}
.view-promotions {
  background: url(../../images/b8888/common_bg.jpg);
  background-size: 100%;
  padding-bottom: 30px;
  min-height: 600px;
}
.view-promotions .promotions-content {
  margin-top: 20px;
}
.view-promotions .promotions-content .promotions-nav {
  position: relative;
}
.view-promotions .promotions-content .promotions-nav ul {
  position: absolute;
  background: #5f5f5f;
  width: 100%;
}
.view-promotions .promotions-content .promotions-nav ul li {
  width: 166px;
  font-size: 18px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  float: left;
  cursor: pointer;
  position: relative;
}
.view-promotions .promotions-content .promotions-nav ul li:hover,
.view-promotions .promotions-content .promotions-nav ul li.active {
  background: #d0272e;
  color: #fff;
}
.view-promotions .promotions-content .promotions-nav ul li:last-of-type:after {
  content: "";
  position: absolute;
  top: 10px;
  right: 0;
  height: 50px;
  width: 2px;
  background: none;
}
.view-promotions .promotions-content .promotions-list {
  margin-top: 60px;
  float: right;
  background: #eee;
  width: 100%;
  height: 100%;
  padding: 3px;
}
.view-promotions .promotions-content .promotions-list ul li {
  margin: 10px auto;
  padding: 0 8px;
}
.view-promotions .promotions-content .promotions-list ul li .prefessino-img {
  cursor: pointer;
  float: left;
  width: 790px;
  height: 200px;
}
.view-promotions .promotions-content .promotions-list ul li .prefessino-detial {
  width: 363px;
  float: right;
  position: relative;
  background-color: #eee;
  height: 180px;
  margin: 10px;
}
.view-promotions .promotions-content .promotions-list ul li .prefessino-detial .title {
  position: absolute;
  top: 10px;
  left: 30px;
  color: #d0272e;
  font-size: 24px;
  height: 52px;
  line-height: 52px;
}
.view-promotions .promotions-content .promotions-list ul li .prefessino-detial .detial {
  position: absolute;
  top: 65px;
  left: 30px;
  color: #000;
  font-size: 18px;
  height: 36px;
  line-height: 36px;
}
.view-promotions .promotions-content .promotions-list ul li .prefessino-detial .time {
  position: absolute;
  top: 110px;
  left: 30px;
  color: #000;
  font-size: 18px;
  height: 36px;
  line-height: 36px;
}
.view-promotions .promotions-content .promotions-list ul li .prefessino-detial .None,
.view-promotions .promotions-content .promotions-list ul li .prefessino-detial .Enable,
.view-promotions .promotions-content .promotions-list ul li .prefessino-detial .Disable,
.view-promotions .promotions-content .promotions-list ul li .prefessino-detial .Done,
.view-promotions .promotions-content .promotions-list ul li .prefessino-detial .pastDue,
.view-promotions .promotions-content .promotions-list ul li .prefessino-detial .under-review {
  cursor: pointer;
  position: absolute;
  right: 30px;
  top: 110px;
  height: 37px;
  width: 101px;
  text-align: center;
  line-height: 38px;
  font-size: 16px;
  background: #e73942;
  color: #fff;
}
.view-promotions .promotions-content .promotions-list ul li .prefessino-detial .under-review {
  background: url(../../images/b8888/under-review.png) no-repeat;
  background-size: contain;
}
.view-promotions .promotions-content .promotions-list ul li .prefessino-detial .None:hover,
.view-promotions .promotions-content .promotions-list ul li .prefessino-detial .Enable:hover,
.view-promotions .promotions-content .promotions-list ul li .prefessino-detial .Disable:hover,
.view-promotions .promotions-content .promotions-list ul li .prefessino-detial .Done:hover,
.view-promotions .promotions-content .promotions-list ul li .prefessino-detial .pastDue:hover,
.view-promotions .promotions-content .promotions-list ul li .prefessino-detial .under-review:hover {
  background: #ae0001;
}
.view-promotions .promotions-content .promotions-list ul li .prefessino-detial .Done {
  cursor: default;
  height: 80px;
  background-position: -220px 0px;
}
.view-promotions .promotions-content .promotions-list ul li .prefessino-detial .pastDue {
  cursor: default;
  height: 80px;
  background-position: -330px 0px;
}
.view-promotions .promotions-content .promotions-list ul li .promotionContent img {
  transition: all 0.1s;
  width: 1178px;
  height: 100%;
}
.promotionContent img {
  transition: all 0.1s;
  width: 1178px;
  height: 100%;
}
.promotionContentMobile img {
  transition: all 0.1s;
  width: 353px;
  height: 100%;
}
.view-promotions .promotions-content .promotions-list ul li .promotionContent.ng-hide {
  transition: all 0.1s;
}
.view-promotions .promotions-content .promotions-list ul li .promotionContent.ng-hide img {
  height: 0%;
  width: 0%;
}
.view-promotions .promotions-content .promotions-list ul li .promotionContent.ng-hide-add img {
  transition: all 0.5s;
  width: 0%;
}
.view-promotions .promotions-content .promotions-list ul li div.promotions-li {
  height: 200px;
  width: 100%;
}
.view-promotions .promotions-content .promotions-list ul li div.promotions-li-EgameRescue {
  background: url("../../images/b8888/promotions/EgameRescue.png") 0 0px no-repeat;
}
.view-promotions .promotions-content .promotions-list ul li div.promotions-li-EgameRescue:hover {
  background-position: 0 -210px;
}
.view-promotions .promotions-content .promotions-list ul li div.promotions-li-EGameWinUp {
  background: url("../../images/b8888/promotions/EGameWinUp.png") 0 0px no-repeat;
}
.view-promotions .promotions-content .promotions-list ul li div.promotions-li-EGameWinUp:hover {
  background-position: 0 -210px;
}
.view-promotions .promotions-content .promotions-list ul li div.promotions-li-CasinoRunningWin {
  background: url("../../images/b8888/promotions/CasinoRunningWin.png") 0 0px no-repeat;
}
.view-promotions .promotions-content .promotions-list ul li div.promotions-li-CasinoRunningWin:hover {
  background-position: 0 -210px;
}
.view-promotions .promotions-content .promotions-list ul li div.promotions-li-CasinoLuckyWin {
  background: url("../../images/b8888/promotions/CasinoLuckyWin.png") 0 0px no-repeat;
}
.view-promotions .promotions-content .promotions-list ul li div.promotions-li-CasinoLuckyWin:hover {
  background-position: 0 -210px;
}
.view-promotions .promotions-content .promotions-list ul li div.promotions-li-LotteryWinUp {
  background: url("../../images/b8888/promotions/LotteryWinUp.png") 0 0px no-repeat;
}
.view-promotions .promotions-content .promotions-list ul li div.promotions-li-LotteryWinUp:hover {
  background-position: 0 -210px;
}
.view-promotions .promotions-content .promotions-list ul li div.promotions-li-CardGameTurnOverRunning {
  background: url("../../images/b8888/promotions/CardGameTurnOverRunning.png") 0 0px no-repeat;
}
.view-promotions .promotions-content .promotions-list ul li div.promotions-li-CardGameTurnOverRunning:hover {
  background-position: 0 -210px;
}
.view-promotions .promotions-content .promotions-list ul li div.promotions-li-CardGameTurnOverBonus {
  background: url("../../images/b8888/promotions/CardGameTurnOverBonus.png") 0 0px no-repeat;
}
.view-promotions .promotions-content .promotions-list ul li div.promotions-li-CardGameTurnOverBonus:hover {
  background-position: 0 -210px;
}
.view-promotions .promotions-content .promotions-list ul li div.promotions-li-CardGameRunningWin {
  background: url("../../images/b8888/promotions/CardGameRunningWin.png") 0 0px no-repeat;
}
.view-promotions .promotions-content .promotions-list ul li div.promotions-li-CardGameRunningWin:hover {
  background-position: 0 -210px;
}
.view-promotions .promotions-content .promotions-list ul li div.promotions-li-SportsCSWinUp {
  background: url("../../images/b8888/promotions/SportsCSWinUp.png") 0 0px no-repeat;
}
.view-promotions .promotions-content .promotions-list ul li div.promotions-li-SportsCSWinUp:hover {
  background-position: 0 -210px;
}
.view-acitivts .promotions-content .promotions-nav ul li {
  width: 150px;
}
.view-acitivts .promotion-image {
  position: relative;
}
.view-acitivts .promotion-image .promotion-btn {
  position: absolute;
  left: 1045px;
  bottom: 55px;
  z-index: 2;
}
.view-acitivts .promotion-image .promotion-btn .btn-detail {
  width: 101px;
  height: 35px;
  cursor: pointer;
  background: #be7e02;
  color: #fff;
  text-align: center;
  line-height: 35px;
  margin-bottom: 10px;
}
.view-acitivts .promotion-image .promotion-btn .btn-detail:hover {
  background: #a75700;
}
.view-acitivts .promotion-image .promotion-btn .btn-reuqestnow {
  width: 101px;
  height: 35px;
  cursor: pointer;
  background: #e73942;
  color: #fff;
  line-height: 35px;
  text-align: center;
}
.view-acitivts .promotion-image .promotion-btn .btn-reuqestnow:hover {
  background: #ae0001;
}
.text-remark {
  font-size: 16px;
  font-weight: 700;
}
.my-modal {
  display: none;
  position: relative;
}
.my-modal *,
.my-modal *:after,
.my-modal *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.my-modal .cd-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.my-modal .cd-popup.is-visible {
  z-index: 1050;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.my-modal .cd-popup-container {
  background-color: #fff;
  padding-bottom: 2px;
  position: relative;
  width: 90%;
  margin: 4em auto;
  border-radius: 5px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(32, 21, 60, 0.66);
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.my-modal .cd-popup-container .cd-popup-close {
  position: absolute;
  top: 20px;
  right: 8px;
  width: 39px;
  height: 39px;
  background: url("../images/modal-close.png") 0 0 no-repeat;
}
.my-modal .cd-popup-container .cd-popup-close:hover {
  background-position: 0 -42px;
}
.my-modal .is-visible .cd-popup-container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  border-radius: 7px;
}
@media only screen and (min-width: 1170px) {
  .my-modal .cd-popup-container {
    margin: 8em auto;
  }
}
.my-modal .myModal-header {
  color: #FFFFFF;
  font-size: 30px;
  height: 80px;
  line-height: 80px;
  background: #575757;
  -webkit-background-size: contain;
  background-size: contain;
  margin-bottom: 25px;
  border-radius: 5px 5px 0  0;
}
.my-modal .myModal-header .title {
  margin: auto;
  font-weight: bold;
  letter-spacing: 5px;
}
.requestPromotionModel .cd-popup-container {
  width: 600px;
}
.requestPromotionModel .cd-popup-container .myModal-body .promotion-name {
  height: 20px;
  line-height: 2.1;
  color: #d0272e;
  font-size: 16px;
}
.requestPromotionModel .cd-popup-container .myModal-body .btn-reuqestNow {
  padding: 10px 110px;
  background-color: #E0B665;
  color: #000;
}
.requestPromotionModel .cd-popup-container .myModal-body .btn-reuqestNow:hover {
  background-color: #ffad0f;
}
.requestPromotionModel .cd-popup-container .myModal-body .requestError .glyphicon {
  vertical-align: middle;
  margin-top: -3px;
}
.table-commlist-info {
  background: #f3f3f3;
  margin-bottom: 0;
}
.table-commlist-info.table > tbody > tr > td,
.table-commlist-info.table > tbody > tr > th {
  border: 0;
}
/*佣金结算结束*/
/*报表*/
.table.table-customize .gameType th {
  width: 14.28%;
  background-color: #f5f5f5;
}
.table.table-customize .gameType2 th {
  background-color: #f5f5f5;
}
/*报表结束*/
/*代理层级*/
.agent_level .content_nav {
  margin-bottom: 54px;
}
.agent_level.form_box .form_btns {
  padding-top: 20px;
}
/*代理层级结束*/
/*会员列表*/
.btn-refresh .icon-refresh {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url("../images/icon-refresh.png") center center no-repeat;
  position: relative;
  top: 2px;
}
.btn-refresh.act .icon-refresh {
  background-image: url("../images/icon-refresh -act.gif");
}
.table-customize.table tr > td .vip-status-check {
  display: block;
}
.show-grid {
  width: 100%;
  margin: 0;
}
.show-grid .show-grid-item .row {
  border-width: 0px 1px 1px 1px;
  border-style: solid;
  border-color: #ddd;
}
.show-grid .show-grid-item:nth-child(even) .row {
  border-left: none;
}
.show-grid .show-grid-item .col-md-6:nth-child(2) {
  border-left: 1px solid #ddd;
}
/*会员列表结束*/
/*会员手动存取款*/
.form_tab .form_box {
  padding: 20px 12%;
  border-radius: 0 0 8px 8px;
}
.form_tab .radio-inline {
  padding-left: 0;
}
.access_box .nav > li > a {
  padding: 10px 60px;
}
/*会员手动存取款结束*/
/*访问设置*/
.purview-box .nav-tabs > li.active::before {
  content: ' ';
  position: absolute;
  border: 1px solid transparent;
  width: 4px;
  height: 4px;
}
/*访问设置结束*/
/*创建活动*/
.actType {
  padding-top: 20px;
}
.actType .panel-body {
  padding-bottom: 10px;
}
.actType h4 {
  padding-top: 20px;
}
.actType p {
  color: #9d9d9d;
  font-size: 12px;
}
.actType .panel-footer {
  background: transparent;
  border: 0;
  padding-top: 0;
}
.actType .panel-footer .btn-primary {
  padding: 10px 12px;
  margin: 0 auto;
  width: 80%;
  margin-bottom: 15px;
}
.addActivivty-table td {
  font-size: 12px;
}
/*创建活动结束*/
/*新增返佣*/
.form_box .dispenTable .form-control {
  height: 30px;
}
/*新增或修改返水方案*/
.table-plan .btn {
  padding: 5px 10px;
}
/*新增返佣结束*/
/*.form_reset.form-horizontal .checkbox{
  display: inline-block;
  .w(140px);
  margin: 0;
}*/
.treeview .list-group-item.node-checked {
  color: red;
}
.treeview .list-group-item.node-selected {
  color: red;
}
/*错误页面*/
.error-page {
  text-align: center;
  padding: 200px 0;
}
.error-page .error-btn {
  display: inline-block;
  margin-top: 30px;
  border-radius: 999em;
  color: #5079b7;
  border: 1px solid #5079b7;
  font-size: 12px;
  padding: 3px 14px;
}
.error-page .error-btn:hover {
  background-color: #5079b7;
  color: #fff;
}
/*错误页面结束*/
/*清除稽核*/
.clean-table {
  padding: 10px;
  min-height: 250px;
}
/*清除稽核结束*/
/*轮播广告*/
.webForm .file-box {
  width: 77%;
  height: 34px;
  display: inline-block;
  cursor: pointer;
}
.webForm .file-boxM {
  width: 77%;
  height: 34px;
  display: inline-block;
  cursor: pointer;
}
.webForm .img_box {
  width: 77%;
  display: inline-block;
}
.webForm .img-responsive {
  display: inline-block;
}
.webForm .img-responsive1 {
  display: inline-block;
}
.webForm .file-box strong {
  font-weight: normal;
  padding-left: 10px;
}
.webForm .file-boxM strong {
  font-weight: normal;
  padding-left: 10px;
}
#inputfile.webImg {
  cursor: pointer;
  height: 34px;
  width: 100px;
}
/*轮播广告结束*/
/*新增浮动广告*/
#TopBottom {
  height: 24px;
  border-color: #ccc;
  padding-right: 20px !important;
  cursor: pointer;
}
.input-address {
  margin-top: 10px;
}
.w100 {
  width: 100% !important;
}
/*新增浮动广告结束*/
/*首页*/
.online {
  display: inline-block;
  color: #fff;
  padding-right: 6px;
}
.sound_switch {
  display: inline-block;
  color: #fff;
  cursor: pointer;
  margin-right: 10px;
}
.sound_switch span {
  padding-left: 6px;
  padding-right: 10px;
  border-right: 1px solid #fff;
}
/*首页结束*/
.submenu {
  padding-left: 24px;
}
.text-field {
  cursor: pointer;
}
.merchant-status label {
  padding: 0 5px;
  cursor: pointer;
  font-weight: normal;
}
.merchant-status .active {
  color: #337ab7;
}
.check-box {
  width: 24px;
  height: 18px;
  border-radius: 8px;
}
.access_top {
  padding-top: 20px;
}
.access_top label {
  margin-bottom: 20px;
}
.access_title {
  padding: 10px 0 10px 20px;
  background: #eeeeee;
}
.pay-way .red {
  color: #ff5555;
}
.pay-way .green {
  color: #37ce45;
  font-weight: normal!important;
}
.file-box {
  position: relative;
  cursor: pointer;
}
.file-boxM {
  position: relative;
  cursor: pointer;
}
.file-box span {
  display: none;
}
.file-boxM span {
  display: none;
}
input[name='switch'],
input[name='open'],
input[name='verify'],
input[name='hide'],
input[name='menu'],
input[name='hot'],
input[name='jackpot'],
input[name='supportMobile'] {
  display: none;
}
.activity_form .file-box {
  height: auto!important;
  width: 100%;
}
.activity_form .file-boxM {
  height: auto!important;
  width: 100%;
}
.activity_form .file-box .btn {
  margin-right: 10px;
  cursor: pointer;
}
.activity_form .file-boxM .btn {
  margin-right: 10px;
  cursor: pointer;
}
.activity_form .img_box {
  width: 100%;
}
#inputfile,
#act-img {
  width: 160px;
  height: 160px;
  opacity: 0;
  position: absolute;
  z-index: 10;
  cursor: pointer;
}
.codeImg {
  width: 60px;
  height: 60px;
  display: inline-block;
  cursor: pointer;
  margin: 6px 0;
}
.has-success .text-field {
  color: #000b17;
}
.has-error .text-field {
  color: #a94442;
}
.select-two .form-control {
  width: 49%;
  display: inline-block;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
.date-time input.ng-invalid {
  border: 1px solid red!important;
}
.operat-btns .btn {
  padding: 0;
}
.auidtModal {
  padding: 20px;
  padding-bottom: 10px;
  margin-bottom: 0 !important;
}
.auidtModal label {
  vertical-align: top;
}
.auidtModal textarea {
  display: inline-block;
  border-radius: 6px;
  resize: none;
  width: 100%;
}
.noticeContent {
  max-width: 400px;
}
.list-level {
  height: 300px;
  overflow: auto;
  overflow-x: hidden;
  border: 1px solid #ddd;
}
.colors .red {
  color: red;
}
.colors .green {
  color: green;
  font-weight: normal!important;
}
.green {
  color: #00c800;
  font-weight: bold!important;
}
.red {
  color: red;
  font-weight: bold!important;
}
.refuse .table_box {
  padding: 24px 10px 12px;
  border-radius: 0 0 8px 8px;
}
.editRefuse_box .form-horizontal .form-group {
  margin-right: 0px;
}
.editRefuse_box {
  padding-top: 20px;
}
/*时间插件*/
.ui-datepicker-month,
.ui-datepicker-year {
  border-color: #ccc;
}
.ui-datepicker .ui-datepicker-next {
  width: 2.2em;
  height: 2.2em;
}
/*时间插件结束*/
/*押金支付*/
.deposit_list {
  padding-bottom: 20px;
  border-bottom: 1px solid #e1e1e1;
  overflow: hidden;
}
.deposit_list div {
  border-radius: 4px;
  margin-right: 10px;
  border: 1px solid #e1e1e1;
  padding: 15px 0px 10px;
  background: rgba(216, 224, 243, 0.38);
  height: 80px;
  width: 200px;
  float: left;
}
.deposit_pay div {
  vertical-align: top;
}
.deposit_pay div.title {
  line-height: 50px;
  font-weight: bold;
  width: 100px;
  text-align: right;
}
.deposit_pay div.noBank {
  line-height: 50px;
}
#payMoney,
#month {
  margin-top: 6px;
  width: 200px;
}
.fieldset {
  border: 1px solid #dad7d7;
  padding: 8px;
  min-width: 0;
  margin: 0;
}
.fieldset legend {
  display: block;
  width: 6%;
  padding-left: 4px;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: inherit;
  color: #333;
  border: 10px;
  border-bottom: 0px solid #e5e5e5;
}
.legend2 {
  display: block;
  width: 9%;
  padding-left: 4px;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: inherit;
  color: #333;
  border: 10px;
  border-bottom: 0px solid #e5e5e5;
}
.money_tip {
  font-size: 12px;
  color: #b7b7b7;
  line-height: 30px;
}
.deposit_banks {
  width: 80%;
}
#deposit_btn {
  width: 200px;
}
.deposit_banks .form-radio {
  height: 50px;
  width: 160px;
  line-height: 40px;
  margin: 5px;
  cursor: pointer;
}
.deposit_pay {
  padding-top: 20px;
}
.deposit_banks .form-radio input:checkedimg {
  border-color: #029ed8;
  border-width: 2px;
}
.deposit_banks .form-radio img {
  border: 1px solid #b7b7b7;
  padding: 6px 8px;
  display: inline-block;
  width: 120px;
  height: 40px;
}
/*押金支付结束*/
/*基础设置*/
.basis-items label {
  font-weight: normal;
}
.basis-member .form-group {
  overflow: auto;
  width: 100%;
  padding: 6px 0;
}
.beasis-title {
  font-size: 16px;
  padding-bottom: 20px;
  font-weight: 600;
}
#basisBtn {
  text-align: center;
  margin: 0 auto;
  display: block;
  width: 200px;
  letter-spacing: 10px;
  text-indent: 10px;
  margin-top: 20px;
}
.beasis-item {
  line-height: 32px;
  text-align: right;
  padding: 0;
  margin: 0;
}
.beasis-input {
  padding-right: 0;
}
/*基础设置结束*/
/*充值弹框提示*/
.pay_tips {
  width: 520px;
  height: 200px;
  padding: 10px 20px 20px 20px;
}
.pay_tips h4 {
  font-weight: bold;
  line-height: 45px;
  height: 45px;
  border-bottom: 1px solid #ddd;
  font-size: 18px;
  color: #333;
}
.pay_tips div {
  height: 30px;
  line-height: 30px;
}
.pay_tips div span {
  text-indent: 25px;
  overflow: hidden;
  color: #333;
  font-size: 13px;
  float: left;
}
.addorUpdate .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.addorUpdate .input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.addorUpdate .input-group .form-control {
  position: relative;
  z-index: 0;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.addorUpdate .input-group .form-control:focus {
  z-index: 3;
}
.pay_tips div .span1 {
  background: url(../images/icon_success.jpg) no-repeat 0 center;
}
.pay_tips div .span2 {
  background: url(../images/icon_error.jpg) no-repeat 0 center;
}
/*彩票后台*/
@media screen and (min-height: 400px) and (max-height: 599px) {
  .lottery-box {
    height: 86.7vh;
  }
}
@media screen and (min-height: 501px) and (max-height: 599px) {
  .lottery-box {
    height: 89.7vh;
  }
}
@media screen and (min-height: 600px) and (max-height: 700px) {
  .lottery-box {
    height: 90.7vh;
  }
}
@media screen and (min-height: 701px) and (max-height: 800px) {
  .lottery-box {
    height: 92.2vh;
  }
}
@media screen and (min-height: 801px) and (max-height: 999px) {
  .lottery-box {
    height: 92.7vh;
  }
}
@media screen and (min-height: 1000px) and (max-height: 1100px) {
  .lottery-box {
    height: 94.4vh;
  }
}
.icon-renwu:before {
  content: "\e67b";
}
.icon-time:before {
  content: "\e691";
}
/*基础设置*/
.music_box {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("../images/icon_play.png") no-repeat;
  background-size: contain;
  cursor: pointer;
}
/*游戏列表导出游戏*/
.importGame {
  position: relative;
}
.importGame input {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.my-table .tr {
  overflow: hidden;
  margin: -1px;
}
.my-table .tr .th {
  background: #ebebeb;
  height: 40px;
  line-height: 40px;
}
.my-table .tr .td {
  border-bottom: 1px solid #ddd;
  height: 34px;
  line-height: 34px;
}
.my-table .tr .border-right {
  border-right: 1px solid #ddd;
}
.my-table .tr .th,
.my-table .tr .td {
  border-right: 1px solid #ddd;
  text-align: center;
}
.my-table .tr input {
  height: 25px;
  display: inline-block;
}
.my-table .tr input[type="checkbox"] {
  width: 17px;
}
.my-table .tr:hover {
  background: #fafafa;
}
.my-table .subBtn,
.my-table .subBtn:hover,
.my-table .subBtn:visited,
.my-table .subBtn:active {
  background: #477ead;
  border-color: #477ead;
}
