.ecan-search {
    display: flex;
    align-items: center;
    height: 120px;
    background: #fff;
    margin: 0 auto;
}

.tid-header {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: auto;
}

.ecan-logo {
    width: 160px;
    height: 56px;
    margin: 0;
    margin-right: 84px;
}

.ecan-nav {
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin: 0;
}

.nav-item {
    width: auto;
    margin-right: 50px;
    cursor: pointer;
    font-weight: normal;
}

.nav-item a {
    text-decoration: none;
    color: #333;
}

.nav-item a:hover {
    color: rgba(76, 135, 251, 1);
}

.scan-part {
    display: flex;
    align-items: center;
    font-size: 12px;
}

.scan-tip {
    margin-left: 19px;
}

.scan-tip p {
    cursor: pointer;
}

.dl-app {
    margin-bottom: 12px;
}

.scan-code {
    width: 77px;
    height: 70px;
    box-sizing: border-box;
    padding: 5px 0 0 12px;
    margin-left: 5px;
    background: url('../images/home_slices/qrcode-bg.png') no-repeat;
    background-size: 100% 100%;
}

.wechat-bg {
    background: url('../images/home_slices/wc-bg.png') no-repeat;
    background-size: 100% 100%;
}

.app-code,
.wechat-code {
    width: 60px;
    height: 60px;
}

.wechat-code {
    display: none;
}

.nav-item{
    position: relative;
}

.select-nav{
    position: absolute;
    width: 140px;
    text-align: center;
    top: 40px;
    left: -35px;
    display: none;
    background:rgba(255,255,255,1);
    box-shadow:0px 0px 10px 1px rgba(225,225,225,0.8);
    border-radius:4px;
    padding: 9px 0;
}

.select-nav a{
    display: block;
    font-weight: normal;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
}

.select-nav a:hover{
    background: #E9EDF5;
    font-weight: bold;
    color: #333;
}

/*通知*/

.message-icon{
    position: relative;
}

.message-icon::after{
    content: '|';
    margin: 0 20px;
}

.notice{
    width: 6px;
    height: 6px;
    background: #FD5F39;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 10px;
}

.message-icon{
    cursor: pointer;
}