@charset "utf-8";
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background: url('../img/bg.png') center top no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

.box {
    width: 850px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

header {
    line-height: 60px;
    padding: 40px 0 20px;
    overflow: hidden;
}

header a {
    display: block;
    width: 80%;
    height: auto;
    background: url("../img/logo.png") 0 0 no-repeat;
    -webkit-background-size: 30%;
    background-size: 30%;
    border: 0;
    float: left;
    text-indent: -999em;
}

.content {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #c3d1d9;
    padding: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0px 3px 3px #4c598a;
    border: #4695c2 2px solid;
}

.content p {
    text-align: center;
    font-size: 28px;
    color: #5a7d9b;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 10px;
}

.text {
    width: 100%;
    height: auto;
    padding: 20px;
    background: #367fa9;
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    border: #4695c2 2px solid;
}

.info {
    width: 100%;
    height: auto;
    padding: 20px;
    background: #486f91;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.form {
    width: 340px;
    height: auto;
    text-align: right;
    margin: 0 auto;
    -webkit-transform: translateX(-10%);
    -moz-transform: translateX(-10%);
    -ms-transform: translateX(-10%);
    -o-transform: translateX(-10%);
    transform: translateX(-10%);
}

.line + .line {
    margin-top: 20px;
}

.form h2 {
    font-size: 20px;
    color: #ffffff;
    font-weight: normal;
    padding-right: 80px;
}

.line span {
    color: #fff;
    font-size: 14px;
    line-height: 34px;
    margin-right: 5px;
}

.line input,
.line button {
    width: 220px;
    height: 34px;
    border: none;
    background: #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 0 5px;
    font-size: 14px;
    outline: none;
}

.line button.submit {
    background: #70ba61;
    color: #fff;
    cursor: pointer;
}

.code1 input,
.code2 input {
    width: 125px;
}

.code1 img {
    width: 85px;
    height: 30px;
    vertical-align: middle;
    margin-left: 10px;
    cursor: pointer;
    border: 0;
    float: right;
    margin-top: 2px;
}

.code2 button {
    width: 85px;
    margin-left: 10px;
    background: #ff781e;
    color: #ffffff;
    cursor: pointer;
    float: right;
}

.code2 button:disabled{
    cursor: not-allowed;
    background: #999;
    color: #ffffff;
}

.form input:disabled {
    background: #d0d0d0;
    color: #333333;
    cursor: not-allowed;
}

.copyright {
    margin: 20px 0;
}

.copyright a {
    color: #fff;
    font-size: 12px;
}

.line-label{
    line-height: 30px;
    width: 100%;
    height: 30px;
}

.errMsg{
    display: inline-block;
    width: 220px;
    text-align: left;
    color: #ff0000;
    font-size: 12px;
    font-style: normal;
}

.path2{
    display: none;
}