@charset "utf-8";
@import url("base.css?v=20170527");

html,body {
    min-width: 1400px;
}

.content {
    position: relative;
    width: 370px;
    margin: 0 auto;
}
.title {
    font-size: 24px;
    color: #2BC646;
    text-align: center;
    margin-top: 40px;
}
.form-wp {
    margin-top: 20px;
    position: relative;
    width: 700px;
    overflow: hidden;
}
.form-item {
    position: relative;
    width: 700px;
}

.input {
    position: relative;
    width: 368px;
    height: 46px;
    border: 1px solid #c0c0c0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: white;
    margin-top: 10px;
}
.input label {
    text-align: right;
    position: absolute;
    font-size: 18px;
    color: #9B9B9B;
    line-height: 48px;
    letter-spacing: 5px;
    padding-right: 10px;
    width: 110px;
    border-radius: 4px;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    background: white;
}
.input label.compact {
    letter-spacing: 1px;
}
.input input {
    padding-left: 120px;
    height: 46px;
    line-height: 46px;
    border: none;
    background: transparent;
    outline: none;
    color: #4A4A4A;
    font-size: 16px;
    width: 247px;
}
.input input[type=password] {
    letter-spacing: 5px;
}
.input.current {
    border-color: #1f8fdb;
}
.input.offset-text {
    width: 239px;
}
.input.offset-text input {
    width: 118px;
}
.input.offset-text .offset-btn {
    position: absolute;
    right: -130px;
    top: 0;
    bottom: 0;
    width: 130px;
}
.mini-btn {
    float: right;
    display: block;
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    width: 110px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #d6d6d6;
    background: #f0f0f0;
    color: #4A4A4A;
}
.agree {
    font-size: 14px;
    color: #4A4A4A;
    padding-top: 17px;
    padding-bottom: 8px;
}
.agree a {
    text-decoration: none;
    color: #1f8fdb;
}

.form-footer {
    margin-top: 20px;
    margin-bottom: 20px;
}

label.info {
    display: none;
    font-size: 14px;
    line-height: 1.5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #6b6b6b;
    padding: 13px;
    border: 1px solid #d6d6d6;
    margin-top: 10px;
    background: #e2fcff;
    width: 342px;
}
label.error, label.errorremote {
    font-size: 14px;
    color: #D0011B ;
    position: absolute;
    top: 14px;
    left: 382px;
}
.input .status {
    display: none;
    width: 32px;
    height: 32px;
    position: absolute;
    right: -42px;
    top: 5px;
    background: url("/static/images/home/reg_img.png") no-repeat;
}
.input .status.ok {
    display: block;
    background-position: 0 0;
}
.input .status.failed  {
    display: block;
    background-position: -35px 0;
}
.reg-success {
    padding-top: 30px;
    text-align: center;
}
.reg-success-title {
    color: #44DB5E;
    font-size: 24px;
    margin-bottom: 20px;
}
.reg-success-img {
    margin: 0 auto;
    width: 140px;
    height: 140px;
    background: url("/static/images/home/success.png") no-repeat;
}
.reg-success-notice {
    margin-top: 20px;
    margin-bottom: 5px;
    color: #63B509;
    font-size: 14px;
}
.reg-success-btn {
    margin: 0 auto;
    display: block;
    cursor: pointer;
    border: none;
    outline: none;
    width: 200px;
    height: 44px;
    line-height: 44px;
    background-color: #6BC20A;
    color: white;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
}
.terms {
    padding: 8px 20px;
}
.terms-title {
    font-size: 14px;
    color: #1f8fdb;
    margin-top: 10px;
}
.terms-content {
    font-size: 14px;
    line-height: 1.5em;
    margin-top: 5px;
}

@media screen and (max-width:750px){
    html,body {
        min-width: 320px;
    }
    .header-wrapper {
        height: auto;
    }
    .header {
        width: 100%;
        height: 15vw;
    }
    .header .logo {
        margin-left: 5vw;
        width: 30vw !important;
        height: 100% !important;
        background-size: 100% auto !important;
        background-position: center center !important;
    }
    .header .menu-right {
        margin-right: 5vw;
        height: 100%;
        line-height: 15vw;
        font-size: 3.5vw;
    }
    .main {
        background: #fff;
    }
    .title {
        margin-top: 1vw;
        font-size: 5vw;
    }
    .content {
        width: 100%;
        padding: 0 5vw;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .form-wp {
        margin-top: 4vw;
        width: 100%;
    }
    #regForm {
        overflow: hidden;
    }
    .form-item {
        width: 100%;
        height: 100% !important;
        margin-top: 2vw;
    }
    .form-item .input {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100% !important;
        height: 48px !important;
        font-size: 3vw;
        margin-top: 0 !important;
    }
    .form-item .input input {
        padding-left: 30vw;
    }
    .form-item .input label {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 0.8vw;
        font-size: 3vw;
        text-align: left;
        width: 30vw;
    }
    .form-item .input label.qudao {
        padding-left: 2.3vw;
    }
    .form-item-address {
        width: 100% !important;
    }
    .form-item-address label {
        font-size: 3vw;
        margin-left: 0.8vw !important;
    }
    .form-item select.input {
        margin-top: 10px !important;
        width: 26vw !important;
    }
    .form-item .code-img {
        width: 100%;
        height: 100%;
        margin: 0 !important;
    }
    label.info {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        font-size: 2vw;
    }
    label.error {
        display: block;
        padding-top: 4px;
        top: 0 !important;
        left: 0 !important;
        font-size: 2vw !important;
    }
    .input.offset-text {
        width: 64vw !important;
    }
    .input.offset-text .offset-btn {
        width: 24vw;
        left: 100%;
        right: auto;
        margin-left: 2vw;
    }
    .mini-btn {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 24vw;
        font-size: 2vw;
        float: none;
        overflow: hidden;
    }
    .main-btn {
        padding: 12px 0;
        width: 100%;
        height: auto;
        line-height: 1;
        font-size: 5vw;
    }
    .footer {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 5vw 20px;
        font-size: 2.5vw;
    }
}