.p-search {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column
}

.p-search input {
    outline: none;
    border: none;
    background: none
}

.p-search .wrap {
    width: 1200px;
    margin: 0 auto
}

.p-search .search-box {
    flex: 1;
    display: flex;
    flex-direction: column
}

.p-search .search-box .header {
    flex-shrink: 0;
    height: 186px;
    padding: 25px 0;
    background-color: #0c4ebf
}

.p-search .search-box .header .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.p-search .search-box .header .logo {
    position: relative;
    display: flex;
    width: 112px;
    margin-right: 50px;
    align-items: center;
    flex-shrink: 0
}

.p-search .search-box .header .logo:after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    margin-left: 24px;
    background-color: #ffffff4d
}

.p-search .search-box .header .logo a {
    width: 100%;
    flex-shrink: 0;
    font-size: 0
}

.p-search .search-box .header .search .type {
    box-sizing: border-box;
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    padding: 0 24px
}

.p-search .search-box .header .search .type span {
    user-select: none
}

.p-search .search-box .header .search .form {
    display: flex
}

.p-search .search-box .header .search .form .input-box {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.p-search .search-box .header .search .form .input-wrapper {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    border-radius: 24px;
    padding: 8px;
    margin-right: 10px
}

.p-search .search-box .header .search .form .input-container {
    box-sizing: border-box;
    display: flex;    
    align-items: center;
    justify-content: space-between;
    width: 700px;
    padding-left: 24px;
    padding-right: 10px
}

.p-search .search-box .header .search .form .input {
    display: block;
    width: 100%;
    line-height: 32px
}

.p-search .search-box .header .search .form .input::placeholder {
    color: #999
}

.p-search .search-box .header .search .form .search-button {
    box-sizing: border-box;
    background-color: #0c4ebf;
    font-size: 18px;
    color: #fff6e4;
    line-height: 100%;
    padding: 8px 24px;
    border-width: 1px;
    border-color: #0c4ebf;
    border-style: solid;
    border-radius: 24px;
    width: 95px;
    cursor: pointer;
    user-select: none
}

.p-search .search-box .header .search .form .advanced-button {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    border-width: 1px;
    border-color: #fff;
    border-style: solid;
    padding: 8px 24px;
    font-size: 16px;
    color: #fff;
    line-height: 100%;
    background-color: #0c4ebf00;
    border-radius: 24px;
    cursor: pointer;
    user-select: none;
    transition: all .3s ease 0s
}

.p-search .search-box .header .search .form .advanced-button:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAABIFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8AAABDXz+NAAAAXnRSTlMAHI/Px3AJY+zDzPHONmq4UBYaXM33Q00InfQhDeZ8rchgF962s2kF3DBLK/sPR7v8I2W6vlN9l36sBt1P+XTaBIHuQPo0Do71L57ji5Cv9vJBW7kxpzl4Xabz/aXrJ4PjtwAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxIAAAsSAdLdfvwAAADhSURBVBjTZZDnUgJBEIRHBUUxoATDiSIIggooJjCeGRQFBIzwvf9juHuE2yr6R3fXNzVbtSOiNDY+gZLHOylDTfnANz3jh9m5AZuHhcCiyFIwRDjSY8vg7Y9XVlmzdFmPsuG+tElMxxYhl0k8sa0jScqAsuN4mowJZXdPWXg/a7IceeXRg0MTFjhSfsyJCU85U16kZLDzCy5VWFdEXHjNja3zlrv7AQvy8OgUOw+pJ92sZyhXemP7BV5L1bf3GuUY9UZ/68ODo2ZL2viH5/ssFL++na/98NuQEbX5G4XS6f4Dyh0ldXHrKeAAAAAASUVORK5CYII=);
    background-position: 50% 50%;
    margin-right: 8px
}

.p-search .search-box .header .search .form .advanced-button:hover {
    background-color: #ffffff1a
}

.p-search .search-box .header .search .form .advanced-button-disabled {
    cursor: no-drop;
    filter: brightness(.8)
}

.p-search .search-box .footer {
    padding-top: 30px;
    padding-bottom: 28px;
    background-color: #0c4ebf;
    font-size: 14px;
    line-height: 36px;
    color: #a5c6ff;
    text-align: center
}

.p-search .search-box .footer .wrap {
    display: flex;
    align-items: center;
    justify-content: center
}

.p-search .search-box .footer .footer-info {
    width: 432px
}

.p-search .search-box .list {
    margin-top: -60px;
    display: flex;
    flex-direction: column;
    flex: 1
}

