﻿/*公用变量*/
/*公用样式函数*/
input {
  margin-right: 0;
}
/*登录页面样式*/
.loginHead {
  height: 156px;
  border-bottom: solid 1px #c6c6c6;
}
.loginHead img {
  margin-top: 35px;
}
.loginMain {
  width: 100%;
  background: #f9fbfd;
}
.loginMain .loginBanner {
  width: 1050px;
  height: 534px;
  margin: 0 auto;
  padding: 108px 0 217px;
}
.loginMain .loginBanner .info {
  width: 441px;
  height: 534px;
  box-shadow: 5px 5px 7px #edeff1;
  background: #fff;
}
.loginMain .loginBanner .info label {
  display: block;
  height: 20px;
  line-height: 20px;
  margin-top: 40px;
}
.loginMain .loginBanner .info label .remCode {
  margin-top: 6px;
  padding-top: 0;
}
.loginMain .loginBanner .info .locat {
  position: relative;
  width: 100px;
}
.loginMain .loginBanner .info .locat label.error {
  position: absolute;
  left: 50px;
  bottom: -28px;
  right: auto;
  top: auto;
}
.loginMain .loginBanner .info input {
  width: 344px;
  height: 32px;
  line-height: 32px;
  border: solid 1px #ccc;
  outline: medium;
  margin-left: 48.5px;
  margin-top: 10px;
  text-indent: 12px;
}
.loginMain .loginBanner .info p {
  width: 346px;
  margin: 0 auto;
  font-size: 14px;
}
.loginMain .loginBanner .info .thirdLogin {
  margin-top: 20px;
  font-size: 12px;
}
.loginMain .loginBanner .info .userPass {
  margin: 36px auto;
}
.loginMain .loginBanner .info .userPass a {
  color: #0066ff;
  line-height: 25px;
  font-size: 12px;
}
.loginMain .loginBanner .info .checkRadio {
  width: auto;
  height: auto;
  border: none;
}
.loginMain .loginBanner .info span {
  padding-top: 6px;
}
.loginMain .loginBanner .info .btn {
  background: #19aa4b;
  border-color: #19aa4b;
  text-indent: 0;
  height: 34px;
  font-size: 14px;
  color: #fff;
}
.loginMain .loginBanner .info .userInfo {
  width: 346px;
  height: 32px;
  margin: 40px auto 32px auto;
}
.loginMain .loginBanner .info .userInfo b {
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
  color: #333;
}
.loginMain .loginBanner .info .userInfo span {
  height: 32px;
  line-height: 40px;
  color: #999;
  font-size: 12px;
}
.loginMain .loginBanner .info .userInfo span a {
  color: #0066ff;
}
.loginMain .loginBanner .info .friendLogin {
  width: 346px;
  margin: 20px auto 46px auto;
}
/*注册页面样式*/
.registMain {
  height: 655px;
  background: #f9fbfd;
  padding-bottom: 310px;
  *margin-bottom: 55px;
  /*手机注册样式*/
  /*邮箱注册样式*/
}
.registMain p {
  width: 902px;
  margin: 0 auto;
  padding-top: 73px;
}
.registMain p .fl {
  font-size: 22px;
  font-weight: 400;
  color: #333;
}
.registMain p .fr {
  color: #b4b5b5;
  font-size: 12px;
}
.registMain p .fr a {
  color: #0066ff;
  line-height: 48px;
}
.registMain .phoneInfo {
  width: 902px;
  height: 668px;
  margin: 52px auto;
  background: #fff;
  box-shadow: 0 0 10px #ccc;
  /*表单验证父级定位*/
}
.registMain .phoneInfo p {
  height: 66px;
  line-height: 66px;
  padding-top: 0;
  text-align: center;
}
.registMain .phoneInfo p a {
  font-size: 22px;
  color: #333;
  cursor: pointer;
}
.registMain .phoneInfo p .fl {
  width: 50%;
  border-bottom: solid 3px #19aa4b;
}
.registMain .phoneInfo p .fr {
  width: 50%;
  border-bottom: solid 3px #ccc;
}
.registMain .phoneInfo .locat {
  position: relative;
  *width: 164px;
}
.registMain .phoneInfo .locat .error {
  right: -104px;
  *right: -284px;
  top: 10px;
}
.registMain .phoneInfo .changeL1 .error {
  right: -254px;
  *right: -284px;
  top: 10px;
}
.registMain .phoneInfo table {
  width: 440px;
  margin: 60px auto;
  clear: both;
  border: 1px;
}
.registMain .phoneInfo table tr {
  height: 66px;
}
.registMain .phoneInfo table tr .protocol {
  color: #00f;
}
.registMain .phoneInfo table tr .protocol:hover {
  text-decoration: underline;
}
.registMain .phoneInfo table td:first-child {
  text-align: right;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  padding-right: 10px;
}
.registMain .phoneInfo table input {
  outline: none;
  border: solid 1px #ccc;
  font-size: 10px;
  text-indent: 12px;
  line-height: 36px;
}
.registMain .phoneInfo table .txtWidth {
  width: 310px;
  height: 36px;
}
.registMain .phoneInfo table .verCode {
  width: 146px;
  height: 36px;
}
.registMain .phoneInfo table .getCode {
  background: #19aa4b;
  border-color: #19aa4b;
  width: 128px;
  height: 36px;
  font-size: 14px;
  color: #fff;
}
.registMain .phoneInfo table .phBtn {
  width: 310px;
}
.registMain .mailInfo {
  width: 902px;
  height: 668px;
  margin: 52px auto;
  background: #fff;
  box-shadow: 0 0 10px #ccc;
  display: none;
  /*邮箱注册验证父级定位*/
}
.registMain .mailInfo p {
  height: 66px;
  line-height: 66px;
  padding-top: 0;
  text-align: center;
}
.registMain .mailInfo p .fl {
  width: 50%;
  font-size: 22px;
  color: #333;
  cursor: pointer;
  border-bottom: solid 3px #ccc;
}
.registMain .mailInfo p .fr {
  width: 50%;
  font-size: 22px;
  color: #333;
  cursor: pointer;
  border-bottom: solid 3px #19aa4b;
}
.registMain .mailInfo td img {
  margin-left: 0;
}
.registMain .mailInfo .locat {
  position: relative;
  width: 148px;
}
.registMain .mailInfo .locat .error {
  right: -290px;
  top: 10px;
}
.isure .error{
  right: -139px!important;
}
.registMain .mailInfo .changeL1 .error {
  right: -290px;
  top: 10px;
}
.registMain .mailInfo table {
  width: 440px;
  margin: 60px auto;
  clear: both;
  border: 1px;
}
.registMain .mailInfo table tr {
  height: 66px;
}
.registMain .mailInfo table tr .protocol {
  color: #00f;
}
.registMain .mailInfo table tr .protocol:hover {
  text-decoration: underline;
}
.registMain .mailInfo table tr td:first-child {
  text-align: right;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  padding-right: 10px;
}
.registMain .mailInfo table tr td:first-child .redstar {
  color: #f00;
}
.registMain .mailInfo table tr input {
  outline: none;
  border: solid 1px #ccc;
  /*color: #ccc;*/
  font-size: 10px;
  text-indent: 12px;
  line-height: 36px;
}
.registMain .mailInfo table tr .txtWidth {
  width: 310px;
  height: 36px;
}
.registMain .mailInfo table tr .verCode {
  width: 146px;
  height: 36px;
}
.registMain .mailInfo table tr .getCode {
  background: #19aa4b;
  border-color: #19aa4b;
  width: 310px;
  height: 36px;
  font-size: 14px;
  color: #fff;
}
.foot {
  height: 80px;
}
/*注册协议弹出层*/
/*阴影层*/
.diaShadow {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0.3;
  filter: alpha(opacity=30);
  z-index: 999;
  padding-bottom: 20px;
}
/*协议内容*/
.diaContent {
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -483px;
  margin-top: -270px;
  width: 966px;
  height: 540px;
  z-index: 9999;
  background: #fff;
}
.diaContent .diaTitle {
  height: 54px;
  line-height: 54px;
  border-bottom: solid 1px #ccc;
}
.diaContent .diaTitle span {
  font-size: 20px;
  color: #333;
  padding-left: 28px;
}
.diaContent .diaTitle a {
  float: right;
  width: 54px;
  height: 54px;
  background: url(../../images/pc/closeDialog.png) no-repeat center;
}
.diaContent .diaFoot {
  width: 100%;
  text-align: center;
}
.diaContent .diaFoot input {
  border: none;
  background: #19aa4b;
  width: 214px;
  height: 39px;
  color: #fff;
}
.agreeBox {
  margin-right: 5px;
}
/*# sourceMappingURL=login.css.map */