body {
  background-color: #0179d3;
  font-family: "microsoftyaheilight","microsoft yahei","stheiti","microsoft jhenghei",stheiti,mingliu; }

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

input::-moz-placeholder {
  color: #c7d5ee; }

input:-moz-placeholder {
  color: #c7d5ee; }

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

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #0179d3 inset;
  text-fill-color: white;
  -webkit-text-fill-color: white;
}

input {
  outline: none; }

a {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer; }

.header_bg .header {
  background-color: #0179d3; }

a:hover {
  text-decoration: underline; }

.mt40 {
  margin-top: 40px; }

.lg_header {
  max-width: 1200px;
  min-width: 500px;
  margin: 0 auto 160px auto;
  height: 70px;
  line-height: 70px; }
  .lg_header .right {
    float: right;
    font-size: 14px; }
    .lg_header .right span {
      color: #c7d5ee; }
    .lg_header .right a {
      margin-left: 10px; }

.lg_footer {
  color: #ffffff;
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%; }
  .lg_footer p {
    text-align: center; }

@media (max-height: 700px) {
  .lg_footer {
    position: static; } }
.lg_box {
  color: #ffffff;
  width: 300px;
  margin: 0px auto;
  padding: 0px 50px;
  position: relative; }
  .lg_box h1 {
    font-size: 24px;
    font-weight: normal; }
  .lg_box .tips-head {
    font-size: 24px;
    margin-bottom: 20px; }
    .lg_box .tips-head .success-ico {
      vertical-align: middle;
      margin-right: 10px; }
  .lg_box .tips {
    width: 100%;
    word-wrap: break-word;
    word-break: break-all;
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 40px; }
  .lg_box .password {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 40px; }
    .lg_box .password .rememberpassword input {
      width: 14px;
      height: 14px;
      border-radius: 0;
      border: 0; }
    .lg_box .password .forgotpassword {
      float: right; }
  .lg_box .login_btn {
    height: 44px;
    line-height: 44px;
    background-color: #ffffff;
    color: #0079cc;
    width: 100%;
    display: block;
    border-radius: 22px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    font-family: "microsoftyahei"; }
  .lg_box .formbox {
    position: relative;
    margin-bottom: 15px;
    width: 100%;
    border-bottom: 1px solid #ffffff; }
    .lg_box .formbox.required::before {
      content: '*';
      color: red;
      position: absolute;
      bottom: 0px;
      left: -15px; }
    .lg_box .formbox.no-underline {
      border-bottom: none; }
    .lg_box .formbox.loginvalidation {
      margin-top: 40px; }
    .lg_box .formbox .form_input {
      display: block;
      border: 0;
      background-color: #0179d3;
      height: 45px;
      line-height: 45px;
      font-size: 14px;
      color: #ffffff;
      width: 99%; }
    .lg_box .formbox .fieldcheck_select {
      width: 100%;
      background: none;
      appearance: none;
      -moz-appearance: none;
      -webkit-appearance: none;
      border: 0;
      color: #ffffff;
      height: 45px;
      line-height: 45px;
      padding: 0; }
    .lg_box .formbox .infobox {
      position: absolute;
      bottom: 0;
      left: 320px;
      font-size: 14px;
      width: 100%;
      padding-left: 30px;
      line-height: 24px;
      color: #f7f7f7; }
    .lg_box .formbox .form_dropmenu_btn {
      position: absolute;
      right: 0;
      top: 0;
      cursor: pointer;
      height: 45px;
      line-height: 60px; }
      .lg_box .formbox .form_dropmenu_btn span {
        border: 7px solid transparent;
        border-top-color: white;
        display: inline-block;
        transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out; }
      .lg_box .formbox .form_dropmenu_btn .add_transform {
        transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg); }
    .lg_box .formbox .error {
      background:  no-repeat left center; }
    .lg_box .formbox .success {
      background:  no-repeat left center;
      height: 24px; }
  .lg_box .formboxcur {
    border-bottom: 2px solid #ffffff; }
    .lg_box .formboxcur.no-underline {
      border-bottom: none; }
  .lg_box .username_dropmenu {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 52px;
    z-index: 10;
    display: none;
    background: rgba(255, 255, 255, 0.9);
    color: #000;
    width: 100%;
    cursor: pointer; }
    .lg_box .username_dropmenu li {
      padding: 12px 6px;
      font-size: 14px; }
    .lg_box .username_dropmenu li:hover, .lg_box .username_dropmenu li.active {
      background: #fff;
      color: #5d8cd2; }
  .lg_box .promptinfo {
    font-size: 14px;
    line-height: 1.5; }

.tabmenu {
  text-align: center;
  font-size: 24px;
  margin-bottom: 40px; }

  .validationbox {
    margin-bottom: 20px;
  }

  .validationbox .validationtext {
    font-size: 16px;
    line-height: 20px;
    text-align: left;
  }
  .tabmenu span.line {
    margin: 0px 7px;
    color: #c7d5ee; }
  .tabmenu a {
    font-size: 24px;
    text-decoration: none;
    color: #c7d5ee; }
  .tabmenu .selected {
    color: #ffffff; }

.formbox_rightbtn {
  position: absolute;
  right: 0px;
  bottom: 10px;
  display: block;
  border-radius: 20px;
  background-color: #ffffff;
  color: #0079cc;
  line-height: 26px;
  padding: 0px 15px;
  text-decoration: none;
  font-size: 14px; }

.xieyi {
  margin-top: 20px;
  min-height: 50px;
}
  .xieyi input {
    width: 14px;
    height: 14px; }

.imgyzm {
  position: absolute;
  right: 0px;
  bottom: 10px;
  display: block;
  width: 110px;
  height: 37px;
  background-color: #ffffff; }

.getyzm {
  position: absolute;
  right: 0px;
  bottom: 15px;
  display: block; }

.preson_tab {
  border-radius: 20px;
  background-color: #3494dc;
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  margin-bottom: 15px; }
  .preson_tab a {
    width: 150px;
    text-align: center;
    display: block;
    float: left; }
  .preson_tab .cur {
    background-color: #ffffff;
    color: #0079cc;
    border-radius: 20px;
    line-height: 26px; }

.person {
  display: none; }

.personregister {
  display: block; }

.mt160 {
  margin-top: 160px; }

.checkboxcnt {
  font-size: 14px;
  margin-bottom: 10px; }
  .checkboxcnt label {
    margin-right: 50px; }
    .checkboxcnt label input {
      width: 14px;
      height: 14px; }

/*reset layui alert btncllor*/
.layui-layer-btn a {
  border: 0; }

.layui-layer-btn .layui-layer-btn0 {
  background-color: #0179d3;
  color: #fff; }

/* 默认不展示 */
.hidden{
    display: none;
}
/*# sourcemappingurl=login.css.map */
.pwdoverduetips {
	color: #ffffff;
	text-align: center;
	margin: -100px auto 16px auto;
	height: 32px;
	line-height: 32px;
	max-width: 1200px;
}
