.home-bbb-banner,
.home-bbb-banner a {
    width: 191px;
    height: 97px
}

.home-bbb-banner a {
    background: #fff;
    border: 1px solid #f1f1f3;
    border-radius: 6px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative
}

.home-bbb-banner a .img {
    max-height: 100%;
    max-width: 100%
}

.home-bbb-banner a .label {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #5b99e2;
    border-radius: 6px 0;
    padding: 0 6px;
    line-height: 19px;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    color: #fff
}

.home-bbb-banner a:hover {
    border-color: #e66112
}

@media screen and (max-width:1199px) {
    .home-bbb-banner {
        margin-right: 11px
    }
}

@media screen and (max-width:799px) {

    .home-bbb-banner,
    .home-bbb-banner a {
        width: 134px;
        height: 68px
    }
}

.search-input-home {
    width: 100%;
    height: 80px;
    background: #fff;
    border: 3px solid #b28936;
    box-sizing: border-box;
    padding: 0 4px;
    display: flex;
    align-items: center;
    position: relative
}

.search-input-home .search-text {
    flex: 1;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    text-indent: 58px;
    background: url(https://wasm.zy223.com/web20/img/home/search.svg) no-repeat 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.search-input-home .search-text::-moz-placeholder {
    color: #ccc
}

.search-input-home .search-text:-ms-input-placeholder {
    color: #ccc
}

.search-input-home .search-text::placeholder {
    color: #ccc
}

.search-input-home .search-input-r-text {
    font-weight: 400;
    font-size: 20px;
    color: #ccc;
    padding-right: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.search-input-home .search-bt {
    padding: 0 18px;
    height: 64px;
    background: #b28936;
    line-height: 64px;
    font-style: normal;
    font-size: 22px;
    color: #fff;
    cursor: pointer;
    letter-spacing: 2px;
    opacity: .9;
    white-space: nowrap
}

.search-input-home .search-bt:hover {
    opacity: 1
}

.search-input-home .active:active {
    opacity: .5
}

.search-input-home .search-list {
    position: absolute;
    top: 74px;
    width: 100%;
    left: -3px;
    border: 3px solid #b28936;
    background: #fff;
    z-index: 2;
    border-radius: 0 0 5px 5px;
    overflow: auto;
    box-sizing: content-box;
    -webkit-animation: search .3s linear;
    animation: search .3s linear
}

.search-input-home .search-list .search-list-ul {
    padding: 10px 0
}

.search-input-home .search-list .search-list-ul li a {
    height: 40px;
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0 12px;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 14px;
    color: #333;
    word-break: break-all;
    width: 100%;
    font-weight: 400
}

.search-input-home .search-list .search-list-ul li a .search-list-img {
    height: 20px;
    width: 20px;
    border-radius: 4px;
    overflow: hidden
}

.search-input-home .search-list .search-list-ul li a .search-list-img img {
    height: 20px !important;
    width: 20px !important
}

.search-input-home .search-list .search-list-ul li a .search-list-name {
    padding: 0 15px
}

.search-input-home .search-list .search-list-ul li a .search-list-name span {
    color: #f60
}

.search-input-home .search-list .search-list-ul li a .search-list-trader {
    color: #f60;
    font-weight: 400;
    border: 1px solid #ffb56c;
    font-size: 14px;
    padding: 0 5px;
    height: 21px;
    box-sizing: border-box;
    border-radius: 2px;
    background-color: #fff
}

.search-input-home .search-list .search-list-ul li a:hover {
    background-color: #f0f0f0;
    font-weight: 400
}

@-webkit-keyframes search {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes search {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@media screen and (max-width:1199px) {
    .search-input-home {
        height: 72px
    }

    .search-input-home .search-bt {
        height: 56px;
        line-height: 56px
    }

    .search-input-home .search-list {
        top: 66px
    }
}

@media screen and (max-width:999px) {
    .search-input-home {
        height: 72px
    }

    .search-input-home .search-bt {
        height: 56px;
        line-height: 56px
    }

    .search-input-home .search-list {
        top: 66px
    }
}

@media screen and (max-width:799px) {
    .search-input-home {
        border: 2px solid #b28936;
        border-radius: 6px;
        height: 52px
    }

    .search-input-home .search-text {
        background: url(https://wasm.zy223.com/web20/img/home/search.svg) no-repeat 12px;
        background-size: 20px;
        text-indent: 40px;
        font-size: 14px
    }

    .search-input-home .search-input-r-text {
        font-size: 14px
    }

    .search-input-home .search-bt {
        height: 42px;
        line-height: 42px;
        font-size: 14px;
        border-radius: 3px;
        padding: 0 14px !important;
        white-space: nowrap
    }

    .search-input-home .search-list {
        top: 48px;
        border-width: 2px;
        left: -2px
    }
}

.search-input .search-list-name {
    padding: 0 15px
}

.search-input .search-list-name span {
    color: #f60
}

.home-title-search .search-title {
    font-style: italic;
    font-weight: 700;
    font-size: 44px;
    line-height: 54px;
    color: #323947;
    text-align: center
}

.home-title-search .search-p {
    margin-top: 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: rgba(61, 61, 61, .6);
    align-items: center
}

.home-title-search .search-p .search-p-text {
    display: flex;
    overflow: hidden;
    height: 31px;
    line-height: 34px
}

@media screen and (max-width:799px) {
    .home-title-search {
        margin-top: 23px
    }

    .home-title-search .search-title {
        font-size: 24px !important;
        line-height: 29px
    }

    .home-title-search .search-p {
        display: none !important
    }

    .home-title-search .search-all-input {
        margin-top: 10px
    }

    .home-title-search .search-label {
        margin-top: 10px;
        justify-content: flex-start
    }
}

.home-title-search .search-p {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    overflow: hidden;
    height: 31px
}

.home-title-search .search-p .span-score {
    display: flex;
    flex-direction: column;
    -webkit-animation: topTz 1s;
    animation: topTz 1s
}

.home-title-search .search-p .span-box {
    margin-left: 11px;
    margin-right: 11px;
    display: flex;
    position: relative;
    top: -4px
}

.home-title-search .search-p span {
    font-family: DIN-Medium;
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 31px;
    color: #b28936;
    position: relative;
    top: 4px
}

.home-search-all {
    margin-top: 52px
}

.home-search-all .search-all-input {
    width: 930px;
    margin: 41px auto 0
}

.home-search-all .search-label {
    text-align: center;
    overflow: hidden;
    max-width: 900px;
    margin: 20px auto 0
}

.home-search-all .search-label a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #7a7a7a;
    padding: 0 12px;
    position: relative;
    white-space: nowrap
}

.home-search-all .search-label a:after {
    position: absolute;
    top: -1px;
    right: 0;
    content: "|";
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #ccc
}

.home-search-all .search-label a:last-child:after {
    content: ""
}

.home-search-all .search-label a:hover {
    color: #333
}

@media screen and (max-width:999px) {
    .home-search-all .search-all-input {
        width: 100%
    }
}

@media screen and (max-width:799px) {
    .home-search-all {
        margin-top: 23px
    }

    .home-search-all .search-all-input,
    .home-search-all .search-label {
        margin-top: 10px
    }
}

.wiki-direct {
    max-width: 100%
}

.wiki-direct .tyzd-ul {
    display: flex;
    align-items: center;
    padding-right: 5px
}

.wiki-direct .tyzd-ul img {
    width: 20px;
    height: 20px;
    border-radius: 4px
}

.wiki-direct .tyzd-ul span {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #3d3d3d;
    padding-left: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.wiki-direct .tyzd-ul:hover span {
    color: #f9811d
}

.history-list {
    width: 100%;
    height: 100%;
    background: #f0f1f2;
    border-radius: 2px;
    box-sizing: border-box;
    padding: 9px 20px;
    display: flex;
    flex-direction: column
}

.history-list h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(61, 61, 61, .4)
}

.history-list .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex: 1;
    overflow: hidden;
    margin-top: 5px
}

.history-list .list .direct-list {
    width: 20%;
    height: 34px;
    display: flex;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media screen and (max-width:1199px) {
    .history-list .list .direct-list {
        width: 25%
    }
}

@media screen and (max-width:999px) {
    .history-list .list .direct-list .list-t {
        margin-bottom: 1px
    }
}

@media screen and (max-width:799px) {
    .history-list .list .direct-list {
        width: 33%
    }
}

.search-right-article {
    display: flex;
    justify-content: space-between;
    margin-top: 40px
}

.search-right-article .search-l {
    width: 792px
}

.search-right-article .search-l .search-l-title {
    display: none;
    margin-bottom: 38px
}

.search-right-article .search-l .search-l-text {
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: #7a7a7a
}

.search-right-article .search-l .search-l-text .search-l-icon {
    color: #3b4858;
    font-size: 20px;
    position: relative;
    top: 6px
}

.search-right-article .search-l .search-l-text .p {
    display: flex
}

.search-right-article .search-l .search-l-text .p span {
    font-family: DIN-Medium;
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    color: #b28936;
    transform: matrix(.99, 0, -.12, 1, 0, 0)
}

.search-right-article .search-l .history {
    height: 148px;
    margin-top: 36px
}

.search-right-article .search-r {
    width: 385px
}

.search-right-article .search-r .history {
    display: none
}

.search-right-article .search-r .search-r-article {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, .05);
    box-shadow: inset 0 4px 0 #3b4858;
    border-radius: 2px;
    background: #fff;
    box-sizing: border-box;
    padding: 20px
}

.search-right-article .search-r .search-r-title {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: rgba(61, 61, 61, .6);
    display: flex;
    align-items: center;
    justify-content: space-between
}

.search-right-article .search-r .search-r-title a {
    color: #2e3948;
    transform: matrix(-1, 0, 0, 1, 0, 0)
}

.search-right-article .search-r .search-r-list {
    display: flex;
    align-items: center;
    margin-top: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    box-sizing: border-box
}

.search-right-article .search-r .search-r-list .list-l {
    flex: 1;
    box-sizing: border-box;
    padding-right: 10px
}

.search-right-article .search-r .search-r-list .list-l h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #2e3948;
    display: -webkit-box;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 48px
}

.search-right-article .search-r .search-r-list .list-l h2:hover {
    color: #e66112
}

.search-right-article .search-r .search-r-list .list-l p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: rgba(61, 61, 61, .5);
    margin-top: 6px
}

.search-right-article .search-r .search-r-list .list-r,
.search-right-article .search-r .search-r-list .list-r img {
    width: 130px;
    height: 74px;
    border-radius: 4px
}

.search-right-article .search-r .search-r-list:last-child {
    border-bottom: none;
    padding-bottom: 0
}

@media screen and (max-width:1199px) {
    .search-right-article .search-l {
        width: 530px
    }

    .search-right-article .search-l .search-input {
        border: 3px solid #b28936
    }

    .search-right-article .search-l .search-input .search-text {
        font-size: 21px
    }

    .search-right-article .search-l .search-l-text-two {
        margin-top: 18px !important
    }
}

@media screen and (max-width:999px) {
    .search-right-article {
        flex-direction: column
    }

    .search-right-article .search-l {
        width: 100%
    }

    .search-right-article .search-l .search-l-title {
        display: block
    }

    .search-right-article .search-l .search-l-text {
        display: none
    }

    .search-right-article .search-l .search-input {
        border: 3px solid #b28936
    }

    .search-right-article .search-l .search-input .search-text {
        font-size: 21px
    }

    .search-right-article .search-l .search-l-text-two {
        margin-top: 18px !important
    }

    .search-right-article .search-l .history {
        display: none
    }

    .search-right-article .search-r {
        margin-top: 36px;
        display: flex;
        flex-direction: column;
        width: 100%
    }

    .search-right-article .search-r .history {
        display: block;
        width: 100%;
        height: 148px
    }

    .search-right-article .search-r .search-r-article {
        width: 100%;
        margin-top: 10px;
        box-shadow: none
    }
}

@media screen and (max-width:799px) {
    .search-right-article {
        margin-top: 0
    }

    .search-right-article .search-l {
        width: 100%
    }

    .search-right-article .search-l .search-l-title {
        margin-bottom: 10px
    }

    .search-right-article .search-l .search-input {
        border: 2px solid #b28936
    }

    .search-right-article .search-l .search-input .search-text {
        font-size: 21px
    }

    .search-right-article .search-l .search-l-text {
        font-size: 16px;
        margin-top: 10px !important;
        line-height: 22px;
        justify-content: center;
        display: none
    }

    .search-right-article .search-l .search-l-text .iconfont {
        display: none
    }

    .search-right-article .search-l .search-l-text p {
        text-align: center;
        display: block
    }

    .search-right-article .search-l .search-l-text p span {
        font-size: 24px;
        line-height: 28px
    }

    .search-right-article .search-l .search-l-text-two {
        margin-top: 0 !important
    }

    .search-right-article .search-l .history {
        display: none
    }

    .search-right-article .search-r {
        margin-top: 24px;
        display: flex;
        justify-content: space-between;
        width: 100%
    }

    .search-right-article .search-r .history {
        display: block;
        width: 100%;
        height: 184px
    }

    .search-right-article .search-r .search-r-article {
        width: 353px;
        display: none
    }
}

.search-right-article .p {
    display: flex;
    align-items: flex-start;
    overflow: hidden;
    height: 44px;
    line-height: 37px;
    position: relative;
    top: 10px
}

.search-right-article .p .span-score {
    display: flex;
    flex-direction: column;
    -webkit-animation: topTz 1s;
    animation: topTz 1s
}

.search-right-article .p .span-box {
    margin-left: 11px;
    margin-right: 11px;
    display: flex;
    position: relative;
    top: -8px
}

.home-search-right {
    display: flex;
    justify-content: space-between;
    margin-top: 40px
}

.home-search-right .search-l {
    width: 792px
}

.home-search-right .search-l .search-l-title {
    display: none;
    margin-bottom: 38px
}

.home-search-right .search-l .search-l-text {
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: #7a7a7a
}

.home-search-right .search-l .search-l-text .search-l-icon {
    color: #3b4858;
    font-size: 20px;
    margin-right: 11px;
    position: relative;
    top: 5px
}

.home-search-right .search-l .search-l-text .p {
    display: flex;
    white-space: nowrap
}

.home-search-right .search-l .search-l-text .p span {
    font-family: DIN-Medium;
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    color: #b28936;
    transform: matrix(.99, 0, -.12, 1, 0, 0)
}

.home-search-right .search-l .history {
    height: 148px;
    margin-top: 36px
}

.home-search-right .search-down {
    width: 388px;
    height: 379px
}

.home-search-right .search-down .history {
    display: none
}

.home-search-right .search-down .search-down-info {
    padding: 10px 20px 20px;
    width: 388px;
    height: 379px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .05);
    border-radius: 2px
}

