body {
  height: 100%;
  color: #333;
  font-size: 14px;
  font-family: 'Microsoft Yahei UI';
  background-color: #f5f5f5;
}

.marT50 {
  margin-top: 50px;
}

.btn {
  border-radius: 2px;
}

.btn.btn-primary {
  background-color: #41b5ea;
  border: 1px solid #31a8df;
}

.btn.btn-gray {
  background-color: #ebebeb;
  border: 1px solid #cfcfcf;
  color: #333;
}

a.btn {
  height: 20px !important;
}

button.btn {
  height: 30px !important;
}

.header-manage {
  background-image: none;
  background-color: #41b5ea;
  height: 70px;
}

.header-manage a {
  text-decoration: none;
}

.header-manage .header-box {
  width: auto;
  margin: 0 15px;
}

.header-manage .header-box .logo {
  height: 44px;
  float: left;
  padding: 13px 0;
  overflow: hidden;
}

.header-manage .header-box .logo .logo_info {
  line-height: 42px;
  height: 42px;
  display: inline-block;
  font-size: 24px;
  text-decoration: none;
  color: #fff;
  font-family: tahoma, arial, Microsoft Yahei, \5b8b\4f53;
}

.header-manage .header-box .logo img {
  float: left;
  width: 161px;
  height: 42px;
  margin-right: 10px;
}

.header-manage .header-box .header-right i {
  font-size: 18px;
}

.header-manage .header-box .header-right .header-nav > li {
  color: #fff;
}

.platform-section, .notic_cont {
  font-family: "Microsoft Yahei", 'simsun', arial, verdana, sans-serif;
}

.platform-section .h1 {
  padding: 10px 20px;
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 0px;
}

.aledit {
  width: 150px;
  background-color: #ff7800;
  position: absolute;
  text-align: center;
  line-height: 32px;
  top: 0;
  left: 50%;
  margin-left: -100px;
  height: 32px;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 2px 4px 0 #ccc;
  font-size: 22px;
  cursor: pointer;
  z-index: 10;
}

.aledit span {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  vertical-align: top;
}

.aledit i {
  color: #fff;
  padding-right: 5px;
  text-shaow: none;
}

.aleditdetailbox {
  top: 0;
  position: absolute;
  width: 100%;
  z-index: 11;
}

.aleditdetailbox .aleditdetail {
  border-radius: 0 0 10px 10px;
  box-shadow: 0 2px 4px 0 #ccc;
  position: relative;
  background-color: #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  max-width: 760px;
  padding: 20px 20px 30px;
  border: 1px solid #ccc;
}

.aleditdetailbox .aleditdetail .aleditbtn {
  position: absolute;
  width: 80px;
  margin-left: -40px;
  bottom: 0;
  left: 50%;
  background-color: #ff7800;
  color: #fff;
  line-height: 20px;
  height: 20px;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
}

.aleditdetailbox .aleditdetail .aleditbtn .jiamengshang-ghost2:before {
  color: #fff;
}

.aleditdetailbox .aleditdetail .h1 {
  border-bottom: 1px solid #e8e8e8;
  line-height: 1.6;
  margin-bottom: 10px;
}

.aleditdetailbox .aleditdetail .aleditlist {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 260px;
}

.aleditdetailbox .aleditdetail .aleditlist li {
  border-bottom: 1px dashed #f2f2f2;
}

.container {
  min-height: calc(100% - 310px);
  overflow: hidden;
  background-color: #fafafa;
}

.container .menu {
  background-color: #fff;
  height: 100%;
}

.container .menu li a {
  color: #515a6e;
  position: relative;
}

.container .menu li a .jiamengshang-geolocation {
  position: absolute;
  width: 14px;
  height: 14px;
  top: 50%;
  right: 8px;
  line-height: 14px;
  text-indent: 0;
  transform: translateY(-50%);
}


