* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body,
dl,
dd,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
hr,
button,
menu {
  margin: 0;
  padding: 0; }

article,
aside,
details,
footer,
header,
menu,
nav,
section,
iframe {
  display: block; }

iframe,
fieldset,
img,
button {
  border: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

em,
i {
  font-style: normal; }

ul,
ol,
li,
summary {
  list-style: none; }

a {
  color: #333; }

a:active,
a:hover {
  color: #4a5b9b; }

a,
a:active,
a:hover {
  text-decoration: none; }

html,
body,
button {
  -webkit-text-size-adjust: none; }

a,
button,
input,
textarea {
  -webkit-tap-highlight-color: transparent; }

mark {
  background-color: transparent; }

i,
em {
  font-style: normal; }

img {
  max-width: 100%;
  border: none;
  vertical-align: middle; }

input,
button,
select,
textarea,
button:focus,
input:focus,
textarea:focus,
select:focus,
a:focus,
li:focus,
span:focus,
i:focus,
img:focus,
summary {
  outline: 0; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

.sselect{
	border: 1px solid #CCCCCC;
	font-size:12px;
	line-height:20px;
	border-radius: 3px;
	height:24px;
	margin-left:2px;
	margin-right:2px;
}

.sinput{
	border: 1px solid #CCCCCC;
	font-size:12px;
	border-radius: 3px;
	height:24px;
	padding-left:2px;
	margin-left:2px;
	margin-right:2px;
}

.sbutton{
  margin-left:2px;
  margin-right:2px;
  display: inline-block;
  vertical-align: middle;
  min-width: 60px;
  height: 26px;
  text-align: center;
  touch-action: manipulation;
  cursor: pointer;
  white-space: nowrap;
  font-size: 12px;
  color: #fff;
  font-weight: 400;
  background: #019ade;
  border: none;
  pointer-events: visible;
  border-radius: 5px; }

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

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

input {
  line-height: normal; }

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto; }

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: 700; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

html {
  line-height: 1.5;
  font-size: 12px; }

body {
  font: 12px/1.5 PingFangSC-Regular,Tahoma,'Microsoft Yahei',sans-serif;
  color: #333; }

.clearfix:after,
.clearfix:before {
  display: table;
  content: " "; }

.clearfix:after {
  clear: both; }

.myModa{margin: 0;padding: 0;position: fixed;top: 0;left: 0;bottom: 0;right:0;background: rgba(0,0,0,0.2); }
.myModa .myAlertBox{width:400px;border-radius: 5px;border: 1px solid #d9d9d9;background: #fff;overflow: hidden;margin: 0 auto; text-align: center;}
.myModa .myAlertBox h6{background: #f2f2f2;padding: 10px;line-height: 20px;font-size: 16px;text-align: center;margin:0px;}
.myModa .myAlertBox p{text-align:left;padding-left:20px;padding-right:20px;line-height:30px;font-size:14px;color:#808080;}
.myModa .myAlertBox .btn{padding:2px;cursor: pointer; width:80px;height:26px;white-space: nowrap;line-height:20px;border-radius:5px;border:1px #FFFFFF solid;text-align:center;font-size:14px;margin:0 auto;margin-bottom:20px; background:#D9D9D9;}
.myModa .myAlertBox .btn:focus {outline:none;background-color:#B9B9B9;}
.myToast{position: fixed; display: inline-block;padding: 5px 10px;line-height: 24px;font-size: 14px;color: #fff;background:#000; max-width: 300px;_width: expression(this.offsetWidth >300 ? '300px': 'auto' );*width: expression(this.offsetWidth >300 ? '300px': 'auto' );border-radius: 5px;}

.header {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (doesn't work very well) */
  display: box;
  /* andriod 4.4 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  height: .55rem;
  padding: 0 .3rem;
  background: #455597;
  border-bottom: 1px solid #e8e9ed; }
  .header .top-left {
    height: .54rem; }
    .header .top-left .navbar-header {
      display: -webkit-box;
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -moz-box;
      /* OLD - Firefox 19- (doesn't work very well) */
      display: box;
      /* andriod 4.4 */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      display: -webkit-flex;
      /* NEW - Chrome */
      display: flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      flex-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      width: 2.94rem;
      height: 100%; }
    .header .top-left .navbar-brand {
      display: block;
      width: 2.13rem; }
    .header .top-left .menutoggle {
      display: block;
      width: .4rem;
      height: .4rem;
      text-align: right;
      padding-top: .12rem; }
      .header .top-left .menutoggle i {
        color: #fff;
        font-size: .16rem; }
  .header .header-menu {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (doesn't work very well) */
    display: box;
    /* andriod 4.4 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
  .header .top-right {
    height: .54rem; }

.header-menu button {
  background: none; }
.header-menu .header-menu-item {

  position: relative;
  display: inline-block;
  vertical-align: top;
  min-width: .4rem;
  height: .54rem;
  text-align: center; }
.header-menu .dropdown-toggle {
  font-size: .14rem;
  color: #dbdbdb; }
.header-menu .search-trigger,
.header-menu .notice-trigger {
  font-size: .16rem;
  color: #9cabb3; }
  .header-menu .search-trigger .fa,
  .header-menu .notice-trigger .fa {
    margin: .19rem 0; }
.header-menu .notice-trigger .count {
  position: absolute;
  right: 0;
  top: .12rem;
  width: .15rem;
  height: .15rem;
  color: #fff;
  font-size: .11rem;
  line-height: .15rem;
  border-radius: 50%;
  background: #dc3545; }
.header-menu .btn-language {
  margin: .155rem .1rem;
  font-size: .14rem;
  color: #dbdbdb;
  padding: 0 .1rem;
  border: 1px solid #9cabb3;
  border-radius: 0.04rem; }
.header-menu {
  display: block;
  margin: .03rem 0; }
  .header-menu .user-txt {
    font-size: .14rem;
    color: #dbdbdb;
    margin: 0 0 0 .1rem; }
  .header-menu .user-avatar {
    width: .4rem;
    height: .4rem;
    border-radius: 50%; }
  .header-menu .nav-link {
    display: inline;
    color: #ffffff;
    font-size: .13rem;
    line-height: .12rem;
    padding: .05rem 0;
    white-space: nowrap; }

.dropdown-menu {
  display: none;
  position: absolute;
  right: .5rem;
  top: .1rem;
  z-index: 999;
  margin: 0;
  text-align: left;
  min-width: 1.5rem;
  padding: .1rem .18rem;
  background: #fff;
  box-shadow: 0 0.03rem 0.12rem rgba(0, 0, 0, 0.05); }
  .dropdown-menu .txt {
    color: #607d8b;
    font-size: .14rem;
    padding: .05rem 0;
    white-space: nowrap; }
  .dropdown-menu .nav-link {
    display: inline;
    color: #607d8b;
    font-size: .13rem;
    line-height: .12rem;
    padding: .05rem 0;
    white-space: nowrap; }
    .dropdown-menu .nav-link span {
      display: inline-block; }
    .dropdown-menu .nav-link .fa {
      width: .13rem;
      text-align: center;
      margin-right: .04rem; }
    .dropdown-menu .nav-link .count {
      display: inline-block;
      width: .15rem;
      height: .15rem;
      margin-left: .1rem;
      color: #fff;
      text-align: center;
      font-size: .11rem;
      line-height: .15rem;
      border-radius: 50%;
      background: #dc3545; }

.search-slide {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  height: .54rem;
  background: #131c21; }
  .search-slide .search-form {
    position: relative;
    height: 100%;
    max-width: 1025px;
    margin: 0 auto; }
    .search-slide .search-form .form-control {
      width: 100%;
      height: inherit;
      padding: .1rem .36rem .1rem .15rem;
      color: #d3d3d3;
      font-size: .16rem;
      background: #131c21;
      border: none;
      border-radius: 0;
      box-shadow: none; }
    .search-slide .search-form .search-close {
      position: absolute;
      right: 0;
      top: 50%;
      z-index: 1;
      width: .36rem;
      height: .36rem;
      margin-top: -.18rem;
      text-align: center;
      line-height: .36rem;
      color: #fff;
      font-size: .16rem;
      background: transparent;
      border: none; }

.dropdown .dropdown-menu {
  display: block; }

@media (max-width: 1000px) {
  .header {
    display: block;
    height: 1.09rem;
    padding: 0 .15rem; }
    .header .top-left {
      width: 100%; }
      .header .top-left .navbar-header {
        width: 100%; }
    .header .header-menu {
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      flex-pack: justify;
      -webkit-justify-content: flex-end;
      -moz-justify-content: flex-end;
      -ms-justify-content: flex-end;
      justify-content: flex-end; }

  .header-menu .user-trigger .user-txt {
    display: none; } }

.navbar {
  height: 100%;
  padding-bottom: .55rem;
  overflow-y: auto; }
  .navbar .nav {
    position: relative;
    width: 100%; }
    .navbar .nav li {
      position: relative;
      display: block;
      width: 100%;
      padding: 0 .3rem;
      line-height: .36rem;
      font-size: .14rem; }
      .navbar .nav li > a {
        display: block;
        position: relative;
        width: 100%;
        color: #667c89; }
        .navbar .nav li > a:hover {
          color: #455597; }
    .navbar .nav .active {
      background: #fafafa; }
      .navbar .nav .active a {
        color: #455597; }
    .navbar .nav .menu-title {
      color: #41434d;
      font-weight: 700;
      line-height: .5rem;
      text-transform: uppercase; }
    .navbar .nav .menu-icon {
      display: inline-block;
      vertical-align: middle;
      width: .5rem; }
    .navbar .nav .menu-item-has-children .dropdown-toggle {
      position: relative; }
      .navbar .nav .menu-item-has-children .dropdown-toggle:before {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        width: .06rem;
        height: .06rem;
        margin-top: -.03rem;
        border-style: solid;
        border-width: 1px;
        border-color: #667c89 #667c89 transparent transparent;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: transform 0.2s ease-out;
        -moz-transition: transform 0.2s ease-out;
        -ms-transition: transform 0.2s ease-out;
        -o-transition: transform 0.2s ease-out;
        transition: transform 0.2s ease-out; }
      .navbar .nav .menu-item-has-children .dropdown-toggle:hover:before {
        border-color: #455597 #455597 transparent transparent; }
    .navbar .nav .dropdown .dropdown-toggle:before {
      margin-top: -.05rem;
      -webkit-transform: rotate(135deg);
      -moz-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      -o-transform: rotate(135deg);
      transform: rotate(135deg); }
    .navbar .nav .dropdown .sub-menu {
      display: block; }
    .navbar .nav .sub-menu {
      display: none; }
      .navbar .nav .sub-menu li {
        display: -webkit-box;
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;
        /* OLD - Firefox 19- (doesn't work very well) */
        display: box;
        /* andriod 4.4 */
        display: -ms-flexbox;
        /* TWEENER - IE 10 */
        display: -webkit-flex;
        /* NEW - Chrome */
        display: flex;
        /* NEW, Spec - Opera 12.1, Firefox 20+ */
        -webkit-box-align: center;
        -moz-box-align: center;
        box-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        line-height: .3rem; }
        .navbar .nav .sub-menu li a {
          position: relative;
          padding-left: .3rem; }
          .navbar .nav .sub-menu li a:before {
            content: "";
            position: absolute;
            top: 50%;
            left: 0;
            width: .06rem;
            height: .06rem;
            margin-top: -.03rem;
            border-style: solid;
            border-width: 1px;
            border-color: #667c89 #667c89 transparent transparent;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
            -webkit-transition: transform 0.2s ease-out;
            -moz-transition: transform 0.2s ease-out;
            -ms-transition: transform 0.2s ease-out;
            -o-transition: transform 0.2s ease-out;
            transition: transform 0.2s ease-out; }
          .navbar .nav .sub-menu li a:hover:before {
            border-color: #455597 #455597 transparent transparent; }
      .navbar .nav .sub-menu .ti-angle-right {
        margin-right: .2rem; }


.backbar{height:20px;width:300px;background-color:#EFEFEF;}
.redbar{height:20px;background-color:#fb9678;}
.bluebar{height:20px;background-color:#03a9f3;}
.graybar{height:20px;background-color:#999999;}

@media (max-width: 1280px) {
 }

@media screen and (min-width: 1000px) and (max-height: 700px) {
  .open .navbar .nav li {
    line-height: .36rem; }
  .open .navbar .nav .menu-icon {
    padding: 8px 0; } }
html,
body {
  height: 100%; }

.right-panel {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (doesn't work very well) */
  display: box;
  /* andriod 4.4 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-direction: column;
  min-height: 100%;
  padding: 0 .3rem 0 .3rem;
  background: #eff0f5; }

.content {
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;
  /* Firefox 19- */
  box-flex: 1;
  /* andriod 4.4 */
  -ms-flex: 1;
  /* TWEENER - IE 10 */
  -webkit-flex: 1;
  /* NEW - Chrome */
  flex: 1;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  margin: .2rem 0 .3rem 0;}

.row-box {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (doesn't work very well) */
  display: box;
  /* andriod 4.4 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-align: start;
  -moz-box-align: start;
  box-align: start;
  -webkit-align-items: start;
  -moz-align-items: start;
  -ms-align-items: start;
  align-items: start; }

.col {
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;
  /* Firefox 19- */
  box-flex: 1;
  /* andriod 4.4 */
  -ms-flex: 1;
  /* TWEENER - IE 10 */
  -webkit-flex: 1;
  /* NEW - Chrome */
  flex: 1;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  margin-bottom: .3rem; }
  .col + .col, .col + .col-main, .col + .col-side {
    margin-left: .3rem; }

.col-full {
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;
  /* Firefox 19- */
  box-flex: 1;
  /* andriod 4.4 */
  -ms-flex: 1;
  /* TWEENER - IE 10 */
  -webkit-flex: 1;
  /* NEW - Chrome */
  flex: 1;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
 
  margin-bottom: .3rem; }

.col-main {
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;
  /* Firefox 19- */
  box-flex: 1;
  /* andriod 4.4 */
  -ms-flex: 1;
  /* TWEENER - IE 10 */
  -webkit-flex: 1;
  /* NEW - Chrome */
  flex: 1;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */ }
  .col-main + .col, .col-main + .col-main, .col-main + .col-side {
    margin-left: .3rem; }

.col-side {
  width: 3.4rem; }
  .col-side + .col, .col-side + .col-main, .col-side + .col-side {
    margin-left: .3rem; }

.card {
  background: #fff;
  border-radius: .05rem;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.08); }
  .card .card-head {
    padding-top: .2rem;
	padding-bottom: .05rem;
	padding-left: .2rem;
	padding-right: .2rem; }

.stat-widget {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (doesn't work very well) */
  display: box;
  /* andriod 4.4 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: .2rem .1rem .2rem .3rem; }
  .stat-widget .stat-icon {
    font-size: .5rem;
    line-height: .5rem;
    margin-right: .3rem; }
  .stat-widget .stat-text {
    color: #455a64;
    font-size: .2rem; }
  .stat-widget .stat-heading {
    color: #99abb4;
    font-size: .14rem; }

.flat-color-1 {
  color: #00c292; }

.flat-color-2 {
  color: #ab8ce4; }

.flat-color-3 {
  color: #03a9f3; }

.flat-color-4 {
  color: #fb9678; }

.tab-nav {
  font-size: 0; }
  .tab-nav .nav-item {
    display: inline-block;
    vertical-align: top;
    margin-right: .2rem; }
    .tab-nav .nav-item .nav-link {
      display: block;
      height: .35rem;
      line-height: .35rem;
      padding: 0 .25rem;
      font-size: .16rem;
      color: #000;
	  background: #CCCCCC;
      border-radius: .02rem; }
      .tab-nav .nav-item .nav-link.active {
        color: #fff;
        background: #56be95; }

.filter {
  font-size: 0; }
  .filter .filter-item {
    display: inline-block;
    vertical-align: top;
    margin-right: .2rem; }
    .filter .filter-item .filter-link {
      display: block;
      height: .35rem;
      line-height: .35rem;
      padding: 0 .25rem;
      font-size: .16rem;
      color: #000;
      border: 1px solid #ccc;
      border-radius: .02rem; }
      .filter .filter-item .filter-link.active {
        color: #fff;
        background: #56be95;
        border: #56be95; }

.box-title {
  font-size: .16rem;
  color: #000; }

.table-stats {
  width: 100%;
  overflow-x: auto; }

.table {
  width: 100%;
  font-size: .14rem; }
  .table th {
    padding: .08rem .2rem;
    color: #6d707d;
    text-align: left;
    white-space: nowrap;
    background: #f2f3f7; }
    .table th:first-child {
      padding-left: .45rem; }
  .table td {
    padding: .2rem;
    color: #2d2d2d;
    border-bottom: 1px solid #e8e9ef; }
    .table td:first-child {
      padding-left: .45rem; }
  .table a {
    color: #6d707d;
    white-space: nowrap;
    text-decoration: underline; }
    .table a:hover {
      color: #455597; }

.table-e {
  width: 100%;
  font-size: .14rem; }
  .table-e th {
    padding: .08rem .2rem;
    color: #6d707d;
    text-align: left;
    white-space: nowrap;
    background: #f2f3f7; }
    .table-e th:first-child {
      padding-left: .45rem; }
  .table-e td {
    padding: .05rem;
    color: #2d2d2d;
    border-bottom: 1px solid #e8e9ef; }
  .table-e a {
    color: #6d707d;
    white-space: nowrap;
    text-decoration: underline; }
    .table-e a:hover {
      color: #455597; }

 .table-e .ftd {
    padding-left: .45rem; }

.suggest-list {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (doesn't work very well) */
  display: box;
  /* andriod 4.4 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-align: start;
  -moz-box-align: start;
  box-align: start;
  -webkit-align-items: start;
  -moz-align-items: start;
  -ms-align-items: start;
  align-items: start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: .2rem; }
  .suggest-list .list-item {
    width: 50%;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (doesn't work very well) */
    display: box;
    /* andriod 4.4 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding: .06rem .2rem; }
  .suggest-list .item-head {
    width: .4rem;
    height: .4rem;
    border-radius: 100%;
    overflow: hidden; }
    .suggest-list .item-head img {
      display: block;
      width: 100%;
      height: 100%; }
  .suggest-list .item-body {
    -webkit-box-flex: 1;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1;
    /* Firefox 19- */
    box-flex: 1;
    /* andriod 4.4 */
    -ms-flex: 1;
    /* TWEENER - IE 10 */
    -webkit-flex: 1;
    /* NEW - Chrome */
    flex: 1;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    overflow: hidden;
    line-height: .22rem;
    margin-left: .12rem; }
    .suggest-list .item-body h3 {
      font-size: .16rem;
      color: #455597;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .suggest-list .item-body p {
      font-size: .14rem;
      color: #7b7b7b;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
      .suggest-list .item-body p span {
        color: #2b2b2b; }

.service-box {
  position: relative;
  padding: .3rem .2rem; }
  .service-box .service-label {
    font-size: .24rem;
    color: #56be95;
    margin-bottom: .29rem; }
    .service-box .service-label .icon-service {
      display: inline-block;
      vertical-align: middle;
      width: .85rem;
      height: .85rem;
      margin-right: .15rem;
      background: url(../../images/icon-service.png) center center no-repeat;
      background-size: 100% 100%; }
  .service-box .service-list {
    line-height: .22rem;
    margin-right: .8rem; }
    .service-box .service-list p {
      font-size: .14rem;
      color: #6d707d;
      font-weight: 700; }
    .service-box .service-list i {
      min-width: .16rem;
      margin-right: .1rem;
      vertical-align: middle;
      font-size: .16rem; }
  .service-box .service-code {
    position: absolute;
    bottom: .27rem;
    right: .1rem;
    width: .85rem;
    height: .85rem; }
    .service-box .service-code img {
      display: block;
      width: 100%;
      height: 100%; }

.breadcrumbs {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (doesn't work very well) */
  display: box;
  /* andriod 4.4 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  padding: .17rem .2rem; }
  .breadcrumbs .breadcrumbs-left h1 {
    display: inline;
    font-size: .16rem;
	font-weight:700;
    color: #383838; }
  .breadcrumbs .breadcrumbs-left span {
    font-size: .14rem;
    color: #434343; }
  .breadcrumbs .breadcrumbs-left .hl {
    color: #ff0000; }
  .breadcrumbs .breadcrumb-li li {
    display: inline;
    font-size: .14rem;
    color: #7d7c7c; }
    .breadcrumbs .breadcrumb-li li + li:before {
		content: " / "; }

.form-horizontal {
  font-size: .14rem; }
  .form-horizontal .form-group {
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    .form-horizontal .form-group > .row-box {
      margin-right: .15rem; }
  .form-horizontal .col {
    margin-bottom: .2rem; }
  .form-horizontal .col-full {
    margin-bottom: .2rem; }
  .form-horizontal .form-control {
    display: block;
    width: 100%;
    height: .38rem;
    padding: 0 .1rem;
    font-size: .14rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .04rem; }
  .form-horizontal .label {
    margin-right: .1rem; }
  .form-horizontal .form-check-label {
    margin-right: .1rem;
    white-space: nowrap; }
  .form-horizontal input[type="radio"] {
    margin-right: .05rem;
    margin-left: 1px; }

.table-action {
  white-space: nowrap; }
  .table-action .btn {
    height: .38rem;
    padding: .05rem .15rem;
    color: #fff;
    font-size: .14rem;
    border-radius: 0.04rem;
    border: 1px solid transparent; }
    .table-action .btn + .btn {
      margin-left: .1rem; }
  .table-action .btn-primary {
    background-color: #007bff;
    border-color: #007bff; }
    .table-action .btn-primary:hover {
      background-color: #0069d9;
      border-color: #0062cc; }
  .table-action .btn-secondary {
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .table-action .btn-secondary:hover {
      background-color: #138496;
      border-color: #117a8b; }
  .table-action .btn-red {
    background-color: #dc3545;
    border-color: #dc3545; }
    .table-action .btn-red:hover {
      background-color: #bd2130;
      border-color: #b21f2d; }

.site-footer {
  height: .43rem;
  background: #fff; }
  .site-footer p {
    text-align: center;
    font-size: .14rem;
    color: #a6a7ab;
    line-height: .43rem; }



.requrie {
  color: #ff0000; }

.edit-cont {
  padding: .3rem 1rem .3rem .2rem; }
  .edit-cont .label {
    width: 1.9rem;
    margin-top: .08rem;
    margin-right: .2rem;
    padding-left: .5rem;
    font-size: .14rem;
    text-align: right; }
  .edit-cont .form-check {
    margin-top: .12rem; }
  .edit-cont .form-text {
    margin-top: .08rem; }
  .edit-cont .form-text span{
    font-size: .14rem; }
  .edit-cont .form-check-label .form-control-label {
	font-size:14px;
    margin-right: .1rem;
    white-space: nowrap; }
  .edit-cont input[type="radio"] {
    margin-right: .05rem;
    margin-left: 1px; }
  .edit-cont input[type="checkbox"] {
    margin-right: .05rem; }
  .edit-cont .form-control {
    display: block;
    width: 100%;
    height: .38rem;
    padding: 0 .1rem;
    font-size: .14rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .04rem; }
    .edit-cont .form-control[readonly] {
      border: 1px solid rgba(206, 212, 218, 0.5); }
  .edit-cont textarea {
    display: block;
    width: 100%;
    padding: .08rem .1rem;
    font-size: .14rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .04rem; }
  .edit-cont .form-control-action {
    white-space: nowrap;
    margin-left: .1rem;
    margin-top: .08rem; }
    .edit-cont .form-control-action input {
      display: inline-block; }
  .edit-cont .form-input-s {
    margin-left: .1rem;
    width: 30%; }
  .edit-cont .edit-group {
    margin-bottom: .2rem; }
  .edit-cont .col {
    margin-bottom: 0; }
  .edit-cont .col-full {
    margin-bottom: 0; }
  .edit-cont .txt {
    font-size: .14rem;
    line-height: 1.5;
    color: #495057; }
  .edit-cont .tip-txt {
    margin-top: -.15rem;
    margin-bottom: .2rem;
    margin-left: 2rem;
    font-size: .14rem;
    color: #495057; }

  .forminput {
    display: inline-block;
    width: 100%;
    height: .38rem;
    padding: 0 .1rem;
    font-size: .14rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .04rem; }

@media (max-width: 1280px) {
  .right-panel {
    margin-left: 0; }

  .row-box {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap; }

  .col {
    -webkit-box-flex: none;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: none;
    /* Firefox 19- */
    box-flex: none;
    /* andriod 4.4 */
    -ms-flex: none;
    /* TWEENER - IE 10 */
    -webkit-flex: none;
    /* NEW - Chrome */
    flex: none;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    width: calc(100% - .15rem); }
    .col + .col-main, .col + .col-side {
      margin-left: 0;
      margin-top: .3rem; }
    .col + .col {
      margin-left: 0; }

  .col-main {
    -webkit-box-flex: none;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: none;
    /* Firefox 19- */
    box-flex: none;
    /* andriod 4.4 */
    -ms-flex: none;
    /* TWEENER - IE 10 */
    -webkit-flex: none;
    /* NEW - Chrome */
    flex: none;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    width: 100%; }
    .col-main + .col, .col-main + .col-main, .col-main + .col-side {
      margin-left: 0;
      margin-top: .3rem; }

  .col-side {
    width: 100%; }
    .col-side + .col, .col-side + .col-main, .col-side + .col-side {
      margin-left: 0;
      margin-top: .3rem; } }
@media (max-width: 1000px) {
  .right-panel {
    margin-left: 0;
    padding: .50rem .15rem 0; }

  .content {
    margin: .2rem 0; }

  .col,
  .col-full {
    margin-bottom: .2rem; }

  .col-main + .col,
  .col-main + .col-main,
  .col-main + .col-side {
    margin-top: .2rem; }

  .site-footer {
    margin-left: -.15rem;
    margin-right: -.15rem; }

  .col {
    width: 100%; }

  .col-half {
    width: 60%; }

  .open .right-panel {
    margin-left: 0; }

  .suggest-list .list-item {
    width: 100%; }

  .tab-nav .nav-item {
    margin-right: 0; }
    .tab-nav .nav-item .nav-link {
      padding: 0 .15rem;
      font-size: .14rem; }

  .filter .filter-item {
    margin-right: 0; }
    .filter .filter-item .filter-link {
      padding: 0 .15rem;
      font-size: .14rem; }

  .edit-cont {
    padding-right: .1rem; }
    .edit-cont .label {
      padding-left: 0;
      text-align: left;
      margin-top: 0;
      margin-bottom: .05rem; }

  .edit-cont .edit-group .row-box + .row-box {
    margin-top: .2rem; }

  .edit-cont .edit-group.row-box,
  .edit-cont .edit-group .row-box {
    display: block; }

  .edit-cont .form-input-s,
  .edit-cont .form-control-action {
    margin-left: 0;
    margin-top: .08rem; }

  .edit-cont .tip-txt {
    margin-left: 0; } }
@media (max-width: 800px) {
  .breadcrumbs {
    display: block; } }

/*# sourceMappingURL=style.css.map */