.p-search .search-box .list .wrap {
    box-sizing: border-box;
    flex: 1;
    display: flex;
    flex-direction: column;
    border-radius: 10px 10px 0 0;
    background-color: #fff;
    box-shadow: 0 0 20px #b0b0b066;
    overflow: hidden;
    padding: 27px 30px
}

.p-search .search-box .list .wrap .ant-spin-nested-loading00000 {
    flex: 1;
    display: flex
}

.p-search .search-box .list .wrap .ant-spin-nested-loading00000 .ant-spin-container {
    flex: 1;
    display: flex;
    flex-direction: column
}

.p-search .search-box .list .sort {
    font-weight: 700;
    margin-bottom: 12px
}

.p-search .search-box .list .sort .ant-form-item {
    margin-bottom: 0
}

.p-search .search-box .list .content,
.p-search .search-box .list .items {
    flex: 1
}

.p-search .search-box .list .items-xswx .abs {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2
}

.p-search .search-box .list .items-xswx .abs font[color=red] {
    color: red
}

.p-search .search-box .list .item {
    display: flex;
    flex-direction: column;
    padding: 24px 0 22px;
    transition: all .4s ease 0s;
    border-bottom: 1px dashed #0c4ebf;
    background-color: #0000
}

.p-search .search-box .list .item:hover {
    background-color: #00000005
}

.p-search .search-box .list .item .title a {
    line-height: 42px;
    font-size: 18px;
    color: #333;
    font-weight: 700;
    text-decoration: underline;
    margin-bottom: 9px;
    cursor: pointer
}

.p-search .search-box .list .item .title a font {
    color: red
}

.p-search .search-box .list .item .brief {
    display: flex
}

.p-search .search-box .list .item .img {
    width: 212px;
    margin-right: 18px
}

.p-search .search-box .list .item .img img {
    display: block;
    width: 100%
}

.p-search .search-box .list .item .text {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.p-search .search-box .list .item .abs {
    line-height: 32px;
    font-size: 14px;
    color: #666
}

.p-search .search-box .list .item .tags {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 30px;
    color: #0c4ebf
}

.p-search .search-box .list .item .tags .tag {
    margin: 0 6px
}

.p-search .search-box .list .item .tags .tag font {
    color: red
}

.p-search .search-box .list .item .info {
    display: flex;
    font-size: 14px;
    color: #666;
    line-height: 34px
}

.p-search .search-box .list .item .info .source {
    margin-right: 18px
}

.p-search .search-box .list .pagination-wrapper {
    display: flex;
    justify-content: center;
    padding-top: 24px
}

.p-search .search-box .list .total-items {
    line-height: 32px;
    line-height: 24px;
    font-size: 16px;
    font-size: 14px;
    color: #666;
    margin-bottom: 10px
}

.p-search .search-box .advanced {
    flex-shrink: 0;
    height: 446px;
    margin-bottom: 40px;
    transition: all .4s ease 0s;
    overflow: hidden;
    height: 0;
    opacity: 0
}

.p-search .search-box .advanced.show {
    height: 446px;
    opacity: 1
}

.p-search .search-box .advanced .wrap {
    position: relative;
    box-sizing: border-box;
    padding: 27px 30px;
    background: #dcf0ff
}

.p-search .search-box .advanced .x-advanced {
    position: absolute;
    top: 6px;
    right: 6px
}

.p-search .search-box .advanced .ant-form {
    margin: 0 auto;
    width: 720px
}

.p-search .search-box .advanced .submit-advanced {
    display: flex;
    justify-content: center
}

.p-search .cover {
    position: absolute;
    z-index: 300;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    transition: all .4s ease 0s;
    opacity: 1
}

.p-search .cover .wrap {
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 128px
}

.p-search .cover .cover-logo {
    position: relative;
    display: flex;
    width: 272px;
    align-items: center;
    flex-shrink: 0;
    margin-bottom: 64px
}

.p-search .cover .cover-logo:after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    margin-left: 24px;
    background-color: #ffffff4d
}

.p-search .cover .cover-logo a {
    flex-shrink: 0;
    font-size: 0
}

.p-search .cover .form {
    display: flex
}

