.progress-query-banner {
    width: 100%;
    height: 460px;
    background-image: url(../images/progress-query-banner.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.progress-query-content-box {
    height: 750px;
    background-color: white;
}

.progress-query-cont {
    width: 1120px;
    height: 710px;
}

.progress-query-content-box input.phone-number {
    width: 220px;
    height: 40px;
    border: 1px rgb(204, 204, 204) solid;
    border-radius: 5px;
    padding-left: 20px;
    font-size: 14px;
}

.progress-query-content-box input.img-code {
    width: 320px;
    height: 40px;
    border: 1px rgb(204, 204, 204) solid;
    border-radius: 5px;
    padding-left: 20px;
    font-size: 14px;
}

.progress-query-content-box .progress-query-top img {
    width: 72px;
    height: 30px;
    position: absolute;
    top: 5px;
    left: 244px;
}

.progress-query-content-box .short-message-code-box button {
    width: 125px;
    height: 40px;
    border-radius: 5px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border: 1px;
    background-color: rgb(53, 113, 255);
    color: white;
    cursor: pointer;
}

.progress-query-content-box .btn-query {
    width: 110px;
    height: 40px;
    border-radius: 5px;
    border: 1px;
    background-color: rgb(53, 113, 255);
    color: white;
    cursor: pointer;

}

.progress-query-situation {
    width: 1120px;
    height: 620px;
}

.progress-query-situation .progress-query-situation-content {
    width: 100%;
    height: 70px;
}