﻿/*注册*/
.big {
        padding: 7% 0;
    height: calc(100vh - 60px);
}
.big .container
{
    background: #fff;
    position: relative;
    width: 854px;
}

.big .inset
{
    width: 320px;
    margin: 0 auto;
    text-align: center;
}

.logo
{
    font-size: 30px;
    padding-top: 40px;
    color: #373d41;
}

.logo .tips
{
    font-size: 12px;
    position: absolute;
    right: 10%;
    top: 60px;
}

.logo .tips a
{
    color: #214d9b;
}

.inset .putin
{
    width: 100%;
    height: 40px;
    margin-top: 20px;
    display: inline-block;
    position:relative;
}

.putin input
{
    padding: 0 8px;
    width:100%;
    height: 38px;
    border-radius: 0;
    border:1px solid #e8e8e8;
    background: none;
    font-size:14px;
    color:#9D9D9D;
}
.putin .lblInfo1
{
  position:absolute;
  right:-98px;
  top:6px;
  font-size:12px;
  color:#1f53af;
}
.putin .lblInfo2
{
  position:absolute;
  right:-178px;
  top:6px;
  font-size:12px;
  color:#214d9b;
}
input:focus
{
    border:1px solid #214d9b;
}

input.submit
{
    background: #214d9b;
    width: 100%;
    height: 40px;
    border: none;
    color: #fff;
    cursor:pointer;
}
    input.submit:hover
    {
        background:#1f53af;
        color:#fff;
    }
.sign
{
    margin-bottom: 60px;
}

.inset .yq_yanz input
{
    width: 71%;
    float: left;
}
.inset input.Icode
{
    width: 27%;
    height: 38px;
    border: none;
    float:right;
    background: #eee;
    cursor:pointer;
    color:#333;
}
    .inset input.Icode:hover
    {
        background:#214d9b;
        color:#fff;
    }

.inset input.vcode
{
    width: 27%;
    height: 38px;
    border: none;
    float:right;
    background: #eee;
    padding:0;
}

/*修改密码*/

.inset .prompt
{
    margin: 40px 0 0px;
    line-height: 20px;
    font-size: 14px;
    color: #333;
    font-weight: bold;
    text-align: left;
}
.inset .hint
{
    margin-top:20px;
}
.inset .hint p
{
    font-size:14px;
    color:#c5c5c5;
    text-align:left;
    margin:0;
}
.forPass
{
    text-align:center;
}
.forPass p
{
    color:#9d9d9d;
    line-height:36px;
}
.forPass p a
{
    color:#757575;
    margin:0 20px;
}
.forPass p a:hover
{
    color:#333;
}

/*重置密码*/
.inset .send
{
  padding:10px 0 15px;
  text-align:left;
}
.inset .send span
{
   font-size:14px;
   color:#666;
   text-align:left;
}
.inset .succ img
{
  margin:58px 0 14px;
}
.inset .succ p
{
    font-size:14px;
    color:#666;
    font-weight:bold;
}
.inset .goHome
{
  padding-bottom:30px;
  margin:45px 0 30px;
}
.inset .goHome a
{
  display:inline-block;
  width:100%;
  height:42px;
  background:#214d9b;
  font-size:14px;
  line-height:42px;
  color:#fff;
}
/*返回登录页面*/
.inset .goBack
{
    position:absolute;
    right:80px;
    top:35px;
}
.inset .goBack a
{
  font-size:14px;
  color:#757575;

}
    .inset .goBack a:hover
    {
        color:#1f53af;
    }