.container .menu li a:hover, .container .menu li .submenu p a:hover {
  color: #2d8cf0;
}
.container .menu li.on a .jiamengshang-geolocation {
  transform: translateY(-50%) rotate(180deg);
}
.container .menu li .submenu{
  text-indent: 40px;
}
.container .menu li .submenu p{
  margin-bottom: 0;
}
.container .menu li .submenu p a{
  height: 52px;
  line-height: 52px;
  margin-bottom: 0;
  text-align: left;
  text-indent: 40px;
  color: #515a6e;
  font-weight: normal;
  border-right: 2px solid transparent;
}
.container .menu li .submenu p.active a{
  color: #2d8cf0;
  background: #f0faff;
  border-color: #2d8cf0;
}


.container .page-content {
  background: transparent;
  position: relative;
  overflow: hidden;
  clear: right;
}

.container .page-content input[type="text"] {
  height: 20px;
  line-height: 20px !important;
  padding: 5px 8px !important;
  border-radius: 0 !important;
  border: 1px solid #d7d7d7 !important;
  min-width: 200px;
  margin-top: 0;
}

.container .page-content .dropdown input[type="text"] {
  min-width: auto;
}

.container .page-content textarea {
  border-radius: 0;
  border: 1px solid #d7d7d7;
  padding: 5px 8px;
  width: 540px;
}

.container .page-content .nav {
  display: block;
}

.container .page-content .nav.nav-tabs {
  background: #fff;
  padding: 20px 20px 0;
  margin-bottom: 0px;
}

.container .page-content .nav.nav-tabs li {
  border: 0;
  margin-bottom: 0;
}

.container .page-content .nav.nav-tabs li a {
  color: #888;
  border: 0px;
  padding: 6px 15px;
}

.container .page-content .nav.nav-tabs li:hover a {
  color: #333;
}

.container .page-content .nav.nav-tabs li.active a {
  border-bottom: 3px solid #41b5ea;
  background-color: transparent;
  color: #000;
}

.container .page-content .nav.nav-pills .active a,
.container .page-content .nav.nav-pills .active a:focus,
.container .page-content .nav.nav-pills .active a:hover {
  background-color: #41b5ea;
}

.container .page-content .alert-info {
  background: #fcf8e3;
  border: 1px solid #fbeed5;
  color: #c09853;
  font-size: 12px;
  padding: 8px 13px;
  margin: 5px 0px 10px;
}

.container .page-content .alert-info p {
  margin-bottom: 0px;
}

.container .page-content .alert-info p i {
  margin-right: 5px;
  vertical-align: middle;
  display: inline-block;
}

.container .page-content .form-horizontal {
  margin: 0px;
}

/* 6/8 add */
.container .page-content .table-info{
  background: #fff;
  margin-top: -10px;
}
.container .page-content  .order-item{
  margin-left: 20px;
  display: inline-block;
  line-height: 40px;
  height: 40px;
  margin-bottom: 10px;
}
.container .page-content  .order-item  .order-num{
  font-weight: bold;
}
.form-card{
  margin-bottom: 20px;
  width: 100%;
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
}
.data-overview{    margin: 20px 0 0 20px;}
.data-overview .income-status{
  margin-top: 20px;
  display: inline-block;
  width: 300px;
}
.data-overview .income-status .bold{
  font-size: 16px;
}
.data-overview .order-status{
  line-height: 24px;
}

.container .page-content .form-horizontal .control-label {
  line-height: 20px;
  font-weight: 700;
  font-size: 12px;
}

.container .page-content .form-horizontal .control-group {
  padding: 5px 0;
}

.container .page-content .form-horizontal.form-filter {
  border: 0px;
  background: #fff;
  padding: 20px;
}

.container .page-content .form-horizontal .form-action {
  padding-left: 0px;
}

.container .page-content #grid {
  background: #fff;
  padding: 0px 20px;
}

.containerW {
  padding-top: 10px;
}

.containerW .progress_02 li {
  color: #4d4d4e;
}

.containerW .progress_02 li:before {
  height: 0px;
  width: 0px;
  left: -17px;
  border: 13px solid transparent;
  border-color: #fff #fff #fff transparent;
  background-image: none;
  content: '';
  position: absolute;
}

