html, body {
    font-family: "microsoft yahei";
    background: #324580;
}

.container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.content {
    width: 1108px;
    margin: 0 auto;
    margin-top: 130px;
    overflow: hidden;
}

.content .left {
        float: left;
        padding-top: 43px;
    }

.content .left .title, .content .left .desc {
            padding-left: 40px;
            color: #FFFFFF;
            cursor: pointer;
        }

.content .left .title {
            font-size: 30px;
            line-height: 30px;
            margin-bottom: 15px;
            cursor: pointer;
        }

.content .left .title.dggy {
                display: none;
            }

.content .left .desc {
            font-size: 18px;
            line-height: 18px;
            margin-bottom: 60px;
        }


#main {
    border-radius: 8px;
    background: #fff;
    margin-left: 642px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    padding-top:30px;
    padding-bottom:30px;
}
.tit {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 20px;
}
.main {
    position: relative;
    padding: 0 15px;
    margin: auto;
}
    .main .err {
        position: absolute;
        top: -10px;
        left: 10px;
        height: 22px;
        line-height: 22px;
        font-size: 11px;
        color: #fe2020;
    }
    .main .input {
        position: relative;
        padding: 5px 0;
        padding-left: 10px;
        margin-bottom: 10px;
        padding-left: 34px;
        border-bottom: 1px solid #f4f4f4;
    }
    .main input {
        border: none;
        height: 42px;
        line-height: 42px;
        font-size: 15px;
        color: #999;
        outline: none;
    }
    .main .input > input {
        width: 440px;
    }
    .main .clear {
        position: absolute;
        top: 50%;
        right: 0;
        width: 18px;
        height: 18px;
        transform: translateY(-50%);
        background: url(../image/new/icon_clear.png) no-repeat;
        background-size: 18px;
    }
    .main .input.phone {
        background: url(../image/new/icon_phone.png) left center no-repeat;
        background-size: 22px 22px;
    }
    .main .input.pwd {
        background: url(../image/new/icon_pwd.png) left center no-repeat;
        background-size: 22px 22px;
    }
    .main .input.code {
        background: url(../image/new/icon_code.png) left center no-repeat;
        background-size: 22px 22px;
    }
        .main .input.code>input{
            width: 360px;
        }
        .main .input.address {
            background: url(../image/new/icon_dizhi.png) left center no-repeat;
            background-size: 22px 22px;
        }
    .main .get-code {
        position: absolute;
        top: 50%;
        right: 0;
        font-size: 14px;
        line-height: 14px;
        padding-left: 10px;
        transform: translateY(-50%);
        color: #0099ff;
        border-left: 1px solid #cccccc;
        cursor:pointer;
    }
    .main select{
        height: 42px;
    }
    .main .role{
        padding-left: 0;
    }
        .main .role .label{
            font-size: 12px;
            color: #999;
            margin-right: 6px;
        }
        .main .agreement {
            font-size: 12px;
            line-height: 18px;
            padding-left: 28px;
            margin-top: 15px;
            margin-bottom: 28px;
            cursor: pointer;
            background: url(../image/new/sy-weixuanzhong_icon.png) left center no-repeat;
        }
.agreement.active {
    background: url(../image/new/sy-yixuanzhong_icon.png) left center no-repeat;
}
.cl {
    color: #0099ff;
}
.btn {
    width: 100%;
    height: 41px;
    line-height: 41px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: rgba(204, 204, 204, 1);
    border-radius: 21px;
    cursor:pointer;
}
    .btn.active {
        background: #13ba81;
    }
