body {
  margin: 0px;
  padding: 0px;
}
input::-ms-clear{
  display:none;
}
input::-ms-reveal{
  display:none;
}
input::-o-clear{
  display:none;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 14px;
}

.has-success .help-block {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}

.has-error .help-block {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442!important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}


/* 被选中时无边框 */
input:focus,
select:focus,
button:focus,
:focus {
  box-shadow: none !important;
  outline: none !important;
}

div.footer {
  background: #017fba;
  color: #FFF;
  margin-top: 10px;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 8px;
}

div.footer h4 {
  font-weight: bold;
}

div.footer a {
  color: #FFF;
}

div.footer>div>div.xia {
  line-height: 180%;
}

.footer-bottom {
  background: #0066a7;
}

.mar-top {
  margin-top: 10px;
}

.mar-left {
  margin-left: 10px;
}

.mar-right {
  margin-right: 10px;
}

.mar-bottom {
  margin-bottom: 10px;
}

.pad-top {
  padding-top: 10px;
}

.pad-left {
  padding-left: 10px;
}

.pad-right {
  padding-right: 10px;
}

.pad-bottom {
  padding-bottom: 10px;
}

.content-offset {
  margin-top: 65px;
}

@media (min-width: 768px) {
  .modal-dialog {
    margin: 30px auto;
    width: 700px;
    padding-bottom: 0px;
  }
}

.my-content-show {
  display: none;
}

@media (min-width: 992px) {

  .my-col-md-20 {
    width: 20%;
  }

  .my-col-md-80 {
    width: 80%;
  }

  .my-content-show {
    display: inline;
  }
}

@media (min-width: 1024px) {
  .fixed_body {
    width: 1000px;
    min-width: 1000px;
    margin: 0 auto;
  }

  .content-offset {
    margin-top: 65px;
  }
}

.nav_r_txt {
  visibility: hidden;
  display: none;
}

@media (max-width: 992px) {
  .nav_r_txt {
    visibility: visible;
    display: inline;
  }
}

@media (min-width: 1280px) {
  .fixed_body {
    width: 1200px;
    min-width: 1200px;
  }

  .nav_r_txt {
    visibility: visible;
    display: inline;
  }
}

@media (min-width: 1440px) {
  .fixed_body {
    width: 1400px;
    min-width: 1400px;
  }
}

.navbar-header {
  padding-left: 15px;
  padding-right: 15px;
}

.navbar-default {
  background-color: rgb(1, 156, 222);
  border-color: rgb(1, 156, 222);
}

.navbar-default .navbar-nav>li>a:hover {
  background-color: #008ECF;
  color: #FFF;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
  background-color: #008ECF;
  color: #FFF;
}

/* a:hover{
  color:none;
} */
.navbar-default .navbar-nav>li>a {
  color: #FFF;
}

.navbar-brand {
  padding: 0px;
  min-height: 65px;
}

.navbar-toggle {
  margin-top: 15px;
  margin-bottom: 16px;
}

.navbar {
  min-height: 65px;
  font-size: 16px;
}

.navbar-nav>li>a {
  padding-bottom: 22px;
  padding-top: 23px;
}

.breadcrumb-fixed {
  background-color: white;
  z-index: 50;
}

.date-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.task-title {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-family: "黑体";
  font-size: 16px;
  text-align: center;
  font-size: 20px;
}

.require-icon {
  display: inline-block;
  width: 10px;
  height: 15px;
  vertical-align: middle;
  margin-right: 2px;
  background: url('./images/require_icon.png') no-repeat 0px 0px;
}

.validation-icon {
  width: 20px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  background: url('./images/correct_icon.png') no-repeat 0px 0px;
}

.validation-icon-create {
  width: 20px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  background: url('./images/correct_icon.png') no-repeat 0px 0px;
}


.submit-icon {
  width: 150px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  background: url('./images/submit.png') no-repeat 0px 0px;
}

.btn-center {
  padding-top: 0.5em;
  text-align: center;
  padding-bottom: 0.5em;
}

