@charset "UTF-8";
@import url(../fontcss/iconfont.css);
.textEllipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

.flexCenter, .main-cont .login-btn {
  display: flex;
  justify-content: center;
  align-items: center; }

.borderBox {
  box-sizing: border-box; }

.ab, .all-type-list, label.checked-wrap span.checked-style, .main-cont .cont .ipt i, .main-cont .login-wrap, .main-cont .menu-a {
  position: absolute; }

.relative, label.checked-wrap, .container, .main-cont, .main-cont .cont .ipt {
  position: relative; }

.show, label.checked-wrap input:checked + span.checked-style:before, .main-cont .else span, .main-cont .else a, .main-cont .operation span, .main-cont .operation a {
  display: block; }

.hide {
  display: none; }

html, body {
  width: 100%;
  height: 100%;
  background-color: #F6F6F6; }

* {
  box-sizing: border-box; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: "微软雅黑", "PingFang SC", "Noto Sans Han", "Droid Sans Fallback", "Helvetial", "Roboto"; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
  box-sizing: border-box; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.di {
  display: inline-block; }

a {
  text-decoration: none; }

input {
  outline: 0;
  border: 0;
  margin: 0;
  padding: 0; }

.error-tip {
  color: #f00; }

input[type="submit"],
input[type="button"] {
  cursor: pointer; }

.all-type-list {
  top: 29px;
  min-width: 50px;
  width: auto;
  height: auto;
  background-color: #fff;
  border-radius: 6px;
  z-index: 99;
  transition: .3s;
  padding-left: 4px;
  padding-right: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); }
  .all-type-list li {
    padding: 8px 6px;
    cursor: pointer;
    transition: .3s; }
    .all-type-list li:hover {
      color: #61c139; }

ul.text-nowrap {
  white-space: nowrap; }

label.checked-wrap {
  display: inline-block;
  width: 20px;
  height: 20px; }
  label.checked-wrap input[type="checkbox"] {
    opacity: 0;
    position: relative;
    width: 20px;
    height: 20px;
    z-index: 11; }
  label.checked-wrap span.checked-style {
    top: 0;
    border: 1px solid #c8c8c8;
    background-color: #fff;
    width: 14px;
    height: 14px;
    transform: translate3d(-5px, 3px, 0); }
  label.checked-wrap input:checked + span.checked-style {
    display: inline-block; }
    label.checked-wrap input:checked + span.checked-style:before {
      content: '';
      background-color: #61c139;
      width: 8px;
      height: 8px;
      transform: translate3d(2px, 2px, 0); }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

.padbottom50 {
  padding-bottom: 50px; }

.textEllipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

.flexCenter, .main-cont .login-btn {
  display: flex;
  justify-content: center;
  align-items: center; }

.borderBox {
  box-sizing: border-box; }

.ab, .all-type-list, label.checked-wrap span.checked-style, .main-cont .cont .ipt i, .main-cont .login-wrap, .main-cont .menu-a {
  position: absolute; }

.relative, label.checked-wrap, .container, .main-cont, .main-cont .cont .ipt {
  position: relative; }

.show, label.checked-wrap input:checked + span.checked-style:before, .main-cont .else span, .main-cont .else a, .main-cont .operation span, .main-cont .operation a {
  display: block; }

.hide {
  display: none; }

.container {
  width: 100%;
  height: 100%;
  background-color: #009CE6;
  font-size: 0;
  line-height: 1;
  min-width: 1200px;
  background: url("../img/login_back.jpg") no-repeat;
  background-position: center top;
  background-color: #008ADD;
}

.main-cont {
  margin: 0 auto;
  width: 1200px;
  height: 100%;
  font-size: 0;
  line-height: 0; }
  .main-cont .cont {
    width: 288px;
    margin: 10px auto 0; }
    .main-cont .cont .ipt {
      width: 100%;
      height: 36px; }
      .main-cont .cont .ipt:first-of-type {
        margin-bottom: 30px;
        margin-top: 60px; }
      .main-cont .cont .ipt i {
        top: 0;
        left: 10px;
        bottom: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .main-cont .cont .ipt i:before {
          font-size: 22px;
          color: #505050; }
      .main-cont .cont .ipt input {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 14px;
        color: #646464;
        width: inherit;
        height: 36px;
        background-color: rgba(255, 255, 255, 0);
        border: 1px solid #969696;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 40px;
        padding-right: 20px; }
        .main-cont .cont .ipt input::-webkit-input-placeholder {
          color: #c8c8c8; }
        .main-cont .cont .ipt input::-moz-placeholder {
          color: #c8c8c8; }
        .main-cont .cont .ipt input:-ms-input-placeholder {
          color: #c8c8c8; }
        .main-cont .cont .ipt input::-ms-input-placeholder {
          color: #c8c8c8; }
        .main-cont .cont .ipt input::placeholder {
          color: #c8c8c8; }
        .main-cont .cont .ipt input:focus {
          border: 1px solid #61c139; }
        .main-cont .cont .ipt input:focus + i:before {
          color: #61c139; }
  .main-cont .login-btn {
    background-color: #61c139;
    /*border: 1px solid #BCBCBC;*/
    width: 100%;
    height: 45px;
    font-size: 18px;
    color: #fff;
    letter-spacing: 6px;
    margin-bottom: 30px; }
  .main-cont .else {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    color: #656565;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 200px; }
    .main-cont .else span {
      margin-right: 10px; }
    .main-cont .else a {
      margin-right: 6px; }
      .main-cont .else a:nth-of-type(1) {
        font-size: 28px;
        color: #EF3A56; }
      .main-cont .else a:nth-of-type(2) {
        font-size: 20px;
        color: #0095D7; }
      .main-cont .else a:nth-of-type(3) {
        font-size: 24px;
        color: #11A1E7; }
  .main-cont .login-wrap {
    width: 349.5px;
    height: 408px;
    background-color: white;
    right: 61px;
    top: 204px; }
    .main-cont .login-wrap h1 {
      width: 292px;
      height: 30px;
      background: url("../img/login_logo.png") no-repeat;
      margin: 40px auto;
      background-size: contain;
    }
  .main-cont .menu-a {
    width: 110px;
    height: 110px;
    border-radius: 100%;
    border: 2px solid rgba(255, 255, 255, 0.6);
    font-size: 24px;
    color: white;
    letter-spacing: 7px;
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    .main-cont .menu-a:nth-of-type(1) {
      top: 322px;
      left: 122px; }
    .main-cont .menu-a:nth-of-type(2) {
      top: 249px;
      right: 773px; }
    .main-cont .menu-a:nth-of-type(3) {
      top: 295px;
      right: 531px; }
    .main-cont .menu-a:hover {
      border-color: white;
      background-color: rgba(255, 255, 255, 0.4); }
    .main-cont .menu-a div {
      width: 100%;
      height: 24px;
      text-align: center;
      text-indent: 10px; }
      .main-cont .menu-a div:nth-of-type(1) {
        margin-top: 40px;
        margin-bottom: 6px; }
  .main-cont .operation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    color: #656565;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 20px;
    margin-bottom: 30px;
    margin-top: 10px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .main-cont .operation div {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .main-cont .operation input {
      width: 12px;
      height: 12px;
      border: 1px solid #7C7C7C; }
    .main-cont .operation aside {
      padding-left: 6px; }
    .main-cont .operation span {
      padding: 0 8px; }
    .main-cont .operation a {
      color: inherit; }
