.main {
    min-height: 926px;
}
.logo img {
    display: block;
    margin: 0 auto;
    padding-top: 200px;
}
.search-input {
    box-shadow: 0 0 10px 2px #eee;
    width: 100%;
    margin: 122px auto 0;
    border-radius: 10px;
}
.search-input input {
    width: 700px;
    height: 60px;
    border-radius: 10px 0 0 10px;
    font-size: 20px;
    line-height: 20px;
    padding-left: 30px;
}
.search-input input::placeholder {
    font-size: 20px;
    line-height: 20px;
}
.search-btn {
    width: 120px;
    height: 60px;
    background: #e9f4ff;
    border-radius: 0 10px 10px 0;
    cursor: pointer;
}
.search-btn span {
    display: inline-block;
    background: url(../images/search.png?v=20230320154252) no-repeat center;
    background-size: 24px 24px;
    width: 100%;
    height: 100%;
}
.search-btn:hover span {
    background: url(../images/search-hover.png?v=20230320154252) no-repeat center;
    background-size: 24px 24px;
}
.search-word {
    width: 100%;
    margin: 70px auto 0;
}
.search-word h4 {
    margin-bottom: 48px;
}
.search-word a {
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    color: #333333;
    line-height: 21px;
    margin-right: 48px;
    margin-bottom: 20px;
}
.icon_cancel {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../images/cancel.png?v=20230320154252) no-repeat center;
    background-size: contain;
    right: 150px;
    top: 21px;
    cursor: pointer;
    display: none;
}