.page>.top {
    height: 80px;
    display: flex;
    align-items: center;
    background: white;

    position: fixed;
    top: 0;
    z-index: 200;
    width: 100%;
    box-shadow: 0px 3px 12px rgba(0,0,0,0.06)!important;
    /*box-shadow:0px 3px 12px rgba(0, 0, 0, 0.06) !important;*/
}

.page .top .top_main {
    width: 1170px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page .top .top_main .other {
    flex: 1;
    margin: 0 30px 0 20px;
}

.page .top .top_main .other ul {
    display: flex;
    /*justify-content: space-between;*/
    align-items: center;
    /*margin-right: 22px;*/
    height: 80px;
}
.page .top .top_main .other ul li {
    display: flex;
    align-items: center;
    padding: 0 11px;
    height: 100%;
}
.page .top .top_main .other ul li a {
    font-size: 16px;
}
.page .top .top_main .other ul li a:hover {
    color: #0051a4;
}
.page .top .top_main .other ul li a:hover {
    color: #0051a4;
}

.page .top .top_main img {
    width: 114px;
    /*height: 71px;*/
}

.page .top .top_main .msg_box {
    display: flex;
    align-items: center;
    /*column-gap: 10px;*/
}

.page .top .top_main .msg_box .button_box {
    margin-right: 30px;
}

.page .top .top_main .msg_box .layui-btn-normal {
    padding: 0 6px;
    height: 29px;
    line-height: 28px;
    border-radius: 4px;
    margin-right: 10px;
}

.page .top .top_main .msg_box a:nth-child(1) .layui-btn-normal{
    /*background: #1C85FF;*/

    background-color: #226ebc;
    color: #fff;
    border: 1px solid transparent;
}

/*.page .top .top_main .msg_box a:nth-child(1) .layui-btn-normal:hover {*/
/*    background: #fff;*/
/*    color: #226ebc;*/
/*    border: 1px solid #226ebc;*/
/*}*/

.page .top .top_main .msg_box a:nth-child(2) .layui-btn-normal {
    /*background: #FFA100;*/
    /*border: 1px solid #FFA100 !important;*/
    background: #FFA100;
    color: #fff;
    border: 1px solid transparent;
}

/*.page .top .top_main .msg_box a:nth-child(2) .layui-btn-normal:hover {*/
/*    background: #fff;*/
/*    color: #FFA100;*/
/*    border: 1px solid #FFA100;*/
/*}*/

.page .bottom_main{
    padding-top: 120px!important;
}


.page .bottom_main .search {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;
}

.page .bottom_main .hot {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    /*margin-left: 148px;*/
}

.page .bottom_main .hot .hot_key {
    display: flex;
    align-items: center;
    padding: 10px 0;
}

.page .bottom_main .hot .hot_key .hot_title {
    margin-right: 10px;
    color: #666;
    font-size: 14px;
    font-weight: 600;
}

.page .bottom_main .hot .hot_key .hot_list {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #226EBC;
    font-weight: 600;
}

.page .bottom_main .hot .hot_key .hot_list span {
    /*cursor: pointer;*/
    margin-right: 10px;
}

.page .bottom_main .hot .hot_key .hot_list span a {
    color: #226EBC;
    cursor: pointer;
}

.page .bottom_main .search_key {
    display: flex;
    align-items: center;
    outline: 1px solid #226EBC;
    position: relative;
    width: 872px;
    background: white;
    border-radius: 4px;
}

.page .bottom_main .search_key .key_word {
    height: 44px;
    border: 0;
    padding: 0 15px;
    font-size: 16px;
    display: flex;
    flex: 1;
}

.page .bottom_main .search_key #key_word_2 {
    height: 44px;
    border: 0;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    /* border: 1px solid red; */
    display: flex;
    align-items: center;
    padding: 0 27px;
}

.page .bottom_main .search_key .line {
    border-left: 1px solid #d9d8d8;
    /* margin: 5px 0; */
    height: 35px;
}

.page .bottom_main .search_key .sure_search {
    height: 44px;
    line-height: 44px;
    border: 0;
    border-radius: 0;
    padding: 0 40px;
    background: #226EBC;
    font-size: 16px;
}

.page .bottom_main .search_key input::placeholder {
    color: #777;
    font-size: 15px !important;
}

.page .bottom_main .search_key .all_stations {
    position: absolute;
    background: white;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.16);
    top: 48px;
    width: 410px;
    display: none;
    z-index: 99;
}

