.c01 {
  color: #2476fd !important; }

* {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none;
  word-break: break-all; }

img {
  max-width: 100%;
  display: block; }

a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: #333; }
  a:hover {
    color: #333; }

i, em {
  font-style: normal; }

table {
  width: 100%; }

ul, li, dl, dd {
  list-style: none; }

input {
  border: none;
  background: none;
  outline: none;
  color: #666;
  font-size: u(28); }

input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999; }

input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999; }

input:-ms-input-placeholder {
  color: #999; }

input::-webkit-input-placeholder {
  color: #999; }

textarea {
  border: none;
  outline: none;
  background: none;
  font-size: u(28); }

textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #c5c3c3; }

textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #c5c3c3; }

textarea:-ms-input-placeholder {
  color: #c5c3c3; }

textarea::-webkit-input-placeholder {
  color: #c5c3c3; }

h1, h2, h3, h4, h5 {
  font-weight: normal; }

.hide01 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; }

.hide02 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

img {
  width: 100%; }

body, html {
  height: 100%; }

.btnStyle {
  border: 0;
  background: none;
  cursor: pointer; }

@font-face {
 }
.fIco, .bodyStyle .login .contR .form ul li:before {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale; }

.bodyStyle {
  overflow: hidden;
  background-color: #EEE; }
  .bodyStyle .bg {
    position: absolute;
    left: -10px;
    top: -10px;
    right: -10px;
    bottom: -10px;
    background: url("../images/bg.jpg");
    background-size: cover;
    -webkit-filter: blur(6px);
            filter: blur(6px);
    opacity: 0.5; }
  .bodyStyle .login {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 800px;
    height: 500px;
    background-color: #FFF;
    z-index: 99;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1), 0 20px 80px rgba(0, 0, 0, 0.1);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1), 0 20px 80px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .bodyStyle .login .contL {
      width: 280px;
      background: url("../images/bg.jpg") 18% center;
      background-size: auto 240%; }
    .bodyStyle .login .contR {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      padding: 50px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .bodyStyle .login .contR h2 {
        font-size: 30px; }
        .bodyStyle .login .contR h2 em {
          font-size: 20px;
          display: block;
          text-transform: uppercase;
          color: #EEE; }
      .bodyStyle .login .contR .form ul li {
        border-bottom: 1px solid #EEE;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 60px;
        margin-bottom: 10px; }
        .bodyStyle .login .contR .form ul li input {
          width: 50%;
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          font-size: 16px; }
        .bodyStyle .login .contR .form ul li img {
          max-width: none;
          margin-top: 10px;
          margin-bottom: 10px;
          width: 120px; }
        .bodyStyle .login .contR .form ul li:last-child {
          margin-bottom: 0; }
        .bodyStyle .login .contR .form ul li:before {
       }

      .bodyStyle .login .contR .btnStyle {
        background-color: #2476fd;
        color: #FFF;
        height: 50px;
        width: 260px;
        font-size: 16px;
        border-radius: 4px;
        margin-top: 40px; }
