<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*æ˜¾ç¤ºå¯¼èˆª*/

.hide-tool-btn.tools-hidden {
    /* transition-duration: 0.4s; */
    /* height: 18px; */
}

.hide-tool-btn {
    position: fixed;
    width: 50px;
    height: 18px;
    border: 1px solid #d9e1e8;
    background-color: #eaf7ff;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    top: 60px;
    left: 10px;
    /* left: 50%; */
    cursor: pointer;
    /* transform: translateX(-50%); */
    z-index: 12;
    display: flex;
    justify-content: center;
    align-items: center;
    /* transition: 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) all; */
    transition: 0.3s ease-in all;
    /*display: none;*/
}

.curr-hide {
    top: 0;
}

.icon-top-btn {
    font-size: 18px;
}


/*å¯¼èˆª*/

.lx-head ul {
    padding: 0;
    margin: 0;
}

.lx-head a {
    color: #333333;
}

.lx-header {
    width: 100%;
    height: 60px;
    line-height: 60px;
    z-index: 6;
    transition: 0.3s ease-in all;
    background: #fff;
    /*border-bottom: 2px solid #333;*/
}
.header {
    z-index: 999;
    border: none;
    background: #fff;
    /*width: 100%;*/
    height: 60px;
    transition: 0.3s ease-in all;
    /*padding: 0;*/
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 0 30px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
}

.lx-headerToggle {
    height: 0;
    top: -60px;
    opacity: 0;
    filter: alpha(opacity=0);
}

.header-main {
    padding: 0;
}

.header .pull-left {
    padding-left: 0;
}

.header-l-smile {
    padding: 0;
    display: none;
}

.smile-logo.img-responsive {
    display: inline-block;
    height: 20px;
}

.logo-img {
    display: block;
}

.small-logo-img {
    display: none;
    margin-right: 10px;
}

.header-l .logo {
    display: inline-block;
    width: 144px;
    height: 20px;
}

.menu-list-content&gt;li {
    float: left;
}

.menu-list-content&gt;li:hover&gt;a {
    background: #ff7561;
    color: #fff;
}

.menu-list-content&gt;li&gt;a {
    display: inline-block;
    padding: 0 24px;
    letter-spacing: 1.5px;
    color: #666;
    font-weight: 600;
}

.nav-all {
    position: absolute;
    display: none;
    background-color: #fff;
    border-radius: 0 0 4px 4px;
}

.nav-all ul {
    margin: 0;
    width: 412px;
    padding: 6px;
    box-shadow: 0 1px 12px 0 rgba(0, 0, 0, .2);
    border-radius: 0 0 4px 4px;
}

.nav-lis li {
    position: relative;
    width: 100px;
    padding: 10px;
    float: left;
    text-align: center;
}

.nav-lis li::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 14px;
    background: #eee;
    top: 50%;
    right: 0px;
    margin-top: -7px;
}

.nav-lis li:nth-child(4n)::after {
    width: 0;
}

.nav-lis li:last-child::after {
    width: 0;
}

.nav-lis li a {
    display: block;
    line-height: 24px;
    text-align: center;
    color: #666;
    font-weight: 600;
    border-radius: 2px;
    letter-spacing: 1.5px;
}

.nav-lis li a:hover {
    background-color: #eee;
}


/*æœç´¢*/

.hotserach::-webkit-input-placeholder {
    /* WebKit browsers */
    font-weight: 400;
    color: #ccc;
    padding-left: 4px;
}

.hotserach::-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    font-weight: 400;
    color: #ccc;
    padding-left: 4px;
}

.hotserach:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    font-weight: 400;
    color: #ccc;
    padding-left: 4px;
}

.hotserach::placeholder {
    font-weight: 400;
    color: #ccc;
    padding-left: 4px;
}

.search-icon {
    cursor: pointer;
    height: 56px;
    font-size: 20px;
    width: 56px;
    text-align: center;
    line-height: 56px;
}

.search-icon:hover {
    background: #ff7561;
    color: #fff;
}

.header .hot-search {
    position: relative;
    float: left;
    padding: 12px 0;
    padding-right: 40px;
    /*border-right: 1px solid #333;*/
}

.header .hot-search::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 30px;
    background: #eee;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.search-box {
    position: relative;
    height: 36px;
    line-height: 1;
    background-color: #f7f7f7;
    border: 1px solid #efefef;
    border-radius: 4px;
    float: right;
    width: 135%;
    display: flex;
    align-items: center;
}