.page .bottom_main .search_key .all_stations ul {
    display: flex;
    align-items: center;
    padding: 10px;
    flex-wrap: wrap;
    row-gap: 10px;
    height: 144px;
    width: 400px;
    overflow: auto;
}

.page .bottom_main .search_key .all_stations ul li {
    /*width: 20%;*/
    text-align: center;
    padding: 10px 0;
    cursor: pointer;
}

.page .bottom_main .search_key .all_stations ul {
    scrollbar-color: inset 0 0 5px rgba(0, 0, 0, 0.2) #6a6a6a; /* 滑块颜色  滚动条背景颜色 */
    scrollbar-width: thin; /* 滚动条宽度有三种：thin、auto、none */
}

.page .bottom_main .search_key .all_stations ul::-webkit-scrollbar{
    /*滚动条整体样式*/
    width : 10px;  /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}
.page .bottom_main .search_key .all_stations ul::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
    background   : #a0a0a0;
}
.page .bottom_main .search_key .all_stations ul::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background   : #ededed;
}

.page .bottom_main .search_key .all_stations ul li a {
    font-size: 16px;
    padding: 0 22px;
}

.page .bottom_main .search_key .all_stations ul li .country {
    color: #FFA100;
}

.page .bottom_main .search_key .all_stations ul li:hover {
    background: #f1f1f1;
}

.login-register{
    font-size: 16px;
    color: #333333;
    line-height: 19px;
    font-weight: 400;
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-content: center;*/
}

.login-register span:nth-child(2){
    display: inline-block;
    border-left: 2px solid #666;
    height: 12px;
    margin: 0 6px;
}

.login-register span a:hover {
    color: #0051a4;
}

#member-usercenter{
    cursor: pointer;
    display: flex;
    align-items: center;
}

.page .top .top_main .other ul li {
    display: flex;
    align-items: center;
    padding: 0 11px;
    height: 100%;
    cursor: pointer;
}

.sel-menu {
    font-size: 16px;
    font-weight: bold;
}

.page .top .top_main .other ul .sel-menu a {
    color: #226EBC;
}

.page .top .top_main .other ul .sel-menu span {
    color: #226EBC;
    font-weight: normal;
}
.page .top .top_main .other ul .sel-menu span:nth-child(2){
    padding: 0 4px 0 2px;
}
.msg_box img{
    cursor: pointer;
    margin-right: 10px;
}
.button_box img{
    cursor: pointer;
}

.msg_box .my_name:hover {
    color: #226eb4;
}

.msg_box .msg_box_line {
    display: inline-block;
    height: 14px;
    margin: 0 5px;
    border-right: 2px solid #999;
}

.msg_box .login-out:hover {
    color: #ffa100;
}

.el-cascader{
    min-width: 180px !important;
    /*border-left: 1px solid #226EBC;*/
}
.el-cascader__tags{
    min-width: 180px !important;
    flex-wrap: unset !important;
    overflow: hidden;
    white-space: nowrap;
    /*text-overflow: ellipsis;*/
}

.el-cascader__tags .el-tag {
    max-width: 135px !important;
}

.el-cascader-node.in-active-path, .el-cascader-node.is-active, .el-cascader-node.is-selectable.in-checked-path {
    color: #226ebc !important;
}

.el-checkbox__input.is-indeterminate .el-checkbox__inner {
    background-color: #226ebc !important;
    border-color: #226ebc !important;
}

.el-checkbox__input.is-checked .el-checkbox__inner {
    background-color: #226ebc !important;
    border-color: #226ebc !important;
}

.el-input__inner{
    border: none !important;
}

.el-input__suffix{
    right: 15px !important;
}

.shuxian{
    border-left: 1px solid #dedede;
    height: 22px;
}
.top-hot{
    width: 24px !important;
    height: 24px !important;
}

.map-job{
    color: #777;
    margin-right: 10px;
    cursor: pointer;
}

.icon-ditu{
    color: #777 !important;
    font-size: 18px !important;
    padding-right: 2px;
    margin-right: 0 !important;
}

.map-job:hover {
    color: #226eb4;
}
.map-job:hover .icon-ditu {
    color: #226eb4 !important;
}

.nav-city-box{
    font-size: 16px;
    padding-right: 30px !important;
}

.nav-city-box span:nth-child(2){
    padding: 0 4px 0 2px;
}

.nav-city-box .icon-zuobiaofill{
    padding-top: 2px;
}