﻿@charset "UTF-8";
/**
 * 
 * @authors Richie
 * @date    2017-05-25 10:39:39
 * @version 1.0.0
 */
html,
body {
  height: 100%;
}
body {
  min-width: 1190px;
  background-color: #ccc;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 1px;
}
/* 登录 */
/* .content{ position: absolute; top: 50%; left: 50%; transform: translate(-50%,-196px); -webkit-transform: translate(-50%,-196px);} */
.content {
  margin: 196px auto 0;
  text-align: center;
}
.login_box {
  margin: 24px auto;
  width: 376px;
  height: 260px;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 30px 42px;
  box-sizing: border-box;
  font-family: '宋体';
}
.login_box .label {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 13px;
  height: 17px;
  background-repeat: no-repeat;
  padding-right: 10px;
  border-right: 1px solid #ccc;
}
.login_box .label.man {
  background-image: url(../images/man.png);
}
.login_box .label.lock {
  background-image: url(../images/lock.png);
}
.login_box .fillIn {
  width: 290px;
  height: 36px;
  margin-bottom: 8px;
  text-indent: 64px;
  border: 1px solid #ccc;
}
.login_box .submit {
  margin-top: 28px;
  padding: 5px 0;
  font-size: 18px;
  width: 290px;
  text-align: center;
  color: #fff;
  background-color: #3a9dc7;
  border: none;
}
.login_box .reg {
  color: #3a9dc7;
}
/* 注册 */
.reg_content {
  margin: 20px auto 0;
  background-color: #fff;
  width: 990px;
  height: 700px;
}
.reg_box {
  padding-top: 42px;
}
.reg_box label {
  float: left;
  width: 236px;
  padding-right: 28px;
  line-height: 32px;
  text-align: right;
  color: #6a6a6a;
  font-size: 12px;
}
.reg_box .fillIn {
  float: left;
  width: 290px;
  height: 32px;
  line-height: 32px;
  margin-bottom: 30px;
  color: #606060;
  border: 1px solid #ccc;
}
.reg_box select {
  width: 120px;
  height: 32px;
  line-height: 32px;
  margin-bottom: 30px;
  float: left;
}
.reg_box .error_tip {
  margin-left: 22px;
  height: 32px;
  line-height: 32px;
  color: #6a6a6a;
  font-size: 12px;
}
.reg_box .error_tip:before {
  display: inline-block;
  margin-right: 5px;
  content: '';
  width: 13px;
  height: 13px;
  background-image: url(../images/tip_icon.png);
  background-size: cover;
}
.reg_box .phone {
  float: left;
  width: 214px;
  height: 32px;
  line-height: 32px;
  margin-bottom: 30px;
  color: #606060;
  border: 1px solid #ccc;
}
.reg_box .verify {
  float: left;
  display: inline-block;
  width: 76px;
  height: 32px;
  line-height: 32px;
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  border-left: none;
  color: #606060;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
}
.reg_content .title {
  margin: 0 68px;
  padding: 30px 0 20px 0;
  text-align: center;
  font-size: 18px;
  color: #3a9dc7;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
}
.reg_content .tip {
  padding: 30px 0 0 68px;
  font-size: 14px;
  color: #606060;
}
.reg_content .submit {
  margin-left: 150px;
  padding: 5px 0;
  font-size: 18px;
  width: 290px;
  text-align: center;
  color: #fff;
  background-color: #dedede;
  border: none;
  border-radius: 5px;
}
.reg_content .submit.active {
  background-color: #3a9dc7;
}
/* 头部 */
.header {
  width: 990px;
  margin: 16px auto 0;
  overflow: hidden;
  clear: both;
}
.header .title {
  float: left;
  width: 546px;
  height: 58px;
}
.header .title_tip {
  float: left;
  margin-left: 35px;
  padding-top: 12px;
}
.header .back {
  float: right;
  margin: 0 0 0 auto;
  padding-top: 19px;
  color: #606060;
  font-size: 14px;
}
/* 底部 */
.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 72px;
  line-height: 72px;
  text-align: center;
  font-size: 18px;
  color: #929292;
  background-color: #fff;
  font-family: '宋体';
}
