*{
  box-sizing: border-box;
}

html {
  height: 100%;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  font-family: arial, sans-serif;
  padding: 0px;
  margin: 0px;
  background: #fff;
  color: #555;
  text-align: center;
  font-size: 12px; }

p {
  margin: 0px;
  padding: 0px;
  line-height: 1.5em; }

form {
  padding: 0;
  margin: 0; }

div {
  padding: 0;
  margin: 0; }

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0; }

#foot {
  text-align: center;
}

#main {
  background: url(images/login/bg.jpg) center no-repeat #CF3F3F;
  height: 475px;
  margin-top: 100px;
  width: 100%;
}

.clearfix {
  *zoom: 1; }
  .clearfix:before {
    display: table;
    content: "";
    line-height: 0; }
  .clearfix:after {
    display: table;
    content: "";
    line-height: 0;
    clear: both; }

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block; }

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none; }

a:focus {
  outline: thin dotted #333333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

a:hover,
a:active {
  outline: 0; }

sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
  bottom: -0.25em; }

sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
  top: -0.5em; }

img {
  max-width: 100%;
  width: auto\9;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic; }

#map_canvas img,
.google-maps img {
  max-width: none; }

button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle; }

button,
input {
  *overflow: visible;
  line-height: normal; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }

button,
html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer; }

input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

label,
select,
button {
  cursor: pointer; }

input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer; }

input[type="search"] {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

textarea {
  overflow: auto;
  vertical-align: top; }

@media print {
  * {
    text-shadow: none !important;
    color: black !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  a {
    text-decoration: underline; }
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr {
    page-break-inside: avoid; }
  img {
    page-break-inside: avoid;
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; } }

body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 20px;
  color: #333333;
  background-color: #fff; }

a {
  color: black;
  text-decoration: none;
  -webkit-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  transition: All 0.5s ease; }
  a:hover {
    color: #ed6d49;
    text-decoration: none; }

select, textarea {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #525252;
  border-radius: 2px;
  vertical-align: middle; }

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 20px;
  color: #525252;
  border-radius: 2px;
  vertical-align: middle; }

.form_t {
  margin-left: 30px;
  margin-top: 10px;
}

span.user_t {
  font-size: 25px;
}
.form_t span {
  display: inline-block;
  color: #fff;
  font-weight: bolder;
  padding-bottom: 10px;
}
.fl {
  float: left;
}

.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
  border-radius: 30px;
  border: 0;
  text-shadow: 2px 1px 1px rgb(0 0 0 / 25%);
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.8);
          box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.8);
  font-family: "arial","Microsoft YaHei"; }
  .btn:first-child {
    *margin-left: 0; }
  .btn:hover {
    text-decoration: none; }
  .btn:focus {
    outline: none; }

.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  background-color: #e6e6e6;
  *background-color: #d9d9d9; }

.btn:active,
.btn.active {
  background-color: #cccccc \9; }

/* .btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15) 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15) 0 1px 2px rgba(0, 0, 0, 0.05); } */

.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  border-radius: 4px; }

.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px; }

.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  border-radius: 2px; }

.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0; }

.btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
  border-radius: 2px; }

.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px; }

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .btn-block + .btn-block {
    margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.btn-primary.active,
.btn-warning.active,
.btn-warning2.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75); }