.footer-addr {
  text-align: right;
  color: white;
  padding-top: 10px;
}

.footer-copyright {
  color: white;
}

.footer-bottom {
  height: 50px;
  padding-top: 6px;
  padding-bottom: 10px;
}

@media (max-width: 992px) {
  .footer-copyright {
    width: 100%;
    text-align: center;
    color: white;
  }

  .footer-addr {
    width: 100%;
    text-align: center;
    float: none;
    color: white;
  }

  .footer-bottom {
    height: auto;
  }
}

@media (max-width: 992px) {
  .navbar-header {
    float: none;
  }

  .navbar-left,
  .navbar-right {
    float: none !important;
  }

  .navbar-toggle {
    display: block;
  }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }

  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }

  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }

  .navbar-nav>li {
    float: none;
  }

  .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .collapse.in {
    display: block !important;
  }
}

.pointer {
  cursor: pointer;
}

.dir_item {
  cursor: pointer;
  height: 30px;
  font-size: 14px;
  padding-left: 30px;
  padding-top: 5px;
  margin-top: 5px;
  vertical-align: middle;
}

.dir_item>a {
  text-decoration: none;
  color: #333;
}

.dir_item>a:hover a:link a:visited a:active {
  text-decoration: none;
  color: #333;
}

.current {
  background-color: #a0d2e4;
}

.dir-title {
  font-weight: bold;
  color: #008bcc;
}

.jia_btn,
.jian_btn {
  display: none;
  margin-bottom: 5px;
}

.jia_btn.active,
.jian_btn.active {
  display: inline-block;
  margin-bottom: 5px;
}

.foot_container {
  width: 100%;
  bottom: 0px;
  position: fixed;
}

.sbar_0 {
  height: 215px;
  position: fixed;
  top: 50%;
  width: 40px;
  right: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  z-index: 999;
  background: #E8E8E8 none repeat scroll 0% 0%;
  margin-top: -200px;
  font-size: 14px;
}

.sbar_0 a {
  text-decoration: none;
}

.sbar_0 .sbar_ul {
  position: relative;
  padding-top: 15px;
  padding: 0px;
  margin: 0px;
  list-style: outside none none;
}

.sbar_0 .sbar_tab {
  margin-bottom: 5px;
  text-align: center;
  line-height: 22px;
  position: relative;
}

.sbar_0 li:hover,
.sbar_0 li.hover {
  background: #d8d8d8;
}

#advice-btn .popover.left {
  margin-left: -51px;
}

#qrcode-btn .popover-content {
  padding: 0px 5px;
}

/* 设置placeholder字体颜色大小 */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #bababa;
  font-size: 14px;
}

input:-moz-placeholder {
  color: #bababa;
  font-size: 14px;
}

input::-moz-placeholder {
  color: #bababa;
  font-size: 14px;
}

input:-ms-input-placeholder {
  color: #bababa;
  font-size: 14px;
}

.hidden {
  display: none;
}

/* 富文本 */
.toolbar,
.toolbar2 {
  border: 1px solid #ccc;
}

.text {
  border: 1px solid #ccc;
  height: 222px;
  background-color: white;
}

.toolbar {
  border: 1px solid #ccc;
}

.text {
  border: 1px solid #ccc;
  height: 222px;
}

.error-color {
  color: red;
}

.btn-save {
  color: white;
  background: #2a9f7a;
  width: 170px;
  height: 50px;
  border-radius: 25px;
  font-size: 18px;
  border: 0;
}

.file-del {
  color: white;
  background: #6d7184;
  width: 56px;
  height: 30px;
  display: inline-block;
  line-height: 30px;
  text-align: center;
  margin-left: 20px;
  border: 0;
}

.btn-suc {
  color: white;
  background: #f75016;
  width: 170px;
  height: 50px;
  border-radius: 25px;
  font-size: 18px;
  border: 0;
}

.btn-can {
  color: white;
  background: #6d7184;
  width: 170px;
  height: 50px;
  border-radius: 25px;
  font-size: 18px;
  border: 0;
}

