.form-control {
  box-shadow: none
}
.form-control:focus {
  box-shadow: none
}
.login-right .reg-content .email,
.login-right .reg-content .pass,
.login-right .reg-content .phone,
.login-right .reg-content .txt {
  margin-top: unset!important
}
.has-success .form-control:focus {
  box-shadow: unset;
  border-color: #0069d1
}
.has-error .form-control:focus {
  box-shadow: unset;
  border-color: #f5222d
}
.has-success .form-control-feedback {
  display: none!important
}
.has-error .form-control {
  border-color: #f5222d
}
.has-error .form-control-feedback {
  color: #f5222d
}
.has-success .form-control {
  box-shadow: none
}
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
  color: #f5222d
}
.help-block {
  float: left;
  margin-top: 5px
}
@media screen and (min-width:1660px){
  .form-group {
    margin-bottom: 0;
    height: 70px
  }
  .login-right .form-control-feedback {
    height: 50px;
    line-height: 50px
  }

  .login-form .form-group {
    margin-bottom: 0;
    height: 70px;
  }

  .login-right .login-form .form-control-feedback {
    height: 62px;
    line-height: 62px
  }

  .sum-login-form .form-group{
    margin-bottom: 0;
    height: 100px;
  }
}
@media screen and (max-width:1660px) {
  .login-right .form-control-feedback {
    height: 44px;
    line-height: 44px
  }
  .form-group {
    margin-bottom: 0;
    height: 60px
  }
  .help-block{
    margin-top: 0;
  }
  .login-right .reg-content .button {
    margin-top: 0
  }
  .reg-content{
    height: 570px;
  }
  
}
@media screen and (max-width:1440px) {
  .reg-content {
    height: 510px;
    margin-top: -245px;
  }
}
@media screen and (max-width:1366px) {
  .login-right .form-control-feedback {
    height: 46px;
    line-height: 46px
  }
  .form-group {
    margin-bottom: 0;
    height: 61px
  }
  .login-right .reg-content .button {
    margin-top: 0
  }
}
@media screen and (max-width:1240px) {
  .login-right .form-control-feedback {
    height: 38px;
    line-height: 38px
  }
  .form-group {
    margin-bottom: 0;
    height: 60px
  }
  .help-block {
    margin-top: 3px
  }
  .login-right .reg-content .button {
    margin-top: 0
  }
  .reg-content {
    width: 340px;
    height: 480px;
    margin-top: -220px
  }
  .login-right h3 {
    margin-bottom: 15px
  }
  .ocr-login-right .form-control-feedback {
    height: 46px;
    line-height: 46px
  }
  .ocr-login-right .form-group {
    margin-bottom: 0;
    height: 80px
  }
}
@media screen and (max-width:960px) {
  .reg-content {
    height: 480px;
    margin-top: -224px;
    width: 340px
  }
  .login-right .reg-content .button {
    margin-top: 0
  }
  .ocr-login-right .form-group {
    height: 60px
  }
}
@media screen and (max-width:768px) {
  .login-right .form-control-feedback {
    height: 30px;
    line-height: 30px
  }
  .form-group {
    margin-bottom: 0;
    height: 60px
  }
  .reg-content {
    margin-top: -210px;
    height: 460px;
    width: 100%
  }
  .login-right .reg-content .button {
    margin-top: 0
  }
  .login-content {
    height: 280px
  }
  .login-right h3 {
    margin-bottom: 10px
  }
}
input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus {
  outline: 0
}
.animate {
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease
}
.button[disabled] {
  background: #82c1ff;
  cursor: not-allowed
}
.button[disabled]:hover {
  background: #82c1ff;
  cursor: not-allowed
}
.app-cont:hover {
  box-shadow: 0 0 10px 4px rgba(138,138,138,.3)
}
.code_btn {
  width: 100%;
  height: 100%;
  display: block;
  background: #ffc04f;
  color: #fff
}
.code_btn:hover {
  background: #0069d1;
  color: #fff
}
.bootstrap-table .fixed-table-pagination > .pagination-detail .page-list {
  display: none
}
.float-left {
  float: left
}
.float-right {
  float: right
}
.bootstrap-table .float-right .pagination {
  position: relative
}
.bootstrap-table .page-next,
.bootstrap-table .page-pre {
  display: inline-block;
  width: 86px;
  height: 36px
}
.bootstrap-table .page-next a,
.bootstrap-table .page-pre a {
  width: 100%;
  height: 100%;
  color: #fff;
  background: #0069d1;
  border-color: #cce1f6;
  text-align: center;
  font-size: 14px
}
.bootstrap-table .fixed-table-pagination > .pagination ul.pagination .page-next .page-link {
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px
}
.bootstrap-table .fixed-table-pagination > .pagination ul.pagination .page-pre .page-link {
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px
}
.bootstrap-table .fixed-table-pagination > .pagination ul.pagination .page-pre.disabled a {
  background: #e5e5e5;
  color: #fff;
  cursor: not-allowed
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #fff;
  background: #0069d1;
  border-color: #cce1f6
}
.bootstrap-table .fixed-table-pagination > .pagination ul.pagination a {
  width: 36px;
  height: 36px;
  overflow: hidden;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
  font-size: 14px;
  color: #999;
  display: block;
  border: 3px #fff solid;
  padding: 0;
  box-sizing: content-box;
  margin: 0 5px
}
.bootstrap-table .fixed-table-pagination > .pagination ul.pagination .page-next a,
.bootstrap-table .fixed-table-pagination > .pagination ul.pagination .page-pre a {
  width: 100%;
  height: 100%;
  border-radius: unset;
  border: unset;
  padding: 0;
  color: #fff;
  padding: 0
}
.bootstrap-table .fixed-table-pagination > .pagination ul.pagination .active a {
  color: #fff;
  background: #0069d1;
  border-color: #cce1f6
}
.bootstrap-table .fixed-table-pagination > .pagination ul.pagination a:hover {
  background: #fff;
  color: #0069d1
}
.bootstrap-table .fixed-table-pagination > .pagination ul.pagination .active a:hover {
  color: #fff;
  background: #0069d1;
  border-color: #cce1f6
}
.bootstrap-table .fixed-table-container .table td,
.bootstrap-table .fixed-table-container .table th {
  padding: 22px 5px
}
.bootstrap-table .fixed-table-container .table thead th .th-inner {
  padding: 20px 5px;
  border-top: 1px #e5e5e5 solid;
  border-bottom: 3px #e5e5e5 solid;
  font-size: 14px;
  color: #333;
  font-weight: 700
}
.bootstrap-table .fixed-table-container .table td {
  color: #aaa;
  font-size: 14px;
  transition: all .4s ease
}
.bootstrap-table .fixed-table-container .table td:nth-child(1) {
  width: 13%
}
.bootstrap-table .fixed-table-container .table td:nth-child(2) {
  width: 16%
}
.bootstrap-table .fixed-table-container .table td:nth-child(3) {
  width: 27%
}
.bootstrap-table .fixed-table-container .table td:nth-child(4) {
  width: 29%
}
.bootstrap-table .fixed-table-container .table td:nth-child(5) {
  width: 15%
}
.bootstrap-table .fixed-table-container .table {
  border-bottom: 1px #e5e5e5 solid;
  table-layout: fixed;
}
.bootstrap-table .fixed-table-pagination > .pagination-detail .pagination-info {
  font-size: 14px;
  color: #333
}
.bootstrap-table .fixed-table-pagination > .pagination,
.bootstrap-table .fixed-table-pagination > .pagination-detail {
  margin-top: 30px;
  margin-bottom: 10px
}
.app-head {
  margin-bottom: 20px
}
.modal-header {
  padding: 0;
  border-bottom: unset
}
.modal-title {
  margin: 30px auto 0;
  line-height: 1.42857143;
  width: 100%;
  overflow: hidden;
  text-align: center;
  font-size: 22px
}
.modal-content {
  box-shadow: unset!important
}
.modal-header .close {
  position: absolute;
  right: 20px;
  top: 27px;
  font-size: 30px
}
.prop-main .close {
  opacity: unset!important
}
.center-modal {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto
}
.admin-item a:after {
  clear: both;
  display: block;
  content: '.';
  visibility: hidden;
  height: 0
}
.td-option {
  float: left;
  width: auto;
  height: 22px;
  display: inline;
  margin-right: 22px;
  display: inline
}
.td-option a {
  font-size: 14px;
  color: #666;
  background-size: 16px;
  padding-left: 19px;
  transition: all 0s ease
}
.td-option a:hover {
  color: #0069d1
}
.td-option .watch {
  background: url(../../images/admin-search1.svg) no-repeat left center;
  background-size: 17px
}
.td-option .edit {
  background: url(../../images/admin-edit1.svg) no-repeat left center;
  background-size: 17px
}
.td-option .watch:hover {
  background: url(../../images/admin-search2.svg) no-repeat left center;
  background-size: 17px
}
.td-option .edit:hover {
  background: url(../../images/admin-edit2.svg) no-repeat left center;
  background-size: 17px
}
.bootstrap-table .fixed-table-container .table tr:hover td {
  color: #333
}
.td-content {
  width: 100%;
  position: relative
}
.td-content .td-inner {
  width: 100%;
  word-break: break-all;
  overflow: hidden;
  display: inline-block;
  height: 20px;
  padding-right: 8px
}
.td-content .td-inner span{
  display: inline-block;
  height: 100%;
  overflow: hidden;
}
.td-content .td-inner .inner-edit{
  display: none;
  margin-left: 8px;
}
.td-content .td-inner:hover .inner-edit{
  display: inline-block;
}
.td-content i {
  width: 32px;
  height: 100%;
  position: absolute;
  right: 5px;
  top: -6px;
  z-index: 12;
  background: url(../../images/mask-bg.png) repeat-y right top
}
.table-hover > tbody > tr:hover {
  background: #f4f5f6;
  color: #666
}
.table-hover > tbody > tr:hover .td-content i {
  background: url(../../images/mask-bg2.png) repeat-y right top
}
.app-cont {
  position: relative
}
.new-app {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: table
}
.new-app .center-box {
  display: table-cell;
  width: 100%;
  text-align: center;
  vertical-align: middle
}
.center-btn {
  width: 120px;
  height: 32px;
  line-height: 32px;
  overflow: hidden;
  display: block;
  background: #0069d1 url(../../images/icon-admin-17.png) no-repeat 80% center;
  border-radius: 16px;
  padding-left: 20%;
  box-sizing: border-box;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  text-align: left
}
.center-btn:hover {
  background-color: #ffc04f;
  color: #fff
}
.box-wrap {
  width: 120px;
  margin: 0 auto
}
.prop-scroll {
  overflow: auto
}
.no-result {
  text-align: center;
  font-size: 22px;
  margin-top: 100px
}
.date1 input,
.date2 input {
  width: 160px;
  height: 32px
}
.nav-tabs > li > a {
  margin-right: 2px;
  border: unset;
  border-radius: unset;
  line-height: 60px;
  padding: 0 16px;
  font-size: 16px;
  margin: 0 12px;
  padding-bottom: 2px;
  color: #333
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  border: unset;
  border-bottom: 4px #0069d1 solid;
  color: #0069d1
}
.nav-tabs > li > a:hover {
  border-color: unset;
  text-decoration: none;
  background-color: #fff
}
.active-box {
  width: 400px
}
.active-box .form-group {
  margin-bottom: 20px!important
}
input[type=radio] {
  appearance: radio;
  width: 14px;
  height: 14px;
  border: 1px solid;
  border-radius: 14px;
  -webkit-appearance:radio;
}
.active-box .input-group .form-control {
  height: 45px;
  line-height: 45px
}
.avtive-title {
  font-size: 22px;
  margin-bottom: 40px
}
.active-box .active-input {
  border: 1px solid #ddd;
  height: 45px;
  line-height: 45px;
  border-radius: 5px
}
.active-box label {
  font-size: 14px;
  padding-left: 1px
}
.active-box .txt {
  font-weight: 400;
  vertical-align: top;
  margin-left: 5px
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  text-align: center;
  background-color: #0268d1;
  border: unset;
  border-radius: 4px ;
  text-decoration: none;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  cursor: pointer;
}
.input-group-addon:hover{
  background-color: #ffc04f;
}

