.fc_head {
  max-width: 1190px;
}
.logo {
  font-size: 22px;
  font-weight: bold;
  margin: 22px 0px;
}
.logo img {
  width: 146px;
  vertical-align: middle;
  margin-left: 0px;
}
.fc_wraper {
  background-color: #31bfcf;
}
.fc_login {
  max-width: 1190px;
  min-width: 990px;
  margin: 0px auto;
  background: url("../images/login/bg.png") no-repeat;
  background-position-y: center;
}
.login_l {
  float: left;
  width: 60%;
  position: relative;
  height: 350px;
}
.login_l_con {
  margin: 0px auto;
  width: 350px;
  text-align: center;
  margin-right: 50px;
}
.login_l_con p {
  font-size: 18px;
  color: #595959;
}
.login_code {
  margin-top: 40px;
  display: inline-block;
  padding: 15px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
}
.login_code img {
  width: 165px;
  height: 165px;
  float: left;
}
.login_interval {
  position: absolute;
  right: 50px;
  top: 0px;
}
.join_in {
  color: #fff;
  position: absolute;
  left: 0px;
  top: -15px;
  padding-top: 0px;
}
.join_in h1 {
  font-size: 60px;
}
.join_in_c {
  margin-top: 8px;
  font-size: 48px;
}
.join_in_b {
  margin-top: 16px;
  font-size: 18px;
  color: #555;
}
.join_in_btn {
  margin-top: 60px;
}
.join_in_btn a {
  font-size: 20px;
  color: #fff;
  display: inline-block;
  height: 42px;
  line-height: 42px;
  width: 198px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 5px;
  letter-spacing: 5px;
}
.join_in_btn a:hover {
  color: #fa5d09;
  border: 1px solid #fa5d09;
}
.login_r_con {
  padding: 25px 30px 35px;
  width: 290px;
  background-color: #ebf9fa;
  position: absolute;
  right: 0px;
}
.login_hd {
  margin-top: 40px;
}
.login_hd > h2 {
  display: inline-block;
  font-size: 16px;
  color: #656565;
  cursor: pointer;
  font-weight: 500;
  height: 16px;
  line-height: 16px;
}
.login_hd span {
  display: inline-block;
  padding: 0px 14px;
  color: #fc6d21;
  vertical-align: top;
  color: #000;
  font-size: 20px;
}
.login_hd .login_select {
  color: #fc6d21;
}
.login_hd img {
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -7px;
}
.login_tit {
  font-size: 17px;
}
.login_item {
  position: relative;
  display: inline-block;
  margin-top: 20px;
}
.login_item > label {
  display: inline-block;
  position: absolute;
  left: 1px;
  top: 1px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #eee;
  display: none;
}
.login_item > input {
  height: 42px;
  line-height: 42px;
  border: 1px solid #d9d9d9;
  width: 236px;
  padding-left: 52px;
  font-size: 16px;
  color: #363636;
  border-radius: 3px;
}
.login_username i {
  background: url("../images/login/account_tag.png") no-repeat;
  display: inline-block;
  width: 42px;
  height: 42px;
  position: absolute;
  left: 1px;
  top: 1px;
}
.login_password i {
  background: url("../images/login/pwd_tag.png") no-repeat;
  display: inline-block;
  width: 42px;
  height: 42px;
  position: absolute;
  left: 1px;
  top: 1px;
}
.log_prompt {
  height: 20px;
  line-height: 20px;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 44px;
  left: 52px;
  white-space: nowrap;
  font-size: 14px;
  color: #ff3115;
}
.reg_prompt {
  height: 42px;
  line-height: 42px;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 1px;
  left: 352px;
  white-space: nowrap;
  font-size: 16px;
  color: #ff3115;
}
.log_bg {
  position: absolute;
  width: 330px;
  padding-left: 10px;
  top: 1px;
  left: 0px;
  height: 42px;
  line-height: 42px;
  color: #b1b1b1;
  font-size: 16px;
}
.forget_pwd {
  width: 282px;
  height: 20px;
  line-height: 20px;
}
.forget_pwd span {
  color: #595959;
  font-size: 14px;
}
.forget_pwd a {
  color: #7c7c7c;
  font-size: 14px;
  display: none;
}
.forget_pwd a:hover {
  color: #fc6d21;
}
.remember_pwd {
  cursor: pointer;
}
.agreement {
  color: #fc6d21;
  cursor: pointer;
}
.agreement:hover {
  color: #fa5d09;
}
.submit {
  width: 282px;
  margin-top: 24px;
  margin-bottom: 10px;
}
.submit > button {
  width: 290px;
  height: 44px;
  border: 0px;
  display: inline-block;
  line-height: 44px;
  font-size: 18px;
  color: #fff;
  background-color: #31becf;
  cursor: pointer;
  font-family: Microsoft YaHei, "΢���ź�", Lucida, Verdana, Hiragino Sans GB, STHeiti, WenQuanYi Micro Hei, SimSun, sans-serif;
  border-radius: 5px;
}
.submit p {
  font-size: 16px;
  text-align: center;
  color: #ff3115;
  padding-bottom: 5px;
}
.login_bind {
  margin-top: 39px;
  width: 282px;
  text-align: center;
}
.login_bind > li {
  height: 38px;
  line-height: 38px;
  cursor: pointer;
}
.login_bind > li span {
  height: 38px;
  line-height: 38px;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #7c7c7c;
}
.login_bind > li .qq_prev {
  display: block;
}
.login_bind > li .qq_after {
  display: none;
}
.login_bind > li:hover span {
  color: #f40;
}
.login_bind > li:hover .qq_prev {
  display: none;
}
.login_bind > li:hover .qq_after {
  display: block;
}
.login_bind img {
  vertical-align: sub;
}
.register_item {
  position: relative;
  display: inline-block;
  margin-top: 20px;
}
.register_item > label {
  display: inline-block;
  position: absolute;
  left: 1px;
  top: 1px;
  width: 45px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #eee;
  display: none;
}
.register_item > input {
  height: 48px;
  line-height: 48px;
  border: 1px solid #d9d9d9;
  width: 330px;
  padding-left: 10px;
  font-size: 16px;
  color: #363636;
  border-radius: 3px;
}
.reg_bg {
  position: absolute;
  width: 330px;
  padding-left: 10px;
  top: 1px;
  left: 0px;
  height: 48px;
  line-height: 48px;
  color: #b1b1b1;
  font-size: 16px;
}
.reg_code_bg {
  width: 230px;
}
.get_codeBtn {
  color: #fc6d21;
  font-size: 16px;
  position: absolute;
  right: 1px;
  height: 36px;
  line-height: 36px;
  top: 7px;
  width: 99px;
  text-align: center;
  border-left: 1px solid #d9d9d9;
}
.get_codeBtn:hover {
  color: #525252;
}
.get_codeBtn img {
  width: 99px;
  height: 36px;
}
.login_footer {
  position: fixed;
  width: 100%;
  bottom: 30px;
}
.scan_btn {
  position: absolute;
  right: 4px;
  top: 0px;
  height: 23px;
  line-height: 23px;
  z-index: 12;
  letter-spacing: 1px;
  cursor: pointer;
  font-family: Tahoma,Helvetica,Arial;
  color: #999;
}
.scan_btn:hover {
  color: #f40;
}
.scan_con {
  position: absolute;
  background-color: #fff;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: none;
}
.scan_con p {
  text-align: center;
  letter-spacing: 1px;
}
.scan_con p span {
  color: #f40;
}
.scan_img {
  width: 127px;
  margin: 60px auto 10px;
}
.scan_img img {
  width: 115px;
  height: 115px;
  padding: 5px;
  border: 1px solid #ddd;
  box-shadow: 0 0 8px #DDD;
}
.scan_img div {
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  margin-top: 10px;
  color: #666;
  font-weight: bold;
  font-family: Tahoma,Helvetica,Arial;
  text-align: center;
}
.remark {
  text-align: center;
  position: fixed;
  bottom: 20px;
  width: 100%;
  font-size: 16px;
}

.login-wrap {
  margin: 50px 20px 30px 30px;
  position: absolute;
  right: 0px;
  top: 0px;
}