/*header*/

.header{
    background: #fff;
    box-shadow: 0 1px 8px #0000001a;
    z-index: 9998;
    position: relative;
}

.pc-header{
    margin: 0 auto;
    padding: 0 10px;
    height: 52px;
    display: flex;
    align-items: center;
    display:none!important;
}
@media (min-width: 1200px) {
    .pc-header {
        width:92%
    }
}
.pc-header .logo {
    width: 94px;
    height: 24px;
    z-index: 2;
    position: absolute;
    left: 4%
}

.pc-header .logo a {
    z-index: 999999;
    width: 94px;
    height: 24px
}

.pc-header .logo a img {
    width: 100%;
    height: 100%
}


.mb-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 24px
}

.mb-header .mb-logo {
    margin: 0 auto;
    width: 106px;
    height: 26px
}

.mb-header .mb-logo img {
    width: 106px;
    height: 26px
}

.mb-header .mb-icons {
    width: 100%;
    display: flex;
    column-gap: 16px;
    align-items: center
}

@media (min-width: 992px) {
    .mb-header {
        display:none!important
    }
}
@media (max-width: 991px) {
    .pc-header {
        display:none!important
    }

    .header {
        padding: 15px 20px
    }
}

/*content*/

.content {
    padding-top: 31px;
    margin: 0 auto;
    margin-right: auto!important;
    margin-left: auto!important;
    margin-bottom: 24px
}

@media (max-width: 992px) {
    .content {
        width: 100%;
        padding-top:16px;
        margin-left: auto!important
    }
}

@media (min-width: 1200px) {
    .content {
        width:92%;
        margin-left: 40px!important
    }
}

@media (min-width: 1400px) {
    .content {
        margin-left:auto!important
    }
}

@media (min-width: 1600px) {
    .content {
        width:1600px;
        margin-left: auto!important
    }
}
.search {
    display: flex;
    margin-bottom: 1rem;
    cursor: pointer
}

.search .search-logo {
    margin-right: auto;
    margin-left: 30px
}

.search .search-logo img {
    display: inherit!important;
    vertical-align: unset
}

@media (max-width: 1099px) and (min-width: 992px) {
    .search .search-logo {
        margin-left:0;
        max-width: 230px
    }
}

@media (max-width: 991px) {
    .search {
        flex-direction:column
    }

    .search {
        padding: 0 16px
    }

    .search .search-logo {
        display: none
    }   
}

@media (max-width: 370px) {
    .search {
        padding:0 10px
    }
}

.search-box {
    min-width: 40%;
    display: flex;
    flex-direction: column;
    gap: .8rem
}

.search-box .search-text {
    display: flex;
    align-items: center;
    padding: 0 .5rem;
    gap: 2.5rem .5rem;
    flex-wrap: wrap;
    color: #999
}

.search-box .search-text .tag-name {
    font-size: 15px
}

.search-box .search-text .active-tag-name {
    color: #000;
    position: relative
}

.search-box .search-text .active-tag-name:after {
    position: absolute;
    content: "";
    width: 10px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    height: 4px;
    bottom: -2px;
    left: 50%;
    transform: translate(-50%);
    background: #000
}

.search-box .search-input {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    position: relative;
    max-width: 96vw;
    z-index: 99;
    background: #fff;
    border-radius: 12px;
    border: 2px solid rgba(0,68,215,0)
}

.search-box .search-input input {
    flex-grow: 1;
    width: 100%;
    line-height: 24px;
    text-indent: 16px;
    height: 42px;
    font-size: 14px;
    vertical-align: middle;
    border-radius: 12px;
    border: 0;
    max-width: 640px;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    box-shadow: none
}
@media (max-width: 992px) {
    .search-box .search-input {
        border-radius:8px
    }
}

.search-box .search-input.active {
    border: 2px solid rgba(0,68,215,.35)
}
@media (max-width: 1379px) and (min-width: 1101px) {
    .search-box {
        width:480px;
        margin-right: 12px
    }

    .search-box .search-text {
        justify-content: flex-start!important;
        gap: 10px
    }
}

@media (max-width: 1429px) and (min-width: 1401px) {
    .search-box .search-text {
        justify-content:flex-start!important;
        gap: 8px!important
    }
}

@media (max-width: 991px) {
    .search-box .search-input {
        max-width:100vw
    }

    .search-box input {
        font-size: 15px;
        line-height: 20px
    }

    .search-icon {
        width: 24px!important;
        height: 24px!important
    }

    .search-text {
        display: none!important
    }

    .search-box {
        width: 100%;
        margin: 0 0 16px
    }

    .search-box ::-webkit-input-placeholder {
        color: #cacfd4!important;
        font-weight: 200!important
    }

    .search-box :-ms-input-placeholder {
        color: #cacfd4!important;
        font-weight: 200!important
    }

    .search-box ::placeholder {
        color: #cacfd4!important;
        font-family: Hiragino Sans GB,Microsoft YaHei,\5fae\8f6f\96c5\9ed1,Arial,sans-serif!important;
        position: relative;
        top: 1px;
        opacity: .97
    }
}