.btn-primary {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #2877aa;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#3693cf), to(#2877aa));
  background-image: -o-linear-gradient(bottom, #3693cf, #2877aa);
  background-image: linear-gradient(to top, #3693cf, #2877aa);
  background-repeat: repeat-x;
  border-color: #3693cf #3693cf #2877aa;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); }

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: white;
  background-color: #2877aa;
  *background-color: #2877aa; }

.btn-primary:active,
.btn-primary.active {
  background-color: #3693cf \9; }

.btn-warning {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #e6a200;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ffb400), to(#e6a200));
  background-image: -o-linear-gradient(bottom, #ffb400, #e6a200);
  background-image: linear-gradient(to top, #ffb400, #e6a200);
  border-color: #ffb400 #ffb400 #e6a200;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); }

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: white;
  background-color: #e6a200;
  *background-color: #e6a200; }

.btn-warning:active,
.btn-warning.active {
  background-color: #ffb400 \9; }

.btn-warning2 {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #eb5a32;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ed6d49), to(#eb5a32));
  background-image: -o-linear-gradient(bottom, #ed6d49, #eb5a32);
  background-image: linear-gradient(to top, #ed6d49, #eb5a32);
  border-color: #ed6d49 #ed6d49 #eb5a32;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); }

.btn-warning2:hover,
.btn-warning2:active,
.btn-warning2.active,
.btn-warning2.disabled,
.btn-warning2[disabled] {
  color: white;
  background-color: #eb5a32;
  *background-color: #eb5a32; }

.btn-warning2:active,
.btn-warning2.active {
  background-color: #ed6d49 \9; }

.btn-danger {
  background: url(images/login/submit.png) no-repeat;
  background-size: contain !important;
  box-shadow: none;
  /* text-shadow: 2px 1px 1px rgb(0 0 0 / 25%);
  color: #fff;
  background: #5ac2e6;
  background: linear-gradient(to bottom, #b7deed 0%,#5ac2e6 50%,#21b4e2 51%,#59a7c1 100%); */
}
.btn-danger:hover {
  background: url(images/login/submitNewHover.png) no-repeat;
  background-size: contain !important;
  box-shadow: none;
}
.btn-dangerC {
  background: url(images/login/submitCNew.png) no-repeat;
  background-size: contain !important;
  box-shadow: none;
}
.btn-dangerC:hover {
  background: url(images/login/submitCNewHover.png) no-repeat;
  background-size: contain !important;
  box-shadow: none;
}

/* .btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
  color: #fff;
  background: #5ac2e6;
  background: linear-gradient(to bottom, #b7deed 0%,#5ac2e6 50%,#21b4e2 51%,#59a7c1 100%);
} */

.btn-success {
  background: url(images/login/try.png) no-repeat;
  /* text-shadow: 2px 1px 1px rgb(0 0 0 / 25%);
  color: #fff;
  background: #f1b318;
  background: linear-gradient(to bottom, #ffd75b 0%,#ffc400 3%,#ffb900 31%,#ffb607 37%,#ffb408 43%,#ffb110 49%,#ff9e00 51%,#ff8a00 77%,#ff7f00 100%); */
}
/* .btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
  color: #fff;
  background: #f1b318;
  background: linear-gradient(to bottom, #ffd75b 0%,#ffc400 3%,#ffb900 31%,#ffb607 37%,#ffb408 43%,#ffb110 49%,#ff9e00 51%,#ff8a00 77%,#ff7f00 100%);
} */

.btn-info {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0c9abb;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#0daed3), to(#0c9abb));
  background-image: -o-linear-gradient(bottom, #0daed3, #0c9abb);
  background-image: linear-gradient(to top, #0daed3, #0c9abb);
  border-color: #0daed3 #0daed3 #0c9abb;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); }

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: white;
  background-color: #0c9abb;
  *background-color: #0c9abb; }

.btn-info:active,
.btn-info.active {
  background-color: #0daed3 \9; }

.btn-inverse {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0d0d0d;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#444444), to(#0d0d0d));
  background-image: -o-linear-gradient(bottom, #444444, #0d0d0d);
  background-image: linear-gradient(to top, #444444, #0d0d0d);
  border-color: #0d0d0d #0d0d0d black;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); }

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: white;
  background-color: #0d0d0d;
  *background-color: #0d0d0d; }

.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9; }

button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px; }

button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0; }

button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px; }

button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px; }

button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px; }

.btn-link {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: transparent;
  cursor: pointer;
  color: #0088cc;
  border-radius: 0px; }
  .btn-link:hover {
    color: #005580;
    text-decoration: underline;
    background-color: transparent; }

.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn-link[disabled]:hover {
  color: #333333;
  text-decoration: none; }

[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("images/login/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
  margin-top: 1px; }

.icon-white {
  background-image: url("images/login/glyphicons-halflings-white.png"); }

.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"] {
  background-image: url("images/login/glyphicons-halflings-white.png"); }

.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"] {
  background-image: url("images/login/glyphicons-halflings-white.png"); }

.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"] {
  background-image: url("images/login/glyphicons-halflings-white.png"); }

.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"] {
  background-image: url("images/login/glyphicons-halflings-white.png"); }

.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"] {
  background-image: url("images/login/glyphicons-halflings-white.png"); }

.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: url("images/login/glyphicons-halflings-white.png"); }

.icon-glass {
  background-position: 0 0; }

.icon-music {
  background-position: -24px 0; }

.icon-search {
  background-position: -48px 0; }

.icon-envelope {
  background-position: -72px 0; }

.icon-heart {
  background-position: -96px 0; }

.icon-star {
  background-position: -120px 0; }

.icon-star-empty {
  background-position: -144px 0; }

.icon-user {
  background-position: -168px 0; }

.icon-film {
  background-position: -192px 0; }

.icon-th-large {
  background-position: -216px 0; }

.icon-th {
  background-position: -240px 0; }

.icon-th-list {
  background-position: -264px 0; }

.icon-ok {
  background-position: -288px 0; }

.icon-remove {
  background-position: -312px 0; }

.icon-zoom-in {
  background-position: -336px 0; }

.icon-zoom-out {
  background-position: -360px 0; }

.icon-off {
  background-position: -384px 0; }

.icon-signal {
  background-position: -408px 0; }

.icon-cog {
  background-position: -432px 0; }

.icon-trash {
  background-position: -456px 0; }

.icon-home {
  background-position: 0 -24px; }

.icon-file {
  background-position: -24px -24px; }

.icon-time {
  background-position: -48px -24px; }

.icon-road {
  background-position: -72px -24px; }

.icon-download-alt {
  background-position: -96px -24px; }

.icon-download {
  background-position: -120px -24px; }

.icon-upload {
  background-position: -144px -24px; }

.icon-inbox {
  background-position: -168px -24px; }

.icon-play-circle {
  background-position: -192px -24px; }

.icon-repeat {
  background-position: -216px -24px; }

.icon-refresh {
  background-position: -240px -24px; }

.icon-list-alt {
  background-position: -264px -24px; }

.icon-lock {
  background-position: -287px -24px; }

.icon-flag {
  background-position: -312px -24px; }

.icon-headphones {
  background-position: -336px -24px; }

.icon-volume-off {
  background-position: -360px -24px; }

.icon-volume-down {
  background-position: -384px -24px; }

.icon-volume-up {
  background-position: -408px -24px; }

.icon-qrcode {
  background-position: -432px -24px; }

.icon-barcode {
  background-position: -456px -24px; }

.icon-tag {
  background-position: 0 -48px; }

.icon-tags {
  background-position: -25px -48px; }

.icon-book {
  background-position: -48px -48px; }

.icon-bookmark {
  background-position: -72px -48px; }

.icon-print {
  background-position: -96px -48px; }

.icon-camera {
  background-position: -120px -48px; }

.icon-text {
  background-position: -144px -48px; }

.icon-bold {
  background-position: -167px -48px; }

.icon-italic {
  background-position: -192px -48px; }

.icon-text-height {
  background-position: -216px -48px; }

.icon-text-width {
  background-position: -240px -48px; }

.icon-align-left {
  background-position: -264px -48px; }

.icon-align-center {
  background-position: -288px -48px; }

.icon-align-right {
  background-position: -312px -48px; }

.icon-align-justify {
  background-position: -336px -48px; }

.icon-indent-left {
  background-position: -384px -48px; }

.icon-indent-right {
  background-position: -408px -48px; }

.icon-facetime-video {
  background-position: -432px -48px; }

.icon-picture {
  background-position: -456px -48px; }

.icon-pencil {
  background-position: 0 -72px; }

.icon-map-marker {
  background-position: -24px -72px; }

.icon-adjust {
  background-position: -48px -72px; }

.icon-tint {
  background-position: -72px -72px; }

.icon-edit {
  background-position: -96px -72px; }

.icon-social-share {
  background-position: -120px -72px; }

.icon-check {
  background-position: -144px -72px; }

.icon-move {
  background-position: -168px -72px; }

.icon-step-backward {
  background-position: -192px -72px; }

.icon-fast-backward {
  background-position: -216px -72px; }

.icon-backward {
  background-position: -240px -72px; }

.icon-play {
  background-position: -264px -72px; }

.icon-pause {
  background-position: -288px -72px; }

.icon-stop {
  background-position: -312px -72px; }

.icon-forward {
  background-position: -336px -72px; }

.icon-fast-forward {
  background-position: -360px -72px; }

.icon-step-forward {
  background-position: -384px -72px; }

.icon-eject {
  background-position: -408px -72px; }

.icon-chevron-left {
  background-position: -432px -72px; }

.icon-chevron-right {
  background-position: -456px -72px; }

.icon-plus-sign {
  background-position: 0 -96px; }

.icon-minus-sign {
  background-position: -24px -96px; }

.icon-remove-sign {
  background-position: -48px -96px; }

.icon-ok-sign {
  background-position: -72px -96px; }

.icon-question-sign {
  background-position: -96px -96px; }

.icon-info-sign {
  background-position: -120px -96px; }

.icon-screenshot {
  background-position: -144px -96px; }

.icon-remove-circle {
  background-position: -168px -96px; }

.icon-ok-circle {
  background-position: -192px -96px; }

.icon-ban-circle {
  background-position: -216px -96px; }

.icon-arrow-left {
  background-position: -240px -96px; }

.icon-arrow-right {
  background-position: -264px -96px; }

.icon-arrow-up {
  background-position: -289px -96px; }

.icon-arrow-down {
  background-position: -312px -96px; }

.icon-share-alt {
  background-position: -336px -96px; }

.icon-resize-full {
  background-position: -360px -96px; }

.icon-resize-small {
  background-position: -384px -96px; }

.icon-plus {
  background-position: -408px -96px; }

.icon-minus {
  background-position: -433px -96px; }

.icon-asterisk {
  background-position: -456px -96px; }

.icon-exclamation-sign {
  background-position: 0 -120px; }

.icon-gift {
  background-position: -24px -120px; }

.icon-leaf {
  background-position: -48px -120px; }

.icon-fire {
  background-position: -72px -120px; }

.icon-eye-open {
  background-position: -96px -120px; }

.icon-eye-close {
  background-position: -120px -120px; }

.icon-warning-sign {
  background-position: -144px -120px; }

.icon-plane {
  background-position: -168px -120px; }

.icon-calendar {
  background-position: -192px -120px; }

.icon-random {
  background-position: -216px -120px;
  width: 16px; }

.icon-comment {
  background-position: -240px -120px; }

.icon-magnet {
  background-position: -264px -120px; }

.icon-chevron-up {
  background-position: -288px -120px; }

.icon-chevron-down {
  background-position: -313px -119px; }

.icon-retweet {
  background-position: -336px -120px; }

.icon-shopping-cart {
  background-position: -360px -120px; }

.icon-folder-close {
  background-position: -384px -120px; }

.icon-folder-open {
  background-position: -408px -120px;
  width: 16px; }

.icon-resize-vertical {
  background-position: -432px -119px; }

.icon-resize-horizontal {
  background-position: -456px -118px; }

.icon-hdd {
  background-position: 0 -144px; }

.icon-bullhorn {
  background-position: -24px -144px; }

.icon-bell {
  background-position: -48px -144px; }

.icon-certificate {
  background-position: -72px -144px; }

.icon-thumbs-up {
  background-position: -96px -144px; }

.icon-thumbs-down {
  background-position: -120px -144px; }

.icon-hand-right {
  background-position: -144px -144px; }

.icon-hand-left {
  background-position: -168px -144px; }

.icon-hand-up {
  background-position: -192px -144px; }

.icon-hand-down {
  background-position: -216px -144px; }

.icon-circle-arrow-right {
  background-position: -240px -144px; }

.icon-circle-arrow-left {
  background-position: -264px -144px; }

.icon-circle-arrow-up {
  background-position: -288px -144px; }

.icon-circle-arrow-down {
  background-position: -312px -144px; }

.icon-globe {
  background-position: -336px -144px; }

.icon-wrench {
  background-position: -360px -144px; }

.icon-tasks {
  background-position: -384px -144px; }

.icon-filter {
  background-position: -408px -144px; }

.icon-briefcase {
  background-position: -432px -144px; }

.icon-fullscreen {
  background-position: -456px -144px; }

.row-fluid {
  width: 100%;
  *zoom: 1; }
  .row-fluid:before {
    display: table;
    content: "";
    line-height: 0; }
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
    clear: both; }
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.127659574468085%;
    *margin-left: 2.074468085106383%; }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0; }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.127659574468085%; }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%; }
  .row-fluid .span11 {
    width: 91.48936170212765%;
    *width: 91.43617021276594%; }
  .row-fluid .span10 {
    width: 82.97872340425532%;
    *width: 82.92553191489361%; }
  .row-fluid .span9 {
    width: 74.46808510638297%;
    *width: 74.41489361702126%; }

@media (max-width: 400px) {
  .row-fluid .span9.code-bar {
    width: 63%;
    margin-right: 16px; } }

.row-fluid .span8 {
  width: 65.95744680851064%;
  *width: 65.90425531914893%; }

.row-fluid .span7 {
  width: 57.44680851063829%;
  *width: 57.39361702127659%; }

.row-fluid .span6 {
  width: 48.93617021276595%;
  *width: 48.88297872340425%; }

.row-fluid .span5 {
  width: 40.42553191489362%;
  *width: 40.37234042553192%; }

.row-fluid .span4 {
  width: 31.914893617021278%;
  *width: 31.861702127659576%; }

.row-fluid .span3 {
  width: 23.404255319148934%;
  *width: 23.351063829787233%; }

.row-fluid .span2 {
  width: 14.893617021276595%;
  *width: 14.840425531914894%; }

.row-fluid .span1 {
  width: 6.382978723404255%;
  *width: 6.329787234042553%; }

.row-fluid .offset12 {
  margin-left: 104.25531914893617%;
  *margin-left: 104.14893617021275%; }
  .row-fluid .offset12:first-child {
    margin-left: 102.12765957446808%;
    *margin-left: 102.02127659574467%; }

.row-fluid .offset11 {
  margin-left: 95.74468085106382%;
  *margin-left: 95.6382978723404%; }
  .row-fluid .offset11:first-child {
    margin-left: 93.61702127659574%;
    *margin-left: 93.51063829787232%; }

.row-fluid .offset10 {
  margin-left: 87.23404255319149%;
  *margin-left: 87.12765957446807%; }
  .row-fluid .offset10:first-child {
    margin-left: 85.1063829787234%;
    *margin-left: 84.99999999999999%; }

.row-fluid .offset9 {
  margin-left: 78.72340425531914%;
  *margin-left: 78.61702127659572%; }
  .row-fluid .offset9:first-child {
    margin-left: 76.59574468085106%;
    *margin-left: 76.48936170212764%; }

.row-fluid .offset8 {
  margin-left: 70.2127659574468%;
  *margin-left: 70.10638297872339%; }
  .row-fluid .offset8:first-child {
    margin-left: 68.08510638297872%;
    *margin-left: 67.9787234042553%; }

.row-fluid .offset7 {
  margin-left: 61.70212765957446%;
  *margin-left: 61.59574468085106%; }
  .row-fluid .offset7:first-child {
    margin-left: 59.574468085106375%;
    *margin-left: 59.46808510638297%; }

.row-fluid .offset6 {
  margin-left: 53.191489361702125%;
  *margin-left: 53.085106382978715%; }
  .row-fluid .offset6:first-child {
    margin-left: 51.063829787234035%;
    *margin-left: 50.95744680851063%; }

.row-fluid .offset5 {
  margin-left: 44.68085106382979%;
  *margin-left: 44.57446808510638%; }
  .row-fluid .offset5:first-child {
    margin-left: 42.5531914893617%;
    *margin-left: 42.4468085106383%; }

.row-fluid .offset4 {
  margin-left: 36.170212765957444%;
  *margin-left: 36.06382978723405%; }
  .row-fluid .offset4:first-child {
    margin-left: 34.04255319148936%;
    *margin-left: 33.93617021276596%; }

.row-fluid .offset3 {
  margin-left: 27.659574468085104%;
  *margin-left: 27.5531914893617%; }
  .row-fluid .offset3:first-child {
    margin-left: 25.53191489361702%;
    *margin-left: 25.425531914893618%; }

.row-fluid .offset2 {
  margin-left: 19.148936170212764%;
  *margin-left: 19.04255319148936%; }
  .row-fluid .offset2:first-child {
    margin-left: 17.02127659574468%;
    *margin-left: 16.914893617021278%; }

.row-fluid .offset1 {
  margin-left: 10.638297872340425%;
  *margin-left: 10.53191489361702%; }
  .row-fluid .offset1:first-child {
    margin-left: 8.51063829787234%;
    *margin-left: 8.404255319148938%; }

@media (min-width: 768px) and (max-width: 979px) {
  .row {
    margin-left: -20px;
    *zoom: 1; }
    .row:before {
      display: table;
      content: "";
      line-height: 0; }
    .row:after {
      display: table;
      content: "";
      line-height: 0;
      clear: both; }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px; }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container,
  .span12 {
    width: 724px; }
  .span11 {
    width: 662px; }
  .span10 {
    width: 600px; }
  .span9 {
    width: 538px; }
  .span8 {
    width: 476px; }
  .span7 {
    width: 414px; }
  .span6 {
    width: 352px; }
  .span5 {
    width: 290px; }
  .span4 {
    width: 228px; }
  .span3 {
    width: 166px; }
  .span2 {
    width: 104px; }
  .span1 {
    width: 42px; }
  .offset12 {
    margin-left: 764px; }
  .offset11 {
    margin-left: 702px; }
  .offset10 {
    margin-left: 640px; }
  .offset9 {
    margin-left: 578px; }
  .offset8 {
    margin-left: 516px; }
  .offset7 {
    margin-left: 454px; }
  .offset6 {
    margin-left: 392px; }
  .offset5 {
    margin-left: 330px; }
  .offset4 {
    margin-left: 268px; }
  .offset3 {
    margin-left: 206px; }
  .offset2 {
    margin-left: 144px; }
  .offset1 {
    margin-left: 82px; }
  .row-fluid {
    width: 100%;
    *zoom: 1; }
  .row-fluid:before {
    display: table;
    content: "";
    line-height: 0; }
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
    clear: both; }
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.7624309392265194%;
    *margin-left: 2.709239449864817%; }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0; }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.7624309392265194%; }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%; }
  .row-fluid .span11 {
    width: 91.43646408839778%;
    *width: 91.38327259903608%; }
  .row-fluid .span10 {
    width: 82.87292817679558%;
    *width: 82.81973668743387%; }
  .row-fluid .span9 {
    width: 74.30939226519337%;
    *width: 74.25620077583166%; }
  .row-fluid .span8 {
    width: 65.74585635359117%;
    *width: 65.69266486422946%; }
  .row-fluid .span7 {
    width: 57.18232044198895%;
    *width: 57.12912895262725%; }
  .row-fluid .span6 {
    width: 48.61878453038674%;
    *width: 48.56559304102504%; }
  .row-fluid .span5 {
    width: 40.05524861878453%;
    *width: 40.00205712942283%; }
  .row-fluid .span4 {
    width: 31.491712707182323%;
    *width: 31.43852121782062%; }
  .row-fluid .span3 {
    width: 22.92817679558011%;
    *width: 22.87498530621841%; }
  .row-fluid .span2 {
    width: 14.3646408839779%;
    *width: 14.311449394616199%; }
  .row-fluid .span1 {
    width: 5.801104972375691%;
    *width: 5.747913483013988%; }
  .row-fluid .offset12 {
    margin-left: 105.52486187845304%;
    *margin-left: 105.41847889972962%; }
  .row-fluid .offset12:first-child {
    margin-left: 102.76243093922652%;
    *margin-left: 102.6560479605031%; }
  .row-fluid .offset11 {
    margin-left: 96.96132596685082%;
    *margin-left: 96.8549429881274%; }
  .row-fluid .offset11:first-child {
    margin-left: 94.1988950276243%;
    *margin-left: 94.09251204890089%; }
  .row-fluid .offset10 {
    margin-left: 88.39779005524862%;
    *margin-left: 88.2914070765252%; }
  .row-fluid .offset10:first-child {
    margin-left: 85.6353591160221%;
    *margin-left: 85.52897613729868%; }
  .row-fluid .offset9 {
    margin-left: 79.8342541436464%;
    *margin-left: 79.72787116492299%; }
  .row-fluid .offset9:first-child {
    margin-left: 77.07182320441989%;
    *margin-left: 76.96544022569647%; }
  .row-fluid .offset8 {
    margin-left: 71.2707182320442%;
    *margin-left: 71.16433525332079%; }
  .row-fluid .offset8:first-child {
    margin-left: 68.50828729281768%;
    *margin-left: 68.40190431409427%; }
  .row-fluid .offset7 {
    margin-left: 62.70718232044199%;
    *margin-left: 62.600799341718584%; }
  .row-fluid .offset7:first-child {
    margin-left: 59.94475138121547%;
    *margin-left: 59.838368402492065%; }
  .row-fluid .offset6 {
    margin-left: 54.14364640883978%;
    *margin-left: 54.037263430116376%; }
  .row-fluid .offset6:first-child {
    margin-left: 51.38121546961326%;
    *margin-left: 51.27483249088986%; }
  .row-fluid .offset5 {
    margin-left: 45.58011049723757%;
    *margin-left: 45.47372751851417%; }
  .row-fluid .offset5:first-child {
    margin-left: 42.81767955801105%;
    *margin-left: 42.71129657928765%; }
  .row-fluid .offset4 {
    margin-left: 37.01657458563536%;
    *margin-left: 36.91019160691196%; }
  .row-fluid .offset4:first-child {
    margin-left: 34.25414364640884%;
    *margin-left: 34.14776066768544%; }
  .row-fluid .offset3 {
    margin-left: 28.45303867403315%;
    *margin-left: 28.346655695309746%; }
  .row-fluid .offset3:first-child {
    margin-left: 25.69060773480663%;
    *margin-left: 25.584224756083227%; }
  .row-fluid .offset2 {
    margin-left: 19.88950276243094%;
    *margin-left: 19.783119783707537%; }
  .row-fluid .offset2:first-child {
    margin-left: 17.12707182320442%;
    *margin-left: 17.02068884448102%; }
  .row-fluid .offset1 {
    margin-left: 11.32596685082873%;
    *margin-left: 11.219583872105325%; }
  .row-fluid .offset1:first-child {
    margin-left: 8.56353591160221%;
    *margin-left: 8.457152932878806%; }
  input, textarea, .uneditable-input {
    margin-left: 0; }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 20px; }
  input.span12, textarea.span12, .uneditable-input.span12 {
    width: 710px; }
  input.span11, textarea.span11, .uneditable-input.span11 {
    width: 648px; }
  input.span10, textarea.span10, .uneditable-input.span10 {
    width: 586px; }
  input.span9, textarea.span9, .uneditable-input.span9 {
    width: 524px; }
  input.span8, textarea.span8, .uneditable-input.span8 {
    width: 462px; }
  input.span7, textarea.span7, .uneditable-input.span7 {
    width: 400px; }
  input.span6, textarea.span6, .uneditable-input.span6 {
    width: 338px; }
  input.span5, textarea.span5, .uneditable-input.span5 {
    width: 276px; }
  input.span4, textarea.span4, .uneditable-input.span4 {
    width: 214px; }
  input.span3, textarea.span3, .uneditable-input.span3 {
    width: 152px; }
  input.span2, textarea.span2, .uneditable-input.span2 {
    width: 90px; }
  input.span1, textarea.span1, .uneditable-input.span1 {
    width: 28px; } }