.home-search-right .search-down .search-down-info .down-bg {
    display: block;
    margin: 0 auto;
    width: 100%
}

.home-search-right .search-down .search-down-info .down-info {
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 3px
}

.home-search-right .search-down .search-down-info .down-info .down-info-l {
    display: flex;
    align-items: center;
    flex: 1
}

.home-search-right .search-down .search-down-info .down-info .down-l {
    width: 70px;
    height: 70px;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center
}

.home-search-right .search-down .search-down-info .down-info .down-l img {
    width: 70px;
    height: 70px
}

.home-search-right .search-down .search-down-info .down-info .down-c {
    padding-left: 12px;
    width: 150px
}

.home-search-right .search-down .search-down-info .down-info .down-c h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.home-search-right .search-down .search-down-info .down-info .down-c p {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #a3a3a3;
    margin-top: 4px
}

.home-search-right .search-down .search-down-info .down-info .down-r {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    width: 125.2px;
    justify-content: space-between
}

.home-search-right .search-down .search-down-info .down-info .down-r a {
    width: 36px;
    height: 36px;
    background: #fafafa;
    color: #fafafa;
    border: .5px solid rgba(0, 0, 0, .08);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box
}

.home-search-right .search-down .search-down-info .down-info .down-r a .apple {
    color: #000;
    font-size: 24px
}

.home-search-right .search-down .search-down-info .down-info .down-r a .google {
    display: block;
    height: 28px
}

.home-search-right .search-down .search-down-info .down-info .down-r a .google-a {
    display: none;
    height: 28px
}

.home-search-right .search-down .search-down-info .down-info .down-r a .anzhuo {
    color: #36b374;
    font-size: 24px
}

.home-search-right .search-down .search-down-info .down-info .down-r a:hover {
    background-color: #000
}

.home-search-right .search-down .search-down-info .down-info .down-r a:hover .anzhuo,
.home-search-right .search-down .search-down-info .down-info .down-r a:hover .apple {
    color: #fff
}

.home-search-right .search-down .search-down-info .down-info .down-r a:hover .google {
    display: none
}

.home-search-right .search-down .search-down-info .down-info .down-r a:hover .google-a {
    display: block
}

@media screen and (max-width:1199px) {
    .home-search-right .search-l {
        width: 530px
    }

    .home-search-right .search-l .search-input {
        border: 3px solid #b28936
    }

    .home-search-right .search-l .search-input .search-text {
        font-size: 21px
    }

    .home-search-right .search-l .search-l-text-two {
        margin-top: 18px !important
    }
}

@media screen and (max-width:999px) {
    .home-search-right {
        flex-direction: column
    }

    .home-search-right .search-l {
        width: 100%
    }

    .home-search-right .search-l .search-l-title {
        display: block
    }

    .home-search-right .search-l .search-l-text {
        display: none
    }

    .home-search-right .search-l .search-input {
        border: 3px solid #b28936
    }

    .home-search-right .search-l .search-input .search-text {
        font-size: 21px
    }

    .home-search-right .search-l .search-l-text-two {
        margin-top: 18px !important
    }

    .home-search-right .search-l .history {
        display: none
    }

    .home-search-right .search-down {
        margin-top: 36px;
        display: flex;
        flex-direction: column;
        width: 100%;
        height: auto
    }

    .home-search-right .search-down .history {
        display: block;
        width: 100%;
        height: 148px
    }

    .home-search-right .search-down .search-down-info {
        width: 100%;
        height: 90px;
        margin-top: 10px
    }

    .home-search-right .search-down .search-down-info .down-info {
        justify-content: space-between;
        margin-top: -1px
    }

    .home-search-right .search-down .search-down-info .down-info .down-r {
        float: right
    }

    .home-search-right .search-down .search-down-info .down-info .down-r a {
        height: 36px;
        width: 36px
    }

    .home-search-right .search-down .search-down-info .down-bg {
        display: none
    }
}

@media screen and (max-width:799px) {
    .home-search-right {
        margin-top: 0
    }

    .home-search-right .search-l {
        width: 100%
    }

    .home-search-right .search-l .search-l-title {
        margin-bottom: 10px
    }

    .home-search-right .search-l .search-input {
        border: 2px solid #b28936
    }

    .home-search-right .search-l .search-input .search-text {
        font-size: 21px
    }

    .home-search-right .search-l .search-l-text {
        font-size: 16px;
        margin-top: 10px !important;
        line-height: 22px;
        justify-content: center;
        display: none
    }

    .home-search-right .search-l .search-l-text .iconfont {
        display: none
    }

    .home-search-right .search-l .search-l-text p {
        text-align: center;
        display: block
    }

    .home-search-right .search-l .search-l-text p span {
        font-size: 24px;
        line-height: 28px
    }

    .home-search-right .search-l .search-l-text-two {
        margin-top: 0 !important
    }

    .home-search-right .search-l .history {
        display: none
    }

    .home-search-right .search-down {
        margin-top: 24px;
        display: flex;
        flex-direction: column;
        width: 100%;
        height: auto
    }

    .home-search-right .search-down .history {
        display: block;
        width: 100%;
        height: 154px
    }

    .home-search-right .search-down .search-down-info {
        width: 100%;
        height: 90px;
        margin-top: 15px;
        padding: 10px 10px 20px
    }

    .home-search-right .search-down .search-down-info .down-r a {
        height: 36px;
        width: 36px
    }

    .home-search-right .search-down .search-down-info .down-c {
        width: auto;
        flex: 1
    }

    .home-search-right .search-down .search-down-info .down-info {
        margin-top: 0
    }
}

.home-search-right .p {
    display: flex;
    align-items: flex-start;
    overflow: hidden;
    height: 44px;
    position: relative;
    top: 10px;
    line-height: 37px
}

.home-search-right .p .span-score {
    display: flex;
    flex-direction: column;
    -webkit-animation: topTz 1s;
    animation: topTz 1s
}

.home-search-right .p .span-box {
    margin-left: 11px;
    margin-right: 11px;
    display: flex;
    position: relative;
    top: -8px
}

.forum-list {
    width: 388px;
    height: 157px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .05);
    border-radius: 2px;
    box-sizing: border-box;
    padding: 16px;
    display: flex;
    margin-bottom: 16px
}

.forum-list a {
    width: 100%;
    display: flex;
    flex-direction: column
}

.forum-list a .forum-head,
.forum-list a .forum-head .l {
    display: flex;
    align-items: center
}

.forum-list a .forum-head .l {
    width: 38px;
    height: 38px;
    background: #e3f3ed;
    border-radius: 19px;
    justify-content: center;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #3d3d3d
}

.forum-list a .forum-head .l img {
    width: 34px !important;
    height: 34px !important;
    border-radius: 17px
}

.forum-list a .forum-head .r .l-name {
    padding-left: 10px
}

.forum-list a .forum-head .r .l-name .l-name-text {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #3d3d3d
}

.forum-list a .forum-head .r .l-name .l-name-time {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    color: #a3a3a3;
    margin-top: 2px
}

.forum-list a .forum-title {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #3d3d3d;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 12px
}

.forum-list a .forum-p {
    height: 40px;
    overflow: hidden;
    margin-top: 4px
}

.forum-list a .forum-p .forum-text {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #a3a3a3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.forum-list:nth-child(2) a .forum-head .l {
    background: #e2eff3
}

.forum-list:nth-child(3) a .forum-head .l {
    background: #efe0de
}

.forum-list:hover {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .14);
    cursor: pointer
}

.no-data {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    background-color: #fff;
    margin-bottom: 15px
}

.no-data .img {
    width: 250px;
    height: 200px
}

.no-data .title {
    height: 24px;
    font-family: PingFang SC;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #ccc
}

.no-data .title .nodataval {
    display: flex;
    align-items: center;
    margin: 0 auto
}

@media screen and (max-width:799px) {
    .no-data .no-data-1 {
        font-size: 20px;
        margin-top: 40px
    }

    .no-data .no-data-2,
    .no-data .no-data-link {
        font-size: 14px
    }
}

.wiki-forum .list {
    margin-top: 16px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

@media screen and (max-width:1199px) {
    .wiki-forum .forum-list {
        width: 461px
    }
}

@media screen and (max-width:999px) {
    .wiki-forum .forum-list {
        width: 371px;
        margin-bottom: 16px
    }
}

@media screen and (max-width:799px) {
    .wiki-forum .forum-tab {
        display: none
    }

    .wiki-forum .forum-list {
        width: 100%
    }
}

.survey-list {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .05)
}

.survey-list,
.survey-list a {
    width: 388px;
    height: 344px;
    box-sizing: border-box
}

.survey-list a {
    border-radius: 2px;
    padding: 22px 20px;
    display: block
}

