@charset "utf-8";

.form-wrap {}

/* loan add */
.form-wrap .row-title {
    color: #222222;
    font-size: 26px;
    font-weight: 400;
    padding-bottom: 30px;
}

.form-wrap .section-wrap {
    padding-top: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #d8d8d8;
}

.form-wrap .section-wrap:first-child {
    padding-top: 0;
}

.form-wrap .section-wrap.last {
    border-bottom: 0;
    padding-bottom: 0;
}

.form-wrap .section-wrap.distinguish {}

.form-wrap .section-wrap.distinguish .row-title {
    float: left;
    padding-bottom: 0;
}

.form-wrap .form-inner .section-wrap.distinguish .attr-row.right {
    width: unset;
}

.form-inner .attr-row .attr-value .unit {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #c0c0c0;
    font-size: 18px;
    font-weight: 400;
}

.form-inner .attr-row .attr-value input.money {
    text-align: right;
    padding-right: 40px;
}

.form-inner .attr-row.maturity .attr-value input {
    padding-right: 55px;
}

.form-inner .attr-row.attach {
    margin-top: 60px;
}

.form-inner .attr-row .attr-value.warrant input {}

.form-inner .attr-row .attr-value.warrant .first {}

.form-inner .attr-row .attr-value.warrant .first input {
    pointer-events: none;
    float: left;
    width: calc(100% - 180px);
}

.form-inner .attr-row .attr-value.warrant .first .find {
    cursor: pointer;
    float: right;
    width: 170px;
    border-radius: 21px;
    border: 2px solid #fdd23e;
    color: #777777;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    padding: 7px 15px;
    transition: all 0.25s ease;
}

.form-inner .attr-row .attr-value.warrant .first .find i {
    margin-left: 10px;
    color: #fdd23e;
}

.form-inner .attr-row .attr-value.warrant .first .find:hover {
    color: #ffffff;
    background-color: #fdd23e;
}

.form-inner .attr-row .attr-value.warrant .first .find:hover i {
    color: #ffffff;
}

.form-inner .attr-row .attr-value.warrant .second {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -61px;
}

@media all and (max-width: 1023px) {
    .form-inner .attr-row .attr-value.warrant .second {
        position: static;
        margin-top: 15px;
    }

    .form-inner .attr-row.attach {
        margin-top: 0;
    }
}

