.clearfix:after,
.clearfix:before {
  content: '.';
  display: block;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
body {
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
}
p{
	margin: 0;
}
.breadcrumb {
    padding: 24px 40px;
    font-size: 14px;
    color: #666;
    background-color: #fff;
}
.gay-bg {
    background-color: #f9f9f9;
}
.body-minwidth {
    width: 1200px;
    margin: 0 auto;
}
.modal-header {
  text-align: center;
  padding: 32px 15px;
}
.modal-header .close {
  font-size: 32px;
}
.modal-content {
  border-radius: 16px;
}
.cell-wapper .breadcrumb {
    background-color: #fff;
}
.border-bottom {
    border-bottom: 1px solid #e6e6e6;
}
.modal-footer {
  border-top: none;
  text-align: center;
}
.modal-table {
  width: 100%;
  border-left: 1px solid #ededed;
  border-top: 1px solid #ededed;
  border-right: 1px solid #ededed;
}
.modal-table td, .modal-table th {
  text-align: center;
}
.modal-table th {
  background-color: #EDEDED;
  font-size: 14px;
  font-weight: 400px;
  line-height: 24px;
  padding: 15px
}
.modal-table td {
  font-size: 12px;
  font-weight: 400px;
  line-height: 24px;
  padding: 20px;
  border-bottom: 1px solid #ededed;
}
.hj-nav-tab-inline {
  display: inline-block;
  border: none;
  vertical-align: bottom;
}
.hj-nav-tab-inline>li.active>a, .hj-nav-tab-inline>li.active>a:hover, .hj-nav-tab-inline>li.active>a:focus {
    color: #00E7D2;
    cursor: default;
    font-size: 16px;
    font-weight: bold;
    background-color: #fff;
    border: none;
    border-bottom: 2px solid #00E7D2;
}
.hj-nav-tab-inline>li>a {
  font-size: 16px;
  font-weight: bold;
  color: #666;
}
.hj-nav-tab-inline>li>a {
  padding: 15px 25px;
}
.hj-nav-tab-inline-small {
  display: inline-block;
  border: none;
  vertical-align: bottom;
}
.hj-nav-tab-inline-small > li.active {
  border-bottom: 2px solid #00E7D2;
}
.hj-nav-tab-inline-small > li.active > a, .hj-nav-tab-inline-small > li.active > a:hover, .hj-nav-tab-inline-small > li.active > a:focus {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    cursor: default;
    background-color: #fff;
    border-right: 1px solid #E6E6E6;
    border-bottom-color: transparent;
    border-width: 0 1px 0 0;
}
.hj-nav-tab-inline-small > li > a {
    border-right: 1px solid #E6E6E6;
    border-radius: 0;
    padding: 0 15px;
    margin: 10px 0;
    color: #333;
    font-size: 16px;
    font-weight: 400;
}
.hj-nav-tab-inline-small > li:last-child > a {
  border-right: unset;
}
.hj-nav-tab-inline-small.nav > li > a:hover, .hj-nav-tab-inline-small.nav > li > a:focus {
    background-color: #fff;
    border: none;
    border-right: 1px solid #E6E6E6;
}
.hj-flex-table {
  width: 100%;
}
.hj-flex-table .flex-thead {
  background-color: #F3F3F3;
}
.hj-flex-table .flex-thead>div{
  text-align: center;
  height: 40px;
  line-height: 40px;
}
.display-flex {
  display: flex;
}
.flex1 {
  flex: 1;
}
.flex2 {
  flex: 2;
}
.flex3 {
  flex: 3;
}
.flex4 {
  flex: 4;
}
.flex5 {
    flex: 5;
}
.flex6 {
    flex: 6;
}
.tcenter {
  text-align: center;
}
.pagenation-wapper {
    padding: 40px 10px;
    overflow: hidden;
    background-color: #fff;
}
/* 步进样式一 */
.hj-step-wapper {
  display: inline-block;
  min-height: 80px;
}
.hj-step-wapper .step-cell {
  display: inline-block;
}
.hj-step-wapper .step-cell .line {
  display: inline-block;
  vertical-align: middle;
  width: 160px;
  height: 3px;
  background-color: #b5b5b5;
  margin: 0 20px;
}
.hj-step-wapper .step-cell .top{
  text-align: center;
  line-height: 36px;
  color: #fff;
  width: 36px;
  height: 34px;
  background: url('../img/cart_slices/cricle-off.png') no-repeat;
}
.hj-step-wapper .step-cell.selected .top {
  background: url('../img/cart_slices/cricle-on.png') no-repeat;
}
.hj-step-wapper .step-cell.selected .line {
  background-color: #00e7d2;
}
.hj-step-wapper .step-cell .cricle {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.hj-step-wapper .step-cell .text {
  position: absolute;
  top: 40px;
  left: 50%;
  width: 120px;
  text-align: center;
  margin-left: -60px;
  font-size: 14px;
  color: #666;
  font-weight: bold;
}
/* 步进样式二 */
.hj-step-wapper.hj-step-top {
  margin-top: 50px;
}
.hj-step-wapper.hj-step-top .step-cell .line{
  width: 100px;
  margin: 0 60px;
}
.hj-step-wapper.hj-step-top .step-cell .text {
  top: -40px;
}
.flex-column {
    flex-direction: column;
}

.hj-common-table {
  width: 100%;
  border-left: 1px solid #EDEDED;
  border-top: 1px solid #EDEDED;
  border-right: 1px solid #EDEDED;
}
.hj-common-table th, .hj-common-table td {
  border-bottom: 1px solid #EDEDED;
}
.hj-common-table th {
    background:rgba(249,249,249,1);
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  font-weight: 400;
}
.hj-common-table td {
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  padding: 26px 13px;
  color: #333;
}
.hj-with-breadcrumb>span{
  line-height: 50px !important;
}
.hj-with-breadcrumb .breadcrumb {
  padding: 0 25px;
}
.hj-common-form-tip {
  margin-top: 30px;
}
.hj-common-form-tip > div {
  display: inline-block;
  vertical-align: top;
  line-height: 30px;
}
.hj-common-form-tip .left {
  font-size: 14px;
  color: #666;
}
.hj-common-form-tip .right {
  font-size: 12px;
  color: #999;
  line-height: 30px;
}
.hj-with-breadcrumb {
  height: 97px;
}
.hj-with-breadcrumb span {
  line-height: 57px !important;
}
.hj-flex-table .dropdown a {
  color: #333;
  text-decoration: none;
}
.hj-modal-title {
    font-size: 20px;
    font-weight: bold;
    color: #333;
}
.table-cell-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow:ellipsis;
}
.table-sort span.text {
  position: relative;
  line-height: 22px;
  margin-right: 20px;
}
.table-sort span.text:before {
  content: '';
  position: absolute;
  top: 6px;
  right: -19px;
  width: 9px;
  height: 11px;
  background: url('../img/sort-bg.png') no-repeat;
}
.table-sort.desc span.text:before {
  background: url('../img/sort-desc.png') no-repeat;
}
.table-sort.asc span.text:before {
  background: url('../img/sort-asc.png') no-repeat;
}
.hj-nav-main {
  text-align: center;
}
.hj-nav-wapper {
  display: inline-block;
  margin: 0 auto;
}
.hj-nav-wapper .big-cricle{
  width: 34px;
  height: 34px;
  border-radius: 17px;
  background-color: #DBDBDB;
  vertical-align: middle;
  display: inline-block;
  position: relative;
}
.hj-nav-wapper .selected .small-cricle {
  background-color: #4CC2FA;
}
.hj-nav-wapper .small-cricle {
  margin-top: 4px;
  margin-left: 4px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #DBDBDB;
  text-align: center;
}
.hj-nav-wapper .small-cricle .text-num {
  line-height: 26px;
  color: #fff;
  font-size: 14px;
}
.hj-nav-wapper .nav-cell {
  display: inline-block;
  position: relative;
}
.hj-nav-wapper .nav-cell .text {
  width: 120px;
  position: absolute;
  top: 54px;
  left: 50%;
  color: #aaa;
  font-size: 14px;
  transform: translateX(-50%);
}
.hj-nav-wapper .nav-cell .line {
  display: inline-block;
  vertical-align: middle;
  width: 250px;
  height: 3px;
  margin-left: -8px;
  margin-right: -8px;
  background-color: #DBDBDB;
}
.hj-tab-nav2 .nav-tabs {
  border-bottom: none;
}
.hj-tab-nav2 .nav-tabs>li>a {
  line-height: 1;
  font-size: 14px;
}
.hj-tab-nav2 .nav-tabs>li.active>a {
  color: ##00E7D2;
  background: none;
  border: none;
  border-bottom: 2px solid #00E7D2;
}
.hj-tab-nav2 .nav-tabs>li>a:hover {
    border-color: none;
}
.hj-tab-nav2 .nav>li>a:hover {
    text-decoration: none;
    background-color: unset;
    border-top: none;
    border-left: none;
    border-right: none;
}
.hj-tab-nav2 .nav-tabs>li.active:after {
  width: 0;
  height: 0;
  z-index: 1000;
  border-top: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #00E7D2;
  border-left: 6px solid transparent;
  position: absolute;
  bottom: 1px;
  left: 50%;
  transform: translateX(-50%);
  content: ' ';
}
.hj-tab-nav2 .nav>li>a{
  position: relative;
  padding: 12px 15px;
  margin: 0 8px;
  color: #645c3d;
  font-size: 14px;
}
.sub-menu {
    margin-left: 105px;
}
.sub-menu ul {
    padding: 0;
    margin: 12px 0 0 0;
}
.sub-menu ul li {
    list-style: none;
    line-height: 48px;
}
.sub-menu ul li.on {
    color: #00E7D2;
}
