
    .jform {
        box-sizing: border-box;
        background-color: #fff;
    }

    .jform .title {
        padding-bottom: 80px;
        line-height: 66px;
        border-bottom: 1px solid #dcdcdc;
    }

    .jform .title h3 {
        float: left;
        display: inline-block;
        font-size: 40px;
        color: #333;
    }

    .jform .title .fr {
        float: right;
    }

    .jform .way {
        padding-top: 78px;
        box-sizing: border-box;
    }

    .jform .way .left {
        float: left;
        width: 50%;
        box-sizing: border-box;
        padding-right: 10px;
    }

    .jform .left h4 {
        margin: 10px 0 45px;
        font-size: 30px;
        color: #333;
    }

    .jform .left span {
        line-height: 50px;
        font-size: 16px;
        color: #444;
    }

    .jform .left p {
        line-height: 30px;
        font-size: 16px;
        color: #666;
    }

    .jform .word {
        float: right;
        width: 50%;
        box-sizing: border-box;
    }

    .jform .word form {
        width: 100%;
        font-size: 16px;
    }

    .jform .word form .clearfix {
        height: 52px;
        margin-bottom: 20px;
    }

    .jform .word form .clearfix:last-child {
        height: auto;
        margin-bottom: 0px;
    }

    .jform input,
    .jform textarea,
    .jform select {
        padding-left: 18px;
        height: 100%;
        box-sizing: border-box;
        background-color: #f5f5f5;
        font-size: 16px;
        border: 1px solid #dcdcdc;
    }

    .jform textarea {
        width: 100%;
        line-height: 50px;
        white-space: nowrap;
        overflow-y: hidden;
    }

    .jform input.user,
    .jform input.tel {
        width: 48%;
    }

    .jform input.user {
        float: left;
    }

    .jform input.tel {
        float: right;
    }

    .jform input.f5,
    .jform div.pic {
        float: left;
        height: 52px;
        box-sizing: border-box;
    }

    .jform input.f5 {
        width: 25%;
    }

    .jform div.pic {
        margin-left: 22px;
        border-radius: 5px;
        overflow: hidden;
    }

    .jform input.submit {
        float: right;
        width: 100%;
        height: 52px;
        padding-left: 0px;
        font-size: 15px;
        border-radius: 52px;
        border: 0;
        background-color: #c91119;
        color: #fff;
    }

    .jform select.province,
    .jform select.city {
        width: 48%;
        height: 100%;
        outline: none;
        color: #666;
        background: #f5f5f5 url('../images/select_arrow.png') 96% center no-repeat;
        background-size: 12px;
    }

    .jform select.province {
        float: left;
    }

    .jform select.city {
        float: right;
    }


    @media (max-width:1600px) {
        .jform {
            padding: 55px 48px 90px;
        }

        .jform .title {
            padding-bottom: 26px;
            line-height: 60px;
        }

        .jform .title h3 {
            font-size: 36px;
        }

        .jform .way {
            padding-top: 70px;
        }

        .jform .left h4 {
            margin-bottom: 36px;
            font-size: 28px;
        }

        .jform .left span {
            line-height: 42px;
        }

        .jform .word form .clearfix {
            height: 48px;
            margin-bottom: 16px;
        }

        .jform textarea {
            line-height: 48px;
        }

        .jform input.f5,
        .jform div.pic,
        .jform input.submit {
            height: 48px;
        }
    }

    @media (max-width:1200px) {
        .jform {
            padding: 45px 36px 70px;
        }

        .jform .title {
            padding-bottom: 22px;
            line-height: 50px;
        }

        .jform .title h3 {
            font-size: 32px;
        }

        .jform .way {
            padding-top: 60px;
        }

        .jform .left h4 {
            margin-bottom: 26px;
            font-size: 25px;
        }

        .jform .left span,
        .jform .left p {
            line-height: 32px;
            font-size: 15px;
        }

        .jform .word form .clearfix {
            height: 46px;
            margin-bottom: 14px;
        }

        .jform textarea {
            line-height: 46px;
        }

        .jform input,
        .jform textarea,
        .jform select {
            font-size: 15px;
        }

        .jform input.f5,
        .jform div.pic,
        .jform input.submit {
            height: 46px;
            font-size: 15px;
        }
    }

    @media (max-width:991px) {
        .jform {
            padding: 35px 25px 55px;
        }

        .jform .title {
            padding-bottom: 18px;
            line-height: 40px;
        }

        .jform .title h3 {
            font-size: 28px;
        }

        .jform .way {
            padding-top: 50px;
        }

        .jform .left h4 {
            margin-bottom: 22px;
            font-size: 22px;
        }

        .jform .left span,
        .jform .left p {
            line-height: 28px;
        }

        .jform .word form .clearfix {
            height: 44px;
            margin-bottom: 12px;
        }

        .jform textarea {
            line-height: 44px;
        }

        .jform input.f5,
        .jform div.pic,
        .jform input.submit {
            height: 44px;
        }

        .jform input.submit {
            float: none;
            width: 100%;
            margin-top: 20px;
        }
    }

    @media (max-width:768px) {
        .jform {
            padding: 30px 20px 40px;
        }

        .jform .title {
            padding-bottom: 14px;
            line-height: 30px;
        }

        .jform .title h3 {
            font-size: 24px;
        }

        .jform .title .fr {
            font-size: 14px;
        }

        .jform .way {
            padding-top: 30px;
        }

        .jform .way .left {
            width: 100%;
            margin-right: 0;
            margin-bottom: 20px;
        }

        .jform .left h4 {
            margin-bottom: 16px;
            margin-top: 5px;
            font-size: 17px;
        }

        .jform .left span,
        .jform .left p {
            line-height: 24px;
            font-size: 13px;
        }

        .jform .left p {
            line-height: 24px;
            font-size: 14px;
        }

        .jform .word {
            width: 100%;
        }

        .jform .word form .clearfix {
            height: 42px;
        }

        .jform textarea {
            line-height: 42px;
        }

        .jform input,
        .jform textarea,
        .jform select {
            font-size: 14px;
        }

        .jform input.f5,
        .jform div.pic,
        .jform input.submit {
            height: 42px;
            font-size: 14px;
        }

        .jform input.f5,
        .jform div.pic {
            float: left;
        }

        .jform input.f5 {
            width: 34%;
        }

        .jform div.pic {
            margin-left: 12px;
        }

        .jform select.province,
        .jform select.city {
            background-position: 90% center;
        }
    }

    @media (max-width:640px) {
        .jform .title h3 {
            display: block;
            width: 100%;
        }

        .jform .title .fr {
            display: block;
            float: left;
        }
    }

    @media (max-width:480px) {
        .jform {
            padding: 20px 15px 30px;
        }

        .jform .title {
            line-height: 26px;
        }

        .jform .title .fr {
            display: none;
        }

        .jform .title h3 {
            font-size: 20px;
        }

        .jform .way {
            padding-top: 30px;
        }

        .jform .word form .clearfix {
            height: 40px;
        }

        .jform textarea {
            line-height: 40px;
        }

        .jform input,
        .jform textarea,
        .jform select {
            padding-left: 12px;
        }

        .jform input.f5,
        .jform div.pic,
        .jform input.submit {
            height: 40px;
        }

        .jform input.f5 {
            width: 40%;
        }
    }
    .form-code{
        width: calc(100% - 12rem);
        display: block;
        float: left;
        height: 5rem !important;
    }
    .fc-code{
        width: 12rem;
        display: block;
        float: left;
        height: 5rem;
    }
    .greened{
        width: 100%;
        height: 5.2rem;
        text-align: center;
        line-height: 5.2rem;
        background: #c91119;
        border: none;
        color: #fff;
        font-size: 1.8rem;
        border-radius: 5rem;
    }
