/* 注册按钮调整 */
body {
    background-color: #f9f9f9;
}
.nav-center .login a:hover {
    padding: 0 15px;
}
/* input标签初始化 */
input,select{
    padding-left: 10px;
    font-size: 16px;
    color: #666666;
    letter-spacing: 1.33px;
    margin-top: 2px;
    height: 40px;
    width: 335px;
    border: none;
}
.email{
    margin-bottom: 0px;
    width: 385px;
    position: absolute;
    bottom: 7px;
}
.password{
    margin-bottom: 0px;
    width: 385px;
    position: absolute;
    bottom: 7px;
}
.line {
    position: absolute;
    top: 25px;
    width: 420px;
    height: 1px;
    background-color: #ddd;
}
select {
    height: 23px;
}
option:checked,option:hover {
    background-color: #fff !important;
}
select:checked,select:hover {
    background-color: #fff !important;
}
input:focus {
    outline:none;
}
select:focus {
    background-color: #fff;
    outline:none;
}
/* 注册表单框 */
.regForm {
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: hidden;
}

.regForm-center {
    padding: 0 50px;
    padding-top: 40px;
    width: 430px;
    height: 600px;
    background: #FFFFFF;
    box-shadow: 0 8px 30px 0 rgba(59,59,59,0.30);
    margin: 0 auto;
    position: relative;
}
.login1 {
   overflow: visible;
}
.login2 {
    height: 350px;
}
.regForm-center li {
    position: relative;
    height: 40px;
    margin-bottom: 40px;
}
.regForm-center .title {
    margin-bottom: 50px;
    font-size: 20px;
    color: #79589F;
    letter-spacing: 1.67px;
}
.regForm-center label {
    display: inline-block;
    font-size: 16px;
    color: #666666;
    letter-spacing: 1.33px;
}
#submit {
    position: absolute;
    left: 18%;
    bottom: -40px;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 1.5px;
    width: 274px;
    height: 60px;
    background: #79589F;
    box-shadow: 0 9px 30px 0 rgba(59,59,59,0.30);
    border-radius: 4px;
}
.box{
    top: 30px;
    left: 0px;
    display: inline-block;
    padding: 0 5px;
    position: relative;
    height: 25px;
    line-height: 25px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    font-size: 12px;
    color: #666666;
    letter-spacing: 1px;
    position: absolute;
    display: none;
}
.box:after, .box:before {
    border: solid transparent;
    content: ' ';
    height: 0;
    bottom: 100%;
    position: absolute;
    width: 0;
}
.box:after {
    border-width: 5px;
    border-bottom-color: #FFF;
    left: 10px; 
}
.box:before {
  border-width: 6px;
  border-bottom-color: #ddd;
  left: 9px;
}
.box img{
    width: 14px;
    height: 14px;
    margin-top: 5px;
    margin-right: 5px;
}
.footer-span {
    margin-top: -10px;
    margin-left: 34%;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    color: #999999;
    letter-spacing: 1.17px;
    position: absolute;
}
.footer-span a {
    font-size: 14px;
    color: #79589F;
    letter-spacing: 1.17px;
    line-height: 20px;
}
.sub-login {
    bottom: -50px !important;
}
.login-footer {
    margin-left: 21% !important;
    margin-top:0px !important;
}
.forget {
    position: absolute;
    height: 20px;
    top:-28px;
    margin: 0 !important;
    font-size: 14px;
    color: #999999;
    letter-spacing: 1.17px;
}
.forget label {
    line-height: 40px;
    float: left;
    font-size: 14px;
    position: absolute;
    top:-5px;
}
.remember {
    width: 16px;
    margin-right: 8px;
    float: left;
    margin-top: 0px;
}
.forget a {
    float: right;
    font-size: 14px;
    color: #999999;
    letter-spacing: 1.17px;
}
footer {
    position: fixed;
    bottom: 0px;
}