body {
  font-family: "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑";
  background-image: url(../images/BG.png);
  background-repeat: repeat;
}

input {
  border: 0;
}

.login-d {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 296px;
  overflow: hidden;
  margin: auto;
}

.logo,
.logo-default {
  display: block;
  width: 72px;
  height: 72px;
  margin: 0 auto;
  margin-bottom: 12px;
  border-radius: 4px;
}

.logo-hide {
  display: none;
}

.shop-name {
  text-align: center;
  font-size: 18px;
  height: 25px;
  color: #666;
}

.login-ipt-d {
  display: block;
  width: 100%;
  margin-top: 14px;
}

.login-ipt-li {
  width: 100%;
  height: 85px;
  background-color: white;
  border-radius: 4px;
  margin-bottom: 10px;
}

.ico-i {
  display: inline-block;
  vertical-align: middle;
  height: 26px;
  width: 20px;
  margin-left: 12px;
  font-size: 20px;
  color: #CCCCCC;
}

.login-ipt-li .glyphicon {
  top: 4px;
}

.login-ipt {
  display: inline-block;
  vertical-align: middle;
  height: 41px;
  width: 230px;
  padding-left: 5px;
  font-size: 16px;
  color: #666;
}

.login-ipt-li>li:first-child {
  height: 43px;
}

.ico-i-second {
  margin-left: 8px;
  margin-right: 2px;
  margin-top: 4px;
  font-size: 23px;
}

.prompt-li {
  width: 100%;
  height: auto;
  margin-top: 10px;
}

.prompt-d {
  display: none;
  width: 100%;
  height: auto;
  overflow: auto;
  padding: 5px;
  border: 1px solid #CD4146;
  border-radius: 4px;
  background-color: #FFEDE2;
}

.prompt-d>i {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  width: 16px;
  color: #CD4146;
  margin: 0px 3px;
}

.prompt-text {
  display: block;
  float: right;
  font-size: 16px;
  width: 260px;
  color: #D15357;
}

.login-btn {
  width: 100%;
  margin-top: 10px;
}

.login-btn>div {
  width: 100%;
  background-color: #FF7D29;
  height: 42px;
  text-align: center;
  color: white;
  line-height: 42px;
  padding: 0 0;
  font-size: 20px;
}

.login-btn>div:hover,
.login-btn>div:active,
.login-btn>div:focus {
  background-color: #d25200;
  color: white;
}

.login-info-left {
  position: absolute;
  display: inline-block;
  left: 20px;
  bottom: 10px;
  font-size: 14px;
  color: #bbb;
}

.login-info-right {
  position: absolute;
  display: inline-block;
  right: 20px;
  bottom: 10px;
  font-size: 14px;
  color: #bbb;
}

.errorLogin>i,
.errorLogin>input {
  color: #cd4146;
}

