.final_step .acoount_block .account_box .field_box .line label {
    min-width: 100%;
}

.acoount_block .account_box .field_box .line label {
    min-width: 150px;
}

.order_manage .order_now .detail .line .name {
    position: relative;
    width: 60%;
}

.order_manage .order_now .info .line .field {}

.order_manage .order_now .info .line .name {
    position: relative;
    width: 40%;
}

.order_manage .order_now .info .line .field {
    position: relative;
    color: #767676;
    width: 60%;
}

.order_manage .order_now .info .line {
    justify-content: center;
    position: relative;
    display: flex;
    width: 49%;
    align-items: center;
}

.order_manage .order_now .info .line:nth-child(even) .name {
    width: 40%;
}

.order_manage .order_now .info .line:nth-child(even) .field {
    position: relative;
    color: #767676;
    width: 60%;
}

.order_manage .order_now .info .long.line .name {
    padding-left: 0;
    width: 20%
}

.order_manage .order_now .info .long.line .field {
    width: 80%;
}

.acoount_block .account_box .field_box .line.code .inputbox {
    width: calc(90% - 205px);
}

@media (max-width: 700px) {
    .acoount_block .account_box .field_box .line.code .inputbox {
        width: calc(85% - 205px);
    }
}

@media only screen and (max-width: 600px) {
    .final_step .acoount_block .account_box .h_title .option {
        display: block;
        position: absolute;
        right: 7px;
        top: 24px;
        width: 280px;
    }
    .order_manage .order_search .select_box {
        position: relative;
        float: right;
        width: calc(100% - 95px);
        margin-right: 0;
        background-position: 96%;
    }
    .order_manage .order_now .info .line {
        width: 100%;
    }
    .order_manage .order_now .info .line .name {
        width: 50%;
    }
    .order_manage .order_now .info .line .field {
        width: 50%;
    }
    .order_manage .order_now .info .line:nth-child(even) .name {
        width: 50%;
    }
    .order_manage .order_now .info .line:nth-child(even) .field {
        width: 50%;
    }
    .order_manage .order_now .info .long.line .name {
        padding-left: 0;
        width: 50%;
    }
    .order_manage .order_now .info .long.line .field {
        width: 50%;
    }
    .order_manage .order_now .info .line .field .button {
        width: 80px;
        top: -7px;
        position: absolute;
        margin-top: 0;
    }
    .acoount_block .account_box .field_box .line.code .inputbox {
        width: 100%;
    }
}

@media (max-width: 500px) {
    #step_top .step {
        align-items: center;
        width: 27%;
    }
    #step_top .step .num {
        margin-right: 0;
        position: relative;
        width: 48px;
        height: 34px;
        line-height: 34px;
        margin-right: 0px;
    }
    #step_top .step .name {
        font-size: 12px;
    }
    .final_step .acoount_block .account_box .h_title .name {
        width: 112px;
        margin-bottom: 30px;
    }
    .final_step .acoount_block .account_box .h_title .option {
        display: flex;
        position: absolute;
        right: 7px;
        top: 24px;
        width: 178px;
        flex-wrap: wrap;
    }
}