* {
    padding: 0;
    margin: 0;
}

html {
    height: 100%;
}

body {
    background: url('../images/bg.jpg');
    background-size: cover;
    -moz-background-size: cover;
    /* 老版本的 Firefox */
    background-repeat: no-repeat;
    position: relative;
    font-family: 'Microsoft YaHei', 'Arial', sans-serif;
    height: 100%;
}

.container {
    width: 1200px;
    max-width: 1200px;
    margin: 0 auto;
}

a {
    text-decoration: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

.top {
    background: #fff;
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #ddd;
}

.txt a {
    display: inline-block;
    color: #333;
    vertical-align: middle;
}

.txt a:hover {
    color: #03a927;
}

.wrap {
    position: relative;
    top: 50px;
    left: 68px;
}

.info {
    width: 430px;
    padding-top: 70px;
    margin-left: 20px;
}

.logo {
    width: 300px;
    margin-bottom: 20px;
}

.logo img {
    width: 100%;
    display: block;
}

.agree {
    width: 400px;
    padding: 10px;
    border: 1px dashed #b85a99;
    background: rgba(243, 243, 243, 0.4);
    border-radius: 20px;
}

.agree h3 {
    font-size: 18px;
    color: #b85a99;
    font-weight: 600;
    line-height: 36px;
}

.agree p {
    font-size: 14px;
    line-height: 26px;
    color: #333;
}

form {
    padding-top: 30px;
}

.sign_input {
    width: 530px;
    background: rgba(255, 255, 255, 0.8);
    padding: 20px;
    border-radius: 20px;
    position: absolute;
    right: 84px;
    top: 0;
}

.sign_input h2 {
    font-size: 22px;
    color: #444444;
}

.ma {
    width: 128px;
    height: 148px;
    position: absolute;
    top: 20px;
    right: 20px;
}

.ma img {
    width: 100%;
}

.sign_input h3 {
    font-size: 16px;
    color: #006711;
    border-bottom: 2px solid #006711;
    width: 100px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 40px;
    padding-bottom: 10px;
}

.input_group {
    padding: 6px 0;
}

.phone_input {
    position: relative;
    width: 446px;
}

.code_wrap {
    position: absolute;
    top: 11px;
    right: 8px;
    border: none;
}

.phone_input .code_btn {
    width: 106px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    background: rgba(34, 123, 49, .2);
    font-size: 12px;
    color: #444;
    text-indent: 0;
    border: none;
}

.input_group label {
    font-size: 16px;
    color: #666666;
    text-align: right;
    display: inline-block;
    width: 80px;
}

.input_group input {
    width: 357px;
    height: 36px;
    border: 1px solid #227b31;
    position: relative;
    outline: none;
    font-size: 16px;
    text-indent: 10px;
}

.input_group p {
    text-indent: 86px;
    font-size: 12px;
    color: #bfbfbf;
    line-height: 24px;
}

.select {
    width: 288px;
    height: 12px;
    line-height: 12px;
    margin: 10px auto 0;
}

.select input {
    width: 12px;
    height: 12px;
    margin-top: 4px;
}

.select span {
    font-size: 13px;
    margin-left: 5px;
}

.select a {
    color: #227b31;
}

.sub {
    display: block;
    width: 357px;
    height: 36px;
    background: #227b31;
    margin: 30px auto 0;
    border: none;
    font-size: 14px;
    color: #fff;
}

.footer {
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -40%;
    width: 80%;
}

.footer p {
    font-size: 14px;
    color: #fff;
    text-align: center;
}