.update-header {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.logo-img {
  width: 48px;
  height: 48px;
  background-image: url(../images/ddsj_logo_48x48.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.update-info {
  flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
}

.update-info>ul>li {
  display: block;
  width: 100%;
  font-size: 12px;
  line-height: 1;
  color: #6F6F6F;
  margin-bottom: 5px;
  margin-left: 10px;
}

.update-info>ul>li:first-child {
  font-size: 13px;
}

.update-body {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 10px 10px;
}

.update-body>ul>li {
  display: block;
  width: 100%;
  font-size: 14px;
  padding: 0 10px;
}

.update-popup {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  width: 100%;
  height: 100%;
}

.wait_progress {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 500px;
  height: 115px;
  margin: auto;
  padding: 20px 20px;
  padding-bottom: 0;
  background-color: white;
  box-shadow: 0 0 4px rgba(0, 0, 0, .25), 2px 2px 6px rgba(0, 0, 0, .25);
}

.text_progress {
  display: block;
  width: 400px;
  margin: auto;
  padding: 20px 20px;
  padding-bottom: 0;
  background-color: white;
  box-shadow: 0 0 4px rgba(0, 0, 0, .25), 2px 2px 6px rgba(0, 0, 0, .25);
}

.update-btn {
  display: block;
  width: 100px;
  padding: 5px 10px;
  margin: 0 auto;
  text-align: center;
  color: white;
}

.update-footer {
  margin: 20px 0;
  margin-bottom: 0;
}

.upateHiti {
  display: block;
  font-size: 14px;
  color: #FF6666;
  margin-bottom: 10px;
  margin-top: 10px;
  letter-spacing: 1px;
  line-height: 1;
}

.close-popup {
  position: absolute;
  top: 8px;
  right: 18px;
  width: 26px;
  height: 26px;
  z-index: 50;
  cursor: pointer;
  border-radius: 50%;
  background-color: white;
  color: #ccc;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.close-popup:hover {
  color: #FF6666;
  background-color: rgba(0, 0, 0, .5);
}

.close-popup::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 14px;
  background-color: currentColor;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.close-popup::before {
  content: '';
  position: absolute;
  width: 14px;
  height: 2px;
  background-color: currentColor;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.wait_progress>span {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  font-size: 16px;
}

.wait_progress>div {
  height: 20px;
  margin-bottom: 20px;
}

.hide-background {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  z-index: 30;
  background-color: rgba(255, 255, 255, .8);
}

.update-txt {
  display: block;
  height: auto;
  overflow: hidden;
  margin-bottom: 5px;
  text-align: center;
}

.update_primary_id a {
  text-align: center;
  font-size: 16px;
}

.update_primary_id a:focus,
a:hover,
a:active {
  color: #397ABD;
}

.dotting {
  display: none;
}

.warning {
  color: #cd4146;
}

#warn-accout {
  position: absolute;
  display: none;
  width: 520px;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
}

.warn-account-body {
  position: relative;
  display: block;
  height: 340px;
}

.warn-account-footer {
  display: block;
  height: 60px;
}

.warn-account-body-text {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  text-align: center;
  height: 30px;
  font-size: 22px;
}

.account-form {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.close-popup {
  position: absolute;
  top: 4px;
  right: 18px;
  width: 32px;
  height: 32px;
  z-index: 50;
  cursor: pointer;
  color: #666;
  -webkit-transition: all .2s ease-out;
     -moz-transition: all .2s ease-out;
      -ms-transition: all .2s ease-out;
       -o-transition: all .2s ease-out;
          transition: all .2s ease-out;
}
.close-popup:hover {
  color: #F22665;
}
.close-popup::after {
  content:'';
  position: absolute;
  width: 2px;
  height: 14px;
  background-color: currentColor;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
.close-popup::before {
  content:'';
  position: absolute;
  width: 14px;
  height: 2px;
  background-color: currentColor;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
body {
  font-family: "微软雅黑","Helvetica Neue",Helvetica,Arial,sans-serif !important;
  padding: 0;
  background-color: #F2F0EE;
  overflow-y: auto;
}
::-ms-clear { display: none; }
::-ms-reveal { display: none; }
a{
  text-decoration: none;
  outline : none;
  blur:expression(this.blur());
  color: #1A1A1A;
}
a:focus,a:hover,a:active{
  text-decoration: none;
    outline: 0;
    cursor: pointer;
    color: white;
}
a:focus {
  color: inherit;
}
ul,li {
  list-style-type: none;
}
ul {
  padding: 0;
  margin: 0;
  list-style-type : none;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
input,button,select,textarea{outline:none}
/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
  padding-left: 15px;
  padding-right: 15px;
}
input[type='number'] {
    -moz-appearance:textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
h1,h2,h3,h4{
  font-family: "微软雅黑","Helvetica Neue",Helvetica,Arial,sans-serif !important;
  margin: 0 0;
}
/* Custom page header */
.header {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 10px;
}
/* Make the masthead heading the same height as the navigation */
.header h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
  padding-bottom: 19px;
}

/* Custom page footer */
.footer {
  padding-top: 19px;
  color: #777;
  border-top: 1px solid #e5e5e5;
}

.container-narrow > hr {
  margin: 30px 0;
}

/* Main marketing message and sign up button */
.jumbotron {
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}
.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
}

/* Supporting marketing content */
.marketing {
  margin: 40px 0;
}
.marketing p + h4 {
  margin-top: 28px;
}
input[type="radio"], input[type="checkbox"] {
  margin-top: -2px;
}
label {
  font-weight: 400;
}
/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  .container {
    max-width: 730px;
  }

  /* Remove the padding we set earlier */
  .header,
  .marketing,
  .footer {
    padding-left: 0;
    padding-right: 0;
  }
  /* Space out the masthead */
  .header {
    margin-bottom: 30px;
  }
  /* Remove the bottom border on the jumbotron for visual effect */
  .jumbotron {
    border-bottom: 0;
  }
}
.dotting {
    display: inline-block; width: 10px; min-height: 2px;
    padding-right: 2px;
    border-left: 2px solid currentColor; border-right: 2px solid currentColor;
    background-color: currentColor; background-clip: content-box;
    box-sizing: border-box;
    animation: dot 1s infinite step-start both;
    -webkit-animation: dot 1s infinite step-start both;
}
.dotting:before { content: '...'; }
.dotting::before { content: ''; }
:root .dotting { margin-left: 2px; padding-left: 2px; }

@keyframes dot {
    25% { border-color: transparent; background-color: transparent; }
    50% { border-right-color: transparent; background-color: transparent; }
    75% { border-right-color: transparent; }
}
@-webkit-keyframes dot {
    25% { border-color: transparent; background-color: transparent; }
    50% { border-right-color: transparent; background-color: transparent; }
    75% { border-right-color: transparent; }
}
.popup-background {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: auto;
  min-height: 500px;
  /*overflow: hidden;*/
}
.popup-div {
  width: 500px;
  margin: 0 auto;
}
.popup-div > div.panel-heading {
  position: relative;
}
.width1000 {
  width: 1000px;
}
@media screen and (max-width:999px) {
  .width1000 {
    width: 100%;
  }
}
.close-popup {
  position: absolute;
  top: 4px;
  right: 18px;
  width: 32px;
  height: 32px;
  z-index: 50;
  cursor: pointer;
  color: #666;
  -webkit-transition: all .2s ease-out;
     -moz-transition: all .2s ease-out;
      -ms-transition: all .2s ease-out;
       -o-transition: all .2s ease-out;
          transition: all .2s ease-out;
}
.close-popup:hover {
  color: #333;
}
.close-popup::after {
  content:'';
  position: absolute;
  width: 2px;
  height: 14px;
  background-color: currentColor;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
.close-popup::before {
  content:'';
  position: absolute;
  width: 14px;
  height: 2px;
  background-color: currentColor;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
.seleced-time {
  width: 130px;
  padding: 5px;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-top: -5px;
}
.use-check{
  width: 90px;
  height: 30px;
  border: 1px solid #5FC1FF;
  color: #5FC1FF;
  text-align: center;
  line-height: 28px;
}
.use-check-small{
  width: 60px;
  height: 20px;
  border: 1px solid #5FC1FF;
  color: #5FC1FF;
  text-align: center;
  line-height: 18px;
}
.nav-page {
  height: 30px;
  float: right;
  margin-top: 15px;
  margin-bottom: 20px;
}
.nav-page > li {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  border-radius: 2px;
  margin-right: 10px;
  background-color: white;
  line-height: 40px;
  text-align: center;
  color: #999;
  cursor: pointer;
}
.nav-page > li:hover {
  background-color: #56B5EB;
  color: white;
}
.nav-page > li.selectedpage {
  background-color: #56B5EB;
  color: white;
}
.nav-page > li.disabledpage {
  background-color: #ccc;
  color: #777;
  cursor: not-allowed;
}
/*---bootstrap*/
.panel-default .panel-heading {
  background-color: #d9edf7;
  border-color:#bce8f1;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.panel-default {
  border-radius: 6px;
  border: 0;
  box-shadow: 0 0 1px rgba(0,0,0,.25), 0 3px 2px rgba(0,0,0,.25);
}
.has-error {
  border: 1px solid #FF6666 !important;
  color: #FF6666 !important;
}
.has-error > span {
  color: #FF6666 !important;
}
.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
  background-color: #e4e4e4;
  color: #666;
  text-align: center;
}
.table > thead > tr > th,
.table > tbody > tr > td {
  text-align: center;
  color: #666;
  vertical-align: middle;
}
/*---width---*/
.wd-full {
  display: block;
  width: 100%;
}
.w-full {
  width: 100%;
}
.w-helf {
  width: 50%;
}
.w-130 {
  width: 130px;
}
/*---height---*/
.ht-helf {
  height: 50%;
}
.ht-full {
  height: 100%;
}
/*---border---*/
.bd-btm1 {
  border-bottom: 1px solid #d9d9d9;
}
.bd-btm1-ee {
  border-bottom: 1px solid #eee;
}
.bd-lr-1 {
  border-right: 1px solid #666666;
  border-left: 1px solid #666666;
}
.bd-rd-4 {
  border-radius: 4px;
}
.bd-full-ddd {
  border: 1px solid #ddd;
}
/*---padding---*/
.pd-l-10 {
  padding-left: 10px;
}
.pd-t-10 {
  padding-top: 10px;
}
.pd-b-10 {
  padding-bottom: 10px;
}
.pd-r-10 {
  padding-right: 10px;
}
.pd-l-20 {
  padding-left: 20px;
}
.pd-t-20 {
  padding-top: 20px;
}
.pd-t-30 {
  padding-top: 30px;
}
.pd-b-20 {
  padding-bottom: 20px;
}
.pd-r-20 {
  padding-right: 20px;
}
.pd-20 {
  padding: 20px;
}
.pd-10 {
  padding: 10px;
}
.pd-b-zero {
  padding-bottom: 0;
}
.pd-zero {
  padding: 0;
}
.pd-l-zero {
  padding-left: 0;
}
.pd-r-zero {
  padding-right: 0;
}
/*---margin---*/
.mg-t-20 {
  margin-top: 20px;
}
.mg-t-5 {
  margin-top: 5px;
}
.mg-t-10 {
  margin-top: 10px;
}
.mg-t-50 {
  margin-top: 50px;
}
.mg-l-15 {
  margin-left: 15px;
}
.mg-l-5 {
  margin-left: 5px;
}
.mg-l-12 {
  margin-left: 12px;
}
.mg-l-40 {
  margin-left: 40px;
}
.mg-l-10,.mgl10 {
  margin-left: 10px;
}
.mg-l-20,.mgl20 {
  margin-left: 20px;
}
.mg-t-ls-3 {
  margin-top: -3px;
}
.mg-b-15 {
  margin-bottom: 15px;
}
.mg-b-10 {
  margin-bottom: 10px;
}
.mg-b-20 {
  margin-bottom: 20px;
}
.mg-zero {
  margin: 0;
}
.mg-b-8 {
  margin-bottom: 8px;
}
.mg-b-5 {
    margin-bottom: 5px;
}
/*---font-size---*/
.fnt-sz-30 {
  font-size: 30px;
}
.fnt-sz-24 {
  font-size: 16px;
}
.fnt-sz-20 {
  font-size: 20px;
}
.fnt-sz-14 {
  font-size: 14px;
}
.fnt-sz-18 {
  font-size: 18px;
}
.fnt-sz-16 {
  font-size: 16px;
}
.fnt-sz-12 {
  font-size: 12px;
}
/*---font color---*/
.txt-cl-3 {
  color: #31708f;
}
.txt-cl-6 {
  color: #666;
}
.txt-cl-c {
  color: #ccc;
}
.txt-cl-9 {
  color: #999;
}
.txt-cl-ff7400 {
  color: #ff7400;
}
.txt-cl-7e {
  color: #7e7e7e;
}
.txt-cl-ff {
  color: white;
}
.txt-cl-ff2e4b {
  color: #ff2e4b;
}
.txt-cl-10adff {
  color: #10adff;
}
.txt-cl-fe {
  color:#31708f;
}
.txt-cl-92 {
  color: #929292;
}
/*---background color----*/
.bg-cl-f2 {
  background-color: #f2f0ee;
}
.bg-cl-ff {
  background-color: #fff;
}
.bg-cl-fa {
  background-color: #fafafa;
}
.bg-cl-f2 {
  background-color: #f2f2f2;
}
/*---border radius----*/
.br-6{
  border-radius: 6px;
}
/*---misc---*/
.dp-il-bk {
  display: inline-block;
  vertical-align: middle;
}
.dp-il-bk-t {
  display: inline-block;
  vertical-align: top;
}
.ln-ht-1 {
  line-height: 1;
}
.cur {
  cursor: pointer;
}
.checkBox {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  border: 1px solid #BABABA;
  border-radius: 2px;
  cursor: pointer;
  -webkit-transition: all .2s ease-in;
     -moz-transition: all .2s ease-in;
      -ms-transition: all .2s ease-in;
       -o-transition: all .2s ease-in;
          transition: all .2s ease-in;
}
.checkBox:hover {
  border-color: #57B5EB;
}
.checkedBox {
  position: relative;
  display: inline-block;
  border-color: #57B5EB;
}
.checkedBox::before {
  content:'';
  position: absolute;
  top: -4px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 6px;
  height: 10px;
  border: 1px;
  border-style: solid;
  border-color: #57B5EB;
  border-top-color: transparent;
  border-left-color: transparent;
  transform: rotate(45deg);
}
header {
  height: 70px;
  padding-top: 10px;
  padding-right: 0;
  padding-bottom: 10px;
  padding-left: 16px;
  background-color: #e6e6e6;
}
.div-main-top {
    background-color: #bdbdbd;
    color: #747474;
    font-size: 18px;
    text-indent: 20px;
    line-height: 40px;
}
.comm-btn {
  background-color: #5DBAEF;
  border-radius: 4px;
  cursor: pointer;
  transition: all .3s ease-out;
  color: #eee;
}
.comm-btn:hover {
  background-color: #217aae;
  color: white;
}
.search-column {
  height: 60px;
}
.select-class {
  margin-top: 2px;
  margin-left: 5px;
  border: 1px solid #B7B7B6;
  color: #a9a9a9;
}
.imgs {
  background-size: 100%;
  background-repeat: no-repeat;
}
.operate-header-div {
  display: block;
  width: 100%;
  height: 60px;
  padding-top: 14px;
  padding-left: 20px;
}
.div-search {display: inline-block;vertical-align:middle;font-size: 18px;}
.div-search input {padding: 0 5px;width: 160px;height: 40px;border:1px solid #B3DEF6;outline: 1px solid #B3DEF6;border-right: none;}
.div-search button {width: 60px;height: 40px;line-height: 40px;text-align: center;color: #fff;background-color: #57b5eb;margin: 0;border: 1px solid #57b5eb;outline: 1px solid #57b5eb;}
@media only screen and (max-width:900px) {
  .div-search input {
    width: 300px;
  }
}
.smallNav-bgf-h4,.smallNav-operate-div {
  display: block;
  width: 100%;
  background-color: white;
  height: 40px;
  padding-left: 20px;
}
.smallNav-operate-div {
  background-color: #E4E4E4;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding-left: 10px;
}
.popover-span {
  position: absolute;
  top: -44px;
  left: 0;
  right: 0;
  display: block;
  padding: 5px;
  border: 1px solid white;
  border-radius: 4px;
  background-color: white;
  font-size: 14px;
  color: #666;
  text-align: center;
  box-shadow: 0 0 2px rgba(0,0,0,.25), 0 3px 2px rgba(0,0,0,.25);
  -webkit-animation: popoverSpan .2s ease-in;
     -moz-animation: popoverSpan .2s ease-in;
      -ms-animation: popoverSpan .2s ease-in;
       -o-animation: popoverSpan .2s ease-in;
          animation: popoverSpan .2s ease-in;
}
@keyframes popoverSpan {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes popoverSpan {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-o-keyframes popoverSpan {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-moz-keyframes popoverSpan {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.triangle-down {
position: absolute;
bottom: -10px;
width: 0;
height: 0;
left: 45%;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-top: 10px solid white;
}
.sct-tbl {
  display: table;
  width: 100%;
  margin-bottom: 50px;
}
.sct-tr {
  display: table-row;
}
.sct-th,.sct-td {
  display: table-cell;
  height: 50px;
  line-height: 50px;
  text-align: center;
  vertical-align: middle;
}
/*.sct-body {
  background-color: white;
}*/
/*.sct-td {
  background-color: white;
  color: #666;
}*/
.sct-header {
  background-color: #e3e3e3;
  color: #999;
}
.sct-cont {
  background-color: white;
  color: #666;
}
.sct-cont:hover {
  background-color: rgba(255,255,255,.5);
}
.w10p {
  width: 10%;
}
.tbl-gly-btn {
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
}
.tbl-gly-btn:hover,.tbl-gly-btn:active {
  background-color: #ccc;
  color: white;
}
.tbl-gly-trash {
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
  background-color: #ccc;
  color: white;
}
.tbl-gly-trash:hover,.tbl-gly-trash:active {
  background-color: rgba(0,0,0,.5);
  color: white;
}
.ipt {
  border:1px solid #ccc;
  border-radius: 4px;
}
.popupBtn {
  display: inline-block;
  vertical-align: middle;
  width: 160px;
  height: 60px;
  line-height: 60px;
  font-size: 24px;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all .25s ease-in;
     -moz-transition: all .25s ease-in;
      -ms-transition: all .25s ease-in;
       -o-transition: all .25s ease-in;
          transition: all .25s ease-in;
}
.popupBtn-certain {
  background-color: #57B5EB;
  color: white;
  margin-left: 10px;
}
.popupBtn-certain:hover {
  background-color: #34A2E5;
}
.popupBtn-cancel{
  float: right;
  margin-right: 10px;
  background-color: #ccc;
  color: #666;
}
.popupBtn-cancel:hover {
  background-color: #B2B2B2;
}
.autoHeight {
  max-height: 480px;
  overflow: auto;
}
.footer-white {
  border-top: 0px;
  background-color: white;
  padding-bottom: 10px;
}
.footer-btn,.footer-btn-center,.footer-btn-one {
  display: inline-block;
  text-align: center;
  width: 100%;
}
/*.footer-btn-one {
  display: inline-block;
  width: 100%;
  height: 60px;
  margin-top: 20px;
  text-align: center;
}*/
.footer-btn > button,.footer-btn-center>button {
  display: inline-block;
  vertical-align: middle;
  padding: 7px 15px;
  border-radius: 4px;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  border: 0;
}
.footer-btn > button:first-child {
  margin-right: 20px;
  background-color: #57B5EB;
  color: white;
}
.footer-btn > button:first-child:hover {
  background-color: #449ed2;
}
.footer-btn > button:last-child {
  margin-right: 20px;
  background-color: #eee;
  color: #666;
}
.footer-btn > button:last-child:hover {
  background-color: #ddd;
}
.footer-btn-one>button {
  display: inline-block;
  vertical-align: middle;
  padding: 10px 15px;
  border-radius: 4px;
  text-align: center;
  font-size: 18px;
  border: 0;
  background-color: #57B5EB;
  color: white;
}
.footer-btn-one>button:hover {
  background-color: #449ed2;
}
.footer-btn-center {
  margin-top: 20px;
}
.footer-btn-center>button {
  height: 40px;
  width: 100px;
  margin: 0 auto;
  line-height: 40px;
  background-color: #eee;
}
.footer-btn-center>button:hover {
  background-color: #ddd;
}
.footer-btn > button.has-btn-error {
  cursor: default;
  background-color: #79C1ED;
}
.footer-btn > button.has-btn-error:hover {
  cursor: default;
  background-color: #79C1ED;
}
.ul-list {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.ul-list > li {
  width: 98%;
  margin: 3px auto;
  background-color: white;
  cursor: pointer;
  border-bottom: 1px solid #ccc;
  -webkit-transition: all .25s ease-in-out;
     -moz-transition: all .25s ease-in-out;
      -ms-transition: all .25s ease-in-out;
       -o-transition: all .25s ease-in-out;
          transition: all .25s ease-in-out;
}
.ul-list > li:hover {
  background-color: rgba(255,255,255,.9);
}
.checkBox,.checkBoxBig {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  border: 1px solid #BABABA;
  border-radius: 2px;
  cursor: pointer;
  -webkit-transition: all .2s ease-in;
     -moz-transition: all .2s ease-in;
      -ms-transition: all .2s ease-in;
       -o-transition: all .2s ease-in;
          transition: all .2s ease-in;
}
.checkBox:hover,.checkBoxBig:hover {
  border-color: #57B5EB;
}
.checkBoxBig {
  width: 30px;
  height: 30px;
}
.checkedBox,.checkedBoxBig {
  position: relative;
  display: inline-block;
  border-color: #57B5EB;
}
.checkedBox::before,.checkedBoxBig::before {
  content:'';
  position: absolute;
  top: -4px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 6px;
  height: 10px;
  border: 1px;
  border-style: solid;
  border-color: #57B5EB;
  border-top-color: transparent;
  border-left-color: transparent;
  transform: rotate(45deg);
}
.checkedBoxBig::before {
  height: 18px;
  width: 9px;
  top: -6px;
}
.ul-4 {
  display: block;
  width: 100%;
  height: 60px;
}
.ul-4 > button {
  display: block;
  width: 220px;
  height: 60px;
  border-radius: 4px;
  text-align: center;
  line-height: 60px;
  font-size: 18px;
  cursor: pointer;
  border: 0;
}
.ul-4 > button:first-child {
  float: left;
  margin-left: 20px;
  background-color: #57B5EB;
  color: white;
  /*font-size: 24px;*/
}
.ul-4 > button:first-child:hover {
  background-color: #449ed2;
}
.ul-4 > button:last-child {
  float: right;
  margin-right: 20px;
  background-color: #eee;
  color: #666;
  /*font-size: 24px;*/
}
.ul-4 > button:last-child:hover {
  background-color: #ddd;
}
.form-border {
  padding: 5px 10px;
  border: 1px solid #999;
  border-radius: 4px;
}
.form-border > div > input {
  border: 0;
}
.btn:hover, .btn:focus, .btn.focus {
  color: white;
}
.control-label {
  text-align: right;
}
.contentSction{
  display: block;
  width: 98%;
  height: auto;
  overflow: hidden;
  padding-bottom: 50px;
  margin: 10px auto;
  background-color: white;
}
.popup-page-div {
  display: block;
  width: 100%;
  padding-top: 5px;
}
.popup-page-div > nav.nav-page {
  margin: 0;
}
.popup-page-div > nav.nav-page > li {
  background-color: #eee;
}
.popup-page-div > nav.nav-page > li:hover {
  background-color: #56B5EB;
  color: white;
}
.popup-page-div > nav.nav-page > li.selectedpage {
  background-color: #56B5EB;
}
.popup-page-div > nav.nav-page > li.disabledpage {
  background-color: #ccc;
  color: #777;
}
.menuDetail-div {
  position: absolute;
  width: 230px;
  height: auto;
  background-color: #f2f2f2;
  border-radius: 4px;
  box-shadow: 0 0 2px rgba(0,0,0,.25),0 1px 2px rgba(0,0,0,.25);
  left: -10px;
  bottom: 35px;
}
.menuDetail-div > .triangle-down {
  border-top: 10px solid #CCCCCC;
}
.box-ccc {
  box-shadow: 0 0 0 1px #ccc
}
.autoCover-fl {
  display: block;
  float: left;
}
.autoCover-fr {
  display: block;
  float: right;
}
.autoCover-rh {
  position: relative;
  display: block;
  overflow: hidden;
}
.panel-footer {
  border-bottom-left-radius:6px;
  border-bottom-right-radius:6px;
  padding:7px 15px;
}
.btn-default:hover,.btn-default:active {
  color: #333;
}
.theme-ipt{
  padding-left: 10px;
  border: 1px solid #CCCCCC;
}
.theme-ipt:focus{
  border-color: #57B5EB;
}
.mustIpt {
  position: absolute;
  right: -5px;
  top: 12px;
  font-size: 12px;
  color: #CC0000;
}
.has-error-text {
  font-size: 12px;
  color: #CC0033;
}
.border-form-group {
  border: 1px solid #CCCCCC;
  border-radius: 6px;
}
.border-form-group  input.form-control {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  outline: none;
}
.center-btn {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 40px;
  font-size: 20px;
  text-align: center;
  line-height: 40px;
  background-color: #0099FF;
  color: #eee;
  cursor: pointer;
  -webkit-transition: all .25s ease-in-out;
     -moz-transition: all .25s ease-in-out;
      -ms-transition: all .25s ease-in-out;
       -o-transition: all .25s ease-in-out;
          transition: all .25s ease-in-out;
}
.downATag {
  color: #3399FF;
  text-decoration: underline;
  -webkit-transition: all .25s linear;
     -moz-transition: all .25s linear;
      -ms-transition: all .25s linear;
       -o-transition: all .25s linear;
          transition: all .25s linear;
}
.downATag:hover {
  color: #3366FF;
  background-color: rgba(0,0,0,.2);
}
.center-btn:hover {
  color: #fff;
  background-color: #0066FF;
}
body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0.3);
  background-color: #f5f5f5;
}
body::-webkit-scrollbar {
  width: 8px;
  background-color: #f5f5f5;
}
body::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #555;
}
.printed-ul {
  display: block;
  width: 100%;
}
.printed-li {
  display: inline-block;
  vertical-align: middle;
  padding: 8px 12px;
  border-radius: 4px;
  margin-right: 5px;
  margin-bottom: 5px;
  -webkit-transition: all .25s ease-in-out;
     -moz-transition: all .25s ease-in-out;
      -ms-transition: all .25s ease-in-out;
       -o-transition: all .25s ease-in-out;
          transition: all .25s ease-in-out;
}
.pointer {
  cursor: pointer;
}
.defaultPrinter {
  background-color: #ddd;
  color: #444444;
}
.defaultPrinter:hover {
  background-color: #eee;
  color: #333;
}
.selectPinter {
  background-color: #FF6666;
  color: #fff;
}
.selectPinter:hover {
  background-color: #FF6666;
}
.scroll-style,.scroll {
    overflow-y: auto;
    height: 400px;
}
.scroll-style::-webkit-scrollbar-track,.scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0.3);
  background-color: #f5f5f5;
}
.scroll-style::-webkit-scrollbar, .scroll::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}
.scroll-style::-webkit-scrollbar-thumb, .scroll::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #555;
}
#popupId {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-top:5% !important;
}
.panel-heading {
  position: relative;
}
.panel-title{
  text-align: center;
  color:#31708f;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
}
.fl{
  float: left;
}
.fr{
  float: right;
}
/* 营销试用遮罩层样式 */
.promote-hide-background{
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  margin-left: 200px;
  margin-top: 70px;
  z-index: 30;
  background-color: rgba(0,0,0,.75);
}
.promote-try-pop{
  position: fixed;
  display: block;
  width: 500px;
  height: 300px;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 5px;
  text-align: center;
  background-color: white;
  z-index: 50;
}
.wrapper{
  margin-top: 100px;
}
.tyr-it-btn{
  width: 100px;
}
.tip-text{
  margin: 10px;
  color: #5CB85C;
}
.radio-track{
      display: inline-block;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      border: 1px solid #333;
      padding: 4px;
      cursor: pointer;
  }
  .radio-track-active{
      border: 1px solid #57B5EB;
  }
  .radio-toggle{
      width: 10px;
      height: 10px;
      border-radius: 50%;
  }
  .radio-toggle-active{
      background: #57B5EB;
  }
  .radio-value{
      position: relative;
      top: -5px;
      margin-right: 10px;
  }
  .my-input-price{
        display: inline-block !important;
        width: 100px;
    }
.hideInfo{
        width: 100%;
        height: 100%;
        position: fixed;
        top:0;
        bottom:0;
        left:0;
        right:0;
        background: rgba(0,0,0,0.5);
    }
.border-bottom > thead > tr > th,
.border-bottom > tbody > tr > th,
.border-bottom > tfoot > tr > th,
.border-bottom > thead > tr > td,
.border-bottom > tbody > tr > td,
.border-bottom > tfoot > tr > td {
  border-top: 0;
  border-bottom: 1px solid #ddd;
}
.switch {
  vertical-align: middle;
}
.switch-title {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
}
/*解决日期控件和switch开关样式冲突问题*/
.datetimepicker .datetimepicker-days .switch{
  display: table-cell;
}
.modal-backdrop.in{
  z-index: -1;
}
