body {
    background-color: #F8F8F8;
}

body {
    background: url(../img/barley-field.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
}


/* 登录左边样式 */

#login {
    margin: 0 auto;
    width: 750px;
    box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.25);
    margin-top: 150px;
}

#login .left {
    float: left;
    width: 330px;
    height: 420px;
    padding: 30px 90px 20px 30px;
    background: rgba(255, 255, 255, 0.3);
}

#login .left p {
    color: #517009;
    font-weight: bold;
    line-height: 46px;
}

#login .left p:first-of-type {
    font-size: 40px;
}


/* End 登录左边样式 */


/* 登录右边样式 */

#login .right {
    float: left;
    width: 240px;
    height: 435px;
    background-color: #FFFFFF;
    padding: 15px 30px 20px;
}

#login .logo {
    text-align: center;
    margin-bottom: 5px;
    padding: 7px 0;
}


/* 转换导航的样式 */

#login .switchNav {
    border-bottom: solid 1px #DDDDDD;
    padding: 8px 0;
    margin-bottom: 30px;
}

.switchNav a {
    display: inline-block;
    color: #666666;
}

.switchNav .selected {
    color: #000000;
    border-bottom: solid 1px #19C880;
}

.switchNav .codeLogin {
    float: right;
}

.switchNav .login {
    color: #666666;
}


/* End 转换导航的样式 */


/* 登录表单内的样式 */

#login li {
    height: 64px;
}

#login .loginLi {
    margin-bottom: -10px;
}

#login .nameLable,
#login .pwdLable,
#login .phoneLable {
    width: 38px;
    height: 38px;
    border: 1px solid #DDDDDD;
    border-right: none;
    float: left;
}

.nameLable {
    background: url(../img/icon-name.jpg) no-repeat;
}

.pwdLable {
    background: url(../img/icon-pwd.jpg) no-repeat;
}

.phoneLable {
    line-height: 38px;
    text-align: center;
    background-color: #F3F3F3;
}

#login .phoneLable .icon-shouji {
    font-size: 22px;
}

#login input {
    box-sizing: border-box;
    height: 40px;
    width: 200px;
    padding: 0 10px;
    outline: none;
    border: solid 1px #DDDDDD;
}

#login input:focus,
#login select:focus {
    border: solid 1px #19C880;
}

#login #verifyCode {
    width: 156px;
    margin-right: 6px;
}

#getCode {
    display: inline-block;
    height: 38px;
    width: 76px;
    line-height: 38px;
    text-align: center;
    background-color: #FFFFFF;
    color: #19c880;
    border: solid 1px #19c880;
    cursor: pointer;
    outline: none;
    float: right;
    font-size: 14px;
}

.loginBtn {
    margin-top: 12px;
    width: 240px;
    height: 40px;
    display: block;
    background-color: #19C880;
    line-height: 40px;
    text-align: center;
    color: #FFFFFF;
    font-size: 16px;
    transition: all 0.2s;
}

.loginBtn:hover {
    background-color: #18c17c;
}

.setFont {
    font-size: 12px;
    color: #666666;
}


/* 自定义chekbox样式 */

.bean-checkbox {
    position: relative;
    cursor: pointer;
}

#login .bean-checkbox input {
    width: 14px;
    height: 14px;
    margin-right: 4px;
    opacity: 0;
}

.bean-checkbox span:before {
    content: '';
    position: absolute;
    display: inline-block;
    height: 14px;
    width: 14px;
    left: 0;
    top: 1px;
    border: 1px solid #DDDDDD;
    transition: all .1s;
}

.bean-checkbox input:checked~span:before {
    content: '√';
    line-height: 14px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    color: white;
    background-color: #19C880;
    border-color: #19C880;
}

.forgetPwd {
    color: #666666;
    line-height: 28px;
    padding-right: 2px;
}

.forgetPwd:hover {
    color: #000000;
}

.bean-checkbox span:hover {
    color: #000000;
}

.toRegister {
    color: #19C880;
    float: right;
    line-height: 28px;
    padding-right: 2px;
}


/* End 自定义chekbox样式 */


/* 其他登录方式样式 */

.otherLogin p {
    font-size: 12px;
    color: #666666;
}

.otherLogin .iconfont {
    font-size: 30px;
    color: #999999;
    margin-right: 10px;
    transition: all 0.2s;
}

.otherLogin .icon-weixin:hover {
    color: #2db703;
}

.otherLogin .icon-sign_qq:hover {
    color: #3D84FF;
}

.accountLoginForm .otherLogin {
    margin-top: 16px;
}

.accountLoginForm .otherLogin p {
    float: left;
    line-height: 30px;
    margin-right: 20px;
}

.codeLoginForm .otherLogin {
    text-align: center;
    margin-top: 43px;
}

.codeLoginForm .otherLogin p {
    border-top: 1px solid #DEDEDE;
    margin-bottom: 10px;
}

.codeLoginForm .otherLogin p span {
    position: relative;
    top: -9px;
    background-color: #FFFFFF;
    padding: 0 8px;
}


/* End 其他登录方式样式 */


/* 扫码登录 */

.wxLoginRight {
    display: none;
}

.smLogin h2 {
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    color: #555555;
    margin-top: 7px;
}

.smLogin div {
    border: 1px solid #E2E2E2;
    margin: 20px 0 15px;
}

.smLogin img {
    width: 238px;
}

.smLogin p {
    font-size: 13px;
    text-align: center;
    color: #666666;
    line-height: 20px;
}

.smLogin .backLoginP {
    border-bottom: 1px solid #DEDEDE;
    height: 9px;
    margin-top: 50px;
    margin-bottom: 23px;
}

.smLogin .backLoginP a {
    color: #666666;
    background-color: #FFFFFF;
    padding: 0 8px;
}

.smLogin .backLoginP a:hover {
    color: #000000;
}


/* End 扫码登录 */

.codeLoginForm {
    display: none;
}

.getCode,
.getCode-d {
    display: inline-block;
    height: 38px;
    width: 76px;
    line-height: 38px;
    text-align: center;
    background-color: #FFFFFF;
    color: #19c880;
    border: solid 1px #19c880;
    cursor: pointer;
    outline: none;
    float: right;
    font-size: 14px;
}

.getCode-d {
    color: #ccc;
    border: solid 1px #ccc;
}

.getCode-d:hover {
    cursor: no-drop
}

p[class^='error'] {
    font-size: 12px;
    margin: 4px 0;
    color: red;
}

.footerinfo {
    padding: 20px 0 10px;
    color: #FFFFFF;
    font-size: 14px;
    text-align: center;
    /* background-color: #242424; */
    clear: both;
  }
  
  .footerinfo p {
    margin-bottom: 7px;
  }
  
  .footeri {
    position: relative;
    margin-top: 220px;
  }

/*End 登录表单内的样式 */