input:focus,
button:focus,
input:active,
button:active {
  outline: none;
}
a:hover,
a:focus {
  text-decoration: none;
}
ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}
span.success,
p.success {
  color: #00946F;
}
span.warn,
p.warn {
  color: #E37D00;
}
a.success {
  color: #00946F;
}
a.warn {
  color: #E37D00;
}
a.round {
  border: transparent 1px solid;
  border-radius: 1em;
}
a.round.success {
  border-color: #00946F;
}
a.round.success:hover {
  background-color: #00946F;
  color: #fff;
}
a.round.warn {
  border-color: #E37D00;
}
a.round.warn:hover {
  background-color: #E37D00;
  color: #fff;
}
.pager {
  margin: 0;
  padding: 30px;
}
.pager li a {
  color: #252F38;
  padding: 0;
  border: none;
  display: inline-block;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
}
.pager li a:hover {
  color: #2687e3;
  background: none;
}
.pager li a.active {
  color: #fff;
  background: #2687e3;
  border-radius: 4px;
}
.pager select,
.pager input,
.pager button {
  border-radius: 2px;
  border: 1px solid #d9d9d9;
  text-align: center;
  background-color: #fff;
  height: 28px;
  margin: 0 1em;
}
.pager input {
  width: 4em;
}
.pager button:hover {
  background: rgba(159, 159, 159, 0.2);
}
html {
  height: 100%;
  min-height: 100vh;
}
html body {
  height: 100%;
}
html body header {
  color: #fff;
  padding: 50px 80px;
  background: url(../images/bg_header_s.jpg) no-repeat;
  background-size: cover;
  padding-bottom: 40px;
}
html body header .logo img {
  width: 450px;
}
html body header .text-right {
  margin-top: -20px;
}
html body header .text-right img {
  float: right;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  border: rgba(255, 255, 255, 0.55) 4px solid;
  margin-left: 12px;
}
html body header .text-right h4 {
  font-size: 20px;
  margin-bottom: 8px;
}
html body header .text-right a {
  color: #fff;
  font-size: 18px;
  margin-left: 1em;
}
html body header .text-right a:hover {
  color: #cccccc;
}
html body footer {
  width: 100%;
}
html body footer p {
  text-align: center;
  padding: 30px;
  color: #9f9f9f;
  line-height: 28px;
}
html body.login {
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/bg_login.jpg);
}
html body.login footer {
  position: absolute;
  bottom: 0;
}
html body.login footer p {
  color: #fff;
}
html body.login .login-box {
  position: absolute;
  width: 448px;
  background: #ffffff;
  top: 50%;
  transform: translate(0, -50%);
  right: 136px;
  z-index: 99999;
}
html body.login .login-box .title {
  height: 84px;
  line-height: 84px;
  background: #f0f7fb;
}
html body.login .login-box .title img {
  height: 28px;
}
html body.login .login-box .form {
  padding: 0 44px;
}
html body.login .login-box .form .input {
  height: 72px;
  border-bottom: rgba(123, 142, 172, 0.2) 1px solid;
  padding-top: 36px;
}
html body.login .login-box .form .select {
  height: 72px;
  border-bottom: rgba(123, 142, 172, 0.2) 1px solid;
  padding-top: 36px;
}
html body.login .login-box .form .input input {
  font-size: 16px;
  width: 100%;
  padding-left: 75px;
  border: none;
  background-position: 20px center;
  background-repeat: no-repeat;
}
html body.login .login-box .form .select select {
  font-size: 16px;
  width: 100%;
  padding-left: 75px;
  border: none;
  background-position: 20px center;
  background-repeat: no-repeat;
}
html body.login .login-box .form .input input.user {
  background-image: url(../images/ico_user.png);
}
html body.login .login-box .form .section section.role {
  background-image: url(../images/ico_user.png);
}
html body.login .login-box .form .input input.pass {
  background-image: url(../images/ico_pass.png);
}
html body.login .login-box .form .input input.cap {
  background-image: url(../images/ico_cap.png);
  width: 10em;
}
html body.login .login-box .form .input td {
  padding: 0 0.5em;
}
html body.login .login-box .form .input td img {
  height: 30.4px;
}
html body.login .login-box .form .select td {
  padding: 0 0.5em;
}
html body.login .login-box .form .select td img {
  height: 30.4px;
}
html body.login .login-box .form .links {
  font-size: 14.4px;
  padding: 0.5em 0;
}
html body.login .login-box .form .links a {
  color: #7b8eac;
}
html body.login .login-box .form .links a:hover {
  color: #4a5567;
}
html body.login .login-box .form .button {
  padding: 1em 0;
}
html body.login .login-box .form .button button {
  font-size: 17.6px;
  height: 56px;
  width: 100%;
  color: #ffffff;
  box-shadow: 0px 0px 17px -4px rgba(20, 114, 255, 0.5);
  background: #2687e3;
}
html body.login .login-box .form .button button:hover {
  background: #1e6cb6;
}
html body.login .login-box .third {
  font-size: 16px;
  padding: 0.5em;
}
html body.login .login-box .third p {
  color: #bfbfbf;
}
html body.login .login-box .third .row img {
  width: 50px;
  padding: 0.5em;
}
html body.login .login-box .third .row p {
  font-size: 14.4px;
  color: #9f9f9f;
}
html body.success header {
  padding: 60px 80px;
  background: url(../images/bg_top_big.jpg) no-repeat;
}
html body.success header h3 {
  font-size: 50px;
  margin: 0.6em;
}
html body.success header p {
  font-size: 24px;
  line-height: 2em;
}
html body.success .links {
  padding: 70px 145px;
}
html body.success .links h5 {
  font-size: 24px;
  font-weight: 500;
  color: #1e6cb6;
  padding: 18px;
  margin: 0;
  background: #f5fafd;
}
html body.success .links .container {
  width: 1000px;
  padding-top: 2em;
}
html body.success .links .container a {
  font-size: 20px;
  color: #1e6cb6;
  display: inline-block;
  width: 50%;
}
html body.success .links .container a:hover {
  color: #2687e3;
}
html body.main {
  background: #f7f7f7;
}
html body.main div.main {
  margin: 30px;
  margin-bottom: 0;
  background: #fff;
  border-radius: 6px;
}
html body.main div.main .main-header {
  background: #fcfcfc;
  margin: 0;
  padding-left: 30px;
  height: 99px;
}
html body.main div.main .main-header li {
  display: inline-block;
  padding-top: 33px;
}
html body.main div.main .main-header li a {
  display: inline-block;
  position: relative;
  font-size: 24px;
  margin-right: 90px;
}
html body.main div.main .main-header li a.highlight {
  padding-left: 1em;
}
html body.main div.main .main-header li a.highlight::before {
  content: '';
  width: 3px;
  height: 21px;
  background: #2d65ab;
  position: absolute;
  margin-left: -0.5em;
  margin-top: 0.25em;
}
html body.main div.main .main-header li a.active {
  font-weight: 500;
}
html body.main div.main .main-header li a.active::before {
  content: '';
  position: absolute;
  width: 80%;
  height: 1px;
  background: #2687e3;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, 0);
}
html body.main div.main .main-header table {
  width: 100%;
}
html body.main div.main .main-header table td {
  height: 99px;
}
html body.main div.main .main-header table input {
  width: 100%;
  border: none;
  background-color: rgba(243, 245, 247, 0.9);
  height: 50px;
  font-size: 20px;
  padding: 0 1em;
  border-radius: 4px 0 0 4px;
}
html body.main div.main .main-header table button {
  border: none;
  background-color: rgba(243, 245, 247, 0.9);
  height: 50px;
  padding: 0 20px;
  border-radius: 0 4px 4px 0;
}
html body.main div.main .main-header table button i {
  color: #2687e3;
  font-size: 20px;
}
html body.main div.main .main-header table button:hover i {
  color: #1e6cb6;
}
html body.main div.main .table {
  font-size: 20px;
  color: #252F38;
}
html body.main div.main .table table {
  width: 100%;
}
html body.main div.main .table table tr {
  border-bottom: #f0f0f0 1px solid;
}
html body.main div.main .table table tr:nth-child(even) {
  background-color: rgba(240, 240, 240, 0.2);
}
html body.main div.main .table table th,
html body.main div.main .table table td {
  height: 60px;
  text-align: center;
}
html body.main div.main .table table th a,
html body.main div.main .table table td a {
  padding: 6px 20px;
  margin: 0 10px;
}
html body.main div.main .pager {
  padding-right: 70px;
}
html body.main div.main .form {
  padding: 60px 100px;
}
html body.main div.main .form .process {
  width: 1000px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 2em;
}
html body.main div.main .form .process .step .indicator {
  width: 24px;
  height: 24px;
  border: 4px solid #cbcbcb;
  border-radius: 50%;
}
html body.main div.main .form .process .step .indicator span {
  position: absolute;
  width: 100px;
  text-align: center;
  margin-left: -41px;
  margin-top: 1.5em;
  color: #cbcbcb;
  font-size: 20px;
  font-weight: 500;
}
html body.main div.main .form .process .step.success .indicator {
  border-color: #11bf94;
}
html body.main div.main .form .process .step.success .indicator span {
  color: #11bf94;
}
html body.main div.main .form .process .line {
  border-bottom: #cbcbcb 1px solid;
  height: 2px;
  flex: 1;
  margin: 0 1em;
}
html body.main div.main .form .user-form {
  width: 1000px;
  margin: 0 auto;
  padding-top: 90px;
  display: table;
}
html body.main div.main .form.table {
  display: table;
  font-size: 20px;
  line-height: 28px;
}
html body.main div.main .form.table .tr {
  display: table-row;
}
html body.main div.main .form.table .tr .th,
html body.main div.main .form.table .tr .td {
  display: table-cell;
  padding: 10px;
}
html body.main div.main .form.table .tr .th {
  width: 120px;
  vertical-align: middle;
}
html body.main div.main .form.table .tr .th.required::before {
  content: '*';
  color: red;
  position: absolute;
  margin-left: -0.5em;
}
html body.main div.main .form.table .tr .td input,
html body.main div.main .form.table .tr .td textarea {
  width: 100%;
  background: #f8f8f8;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0.5em 1em;
}
html body.main div.main .button-box {
  padding-bottom: 60px;
}
html body.main div.main .button-box button {
  width: 130px;
  height: 40px;
  border-radius: 3px;
  border: 1px solid #2687e3;
  font-size: 18px;
  font-weight: 500;
  margin: 0 20px;
}
html body.main div.main .button-box button.default {
  border-color: #2687e3;
  color: #2687e3;
  background-color: #fff;
}
html body.main div.main .button-box button.default:hover {
  background-color: rgba(204, 204, 204, 0.3);
}
html body.main div.main .button-box button.primary {
  background-color: #2687e3;
  color: #fff;
  box-shadow: 0px 0px 17px -4px rgba(20, 114, 255, 0.5);
}
html body.main div.main .button-box button.primary:hover {
  background-color: #1e6cb6;
}
html body.main div.main .button-box button.big {
  width: 190px;
  height: 48px;
}
