.page-register-new {
    padding: 84px 0 0 0;
    background: #fff;
}

.wrapper {
    width: 1190px;
    margin: 0 auto;
}

.flow-way {
    font: 14px/30px '微软雅黑';
    color: #ccc;
    width: 460px;
    margin: 30px auto 45px;
}

.flow-way .section-point {
    display: block;
    width: 23px;
    height: 23px;
    background: url(https://passport.jia.com/cas/images/2015/midiu.png) no-repeat;
    float: left;
    position: relative
}

.flow-way .section-txt {
    position: absolute;
    bottom: -33px;
    left: -22px;
    width: 73px;
}

.flow-way .split-line {
    display: block;
    width: 180px;
    height: 5px;
    background: #eee;
    float: left;
    margin: 10px 3px 0 3px
}

.flow-way .on-here {
    background: url(https://passport.jia.com/cas/images/2015/on-red.png) no-repeat
}

.flow-way .on-here .section-txt {
    color: #666;
}

.flow-way .pass-there {
    background: #ffcccc
}

.form-section .fpass-content {
    padding: 30px 55px 70px;
    border: 7px solid #e5e5e5
}

.form-section .fpass-content h3 {
    font: 14px '微软雅黑';
    color: #999;
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 5px;
}

.form-section .fpass-content h3, .form-section .fpass-title {
    font-size: 20px;
    color: #333;
    padding-right: 10px;
}

.form-section .fpass-content h3 .skip {
    font-size: 14px;
    display: inline-block;
    float: right;
    margin-top: 6px;
    letter-spacing: 1px;
    cursor: pointer;
}

.form-section .fpass-content h3 .skip:hover {
    color: #005aa0;
}

.form-section .fpass-case {
    padding: 35px 0 0 358px;
}

.form-section .fpass-case.large-form {
    padding: 35px 0 0 215px;
}

.form-section .fpass-case.large-form .fpass-detais {
    width: 590px;
}

.form-section .fpass-detais {
    width: 350px;
    font-family: '微软雅黑'
}

.form-section .editable {
    padding-left: 20px;
    width: 100%;
    border: 1px solid #ddd;
    font: 14px/52px '微软雅黑';
    color: #666;
    margin-top: -1px;
    position: relative
}

.form-section .editable .text {
    height: 54px;
    width: 100%;
    line-height: 52px;
    padding: 0 5px;
    box-sizing: border-box;
}

.form-section .editable .textarea {
    min-height: 54px;
    height: 142px;
    width: 100%;
    line-height: 1.8;
    resize: none;
    outline: none;
    padding: 12px 5px 12px 5px;
    box-sizing: border-box;
}

.form-section .editable .text:disabled, .form-section .editable .textarea:disabled {
    background: #f5f5f5;
}

.form-section .editable .select2-container--default .select2-selection--multiple {
    border: none;
    border-radius: 0;
}

.form-section .editable .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: #f5f5f5;
    border: 1px solid #ccc;
    max-width: 320px;
    word-break: break-all;
    word-wrap: break-word;
    overflow: hidden;
}

.form-section .editable .img-box {
    width: 120px;
    height: 120px;
    margin: 20px 0;
    overflow: hidden;
    position: relative;
}

.form-section .editable .img-box img {
    width: 100%;
    height: 100%;
}

.form-section .editable .img-box a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
}

.form-section .editable dt {
    float: left;
    width: 75px;
}

.form-section .large-form .editable dt {
    width: 110px;
}

.form-section .editable dd {
    float: left;
    width: 255px;
}

.form-section .large-form .editable dd {
    width: 320px;
    margin-left: 10px;
}

.form-section .auth-code {
    display: block;
    height: 52px;
    width: 165px;
    border-left: 1px solid #ddd;
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    line-height: 52px;
}

.form-section .auth-code img {
    height: 36px;
    margin: 11px 13px;
    width: 88px;
    vertical-align: top;
    cursor: pointer;
    float: left
}

.form-section .auth-code a {
    color: #007fd7
}

.form-section .auth-code a:hover {
    text-decoration: underline;
    color: #dd0000
}

.form-section .btn-editable {
    width: 350px;
    height: 40px;
    font: 16px/40px '微软雅黑';
    color: #fff;
    background: #ed4040;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    text-align: center;
    cursor: pointer;
    margin-top: 20px;
}

.form-section .btn-editable:hover {
    background: #eb2929
}

.form-section .btn-editable.bg-white {
    background: #fff;
    color: #ed4040;
    border: 1px solid #ed4040;
    box-sizing: border-box
}