@media all and (max-width: 767px) {
    .form-wrap .row-title {
        font-size: 18px;
    }

    .form-wrap .section-wrap {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .form-wrap .form-inner .section-wrap.distinguish .attr-row.right {}

    .form-wrap .form-inner .section-wrap.distinguish .attr-row.right .attr-value {}

    .form-wrap .form-inner .section-wrap.distinguish .attr-row.right .attr-value .radio-item {
        float: none;
    }

    .form-wrap .form-inner .section-wrap.distinguish .attr-row.right .attr-value .radio-item:first-child {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .form-inner .attr-row .attr-value.warrant .first {}

    .form-inner .attr-row .attr-value.warrant .first input {
        width: 100%;
        margin-bottom: 10px;
    }

    .form-inner .attr-row .attr-value.warrant .first .find {
        float: right;
        font-size: 12px;
        line-height: 14px;
        width: unset;
    }
}

/**/

.form-inner {
    box-shadow: 0 1px 5px #d9d9d9;
    background-color: #ffffff;
    padding: 60px 100px;
}

.form-inner .attr-row {
    width: calc(50% - 60px);
    margin-bottom: 30px;
}

.form-inner .attr-row.full {
    float: left;
    width: 100%;
}

.form-inner .attr-row.left {
    float: left;
}

.form-inner .attr-row.right {
    float: right;
}

.form-inner .attr-row:last-child {
    margin-bottom: 0;
}

.form-inner .attr-row .attr-name {
    color: #222222;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding-bottom: 10px;
}

.form-inner .attr-row .attr-value {
    position: relative;
}

.form-inner .attr-row .attr-value.route input {
    position: absolute;
    left: 0;
    bottom: -61px;
}

.form-inner .attr-row .attr-value .arrow {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
}

.form-inner .attr-row .attr-value input {
    padding: 0;
    margin: 0;
    width: 100%;
    border: 0;
    height: 46px;
    line-height: 44px;
    padding: 0 15px;
    color: #222222;
    font-size: 18px;
    font-weight: 400;

    box-shadow: 0 1px 5px #d9d9d9;
    background-color: #ffffff;
}

.form-inner .attr-row .attr-value input::placeholder {
    color: #c0c0c0 !important;
    font-size: 18px !important;
    font-weight: 400 !important;
}

.form-inner .attr-row .attr-value select {
    padding: 0;
    margin: 0;
    width: 100%;
    border-radius: 0;
    border: 0;
    height: 46px;
    line-height: 44px;
    padding: 0 15px;
    color: #c0c0c0;
    font-size: 18px;
    font-weight: 400;

    box-shadow: 0 1px 5px #d9d9d9;
    background-color: #ffffff;
}

.form-inner .attr-row .attr-value .radio-item {
    float: left;
    cursor: pointer;
}

.form-inner .attr-row .attr-value .radio-item:first-child {
    margin-right: 30px;
}

.form-inner .attr-row .attr-value input[type='radio'] {
    box-shadow: unset;
    background-color: transparent;
    position: relative;
    float: left;
    margin-right: 10px;
    width: 17px;
    height: 44px;
    border: 0;
    padding: 0;
    cursor: pointer;
}

.form-inner .attr-row .attr-value input[type='radio']:before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "\f401";
    color: #777777;
    font-family: Ionicons;
    font-size: 20px;
}

.form-inner .attr-row .attr-value input[type='radio']:checked:before {
    content: '\f120';
    color: #222222;
}

.form-inner .attr-row .attr-value input+label {
    float: left;
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    line-height: 44px;
    cursor: pointer;
}

.form-inner .attr-row .attr-value textarea {
    margin: 0;
    padding: 20px 25px;
    width: 100%;
    min-height: 200px;
    border: 0;
    box-shadow: 0 1px 5px #d9d9d9;
    background-color: #ffffff;
    resize: none;
    color: #222222;
    font-size: 18px;
    font-weight: 400;
}

.form-inner .attr-row .attr-value textarea::placeholder {
    color: #c0c0c0 !important;
    font-size: 18px !important;
    font-weight: 400 !important;
}

.form-inner .attr-row .attr-value .attach-item {
    padding-bottom: 20px;
}

.form-inner .attr-row .attr-value .attach-item input {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.form-inner .attr-row .attr-value .attach-item label {
    float: none;
    width: 100%;
}

.form-inner .attr-row .attr-value .attach-item label .file-box {
    float: left;
    width: calc(100% - 185px);
    border: 0;
    box-shadow: 0 1px 5px #d9d9d9;
    background-color: #ffffff;
    line-height: 44px;
    padding: 0 15px;
    color: #c0c0c0;
    font-size: 18px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.25s ease;
}

.form-inner .attr-row .attr-value .attach-item label .file-button {
    position: relative;
    float: left;
    width: 170px;
    margin-left: 15px;
    border-radius: 21px;
    border: 2px solid #fdd23e;
    background-color: #ffffff;
    padding: 7px 15px;
    color: #777777;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    transition: all 0.25s ease;
}

.form-inner .attr-row .attr-value .attach-item label .file-button i {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: #fdd23e;
    transition: all 0.25s ease;
}

.form-inner .attr-row .attr-value .attach-item label .file-button:hover {
    background-color: #fdd23e;
    color: #ffffff;
}

.form-inner .attr-row .attr-value .attach-item label .file-button:hover i {
    color: #ffffff;
}

.form-inner .attr-row .attr-value .notice-wrap {
    display: none;
}

.form-inner .attr-row .attr-value .notice-wrap.active {
    display: block;
}

.form-inner .attr-row .attr-value .attach-notice {
    position: relative;
    color: #c0c0c0;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding-bottom: 5px;
    padding-left: 15px;
    word-break: keep-all;
}

.form-inner .attr-row .attr-value .attach-notice:before {
    content: '※';
    position: absolute;
    left: 0;
    top: 0;
}

.form-inner .attr-row .attr-value .attach-notice:last-child {
    padding-bottom: 0;
}

.agreement {
    float: left;
    width: 100%;
    padding-top: 60px;
    margin-top: 60px;
    padding-bottom: 30px;
    border-top: 1px solid #d8d8d8;
}

.agreement .checkbox {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
}

.agreement .checkbox input {
    width: 18px;
    height: 27px;
    margin: 0;
    padding: 0;
    margin-right: 10px;
    cursor: pointer;
}

.agreement .checkbox input:before {
    content: "\f372";
    font-family: 'Ionicons';
    font-size: 22px;
    line-height: 27px;
    color: #777777;
    cursor: pointer;
}

.agreement .checkbox input:checked:before {
    content: "\f374";
}

.agreement .checkbox label {
    cursor: pointer;
}

.agreement .checkbox label .text {
    color: #777777;
    font-size: 18px;
    font-weight: 400;
}

.agreement .checkbox label .text span {
    color: #c0c0c0;
}


.write-btn {
    text-align: center;
    margin-top: 60px;
    float: left;
    width: 100%;
    text-align: center;
}

.write-btn button {
    position: relative;
    width: 170px;
    border-radius: 21px;
    border: 2px solid #fdd23e;
    background-color: #ffffff;
    padding: 0 15px;
    color: #777777;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    line-height: 42px;
    cursor: pointer;
    transition: all 0.25s ease;
}

.write-btn button i {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: #fdd23e;
    transition: all 0.25s ease;
}

.write-btn button:hover {
    background-color: #fdd23e;
    color: #ffffff;
}

.write-btn button:hover i {
    color: #ffffff;
}

.captcha {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
}

#write_sucess {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    border-radius: 2px;
    background-color: #ffffff;
    text-align: center;
    z-index: 999;
}

#write_sucess .title-wrap {
    position: relative;
    padding: 40px 0;
}

