<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 顶部小导航 */
.header-top { background-color: #fafafa; border-bottom: solid 1px #f0f0f0; height: 30px; display:none; }
.header{ max-width:1078px; margin:0px auto; font-size:1.4rem;position: relative;font-family: "Microsoft YaHei",SimSun }
.header a {
    color: #ff4c6a;
    text-decoration: none;
}
.header em{
    margin: 0;
    padding: 0;
    border: 0;
    font-style: normal;
}

@media only screen and (min-width: 640px) {
    .am-container {padding-left:0px;padding-right:0px ;max-width: 1078px;}
    .nav-search{background: #fff; margin: 20px 0 5px 0;}
    .header-top { display:block;}
    .top-nav-left{ float:left;}
    .top-nav-left .top-nav-items, .top-nav-right .top-nav-items { padding: 0px 8px; height: 30px; line-height: 30px; }
    .top-nav-right {position: absolute; top: 0; right: 0; }
    .top-nav-right .top-nav-items {float: left;}

    .nav-search .logo-big{ float:left;width:200px; margin:0px auto;}
    .nav-search .logo-big img{width:100%;}
    .search-bar {padding:2px 2px;}
    .search-bar input {width: 66%;height:30px;}
    .classified{display:none;}
    .mobile-navigation{display:none;}

    /* 导航上用户 */
    .navigation-user {display: block; position: absolute;right:0px;bottom:6px;font-size: 12px;line-height:26px;height:25px ;width:85px;text-align:center;background: #ff4c6a;cursor: pointer;}
    .navigation-user  .nav-user{background:#ff4c6a; width: 25px;height: 25px;border-radius: 25px;position: absolute;left:-22px;z-index: 2;padding: 1px;overflow: hidden;}
    .navigation-user b{display:block;position: absolute;width: 25px;height: 27px;border-radius:45px;z-index: 1;left: -19px;top: -1px;background: #fff;}
    .navigation-user .am-icon-angle-right { margin-left: 5px; }
    .navigation-user  * { color:#fcff00; text-decoration: none; }
    .navigation-user b.line{display: block;width:100%;height:2px ;border-bottom:2px solid #ff4c6a;position: absolute;top:180px;z-index:5;}
}
/* 用户 */
img.common-user-icon {
    max-height: 20px;
    vertical-align: middle;
}
/* 搜索 */
.nav-search{top:0;left:0;width:100%;z-index:1000; margin:0px auto;background:#fff;position: relative;}
.nav-search .logo{height:30px;width:95px; margin: 0 auto; display: -webkit-inline-box;}
.logo img{width: 100%; vertical-align: middle;}

/*搜索框*/
.search-bar{width: calc(100% - 200px); display: -webkit-inline-box;}
.search-bar form { width: 100%; }
.search-bar form .search-group{border:2px solid #ff4c6a; width:320px;padding-left:6px;position: relative;}
.search-bar input{height:30px;width:100px;outline:none; font-size:12px; border:none}
.search-input {width: 220px!important;text-transform:uppercase; }
.ai-topsearch { width:27%;height:26px;border:none;background: #ff4c6a none repeat scroll 0% 0%;
    color: #F5F5F2;font-size: 12px;cursor:pointer;border-radius:0px 0px; position: absolute;top: 0;right: 0;}</pre></body></html>