.p-search .cover .form .input-box {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.p-search .cover .form .input-wrapper {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    border-radius: 24px;
    padding: 8px;
    margin-right: 10px;
    border: 1px solid #003280
}

.p-search .cover .form .input-container {
    box-sizing: border-box;
    width: 494px;
    padding-left: 24px;
    padding-right: 10px
}

.p-search .cover .form .input {
    display: block;
    width: 100%;
    line-height: 32px
}

.p-search .cover .form .input::placeholder {
    color: #999
}

.p-search .cover .form .search-button {
    box-sizing: border-box;
    background-color: #0c4ebf;
    font-size: 18px;
    color: #fff6e4;
    line-height: 100%;
    padding: 8px 24px;
    border-width: 1px;
    border-color: #0c4ebf;
    border-style: solid;
    border-radius: 24px;
    cursor: pointer;
    user-select: none
}

.p-search .cover .advanced {
    display: none
}

.p-search .cover .sort {
    display: flex;
    justify-content: center;
    margin-top: 32px;
    font-weight: 700
}

.p-search .cover .sort label {
    font-size: 16px
}

.p-search .cover .sort .ant-form {
    display: flex;
    align-items: center
}

.p-search .cover .sort .ant-form .ant-select-selector {
    font-size: 16px
}

.wap .p-search {
    background-color: #fff
}

.wap .p-search .wrap {
    width: 98%
}

.wap .p-search .cover .wrap {
    padding-bottom: 1.28rem
}

.wap .p-search .cover .cover-logo {
    width: 2.72rem;
    margin-bottom: .64rem
}

.wap .p-search .cover .cover-logo:after {
    margin-left: .24rem
}

.wap .p-search .cover .cover-logo a {
    display: block;
    width: 100%
}

.wap .p-search .cover .form {
    justify-content: center
}

.wap .p-search .cover .input-wrapper {
    border-radius: .24rem;
    padding: .08rem;
    margin-right: 0
}

.wap .p-search .cover .input-container {
    width: 4.94rem;
    padding-left: .24rem;
    padding-right: .1rem
}

.wap .p-search .cover .input {
    font-size: .16rem;
    line-height: .32rem
}

.wap .p-search .cover .search-button {
    font-size: .18rem;
    padding: .08rem .24rem;
    border-radius: .24rem
}

.wap .p-search .cover .sort {
    margin-top: .32rem
}

.wap .p-search .cover .sort label {
    font-size: .16rem
}

.wap .p-search .cover .sort .ant-form {
    align-items: center
}

.wap .p-search .cover .sort .ant-form .ant-form-item {
    margin-bottom: .2rem
}

.wap .p-search .cover .sort .ant-form .ant-select-selector {
    font-size: .16rem
}

.wap .p-search .search-box .header {
    display: flex;
    height: 1.8rem;
    padding: .18rem 0
}

.wap .p-search .search-box .header .wrap {
    align-items: center;
    justify-content: space-around
}

.wap .p-search .search-box .logo {
    width: 1.12rem;
    margin-right: .3rem
}

.wap .p-search .search-box .logo:after {
    margin-left: .24rem
}

.wap .p-search .search-box .logo a {
    display: block;
    width: 100%
}

.wap .p-search .search-box .advanced {
    display: none
}

.wap .p-search .search-box .search .type {
    font-size: .16rem;
    line-height: .24rem;
    padding: 0 .24rem
}

.wap .p-search .search-box .search .form .input-wrapper {
    border-radius: .24rem;
    padding: .08rem;
    margin-right: .1rem
}

.wap .p-search .search-box .search .form .input-container {
    width: 3.5rem;
    padding-left: .24rem;
    padding-right: .1rem
}

.wap .p-search .search-box .search .form .input {
    line-height: .32rem;
    font-size: .24rem
}

.wap .p-search .search-box .search .form .search-button {
    font-size: .24rem;
    padding: .08rem .24rem;
    border-radius: .24rem;
    white-space: nowrap
}

.wap .p-search .search-box .search .form .advanced-button {
    display: none !important
}

.wap .p-search .search-box .list {
    margin-top: 0
}

.wap .p-search .search-box .list .wrap {
    border-radius: .1rem .1rem 0 0;
    background-color: #fff;
    box-shadow: 0 0 .2rem #b0b0b066;
    overflow: hidden;
    padding: .27rem .3rem
}

.wap .p-search .search-box .list .sort {
    margin-bottom: .12rem
}

.wap .p-search .search-box .list .sort .ant-form-item {
    margin-bottom: 0
}

.wap .p-search .search-box .list .item {
    padding: .24rem 0 .22rem;
    transition: all .4s ease 0s;
    border-bottom: 1px dashed #0c4ebf;
    background-color: #0000
}

.wap .p-search .search-box .list .item .title {
    font-size: .3rem
}

.wap .p-search .search-box .list .item .title a {
    line-height: .7rem;
    font-size: .3rem;
    color: #333;
    font-weight: 700;
    text-decoration: underline;
    margin-bottom: .09rem;
    cursor: pointer
}

.wap .p-search .search-box .list .item .title a font {
    color: red
}

.wap .p-search .search-box .list .item .brief {
    display: flex
}

.wap .p-search .search-box .list .item .img {
    width: 2.12rem;
    margin-right: .18rem
}

.wap .p-search .search-box .list .item .img img {
    display: block;
    width: 100%
}

.wap .p-search .search-box .list .item .text {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.wap .p-search .search-box .list .item .abs {
    line-height: .533333333333333rem;
    font-size: .233333333333333rem;
    color: #666
}

.wap .p-search .search-box .list .item .tags {
    display: flex;
    flex-wrap: wrap;
    font-size: .233333333333333rem;
    line-height: .5rem;
    color: #0c4ebf
}

.wap .p-search .search-box .list .item .tags .tag {
    margin: 0 .06rem
}

.wap .p-search .search-box .list .item .tags .tag font {
    color: red
}

.wap .p-search .search-box .list .item .info {
    display: flex;
    font-size: .233333333333333rem;
    color: #666;
    line-height: .566666666666667rem
}

.wap .p-search .search-box .list .item .info .source {
    margin-right: 18px
}

.wap .p-search .search-box .list .pagination-wrapper {
    display: flex;
    justify-content: center;
    padding-top: .24rem
}

.wap .p-search .search-box .list .total-items {
    line-height: .4rem;
    font-size: .233333333333333rem;
    color: #666;
    margin-bottom: .1rem
}

.wap .p-search .search-box .footer {
    padding-top: .3rem;
    padding-bottom: .28rem;
    font-size: .233333333333333rem;
    line-height: .6rem
}

.wap .p-search .search-box .footer .footer-info {
    width: 7.2rem
}

@media (min-aspect-ratio: 1/1) {
    .wap .p-search .search-box .header .wrap {
        justify-content: flex-start
    }
}

*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
    all: unset;
    display: revert
}

*,
*:before,
*:after {
    box-sizing: border-box
}

a,
button {
    cursor: revert
}

ol,
ul,
menu {
    list-style: none
}

img {
    max-width: 100%
}

table {
    border-collapse: collapse
}

input,
textarea {
    -webkit-user-select: auto
}

textarea {
    white-space: revert
}

meter {
    -webkit-appearance: revert;
    appearance: revert
}

::placeholder {
    color: unset
}

:where([hidden]) {
    display: none
}

:where([contenteditable]:not([contenteditable=false])) {
    -moz-user-modify: read-write;
    -webkit-user-modify: read-write;
    overflow-wrap: break-word;
    -webkit-line-break: after-white-space;
    -webkit-user-select: auto
}

:where([draggable=true]) {
    -webkit-user-drag: element
}

html,
body,
#root {
    height: 100%
}

