@charset "utf-8";
/*   layout */

*,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
table,
th,
td,
form,
fieldset,
legend,
textarea,
input,
select,
textarea,
button {
  margin: 0;
  padding: 0
}

input {
  border: 1px solid #bdbdbd;
}

input:focus,
textarea:focus,
select:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  padding: 0 22px 0 10px;
  border: 1px solid #bdbdbd;
  border-radius: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #fff url('/hc/static/1/img/common/ico_sel_arr.png') no-repeat right center;
}

select::-ms-expand {
  display: none;
}

.input-select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #fff url('/hc/static/1/img/common/ico_sel_arr.png') no-repeat right center;
  cursor: pointer;
}

.input-select:focus {
  background: #fff url('/hc/static/1/img/common/ico_sel_arr_on.png') no-repeat right center;
}

::-ms-clear,
::-ms-reveal {
  display: none;
}

.type-category {
  position: absolute;
  top: 33px;
  left: 0;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #ccc;
  width: 100%;
  z-index: 99;
  display: none;
}

.type-category .tab {
  font-size: 0;
  background: #FAF0E6;
  margin-bottom: 0;
}

.type-category .tab li {
  width: 20%;
  height: 40px;
  box-sizing: border-box;
  display: inline-block;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  border-left: 1px solid #d5d5d5;
}

.type-category .tab li:first-child {
  border: none;
}

.type-category .tab li.active {
  background: #fff;
  border: none;
}

.type-category .con {
  padding: 10px;
  min-height: 120px;
  max-height: 160px;
  overflow-y: auto;
  display: none;
}

.type-category .con li {
  display: inline-block;
  padding: 0 10px;
  font-size: 14px;
}

.type-category .con li.none a {
  color: #2fa0ec;
}

/* 
.sel-result {
  position: relative;
  z-index: 2;
  padding: 5px 30px 5px 10px;
  border: 1px solid #bdbdbd;
  cursor: pointer;
  border-radius: 2px;
  background: #fff;
  background: #fff url('/hc/static/1/img/common/ico_sel_arr.png') no-repeat right center;
}

.sel-list {
  display: none;
  min-width: 250px;
  position: absolute;
  top: 30px;
  left: 0;
  padding: 10px 5px 0 10px;
  border: 1px solid #bdbdbd;
  background: #fff;
}

.sel-list li {
  display: inline-block; 
  margin: 0 10px 10px 0;
}

.sel-list li a {
  color: #555;
}

.sel-list li a:hover {
  color: #448ee1;
} */

html {
  height: 100%;
}

body {
  height: 100%;
  min-width: 960px;
  color: #555;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

fieldset,
li {
  border: 0;
  vertical-align: top;
}

ul,
ol {
  list-style: none;
}

img {
  border: none;
}

button {
  overflow: visible;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

textarea {
  outline: none;
  resize: none;
}

address,
caption,
em {
  font-style: normal;
}

a,
button {
  color: #555;
  text-decoration: none;
  outline: none;
}

a:hover,
a:focus,
a:active,
a:visited,
button:hover,
button:focus,
button:active,
button:visited {
  color: #111;
  text-decoration: none;
  outline: none;
}

table {
  border-spacing: 0;
}

hr {
  display: none;
}

/* common */

body,
input,
select,
textarea,
button {
  font-weight: normal;
  font-size: 14px;
  color: #3b3b3b;
  font-family: "Open Sans", Arial, "Hiragino Sans GB", "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
}

body {
  width: 100%;
  background: #fff;
  font-size: 14px;
  min-width: 960px;
}

h1 {
  font-size: 18px;
}

h2 {
  font-size: 17px;
}

h3 {
  font-size: 16px;
}

h4 {
  font-size: 15px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 13px;
}

.paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right;
}

.paginate ul.pagination {
  margin: 2px 0;
  font-size: 0;
  white-space: nowrap;
}

.paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  cursor: hand;
  color: #333 !important;
  border-radius: 2px;
  font-size: 0;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px
}

.pagination>li {
  display: inline
}

.pagination>li>a,
.pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  font-size: 12px;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd
}

.pagination-lg>li>a,
.pagination-lg>li>span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px
}

/* common */

#app {
  height: 100%;
}

#main input[type="text"],
#main input[type="password"],
#main textarea {
  width: 100%;
  color: #555;
  padding: 8px;
  border: 1px solid #bdbdbd;
  box-sizing: border-box;
  border-radius: 2px;
}

#main input[type="text"],
#main input[type="password"],
#main button,
#main select {
  height: 34px;
}

#wrapper {
  position: relative;
  width: 100%;
  min-width: 960px;
  margin: 0 auto;
  padding: 0;
}

.wrap {
  min-width: 960px;
  max-width: 1140px;
  margin: auto;
  position: relative;
}

.cf:after {
  content: '';
  display: block;
  clear: both;
}

.btn {
  opacity: 0.8;
  padding: 0 20px;
  border-radius: 4px;
  cursor: pointer;
}

.btn:hover {
  opacity: 1;
}

.btn-default {
  background-color: #eee;
  opacity: 0.8;
  border: none;
}

