@charset "UTF-8";
html, body {
  -ms-overflow-style: scrollbar;
}

.pr15 {
  padding-right: 15px;
}

.ovhh {
  overflow: hidden;
  height: 47px;
}

.f333 {
  color: #333;
}

.f666 {
  color: #666;
}

.f999 {
  color: #999;
}

.ff00 {
  color: #f00;
}

.w680 {
  width: 680px;
}

.mr7 {
  margin-right: 7px;
}

.fwn {
  font-weight: normal;
}

.form-control-gary {
  background-color: #fafafa !important;
}

.no-padding {
  padding: 0;
}

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

a:hover {
  text-decoration: none;
}

a:focus, :focus {
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  outline: none;
}

.form-group .input-w-m {
  width: 120px;
}

.label {
  font-weight: normal;
  display: inline-block;
  font-size: 12px;
  padding: 8px 10px 9px;
  border-radius: 0;
  margin: 0 2px;
  color: #666;
}

a.label:focus,
a.label:hover {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.label.label-default {
  color: #FFF;
  background-color: #999;
}

.label.label-outline {
  display: inline-block;
  padding: 3px 15px 3px;
  font-weight: normal;
  line-height: 1;
  color: #fff;
  border-radius: 1em;
  background: #FFF;
  border: 1px solid transparent;
}

a.link-black-u small {
  color: #999;
}

a.link-black-u:hover, a.link-black-u:hover small {
  text-decoration: underline;
  color: #000;
}

a.link-u:hover {
  text-decoration: underline;
}

.container {
  width: 1200px;
}

/* 重置栅格布局 */
.container {
  padding-left: 0px;
  padding-right: 0px;
}

.row {
  margin-left: -10px;
  margin-right: -10px;
}

[class*="col-sm"], [class*="col-xs"], [class*="col-md"] {
  padding-left: 10px;
  padding-right: 10px;
}

.form-horizontal .form-group {
  margin-right: -10px;
  margin-left: -10px;
}

.form-group .form-group {
  margin-bottom: 0;
}

.form-control::-webkit-input-placeholder {
  color: #ccc;
}

.modal-W680 {
  width: 680px;
}

.modal.in {
  background: rgba(0, 0, 0, 0.5);
}

.modal.in .modal-title {
  line-height: initial;
}

.modal.in .modal-content {
  border: none;
  border-radius: 0;
}

.modal-dialog {
  position: absolute;
  margin: 10px auto;
  left: 0;
  right: 0;
  top: 0;
}

.text-primary {
  color: #0077ff;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0077ff;
}

.label-danger {
  background-color: #F8ECE9;
  color: #FB866E;
}

.label-warning {
  background-color: #ffeddb;
  color: #ff6600;
}

.label-success {
  background-color: #DCECFE;
  color: #0099ff;
}

.label-primary {
  background-color: #E5F9F1;
  color: #29C783;
}

.label-outline.label-danger {
  color: #FB866E;
  border: 1px solid #FB866E;
}

.label-outline.label-warning {
  color: #ff6600;
  border: 1px solid #ff6600;
}

.label-outline.label-success {
  color: #0099ff;
  border: 1px solid #0099ff;
}

.label-outline.label-info {
  color: #01BBC7;
  border: 1px solid #01BBC7;
}

.label-outline.label-primary {
  color: #0099ff;
  border: 1px solid #0099ff;
}

.label-outline.label-success {
  color: #0099ff;
  border: 1px solid #0099ff;
}

.btn-success {
  background-color: #0099ff;
  border-color: #0099ff;
  color: #FFF;
}

.btn-success:hover {
  background-color: #0099ff;
  border-color: #0099ff;
  color: #FFF;
}

.btn-black {
  background-color: #333;
  border-color: #333;
  color: #FFF;
}

.btn-black:hover {
  background-color: #333;
  border-color: #333;
  color: #FFF;
}

.btn-gray {
  background-color: #999;
  border-color: #999;
  color: #FFF;
}

.btn-gray:hover {
  background-color: #999;
  border-color: #999;
  color: #FFF;
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open .dropdown-toggle.btn-primary {
  background-color: #0099ff;
  border-color: #0099ff;
  color: #FFF;
}

.btn-primary.active,
.btn-primary:active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
  background-color: #0099ff;
  border-color: #0099ff;
}

.btn-success {
  background-color: #09f;
  border-color: #09f;
  color: #FFF;
}

.btn-success.active,
.btn-success:active,
.btn-success.focus,
.btn-success:focus,
.btn-success:hover,
.open .dropdown-toggle.btn-success {
  background-color: #0099ff;
  border-color: #0099ff;
  color: #FF;
  box-shadow: none;
}

.btn-success.active,
.btn-success:active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.active[disabled],
.btn-success.disabled,
.btn-success.disabled.active,
.btn-success.disabled:active,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled],
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success.active,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover .btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .dropdown-toggle.btn-success.focus,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success:hover {
  background-color: #07f;
  border-color: #07f;
  box-shadow: none;
}

.btn-info {
  background-color: #23c6c8;
  border-color: #23c6c8;
  color: #FFF;
}

.btn-info.active,
.btn-info:active,
.btn-info:focus,
.btn-info:hover,
.open .dropdown-toggle.btn-info {
  background-color: #21b9bb;
  border-color: #21b9bb;
  color: #FFF;
}

.btn-info.active,
.btn-info:active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.active[disabled],
.btn-info.disabled,
.btn-info.disabled.active,
.btn-info.disabled:active,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled],
.btn-info[disabled]:active,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info.active,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
  background-color: #26d7d9;
  border-color: #26d7d9;
}

.btn-default {
  background-color: #c2c2c2;
  border-color: #c2c2c2;
  color: #FFF;
}

.btn-default.active,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open .dropdown-toggle.btn-default {
  background-color: #bababa;
  border-color: #bababa;
  color: #FFF;
}

.btn-default.active,
.btn-default:active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.active[disabled],
.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
  background-color: #ccc;
  border-color: #ccc;
}

.btn-warning {
  background-color: #f8ac59;
  border-color: #f8ac59;
  color: #FFF;
}

.btn-warning.active,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover,
.open .dropdown-toggle.btn-warning {
  background-color: #f7a54a;
  border-color: #f7a54a;
  color: #FFF;
}

.btn-warning.active,
.btn-warning:active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.active[disabled],
.btn-warning.disabled,
.btn-warning.disabled.active,
.btn-warning.disabled:active,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled],
.btn-warning[disabled]:active,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning.active,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
  background-color: #f9b66d;
  border-color: #f9b66d;
}

.btn-danger {
  background-color: #ed5565;
  border-color: #ed5565;
  color: #FFF;
}

.btn-danger.active,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.open .dropdown-toggle.btn-danger {
  background-color: #ec4758;
  border-color: #ec4758;
  color: #FFF;
}

.btn-danger.active,
.btn-danger:active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.active[disabled],
.btn-danger.disabled,
.btn-danger.disabled.active,
.btn-danger.disabled:active,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled],
.btn-danger[disabled]:active,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger.active,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
  background-color: #ef6776;
  border-color: #ef6776;
}

.btn-link {
  color: inherit;
}

.btn-link.active,
.btn-link:active,
.btn-link:focus,
.btn-link:hover,
.open .dropdown-toggle.btn-link {
  color: #0099ff;
  text-decoration: none;
}

.btn-link.active,
.btn-link:active,
.open .dropdown-toggle.btn-link {
  background-image: none;
}

.btn-link.active[disabled],
.btn-link.disabled,
.btn-link.disabled.active,
.btn-link.disabled:active,
.btn-link.disabled:focus,
.btn-link.disabled:hover,
.btn-link[disabled],
.btn-link[disabled]:active,
.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link,
fieldset[disabled] .btn-link.active,
fieldset[disabled] .btn-link:active,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
  color: #cacaca;
}

.btn-white {
  color: inherit;
  background: #fff;
  border: 1px solid #e7eaec;
}

.btn-white.active,
.btn-white:active,
.btn-white:focus,
.btn-white:hover,
.open .dropdown-toggle.btn-white {
  color: inherit;
  border: 1px solid #d2d2d2;
}

.btn-white.active,
.btn-white:active {
  box-shadow: none;
}

.btn-white.active,
.btn-white:active,
.open .dropdown-toggle.btn-white {
  background-image: none;
}

