@charset "UTF-8";
/*header*/
/*menu*/
/*tab*/
/*button*/
/*form*/
/*list*/
/*table*/
/*tree*/
* {
  padding: 0px;
  margin: 0px;
}
html.mainHome {
  min-width: 992px;
  overflow-x: auto;
}
li {
  list-style: none;
}
.row {
  margin-right: 0px;
  margin-left: 0px;
  padding: 1px 0px;
}
a {
  color: #4a90e2;
}
a:focus {
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: 0px;
}
a:focus,
a:hover {
  color: #4a90e2;
  text-decoration: underline;
}
input[type="text"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus {
  border-color: #5181b9 !important;
  outline: none;
  box-shadow: 0px 0px 1px 0px #5181b9;
}
.btn.active,
.btn:active {
  box-shadow: none;
}
.maincolor {
  color: #4a90e2;
}
.iconfont {
  font-size: 14px !important;
}
.icon-ask {
  font-weight: normal;
  padding-right: 5px;
}
/*浮动*/
.float-right {
  float: right;
}
.float-left {
  float: left;
}
/*内边距*/
.padded-l-0 {
  padding-left: 0;
}
.padded-r-0 {
  padding-right: 0;
}
.padded-t-0 {
  padding-top: 0;
}
.padded-b-0 {
  padding-bottom: 0;
}
.padded-l-5 {
  padding-left: 5px;
}
.padded-r-5 {
  padding-right: 5px;
}
.padded-t-5 {
  padding-top: 5px;
}
.padded-b-5 {
  padding-bottom: 5px;
}
.margin-5 {
  margin: 5px;
}
/*边框*/
.border-0 {
  border: 0;
}
.layout-panel-west {
  border-right: 1px solid #ccc;
}
.layout-north {
  overflow: hidden !important;
  height: 76px !important;
  line-height: 76px !important;
  color: #1d7ec2;
  border: 0;
}
.layout-west {
  width: 200px;
  border-right: 1px solid #ccc !important;
  background: #fff;
}
.layout-center {
  background: #fff !important;
  overflow-y: hidden !important;
}
.layout-south {
  height: 30px !important;
  background: #fff !important;
}
.layout-split-west {
  border-right: 1px solid #ccc;
}
.footer {
  text-align: center;
  color: #5E5E5F;
  margin: 0px;
  padding: 0px;
  line-height: 25px;
  background: #D2E0F2;
}
/*loading*/
#loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  display: none;
  background: rgba(204, 204, 204, 0.3);
}
#loading > div {
  display: block;
  left: 50%;
  height: 40px;
  margin-left: -90px;
  line-height: 18px;
  font-size: 14px;
  border: 1px solid #cccccc;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  padding: 10px 5px 10px 30px;
  width: auto;
  background-image: url('images/loading.gif');
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: 5px center;
}
/*重写easyui样式*/
iframe {
  height: 100%;
}
.layout-expand-west.layout-expand {
  left: -1px !important;
  top: -1px !important;
}
.window-shadow {
  box-shadow: none;
}
.window-proxy-mask,
.window-mask {
  background: #333;
}
.window {
  background: #ffffff;
  padding: 0;
  border-radius: 0;
  border: 0;
}
.window .window-header {
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  background: #4a90e2;
}
.window .window-header .panel-title {
  color: #ffffff;
}
.window .window-header .panel-tool {
  right: 10px;
  margin-top: -9px;
}
.window .window-header .panel-icon {
  left: 5px;
  height: 30px;
  color: #fff;
  margin-top: -20px;
  font-family: "iconfont" !important;
  font-size: 17px;
}
.window .window-body {
  border: 0;
}
.panel {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.panel-primary > .panel-heading {
  background: #4a90e2;
  border: 0;
  border-radius: 2px;
}
.panel-header {
  background: #fbfbfb;
  padding: 8px 5px;
}
.panel-header .panel-title {
  color: #666666;
  font-size: 14px;
}
.panel-tool {
  margin-top: -9px;
  height: 20px;
  border-radius: 2px;
  right: 1px;
}
.panel-tool a {
  background: #4a90e2;
  opacity: 1;
  color: #fff;
  height: 20px;
  width: 20px;
  margin: 0 2px;
  padding: 0;
  font-family: "iconfont" !important;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  border-radius: 2px;
}
.panel-tool a.layout-button-left:before {
  content: "\e611";
  color: #fff;
}
.panel-tool a.layout-button-right:before {
  content: "\e6c5";
  color: #fff;
}
.panel-tool a:hover {
  background: #5181b9;
  text-decoration: none;
}
.panel-tool .panel-tool-close {
  font-weight: bold;
  background: #ffffff;
  padding: 6px 4px 4px 4px;
}
.panel-tool .panel-tool-close:before {
  content: "\e6e2";
  color: #4a90e2;
  position: relative;
  top: -17px;
  font-size: 12px;
}
.panel-tool .panel-tool-close:hover {
  background: #ffffff;
}
.panel-group .panel {
  border-radius: 2px;
}
.panel-title {
  color: #4a90e2;
}
.messager-info,
.messager-error,
.messager-warning,
.messager-question {
  background: none;
  font-family: "iconfont" !important;
  font-size: 25px;
  position: relative;
  top: -10px;
}
.messager-info {
  color: #4a90e2;
}
.messager-info:before {
  content: "\e72b";
}
.messager-error {
  color: #F44B4E;
}
.messager-error:before {
  content: "\e72b";
}
.messager-warning {
  color: #ffa501;
}
.messager-warning:before {
  content: "\e610";
}
.messager-question {
  color: #4a90e2;
}
.messager-question:before {
  content: "\e625";
}
.dialog-button {
  border: 0;
  top: 0;
  border-top: 1px solid #ccc;
}
.dialog-button .l-btn,
.messager-button .l-btn {
  font-family: "iconfont" !important;
  border: 0;
  background: #4a90e2;
  color: #fff;
  border-radius: 2px;
  padding: 5px;
}
.dialog-button .l-btn .l-btn-text,
.messager-button .l-btn .l-btn-text,
.dialog-button .l-btn .l-btn-icon,
.messager-button .l-btn .l-btn-icon {
  font-size: 14px;
}
.dialog-button .l-btn .l-btn-icon-left .fa-check-circle:before,
.messager-button .l-btn .l-btn-icon-left .fa-check-circle:before,
.dialog-button .l-btn .l-btn-icon-left .fa-save:before,
.messager-button .l-btn .l-btn-icon-left .fa-save:before {
  content: "\e696";
}
.dialog-button .l-btn .l-btn-icon-left .fa-times-circle:before,
.messager-button .l-btn .l-btn-icon-left .fa-times-circle:before {
  content: "\e6e2";
}
.dialog-button .l-btn:hover,
.messager-button .l-btn:hover {
  background: #5181b9;
  color: #ffffff;
  border: 0;
}
.combo {
  width: 65%;
  border-radius: 2px;
  height: 34px !important;
}
.combo .combo-arrow {
  height: 34px !important;
  width: 34px !important;
  border-left: 1px solid #ccc;
  background: none;
  opacity: 1;
  text-align: center;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
}
.combo .combo-arrow:before {
  content: "\e627";
}
.combo input[type="text"].textbox-text {
  padding: 0;
  width: 100% !important;
  height: 100%;
  border: 0;
  text-indent: 10px;
}
pre {
  background: #fff;
  border: 0;
}
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
  background-color: #ebf2f9;
}
.ui-jqgrid tr.jqgrow td {
  font-size: 14px;
  line-height: 25px;
}
.ui-jqgrid-view.table-responsive {
  margin: 0;
  border: 0;
}
.menu-icon.iconfont {
  font-size: 14px;
  margin-top: -10px;
}
.menu-item.menu-active {
  background-color: #4a90e2;
  border-color: #4a90e2;
}
.pagination-next,
.pagination-last,
.pagination-load,
.pagination-first,
.pagination-prev {
  background-image: url("images/pagination_icons.png");
}
.form-control {
  font-size: 14px;
}
.progressbar-value .progressbar-text {
  background-color: #4a90e2;
}
.pagination .pagination-num,
.pagination-page-list {
  font-size: 14px;
}
.datagrid-mask-msg {
  font-size: 14px;
  border: 1px solid #cccccc;
  height: 40px;
}
/*温馨提示*/
.reminder {
  border: 1px solid #ffb4a8;
  margin-bottom: 10px;
  padding: 5px;
  color: #6C6C6C;
  background: #fef2f2;
  font-size: 14px;
}
.reminder > i {
  color: #ff4400;
  padding-right: 5px;
}
.tips i {
  color: #FF4C49;
  padding-right: 5px;
}
input.ng-invalid,
textarea.ng-invalid,
select.ng-invalid,
.edui-editor.ng-invalid,
span.ng-invalid input,
div.ng-invalid .ht-input,
.has-error,
input.ng-invalid-custom-validate {
  border: 1px solid #dd514c !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.pf-radios {
  height: 100%;
}
/*下拉框*/
.chosen-container {
  width: 100% !important;
}
.chosen-container-single .chosen-single {
  height: 32px;
  line-height: 32px;
  background: #fff;
  border-radius: 2px;
  border: 1px solid #ccc;
  box-shadow: none;
  padding-left: 5px;
}
.chosen-container-single .chosen-single div b {
  background-position: 0 6px;
}
.chosen-container-single .chosen-single span {
  color: #000000;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
.chosen-container .chosen-results li.highlighted {
  background: #4a90e2;
}
.ui-jqgrid .ui-pg-selbox,
.ui-jqgrid .ui-jqgrid-toppager .ui-pg-selbox {
  border: 1px solid #ccc;
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ui-jqgrid .ui-pg-input,
.ui-jqgrid .ui-jqgrid-toppager .ui-pg-input {
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ui-th-column,
.ui-jqgrid .ui-jqgrid-htable th.ui-th-column {
  font-size: 14px;
}
.pfdic .dropdown .tip {
  color: #777777;
}
/* login style */
.login-main {
  width: 100%;
  height: 100%;
  background-image: url("images/login-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center bottom;
}
.login-main .wrapper {
  width: 640px;
  height: 420px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -210px;
  margin-left: -320px;
}
.login-main .wrapper .header {
  width: 100%;
  height: 60px;
  background-image: url("images/login-logo.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center center;
}
.login-main .wrapper .content {
  display: block;
  height: 330px;
  margin-top: 30px;
  position: relative;
}
.login-main .wrapper .content a {
  text-decoration: none;
}
.login-main .wrapper .content a:hover {
  text-decoration: underline;
}
.login-main .wrapper .content .login-image {
  width: 250px;
  height: 100%;
  background-image: url("images/login-img.png");
  background-repeat: no-repeat;
  background-size: 90% auto;
  background-position: center center;
  float: left;
  background-color: #fff;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.login-main .wrapper .content .login-title {
  width: 100%;
  height: 45px;
  background-image: url("images/login-title.png");
  background-repeat: no-repeat;
  background-size: auto 20px;
  background-position: top left;
  position: relative;
}
.login-main .wrapper .content .register-title {
  width: 100%;
  height: 45px;
  background-image: url("images/register-title.png");
  background-repeat: no-repeat;
  background-size: auto 20px;
  background-position: top left;
  position: relative;
}
.login-main .wrapper .content .login {
  width: 350px;
  background: #fff;
  float: left;
  height: 100%;
  /* border-top-right-radius: 4px; */
  /* border-bottom-right-radius: 4px; */
}
.login-main .wrapper .content .login .login-inner {
  padding: 40px;
}
.login-main .wrapper .content .login .login-item {
  width: 100%;
  margin-bottom: 10px;
  height: 40px;
  position: relative;
}
.login-main .wrapper .content .login .login-item > span {
  display: block;
  position: absolute;
}
.login-main .wrapper .content .login .login-item > span.login-icon {
  left: 0;
  top: 0;
  width: 45px;
  height: 38px;
  line-height: 38px;
  color: #B4B4B4;
  text-align: center;
  border: solid 1px #CCCCCC;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.login-main .wrapper .content .login .login-item > span.login-icon i {
  font-size: 18px;
}
.login-main .wrapper .content .login .login-item > span.login-input {
  left: 45px;
  right: 0;
  top: 0;
  bottom: 0;
}
.login-main .wrapper .content .login .login-item > span.login-input > input,.login-main .wrapper .content .login .login-item > span.login-input > select {
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #333333;
  border: solid 1px #CCCCCC;
  text-indent: 10px;
}
.login-main .wrapper .content .login .login-item input::-webkit-input-placeholder {
  color: #999999;
}
.login-main .wrapper .content .login .login-check {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
}
.login-main .wrapper .content .login .login-btn a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  background: #4a90e2;
  width: 100%;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  border-radius: 2px;
  cursor: pointer;
}
.login-main .wrapper .content .login .login-btn .loginBtn{
  width: 65%;
  margin-right: 10px;
}
.login-main .wrapper .content .login .login-btn .registerBtn{
  width: 30%;
  float: right;
}
.login-main .wrapper .content .login .login-btn a:hover {
  background-color: #5181b9;
  text-decoration: none;
}
.login-main .wrapper .content .login .login-register {
  text-align: right;
  font-size: 12px;
}
.login-main .wrapper .content .login .login-register a {
  color: #4a90e2;
  padding-left: 20px;
}
.login-main .wrapper .content .login .login-register a:hover {
  color: #4a83d7;
}
.login-main .wrapper .content .login-error {
  height: 20px;
  line-height: 20px;
  color: #6C6C6C;
  font-size: 14px;
  position: absolute;
  bottom: 2px;
  left: 0;
}
.login-main .wrapper .content .login-error > i {
  color: #ff4400;
  padding-right: 5px;
  position: relative;
  top: 1px;
}

/*登录方式选择*/
.login-main .wrapper .content .login .login-inner.login-inner-of-ca{
  padding: 23px 40px;
}
.login-type {
  overflow: hidden;
  width: 40px;
  position: absolute;
  right: 0;
  top: 0px;
  height: 100%;
  border-radius: 0 4px 4px 0;
}

.login-type>span {
  display: block;
  text-align: center;
  padding: 10px;
  background: #FFF;
  position: relative;
  color: #c5c5c5;
  cursor: pointer;
  height: calc(50% - 20px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.login-type>span.active{
  box-shadow: 0 8px 8px 0px #d6d6d6;
  z-index: 2;
  border-left: 1px solid #3d7ac2;
  color: #3d7ac2;
  font-weight:700;
}
.login-type>span:last-child.active{
  box-shadow: 0 -8px 8px 0px #d6d6d6;
}
.login-type>span:hover{
  color: #3d7ac2;
}
/*登录方式选择end*/