.G-main {
    padding: 20px
}

.G-fullpage {
    display: flex;
    height: 100%
}

.G-layout-main {
    flex: 1;
    overflow: auto
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.clearfix {
    display: block
}

:root {
    --theme-bgColor-a: #fff;
    --theme-scrollbar-color-a: #fff;
    --theme-scrollbar-color-b: #babac0;
    --theme-scrollbar-color-c: #a0a0a5
}

:root [theme-mode=dark] {
    --theme-bgColor-a: #141414
}

[os=windows] * {
    scrollbar-width: thin
}

[os=windows] *::-webkit-scrollbar {
    background-color: var(--theme-bgColor-a);
    width: 16px;
    height: 16px
}

[os=windows] *::-webkit-scrollbar-track {
    background-color: var(--theme-bgColor-a)
}

[os=windows] *::-webkit-scrollbar-track:hover {
    background-color: var(--theme-bgColor-a)
}

[os=windows] *::-webkit-scrollbar-thumb {
    background-color: var(--theme-scrollbar-color-b);
    border-radius: 16px;
    border: 5px solid var(--theme-bgColor-a)
}

[os=windows] *::-webkit-scrollbar-thumb:hover {
    background-color: var(--theme-scrollbar-color-c)
}

[os=windows] *::-webkit-scrollbar-button {
    display: none
}

.G-animate-rotate {
    display: inline-block;
    animation: commonRotate 2s linear infinite
}

.hidden {
    opacity: 0 !important;
    pointer-events: none !important;
    overflow: hidden !important
}

html.wap {
    font-size: calc(100vw / 7.5);
    font-size: calc(100vmin / 7.5);
    margin: 0 auto;
    height: 100%
}

.ant-select,
.ant-select-dropdown {
    width: 145px !important
}

.wap .ant-select,
.wap .ant-select-dropdown {
    width: "auto" !important
}

@-moz-keyframes commonRotate {
    0% {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

@-webkit-keyframes commonRotate {
    0% {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

@-o-keyframes commonRotate {
    0% {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes commonRotate {
    0% {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}