.btn-white.active[disabled],
.btn-white.disabled,
.btn-white.disabled.active,
.btn-white.disabled:active,
.btn-white.disabled:focus,
.btn-white.disabled:hover,
.btn-white[disabled],
.btn-white[disabled]:active,
.btn-white[disabled]:focus,
.btn-white[disabled]:hover,
fieldset[disabled] .btn-white,
fieldset[disabled] .btn-white.active,
fieldset[disabled] .btn-white:active,
fieldset[disabled] .btn-white:focus,
fieldset[disabled] .btn-white:hover {
  color: #cacaca;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: none;
}

.form-control,
.form-control:focus,
.has-error .form-control:focus,
.has-success .form-control:focus,
.has-warning .form-control:focus,
.navbar-collapse,
.navbar-form,
.navbar-form-custom .form-control:focus,
.navbar-form-custom .form-control:hover,
.open .btn.dropdown-toggle,
.panel,
.popover,
.progress,
.progress-bar {
  box-shadow: none;
}

.panel-city {
  border-radius: 0;
}

.panel-city .panel-body {
  padding: 20px;
}

.form-control,
.single-line {
  background-color: #FFF;
  background-image: none;
  border: 1px solid #e5e6e7;
  border-radius: 1px;
  color: inherit;
  display: inline-block;
  padding: 5px 8px;
  height: 30px;
  vertical-align: middle;
  -webkit-transition: border-color .15s ease-in-out 0s, box-shadow .15s ease-in-out 0s;
  transition: border-color .15s ease-in-out 0s, box-shadow .15s ease-in-out 0s;
  width: 100%;
  font-size: 14px;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0;
}

.form-control:focus,
.single-line:focus {
  border-color: #0085eb !important;
}

.has-success .form-control {
  border-color: #0085eb;
}

.has-warning .form-control {
  border-color: #f8ac59;
}

.has-error .form-control {
  border-color: #ed5565 !important;
}

.has-success .control-label {
  color: #333;
}

.has-warning .control-label {
  color: #f8ac59;
}

.has-error .control-label {
  color: #333;
}

.input-group-addon {
  background-color: #fff;
  border: 1px solid #E5E6E7;
  border-radius: 1px;
  color: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  padding: 6px 12px;
  text-align: center;
}

.form-control,
.form-control:focus,
.has-error .form-control:focus,
.has-success .form-control:focus,
.has-warning .form-control:focus,
.navbar-collapse,
.navbar-form,
.navbar-form-custom .form-control:focus,
.navbar-form-custom .form-control:hover,
.open .btn.dropdown-toggle,
.panel,
.popover,
.progress,
.progress-bar {
  box-shadow: none;
}

.has-error .input-group-addon, .has-success .input-group-addon {
  color: inherit;
  background-color: inherit;
  border-color: inherit;
}

html .layui-layer-yykc .has-error .input-group {
  border: 1px solid #ed5565;
}

.layerMsg-green {
  background-color: rgba(1, 199, 127, 0.95) !important;
  border: none !important;
  color: #FFF !important;
}

.layerMsg-green .layui-layer-content {
  padding: 10px 30px !important;
}

.layerMsg-danger {
  background-color: rgba(255, 0, 0, 0.95) !important;
  border: none !important;
  color: #FFF !important;
}

.layerMsg-danger .layui-layer-content {
  padding: 10px 30px !important;
}

.btn {
  padding: 5px 10px;
  font-size: 12px;
}

.btn-primary[disabled], .btn-primary.disabled, .btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
  background-color: #E9E9E9;
  border-color: #E9E9E9;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline-width: 0px;
  outline: none;
}

.btn-ImmediateReply {
  font-weight: bold;
  background-color: #FFF;
  border-color: #ed5565;
  color: #ed5565;
  padding: 4px 15px;
}

.btn-ImmediateReply:hover, .btn-ImmediateReply:active, .btn-ImmediateReply:focus {
  color: #ed5565;
}

.btn.btn-rounded {
  border-radius: 50px;
}

.btn-rounded.btn-md {
  border-radius: 50px;
  padding: 4px 15px;
}

.btn-w-m {
  min-width: 140px;
}

.btn-group-lg > .btn, .btn-lg {
  padding: 13px 20px;
  font-size: 14px;
  border-radius: 3px;
}

.btn-lg-g {
  padding: 14px 20px;
  font-size: 18px;
  border-radius: 4px;
}

.btn-primary {
  color: #fff;
  border-color: #0099ff;
  background-color: #0099ff;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  color: #fff;
  background-color: #0099ff;
  border-color: #0099ff;
}

.btn-black {
  color: #fff;
  border-color: #666666;
  background-color: #666666;
}

.btn-black:hover, .btn-black:focus, .btn-black:active {
  color: #fff;
  background-color: #666666;
  border-color: #666666;
}

.btn-outline {
  background-color: transparent;
}

.btn-default.btn-outline {
  color: #333;
}

.btn-default.btn-outline:hover, .btn-default.btn-outline.active {
  background: none;
}

.btn-black2 {
  border: 1px solid #666;
  color: #000;
}

.btn-primary.btn-outline.active {
  color: #FFF;
}

.btn-danger.btn-outline.active {
  color: #FFF;
}

.has-error .help-block, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
  color: #FF0500;
}

body .help-block[id*=error] {
  margin-bottom: -17px !important;
  height: 17px;
  line-height: 1em;
}

.btn-success.btn-outline {
  color: #1c84c6;
}

.btn-info.btn-outline {
  color: #23c6c8;
}

.btn-warning.btn-outline {
  color: #f8ac59;
}

.btn-danger.btn-outline {
  color: #FF0500;
}

.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus,
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus,
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus,
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus,
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus {
  color: #fff;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  padding: 10px 10px;
  font-size: 14px;
  line-height: 1.3333333;
  -webkit-border-radius: 6px;
  border-radius: 0;
}

.btn-white {
  color: #999;
  background-color: #FFF;
  border-color: #ddd;
}

.btn.active, .btn:active {
  background-image: none;
  outline: 0;
  box-shadow: none;
}

.btn.btn-details2 {
  color: #01c77f;
  border: 1px solid #01c77f;
  padding: 8px 30px;
  font-size: 14px;
  border-radius: 3px;
}

.breadcrumb {
  background: none;
  margin-bottom: 0;
  padding: 10px 0;
  font-size: 14px;
  color: #666;
}

.breadcrumb a {
  color: #666;
  white-space: nowrap;
}

.breadcrumb > .active {
  color: #777;
}

.breadcrumb .fwb {
  color: #000;
}

.breadcrumb > li + li:before {
  padding: 0 0px;
  content: " > ";
}

.breadcrumb > li + li.no-arrow:before {
  content: "";
}

.breadcrumb > li + li:before {
  color: #666;
}

.breadcrumb-default {
  background-color: #F6F6F6;
  margin-bottom: 20px;
}

.breadcrumb-default .breadcrumb {
  margin-bottom: 0;
}

.pagination {
  margin: 27px 0;
}

.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: 0px;
  margin: 0 4px;
  line-height: 1.42857143;
  color: #666;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid #eee;
  transition: background,border .2s,.2s;
  border-radius: 0;
  background-color: #EEEEEE;
}

.pagination > li.disabled > span,
.pagination > li.disabled > span:hover {
  background-color: #eee;
  border-color: #eee;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  z-index: 2;
  color: #FFF;
  background-color: #01C77F;
  border-color: #01C77F;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
  border-radius: 0;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-radius: 0;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  background-color: #01C77F;
  border-color: #01C77F;
}

.badge-danger {
  padding: 2px 6px;
  font-size: 12px;
  font-weight: 300;
  color: #fff;
  background-color: #FF0000;
  border-radius: 10px;
}

.label-v, .label-jian, .label-tuoguan, .label-tuijian, .label-v {
  text-align: center;
  font-size: 12px;
  color: #FFF;
  padding: 2px 4px 3px;
  border-radius: 2px;
}

.label-v::selection, .label-jian::selection, .label-tuoguan::selection, .label-tuijian::selection, .label-v::selection {
  background-color: transparent;
}

.label-v {
  background-color: #FB9929;
  font-style: italic;
  padding: 2px 8px 3px 3px;
}

.label-jian {
  background-color: #2899FB;
}