.survey-list .survey-title {
    font-family: PingFang SC;
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 24px;
    height: 48px;
    color: #3d3d3d;
    margin-top: 18px;
    display: -webkit-box;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.survey-list .survey-img {
    height: 166px;
    border-radius: 10px;
    margin-top: 16px;
    position: relative
}

.survey-list .survey-img img {
    width: 100%;
    border-radius: 6px;
    height: 166px
}

.survey-list .survey-img span {
    position: absolute;
    top: 8px;
    left: 8px;
    line-height: 24px;
    background: rgba(51, 128, 102, .9);
    border-radius: 2px;
    padding: 0 6px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #fff
}

.survey-list .survey-tool {
    margin-top: 16px;
    justify-content: space-between
}

.survey-list .survey-tool,
.survey-list .survey-tool .survey-tool-l {
    display: flex;
    align-items: center
}

.survey-list .survey-tool .survey-tool-l img {
    height: 16px !important;
    border-radius: 3px
}

.survey-list .survey-tool .survey-tool-l span {
    padding-left: 8px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #7a7a7a
}

.survey-list .survey-tool .survey-tool-r {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #ccc
}

.survey-list:hover {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .14);
    cursor: pointer
}

@media screen and (max-width:1199px) {
    .survey-list {
        width: 461px
    }

    .survey-list a {
        width: 100%
    }

    .survey-list:last-child {
        display: none
    }
}

@media screen and (max-width:999px) {
    .survey-list {
        width: 371px
    }
}

@media screen and (max-width:799px) {
    .survey-list {
        width: 100%
    }
}

.wiki-survey .list {
    margin-top: 16px;
    display: flex;
    justify-content: space-between
}

@media screen and (max-width:799px) {
    .wiki-survey .list {
        flex-direction: column
    }

    .wiki-survey .list .survey-list {
        margin-bottom: 18px
    }
}

.wiki-education .title-tab {
    flex: 1
}

.wiki-education .tab-list {
    flex: 1;
    display: flex;
    align-items: center;
    padding-right: 30px
}

.wiki-education .tab-list .iconfont {
    font-weight: 700;
    font-size: 20px;
    cursor: pointer
}

.wiki-education .tab-list .icon-arrow-left {
    margin-right: 10px
}

.wiki-education .tab-list .icon-arrow-right {
    margin-left: 10px
}

.wiki-education .tab-list .tab-list-box {
    flex: 1;
    overflow: hidden;
    position: relative;
    height: 25px
}

.wiki-education .tab-list .tab-list-box ul {
    white-space: nowrap;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 1s linear
}

.wiki-education .tab-list .tab-list-box ul .education-ul {
    display: inline-block;
    font-style: normal;
    font-size: 18px;
    line-height: 25px;
    color: #a3a3a3;
    margin-right: 22px;
    cursor: pointer;
    font-weight: 400
}

.wiki-education .tab-list .tab-list-box ul .education-ul:hover {
    color: #333
}

.wiki-education .tab-list .tab-list-box ul .active {
    color: #333;
    font-size: 18px;
    font-weight: 700
}

.wiki-education .list {
    display: flex;
    justify-content: space-between;
    margin-top: 16px
}

.wiki-education .list .list-ul {
    width: 390px;
    height: 290px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .05);
    border-radius: 2px;
    box-sizing: border-box;
    padding: 24px;
    display: flex;
    flex-direction: column
}

.wiki-education .list .list-ul .list-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #292929;
    -webkit-line-clamp: 3
}

.wiki-education .list .list-ul .list-p,
.wiki-education .list .list-ul .list-title {
    font-style: normal;
    display: -webkit-box;
    word-wrap: break-word;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.wiki-education .list .list-ul .list-p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #a3a3a3;
    margin-top: 6px;
    -webkit-line-clamp: 6
}

.wiki-education .list .list-ul .list-empty {
    flex: 1
}

.wiki-education .list .list-ul .list-tool {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.wiki-education .list .list-ul .list-tool .list-tool-l {
    line-height: 24px;
    background: #47b2a0;
    border-radius: 2px;
    padding: 0 6px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #fff
}

.wiki-education .list .list-ul .list-tool .list-tool-r {
    display: flex;
    align-items: center
}

.wiki-education .list .list-ul .list-tool .list-tool-r .time-icon {
    color: #a3a3a3
}

.wiki-education .list .list-ul .list-tool .list-tool-r .time {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #a3a3a3;
    padding-left: 8px
}

.wiki-education .list .list-ul:hover {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .14);
    cursor: pointer
}

@media screen and (max-width:1199px) {
    .wiki-education .list .list-ul {
        width: 462px;
        height: 244px;
        flex-shrink: 0
    }

    .wiki-education .list .list-ul .list-title {
        -webkit-line-clamp: 2
    }

    .wiki-education .list .list-ul .list-p {
        -webkit-line-clamp: 5
    }

    .wiki-education .list .list-ul:nth-child(3) {
        display: none
    }
}

@media screen and (max-width:999px) {
    .wiki-education .list .list-ul {
        width: 372px;
        height: 274px;
        flex-shrink: 0
    }
}

@media screen and (max-width:799px) {
    .wiki-education .title-tab {
        display: none
    }

    .wiki-education .list {
        flex-direction: column
    }

    .wiki-education .list .list-ul {
        width: 100%;
        height: auto
    }
}

.wiki-education .no-data {
    background-color: transparent !important
}

.wiki-ea .list {
    margin-top: 16px;
    display: flex
}

.wiki-ea .list .list-l li {
    width: 389px;
    height: 178px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .05);
    border-radius: 2px;
    display: flex;
    margin-right: 18px;
    float: left
}

.wiki-ea .list .list-l li a {
    box-sizing: border-box;
    padding: 20px;
    width: 100%;
    display: flex;
    flex-direction: column
}

.wiki-ea .list .list-l li a .list-title {
    display: flex;
    align-items: center
}

.wiki-ea .list .list-l li a .list-title .list-title-1 {
    line-height: 19px;
    background: #2e5299;
    border-radius: 2px;
    padding: 0 6px;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    color: #fff
}

.wiki-ea .list .list-l li a .list-title .list-title-2 {
    padding-left: 6px;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #3d3d3d
}

.wiki-ea .list .list-l li a .list-text {
    display: flex;
    margin-top: 8px
}

.wiki-ea .list .list-l li a .list-text .list-text-1 {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: rgba(0, 0, 0, .5);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.wiki-ea .list .list-l li a .list-text .list-text-2 {
    font-family: DIN;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #e66112;
    padding-left: 8px
}

.wiki-ea .list .list-l li a .list-des {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    color: #ccc;
    margin-top: 8px;
    display: -webkit-box;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 34px
}

.wiki-ea .list .list-l li a .list-auther {
    height: 25px
}

.wiki-ea .list .list-l li a .list-auther img {
    height: 2px
}

.wiki-ea .list .list-l li a .list-tool {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

.wiki-ea .list .list-l li a .list-tool .list-tool-l {
    display: flex;
    align-items: center
}

.wiki-ea .list .list-l li a .list-tool .list-tool-l .list-tool-l-1 {
    font-family: DIN-Medium;
    font-style: normal;
    font-weight: 500;
    font-size: 21px;
    line-height: 25px;
    color: #e66112
}

.wiki-ea .list .list-l li a .list-tool .list-tool-l .list-tool-l-2 {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    color: rgba(0, 0, 0, .5);
    padding-left: 4px;
    position: relative;
    top: 2px;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through
}

.wiki-ea .list .list-l li a .list-tool .list-tool-r {
    background: #3b4858;
    box-shadow: 0 0 0 1px #323947;
    height: 24px;
    line-height: 24px;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    color: #fff;
    padding: 0 12px;
    display: flex;
    align-items: center
}

.wiki-ea .list .list-l li a .list-tool .list-tool-r .iconfont {
    margin-right: 6px
}

.wiki-ea .list .list-l li a .list-empty {
    flex: 1
}

.wiki-ea .list .list-l li:hover {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .14);
    cursor: pointer
}

.wiki-ea .list .list-l li:first-child,
.wiki-ea .list .list-l li:nth-child(2) {
    margin-bottom: 18px
}

.wiki-ea .list .list-r {
    width: 386px;
    height: 374px;
    background: #fff;
    border: 1px solid rgba(178, 137, 54, .1);
    border-radius: 2px;
    box-sizing: border-box;
    padding: 16px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-shrink: 0
}

@media screen and (max-width:1199px) {
    .wiki-ea .list {
        justify-content: space-between
    }

    .wiki-ea .list .list-l {
        width: 461px
    }

    .wiki-ea .list .list-l li {
        width: 100%
    }

    .wiki-ea .list .list-l li:nth-child(2) {
        margin-bottom: 0
    }

    .wiki-ea .list .list-l li:nth-child(3),
    .wiki-ea .list .list-l li:nth-child(4) {
        display: none
    }

    .wiki-ea .list .list-r {
        width: 461px;
        height: auto
    }
}

@media screen and (max-width:999px) {
    .wiki-ea .list {
        justify-content: space-between
    }

    .wiki-ea .list .list-l {
        width: 371px
    }

    .wiki-ea .list .list-l li {
        width: 100%
    }

    .wiki-ea .list .list-r {
        width: 371px
    }
}

@media screen and (max-width:799px) {
    .wiki-ea .ea-tab {
        display: none
    }

    .wiki-ea .list {
        flex-direction: column
    }

    .wiki-ea .list .list-l,
    .wiki-ea .list .list-l li {
        width: 100%
    }

    .wiki-ea .list .list-l li:nth-child(2) {
        margin-bottom: 18px
    }

    .wiki-ea .list .list-r {
        width: 100%
    }
}

.wiki-ea .list-r .head {
    margin-bottom: 8px
}

.wiki-ea .list-r .vps-p {
    margin-top: 6px
}

.wiki-ea .list-r .vps-tool {
    margin-top: 9px
}

.sides-pop {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    margin-right: 5px;
    display: inline-block
}

.sides-pop-rotate {
    transform: rotate(180deg)
}

.distri-bution .title-l-t-text {
    margin-right: 0 !important;
    overflow: hidden;
    text-overflow: ellipsis
}

@-webkit-keyframes twinkle-red {

    0%,
    to {
        background: rgba(199, 52, 76, .8)
    }

    50% {
        background: #c30e1d
    }
}

@keyframes twinkle-red {

    0%,
    to {
        background: rgba(199, 52, 76, .8)
    }

    50% {
        background: #c30e1d
    }
}

@-webkit-keyframes twinkle-green {

    0%,
    to {
        background: rgba(46, 153, 135, .8)
    }

    50% {
        background: #007659
    }
}

@keyframes twinkle-green {

    0%,
    to {
        background: rgba(46, 153, 135, .8)
    }

    50% {
        background: #007659
    }
}

.distri-bution,
.distri-bution .distri-list-l {
    display: flex;
    justify-content: space-between
}

.distri-bution .distri-list-l {
    flex: 1;
    margin-right: 18px
}

.distri-bution .distri-list-l .distri-list {
    width: 388px;
    padding: 16px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .05);
    border-radius: 2px;
    box-sizing: border-box
}

.distri-bution .distri-list-l .distri-list .label {
    margin-top: 20px;
    display: flex;
    justify-content: flex-end
}

.distri-bution .distri-list-l .distri-list .label .label-icon {
    margin-left: 8px;
    display: flex;
    align-items: center
}

.distri-bution .distri-list-l .distri-list .label .label-icon .label-icon-1 {
    width: 20px;
    height: 8px;
    background: #c7344c;
    border-radius: 1px
}

.distri-bution .distri-list-l .distri-list .label .label-icon .label-icon-2 {
    padding-left: 8px;
    font-family: PingFang SC;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    color: #a3a3a3
}

.distri-bution .distri-list-l .distri-list .list-ul {
    margin-top: 8px
}

.distri-bution .distri-list-l .distri-list .transverse2bars {
    height: 40px;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    position: relative
}

.distri-bution .distri-list-l .distri-list .transverse2bars .label-group {
    font-family: DIN;
    color: #292929;
    margin-right: 10px
}

.distri-bution .distri-list-l .distri-list .transverse2bars .is-en {
    min-width: 75px;
    font-size: 16px;
    line-height: 19px;
    font-weight: 700
}

.distri-bution .distri-list-l .distri-list .transverse2bars .is-cn {
    min-width: 60px;
    font-size: 13px;
    line-height: 16px
}

