.step-box {
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 0 22px;
    margin-bottom: 40px;
}

.step-box .step-title {
    overflow: hidden;
    border-bottom: 1px solid #e6e6e6;
}

.step-box .step-title .step-num {
    margin: 20px 0;
    box-sizing: border-box;
    float: left;
    border-radius: 35px;
    height: 35px;
    width: 35px;
    line-height: 33px;
    font-size: 18px;
    font-weight: bold;
    color: #2f6ea2;
    border: 1px solid #2f6ea2;
    text-align: center;
}

.step-box .step-title .text {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin: 25px 0 25px 15px;
    float: left;
}

.step-box .type-list {
    height: 200px;
    padding: 20px 20px 0 20px;
}

.step-box .type-list .item {
    width: 170px;
    height: 170px;
    text-align: center;
    float: left;
    margin: 0 11px;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    box-shadow: 0px 5px 20px 0px rgba(63, 105, 140, 0.2);
    cursor: pointer;
    text-decoration: none;
    color: #333;
}

.step-box .type-list .item.on {
    box-shadow: 0px 5px 20px 0px rgb(0 139 255 / 82%);
}

.step-box .type-list .item img {
    height: 70px;
    margin: 25px 0;
}

.step-box .input-box {
    box-sizing: border-box;
    padding: 40px 20px;
    display: table;
}

.step-box .input-box .letter-textbox {
    width: 500px;
    height: 44px;
    margin: 16px 0;
    float: left;
    position: relative;
}

.step-box .input-box .letter-textbox.long {
    width: 1080px;
}

.step-box .input-box .letter-textbox .letter-label {
    position: absolute;
    top: 0;
    height: 44px;
    line-height: 44px;
    width: 170px;
    left: 0;
    font-size: 15px;
    color: #212121;
    text-align: right;
    box-sizing: border-box;
    padding-right: 20px;
}

.step-box .input-box .letter-textbox input[type='text'], .step-box .input-box .letter-textbox input[type='password'], .step-box .input-box .letter-textbox .input {
    position: absolute;
    top: 0;
    height: 44px;
    line-height: 44px;
    border: none;
    background-color: #f1f1f1;
    padding: 0 15px;
    margin: 0;
    left: 170px;
    outline: none;
    color: #616161;
    font-size: 16px;
    width: 330px;
    z-index: 100;
    box-sizing: border-box;
}

.step-box .input-box .letter-textbox input[type='text'].long, .apply-table .step-box .input-box .letter-textbox .input.long {
    width: 910px;
}

.step-box .input-box .letter-textbox input[type='text'].short, .apply-table .step-box .input-box .letter-textbox .input.short {
    width: 175px;
}

.step-box .input-box .letter-textbox.left {
    margin-right: 80px;
}

.step-box .input-box .letter-textbox.textarea {
    height: 200px;
}

.step-box .input-box .letter-textbox .letter-content {
    outline: none;
    border: none;
    border-top: none;
    box-shadow: 0px 0 2px 0px rgba(0, 0, 0, 0.2);
    height: 200px;
    box-sizing: border-box;
    padding: 16px;
    width: 910px;
    color: #616161;
    font-size: 16px;
    resize: none;
    background-color: #f1f1f1;
    position: absolute;
    top: 0;
    left: 170px;
}

.step-box .input-box .letter-textbox.tip-rows {
    margin: 0;
}

.step-box .input-box .letter-textbox .tips-text {
    color: #888;
}

