.searchBar {
    position: relative;
}

.search .btn {
    margin-top: 0;
}

.inp {
    width: 495px !important;
    border-radius: 4px;
    height: 40px;
    padding-left: 83px;
    outline: none;
}

.search-dropdown {
    width: 78px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 2px;
    left: 2px;
    box-sizing: border-box;
    z-index: 10;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 14px;
    text-align: center;
}

.search-dropdown .search-type {
    background-color: #fff;
    padding-left: 14px;
    cursor: pointer;
    color: #333;
    width: 77px;
    height: 36px;
}

.app-tit {
    align-items: normal;
}

.tab-tit .tab-tit-item {
    padding: 0;
    margin-left: 58px;
}

.icon-text {
    margin-left: 10px;
    line-height: 36px;
}

.header-tab-hover {
    color: #0388FB;
}