@charset "utf-8";
/* CSS Document */
body {
    background: url(../images/bg.jpg)no-repeat;
    background-size: 100%;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

header {
    width: 80%;
    max-width: 1200px;
    margin: 50px auto;
    overflow: hidden;
}

header img {}

header img {
    float: left;
    width: 100px;
    height: auto;
    display: block;
    margin-top: 2px;
}

header .pos {
    margin-left: 50px;
    float: left;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
}

header .pos a {
    color: #fff;
}

header .pos i {
    margin: 0 3px;
}
.join {
    width: 59%;
    position: relative;
    /* bottom: 0; */
    float: left;
    max-width: 600px;
}

.join img {
    width: 100%;
    height: auto;
}
.wout {
    width: 85%;
    max-width: 1500px;
    margin: 0 auto;
    overflow: hidden;
}
.wout .form {
    float: right;
    width: 34%;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: 20px 3%;
    margin-top: 20px;
}
.wout .form h2 {
    text-align: center;
    color: #333;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 18px;
    letter-spacing: 3px;
}

.wout .form ul {
    overflow: hidden;
}

.wout .form ul input {
    text-indent: 15px;
    height: 40px;
    line-height: 40px;
    background: #f5f5f5;
    border: none;
}

.wout .form ul li {
    margin-bottom: 10px;
}

.wout .form #phone, .wout .form #password,.wout .form #submit {
    width: 100%;
}
input:focus {
    outline-color:#337df7;
}
.wout .form #code {
    width: 60%;
}
.wout .form .getcode {
    width: 38%;
    float: right;
    text-indent: 0;
    background: #337df7;
    color: #fff;
    cursor: pointer;
}
.wout .form a {
    color: #337df7;
}

.goor input {
    margin-right: 5px;
    margin-top: 4px;
    display: block;
    float: left;
}

input#submit {
    border: none;
    background: #337df7;
    color: #fff;
    height: 40px;
    line-height: 40px;
    letter-spacing: 2px;
    font-size: 15px;
    margin: 20px 0;
    cursor: pointer;
}

.goor {
    margin-top: 20px;
}

.goreg {
    text-align: center;
    display: block;
}
.show-protocal {
    width: 70%;
    max-width: 1200px;
    margin: 20px auto;
    background: #fff;
    padding: 50px 3%;
    border-radius: 20px;
    line-height: 30px;
    color: #333;
}
.form.login {
    margin-top: 50px;
}

.form.login ul li {
    margin-bottom: 30px;
}

.wout .login ul input {
    /* background: #fff; */
    /* border: solid 1px #ddd; */
    /* width: 90%; */
}

.login #submit {
    margin-bottom: 30px;
    margin-top: 0;
}

.wout .login h2 {
    margin-bottom: 50px;
}
.form ul input.disabled {
    background: #999!important;
    cursor: auto!important;
}