.step-box .input-box .letter-textbox .btn {
    float: left;
    height: 40px;
    line-height: 40px;
    text-align: center;
    min-width: 160px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.step-box .input-box .letter-textbox .btn.return {
    color: #2f6ea2;
    border: 1px solid #2f6ea2;
}

.step-box .input-box .letter-textbox .btn .input-file {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    filter: "alpha(opacity=0)";
    filter: alpha(opacity=0);
    color: transparent;
    font-size: 100px;
    z-index: 999;
    height: 130%;
    width: 160px;
}

.step-box .input-box .letter-textbox .file-msg {
    display: none;
    height: 40px;
    line-height: 40px;
    float: left;
    margin-left: 20px;
}

.step-box .input-box .letter-textbox .radio-box {
    position: relative;
    overflow: hidden;
    zoom: 1;
    min-height: 40px;
    display: block;
    padding-left: 10px;
    cursor: pointer;
    float: left;
    width: 180px;
    background-image: url(/static/images/home/radio_no.png);
    background-repeat: no-repeat;
    background-size: 21px;
    padding-left: 30px;
}

.step-box .input-box .letter-textbox .radio-box.on {
    background-image: url(/static/images/home/radio_yes.png);
}

.step-box .input-box .vericode-frame, .apply-table .step-box .input-box .vericode-loading {
    position: absolute;
    top: 0;
    left: 372px;
    width: 120px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    color: #fff;
    background-color: #2f6ea2;
}

.step-box .input-box .vericode-loading {
    display: none;
    z-index: 10;
}

.step-box .input-box .letter-textbox .letter-label .needed {
    color: red;
}


.step-box .input-box .letter-textbox .letter-text {
    position: absolute;
    line-height: 44px;
    border: none;
    padding: 0 15px;
    left: 170px;
    outline: none;
    color: #616161;
    font-size: 16px;
    width: 330px;
    z-index: 100;
    box-sizing: border-box;
}

.step-box .input-box .letter-textbox .letter-text.long {
    width: 910px;
}

.step-box .input-box .letter-textbox.tip-rows.about-file {
    margin: 5px 0;
}

.btn-group .btn {
    outline: none;
    border: 1px solid #2f6ea2;
    height: 42px;
    line-height: 42px;
    text-align: center;
    min-width: 160px;
    display: inline-block;
    margin: 70px 30px;
    cursor: pointer;
}

.btn-group .btn.ok {
    font-size: 16px;
    color: #fff;
    background-color: #2f6ea2;
}

.btn-group .btn.return {
    color: #2f6ea2;
    border: 1px solid #2f6ea2;
}


.table-box {
    border-radius: 5px;
    box-sizing: border-box;
    padding: 0 22px;
    margin-bottom: 40px;
}

.table-box > .table-title {
    overflow: hidden;
    border-bottom: 1px solid #e6e6e6;
}

.table-box .table-title .text {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin: 25px 0 25px 15px;
    float: left;
}

.table-box .input-box {
    box-sizing: border-box;
    padding: 40px 10px;
    display: table;
}

.table-box .input-box .tip-rows {
    width: 1130px;
    height: 44px;
    margin: 16px 0;
    float: left;
    position: relative;
}

.table-box .input-box .tip-rows > p {
    color: #888;
}

.table-box table {
    margin-top: 40px;
    width: 100%;
    border: 1px solid #eee;
    border-collapse: collapse;
    font-size: 16px;
}

.table-box table tr {
    border: 1px solid #eee;
}

.table-box table th, .table-box table td {
    text-align: center;
    padding: 10px;
}

.table-box table a {
    color: #0176c9;
    text-decoration: none;
}

.table-box table a:hover {
    color: #c9604d;
    text-decoration: none;
}


.letter-textbox-query {
    margin: 16px 0;
    float: left;
    width: 550px;
}

.letter-label-query {
    height: 44px;
    line-height: 44px;
    width: 170px;
    font-size: 15px;
    color: #212121;
    text-align: right;
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
}

.letter-text-query {
    line-height: 44px;
    border: none;
    padding: 0 15px;
    outline: none;
    color: #616161;
    font-size: 16px;
    width: 380px;
    z-index: 100;
    box-sizing: border-box;
    float: left;
}

.letter-text-query.long {
    width: 910px;
}

.letter-textbox-query.long {
    width: 1080px;
}

.letter-fwb img {
    max-width: 100%;
}
