* {
    padding: 0;
    margin: 0;
}
header {
    height: 110px;
    width: 100%;
    background-image: url(../../images/gcjs/imgs/toubu.png);
    background-size: 100% 100%;
}
.logo {
    display: block;
    margin: auto;
    width: 400px;
    padding-top: 25px;
}
article {
    width: 100%;
    height: calc(100vh - 111px);
    background-image: url(../../images/gcjs/imgs/back.png);
    background-size: 100% 100%;
    padding-top: 1px;
    position: relative;
}
.search_box {
    width: 937px;
    height: 386px;
    background-image: url(../../images/gcjs/imgs/piano.png);
    background-size: 100% 100%;
    margin: auto;
    margin-top: 90px;
    position: relative;
}
.search {
    width: 700px;
    height: 85px;
    position: absolute;
    bottom:104px;
    left: 80px;
}
.school {
    font-size: 14px;
    color: #a47850;
    height: 36px;
    position: absolute;
    top: -33px;
}
.school > span {
    display: inline-block;
    padding: 7px 14px;
}
.school > span:nth-child(1) {
    background-color: white;
    border: 2px solid #a47850;
    border-bottom: white;
}
.school > span:nth-child(2) {
   cursor: pointer;
}
.input_box {
    height: 49px;
    background-color: rgb(234, 233, 239);
    border: 2px solid #a47850;
    padding: 5px;
    display: flex;
}
input {
    width: 625px;
    height: 49px;
    outline: none;
    border: none;
    border-radius: 4px 0 0 4px;
    font-size: 18px;
    padding: 10px;
    box-sizing: border-box;
}
.search_icon{
    display: inline-block;
    flex: 1;
    background-color: #a47850;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
}
.search_icon>img{
    width: 19px;
    height: 19px;
    display: block;
    margin: 15px  auto 0 auto;

}
.footer {
    position: absolute;
    bottom: 0;
}
.footer>img{
    width: 100vw;
}
