﻿.select_mate {
    display:flex;
    justify-content:center;
    align-items:center;
    position: relative;
    width: 96px;
    height: 36px;
    transition: all 375ms ease-in-out;
    box-sizing: border-box;
    cursor: pointer;
}
.select_mate::after{
    content:'';
    display:block;
    position:absolute;
    right:-2px;
    top:6px;
    width:2px;
    height:24px;
    background:#DDDDDD;
    z-index:1;
}
.select_mate_icon {
    width:18px;
    height:10px;
    margin-left:12px;
    transition: all 275ms;
}
.select_mate select {
    display: none;
}
.selecionado_opcion {
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
}
.cont_list_select_mate {
    display: none;
    position: relative;
    top: 2px;
    float: left;
    width: 100%;
    z-index: 10000;
}
.cont_list_select_mate ul {
    background: #FFFFFF;
    text-align: center;
    box-shadow: 1px 2px 10px -2px rgba(0, 0, 0, 0.3);
}
.cont_list_select_mate ul li{
    height:36px;
    padding-left:17px;
    font-size: 16px;
    color: #333333;
    line-height: 36px;
    text-align: left;
    cursor:default;
}
.cont_list_select_mate ul li:hover {
    background-color: #ffeae2;
}
.searchkey {
    width: 536px;
    height: 36px;
    padding-left: 13px;
    font-size: 16px;
    line-height: 36px;
    border: 0;
    outline: none;
    box-sizing: border-box;
}
.sear_content {
    position: relative;
    width: 536px;
}
.history_box, .search_bykey {
    position: absolute;
    width: 539px;
    border: 1px solid #BBBBBB;
    border-top: none;
    left: 0px;
    top: 36px;
    background: #fff;
    box-sizing: border-box;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #999999;
    z-index: 9999999;
    clear: both;
}
.history_box .color_title {
    color: #F54405;
    padding-top: 10px;
    padding-left: 12px;
}
.history_box .history_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 12px;
    height: 37px;
}
.history_box .history_item:hover {
    background: #F2F2F2;
}
.search_bykey .search_bykey_item {
    width: 100%;
    box-sizing: border-box;
    padding: 0 12px;
    height: 37px;
    cursor: pointer;
    line-height: 37px;
}
.search_bykey .search_bykey_item:hover {
    background: #F2F2F2;
}
.sear_kw_first_div {
    display: inline-block;
    cursor: pointer;
    position: relative;
    top: 1px;
}
.sear_kw_first_div .flex_div {
    display: flex;
    align-items: center;
}

/*2025新search样式*/
.search_container{
    display:flex;
    margin-top:18px;
}
.new_search {
    margin-right: 16px;
}
.new_search_btn {
    width: 120px;
    height: 40px;
    margin-left:14px;
    font-size: 16px;
    color: #333333;
    line-height: 38px;
    text-align: center;
    background: #FFFFFF;
    border-radius: 8px;
    border: 1px solid #DDDDDD;
    box-sizing:border-box;
}
.new_search_btn a{
    display:block;
    width:100%;
    height:100%;
    color: #333333;
}
.new_search_btn:hover{
    border-color:#EB3902;
    cursor:pointer;
}
.new_searah_bd {
    width: 746px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 2px solid #EB3902;
    box-sizing: border-box;
}
#frmSr {
    display:flex;
    position: relative;
    height:48px;
}
.search_btn {
    position: absolute;
    top:-2px;
    right:-2px;
    width: 110px;
    height: 40px;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 40px;
    text-align: center;
    background: #EB3902;
    border-radius: 4px;
    outline: none;
    border:0;
    box-sizing: border-box;
    cursor:pointer;
}

.Mousercity {
    display: flex;
    align-items: center;
    height: 24px;
}
.cityLogo{
    width:24px;
    height:16px;
    margin: 0 5px 0 0;
}
.substation_txt {
    font-weight: bold;
    font-size: 18px;
    color: #F54405;
    line-height: 24px;
}
.sear_kw a{
    color:#333333;
}
.substation_icon {
    height: 20px;
    margin: 0 5px 0 0;
}