body {
    /* overflow: hidden; */
}

footer {
    background-color: #e5e5e5;
}

.footer {
    padding-top: 50px;
    padding-bottom: 25px;
    justify-content: space-between;
}

.foot_left p {
    color: #666;
    margin-bottom: 25px;
}

.foot_left p:nth-child(1),
.foot_right p {
    font-size: 1.4rem;
    font-weight: bolder;
    color: #494949;
    text-align: left;
}

.foot_right p {
    text-align: center;
}

.foot_right img {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}

.foot_right input {
    width: 450px;
    height: 50px;
    border: none;
    border: 3px solid #707070;
    background-color: #e5e5e5;
    text-indent: 1rem;
    color: #666;
    font-size: 1.1rem;
    /* background: url(../img/search.png) no-repeat;
    background-position: 100%; */
}

.bottom {
    background-color: #d0d0d0;
    height: 62px;
}

.bottom a {
    line-height: 62px;
    color: #686868;
    font-size: 0.9rem;
}

.search {
    right: 10px;
    bottom: 14px;
    cursor: pointer;
}