#write_sucess .title-wrap .title {
    text-align: center;
    color: #222222;
    font-size: 30px;
    font-weight: 400;
    padding-bottom: 0;
}

#write_sucess .title-wrap .close {
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background-image: url(images/close@2x.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

#write_sucess .desc-wrap {
    padding: 40px 0;
    background-color: #f5f5f5;
}

#write_sucess .desc-wrap .img {
    max-width: 123px;
    height: 35px;
    margin: 0 auto;
    margin-bottom: 30px;
    background-image: url(images/logo@2x.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

#write_sucess .desc-wrap .desc {
    color: #777777;
    font-size: 22px;
    font-weight: 400;
    line-height: 33px;
    padding-bottom: 30px;
}

#write_sucess #write_sucess_confirm {
    position: relative;
    width: 100px;
    display: inline-block;
    text-align: left;
    color: #777777;
    font-size: 18px;
    font-weight: 400;
    line-height: 40px;
    padding: 0 15px;
    border-radius: 21px;
    border: 2px solid #fdd23e;
    transition: all 0.25s ease;
}

#write_sucess #write_sucess_confirm i {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #fdd23e;
    font-size: 18px;
}

#write_sucess #write_sucess_confirm:hover {
    color: #ffffff;
    background: #fdd23e;
}

#write_sucess #write_sucess_confirm:hover i {
    color: #ffffff;
}

#write_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(34, 34, 34, 0.5);
    z-index: 998;
}

@media all and (max-width: 1023px) {
    .form-inner {
        padding: 60px;
    }

    .form-inner .attr-row {
        width: 100%;
    }

    .form-inner .attr-row .attr-value .arrow {
        top: 10px;
        transform: unset;
    }

    .form-inner .attr-row .attr-value.route input {
        position: static;
        margin-top: 15px;
    }
}

@media all and (max-width: 767px) {
    .form-inner {
        padding: 30px 20px;
    }

    .form-inner .attr-row .attr-name {
        font-size: 12px;
        line-height: 18px;
        padding-bottom: 5px;
    }

    .form-inner .attr-row .attr-value input {
        height: 40px;
        line-height: 38px;
        font-size: 14px;
    }

    .form-inner .attr-row .attr-value input::placeholder {
        font-size: 14px !important;
    }

    .form-inner .attr-row .attr-value select {
        height: 40px;
        line-height: 38px;
        font-size: 14px;
    }

    .form-inner .attr-row .attr-value .arrow {
        top: 5px;
    }

    .form-inner .attr-row .attr-value input[type='radio'] {
        height: 21px;
        line-height: 21px;
        margin-right: 5px;
    }

    .form-inner .attr-row .attr-value input[type='radio']:before {
        font-size: 16px;
    }

    .form-inner .attr-row .attr-value input+label {
        font-size: 14px;
        line-height: 21px;
    }

    .form-inner .attr-row .attr-value textarea {
        padding: 10px 15px;
        font-size: 14px;
        min-height: 100px;
    }

    .form-inner .attr-row .attr-value textarea::placeholder {
        font-size: 14px !important;
    }

    .form-inner .attr-row .attr-value .attach-item {
        padding-bottom: 15px;
    }

    .form-inner .attr-row .attr-value .attach-item label .file-box {
        width: 100%;
        margin-bottom: 10px;
        font-size: 14px;
    }

    .form-inner .attr-row .attr-value .attach-item label .file-button {
        float: right;
        font-size: 12px;
        line-height: 14px;
        width: 127px;
        padding: 7px 15px;
    }

    .form-inner .attr-row .attr-value .attach-notice {
        color: #c0c0c0;
        padding-bottom: 0;
        font-size: 12px;
        line-height: 18px;
    }

    .agreement {
        margin-top: 0;
        padding-bottom: 0;
        padding-top: 30px;
    }

    .agreement .checkbox input {
        width: 14px;
        height: 20px;
        margin-right: 5px;
    }

    .agreement .checkbox input:before {
        font-size: 18px;
        line-height: 20px;
    }

    .agreement .checkbox label .text {
        font-size: 14px;
        position: relative;
    }

    .agreement .checkbox label .text span {
        position: absolute;
        left: 0;
        bottom: -20px;
    }

    .captcha {
        margin-top: 40px;
    }

    .write-btn {
        margin-top: 40px;
    }

    .write-btn button {
        width: 130px;
        font-size: 12px;
        line-height: 30px;
    }

    #write_sucess {
        width: 280px;
    }

    #write_sucess .title-wrap {
        padding: 25px 0;
    }

    #write_sucess .title-wrap .title {
        font-size: 20px;
        padding-bottom: 0;
    }

    #write_sucess .title-wrap .close {
        right: 20px;
        width: 20px;
        height: 20px;
    }

    #write_sucess .desc-wrap {
        padding: 30px 0;
    }

    #write_sucess .desc-wrap .img {
        margin-bottom: 20px;
    }

    #write_sucess .desc-wrap .desc {
        font-size: 14px;
        line-height: 21px;
        padding-bottom: 20px;
    }

    #write_sucess #write_sucess_confirm {
        width: 80px;
        font-size: 12px;
        line-height: 30px;
    }
}