.form-section .btn-editable.bg-white:hover {
    background: #fff
}

.form-section .fpass-error {
    border: 1px solid #ff3300;
    height: 43px;
    line-height: 43px;
    background: #fff5f2;
    padding: 0 10px 0 40px;
    float: left;
    margin-top: 15px;
    color: #ff3806;
    position: relative
}

.form-section .fpass-error a {
    color: #007fd7
}

.form-section .fpass-error a:hover {
    color: #dd0000;
    text-decoration: underline
}

.form-section .fpass-error span {
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    background: url(https://passport.jia.com/cas/images/2015/blank-icons.png) no-repeat;
    left: 15px;
    top: 15px;
}

.form-section .fpass-error .fork {
    background-position: -2px -224px;
}

.form-section .fpass-error .exca-mark {
    background-position: -22px -224px;
}

.form-section .fpass-error lable {
    color: #ff3300
}

.form-section .fpass-detais .fpass-error {
    position: absolute;
    right: -248px;
    top: 7px;
    margin: 0;
    background: #fff5f2;
    color: #666;
    display: none
}

.form-section .fpass-error i {
    display: block;
    width: 11px;
    height: 10px;
    background: url(https://passport.jia.com/cas/images/2015/blank-icons.png) no-repeat -71px -225px;
    left: -11px;
    top: -1px;
    position: absolute
}

.form-section .there-error {
    border-color: #ff6666;
    z-index: 10
}

.form-section .yz-code {
    display: block;
    width: 108px;
    height: 39px;
    border: 1px solid #ff7a7a;
    text-align: center;
    line-height: 39px;
    font-size: 12px;
    color: #ff3333;
    position: absolute;
    right: 6px;
    top: 6px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    text-decoration: none;
}

.form-section .yz-code:link, .form-section .yz-code:visited {
    text-decoration: none;
}

.form-section .yz-code.disabled {
    color: #ff3333;
    border: 1px solid #ff7a7a;
}

.form-section .yz-code:disabled {
    color: #aaa;
    border: 1px solid #ccc;
}

.form-section .yz-code:disabled:hover {
    color: #aaa;
}

.form-section .yz-code:hover {
    color: #ff3333;
}

/*checkbox*/
.form-section .form-checkbox {
    width: 15px;
    height: 15px;
    border: 1px solid #dadada;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    vertical-align: text-bottom;
    margin: 0 2px 0 5px;
}

.form-section .form-checkbox.selected {
    border: 1px solid #ed4040;
    position: relative;
}

.form-section .form-checkbox.selected:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #ed4040 url(../img/gou3.png) no-repeat;
    background-size: 12px auto;
    background-position: center center;
}

.form-section .form-checkbox > input {
    width: 100%;
    height: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 2;
    cursor: pointer;
}

.form-section .user-protocol {
    padding: 12px 0 0 0;
    font-size: 12px;
    color: #666;
}

.form-section .user-protocol .protocol-url {
    padding: 0 5px;
    color: #3b73af;
    cursor: pointer;
}

.form-section .user-protocol .protocol-url:hover {
    color: #3b73af;
    text-decoration: none;
}

.form-section .validation-info {
    margin: 10px 0;
    display: block;
}

.form-section .validation-info span {
    font-size: 13px;
    line-height: 1.5;
    color: #888;
    padding: 6px 10px 6px 30px;
    border: 1px solid #ffddbc;
    background-color: #fffceb;
    display: block;
    position: relative;
}

.form-section .validation-info span:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 8px;
    top: 8px;
    background: url(../img/warn-icon.png) no-repeat;
    background-size: 100% auto;
    background-position: center center;
}

.form-section .btn-line {
    text-align: center;
}

/*选择类型*/
.form-section .select-type {
    padding: 35px 0 0 0;
}

.form-section .select-type .fpass-detais {
    width: 500px;
    margin: 0 auto;
    text-align: center;
}

.form-section .select-type .select-type-item {
    float: left;
    width: 200px;
}

.form-section .select-type .select-type-item:last-of-type {
    float: right;
}

.form-section .select-type .icon-box {
    width: 100px;
    height: 100px;
    margin: 10px auto;
    position: relative;
    background: #ff6666;
    color: #fff;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -khtml-border-radius: 6px;
}

.form-section .select-type .icon-box.geren {
    background: #ff6666 url('../img/person-icon.png') no-repeat;
    background-size: 62px auto;
    background-position: center center;
}

.form-section .select-type .icon-box.jigou {
    background: #ff6666 url('../img/meiti-icon.png') no-repeat;
    background-size: 56px auto;
    background-position: center center;
}

