.search-layout {
    width: 14rem;
    margin: 0 auto;
}

@media (min-width: 1950px) {
    .search-layout {
        width: 1650px;
    }
}

@media (max-width: 1200px) and (min-width: 960px) {
    .search-layout {
        width: 960px;
    }
}

@media (max-width: 960px) {
    .search-layout {
        width: 100%;
        padding: 0 20px;
        min-width: 320px;
    }
}

header.search-header {
    min-height: 1.21rem;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

header.search-header .search-layout .header-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.2rem 0;
}

header.search-header .search-layout .header-wrap .logo {
    display: block;
    overflow: hidden;
    z-index: 2024;
}

header.search-header .search-layout .header-wrap .logo img {
    height: 0.8rem;
    width: auto;
    position: relative;
}

header.search-header .search-layout .header-wrap .right-btns {
    display: flex;
    align-items: center;
}

header.search-header .search-layout .header-wrap .right-btns .search-form-wrap {
    height: 0.6rem;
    width: 6.4rem;
    border-radius: 0.06rem;
    border: 1px solid #D7D7D7;
    position: relative;
}

header.search-header .search-layout .header-wrap .right-btns .search-form-wrap .search-form {
    height: 100%;
    width: 100%;
    position: relative;
    display: flex;
}

header.search-header .search-layout .header-wrap .right-btns .search-form-wrap .search-form input.form-text {
    background-color: inherit;
    height: 100%;
    flex: 1;
    padding-left: 0.2rem;
    font-size: 0.18rem;
}

header.search-header .search-layout .header-wrap .right-btns .search-form-wrap .search-form input.form-text::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #D7D7D7;
}

header.search-header .search-layout .header-wrap .right-btns .search-form-wrap .search-form input.form-text:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #D7D7D7;
}

header.search-header .search-layout .header-wrap .right-btns .search-form-wrap .search-form input.form-text:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #D7D7D7;
}

header.search-header .search-layout .header-wrap .right-btns .search-form-wrap .search-form input.form-text::-webkit-search-cancel-button {
    -webkit-appearance: none;
    /* 移除默认样式 */
    appearance: none;
    height: 16px;
    width: 16px;
    background-color: #ccc;
    /* 设置背景颜色 */
    mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="black"><path d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41z"/></svg>');
    /* 使用 SVG 作为图标 */
    mask-size: cover;
}

header.search-header .search-layout .header-wrap .right-btns .search-form-wrap .search-form .search-btn {
    background-color: inherit;
    height: 100%;
    width: 0.6rem;
    line-height: 0.6rem;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}

header.search-header .search-layout .header-wrap .right-btns .search-form-wrap .search-form .search-btn i {
    font-size: 0.24rem;
    color: var(--ruifox-color-primary-1);
}

header.search-header .search-layout .header-wrap .right-btns .search-form-wrap .search-form .more-search-contain {
    width: 100%;
    margin-top: 0.54rem;
    position: absolute;
    top: 0.1rem;
    left: 0;
    height: max-content;
    z-index: 1;
}

