.tm-header-wrapper {
    padding: 0;
    width: 100%;
    background: #fff;
    color: #333;
}

.tm-topbar {
    width: 100%;
    border-bottom: 1px solid rgba(216, 216, 216, 1);
    line-height: 30px;
    height: auto;
    min-height: 30px;
}

.tm-topbar-container {
    width: 100%;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tm-topbar-container ul {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 5px 0;
}

.tm-topbar-container ul li {
    float: none;
    margin-right: 10px;
    margin-left: 10px;
    cursor: pointer;
    font-size: 12px;
    color: #555555;
    box-sizing: border-box;
    line-height: 24px;
}

.tm-topbar-container ul li a {
    font-size: 12px;
    color: #555555;
    display: inline-block;
    padding: 2px 0;
}

.tm-topbar-left {
    float: none;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #eee;
}

.tm-topbar-right {
    float: none;
    width: 100%;
    text-align: center;
}

.el-dropdown {
    display: inline-block;
    position: relative;
    color: #606266;
    font-size: 12px;
}

.el-dropdown:hover .el-dropdown-menu {
    display: block;
}

.el-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -60px;
    z-index: 100;
    padding: 10px 0;
    background-color: #fff;
    border: 1px solid #ebeef5;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    display: none;
    width: 120px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
}

.el-dropdown-menu__item {
    list-style: none;
    line-height: 36px;
    padding: 0 10px;
    margin: 0;
    font-size: 14px;
    color: #606266;
    cursor: pointer;
    outline: none;
    display: block;
}

.el-dropdown-menu--small .el-dropdown-menu__item {
    line-height: 30px;
    padding: 0 10px;
    font-size: 13px;
}

.reg-list span:hover {
    color: #d01126;
}

@media screen and (max-width: 375px) {
    .tm-topbar-container ul li {
        margin-right: 5px;
        margin-left: 5px;
    }
}

.tm-search-wrapper {
    width: 100% !important;
    padding: 10px !important;
    height: auto !important;
    display: flex !important;
    flex-direction: column;
    align-items: center;
}

.tm-search-logo {
    float: none !important;
    margin: 0 0 10px 0 !important;
    width: 100% !important;
    text-align: center;
}

.tm-search-logo img {
    width: 140px !important;
    height: auto !important;
}

.tm-search-right {
    float: none !important;
    padding-top: 0 !important;
    width: 100% !important;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.card_ul {
    display: none !important;
}

.search-input-wrapper {
    width: 100% !important;
    margin-right: 0 !important;
    padding-right: 0 !important;
    height: 40px !important;
    display: flex;
    position: relative;
}

.tm-search-wrapper .search-input {
    padding: 0 10px !important;
    width: 100% !important;
    flex: 1;
    height: 36px !important; 
}

.tm-search-wrapper .search-button {
    position: static !important;
    width: 80px !important;
    flex-shrink: 0;
    height: 36px !important; 
    font-size: 14px !important;
}

.tm-search-wrapper .search-element-button {
    display: none !important;
}

.search-hot-keywords {
    display: none !important;
}