/*reset[[*/
#app {
  height: 100%;
}
.pages-fade-transition {
  height: 100%;
  overflow-y: auto;
}
@font-face {
  font-family: 'fonticon';
  src: url(../images/iconfont.woff); 
}
.fonticon {
  font-family: 'fonticon';
  font-size: 16px;
  font-style: normal; 
}
html {
  margin: 0;
  padding: 0;
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 14px;
}
body {
  margin: 0;
  color: #666;
  height: 100%;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  font-family: "Microsoft Yahei";
  
}
em {
	font-style: normal;
}
div,
span,
p,
a,
h1,
h2,
h3,
input,
textarea,
ul,
li,
label {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
h1,
h2,
h3 {
  font-weight: normal;
}
label,
input,
button,
select,
textarea {
  border-radius: 0;
  font-weight: normal;
  font-family: "Microsoft Yahei";
}
a {
  cursor: pointer;
  outline: 0;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
ul li {
  list-style: none;
}
.not_click{
	pointer-events:none;
}
.vertical-center{
	display: flex;
  align-items: center;
}
.center-horizontally{
	display: flex;
  flex-direction: column-reverse;
}
/*reset]]*/
/*reset - bootstrap*/
.hide {
  display: none;
}
.w-2 {
  width: 1.4285rem;
}
.w-3 {
  width: 2.1428rem;
}
.w-4 {
  width: 2.8571rem;
}
.w-5 {
  width: 3.5714rem;
}
.w-6 {
  width: 4.2857rem;
}
.w-7 {
  width: 5.1428rem;
}
.w-8 {
  width: 5.7142rem;
}
.w-9 {
  width: 6.4285rem;
}
.w-10 {
  width: 7.1485rem;
}
.w-11 {
	width: 7.8571rem;
}
.w-12 {
  width: 8.5714rem;
}
.w-14 {
  width: 10rem;
}
.w-16 {
  width: 11.4285rem;
}
.w-18 {
  width: 12.8571rem;
}
.w-20 {
  width: 14.2857rem;
}
.w-22 {
  width: 15.7142rem;
}
.w-24 {
  width: 17.1428rem;
}
.w-26 {
  width: 18.5714rem;
}
.w-28 {
  width: 20rem;
}
.w-30 {
  width: 21.4285rem;
}
.w-auto {
  width: 100%;
}
.mt {
  margin-top: 10px;
}
.ml-5 {
	margin-left: 5px;
}
.ml {
  margin-left: 10px;
}
.mr {
  margin-right: 10px;
}
.mb {
  margin-bottom: 10px;
}
.mt-2 {
  margin-top: 20px;
}
.ml-2 {
  margin-left: 20px;
}
.mr-2 {
  margin-right: 20px;
}
.mb-2 {
  margin-bottom: 20px;
}
/*input*/
input[type=text] {
  outline: 0;
}
input::placeholder {
  color: #ccc;
}
.input-tab input {
  height: 34px;
  border: 0;
  color: #666;
  font-size: 15px;
  padding: 8px 10px;
  line-height: 20px;
}
/*input*/
.btn {
  outline: none;
  border-radius: 0;
}
.btn:visited {
  outline: none;
}
a.btn {
  padding: 0 2px;
  font-size: 14px;
  vertical-align: top;
  line-height: 32px;
}
a.btn-sm {
  line-height: 28px;
  font-size: 14px;
}
a.btn-lg {
  line-height: 40px;
  font-size: 16px;
}
a.btn-mini {
  line-height: 22px;
  font-size: 12px;
  margin-top: 4px;
}
a.btn-lit {
  line-height: 18px;
  font-size: 12px;
}
a.btn-auto {
  padding: 0 15px;
}
.btn-upload {
  color: #fff;
  border: 1px solid #1FB9F0;
  background-color: #27c6ff;
}
.btn-upload:hover {
  color: #fff;
  background-color: #1EBFF8;
}
.btn-upload:focus,
.btn-upload:active,
.btn-upload.active {
  color: #fff;
  border: 1px solid #1FB9F0;
  background-color: #27c6ff;
}
.btn-primary {
  border-color: #0080D4;
  background-color: #0b8ded;
}
.btn-primary:hover {
  border-color: #007BCC;
  background-color: #0E86DF;
}
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  border: 1px solid #0080D4;
  background-color: #0b8ded;
}
.btn-warning {
  border-color: #e88608;
  background-color: #fe8f00;
}
.btn-warning:hover {
  border-color: #d77d09;
  background-color: #f08904;
}
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active {
  border: 1px solid #d77d09;
  background-color: #f08904;
}
.btn-default {
  color: #666;
}
a.btn-del {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 18px;
  height: 18px;
  font-size: 16px;
  color: #fff;
  line-height: 16px;
  text-align: center;
  background-color: #ccc;
  border: 1px solid #bbb;
}
a.btn-del:hover {
  background-color: #E53E49;
  border-color: #c7222c;
}
.form-group:after {
  display: block;
  content: "";
  clear: both;
}
.form-group .input-group {
  float: left;
}
.form-group .btn-group {
  float: left;
  padding-right: 21px;
  margin-right: 5px;
}
.form-group .btn-group > button:first-child {
  width: 100%;
  background-color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 34px;
}
.form-group .btn-group > button:first-child:hover {
  cursor: default;
  background-color: #fff;
  border-color: #ccc;
}
.form-group .btn-group > button:first-child:active {
  box-shadow: none;
}
.form-group .btn-group .dropdown-toggle {
  right: 0;
  position: absolute;
  height: 34px;
}
.form-group .btn-group.w-18 .dropdown-menu {
  min-width: 180px;
}
.form-group .btn-group.w-20 .dropdown-menu {
  min-width: 200px;
}
.radio-inline {
  padding-top: 6px;
}
.btn-group > button:first-child {
  text-align: left;
}
.btn-group .dropdown-menu {
  max-height: 142px;
  top: 31px;
  overflow: auto;
}
.btn-group .dropdown-menu a {
  max-width: 280px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.check-group input {
  margin-top: 4px;
  vertical-align: top;
}
.radio-group input {
  margin-top: 3px;
  vertical-align: top;
}
.lab-checkbox {
  margin: 0;
  vertical-align: top;
  line-height: 20px;
  padding-left: 4px;
  padding-right: 4px;
  margin-left: 10px;
  margin-top: 6px;
  font-weight: normal;
}
.lab-checkbox input {
  margin-top: 3px;
  vertical-align: top;
}
.form-control {
  border-radius: 0;
}
.control-label {
  float: left;
  line-height: 34px;
  text-align: right;
  padding-right: 6px;
}
.form-group.mb {
  margin-bottom: 10px;
}
.clear:after {
  content: "";
  display: block;
  clear: both;
}
/*icon*/
/*+*/
.i-add {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 2px;
  border: 1px solid #ddd;
  background-color: #f1f1f1;
}
.i-add:active {
  background-color: #fafafa;
}
.i-add:after {
  position: absolute;
  display: block;
  content: " ";
  width: 2px;
  height: 16px;
  left: 13px;
  top: 6px;
  background-color: #bbb;
}
.i-add:before {
  position: absolute;
  display: block;
  content: " ";
  width: 16px;
  height: 2px;
  left: 6px;
  top: 13px;
  background-color: #bbb;
}
.i-add.addActive {
  background-color: #fff;
}
/*-*/
.i-sub {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 2px;
  border: 1px solid #ddd;
  background-color: #f1f1f1;
}
.i-sub:active {
  background-color: #fafafa;
}
.i-sub:after {
  position: absolute;
  display: block;
  content: " ";
  width: 16px;
  height: 2px;
  left: 6px;
  top: 13px;
  background-color: #bbb;
}
.i-sub.subActive {
  background-color: #fff;
}
.i-turn-r,
.i-turn-l,
.i-turn-t,
.i-turn-b {
  position: relative;
  display: block;
  min-width: 30px;
  min-height: 30px;
  padding-right: 30px;
}
.i-turn-r:after,
.i-turn-l:after,
.i-turn-t:after,
.i-turn-b:after {
  position: absolute;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  top: 12px;
  right: 12px;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
}
.i-turn-r:after {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.i-turn-l:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.i-turn-t:after {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.i-turn-b:after {
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
}
/*ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â» ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â·ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â·ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âº*/
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
body.modal-open {
/*  padding-right: 17px !important;*/
}
/*ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â*/
/*ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âµ*/
.page {
  width: auto;
  height: auto;
  margin: 0 auto;
  text-align: center;
}
/*.pagination {
  width: 100%;
  height: 57px;
  padding: 15px 0;
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 0;
  font-size: 0;
  vertical-align: top;
  text-align: center;
}*/
.pagination a {
  display: inline-block;
  height: 26px;
  color: #999;
  padding: 0 6px;
  font-size: 12px;
  min-width: 26px;
  margin-left: 4px;
  line-height: 24px;
  text-align: center;
  border: 1px solid #ddd;
}
.pagination a.active,
.pagination a.active:hover {
  background-color: #0fb7db;
  color: #fff;
  border-color: #0fb7db;
}
.pagination a:hover {
  background-color: #fff;
  color: #028dea;
  border-color: #028dea;
}
.pagination span {
  display: inline-block;
  vertical-align: top;
  width: auto;
  mine-width: 26px;
  text-align: center;
  padding: 0 4px;
  font-size: 12px;
  line-height: 26px;
  color: #999;
}
input[type="number"].point-page {
  width: 42px;
  margin-left: 8px;
  text-align: center;
  height: 26px;
  line-height: 18px;
  border-radius: 0;
  border: 1px solid #c1d2f0;
  outline: 0;
  font-size: 12px;
  vertical-align: top;
}
.btn-page {
  height: 28px;
  border-radius: 0;
  line-height: 28px;
  padding: 0 8px;
  margin: 0 0 ;
}
input[type="number"].point-page-max {
  width: 42px;
  margin-left: 4px;
  margin-right: 4px;
  text-align: center;
  height: 24px;
  border-radius: 0;
}
.btn-page-max {
  height: 34px;
  border-radius: 0;
}
.pagination-max {
  height: 34px;
  text-align: center;
  margin-top: 12px;
  margin-bottom: 18px;
}
.pagination-max a {
  display: inline-block;
  margin-left: 8px;
  height: 32px;
  font-size: 14px;
  line-height: 32px;
  border: 1px solid #c1d2f0;
  padding-left: 14px;
  padding-right: 14px;
}
.pagination-max a.active {
  background-color: #0fb7db;
  color: #fff;
  border-color: #0fb7db;
}
.pagination-max a:hover {
  background-color: #fe8f00;
  color: #fff;
  border-color: #fe8f00;
}
.pagination .btn-group{
	vertical-align:top;
}
.pagination button.btn{
	padding:2px 12px;
}
.pagination .dropdown-menu>li>a{
	font-size:14px;
	text-align:left;
	border:none;
}
.pagination .dropdown-menu{
	width:70px;
	min-width:80px;
}
/*ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â*/
.modal-open {
  overflow-y: hidden;
}
.modal-dialog {
  padding-top: 10px;
  width: auto;
}
.modal {
  overflow: hidden;
  z-index: 9998;
}
.modal .modal-content {
  height: auto;
}
.modal .modal-footer {
  margin-top: 0;
}
.modal .modal-header {
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
      height: 35px;
    line-height: 35px;
  position: relative;
  cursor: move;
}
.modal .modal-header > span.tit {
  display: none;
  font-weight: normal;
}
.modal .modal-header > a {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  font-size: 14px;
  right: 7px;
  top: 7px;
  color: #fff;
  line-height: 16px;
  text-align: center;
  background-color: #ccc;
  border: 1px solid #bbb;
}
.modal .modal-header > a:hover {
  border-color: #c7222c;
  background-color: #E53E49;
}
.modal .modal-header .close {
  opacity: 1;
}
.modal .modal-footer {
  padding: 15px;
}
.modal .modal-body {
  padding-top: 0;
  min-height: 100px;
}
.modal.tit .modal-header {
  color: #666;
  font-size: 15px;
  font-weight: bold;
  background-color: #eee;
  border-bottom: 1px solid #ddd;
}
.modal.tit .modal-header > span.tit {
  display: block;
}
.modal.tit .modal-body {
  padding-top: 15px;
}
.modal.tit.info .modal-header {
  color: #fff;
  background-color: #0fb7db;
  border-bottom: 1px solid #0b9fbf;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.modal.tit.info .modal-header > a {
  line-height: 14px;
  font-size: 0;
  border: 0;
  background: url(../images/program_icon.svg) no-repeat -16px -1858px;
  width: 28px;
  height: 28px;
}
.modal.tit.info .modal-header > a:hover {
  background-position:-58px -1858px;
}
.modal.medium-modal .modal-footer {
  margin-top: 0;
  padding: 15px;
  text-align: left;
}
.size-30 > .modal-dialog,
.size-30 > div > div.modal-content {
  width: 300px;
}
.size-35 > .modal-dialog,
.size-35 > div > div.modal-content {
  width: 350px;
}
.size-40 > .modal-dialog,
.size-40 > div > div.modal-content {
  width: 400px;
}
.size-45 > .modal-dialog,
.size-45 > div > div.modal-content {
  width: 450px;
}
.size-60 > .modal-dialog,
.size-60 > div > div.modal-content {
  width: 600px;
}
.size-75 > div.modal-dialog,
.size-75 > div > div.modal-content {
  width: 750px;
}
.size-100 > div.modal-dialog,
.size-100 > div > div.modal-content {
  width: 1000px;
}
.size-120 > div.modal-dialog,
.size-120 > div > div.modal-content {
  width: 1200px;
}
/*ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼*/
.table {
  border: 1px solid #ddd;
  border-bottom: 0;
  margin-bottom: 0;
}
.table td {
  text-align: center;
  border-bottom: 1px solid #ddd;
}
.table > thead > tr > th {
  text-align: center;
  font-weight: normal;
  background-color: #deeaff;
  border-bottom: 1px solid #ddd;
}
.table > tbody > tr > td {
  padding: 6px 8px;
}
/*ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼*/
.tab-list {
  position: relative;
  padding-top: 40px;
/*  border: 1px solid #ddd;*/
}
.tab-list > .tit {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 40px;
  line-height: 40px;
  color: #666;
  background-color: #deeaff;
}
.tab-list > .tit li {
  float: left;
  text-align: center;
  height: 100%;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 4px;
}
.tab-list .list {
  height: 400px;
  overflow-y: scroll;
}
/*.tab-list .pagination {
  margin-top: -1px;
  border-top: 1px solid #ddd;
}*/
.tab-list .group.open ul {
  display: block;
}
.tab-list .group.open .group-switch:after {
  background-position: -1px 6px;
}
.tab-list .group ul {
  display: none;
}
.tab-list .group li {
  height: 34px;
  display: block;
  line-height: 34px;
  font-size: 0;
  border-bottom: 1px solid #ddd;
  padding-left: 30px;
  /*display: flex;*/
}
.tab-list .tit ul{
	padding-left: 20px;
	height: 100%;
}
.tab-list .group li > a {
  display: block;
  height: 34px;
  color: #666;
  line-height: 34px;
  text-decoration: none;
  font-size: 0;
}
.tab-list .group li > a:hover {
  background-color: #f9f9f9;
}
.tab-list .group li label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.tab-list .group li input[type="checkbox"] {
  margin-top: 12px;
  margin-right: 2px;
  vertical-align: top;
}
.tab-list .group li span {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  padding: 0 6px;
  line-height: 34px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tab-list .group-switch {
  display: block;
  height: 35px;
  font-size: 0;
  line-height: 34px;
  background-color: #f8f8f8;
  border-bottom: 1px solid #ddd;
}
.tab-list .groupname{height: 34px;background:#eaeaea;border-bottom: 1px solid #cecece;}
.tab-list .groupname label{
    color: #00b300;
    font-size: 12px;
    padding: 0px 4px;
	line-height:30px;
	display: inline-table;
    float: left;
}
.tab-list .groupname .program-his-open-close{
	float:left;
}
.tab-list .groupname input{
    vertical-align: top;
    margin-top: 11px;
}
.tab-list .group-switch input {
  margin-top: 11px;
  margin-right: 2px;
  vertical-align: top;
}
.tab-list .group-switch label {
  padding: 0 3px;
  font-size: 14px;
  max-width: 240px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.groupname:before{
  content: "";
  width: 30px;
  height: 34px;
  vertical-align: top;
  display: inline-block;
  background-image: url(../images/triangle.svg);
  background-repeat: no-repeat;
  background-position: 8px -16px;
  float:left;
  cursor: pointer;
  border-right: 1px solid #ddd;
}
.groupname.open:before{
  background-position: 6px 6px;
}
.tab-list .group-switch:before{
    content: "";
    width: 30px;
    height: 34px;
    vertical-align: top;
    display: inline-block;
    background-image: url(../images/open_close_icon.png);
    background-repeat: no-repeat;
    background-position: 8px -160px;
    cursor: pointer;
    border-right: 1px solid #ddd;
}
.tab-list .open .group-switch:before {
  background-position: 8px 12px;
}
.input-group .error {
  border-color: red;
}
.input-group .error:focus {
  box-shadow: 0 0 4px #ff6363;
}
.input-group:hover label.error {
  font-size: 14px;
  display: block !important;
}
.input-group label.error {
  display: block !important;
  position: absolute;
  right: -195px;
  top: 0;
  color: #fff;
  width: inherit;
  font-size: 14px;
  padding: 0 8px 0 16px;
  z-index: 99;
  line-height: 34px;
  /*background-image: url(../images/tip.png);
  background-repeat: no-repeat;
  background-position: 0 0px;*/
  background: #fe8f00;
  /*white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;*/
}
.input-group label.error:after {
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid #fe8f00;
	position: absolute;
	left: -9px;
	top: 5px;
}
.input-group label.error.show {
  font-size: 14px;
  display: block !important;
}
#cont {
	line-height: 20px;
	margin: 10px 0;
}
.file-btn {
	display: inline-block;
	width: 100px;
	height: 30px;
	border-radius: 3px;
	margin-left: 5px;
	color: #FFFFFF;
	background-color: #0080D4;
	text-align: center;
	line-height: 30px;
}
.file-input {
	position: absolute;
	opacity: 0;
}
em.file-name {
	padding-left: 5px;
}
.risk {
	position: relative;
	display: inline-block;
  padding-right: 6px;
}
.risk:before {
	display: block;
	content: ":";
	height: 100%;
	width: 1px;
	position: absolute;
	right: 4px;
}

/**单选/复选框美化-start**/
.radio-box,.checkbox-box {
	display: inline-block;
	position: relative;
	cursor: pointer;
}
.radio-input, .checkbox-input {
	position: relative;
	z-index: 1;
	opacity: 0;
}
.radio-icon, .checkbox-icon {
	display: block;
	width: 14px;
	height: 14px;
	border: 1px solid #CCCCCC;
	border-radius: 50%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	z-index: 0;
}
.checkbox-icon {
	border-radius: 3px;
}
.radio-icon {
	border-radius: 50%;
}
.radio-input:checked + .radio-icon, .checkbox-input:checked + .checkbox-icon {
	border: 1px solid #1890ff;
}
.checkbox-input:checked + .checkbox-icon:before {
	display: block;
    content: "";
    width: 8px;
    height: 4px;
    border: 1px solid #1890ff;
    border-top: none;
    border-right: none;
    position: absolute;
    transform: rotate(-45deg);
    top: 3px;
    left: 2px;
}
.radio-input:checked + .radio-icon:before {
	display: block;
	content: "";
	width: 6px;
	height: 6px;
	background: #1890ff;
	border-radius: 50%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
/**单选/复选框美化-end**/

/**--滑动选择 start--**/
.slide-select-box .slide-box {
	width: 36px;
	height: 18px;
	border-radius: 18px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	position: relative;
}
.slide-select-box span {
	display: inline-block;
	height: 18px;
	line-height: 18px;
	vertical-align: middle;
}
.slide-select-box .slide-input {
	width: 100%;
	height: 100%;
	border-radius: 18px;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 1;
	margin: 0;
	cursor: pointer;
}
.slide-select-box .slide-icon {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 18px;
	background: #DDDDDD;
	position: absolute;
	top: 0;
	left: 0;
	transition: 0.5s;
	
}
.slide-select-box .slide-icon:before {
	display: block;
	content: "";
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #009C27;
	position: absolute;
	top: 0;
	left: 0;
	background: #FFFFFF;
	box-shadow: 0px 0px 2px #333;
	transition: 0.5s;
}
.slide-input:checked + .slide-icon {
	background: #009C27;
	transition: 0.5s;
}
.slide-input:checked + .slide-icon:before {
	left: 50%;
	transition: 0.5s;
}

/**--滑动选择 end--**/
.scrollbar-box {
	position: relative;
	border-radius: 4px;
}
.scrollbar-box .scrollbar_track {
	width: 9px;
	border-radius: 9px;
	position: absolute;
	top: 0;
	right: 0;
	background: #eee;
	border: 1px solid #ddd;
}
.scrollbar-box .scrollbar_pane {
	width: 96%;
	position: absolute;
	top: 0;
	left: 0;
	margin: 5px 10px;
}
.scrollbar-box .scrollbar_handle {
	width: 7px;
	border-radius: 7px;
	background: #8f8f8f;
	position: absolute;
	top: 0;
	left: 0.5px;
}
.gm-emptyTemplate{
	width: 100%;
    text-align: center;
    font-size: 16px;
    color: #999;
}
.back-upper-level {
    display: block;
    float: left;
    position: relative;
    padding: 0 5px;
    height: 30px;
    line-height: 30px;
    color: #848484;
    font-size: 18px;
    border-right: 1px solid #bbb;
}
.point-icon {
    display: block;
    float: left;
    position: relative;
    height: 100%;
    line-height: 30px;
    padding-right: 25px;
}
.point-icon a {
    color: #666;
    cursor: default;
    padding-left: 10px;
    height: 100%;
    display: block;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 180px;
}
.breadcrumb>li+li:before {
    display: block !important;
    content: "" !important;
    clear: both !important;
}
.point-icon .icon-right {
    display: block;
    width: 20px;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    background-image: url(../images/next_icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60%;
}
.breadcrumb>li:hover {
	background: rgba(72, 171, 255, .3);
}
.breadcrumb>li:hover .icon-right {
	border-left: 1px solid #c5c5c5;
}
.breadcrumb>li .icon-right:hover {
	background-color: rgba(72, 171, 255, .6);
}
.input-error {
	border: 1px solid red;
}
.change-lang-base {
	display: inline-block;
	position: relative;
}
.change-lang-base .select-language span {
	width: 38px;
	height: 32px;
	display: inline-block;
	font-size: 0;
	background: url(../images/language_icon.png) no-repeat;
	background-size: 32px;
	cursor: pointer;
	vertical-align: middle;
	line-height: 1 !important;
}
.change-lang-base .select-language span[type="en"] {

}
.change-lang-base .select-language span[type="zh-cn"] {
	background-position: 0 -63px;
}
.change-lang-base .select-language span[type="zh-cht"] {
	background-position: 0 -129px;
}
.change-lang-base .language-list {
	display: none;
	position: absolute;
	background: #FFFFFF;
	border: 1px solid #ddd;
	border-radius: 3px;
	top: 40px;
	left: -10px;
}
.change-lang-base .language-list li {
	padding: 5px;
	cursor: pointer;
}
.change-lang-base .language-list li:hover {
	background: #009C27;
	color: #FFFFFF;
}
.table-wrap .gm-checkbox-wrapper .gm-checkbox .gm-checkbox-inner:after {
	display: block !important;
}

.scroll-box {
	width: 100%;
	height: 9px;
	border-radius: 9px; 
	position: absolute;
	bottom: -8px;
	left: 0;
	background: #eee;
	border: 1px solid #ddd;
	display: none;
}
.scroll-rail {
	width: 50%;
	height: 7px;
	border-radius: 7px;
	background: #8f8f8f;
	position: absolute;
	top: 1px;
	left: 0;
}
.i_close{
		background: url(../images/i_colse.png) no-repeat 0px 0px;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 4px;
    margin: auto;
    cursor: pointer;
   display: none;
}