.header .hot-search input {
    /* padding-left: 125px; */
    padding-right: 30px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: transparent;
    border: 0;
    border-radius: 4px;
    box-shadow: none;
    box-sizing: border-box;
    color: #333;
    font-size: 14px;
    height: 100%;
    line-height: 20px;
    outline: none;
    width: 100%;
    flex:1;
}
/* .search-box:has input:focus{
    box-shadow: 0 0 0 2px rgba(0, 132, 255, 0.5);
    outline: 0;
} */
/* .header .hot-search input:focus  {
    box-shadow: 0 0 0 2px rgba(0, 132, 255, 0.5);
    outline: 0;
} */

.hot_search_hide {
    opacity: 0;
}


/*ie inputåŽ»æŽ‰x*/

input::-ms-clear,
::-ms-reveal {
    display: none;
}

.header .hot_option {
    /* position: absolute;
    left: 0;
    top: 0; */
    margin:0 10px;
    /*text-align: center;*/
    color: #777;
    cursor: pointer;
    /* top: 50%; */
    /* margin-top: -7px; */
}

.header .hot_option::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 30px;
    background: #ddd;
    top: 50%;
    transform: translateY(-50%);
    left: 80px;
    display: none;
}

.hot-bg {
    background-color: #f7f7f7;
}

.header-active {
    position: fixed;
    background-color: #fff;
    box-shadow: 0 0 10px #999;
}

.header .hot_option .hot_ul {
    position: absolute;
    top: 34px;
    left: 0;
    z-index: 3;
    display: none;
}

.header .hot_option ul {
    padding: 6px 0px;
    background-color: #fff;
    cursor: pointer;
    color: #666;
    font-weight: 600;
    box-shadow: 0 1px 12px 0 rgba(0, 0, 0, .2);
    border-radius: 0 0 4px 4px;
}

.header .hot_option ul li {
    height: 30px;
    line-height: 30px;
    min-width: 120px;
    padding: 0 10px;
    letter-spacing: 1.5px;
}

.home-active {
    color: #666;
    font-weight: 600;
    letter-spacing: 1.5px;
}

.hot_option li:hover {
    background-color: #eeeeee;
}

.header .search_img {
    position: absolute;
    /*top: 18px;*/
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
    font-size: 20px;
    cursor: pointer;
}

.header-r {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.avatar-box {
    width: 56px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.header-r .login-photo {
    position: relative;
    border-radius: 50%;
    border: 1px solid #ddd;
}
.login-photo .vPay-icon{
    height: 20px;
    width: 20px;
    position: absolute;
    right: -8px;
    bottom: -1px;
}
.header-r .login-photo .login-img {
    width: 32px;
    height: 32px;
    line-height: 30px;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    background: #d7d7d7;
    display: block;
}

.header-r .login-photo .login-img&gt;img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.header-r .photo-all {
    position: absolute;
    right: 0;
    top: 46px;
    height: auto;
    display: none;
    z-index: 7;
}

.header-r .photo-lis {
    padding: 6px 0;
    box-shadow: 0 1px 12px 0 rgba(0, 0, 0, .2);
    border-radius: 0 0 4px 4px;
    background-color: #fff;
}

.header-r .photo-lis li {
    width: 90px;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    text-align: center;
}

.header-r .photo-lis li a {
    display: inline-block;
    color: #333;
    padding: 0 12px;
    width: 100%;
}

.header-r .photo-lis li a:hover {
    background-color: #eeeeee;
    /*color: #FFF;*/
}

.pk-login {
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-top: 15px;
    border-radius: 4px;
}

.pk-login #login {
    text-decoration: none;
    display: inline-block;
    text-align: center;
    border-radius: 4px;
    background: #ff7561;
    padding: 0 10px;
    color:#fff;
    position: relative;
}

.pk-login a:nth-of-type(1) {
    /* border: 1px solid #ddd; */
    /* color: #333;
    background: linear-gradient(#FAFAFA, #F2F2F2); */
}
.pk-login a:nth-of-type(1)::before {
   content: "";
   display: block;
   width: 1px;
   height: 14px;
   top: 8px;
   right: 0;
   position: absolute;
   background: #ff7561;
}

.pk-login a:nth-of-type(1):hover {
    /* background: #fff !important; */
}

.pk-login a:nth-of-type(2) {
    /* background: #ff7561;
    color: #fff;
    margin-left: 8px;
    border: 1px solid #fb5b45; */
}

.pk-login a:nth-of-type(2):hover {
    /* background: #fb5b45;
    border-color: #ff7561; */
}

.search-btn {
    float: left;
}

.search-btn button {
    padding: 0 8px;
    height: 32px;
    line-height: 32px;
    outline: none;
    border: none;
    border-radius: 4px;
}

.search-btn button:nth-of-type(1) {
    border-radius: 0 4px 4px 0;
}

.search-btn #global-btn {
    margin-left: 5px;
    color: #fff;
    background-color: #fb5b45;
}