.active-box .btn{
  width: 120px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  text-align: center;
  background-color: #0268d1;
  border: unset;
  border-radius: 4px ;
  text-decoration: none;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  cursor: pointer;
}
.active-box .btn:hover{
  background-color: #ffc04f;
}
.active-box .btn[disabled]:hover{
  background: #e5e5e5;
  color: #fff;
  cursor: not-allowed
}
.active-group .active-input{
  border: 1px solid #ddd;
  height: 45px;
  line-height: 45px;
  border-radius: 5px
}
.input-group-addon[disabled]{
  background: #e5e5e5;
  color: #fff;
  cursor: not-allowed
}
.input-group-addon[disabled] :hover{
  background: #e5e5e5;
  color: #fff;
  cursor: not-allowed
}
.order-option{
  cursor: pointer;
}
.order-option:hover{
  color: #0069d1;
}
.open{
  float: right;
  margin-right: 20px;
  margin-top: 10px;
}

.open a.open-a{
  width: 107px;
  height: 32px;
  line-height: 32px;
  overflow: hidden;
  display: block;
  background: #0069d1 url(../../images/icon-admin-17.png) no-repeat 80% center;
  border-radius: 16px;
  padding-left: 20%;
  box-sizing: border-box;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}
.open a.open-a:hover{
  background-color: #ffc04f;
  color: #fff
}