header.search-header .search-layout .header-wrap .right-btns .search-form-wrap .search-form .more-search-contain .more-search-box {
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

header.search-header .search-layout .header-wrap .right-btns .search-form-wrap .search-form .more-search-contain .more-search-box .more-search-tit {
    width: 100%;
    padding: 0.05rem 0.2rem;
    border-bottom: 1px solid #E4E4E4;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header.search-header .search-layout .header-wrap .right-btns .search-form-wrap .search-form .more-search-contain .more-search-box .more-search-tit p {
    font-size: 0.14rem;
    color: #666;
}

header.search-header .search-layout .header-wrap .right-btns .search-form-wrap .search-form .more-search-contain .more-search-box .more-search-tit a.clear-all {
    border-radius: 0.28rem;
    padding: 0.03rem 0.1rem;
    background-color: #ededed;
    color: #333;
    display: flex;
    align-items: center;
    font-size: 0.13rem;
}

header.search-header .search-layout .header-wrap .right-btns .search-form-wrap .search-form .more-search-contain .more-search-box .more-search-tit a.clear-all i {
    font-size: 0.11rem;
    margin-left: 0.05rem;
}

header.search-header .search-layout .header-wrap .right-btns .search-form-wrap .search-form .more-search-contain .more-search-box .inner-more-search {
    display: flex;
    flex-wrap: wrap;
    padding: 0.2rem 0.1rem;
}

header.search-header .search-layout .header-wrap .right-btns .search-form-wrap .search-form .more-search-contain .more-search-box .inner-more-search a.order-bar {
    display: flex;
    height: 0.4rem;
    padding: 0 0.15rem;
    align-items: center;
    color: var(--ruifox-color-primary-1);
    margin-right: 0.1rem;
    margin-bottom: 0.1rem;
    background-color: #fafafa;
}

header.search-header .search-layout .header-wrap .right-btns .search-form-wrap .search-form .more-search-contain .more-search-box+.more-search-box {
    margin-top: 0.2rem;
}

header.search-header .search-layout .header-wrap .right-btns .search-form-wrap .no-text-tips {
    position: absolute;
    height: 0.34rem;
    padding: 0 0.1rem;
    background-color: #FFEDD2;
    font-size: 0.14rem;
    border-radius: 0.05rem;
    line-height: 0.34rem;
    color: #FF9700;
    bottom: -0.44rem;
    left: 0.2rem;
    display: none;
}

header.search-header .search-layout .header-wrap .right-btns .search-form-wrap .no-text-tips .tip {
    position: absolute;
    height: 0.1rem;
    width: 0.15rem;
    overflow: hidden;
    top: -0.1rem;
    left: 0.1rem;
    background: #FFEDD2;
    transform: rotate(45deg);
    transform-origin: left bottom;
}

header.search-header .search-layout .header-wrap .right-btns .btn-box {
    display: flex;
}

header.search-header .search-layout .header-wrap .right-btns .btn-box .btn-setting {
    height: 0.4rem;
    width: 0.96rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.16rem;
    border-radius: 0.04rem;
    box-sizing: border-box;
}

header.search-header .search-layout .header-wrap .right-btns .btn-box .search-s {
    background-color: var(--ruifox-color-primary-1);
    color: #fff;
    margin-right: 0.2rem;
}

header.search-header .search-layout .header-wrap .right-btns .btn-box .search-advanced {
    border: 1px solid #D7D7D7;
    color: var(--ruifox-color-primary-1);
}

header.search-header .search-layout .header-wrap .right-btns .goback {
    margin-left: 0.2rem;
    display: flex;
    align-items: center;
}

header.search-header .search-layout .header-wrap .right-btns .goback .goback-text {
    margin-left: 0.05rem;
}

header.search-header .advance-layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1111;
    display: none;
}

header.search-header .advance-layer .advance-search-nav {
    position: absolute;
    display: none;
    width: 100%;
}

header.search-header .advance-layer .advance-search-nav .advance-search-layout {
    margin: 0 auto;
    width: 12rem;
}

header.search-header .advance-layer .advance-search-nav .top-nav {
    height: 0.5rem;
    border-bottom: 1px solid #ccc;
    background-color: #fff;
}