.search-tips {
    display: flex;
    max-width: 640px;
    overflow: hidden;
    height: 16px;
    flex-wrap: wrap
}

.search-tips .search-tip-one {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #8f8f8f;
    cursor: pointer;
    font-family: Microsoft YaHei;
    margin-left: 14px;
    display: inline-block
}

.search-tips .search-tip-one:hover {
    color: #1a90ff
}

@media (max-width: 499px) {
    .search-tips {
        display:none!important
    }
}

.mb-input-drop {
    display: flex;
    align-items: center;
    margin-left: 12px;
    flex-shrink: 0
}

.mb-input-drop img {
    width: 24px;
    height: 24px;
    margin-right: 4px
}

.mb-input-drop svg {
    opacity: .6
}
@media (min-width: 992px) {
    .mb-input-drop {
        display:none!important
    }
}

.search-icon {
    margin-left: auto;
    width: 20px;
    height: 20px;
    opacity: .6
}
.search-icon {
    font-size: 20px
}

.mb-dropdown {
    position: absolute;
    padding: 10px 12px 16px;
    top: 44px;
    left: 0px;
    width: 158px;
    max-height: 158px;
    background: #fff;
    border: .5px solid #f8f9fa;
    box-shadow: 0 4px 26px #0000000a;
    border-radius: 8px;
    display: none;
    flex-direction: column;
    overflow: scroll;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .25s
}

.mb-dropdown>section:not(:last-child) {
    margin-bottom: 12px
}

.mb-dropdown .engine-item {
    display: flex;
    align-items: center
}

.mb-dropdown .engine-item img {
    width: 24px;
    height: 24px;
    margin-right: 8px
}

.mb-dropdown .engine-item span {
    font-size: 13px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #111827;
    opacity: .6
}

.mb-dropdown .engine-item.active span {
    opacity: 1
}

.mb-dropdown.active {
    display: flex
}
@media (min-width: 992px) {
    .amz-mobile-input-drop {
        display:none!important
    }
}


.search-hot {
    width: 27.5%;
    align-items: center;
    margin-left: auto;
    margin-right: 9.5px
}
.search-hot-header{
    padding: 8px 14px;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #f2f9ff 100%);
}
.search-hot-header div{
    position: relative;
    display: flex;
    padding-left: 11px;
}
.search-hot-header div:before {
    content: "";
    width: 3px;
    height: 7px;
    position: absolute;
    top: 8px;
    left: 0px;
    border-radius: 6px;
    background-color: #1a1a1a;
    display: inline-block;
}
.search-hot-list{
    width: 100%;
    box-sizing: border-box;
    border-radius: 4px;
    height: 72px;
    overflow: hidden;
    padding: 5px 14px;
    background: #fff;
    margin-top: -5px;
}
.search-hot-list ul li{
    list-style: none;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: PingFang SC;
    font-size: 14px;
    line-height: 16px;
    

    
    padding: 1px 0px 5px 11px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;

}

.search-hot-list ul li:before {
    content: "";
    width: 3px;
    height: 3px;
    position: relative;
    display: inline-block;
    background-color: #a2a2a2;
    color: red;
    transform: rotate(45deg);

    position: absolute;
    top: 7px;
    left: 0px;
}
@media (max-width: 1200px) {
    .search-hot {
        max-width:350px;
        width: 60vw
    }
}
@media (max-width: 1099px) and (min-width: 992px) {
    

    .search-hot {
        max-width: 330px
    }
}

@media (max-width: 991px) {
    

    .search-hot {
        width: 100%;
        max-width: 100%;
        margin: 0
    }

    
}





/* footer */
.footer .footer-wrap {
    background: #26282c;
    --amz-second-link-size: 14px;
    --amz-second-link-color: #adb5bd;
    --amz-second-link-line-height: 24px;
    --amz-third-link-line-height: 20px
}

.footer .footer-wrap .footer-common {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    padding: 0 10px 12px 15px
}

.footer .footer-wrap .footer-common .footer-container {
    display: flex;
    color: #fff
}

.footer .footer-wrap .footer-common .footer-container .footer-intro .intro-title {
    font-size: 23px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 24px
}

.footer .footer-wrap .footer-common .footer-container .footer-intro .footer-site-text {
    white-space: pre-line;
    width: 432px;
    font-weight: 400;
    font-size: var(--amz-second-link-size);
    color: var(--amz-second-link-color);
    line-height: var(--amz-second-link-line-height)
}

.footer .footer-wrap .footer-common .footer-container .footer-link {
    margin: 0 auto 12px
}

.footer .footer-wrap .footer-common .footer-container .footer-link .site-title {
    font-size: 22px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 22px;
    -webkit-font-smoothing: antialiased;
    margin-top: 24px
}

.footer .footer-wrap .footer-common .footer-container .footer-link .site-group {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    row-gap: 12px;
    column-gap: 42px
}

.footer .footer-wrap .footer-common .footer-container .footer-link .site-group a {
    font-size: var(--amz-second-link-size);
    color: var(--amz-second-link-color);
    line-height: var(--amz-third-link-line-height)
}