.search_img_btn {
    display: none;
}

.small-login {
    display: none;
}

.small-toggle,
.small-btn,
.move-right {
    position: relative;
    cursor: pointer;
    padding: 10px;
    margin-top: 6px;
    display: none;
    transition: all 0.5s linear;
}

.small-toggle .icon-bar {
    background-color: #fff;
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 1px;
    margin-top: 4px;
}

.header-msg {
    position: relative;
    width: 50px;
    height: 56px;
    text-align: center;
    /*background: #fff;*/
    cursor: pointer;
}

.header-msg .msg-icon {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 60px;
    line-height: 60px;
    font-size: 22px;
    color: #333;
}

.header-msg .noread {
    position: absolute;
    width: 6px;
    height: 6px;
    background: #ff7561;
    top: 20px;
    left: 5px;
    border-radius: 50%;
}

.msg-icon:hover {
    background: #ff7561;
    color: #fff;
}

.msg-icon:hover .noread {
    background: #fff;
}

.header-msg .msg-container {
    position: absolute;
    top: 60px;
    right: 0;
    width: 260px;
    background: #fff;
    box-shadow: 0 1px 12px 0 rgba(0, 0, 0, .2);
    border-radius: 0 0 4px 4px;
    display: none;
    overflow: hidden;
}

.header-msg .msg-container-title {
    margin: 0;
    padding: 0 15px;
    font-size: 14px;
    line-height: 45px;
    color: #333;
    text-align: left;
    border-bottom: 1px solid #eaeaea;
}

.msg-container-list {
    list-style: none;
    height: 180px;
    overflow: auto;
}

.msg-item {
    position: relative;
    line-height: 16px;
    font-size: 12px;
    text-align: left;
    border-bottom: 1px solid #eee;
    padding: 10px;
}

.msg-item a {
    color: #666;
    padding: 0 15px 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
}

.msg-item a span {
    display: block;
}

.msg-item:last-child {
    border: none;
}

.msg-item:hover {
    background: #eee;
}

.msg-item .unread {
    position: absolute;
    display: inline-block;
    margin-right: 5px;
    width: 6px;
    height: 6px;
    background: #fb5b45;
    border-radius: 50%;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
}

.msg-empty {
    margin: 0;
    line-height: 180px;
    color: #666;
}

.header-msg .msg-more {
    display: block;
    font-size: 14px;
    line-height: 35px;
    color: #333;
    border-top: 1px solid #eaeaea;
    background: #eee;
}


/*æ‰‹æœºå³ä¾§*/

.body-bg {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .3);
    display: none;
    transition: all 0.5s linear;
}

.header-nav-right {
    width: 200px;
    background: #fff;
    position: fixed;
    /*top: 56px;*/
    top: 0;
    right: -230px;
    transition: all 0.5s linear .2s;
    height: 100%;
    z-index: 100;
}