header.search-header .advance-layer .advance-search-nav .top-nav .advance-search-layout {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

header.search-header .advance-layer .advance-search-nav .top-nav .advance-search-layout p.tit {
    height: 100%;
    position: relative;
    padding-top: 0.13rem;
    box-sizing: border-box;
    font-size: 0.18rem;
}

header.search-header .advance-layer .advance-search-nav .top-nav .advance-search-layout p.tit:after {
    content: '';
    display: block;
    width: 100%;
    height: 0.04rem;
    position: absolute;
    background-color: var(--ruifox-color-primary-1);
    bottom: 0;
    left: 0;
}

header.search-header .advance-layer .advance-search-nav .filter-wrap {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
}

header.search-header .advance-layer .advance-search-nav .filter-wrap .advance-item {
    display: flex;
}

header.search-header .advance-layer .advance-search-nav .filter-wrap .advance-item+.advance-item {
    margin-top: 0.15rem;
}

header.search-header .advance-layer .advance-search-nav .filter-wrap .advance-item label {
    font-weight: bold;
    width: 1.5rem;
}

header.search-header .advance-layer .advance-search-nav .filter-wrap .advance-item .info .inner-info {
    display: flex;
    align-items: center;
}

header.search-header .advance-layer .advance-search-nav .filter-wrap .advance-item .info .inner-info+.inner-info {
    margin-top: 0.15rem;
}

header.search-header .advance-layer .advance-search-nav .filter-wrap .advance-item .info .inner-info p {
    width: 2rem;
}

header.search-header .advance-layer .advance-search-nav .filter-wrap .advance-item .info .inner-info input {
    width: 2rem;
    height: 0.32rem;
    line-height: 0.32rem;
    border: 1px solid #ccc;
}

header.search-header .advance-layer .advance-search-nav .filter-wrap .advance-key {
    padding: 0.3rem 0;
    background-color: #fcfcfc;
}

header.search-header .advance-layer .advance-search-nav .filter-wrap .filter-set {
    padding: 0.2rem 0;
}

@media (max-width: 960px) {
    header.search-header .search-layout .header-wrap {
        flex-direction: column;
    }

    header.search-header .search-layout .header-wrap .logo img {
        width: 300px !important;
        height: auto !important;
    }

    header.search-header .search-layout .header-wrap .right-btns {
        width: 100%;
    }

    header.search-header .search-layout .header-wrap .right-btns .search-form-wrap {
        width: 100%;
        margin-top: 10px;
        height: 40px;
    }

    header.search-header .search-layout .header-wrap .right-btns .search-form-wrap .search-form .search-btn {
        line-height: 40px;
    }

    header.search-header .search-layout .header-wrap .right-btns .goback .goback-text {
        display: none;
    }
}

main.search-content {
    background-color: #FAFAFA;
    min-height: calc(100vh - 1.2rem);
    padding-bottom: 0.8rem;
    font-size: 0.16rem;
}

main.search-content .search-layout {
    display: flex;
    justify-content: space-between;
}

main.search-content .search-layout .search-result {
    width: 80%;
    margin: 0 auto;
    position: relative;
}

main.search-content .search-layout .search-result .result-tit {
    width: 100%;
}

main.search-content .search-layout .search-result .result-tit .inner-search-result {
    position: relative;
    top: 0;
    transition: all 0.4s;
}

main.search-content .search-layout .search-result .result-tit .inner-search-result .result-tips {
    height: 0.54rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

main.search-content .search-layout .search-result .result-tit .inner-search-result .result-tips p {
    font-size: 0.14rem;
    color: #AAAAAA;
    white-space: nowrap;
}

main.search-content .search-layout .search-result .result-tit .inner-search-result .result-tips p span {
    color: var(--ruifox-color-primary-1);
    margin: 0 5px;
}

main.search-content .search-layout .search-result .result-tit .inner-search-result .result-tips .search-select {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

main.search-content .search-layout .search-result .result-tit .inner-search-result .result-tips .filter-tab {
    display: flex;
    align-items: center;
    position: relative;
    margin-right: 0.1rem;
}

main.search-content .search-layout .search-result .result-tit .inner-search-result .result-tips .filter-tab span {
    font-size: 14px;
    display: block;
}

main.search-content .search-layout .search-result .result-tit .inner-search-result .result-tips .filter-tab span.label {
    color: #9195a3;
}

main.search-content .search-layout .search-result .result-tit .inner-search-result .result-tips .filter-tab span.val {
    color: #9195a3;
    display: flex;
    align-items: center;
    margin-right: 0.15rem;
    cursor: pointer;
}

main.search-content .search-layout .search-result .result-tit .inner-search-result .result-tips .filter-tab span.val i {
    font-size: 0.14rem;
    line-height: 0.14rem;
    position: relative;
    top: 0.02rem;
    margin-left: 0.05rem;
}

main.search-content .search-layout .search-result .result-tit .inner-search-result .result-tips .filter-tab span.val:hover {
    color: #315efb;
}

main.search-content .search-layout .search-result .result-tit .inner-search-result .result-tips .filter-tab span.val:hover i {
    color: #315efb;
}

main.search-content .search-layout .search-result .result-tit .inner-search-result .result-tips .filter-tab.search-time .layui-form-label {
    padding: 0 0.1rem 0 0;
}

main.search-content .search-layout .search-result .popover-wrap {
    position: absolute;
    left: 0;
    top: 0.45rem;
}

main.search-content .search-layout .search-result .popover-wrap .filter-pop {
    display: none;
    position: absolute;
    top: 100%;
    /* width: 1.25rem !important; */
    height: auto;
    border-radius: 0.06rem;
    background-color: #fff;
    box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.2);
    z-index: 999;
    box-sizing: border-box;
    padding: 0.1rem;
}

main.search-content .search-layout .search-result .popover-wrap .filter-pop .inner-pop {
    display: flex;
    flex-direction: column;
}

main.search-content .search-layout .search-result .popover-wrap .filter-pop .inner-pop a {
    min-width: 1rem;
    text-align: center;
    display: flex;
    align-items: center;
    height: 0.32rem;
    border-radius: 0.06rem;
    justify-content: center;
    white-space: nowrap;
    font-size: 0.14rem;
}

main.search-content .search-layout .search-result .popover-wrap .filter-pop .inner-pop a.cur {
    color: #c4c7ce;
}

main.search-content .search-layout .search-result .popover-wrap .filter-pop .inner-pop a:not(.cur):hover {
    background-color: rgba(78, 110, 242, 0.08);
    color: #315ef0;
}

main.search-content .search-layout .search-result .popover-wrap .filter-pop.date-pop .bar {
    display: block;
    margin: 0.1rem 0.08rem;
    height: 1px;
    background: #e4e4e5;
    border-radius: 0.5px;
}

main.search-content .search-layout .search-result .popover-wrap .filter-pop.date-pop .diy-date {
    width: 100%;
    font-size: 0.14rem;
}

main.search-content .search-layout .search-result .popover-wrap .filter-pop.date-pop .diy-date .date-input {
    display: flex;
    align-items: center;
    margin-top: 0.1rem;
}

main.search-content .search-layout .search-result .popover-wrap .filter-pop.date-pop .diy-date .date-input span {
    color: #9195A3;
    margin-right: 0.1rem;
}

main.search-content .search-layout .search-result .popover-wrap .filter-pop.date-pop .diy-date .date-input input {
    flex: 1;
    border-radius: 0.06rem;
}

main.search-content .search-layout .search-result .search-result-box {
    width: 100%;
    background-color: #fff;
    border-top: 5px solid var(--ruifox-color-primary-1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

main.search-content .search-layout .search-result .search-result-box .type-list {
    padding: 0.1rem 0.2rem 0;
    display: flex;
}

main.search-content .search-layout .search-result .search-result-box .type-list a.type-bar {
    display: flex;
    align-items: center;
    border-radius: 0.04rem;
    height: 0.3rem;
    background-color: #F2F2F2;
    padding: 0 0.1rem;
    margin-right: 0.1rem;
    font-size: 0.14rem;
}

main.search-content .search-layout .search-result .search-result-box .type-list a.type-bar.cur {
    background-color: var(--ruifox-color-primary-1);
    color: #fff;
}

main.search-content .search-layout .search-result .search-result-box .result-list {
    padding: 0.3rem 0.2rem;
}

main.search-content .search-layout .search-result .search-result-box .result-list .no-data ul.no-data-suggest {
    margin-top: 0.15rem;
}

main.search-content .search-layout .search-result .search-result-box .result-list .no-data ul.no-data-suggest li {
    line-height: 0.18rem;
    color: #808bb1;
    padding: 0.1rem 0;
}

main.search-content .search-layout .search-result .search-result-box .result-list .result-item+.result-item {
    margin-top: 0.2rem;
}

main.search-content .search-layout .search-result .search-result-box .result-list .result-item.default-result h3.result-item-tit {
    font-size: 0.18rem;
    line-height: 0.22rem;
    line-height: 0.22rem;
    /* max-height: 0.22rem; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-weight: normal;
}

main.search-content .search-layout .search-result .search-result-box .result-list .result-item.default-result h3.result-item-tit a {
    color: #2440b3;
    text-decoration: underline;
}

main.search-content .search-layout .search-result .search-result-box .result-list .result-item.default-result h3.result-item-tit a:hover {
    color: #315efb;
}

main.search-content .search-layout .search-result .search-result-box .result-list .result-item.default-result .result-item-content {
    margin-top: 0.1rem;
    display: flex;
}

main.search-content .search-layout .search-result .search-result-box .result-list .result-item.default-result .result-item-content .thumb {
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 0.12rem;
    height: 0.85rem;
    width: 1.28rem;
    overflow: hidden;
    margin-right: 0.16rem;
    flex: none;
    position: relative;
}

main.search-content .search-layout .search-result .search-result-box .result-list .result-item.default-result .result-item-content .thumb img {
    height: 100%;
    width: 100%;
}

main.search-content .search-layout .search-result .search-result-box .result-list .result-item.default-result .result-item-content .inner-content {
    flex: 1;
    /* display: flex;
  align-items: center; */
}

main.search-content .search-layout .search-result .search-result-box .result-list .result-item.default-result .result-item-content .inner-content .content-box {
    font-size: 0.13rem;
    line-height: 0.21rem;
    line-height: 0.21rem;
    max-height: 0.63rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

main.search-content .search-layout .search-result .search-result-box .result-list .result-item.default-result .result-item-content .inner-content .content-box .date {
    color: #9195A3;
}

main.search-content .search-layout .search-result .search-result-box .result-list .result-item.default-result .result-item-content .inner-content .category-name {
    display: flex;
    align-items: center;
    font-size: 0.13rem;
    margin-top: 0.1rem;
    line-height: 1;
}

main.search-content .search-layout .search-result .search-result-box .result-list .result-item.default-result .result-item-content .inner-content .category-name span {
    color: #626675;
    margin-right: 0.05rem;
    display: flex;
    align-items: center;
}

main.search-content .search-layout .search-result .search-result-box .result-list .result-item.default-result .result-item-content .inner-content .category-name span i {
    font-size: 0.14rem;
}

@media (max-width: 960px) {
    main.search-content {
        padding-bottom: 40px !important;
    }

    main.search-content .search-layout .search-result {
        width: 100%;
    }

    main.search-content .search-layout .search-result .result-tit .inner-search-result {
        top: 0 !important;
    }

    main.search-content .search-layout .search-result .result-tit .inner-search-result .result-tips .filter-tab.show-pc {
        display: none;
    }
}

.search-dialog {
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 9999;
}

.search-dialog .search-dialog-box {
    width: 4.8rem;
    height: max-content;
    background-color: #fff;
    border-radius: 0.08rem;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.search-dialog .search-dialog-box h2 {
    font-size: 0.18rem;
    font-weight: bold;
    height: 0.58rem;
    box-sizing: border-box;
    padding: 0.2rem;
    border-bottom: 1px solid #E4E4E4;
}

.search-dialog .search-dialog-box div.msg-cont {
    font-size: 0.16rem;
    margin-bottom: 0.2rem;
    padding: 0.2rem;
    text-align: center;
}

.search-dialog .search-dialog-box div.msg-cont p:nth-child(1) {
    margin-bottom: 0.1rem;
}

.search-dialog .search-dialog-box div.msg-cont span.content-box,
.search-dialog .search-dialog-box div.msg-cont span.url-box {
    font-size: 0.14rem;
    color: #AAAAAA;
    line-height: 0.16rem;
    max-height: 0.32rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.search-dialog .search-dialog-box .button-wrap {
    display: flex;
    flex-direction: row-reverse;
    padding: 20px 0;
}

.search-dialog .search-dialog-box .button-wrap .button-box {
    display: flex;
}

.search-dialog .search-dialog-box .button-wrap .verify-btn {
    display: block;
    font-size: 0.14rem;
    box-sizing: border-box;
    height: 0.32rem;
    width: 0.6rem;
    background-color: var(--ruifox-color-primary-1);
    border-radius: 0.04rem;
    line-height: 0.32rem;
    text-align: center;
    color: #FFF;
    cursor: pointer;
}

.search-dialog .search-dialog-box .button-wrap .verify-btn+.verify-btn {
    margin-left: 0.1rem;
    background-color: #fff;
    border: 1px solid #C4C9D5;
    color: #333;
}

.search-dialog .search-dialog-box .button-wrap .verify-btn:hover {
    background-color: var(--ruifox-color-primary-1);
}

.search-dialog .search-dialog-box .button-wrap .verify-btn+.verify-btn:hover {
    background-color: rgba(170, 170, 170, 0.2);
}

.search-dialog .search-dialog-box .login-form {
    padding: 0 0.2rem;
}

.search-dialog .search-dialog-box .login-form p.dialog-tips {
    font-size: 0.16rem;
    margin: 20px 0;
    text-align: center;
}

.search-dialog .search-dialog-box .login-form .ruifox-form-group {
    margin-bottom: 10px;
}

.quick-time-choose {
    height: 100%;
    width: 100px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: -100px;
    border: 1px solid #d2d2d2;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
    border-radius: 2px;
    font-size: 14px;
    padding: 15px 0 0 15px !important;
}

.quick-time-choose span {
    display: block;
    margin-bottom: 20px;
}

.quick-time-choose a {
    display: block;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 15px;
}

.quick-time-choose a.cur {
    color: var(--ruifox-color-primary-1);
}

.advance-search .layer {
    display: none;
    opacity: 0.8;
    background-color: #000;
}

/* 搜索关键词标红 */
.search-highlight {
    color: #e60012;
}

/*# sourceMappingURL=search-index001.css.map */