@media (min-width: 1200px) {
  .row {
    margin-left: -30px;
    *zoom: 1; }
  .row:before {
    display: table;
    content: "";
    line-height: 0; }
  .row:after {
    display: table;
    content: "";
    line-height: 0;
    clear: both; }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 30px; }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container,
  .span12 {
    width: 1170px; }
  .span11 {
    width: 1070px; }
  .span10 {
    width: 970px; }
  .span9 {
    width: 870px; }
  .span8 {
    width: 770px; }
  .span7 {
    width: 670px; }
  .span6 {
    width: 570px; }
  .span5 {
    width: 470px; }
  .span4 {
    width: 370px; }
  .span3 {
    width: 270px; }
  .span2 {
    width: 170px; }
  .span1 {
    width: 70px; }
  .offset12 {
    margin-left: 1230px; }
  .offset11 {
    margin-left: 1130px; }
  .offset10 {
    margin-left: 1030px; }
  .offset9 {
    margin-left: 930px; }
  .offset8 {
    margin-left: 830px; }
  .offset7 {
    margin-left: 730px; }
  .offset6 {
    margin-left: 630px; }
  .offset5 {
    margin-left: 530px; }
  .offset4 {
    margin-left: 430px; }
  .offset3 {
    margin-left: 330px; }
  .offset2 {
    margin-left: 230px; }
  .offset1 {
    margin-left: 130px; }
  .row-fluid {
    width: 100%;
    *zoom: 1; }
  .row-fluid:before {
    display: table;
    content: "";
    line-height: 0; }
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
    clear: both; }
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.564102564102564%;
    *margin-left: 2.5109110747408616%; }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0; }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.564102564102564%; }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%; }
  .row-fluid .span11 {
    width: 91.45299145299145%;
    *width: 91.39979996362975%; }
  .row-fluid .span10 {
    width: 82.90598290598291%;
    *width: 82.8527914166212%; }
  .row-fluid .span9 {
    width: 74.35897435897436%;
    *width: 74.30578286961266%; }
  .row-fluid .span8 {
    width: 65.81196581196582%;
    *width: 65.75877432260411%; }
  .row-fluid .span7 {
    width: 57.26495726495726%;
    *width: 57.21176577559556%; }
  .row-fluid .span6 {
    width: 48.717948717948715%;
    *width: 48.664757228587014%; }
  .row-fluid .span5 {
    width: 40.17094017094017%;
    *width: 40.11774868157847%; }
  .row-fluid .span4 {
    width: 31.623931623931625%;
    *width: 31.570740134569924%; }
  .row-fluid .span3 {
    width: 23.076923076923077%;
    *width: 23.023731587561375%; }
  .row-fluid .span2 {
    width: 14.52991452991453%;
    *width: 14.476723040552828%; }
  .row-fluid .span1 {
    width: 5.982905982905983%;
    *width: 5.929714493544281%; }
  .row-fluid .offset12 {
    margin-left: 105.12820512820512%;
    *margin-left: 105.02182214948171%; }
  .row-fluid .offset12:first-child {
    margin-left: 102.56410256410257%;
    *margin-left: 102.45771958537915%; }
  .row-fluid .offset11 {
    margin-left: 96.58119658119658%;
    *margin-left: 96.47481360247316%; }
  .row-fluid .offset11:first-child {
    margin-left: 94.01709401709402%;
    *margin-left: 93.91071103837061%; }
  .row-fluid .offset10 {
    margin-left: 88.03418803418803%;
    *margin-left: 87.92780505546462%; }
  .row-fluid .offset10:first-child {
    margin-left: 85.47008547008548%;
    *margin-left: 85.36370249136206%; }
  .row-fluid .offset9 {
    margin-left: 79.48717948717949%;
    *margin-left: 79.38079650845607%; }
  .row-fluid .offset9:first-child {
    margin-left: 76.92307692307693%;
    *margin-left: 76.81669394435352%; }
  .row-fluid .offset8 {
    margin-left: 70.94017094017094%;
    *margin-left: 70.83378796144753%; }
  .row-fluid .offset8:first-child {
    margin-left: 68.37606837606839%;
    *margin-left: 68.26968539734497%; }
  .row-fluid .offset7 {
    margin-left: 62.393162393162385%;
    *margin-left: 62.28677941443899%; }
  .row-fluid .offset7:first-child {
    margin-left: 59.82905982905982%;
    *margin-left: 59.72267685033642%; }
  .row-fluid .offset6 {
    margin-left: 53.84615384615384%;
    *margin-left: 53.739770867430444%; }
  .row-fluid .offset6:first-child {
    margin-left: 51.28205128205128%;
    *margin-left: 51.175668303327875%; }
  .row-fluid .offset5 {
    margin-left: 45.299145299145295%;
    *margin-left: 45.1927623204219%; }
  .row-fluid .offset5:first-child {
    margin-left: 42.73504273504273%;
    *margin-left: 42.62865975631933%; }
  .row-fluid .offset4 {
    margin-left: 36.75213675213675%;
    *margin-left: 36.645753773413354%; }
  .row-fluid .offset4:first-child {
    margin-left: 34.18803418803419%;
    *margin-left: 34.081651209310785%; }
  .row-fluid .offset3 {
    margin-left: 28.205128205128204%;
    *margin-left: 28.0987452264048%; }
  .row-fluid .offset3:first-child {
    margin-left: 25.641025641025642%;
    *margin-left: 25.53464266230224%; }
  .row-fluid .offset2 {
    margin-left: 19.65811965811966%;
    *margin-left: 19.551736679396257%; }
  .row-fluid .offset2:first-child {
    margin-left: 17.094017094017094%;
    *margin-left: 16.98763411529369%; }
  .row-fluid .offset1 {
    margin-left: 11.11111111111111%;
    *margin-left: 11.004728132387708%; }
  .row-fluid .offset1:first-child {
    margin-left: 8.547008547008547%;
    *margin-left: 8.440625568285142%; }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0; }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 30px; }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 1156px; }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 1056px; }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 956px; }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 856px; }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 756px; }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 656px; }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 556px; }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 456px; }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 356px; }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 256px; }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 156px; }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 56px; }
  .thumbnails {
    margin-left: -30px; }
  .thumbnails > li {
    margin-left: 30px; }
  .row-fluid .thumbnails {
    margin-left: 0; } }