.containerW .progress_02 li .lt {
  height: 0px;
  width: 0px;
  left: -14px;
  border: 13px solid transparent;
  border-color: #e0e0e0 #e0e0e0 #e0e0e0 transparent;
  background-image: none;
}

.containerW .progress_02 li.first:before {
  display: none;
}

.containerW .progress_02 li.current {
  background-color: #ffa200;
  color: #fff;
}

.containerW .progress_02 li.current .lt {
  border-color: #ffa200 #ffa200 #ffa200 transparent;
}

.containerW .progress_02 li.past {
  background: #ffdfa6;
  color: #cc8200;
}

.containerW .progress_02 li.past .lt {
  border-color: #ffdfa6 #ffdfa6 #ffdfa6 transparent;
}

.containerW .align-r span {
  color: red;
}

.containerW .btn {
  border-radius: 2px;
  height: 30px;
  line-height: 20px;
  font-size: 14px;
}

select {
  margin-right: 5px;
  height: 30px !important;
  padding: 5px !important;
  border-radius: 0px !important;
  border: 1px solid #d7d7d7 !important;
}

.table thead tr th {
  background-color: #f6f6f6;
  padding: 8px;
  border-bottom: 2px solid #e7e7e7;
  font-size: 12px;
  font-weight: normal;
}

.table tbody tr td {
  border-bottom: 1px solid #eaeaea;
  padding: 10px 0px;
  font-size: 12px;
}

.table tbody#grid_tBody a {
  color: #4eaced;
}

#batchRenewBar_content {
  display: inline-block;
}

#batchRenewBar_content input {
  width: 30px !import;
}

#maxEpMainTr,
#maxEpLimitTr {
  margin-right: 10px;
  padding: 0;
}

#maxEpMainTr label,
#maxEpLimitTr label {
  line-height: 25px;
}

#maxEpMainTr input[type="text"],
#maxEpLimitTr input[type="text"] {
  vertical-align: top;
  min-width: auto;
  padding: 0px 5px !important;
}

.modal-dialog {
  font-size: 12px;
}

.netbar-section {
  background: #fff;
}

.netbar-section .modal-body {
  font-size: 14px;
}

.netbar-section .modal-body .nav-tabs li {
  border: 0;
  margin-bottom: 0;
}

.netbar-section .modal-body .nav-tabs li a {
  color: #888;
  border: 0px;
  padding: 6px 15px;
}

.netbar-section .modal-body .nav-tabs li:hover a {
  color: #333;
}

.netbar-section .modal-body .nav-tabs li.active a {
  border-bottom: 3px solid #41b5ea;
  background-color: transparent;
  color: #000;
}

.netbar-section .jiamengshang-canon:before,
.netbar-section .jiamengshang-cassette8:before,
.netbar-section .jiamengshang-chat27:before {
// background-color: #f8f7f4;
  padding: 1px;
}

#wbxq .modal-body,
#remarkWin .modal-body {
  padding: 15px 20px 0px;
}

#wbxq .nav,
#remarkWin .nav {
  display: block;
}

#wbxq .nav.nav-tabs,
#remarkWin .nav.nav-tabs {
  background: #fff;
  padding: 0px 10px 10;
  margin-bottom: 10px;
}

#wbxq .nav.nav-tabs li,
#remarkWin .nav.nav-tabs li {
  border: 0;
  margin-bottom: 0;
}

#wbxq .nav.nav-tabs li a,
#remarkWin .nav.nav-tabs li a {
  color: #888;
  border: 0px;
  padding: 6px 15px;
}

#wbxq .nav.nav-tabs li:hover a,
#remarkWin .nav.nav-tabs li:hover a {
  color: #333;
}

#wbxq .nav.nav-tabs li.active a,
#remarkWin .nav.nav-tabs li.active a {
  border-bottom: 3px solid #41b5ea;
  background-color: transparent;
  color: #000;
}

