﻿.blue {
  color: #00aaee;
}

.gray {
  color: #b9bcc7;
}

.red {
  color: #fc4444;
}

.orange {
  color: #ff7802;
}

html {
  font-family: 'Microsoft YaHei', 'Helvetica Neue', 'Hiragino Sans GB', '黑体', Arial, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article,
aside,
details,
figcacption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background: transparent;
  text-decoration: none;
  color: #333;
}

a:active,
a:hover,
a:focus {
  outline: 0;
  text-decoration: none;
  color: #078dcf;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
}

ton {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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: p;
}

input {
  line-height: normal;
}

input[type='checkbox'],
input[type='radio'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}

input[type='search'] {
  -webkit-appearance: textfield;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body,
div,
address,
blockquote,
iframe,
ul,
ol,
dl,
dt,
dd,
li,
dl,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
pre,
table,
caption,
th,
td,
form,
legend,
fieldset,
input,
button,
select,
textarea,
article,
aside,
audio,
canvas,
command,
datalist,
details,
embed,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
source,
video,
time {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 100%;
  font-family: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*text-align: justify;*/
}

body {
  color: #333;
  background: #fff;
  font: 8px;
  overflow-x: hidden;
}

ul,
li,
ol {
  list-style: none;
  line-height: normal;
}

i,
address,
cite,
dfn,
em,
var {
  font-style: normal;
}

body {
  min-width: 1200px;
}

html,
body {
  min-height: 100%;
}

a,
img,
input[type='text'],
input[type='submit'],
input[type='password'],
textarea,
select,
button,
footer,
header,
time,
span,
em,
i {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.g-side-tab .hd,
.cf {
  *zoom: 1;
}

.g-side-tab .hd:before,
.g-side-tab .hd:after,
.cf:before,
.cf:after {
  content: '';
  display: table;
}

.g-side-tab .hd:after,
.cf:after {
  clear: both;
}

input[type='text'],
input[type='password'],
select,
textarea {
  border: #333 1px solid;
  outline: none;
}

input:hover[type='text'],
input:hover[type='password'],
select:hover,
textarea:hover,
input:focus[type='text'],
input:focus[type='password'],
select:focus,
textarea:focus {
  border-color: #078dcf;
}

.left,
.right {
  float: left;
}

.show {
  display: block !important;
}

.content {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.btn {
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  border-radius: 5px;
  border: #078dcf 1px solid;
  text-align: center;
  background-color: #078dcf;
  color: #fff;
}

.btn:hover {
  opacity: 0.8;
  color: #fff;
}

.btn.btn-blue {
  background-color: #00aaee;
  border-color: #00aaee;
}

.btn.btn-gray {
  background-color: #b9bcc7;
  border-color: #b9bcc7;
}

.btn.btn-red {
  background-color: #fc4444;
  border-color: #fc4444;
}

.btn.btn-orange {
  background-color: #ff7802;
  border-color: #ff7802;
}

.btn.btn-white {
  background-color: #fff;
  border-color: #eee;
  color: #333;
}

input[type='text'],
input[type='password'],
select {
  width: 100%;
  border: #eee 1px solid;
  height: 30px;
  border-radius: 5px;
  padding: 0 5px;
}

input[type='text']:focus,
input[type='password']:focus,
select:focus {
  border-color: #078dcf;
}

input[type='submit'] {
  width: 100%;
  outline: none;
}

input[type='submit']:hover {
  opacity: 0.8;
}

textarea {
  height: auto;
  min-height: 120px;
  border: #eee 1px solid;
  border-radius: 5px;
  padding: 5px;
}

.prv-nxt {
  padding-top: 20px;
  padding-bottom: 20px;
}

.prv-nxt .left {
  float: left;
}

.prv-nxt .right {
  float: right;
}

.prv-nxt a {
  padding: 0 10px;
  height: 27px;
  border: #eee 1px solid;
  text-align: center;
  line-height: 27px;
  font-size: 12px;
  display: inline-block;
  margin-right: 5px;
}

.prv-nxt a:hover,
.prv-nxt .active {
  background-color: #078dcf;
  color: #fff;
  border-color: #078dcf;
}

.prv-nxt .right {
  font-size: 12px;
}

.g-side-tab .hd {
  border-top: #494b4a 2px solid;
  padding: 15px 0 15px 0;
  position: relative;
  line-height: 20px;
  font-size: 16px;
  border-bottom: #dfdfdf 1px solid;
  margin-bottom: 20px;
}

.g-side-tab .hd li {
  width: 50%;
  text-align: center;
  float: left;
  border-left: #ab120d 5px solid;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.g-side-tab .hd li:first-child {
  border: none;
}

.g-side-tab .bd > div {
  display: none;
}

.g-side-tab .bd .tab-con1 {
  display: block;
}

/* ----------------------------------------------------------------------main-------------------------------------------------------------------- */
html {
  min-height: 100%;
}

html body {
  min-height: 100%;
  min-width: auto;
}

.signIn {
  width: 100%;
  min-height: 100%;
}

.signIn .box {
  width: 100%;
  /*min-height: 731px;*/
  border-radius: 18px;
  margin: 20px auto;
}

.signIn .left {
  display: none;
  float: left;
  width: 100%;
  /*height: 655px;*/
  padding-left: 54px;
}

.signIn .left h3 {
  margin-top: 59px;
  font-size: 26px;
  color: #ffffff;
  font-weight: bold;
}

.signIn .left p {
  /*margin-top: 0px;*/
  font-size: 12px;
  color: #e0e0e0;
  text-transform: uppercase;
  font-weight: bold;
}

.signIn .right {
  width: 100%;
  /*height: 655px;*/
  background-color: #fff;
  position: relative;
  padding: 20px 30px;
  border-radius: 0;
}

.signIn .right .logo {
  width: 100%;
  height: 74px;
  font-size: 28px;
  color: #333333;
  font-weight: bold;
  line-height: 37px;
}

.signIn .right .logo img {
  /* width: 120px; */
  height: 32px;
  margin-top: 26px;
  float: left;
}

.signIn .right .logo h2 {
  font-size: 18px;
  line-height: 18x;
  margin-top: 70px;
}

.signIn .right .logo small {
  font-size: 8px;
  line-height: 8px;
  font-weight: bold;
  color: gray;
  text-transform: uppercase;
}

.signIn .right .username,
.signIn .right .password {
  width: 100%;
  height: 52px;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  color: #d5d5d5;
  font-size: 16px;
  padding-left: 67px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.signIn .right .username:hover,
.signIn .right .username:focus,
.signIn .right .password:hover,
.signIn .right .password:focus {
  color: #078dcf;
  border: 1px solid #078dcf;
}

.signIn .right .username::-webkit-input-placeholder,
.signIn .right .password::-webkit-input-placeholder {
  color: #d5d5d5;
}

.signIn .right .username:-ms-input-placeholder,
.signIn .right .password:-ms-input-placeholder {
  color: #d5d5d5;
}

.signIn .right .username::-ms-input-placeholder,
.signIn .right .password::-ms-input-placeholder {
  color: #d5d5d5;
}

.signIn .right .username::placeholder,
.signIn .right .password::placeholder {
  color: #d5d5d5;
}

.signIn .right .username {
  margin-top: 49px;
  background: url(../../../public/static/images/login/user-default.png) 32px 14px no-repeat;
}

.signIn .right .username:hover,
.signIn .right .username:focus {
  background: url(../../../public/static/images/login/user-active.png) 32px 14px no-repeat;
}

.signIn .right .password {
  margin-top: 24px;
  background: url(../../../public/static/images/login/password-default.png) 32px 14px no-repeat;
}

.signIn .right .password:hover,
.signIn .right .password:focus {
  background: url(../../../public/static/images/login/password-active.png) 32px 14px no-repeat;
}

.signIn .right .remenber {
  margin-top: 26px;
  height: 16px;
  text-align: right;
}

.signIn .right .remenber #remenber {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
  margin-right: 8px;
}

.signIn .right .remenber .remenber1 {
  line-height: 16px;
  font-size: 16px;
  color: #6d6d6d;
}

.signIn .right button {
  display: block;
  width: 100%;
  font-size: 22px;
  text-align: center;
  height: 59px;
  line-height: 59px;
  width: 100%;
  border-radius: 6px;
  border: none;
}

.signIn .right .sign-in {
  margin-top: 82px;
  color: #ffffff;
  background-color: #078dcf;
  -webkit-box-shadow: 0px 7px 30px 0px rgba(0, 104, 183, 0.35);
  box-shadow: 0px 7px 30px 0px rgba(0, 104, 183, 0.35);
}

.signIn .right .exit {
  margin-top: 22px;
  color: #078dcf;
  border: 1px solid #078dcf;
  background-color: #fff;
}

.signIn .cpt {
  font-size: 12px;
  text-align: center;
  color: #adadad;
  position: relative;
  top: 10px;
}

.signIn .cpt a {
  color: #adadad;
}

.signIn .cpt a:hover {
  color: #078dcf;
}

@media (min-width: 768px) {
  body {
    /*height: 100vh;*/
    background: url(../../../public/static/images/login/bg.png) center center no-repeat;
    background-size: cover;
  }

  .signIn {
    width: 100%;
    min-height: 100%;
    background: url(../../../public/static/images/login/bg.png) center center no-repeat;
    background-size: cover;
  }

  .signIn .box {
    width: 924px;
    min-height: 555px;
    border-radius: 18px;
    margin: 30px auto 15px auto;
    box-shadow: darkgrey 0px 0px 15px 5px;
  }

  .signIn .left {
    display: block;
    float: left;
    width: 474px;
    height: 555px;
    /* background: url(../../../public/static/images/login/signIn-img.png) center center no-repeat; */
    /* background-size: cover; */
    border-radius: 18px 0 0 18px;
    padding-left: 54px;
  }

  .signIn .left h3 {
    margin-top: 39px;
    font-size: 26px;
  }

  .signIn .right {
    float: left;
    width: 450px;
    height: 555px;
    background-color: #fff;
    border-radius: 0 18px 18px 0;
    padding: 60px 63px 73px 35px;
    position: relative;
  }

  .signIn .right .logo {
    width: 381px;
  }

  .signIn .right .logo img {
    /* width: 120px; */
    height: 32px;
    float: left;
    margin-top: 16px;
  }

  .signIn .right .logo h2 {
    font-size: 24px;
    line-height: 24px;
    margin-top: 72px;
  }

  .signIn .right .logo small {
    font-size: 12px;
    line-height: 12px;
    color: gray;
    text-transform: uppercase;
    font-weight: bold;
  }

  .signIn .right .username,
  .signIn .right .password {
    width: 381px;
    height: 52px;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
    color: #d5d5d5;
    font-size: 16px;
    padding-left: 67px;
  }

  .signIn .right .username:hover,
  .signIn .right .username:focus,
  .signIn .right .password:hover,
  .signIn .right .password:focus {
    color: #078dcf;
    border: 1px solid #078dcf;
  }

  .signIn .right .username::-webkit-input-placeholder,
  .signIn .right .password::-webkit-input-placeholder {
    color: #d5d5d5;
  }

  .signIn .right .username:-ms-input-placeholder,
  .signIn .right .password:-ms-input-placeholder {
    color: #d5d5d5;
  }

  .signIn .right .username::-ms-input-placeholder,
  .signIn .right .password::-ms-input-placeholder {
    color: #d5d5d5;
  }

  .signIn .right .username::placeholder,
  .signIn .right .password::placeholder {
    color: #d5d5d5;
  }

  .signIn .right .username {
    /* margin-top: 16px; */
    background: url(../../../public/static/images/login/user-default.png) 32px 14px no-repeat;
  }

  .signIn .right .username:hover,
  .signIn .right .username:focus {
    background: url(../../../public/static/images/login/user-active.png) 32px 14px no-repeat;
  }

  .signIn .right .password {
    margin-top: 24px;
    background: url(../../../public/static/images/login/password-default.png) 32px 14px no-repeat;
  }

  .signIn .right .password:hover,
  .signIn .right .password:focus {
    background: url(../../../public/static/images/login/password-active.png) 32px 14px no-repeat;
  }

  .signIn .right .remenber {
    margin-top: 26px;
    height: 16px;
    position: absolute;
    right: 83px;
  }

  .signIn .right .remenber #remenber {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
    margin-right: 8px;
  }

  .signIn .right .remenber .remenber1 {
    line-height: 16px;
    font-size: 16px;
    color: #6d6d6d;
  }

  .signIn .right button {
    display: block;
    width: 100%;
    font-size: 22px;
    text-align: center;
    height: 52px;
    line-height: 52px;
    width: 381px;
    border-radius: 6px;
    border: none;
  }

  .signIn .right .sign-in {
    /*margin-top: 112px;*/
    color: #ffffff;
    background-color: #078dcf;
  }

  .signIn .right .exit {
    margin-top: 22px;
    color: #078dcf;
    border: 1px solid #078dcf;
    background-color: #fff;
  }

  .signIn .cpt {
    top: 10px;
    font-size: 13px;
  }
}

@media (min-width: 1200px) {
  body {
    /*height: 100vh;*/
  }

  .signIn {
    width: 100%;
    min-height: 100%;
    background: url(../../../public/static/images/login/bg.png) center center no-repeat;
    background-size: cover;
  }

  .signIn .box {
    width: 1200px;
    min-height: 605px;
    border-radius: 18px;
    margin: 60px auto 20px auto;
  }

  .signIn .left {
    display: block;
    float: left;
    width: 653px;
    min-height: 605px;
    /* background: url(../../../public/static/images/login/signIn-img.png) center center no-repeat; */
    /* background-size: cover; */
    padding-left: 54px;
  }

  .signIn .left h3 {
    margin-top: 59px;
    font-size: 26px;
  }

  .signIn .right {
    float: left;
    width: 546px;
    min-height: 605px;
    background-color: #fff;
    border-radius: 0 18px 18px 0;
    padding: 60px 83px 73px 81px;
    position: relative;
  }

  .signIn .right .logo {
    width: 381px;
  }

  .signIn .right .logo img {
    /* width: 120px; */
    height: 32px;
    margin-top: 16px;
    float: left;
  }

  .signIn .right .logo h2 {
    font-size: 24px;
    line-height: 24px;
    margin-top: 72px;
  }

  .signIn .right .logo small {
    font-size: 13px;
    line-height: 13px;
    color: gray;
    text-transform: uppercase;
    font-weight: bold;
  }

  .signIn .right .username,
  .signIn .right .password {
    width: 381px;
    height: 52px;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
    color: #d5d5d5;
    font-size: 16px;
    padding-left: 67px;
  }

  .signIn .right .username:hover,
  .signIn .right .username:focus,
  .signIn .right .password:hover,
  .signIn .right .password:focus {
    color: #078dcf;
    border: 1px solid #078dcf;
  }

  .signIn .right .username::-webkit-input-placeholder,
  .signIn .right .password::-webkit-input-placeholder {
    color: #d5d5d5;
  }

  .signIn .right .username:-ms-input-placeholder,
  .signIn .right .password:-ms-input-placeholder {
    color: #d5d5d5;
  }

  .signIn .right .username::-ms-input-placeholder,
  .signIn .right .password::-ms-input-placeholder {
    color: #d5d5d5;
  }

  .signIn .right .username::placeholder,
  .signIn .right .password::placeholder {
    color: #d5d5d5;
  }

  .signIn .right .username {
    margin-top: 49px;
    background: url(../../../public/static/images/login/user-default.png) 32px 14px no-repeat;
  }

  .signIn .right .username:hover,
  .signIn .right .username:focus {
    background: url(../../../public/static/images/login/user-active.png) 32px 14px no-repeat;
  }

  .signIn .right .password {
    margin-top: 24px;
    background: url(../../../public/static/images/login/password-default.png) 32px 14px no-repeat;
  }

  .signIn .right .password:hover,
  .signIn .right .password:focus {
    background: url(../../../public/static/images/login/password-active.png) 32px 14px no-repeat;
  }

  .signIn .right .remenber {
    margin-top: 26px;
    height: 16px;
    position: absolute;
    right: 83px;
  }

  .signIn .right .remenber #remenber {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
    margin-right: 8px;
  }

  .signIn .right .remenber .remenber1 {
    line-height: 16px;
    font-size: 16px;
    color: #6d6d6d;
  }

  .signIn .right button {
    display: block;
    width: 100%;
    font-size: 22px;
    text-align: center;
    height: 52px;
    line-height: 52px;
    width: 381px;
    border-radius: 6px;
    border: none;
  }

  .signIn .right .sign-in {
    color: #ffffff;
    background-color: #078dcf;
  }

  .signIn .right .exit {
    margin-top: 22px;
    color: #078dcf;
    border: 1px solid #078dcf;
    background-color: #fff;
  }

  .signIn .cpt {
    top: 10px;
    font-size: 14px;
  }
}

@media (min-width: 1920px) {
  .signIn {
    min-height: 100%;
  }

  .signIn .box {
    width: 1604px;
    margin: 40px auto 20px auto;
    min-height: 826px;
  }

  .signIn .left {
    width: 874px;
    min-height: 826px;
    padding-left: 73px;
  }

  .signIn .left h3 {
    margin-top: 59px;
  }

  .signIn .left p {
    font-size: 13px;
  }

  .signIn .right {
    width: 730px;
    min-height: 826px;
    padding: 81px 111px 98px 109px;
  }

  .signIn .right .logo {
    width: 510px;
  }

  .signIn .right .logo img {
    /* width: 180px; */
    height: 48px;
    margin-top: 22px;
  }

  .signIn .right .logo h2 {
    font-size: 32px;
    line-height: 32px;
    margin-top: 96px;
  }

  .signIn .right .logo small {
    font-size: 17px;
    line-height: 17px;
    color: gray;
    text-transform: uppercase;
    font-weight: bold;
  }

  .signIn .right .username,
  .signIn .right .password {
    width: 510px;
    height: 70px;
    font-size: 22px;
    padding-left: 90px;
  }

  .signIn .right .username {
    margin-top: 89px;
    background: url(../../../public/static/images/login/user-default.png) 44px 24px no-repeat;
  }

  .signIn .right .username:hover,
  .signIn .right .username:focus {
    background: url(../../../public/static/images/login/user-active.png) 44px 24px no-repeat;
  }

  .signIn .right .password {
    margin-top: 32px;
    background: url(../../../public/static/images/login/password-default.png) 44px 24px no-repeat;
  }

  .signIn .right .password:hover,
  .signIn .right .password:focus {
    background: url(../../../public/static/images/login/password-active.png) 44px 24px no-repeat;
  }

  .signIn .right .remenber {
    margin-top: 36px;
    height: 22px;
    right: 111px;
  }

  .signIn .right .remenber #remenber {
    width: 22px;
    height: 22px;
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
  }

  .signIn .right .remenber .remenber1 {
    line-height: 22px;
    font-size: 22px;
  }

  .signIn .right button {
    font-size: 26px;
    height: 70px;
    line-height: 70px;
    width: 510px;
  }

  .signIn .right .sign-in {
    margin-top: 92px;
    color: #ffffff;
    background-color: #078dcf;
  }

  .signIn .right .exit {
    margin-top: 30px;
  }

  .signIn .cpt {
    top: 10px;
    font-size: 14px;
  }
}