.btn-default:hover {
  opacity: 1;
}

.btn-line {
  background-color: #fff;
  border: 1px solid #1c6db4;
  opacity: 0.8;
  color: #1c6db4;
  border-radius: 4px !important;
}

.btn-line:hover {
  background-color: #1c6db4;
  border: 1px solid #fff;
  opacity: 1;
  color: #fff;
  border-radius: 4px !important;
}

.btn-line.off {
  opacity: 0.2;
  cursor: default;
}

.btn-line.off:hover {
  background-color: #fff;
  border: 1px solid #1c6db4;
  opacity: 0.2;
  color: #1c6db4;
}

.btn-primary {
  background-color: #1c6db4;
  opacity: 0.8;
  border: none;
  color: #fff;
  border-radius: 4px !important;
}

.btn-primary {
  background-color: #1c6db4;
  opacity: 0.8;
  border: none;
  color: #fff;
  border-radius: 4px !important;
}

.btn-primary:hover {
  opacity: 1;
  color: #fff;
}

.btn-info {
  background-color: #36b5db;
  opacity: 0.8;
  border: none;
  color: #fff;
}

.btn-info:hover {
  opacity: 1;
  color: #fff;
}

.btn-success {
  background-color: #1abc9c;
  opacity: 0.8;
  border: none;
  color: #fff;
}

.btn-success:hover {
  opacity: 1;
  color: #fff;
}

.btn-solve {
  background-color: #6e98e7;
  opacity: 0.8;
  border: none;
  color: #fff;
}

.btn-solve:hover {
  opacity: 1;
  color: #fff;
}

.btn-retain {
  background-color: #bdad5d;
  opacity: 0.8;
  border: none;
  color: #fff;
  border-radius: 4px !important;
}

.btn-retain:hover {
  opacity: 1;
  color: #fff;
}

.form-control {
  width: 100%;
}

.badge {
  height: 22px;
  line-height: 22px;
  padding: 0 5px;
  font-size: 12px;
  color: #fff;
  margin: 0;
  display: inline-block;
}

.badge.state1 {
  background-color: #22a7f0;
}

.badge.state2 {
  background-color: #00b882;
}

.badge.state3 {
  background-color: #ffa200;
}

.badge.state4 {
  background-color: #555;
}

.link a,
.link-hover a:hover,
.link-hover .active>a {
  color: #2fa0ec !important;
}

/* header */

#header .logo {
  float: left;
  padding: 17px 0 0 30px;
}

#header .logo a {
  display: inline-block;
}

#header .logo img {
  width: 50px;
}

#header .logo .ttl {
  display: inline-block;
  color: #22a7f0;
  font-size: 16px;
  vertical-align: 7px;
  margin-left: 5px;
}

#header .logo .ttl span {
  display: block;
}

#header .logo .ttl span.text-1 {
  font-family: "Microsoft YaHei";
  ;
}

#header .nav-wrap {
  height: 80px;
}

#header .nav-menu {
  float: right;
  padding: 30px 30px 0 0;
}

#header .nav-menu>ul>li {
  display: inline-block;
  margin-left: 30px;
  position: relative;
}

#header .nav-menu ul li a {
  color: #448ee1;
  padding: 0 0 2px 0;
}

#header .nav-menu li.on a,
#header .nav-menu li a:hover {
  color: #1c6db4;
  border-bottom: 2px solid #1c6db4;
}

#header .sub-list {
  width: 56px;
  position: absolute;
  top: 26px;
  left: -18px;
  z-index: 100;
  padding: 20px;
  line-height: 25px;
  background: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  display: none;
}

#header .search-wrap {
  height: 160px;
  width: 100%;
  background: url('/hc/static/1/img/common/banner.jpg') no-repeat center bottom;
}

#header .search-wrap .wrap {
  height: 100%;
  background: rgba(255, 255, 255, 0.1)
}

#header .search {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  right: 20px;
}

#header .search input {
  width: 400px;
  height: 40px;
  padding: 0 10px 0 40px;
  border-radius: 5px;
  font-size: 15px;
  border: none;
  background: rgba(255, 255, 255, 0.7) url('/hc/static/1/img/common/ico_search.png') no-repeat 10px center;
  transition: all ease 0.4s;
}

#header .search input:focus {
  background: rgba(255, 255, 255, 1) url('/hc/static/1/img/common/ico_search_on.png') no-repeat 10px center;
}

#header .search .btn-search {
  position: absolute;
  top: 5px;
  right: 5px;
}

#header .search .btn-search button {
  height: 30px;
}

#header .icon-search {
  width: 18px;
  height: 18px;
  color: #fff;
  font-size: 18px;
  position: absolute;
  left: 10px;
  top: 0;
}

#header .step-list {
  font-size: 16px;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -11px;
}

#header .step-list li {
  display: inline-block;
}

#header .step-list li::after {
  content: ">";
  margin: 0 5px;
  color: #fff;
}

#header .step-list li:last-child::after {
  content: "";
}

#header .step-list li a,
#header .step-list li span {
  color: #fff;
}

#main {
  padding: 40px 0;
}