@charset 'utf-8';
.login {
  width: 1200px;
  margin: 0 auto;
}
/* 头部 logo */
.logo_wrap {
  text-align: center;
  padding-top: 40px;
}
.logo_wrap .imgWrap {
  width: 197px;
  height: 90px;
  display: inline-block;
  background: #fff url(../images/img/logo_big.png) no-repeat -15px center;
}
.logo_wrap h1 {
  font-family: "Microsoft YaHei", "微软雅黑";
  color: #333;
  font-weight: bold;
  font-size: 50px;
  letter-spacing: 20px;
  line-height: 60px;
}
/* 头部 logo end */
/* 表单部分 */
.login_link {
  border-bottom: 5px solid #f8a008;
  margin-top: 30px;
}
.login_link p {
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 14px;
  line-height: 29px;
  color: #666666;
  font-weight: normal;
  text-align: right;
}
.login_link p a {
  color: #f8a008;
}
.signin_form {
  padding: 50px 0;
  border: 1px solid #ccc;
}
.signin_form form {
  position: relative;
}
.signin_form form .item {
  width: 402px;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 30px;
}
.signin_form form .pass-item{
  position: relative;
}
.signin_form form .pass-item .forget-pass{
  position: absolute;
  right: 0;
  bottom: 5px;
  font-size: 12px;
  color: #666;
  display: inline-block;
  line-height: 25px;
}
.signin_form form .pass-item .forget-pass:hover{
  color: #f8a008;
  text-decoration: underline;
}
.signin_form form .item input::-webkit-input-placeholder {
  color: #999;
  font-size: 16px;
}
.signin_form form .item input.ipt_text {
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 16px;
  line-height: 31px;
  color: #666666;
  font-weight: normal;
  line-height: 40px;
  width: 390px;
  height: 40px;
  border: 1px solid #ccc;
  background: #fff;
  padding-left: 10px;
}
.signin_form form .item input.ipt_code {
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 16px;
  line-height: 31px;
  color: #666666;
  font-weight: normal;
  line-height: 40px;
  width: 190px;
  height: 40px;
  border: 1px solid #ccc;
  background: #fff;
  margin-bottom: 30px;
  padding-left: 10px;
  float: left;
}
.signin_form form .item i.v_code {
  display: inline-block;
  width: 155px;
  height: 44px;
  background-color: #ccc;
  margin-left: 5px;
  float: left;
}
.signin_form form .item i.refresh_code {
  display: inline-block;
  width: 25px;
  height: 25px;
  vertical-align: -10px;
  margin-left: 5px;
  cursor: pointer;
  /*background: url(../images/img/refresh_code.png) no-repeat center center;
  background-size: 30px 30px;*/
}
.signin_form form .item input.ipt_text:focus,
.signin_form form .item input.isCode:focus {
  border-color: #f8a008;
}
.signin_form form .xieyi {
  height: 14px;
  width: 14px;
  vertical-align: text-top;
}
.signin_form form .xieyi_label {
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 14px;
  line-height: 29px;
  color: #666666;
  font-weight: normal;
}
.signin_form form .xieyi_label a {
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 14px;
  line-height: 29px;
  font-weight: bold;
  color: #666666;
  color: #333;
}
.signin_form form .btn_signin {
  width: 400px;
  height: 40px;
  background: #f8a008;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  font-family: "Microsoft YaHei", "微软雅黑";
  border: none;
  margin: 20px auto 0;
  display: block;
}
.signin_form form .btn_signin:hover {
  opacity: 0.8;
}
/* 表单部分 end */
