.register-num ul,
li {
    list-style: none
}

* {
    margin: 0;
    padding: 0
}

a {
    text-decoration: none
}

input {
    outline: 0;
    border: 1px solid transparent
}

.getCode,
input[type=button] {
    border-radius: 5px;
    text-align: center;
    cursor: pointer
}

body {
    font-family: Arial, Helvetica, sans-serif
}

.register {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0 auto
}
.login-content,
.register-content,
.retrieve-password-content {
    width: 1200px;
    margin: 0 auto
}

.register-content {
    display:flex;
    justify-content: space-around;
    height: 500px;
    padding-top: 140px
}

.register-num,
.register-thredparty {
    display: inline-block;
    width: 400px;
    padding: 0 90px
}

.register-num {
    margin-left: 10px
}

.register-content .register-thredparty {
    float: right
}

.register-thredparty a {
    display: block;
    margin: 30px 0
}

.errImg,
.login-num,
.login-thredparty a,
.numIcon,
.passIcon,
.register-thredparty,
.remberSate,
input[type=checkbox] {
    display: inline-block
}

.errImg {
    width: 20px;
    height: 20px;
    background: url(../../images/login/err.png) no-repeat;
    vertical-align: sub;
    margin-right: 14px
}

.code-err,
.reg-code-err,
.reg-num-err,
.reg-pass-err {
    position: relative
}

.err {
    position: absolute;
    top: 43px;
    left: 0;
    z-index: 1;
    color: #d41b28
}

.register-num {
    vertical-align: top
}

.forget-pass,
.numIcon,
.passIcon,
.remberSate,
input,
input[type=checkbox] {
    vertical-align: middle
}

h3 {
    font-size: 20px;
    color: #35495e
}

.numIcon,
.passIcon {
    width: 22px;
    height: 26px
}

.form-module li {
    height: 50px;
    margin: 20px 0;
    line-height: 50px;
    border-bottom: 1px solid #f2f2f2
}

.form-module li:first-child,
.form-module li:last-child {
    border-bottom: none
}

.numIcon {
    background: url(../../images/login/mobil_icon.png) no-repeat
}

.passIcon {
    background: url(../../images/login/pass_icon.png) no-repeat
}

.register-num ul li:nth-child(6) {
    text-align: center;
    font-size: 16px;
    color: #35495e
}

input[type=password],
input[type=text] {
    width: 350px;
    height: 40px;
    margin-left: 18px;
    font-size: 18px
}

input[type=checkbox] {
    width: 20px;
    height: 20px
}

input[type=button] {
    width: 400px;
    height: 50px;
    color: #fff;
    font-size: 16px;
    
    letter-spacing: 10px;
    margin-top: 30px
}

.remberSate {
    font-size: 16px;
    color: #b8c4cf;
    margin-left: 18px
}

.forget-pass {
    margin-left: 160px;
    font-size: 16px;
    
}

::-webkit-input-placeholder {
    font-size: 16px;
    color: #b8c4cf
}

:-moz-placeholder {
    font-size: 16px;
    color: #b8c4cf
}

::-moz-placeholder {
    font-size: 16px;
    color: #b8c4cf
}

:-ms-input-placeholder {
    font-size: 16px;
    color: #b8c4cf
}

.register-thredparty {
    vertical-align: top;
    margin: 33px 0;
    padding-left: 120px
}

.register-thredparty h3 {
    margin-bottom: 30px;
    font-size: 20px;
    color: #35495E
}

.register-thredparty div {
    margin-bottom: 20px;
    cursor: pointer
}

.code {
    position: relative
}

.getCode {
    width: 110px;
    height: 40px;
    line-height: 40px;
    background: #c9c9c9;
    color: #fff;
    position: absolute;
    top: 5px;
    right: 0;
    z-index: 1;
    border: none;
    outline: 0;
    font-size: 16px
}

.login,
.bind,
.login-mask,
.bind-mask {
    position: fixed;
    top: 0;
    left: 0
}

.retrieve-password-num {
    margin-left: 100px
}

.getCode-active {
    background: #b3b3b3
}

.form-module li:last-child {
    text-align: center;
    margin-top: 30px
}

.login {
    width: 580px;
    height: 512px;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 8px;
    box-shadow: 0 0 10px #b3b3b3;
    background: #fff;
    z-index: 100
}
.login-num {
    padding: 0 90px
}

.login-content {
    width: 100%
}

.login-thredparty {
    margin: 80px auto 30px;
    text-align: center
}

.login-thredparty a {
    vertical-align: middle;
    margin: 0 10px
}

.loginByQq,
.loginByWx {
    width: 42px;
    height: 42px;
    border-radius: 64px
}

.login-thredparty a:nth-child(1) {
    background: url(../../images/login/wechat.png) 149px 160px
}

.login-thredparty a:nth-child(2) {
    background: url(../../images/login/QQ.png) 148px 160px
}

.login-content>p {
    height: 30px;
    overflow: hidden;
    margin-top: 20px
}

.login-content>p span {
    display: inline-block;
    float: right;
    margin-right: 30px;
    width: 30px;
    height: 30px;
    background: url(../../images/login/close.png) no-repeat;
    cursor: pointer
}

.login-mask {
    z-index: 99;
    background: #000;
    opacity: .5
}
.bind-mask{
    width:100%;
    height: 100%;
    z-index: 99;
    background: #000;
    opacity: .5
}
.bind{
    width:278px;
    height:220px;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 8px;
    box-shadow: 0 0 10px #b3b3b3;
    background: #fff;
    z-index: 100
}
.bind-content{
    padding:20px;
}
.bind-content h1{
    width:100%;
    margin-bottom:10px;
    line-height:22px;
    font-size:18px;
    text-align:center;
    color:#35495e;
}
.bind-content .waring-text{
    line-height: 24px;
    color:#212121;
    font-size: 16px;
}
.bind .btns{
    border-top:1px solid #f2f2f2
}
.bind .btns button{
    width:50%;
    line-height: 50px;
    font-size:16px;
    border: 0;
    outline: none;
    color:#46c1ae;
    background:#fff;
}
.bind .btns .cancel-btn{
    border-right:1px solid #f2f2f2;
}
.hide{
    display: none;
}