.main {
    background-color: #fff;
    padding: 4rem 0;
}

html,
body {
    height: 100%;
}

.searchbox {
    width: 58.33rem;
    margin: 0 auto;
}

.sealeft {
    width: 10rem;
    margin-right: 1rem;
}

.searchlist h2 .searight,
.searchlist {
    flex: 1;
}

.searchlist h2 {
    border-bottom: 0.04rem solid #e8e8e8;
}

.searchlist h2 a {
    height: 100%;
    padding: 2rem 0;
}

.searchlist h2:last-child {
    border-bottom: none;
}

.searchlist h2 a,

.searight,
.searchpage {
    display: flex;
    justify-content: space-between;
}

.searight {
    flex: 1;
    flex-direction: column;
}

.searchpage input {
    outline: none;
    border: none;
    flex: 1;
    border-radius: 0.4rem 0 0 0.4rem;
    border: 0.04rem solid #8a8a8a;
    font-size: 0.75rem;
    border-right: none;
    padding: 0.5rem 1rem;

}

.searchpage {
    margin-bottom: 2rem;
}

.searchpage a {
    display: inline-block;
    padding: 0.5rem 2rem;
    font-size: 0.75rem;
    background-color: #3468d1;
    border-radius: 0 0.4rem 0.4rem 0;
    color: #fff;
}

.searight h3 {
    font-size: 0.75rem;
    font-weight: 900;
    margin-bottom: 0.5rem;
}

.moremore a,
.searight p.belong {
    font-size: 0.58rem;
    color: #3468d1;
    margin-top: 2rem;
}

.moremore a {
    display: inline-block;
    padding: 0.5rem 2rem;
    font-size: 0.75rem;
    color: #fff;
    background-color: #3468d1;
    border-radius: 0.1rem;
}

.searight p.dec {
    flex: 1;
    font-size: 0.75rem;
    color: #a5a5a5;
}

[v-cloak] {
    display: none;
}

.noany {
    width: 60%;
    margin: 0 auto;
}

.noany p {
    margin-top: 1rem;
    color: #a5a5a5;
    font-size: 0.58rem;
}

.p_seatop {
    width: 46.41rem;
    margin: 0 auto .75rem;
    padding: .5rem 1rem;
    border-radius: 10rem;
    border: .1rem solid #3468d1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page_searchbox {
    padding-top: 7.25rem;
}

.h_tpadiv {
    border-bottom: .04rem solid #eaeaea;
}

.pa_seabox {
    width: 0.9rem;
    height: 0.9rem;
}

.mr083 {
    margin-right: 0.83rem;
}

.ml083 {
    margin-left: 0.83rem;
}

.p_seatop p {
    width: 37.5rem;
    flex: 1;
}

.p_seatop p input {
    outline: none;
    border: none;
}

.sea_his {
    width: 46.41rem;
    margin: 0 auto 2.4rem;
}

.sea_his a {

    display: inline-block;
    margin-left: .83rem;
    padding: .33rem .9rem;
    background-color: #efefef;
    border-radius: .16rem;
    font-size: .66rem;
}

.p_sear_con {
    width: 58.33rem;
    margin: 0 auto 8rem;
}

.fscol929292 {
    color: #929292;
}

.mb075 {
    margin-bottom: 0.75rem;
}

.fscol9a9a9a {
    color: #9a9a9a;
}

.p_sear_con h4 a {
    height: 7rem;
    padding: 1.25rem 2.75rem .9rem;
    background-color: #fafafa;
    border-radius: .2rem;
    transition: box-shadow .3s;
}

.p_sear_con h4 a:hover {
    box-shadow: 0px .16rem .83rem rgba(144, 152, 169, 0.2);
}

.psc_h4 span span span {
    color: #3468d1;
}

.p_sea_ch {
    color: #fea844;
}

.sea_titw {
    width: calc(100% - 6rem);
}

.p_sear_con h4 {
    margin-bottom: 1.25rem;
}

.reset_sea {
    color: #afafaf;
    font-size: 1.5rem;
    right: -1.5rem;
}

@media screen and (max-width: 940px) {
    .searchbox {
        width: 80%;
        margin: 0 auto;
    }

    .p_seatop p {
        width: auto;
    }
    .p_sear_con,
    .sea_his,
    .p_seatop {
        width: 100%;
    }

    .page_searchbox {
        width: 90%;
        margin: 0 auto;
    }
}