.header-nav-top {
    position: relative;
    padding: 20px 0 20px 26px;
    border-bottom: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.header-close {
    position: absolute;
    display: block;
    font-size: 18px;
    left: -35px;
    top: 8px;
    padding: 0 10px;
    color: #fff;
    cursor: pointer;
    transition: all .5s inherit;
    font-weight: 600;
}

.header-nav-top&gt;.small-userImg {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #ccc;
}

.header-nav-top&gt;.small-userImg&gt;img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.header-nav-top .login-name {
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-width: 110px;
    margin-left: 5px;
}

.header-nav-top .list-login {
    margin-left: 5px;
    width: 40px;
    height: 28px;
    line-height: 28px;
    border-radius: 4px;
    /*border: 1px solid #000;*/
    background: #ccc;
    color: #fff;
    text-align: center;
}

.header-nav-top .list-sign {
    margin-left: 5px;
    width: 40px;
    height: 28px;
    line-height: 28px;
    border-radius: 4px;
    /*border: 1px solid #000;*/
    background: #ff7561;
    color: #fff;
    text-align: center;
}

.header-nav-content {
    height: 100%;
    overflow-y: auto;
}

.header-nav-content&gt;li {
    padding-left: 26px;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}

.header-nav-content&gt;li:hover {
    background: #ddd;
}

.toggle-active {
    right: 0;
}

.cate-all {
    display: none;
}

.cate-all li {
    line-height: 40px;
    border-bottom: 1px solid #ccc;
}

.cate-all li a {
    display: block;
    padding-left: 36px;
}

.cate-all li a:hover {
    background: #ff7561;
    color: #FFFFFF;
}

@media (max-width: 1000px) {
    .header-l&gt;div {
        margin-right: 15px;
    }
    .header {
        padding-left: 20px;
        padding-right: 20px;
    }
    .header-main {
        margin-right: -40px;
    }
    .header-r .photo-lis {
        margin-left: -50px;
    }
}

@media (min-width: 992px) {
    .lx-header .header-main {
        width: 60%;
    }
}

@media (max-width: 992px) {
    .header {
        padding-left: 5px;
        padding-right: 5px;
    }
    .header .hot-search {
        margin-left: 0;
    }
    .menu-list-content {
        display: none;
    }
    .header .hot_option .hot_ul li {
        height: 25px;
        line-height: 25px;
    }
    .header-r {
        padding-left: 0;
        padding-right: 0;
    }
    .header-r .photo-lis li {
        width: 70px;
        height: 24px;
        line-height: 24px;
    }
    .header-r .photo-lis {
        margin-left: -40px;
    }
    .pk-login {
        display: none;
    }
    .small-login {
        display: block;
    }
    .small-logo-img {
        display: block;
    }
    .logo-img {
        display: none;
    }
    .header-r .photo-lis li a {
        padding: 0;
    }
    .header-msg {
        display: none;
    }
    .search-icon {
        display: none;
    }
    /**/
    .header-main,
    .header-r {
        display: none !important;
    }
    .header .hot-search {
        display: block !important;
    }
    .small-toggle {
        display: block;
    }
    .header-l .header-l-classify,
    .header-l .header-l-home {
        display: none;
    }
    .header-l-smile {
        display: block;
    }
    .header-l {
        display: none !important;
    }
    .header .hot-search {
        margin-left: 0;
    }
    .search-icon {
        display: none !important;
    }
}

#search-content {
    width: 100%;
    padding-left: 90px;
    display: none;
    position: absolute;
    top: 38px;
}

.search-content {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 1px 2px 0px rgba(204, 204, 204, 0.5);
    border-radius: 0px 0px 4px 4px;
    border: 1px solid rgba(239, 239, 239, 1);
    padding: 16px;
    border-top: none;
}

.search-tag {}

.search-tag li {
    display: inline-block;
    margin: 0 10px 8px 0;
}

.search-tag li a {
    display: inline-block;
    background: #f4f4f4;
    height: 32px;
    line-height: 32px;
    border-radius: 4px;
    border: 1px solid rgba(239, 239, 239, 1);
    color: #666;
    padding: 0 15px;
}

.search-tag li a:hover {
    background: #ff7561;
    color: #fff;
}

.recom-search {
    margin-top: 15px;
}

.search-title {
    color: #333;
    font-size: 16px;
    /* line-height:24px; */
    font-weight: 600;
    margin-bottom: 8px;
}

.hot-list {
    width: 120px;
    display: inline-block;
    margin-right: 10px;
    overflow: hidden;
    /* padding-bottom: 5px; */
}

.hot-box .hot-list:last-child {
    margin: 0;
}

.hot-box .hot-list:nth-child(4n) {
    margin: 0;
}

.hot-list a {
    width: 100%;
    display: inline-block;
}

.hot-list a img {
    width: 100%;
    height: 74px;
    border-radius: 4px;
    object-fit: cover;
}

.hot-list a .hot-list-title {
    font-size: 14px;
    font-weight: 400;
    color: #666;
    line-height: 21px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.hot-list:hover a .hot-list-title {
    color: #ff7561;
}</pre></body></html>