html,
body {
  height: 100%;
  overflow: hidden;
}
.login .header {
  height: 100px;
  line-height: 100px;
  background: url(../images/icon/icon10.jpg) left bottom repeat-x;
}
.login .header .logo {
  vertical-align: middle;
}
.login .main {
  /*height: 874px;*/
  position: absolute;
  top: 100px;
  bottom: 60px;
  left: 0;
  width: 100%;
  background: #ffffff url(../images/bg1.png) center top no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.login .main .m_con {
  position: absolute;
  top: 50%;
  right: 50%;
  width: 300px;
  padding: 0 40px;
  padding-top: 10px;
  height: 430px;
  margin-top: -220px;
  margin-right: -600px;
  -webkit-box-shadow: 0 0 10px #aaa;
  box-shadow: 0 0 10px #aaa;
  background: #fff;
}
.login .main .m_con h1 {
  font-size: 20px;
  color: #000;
  font-weight: normal;
  line-height: 40px;
}
.login .main .m_con h1 span{float:right;font-size:14px;color:#999;}
.login .main .m_con .oth_log {
  display: block;
  width: 145px;
  height: 54px;
  background: url(../images/icon/icon11.png) no-repeat;
  text-align: center;
  font-size: 18px;
  color: #fff;
  line-height: 40px;
  position: absolute;
  top: 22px;
  right: -22px;
}
.login .main .m_con .form_box .sct {
  margin-top: 16px;
  background: #f5f5f5;
  border-radius: 4px;
}
.login .main .m_con .form_box .sct_ipt {
  width: 300px;
}
.login .main .m_con .form_box .sct_ipt .ipt {
  width: 280px;
  border: 0;
  background: none;
  font-size: 16px;
}
.login .main .m_con .form_box .check_code .get_code {
  display: block;
  width: 110px;
  text-align: center;
  line-height: 36px;
  color: #fff;
  font-size: 13px;
  cursor: pointer;
  background-color: #00AC00;
}
.login .main .m_con .form_box .check_code .sct_ipt {
  width: 190px;
  position: relative;
}
.login .main .m_con .form_box .check_code .sct_ipt:after {
  display: block;
  content: '';
  position: absolute;
  right: 0;
  top: 6px;
  bottom: 6px;
  width: 1px;
  background: #e0e0e0;
}
.login .main .m_con .form_box .check_code .ipt {
  width: 170px;
}
.login .main .m_con .form_box .str_check_code {
  background: none;
}
.login .main .m_con .form_box .str_check_code .get_code {
  display: block;
  width: 88px;
  height: 36px;
  cursor: pointer;
  border-radius: 4px;
}
.login .main .m_con .form_box .str_check_code .sct_ipt {
  width: 200px;
}
.login .main .m_con .form_box .str_check_code .ipt {
  width: 180px;
  border-radius: 4px;
  background: #f5f5f5;
}
.login .main .m_con .form_box .chkb_sct {
  line-height: 40px;
}
.login .main .m_con .form_box .chkb_sct .chk {
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.login .main .m_con .form_box .btn_area {
  width: 100%;
}
.login .main .m_con .form_box .link {
  line-height: 32px;
  text-align: right;
}
.login .main .m_con .form_box .link a {
  color: #313131;
}
.login .main .m_con .form_box .link span {
  color: #aaa;
}
.login .main .third_log .hd {
  height: 30px;
  position: relative;
}
.login .main .third_log .hd h3 {
  font-size: 15px;
  font-weight: normal;
  color: #999;
  text-align: center;
  line-height: 30px;
}
.login .main .third_log .hd .l {
  width: 88px;
  height: 1px;
  background: #aaa;
  position: absolute;
  top: 50%;
}
.login .main .third_log .hd .l_l {
  left: 0;
}
.login .main .third_log .hd .r_l {
  right: 0;
}
.login .main .third_log .m {
  margin-top: 10px;
}
.login .main .third_log .m a {
  display: block;
  float: left;
  width: 66px;
  height: 36px;
  line-height: 36px;
  padding-left: 34px;
  background-position: left center;
  background-repeat: no-repeat;
  color: #333;
}
.login .main .third_log .m .wx_log {
  background-image: url(../images/icon/icon12.png);
}
.login .main .third_log .m .qq_log {
  background-image: url(../images/icon/icon13.png);
}
.login .main .third_log .m .wb_log {
  background-image: url(../images/icon/icon14.png);
}
.login .footer {
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.login .footer p {
  color: #666;
  text-align: center;
  line-height: 60px;
}

.google-btn {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  color: #757575;
  background-color: #fff;
  border: 1px solid #dadce0;
  border-radius: 4px;
  cursor: pointer;
  transition: box-shadow 0.2s ease;
}

.google-btn:hover {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

.google-icon {
  width: 18px;
  height: 18px;
  margin-right: 8px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><path fill="%23EA4335" d="M24 9.5c3.94 0 6.69 1.67 8.23 3.07l6.04-5.88C34.69 3.07 29.69 1 24 1 14.73 1 7.12 6.87 4 15l7.33 5.67C12.24 14.4 17.73 9.5 24 9.5z"/><path fill="%234285F4" d="M46.5 24.5c0-1.64-.15-3.2-.43-4.68H24v9.1h12.7c-.55 2.9-2.2 5.36-4.7 7.02l7.37 5.7C43.98 38.14 46.5 31.83 46.5 24.5z"/><path fill="%23FBBC05" d="M13.73 28.83c-.8-2.3-.8-4.7 0-7l-7.33-5.67C4.28 20.37 3.5 22.84 3.5 25.5s.78 5.13 2.9 9.34l7.33-6.01z"/><path fill="%2334A853" d="M24 46.5c5.7 0 10.47-1.88 13.96-5.11l-7.37-5.7c-2.05 1.4-4.67 2.21-7.59 2.21-6.27 0-11.76-4.9-13.43-11.34l-7.33 6.01C7.12 41.13 14.73 46.5 24 46.5z"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
}