.btn-gray {
  background: #6d7184;
  height: 30px;
  padding: 0 25px;
  line-height: 30px;
  border-radius: 15px;
  color: white;
  border: 0;
}

.btn-word {
  font-size: 14px;
  background: #e5e5e5;
  color: #767676;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  padding: 1px 5px;
  border-radius: 3px;
  border: 0;
}

.btn-word:hover {
  background: #f75016;
  color: white;
}

.btn-can:focus {
  box-shadow: 0;
}

input[type=file] {
  padding: 3px;
}

a.l-btn-plain {
  height: 30px;
  line-height: 30px;
  border: 0;
}

a.l-btn-plain:hover {
  /* background:none;
  border:0;
  padding:0;
  margin:0; */
  border: 0;
}

a:hover.l-btn-plain {
  border: 0;
}

a.l-btn-plain .btn-yd,
a.l-btn-plain .btn-down {
  height: 30px;
  line-height: 30px;
  display: inline-block;
  background: #f75016;
  color: white;
  padding: 0 10px;
}

a.l-btn-plain .btn-del {
  height: 30px;
  line-height: 30px;
  display: inline-block;
  background: #6d7184;
  color: white;
  padding: 0 10px;
}

/* 弹窗标题 */
.alert-title {
  font-size: 18px;
  color: #242424;
}

.top-row .col-md-4 {
  padding: 0;
}

.top-row .a1 {
  font-weight: 600;
  padding-right: 10px;
}

.top-row .a2-all {
  margin-right: 0.4rem;
}

.top-row .a3 {
  color: #f75016;
  padding-left: 12px;
}

.top-row .img1 {
  vertical-align: top;
  height: 17px;
}

.top-row .tip-main {
  display: flex;
}

.top-row .tip-main img {
  width: 12px;
}

.top-row .tip-main .p1 {
  flex: 1;
  padding-left: 6px;
}

/* form表单头 */
.bg-title {
  margin: 0 20px;
  background-size: 100% 100%;
  height: 2.4rem;
  display: flex;
}

.bg-title .bg-title-left {
  width: 380px;
  padding-left: 54px;
  font-size: 48px;
  color: #f75016;
  line-height: 2.4rem;
}

.bg-title .bg-title-right {
  flex: 1;
  padding-right: 54px;
  /* display: table; */
  height: 2.4rem;
}

.bg-title .bg-title-right .bg-title-con {
  /* display: table-cell;
  vertical-align: middle; */
  position: relative;
  top: 50%;
  transform: translate(0,-50%);
}

.bg-title .bg-title-right .p1 {
  width: 35px;
  height: 3px;
  background: #f75016;
  margin-bottom: 20px;
}

.bg-title .bg-title-right .p2 {
  color: #ffffff;
}

/* progress标签样式修改 */
progress {
  width: 186px;
  height: 10px;
  background-color: #e0e0e0;
  color:#f75016;
}

progress::-webkit-progress-bar {
  background-color: #e0e0e0;
}

progress::-webkit-progress-value {
  background-color: #f75016;
}

.progress-bar-success::-webkit-progress-value {
  background-color: green;
}

.progress-bar-info::-webkit-progress-value {
  background-color: #f75016;
}

.progress-bar-danger::-webkit-progress-value {
  background-color: red;
}

.btn_0 {
  color: white;
  background: #6d7184;
  border: 1px solid #6d7184;
  width: 80px;
  height: 30px;
  border-radius: 30px;
  padding: 0 !important;
  margin-left: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  line-height: 30px;
  margin-right: 5px;

}

.btn_0:hover {
  color: white;
  background: #6d7184;
  border: 1px solid #6d7184;
}

.btn_1 {
  color: white;
  background: #f75016;
  border: 1px solid #f75016;
  width: 80px;
  height: 30px;
  border-radius: 30px;
  padding: 0 !important;
  margin: 0 !important;
  line-height: 30px;
}

.btn_1:hover {
  color: white;
  background: #f75016;
  border: 1px solid #f75016;
}

.wrong-color {
  color: red;
}
