@charset "UTF-8";
body {
  background: #ffffff;
  font-size: 16px;
}

i {
  /*vertical-align: text-bottom ;*/
}

body,
textarea,
input,
button,
select,
keygen,
legend {
  font: 16px arial, Segoe UI, Lucida Grande, Helvetica, Arial, Microsoft YaHei, FreeSans, Arimo, Droid Sans, wenquanyi micro hei, Hiragino Sans GB, Hiragino Sans GB W3, FontAwesome, sans-serif;
  color: #333;
  outline: 0;
}

.safety-setting {
  margin-top: 10px;
  padding: 10px 0;
  border-bottom: 1px dotted #cecece;
}

.ucenter-container .right-side-content .setting .panel,
.ucenter-container .right-side-content .user-content .panel {
  border: 1px solid #ddd;
}

.admin-setting {
  padding: 0;
}

.user-content .row {
  padding: 10px 0;
}

.list-group {
  border: 1px solid #ddd;
}

.paihang-table .table-wrapper .table .icon-row {
  line-height: 32px;
}

.field-register-form-username i {
  vertical-align: baseline !important;
}

.tabsx,
.tabsOne {
  width: 100%;
  padding: 0 10px 10px 0;
  position: relative;
  overflow: hidden;
}

.tabsx li.active,
.tabsOne li.active {
  background: #1862b2;
  position: relative;
}

.tabsx li,
.tabsOne li {
  float: left;
  display: block;
  padding: 10px 10px;
}

.tabsx li.active a,
.tabsOne li.active a {
  color: #ffffff;
}

.tabsx li a,
.tabsOne li a {
  display: block;
}

.tabContent {
  width: 100%;
  overflow: hidden;
  padding: 10px;
  height: auto;
}

.tabsx li a,
.tabsOne li a {
  padding: 0 0px !important;
}

.tabsx li.active a:before,
.tabsOne li.active a:before {
  position: absolute;
  left: 50%;
  bottom: -10px;
  display: block;
  content: "";
  width: 0;
  height: 0;
  margin-left: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #1862b2;
}

.tabsx:before,
.tabsOne:before {
  content: '';
  position: absolute;
  border-bottom: 1px solid #d2d2d2;
  box-shadow: rgba(0, 0, 0, 0.0980392) 0px 1px 1px;
  bottom: 10px;
  left: 0;
  display: block;
  width: 98%;
}

.commonList_news h2 {
  font-size: 24px;
}