.distri-bution .distri-list-l .distri-list .transverse2bars [class*=bar-] {
    height: 20px;
    line-height: 18px;
    font-family: DIN;
    font-size: 14px;
    color: #fff;
    transition: all .3s
}

.distri-bution .distri-list-l .distri-list .transverse2bars .inside-group {
    flex: 1;
    display: flex
}

.distri-bution .distri-list-l .distri-list .transverse2bars .inside-group .bar-left {
    padding-left: 6px;
    background: #c7344c;
    border: 1px solid rgba(0, 0, 0, .2);
    box-shadow: 0 1px 4px rgba(179, 36, 60, .3);
    border-radius: 2px 0 0 2px
}

.distri-bution .distri-list-l .distri-list .transverse2bars .inside-group .bar-right {
    padding-right: 6px;
    background: #2e9987;
    border: 1px solid rgba(0, 0, 0, .2);
    box-shadow: 0 1px 4px rgba(51, 128, 102, .3);
    border-radius: 0 2px 2px 0;
    text-align: right
}

.distri-bution .distri-list-l .distri-list .transverse2bars:hover .label-group {
    font-family: DIN-Medium;
    font-weight: 600
}

.distri-bution .distri-list-l .distri-list .transverse2bars:hover .inside-group {
    cursor: pointer
}

.distri-bution .distri-list-l .distri-list .transverse2bars:hover .inside-group .bar-left {
    background: #c30e1d
}

.distri-bution .distri-list-l .distri-list .transverse2bars:hover .inside-group .bar-right {
    background: #007659
}

.distri-bution .distri-list-l .distri-list .twinkle-once .inside-group .bar-left {
    -webkit-animation: twinkle-red .5s;
    animation: twinkle-red .5s;
    -webkit-animation-iteration-count: 2;
    animation-iteration-count: 2
}

.distri-bution .distri-list-l .distri-list .twinkle-once .inside-group .bar-right {
    -webkit-animation: twinkle-green .5s;
    animation: twinkle-green .5s;
    -webkit-animation-iteration-count: 2;
    animation-iteration-count: 2
}

.distri-bution .distri-more {
    width: 388px;
    padding: 16px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .05)
}

.distri-bution .distri-more .head {
    margin-top: 18px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.distri-bution .distri-more .head .usd-select {
    width: 110px
}

.distri-bution .distri-more .head .usd-select .el-input__inner {
    padding-left: 12px;
    font-family: DIN-Medium;
    color: #3d3d3d
}

.distri-bution .distri-more .head .head-r {
    display: flex;
    justify-content: flex-end
}

.distri-bution .distri-more .head .head-r .label-icon {
    display: flex;
    align-items: center
}

.distri-bution .distri-more .head .head-r .label-icon .label-icon-1 {
    width: 20px;
    height: 8px;
    background: #c7344c;
    border-radius: 1px
}

.distri-bution .distri-more .head .head-r .label-icon .label-icon-2 {
    padding-left: 8px;
    font-family: PingFang SC;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    color: #a3a3a3
}

.distri-bution .distri-more .head .head-r .label-icon:not(:first-child) {
    margin-left: 8px
}

.distri-bution .distri-more .hang-tag-group {
    width: 270px;
    margin: 20px 0 25px;
    position: relative
}

.distri-bution .distri-more .hang-tag-group .grid-line {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.distri-bution .distri-more .hang-tag-group .grid-line .grid-table {
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6
}

.distri-bution .distri-more .hang-tag-group .grid-line .grid-table tr td {
    border-top: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6
}

.distri-bution .distri-more .hang-tag-group .grid-line .y-worth {
    position: absolute;
    top: 0;
    right: -60px
}

.distri-bution .distri-more .hang-tag-group .grid-line .y-worth li {
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    font-family: DIN-Medium;
    color: #292929
}

.distri-bution .distri-more .hang-tag-group .grid-line .x-worth {
    width: 116%;
    display: flex;
    position: absolute;
    bottom: -24px;
    left: -8%
}

.distri-bution .distri-more .hang-tag-group .grid-line .x-worth li {
    width: 15%;
    font-size: 12px;
    font-family: DIN-Medium;
    color: #292929;
    text-align: center
}

.distri-bution .distri-more .hang-tag-group .bar-box {
    width: 50%;
    height: 195px;
    position: relative
}

.distri-bution .distri-more .hang-tag-group .cut-off-line {
    width: 100%;
    border-bottom: 1px dashed #fc6;
    margin: 1px 0;
    position: relative
}

.distri-bution .distri-more .hang-tag-group .cut-off-line .cut-txt {
    min-width: 64px;
    height: 28px;
    line-height: 28px;
    padding: 0 4px 0 8px;
    background-image: url(https://wasm.zy223.com/web20/img/home/chart-mark-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    position: absolute;
    top: -14px;
    right: -72px;
    font-family: DIN-Medium;
    font-size: 14px;
    color: #301;
    box-sizing: border-box
}

.distri-bution .distri-more .hang-tag-group .down-charts-group,
.distri-bution .distri-more .hang-tag-group .up-charts-group {
    display: flex
}

.distri-bution .distri-more .hang-tag-group .down-charts-group {
    transform: rotate(180deg)
}

@media screen and (max-width:1199px) {
    .distri-bution .distri-list-l .distri-list {
        width: 301px
    }

    .distri-bution .distri-list-l .distri-list .transverse2bars .is-en {
        min-width: 68px;
        font-size: 15px;
        line-height: 18px;
        margin-right: 8px
    }

    .distri-bution .distri-list-l .distri-list .transverse2bars [class*=bar-] {
        line-height: 20px;
        font-size: 12px
    }

    .distri-bution .distri-list-l .distri-list .transverse2bars .inside-group .bar-left {
        padding-left: 3px
    }

    .distri-bution .distri-list-l .distri-list .transverse2bars .inside-group .bar-right {
        padding-right: 3px
    }

    .distri-bution .distri-more {
        width: 301px
    }

    .distri-bution .distri-more .head .usd-select {
        width: 101px
    }

    .distri-bution .distri-more .hang-tag-group {
        width: 202px
    }
}

@media screen and (max-width:999px) {
    .distri-bution .distri-list-l {
        width: 371px;
        flex-direction: column
    }

    .distri-bution .distri-list-l .distri-list {
        width: 100%
    }

    .distri-bution .distri-list-l .distri-list .transverse2bars:not(:nth-child(-n+4)) {
        display: none
    }

    .distri-bution .distri-list-l .distri-list:not(:first-child) {
        margin-top: 18px
    }

    .distri-bution .distri-more {
        width: 371px
    }

    .distri-bution .distri-more .hang-tag-group {
        width: 270px;
        margin: 30px 0 25px
    }
}

@media screen and (max-width:799px) {
    .distri-bution {
        flex-direction: column
    }

    .distri-bution .distri-list-l {
        width: 100%;
        flex-direction: column
    }

    .distri-bution .distri-list-l .distri-list {
        width: 100%;
        margin-bottom: 18px
    }

    .distri-bution .distri-list-l .distri-list:not(:first-child) {
        margin-top: 0
    }

    .distri-bution .distri-more {
        width: 100%
    }

    .distri-bution .distri-more .hang-tag-group {
        width: 64%;
        margin: 20px auto 25px;
        left: -25px
    }
}

.home-article-news-jjt {
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, .05);
    padding: 20px 20px 22px;
    background: #fff;
    border-radius: 2px;
    overflow: hidden
}

.home-article-news-jjt .article-box {
    display: flex
}

.home-article-news-jjt .article-box .article-l {
    width: 298px;
    overflow: hidden;
    position: relative
}

.home-article-news-jjt .article-box .article-l .list-box {
    white-space: nowrap;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 1s
}

.home-article-news-jjt .article-box .article-l .list {
    width: 298px;
    display: inline-block
}

.home-article-news-jjt .article-box .article-l .list .list-banner {
    width: 100%;
    height: 210px;
    border-radius: 4px;
    display: block;
    margin-top: 16px
}

.home-article-news-jjt .article-box .article-l .list .list-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    height: 102px;
    color: #3d3d3d;
    -webkit-line-clamp: 2
}

.home-article-news-jjt .article-box .article-l .list .list-p,
.home-article-news-jjt .article-box .article-l .list .list-title {
    font-style: normal;
    display: -webkit-box;
    word-wrap: break-word;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: break-spaces
}

.home-article-news-jjt .article-box .article-l .list .list-p {
    margin-top: 16px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #a3a3a3;
    -webkit-line-clamp: 4;
    height: 80px
}

.home-article-news-jjt .article-box .article-l .list .l-tool {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 21px
}

.home-article-news-jjt .article-box .article-l .list .l-tool .time {
    display: flex;
    align-items: center
}

.home-article-news-jjt .article-box .article-l .list .l-tool .time .iconfont {
    color: #ccc;
    font-size: 10px
}

.home-article-news-jjt .article-box .article-l .list .l-tool .time .time-text {
    padding-left: 4px;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    color: #ccc
}

.home-article-news-jjt .article-box .article-l .list .l-tool .count {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    color: #7a7a7a
}

.home-article-news-jjt .article-box .article-r {
    flex: 1;
    box-sizing: border-box;
    padding-left: 30px
}

.home-article-news-jjt .article-box .article-r .list {
    margin-bottom: 23px;
    display: block
}

.home-article-news-jjt .article-box .article-r .list .tag {
    display: flex
}

.home-article-news-jjt .article-box .article-r .list .tag span {
    height: 17px;
    background: #fff;
    border: 1px solid #e7873b;
    border-radius: 2px;
    padding: 0 4px;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #e7873b;
    box-sizing: border-box
}

.home-article-news-jjt .article-box .article-r .list .list-title {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #3d3d3d;
    margin-top: 4px
}

.home-article-news-jjt .article-box .article-r .list .tool {
    display: flex;
    align-items: center;
    margin-top: 4px
}

.home-article-news-jjt .article-box .article-r .list .tool .iconfont {
    color: #ccc;
    font-size: 12px
}

.home-article-news-jjt .article-box .article-r .list .tool .tool-text {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    padding-left: 4px;
    color: #ccc
}

.home-article-news-jjt .article-box .article-r .list:last-child {
    margin-bottom: 0 !important
}

.home-article-news-jjt .article-box .article-r .list:first-child .list-title,
.home-article-news-jjt .article-box .article-r .list:nth-child(2) .list-title {
    display: -webkit-box;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 40px
}

.home-article-news-jjt .article-box .article-r .list:nth-child(3) .list-title,
.home-article-news-jjt .article-box .article-r .list:nth-child(4) .list-title,
.home-article-news-jjt .article-box .article-r .list:nth-child(5) .list-title {
    display: -webkit-box;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.home-article-news-jjt .article-box .article-r .list:last-child {
    margin-bottom: 0
}

.home-article-news-jjt .article-box .article-r .list:hover .list-title {
    color: #e7873b
}

@media screen and (max-width:1199px) {
    .home-article-news-jjt {
        padding: 20px
    }

    .home-article-news-jjt .article-box {
        flex-direction: column
    }

    .home-article-news-jjt .article-box .article-l {
        width: 421px;
        height: 341px;
        flex-shrink: 0
    }

    .home-article-news-jjt .article-box .article-l .list {
        width: 421px
    }

    .home-article-news-jjt .article-box .article-l .list .list-title {
        height: 68px;
        margin-bottom: 6px
    }

    .home-article-news-jjt .article-box .article-l .list .list-p {
        height: 80px;
        margin-top: 0
    }

    .home-article-news-jjt .article-box .article-l .list .l-tool {
        margin-top: 16px
    }

    .home-article-news-jjt .article-box .article-r {
        width: 100%;
        padding-left: 0;
        margin-top: 30px;
        flex-shrink: 0
    }

    .home-article-news-jjt .article-box .article-r .list {
        margin-bottom: 23px
    }
}

@media screen and (max-width:999px) {
    .home-article-news-jjt .article-box {
        flex-direction: column
    }

    .home-article-news-jjt .article-box .article-l {
        width: 313px;
        height: 339px;
        flex-shrink: 0
    }

    .home-article-news-jjt .article-box .article-l .list {
        width: 313px
    }

    .home-article-news-jjt .article-box .article-l .list .list-title {
        height: 102px;
        margin-bottom: 16px
    }

    .home-article-news-jjt .article-box .article-l .list .list-p {
        height: 60px;
        -webkit-line-clamp: 3
    }

    .home-article-news-jjt .article-box .article-l .list .l-tool {
        margin-top: 10px
    }

    .home-article-news-jjt .article-box .article-r {
        width: 100%;
        padding-left: 0;
        margin-top: 30px;
        flex-shrink: 0
    }

    .home-article-news-jjt .article-box .article-r .list {
        margin-bottom: 23px
    }

    .home-article-news-jjt .article-box .article-r .list:nth-child(3) .list-title,
    .home-article-news-jjt .article-box .article-r .list:nth-child(4) .list-title,
    .home-article-news-jjt .article-box .article-r .list:nth-child(5) .list-title {
        display: -webkit-box;
        word-wrap: break-word;
        -webkit-line-clamp: 2;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        overflow: hidden;
        height: 40px
    }
}

@media screen and (max-width:799px) {
    .home-article-news-jjt .article-box {
        flex-direction: column
    }

    .home-article-news-jjt .article-box .article-l {
        width: 100%;
        height: 339px;
        flex-shrink: 0
    }

    .home-article-news-jjt .article-box .article-l .list {
        width: 100%
    }

    .home-article-news-jjt .article-box .article-l .list .list-title {
        height: auto;
        margin-bottom: 16px
    }

    .home-article-news-jjt .article-box .article-l .list .list-p {
        height: 60px;
        -webkit-line-clamp: 3
    }

    .home-article-news-jjt .article-box .article-l .list .l-tool {
        margin-top: 10px
    }

    .home-article-news-jjt .article-box .article-r {
        width: 100%;
        padding-left: 0;
        margin-top: 0;
        flex-shrink: 0
    }

    .home-article-news-jjt .article-box .article-r .list {
        margin-bottom: 23px
    }

    .home-article-news-jjt .article-box .article-r .list:nth-child(3) .list-title,
    .home-article-news-jjt .article-box .article-r .list:nth-child(4) .list-title,
    .home-article-news-jjt .article-box .article-r .list:nth-child(5) .list-title {
        display: -webkit-box;
        word-wrap: break-word;
        -webkit-line-clamp: 2;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        overflow: hidden
    }
}

.home-article-news-jjt .list-banner img {
    width: 100% !important;
    border-radius: 4px
}

.article-survey-john {
    display: flex
}

.article-survey-john .article-ttt {
    flex: 1
}

.article-survey-john .survey-john {
    width: 388px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .05);
    border-radius: 2px;
    box-sizing: border-box;
    margin-left: 18px;
    padding: 24px;
    height: 399px;
    display: flex;
    flex-direction: column
}

.article-survey-john .survey-john .survey-list-john {
    margin-top: 24px;
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden
}

.article-survey-john .survey-john .survey-list-john .ul {
    display: flex
}

.article-survey-john .survey-john .survey-list-john .ul .ul-l {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 3px;
    position: relative;
    top: 4px
}

.article-survey-john .survey-john .survey-list-john .ul .ul-l .cicle {
    width: 10px;
    height: 10px;
    border: 2px solid #3d3d3d;
    border-radius: 5px
}

.article-survey-john .survey-john .survey-list-john .ul .ul-l .line {
    flex: 1;
    width: 2px;
    border-left: 1px dashed rgba(0, 0, 0, .1)
}

.article-survey-john .survey-john .survey-list-john .ul .ul-r {
    box-sizing: border-box;
    padding-left: 12px;
    padding-bottom: 24px;
    flex: 1
}

.article-survey-john .survey-john .survey-list-john .ul .ul-r p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #a3a3a3
}