.invoicing{
  float: right;
  margin-right: 20px;
  margin-top: 10px;
}

.invoicing a.open-a{
  width: 107px;
  height: 32px;
  line-height: 32px;
  overflow: hidden;
  display: block;
  background: #0069d1 url(../../images/icon-admin-17.png) no-repeat 80% center;
  border-radius: 16px;
  padding-left: 20%;
  box-sizing: border-box;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}
.invoicing a.open-a:hover{
  background-color: #ffc04f;
  color: #fff
}
.bootstrap-table .fixed-table-container .table thead th .th-inner{
  border-top: unset;
  border-bottom: unset;
}

.selected{
  border: unset;
}

.sec-button .btn{
  width: 100%;
  display: block;
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  font-size: 20px;
  color: #fff;
  background: #0069d1;
  border: none;
  padding: 0px;
  margin: 0px;
  cursor: pointer;
  transition: all 0.4s ease;
}
.sec-button .btn:hover{
  background: #ffc04f;
}

.sec-button .btn[disabled]{
  background: #e5e5e5;
  color: #fff;
  cursor: not-allowed
}
.sec-button .btn[disabled] :hover{
  background: #e5e5e5;
  color: #fff;
  cursor: not-allowed
}
.order-content{
  padding: 20px;
  background-color: #f0f8ff;
  margin-top: 20px;
}
.order-content .content-item{
  font-size: 14px;
}
.mb{
  margin-bottom: 15px;
}
.product-content{
  margin-top: 20px;
}
.product-content table{
  width: 100%;
  text-align: center;
  border: 1px solid #1a69d1;
}
.product-content table th{
  height: 40px;
  line-height: 40px;
  background-color: #1a69d1;
  color: #fff;
  text-align: center;
}
.product-content table td{
  padding: 16px;
}
.table-main{
  float: left;
  overflow: unset;
}
.table-head{
  overflow: unset;
}
.app-table{
  overflow: unset;
}
.app-pannel{
  overflow: unset;
}
.pay-item ul li{
  width: auto;
  padding: 0 15px;
}
.pay-submit button{
  float: right;
  width: 156px;
  height: 44px;
  border-radius: 22px;
  line-height: 44px;
  text-align: center;
  background: #ffc04f url(../../images/icon-55.svg) no-repeat 30px center;
  background-size: 22px;
  font-size: 16px;
  color: #fff;
  padding-left: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.pay-submit button:hover{
  box-shadow: 0px 0px 4px 2px rgba(255,192,79,0.7);
  color: #fff;
}
.pay-submit button[disabled]{
  background: #e5e5e5;
  color: #fff;
  cursor: not-allowed
}
.pay-submit button[disabled]:hover{
  background: #e5e5e5;
  color: #fff;
  cursor: not-allowed
}
.kaipiao-option{
  float: left;
    overflow: hidden;
    padding-right: 8px;
    line-height: 22px;
    height: 22px;
    word-break: break-all;
    transition: all 0.3s ease;
    position: relative;
}

.kaipiao-option a{
  background: url(../../images/admin-arr1.svg) no-repeat left center;
  background-size: 18px;
  display: inline-block;
  padding-left: 30px;
  color: #666;
  transition: all 0s ease;
}
.kaipiao-option a:hover{
  background: url(../../images/admin-arr2.svg) no-repeat left center;
  background-size: 18px;
  color: red;
  cursor: pointer;
}
.app-close{
  position: absolute;
  right: 20px;
  top: 27px;
  font-size: 30px;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.app-close:hover, .app-close:focus{
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
.layui-laydate .layui-this{
  background-color: #1a69d1!important;
  color: #fff!important;
}
.layui-laydate-content td.laydate-selected {
  background-color: #1a69d180;
}
.empty-box{
  width: 100%;
  height: 100%;
  position: relative;
}
.empty-box .box-wrap{
  position: absolute;
  top: 0;
  color: #868686;
  font-size: 14px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 200px;
  height: 120px;
  background: url(../imgs/empty.png) top center no-repeat;
  background-size: 200px;
  padding-top: 100px;
  text-align: center;
}
a:hover, a:focus {
  text-decoration: unset;
}
.loading{
  height: 50px;
}
.bootstrap-table .fixed-table-container .fixed-table-body{
  min-height: 150px;
}
.delete-order:hover{
  color: red;
}
.mordal-table{
  display: table;
  width: 80%;
  margin: 0 auto;
}
.mordal-table .modal-row{
  display: table-row;
}
.mordal-table .modal-row span{
  display: table-cell;
  padding: 8px;
  width: 50%;
  font-size: 14px;
}
.mordal-table .modal-row .key{
  text-align: left;
  width: 25%;
}
.mordal-table .modal-row .val{
  
}
.cv{
    padding-left: 150px;
    color: red;
}
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading{
  background: #ffffff80;
}

.bootstrap-table .fixed-table-container .table tbody tr.selected td{
  background-color: unset;
}
.kaipiao-btn{
  width: 140px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  overflow: hidden;
  border-radius: 20px;
  background: #0069d1;
  font-size: 14px;
  color: #fff;
  margin: 0px 0px 0px 10px;
  padding: 0px;
  border: none;
  vertical-align: top;
  cursor: pointer;
}
.kaipiao-btn:hover{
  background: #ffc04f;
  color: #fff;
}

.kp-type1.selected, .kp-type2.selected{
  border: 2px #0069d1 solid;
}


.col-gener .gener-head p{
  width: 80%;
  margin: 0 auto;
}
.form-item{
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
.form-item span{
  float: left;
  width: 10%;
  display: inline-block;
  height: 38px;
  line-height: 38px;
}
.form-item .kp-form{
  width: 90%;
  margin-top: 0;
}
.bootstrap-table .page-next.disabled a, .bootstrap-table .page-pre.disabled a{
  background: #e5e5e5;
  color: #fff;
  cursor: not-allowed
}
.bootstrap-table .fixed-table-pagination > .pagination ul.pagination a:hover{
  background: #0069d1;
  color: #fff;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus{
  outline: unset;
}
.td-option a.pay{
  background: url(../../images/admin-price1.svg) no-repeat left center;
  background-size: 19px;
  padding-left: 22px;
}
.td-option a.pay:hover{
  background: url(../../images/admin-price2.svg) no-repeat left center;
  background-size: 19px;
}
.td-option a.cancle-pay{
  background: url(../../images/admin-error1.svg) no-repeat left center;
  background-size: 24px;
  padding-left: 24px;
}
.td-option a.cancle-pay:hover{
  color: red;
  background: url(../../images/admin-error2.svg) no-repeat left center;
  background-size: 24px;
}
.app-area{
  overflow: unset;
}
.sec-content ul li a{
  cursor: default;
}
.table-head .app-drop{
  width: auto;
  min-width: 150px;
}
.table-head select{
  min-width: 150px;
  width: auto;
  padding-right: 40px;
}
.date1, .date2{
  width: 160px;
}
.webui-popover{
  min-height: unset;
  min-width: unset;
  width: auto;
}
.del-box .del-icon{
  text-align: center;
  padding: 20px 0;
  color: #ff4d4f;
  font-size: 40px;
}
.del-box .del-text{
  text-align: center;
  font-size: 12px;
}
.content-ident .ident-bg{
  z-index: unset;
}
.admin-list p a{
  display: inline-block;
  vertical-align: top;
}
.admin-list p{
  width: 310px;
  height: 32px;
  line-height: 32px;
}
.admin-list p .c-buy{
  width: 120px;
  height: 32px;
  overflow: hidden;
  line-height: 32px;
  border-radius: 23px;
  background: #0069d1;
  text-align: center;
  font-size: 14px;
  color: #fff;
  display: inline-block;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}
.admin-list p .c-buy:hover{
  background-color: #ffc04f;
}
.modal-open {
  overflow-y: auto !important;
  padding-right: 0 !important;
  }
.mloading.mloading-mask{
  background: rgb(251 251 251 / 75%);
}