.footer .footer-wrap .footer-common .footer-container .footer-link .site-group a:hover {
    color: #fff
}

.footer .footer-wrap .footer-common .footer-container .footer-link .vn-site-group {
    grid-template-columns: repeat(1,1fr)
}

.footer .footer-wrap .footer-common .footer-container .footer-contact {
    margin-top: 72px;
    display: flex;
    position: relative
}

.footer .footer-wrap .footer-common .footer-container .footer-contact .footer-contact-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin-right: 32px
}

.footer .footer-wrap .footer-common .footer-container .footer-contact .footer-contact-item:last-child {
    margin-right: 0
}

.footer .footer-wrap .footer-common .footer-container .footer-contact .footer-contact-item>div {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #fff
}

.footer .footer-wrap .footer-common .footer-container .footer-contact .footer-contact-item>img {
    width: 96px;
    height: 96px;
    margin-bottom: 8px
}

.footer .footer-links-group {
    background-color: #242528;
    margin-top: -2px
}

.footer .footer-links-group .site-and-topic {
    padding: 14px 12px 12px 15px;
    margin: 0 auto;
    background-color: #242528
}

.footer .footer-links-group .site-and-topic>span {
    cursor: pointer;
    display: inline-block;
    border: 1px solid #adb5bd;
    border-radius: 20px;
    padding: 3px 10px;
    margin-right: 12px;
    color: #adb5bd;
    font-size: 12px;
    line-height: 20px
}

.footer .footer-links-group .site-and-topic>span.active {
    color: #fff;
    border-color: #fff
}

.footer .footer-links-group .site-and-topic ul {
    list-style: none;
    display: none;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin: 10px 0 12px;
    padding: 0;
    color: #adb5bd;
    font-size: 12px;
    line-height: 20px
}

.footer .footer-links-group .site-and-topic ul.active {
    display: flex
}

.footer .footer-links-group .site-and-topic ul li {
    display: flex;
    align-items: center
}

.footer .footer-links-group .site-and-topic ul li img {
    width: 12px;
    height: 12px;
    margin-right: 8px
}

.footer .footer-links-group .site-and-topic ul li .inline-divider {
    display: inline-block;
    width: 1px;
    height: 10px;
    background: #adb5bd;
    margin-left: 8px
}

.footer .footer-links-group .site-and-topic ul li a:hover {
    color: #fff
}

.footer .footer-links-group .site-and-topic .footer-divider {
    background: #4f5358;
    height: 1px
}

.footer .footer-links-group .site-and-topic .copyright {
    padding-top: 10px;
    text-align: center;
    font-style: normal;
    font-size: 12px;
    line-height: 16px;
    background: #242528;
    color: #adb5bd
}

@media (min-width: 1200px) {
    .footer .footer-wrap .footer-common,.footer .footer-links-group .site-and-topic {
        width:92%
    }
}

@media (min-width: 1600px) {
    .footer .footer-wrap .footer-common,.footer .footer-links-group .site-and-topic {
        width:1600px
    }

    .footer .footer-wrap .footer-common .footer-container .footer-intro .footer-site-text {
        width: 452px
    }
}
@media (max-width: 991px) {
    .footer .footer-wrap {
        display:none!important
    }
}
@media (min-width: 992px) {
    .mobile-footer {
        display:none!important
    }
}

.mobile-footer {
    width: 100%;
    padding: 10px 30px 12px;
    background: #26282c
}

.mobile-footer .footer-link-mobile {
    display: flex;
    height: 16px
}

.mobile-footer .footer-link-mobile a {
    color: #adb5bd;
    font-size: 12px
}

.mobile-footer .footer-divider-mobile {
    margin: 10px 0 8px;
    background: #4f5358;
    height: 1px
}

.mobile-footer section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    color: #adb5bd;
    opacity: .75
}

.mobile-footer section .inline-divider-mobile {
    display: none;
    width: 1px;
    height: 10px;
    background: #adb5bd;
    margin-right: 8px
}

.mobile-footer section .footer-link-group {
    display: inline-flex;
    align-items: center;
    margin-right: 8px;
    font-size: 12px;
    min-width: max-content
}

.mobile-footer section .footer-link-group img {
    margin-right: 6px;
    width: 12px;
    height: 12px
}

.mobile-footer section .footer-link-group span,.mobile-footer section .footer-link-group a {
    max-width: calc(100vw - 32px);
    overflow-wrap: break-word;
    display: inline-block
}

@media (max-width: 741px) {
    .mobile-footer .footer-link-group:first-child {
        display:flex
    }

    .mobile-footer section .inline-divider-mobile {
        display: inline-block
    }
}

@media (max-width: 540px) {
    .mobile-footer {
        padding:14px 16px
    }

    .mobile-footer .footer-link-mobile {
        flex-wrap: wrap;
        height: auto
    }

    .mobile-footer .footer-link-mobile>a:not(:nth-child(4n)) {
        margin-right: calc((100vw - 192px)/4)
    }

    .mobile-footer .footer-link-mobile>a:not(:last-child) {
        margin-bottom: 12px
    }
}