.form-section .select-type .icon-box .arrow {
    position: absolute;
    height: 30px;
    bottom: -30px;
    left: 44px;
}

.form-section .select-type .icon-box .arrow:after {
    content: '';
    display: block;
    border-width: 8px;
    position: absolute;
    border-style: solid dashed dashed dashed;
    font-size: 0;
    line-height: 0;
    border-color: #ff6666 transparent transparent;
}

.form-section .select-type .type-text {
    font-size: 16px;
    padding: 15px 0 10px 0;
    text-align: center;
    color: #333;
}

.form-section .select-type .intro {
    color: #666;
    line-height: 1.8;
    text-align: left;
    font-size: 13px;
    padding: 0 8px 0 15px;
}

.form-section .select-type .type-btn {
    display: block;
    margin: 0 12px 0 12px;
    height: 36px;
    font: 16px/36px '微软雅黑';
    background: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    text-align: center;
    cursor: pointer;
    margin-top: 20px;
    border: 1px solid #ff6666;
    color: #ff6666;
}

.form-section .select-type .type-btn:hover {
    background: #ff6666;
    text-decoration: none;
    color: #fff;
}

.form-section .details-suc {
    padding: 50px 0 50px 80px;
    position: relative
}

.form-section .details-suc .p-txt {
    font-size: 16px;
    line-height: 1.5;
    color: #333;
}

.form-section .details-suc .p-txt span {
    color: #ff0000;
    padding: 0 2px;
}

.form-section .details-suc h2 {
    font-size: 20px;
    color: #333;
    padding-bottom: 20px;
}

.form-section .share-icon {
    margin-top: 100px;
    padding: 0 20px;
}

.form-section .share-icon .share-tips {
    width: 216px;
    height: 120px;
    float: left;
    background: url(../img/share-tips.png) no-repeat;
    background-size: 162px auto;
    background-position: top right;
}

.form-section .share-icon .ewm {
    width: 120px;
    height: 120px;
    float: right;
}

.form-section .share-icon .ewm img {
    width: 100%;
    height: 100%;
}

.form-section .big-bingo {
    display: block;
    width: 53px;
    height: 53px;
    position: absolute;
    background: url(https://passport.jia.com/cas/images/2015/blank-icons.png) no-repeat -138px -190px;
    left: 0;
    top: 60px;
}

.form-section .yx-details {
    font-size: 14px;
    color: #666;
    margin-left: -68px;
    width: 520px;
    padding: 50px 0;
}

.form-section .yx-details a {
    color: #007fd7
}

.form-section .yx-details a:hover {
    text-decoration: underline;
    color: #dd0000;
}

.form-section .rob {
    font-size: 14px;
    color: #666;
}

.form-section .rob a {
    color: #007fd7
}

.form-section .rob a:hover {
    text-decoration: underline;
    color: #dd0000;
}

/*城市选择控件*/
.city-box {
    width: 450px;
    display: inline-block;
    border: 1px solid #ddd;
    padding: 5px;
    position: relative;
    background: #fff;
}

.city-box .close {
    color: #ed4040;
    height: 15px;
    width: 15px;
    line-height: 13px;
    text-align: center;
    border-radius: 2px;
    position: absolute;
    right: 12px;
    top: 12px;
    border: 1px solid #ed4040;
    cursor: pointer;
}

.city-box .citys0 {
    width: 95%;
    height: 34px;
    line-height: 34px;
    display: inline-block;
    border-bottom: 2px solid #ed4040;
    padding: 0px 5px;
    font-size: 14px;
    font-weight: bold;
    margin-left: 6px;
}

.city-box .citys0 li {
    display: inline-block;
    line-height: 34px;
    font-size: 15px;
    color: #888;
    width: 80px;
    text-align: center;
    cursor: pointer;
}

.city-box .citys1 {
    padding: 15px 12px;
}

.city-box .citys1 a {
    height: 36px;
    display: inline-block;
    background-color: #f5f5f5;
    color: #666;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    font-size: 12px;
    border-radius: 2px;
    overflow: hidden;
    margin: 0 10px 5px 0;
    padding: 0 15px;
}

.city-box .citys1 a:hover {
    color: #fff;
    background-color: #ed4040;
    text-decoration: none;
}
.city-box .AreaS {
    background-color: #ed4040 !important;
    color: #fff !important;
}

.required-icon {
    color: red;
}

.log-out:before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    /*right:200px;*/
    background: url("../img/icon-signOut.png") no-repeat;
    background-size: 16px auto;
    background-position: center center;
}