#wbxq .nav.nav-pills .active a,
#remarkWin .nav.nav-pills .active a,
#wbxq .nav.nav-pills .active a:focus,
#remarkWin .nav.nav-pills .active a:focus,
#wbxq .nav.nav-pills .active a:hover,
#remarkWin .nav.nav-pills .active a:hover {
  background-color: #41b5ea;
}

#wbxq .table thead tr th,
#remarkWin .table thead tr th {
  border: 1px solid #d0cfcb;
  font-size: 12px;
  font-weight: 700;
}

#wbxq .table tbody tr td,
#remarkWin .table tbody tr td {
  font-size: 12px;
  padding: 5px;
}

#wbxq .pagination,
#remarkWin .pagination {
  border: 0px;
  margin: 0px;
  font-size: 12px;
}

.pagination {
  text-align: right;
  border-bottom: 1px solid #eaeaea;
  padding: 6px 0;
}

.icon {
  width: 16px;
  height: 16px;
  display: inline-block;
}

.icon-warning {
  background: url(img/icon-warning.png) no-repeat;
}

.accountInfo {
  border-radius: 0px;
  background: #fff;
  overflow: hidden;
  margin-bottom: 20px;
  margin-top: 30px;
  padding: 10px;
  border: 1px solid #e6e6e6;
  border-top: 2px solid #ffb230;
}

.accountInfo .portrait {
  padding-top: 10px;
  float: left;
}

.accountInfo .portrait img {
  width: 68px;
  height: 68px;
  border: 1px solid #d5d5d5;
}

.accountInfo .userInfo {
  margin: 0 20% 0 95px;
  font-size: 14px;
  color: #666;
}

.accountInfo .userInfo .userAccountInfo {
  max-width: 630px;
  margin-right: 5%;
  line-height: 20px;
  padding-bottom: 10px;
  padding-top: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #d4d4d4;
}

.accountInfo .userInfo .userAccountInfo .last-time {
  margin-left: 20%;
.accountInfo color: #808080;
}

.accountInfo .userInfo .userAccountInfo span {
  font-size: 12px;
  color: #959595;
}

.accountInfo .userInfo .userAccountInfo i {
  font-style: normal;
}

.accountInfo .userInfo .accountnum {
  float: left;
  width: 65%;
  padding: 10px;
  line-height: 28px;
  word-wrap: break-word;
  word-break: break-all;
  box-sizing: border-box;
}

.accountInfo .userInfo .accountnum i {
  font-style: normal;
  color: #fb5900;
}