.sign-in-container {
  position: relative;
  min-width: 300px;
  width: 90%;
  max-width: 950px;
  height: 100%;
  margin: 0 auto;
}
.sign-in-container:before {
  display: inline-block;
  background: url(images/login/year_banner.png) no-repeat 0px 0px;
  content: "";
  width: 694px;
  height: 412px;
  line-height: 0;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
}

.sign-in-container .login-wrapper {
  position: relative;
  float: right;
  width: 270px;
  height: auto;
  padding: 15px 0px 30px;
  margin-top: 27px;
  background: rgba(0,0,0,0.3);
  border-radius: 10px;
}
  .sign-in-container .login-wrapper .header {
    /* padding: 20px 10px; */
    margin: 0; }
  .sign-in-container .login-wrapper .span12 {
    position: relative; }
  .sign-in-container .login-wrapper img#seccode {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 90px;
    height: 35px;
  }

.sign-in-container .login-wrapper .header h3 {
  font-size: 24px;
  margin: 0;
  padding: 0;
  color: #fff;
  font-family: "arial","Microsoft YaHei"; }

.sign-in-container .login-wrapper .header p {
  font-size: 12px;
  text-align: left;
  line-height: 18px;
  color: gray;
  padding: 10px 0;
  margin: 0; }

.sign-in-container .login-wrapper .header .logo img {
  max-width: 80px;
  float: right; }