.article-survey-john .survey-john .survey-list-john .ul .ul-r .h3 {
    font-size: 14px;
    line-height: 20px;
    color: #3d3d3d;
    margin-top: 4px
}

.article-survey-john .survey-john .survey-list-john .ul .ul-r .h3:hover {
    color: #b38936
}

.article-survey-john .survey-john ::-webkit-scrollbar {
    width: 0;
    height: 1px;
    background-color: transparent
}

.article-survey-john .survey-john ::-webkit-scrollbar-thumb {
    background-color: #5c87a0;
    border-radius: 10px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(1, rgba(0, 0, 0, .3)), color-stop(1, rgba(0, 0, 0, .3)), color-stop(1, rgba(0, 0, 0, .3)));
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

@media screen and (max-width:1199px) {
    .article-survey-john .survey-john {
        width: 461px;
        height: 769px;
        flex-shrink: 0
    }
}

@media screen and (max-width:999px) {
    .article-survey-john .survey-john {
        width: 371px;
        height: 806px
    }
}

@media screen and (max-width:799px) {
    .article-survey-john {
        flex-direction: column
    }

    .article-survey-john .survey-john {
        width: 100%;
        height: auto;
        margin-left: 0;
        margin-top: 18px
    }
}

.wiki-rank .head {
    box-shadow: 0 2px 0 #3d3d3d;
    padding-bottom: 10px
}

.wiki-rank .head .tab-list {
    flex: 1;
    display: flex;
    align-items: center
}

.wiki-rank .head .tab-list .iconfont {
    font-weight: 700;
    font-size: 20px;
    cursor: pointer
}

.wiki-rank .head .tab-list .icon-arrow-left {
    margin-right: 10px
}

.wiki-rank .head .tab-list .icon-arrow-right {
    margin-left: 10px
}

.wiki-rank .head .tab-list .tab-list-box {
    flex: 1;
    overflow: hidden;
    position: relative;
    height: 25px
}

.wiki-rank .head .tab-list .tab-list-box ul {
    white-space: nowrap;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 1s linear
}

.wiki-rank .head .tab-list .tab-list-box ul li {
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #a3a3a3;
    margin-right: 22px;
    cursor: pointer
}

.wiki-rank .head .tab-list .tab-list-box ul .active,
.wiki-rank .head .tab-list .tab-list-box ul li:hover {
    color: #333;
    font-weight: 700;
    font-size: 18px
}

.wiki-rank .list-tt {
    overflow: auto
}

.wiki-rank .list-tt #rankList {
    white-space: nowrap;
    transition: all 1s linear
}

.wiki-rank .list-tt .list {
    margin-right: 20px;
    margin-top: 28px;
    width: 386px;
    height: 361px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .05);
    border-radius: 2px;
    box-sizing: border-box;
    padding: 16px 24px;
    display: inline-block;
    overflow: hidden
}

.wiki-rank .list-tt .list .list-title-list {
    flex: 1
}

.wiki-rank .list-tt .list .rankList-tab {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 14px
}

.wiki-rank .list-tt .list .rankList-tab ul {
    display: flex;
    align-items: center;
    border-radius: 3px
}

.wiki-rank .list-tt .list .rankList-tab ul li {
    padding: 0 24px;
    height: 32px;
    background: #fafafa;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 32px;
    color: #a3a3a3;
    border: 1px solid rgba(0, 0, 0, .05);
    margin: 0 -1px -1px 0;
    cursor: pointer
}

.wiki-rank .list-tt .list .rankList-tab ul .rank-active {
    background: #fff;
    color: #3d3d3d;
    font-weight: 600
}

.wiki-rank .list-tt .list .list-head {
    margin-top: 16px
}

.wiki-rank .list-tt .list .list-head ul {
    display: flex;
    box-sizing: border-box;
    justify-content: space-between
}

.wiki-rank .list-tt .list .list-head ul li {
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 25px;
    color: #ccc;
    display: flex;
    align-items: center
}

.wiki-rank .list-tt .list .list-head ul li span {
    border: 1px solid #7a7a7a;
    height: 10px;
    width: 10px;
    box-sizing: border-box;
    border-radius: 6px
}

.wiki-rank .list-tt .list .list-head ul .list-1 {
    width: 24px;
    display: flex;
    justify-content: center
}

.wiki-rank .list-tt .list .list-head ul .list-2 {
    padding-left: 16px;
    flex: 1
}

.wiki-rank .list-tt .list .list-head ul .list-3 {
    width: 116px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    justify-content: flex-end;
    box-sizing: border-box;
    padding-right: 20px
}

.wiki-rank .list-tt .list .list-head ul .list-4 {
    text-align: right;
    width: 54px
}

.wiki-rank .list-tt .list .list-list {
    margin-top: 3px;
    height: 220px;
    overflow: hidden
}

.wiki-rank .list-tt .list .list-list ul {
    display: flex;
    box-sizing: border-box;
    justify-content: space-between;
    cursor: pointer
}

.wiki-rank .list-tt .list .list-list ul:hover {
    background-color: #f7fafc
}

.wiki-rank .list-tt .list .list-list ul li {
    font-family: PingFang SC;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    color: #a3a3a3;
    display: flex;
    align-items: center;
    height: 44px
}

.wiki-rank .list-tt .list .list-list ul .list-1 {
    width: 24px;
    display: flex;
    justify-content: center
}

.wiki-rank .list-tt .list .list-list ul .list-1 .iconfont {
    font-size: 24px
}

.wiki-rank .list-tt .list .list-list ul .list-1 span {
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: #f2f2f2;
    border-radius: 2px;
    font-family: DIN-Medium;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    color: #7a7a7a;
    border-radius: 4px
}

.wiki-rank .list-tt .list .list-list ul .list-2 {
    padding-left: 16px;
    flex: 1
}

.wiki-rank .list-tt .list .list-list ul .list-2 img {
    height: 18px;
    width: 18px
}

.wiki-rank .list-tt .list .list-list ul .list-2 span {
    padding-left: 6px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #7a7a7a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 110px
}

.wiki-rank .list-tt .list .list-list ul .list-3 {
    font-family: DIN-Medium;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #3d3d3d;
    width: 126px;
    justify-content: flex-end;
    box-sizing: border-box;
    padding-right: 30px
}

.wiki-rank .list-tt .list .list-list ul .list-4 {
    font-family: DIN-Medium;
    justify-content: flex-end;
    width: 54px;
    display: flex;
    align-items: center
}

.wiki-rank .list-tt .list .list-list ul .list-4 .iconfont {
    font-size: 10px;
    margin-left: 5px
}

.wiki-rank .down-txt,
.wiki-rank .down-txt-cn,
.wiki-rank .raise-txt,
.wiki-rank .raise-txt-cn {
    font-family: DIN-Medium;
    font-size: 16px
}

.wiki-rank .down-txt-cn i,
.wiki-rank .down-txt i,
.wiki-rank .raise-txt-cn i,
.wiki-rank .raise-txt i {
    width: 20px;
    height: 20px;
    background-size: cover;
    vertical-align: sub;
    display: inline-block
}

.wiki-rank .down-txt,
.wiki-rank .down-txt-cn {
    color: #2e9987
}