.label-tuoguan {
  background-color: #29C783;
}

.label-tuijian {
  background-color: #FA232D;
}

.panel-PlusVList {
  margin-top: 20px;
  width: 320px;
  float: right;
  border: 1px solid #000;
}

.layerMsg-green {
  background-color: rgba(1, 199, 127, 0.8) !important;
  border: none !important;
  color: #FFF !important;
}

.layerMsg-green .layui-layer-content {
  padding: 10px 30px !important;
  text-align: center;
}

.layerMsg-danger {
  background-color: rgba(255, 0, 0, 0.95) !important;
  border: none !important;
  color: #FFF !important;
}

.layerMsg-danger .layui-layer-content {
  padding: 10px 30px !important;
}

/* 单选多选框 */
.radio, .radio-inline {
  margin-left: 0 !important;
  margin-right: 10px;
}

.radio [type="radio"], .radio-inline [type="radio"] {
  opacity: 0;
}

.radio label, .radio-inline label {
  font-weight: normal;
  cursor: pointer;
}

.radio .iconfont, .radio i, .radio-inline .iconfont, .radio-inline i {
  font-family: "iconfont","Hiragino Sans GB", "Microsoft Yahei UI", "Microsoft Yahei", "微软雅黑" !important;
  font-style: normal;
  font-size: 14px;
}

.radio .iconfont::before, .radio i::before, .radio-inline .iconfont::before, .radio-inline i::before {
  margin-left: -20px;
  padding-right: 6px;
  color: #888;
  content: "\e6a6";
  font-size: 16px;
}

.radio input[type=radio][disabled] + i, .radio input[type=radio][disabled] + i::before, .radio-inline input[type=radio][disabled] + i, .radio-inline input[type=radio][disabled] + i::before {
  cursor: not-allowed;
  color: #ccc;
}

.radio :checked + i, .radio-inline :checked + i {
  color: #09F;
}

.radio :checked + i::before, .radio-inline :checked + i::before {
  content: "\e735";
  color: #09F;
}

.checkbox-inline:last-child {
  margin: 0 !important;
}

.checkbox, .checkbox-inline {
  padding-top: 5px !important;
  margin: 0 8px 0 0;
}

.checkbox + .checkbox, .checkbox-inline + .checkbox, .checkbox + .checkbox-inline, .checkbox-inline + .checkbox-inline {
  margin: 0 8px 0 0;
}

.checkbox [type="checkbox"], .checkbox-inline [type="checkbox"] {
  opacity: 0;
}

.checkbox label, .checkbox-inline label {
  font-weight: normal;
  cursor: pointer;
}

.checkbox .iconfont, .checkbox-inline .iconfont {
  font-family: "iconfont","Hiragino Sans GB", "Microsoft Yahei UI", "Microsoft Yahei", "微软雅黑" !important;
  font-size: 14px;
}

.checkbox .iconfont::before, .checkbox-inline .iconfont::before {
  margin-left: -20px;
  padding-right: 6px;
  color: #888;
  content: "\e621";
  font-size: 16px;
}

.checkbox input[type=checkbox][disabled] + i, .checkbox input[type=checkbox][disabled] + i::before, .checkbox-inline input[type=checkbox][disabled] + i, .checkbox-inline input[type=checkbox][disabled] + i::before {
  cursor: not-allowed;
  color: #ccc;
}

.checkbox :checked + i, .checkbox-inline :checked + i {
  color: #09F;
}

.checkbox :checked + i::before, .checkbox-inline :checked + i::before {
  content: "\e62a";
  color: #09F;
}

.iradio-green {
  margin: 0px 5px 0px 0 !important;
  padding: 0 !important;
  text-align: center;
  min-width: 54px;
}

.iradio-green label {
  cursor: pointer;
}

.iradio-green [type="radio"] {
  opacity: 0;
  margin: 0;
  width: 100% !important;
}

.iradio-green [type="radio"] + i {
  text-align: center;
  border: 1px solid #999999;
  font-style: normal;
  padding: 5px 14px;
  font-size: 12px;
  display: block;
}

.iradio-green [type="radio"] + i::before {
  content: "";
  display: none;
}

.iradio-green [type="radio"]:checked + i {
  border: 1px solid #2ABD5C;
  color: #2ABD5C;
  background: #fff url(../images/icon-checked.png) right bottom no-repeat;
}

/*缺省*/
.lack-default {
  text-align: center;
}

.lack-default .btn-blue {
  display: inline-block;
  color: #2898FA;
  border: 1px solid #2898FA;
  border-radius: 3px;
  padding: 6px 18px;
}

@imgUrl :"../../img/";
.f12 {
  font-size: 12px;
}

.f13 {
  font-size: 13px;
}

.f14 {
  font-size: 14px;
}

.f16 {
  font-size: 16px !important;
}

.f18 {
  font-size: 18px !important;
}

.f20 {
  font-size: 20px !important;
}

.f22 {
  font-size: 22px;
}

.f26 {
  font-size: 26px;
}

.f28 {
  font-size: 28px;
}

.f30 {
  font-size: 30px;
}

.f40 {
  font-size: 40px;
}

.f48 {
  font-size: 48px;
}

.f36 {
  font-size: 36px;
}

.fwb {
  font-weight: 700;
}

.fwn {
  font-weight: 400;
}

.ti2 {
  text-indent: 2em;
}

.tdu {
  text-decoration: underlline;
}

.tdn {
  text-decoration: none;
}