.sign-in-container .login-wrapper .content {
  padding: 6px 30px;
}
.sign-in-container .login-wrapper .content span {
  display: none;
}
.sign-in-container .login-wrapper .content .input {
  height: 45px;
  line-height: 40px;
  font-size: 1rem;
  font-weight: normal;
  color: #666666;
  border: 0;
  border-radius: 5px;
  margin: 7px 0;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.sign-in-container .login-wrapper .content .input {
  padding-left: 43px;
}

.sign-in-container .login-wrapper .content .span12::after {
  content: "";
  background: url(images/login/login_ico.png) no-repeat !important;
  background-size: contain;
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  z-index: 111;
  top: 11px;
  left: 6px;
}

.sign-in-container .login-wrapper .content .row-fluid:nth-child(1) .span12::after {
  background-position: 0px 2px !important;
}
.sign-in-container .login-wrapper .content .row-fluid:nth-child(2) .span12::after {
  background-position: 0px -44px !important;
}
.sign-in-container .login-wrapper .content .row-fluid:nth-child(3) .span12::after {
  background-position: 0px -92px !important;
}

.sign-in-container .login-wrapper .content .input:focus {
  outline: none;
  box-shadow: 0 0 5px 2px rgb(0 0 0 / 45%);
}
.sign-in-container .login-wrapper .content .input::-webkit-input-placeholder {
  color: #999; }
.sign-in-container .login-wrapper .content .input::-moz-placeholder {
  color: #999; }
.sign-in-container .login-wrapper .content .input:-ms-input-placeholder {
  color: #999; }
.sign-in-container .login-wrapper .content .input::-ms-input-placeholder {
  color: #999; }
.sign-in-container .login-wrapper .content .input::placeholder {
  color: #999; }
.sign-in-container .login-wrapper .content .input:hover::-webkit-input-placeholder {
  color: #4597d0; }
.sign-in-container .login-wrapper .content .input:hover::-moz-placeholder {
  color: #4597d0; }
.sign-in-container .login-wrapper .content .input:hover:-ms-input-placeholder {
  color: #4597d0; }
.sign-in-container .login-wrapper .content .input:hover::-ms-input-placeholder {
  color: #4597d0; }
.sign-in-container .login-wrapper .content .input:hover::placeholder {
  color: #4597d0; }
.sign-in-container .login-wrapper .content .input:hover, .sign-in-container .login-wrapper .content select:hover {
  background: #fff;
  color: #333; }

.sign-in-container .login-wrapper .actions,
.sign-in-container .login-wrapper .service {
  padding: 0px 30px;
  border-radius: 0 0 4px 4px;
}
.sign-in-container .login-wrapper .actions .btn {
  width: 100%;
  height: 46px;
  margin-right: 5px;
  font-size: 1rem;
  letter-spacing: 3px;
  font-weight: bold;
  font-family: "Microsoft JhengHei";
  border: 0;
  border-radius: 0px;
  background-position: 50% 50%;
  background-size: cover;
}
.sign-in-container .login-wrapper .service .btn {
  width: 98%;
  height: 32px;
  margin-right: 5px;
  margin-top: 5px;
  font-size: 1rem;
  letter-spacing: 3px;
  font-weight: bold;
  font-family: "Microsoft JhengHei";
  border: 0;
}

.sign-in-container .login-wrapper .actions .btn:last-child,
.sign-in-container .login-wrapper .service .btn:last-child {
  margin-right: 0px;
}
/* .sign-in-container .login-wrapper .actions .btn:hover {
  filter: brightness(1.1)
} */

.sign-in-container .login-wrapper .actions .link {
  padding: 8px;
  margin-right: 10px;
  color: #777777; }

.K13_logo {
  width: 140px;
  height: 74px;
  margin: 0 auto;
}
.K13_logo img {
  width: 100%;
}

.login_BG {
  position: relative;
}
.login_BG:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  /* background: url(images/login/bg-memkk.jpg) center center no-repeat; */
  /* background: #FFF url(images/login/bg.jpg) no-repeat;
  background-size: 100% auto; */
}

.display_select {
  display: flex;
  border-top: 1px dashed #bfa0a0;
  padding: 11px 0;
  font-size: 16px; }

.login_play_btn {
  display: flex;
  /* margin-left: 2.1%; */
}

.connection {
  background: #fff;
  border-radius: 5px;
  position: absolute;
  width: 203px;
  top: calc(50% + 161px);
  height: 56px;
  right: 34px;
  padding: 3px;
}
.connection div {
  display: inline-block;
  margin: 0 15px;
  width: 50px;
  height: 50px;
}
.connection div a {
  display: block;
  width: 50px;
  height: 50px;
}
.connection .skype {
  background: url(images/login/skype.png) center center/cover no-repeat;
}

.connection .telegram {
  background: url(images/login/telegram.png) center center/cover no-repeat;
}
.service .btn {
  outline: none;
  border-radius: 5px;
  background: #ff7b00;
  color: #fff;
  cursor: pointer;
  position: relative;
}

.service .btn:hover {
  color: #fff;
  background: #ff2300;
}

.service .btn:before {
  content: "";
  width: 25px;
  height: 25px;
  display: inline-block;
  /*background: url(images/login/Service.jpg) no-repeat 0 0;*/
  position: absolute;
  left: 10px;
  top: 4px;
}

@media (min-width: 768px) {
  .sign-in-container .login-wrapper .actions .btn {
    /* margin: 0 3px;  */
  }
  .display_select {
    font-size: 14px; } }

.display_select input[type="radio"] {
  display: none; }
  .display_select input[type="radio"] + label {
    width: 50%;
    cursor: pointer;
    padding: 5px 7px;
    border: 0;
    font-size: 0.9rem;
    transition: .5s ease;
    box-shadow: none;
    background: #fcfff4;
    background: linear-gradient(to bottom, #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%);
    filter: brightness(1.1);
  }

.display_select input[type="radio"]:checked + label {
  font-weight: bold;
  /* background: #fccd4d;
  background: linear-gradient(to bottom, #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%); */
  filter: grayscale(1) brightness(0.95);
}

.for_PC {
  float: left;
  border-radius: 5px 0 0 5px;
  border-right: 1px solid #9c9c9c !important; }

.for_mobile {
  float: left;
  border-radius: 0 5px 5px 0;
  border-left: 1px solid #fff !important; }

.qrBox {
  width: 320px;
  margin: auto; }

@media (min-width: 768px) {
  .qrBox {
    width: auto; } }

#qrcode, #qrcode_dl {
  position: relative;
  top: 5px;
  width: 150px;
  margin: auto;
  border-radius: 20px;
  overflow: hidden;
  border: 2px solid #fff;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.6); }

#qrcode {
  float: left; }

#qrcode_dl {
  float: right; }

@media (min-width: 768px) {
  #qrcode, #qrcode_dl {
    width: 200px;
    float: right; }
  #qrcode {
    top: 30px; }
  #qrcode_dl {
    top: 60px; } }

#qrcode p, #qrcode_dl p {
  font-size: 18px;
  font-weight: bold;
  color: #00419e;
  border-bottom: 2px solid #00419e;
  font-family: "arial","Microsoft YaHei"; }

@media (min-width: 768px) {
  #qrcode p, #qrcode_dl p {
    font-size: 25px; } }

#qrcode img {
  width: 70%; }

#qrcode_dl img {
  width: 60%;
  border: 8px solid #fff; }

@media (min-width: 768px) {
  #qrcode img {
    width: 100%; }
  #qrcode_dl img {
    width: 75%;
    border: 20px solid #fff; } }

.btn-register {
  background: #ffc578;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffc578), to(#fb9d23));
  background: -o-linear-gradient(top, #ffc578 0%, #fb9d23 100%);
  background: linear-gradient(to bottom, #ffc578 0%, #fb9d23 100%);
  color: #fff; }

.registerBox {
  width: 90% !important;
  min-width: 300px;
  max-width: 414px;
  height: 280px !important;
  font-family: "arial","Microsoft YaHei"; }
  .registerBox .title {
    padding: 10px !important;
    margin: 0 !important; }
  .registerBox .content {
    height: 200px;
    color: #fff; }
  .registerBox p {
    padding: 5px 15px;
    color: #ffe375;
    font-size: 15px;
    letter-spacing: 1px;
    margin: 0;
    line-height: 1.5em;
    height: 25px !important;
    overflow: hidden !important;
    font-size: 14px !important; }
    .registerBox p input {
      border: 1px solid #aaa;
      width: calc(100% - 115px);
      min-width: 185px; }
    .registerBox p .ID_first {
      width: 30px;
      display: inline-block;
      text-align: left; }
    .registerBox p .ID_name {
      width: calc(100% - 220px);
      min-width: 80px;
      margin: 0;
      padding: 0 6px; }
    .registerBox p .checkBtn {
      width: 60px;
      min-width: auto;
      font-size: 12px;
      padding: 2px;
      border-radius: 3px;
      background-color: #FBE251;
      border: 2px solid #FFF; }
  .registerBox .submit-btn {
    width: 20%;
    display: inline-block;
    background: #20f902;
    background: -webkit-gradient(linear, left top, left bottom, from(#20f902), to(#02a157));
    background: -o-linear-gradient(top, #20f902 0%, #02a157 100%);
    background: linear-gradient(to bottom, #20f902 0%, #02a157 100%);
    color: #fff;
    font-size: 16px !important;
    margin: 0 3px; }
  .registerBox .close-btn {
    width: 20%;
    display: inline-block !important;
    background: #ffc578 !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffc578), to(#fb9d23)) !important;
    background: -o-linear-gradient(top, #ffc578 0%, #fb9d23 100%) !important;
    background: linear-gradient(to bottom, #ffc578 0%, #fb9d23 100%) !important;
    border-radius: 12px !important;
    font-size: 16px !important;
    margin: 0 3px; }
  .registerBox .ad-result {
    height: 50%;
    width: 95%;
    min-width: 310px;
    min-height: 265px; }
  .registerBox .resultMSG {
    height: 190px;
    color: #fff; }
    .registerBox .resultMSG p {
      font-size: 20px !important; }

.login_BG #myAlert .bet_ok_box {
  margin: auto !important;
  position: absolute;
  height: 80px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 3;
  font-family: "arial","Microsoft YaHei"; }
  .login_BG #myAlert .bet_ok_box div {
    letter-spacing: 3px !important; }
  .login_BG #myAlert .bet_ok_box button {
    font-size: 16px;
    font-family: "arial","Microsoft YaHei"; }

@media (max-width: 768px) {
  #main {
    height: 100vh;
    margin-top: 0px;
    background-size: cover;
  }
  .sign-in-container {
    min-width: 260px;
    width: 80%;
    max-width: 360px;
  }
  .sign-in-container:before {
    width: unset;
    height: unset;
    background: none;
  }
  .sign-in-container .login-wrapper {
    width: 100%;
    margin-top: 0px;
    position: absolute;
    top: 50%;
    transform: translateY(-60%);
  }

  .form_t span {
    padding-bottom: 7px;
  }
  .connection {
    width: 214px;
    top: calc(50% + 133px);
    right: 21%;
  }
  .sign-in-container .login-wrapper .service .btn {
    width: 64%;
    min-width: 214px;
  }
}