/* 全局样式 */
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333;
    color: inherit;
}


.header_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    width: 1400px;
    height: 110px;
    margin: 0 auto;
}

.search_box {
    text-align: right;
}

.school_index_box {
    font-size: 12px;
}

.search_icon {
    width: 16px;
    position: relative;
    top: 10px;
    left: 24px;
}

.logo_box {
    width: 616px;
}

.top_mobile_box {
    font-size: 20px;
    color: #9e2b4c;
    position: relative;
    top: 4px;
}

.nav_menu_box {
    height: 90px;
    width: 96px;
    display: flex;
    justify-content: space-between;
}

.input_box {
    height: 32px;
    border-radius: 16px;
    border: none;
    outline: none;
    background-color: rgba(255, 255, 255, .3);
    padding-left: 34px;
    box-sizing: border-box;
    width:200px
}

.input_box::placeholder {
    color: white;
    font-size: 12px;
}

.nav_menu_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 192px;
    box-sizing: border-box;
    background-color: #fff;
    width: 100vw;
    height: 48px;
}

.nav_menuDetail_box {
    /* background-color: #fff; */
    /* height: 40px; */
    /* width: 100vw; */
    font-weight: 600;
    font-size: 18px;
    width: 220px;
    text-align: center;
    height: 48px;
    line-height: 48px;
    cursor: pointer;
}

.nav_menuDetail_box:hover {
    background-color: #1f863d;
    color: #fff;
}
.search_box{
    height:32px;
    display: flex;
    justify-content: space-between;
}