.toe {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.toe-ex {
  max-width: 750px;
  font-size: 24px;
  font-weight: bold;
  margin: 0;
}

.llc {
  display: inline-block;
  width: auto;
  min-width: 160px;
}

.wmvl {
  writing-mode: vertical-lr;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.bc {
  margin-left: 0;
  margin-right: 0;
}

.pull-left {
  float: left;
  display: inline;
}

.pull-right {
  float: right;
  display: inline;
}

.cb {
  clear: both;
}

.clearfix:after {
  content: "" !important;
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.vam {
  vertical-align: middle !important;
}

.vat {
  vertical-align: top;
}

.posr {
  position: relative;
}

.posa {
  position: absolute;
}

.zoom {
  zoom: 1;
}

.hidden {
  visiility: hidden;
}

.none {
  display: none;
}

.w10 {
  width: 10px;
}

.w20 {
  width: 20px;
}

.w30 {
  width: 30px;
}

.w40 {
  width: 40px;
}

.w50 {
  width: 50px;
}

.w60 {
  width: 60px;
}

.w70 {
  width: 70px;
}

.w80 {
  width: 80px;
}

.w90 {
  width: 90px;
}

.w100 {
  width: 100px;
}

.w200 {
  width: 200px !important;
}

.w110 {
  width: 110px;
}

.w120 {
  width: 120px !important;
}

.w130 {
  width: 130px !important;
}

.w140 {
  width: 140px !important;
}

.w160 {
  width: 160px;
}

.w300 {
  width: 300px;
}

.w400 {
  width: 400px;
}

.w500 {
  width: 500px;
}

.w600 {
  width: 600px;
}

.w700 {
  width: 700px;
}

.w800 {
  width: 800px;
}

.w530 {
  width: 530px;
}

.w850 {
  width: 850px;
  float: left;
}

.w300 {
  width: 300px;
  float: left;
}

.w560 {
  width: 560px;
}

.w710 {
  width: 710px;
  float: left;
}

.w440 {
  width: 440px;
  float: left;
}

.w1132 {
  width: 1132px !important;
}

.w75 {
  width: 75px;
}

.mh465 {
  min-height: 465px;
}

.mt-10 {
  margin-top: -10px !important;
}

.mt15 {
  margin-top: 15px;
}

.mr15 {
  margin-right: 15px;
}

.f24 {
  font-size: 24px;
}

.f36 {
  font-size: 36px;
}

.f46 {
  font-size: 46px;
}

.w {
  width: 100%;
}

.h50 {
  height: 50px;
}

.h80 {
  height: 80px;
}

.h100 {
  height: 100px;
}

.h200 {
  height: 200px;
}

.h {
  height: 100%;
}

.m0 {
  margin: 0px !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.ml-8 {
  margin-left: -8px;
}

.ml0 {
  margin-left: 0px !important;
}

.mr0 {
  margin-right: 0px;
}

.pt0 {
  padding-top: 0px !important;
}

.pb0 {
  padding-bottom: 0px;
}

.pl0 {
  padding-left: 0px !important;
}

.pr0 {
  padding-right: 0px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px;
}

.mr10 {
  margin-right: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10px;
}

.pl10 {
  padding-left: 10px;
}

.pr10 {
  padding-right: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.ml20 {
  margin-left: 20px !important;
}

.mr20 {
  margin-right: 20px;
}

.p20 {
  padding: 20px;
}

.p10 {
  padding: 10px;
}

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pl20 {
  padding-left: 20px;
}

.pr20 {
  padding-right: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.ml30 {
  margin-left: 30px;
}

.mr30 {
  margin-right: 30px;
}

.p30 {
  padding: 30px;
}

.pt30 {
  padding-top: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.pl30 {
  padding-left: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.mt40 {
  margin-top: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.ml40 {
  margin-left: 40px;
}

.mr40 {
  margin-right: 40px;
}

.pt40 {
  padding-top: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

.pl40 {
  padding-left: 40px !important;
}

.pr40 {
  padding-right: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.ml50 {
  margin-left: 50px;
}

.mr50 {
  margin-right: 50px;
}

.pt50 {
  padding-top: 50px;
}

.pb50 {
  padding-bottom: 50px;
}

.pl50 {
  padding-left: 50px;
}

.pr50 {
  padding-right: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mb60 {
  margin-bottom: 60px;
}

.ml60 {
  margin-left: 60px;
}

.mr60 {
  margin-right: 60px;
}

.pt60 {
  padding-top: 60px;
}

.pb60 {
  padding-bottom: 60px;
}

.pl60 {
  padding-left: 60px;
}

.pr60 {
  padding-right: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mb70 {
  margin-bottom: 70px;
}

.ml70 {
  margin-left: 70px;
}

.mr70 {
  margin-right: 70px;
}

.pt70 {
  padding-top: 70px;
}

.pb70 {
  padding-bottom: 70px;
}

.pl70 {
  padding-left: 70px;
}

.pr70 {
  padding-right: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mb80 {
  margin-bottom: 80px;
}

.ml80 {
  margin-left: 80px;
}

.mr80 {
  margin-right: 80px;
}

.pt80 {
  padding-top: 80px;
}

.pb80 {
  padding-bottom: 80px;
}

.pl80 {
  padding-left: 80px;
}

.pr80 {
  padding-right: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mb90 {
  margin-bottom: 90px;
}

.ml90 {
  margin-left: 90px;
}

.mr90 {
  margin-right: 90px;
}

.pt90 {
  padding-top: 90px;
}

.pb90 {
  padding-bottom: 90px;
}

.pl90 {
  padding-left: 90px;
}

.pr90 {
  padding-right: 90px;
}

.mt100 {
  margin-top: 100px;
}

.mb100 {
  margin-bottom: 100px;
}

.ml100 {
  margin-left: 100px;
}

.mr100 {
  margin-right: 100px;
}

.pt100 {
  padding-top: 100px;
}

.pb100 {
  padding-bottom: 100px;
}

.pl100 {
  padding-left: 100px;
}

.pr100 {
  padding-right: 100px;
}

.mt200 {
  margin-top: 200px;
}

.mb200 {
  margin-bottom: 200px;
}

.ml200 {
  margin-left: 200px;
}

.ml160 {
  margin-left: 160px;
}

.ml250 {
  margin-left: 250px;
}

.mr200 {
  margin-right: 200px;
}

.pt200 {
  padding-top: 200px;
}

.pb200 {
  padding-bottom: 200px;
}

.pl200 {
  padding-left: 200px;
}

.pr200 {
  padding-right: 200px;
}

.mt270 {
  margin-top: 270px;
}

.mr300 {
  margin-right: 300px;
}

.ml300 {
  margin-left: 300px;
}

.wnw {
  white-space: nowrap;
}

.dib {
  display: inline-block;
}

.db {
  display: block;
}

.p0 {
  padding: 0px !important;
}

.p3 {
  padding: 3px;
}

.p5 {
  padding: 5px;
}

.m30 {
  margin: 30px;
}

.m {
  margin: 0;
}

.p {
  padding: 0;
}

.mr3 {
  margin-right: 3px !important;
}

.mr6 {
  margin-right: 6px !important;
}

.ml-6 {
  margin-left: -6px;
}

.ml-22 {
  margin-left: -22px;
}

.mr-1 {
  margin-right: -1px;
}

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

.mt25 {
  margin-top: 25px;
}

.mt2 {
  margin-top: 2px;
}

.mt5 {
  margin-top: 5px;
}

.mb3 {
  margin-bottom: 3px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb23 {
  margin-bottom: 23px;
}

.mb15 {
  margin-bottom: 15px !important;
}

.ml5 {
  margin-left: 5px;
}

.ml15 {
  margin-left: 15px;
}

.ml600 {
  margin-left: 600px;
}

.ml700 {
  margin-left: 700px;
}

.mr5 {
  margin-right: 5px !important;
}

.mr160 {
  margin-right: 160px;
}

.mr170 {
  margin-right: 170px;
}

.mr170 {
  margin-right: 170px;
}

.mt-5 {
  margin-top: -5px;
}

.m20 {
  margin: 20px;
}

.m {
  margin: 0;
}

.pt5 {
  padding-top: 5px;
}

.pt15 {
  padding-top: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb5 {
  padding-bottom: 5px;
}

.pl15 {
  padding-left: 15px;
}

.pr15 {
  padding-right: 15px;
}

.b5 {
  position: relative;
  bottom: 5px;
}

.t5 {
  position: relative;
  top: 5px;
}

.fc333 {
  color: #333;
}

.bdn {
  border: none !important;
}

.left-20 {
  position: relative;
  left: -15px;
}

.u-btn-yellow {
  border: 1px solid #FF9900;
  color: #FF6600;
}

/*********************************徽章*******************************/
.u-badge {
  display: inline-block;
  border-radius: 50%;
  text-align: center;
}

.u-badge-xs {
  width: 15px;
  height: 15px;
  line-height: 15px;
  font-size: 11px;
}

.u-badge-md {
  width: 90px;
  height: 90px;
  line-height: 90px;
  font-size: 14px;
}

.u-badge-danger {
  background: #FF0000;
  color: #fff;
}

.u-badge-gray {
  background: #9A9691;
  color: #fff;
}

.u-badge-danger-opacity {
  background: rgba(255, 0, 0, 0.5);
}

/***********************************按钮******************************/
.label {
  padding: 5px 8px;
}

.u-btn {
  display: inline-block;
  text-align: center;
  border: 1px solid #999;
  color: #333;
  background: #fff;
  box-sizing: border-box;
  cursor: pointer;
}

.u-btn-mini {
  padding: 1px 3px;
  border-radius: 1px;
}

.u-btn-xs {
  padding: 3px 5px;
  border-radius: 2px;
}

.u-btn-sm {
  padding: 6px 17px;
  border-radius: 1px;
}

.u-btn-md {
  padding: 6px 25px;
  border-radius: 3px;
}

.u-btn-lg {
  padding: 8px 40px;
  border-radius: 3px;
}

.u-btn-next {
  padding: 10px 150px;
  font-size: 18px;
}

.u-btn-block {
  padding: 12px 0px;
  text-align: center;
  width: 100%;
}

.u-btn-danger {
  border: 1px solid #FF0000;
  color: #FF0000;
}

.u-btn-orange {
  border: 1px solid #FF3300;
  color: #FF3300;
}

.u-btn-blue {
  border: 1px solid #0099FF;
  color: #0099FF;
}

.u-btn-green {
  border: 1px solid #01C77F;
  color: #01C77F;
}

.u-btn-yellow {
  border: 1px solid #FF9900;
  color: #FF6600;
}

.u-btn-danger-fill {
  background: #FF0000;
  border: 1px solid #FF0000;
  color: #fff;
}

.u-btn-danger-fill:focus, .u-btn-danger-fill:hover {
  color: #fff;
}

.u-btn-orange-fill {
  background: #FF6600;
  border: 1px solid #FF6600;
  color: #fff;
}

.u-btn-orange-fill:focus, .u-btn-orange-fill:hover {
  color: #fff;
}

.u-btn-darkorange-fill {
  background: #FF3300;
  border: 1px solid #FF3300;
  color: #fff;
}

.u-btn-yellow-fill {
  background: #FF9900;
  border: 1px solid #FF9900;
  color: #fff;
}

.u-btn-green-fill {
  background: #01C77F;
  border: 1px solid #01C77F;
  color: #fff;
}

.u-btn-green-fill:hover {
  color: #fff;
}

.u-btn-black-fill {
  background: #000;
  border: 1px solid #000;
  color: #fff;
}

.u-btn-blue-fill {
  background: #0099FF;
  border: 1px solid #0099FF;
  color: #fff;
}

.u-btn-blue-fill:focus, .u-btn-blue-fill:hover {
  color: #fff;
}

.u-btn-gray-fill {
  background: #CCCCCC !important;
  border: 1px solid #CCCCCC !important;
  color: #fff !important;
}

.u-btn-white-fill {
  background: #fff;
  border: 1px solid #ddd;
}

.u-btn-darkgray-fill {
  border: 1px solid #666460;
  background: #666460;
  color: #fff;
}

.u-btn-ligntgray-fill {
  border: 1px solid #F3F3F3;
  background: #F3F3F3;
  color: #999;
}

.u-btn-lightblue-fill {
  border: 1px solid #E4EEF3;
  background: #E4EEF3;
  color: #629DB7;
}

.u-btn-pink-fill {
  border: 1px solid #F8ECE9;
  background: #F8ECE9;
  color: #FF3338;
}

.u-btn-lightpink-fill {
  border: 1px solid #F8ECE9;
  background: #F8ECE9;
  color: #FB866E;
}

.u-btn-lightgreen-fill {
  border: 1px solid #E5F9F1;
  background: #E5F9F1;
  color: #01C77F;
}

.u-btn-brown-fill {
  border: 1px solid #ADADAD;
  background: #ADADAD;
  color: #fff;
}

.u-btn-orange-opa {
  background: rgba(255, 102, 0, 0.8);
  border: 1px solid #FF6600;
  color: #fff;
}

.u-btn-ligntorange-opa {
  background: rgba(231, 156, 35, 0.9);
  border: 1px solid #E89E24;
  color: #fff;
}

.u-btn-black-opa {
  background: rgba(0, 0, 0, 0.5);
  border: none;
  color: #fff;
}

.u-btn-green-opa {
  background: rgba(37, 185, 101, 0.8);
  border: 1px solid #24B964;
  color: #fff;
}

.u-btn-danger-opa {
  background: rgba(225, 27, 22, 0.9);
  border: 1px solid #DF1B19;
  color: #fff;
}

.u-fbtn-sm {
  padding: 1px 5px;
  border-radius: 55px;
}

.u-fbtn-xs {
  padding: 1px 10px;
  border-radius: 55px;
}

.u-fbtn-md {
  padding: 4px 28px;
  border-radius: 55px;
}

.u-fbtn-lg {
  padding: 8px 38px;
  border-radius: 55px;
}

.u-fbtn-green {
  color: #01c77f;
  border: 1px solid #04C881;
}

.u-fbtn-blue {
  color: #0099FF;
  border: 1px solid #0099FF;
}

.u-fbtn-darkblue {
  color: #0191C7;
  border: 1px solid #0191C7;
}

.u-fbtn-orange {
  color: #FF3300;
  border: 1px solid #FF3300;
}

.u-fbtn-red {
  color: #FF0000;
  border: 1px solid #FF0000;
}

.u-fbtn-fill-gray {
  border: 1px solid #F5F5F5;
  background: #F5F5F5;
  color: #999;
}

.u-fbtn-fill-blue {
  border: 1px solid #0099FF;
  background: #0099FF;
  color: #fff;
}

/********************************文字样式*********************************/
.text-white {
  color: #fff;
}

.text-success {
  color: #00CB7E !important;
}

.text-danger {
  color: #FA0014 !important;
}

.text-gray {
  color: #999 !important;
}

.text-darkgray {
  color: #666;
}

.text-black {
  color: #333;
}

.text-orange {
  color: #FF6600;
}

.text-lightorange {
  color: #FF8A00;
}

.text-darkorange {
  color: #FF3300;
}

.text-lightblue {
  color: #01BBC7;
}

.text-blue {
  color: #0099FF;
}

.text-darkblue {
  color: #0191C7;
}

.text-brightblue {
  color: #0066FF;
}

.text-red {
  color: #FA0014 !important;
}

.text-dangary {
  color: #ccc;
}

.text-black {
  color: #000;
}

.bg-gray {
  background: #F3F3F3;
}

.text-paragraph {
  line-height: 30px;
}

/***********************************图标*********************************/
.icon {
  display: inline-block;
  padding-left: 22px;
  vertical-align: middle;
}

.icon :after {
  content: "";
}

.icon-download {
  background: url("@{imgUrl}u9149.png") no-repeat;
}

.icon-u437 {
  background: url("@{imgUrl}personal-center.png") no-repeat -34px -54px;
}

.icon-u6993 {
  background: url("@{imgUrl}u6993.png") no-repeat;
}

.icon-u437.active {
  background: url("@{imgUrl}u437.png") no-repeat;
}

.icon-bank {
  background: url("@{imgUrl}bank1.png") no-repeat 0 3px;
}

.icon-bank.active {
  background: url("@{imgUrl}personal-center.png") no-repeat -142px -56px;
}

.icon-u589 {
  background: url("@{imgUrl}u589.png") no-repeat;
}

.icon-u589.active {
  background: url("@{imgUrl}personal-center.png") no-repeat -260px -55px;
}

.icon-u491 {
  background: url("@{imgUrl}u491.png") no-repeat;
}

.icon-u473 {
  background: url("@{imgUrl}u473.png") no-repeat;
}

.icon-u557 {
  background: url("@{imgUrl}u557.png") no-repeat;
}

.icon-u559 {
  background: url("@{imgUrl}u559.png") no-repeat;
}

.icon-u555 {
  background: url("@{imgUrl}u555.png") no-repeat;
}

.icon-u545 {
  background: url("@{imgUrl}u545.png") no-repeat;
}

.icon-u539 {
  background: url("@{imgUrl}u539.png") no-repeat;
}

.icon-u521 {
  background: url("@{imgUrl}u521.png") no-repeat;
}

.icon-u467 {
  background: url("@{imgUrl}u467.png") no-repeat;
}

.icon-u471 {
  background: url("@{imgUrl}u471.png") no-repeat;
}

.icon-u475 {
  background: url("@{imgUrl}u475.png") no-repeat;
}

.icon-u459 {
  background: url("@{imgUrl}u459.png") no-repeat;
}

.icon-u477 {
  background: url("@{imgUrl}u477.png") no-repeat;
}

.icon-u3873 {
  background: url("@{imgUrl}u3873.png") no-repeat 0 4px;
}

.icon-u3806 {
  background: url("@{imgUrl}u3806.png") no-repeat;
}

.icon-subtitle {
  width: 5px;
  height: 20px;
  background: inherit;
  background-color: #ff6600;
  padding-left: 0px;
}

.icon-home {
  background: url("@{imgUrl}u994.png") no-repeat 0 50%;
}

.icon-u2747 {
  background: url("@{imgUrl}u2747.png") no-repeat;
}

.icon-u2743 {
  background: url("@{imgUrl}u2743.png") no-repeat;
}

.icon-u2745 {
  background: url("@{imgUrl}u2745.png") no-repeat;
}

.icon-u2749 {
  background: url("@{imgUrl}u2749.png") no-repeat;
}

.icon-u8907 {
  background: url("@{imgUrl}u8907.png") no-repeat;
  height: 17px;
  padding-left: 0px;
  width: 16px;
}

.icon-u9868 {
  background: url("@{imgUrl}u9868.png") no-repeat;
}

.icon-u4114 {
  background: url("@{imgUrl}u4114.png") no-repeat 0 5px;
  display: block;
}

.icon-eye {
  display: inline-block;
  width: 20px;
  height: 13px;
  background: url("@{imgUrl}u139.png") no-repeat;
  position: absolute;
  right: 20px;
  top: 13px;
}

.icon-problem {
  display: inline-block;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  border-radius: 50%;
  color: #fff;
  background: #999;
}

.icon-yuan {
  width: 16px;
  height: 16px;
  background: url("@{imgUrl}u11064.png") no-repeat;
}

.icon-bottom-prompt {
  width: 65px;
  height: 27px;
  background: url("@{imgUrl}icon-bottom-prompt.png") no-repeat;
  text-align: center;
  color: #fff;
  line-height: 25px;
}

.icon-right-prompt {
  width: 68px;
  height: 22px;
  background: url("@{imgUrl}icon-right-prompt.png") no-repeat;
  text-align: center;
  color: #fff;
  line-height: 22px;
}

.icon-report {
  width: 30px;
  height: 30px;
  background: url("@{imgUrl}u13107.png") no-repeat;
}

.icon-cr {
  width: 50px;
  height: 50px;
  background: url("@{imgUrl}u12646.png") no-repeat;
}

.icon-bottom-prompt {
  width: 65px;
  height: 27px;
  background: url("@{imgUrl}icon-bottom-prompt.png") no-repeat;
  text-align: center;
  color: #fff;
  line-height: 25px;
}

.icon-right-prompt {
  width: 68px;
  height: 22px;
  background: url("@{imgUrl}icon-right-prompt.png") no-repeat;
  text-align: center;
  color: #fff;
  line-height: 22px;
}

.icon-report {
  width: 30px;
  height: 30px;
  background: url("@{imgUrl}u13107.png") no-repeat;
}

.icon-cr {
  width: 50px;
  height: 50px;
  background: url("@{imgUrl}u12646.png") no-repeat;
}

.w680 {
  width: 680px;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 6px dashed;
  border-top: 4px solid\9;
  border-right: 6px solid transparent;
  border-left: 4px solid transparent;
}

.btn-selected .close {
  font-weight: normal;
  background-color: #01C77F;
  opacity: 1;
  color: #FFF;
  text-shadow: none;
  line-height: 14px;
  padding: 0 1px;
  font-size: 16px;
  margin-left: 6px;
  vertical-align: middle;
  text-align: center;
  width: 15px;
  height: 15px;
}

.iconfont {
  vertical-align: middle;
}

.state_01 {
  width: 18px;
  height: 26px;
  background: url("@{imgUrl}state-gray01.png") no-repeat;
}

.state_02 {
  width: 24px;
  height: 26px;
  background: url("@{imgUrl}state-gray02.png") no-repeat;
}

.state_03 {
  width: 20px;
  height: 26px;
  background: url("@{imgUrl}state-gray03.png") no-repeat;
}

.state_04 {
  width: 25px;
  height: 26px;
  background: url("@{imgUrl}state-gray04.png") no-repeat;
}

.state_05 {
  width: 24px;
  height: 26px;
  background: url("@{imgUrl}state-gray05.png") no-repeat;
}

.state_06 {
  width: 25px;
  height: 26px;
  background: url("@{imgUrl}state-gray06.png") no-repeat;
}

.state_01.active {
  background: url("@{imgUrl}state-01.png") no-repeat;
}

.state_02.active {
  background: url("@{imgUrl}state-02.png") no-repeat;
}

.state_03.active {
  background: url("@{imgUrl}state-03.png") no-repeat;
}

.state_04.active {
  background: url("@{imgUrl}state-04.png") no-repeat;
}

.state_05.active {
  background: url("@{imgUrl}state-05.png") no-repeat;
}

.state_06.active {
  background: url("@{imgUrl}state-06.png") no-repeat;
}

.state_01.suc {
  background: url("@{imgUrl}state-gre01.png") no-repeat;
}

.state_02.suc {
  background: url("@{imgUrl}state-gre02.png") no-repeat;
}

.state_03.suc {
  background: url("@{imgUrl}state-gre03.png") no-repeat;
}

.state_04.suc {
  background: url("@{imgUrl}state-gre04.png") no-repeat;
}

.state_05.suc {
  background: url("@{imgUrl}state-gre05.png") no-repeat;
}

.state_06.suc {
  background: url("@{imgUrl}state-gre06.png") no-repeat;
}

.entrust-step-1 {
  width: 25px;
  height: 28px;
  background: url(../images/entrust-step-1.png);
}

.entrust-step-2 {
  width: 23px;
  height: 28px;
  background: url(../images/entrust-step-2.png);
}

.entrust-step-3 {
  width: 22px;
  height: 28px;
  background: url(../images/entrust-step-3.png);
}

.entrust-step-4 {
  width: 26px;
  height: 28px;
  background: url(../images/entrust-step-4.png);
}

.icon1 {
  display: inline-block;
  background-position: bottom;
}

.jt-01 {
  width: 95px;
  height: 12px;
  background: url("@{imgUrl}jt_01.png") no-repeat;
}

.jt-02 {
  width: 95px;
  height: 12px;
  background: url("@{imgUrl}jt_02.png") no-repeat;
}

.jt-03 {
  width: 95px;
  height: 12px;
  background: url("@{imgUrl}jt_03.png") no-repeat;
}

/**************************************线条***************************************************/
.hr-line-solid {
  overflow: hidden;
  border-bottom: 1px solid #e7eaec;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 10px;
  margin-bottom: 10px;
}

.hr-line-dashed {
  overflow: hidden;
  border-bottom: 1px dashed #e7eaec;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 12px;
  margin-bottom: 12px;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/*************************************************进度条*********************************/
.progress {
  height: 18px;
  border-radius: 20px;
  border: 1px solid  #01c77f;
  background-color: #fff;
  padding: 2px;
  margin-bottom: 0;
  vertical-align: middle;
}

.progress-sm {
  height: 16px;
}

.progress-bar {
  color: #fff;
  text-align: center;
  background-color: #01c77f;
  border-radius: 20px;
}

.progress-mini, .progress-mini .progress-bar {
  height: 5px;
  margin-bottom: 0;
}

.progress-sm {
  width: 160px;
}

.progress-xs {
  width: 120px;
  height: 15px;
}

.progress-inline {
  display: inline-block;
  min-width: 90px;
}

.pointer {
  cursor: pointer;
}

/********************************************盒子样式*********************************************/
.yellow_box {
  border: 1px solid #ececcd;
  background-color: #ffffee;
  min-height: auto !important;
}

.yellow_box .form-group {
  margin-bottom: 0;
}

.orange_box {
  border: 1px solid #FEE8BE;
  background-color: #FFF7F0;
  min-height: auto !important;
  padding: 10px 12px;
}

.gray_box {
  border: 1px solid #eee;
  background: #FAFAFA;
}

.select-lose-style {
  position: relative;
}

.select-lose-style select {
  border: 0;
  padding: 4px 22px 4px 10px;
  appearance: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari 和 Chrome */
}

.select-lose-style select option {
  text-align: center;
}

.select-lose-style .icon-dwonOpen {
  position: absolute;
  top: 3px;
  right: 5px;
}

.select-gray select {
  background: #F5F5F5;
}

.select-blue select {
  background: #0099FF;
  color: #fff;
}

.select-blue .icon-dwonOpen {
  color: #fff;
}

.short-title {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.sep-white-line {
  display: inline-block;
  width: 1px;
  height: 11px;
  background: #fff;
  position: relative;
  top: 1px;
}

.breadcrumb {
  font-size: 14px;
  background: none;
  padding: 15px 0;
}

.breadcrumb .iconfont {
  color: #aaa;
}

.fwb {
  font-weight: bold;
}

.dib {
  display: inline-block;
}

.text-muted {
  color: #999;
}

.container {
  margin: 0 auto;
  width: 1200px;
  padding-left: 0;
  padding-right: 0;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

.top {
  height: 40px;
  line-height: 40px;
  background-color: #eee;
  border-bottom: 1px solid #E5E5E5;
  vertical-align: top;
  font-size: 13px;
}

.top .item {
  margin: 0 10px;
}

.top .pipe {
  color: #aaa;
}

.top .iconfont {
  color: #aaa;
  vertical-align: -2px;
  font-size: 20px;
  margin-right: 3px;
}

.top a {
  color: #555;
  text-decoration: none;
}

.top a:hover {
  color: #0277ff;
  cursor: pointer;
}

.qr-code {
  text-align: center;
  margin-right: 10px;
}

h6 {
  text-align: center;
}

.nav-main {
  position: relative;
  z-index: 999;
  padding: 25px 0 20px;
  font-size: 14px;
}

.nav-main .logo {
  float: left;
}

.nav-main .drop {
  margin-left: 40px;
  float: left;
}

.nav-main h1, .nav-main h2 {
  margin: 0;
}

.nav-main-city {
  position: relative;
  padding: 15px 0;
  z-index: 99;
  cursor: pointer;
}

.nav-main-city-title {
  display: inline-block;
  height: 14px;
  line-height: 14px;
  max-width: 130px;
  overflow: hidden;
  vertical-align: -2px;
}

.nav-main-city-drop {
  background-color: #fff;
  border: 1px solid #DDD;
  line-height: 22px;
  padding: 10px;
  display: none;
  position: absolute;
  left: 0;
  top: 50px;
  width: 480px;
}

.nav-main-city-drop-title {
  font-size: 14px;
  margin: 0;
  color: #07f;
}

.nav-main-city-drop-content {
  padding: 10px 20px;
}

.nav-main-city-drop-content li {
  display: inline-block;
  list-style: none;
}

.nav-main-city-drop-content a {
  display: inline-block;
  position: relative;
  font-size: 12px;
  margin: 0 10px 0;
  color: #888;
}

.nav-main-city-drop-content a:hover {
  color: #07f;
}

.nav-main-city-drop-content-sub {
  position: absolute;
  z-index: 10;
  background-color: #fff;
  border: 1px solid #7bbaff;
  width: 290px;
  padding: 5px;
  display: none;
}

.nav-main-city-drop-content-sub a {
  margin: 0 5px 0;
  color: #333;
}

.nav-main-city-drop-content-hover .nav-main-city-drop-content-sub {
  display: block;
}

.nav-main-city-hover .nav-main-city-drop {
  display: block;
}

.nav-main-city-hover .nav-main-city-drop li {
  display: inline-block;
  list-style: none;
}

.nav-main-city .icon-sjx {
  vertical-align: -2px;
  color: #aaa;
}

.nav-main .search {
  float: right;
  width: 740px;
  padding: 0;
  background: none;
}

.nav-main .search-bar {
  display: block;
  height: 40px;
  line-height: 40px;
}

.nav-main .search-bar-inner {
  vertical-align: top;
  border: 1px solid #09f;
  float: left;
  width: 580px;
}

.nav-main .search-bar .iconfont {
  display: inline-block;
  line-height: 1.2;
  color: #aaa;
  margin: 0 5px;
  font-size: 14px;
  vertical-align: 0;
}

.nav-main .search-bar-drop {
  float: left;
  background-color: #f3f3f3;
  margin-right: 5px;
  position: relative;
}

.nav-main .search-bar-drop .t {
  padding: 0 10px;
  cursor: default;
}

.nav-main .search-bar-drop .m {
  display: none;
  padding: 0 10px;
  background-color: #f3f3f3;
  top: 40px;
  left: 0;
  width: 100%;
  position: absolute;
}

.nav-main .search-bar-drop .m .i {
  cursor: pointer;
}

.nav-main .search-bar-drop .m .i:hover, .nav-main .search-bar-drop .m .i.active {
  color: #09f;
}

.nav-main .search-bar-drop:hover .m {
  display: block;
}

.nav-main .search-bar-input {
  height: 40px;
  line-height: 40px;
  border: none;
  width: 300px;
  outline: none;
}

.nav-main .search-bar-btn {
  color: #fff;
  background-color: #09f;
  border: none;
  height: 40px;
  line-height: 38px;
  width: 80px;
  float: right;
}

.nav-main .search-bar-btn1 {
  height: 42px;
  line-height: 38px;
  width: 140px;
  background-color: #fff;
  color: #f00;
  border: 1px solid #f00;
  text-align: center;
  float: right;
}

.nav-main .search-bar-btn1:hover {
  text-decoration: none;
}

.nav-main .search .kw {
  clear: both;
  line-height: 21px;
  height: 21px;
  margin-top: 10px;
  font-size: 12px;
  color: #888;
}

.nav-main .search .kw a {
  color: #888;
  margin-right: 5px;
}

.nav-main1 {
  height: 50px;
  line-height: 50px;
  border-bottom: 2px solid #0277ff;
}

.nav-main1-list {
  padding: 0;
}

.nav-main1-list .item {
  height: 50px;
  line-height: 50px;
  margin: 0;
  float: left;
  list-style: none;
}

.nav-main1-list .item a {
  font-size: 16px;
  float: left;
  color: #333;
  padding: 0 30px;
  font-weight: bold;
}

.nav-main1-list .item a:hover {
  text-decoration: none;
  color: #07F;
}

.nav-main1-list .item.active a {
  background-color: #0277ff;
  text-decoration: none;
  color: #fff;
}

.nav-member {
  border-bottom: 2px solid #0277ff;
  background-color: #fff;
  padding: 20px 0;
}

.nav-member .logo {
  float: left;
}

.nav-member .logo h2 {
  margin: 0;
}

.nav-member .logo-title {
  float: left;
  margin-top: 11px;
  font-size: 18px;
  color: #07F;
  font-weight: bold;
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #ddd;
}

.nav-member .nav-main1 {
  border: none;
  float: right;
}

.nav-member .nav-main1 .container {
  width: auto;
}

.footer {
  padding: 30px 0 50px;
  color: #7a7a7a;
  background-color: #222;
}

.footer .links {
  overflow: hidden;
  padding-top: 20px;
  border-top: 1px solid #2f2f2f;
}

.footer .links.uph {
  height: 84px;
}

.footer .links.uph dl {
  overflow: hidden;
  /* height: 28px; */
}

.footer .links .downh {
  height: auto;
}

.footer .links-btn {
  float: right;
  margin-top: 18px;
  padding: 5px 8px;
  outline: none;
  background: none;
}

.footer .links-btn:focus {
  outline: none;
}

.footer .links-btn:hover {
  color: #09f;
}

.footer .links dl {
  font-size: 12px;
  margin-bottom: 14px;
  color: #888;
}

.footer .links dl dt {
  font-weight: normal;
  width: 100px;
}

.footer .links dl dd {
  margin-left: 106px;
}

.footer .links dl dd a,
.footer .links dl dd .btn:focus {
  display: inline-block;
  margin: 0 6px;
  margin-bottom: 7px;
  text-decoration: none;
  color: #888;
}

.footer .text-slogan {
  font-size: 24px;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 26px;
  color: #fff;
}

.footer-weixin {
  float: right;
  margin-top: 0;
  text-align: center;
  color: #fff;
}

.footer-tel {
  font-size: 28px;
  float: left;
  min-width: 230px;
  text-align: right;
  color: #fff;
}

.footer-tel .icon {
  display: inline-block;
  margin-top: 13px;
  padding-left: 0;
  vertical-align: text-bottom;
}

.footer-tel small {
  font-size: 14px;
  display: block;
  color: #7a7a7a;
}

.footer .col-sm-3 {
  width: 25%;
}

.footer .col-sm-6 {
  width: 50%;
}

.footer .col-sm-8 {
  width: 66.66667%;
}

.footer .col-sm-4 {
  width: 33.33333%;
}

.footer .col-sm-12 {
  width: 100%;
}

.footer .ml40 {
  margin-left: 40px;
}

.footer-nav {
  line-height: 36px;
  height: auto;
  margin-left: -15px;
}

.footer-nav li a {
  display: inline;
  padding: 8px 12px;
  color: #aaa;
}

.footer-nav li a:focus,
.footer-nav li a:hover {
  text-decoration: none;
  color: #fff;
  background-color: transparent;
}

.footer .copyright {
  margin-bottom: 21px;
  color: #7a7a7a;
}

.footer .links2 {
  overflow: hidden;
  padding-top: 10px;
  border-top: 1px solid #2d2d2d;
}

.footer .links2 a {
  text-decoration: none;
  color: inherit;
}

.footer .links2 a:hover {
  color: #ccc;
}

.blank1, .blank2, .blank3, .blank4, .blank5, .blank6, .blank7, .blank8, .blank9, .blank10, .blank11, .blank12, .blank13, .blank14, .blank15, .blank16, .blank17, .blank18, .blank19, .blank20, .blank21, .blank22, .blank23, .blank24, .blank25, .blank26, .blank27, .blank28, .blank29, .blank30 {
  font-size: 1px;
  display: block;
  clear: both;
  overflow: hidden;
}

.blank1 {
  height: 1px;
}

.blank2 {
  height: 2px;
}

.blank3 {
  height: 3px;
}

.blank4 {
  height: 4px;
}

.blank5 {
  height: 5px;
}

.blank6 {
  height: 6px;
}

.blank7 {
  height: 7px;
}

.blank8 {
  height: 8px;
}

.blank9 {
  height: 9px;
}

.blank10 {
  height: 10px;
}

.blank11 {
  height: 11px;
}

.blank12 {
  height: 12px;
}

.blank13 {
  height: 13px;
}

.blank14 {
  height: 14px;
}

.blank15 {
  height: 15px;
}

.blank16 {
  height: 16px;
}

.blank17 {
  height: 17px;
}

.blank18 {
  height: 18px;
}

.blank19 {
  height: 19px;
}

.blank20 {
  height: 20px;
}

.blank21 {
  height: 21px;
}

.blank22 {
  height: 22px;
}

.blank23 {
  height: 23px;
}

.blank24 {
  height: 24px;
}

.blank25 {
  height: 25px;
}

.blank26 {
  height: 26px;
}

.blank27 {
  height: 27px;
}

.blank28 {
  height: 28px;
}

.blank29 {
  height: 29px;
}

.blank30 {
  height: 30px;
}

.p1 {
  padding: 1px;
}

.m1 {
  margin: 1px;
}

.p2 {
  padding: 2px;
}

.m2 {
  margin: 2px;
}

.p3 {
  padding: 3px;
}

.m3 {
  margin: 3px;
}

.p4 {
  padding: 4px;
}

.m4 {
  margin: 4px;
}

.p5 {
  padding: 5px;
}

.m5 {
  margin: 5px;
}

.p6 {
  padding: 6px;
}

.m6 {
  margin: 6px;
}

.p7 {
  padding: 7px;
}

.m7 {
  margin: 7px;
}

.p8 {
  padding: 8px;
}

.m8 {
  margin: 8px;
}

.p9 {
  padding: 9px;
}

.m9 {
  margin: 9px;
}

.p10 {
  padding: 10px;
}

.m10 {
  margin: 10px;
}

.p11 {
  padding: 11px;
}

.m11 {
  margin: 11px;
}

.p12 {
  padding: 12px;
}

.m12 {
  margin: 12px;
}

.p13 {
  padding: 13px;
}

.m13 {
  margin: 13px;
}

.p14 {
  padding: 14px;
}

.m14 {
  margin: 14px;
}

.p15 {
  padding: 15px;
}

.m15 {
  margin: 15px;
}

.p16 {
  padding: 16px;
}

.m16 {
  margin: 16px;
}

.p17 {
  padding: 17px;
}

.m17 {
  margin: 17px;
}

.p18 {
  padding: 18px;
}

.m18 {
  margin: 18px;
}

.p19 {
  padding: 19px;
}

.m19 {
  margin: 19px;
}

.p20 {
  padding: 20px;
}

.m20 {
  margin: 20px;
}

.p21 {
  padding: 21px;
}

.m21 {
  margin: 21px;
}

.p22 {
  padding: 22px;
}

.m22 {
  margin: 22px;
}

.p23 {
  padding: 23px;
}

.m23 {
  margin: 23px;
}

.p24 {
  padding: 24px;
}

.m24 {
  margin: 24px;
}

.p25 {
  padding: 25px;
}

.m25 {
  margin: 25px;
}

.p26 {
  padding: 26px;
}

.m26 {
  margin: 26px;
}

.p27 {
  padding: 27px;
}

.m27 {
  margin: 27px;
}

.p28 {
  padding: 28px;
}

.m28 {
  margin: 28px;
}

.p29 {
  padding: 29px;
}

.m29 {
  margin: 29px;
}

.p30 {
  padding: 30px;
}

.m30 {
  margin: 30px;
}

.p31 {
  padding: 31px;
}

.m31 {
  margin: 31px;
}

.p32 {
  padding: 32px;
}

.m32 {
  margin: 32px;
}

.p33 {
  padding: 33px;
}

.m33 {
  margin: 33px;
}

.p34 {
  padding: 34px;
}

.m34 {
  margin: 34px;
}

.p35 {
  padding: 35px;
}

.m35 {
  margin: 35px;
}

.p36 {
  padding: 36px;
}

.m36 {
  margin: 36px;
}

.p37 {
  padding: 37px;
}

.m37 {
  margin: 37px;
}

.p38 {
  padding: 38px;
}

.m38 {
  margin: 38px;
}

.p39 {
  padding: 39px;
}

.m39 {
  margin: 39px;
}

.p40 {
  padding: 40px;
}

.m40 {
  margin: 40px;
}

.mt5 {
  margin-top: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.fz12 {
  font-size: 12px !important;
}

.fz13 {
  font-size: 13px !important;
}

.fz14 {
  font-size: 14px !important;
}

.fz15 {
  font-size: 15px !important;
}

.fz16 {
  font-size: 16px !important;
}

.fz17 {
  font-size: 17px !important;
}

.fz18 {
  font-size: 18px !important;
}

.fz19 {
  font-size: 19px !important;
}

.fz20 {
  font-size: 20px !important;
}

.fz21 {
  font-size: 21px !important;
}

.fz22 {
  font-size: 22px !important;
}

.fz23 {
  font-size: 23px !important;
}

.fz24 {
  font-size: 24px !important;
}

.fz25 {
  font-size: 25px !important;
}

.fz26 {
  font-size: 26px !important;
}

.fz27 {
  font-size: 27px !important;
}

.fz28 {
  font-size: 28px !important;
}

.fz29 {
  font-size: 29px !important;
}

.fz30 {
  font-size: 30px !important;
}

.fz31 {
  font-size: 31px !important;
}

.fz32 {
  font-size: 32px !important;
}

.fz33 {
  font-size: 33px !important;
}

.fz34 {
  font-size: 34px !important;
}

.fz35 {
  font-size: 35px !important;
}

.fz36 {
  font-size: 36px !important;
}

.fz37 {
  font-size: 37px !important;
}

.fz38 {
  font-size: 38px !important;
}

.fz39 {
  font-size: 39px !important;
}

.fz40 {
  font-size: 40px !important;
}

.fz41 {
  font-size: 41px !important;
}

.fz42 {
  font-size: 42px !important;
}

.fz43 {
  font-size: 43px !important;
}

.fz44 {
  font-size: 44px !important;
}

.fz45 {
  font-size: 45px !important;
}

.fz46 {
  font-size: 46px !important;
}

.fz47 {
  font-size: 47px !important;
}

.fz48 {
  font-size: 48px !important;
}

.modal-login .panel-body-hd {
  margin-bottom: 20px;
}

.modal-login .panel-body .form-group {
  position: relative;
  margin-bottom: 25px;
}

.modal-login .panel-body .form-group input {
  margin: 0;
}

/*表单验证*/
label.error {
  position: absolute;
  left: 0;
  bottom: -14px;
  font-weight: normal;
  color: #f00 !important;
  line-height: 1 !important;
  margin-bottom: 0;
}

.signIn-psw .form-group,
.form-reset-psw .form-group,
.form-register .form-group,
.form-helpMe .form-group,
.signIn-tel .form-group {
  position: relative;
}

.signIn-psw .form-group.row,
.form-reset-psw .form-group.row,
.form-register .form-group.row,
.form-helpMe .form-group.row,
.signIn-tel .form-group.row {
  margin-left: 0;
  margin-right: 0;
}

.signIn-psw .form-group [class^=col-sm-],
.form-reset-psw .form-group [class^=col-sm-],
.form-register .form-group [class^=col-sm-],
.form-helpMe .form-group [class^=col-sm-],
.signIn-tel .form-group [class^=col-sm-] {
  padding: 0;
}

.signIn-psw .form-group #captcha,
.form-reset-psw .form-group #captcha,
.form-register .form-group #captcha,
.form-helpMe .form-group #captcha,
.signIn-tel .form-group #captcha {
  margin-left: 10px;
}

.signIn-psw .form-group .btn-VerificationCode,
.form-reset-psw .form-group .btn-VerificationCode,
.form-register .form-group .btn-VerificationCode,
.form-helpMe .form-group .btn-VerificationCode,
.signIn-tel .form-group .btn-VerificationCode {
  margin: 0;
}

/*# global.css.map */