* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Microsoft YaHei", sans-serif;
}
html {
    height: 100%;
}
body {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    background: #fff;
}
a {
    text-decoration: none;color: #666;
}
/* 顶部导航 */
.top-nav-wrap {
    width: 100%;
    border-bottom: 1px solid #eee;
    height: 30px;
    line-height: 30px;
    margin-bottom: 70px;
    background: #f9f9f9;
    font-size: 12.5px;
    color: #888;border-top: none;
}
.top-nav {
    max-width: 700px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;padding:0 15px;
}
.top-nav-left {
    display: flex;
    gap: 12px;
}
.top-nav-right {
    display: flex;
    gap: 8px;
    align-items: center;font-size: 12px;
}
.top-nav-right a {
    color: #888;
    display: flex;
    align-items: center;
    gap:4px;
}
.top-nav-right a:hover {
    color: #e6162d;
}
.icon-desk{
    width:16px;
    height:16px;
    fill:currentColor;
}
/* 主容器 */
.container {
    max-width: 700px;
    margin: 0 auto;
    width: 100%;
    flex: 1;
    padding: 0 15px;
}
/* Logo */
.logo-box {
    text-align: center;
    margin-bottom: 35px;
}
.logo-img {
    height: 50px;
    max-width: 80%;
    object-fit: contain;
}
/* 平台标签 */
.tab-wrap {
    display: flex;
    gap: 3px;
    column-gap: 3px;
    row-gap: 3px;
    margin-bottom: 5px;
    flex-wrap: wrap;
}
.tab-item {
    padding: 3px 10px 5px 10px;
    font-size: 14px;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.2s ease;
    color: #333;
}
.tab-item.active {
    background: #e6162d;
    color: #fff;
}
.tab-item:not(.active):hover {
    background: #f03044;
    color: #fff;
}
#hotListBox{
    margin-top: -2px;
}
/* 搜索框容器 */
.search-wrap {
    display: flex;
    margin-bottom: 10px;
    position: relative;
}
#search-input {
    flex: 1;
    padding: 8px 36px 8px 12px;
    font-size: 14px;
    border: 2px solid #e6162d;
    border-right: none;
    border-radius: 5px 0 0 5px;
    outline: none;
}
#search-btn {
    background: #e6162d;
    color: #fff;
    border: 2px solid #e6162d;
    border-radius: 0 5px 5px 0;
    font-size: 15px;
    cursor: pointer;
    white-space: nowrap;width: 115px;
}
/* 一键清除图标 */
.clear-icon {
    position: absolute;
    right: 120px;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    fill: #999;
    cursor: pointer;
    display: none;
    z-index: 2;
}
.clear-icon:hover {
    fill: #e6162d;
}
/* 搜索联想下拉面板 */
.search-suggest {
    position: absolute;
    top: 100%;
    left: 0;
    width: calc(100% - 115px);
    background: #fff;
    border: 1px solid #eee;
    border-top: none;
    border-radius: 0 0 6px 6px;
    z-index: 99;
    display: none;
    max-height: 308px;
    overflow-y: auto;
}
.suggest-item {
    padding: 5px 12px;
    font-size: 14px;
    color: #333;
    cursor: pointer;
}
.suggest-item:hover {
    background: #f5f5f5;
    color: #e6162d;
}
/* 热搜 */
.hot-wrap {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.hot-title {
    font-size: 14px;
    color: #666;
}
.hot-tag {
    font-size: 14px;
    color: #666;
    cursor: pointer;
    margin-left: 8px;
}
.hot-tag:hover {
    color: #ff0000;
}
.help-link {
    margin-left: auto;
    font-size: 14px;
}
.help-link a {
    color: #6699cc;
}
.help-link a:hover {
    color: #ff0000;
}
/* 底部推广 */
.ad-top {
    text-align: center;
    margin-bottom: 80px;
    line-height: 2.2;
}
.ad-red-text {
    font-size: 22px;
    color: #e6162d;
    font-weight: bold;
}
.ad-nav-row1 {
    font-size: 20px;
    color: #333;
}
.ad-nav-row2 {
    font-size: 20px;
    color: #444;
}
/* 页脚 */
.footer-bottom {
    border-top: 1px solid #ddd;
    padding: 15px 5px 8px;
    text-align: center;
    color: #666;
    line-height: 1.8;
    width: 100%;
    font-size: 14px;
}
.footer-inner {
    max-width: 700px;
    margin: 0 auto;
}
.footer-link-row a {
    color: #555;
    text-decoration: none;
    margin: 0 8px;
}
.footer-tag-text {
    font-size: 14px;
    color: #888;
    margin-top: 10px;
}
.intt {font-size:13px;margin:0 auto -9px auto}
.hover-image-container {position:relative;display:inline-block}
.hover-image-container img {position:absolute;top:-20;left:1000;height:120px;width:auto;display:none;opacity:0;transition:opacity 0.5s ease,right 0.5s ease;background:#fff;pointer-events:none}
.item {float:left;margin:5px 12px 0 0}
.item a {margin-left:0px;color:#717171;line-height:20px;font-size:13px}
.item a:hover {color:#ff5555}
.item a:hover + .hover-image-container img {display:block;right:95px;top:-35px;opacity:1;border:1px solid  #f0f0f0;padding:5px;background:#fff}
@media screen and (max-width: 700px) {
    .top-nav-right,.hot-title {   display: none;  }
    .hot-tag{margin:0  5px 0 0}
    .footer-bottom{font-size:12px}
}
@media screen and (max-width: 400px) {
    .clear-icon    { right: 103px;}
    #search-btn {
        width: 100px;
    }
    #search-input {
        flex: 1;
        padding: 8px
    }
}