.wiki-rank .down-txt-cn i,
.wiki-rank .down-txt i {
    background-image: url(https://wasm.zy223.com/web20/img/home/rank-up.png)
}

.wiki-rank .raise-txt,
.wiki-rank .raise-txt-cn {
    color: #b2243c
}

.wiki-rank .raise-txt-cn i,
.wiki-rank .raise-txt i {
    background-image: url(https://wasm.zy223.com/web20/img/home/rank-down.png)
}

.wiki-rank .down-txt-cn i {
    background-image: url(https://wasm.zy223.com/web20/img/home/rank-down-cn.png)
}

.wiki-rank .raise-txt-cn i {
    background-image: url(https://wasm.zy223.com/web20/img/home/rank-up-cn.png)
}

.wiki-rank ::-webkit-scrollbar {
    width: 10px;
    height: 0 !important;
    background-color: transparent
}

.wiki-rank ::-webkit-scrollbar-thumb {
    background-color: #5c87a0;
    border-radius: 10px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(1, rgba(0, 0, 0, .3)), color-stop(1, rgba(0, 0, 0, .3)), color-stop(1, rgba(0, 0, 0, .3)));
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.wiki-rank .history_pop {
    width: 720px;
    height: 469px;
    background: #fff;
    border-radius: 16px;
    position: absolute;
    margin-top: 0 !important;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.wiki-rank .history_pop .el-dialog__body,
.wiki-rank .history_pop .el-dialog__header {
    padding: 0
}

.wiki-rank .history_pop_warp {
    padding: 32px 32px 24px
}

.wiki-rank .history_pop_warp .history_pop_tlt {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #3d3d3d;
    padding-left: 18px;
    position: relative
}

.wiki-rank .history_pop_warp .history_pop_tlt:before {
    content: "";
    width: 6px;
    height: 16px;
    border-radius: 1px;
    background-color: #5c8ae5;
    position: absolute;
    left: 0
}

.wiki-rank .history_pop_warp .history_pop_tlt span {
    display: flex;
    align-items: center
}

.wiki-rank .history_pop_warp .history_pop_tlt img {
    width: 18px;
    height: 18px;
    margin-right: 6px
}

.wiki-rank .history_pop_warp .history_pop_tlt .dealer_link {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #5c8ae5;
    margin-left: 12px
}

.wiki-rank .history_pop_warp .history_pop_tlt .dealer_link:hover {
    color: #286aef
}

.wiki-rank .history_pop_warp .history_pop_tlt .dealer_link i {
    font-size: 16px;
    margin-left: 2px
}

.wiki-rank .history_pop_warp .history_charts {
    height: 350px;
    background-image: url(https://wasm.zy223.com/cloud/img/app/watermark.jpg);
    background-size: cover
}

.wiki-rank .history_pop_warp .history_bottom {
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    color: #7a7a7a;
    text-align: right
}

.wiki-rank .history_pop_warp .history_bottom .his_data {
    margin-top: 6px;
    font-size: 12px;
    line-height: 17px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #ccc
}

.wiki-rank .history_pop_warp .history_bottom .his_data img {
    margin: 0 6px
}

.wiki-rank .history_pop_warp .history_bottom .his_data span {
    color: #3685ff
}

.wiki-rank .tooltip_box {
    color: #fff
}

.wiki-rank .tooltip_box .date {
    font-size: 18px;
    font-family: DIN-Medium;
    margin-bottom: 10px
}

.wiki-rank .tooltip_item {
    color: #fff;
    font-family: DIN-Medium
}

@media screen and (max-width:1199px) {
    .wiki-rank .list-tt .list {
        width: 460px
    }
}

@media screen and (max-width:999px) {
    .wiki-rank .list-tt .list {
        width: 370px
    }
}

@media screen and (max-width:799px) {

    .wiki-rank .head .tab-list,
    .wiki-rank .ranking-tab {
        display: none
    }

    .wiki-rank #rankList {
        display: flex;
        flex-direction: column;
        height: 750px;
        overflow: hidden
    }

    .wiki-rank .history_pop_warp {
        padding: 20px
    }

    .wiki-rank .history_pop_warp .history_pop_tlt {
        flex-direction: column;
        align-items: unset
    }

    .wiki-rank .history_pop_warp .history_pop_tlt .dealer_link {
        margin-left: 0
    }

    .wiki-rank .history_pop_warp .history_pop_tlt:before {
        top: 0
    }

    .wiki-rank .history_pop {
        width: 98%
    }

    .wiki-rank .list-tt {
        flex-direction: column
    }

    .wiki-rank .list-tt .list {
        width: 100%;
        margin-top: 18px;
        height: 361px;
        flex-shrink: 0
    }
}

.wiki-rank .title-tab {
    flex: 1
}

.home-protection .right-tab {
    display: flex
}

.home-protection .right-tab .right-tab-1 {
    transform: rotate(180deg);
    margin-right: 38px
}

.home-protection .right-tab .iconfont {
    color: #9c9c9c
}

.home-protection .right-tab .hover-active {
    cursor: pointer;
    color: #3d55cc
}

.home-protection .right-tab .hover-active:hover {
    opacity: .8
}

.home-protection .right-tab .list-cate {
    width: 100%;
    padding-right: 30px
}

.home-protection .title-l {
    margin-right: 20px
}

.home-protection .protection-title {
    box-sizing: border-box;
    padding: 10px;
    background: rgba(61, 85, 204, .03);
    border: 1px solid rgba(61, 85, 204, .1);
    border-radius: 4px;
    margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.home-protection .protection-title .l {
    display: flex;
    align-items: center;
    padding-left: 10px
}

.home-protection .protection-title .l .l-list {
    display: flex;
    align-items: center
}

.home-protection .protection-title .l .l-list span {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #a3a3a3
}

.home-protection .protection-title .l .l-list b {
    font-family: DIN-Medium;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #3d3d3d;
    margin-left: 12px
}

.home-protection .protection-title .l .l-list:first-child {
    margin-right: 40px
}

.home-protection .protection-title .r {
    width: 165px;
    height: 42px;
    background: #3d55cc;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

.home-protection .protection-title .r span {
    color: #fff
}

.home-protection .protection-title .r i {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    margin-left: 10px
}

.home-protection .protection-title .r:hover {
    opacity: .8
}

.home-protection .protection-list {
    width: 100%;
    overflow: hidden;
    margin-top: 16px;
    position: relative;
    height: 443px
}

.home-protection .protection-list .protection-ul {
    transition: all 1s linear;
    white-space: nowrap;
    display: flex;
    position: absolute;
    left: 0;
    top: 0
}

.home-protection .protection-list .protection-ul .protection-colm {
    width: 288px;
    display: inline-block;
    margin-right: 16px;
    flex-shrink: 0
}

.home-protection .protection-list .protection-ul .protection-colm .colm {
    width: 100%;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .05);
    border-radius: 2px;
    margin-bottom: 16px;
    padding: 0 16px 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column
}

.home-protection .protection-list .protection-ul .protection-colm .colm h3 {
    display: flex;
    align-items: center;
    height: 52px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .08)
}

.home-protection .protection-list .protection-ul .protection-colm .colm h3 img {
    width: 20px;
    height: 20px
}

.home-protection .protection-list .protection-ul .protection-colm .colm h3 span {
    margin-left: 8px;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    color: #3d3d3d;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.home-protection .protection-list .protection-ul .protection-colm .colm .title {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #3d3d3d;
    margin-top: 12px;
    display: -webkit-box;
    word-wrap: break-word;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: pre-wrap
}

.home-protection .protection-list .protection-ul .protection-colm .colm .des {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #a3a3a3;
    margin-top: 6px;
    display: -webkit-box;
    word-wrap: break-word;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: pre-wrap
}

.home-protection .protection-list .protection-ul .protection-colm .colm .em {
    flex: 1
}

.home-protection .protection-list .protection-ul .protection-colm .colm .time {
    display: flex;
    align-items: center
}

.home-protection .protection-list .protection-ul .protection-colm .colm .time span {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    color: #a3a3a3;
    margin-right: 4px
}

.home-protection .protection-list .protection-ul .protection-colm .colm:hover {
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14);
    cursor: pointer
}

.home-protection .protection-list .protection-ul .protection-colm .protection-colm-long {
    height: 243px
}

.home-protection .protection-list .protection-ul .protection-colm .protection-colm-long .title {
    -webkit-line-clamp: 2
}

.home-protection .protection-list .protection-ul .protection-colm .protection-colm-long .des {
    -webkit-line-clamp: 4
}

.home-protection .protection-list .protection-ul .protection-colm .protection-colm-small {
    height: 183px
}

.home-protection .protection-list .protection-ul .protection-colm .protection-colm-small .title {
    -webkit-line-clamp: 1
}

.home-protection .protection-list .protection-ul .protection-colm .protection-colm-small .des {
    -webkit-line-clamp: 2
}

@media screen and (max-width:1199px) {
    .home-protection .protection-list .protection-colm {
        width: 302.67px !important
    }
}

@media screen and (max-width:999px) {
    .home-protection .protection-title .l {
        flex-direction: column;
        align-items: flex-start
    }

    .home-protection .protection-list .protection-colm {
        width: 372px !important
    }
}

@media screen and (max-width:799px) {

    .home-protection .list-cate,
    .home-protection .right-tab {
        display: none
    }

    .home-protection .protection-title {
        flex-direction: column;
        align-items: flex-start
    }

    .home-protection .protection-title .l .l-list {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 14px
    }

    .home-protection .protection-title .l .l-list b {
        margin-left: 0
    }

    .home-protection .protection-title .r {
        margin-top: 20px
    }

    .home-protection .protection-list {
        height: auto
    }

    .home-protection .protection-list .protection-ul {
        flex-direction: column;
        position: inherit
    }

    .home-protection .protection-list .protection-colm {
        width: 100% !important
    }
}

.loading-box>div {
    margin: 7.5px 1px
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px
}

.lds-ellipsis div {
    position: absolute;
    top: 27px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #f5bc49;
    -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
    animation-timing-function: cubic-bezier(0, 1, 1, 0)
}

.lds-ellipsis div:first-child {
    left: 6px;
    -webkit-animation: lds-ellipsis1 .6s infinite;
    animation: lds-ellipsis1 .6s infinite
}

.lds-ellipsis div:nth-child(2) {
    left: 6px
}

.lds-ellipsis div:nth-child(2),
.lds-ellipsis div:nth-child(3) {
    -webkit-animation: lds-ellipsis2 .6s infinite;
    animation: lds-ellipsis2 .6s infinite
}

.lds-ellipsis div:nth-child(3) {
    left: 26px
}

.lds-ellipsis div:nth-child(4) {
    left: 45px;
    -webkit-animation: lds-ellipsis3 .6s infinite;
    animation: lds-ellipsis3 .6s infinite
}

@-webkit-keyframes lds-ellipsis1 {
    0% {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

@-webkit-keyframes lds-ellipsis3 {
    0% {
        transform: scale(1)
    }

    to {
        transform: scale(0)
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1)
    }

    to {
        transform: scale(0)
    }
}

@-webkit-keyframes lds-ellipsis2 {
    0% {
        transform: translate(0)
    }

    to {
        transform: translate(19px)
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0)
    }

    to {
        transform: translate(19px)
    }
}

.wiki-comparison .head {
    box-shadow: 0 2px 0 #3d3d3d;
    padding-bottom: 10px
}

.wiki-comparison .head .comparison {
    display: flex;
    align-items: center
}

.wiki-comparison .head .comparison .comparison-text {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #3d3d3d;
    margin-right: 10px
}

.wiki-comparison .head .comparison .comparison-tab {
    padding: 0 20px;
    height: 34px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .05);
    border-radius: 3px;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative
}

.wiki-comparison .head .comparison .comparison-tab .comparison-tab-text {
    display: flex;
    align-items: center
}

.wiki-comparison .head .comparison .comparison-tab .comparison-tab-text .comparison-tab-name {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #3d3d3d;
    margin-right: 8px
}

.wiki-comparison .head .comparison .comparison-tab .comparison-tab-text .iconfont {
    transition: all .5s
}

.wiki-comparison .head .comparison .comparison-tab .comparison-list {
    position: absolute;
    height: 154px;
    width: 100%;
    left: 0;
    top: 36px;
    background: #fff;
    border: 1px solid #3d3d3d;
    border-radius: 4px;
    padding-top: 2px;
    overflow: auto;
    z-index: 2
}

.wiki-comparison .head .comparison .comparison-tab .comparison-list li {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    color: #7a7a7a;
    padding: 0 14px;
    margin-top: 6px
}

.wiki-comparison .head .comparison .comparison-tab .comparison-list li:hover {
    color: #3d3d3d;
    font-weight: 700;
    background: #fafafa
}

.wiki-comparison .head .comparison .comparison-tab .comparison-list::-webkit-scrollbar {
    width: 2px
}

.wiki-comparison .list {
    margin-top: 16px;
    background: #fff;
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, .1);
    box-sizing: border-box;
    padding-top: 8px;
    padding-bottom: 20px
}

.wiki-comparison .list .list-box {
    overflow: auto
}

.wiki-comparison .list .list-box::-webkit-scrollbar {
    height: 6px
}

.wiki-comparison .list .list-head {
    height: 40px;
    display: flex;
    box-sizing: border-box;
    padding: 0 20px;
    justify-content: space-between;
    min-width: 940px
}

.wiki-comparison .list .list-head li {
    height: 40px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.wiki-comparison .list .list-head .list-1 {
    width: 142px;
    text-align: left;
    justify-content: flex-start
}

.wiki-comparison .list .list-head .list-2 {
    width: 116px
}

.wiki-comparison .list .list-head .list-3,
.wiki-comparison .list .list-head .list-4,
.wiki-comparison .list .list-head .list-5 {
    width: 80px
}

.wiki-comparison .list .list-head .list-6 {
    width: 90px
}

.wiki-comparison .list .list-head .list-7,
.wiki-comparison .list .list-head .list-8 {
    width: 124px
}

.wiki-comparison .list .list-ul {
    height: 310px;
    overflow: hidden;
    min-width: 940px
}

.wiki-comparison .list .list-ul ul {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 20px
}

.wiki-comparison .list .list-ul ul li {
    height: 62px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #3d3d3d;
    display: flex;
    align-items: center;
    justify-content: center
}

.wiki-comparison .list .list-ul ul .list-1 {
    width: 146px;
    text-align: left;
    justify-content: flex-start
}

.wiki-comparison .list .list-ul ul .list-1 a {
    display: flex;
    align-items: center
}

.wiki-comparison .list .list-ul ul .list-1 img {
    height: 20px;
    width: 20px;
    border-radius: 4px
}

.wiki-comparison .list .list-ul ul .list-1 span {
    font-style: normal;
    font-weight: 600;
    color: #3d3d3d;
    padding-left: 8px
}

.wiki-comparison .list .list-ul ul .list-2 {
    width: 120px;
    color: #7a7a7a
}

.wiki-comparison .list .list-ul ul .list-3,
.wiki-comparison .list .list-ul ul .list-4,
.wiki-comparison .list .list-ul ul .list-5 {
    width: 80px
}

.wiki-comparison .list .list-ul ul .list-6 {
    width: 90px
}

.wiki-comparison .list .list-ul ul .list-7,
.wiki-comparison .list .list-ul ul .list-8 {
    width: 120px
}

.wiki-comparison .list .list-ul ul .red {
    color: #b2243c
}

.wiki-comparison .list .list-ul ul .green {
    color: #2e9987
}

.wiki-comparison .list .list-ul ul:hover {
    background: #fafafa
}

.wiki-comparison .list .list-ul ul .list-bg {
    width: 80px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center
}

.wiki-comparison .list .list-ul ul:nth-child(2n) {
    background: #fafafa
}

.wiki-comparison .list .list-ul .ani {
    -webkit-animation: identifier .1s infinite;
    animation: identifier .1s infinite
}

@-webkit-keyframes identifier {
    0% {
        opacity: 1
    }

    to {
        opacity: .1
    }
}

@keyframes identifier {
    0% {
        opacity: 1
    }

    to {
        opacity: .1
    }
}

.wiki-comparison .list .list-ul::-webkit-scrollbar {
    height: 6px
}

.wiki-comparison .list .loading-dd {
    height: 300px
}

.wiki-comparison .list .loading-dd,
.wiki-comparison .list .more {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.wiki-comparison .list .more {
    height: 36px
}

.wiki-comparison .list .more a {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #3d3d3d;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

@media screen and (max-width:999px) {

    .wiki-comparison .list .list-head,
    .wiki-comparison .list .list-ul {
        min-width: 900px
    }

    .wiki-comparison .list .list-1 {
        width: 112px !important
    }
}

@media screen and (max-width:799px) {
    .wiki-comparison .title-tab {
        flex-direction: column;
        align-items: flex-start
    }

    .wiki-comparison .title-tab .title-l-t-text {
        margin-right: 0 !important
    }
}

.wiki-down .down-box {
    width: 264px;
    height: 64px;
    background: #fafafa;
    border: 2px solid #fff;
    box-shadow: 0 0 0 1px rgba(179, 137, 54, .3), 0 4px 4px rgba(0, 0, 0, .05);
    border-radius: 4px;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 20px;
    cursor: pointer
}

.wiki-down .down-box,
.wiki-down .down-box .wiki-down-l {
    display: flex;
    align-items: center
}

.wiki-down .down-box .wiki-down-l .img {
    height: 35px;
    width: 35px;
    background: url(https://wasm.zy223.com/web20/img/commen/google-play.svg) no-repeat 50%;
    background-size: 35px 35px
}

.wiki-down .down-box .wiki-down-l .iconfont {
    font-size: 28px;
    color: #333
}

.wiki-down .down-box .wiki-down-l .down-text {
    padding-left: 8px
}

.wiki-down .down-box .wiki-down-l .down-text .down-text-1 {
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
    color: #a3a3a3
}

.wiki-down .down-box .wiki-down-l .down-text .down-text-2 {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #3d3d3d
}

.wiki-down .down-box .wiki-down-r .iconfont {
    font-size: 22px;
    color: #3d3d3d
}

.wiki-down .down-box:hover {
    background: #292929;
    border: 1px solid #fafafa;
    box-shadow: 0 0 0 1px rgba(179, 137, 54, .3), 0 4px 4px rgba(0, 0, 0, .05)
}

.wiki-down .down-box:hover .wiki-down-l .img {
    background: url(https://wasm.zy223.com/web20/img/commen/google-play-hover.svg) no-repeat 50%;
    background-size: 35px 35px
}

.wiki-down .down-box:hover .wiki-down-l .iconfont {
    color: #fff !important
}

.wiki-down .down-box:hover .wiki-down-l .down-text .down-text-1 {
    color: #7a7a7a
}

.wiki-down .down-box:hover .wiki-down-l .down-text .down-text-2 {
    color: #fff
}

.wiki-down .down-box:hover .wiki-down-r .iconfont {
    color: #fff !important
}

@media screen and (max-width:999px) {
    .wiki-down .down-box {
        width: 240px;
        height: 74.32px
    }
}

.home-down {
    display: flex;
    justify-content: space-between
}

.home-down .down-l .text-1 {
    font-size: 26px;
    line-height: 36px;
    margin-top: 68px
}

.home-down .down-l .text-1,
.home-down .down-l .text-2 {
    font-style: normal;
    font-weight: 600;
    transform: matrix(.99, 0, -.11, 1, 0, 0)
}

.home-down .down-l .text-2 {
    font-size: 40px;
    line-height: 56px;
    color: #b38936
}

.home-down .down-l .text-3 {
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 29px;
    color: #3d3d3d;
    transform: matrix(.99, 0, -.11, 1, 0, 0);
    width: 765.37px
}

.home-down .down-l .down {
    margin-top: 36px;
    display: flex;
    margin-left: 2px
}

.home-down .down-l .down .wiki-down {
    margin-right: 20px
}

.home-down .down-r img {
    width: 345px;
    display: block
}

@media screen and (max-width:1199px) {
    .home-down .down-l .text-1 {
        margin-top: 0
    }

    .home-down .down-r {
        display: none
    }
}

@media screen and (max-width:799px) {
    .home-down {
        display: none
    }
}

.module {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background: rgba(0, 0, 0, .15);
    z-index: 9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 0 30px;
    z-index: 888
}

.module .module_box {
    width: 750px;
    height: 400px;
    background: url(https://osshead.interface003.com/headfoot/common/img/module_bg.png) no-repeat 50%;
    background-size: 100% 100%;
    position: relative;
    margin-top: 50px
}

.module .module_box .module_close {
    position: absolute;
    top: 14px;
    right: 14px;
    cursor: pointer;
    display: block;
    height: 22px;
    width: 22px;
    background: url(https://osshead.interface003.com/headfoot/common/img/close.svg) no-repeat 50%
}

.module .module_box .module_bt {
    position: absolute;
    width: 179px;
    height: 36px;
    display: block;
    background: #e8a006;
    border-radius: 18px;
    right: 36px;
    bottom: 63px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    cursor: pointer
}

.module .m-risk-info {
    display: flex;
    flex-direction: column;
    width: 285px;
    height: 353px;
    background: #fff;
    border-radius: 12px;
    position: relative
}

.module .m-risk-info .top {
    width: 70px;
    height: 70px;
    border-radius: 35px;
    background: #fff;
    position: absolute;
    left: 111px;
    top: -35px
}

.module .m-risk-info .top,
.module .m-risk-info .top div {
    display: flex;
    align-content: center;
    justify-content: center;
    margin: auto
}

.module .m-risk-info .top div {
    width: 54px;
    height: 54px;
    border-radius: 27px;
    background: #e8a006
}

.module .m-risk-info .top div img {
    align-content: center;
    justify-content: center;
    display: flex;
    width: 32px;
    height: 32px;
    background: #e8a006;
    margin: auto
}

.module .m-risk-info .main .title {
    display: flex;
    height: 44px;
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #333;
    margin: 36px 27px 7px
}

.module .m-risk-info .main .content,
.module .m-risk-info .main .line {
    width: auto;
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: rgba(51, 51, 51, .7);
    margin: 0 24px;
    padding: 0
}

.module .m-risk-info .main .line {
    margin-top: 20px;
    margin-bottom: 30px
}

.module .m-risk-info .main .btn {
    display: flex;
    width: 230px;
    height: 36px;
    background: #e8a006;
    border-radius: 18px;
    margin: 0 auto;
    cursor: pointer
}

.module .m-risk-info .main .btn p {
    display: flex;
    height: 18px;
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    margin: auto
}

.home-window .window-block1,
.home-window .window-block2,
.home-window .window-block4,
.home-window .window-block5 {
    z-index: 2222;
    position: fixed;
    top: 180px;
    width: 100px;
    height: 250px;
    overflow: hidden
}

.home-window .window-block1 img,
.home-window .window-block2 img,
.home-window .window-block4 img,
.home-window .window-block5 img {
    width: 100%;
    height: 100%
}

.home-window .window-block1 .iconfont-block,
.home-window .window-block2 .iconfont-block,
.home-window .window-block4 .iconfont-block,
.home-window .window-block5 .iconfont-block {
    width: 22px;
    height: 22px;
    position: absolute;
    right: -8px;
    top: -8px;
    background: rgba(0, 0, 0, .7);
    border-radius: 50%;
    cursor: pointer
}

.home-window .window-block1 .iconfont-block .iconfont,
.home-window .window-block2 .iconfont-block .iconfont,
.home-window .window-block4 .iconfont-block .iconfont,
.home-window .window-block5 .iconfont-block .iconfont {
    color: #fff;
    font-size: 6px;
    position: absolute;
    bottom: 1px;
    left: 2px;
    z-index: 2
}

.home-window .window-block1 span,
.home-window .window-block2 span,
.home-window .window-block4 span,
.home-window .window-block5 span {
    background: rgba(0, 0, 0, .6);
    height: 14px;
    line-height: 14px
}

.home-window .window-block1 span span,
.home-window .window-block2 span span,
.home-window .window-block4 span span,
.home-window .window-block5 span span {
    color: #fff;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    transform: scale(.83);
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 2px
}

.home-window .window-block1 {
    left: 10px
}

.home-window .window-block2 {
    right: 10px
}

.home-window .window-block4 {
    left: 10px;
    top: 440px
}

.home-window .window-block5 {
    right: 10px;
    top: 440px
}

@media screen and (max-width:799px) {
    .home-window {
        display: none
    }
}

.home-bulletin {
    width: 100%;
    height: 100%
}

.home-bulletin .bulletin-box {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .05);
    border-radius: 2px
}

.home-bulletin .bulletin-box .list-box {
    white-space: nowrap;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    height: 100%;
    transition: all 1s linear
}

.home-bulletin .bulletin-box .list-box .list {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    height: 100%;
    padding-bottom: 20px;
    box-sizing: border-box
}

.home-bulletin .bulletin-box .list-box .list .list-banner {
    width: 100%;
    height: 210px;
    border-radius: 4px;
    display: block;
    margin-top: 16px
}

.home-bulletin .bulletin-box .list-box .list .list-banner img {
    width: 100%;
    height: 210px !important;
    border-radius: 2px 2px 0 0
}

.home-bulletin .bulletin-box .list-box .list .list-info {
    height: 100%;
    display: flex;
    flex-direction: column
}

.home-bulletin .bulletin-box .list-box .list .list-title {
    font-weight: 600;
    font-size: 26px;
    line-height: 30px;
    color: #3d3d3d;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    padding: 0 20px
}

.home-bulletin .bulletin-box .list-box .list .list-p,
.home-bulletin .bulletin-box .list-box .list .list-title {
    font-style: normal;
    word-wrap: break-word;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: break-spaces
}

.home-bulletin .bulletin-box .list-box .list .list-p {
    margin-top: 6px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #a3a3a3;
    display: none;
    -webkit-line-clamp: 4
}

.home-bulletin .bulletin-box .list-box .list .flex-emty {
    flex: 1
}

.home-bulletin .bulletin-box .list-box .list .l-tool {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 14px;
    padding: 0 20px
}

.home-bulletin .bulletin-box .list-box .list .l-tool .time {
    display: flex;
    align-items: center
}

.home-bulletin .bulletin-box .list-box .list .l-tool .time .iconfont {
    color: #ccc;
    font-size: 10px
}

.home-bulletin .bulletin-box .list-box .list .l-tool .time .time-text {
    padding-left: 4px;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    color: #ccc
}

.home-bulletin .bulletin-box .list-box .list .l-tool .count {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    color: #7a7a7a
}

@media(min-width:799px)and (max-width:999px) {
    .home-bulletin {
        height: 188px
    }

    .home-bulletin .bulletin-box {
        margin-top: 10px
    }

    .home-bulletin .bulletin-box .list-box .list {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 20px
    }

    .home-bulletin .bulletin-box .list-box .list .list-banner {
        width: 298px;
        height: 148px;
        flex-shrink: 0
    }

    .home-bulletin .bulletin-box .list-box .list .list-banner img {
        width: 298px !important;
        height: 148px !important
    }

    .home-bulletin .bulletin-box .list-box .list .list-title {
        font-size: 20px;
        line-height: 28px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding: 0;
        display: block;
        margin-top: 0 !important
    }

    .home-bulletin .bulletin-box .list-box .list .list-p {
        display: -webkit-box
    }

    .home-bulletin .bulletin-box .list-box .list .list-info {
        padding-left: 16px;
        flex: 1;
        flex-shrink: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .home-bulletin .bulletin-box .list-box .list .l-tool {
        padding: 0
    }
}

@media screen and (max-width:799px) {
    .home-bulletin {
        height: 379px
    }

    .home-bulletin .bulletin-box {
        margin-top: 18px
    }
}

.search-bulletin {
    display: flex;
    justify-content: space-between;
    margin-top: 40px
}

.search-bulletin .search-l {
    width: 792px
}

.search-bulletin .search-l .search-l-title {
    display: none;
    margin-bottom: 38px
}

.search-bulletin .search-l .search-l-text {
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: #7a7a7a
}

.search-bulletin .search-l .search-l-text .search-l-icon {
    color: #3b4858;
    font-size: 20px;
    margin-right: 11px;
    position: relative;
    top: 5px
}

.search-bulletin .search-l .search-l-text .p {
    display: flex;
    white-space: nowrap
}

.search-bulletin .search-l .search-l-text .p span {
    font-family: DIN-Medium;
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    color: #b28936;
    transform: matrix(.99, 0, -.12, 1, 0, 0)
}

.search-bulletin .search-l .history {
    height: 148px;
    margin-top: 36px
}

.search-bulletin .search-r {
    width: 388px;
    height: 379px
}

.search-bulletin .search-r .history {
    display: none
}

.search-bulletin .search-r .bulletin-list {
    height: 100%
}

@media screen and (max-width:1199px) {
    .search-bulletin .search-l {
        width: 530px
    }

    .search-bulletin .search-l .search-input {
        border: 3px solid #b28936
    }

    .search-bulletin .search-l .search-input .search-text {
        font-size: 21px
    }

    .search-bulletin .search-l .search-l-text-two {
        margin-top: 18px !important
    }
}

@media screen and (max-width:999px) {
    .search-bulletin {
        flex-direction: column
    }

    .search-bulletin .search-l {
        width: 100%
    }

    .search-bulletin .search-l .search-l-title {
        display: block
    }

    .search-bulletin .search-l .search-l-text {
        display: none
    }

    .search-bulletin .search-l .search-input {
        border: 3px solid #b28936
    }

    .search-bulletin .search-l .search-input .search-text {
        font-size: 21px
    }

    .search-bulletin .search-l .search-l-text-two {
        margin-top: 18px !important
    }

    .search-bulletin .search-l .history {
        display: none
    }

    .search-bulletin .search-r {
        margin-top: 36px;
        display: flex;
        flex-direction: column;
        width: 100%;
        height: auto
    }

    .search-bulletin .search-r .history {
        display: block;
        width: 100%;
        height: 148px
    }
}

@media screen and (max-width:799px) {
    .search-bulletin {
        margin-top: 0
    }

    .search-bulletin .search-l {
        width: 100%
    }

    .search-bulletin .search-l .search-l-title {
        margin-bottom: 10px
    }

    .search-bulletin .search-l .search-input {
        border: 2px solid #b28936
    }

    .search-bulletin .search-l .search-input .search-text {
        font-size: 21px
    }

    .search-bulletin .search-l .search-l-text {
        font-size: 16px;
        margin-top: 10px !important;
        line-height: 22px;
        justify-content: center;
        display: none
    }

    .search-bulletin .search-l .search-l-text .iconfont {
        display: none
    }

    .search-bulletin .search-l .search-l-text p {
        text-align: center;
        display: block
    }

    .search-bulletin .search-l .search-l-text p span {
        font-size: 24px;
        line-height: 28px
    }

    .search-bulletin .search-l .search-l-text-two {
        margin-top: 0 !important
    }

    .search-bulletin .search-l .history {
        display: none
    }

    .search-bulletin .search-r {
        margin-top: 24px;
        display: flex;
        flex-direction: column;
        width: 100%;
        height: auto
    }

    .search-bulletin .search-r .history {
        display: block;
        width: 100%;
        height: 154px
    }
}

.search-bulletin .p {
    display: flex;
    align-items: flex-start;
    overflow: hidden;
    height: 44px;
    position: relative;
    top: 10px;
    line-height: 37px
}

.search-bulletin .p .span-score {
    display: flex;
    flex-direction: column;
    -webkit-animation: topTz 1s;
    animation: topTz 1s
}

.search-bulletin .p .span-box {
    margin-left: 11px;
    margin-right: 11px;
    display: flex;
    position: relative;
    top: -8px
}

@-webkit-keyframes topTz {
    0% {
        transform: translateY(0)
    }
}

@keyframes topTz {
    0% {
        transform: translateY(0)
    }
}

.home {
    width: 100%;
    background: #fafafa
}

.home .content {
    width: 1200px;
    margin: 0 auto
}

.home .content .home-bbb {
    margin-top: 18px
}

.home .content .home-bbb .home-bbb-list {
    display: flex;
    justify-content: space-between
}

.home .content .home-bbb .home-bbb-list .home-bbb-ani {
    display: none
}

.home .content .trader-bg {
    margin-top: 32px
}

.home .content .tyjs {
    margin-top: 44px
}

.home .content .article,
.home .content .comparison,
.home .content .distribution,
.home .content .ea,
.home .content .education,
.home .content .ranking,
.home .content .shikan {
    margin-top: 26px
}

.home .content .down {
    margin-top: 40px
}

.home .content .protection {
    margin-top: 38px
}

.home .home-lxwm {
    position: fixed;
    right: 0;
    top: 50vh;
    transform: translateY(-50%);
    z-index: 9
}

.home .home-lxwm .home-lxwm-a {
    width: 56px;
    height: 56px;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 8px 0;
    border-radius: 10px 0 0 10px;
    z-index: 9;
    margin-bottom: 6px;
    box-sizing: border-box;
    cursor: pointer
}

.home .home-lxwm .home-lxwm-a img {
    height: 20px;
    width: 20px
}

.home .home-lxwm .home-lxwm-a span {
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    line-height: 18px;
    color: #3d3d3d;
    margin-top: 2px;
    text-align: center
}

.home .home-lxwm .home-lxwm-a:last-child {
    border: 1px solid #e5eaef
}

.home .home-lxwm .home-lxwm-a:last-child span {
    color: #899099
}

.home .home-lxwm .home-lxwm-a:hover {
    background: #fc6
}

.home .home-lxwm2 {
    top: 66vh
}

.home .home-lxwm4 {
    top: 89vh
}

@media screen and (max-width:1199px) {
    .home {
        padding-bottom: 60px
    }

    .home .content {
        width: 940px
    }

    .home .content .home-bbb {
        overflow: hidden;
        position: relative;
        height: 97px
    }

    .home .content .home-bbb .home-bbb-list {
        position: absolute;
        left: 0;
        top: 0;
        justify-content: flex-start;
        -webkit-animation: nidentifier 15s linear infinite;
        animation: nidentifier 15s linear infinite;
        -webkit-animation-delay: 3s;
        animation-delay: 3s
    }

    .home .content .home-bbb .home-bbb-list .home-bbb-ani {
        display: block
    }

    @-webkit-keyframes nidentifier {
        0% {
            left: 0
        }

        to {
            left: -1212px
        }
    }

    @keyframes nidentifier {
        0% {
            left: 0
        }

        to {
            left: -1212px
        }
    }

    .home .content .tyjs {
        margin-top: 26px
    }
}

@media screen and (max-width:999px) {
    .home .content {
        width: 760px
    }

    .home .content .home-bbb {
        overflow: hidden;
        margin-top: 10px
    }

    .home .content .home-bbb .home-bbb-list {
        justify-content: flex-start;
        -webkit-animation: nidentifier 15s linear infinite normal;
        animation: nidentifier 15s linear infinite normal;
        -webkit-animation-delay: 3s;
        animation-delay: 3s
    }

    .home .content .home-bbb .home-bbb-list .home-bbb-ani {
        display: block
    }

    @-webkit-keyframes nidentifier {
        0% {
            left: 0
        }

        to {
            left: -1212px
        }
    }

    @keyframes nidentifier {
        0% {
            left: 0
        }

        to {
            left: -1212px
        }
    }

    .home .content .shikan {
        margin-top: 8px
    }
}

@media screen and (max-width:799px) {
    .home .content {
        width: 100%;
        padding: 0 10px
    }

    .home .content .home-bbb {
        overflow: hidden;
        height: 68px
    }

    .home .content .home-bbb .home-bbb-list {
        justify-content: flex-start;
        -webkit-animation: nidentifier 15s linear infinite normal;
        animation: nidentifier 15s linear infinite normal
    }

    .home .content .home-bbb .home-bbb-list .home-bbb-ani {
        display: block
    }

    @-webkit-keyframes nidentifier {
        0% {
            left: 0
        }

        to {
            left: -870px
        }
    }

    @keyframes nidentifier {
        0% {
            left: 0
        }

        to {
            left: -870px
        }
    }

    .home .content .trader-bg {
        margin-top: 12px
    }

    .home .content .tyjs {
        margin-top: 18px
    }

    .home .content .ea,
    .home .content .shikan {
        margin-top: 16px
    }

    .home .home-lxwm {
        display: none
    }
}