.accountInfo .addedServices {
  border-left: 1px solid #dfdfdf;
  padding: 0 20px;
  float: right;
  width: 20%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.accountInfo .addedServices i {
  font-size: 18px;
}

.accountInfo .addedServices p {
  font-size: 14px;
  color: #333;
}

.accountInfo .addedServices p .add-icon-blue {
  color: #4d90fe;
  margin-right: 5px;
}

.accountInfo .addedServices div {
  text-align: center;
  padding: 5px 0;
}

.acc-manager table {
  width: 100%;
  font-size: 14px;
  color: #000;
}

.acc-manager table th {
  width: 30%;
  padding-left: 10px;
  font-weight: 400;
  text-align: left;
  line-height: 30px;
}

.acc-manager table th i {
  margin-bottom: 10px;
}

.acc-manager table th i.jiamengshang-brief1:before {
  color: #41b5ea;
}

.acc-manager table th span {
  color: #888888;
  line-height: 30px;
}

.acc-manager table td {
  padding-left: 10px;
  border-bottom: 1px dotted #d5d5d5;
  line-height: 30px;
}

.acc-manager table td span {
  color: #888888;
  line-height: 30px;
}

@media screen and (min-width: 768px) {
  .menu {
    width: 150px;
    min-height: 640px;
    box-shadow: 2px 0 8px 0 rgba(29,35,41,.05);
    /* border-right: 1px solid #e0e0e0; */
  }
  .menu li {
    margin-bottom: 0;
  }
  .menu li.on:after,
  .menu li.on:before {
    display: none;
    /* content: ''; */
    border-width: 8px;
    border-color: transparent #e0e0e0 transparent transparent;
    border-style: solid;
    width: 0;
    height: 0;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -5px;
  }
  .menu li.on:after {
    border-color: transparent #fafafa transparent transparent;
    right: -1px;
  }
  .menu li>a{
    text-align: left;
    line-height: 52px;
    text-indent: 20px;
  }
  .page-content {
    margin: 30px 30px 30px 168px;
    min-height: 610px;
  }
  .netbar-section .data-option {
    padding: 8px 20px;
  }
  .netbar-section .alert {
    margin: 0px 20px !important;
  }
  .netbar-section .alert-inline {
    margin: 10px 0px !important;
  }
}

.bg-error {
  padding: 100px;
  background-position: left center;
}

.alert-success {
  background-color: transparent;
  color: #c09853;
  border: 0;
}

.alert-success h4 {
  background-color: #fcf8e3;
  border-color: 1px solid #fbeed5;
  padding: 10px;
  font-weight: 500;
  font-size: 14px;
}

.alert-success h4 i {
  font-size: 18px;
  margin-right: 5px;
}

@media screen and (max-width: 768px) {
  .bg-error {
    padding: 20px;
  }
  .container .menu li{
    margin-bottom: 0;
  }
}

.foot {
  background: #f5f5f5;
  padding: 20px 0;
  font-size: 13px;
  position: relative;
  height: auto;
}

.foot .foot-box {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.foot .foot-box p {
  text-align: center;
  color: #444f68;
  margin-bottom: 0px;
  height: 30px;
  line-height: 30px;
}

.foot .foot-box p a {
  margin: 0 5px;
  color: #444f68;
  vertical-align: top;
}

.foot .foot-box p a span {
  vertical-align: top;
}

.foot .foot-box .line3 a {
  width: 220px;
  display: block;
  margin: 0px auto;
}

.foot .foot-box .line3 a img {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  margin-top: 5px;
}

.foot .foot-box .line3 a p {
  display: inline-block;
  vertical-align: top;
}

.foot .foot-box .foot-icon-3 {
  position: absolute;
  top: 10px;
}

@media screen and (min-width: 960px) {
  .foot-icon-3 {
    right: 225px;
  }
}

@media screen and (max-width: 1000px) {
  .accountInfo .userInfo {
    width: 100% !important;
  }
  .accountInfo .addedServices {
    display: block;
    width: 100% !important;
    border-left: none;
    margin: 0;
  }
}

@media screen and (max-width: 959px) {
  .foot-icon-3 {
    right: 5px;
  }
}

@media screen and (max-width: 767px) {
  .header-right .hide,
  .header-right-top,
  .hiden,
  .name,
  .p1,
  .twodmcode,
  .wen {
    display: none;
  }
  .wen-logo {
    display: none;
  }
  .line3 a img {
    display: none !important;
  }
  .foot .foot-box .line3 a {
    text-align: center;
  }
  .foot-icon-3 {
    display: none;
  }
  .foot-box p {
    height: auto !important;
  }
}
/*gameCpsImport*/
.bar-selected {
  background: #ccc;
  padding: 3px 10px;
}
.bar-list {
  border: 1px solid #ccc;
  padding: 10px;
}

.bar-list  .bar {
  margin-bottom: 8px;
}

div#meshIdsContainer {
  margin-top: 8px;
  max-height: 382px;
  overflow: auto;
}
span.hintMsg{
  color: gray;
  font-size: 11px;
  margin-left: 15px;
}
.header-right{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#head_notice{
  margin-left: 100px;
  flex: 1;
  padding-left: 25px;
  margin-right: 100px;
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 42px;
  overflow: hidden;
  color: white;
  font-weight: 200;
  font-family: 'jiamengshang';
  background: url(../css/img/trumpet.png) no-repeat left center;
}

#head_notice {
  width: 200px;
  display: inline-block;
  /*white-space: nowrap;*/
  animation: my-animation 10s infinite linear;
}
@keyframes my-animation {
  0% {
    transform: translate(100px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
