.rail form {
    color: #fff;
}

.rail form div div {
    width: 20%;
    text-align: center;
}

.list ul li a {
    display: flex;
    align-items: center;
}

.list ul li a div {
    width: 20%;
    text-align: center;
}

.list_box {
    padding: .75rem 0;
    box-sizing: border-box;
}

.list ul li {
    margin: 0 0 .25rem 0;
    line-height: .45rem;
}

.list ul li a div:last-child {
    padding: .1875rem .25rem;
    box-sizing: border-box;
    border-radius: 10px;
}

.list ul li a:hover div:last-child {
    background-color: #4B84D7;
    color: #fff;
    transition: all 0.6s;
}

.rail_box {
    padding: .1875rem 0;
    box-sizing: border-box;
    background-color: #4B84D7;
}

.line_box select,
.line_box input {
    width: 100%;
    padding: .1875rem;
    border: 1px solid #fff;
    background-color: #4B84D7;
    color: #fff;
    box-sizing: border-box;
    border-radius: 10px;
}

.line_box .r {
    position: relative;
}

.line_box .r button {
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0);
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
}


@media screen and (max-width: 1680px) {}

@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1366px) {}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 980px) {
    .list ul li {
        line-height: 1.5;
    }
    .list ul li a div:last-child {
        white-space: nowrap;
    }
    .rail form div div {
        white-space: nowrap;
    }
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 375px) {}