.home-bbb-banner,.home-bbb-banner a {
    height: 97px;
    width: 191px
}

.home-bbb-banner a {
    align-items: center;
    background: #fff;
    border: 1px solid #f1f1f3;
    border-radius: 6px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    overflow: hidden;
    position: relative
}

.home-bbb-banner a .img {
    height: 85px;
    max-height: 100%;
    max-width: 100%;
    width: 150px
}

.home-bbb-banner a .label {
    background: #5b99e2;
    border-radius: 6px 0;
    bottom: 0;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    padding: 0 6px;
    position: absolute;
    right: 0
}

.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 {
        height:68px;
        width: 134px
    }

    .home-bbb-banner a .img {
        height: 60px;
        width: 105px
    }
}

.search-input-home {
    align-items: center;
    background: #fff;
    border: 3px solid #b28936;
    box-sizing: border-box;
    display: flex;
    height: 80px;
    padding: 0 4px;
    position: relative;
    width: 100%
}

.search-input-home .search-text {
    background: url(https://resources1.interface003.com/web20/img/home/search.svg) no-repeat 15px;
    flex: 1;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    overflow: hidden;
    text-indent: 58px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.search-input-home .search-text::-moz-placeholder {
    color: #ccc
}

.search-input-home .search-text::placeholder {
    color: #ccc
}

.search-input-home .search-input-r-text {
    color: #ccc;
    font-size: 20px;
    font-weight: 400;
    overflow: hidden;
    padding-right: 10px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.search-input-home .search-bt {
    background: #b28936;
    color: #fff;
    cursor: pointer;
    font-size: 22px;
    font-style: normal;
    height: 64px;
    letter-spacing: 2px;
    line-height: 64px;
    opacity: .9;
    padding: 0 18px;
    white-space: nowrap
}

.search-input-home .search-bt:hover {
    opacity: 1
}

.search-input-home .active:active {
    opacity: .5
}

.search-input-home .search-list {
    animation: search .3s linear;
    background: #fff;
    border: 3px solid #b28936;
    border-radius: 0 0 5px 5px;
    box-sizing: content-box;
    left: -3px;
    overflow: auto;
    position: absolute;
    top: 74px;
    width: 100%;
    z-index: 2
}

.search-input-home .search-list .search-list-ul {
    padding: 10px 0
}

.search-input-home .search-list .search-list-ul li .a {
    align-items: center;
    box-sizing: border-box;
    color: #333;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    height: 40px;
    list-style: none;
    padding: 0 12px;
    width: 100%;
    word-break: break-all
}

.search-input-home .search-list .search-list-ul li .a .search-list-img {
    border-radius: 4px;
    height: 20px;
    overflow: hidden;
    width: 20px
}

.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 {
    background-color: #fff;
    border: 1px solid #ffb56c;
    border-radius: 2px;
    box-sizing: border-box;
    color: #f60;
    font-size: 14px;
    font-weight: 400;
    height: 21px;
    padding: 0 5px
}

.search-input-home .search-list .search-list-ul li .a:hover {
    background-color: #f0f0f0;
    font-weight: 400
}

@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://resources1.interface003.com/web20/img/home/search.svg) no-repeat 12px;
        background-size: 20px;
        font-size: 14px;
        text-indent: 40px
    }

    .search-input-home .search-input-r-text {
        font-size: 14px
    }

    .search-input-home .search-bt {
        border-radius: 3px;
        font-size: 14px;
        height: 42px;
        line-height: 42px;
        padding: 0 14px!important;
        white-space: nowrap
    }

    .search-input-home .search-list {
        border-width: 2px;
        left: -2px;
        top: 48px
    }
}

html[dir=rtl] .search-input-home .search-text {
    background-position: right 15px center
}

html[dir=rtl] .search-input-home .search-input-r-text {
    margin-left: 20px
}

.search-input .search-list-name {
    padding: 0 15px
}

.search-input .search-list-name span {
    color: #f60
}

.home-title-search .search-title {
    color: #323947;
    font-size: 44px;
    font-style: italic;
    font-weight: 700;
    line-height: 54px;
    text-align: center
}

.home-title-search .search-p {
    align-items: center;
    color: rgba(61,61,61,.6);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-top: 10px
}

.home-title-search .search-p .search-p-text {
    display: flex;
    height: 31px;
    line-height: 34px;
    overflow: hidden
}

@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 {
        justify-content: flex-start;
        margin-top: 10px
    }
}

html[dir=rtl] .span-box {
    direction: ltr
}

.home-title-search .search-p {
    align-items: flex-start;
    display: flex;
    height: 31px;
    justify-content: center;
    overflow: hidden
}

.home-title-search .search-p .span-score {
    animation: topTz 1s;
    display: flex;
    flex-direction: column
}

.home-title-search .search-p .span-box {
    display: flex;
    margin-left: 11px;
    margin-right: 11px;
    position: relative;
    top: -4px
}

.home-title-search .search-p span {
    color: #b28936;
    font-family: DIN-Medium;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 31px;
    position: relative;
    top: 4px
}

.home-search-all {
    margin-top: 52px
}

.home-search-all .search-all-input {
    margin: 41px auto 0;
    position: relative;
    width: 930px
}

.home-search-all .search-label {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 20px auto 0;
    max-width: 900px;
    overflow: hidden;
    text-align: center;
    word-break: break-all
}

.home-search-all .search-label a {
    color: #7a7a7a;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    padding: 0 12px;
    position: relative;
    white-space: nowrap
}

.home-search-all .search-label a:after {
    color: #ccc;
    content: "|";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px;
    position: absolute;
    right: 0;
    top: -1px
}

.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 {
    align-items: center;
    display: flex;
    padding-right: 5px
}

.wiki-direct .tyzd-ul img {
    border-radius: 4px;
    height: 20px;
    width: 20px
}

.wiki-direct .tyzd-ul span {
    color: #3d3d3d;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.wiki-direct .tyzd-ul:hover span {
    color: #f9811d
}

html[dir=rtl] .wiki-direct .tyzd-ul span {
    margin-right: 8px
}

.history-list {
    background: #f0f1f2;
    border-radius: 2px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: 148px;
    padding: 9px 20px;
    position: relative;
    width: 100%
}

.history-list h3 {
    color: rgba(61,61,61,.4);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px
}

.history-list .list {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    margin-top: 5px;
    overflow: hidden
}

.history-list .list .direct-list {
    align-items: center;
    display: flex;
    height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 20%
}

@media screen and (max-width: 1199px) {
    .history-list .list .direct-list {
        width:25%
    }
}

@media screen and (max-width: 999px) {
    .history-list {
        height:154px;
        overflow: hidden
    }

    .history-list .list .direct-list .list-t {
        margin-bottom: 1px
    }
}

@media screen and (max-width: 799px) {
    .history-list {
        height:154px;
        overflow: hidden
    }

    .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 {
    align-items: center;
    color: #7a7a7a;
    display: flex;
    font-size: 18px;
    font-style: normal;
    font-weight: 400
}

.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 {
    color: #b28936;
    font-family: DIN-Medium;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
    transform: matrix(.99,0,-.12,1,0,0)
}

.search-right-article .search-l .history {
    margin-top: 6px
}

.search-right-article .search-r {
    width: 385px
}

.search-right-article .search-r .history {
    display: none
}

.search-right-article .search-r .search-r-article {
    background: #fff;
    border: 1px solid rgba(0,0,0,.05);
    border-radius: 2px;
    box-shadow: inset 0 4px 0 #3b4858;
    box-sizing: border-box;
    padding: 20px;
    width: 100%
}

.search-right-article .search-r .search-r-title {
    align-items: center;
    color: rgba(61,61,61,.6);
    display: flex;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    justify-content: space-between;
    line-height: 25px
}

.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 {
    align-items: center;
    border-bottom: 1px solid rgba(0,0,0,.05);
    box-sizing: border-box;
    display: flex;
    margin-top: 18px;
    padding-bottom: 18px
}

.search-right-article .search-r .search-r-list .list-l {
    box-sizing: border-box;
    flex: 1;
    padding-right: 10px
}

.search-right-article .search-r .search-r-list .list-l h2 {
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #2e3948;
    display: -webkit-box;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    max-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis
}

.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 {
    color: rgba(61,61,61,.5);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-top: 6px
}

.search-right-article .search-r .search-r-list .list-r,.search-right-article .search-r .search-r-list .list-r img {
    border-radius: 4px;
    height: 74px;
    width: 130px
}

.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 {
        display: flex;
        flex-direction: column;
        margin-top: 36px;
        width: 100%
    }

    .search-right-article .search-r .history {
        display: block;
        width: 100%
    }

    .search-right-article .search-r .search-r-article {
        box-shadow: none;
        margin-top: 10px;
        width: 100%
    }
}

@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 {
        display: none;
        font-size: 16px;
        justify-content: center;
        line-height: 22px;
        margin-top: 10px!important
    }

    .search-right-article .search-l .search-l-text .iconfont {
        display: none
    }

    .search-right-article .search-l .search-l-text p {
        display: block;
        text-align: center
    }

    .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 {
        display: flex;
        justify-content: space-between;
        margin-top: 24px;
        width: 100%
    }

    .search-right-article .search-r .history {
        display: block;
        width: 100%
    }

    .search-right-article .search-r .search-r-article {
        display: none;
        width: 353px
    }
}

html[dir=rtl] .search-right-article .search-l .search-l-text .search-l-icon {
    margin-left: 10px;
    margin-right: 0!important
}

.search-right-article .p {
    align-items: flex-start;
    display: flex;
    height: 44px;
    line-height: 37px;
    overflow: hidden;
    position: relative;
    top: 10px
}

.search-right-article .p .span-score {
    animation: topTz 1s;
    display: flex;
    flex-direction: column
}

.search-right-article .p .span-box {
    display: flex;
    margin-left: 11px;
    margin-right: 11px;
    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 {
    align-items: center;
    color: #7a7a7a;
    display: flex;
    font-size: 18px;
    font-style: normal;
    font-weight: 400
}

.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 {
    color: #b28936;
    font-family: DIN-Medium;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
    transform: matrix(.99,0,-.12,1,0,0)
}

.home-search-right .search-l .history {
    height: 148px;
    margin-top: 36px
}

.home-search-right .search-down {
    height: 379px;
    width: 388px
}

.home-search-right .search-down .history {
    display: none
}

.home-search-right .search-down .search-down-info {
    background: #fff;
    border: 1px solid rgba(0,0,0,.05);
    border-radius: 2px;
    height: 379px;
    padding: 10px 20px 20px;
    width: 388px
}

.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 {
    align-items: center;
    display: flex;
    height: 70px;
    justify-content: space-between;
    margin-top: 3px;
    width: 100%
}

.home-search-right .search-down .search-down-info .down-info .down-info-l {
    align-items: center;
    display: flex;
    flex: 1
}

.home-search-right .search-down .search-down-info .down-info .down-l {
    align-items: center;
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 6px;
    box-sizing: border-box;
    display: flex;
    height: 70px;
    justify-content: center;
    width: 70px
}

.home-search-right .search-down .search-down-info .down-info .down-l img {
    height: 70px;
    width: 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 {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.home-search-right .search-down .search-down-info .down-info .down-c p {
    color: #a3a3a3;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    margin-top: 4px
}

.home-search-right .search-down .search-down-info .down-info .down-r {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    width: 125.2px
}

.home-search-right .search-down .search-down-info .down-info .down-r a {
    align-items: center;
    background: #fafafa;
    border: .5px solid rgba(0,0,0,.08);
    border-radius: 6px;
    box-sizing: border-box;
    color: #fafafa;
    display: flex;
    height: 36px;
    justify-content: center;
    width: 36px
}

.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 {
        display: flex;
        flex-direction: column;
        height: auto;
        margin-top: 36px;
        width: 100%
    }

    .home-search-right .search-down .history {
        display: block;
        height: 148px;
        width: 100%
    }

    .home-search-right .search-down .search-down-info {
        height: 90px;
        margin-top: 10px;
        width: 100%
    }

    .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 {
        display: none;
        font-size: 16px;
        justify-content: center;
        line-height: 22px;
        margin-top: 10px!important
    }

    .home-search-right .search-l .search-l-text .iconfont {
        display: none
    }

    .home-search-right .search-l .search-l-text p {
        display: block;
        text-align: center
    }

    .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 {
        display: flex;
        flex-direction: column;
        height: auto;
        margin-top: 24px;
        width: 100%
    }

    .home-search-right .search-down .history {
        display: block;
        height: 154px;
        width: 100%
    }

    .home-search-right .search-down .search-down-info {
        height: 90px;
        margin-top: 15px;
        padding: 10px 10px 20px;
        width: 100%
    }

    .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 {
        flex: 1;
        width: auto
    }

    .home-search-right .search-down .search-down-info .down-info {
        margin-top: 0
    }
}

html[dir=rtl] .home-search-right .search-l .search-l-text .search-l-icon {
    margin-left: 12px;
    margin-right: 0!important
}

html[dir=rtl] .home-search-right .search-down .search-down-info .down-info .down-c {
    padding-right: 12px
}

.home-search-right .p {
    align-items: flex-start;
    display: flex;
    height: 44px;
    line-height: 37px;
    overflow: hidden;
    position: relative;
    top: 10px
}

.home-search-right .p .span-score {
    animation: topTz 1s;
    display: flex;
    flex-direction: column
}

.home-search-right .p .span-box {
    display: flex;
    margin-left: 11px;
    margin-right: 11px;
    position: relative;
    top: -8px
}

.photo-container {
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.05);
    display: flex;
    height: 232px;
    justify-content: space-between;
    padding: 20px;
    width: 100%
}

.photo-container .img-link {
    display: block;
    margin-right: 20px;
    position: relative;
    width: 387px
}

.photo-container .img-link img {
    background-color: #fff;
    border-radius: 6px;
    height: 192px;
    position: absolute;
    width: 100%!important
}

.photo-container .img-link span {
    background: linear-gradient(1turn,#000,transparent);
    border-radius: 0 0 6px 6px;
    bottom: 0;
    box-sizing: border-box;
    color: #fff;
    font-size: 18px;
    height: 40px;
    left: 0;
    line-height: 40px;
    overflow: hidden;
    padding: 0 14px;
    position: absolute;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    word-break: break-all
}

.photo-container .photo-article {
    flex: 1
}

.photo-container .photo-article .article-list {
    border-bottom: 1px solid rgba(0,0,0,.05);
    display: block;
    padding-bottom: 16px
}

.photo-container .photo-article .article-list .article-title {
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #3d3d3d;
    display: -webkit-box;
    font-size: 16px;
    font-weight: 600;
    height: 42px;
    line-height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%
}

.photo-container .photo-article .article-list:hover .article-title {
    color: #e66112
}

.photo-container .photo-article .article-list .time {
    color: #a3a3a3;
    display: flex;
    font-size: 12px;
    line-height: 17px;
    margin-top: 10px
}

.photo-container .photo-article .article-list .time .timer {
    padding-left: 4px
}

.photo-container .photo-article .article-list:nth-child(3) {
    border-bottom: none;
    box-shadow: none;
    margin-top: 16px
}

@media screen and (max-width: 1199px) {
    .photo-container {
        flex-direction:column;
        height: auto;
        padding: 20px 20px 0
    }

    .photo-container .img-link,.photo-container .img-link img {
        height: 192px;
        width: 100%
    }

    .photo-container .photo-article {
        margin-top: 23px
    }

    .photo-container .photo-article .article-list {
        margin-bottom: 0
    }

    .photo-container .photo-article .article-list .time {
        margin-top: 20px
    }
}

@media screen and (max-width: 999px) {
    .photo-container .photo-article .article-list:nth-child(2) .article-title {
        -webkit-line-clamp:2;
        height: 42px
    }

    .photo-container .photo-article .article-list .time {
        margin-top: 10px
    }

    .photo-container .img-link,.photo-container .img-link img {
        height: 167px;
        width: 100%
    }
}

html[dir=rtl] .photo-container .img-link {
    margin-left: 20px;
    margin-right: 0
}

html[dir=rtl] .photo-container .photo-article .article-list .time .timer {
    padding-left: 0;
    padding-right: 4px
}

.wiki-Exposures {
    background: #fff;
    border: 1px solid rgba(0,0,0,.05);
    border-radius: 2px;
    box-shadow: inset 0 1px 0 rgba(0,0,0,.1);
    box-sizing: border-box;
    display: block;
    padding: 16px;
    width: 100%
}

.wiki-Exposures .icon-exposure2 {
    color: #000
}

.wiki-Exposures .title-r-text {
    color: #3d3d3d
}

.wiki-Exposures .info {
    display: flex;
    justify-content: space-between;
    margin-top: 13px
}

.wiki-Exposures .info .text {
    align-items: center;
    display: flex;
    flex: 1
}

.wiki-Exposures .info .text .text-1 {
    color: #7a7a7a;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    max-width: 290px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.wiki-Exposures .info .text .text-2 {
    color: #b38936;
    font-family: DIN-Medium;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    padding-left: 16px
}

@media screen and (max-width: 1199px) {
    .wiki-Exposures {
        height:auto;
        padding: 11px 16px
    }

    .wiki-Exposures .info {
        flex-direction: column;
        margin-top: 3px
    }

    .wiki-Exposures .info .text {
        margin-top: 13px;
        padding-left: 0!important
    }
}

@media screen and (max-width: 999px) {
    .wiki-Exposures .info .text {
        align-items:flex-start;
        flex-direction: column;
        margin-top: 9px
    }
}

@media screen and (max-width: 799px) {
    .wiki-Exposures .info .text {
        align-items:center;
        flex-direction: row
    }
}

html[dir=rtl] .wiki-Exposures .info .text .text-2 {
    padding-left: 0;
    padding-right: 16px
}

html[dir=rtl] .wiki-Exposures .info .text:last-child {
    padding-left: 0!important;
    padding-right: 48px
}

html[dir=rtl] .wiki-Exposures .title-r-text-tt {
    align-items: center;
    direction: rtl;
    display: flex
}

.count-exposures .exposures .exposures-icon {
    align-items: center;
    display: flex
}

.count-exposures .exposures .exposures-icon span {
    color: #9c9c9c
}

.count-exposures .exposures .exposures-icon .icon-left {
    margin-right: 38px;
    transform: rotate(180deg)
}

.count-exposures .exposures .exposures-icon .hover-active {
    color: #3d55cc;
    cursor: pointer
}

.count-exposures .exposures .exposures-icon .hover-active:hover {
    opacity: .7
}

.count-exposures .exposures-listBox {
    height: 600px;
    overflow: hidden;
    position: relative;
    width: 100%
}

.count-exposures .exposures-listBox .bg-list {
    display: flex;
    left: 0;
    position: absolute;
    top: 0;
    white-space: nowrap
}

.count-exposures .exposures-listBox .bg-list .bg-ul {
    display: inline-block;
    flex-shrink: 0;
    margin-right: 14px;
    width: 254px
}

.count-exposures .exposures-listBox .bg-list .bg-ul a {
    background: #fff;
    border: 1px solid rgba(0,0,0,.05);
    border-radius: 2px;
    display: flex;
    flex-direction: column;
    margin-bottom: 22px;
    padding: 0 16px 18px
}

.count-exposures .exposures-listBox .bg-list .bg-ul a .title {
    align-items: center;
    box-shadow: 0 1px 0 rgba(0,0,0,.08);
    display: flex;
    height: 56px
}

.count-exposures .exposures-listBox .bg-list .bg-ul a .title img {
    height: 20px!important;
    width: 20px!important
}

.count-exposures .exposures-listBox .bg-list .bg-ul a .title span {
    color: #3d3d3d;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.count-exposures .exposures-listBox .bg-list .bg-ul a .label {
    margin-top: 18px
}

.count-exposures .exposures-listBox .bg-list .bg-ul a .label p {
    background: rgba(61,85,204,.08);
    border-radius: 2px;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    padding: 0 6px
}

.count-exposures .exposures-listBox .bg-list .bg-ul a .label p .iconfont {
    color: #3d55cc
}

.count-exposures .exposures-listBox .bg-list .bg-ul a .label p .text {
    color: #3d55cc;
    font-size: 14px;
    font-style: normal;
    font-weight: 400
}

.count-exposures .exposures-listBox .bg-list .bg-ul a .list-title {
    -webkit-line-clamp: 2;
    color: #3d3d3d;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px
}

.count-exposures .exposures-listBox .bg-list .bg-ul a .des,.count-exposures .exposures-listBox .bg-list .bg-ul a .list-title {
    word-wrap: break-word;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-style: normal;
    margin-top: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal
}

.count-exposures .exposures-listBox .bg-list .bg-ul a .des {
    -webkit-line-clamp: 3;
    color: #a3a3a3;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

.count-exposures .exposures-listBox .bg-list .bg-ul a .empty {
    flex: 1
}

.count-exposures .exposures-listBox .bg-list .bg-ul a .tool {
    align-items: center;
    display: flex;
    margin-top: 18px
}

.count-exposures .exposures-listBox .bg-list .bg-ul a .tool .iconfont {
    color: #a3a3a3
}

.count-exposures .exposures-listBox .bg-list .bg-ul a .tool .time {
    color: #a3a3a3;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    padding-left: 4px
}

.count-exposures .exposures-listBox .bg-list .bg-ul a:last-child {
    margin-bottom: 0
}

.count-exposures .exposures-listBox .bg-list .bg-ul a:hover {
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.14)
}

.count-exposures .exposures-listBox .bg-list .bg-ul .one {
    height: 269px
}

.count-exposures .exposures-listBox .bg-list .bg-ul .two {
    height: 309px
}

.count-exposures .exposures-listBox .bg-list .bg-ul .two .des {
    -webkit-line-clamp: 5
}

.count-exposures .exposures-listBox .transition {
    transition: all 1s linear
}

@media screen and (max-width: 1199px) {
    .count-exposures .exposures-listBox {
        height:544px
    }

    .count-exposures .exposures-listBox .bg-list .bg-ul {
        width: 262px
    }

    .count-exposures .exposures-listBox .bg-list .bg-ul a {
        margin-bottom: 16px
    }

    .count-exposures .exposures-listBox .bg-list .bg-ul .one {
        height: 243px
    }

    .count-exposures .exposures-listBox .bg-list .bg-ul .one .des {
        -webkit-line-clamp: 2
    }

    .count-exposures .exposures-listBox .bg-list .bg-ul .two {
        height: 283px
    }

    .count-exposures .exposures-listBox .bg-list .bg-ul .two .des {
        -webkit-line-clamp: 4
    }
}

@media screen and (max-width: 999px) {
    .count-exposures .exposures-listBox {
        height:634px
    }

    .count-exposures .exposures-listBox .bg-list {
        flex-direction: column;
        width: 100%
    }

    .count-exposures .exposures-listBox .bg-list .bg-ul {
        width: 100%
    }

    .count-exposures .exposures-listBox .bg-list .bg-ul a,.count-exposures .exposures-listBox .bg-list .bg-ul a:last-child {
        margin-bottom: 16px
    }

    .count-exposures .exposures-listBox .bg-list .bg-ul .one {
        height: 187px
    }

    .count-exposures .exposures-listBox .bg-list .bg-ul .one .des,.count-exposures .exposures-listBox .bg-list .bg-ul .one .list-title {
        -webkit-line-clamp: 1
    }

    .count-exposures .exposures-listBox .bg-list .bg-ul .two {
        height: 229px
    }

    .count-exposures .exposures-listBox .bg-list .bg-ul .two .des,.count-exposures .exposures-listBox .bg-list .bg-ul .two .list-title {
        -webkit-line-clamp: 2
    }

    .count-exposures .exposures .exposures-icon {
        display: none
    }

    .count-exposures .exposures .title-tab-new .title-l .title-l-t .title-l-t-text {
        line-height: 34px
    }

    .count-exposures .exposures .wiki-Exposures .info .text .text-2 {
        padding-left: 0
    }
}

@media screen and (max-width: 799px) {
    .count-exposures .exposures .exposures-icon {
        display:none
    }
}

html[dir=rtl] .count-exposures .exposures .exposures-icon .icon-left {
    margin-left: 38px;
    transform: rotate(0)
}

html[dir=rtl] .count-exposures .exposures .exposures-icon .icon-right {
    transform: rotate(180deg)
}

html[dir=rtl] .count-exposures .exposures-listBox .bg-list .bg-ul a .title span {
    padding-right: 8px
}

html[dir=rtl] .count-exposures .exposures-listBox .bg-list .bg-ul a .tool .time {
    padding-right: 4px
}

@media screen and (max-width: 799px) {
    html[dir=rtl] .count-exposures .exposures-listBox .bg-list .bg-ul {
        margin-right:0
    }
}

.article-bg-bg {
    height: 752px;
    width: 100%
}

.article-bg-bg .exposures {
    margin: 18px 0
}

.article-bg-bg .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 18px
}

@media screen and (max-width: 1199px) {
    .article-bg-bg .list .list-exposures:nth-child(3),.article-bg-bg .list .list-exposures:nth-child(4) {
        display:none
    }

    .article-bg-bg .list .list-exposures {
        height: 217px!important
    }
}

@media screen and (max-width: 999px) {
    .article-bg-bg .list .list-exposures {
        height:233px!important
    }
}

@media screen and (max-width: 799px) {
    .article-bg-bg {
        height:auto
    }

    .article-bg-bg .list .list-exposures {
        height: 200px!important
    }
}

.article-bg-john {
    height: 752px;
    width: 100%
}

.article-bg-john .exposures {
    margin-bottom: 18px;
    margin-top: 0!important
}

.article-bg-john .count-exposures {
    margin-bottom: 18px
}

.article-bg-john .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 18px
}

.article-bg-john .list .list-exposures:last-child {
    margin-bottom: 0
}

@media screen and (max-width: 1199px) {
    .article-bg-john .list .list-exposures:nth-child(2) {
        margin-bottom:0
    }

    .article-bg-john .list .list-exposures:nth-child(3),.article-bg-john .list .list-exposures:nth-child(4) {
        display: none
    }

    .article-bg-john .list .list-exposures {
        height: 217px!important
    }
}

@media screen and (max-width: 999px) {
    .article-bg-john .list .list-exposures {
        height:233px!important
    }
}

@media screen and (max-width: 799px) {
    .article-bg-john {
        height:auto
    }

    .article-bg-john .list .list-exposures {
        height: 200px!important
    }
}

.home-wiki .home-wikilist {
    transition: all .1s
}

.home-wiki .home-wikilisthover {
    background: url(https://resource1.interface003.com/web20/img/vpsbg.0bf318b.png) no-repeat 100% 0;
    background-size: contain;
    flex: unset;
    flex-shrink: 0;
    overflow: hidden;
    width: 202px
}

.home-wiki .home-wikilisthover .showt {
    display: flex
}

.home-wiki .home-wikilisthover .hiddent {
    display: none
}

.home-wiki .home-wikilisthover .wiki-title {
    font-weight: 600
}

.home-wiki .home-wikilisthover2 {
    background: url(https://resource1.interface003.com/web20/img/vpsbg.0bf318b.png) no-repeat 100% 0;
    background-size: contain;
    flex: unset;
    overflow: hidden
}

.home-wiki .home-wikilisthover2 .showt {
    display: flex
}

.home-wiki .home-wikilisthover2 .hiddent {
    display: none
}

.home-wiki .home-wikilisthover2 .wiki-title {
    font-weight: 600
}

.home-wiki .home-wikilisthover1 {
    background: url(https://resource1.interface003.com/web20/img/vpsbg.0bf318b.png) no-repeat 100% 0;
    background-size: contain
}

.home-wiki .home-wikilisthover1 .showt {
    display: flex
}

.home-wiki .home-wikilisthover1 .hiddent {
    display: none
}

.home-wiki .tsani {
    animation: homemoveTop 1.5s linear 1.2s infinite
}

.home-wiki .wiki-a-list a:first-child,.home-wiki .wiki-a-list a:nth-child(2) {
    border-bottom: none
}

.home-wiki .wiki-a-list a:first-child {
    border-top-left-radius: 4px
}

.home-wiki .wiki-a-list a:nth-child(2) {
    border-top-right-radius: 4px
}

.home-wiki .wiki-a-list a:nth-child(3) {
    border-bottom-left-radius: 4px
}

.home-wiki .wiki-a-list a:nth-child(4) {
    border-bottom-right-radius: 4px
}

@keyframes homemoveTop {
    0% {
        transform: translateY(-10%)
    }

    50% {
        transform: translateY(10%)
    }

    to {
        transform: translateY(-10%)
    }
}

@keyframes moveTopBG {
    0% {
        transform: translate(-50%)
    }

    50% {
        transform: translate(-50%,-6%)
    }

    to {
        transform: translate(-50%)
    }
}

@media screen and (max-width: 1199px) {
    .home-wiki .home-wikilisthover {
        width:139px
    }
}

@media screen and (max-width: 999px) {
    .home-wiki .home-wikilisthover,.home-wiki .home-wikilisthover2 {
        background:none
    }

    .home-wiki .home-wikilisthover .showt,.home-wiki .home-wikilisthover2 .showt {
        display: none
    }

    .home-wiki .home-wikilisthover .hiddent,.home-wiki .home-wikilisthover2 .hiddent {
        display: flex
    }

    .home-wiki .home-wikilisthover .wiki-title,.home-wiki .home-wikilisthover2 .wiki-title {
        font-weight: 500
    }
}

html[dir=rtl] .home-wiki .home-wikilisthover1,html[dir=rtl] .home-wiki .home-wikilisthover2 {
    background: url(https://resource1.interface003.com/web20/img/vpsbgrt.da5ebd2.png) no-repeat 100% 0
}

html[dir=rtl] .wiki-a-list a {
    border-radius: 0!important
}

html[dir=rtl] .wiki-a-list a:first-child {
    border-top-right-radius: 4px!important
}

html[dir=rtl] .wiki-a-list a:nth-child(2) {
    border-top-left-radius: 4px!important
}

html[dir=rtl] .wiki-a-list a:nth-child(3) {
    border-bottom-right-radius: 4px!important
}

html[dir=rtl] .wiki-a-list a:nth-child(4) {
    border-bottom-left-radius: 4px!important
}

.bg-vps-new {
    width: 100%
}

.bg-vps-new .bg-vps-exposures .count-exposures .exposures-listBox {
    height: 677px
}

.bg-vps-new .bg-vps-exposures .count-exposures .exposures-listBox .bg-list .bg-ul .one {
    height: 300px
}

.bg-vps-new .bg-vps-exposures .count-exposures .exposures-listBox .bg-list .bg-ul .two {
    height: 361px
}

.bg-vps-new .exposures {
    margin: 0 0 18px!important
}

.bg-vps-new .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 18px
}

.bg-vps-new .list .list-exposures {
    height: 200px!important
}

.bg-vps-new .vps {
    margin-top: 18px;
    width: 100%
}

@media screen and (max-width: 1199px) {
    .bg-vps-new {
        width:auto
    }

    .bg-vps-new .bg-vps-exposures .count-exposures .exposures-listBox {
        height: 692px
    }

    .bg-vps-new .bg-vps-exposures .count-exposures .exposures-listBox .bg-list .bg-ul .one {
        height: 300px
    }

    .bg-vps-new .bg-vps-exposures .count-exposures .exposures-listBox .bg-list .bg-ul .one .des {
        -webkit-line-clamp: 5
    }

    .bg-vps-new .bg-vps-exposures .count-exposures .exposures-listBox .bg-list .bg-ul .two {
        height: 376px
    }

    .bg-vps-new .bg-vps-exposures .count-exposures .exposures-listBox .bg-list .bg-ul .two .des {
        -webkit-line-clamp: 8
    }

    .bg-vps-new .list .list-exposures {
        height: 166px!important
    }

    .bg-vps-new .list .list-exposures:nth-child(4) {
        display: none
    }
}

@media screen and (max-width: 999px) {
    .bg-vps-new .bg-vps-exposures .count-exposures .exposures-listBox {
        height:606px
    }

    .bg-vps-new .bg-vps-exposures .count-exposures .exposures-listBox .bg-list .bg-ul .one {
        height: 193px
    }

    .bg-vps-new .bg-vps-exposures .count-exposures .exposures-listBox .bg-list .bg-ul .one .des {
        -webkit-line-clamp: 1
    }

    .bg-vps-new .bg-vps-exposures .count-exposures .exposures-listBox .bg-list .bg-ul .two {
        height: 193px
    }

    .bg-vps-new .bg-vps-exposures .count-exposures .exposures-listBox .bg-list .bg-ul .two .des {
        -webkit-line-clamp: 1
    }

    .bg-vps-new .list .list-exposures {
        height: 199px!important
    }
}

@media screen and (max-width: 799px) {
    .bg-vps-new .bg-vps-exposures .count-exposures .exposures-listBox {
        height:unset
    }
}

.bg-vps-new .vps .list-vps {
    height: 182px;
    width: 260px
}

.bg-vps-new .vps .vps-p {
    margin-top: 8px!important
}

.bg-vps-new .vps .vps-p-l,.bg-vps-new .vps .vps-p-r-2,.bg-vps-new .vps .vps-p-r-3 {
    font-size: 14px!important
}

.bg-vps-new .vps .vps-tool {
    margin-top: 13px!important
}

.home-article {
    background: #fff;
    border: 1px solid rgba(0,0,0,.05);
    border-radius: 2px;
    box-sizing: border-box;
    overflow: hidden;
    padding: 20px
}

.home-article .article-box {
    display: flex;
    margin-top: 10px
}

.home-article .article-box .article-l {
    height: 552px;
    overflow: hidden;
    position: relative;
    width: 362px
}

.home-article .article-box .article-l .list-box {
    left: 0;
    position: absolute;
    top: 0;
    transition: all 1s;
    white-space: nowrap
}

.home-article .article-box .article-l .list {
    display: inline-block;
    width: 362px
}

.home-article .article-box .article-l .list .list-banner {
    border-radius: 4px;
    display: block;
    height: 210px;
    margin-top: 16px;
    width: 100%
}

.home-article .article-box .article-l .list .list-title {
    -webkit-line-clamp: 2;
    color: #3d3d3d;
    font-size: 20px;
    font-weight: 600;
    height: 102px;
    line-height: 34px
}

.home-article .article-box .article-l .list .list-p,.home-article .article-box .article-l .list .list-title {
    word-wrap: break-word;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-style: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: break-spaces
}

.home-article .article-box .article-l .list .list-p {
    -webkit-line-clamp: 9;
    color: #a3a3a3;
    font-size: 14px;
    font-weight: 400;
    height: 180px;
    line-height: 20px;
    margin-top: 16px
}

.home-article .article-box .article-l .list .l-tool {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: 11px
}

.home-article .article-box .article-l .list .l-tool .time {
    align-items: center;
    display: flex;
    padding-left: 3px
}

.home-article .article-box .article-l .list .l-tool .time .iconfont {
    color: #ccc;
    font-size: 10px
}

.home-article .article-box .article-l .list .l-tool .time .time-text {
    color: #ccc;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    padding-left: 4px
}

.home-article .article-box .article-l .list .l-tool .count {
    color: #7a7a7a;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px
}

.home-article .article-box .article-r {
    box-sizing: border-box;
    flex: 1;
    padding-left: 30px
}

.home-article .article-box .article-r .list {
    display: block;
    margin-bottom: 9px
}

.home-article .article-box .article-r .list .tag {
    display: flex
}

.home-article .article-box .article-r .list .tag span {
    background: #fff;
    border: 1px solid #b38936;
    border-radius: 2px;
    box-sizing: border-box;
    color: #b38936;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    height: 17px;
    line-height: 15px;
    padding: 0 4px
}

.home-article .article-box .article-r .list .list-title {
    color: #3d3d3d;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-top: 4px
}

.home-article .article-box .article-r .list .tool {
    align-items: center;
    display: flex;
    margin-top: 4px
}

.home-article .article-box .article-r .list .tool .iconfont {
    color: #ccc;
    font-size: 12px
}

.home-article .article-box .article-r .list .tool .tool-text {
    color: #ccc;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    padding-left: 4px
}

.home-article .article-box .article-r .list:last-child {
    margin-bottom: 0!important
}

.home-article .article-box .article-r .list:first-child .list-title,.home-article .article-box .article-r .list:nth-child(2) .list-title {
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis
}

.home-article .article-box .article-r .list:nth-child(3) .list-title,.home-article .article-box .article-r .list:nth-child(4) .list-title,.home-article .article-box .article-r .list:nth-child(5) .list-title {
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis
}

.home-article .article-box .article-r .list:last-child {
    margin-bottom: 0
}

.home-article .article-box .article-r .list:hover .list-title {
    color: #b38936
}

@media screen and (max-width: 1199px) {
    .home-article {
        padding:20px 20px 0
    }

    .home-article .article-box {
        flex-direction: column
    }

    .home-article .article-box .article-l {
        flex-shrink: 0;
        height: 422px;
        width: 494px
    }

    .home-article .article-box .article-l .list {
        width: 494px
    }

    .home-article .article-box .article-l .list .list-title {
        height: 68px;
        margin-bottom: 16px
    }

    .home-article .article-box .article-l .list .list-banner img {
        width: 100%
    }

    .home-article .article-box .article-l .list .list-p {
        height: 60px
    }

    .home-article .article-box .article-l .list .l-tool {
        margin-top: 16px
    }

    .home-article .article-box .article-r {
        flex-shrink: 0;
        padding-bottom: 10px;
        padding-left: 0;
        width: 100%
    }

    .home-article .article-box .article-r .list {
        margin-bottom: 23px
    }

    .home-article .article-box .article-r .list:nth-child(3),.home-article .article-box .article-r .list:nth-child(4),.home-article .article-box .article-r .list:nth-child(5) {
        display: none
    }
}

@media screen and (max-width: 999px) {
    .home-article .article-box {
        flex-direction:column
    }

    .home-article .article-box .article-l {
        flex-shrink: 0;
        height: 431px;
        width: 313px
    }

    .home-article .article-box .article-l .list {
        width: 313px
    }

    .home-article .article-box .article-l .list .list-title {
        height: 102px;
        margin-bottom: 16px
    }

    .home-article .article-box .article-l .list .list-p {
        -webkit-line-clamp: 3;
        height: 60px
    }

    .home-article .article-box .article-l .list .l-tool {
        margin-top: 10px
    }

    .home-article .article-box .article-r {
        flex-shrink: 0;
        flex: unset;
        height: 285px;
        margin-top: 30px;
        overflow: hidden;
        padding-left: 0;
        width: 100%
    }

    .home-article .article-box .article-r .list {
        margin-bottom: 15px
    }

    .home-article .article-box .article-r .list:nth-child(3) {
        display: block
    }

    .home-article .article-box .article-r .list:nth-child(3) .list-title,.home-article .article-box .article-r .list:nth-child(4) .list-title,.home-article .article-box .article-r .list:nth-child(5) .list-title {
        word-wrap: break-word;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis
    }
}

@media screen and (max-width: 799px) {
    .home-article .article-box {
        flex-direction:column
    }

    .home-article .article-box .article-l {
        flex-shrink: 0;
        height: 422px;
        width: 100%
    }

    .home-article .article-box .article-l .list {
        width: 100%
    }

    .home-article .article-box .article-l .list .list-title {
        height: 68px;
        margin-bottom: 16px
    }

    .home-article .article-box .article-l .list .list-p {
        -webkit-line-clamp: 3;
        height: 60px
    }

    .home-article .article-box .article-l .list .l-tool {
        margin-top: 10px
    }

    .home-article .article-box .article-r {
        flex-shrink: 0;
        height: auto;
        margin-top: 0;
        padding-left: 0;
        width: 100%
    }

    .home-article .article-box .article-r .list {
        margin-bottom: 23px
    }

    .home-article .article-box .article-r .list:nth-child(3) .list-title,.home-article .article-box .article-r .list:nth-child(4) .list-title,.home-article .article-box .article-r .list:nth-child(5) .list-title {
        word-wrap: break-word;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis
    }
}

html[dir=rtl] .home-article .article-box .article-r {
    padding-left: 0;
    padding-right: 30px
}

html[dir=rtl] .home-article .article-box .article-l .list .l-tool .time .time-text {
    padding-left: 0;
    padding-right: 4px
}

html[dir=rtl] .home-article .title-l .title-l-t .title-l-t-text {
    margin-right: 0
}

html[dir=rtl] .home-article .article-box .article-r .list .tool .tool-text {
    padding-left: 0;
    padding-right: 4px
}

@media screen and (max-width: 1199px) {
    html[dir=rtl] .home-article .article-box .article-r {
        padding-right:0
    }
}

.article-vps-jhon {
    width: 793px
}

.article-vps-jhon .vps {
    margin-top: 18px;
    width: 100%
}

@media screen and (max-width: 1199px) {
    .article-vps-jhon {
        width:auto
    }
}

.score-num-commen {
    align-items: center;
    display: flex
}

.score-num-commen .r-score-star {
    height: 20px;
    position: relative;
    width: 40px
}

.score-num-commen .r-score-star .r-score-star-num {
    bottom: 0;
    color: #3d3d3d;
    font-family: DIN-Medium;
    font-size: 20px;
    font-weight: 700;
    left: 1px;
    position: absolute;
    white-space: nowrap;
    z-index: 1
}

.score-num-commen .r-score-star .r-score-star-bg {
    background: #ffd733;
    border-radius: 4px;
    bottom: 0;
    display: flex;
    height: 8px;
    left: 0;
    position: absolute;
    width: 100%
}

.score-num-commen .score-txt {
    color: #86909c;
    font-size: 12px;
    font-weight: 400;
    margin-left: 4px
}

.score-num-commen-row {
    flex-direction: column
}

html[dir=rtl] .score-num-commen .score-txt {
    margin-left: 0;
    margin-right: 4px
}

.label-common .trader-list-add {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 14px;
    padding-right: 12px;
    position: relative
}

.label-common .trader-list-add .list-add-label {
    border: .5px solid #e5e6eb;
    border-radius: 2px;
    color: #86909c;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    margin-bottom: 4px;
    margin-right: 4px;
    min-height: 19px;
    padding: 0 4px
}

.label-common .trader-list-add .iconfont {
    color: #c9cdd4;
    cursor: pointer;
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 4px
}

.label-common .trader-list-add .iconfont:hover {
    opacity: .6
}

.label-common .trader-list-add .iconfontup {
    transform: rotate(180deg)
}

.labelmore {
    height: 20px;
    overflow: hidden
}

html[dir=rtl] .label-common .trader-list-add .list-add-label {
    margin-left: 4px;
    margin-right: 0
}

html[dir=rtl] .label-common .trader-list-add {
    padding-left: 12px;
    padding-right: 0
}

html[dir=rtl] .label-common .trader-list-add .iconfont {
    left: 0;
    right: unset
}

.dealer-list-ul {
    width: 100%
}

.dealer-list-ul a {
    border-radius: 2px;
    box-sizing: border-box;
    display: flex;
    padding: 7px 16px;
    width: 100%
}

.dealer-list-ul a:hover {
    background: rgba(0,0,0,.05)
}

.dealer-list-ul a .dealer-l {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(0,0,0,.05);
    border-radius: 4px;
    display: flex;
    flex-shrink: 0;
    height: 72px;
    justify-content: center;
    overflow: hidden;
    position: relative;
    width: 120px
}

.dealer-list-ul a .dealer-l img {
    height: 56px!important;
    max-height: 100%;
    max-width: 100%;
    width: 104px
}

.dealer-list-ul a .dealer-l .l-identification {
    border-radius: 3px 0;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    left: 1px;
    line-height: 19px;
    max-width: 118px;
    padding: 0 6px;
    position: absolute;
    top: 1px
}

.dealer-list-ul a .dealer-l .dealer-l-vr {
    animation: dealerani 2.04s steps(16) 0s infinite;
    background-image: url(https://resources1.interface003.com/web20/img/dealer/icon_vrBlue.png);
    background-size: cover;
    bottom: 5px;
    cursor: pointer;
    height: 28px;
    position: absolute;
    width: 28px
}

@keyframes dealerani {
    0% {
        background-position: 0 0
    }

    to {
        background-position: -448px 0
    }
}

.dealer-list-ul a .dealer-l .dealer-trader-bg {
    animation: trader .5s linear forwards;
    height: 100%;
    left: 0;
    position: absolute;
    top: 88px;
    width: 100%
}

.dealer-list-ul a .dealer-l .dealer-trader-bg img {
    height: 100%!important;
    width: 100%
}

@keyframes trader {
    0% {
        top: 88px
    }

    to {
        top: 0
    }
}

.dealer-list-ul a .dealer-r {
    box-sizing: border-box;
    flex: 1;
    min-height: 74px;
    padding-left: 16px;
    width: 200px
}

.dealer-list-ul a .dealer-r .r-top {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.dealer-list-ul a .dealer-r .r-top h4 {
    color: #3d3d3d;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

.dealer-list-ul a .dealer-r .r-top .r-ranking {
    align-items: center;
    background: #fafafa;
    border-radius: 4px;
    color: #a3a3a3;
    display: flex;
    font-family: DIN;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    height: 22px;
    justify-content: center;
    line-height: 17px;
    margin-right: 3px;
    padding: 0 5px;
    white-space: nowrap
}

.dealer-list-ul a .dealer-r .r-score {
    height: 20px;
    margin-bottom: 6px
}

.dealer-list-ul a .dealer-r .r-score .score-fraction {
    color: #301;
    font-family: DIN-Medium;
    font-size: 16px;
    font-style: normal;
    line-height: 20px
}

.dealer-list-ul a .dealer-r .r-score .el-rate {
    display: inline-block;
    margin-left: 3px
}

.dealer-list-ul a .dealer-r .r-score .el-rate .el-rate__icon {
    margin-right: 0
}

.dealer-list-ul a .dealer-r .r-bom-more {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%
}

.dealer-list-ul a .dealer-r .r-bom-more .r-bom-label {
    align-items: center;
    border: .5px solid #e5e6eb;
    border-radius: 2px;
    color: #86909c;
    display: flex;
    font-size: 12px;
    font-weight: 400;
    height: 21px;
    justify-content: center;
    margin-bottom: 4px;
    margin-right: 4px;
    padding: 0 6px
}

.dealer-list-ul a .dealer-r .r-bom-more .iconfont {
    color: #c9cdd4;
    cursor: pointer;
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 4px
}

.dealer-list-ul a .dealer-r .r-bom-more .iconfont:hover {
    opacity: .6
}

.dealer-list-ul a .dealer-r .r-bom-more .iconfontup {
    bottom: 6px;
    transform: rotate(180deg)
}

.dealer-list-ul a .dealer-r .labelmore {
    height: 21px;
    overflow: hidden
}

.dealer-list-ul a .dealer-r .compositerank-box {
    align-items: center;
    display: flex;
    margin-bottom: 6px
}

.dealer-list-ul a .dealer-r .compositerank-box .compositerank-flag {
    height: 17px;
    margin-right: 6px;
    width: 26px
}

.dealer-list-ul a .dealer-r .compositerank-box .compositerank-type {
    align-items: center;
    border: .5px solid #f16816;
    border-radius: 2px;
    display: flex;
    margin-right: 6px
}

.dealer-list-ul a .dealer-r .compositerank-box .compositerank-type .compositerank-type-l {
    align-items: center;
    background: #f16816;
    display: flex;
    height: 17px;
    justify-content: center;
    width: 18px
}

.dealer-list-ul a .dealer-r .compositerank-box .compositerank-type .compositerank-type-l .icon-Frame5,.dealer-list-ul a .dealer-r .compositerank-box .compositerank-type .compositerank-type-l .icon-a-Frame812 {
    color: #fff;
    font-size: 12px
}

.dealer-list-ul a .dealer-r .compositerank-box .compositerank-type .compositerank-type-r {
    color: #f16816;
    font-size: 12px;
    font-weight: 400;
    max-width: 136px;
    overflow: hidden;
    padding: 0 6px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.dealer-list-ul a .dealer-r .compositerank-box .score-txt {
    color: #a3a3a3;
    font-size: 14px;
    font-weight: 400;
    margin-right: 6px
}

.dealer-list-ul a .dealer-r .compositerank-box .score-txt-txt {
    color: #301;
    font-family: DIN-Medium;
    font-size: 16px;
    font-weight: 700
}

@media screen and (max-width: 799px) {
    .dealer-list-ul a:hover {
        background:none
    }

    .dealer-list-ul a .dealer-r {
        width: 170px
    }
}

html[dir=rtl] .dealer-list-ul a .dealer-r {
    padding-left: 0;
    padding-right: 16px
}

html[dir=rtl] .dealer-list-ul a .dealer-r .compositerank-box .score-txt {
    margin-left: 6px;
    margin-right: 0
}

.dealer-list-ul .el-rate__item {
    transform: rotate(-45deg)
}

.dealer-list-ul .el-rate__icon {
    margin-right: 0
}

@media screen and (max-width: 799px) {
    .dealer-list-ul a .dealer-r .r-score .r-score-star {
        margin:0
    }

    .dealer-list-ul a .dealer-r .r-score .el-icon-star-on {
        font-size: 15px
    }
}

.bg-vps {
    width: 100%
}

.bg-vps .exposures {
    margin: 0 0 18px
}

.bg-vps .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.bg-vps .list .list-exposures {
    height: 200px!important
}

.bg-vps .list .list-exposures:nth-child(3),.bg-vps .list .list-exposures:nth-child(4) {
    margin-bottom: 0
}

.bg-vps .vps {
    margin-top: 18px;
    width: 100%
}

@media screen and (max-width: 1199px) {
    .bg-vps {
        width:auto
    }

    .bg-vps .vps {
        margin-top: 0
    }

    .bg-vps .list .list-exposures {
        height: 166px!important
    }

    .bg-vps .list .list-exposures:nth-child(4) {
        display: none
    }
}

@media screen and (max-width: 999px) {
    .bg-vps .list .list-exposures {
        height:198px!important
    }
}

.bg-vps .vps .list-vps {
    height: 182px;
    width: 260px
}

.bg-vps .vps .vps-p {
    margin-top: 8px!important
}

.bg-vps .vps .vps-p-l,.bg-vps .vps .vps-p-r-2,.bg-vps .vps .vps-p-r-3 {
    font-size: 14px!important
}

.bg-vps .vps .vps-tool {
    margin-top: 13px!important
}

.bg-vps .vps .vps-tool .vps-tool-r {
    height: 29px!important;
    line-height: 29px!important
}

.article-vps {
    width: 793px
}

.article-vps .vps {
    margin-bottom: 18px;
    width: 100%
}

@media screen and (max-width: 1199px) {
    .article-vps {
        width:auto
    }
}

@media screen and (max-width: 799px) {
    .article-vps .vps {
        margin-bottom:0
    }
}

.knowLedge {
    display: flex;
    flex-direction: column;
    width: 100%
}

.knowLedge .know-img {
    height: 200px;
    overflow: hidden;
    position: relative;
    width: 100%
}

.knowLedge .know-img img {
    height: 100%!important;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.knowLedge .know-img .know-img-icon {
    align-items: center;
    background: rgba(0,0,0,.5);
    border-radius: 24px;
    display: flex;
    height: 48px;
    justify-content: center;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 48px
}

.knowLedge .know-img .know-img-icon .icon-Play {
    color: #fff;
    font-size: 16px
}

.knowLedge .know-img .know-time {
    background: rgba(0,0,0,.5);
    border-radius: 2px;
    bottom: 4px;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    padding: 0 8px;
    position: absolute;
    right: 4.5px
}

.knowLedge .know-info {
    background: #fff;
    border: 1px solid rgba(0,0,0,.05);
    border-radius: 0 0 2px 2px;
    border-top: 0 solid rgba(0,0,0,.05);
    padding: 16px 20px;
    width: 100%
}

.knowLedge .know-info .know-info-title {
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #3d3d3d;
    display: -webkit-box;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis
}

.knowLedge .know-info .know-info-tool {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: 12px
}

.knowLedge .know-info .know-info-tool .tool-l .tool-l-line {
    background: #f0f1f2;
    border-radius: 5px;
    height: 10px;
    width: 100px
}

.knowLedge .know-info .know-info-tool .tool-l .tool-l-line .tool-l-box {
    background: linear-gradient(90deg,#ffd733,#f15555);
    border-radius: 5px;
    height: 10px;
    width: 50%
}

.knowLedge .know-info .know-info-tool .tool-r {
    align-items: center;
    display: flex
}

.knowLedge .know-info .know-info-tool .tool-r .icon-jubanshijian {
    color: #979797;
    font-size: 16px
}

.knowLedge .know-info .know-info-tool .tool-r .tool-r-time {
    color: #ccc;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding-left: 9px
}

.knowLedge:hover .know-img img {
    transform: scale(1.2)
}

.knowLedge:hover .know-info .know-info-title {
    color: #b28936
}

.wiki-nav-wrap {
    scrollbar-width: none
}

html[dir=rtl] .wiki-nav-item {
    margin-left: 24px
}

.home-articlelist .home-vps {
    margin-bottom: 16px
}

.home-articlelist .title-tab {
    align-items: flex-start;
    flex: 1;
    flex-shrink: 0;
    overflow: hidden
}

.home-articlelist .title-tab .title-l {
    align-items: flex-start
}

.home-articlelist .title-tab .title-l .title-l-t {
    align-items: flex-start;
    display: none
}

.home-articlelist .title-tab .title-l .title-l-t .title-l-t-text {
    margin-right: 20px
}

.home-articlelist .title-tab .title-r {
    background: #fafafa;
    padding-left: 10px;
    position: relative;
    top: 3px
}

.home-articlelist .title-tab .list-cate {
    padding-right: 30px;
    width: 100%
}

.home-articlelist .title-tab .wiki-nav-item {
    align-items: flex-start;
    height: 50px
}

.home-articlelist .title-tab .active {
    color: #292929;
    font-weight: 700
}

.home-articlelist .list,.home-articlelist .list-two {
    max-height: 753px;
    overflow: hidden
}

.home-articlelist .list .home-list,.home-articlelist .list-two .home-list {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(0,0,0,.05);
    border-radius: 4px;
    box-sizing: border-box;
    display: flex;
    height: 141px;
    margin-bottom: 12px;
    padding: 14px;
    width: 100%
}

.home-articlelist .list .home-list .l,.home-articlelist .list-two .home-list .l {
    flex-shrink: 0;
    height: 106px;
    width: 200px
}

.home-articlelist .list .home-list .l img,.home-articlelist .list-two .home-list .l img {
    border-radius: 4px;
    height: 113px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 200px
}

.home-articlelist .list .home-list .r,.home-articlelist .list-two .home-list .r {
    box-sizing: border-box;
    flex: 1;
    overflow: hidden;
    padding-left: 18px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.home-articlelist .list .home-list .r .r-survey,.home-articlelist .list-two .home-list .r .r-survey {
    align-items: center;
    display: none;
    margin-bottom: 8px
}

.home-articlelist .list .home-list .r .r-survey img,.home-articlelist .list-two .home-list .r .r-survey img {
    height: 20px;
    margin-right: 6px;
    width: 20px
}

.home-articlelist .list .home-list .r .r-survey span,.home-articlelist .list-two .home-list .r .r-survey span {
    border: 1px solid rgba(4,161,135,.2);
    border-radius: 2px;
    color: #04a187;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    padding: 0 6px
}

.home-articlelist .list .home-list .r .r-tag,.home-articlelist .list-two .home-list .r .r-tag {
    background: #e67373;
    border-radius: 2px;
    color: #fff;
    display: none;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-right: 8px;
    padding: 0 6px
}

.home-articlelist .list .home-list .r .r-title,.home-articlelist .list-two .home-list .r .r-title {
    color: #2a2a2a;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.home-articlelist .list .home-list .r .r-title span,.home-articlelist .list-two .home-list .r .r-title span {
    background: #e67373;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-right: 8px;
    padding: 0 6px;
    position: relative;
    top: -1px
}

.home-articlelist .list .home-list .r .r-title img,.home-articlelist .list-two .home-list .r .r-title img {
    height: 20px;
    position: relative;
    top: 4px;
    width: 20px
}

.home-articlelist .list .home-list .r .r-img,.home-articlelist .list-two .home-list .r .r-img {
    display: none
}

.home-articlelist .list .home-list .r .r-img img,.home-articlelist .list-two .home-list .r .r-img img {
    -o-object-fit: cover;
    object-fit: cover
}

.home-articlelist .list .home-list .r .r-p,.home-articlelist .list-two .home-list .r .r-p {
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #a3a3a3;
    display: -webkit-box;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    height: 40px;
    line-height: 20px;
    margin-top: 9px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal
}

.home-articlelist .list .home-list .r .flex-p,.home-articlelist .list-two .home-list .r .flex-p {
    flex: 1
}

.home-articlelist .list .home-list .r .r-tool,.home-articlelist .list-two .home-list .r .r-tool {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: 16px
}

.home-articlelist .list .home-list .r .r-tool .r-tool-l,.home-articlelist .list-two .home-list .r .r-tool .r-tool-l {
    align-items: center;
    display: flex;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.home-articlelist .list .home-list .r .r-tool .r-tool-l .r-tool-l-avader,.home-articlelist .list-two .home-list .r .r-tool .r-tool-l .r-tool-l-avader {
    border-radius: 8px;
    height: 16px;
    width: 16px
}

.home-articlelist .list .home-list .r .r-tool .r-tool-l .r-tool-l-img,.home-articlelist .list-two .home-list .r .r-tool .r-tool-l .r-tool-l-img {
    border-radius: 2px;
    height: 18px;
    margin-right: 6px
}

.home-articlelist .list .home-list .r .r-tool .r-tool-l .r-tool-l-label,.home-articlelist .list-two .home-list .r .r-tool .r-tool-l .r-tool-l-label {
    border: 1px solid rgba(71,125,178,.2);
    border-radius: 2px;
    color: #477db2;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    margin-right: 10px;
    padding: 0 6px
}

.home-articlelist .list .home-list .r .r-tool .r-tool-l .r-tool-l-text,.home-articlelist .list-two .home-list .r .r-tool .r-tool-l .r-tool-l-text {
    color: #3d3d3d;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.home-articlelist .list .home-list .r .r-tool .r-tool-l .r-tool-l-su,.home-articlelist .list-two .home-list .r .r-tool .r-tool-l .r-tool-l-su {
    color: #3d3d3d;
    font-size: 12px;
    font-style: normal;
    font-weight: 400
}

.home-articlelist .list .home-list .r .r-tool .r-tool-l .r-tool-label,.home-articlelist .list-two .home-list .r .r-tool .r-tool-l .r-tool-label {
    border: 1px solid #e57373;
    border-radius: 2px;
    color: #e57373;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    padding: 0 6px
}

.home-articlelist .list .home-list .r .r-tool .r-tool-r,.home-articlelist .list-two .home-list .r .r-tool .r-tool-r {
    color: #a3a3a3;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.home-articlelist .list .home-list:hover .r-title,.home-articlelist .list-two .home-list:hover .r-title {
    color: #b38936
}

.home-articlelist .list .home-list:last-child,.home-articlelist .list-two .home-list:last-child {
    margin-bottom: 0
}

.home-articlelist .list .list-know,.home-articlelist .list-two .list-know {
    height: 289px;
    margin-bottom: 16px;
    width: 388.5px
}

.home-articlelist .list-survey-trader,.home-articlelist .list-two {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.home-articlelist .list-survey-trader {
    margin-top: 18px
}

.home-articlelist .list-survey-trader .survey-list {
    width: 387px!important
}

@media screen and (max-width: 1199px) {
    .home-articlelist .title-tab .list-cate {
        width:510px
    }

    .home-articlelist .list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        max-height: 779px;
        overflow: hidden
    }

    .home-articlelist .list .home-list {
        height: 381px;
        margin-bottom: 16px;
        padding: 21px 20px;
        width: 259px
    }

    .home-articlelist .list .home-list .l {
        display: none
    }

    .home-articlelist .list .home-list .r {
        display: flex;
        flex-direction: column;
        height: 100%;
        padding-left: 0
    }

    .home-articlelist .list .home-list .r .r-survey {
        display: flex
    }

    .home-articlelist .list .home-list .r .r-tag {
        display: inline-block;
        margin-bottom: 8px
    }

    .home-articlelist .list .home-list .r .r-title {
        word-wrap: break-word;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        flex-shrink: 0;
        font-size: 17px;
        height: 44px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal
    }

    .home-articlelist .list .home-list .r .r-title img,.home-articlelist .list .home-list .r .r-title span {
        display: none
    }

    .home-articlelist .list .home-list .r .r-p {
        -webkit-line-clamp: 5;
        height: 100px
    }

    .home-articlelist .list .home-list .r .r-tool .r-tool-l-label {
        display: none
    }

    .home-articlelist .list .home-list .r .r-tool .r-tool-l span {
        max-width: 84px
    }

    .home-articlelist .list .home-list .r .r-img {
        display: block
    }

    .home-articlelist .list .home-list .r .r-img img {
        border-radius: 4px;
        display: block;
        height: 104px;
        margin: 0 auto;
        width: 208px
    }

    .home-articlelist .list-two {
        max-height: 778px;
        overflow: hidden
    }

    .home-articlelist .list-two .list-know {
        height: unset;
        width: 258px
    }

    .home-articlelist .list-two .list-know .knowLedge .know-img {
        height: 134px
    }

    .home-articlelist .list-two .list-know .knowLedge .know-info .know-info-title {
        height: 50px
    }
}

@media screen and (max-width: 999px) {
    .home-articlelist .title-tab .list-cate {
        width:330px
    }

    .home-articlelist .list {
        max-height: 738px;
        overflow: hidden
    }

    .home-articlelist .list .home-list {
        height: 361px;
        width: 100%
    }

    .home-articlelist .list .home-list .r .r-p {
        -webkit-line-clamp: 4;
        height: 80px
    }

    .home-articlelist .list .home-list .r .r-img img {
        height: 132px!important;
        width: 100%
    }

    .home-articlelist .list-two {
        max-height: 735px
    }

    .home-articlelist .list-two .list-know {
        height: unset;
        width: 100%
    }

    .home-articlelist .list-two .list-know .knowLedge .know-img {
        height: 270px
    }

    .home-articlelist .list-two .list-know .knowLedge .know-info .know-info-title {
        -webkit-line-clamp: 1;
        height: 25px
    }
}

@media screen and (max-width: 799px) {
    .home-articlelist .list {
        max-height:none
    }

    .home-articlelist .list .home-list {
        height: auto
    }

    .home-articlelist .list-cate,.home-articlelist .title-tab a {
        display: none
    }

    .home-articlelist .r {
        height: auto!important
    }

    .home-articlelist .r .r-img img {
        max-height: 116px!important
    }
}

html[dir=rtl] .home-articlelist .list .home-list .r {
    padding-left: 0;
    padding-right: 18px
}

html[dir=rtl] .home-articlelist .list .home-list .r .r-tool .r-tool-l .r-tool-l-label {
    margin-left: 10px;
    margin-right: 0
}

html[dir=rtl] .home-articlelist .list .home-list .r .r-tool .r-tool-l .r-tool-l-img {
    margin-left: 6px;
    margin-right: 0
}

html[dir=rtl] .home-articlelist .title-tab .title-r {
    padding-left: 0
}

.trader-bg-t {
    display: flex;
    justify-content: space-between
}

.trader-bg-t .trader-l {
    background: #fff;
    border: 6px solid rgba(179,137,54,.2);
    box-sizing: content-box;
    overflow: hidden;
    width: 375px
}

.trader-bg-t .trader-l .l-header {
    background: linear-gradient(180deg,#fafafa,#f5f5f5);
    border-radius: 2px;
    display: flex;
    height: 56px;
    width: 100%
}

.trader-bg-t .trader-l .l-header .header-rankings {
    align-items: center;
    background: #fff;
    box-sizing: border-box;
    color: #292929;
    display: flex;
    float: left;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    height: 56px;
    justify-content: center;
    line-height: 18px;
    padding: 0 10px;
    width: 129px
}

.trader-bg-t .trader-l .l-header .header-rankings .iconfont {
    font-size: 22px
}

.trader-bg-t .trader-l .l-header .header-rankings .header-rankings-text {
    font-weight: 700;
    word-break: break-all
}

.trader-bg-t .trader-l .l-header ul {
    display: flex;
    flex: 1;
    float: left
}

.trader-bg-t .trader-l .l-header ul li {
    align-items: center;
    cursor: pointer;
    display: flex;
    flex: 1;
    height: 56px;
    justify-content: center
}

.trader-bg-t .trader-l .l-header ul li span {
    color: #ccc;
    font-size: 22px
}

.trader-bg-t .trader-l .l-header ul li:hover {
    background: rgba(0,0,0,.02)
}

.trader-bg-t .trader-l .l-header ul li:hover span {
    color: #3d3d3d
}

.trader-bg-t .trader-l .l-header ul .sky-li:hover span {
    color: #77512e
}

.trader-bg-t .trader-l .l-header ul .active-rank {
    background: rgba(0,0,0,.02)
}

.trader-bg-t .trader-l .l-header ul .active-rank span {
    color: #3d3d3d
}

.trader-bg-t .trader-l .l-header ul .active-rank-sky span {
    color: #77512e
}

.trader-bg-t .trader-l .l-list {
    height: 704px;
    margin-bottom: 12px;
    margin-top: 8px;
    overflow: hidden
}

.trader-bg-t .trader-l .tab-article {
    height: 884px
}

.trader-bg-t .trader-r {
    flex: 1;
    margin-left: 22px;
    padding-top: 6px;
    width: 533px
}

@media screen and (max-width: 1199px) {
    .trader-bg-t {
        align-items:flex-start
    }

    .trader-bg-t .trader-l {
        box-sizing: border-box
    }

    .trader-bg-t .trader-l .l-list {
        height: 968px
    }

    .trader-bg-t .trader-l .five {
        height: 1262px
    }

    .trader-bg-t .trader-l .three {
        height: 870px
    }

    .trader-bg-t .trader-r {
        margin-left: 26px;
        width: 533px
    }
}

@media screen and (max-width: 999px) {
    .trader-bg-t .trader-l {
        box-sizing:border-box
    }

    .trader-bg-t .trader-l .l-list {
        height: 1056px
    }

    .trader-bg-t .trader-l .two {
        height: 959px!important
    }

    .trader-bg-t .trader-l .three {
        height: 961px
    }

    .trader-bg-t .trader-l .five {
        height: 1174px
    }

    .trader-bg-t .trader-r {
        flex-shrink: 0;
        width: 353px
    }
}

@media screen and (max-width: 799px) {
    .trader-bg-t {
        flex-direction:column
    }

    .trader-bg-t .trader-l {
        width: 100%
    }

    .trader-bg-t .trader-l .l-list {
        height: 792px
    }

    .trader-bg-t .trader-r {
        margin-bottom: 18px;
        margin-left: 0;
        margin-top: 18px;
        width: 100%
    }
}

html[dir=rtl] .trader-bg-t .trader-r {
    margin-left: 0;
    margin-right: 22px
}

html[dir=rtl] .trader-bg-t .trader-l .l-header .header-rankings .header-rankings-text {
    margin-left: 0;
    margin-right: 6px
}

@media screen and (max-width: 799px) {
    html[dir=rtl] .trader-bg-t .trader-r {
        margin-right:0
    }
}

.zoom-enter-active,.zoom-leave-active {
    transition: all .15s cubic-bezier(.42,0,.34,1.55)
}

.zoom-enter,.zoom-leave-to {
    transform: scale(0)
}

.zoom-enter-to,.zoom-leave {
    transform: scale(1)
}

.forum-list {
    background: #fff;
    border: 1px solid rgba(0,0,0,.05);
    border-radius: 2px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: 168px;
    padding: 16px;
    width: 388px
}

.forum-list .forum-head {
    margin-bottom: 12px;
    width: 100%
}

.forum-list .pub-con-height .forum-p .forum-p-text-1 {
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis
}

.forum-list .forum-label {
    display: flex;
    flex-wrap: wrap;
    height: 21px;
    overflow: hidden
}

.forum-list .forum-label span {
    border: .5px solid #ff9f40;
    border-radius: 10.5px;
    color: #ff9f40;
    font-size: 12px;
    font-weight: 400;
    height: 21px;
    line-height: 19px;
    margin-right: 8px;
    padding: 0 8px
}

.forum-list:hover {
    box-shadow: 0 4px 10px 0 rgba(0,0,0,.14);
    cursor: pointer
}

.no-data {
    align-items: center;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 15px;
    position: relative;
    width: 100%
}

.no-data .img {
    height: 200px;
    width: 250px
}

.no-data .title {
    color: #ccc;
    font-family: PingFang SC;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    height: 24px;
    line-height: 24px;
    text-align: center
}

.no-data .title .nodataval {
    align-items: center;
    display: flex;
    margin: 0 auto
}

.no-data .comment {
    background: #ffd733;
    border-radius: 32px;
    box-sizing: border-box;
    flex-direction: row;
    gap: 6px;
    justify-content: center;
    line-height: 42px;
    margin-top: 16px;
    order: 2;
    padding: 10px 16px
}

.no-data .comment,.no-data .comment .commenttext {
    align-items: center;
    display: flex;
    flex: none;
    flex-grow: 0
}

.no-data .comment .commenttext {
    color: #301;
    font-family: PingFang SC;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin: 0;
    max-width: 250px;
    order: 0;
    text-align: center
}

.no-data .comment .iconfont {
    color: #301;
    font-size: 18px;
    font-weight: 600;
    height: 18px;
    line-height: 20px;
    width: 22px
}

@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 {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 16px
}

.wiki-forum .list .forum-list .forum-info .forum-p {
    margin-bottom: 7px
}

.wiki-forum .title-tab .title-l .title-tab-tttt .home-tab .wiki-nav-wrap .wiki-nav-list .home-tab-active {
    font-size: 18px;
    font-weight: 600
}

.wiki-forum .title-tab .title-l .title-tab-tttt .home-tab .wiki-nav-wrap .wiki-nav-list .wiki-nav-item {
    font-size: 18px
}

.wiki-forum .list-forumbox:nth-child(2),.wiki-forum .list-forumbox:nth-child(5) {
    margin-left: 16px;
    margin-right: 16px
}

@media screen and (max-width: 1199px) {
    .wiki-forum .forum-list {
        width:461px
    }

    .wiki-forum .list-forumbox:nth-child(5),.wiki-forum .list-forumbox:nth-child(6) {
        display: none
    }

    .wiki-forum .list-forumbox:nth-child(2n) {
        margin-left: 16px;
        margin-right: 0
    }

    .wiki-forum .list-forumbox:nth-child(2n):where([dir=rtl],[dir=rtl] *) {
        margin-left: 0;
        margin-right: 16px
    }
}

@media screen and (max-width: 999px) {
    .wiki-forum .title-l-t {
        display:none!important
    }

    .wiki-forum .forum-list {
        margin-bottom: 16px;
        width: 371px
    }

    .wiki-forum .list-forumbox:nth-child(3),.wiki-forum .list-forumbox:nth-child(4),.wiki-forum .list-forumbox:nth-child(5),.wiki-forum .list-forumbox:nth-child(6) {
        display: none
    }
}

@media screen and (max-width: 799px) {
    .wiki-forum .title-l-t {
        display:block!important
    }

    .wiki-forum .forum-tab {
        display: none
    }

    .wiki-forum .forum-list {
        width: 100%
    }

    .wiki-forum .list-forumbox {
        height: auto
    }

    .wiki-forum .list-forumbox:nth-child(3),.wiki-forum .list-forumbox:nth-child(4) {
        display: block
    }
}

.survey-list {
    background: #fff;
    border: 1px solid rgba(0,0,0,.05);
    box-sizing: border-box;
    height: 344px;
    width: 388px
}

.survey-list .survey-list-img img {
    width: 18px
}

.survey-list a {
    border-radius: 2px;
    box-sizing: border-box;
    display: block;
    height: 344px;
    padding: 22px 20px;
    width: 388px
}

.survey-list .survey-title {
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #3d3d3d;
    display: -webkit-box;
    font-family: PingFang SC;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    height: 48px;
    line-height: 24px;
    margin-top: 18px;
    overflow: hidden;
    text-overflow: ellipsis
}

.survey-list .survey-img {
    border-radius: 10px;
    height: 166px;
    margin-top: 16px;
    position: relative
}

.survey-list .survey-img img {
    border-radius: 6px;
    height: 166px;
    width: 100%
}

.survey-list .survey-img span {
    background: rgba(51,128,102,.9);
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    left: 8px;
    line-height: 24px;
    padding: 0 6px;
    position: absolute;
    top: 8px
}

.survey-list .survey-tool {
    justify-content: space-between;
    margin-top: 16px
}

.survey-list .survey-tool,.survey-list .survey-tool .survey-tool-l {
    align-items: center;
    display: flex
}

.survey-list .survey-tool .survey-tool-l img {
    border-radius: 3px;
    height: 16px!important;
    width: 25px
}

.survey-list .survey-tool .survey-tool-l span {
    color: #7a7a7a;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding-left: 8px
}

.survey-list .survey-tool .survey-tool-r {
    color: #ccc;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px
}

.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%
    }
}

html[dir=rtl] .survey-list .title-tab .title-l .title-l-t .title-l-t-text {
    margin-right: 10px
}

html[dir=rtl] .survey-list .survey-tool .survey-tool-l span {
    padding-left: 0;
    padding-right: 8px
}

.wiki-survey .list {
    display: flex;
    justify-content: space-between;
    margin-top: 16px
}

@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 {
    align-items: center;
    display: flex;
    flex: 1;
    padding-right: 30px
}

.wiki-education .tab-list .iconfont {
    cursor: pointer;
    font-size: 20px;
    font-weight: 700
}

.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;
    height: 25px;
    overflow: hidden;
    position: relative
}

.wiki-education .tab-list .tab-list-box ul {
    left: 0;
    position: absolute;
    top: 0;
    transition: all 1s linear;
    white-space: nowrap
}

.wiki-education .tab-list .tab-list-box ul .education-ul {
    color: #a3a3a3;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    margin-right: 22px
}

.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 {
    background: #fff;
    border: 1px solid rgba(0,0,0,.05);
    border-radius: 2px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: 290px;
    padding: 24px;
    width: 390px
}

.wiki-education .list .list-ul .list-title {
    -webkit-line-clamp: 3;
    color: #292929;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    max-height: 75px
}

.wiki-education .list .list-ul .list-p,.wiki-education .list .list-ul .list-title {
    word-wrap: break-word;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-style: normal;
    overflow: hidden;
    text-overflow: ellipsis
}

.wiki-education .list .list-ul .list-p {
    -webkit-line-clamp: 6;
    color: #a3a3a3;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 6px;
    max-height: 120px
}

.wiki-education .list .list-ul .list-empty {
    flex: 1
}

.wiki-education .list .list-ul .list-tool {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.wiki-education .list .list-ul .list-tool .list-tool-l {
    background: #47b2a0;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding: 0 6px
}

.wiki-education .list .list-ul .list-tool .list-tool-r {
    align-items: center;
    display: flex
}

.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 {
    color: #a3a3a3;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    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 {
        flex-shrink:0;
        height: 244px;
        width: 462px
    }

    .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 {
        flex-shrink:0;
        height: 274px;
        width: 372px
    }
}

@media screen and (max-width: 799px) {
    .wiki-education .title-tab .title-tab {
        display:none
    }

    .wiki-education .list {
        flex-direction: column
    }

    .wiki-education .list .list-ul {
        height: auto;
        margin-top: 16px;
        width: 100%
    }

    .wiki-education .list .list-ul .list-tool {
        margin-top: 10px
    }
}

html[dir=rtl] .wiki-education .list .list-ul .list-tool .list-tool-r .time {
    padding-left: 0;
    padding-right: 8px
}

html[dir=rtl] .wiki-education .list .list-ul {
    margin-left: 16px!important;
    margin-right: unset!important
}

html[dir=rtl] .wiki-education .tab-list .tab-list-box ul {
    left: auto;
    right: 0
}

html[dir=rtl] .wiki-education .tab-list .tab-list-box ul .education-ul {
    margin-left: 22px;
    margin-right: 0
}

.wiki-education .no-data {
    background-color: transparent!important
}

.list-vps-john {
    background: #fff;
    box-sizing: border-box;
    height: 166px;
    padding: 20px 16px;
    width: 100%
}

.list-vps-john .head {
    align-items: center;
    display: flex;
    margin-bottom: 15px;
    width: 100%
}

.list-vps-john .head .iconfont {
    font-size: 15px
}

.list-vps-john .head .head-text {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
    padding-left: 6px
}

.list-vps-john .vps-p {
    display: flex;
    height: 20px;
    margin-bottom: 2px
}

.list-vps-john .vps-p .vps-p-l {
    color: #3d3d3d;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    min-width: 62px
}

.list-vps-john .vps-p .vps-p-r {
    align-items: center;
    display: flex
}

.list-vps-john .vps-p .vps-p-r .iconfont {
    color: #e66112;
    font-size: 12px
}

.list-vps-john .vps-p .vps-p-r .vps-pp-r-0 {
    animation: vpsAni .5s linear infinite alternate running
}

.list-vps-john .vps-p .vps-p-r .vps-pp-r-1 {
    animation: vpsAni .5s linear .5s infinite alternate running
}

.list-vps-john .vps-p .vps-p-r .vps-pp-r-2 {
    animation: vpsAni .5s linear 1s infinite alternate running
}

@keyframes vpsAni {
    0% {
        transform: translateY(-2px)
    }

    to {
        transform: translateY(3px)
    }
}

.list-vps-john .vps-p .vps-p-r .vps-p-r-2 {
    color: #e66112;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 10px;
    padding-left: 2px
}

.list-vps-john .vps-p .vps-p-r .vps-p-r-3 {
    color: #3d3d3d;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 10px
}

.list-vps-john .vps-p:nth-child(4) {
    margin-bottom: 0
}

.list-vps-john .vps-tool {
    justify-content: space-between;
    margin-top: 15px
}

.list-vps-john .vps-tool,.list-vps-john .vps-tool .vps-tool-l {
    align-items: center;
    display: flex
}

.list-vps-john .vps-tool .vps-tool-l .vps-tool-l-1 {
    color: #e66112;
    font-family: DIN-Medium;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px
}

.list-vps-john .vps-tool .vps-tool-l .vps-tool-l-2 {
    color: rgba(0,0,0,.5);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding-left: 6px;
    position: relative;
    top: 2px
}

.list-vps-john .vps-tool .vps-tool-l-add {
    align-items: flex-start;
    flex-direction: column
}

.list-vps-john .vps-tool .vps-tool-r {
    align-items: center;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    height: 28px;
    line-height: 28px;
    padding: 0 12px
}

.list-vps-john .vps-tool .vps-tool-r .iconfont {
    margin-right: 6px
}

.list-vps-john .vps-tool .vps-tool-r:hover {
    opacity: 1
}

.list-vps-john:hover {
    box-shadow: 0 4px 10px 0 rgba(0,0,0,.14)
}

@media screen and (max-width: 1199px) {
    .list-vps-john .vps-tool .vps-tool-r {
        padding:0 10px
    }
}

@media screen and (max-width: 799px) {
    .list-vps-john:first-child {
        margin-bottom:10px
    }
}

.list-vps-yellow {
    background: rgba(178,137,54,.051) url(https://resources1.interface003.com/web20/img/dealer/vps/zhuanshuvps.png) no-repeat calc(100% - 10px) 10px;
    background-size: 117px 96px
}

.list-vps-blue {
    background: rgba(46,82,153,.051) url(https://resources1.interface003.com/web20/img/dealer/vps/ptvps.png) no-repeat calc(100% - 10px) 10px;
    background-size: 117px 96px
}

html[dir=rtl] .list-vps-john .head .head-text,html[dir=rtl] .list-vps-john .vps-tool .vps-tool-l .vps-tool-l-2 {
    padding-left: 0;
    padding-right: 6px
}

html[dir=rtl] .list-vps-yellow {
    background: rgba(178,137,54,.051) url(https://resources1.interface003.com/web20/img/dealer/vps/zhuanshuvps.png) no-repeat 10px 10px;
    background-size: 117px 96px
}

html[dir=rtl] .list-vps-blue {
    background: rgba(46,82,153,.051) url(https://resources1.interface003.com/web20/img/dealer/vps/ptvps.png) no-repeat 10px 10px;
    background-size: 117px 96px
}

.wiki-ea .list {
    display: flex;
    margin-top: 16px
}

.wiki-ea .list .list-l {
    flex: 1
}

.wiki-ea .list .list-l li {
    background: #fff;
    border: 1px solid rgba(0,0,0,.05);
    border-radius: 2px;
    display: flex;
    float: left;
    height: 178px;
    margin-right: 18px;
    width: 389px
}

.wiki-ea .list .list-l li a {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    padding: 20px;
    width: 100%
}

.wiki-ea .list .list-l li a .list-title {
    align-items: center;
    display: flex
}

.wiki-ea .list .list-l li a .list-title .list-title-1 {
    background: #2e5299;
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    padding: 0 6px
}

.wiki-ea .list .list-l li a .list-title .list-title-2 {
    color: #3d3d3d;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    padding-left: 6px
}

.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 {
    color: rgba(0,0,0,.5);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.wiki-ea .list .list-l li a .list-text .list-text-2 {
    color: #e66112;
    font-family: DIN;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    padding-left: 8px
}

.wiki-ea .list .list-l li a .list-des {
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #ccc;
    display: -webkit-box;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    margin-top: 8px;
    max-height: 34px;
    overflow: hidden;
    text-overflow: ellipsis
}

.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 {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%
}

.wiki-ea .list .list-l li a .list-tool .list-tool-l {
    align-items: center;
    display: flex
}

.wiki-ea .list .list-l li a .list-tool .list-tool-l .list-tool-l-1 {
    color: #e66112;
    font-family: DIN-Medium;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px
}

.wiki-ea .list .list-l li a .list-tool .list-tool-l .list-tool-l-2 {
    text-decoration-line: line-through
}

.wiki-ea .list .list-l li a .list-tool .list-tool-l .list-tool-l-2,.wiki-ea .list .list-l li a .list-tool .list-tool-l .list-tool-l-3 {
    color: rgba(0,0,0,.5);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    padding-left: 4px;
    position: relative;
    top: 2px
}

.wiki-ea .list .list-l li a .list-tool .list-tool-r {
    align-items: center;
    background: #3b4858;
    box-shadow: 0 0 0 1px #323947;
    color: #fff;
    display: flex;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    height: 24px;
    line-height: 24px;
    padding: 0 12px
}

.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 {
    background: #fff;
    border: 1px solid rgba(178,137,54,.1);
    border-radius: 2px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    height: 374px;
    justify-content: space-between;
    padding: 16px 20px;
    width: 386px
}

@media screen and (max-width: 1199px) {
    .wiki-ea .list {
        justify-content:space-between
    }

    .wiki-ea .list .list-l {
        flex: none;
        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 {
        height: auto;
        width: 461px
    }
}

@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%
    }
}

html[dir=rtl] .wiki-ea .list .list-l li {
    float: right;
    margin-left: 18px;
    margin-right: 0
}

html[dir=rtl] .wiki-ea .list .list-l li a .list-title .list-title-2 {
    padding-left: 0;
    padding-right: 6px
}

html[dir=rtl] .wiki-ea .list .list-l li a .list-tool .list-tool-l .list-tool-l-2 {
    padding-left: 0;
    padding-right: 4px
}

.sides-pop {
    border-radius: 10px;
    display: inline-block;
    height: 10px;
    margin-right: 5px;
    width: 10px
}

.sides-pop-rotate {
    transform: rotate(180deg)
}

.distri-bution .title-l-t-text {
    margin-right: 0!important;
    overflow: hidden;
    text-overflow: ellipsis
}

@keyframes twinkle-red {
    0%,to {
        background: rgba(199,52,76,.8)
    }

    50% {
        background: #c30e1d
    }
}

@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 {
    background: #fff;
    border: 1px solid rgba(0,0,0,.05);
    border-radius: 2px;
    box-sizing: border-box;
    padding: 16px;
    width: 388px
}

.distri-bution .distri-list-l .distri-list .label {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px
}

.distri-bution .distri-list-l .distri-list .label .label-icon {
    align-items: center;
    display: flex;
    margin-left: 8px
}

.distri-bution .distri-list-l .distri-list .label .label-icon .label-icon-1 {
    background: #c7344c;
    border-radius: 1px;
    height: 8px;
    width: 20px
}

.distri-bution .distri-list-l .distri-list .label .label-icon .label-icon-2 {
    color: #a3a3a3;
    font-family: PingFang SC;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    padding-left: 8px
}

.distri-bution .distri-list-l .distri-list .list-ul {
    margin-top: 8px
}

.distri-bution .distri-list-l .distri-list .transverse2bars {
    align-items: center;
    display: flex;
    height: 40px;
    margin-bottom: 4px;
    position: relative
}

.distri-bution .distri-list-l .distri-list .transverse2bars .label-group {
    color: #292929;
    font-family: DIN;
    margin-right: 10px
}

.distri-bution .distri-list-l .distri-list .transverse2bars .is-en {
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    min-width: 75px
}

.distri-bution .distri-list-l .distri-list .transverse2bars .is-cn {
    font-size: 13px;
    line-height: 16px;
    min-width: 60px
}

.distri-bution .distri-list-l .distri-list .transverse2bars [class*=bar-] {
    color: #fff;
    font-family: DIN;
    font-size: 14px;
    height: 20px;
    line-height: 18px;
    transition: all .3s
}

.distri-bution .distri-list-l .distri-list .transverse2bars .inside-group {
    display: flex;
    flex: 1
}

.distri-bution .distri-list-l .distri-list .transverse2bars .inside-group .bar-left {
    background: #c7344c;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 2px 0 0 2px;
    box-shadow: 0 1px 4px rgba(179,36,60,.3);
    padding-left: 6px
}

.distri-bution .distri-list-l .distri-list .transverse2bars .inside-group .bar-right {
    background: #2e9987;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0 2px 2px 0;
    box-shadow: 0 1px 4px rgba(51,128,102,.3);
    padding-right: 6px;
    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 {
    animation: twinkle-red .5s;
    animation-iteration-count: 2
}

.distri-bution .distri-list-l .distri-list .twinkle-once .inside-group .bar-right {
    animation: twinkle-green .5s;
    animation-iteration-count: 2
}

.distri-bution .distri-more {
    background: #fff;
    border: 1px solid rgba(0,0,0,.05);
    padding: 16px;
    width: 388px
}

.distri-bution .distri-more .head {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 18px
}

.distri-bution .distri-more .head .usd-select {
    width: 110px
}

.distri-bution .distri-more .head .usd-select .el-input__inner {
    color: #3d3d3d;
    font-family: DIN-Medium;
    padding-left: 12px
}

.distri-bution .distri-more .head .head-r {
    display: flex;
    justify-content: flex-end
}

.distri-bution .distri-more .head .head-r .label-icon {
    align-items: center;
    display: flex
}

.distri-bution .distri-more .head .head-r .label-icon .label-icon-1 {
    background: #c7344c;
    border-radius: 1px;
    height: 8px;
    width: 20px
}

.distri-bution .distri-more .head .head-r .label-icon .label-icon-2 {
    color: #a3a3a3;
    font-family: PingFang SC;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    padding-left: 8px
}

.distri-bution .distri-more .head .head-r .label-icon:not(:first-child) {
    margin-left: 8px
}

.distri-bution .distri-more .hang-tag-group {
    margin: 20px 0 25px;
    position: relative;
    width: 270px
}

.distri-bution .distri-more .hang-tag-group .grid-line {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.distri-bution .distri-more .hang-tag-group .grid-line .grid-table {
    border-bottom: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    height: 100%;
    width: 100%
}

.distri-bution .distri-more .hang-tag-group .grid-line .grid-table tr td {
    border-left: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6
}

.distri-bution .distri-more .hang-tag-group .grid-line .y-worth {
    position: absolute;
    right: -60px;
    top: 0
}

.distri-bution .distri-more .hang-tag-group .grid-line .y-worth li {
    color: #292929;
    font-family: DIN-Medium;
    font-size: 12px;
    height: 36px;
    line-height: 36px
}

.distri-bution .distri-more .hang-tag-group .grid-line .x-worth {
    bottom: -24px;
    display: flex;
    left: -8%;
    position: absolute;
    width: 116%
}

.distri-bution .distri-more .hang-tag-group .grid-line .x-worth li {
    color: #292929;
    font-family: DIN-Medium;
    font-size: 12px;
    text-align: center;
    width: 15%
}

.distri-bution .distri-more .hang-tag-group .bar-box {
    height: 195px;
    position: relative;
    width: 50%
}

.distri-bution .distri-more .hang-tag-group .cut-off-line {
    border-bottom: 1px dashed #ffd733;
    margin: 1px 0;
    position: relative;
    width: 100%
}

.distri-bution .distri-more .hang-tag-group .cut-off-line .cut-txt {
    background-image: url(https://resources1.interface003.com/web20/img/home/chart-mark-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
    color: #301;
    font-family: DIN-Medium;
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    min-width: 64px;
    padding: 0 4px 0 8px;
    position: absolute;
    right: -72px;
    text-align: center;
    top: -14px
}

.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 {
        font-size: 15px;
        line-height: 18px;
        margin-right: 8px;
        min-width: 68px
    }

    .distri-bution .distri-list-l .distri-list .transverse2bars [class*=bar-] {
        font-size: 12px;
        line-height: 20px
    }

    .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 {
        flex-direction:column;
        width: 371px
    }

    .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 {
        margin: 30px 0 25px;
        width: 270px
    }
}

@media screen and (max-width: 799px) {
    .distri-bution {
        flex-direction:column
    }

    .distri-bution .distri-list-l {
        flex-direction: column;
        width: 100%
    }

    .distri-bution .distri-list-l .distri-list {
        margin-bottom: 18px;
        width: 100%
    }

    .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 {
        left: -25px;
        margin: 20px auto 25px;
        width: 64%
    }
}

html[dir=rtl] .distri-bution .distri-more .hang-tag-group .grid-line .y-worth {
    left: -60px;
    right: auto
}

html[dir=rtl] .distri-bution .distri-list-l {
    margin-left: 18px;
    margin-right: 0
}

html[dir=rtl] .distri-bution .distri-list-l .distri-list .label .label-icon .label-icon-2,html[dir=rtl] .distri-bution .distri-more .head .head-r .label-icon .label-icon-2 {
    padding-left: 8px;
    padding-right: 8px
}

html[dir=rtl] .distri-bution .distri-more .hang-tag-group .cut-off-line .cut-txt {
    left: -72px;
    right: auto
}

html[dir=rtl] .distri-bution .distri-more .hang-tag-group {
    direction: ltr;
    left: 0
}

.home-expo .el-button {
    background-color: #fff;
    border-color: #fff;
    color: #22ac38;
    padding: 0
}

.home-article-news-jjt {
    background: #fff;
    border: 1px solid rgba(0,0,0,.05);
    border-radius: 2px;
    box-sizing: border-box;
    overflow: hidden;
    padding: 20px 20px 22px
}

.home-article-news-jjt .article-box {
    display: flex
}

.home-article-news-jjt .article-box .article-l {
    overflow: hidden;
    position: relative;
    width: 298px
}

.home-article-news-jjt .article-box .article-l .list-box {
    left: 0;
    position: absolute;
    top: 0;
    white-space: nowrap
}

.home-article-news-jjt .article-box .article-l .transition {
    transition: all .3s linear
}

.home-article-news-jjt .article-box .article-l .list {
    display: inline-block;
    width: 298px
}

.home-article-news-jjt .article-box .article-l .list .list-banner {
    border-radius: 4px;
    display: block;
    height: 210px;
    margin-top: 16px;
    width: 100%
}

.home-article-news-jjt .article-box .article-l .list .list-title {
    -webkit-line-clamp: 2;
    color: #3d3d3d;
    font-size: 20px;
    font-weight: 600;
    height: 102px;
    line-height: 28px
}

.home-article-news-jjt .article-box .article-l .list .list-p,.home-article-news-jjt .article-box .article-l .list .list-title {
    word-wrap: break-word;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-style: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: break-spaces
}

.home-article-news-jjt .article-box .article-l .list .list-p {
    -webkit-line-clamp: 4;
    color: #a3a3a3;
    font-size: 14px;
    font-weight: 400;
    height: 80px;
    line-height: 20px;
    margin-top: 16px
}

.home-article-news-jjt .article-box .article-l .list .l-tool {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: 21px
}

.home-article-news-jjt .article-box .article-l .list .l-tool .time {
    align-items: center;
    display: flex
}

.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 {
    color: #ccc;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    padding-left: 4px
}

.home-article-news-jjt .article-box .article-l .list .l-tool .count {
    color: #7a7a7a;
    display: flex;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px
}

.home-article-news-jjt .article-box .article-l .pre {
    left: 10px;
    transform: rotate(180deg)
}

.home-article-news-jjt .article-box .article-l .nuxt {
    right: 10px
}

.home-article-news-jjt .article-box .article-l .s {
    align-items: center;
    background: rgba(0,0,0,.5);
    border-radius: 19px;
    cursor: pointer;
    display: flex;
    height: 38px;
    justify-content: center;
    position: absolute;
    top: 59px;
    width: 38px
}

.home-article-news-jjt .article-box .article-l .s .iconfont {
    color: #fff;
    font-size: 18px
}

.home-article-news-jjt .article-box .article-l .s:hover {
    background: rgba(0,0,0,.8)
}

.home-article-news-jjt .article-box .article-r {
    box-sizing: border-box;
    flex: 1;
    padding-left: 30px
}

.home-article-news-jjt .article-box .article-r .list {
    display: block;
    margin-bottom: 23px
}

.home-article-news-jjt .article-box .article-r .list .tag {
    display: flex
}

.home-article-news-jjt .article-box .article-r .list .tag span {
    background: #fff;
    border: 1px solid #b38936;
    border-radius: 2px;
    box-sizing: border-box;
    color: #b38936;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    height: 17px;
    line-height: 15px;
    padding: 0 4px
}

.home-article-news-jjt .article-box .article-r .list .list-title {
    color: #3d3d3d;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-top: 4px
}

.home-article-news-jjt .article-box .article-r .list .tool {
    align-items: center;
    display: flex;
    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 {
    color: #ccc;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    padding-left: 4px
}

.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 {
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis
}

.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 {
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis
}

.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: #b38936
}

@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 {
        flex-shrink: 0;
        height: 341px;
        width: 421px
    }

    .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 {
        flex-shrink: 0;
        margin-top: 30px;
        padding-left: 0;
        width: 100%
    }

    .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 {
        flex-shrink: 0;
        height: 339px;
        width: 313px
    }

    .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 {
        -webkit-line-clamp: 3;
        height: 60px
    }

    .home-article-news-jjt .article-box .article-l .list .l-tool {
        margin-top: 10px
    }

    .home-article-news-jjt .article-box .article-r {
        flex-shrink: 0;
        margin-top: 30px;
        padding-left: 0;
        width: 100%
    }

    .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 {
        word-wrap: break-word;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        height: 40px;
        overflow: hidden;
        text-overflow: ellipsis
    }
}

@media screen and (max-width: 799px) {
    .home-article-news-jjt .article-box {
        flex-direction:column
    }

    .home-article-news-jjt .article-box .article-l {
        flex-shrink: 0;
        height: 339px;
        width: 100%
    }

    .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 {
        -webkit-line-clamp: 3;
        height: 60px
    }

    .home-article-news-jjt .article-box .article-l .list .l-tool {
        margin-top: 10px
    }

    .home-article-news-jjt .article-box .article-r {
        flex-shrink: 0;
        margin-top: 0;
        padding-left: 0;
        width: 100%
    }

    .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 {
        word-wrap: break-word;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis
    }
}

html[dir=rtl] .home-article-news-jjt .article-box .article-r {
    padding-left: 0;
    padding-right: 30px
}

html[dir=rtl] .home-article-news-jjt .article-box .article-l .list .l-tool .time .time-text,html[dir=rtl] .home-article-news-jjt .article-box .article-r .list .tool .tool-text {
    padding-left: 0;
    padding-right: 4px
}

.home-article-news-jjt .list-banner img {
    border-radius: 4px;
    width: 100%!important
}

.article-survey-john {
    display: flex
}

.article-survey-john .article-ttt {
    flex: 1
}

.article-survey-john .survey-john {
    background: #fff;
    border: 1px solid rgba(0,0,0,.05);
    border-radius: 2px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: 399px;
    margin-left: 18px;
    padding: 24px;
    width: 388px
}

.article-survey-john .survey-john .survey-list-john {
    flex: 1;
    margin-top: 24px;
    overflow-x: hidden;
    overflow-y: auto
}

.article-survey-john .survey-john .survey-list-john .ul {
    display: flex
}

.article-survey-john .survey-john .survey-list-john .ul .ul-l {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 0 3px;
    position: relative;
    top: 4px
}

.article-survey-john .survey-john .survey-list-john .ul .ul-l .cicle {
    border: 2px solid #3d3d3d;
    border-radius: 5px;
    height: 10px;
    width: 10px
}

.article-survey-john .survey-john .survey-list-john .ul .ul-l .line {
    border-left: 1px dashed rgba(0,0,0,.1);
    flex: 1;
    width: 2px
}

.article-survey-john .survey-john .survey-list-john .ul .ul-r {
    box-sizing: border-box;
    flex: 1;
    padding-bottom: 24px;
    padding-left: 12px
}

.article-survey-john .survey-john .survey-list-john .ul .ul-r p {
    color: #a3a3a3;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px
}

.article-survey-john .survey-john .survey-list-john .ul .ul-r .h3 {
    color: #3d3d3d;
    font-size: 14px;
    line-height: 20px;
    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 {
    background-color: transparent;
    height: 1px;
    width: 0
}

.article-survey-john .survey-john ::-webkit-scrollbar-thumb {
    background-color: #5c87a0;
    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)));
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3)
}

@media screen and (max-width: 1199px) {
    .article-survey-john .survey-john {
        flex-shrink:0;
        height: 769px;
        width: 461px
    }
}

@media screen and (max-width: 999px) {
    .article-survey-john .survey-john {
        height:806px;
        width: 371px
    }
}

@media screen and (max-width: 799px) {
    .article-survey-john {
        flex-direction:column
    }

    .article-survey-john .survey-john {
        height: auto;
        margin-left: 0;
        margin-top: 18px;
        width: 100%
    }
}

html[dir=rtl] .article-survey-john .survey-john .survey-list-john .ul .ul-r {
    padding-left: 0;
    padding-right: 12px
}

html[dir=rtl] .article-survey-john .title-tab .title-l .title-l-t .title-l-t-text {
    margin-right: 0
}

html[dir=rtl] .article-survey-john .survey-john {
    margin-left: 0;
    margin-right: 18px
}

.wiki-rank .head {
    box-shadow: 0 2px 0 #3d3d3d;
    padding-bottom: 10px
}

.wiki-rank .head .tab-list {
    align-items: center;
    display: flex;
    flex: 1
}

.wiki-rank .head .tab-list .iconfont {
    cursor: pointer;
    font-size: 20px;
    font-weight: 700
}

.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;
    height: 25px;
    overflow: hidden;
    position: relative
}

.wiki-rank .head .tab-list .tab-list-box ul {
    left: 0;
    position: absolute;
    top: 0;
    white-space: nowrap
}

.wiki-rank .head .tab-list .tab-list-box ul li {
    color: #a3a3a3;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    margin-right: 22px
}

.wiki-rank .head .tab-list .tab-list-box ul .active,.wiki-rank .head .tab-list .tab-list-box ul li:hover {
    color: #333;
    font-size: 18px;
    font-weight: 700
}

.wiki-rank .head .tab-list .tab-list-box .rank-transition {
    transition: all 1s linear
}

.wiki-rank .list-tt {
    overflow: auto
}

.wiki-rank .list-tt #rankList {
    white-space: nowrap
}

.wiki-rank .list-tt .rank-transition {
    transition: all 1s linear
}

.wiki-rank .list-tt .list {
    background: #fff;
    border: 1px solid rgba(0,0,0,.05);
    border-radius: 2px;
    box-sizing: border-box;
    display: inline-block;
    height: 361px;
    margin-right: 20px;
    margin-top: 28px;
    overflow: hidden;
    padding: 16px 24px;
    width: 386px
}

.wiki-rank .list-tt .list .list-title-list {
    flex: 1
}

.wiki-rank .list-tt .list .rankList-tab {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 14px
}

.wiki-rank .list-tt .list .rankList-tab ul {
    align-items: center;
    border-radius: 3px;
    display: flex
}

.wiki-rank .list-tt .list .rankList-tab ul li {
    background: #fafafa;
    border: 1px solid rgba(0,0,0,.05);
    color: #a3a3a3;
    cursor: pointer;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    height: 32px;
    line-height: 32px;
    margin: 0 -1px -1px 0;
    padding: 0 24px
}

.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 {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between
}

.wiki-rank .list-tt .list .list-head ul li {
    align-items: center;
    color: #ccc;
    display: flex;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px
}

.wiki-rank .list-tt .list .list-head ul li span {
    border: 1px solid #7a7a7a;
    border-radius: 6px;
    box-sizing: border-box;
    height: 10px;
    width: 10px
}

.wiki-rank .list-tt .list .list-head ul .list-1 {
    display: flex;
    justify-content: center;
    width: 24px
}

.wiki-rank .list-tt .list .list-head ul .list-2 {
    flex: 1;
    padding-left: 16px
}

.wiki-rank .list-tt .list .list-head ul .list-3 {
    box-sizing: border-box;
    justify-content: flex-end;
    overflow: hidden;
    padding-right: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 116px
}

.wiki-rank .list-tt .list .list-head ul .list-4 {
    text-align: right;
    width: 54px
}

.wiki-rank .list-tt .list .list-list {
    height: 220px;
    margin-top: 3px;
    overflow: hidden
}

.wiki-rank .list-tt .list .list-list ul {
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    justify-content: space-between
}

.wiki-rank .list-tt .list .list-list ul:hover {
    background-color: #f7fafc
}

.wiki-rank .list-tt .list .list-list ul li {
    align-items: center;
    color: #a3a3a3;
    display: flex;
    font-family: PingFang SC;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    height: 44px
}

.wiki-rank .list-tt .list .list-list ul .list-1 {
    display: flex;
    justify-content: center;
    width: 24px
}

.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 {
    background: #f2f2f2;
    border-radius: 4px;
    color: #7a7a7a;
    font-family: DIN-Medium;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    height: 24px;
    line-height: 24px;
    text-align: center;
    width: 24px
}

.wiki-rank .list-tt .list .list-list ul .list-2 {
    flex: 1;
    padding-left: 16px
}

.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 {
    color: #7a7a7a;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    max-width: 110px;
    overflow: hidden;
    padding-left: 6px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.wiki-rank .list-tt .list .list-list ul .list-3 {
    box-sizing: border-box;
    color: #3d3d3d;
    font-family: DIN-Medium;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    justify-content: flex-end;
    line-height: 22px;
    padding-right: 30px;
    width: 126px
}

.wiki-rank .list-tt .list .list-list ul .list-4 {
    align-items: center;
    display: flex;
    font-family: DIN-Medium;
    justify-content: flex-end;
    width: 54px
}

.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 i,.wiki-rank .down-txt-cn i,.wiki-rank .raise-txt i,.wiki-rank .raise-txt-cn i {
    background-size: cover;
    display: inline-block;
    height: 20px;
    vertical-align: sub;
    width: 20px
}

.wiki-rank .down-txt,.wiki-rank .down-txt-cn {
    color: #2e9987
}

.wiki-rank .down-txt i,.wiki-rank .down-txt-cn i {
    background-image: url(https://resources1.interface003.com/web20/img/home/rank-up.png)
}

.wiki-rank .raise-txt,.wiki-rank .raise-txt-cn {
    color: #b2243c
}

.wiki-rank .raise-txt i,.wiki-rank .raise-txt-cn i {
    background-image: url(https://resources1.interface003.com/web20/img/home/rank-down.png)
}

.wiki-rank .down-txt-cn i {
    background-image: url(https://resources1.interface003.com/web20/img/home/rank-down-cn.png)
}

.wiki-rank .raise-txt-cn i {
    background-image: url(https://resources1.interface003.com/web20/img/home/rank-up-cn.png)
}

.wiki-rank ::-webkit-scrollbar {
    background-color: transparent;
    height: 0!important;
    width: 10px
}

.wiki-rank ::-webkit-scrollbar-thumb {
    background-color: #5c87a0;
    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)));
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3)
}

.wiki-rank .history_pop {
    background: #fff;
    border-radius: 16px;
    left: 50%;
    margin-top: 0!important;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 720px
}

.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 {
    align-items: center;
    color: #3d3d3d;
    display: flex;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    padding-left: 18px;
    position: relative
}

.wiki-rank .history_pop_warp .history_pop_tlt:before {
    background-color: #5c8ae5;
    border-radius: 1px;
    content: "";
    height: 16px;
    left: 0;
    position: absolute;
    width: 6px
}

.wiki-rank .history_pop_warp .history_pop_tlt span {
    align-items: center;
    display: flex
}

.wiki-rank .history_pop_warp .history_pop_tlt img {
    height: 18px;
    margin-right: 6px;
    width: 18px
}

.wiki-rank .history_pop_warp .history_pop_tlt .dealer_link {
    align-items: center;
    color: #5c8ae5;
    display: flex;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    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 {
    background-image: url(https://resources1.interface003.com/cloud/img/app/watermark.jpg);
    background-size: cover;
    height: 350px
}

.wiki-rank .history_pop_warp .history_bottom {
    color: #7a7a7a;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    text-align: right
}

.wiki-rank .history_pop_warp .history_bottom .his_data {
    align-items: center;
    color: #ccc;
    display: flex;
    font-size: 12px;
    justify-content: flex-end;
    line-height: 17px;
    margin-top: 6px
}

.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-family: DIN-Medium;
    font-size: 18px;
    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 .ranking-tab {
        display:none
    }

    .wiki-rank .head {
        box-shadow: none
    }

    .wiki-rank .head .tab-list {
        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 {
        align-items: unset;
        flex-direction: column
    }

    .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 {
        flex-shrink: 0;
        height: 361px;
        margin-top: 18px;
        width: 100%
    }
}

html[dir=rtl] .wiki-rank .list-tt .list {
    margin-left: 20px;
    margin-right: 0
}

html[dir=rtl] .wiki-rank .icon-arrow-left {
    transform: rotate(180deg)!important
}

html[dir=rtl] .wiki-rank .title-l .title-l-t .title-l-t-text {
    margin-right: 0
}

html[dir=rtl] .wiki-rank .head .tab-list .tab-list-box ul {
    left: auto;
    right: 0
}

html[dir=rtl] .wiki-rank .list-tt .list .list-list ul .list-2 span {
    padding-left: 0;
    padding-right: 6px
}

html[dir=rtl] .wiki-rank .list-tt .list .list-list ul .list-2 {
    padding-left: 0;
    padding-right: 16px
}

html[dir=rtl] .wiki-rank .history_pop_warp .history_pop_tlt img {
    margin-left: 6px;
    margin-right: 0
}

html[dir=rtl] .wiki-rank .history_pop_warp .history_pop_tlt .dealer_link {
    margin-left: 0;
    margin-right: 12px
}

.wiki-rank .title-tab {
    flex: 1
}

.title-tab-new {
    align-items: center;
    display: flex;
    justify-content: space-between;
    position: relative
}

.title-tab-new .title-l {
    flex: 1;
    overflow: hidden
}

.title-tab-new .title-l,.title-tab-new .title-l .title-l-t {
    align-items: center;
    display: flex
}

.title-tab-new .title-l .title-l-t img {
    border-radius: 4px;
    margin-right: 8px
}

.title-tab-new .title-l .title-l-t .iconfont {
    font-size: 24px;
    margin-right: 8px
}

.title-tab-new .title-l .title-l-t .title-l-t-text {
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #3d3d3d;
    display: -webkit-box;
    font-family: PingFang SC;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    margin-right: 40px;
    overflow: hidden;
    text-overflow: ellipsis
}

.title-tab-new .title-l .title-l-t .title-l-t-text-hover {
    cursor: pointer
}

.title-tab-new .title-l .title-tab-tttt {
    flex: 1
}

.title-tab-new .title-r {
    position: relative
}

.title-tab-new .title-r a {
    align-items: center;
    display: flex
}

.title-tab-new .title-r a:hover span {
    color: #b38936
}

.title-tab-new .title-r a .iconfont {
    color: #2e3948
}

.title-tab-new .title-r a .title-r-text {
    color: #3d3d3d;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-right: 6px
}

@media screen and (max-width: 999px) {
    .title-tab-new .title-l-t-text {
        margin-right:10px!important
    }
}

@media screen and (max-width: 799px) {
    .title-tab-new .title-r a .title-r-text {
        display:none
    }
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

.wiki-nav-wrap {
    overflow-x: auto;
    position: relative
}

.wiki-nav-wrap::-webkit-scrollbar {
    display: none
}

.wiki-nav-list {
    white-space: nowrap
}

.wiki-nav-list:after {
    border-bottom: 1px solid #000;
    bottom: 0;
    content: "";
    left: calc(var(--pointer-x)*1px);
    position: absolute;
    transition: left .3s ease;
    width: calc(var(--pointer-width)*1px)
}

.wiki-nav-item {
    align-items: center;
    color: #9c9c9c;
    cursor: pointer;
    display: inline-flex;
    font-size: 16px;
    font-weight: 400;
    justify-content: center;
    margin-right: 24px;
    position: relative;
    transition: color .2s ease
}

.wiki-nav-item .line {
    background: #292929;
    bottom: 15px;
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%
}

.wiki-nav-item:hover {
    color: #333
}

.wiki-nav-item .active {
    background-color: #000;
    bottom: -6px;
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%
}

.wiki-nav-item .home-tab-active {
    color: #000;
    font-weight: 700
}

.wiki-nav-item li:hover {
    color: #000
}

.wiki-nav-item.home-tab-active {
    color: #000;
    font-size: 24px;
    font-weight: 700
}

html[dir=rtl] .home-articlelist .wiki-nav-item {
    margin-left: 24px;
    margin-right: 0
}

html[dir=rtl] .home-articlelist .title-tab .list-cate {
    padding-left: 30px;
    padding-right: 0
}

html[dir=rtl] .wiki-nav-item {
    margin-left: 20px;
    margin-right: 0
}

.home-protection .right-tab {
    display: flex
}

.home-protection .right-tab .right-tab-1 {
    margin-right: 38px;
    transform: rotate(180deg)
}

.home-protection .right-tab .iconfont {
    color: #9c9c9c
}

.home-protection .right-tab .hover-active {
    color: #3d55cc;
    cursor: pointer
}

.home-protection .right-tab .hover-active:hover {
    opacity: .8
}

.home-protection .right-tab .list-cate {
    padding-right: 30px;
    width: 100%
}

.home-protection .title-l {
    margin-right: 20px
}

.home-protection .protection-title {
    align-items: center;
    background: rgba(61,85,204,.03);
    border: 1px solid rgba(61,85,204,.1);
    border-radius: 4px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
    padding: 10px
}

.home-protection .protection-title .l {
    align-items: center;
    display: flex;
    padding-left: 10px
}

.home-protection .protection-title .l .l-list {
    align-items: center;
    display: flex
}

.home-protection .protection-title .l .l-list span {
    color: #a3a3a3;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px
}

.home-protection .protection-title .l .l-list b {
    color: #3d3d3d;
    font-family: DIN-Medium;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
    margin-left: 12px
}

.home-protection .protection-title .l .l-list:first-child {
    margin-right: 40px
}

.home-protection .protection-title .r {
    align-items: center;
    background: #3d55cc;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    height: 42px;
    justify-content: center;
    width: 165px
}

.home-protection .protection-title .r span {
    color: #fff
}

.home-protection .protection-title .r i {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin-left: 10px
}

.home-protection .protection-title .r:hover {
    opacity: .8
}

.home-protection .protection-list {
    height: 443px;
    margin-top: 16px;
    overflow: hidden;
    position: relative;
    width: 100%
}

.home-protection .protection-list .protection-ul {
    display: flex;
    left: 0;
    position: absolute;
    top: 0;
    white-space: nowrap
}

.home-protection .protection-list .protection-ul .protection-colm {
    display: inline-block;
    flex-shrink: 0;
    margin-right: 16px;
    width: 288px
}

.home-protection .protection-list .protection-ul .protection-colm .colm {
    background: #fff;
    border: 1px solid rgba(0,0,0,.05);
    border-radius: 2px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
    padding: 0 16px 20px;
    width: 100%
}

.home-protection .protection-list .protection-ul .protection-colm .colm.Boutique-exposure {
    background: rgba(255,204,102,.08);
    border: 1px solid rgba(255,204,102,.24);
    border-radius: 2px
}

.home-protection .protection-list .protection-ul .protection-colm .colm h3 {
    align-items: center;
    box-shadow: 0 1px 0 rgba(0,0,0,.08);
    display: flex;
    height: 52px;
    justify-content: space-between
}

.home-protection .protection-list .protection-ul .protection-colm .colm h3 div {
    align-items: center;
    display: flex
}

.home-protection .protection-list .protection-ul .protection-colm .colm h3 div img {
    height: 20px;
    width: 20px
}

.home-protection .protection-list .protection-ul .protection-colm .colm h3 div span {
    color: #3d3d3d;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    margin-left: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.home-protection .protection-list .protection-ul .protection-colm .colm h3 .homespcate {
    display: inline-block;
    height: 22px;
    margin-right: 6px;
    vertical-align: top;
    width: 22px
}

.home-protection .protection-list .protection-ul .protection-colm .colm h3 .homespcate.ALB {
    margin-left: 6px;
    margin-right: auto
}

.home-protection .protection-list .protection-ul .protection-colm .colm .title {
    word-wrap: break-word;
    -webkit-box-orient: vertical;
    color: #3d3d3d;
    display: -webkit-box;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    margin-top: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal
}

.home-protection .protection-list .protection-ul .protection-colm .colm .des {
    word-wrap: break-word;
    -webkit-box-orient: vertical;
    color: #a3a3a3;
    display: -webkit-box;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-top: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal
}

.home-protection .protection-list .protection-ul .protection-colm .colm .em {
    flex: 1
}

.home-protection .protection-list .protection-ul .protection-colm .colm .time {
    align-items: center;
    display: flex
}

.home-protection .protection-list .protection-ul .protection-colm .colm .time span {
    color: #a3a3a3;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    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;
    max-height: 44px
}

.home-protection .protection-list .protection-ul .protection-colm .protection-colm-long .des {
    -webkit-line-clamp: 4;
    height: 80px
}

.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;
    height: 22px
}

.home-protection .protection-list .protection-ul .protection-colm .protection-colm-small .des {
    -webkit-line-clamp: 2;
    height: 40px
}

.home-protection .protection-list .transition {
    transition: all 1s linear
}

@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 {
        align-items:flex-start;
        flex-direction: column
    }

    .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 {
        align-items: flex-start;
        flex-direction: column
    }

    .home-protection .protection-title .l .l-list {
        align-items: flex-start;
        flex-direction: column;
        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
    }
}

html[dir=rtl] .home-protection .protection-title .l .l-list b {
    margin-right: 12px
}

html[dir=rtl] .home-protection .right-tab .right-tab-2 {
    transform: rotate(180deg)
}

html[dir=rtl] .home-protection .right-tab .right-tab-1 {
    margin-left: 40px;
    transform: rotate(0deg)
}

html[dir=rtl] .home-protection .protection-list .protection-ul {
    left: unset;
    right: 0
}

html[dir=rtl] .title-tab .title-l .title-l-t .title-l-t-text {
    margin-right: unset;
    text-align: right
}

html[dir=rtl] .protection-list .protection-ul .protection-colm .colm h3 span {
    margin-left: 0;
    margin-right: 8px
}

html[dir=rtl] .protection-list .protection-ul .protection-colm {
    margin-left: 16px;
    margin-right: 0
}

html[dir=rtl] .home-protection .title-l {
    margin-right: 0
}

html[dir=rtl] .title-tab .title-l .title-l-t {
    margin-left: 20px
}

.loading-box>div {
    margin: 7.5px 1px
}

.lds-ellipsis {
    display: inline-block;
    height: 64px;
    position: relative;
    width: 64px
}

.lds-ellipsis div {
    animation-timing-function: cubic-bezier(0,1,1,0);
    background: #f5bc49;
    border-radius: 50%;
    height: 11px;
    position: absolute;
    top: 27px;
    width: 11px
}

.lds-ellipsis div:first-child {
    animation: lds-ellipsis1 .6s infinite;
    left: 6px
}

.lds-ellipsis div:nth-child(2) {
    animation: lds-ellipsis2 .6s infinite;
    left: 6px
}

.lds-ellipsis div:nth-child(3) {
    animation: lds-ellipsis2 .6s infinite;
    left: 26px
}

.lds-ellipsis div:nth-child(4) {
    animation: lds-ellipsis3 .6s infinite;
    left: 45px
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1)
    }

    to {
        transform: scale(0)
    }
}

@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-ttt {
    align-items: center;
    display: flex
}

.wiki-comparison .head .comparison-ttt .comparison-text {
    color: #3d3d3d;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-right: 10px
}

.wiki-comparison .head .comparison-ttt .comparison-tab {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(0,0,0,.05);
    border-radius: 3px;
    cursor: pointer;
    display: flex;
    height: 34px;
    padding: 0 20px;
    position: relative
}

.wiki-comparison .head .comparison-ttt .comparison-tab .comparison-tab-text {
    align-items: center;
    display: flex
}

.wiki-comparison .head .comparison-ttt .comparison-tab .comparison-tab-text .comparison-tab-name {
    color: #3d3d3d;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-right: 8px
}

.wiki-comparison .head .comparison-ttt .comparison-tab .comparison-tab-text .iconfont {
    transition: all .5s
}

.wiki-comparison .head .comparison-ttt .comparison-tab .comparison-list {
    background: #fff;
    border: 1px solid #3d3d3d;
    border-radius: 4px;
    height: 154px;
    left: 0;
    overflow: auto;
    padding-top: 2px;
    position: absolute;
    top: 36px;
    width: 100%;
    z-index: 2
}

.wiki-comparison .head .comparison-ttt .comparison-tab .comparison-list li {
    color: #7a7a7a;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    height: 30px;
    line-height: 30px;
    margin-top: 6px;
    padding: 0 14px
}

.wiki-comparison .head .comparison-ttt .comparison-tab .comparison-list li:hover {
    background: #fafafa;
    color: #3d3d3d;
    font-weight: 700
}

.wiki-comparison .head .comparison-ttt .comparison-tab .comparison-list::-webkit-scrollbar {
    width: 2px
}

.wiki-comparison .list {
    background: #fff;
    box-shadow: inset 0 1px 0 rgba(0,0,0,.1);
    box-sizing: border-box;
    margin-top: 16px;
    padding-bottom: 10px;
    padding-top: 8px
}

.wiki-comparison .list .list-box {
    overflow: auto
}

.wiki-comparison .list .list-box::-webkit-scrollbar {
    height: 6px
}

.wiki-comparison .list .list-head {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    min-width: 940px;
    padding: 0 20px
}

.wiki-comparison .list .list-head li {
    align-items: center;
    color: #ccc;
    display: flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    justify-content: center;
    min-height: 40px;
    text-align: center
}

.wiki-comparison .list .list-head .list-1 {
    justify-content: flex-start;
    text-align: left;
    width: 142px
}

.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;
    min-width: 940px;
    overflow: hidden
}

.wiki-comparison .list .list-ul ul {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    padding: 0 20px
}

.wiki-comparison .list .list-ul ul li {
    align-items: center;
    color: #3d3d3d;
    display: flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    height: 62px;
    justify-content: center
}

.wiki-comparison .list .list-ul ul .list-1 {
    justify-content: flex-start;
    text-align: left;
    width: 146px
}

.wiki-comparison .list .list-ul ul .list-1 a {
    align-items: center;
    display: flex
}

.wiki-comparison .list .list-ul ul .list-1 img {
    border-radius: 4px;
    height: 20px;
    width: 20px
}

.wiki-comparison .list .list-ul ul .list-1 span {
    color: #3d3d3d;
    font-style: normal;
    font-weight: 600;
    padding-left: 8px
}

.wiki-comparison .list .list-ul ul .list-2 {
    color: #7a7a7a;
    width: 120px
}

.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 {
    align-items: center;
    display: flex;
    height: 20px;
    justify-content: center;
    width: 80px
}

.wiki-comparison .list .list-ul ul:nth-child(2n) {
    background: #fafafa
}

.wiki-comparison .list .list-ul .ani {
    animation: identifier .1s infinite
}

@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 {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 100%
}

.wiki-comparison .list .more {
    height: 36px
}

.wiki-comparison .list .more a {
    align-items: center;
    color: #3d3d3d;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    justify-content: center
}

@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 .head {
        box-shadow:none
    }

    .wiki-comparison .title-tab {
        align-items: flex-start;
        flex-direction: column
    }

    .wiki-comparison .title-tab .title-l-t-text {
        margin-right: 0!important
    }

    .wiki-comparison .title-l-t {
        margin-bottom: 10px
    }
}

html[dir=rtl] .wiki-comparison .list .list-ul ul .list-7 {
    direction: ltr
}

html[dir=rtl] .wiki-comparison .list .list-ul ul .list-1 span {
    padding-left: 0;
    padding-right: 8px
}

html[dir=rtl] .wiki-comparison .list .more a .icon-arrow-right {
    position: relative;
    top: 3px
}

html[dir=rtl] .wiki-comparison .head .comparison-ttt .comparison-text {
    margin-left: 10px;
    margin-right: 0
}

html[dir=rtl] .wiki-comparison .head .comparison-ttt .comparison-tab .comparison-tab-text .comparison-tab-name {
    margin-left: 8px;
    margin-right: 0
}

.wiki-down .down-block {
    display: none;
    filter: drop-shadow(0 4px 17px rgba(0,0,0,.1));
    position: absolute!important;
    z-index: 1
}

.wiki-down:hover .down-block {
    display: block
}

.wiki-down .down-box {
    align-items: center;
    background: #fafafa;
    border: 2px solid #fff;
    border-radius: 4px;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    height: 64px;
    justify-content: space-between;
    min-width: 264px;
    padding: 0 20px;
    width: 100%
}

.wiki-down .down-box,.wiki-down .down-box:hover {
    box-shadow: 0 0 0 1px rgba(179,137,54,.3),0 4px 4px rgba(0,0,0,.05)
}

.wiki-down .down-box:hover {
    background: #292929!important;
    border: 1px solid #fafafa;
    border-radius: 3px
}

.wiki-down .down-box:hover .wiki-down-l .img {
    background: url(https://resources1.interface003.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 {
    height: 36px;
    line-height: 36px
}

.wiki-down .down-box:hover .iconfont,.wiki-down .down-box:hover .wiki-down-r .iconfont,.wiki-down .down-box:hover span {
    color: #fff!important
}

.wiki-down .down-box .wiki-down-l {
    align-items: center;
    display: flex
}

.wiki-down .down-box .wiki-down-l .img {
    background: url(https://resources1.interface003.com/web20/img/commen/google-play.svg) no-repeat 50%;
    background-size: 35px 35px;
    height: 35px;
    width: 35px
}

.wiki-down .down-box .wiki-down-l .iconfont {
    color: #333;
    font-size: 28px
}

.wiki-down .down-box .wiki-down-l .down-text {
    padding-left: 8px
}

.wiki-down .down-box .wiki-down-l .down-text .down-text-1 {
    color: #a3a3a3;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    transform: scale(.83);
    transform-origin: left
}

.wiki-down .down-box .wiki-down-l .down-text .down-text-2 {
    color: #3d3d3d;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px
}

.wiki-down .down-box .wiki-down-l .down-text .down-text-3 {
    font-size: 14px
}

.wiki-down .down-box .wiki-down-r {
    height: 36px;
    line-height: 36px
}

.wiki-down .down-box .wiki-down-r .iconfont {
    color: #3d3d3d;
    font-size: 22px
}

.wiki-down .down-box2,.wiki-down .down-box3 {
    background: #fafafa!important;
    border: 2px solid #fafafa;
    border-radius: 2px 2px 0 0;
    box-shadow: 0 0 0 1px rgba(179,137,54,.302),0 4px 4px rgba(0,0,0,.05)
}

.wiki-down .down-box2 span,.wiki-down .down-box3 span {
    color: #3d3d3d!important;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px
}

.wiki-down .down-box2 .icon-xiazai,.wiki-down .down-box3 .icon-xiazai {
    font-size: 17px
}

.wiki-down .down-box2:hover,.wiki-down .down-box3:hover {
    background: #292929!important
}

.wiki-down .down-box3 {
    border-radius: 0 0 2px 2px;
    border-top: unset
}

@media screen and (max-width: 999px) {
    .wiki-down .down-box {
        height:74.32px;
        min-width: 240px
    }
}

html[dir=rtl] .wiki-down .down-box .wiki-down-l .down-text {
    margin-left: 0;
    margin-right: 8px
}

html[dir=rtl] .wiki-down .down-box .wiki-down-l .down-text .down-text-1 {
    transform-origin: right
}

.home-down {
    display: flex;
    justify-content: space-between
}

.home-down .down-l .text-1 {
    font-size: 26px;
    line-height: 36px
}

.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 {
    color: #b38936;
    font-size: 40px;
    line-height: 56px
}

.home-down .down-l .text-3 {
    color: #3d3d3d;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    transform: matrix(.99,0,-.11,1,0,0)
}

.home-down .down-l .downt {
    display: flex;
    flex-direction: column;
    margin-left: 2px
}

.home-down .down-l .downt .wiki-down {
    width: 280px
}

.home-down .down-l .downt .flex-box {
    align-items: center;
    display: flex
}

.home-down .down-l .homeshare {
    display: flex;
    margin-bottom: 20px;
    margin-top: 30px
}

.home-down .down-l .homeshare a {
    align-items: center;
    background: #f5f5f5;
    border-radius: 50%;
    display: flex;
    height: 35px;
    justify-content: center;
    margin-right: 21px;
    width: 35px
}

.home-down .down-l .homeshare a span {
    color: #202532
}

.home-down .down-l .homeshare a:hover {
    background: #f0f0f0
}

.home-down .down-r {
    align-items: end;
    display: flex
}

.home-down .down-r img {
    display: block;
    height: 471px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 569px!important
}

@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
    }
}

html[dir=rtl] .home-down .downt .wiki-down {
    margin-left: 20px;
    margin-right: 0
}

.module {
    align-items: center;
    background: rgba(0,0,0,.15);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: center;
    left: 0;
    padding: 0 30px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 888
}

.module .module_box {
    background: url(https://osshead.interface003.com/headfoot/common/img/module_bg.png) no-repeat 50%;
    background-size: 100% 100%;
    height: 400px;
    margin-top: 50px;
    position: relative;
    width: 750px
}

.module .module_box .module_close {
    background: url(https://osshead.interface003.com/headfoot/common/img/close.svg) no-repeat 50%;
    cursor: pointer;
    display: block;
    height: 22px;
    position: absolute;
    right: 14px;
    top: 14px;
    width: 22px
}

.module .module_box .module_bt {
    background: #e8a006;
    border-radius: 18px;
    bottom: 63px;
    color: #fff;
    cursor: pointer;
    display: block;
    height: 36px;
    line-height: 36px;
    position: absolute;
    right: 36px;
    text-align: center;
    width: 179px
}

.module .m-risk-info {
    background: #fff;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    height: 353px;
    position: relative;
    width: 285px
}

.module .m-risk-info .top {
    background: #fff;
    border-radius: 35px;
    height: 70px;
    left: 111px;
    position: absolute;
    top: -35px;
    width: 70px
}

.module .m-risk-info .top,.module .m-risk-info .top div {
    align-content: center;
    display: flex;
    justify-content: center;
    margin: auto
}

.module .m-risk-info .top div {
    background: #e8a006;
    border-radius: 27px;
    height: 54px;
    width: 54px
}

.module .m-risk-info .top div img {
    align-content: center;
    background: #e8a006;
    display: flex;
    height: 32px;
    justify-content: center;
    margin: auto;
    width: 32px
}

.module .m-risk-info .main .title {
    color: #333;
    display: flex;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    height: 44px;
    line-height: 18px;
    margin: 36px 27px 7px;
    text-align: center
}

.module .m-risk-info .main .content,.module .m-risk-info .main .line {
    color: rgba(51,51,51,.7);
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    margin: 0 24px;
    padding: 0;
    width: auto
}

.module .m-risk-info .main .line {
    margin-bottom: 30px;
    margin-top: 20px
}

.module .m-risk-info .main .btn {
    background: #e8a006;
    border-radius: 18px;
    cursor: pointer;
    display: flex;
    height: 36px;
    margin: 0 auto;
    width: 230px
}

.module .m-risk-info .main .btn p {
    color: #fff;
    display: flex;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    height: 18px;
    line-height: 18px;
    margin: auto
}

.home-window.both .window-block4 {
    bottom: auto;
    left: 10px;
    top: 520px
}

.home-window.both .window-block5 {
    bottom: auto;
    right: 10px;
    top: 520px
}

.home-window .window-block1,.home-window .window-block2,.home-window .window-block4,.home-window .window-block5 {
    height: 250px;
    overflow: hidden;
    position: fixed;
    top: 196px;
    width: 100px;
    z-index: 2222
}

.home-window .window-block1 img,.home-window .window-block2 img,.home-window .window-block4 img,.home-window .window-block5 img {
    height: 100%;
    width: 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 {
    background: rgba(0,0,0,.7);
    border-radius: 50%;
    cursor: pointer;
    height: 22px;
    position: absolute;
    right: -8px;
    top: -8px;
    width: 22px
}

.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 {
    bottom: 1px;
    color: #fff;
    font-size: 12px;
    left: 2px;
    position: absolute;
    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 {
    bottom: 0;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    left: 0;
    padding: 0 2px;
    position: absolute;
    transform: scale(.83)
}

.home-window .window-block1 {
    left: 10px
}

.home-window .window-block2 {
    right: 10px
}

.home-window .window-block4 {
    bottom: auto;
    left: 10px;
    top: 512px
}

.home-window .window-block5 {
    bottom: auto;
    right: 10px;
    top: 512px
}

@media screen and (max-width: 799px) {
    .home-window {
        display:none
    }
}

.home-bulletin {
    height: 100%;
    width: 100%
}

.home-bulletin .bulletin-box {
    background: #fff;
    border: 1px solid rgba(0,0,0,.05);
    border-radius: 2px;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%
}

.home-bulletin .bulletin-box .list-box {
    display: flex;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    white-space: nowrap
}

.home-bulletin .bulletin-box .list-box .list {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    height: 100%;
    padding-bottom: 20px;
    width: 100%
}

.home-bulletin .bulletin-box .list-box .list .list-banner {
    border-radius: 4px;
    display: block;
    height: 210px;
    margin-top: 16px;
    width: 100%
}

.home-bulletin .bulletin-box .list-box .list .list-banner img {
    border-radius: 2px 2px 0 0;
    height: 210px!important;
    width: 100%
}

.home-bulletin .bulletin-box .list-box .list .list-info {
    display: flex;
    flex-direction: column;
    height: 100%
}

.home-bulletin .bulletin-box .list-box .list .list-title {
    -webkit-line-clamp: 3;
    color: #3d3d3d;
    display: -webkit-box;
    font-size: 26px;
    font-weight: 600;
    line-height: 30px;
    padding: 0 20px
}

.home-bulletin .bulletin-box .list-box .list .list-p,.home-bulletin .bulletin-box .list-box .list .list-title {
    word-wrap: break-word;
    -webkit-box-orient: vertical;
    font-style: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: break-spaces
}

.home-bulletin .bulletin-box .list-box .list .list-p {
    -webkit-line-clamp: 4;
    align-items: center;
    color: #a3a3a3;
    display: flex;
    display: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 6px
}

.home-bulletin .bulletin-box .list-box .list .flex-emty {
    flex: 1
}

.home-bulletin .bulletin-box .list-box .list .l-tool {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: 14px;
    padding: 0 20px
}

.home-bulletin .bulletin-box .list-box .list .l-tool .time {
    align-items: center;
    display: flex
}

.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 {
    color: #ccc;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    padding-left: 4px
}

.home-bulletin .bulletin-box .list-box .list .l-tool .count {
    color: #7a7a7a;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px
}

.home-bulletin .bulletin-box .transition {
    transition: all .3s linear
}

.home-bulletin .bulletin-box .pre {
    left: 10px;
    transform: rotate(180deg)
}

.home-bulletin .bulletin-box .nuxt {
    right: 10px
}

.home-bulletin .bulletin-box .s {
    align-items: center;
    background: rgba(0,0,0,.5);
    border-radius: 19px;
    cursor: pointer;
    display: flex;
    height: 38px;
    justify-content: center;
    position: absolute;
    top: 86px;
    width: 38px
}

.home-bulletin .bulletin-box .s .iconfont {
    color: #fff;
    font-size: 18px
}

.home-bulletin .bulletin-box .s:hover {
    background: rgba(0,0,0,.8)
}

@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 {
        align-items: center;
        display: flex;
        flex-direction: row;
        padding: 20px
    }

    .home-bulletin .bulletin-box .list-box .list .list-banner {
        flex-shrink: 0;
        height: 148px;
        width: 298px
    }

    .home-bulletin .bulletin-box .list-box .list .list-banner img {
        height: 148px!important;
        width: 298px!important
    }

    .home-bulletin .bulletin-box .list-box .list .list-title {
        display: block;
        font-size: 20px;
        line-height: 28px;
        margin-top: 0!important;
        overflow: hidden;
        padding: 0;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .home-bulletin .bulletin-box .list-box .list .list-p {
        display: -webkit-box
    }

    .home-bulletin .bulletin-box .list-box .list .list-info {
        flex: 1;
        flex-shrink: 0;
        overflow: hidden;
        padding-left: 16px;
        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
    }

    .home-bulletin .bulletin-box .list-box .list .list-title {
        font-size: 20px
    }
}

html[dir=rtl] .home-bulletin .bulletin-box .list-box .list .l-tool .time .iconfont {
    margin-left: 5px
}

.jrp {
    border: none;
    position: absolute;
    right: 0;
    top: 116px
}

.jrp.ALB {
    left: 0;
    right: auto
}

.jrp.ru {
    top: 130px!important
}

.jrp .jp {
    height: 145px;
    width: 178px
}

@media screen and (max-width: 1199px) {
    .jrp {
        display:none
    }
}

@media screen and (max-width: 999px) {
    .jrp {
        display:none
    }
}

@media screen and (max-width: 799px) {
    .jrp {
        display:none
    }
}

.search-bulletin {
    display: flex;
    justify-content: space-between;
    margin-top: 40px
}

.search-bulletin .search-l {
    position: relative;
    width: 792px
}

.search-bulletin .search-l .search-l-title {
    display: none;
    margin-bottom: 38px
}

.search-bulletin .search-l .search-l-text {
    align-items: center;
    color: #7a7a7a;
    display: flex;
    font-size: 18px;
    font-style: normal;
    font-weight: 400
}

.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 {
    color: #b28936;
    font-family: DIN-Medium;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
    transform: matrix(.99,0,-.12,1,0,0)
}

.search-bulletin .search-l .history {
    margin-top: 6px
}

.search-bulletin .search-r {
    height: 379px;
    width: 388px
}

.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 {
        display: flex;
        flex-direction: column;
        height: auto;
        margin-top: 36px;
        width: 100%
    }

    .search-bulletin .search-r .history {
        display: block;
        width: 100%
    }
}

@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 {
        display: none;
        font-size: 16px;
        justify-content: center;
        line-height: 22px;
        margin-top: 10px!important
    }

    .search-bulletin .search-l .search-l-text .iconfont {
        display: none
    }

    .search-bulletin .search-l .search-l-text p {
        display: block;
        text-align: center
    }

    .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 {
        display: flex;
        flex-direction: column;
        height: auto;
        margin-top: 24px;
        width: 100%
    }

    .search-bulletin .search-r .history {
        display: block;
        width: 100%
    }
}

html[dir=rtl] .search-bulletin .search-l .search-l-text .search-l-icon {
    margin-left: 12px;
    margin-right: 0!important
}

@media screen and (max-width: 999px) {
    html[dir=rtl] .search-bulletin .bulletin-box .list-box .list .list-info {
        padding-right:16px
    }
}

.search-bulletin .p {
    align-items: flex-start;
    display: flex;
    height: 44px;
    line-height: 37px;
    overflow: hidden;
    position: relative;
    top: 10px
}

.search-bulletin .p .span-score {
    animation: topTz 1s;
    display: flex;
    flex-direction: column
}

.search-bulletin .p .span-box {
    display: flex;
    margin-left: 11px;
    margin-right: 11px;
    position: relative;
    top: -8px
}

@keyframes topTz {
    0% {
        transform: translateY(0)
    }
}

.cooperation[data-v-05ab082a] {
    bottom: 0;
    position: fixed;
    right: 68px;
    z-index: 10
}

.cooperation .coop[data-v-05ab082a] {
    align-items: center;
    background: #ffd733;
    border-radius: 8px;
    display: flex;
    margin-bottom: 36px;
    padding: 15px 8px 15px 24px;
    position: relative;
    width: 340px
}

.cooperation .coop .coop-l[data-v-05ab082a] {
    margin-right: 10px
}

.cooperation .coop .coop-l .coop-title[data-v-05ab082a] {
    color: #282828;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px
}

.cooperation .coop .coop-l .coop-p[data-v-05ab082a] {
    color: #282828;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-top: 4px
}

.cooperation .coop .coop-l .coop-bt[data-v-05ab082a] {
    align-items: center;
    background: #282828;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    display: block;
    display: flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    height: 36px;
    justify-content: center;
    left: 24px;
    line-height: 18px;
    margin-top: 18px;
    text-align: center;
    top: 119px
}

.cooperation .coop .coop-l .coop-bt[data-v-05ab082a]:hover {
    background: rgba(92,32,22,.7)
}

.cooperation .coop .coop-r[data-v-05ab082a] {
    display: flex;
    height: 150px;
    width: 150px
}

.cooperation .coop .coop-r img[data-v-05ab082a] {
    height: 150px;
    width: 150px
}

.cooperation .coop .tosmall[data-v-05ab082a] {
    cursor: pointer;
    position: absolute;
    right: 12px;
    top: 12px
}

.cooperation .coop .tosmall[data-v-05ab082a]:hover {
    opacity: .8
}

.cooperation .coop-long[data-v-05ab082a] {
    width: 434px
}

.cooperation .coop-long .coop-l[data-v-05ab082a] {
    margin-right: 0
}

.cooperation .coop-long .coop-l .coop-bt[data-v-05ab082a] {
    margin-top: 14px
}

.cooperation .coop-long .coop-l .coop-p[data-v-05ab082a] {
    line-height: 20px
}

.cooperation .coop-hid[data-v-05ab082a] {
    animation: hid-05ab082a 1s forwards
}

@keyframes show-05ab082a {
    0% {
        opacity: 1;
        transform: translateY(0)
    }

    to {
        opacity: 0;
        transform: translateY(500px)
    }
}

@keyframes hid-05ab082a {
    0% {
        opacity: 0;
        transform: translateY(500px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.cooperation .coop-n-box-box[data-v-05ab082a] {
    display: flex;
    justify-content: flex-end
}

.cooperation .coop-n-box[data-v-05ab082a] {
    display: inline-block
}

.cooperation .coop-n[data-v-05ab082a] {
    align-items: center;
    background: #ffd733;
    border-radius: 12px 12px 0 0;
    cursor: pointer;
    display: flex;
    height: 50px;
    padding: 0 16px 0 24px
}

.cooperation .coop-n span[data-v-05ab082a] {
    padding: 0 8px
}

.cooperation .coop-n[data-v-05ab082a]:hover {
    background: #ffde9d
}

html[dir=rtl] .cooperation .coop .tosmall[data-v-05ab082a] {
    left: 12px;
    right: auto
}

html[dir=rtl] .cooperation .coop[data-v-05ab082a] {
    padding: 15px 24px 15px 8px
}

.guanju {
    align-items: center;
    background-color: rgba(0,0,0,.5);
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2999
}

.guanju .gjbox {
    background: url(https://resources1.interface003.com/web20/img/home/guanju.png) no-repeat #fff9ea;
    background-size: 100%;
    border: 1px solid rgba(71,32,7,.5);
    border-radius: 10px;
    height: 258px;
    position: relative;
    width: 1000px
}

.guanju .gjbox .gjright {
    display: flex;
    margin-left: 385px;
    position: relative
}

.guanju .gjbox .gjright .icon-guanbi1 {
    cursor: pointer;
    font-size: 22px;
    height: 22px;
    position: absolute;
    right: 14px;
    top: 14px;
    width: 22px
}

.guanju .gjbox .gjright .gjinfo {
    display: flex;
    flex-direction: column
}

.guanju .gjbox .gjright .gjinfo h3 {
    color: #a2162d;
    font-family: PingFang SC;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    margin-top: 31px
}

.guanju .gjbox .gjright .gjinfo p {
    align-items: center;
    color: #3d3d3d;
    display: flex;
    font-family: PingFang SC;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-top: 10px
}

.guanju .gjbox .gjright .gjinfo .btn {
    display: flex;
    flex-direction: row-reverse;
    margin-top: 14px
}

.guanju .gjbox .gjright .gjinfo .btn .btn_know {
    align-items: flex-start;
    background: #323947;
    border-radius: 29px;
    cursor: pointer;
    display: flex;
    flex-grow: 0;
    height: 32px;
    margin-right: 26px;
    padding: 6px 24px
}

.guanju .gjbox .gjright .gjinfo .btn .btn_know p {
    color: #fff;
    display: block;
    font-family: PingFang SC;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    margin-top: 0
}

.guanju .mgjbox {
    background-color: #fff;
    min-width: 344px;
    width: 80%
}

.guanju .mgjbox .gjinfo {
    border: 1px solid #a2162d;
    display: flex;
    flex-direction: column;
    margin: 25px 20px;
    padding: 0 20px
}

.guanju .mgjbox .gjinfo h3 {
    color: #a2162d;
    font-family: PingFang SC;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    margin-top: 20px
}

.guanju .mgjbox .gjinfo p {
    align-items: center;
    color: #3d3d3d;
    display: flex;
    font-family: PingFang SC;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-top: 10px
}

.guanju .mgjbox .gjinfo .btn {
    display: flex;
    justify-content: center;
    margin: 14px 0 20px
}

.guanju .mgjbox .gjinfo .btn .btn_know {
    background: #a2162d;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    flex-grow: 0;
    height: 32px;
    padding: 6px 24px
}

.guanju .mgjbox .gjinfo .btn .btn_know p {
    color: #fff;
    display: block;
    font-family: PingFang SC;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    margin-top: 0
}

@media screen and (max-width: 999px) {
    .guanju .gjbox {
        background:#fff9ea;
        height: auto;
        width: 80%
    }

    .guanju .gjbox .gjright {
        margin-left: 0
    }

    .guanju .gjbox .gjright .gjinfo {
        padding: 20px 25px
    }

    .guanju .gjbox .gjright .gjinfo .btn {
        margin-bottom: 10px
    }
}

.popkaiping {
    background: url(https://resources1.interface003.com/Contentgj/images/pop_bg.png) repeat;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100
}

.popkaiping .top_banner {
    left: 50%;
    max-height: 422px;
    max-width: 1198px;
    overflow: hidden;
    position: fixed;
    top: 274px;
    transform: translate(-50%) scale(1);
    z-index: 9
}

.popkaiping .top_banner .kp {
    border: none;
    margin-right: 0;
    position: relative
}

.popkaiping .top_banner .kp,.popkaiping .top_banner .kp #top_gg_5,.popkaiping .top_banner img {
    max-height: 420px;
    max-width: 1198px
}

.popkaiping .top_banner img {
    border-radius: 8px
}

.popkaiping .top_banner .ad_mk {
    color: #fff;
    cursor: pointer;
    height: 20px;
    line-height: 20px;
    padding: 2px 5px
}

.popkaiping .top_banner .ad_mk2 {
    filter: alpha(opacity=60);
    -moz-opacity: .6;
    -khtml-opacity: .6;
    opacity: .6
}

.popkaiping .top_banner .kpclose {
    align-items: center;
    background: rgba(0,0,0,.6);
    border-radius: 0 8px;
    cursor: pointer;
    display: flex;
    gap: 6px;
    height: 28px;
    padding: 0 10px;
    position: absolute;
    right: -2px;
    top: 0;
    width: 60px;
    z-index: 223
}

.popkaiping .top_banner .kpclose .icon-guanbi1 {
    color: #fff;
    height: 16px;
    padding-left: 25px;
    width: 16px
}

.popkaiping .top_banner .kpclose #zq_close {
    height: 24px
}

.popkaiping .top_banner #count_ad {
    align-items: center;
    color: #fff;
    display: flex;
    font-family: PingFang SC;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    height: 28px;
    line-height: 28px;
    padding-top: 2px;
    position: absolute;
    right: 30px;
    top: 0;
    width: 18px
}

.popkaiping .top_banner #hover_zq_close {
    cursor: pointer;
    height: 24px;
    position: absolute;
    right: -2px;
    top: 0;
    width: 24px;
    z-index: 224
}

@media screen and (max-width: 1199px) {
    .popkaiping .top_banner {
        height:auto!important;
        width: 90%
    }

    .popkaiping .top_banner .kp img {
        width: 100%
    }
}

.jrpl-jieri {
    border: none;
    left: 50%;
    margin-left: -1119px;
    position: fixed;
    top: 20px
}

.jrpl-jieri .jp {
    width: 500px
}

@media screen and (max-width: 2000px) {
    .jrpl-jieri {
        margin-left:-1119px;
        top: 20px
    }

    .jrpl-jieri .jp {
        width: 500px
    }
}

@media screen and (max-width: 1900px) {
    .jrpl-jieri {
        margin-left:-1039px;
        top: 20px
    }

    .jrpl-jieri .jp {
        width: 420px
    }
}

@media screen and (max-width: 1800px) {
    .jrpl-jieri {
        margin-left:-979px;
        top: 20px
    }

    .jrpl-jieri .jp {
        width: 360px
    }
}

@media screen and (max-width: 1700px) {
    .jrpl-jieri {
        margin-left:-918px;
        top: 20px
    }

    .jrpl-jieri .jp {
        width: 300px
    }
}

@media screen and (max-width: 1600px) {
    .jrpl-jieri {
        margin-left:-839px;
        top: 20px
    }

    .jrpl-jieri .jp {
        width: 220px
    }
}

@media screen and (max-width: 1500px) {
    .jrpl-jieri {
        margin-left:-749px;
        top: 20px
    }

    .jrpl-jieri .jp {
        width: 130px
    }
}

.jrpr-jieri {
    border: none;
    margin-right: -1120px;
    position: fixed;
    right: 50%;
    top: 20px
}

.jrpr-jieri .jp {
    width: 500px
}

@media screen and (max-width: 1900px) {
    .jrpr-jieri {
        margin-right:-1039px;
        top: 20px
    }

    .jrpr-jieri .jp {
        width: 420px
    }
}

@media screen and (max-width: 1800px) {
    .jrpr-jieri {
        margin-right:-979px;
        top: 20px
    }

    .jrpr-jieri .jp {
        width: 360px
    }
}

@media screen and (max-width: 1700px) {
    .jrpr-jieri {
        margin-right:-920px;
        top: 20px
    }

    .jrpr-jieri .jp {
        width: 300px
    }
}

@media screen and (max-width: 1600px) {
    .jrpr-jieri {
        margin-right:-840px;
        top: 20px
    }

    .jrpr-jieri .jp {
        width: 220px
    }
}

@media screen and (max-width: 1500px) {
    .jrpr-jieri {
        margin-right:-750px;
        top: 20px
    }

    .jrpr-jieri .jp {
        width: 130px
    }
}

@media screen and (max-width: 1199px) {
    .jrpr-jieri {
        display:none
    }
}

@media screen and (max-width: 999px) {
    .jrpr-jieri {
        display:none
    }
}

@media screen and (max-width: 799px) {
    .jrpr-jieri {
        display:none
    }
}

.new_chrome_down[data-v-3e0a0cbe] {
    border-radius: 12px 0 0 12px;
    display: none;
    height: 114px;
    width: 56px
}

.new_chrome_down .chrome_ctx_left[data-v-3e0a0cbe] {
    background: url(https://resources1.interface003.com/web20/img/othor/chorme_bg.png) no-repeat #fff;
    border-radius: 12px 0 0 12px;
    box-sizing: border-box;
    cursor: pointer;
    height: 114px;
    position: relative;
    width: 56px
}

.new_chrome_down .chrome_ctx_left[data-v-3e0a0cbe]:hover {
    background-color: #eee
}

.new_chrome_down .chrome_ctx_left .chorme_corp[data-v-3e0a0cbe] {
    align-items: center;
    background: #4889f4;
    border-radius: 11px 0;
    display: flex;
    height: 21px;
    justify-content: center;
    width: 27px
}

.new_chrome_down .chrome_ctx_left .chorme_center[data-v-3e0a0cbe] {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%)
}

.new_chrome_down .chrome_ctx_left .chorme_center .img_center[data-v-3e0a0cbe] {
    height: 26px;
    width: 26px
}

.new_chrome_down .chrome_ctx_left .chorme_center .text_center[data-v-3e0a0cbe] {
    color: #3d3d3d;
    font-family: PingFang SC;
    font-size: 10px;
    font-weight: 600;
    height: 14px;
    line-height: 14px;
    margin-top: 3px
}

.new_chrome_down .chrome_ctx_right[data-v-3e0a0cbe] {
    align-items: center;
    background: #fff;
    background-size: auto 234px;
    border-radius: 12px;
    bottom: -112px;
    display: none;
    filter: drop-shadow(0 0 14px rgba(0,0,0,.1));
    justify-content: center;
    position: absolute;
    right: 68px;
    width: 348px
}

.new_chrome_down .chrome_ctx_right .chrome_main[data-v-3e0a0cbe] {
    margin: 0 20px;
    position: relative
}

.new_chrome_down .chrome_ctx_right .chrome_main .chrome_download[data-v-3e0a0cbe] {
    align-items: center;
    display: flex;
    flex-direction: column
}

.new_chrome_down .chrome_ctx_right .chrome_main .chrome_download .title[data-v-3e0a0cbe] {
    align-items: center;
    color: #000;
    display: flex;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin-top: 16px
}

.new_chrome_down .chrome_ctx_right .chrome_main .chrome_download .subtitle[data-v-3e0a0cbe] {
    color: #9a9a9c;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 2px 0 22px;
    text-align: center
}

.new_chrome_down .chrome_ctx_right .chrome_main .chrome_download .des[data-v-3e0a0cbe] {
    align-items: center;
    color: #292929;
    display: flex;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center
}

.new_chrome_down .chrome_ctx_right .chrome_main .chrome_download .btn[data-v-3e0a0cbe] {
    align-items: center;
    border: 1px solid rgba(0,0,0,.6);
    border-radius: 69px;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    margin: 16px 0 28px;
    padding: 6px 20px
}

.new_chrome_down .chrome_ctx_right .chrome_main .chrome_download .btn[data-v-3e0a0cbe]:hover {
    background: #eee
}

.new_chrome_down .chrome_ctx_right .chrome_main .chrome_download .btn img[data-v-3e0a0cbe] {
    height: 32px;
    width: 32px
}

.new_chrome_down .chrome_ctx_right .chrome_main .chrome_download .btn p[data-v-3e0a0cbe] {
    align-items: center;
    color: #000;
    display: flex;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    margin-left: 7px
}

.new_chrome_down .chrome_ctx_right .chrome_close[data-v-3e0a0cbe] {
    align-items: flex-start;
    border: .5px solid rgba(0,0,0,.2);
    border-radius: 4px;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    height: 22px;
    padding: 2px;
    position: absolute;
    right: 12px;
    top: 12px;
    width: 22px
}

.new_chrome_down .chrome_ctx_right .chrome_close[data-v-3e0a0cbe]:hover {
    background-color: #eee
}

.new_chrome_down .chrome_ctx_right .chrome_close .iconfont[data-v-3e0a0cbe] {
    font-size: 17px;
    height: 17px;
    width: 17px
}

.new_chrome_down .chrome_ctx_right_flex[data-v-3e0a0cbe] {
    display: flex
}

.new_chrome_down .chrome-show[data-v-3e0a0cbe] {
    animation: c_show-3e0a0cbe 1s forwards
}

@keyframes c_hid-3e0a0cbe {
    0% {
        opacity: 1;
        transform: translateX(0)
    }

    to {
        opacity: 0;
        transform: translateX(500px)
    }
}

@keyframes c_show-3e0a0cbe {
    0% {
        opacity: 0;
        transform: translateX(500px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

.new_chrome_down_block[data-v-3e0a0cbe] {
    display: block
}

@media screen and (max-width: 799px) {
    .new_chrome_down[data-v-3e0a0cbe] {
        display:none
    }
}

.hq-ani {
    animation: hqnidentifier 100s linear infinite;
    animation-delay: 3s
}

@keyframes hqnidentifier {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(-50%)
    }
}

[data-v-c30dfb6a] .rank-home-tips .el-dialog__header {
    display: none
}

[data-v-c30dfb6a] .rank-home-tips .el-dialog__body {
    min-height: 325px;
    overflow-y: hidden;
    padding: 0;
    position: relative
}

.star-rank-rule-com {
    overflow: hidden
}

.star-rank-rule-com .el-dialog__body {
    padding: 20px 30px 14px
}

.star-rank-rule-com .el-dialog__header {
    border-bottom: 1px solid #f2f2f2;
    margin: 0 30px;
    padding: 30px 0 20px
}

.star-rank-rule-com .el-dialog__header .el-dialog__title {
    color: var(---Text-5,#1d2129);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center
}

.star-rank-rule-com .el-dialog__header .el-dialog__headerbtn {
    right: 30px;
    top: 32px
}

.star-rank-rule-com .el-dialog__header .el-dialog__headerbtn:hover {
    opacity: .8
}

.star-rank-rule-com .el-dialog__header .el-dialog__headerbtn .el-icon-close {
    color: #1d2129;
    font-size: 22px
}

html[dir=rtl] .star-rank-rule-com .el-dialog__header .el-dialog__headerbtn {
    left: 30px!important;
    right: auto!important
}

.month-selector {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.12);
    position: absolute;
    top: 48px;
    width: 200px
}

.month-selector .selector-content {
    height: 226px;
    overflow: auto;
    position: relative;
    width: 199px
}

.month-selector .selector-content::-webkit-scrollbar {
    background-color: transparent!important;
    display: unset!important;
    height: 1px!important;
    opacity: 1!important;
    width: 4px!important
}

.month-selector .selector-content::-webkit-scrollbar-thumb {
    background-color: #f2f3f5!important;
    border-radius: 4px!important;
    width: 6px!important
}

.month-selector .selector-content .year-section {
    color: #1d2129;
    position: relative
}

.month-selector .selector-content .year-section .year-title {
    background: #f7f8fa;
    font-size: 12px;
    padding: 2px 12px;
    position: sticky;
    top: 0;
    z-index: 1
}

.month-selector .selector-content .year-section .month-list {
    display: flex;
    flex-direction: column
}

.month-selector .selector-content .year-section .month-list .month-item {
    cursor: pointer;
    font-size: 12px;
    padding: 12px;
    transition: all .3s
}

.month-selector .selector-content .year-section .month-list .month-item:hover {
    background-color: #f5f5f5
}

.month-selector .selector-content .year-section .month-list .selected {
    background-color: #f5f5f5;
    color: #1d2129;
    font-size: 12px;
    font-weight: 600;
    padding: 12px
}

.date-picker-jaf {
    align-items: center;
    display: flex;
    height: 48px
}

.date-picker-jaf .icon-arrow-down {
    transition: all .23s
}

.date-picker-jaf .rotate180 {
    transform: rotate(180deg)
}

.week-selector {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.12);
    margin-top: 8px;
    position: absolute;
    top: 40px;
    width: 200px
}

.week-selector .selector-content {
    height: 226px;
    overflow-y: auto;
    position: relative;
    width: 199px
}

.week-selector .selector-content::-webkit-scrollbar {
    background-color: transparent!important;
    display: unset!important;
    height: 1px!important;
    opacity: 1!important;
    width: 4px!important
}

.week-selector .selector-content::-webkit-scrollbar-thumb {
    background-color: #f2f3f5!important;
    border-radius: 4px!important;
    width: 8px!important
}

.week-selector .selector-content .year-section {
    color: #1d2129;
    position: relative
}

.week-selector .selector-content .year-section .year-title {
    background: #f7f8fa;
    font-size: 12px;
    padding: 2px 12px;
    position: sticky;
    top: 0;
    z-index: 1
}

.week-selector .selector-content .year-section .weeks-list {
    display: flex;
    flex-direction: column
}

.week-selector .selector-content .year-section .weeks-list .week-item {
    cursor: pointer;
    font-size: 12px;
    padding: 12px;
    transition: all .3s
}

.week-selector .selector-content .year-section .weeks-list .week-item:hover {
    background-color: #f5f5f5
}

.week-selector .selector-content .year-section .weeks-list .selected {
    background-color: #f5f5f5;
    color: #1d2129;
    font-size: 12px;
    font-weight: 600;
    padding: 12px
}

[data-v-13a3ffd2] .el-date-editor {
    width: 85px
}

[data-v-13a3ffd2] .el-date-editor .el-input__prefix {
    color: #86909c;
    left: unset;
    right: 0;
    width: -moz-fit-content;
    width: fit-content
}

[data-v-13a3ffd2] .el-date-editor .el-input__inner {
    border: none;
    cursor: pointer;
    padding: 0
}

[data-v-13a3ffd2] .el-date-editor {
    position: relative;
    z-index: 2
}

[data-v-13a3ffd2] .el-date-editor .el-icon-arrow-down {
    color: #86909c;
    font-weight: 600;
    line-height: 36px!important;
    margin: 0 4px;
    width: 24px
}

.week-picker-box[data-v-13a3ffd2] .el-date-editor--week {
    width: 118px
}

.week-picker-box[data-v-13a3ffd2] .el-icon-arrow-down {
    display: none!important
}

.week-picker-box[data-v-13a3ffd2] .el-input__prefix {
    cursor: default!important;
    display: none!important
}

.week-picker-box[data-v-13a3ffd2] .el-input__inner {
    background-color: #fff!important;
    color: #86909c!important;
    cursor: default!important
}

.star-rank-scrollbar[data-v-13a3ffd2]::-webkit-scrollbar {
    background-color: transparent;
    display: unset!important;
    height: 1px;
    opacity: 1!important;
    width: 4px!important
}

.star-rank-scrollbar[data-v-13a3ffd2]::-webkit-scrollbar-thumb {
    background-color: #f2f3f5;
    border-radius: 4px;
    width: 6px
}

html[dir=rtl][data-v-13a3ffd2] .el-date-editor .el-input__inner {
    padding-left: 30;
    padding-right: 0
}

[data-v-0e77c2d6] .user-card-new-container {
    --tw-translate-x: -50%;
    --tw-translate-y: -50%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

@media (max-width: 799px) {
    [data-v-0e77c2d6] .user-card-new-container {
        --tw-translate-y:-0px;
        top: unset;
        transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
    }
}

[data-v-0e77c2d6] .user-card-new-container .el-dialog__header {
    --tw-shadow: 0 1px 0 0 rgba(0,0,0,.05);
    --tw-shadow-colored: 0 1px 0 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
    color: #1d2129;
    font-size: 20px;
    font-weight: 600;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    padding: 0 0 20px;
    position: relative;
    width: 420px
}

@media (max-width: 799px) {
    [data-v-0e77c2d6] .user-card-new-container .el-dialog__header {
        --tw-shadow-color:0;
        --tw-shadow: var(--tw-shadow-colored);
        font-size: 18px;
        font-weight: 400;
        margin-top: 0;
        padding-bottom: 12px;
        padding-top: 12px;
        text-align: center;
        width: 100%
    }
}

[data-v-0e77c2d6] .user-card-new-container .el-dialog__header .el-dialog__close {
    color: #1d2129
}

@media (max-width: 799px) {
    [data-v-0e77c2d6] .user-card-new-container .el-dialog__header .el-dialog__close {
        font-weight:600
    }
}

[data-v-0e77c2d6] .user-card-new-container .el-dialog__header .el-dialog__headerbtn {
    font-size: 26px;
    height: 26px;
    right: 0;
    top: 0
}

@media (max-width: 799px) {
    [data-v-0e77c2d6] .user-card-new-container .el-dialog__header .el-dialog__headerbtn {
        font-size:16px;
        left: 15px;
        right: auto;
        top: 14px
    }
}

[data-v-0e77c2d6] .user-card-new-container .el-dialog__header .el-dialog__headerbtn {
    line-height: 26px
}

[data-v-0e77c2d6] .user-card-new-container .el-tabs__item.is-active,[data-v-0e77c2d6] .user-card-new-container .el-tabs__item:hover {
    color: #1d2129;
    font-weight: 600
}

[data-v-0e77c2d6] .user-card-new-container .el-tabs__active-bar {
    background-color: #3d3d3d;
    height: 1px
}

[data-v-0e77c2d6] .user-card-new-container .el-tabs__nav-wrap:after {
    height: 1px
}

[data-v-0e77c2d6] .user-card-new-container .el-dialog__body {
    margin-bottom: 30px;
    max-height: 564px;
    padding: 20px 40px 0
}

@media (max-width: 799px) {
    [data-v-0e77c2d6] .user-card-new-container .el-dialog__body {
        margin-bottom:0;
        max-height: 100%;
        padding: 14px 16px
    }
}

[data-v-0e77c2d6] .user-card-new-container .el-dialog__body::-webkit-scrollbar {
    background-color: transparent;
    width: 4px
}

[data-v-0e77c2d6] .user-card-new-container .el-dialog__body::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 99px
}

[data-v-0e77c2d6] .user-card-new-container .el-dialog__body .el-form .el-form-item {
    margin-bottom: 22px
}

[data-v-0e77c2d6] .user-card-new-container .el-dialog__body .el-form .el-form-item .el-form-item__label {
    color: #1d2129;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal
}

[data-v-0e77c2d6] .user-card-new-container .el-dialog__body .el-form .el-form-item .el-form-item__label:before {
    color: #f15555;
    margin-right: 8px;
}

[data-v-0e77c2d6] .user-card-new-container .el-dialog__body .el-form .el-form-item .el-form-item__label:where([dir=rtl],[dir=rtl] *):before {
    margin-left: 8px;
    margin-right: 0;
}

[data-v-0e77c2d6] .user-card-new-container .el-dialog__body .el-form .el-form-item .el-form-item__content .phone-input .el-input__inner {
    border: 0;
    height: 48px;
    line-height: 48px;
    padding: 0
}

[data-v-0e77c2d6] .user-card-new-container .el-dialog__body .el-form .el-form-item .el-form-item__content .el-input .el-input__inner {
    border-color: #1d2129;
    border-radius: 6px;
    color: #1d2129;
    height: 48px;
    line-height: 48px
}

[data-v-0e77c2d6] .user-card-new-container .el-dialog__body .el-form .el-form-item .el-form-item__content .el-input .el-input__inner::-moz-placeholder {
    color: #86909c;
    font-size: 14px
}

[data-v-0e77c2d6] .user-card-new-container .el-dialog__body .el-form .el-form-item .el-form-item__content .el-input .el-input__inner::placeholder {
    color: #86909c;
    font-size: 14px
}

[data-v-0e77c2d6] .user-card-new-container .el-dialog__body .el-form .el-form-item .el-form-item__content .el-input .el-input__suffix .el-input__clear {
    background-image: url(https://resources1.interface003.com/web20/img/discover/release/delete.png)!important;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 16px 16px!important;
    background-size: cover;
    font-size: 0
}

[data-v-0e77c2d6] .user-card-new-container .el-dialog__body .el-form .el-form-item .el-form-item__content .el-input .el-input__suffix .el-input__clear svg {
    opacity: 0!important
}

[data-v-0e77c2d6] .user-card-new-container .el-dialog__body .el-form .el-form-item .el-form-item__content .err-text .el-input__inner {
    border-color: #f52230
}

[data-v-0e77c2d6] .user-card-new-container .el-dialog__body .el-form .el-form-item .el-form-item__content .el-radio__input.is-checked+.el-radio__label,[data-v-0e77c2d6] .user-card-new-container .el-dialog__body .el-form .el-form-item .el-form-item__content .el-radio__label {
    color: #1d2129
}

[data-v-0e77c2d6] .user-card-new-container .el-dialog__body .el-form .el-form-item .el-form-item__content .el-radio__label:hover {
    opacity: .8
}

[data-v-0e77c2d6] .user-card-new-container .el-dialog__body .el-form .el-form-item .el-form-item__content .el-radio__label:where([dir=rtl],[dir=rtl] *) {
    padding-left: 0;
    padding-right: 10px
}

[data-v-0e77c2d6] .user-card-new-container .el-dialog__body .el-form .el-form-item .el-form-item__content .el-radio:where([dir=rtl],[dir=rtl] *) {
    margin-left: 30px;
    margin-right: 0
}

[data-v-0e77c2d6] .user-card-new-container .el-dialog__body .el-form .el-form-item .el-form-item__content .el-radio__input.is-checked .el-radio__inner {
    background: #fadc19;
    border-color: transparent
}

[data-v-0e77c2d6] .user-card-new-container .el-dialog__body .el-form .el-form-item .el-form-item__content .el-radio__input.is-checked .el-radio__inner:after {
    background: none;
    border: 2px solid #1d2129;
    border-radius: 0;
    border-right: transparent;
    border-top: transparent;
    content: "";
    display: inline-block;
    height: 2.5px;
    left: 2.5px;
    position: absolute;
    text-align: center;
    top: 3px;
    transform: rotate(-45deg);
    vertical-align: middle;
    width: 5px
}

[data-v-0e77c2d6] .user-card-new-container .el-dialog__body .el-form .el-form-item .el-form-item__content .el-radio__inner:hover {
    border-color: #fadc19
}

[data-v-0e77c2d6] .user-card-new-container .el-dialog__body .el-form .privacy .el-form-item__label {
    padding: 0
}

[data-v-0e77c2d6] .user-card-new-container .el-tabs__header {
    background-color: #fff;
    position: fixed;
    width: 800px;
    z-index: 10
}

[data-v-0e77c2d6] .user-card-new-container .el-tabs__item {
    color: #a3a3a3;
    font-size: 20px;
    font-weight: 400
}

[data-v-0e77c2d6] .user-card-new-container .el-tabs__nav-scroll {
    height: 52px;
    line-height: 52px
}

html[dir=rtl] .user-card-new-container .el-dialog__header .el-dialog__headerbtn {
    left: 0!important;
    right: auto!important
}

@media screen and (max-width: 799px) {
    html[dir=rtl] .user-card-new-container .el-dialog__header .el-dialog__headerbtn {
        left:20px!important
    }
}

.file-viewer[data-v-1533836d]::-webkit-scrollbar {
    height: 0
}

.file-viewer[data-v-1533836d] .el-upload-dragger {
    border: none;
    height: 84px;
    width: 84px
}

.el-upload-dragger {
    border: none
}

@media screen and (max-width: 799px) {
    .el-upload-dragger {
        height:0;
        width: 0
    }
}

.upload-module .el-upload {
    height: 100%;
    width: 100%
}

.upload-module .el-upload-dragger {
    align-items: center;
    background: #f2f3f5;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    width: 100%
}

.upload-module .el-button {
    background: #fadc19;
    border: 0;
    color: #1d2129
}

.upload-module .el-button:hover {
    background: rgba(250,220,25,.8);
    color: rgba(29,33,41,.8)
}

.dialogMessage {
    background: rgba(0,0,0,.6);
    border-radius: 32px;
    color: #fff;
    font-size: 14px;
    left: 50%!important;
    padding: 10px 20px;
    top: 50%!important;
    transform: translate(-50%,-50%)!important
}

.enterprise-box .el-input .el-input__inner {
    border: none;
    height: 34px!important
}

.el-select-dropdown__empty {
    max-width: 304px;
    overflow-wrap: break-word;
    padding-left: 10px;
    padding-right: 10px
}

.el-scrollbar {
    display: block!important;
    width: 304px
}

@media (max-width: 999px) {
    .el-scrollbar {
        width:290px
    }
}

.el-scrollbar__wrap {
    margin: 1px!important
}

.el-scrollbar__wrap::-webkit-scrollbar {
    background-color: transparent;
    width: 0
}

.el-scrollbar__wrap::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 99px
}

.error-red,.error-red .el-input__inner,.error-red .el-textarea__inner {
    border-color: #f15555
}

.el-select-dropdown__list {
    padding: 14px
}

.service-type .el-scrollbar .el-scrollbar__wrap {
    padding-left: 5px;
    padding-right: 5px
}

.el-select-dropdown__item.hover,.el-select-dropdown__item:hover {
    background-color: #f2f3f5
}

.el-select-dropdown.is-multiple .el-select-dropdown__item.selected {
    background-color: #f2f3f5;
    color: #1d2129
}

.el-select-dropdown.is-multiple .el-select-dropdown__item.selected:after {
    display: none
}

.el-select-dropdown.is-multiple .el-select-dropdown__item.selected:hover {
    background-color: #f2f3f5
}

.el-select-dropdown.is-multiple .el-select-dropdown__item {
    padding-left: 5px;
    padding-right: 5px
}

.el-select-dropdown__item.is-disabled {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
    border-radius: 0;
    border-width: 0
}

.el-input__inner {
    height: 36px;
    line-height: 36px
}

.el-input.is-active .el-input__inner,.el-input__inner:focus,.el-select .el-input.is-focus .el-input__inner {
    --tw-border-opacity: 1;
    border-color: rgb(201 205 212/var(--tw-border-opacity))
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(1turn)
    }
}

.rotate-loading {
    animation: spin 2s linear infinite
}

.el-input__suffix:where([dir=rtl],[dir=rtl] *) {
    left: 5px;
    right: unset
}

.el-textarea .el-input__count:where([dir=rtl],[dir=rtl] *) {
    left: 10px;
    right: unset
}

.el-select .el-tag:where([dir=rtl],[dir=rtl] *) {
    margin: 2px 8px 2px 0
}

.el-tag .el-icon-close:where([dir=rtl],[dir=rtl] *) {
    left: -5px;
    right: unset
}

.el-input__prefix:where([dir=rtl],[dir=rtl] *) {
    left: unset;
    right: 5px
}

.el-dialog .el-input__inner:where([dir=rtl],[dir=rtl] *) {
    padding-left: 15px;
    padding-right: 15px
}

[data-v-5a40ff6b] .el-dialog .el-dialog__headerbtn {
    font-size: 26px;
    right: 16px;
    top: 16px
}

[data-v-5a40ff6b] .el-dialog .el-dialog__headerbtn:where([dir=rtl],[dir=rtl] *) {
    right: unset
}

[data-v-5a40ff6b] .el-dialog .el-dialog__header {
    padding: 0
}

[data-v-5a40ff6b] .el-dialog .el-tabs__item.is-active,[data-v-5a40ff6b] .el-dialog .el-tabs__item:hover {
    color: #1d2129;
    font-weight: 600
}

[data-v-5a40ff6b] .el-dialog .el-tabs__active-bar {
    background-color: #3d3d3d;
    height: 1px
}

[data-v-5a40ff6b] .el-dialog .el-tabs__nav-wrap:after {
    height: 1px
}

[data-v-5a40ff6b] .el-dialog .el-dialog__body {
    margin: 20px 0;
    max-height: 564px;
    padding: 0 40px
}

[data-v-5a40ff6b] .el-dialog .el-dialog__body::-webkit-scrollbar {
    background-color: transparent;
    width: 4px
}

[data-v-5a40ff6b] .el-dialog .el-dialog__body::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 99px
}

[data-v-5a40ff6b] .el-dialog .el-tabs__item {
    color: #a3a3a3;
    font-size: 20px;
    font-weight: 400
}

[data-v-5a40ff6b] .el-dialog .el-tabs__nav-scroll {
    height: 52px;
    line-height: 52px
}

[data-v-5a40ff6b] .el-dialog .el-input__inner {
    height: 36px;
    max-height: 36px
}

[data-v-5a40ff6b] .el-dialog .el-input__inner:focus,[data-v-5a40ff6b] .el-dialog .el-textarea__inner:focus {
    --tw-border-opacity: 1;
    border-color: rgb(201 205 212/var(--tw-border-opacity))
}

[data-v-5a40ff6b] .el-dialog .el-input .el-input__count,[data-v-5a40ff6b] .el-dialog .el-textarea .el-input__count {
    --tw-text-opacity: 1;
    color: rgb(201 205 212/var(--tw-text-opacity));
    font-size: 12px
}

.clip-dialog .el-dialog__header {
    margin-left: 40px;
    margin-right: 40px;
    margin-top: 20px
}

.clip-dialog .el-dialog__header:where([dir=rtl],[dir=rtl] *) {
    margin-left: 0
}

.clip-dialog .el-dialog__title {
    color: #1d2129;
    font-size: 20px;
    font-weight: 600
}

.clip-dialog .el-dialog__body {
    padding: 0 40px 36px
}

.image-clip .clip-content {
    border-bottom: 1px solid rgba(0,0,0,.05);
    border-top: 1px solid rgba(0,0,0,.05);
    display: flex;
    height: 360px;
    width: 100%
}

.image-clip .clip-content .left {
    display: flex;
    flex-shrink: 0;
    height: 300px;
    margin: 30px 0;
    position: relative;
    width: 514px
}

.image-clip .clip-content .left .cropper {
    width: 100%
}

.image-clip .clip-content .left .recover-area {
    align-items: center;
    bottom: -30px;
    color: #3a64ff;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    left: 0;
    line-height: 20px;
    position: absolute;
    text-align: center
}

.image-clip .clip-content .left .recover-area img {
    height: 14px;
    margin-right: 8px;
    width: 14px
}

.image-clip .clip-content .line {
    background: rgba(0,0,0,.05);
    height: 100%;
    width: 1px
}

.image-clip .clip-content .right {
    flex: 1;
    margin-left: 20px
}

.image-clip .clip-content .right:where([dir=rtl],[dir=rtl] *) {
    margin-left: 0;
    margin-right: 20px
}

.image-clip .clip-content .right .title {
    color: #262626;
    font-size: 16px;
    font-weight: 600;
    height: 100px;
    padding: 20px 0
}

.image-clip .clip-content .right .select-area {
    display: grid;
    grid-template-columns: repeat(2,50%);
    height: 220px;
    width: 100%
}

.image-clip .clip-content .right .select-area .option {
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: center
}

.image-clip .clip-content .right .select-area .option:hover {
    background: rgba(0,0,0,.03)
}

.image-clip .clip-content .right .select-area .option .graph {
    align-items: center;
    border: 1px solid #333;
    color: #333;
    display: flex;
    justify-content: center;
    max-height: 100px;
    max-width: 100px;
    min-height: 60px;
    min-width: 60px
}

.image-clip .clip-content .right .select-area .option .graph.active {
    border: 1px solid #f15555;
    color: #f15555
}

.image-clip .footer {
    display: flex;
    justify-content: space-between;
    margin-top: 16px
}

.image-clip .footer .scroll-container {
    width: 514px
}

.image-clip .footer .scroll-container .img-list .img-container {
    background: #eee;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    flex-shrink: 0;
    height: 40px;
    margin-right: 10px;
    overflow: hidden
}

.image-clip .footer .scroll-container .img-list .img-container.active {
    border: 1px solid #f15555
}

.image-clip .footer .scroll-container .img-list .img-container.active .mask {
    display: none
}

.image-clip .footer .scroll-container .img-list .img-container.not-active .mask {
    display: block
}

.image-clip .footer .btn-group {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-left: 24px
}

.image-clip .format-img {
    height: 100%;
    position: relative;
    width: 100%
}

.image-clip .format-img .img {
    background: transparent;
    height: 100%;
    left: 0;
    min-width: 58px;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.image-clip .format-img .mask {
    background: rgba(0,0,0,.3);
    border: none;
    display: inline-block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2
}

.h5-clip .cropper-line {
    background-color: #fff
}

.h5-clip .cropper-view-box {
    outline: 1px solid #fff
}

.h5-clip .cropper-point {
    background-color: unset;
    opacity: 1
}

.h5-clip .cropper-point.point-ne,.h5-clip .cropper-point.point-nw,.h5-clip .cropper-point.point-se,.h5-clip .cropper-point.point-sw {
    border: 3px solid #fff;
    height: 20px;
    width: 20px
}

html[dir=rtl] .van-swipe {
    direction: ltr
}

html[dir=rtl] .van-swipe-item {
    direction: rtl
}

.button-prev {
    left: -8px;
    transform: rotate(180deg)
}

.button-next,.button-prev {
    align-items: center;
    background: #fff;
    border-radius: 50%;
    display: flex;
    height: 16px;
    justify-content: center;
    position: absolute;
    top: 40%;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 16px;
    z-index: 2
}

.button-next {
    right: -8px
}

.home {
    background: #fafafa;
    position: relative;
    width: 100%
}

.home.newyear,.home.newyearcn {
    background: rgba(255,204,102,.2);
    margin-top: -30px;
    overflow: hidden
}

.home .content {
    background: none;
    margin: 0 auto;
    width: 1200px
}

.home .content.newyear,.home .content.newyearcn {
    background: #fafafa;
    padding: 30px 16px 0;
    position: relative;
    width: 1232px
}

.home .content.longsearch {
    margin-top: 30px
}

.home .content .home-bbb .home-bbb-list {
    display: flex
}

.home .content .home-bbb .home-bbb-list .home-bbb-ani {
    display: none
}

.home .content .home-bbb .home-bbb-list .home-bbb-banner {
    margin-right: 10px
}

.home .content .home-bbb .home-bbb-list .home-bbb-banner:last-child {
    margin-right: 0
}

.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 .tyjs {
    margin-top: 26px
}

.home .content .shikan {
    margin-top: 10px
}

.home .content .down {
    margin-top: 20px
}

.home .content .protection {
    margin-top: 38px
}

.home .content .comparison {
    display: flex
}

.home .content .comparison .comparison-l {
    flex: 1;
    overflow: auto
}

.home .content .comparison .comparison-r {
    background: #fff;
    border: 1px solid rgba(0,0,0,.05);
    border-radius: 3px;
    flex-shrink: 0;
    margin-left: 20px;
    width: 386px
}

.home .content .comparison .comparison-r .comparison-title {
    color: #3d3d3d;
    font-size: 18.0736px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
    padding: 21px 20px 0
}

.home .content .comparison .comparison-r .tyjys-list {
    margin-top: 20px;
    overflow: hidden;
    padding: 0 20px;
    position: relative;
    width: 100%
}

.home .content .comparison .comparison-r .tyjys-list .tyjys-list-a {
    background: #fff;
    border: 1px solid rgba(0,0,0,.05);
    border-radius: 5px;
    display: inline-block;
    height: 110px;
    margin-bottom: 20px;
    margin-right: 18px;
    overflow: hidden;
    width: 161px
}

.home .content .comparison .comparison-r .tyjys-list .tyjys-list-a .tyjys-list-img {
    align-items: center;
    display: flex;
    height: 77px;
    justify-content: center;
    position: relative
}

.home .content .comparison .comparison-r .tyjys-list .tyjys-list-a .tyjys-list-img .l-identification {
    border-radius: 3px 0;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    left: 1px;
    line-height: 19px;
    max-width: 100%;
    padding: 0 6px;
    position: absolute;
    top: 1px
}

.home .content .comparison .comparison-r .tyjys-list .tyjys-list-a img {
    display: block;
    height: 77px!important;
    margin: 0 auto;
    max-width: 100%;
    width: 136px
}

.home .content .comparison .comparison-r .tyjys-list .tyjys-list-a p {
    background: #fafafa;
    color: #3d3d3d;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    height: 32px;
    line-height: 30px;
    text-align: center
}

.home .content .comparison .comparison-r .tyjys-list .tyjys-list-a:nth-child(2n) {
    margin-right: 0
}

.home .content .comparison .comparison-r .tyjys-list .tyjys-list-a:hover {
    border: 1px solid rgba(255,204,102,.5)
}

.home .content .comparison .comparison-r .tyjys-list .tyjys-list-a-t {
    display: none
}

.home .home-lxwm {
    position: fixed;
    right: 0;
    top: 50vh;
    transform: translateY(-50%);
    z-index: 99
}

.home .home-lxwm .home-lxwm-a {
    align-items: center;
    background: #fff;
    border-radius: 10px 0 0 10px;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    height: 56px;
    justify-content: center;
    margin-bottom: 6px;
    padding: 8px 0;
    width: 56px;
    z-index: 9
}

.home .home-lxwm .home-lxwm-a img {
    height: 20px;
    width: 20px
}

.home .home-lxwm .home-lxwm-a span {
    color: #3d3d3d;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    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: #ffd733
}

.home .home-lxwm2 {
    top: 610px
}

.home .home-lxwm4 {
    top: 354px
}

@media screen and (max-width: 1199px) {
    .home {
        padding-bottom:60px
    }

    .home .content {
        width: 940px
    }

    .home .content.newyear,.home .content.newyearcn {
        background: none;
        padding-top: 0
    }

    .home .content .home-bbb {
        height: 97px;
        overflow: hidden;
        position: relative
    }

    .home .content .home-bbb .home-bbb-list {
        animation: nidentifier 15s linear infinite;
        animation-delay: 3s;
        justify-content: flex-start;
        left: 0;
        position: absolute;
        top: 0
    }

    .home .content .home-bbb .home-bbb-list .home-bbb-ani {
        display: block
    }

    @keyframes nidentifier {
        0% {
            left: 0
        }

        to {
            left: -1212px
        }
    }

    .home .content .tyjs {
        margin-top: 26px
    }

    .home .content .comparison {
        flex-direction: column
    }

    .home .content .comparison .comparison-r {
        background: none;
        border: none;
        margin-left: 0;
        width: 100%
    }

    .home .content .comparison .comparison-r .tyjys-list {
        background: #fff;
        border: 1px solid rgba(0,0,0,.05);
        height: 160px;
        padding-top: 20px
    }

    .home .content .comparison .comparison-r .tyjys-list .tyjys-list-box {
        animation: niden 15s linear infinite;
        left: 0;
        position: absolute;
        top: 20px;
        white-space: nowrap
    }

    .home .content .comparison .comparison-r .tyjys-list .tyjys-list-a {
        white-space: nowrap
    }

    .home .content .comparison .comparison-r .tyjys-list .tyjys-list-a p {
        line-height: 32px
    }

    .home .content .comparison .comparison-r .tyjys-list .tyjys-list-a:nth-child(2n) {
        margin-right: 18px
    }

    .home .content .comparison .comparison-r .tyjys-list .tyjys-list-a-t {
        display: inline-block
    }

    @keyframes niden {
        0% {
            left: 0
        }

        to {
            left: -1086px
        }
    }

    .home .content .comparison .comparison-r .comparison-title {
        padding: 21px 0 0
    }
}

@media screen and (max-width: 999px) {
    .home .content {
        width:760px
    }

    .home .content .home-bbb {
        margin-top: 10px;
        overflow: hidden
    }

    .home .content .home-bbb .home-bbb-list {
        animation: nidentifier 15s linear infinite normal;
        animation-delay: 3s;
        justify-content: flex-start
    }

    .home .content .home-bbb .home-bbb-list .home-bbb-ani {
        display: block
    }

    @keyframes nidentifier {
        0% {
            left: 0
        }

        to {
            left: -1212px
        }
    }

    .home .content .shikan {
        margin-top: 8px
    }
}

@media screen and (max-width: 799px) {
    .home .content {
        padding:0 10px;
        width: 100%
    }

    .home .content .home-bbb {
        height: 68px;
        overflow: hidden
    }

    .home .content .home-bbb .home-bbb-list {
        animation: nidentifier 15s linear infinite normal;
        justify-content: flex-start
    }

    .home .content .home-bbb .home-bbb-list .home-bbb-ani {
        display: block
    }

    @keyframes nidentifier {
        0% {
            left: 0
        }

        to {
            left: -870px
        }
    }

    .home .content .trader-bg {
        margin-top: 12px
    }

    .home .content .ea {
        margin-top: 16px
    }

    .home .content .shikan {
        margin-top: 8px
    }

    .home .content .protection {
        margin-top: 14px
    }

    .home .content .comparison .comparison-l {
        display: none
    }

    .home .content .comparison .comparison-r {
        margin-left: 0;
        width: 100%
    }

    .home .content .comparison .comparison-r .tyjys-list {
        height: auto;
        padding-bottom: 20px
    }

    .home .content .comparison .comparison-r .tyjys-list .tyjys-list-box {
        animation: none;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        position: relative
    }

    .home .content .comparison .comparison-r .tyjys-list-a {
        margin-right: 0!important;
        width: 48%!important
    }

    .home .content .comparison .comparison-r .comparison-title {
        padding: 0 20px
    }

    .home .home-lxwm {
        display: none
    }
}

html[dir=rtl] .home .content .comparison .comparison-r {
    margin-left: 0;
    margin-right: 20px
}

@media screen and (max-width: 799px) {
    html[dir=rtl] .home .content .comparison .comparison-r {
        margin-right:0
    }
}

html[dir=rtl] .home .content .comparison .comparison-r .tyjys-list .tyjys-list-a:nth-child(2n) {
    margin-right: 18px
}

html[dir=rtl] .home .content .comparison .comparison-r .tyjys-list .tyjys-list-a {
    margin-right: 0
}

@media screen and (max-width: 1199px) {
    html[dir=rtl] .home .content .comparison .comparison-r {
        margin-right:0
    }

    html[dir=rtl] .home .content .comparison .comparison-r .tyjys-list .tyjys-list-a {
        margin-right: 18px
    }
}.no-data {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.no-data .no-data-1 {
    font-size: 30px;
    margin-top: 70px
}

.no-data .no-data-1,.no-data .no-data-2 {
    color: #7d7d7d;
    font-style: normal;
    font-weight: 400;
    line-height: 40px
}

.no-data .no-data-2 {
    font-size: 18px;
    margin-top: 6px;
    text-align: center;
    width: 90%
}

.no-data .no-data-link {
    background: #787878;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    height: 48px;
    line-height: 48px;
    margin-top: 8px;
    padding: 0 48px
}

@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
    }
}

.nuxt-progress {
    background-color: #000;
    height: 2px;
    left: 0;
    opacity: 1;
    position: fixed;
    right: 0;
    top: 0;
    transition: width .1s,opacity .4s;
    width: 0;
    z-index: 999999
}

.nuxt-progress.nuxt-progress-notransition {
    transition: none
}

.nuxt-progress-failed {
    background-color: red
}
.\!container {
    width: 100%!important;
}

.container {
    width: 100%
}

@media (min-width: 799px) {
    .\!container {
        max-width:799px!important
    }

    .container {
        /*max-width: 799px*/
    }
}

.basic-core {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 1200px
}

@media (max-width: 1199px) {
    .basic-core {
        width:940px
    }
}

@media (max-width: 999px) {
    .basic-core {
        width:760px
    }
}

@media (max-width: 799px) {
    .basic-core {
        width:100%
    }
}

.s-center {
    align-items: center;
    justify-content: flex-start
}

.s-center,.s-y-center {
    display: flex;
    flex-direction: row
}

.s-y-center {
    align-items: flex-start;
    justify-content: center
}

.b-center {
    justify-content: space-between
}

.b-center,.xy-center {
    align-items: center;
    display: flex;
    flex-direction: row
}

.xy-center {
    justify-content: center
}

.e-center {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: flex-end
}

.border1 {
    border-style: solid;
    border-width: 1px
}

.fx-border2 {
    border: 1px solid rgba(0,0,0,.05)
}

.line-clamp-3 {
    word-break: break-all
}

.\!line-clamp-2 {
    word-break: break-all!important
}

.line-clamp-2 {
    word-break: break-all
}

.\!line-clamp-1 {
    word-break: break-all!important
}

.line-clamp-1 {
    word-break: break-all
}

.words-break-lines {
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-word
}

.xy-absolute {
    --tw-translate-x: -50%;
    --tw-translate-y: -50%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.visible {
    visibility: visible
}

/*.collapse {*/
/*    visibility: collapse*/
/*}*/

.\!static {
    position: static!important
}

.static {
    position: static
}

.fixed {
    position: fixed
}

.absolute {
    position: absolute
}

.\!relative {
    position: relative!important
}

.relative {
    position: relative
}

.sticky {
    position: sticky
}

.\!inset-x-0 {
    left: 0!important;
    right: 0!important
}

.\!inset-y-0 {
    bottom: 0!important;
    top: 0!important
}

.inset-x-0 {
    left: 0;
    right: 0
}

.inset-y-0 {
    bottom: 0;
    top: 0
}

.\!-left-\[170\%\] {
    left: -170%!important
}

.\!left-\[unset\] {
    left: unset!important
}

.\!right-2 {
    right: 2px!important
}

.\!right-\[130px\] {
    right: 130px!important
}

.\!top-24 {
    top: 24px!important
}

.\!top-31 {
    top: 31px!important
}

.-bottom-1 {
    bottom: -1px
}

.-bottom-2 {
    bottom: -2px
}

.-bottom-3 {
    bottom: -3px
}

.-bottom-32 {
    bottom: -32px
}

.-bottom-5 {
    bottom: -5px
}

.-bottom-6 {
    bottom: -6px
}

.-left-0 {
    left: 0
}

.-left-1 {
    left: -1px
}

.-left-14 {
    left: -14px
}

.-left-16 {
    left: -16px
}

.-left-200 {
    left: -200px
}

.-left-22 {
    left: -22px
}

.-left-344 {
    left: -344px
}

.-left-37 {
    left: -37px
}

.-left-50 {
    left: -50px
}

.-left-7 {
    left: -7px
}

.-right-1 {
    right: -1px
}

.-right-10 {
    right: -10px
}

.-right-12 {
    right: -12px
}

.-right-14 {
    right: -14px
}

.-right-145 {
    right: -145px
}

.-right-2 {
    right: -2px
}

.-right-20 {
    right: -20px
}

.-right-3 {
    right: -3px
}

.-right-344 {
    right: -344px
}

.-right-5 {
    right: -5px
}

.-right-60 {
    right: -60px
}

.-right-8 {
    right: -8px
}

.-top-0 {
    top: 0
}

.-top-1 {
    top: -1px
}

.-top-10 {
    top: -10px
}

.-top-108 {
    top: -108px
}

.-top-11 {
    top: -11px
}

.-top-16 {
    top: -16px
}

.-top-194 {
    top: -194px
}

.-top-196 {
    top: -196px
}

.-top-2 {
    top: -2px
}

.-top-20 {
    top: -20px
}

.-top-260 {
    top: -260px
}

.-top-28 {
    top: -28px
}

.-top-3 {
    top: -3px
}

.-top-33 {
    top: -33px
}

.-top-4 {
    top: -4px
}

.-top-43 {
    top: -43px
}

.-top-5 {
    top: -5px
}

.-top-50 {
    top: -50px
}

.-top-54 {
    top: -54px
}

.-top-56 {
    top: -56px
}

.-top-7 {
    top: -7px
}

.-top-72 {
    top: -72px
}

.-top-77 {
    top: -77px
}

.-top-8 {
    top: -8px
}

.bottom-0 {
    bottom: 0
}

.bottom-10 {
    bottom: 10px
}

.bottom-100 {
    bottom: 100px
}

.bottom-18 {
    bottom: 18px
}

.bottom-2 {
    bottom: 2px
}

.bottom-20 {
    bottom: 20px
}

.bottom-26 {
    bottom: 26px
}

.bottom-30 {
    bottom: 30px
}

.bottom-35 {
    bottom: 35px
}

.bottom-4 {
    bottom: 4px
}

.bottom-40 {
    bottom: 40px
}

.bottom-50 {
    bottom: 50px
}

.bottom-52 {
    bottom: 52px
}

.bottom-56 {
    bottom: 56px
}

.bottom-6 {
    bottom: 6px
}

.bottom-71 {
    bottom: 71px
}

.bottom-78 {
    bottom: 78px
}

.bottom-8 {
    bottom: 8px
}

.bottom-90 {
    bottom: 90px
}

.bottom-\[-2px\] {
    bottom: -2px
}

.bottom-\[-33px\] {
    bottom: -33px
}

.bottom-\[0px\] {
    bottom: 0
}

.bottom-\[1\.2px\] {
    bottom: 1.2px
}

.bottom-\[16px\] {
    bottom: 16px
}

.bottom-\[32px\] {
    bottom: 32px
}

.bottom-\[50px\] {
    bottom: 50px
}

.left-0 {
    left: 0
}

.left-1 {
    left: 1px
}

.left-1\/2 {
    left: 50%
}

.left-10 {
    left: 10px
}

.left-11 {
    left: 11px
}

.left-12 {
    left: 12px
}

.left-140 {
    left: 140px
}

.left-16 {
    left: 16px
}

.left-17 {
    left: 17px
}

.left-18 {
    left: 18px
}

.left-20 {
    left: 20px
}

.left-32 {
    left: 32px
}

.left-320 {
    left: 320px
}

.left-34 {
    left: 34px
}

.left-6 {
    left: 6px
}

.left-60 {
    left: 60px
}

.left-\[-1px\] {
    left: -1px
}

.left-\[-6px\] {
    left: -6px
}

.left-\[0px\] {
    left: 0
}

.left-\[10px\] {
    left: 10px
}

.left-\[12px\] {
    left: 12px
}

.left-\[16px\] {
    left: 16px
}

.left-\[18px\] {
    left: 18px
}

.left-\[20px\] {
    left: 20px
}

.left-\[50\%\] {
    left: 50%
}

.left-\[calc\(50\%-320px\)\] {
    left: calc(50% - 320px)
}

.right-0 {
    right: 0
}

.right-10 {
    right: 10px
}

.right-100 {
    right: 100px
}

.right-11 {
    right: 11px
}

.right-12 {
    right: 12px
}

.right-14 {
    right: 14px
}

.right-16 {
    right: 16px
}

.right-160 {
    right: 160px
}

.right-18 {
    right: 18px
}

.right-19 {
    right: 19px
}

.right-20 {
    right: 20px
}

.right-22 {
    right: 22px
}

.right-24 {
    right: 24px
}

.right-30 {
    right: 30px
}

.right-320 {
    right: 320px
}

.right-332 {
    right: 332px
}

.right-35 {
    right: 35px
}

.right-50 {
    right: 50px
}

.right-6 {
    right: 6px
}

.right-60 {
    right: 60px
}

.right-8 {
    right: 8px
}

.right-9 {
    right: 9px
}

.right-\[-2px\] {
    right: -2px
}

.right-\[0px\] {
    right: 0
}

.right-\[10px\] {
    right: 10px
}

.right-\[12px\] {
    right: 12px
}

.right-\[16px\] {
    right: 16px
}

.right-\[18px\] {
    right: 18px
}

.right-\[20px\] {
    right: 20px
}

.right-\[24px\] {
    right: 24px
}

.right-\[32px\] {
    right: 32px
}

.right-\[4px\] {
    right: 4px
}

.right-\[5px\] {
    right: 5px
}

.right-\[68px\] {
    right: 68px
}

.top-0 {
    top: 0
}

.top-1 {
    top: 1px
}

.top-1\/2 {
    top: 50%
}

.top-10 {
    top: 10px
}

.top-116 {
    top: 116px
}

.top-12 {
    top: 12px
}

.top-120 {
    top: 120px
}

.top-123 {
    top: 123px
}

.top-127 {
    top: 127px
}

.top-13 {
    top: 13px
}

.top-132 {
    top: 132px
}

.top-133 {
    top: 133px
}

.top-14 {
    top: 14px
}

.top-150 {
    top: 150px
}

.top-16 {
    top: 16px
}

.top-19 {
    top: 19px
}

.top-2 {
    top: 2px
}

.top-20 {
    top: 20px
}

.top-214 {
    top: 214px
}

.top-22 {
    top: 22px
}

.top-226 {
    top: 226px
}

.top-24 {
    top: 24px
}

.top-242 {
    top: 242px
}

.top-25 {
    top: 25px
}

.top-28 {
    top: 28px
}

.top-3 {
    top: 3px
}

.top-30 {
    top: 30px
}

.top-32 {
    top: 32px
}

.top-324 {
    top: 324px
}

.top-34 {
    top: 34px
}

.top-35 {
    top: 35px
}

.top-36 {
    top: 36px
}

.top-4 {
    top: 4px
}

.top-40 {
    top: 40px
}

.top-42 {
    top: 42px
}

.top-45 {
    top: 45px
}

.top-48 {
    top: 48px
}

.top-5 {
    top: 5px
}

.top-50 {
    top: 50px
}

.top-52 {
    top: 52px
}

.top-53 {
    top: 53px
}

.top-56 {
    top: 56px
}

.top-58 {
    top: 58px
}

.top-6 {
    top: 6px
}

.top-68 {
    top: 68px
}

.top-70 {
    top: 70px
}

.top-72 {
    top: 72px
}

.top-73 {
    top: 73px
}

.top-8 {
    top: 8px
}

.top-80 {
    top: 80px
}

.top-9 {
    top: 9px
}

.top-94 {
    top: 94px
}

.top-\[-15px\] {
    top: -15px
}

.top-\[-3px\] {
    top: -3px
}

.top-\[0px\] {
    top: 0
}

.top-\[105px\] {
    top: 105px
}

.top-\[10px\] {
    top: 10px
}

.top-\[133px\] {
    top: 133px
}

.top-\[13px\] {
    top: 13px
}

.top-\[14px\] {
    top: 14px
}

.top-\[16px\] {
    top: 16px
}

.top-\[20px\] {
    top: 20px
}

.top-\[24px\] {
    top: 24px
}

.top-\[32px\] {
    top: 32px
}

.top-\[36px\] {
    top: 36px
}

.top-\[40\%\] {
    top: 40%
}

.top-\[45px\] {
    top: 45px
}

.top-\[4px\] {
    top: 4px
}

.top-\[50\%\] {
    top: 50%
}

.top-\[58px\] {
    top: 58px
}

.top-\[65px\] {
    top: 65px
}

.top-\[calc\(50\%-128px\)\] {
    top: calc(50% - 128px)
}

.top-\[unset\] {
    top: unset
}

.-z-10 {
    z-index: -10
}

.-z-\[1\] {
    z-index: -1
}

.z-0 {
    z-index: 0
}

.z-10 {
    z-index: 10
}

.z-20 {
    z-index: 20
}

.z-30 {
    z-index: 30
}

.z-40 {
    z-index: 40
}

.z-\[0\] {
    z-index: 0
}

.z-\[100\] {
    z-index: 100
}

.z-\[101\] {
    z-index: 101
}

.z-\[10\] {
    z-index: 10
}

.z-\[11\] {
    z-index: 11
}

.z-\[120\] {
    z-index: 120
}

.z-\[19\] {
    z-index: 19
}

.z-\[1\] {
    z-index: 1
}

.z-\[2000\] {
    z-index: 2000
}

.z-\[2002\] {
    z-index: 2002
}

.z-\[2003\] {
    z-index: 2003
}

.z-\[2010\] {
    z-index: 2010
}

.z-\[2090\] {
    z-index: 2090
}

.z-\[2099\] {
    z-index: 2099
}

.z-\[20\] {
    z-index: 20
}

.z-\[2100\] {
    z-index: 2100
}

.z-\[2224\] {
    z-index: 2224
}

.z-\[2988\] {
    z-index: 2988
}

.z-\[2\] {
    z-index: 2
}

.z-\[3001\] {
    z-index: 3001
}

.z-\[3\] {
    z-index: 3
}

.z-\[4\] {
    z-index: 4
}

.z-\[55\] {
    z-index: 55
}

.z-\[5\] {
    z-index: 5
}

.z-\[6\] {
    z-index: 6
}

.z-\[96\] {
    z-index: 96
}

.z-\[97\] {
    z-index: 97
}

.z-\[999999\] {
    z-index: 999999
}

.z-\[9999\] {
    z-index: 9999
}

.z-\[999\] {
    z-index: 999
}

.z-\[99\] {
    z-index: 99
}

.z-\[9\] {
    z-index: 9
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.float-left {
    float: left
}

.\!m-0,.\!m-\[0px\] {
    margin: 0!important
}

.\!m-\[auto_0px\] {
    margin: auto 0!important
}

.m-0 {
    margin: 0
}

.m-8 {
    margin: 8px
}

.m-\[0_20px\] {
    margin: 0 20px
}

.m-\[0_auto\] {
    margin: 0 auto
}

.m-\[0px\] {
    margin: 0
}

.m-\[0px_0px_0px_10px\] {
    margin: 0 0 0 10px
}

.m-\[0px_0px_0px_12px\] {
    margin: 0 0 0 12px
}

.m-\[0px_0px_0px_4px\] {
    margin: 0 0 0 4px
}

.m-\[0px_0px_0px_8px\] {
    margin: 0 0 0 8px
}

.m-\[0px_0px_12px\] {
    margin: 0 0 12px
}

.m-\[0px_0px_14px\] {
    margin: 0 0 14px
}

.m-\[0px_0px_16px\] {
    margin: 0 0 16px
}

.m-\[0px_0px_20px\] {
    margin: 0 0 20px
}

.m-\[0px_0px_24px\] {
    margin: 0 0 24px
}

.m-\[0px_0px_32px\] {
    margin: 0 0 32px
}

.m-\[0px_0px_44px\] {
    margin: 0 0 44px
}

.m-\[0px_0px_52px\] {
    margin: 0 0 52px
}

.m-\[0px_0px_6px\] {
    margin: 0 0 6px
}

.m-\[0px_0px_8px\] {
    margin: 0 0 8px
}

.m-\[0px_10px\] {
    margin: 0 10px
}

.m-\[0px_10px_0px_0px\] {
    margin: 0 10px 0 0
}

.m-\[0px_10px_8px_0px\] {
    margin: 0 10px 8px 0
}

.m-\[0px_12px_12px_0px\] {
    margin: 0 12px 12px 0
}

.m-\[0px_14px_0px_0px\] {
    margin: 0 14px 0 0
}

.m-\[0px_16px_0px_0px\] {
    margin: 0 16px 0 0
}

.m-\[0px_18px\] {
    margin: 0 18px
}

.m-\[0px_20px_0px_0px\] {
    margin: 0 20px 0 0
}

.m-\[0px_2px_0px_0px\] {
    margin: 0 2px 0 0
}

.m-\[0px_32px_0px_0px\] {
    margin: 0 32px 0 0
}

.m-\[0px_4px_0px_0px\] {
    margin: 0 4px 0 0
}

.m-\[0px_6px\] {
    margin: 0 6px
}

.m-\[0px_6px_0px_0px\] {
    margin: 0 6px 0 0
}

.m-\[0px_6px_0px_8px\] {
    margin: 0 6px 0 8px
}

.m-\[0px_8px\] {
    margin: 0 8px
}

.m-\[0px_8px_0px_0px\] {
    margin: 0 8px 0 0
}

.m-\[0px_auto\] {
    margin: 0 auto
}

.m-\[10px_0px\] {
    margin: 10px 0
}

.m-\[10px_0px_0px_0px\] {
    margin: 10px 0 0
}

.m-\[12px_0px\] {
    margin: 12px 0
}

.m-\[12px_0px_0px\] {
    margin: 12px 0 0
}

.m-\[14px_0px\] {
    margin: 14px 0
}

.m-\[14px_0px_0px\],.m-\[14px_0px_0px_0px\] {
    margin: 14px 0 0
}

.m-\[14px_0px_10px\] {
    margin: 14px 0 10px
}

.m-\[14px_15px_0_15px\] {
    margin: 14px 15px 0
}

.m-\[14px_15px_23px_15px\] {
    margin: 14px 15px 23px
}

.m-\[16px_0\],.m-\[16px_0px\] {
    margin: 16px 0
}

.m-\[16px_0px_0px\],.m-\[16px_0px_0px_0px\] {
    margin: 16px 0 0
}

.m-\[16px_16px\] {
    margin: 16px
}

.m-\[18px_0\] {
    margin: 18px 0
}

.m-\[20px_0\] {
    margin: 20px 0
}

.m-\[20px_0_16px_0\] {
    margin: 20px 0 16px
}

.m-\[20px_0px\] {
    margin: 20px 0
}

.m-\[20px_20px_0px_0px\] {
    margin: 20px 20px 0 0
}

.m-\[24px_0px\] {
    margin: 24px 0
}

.m-\[24px_0px_0px_0px\] {
    margin: 24px 0 0
}

.m-\[24px_0px_16px\] {
    margin: 24px 0 16px
}

.m-\[26px_0_20px_0\] {
    margin: 26px 0 20px
}

.m-\[30px_0px_0px\] {
    margin: 30px 0 0
}

.m-\[32px_0px_16px\] {
    margin: 32px 0 16px
}

.m-\[32px_0px_20px\] {
    margin: 32px 0 20px
}

.m-\[3px\] {
    margin: 3px
}

.m-\[4px_0px_0px\] {
    margin: 4px 0 0
}

.m-\[50px_0px_0px\] {
    margin: 50px 0 0
}

.m-\[5px_0px_0px\] {
    margin: 5px 0 0
}

.m-\[65px_0px_0px_0px\] {
    margin: 65px 0 0
}

.m-\[6px_0px\] {
    margin: 6px 0
}

.m-\[6px_0px_0px_0px\] {
    margin: 6px 0 0
}

.m-\[6px_0px_20px\] {
    margin: 6px 0 20px
}

.m-\[8px_0px_0px\] {
    margin: 8px 0 0
}

.m-\[8px_8px_0px_0px\] {
    margin: 8px 8px 0 0
}

.m-\[auto_2px_auto_0px\] {
    margin: auto 2px auto 0
}

.m-auto {
    margin: auto
}

.\!mx-0 {
    margin-left: 0!important;
    margin-right: 0!important
}

.mx-0 {
    margin-left: 0;
    margin-right: 0
}

.mx-1 {
    margin-left: 1px;
    margin-right: 1px
}

.mx-10 {
    margin-left: 10px;
    margin-right: 10px
}

.mx-12 {
    margin-left: 12px;
    margin-right: 12px
}

.mx-16 {
    margin-left: 16px;
    margin-right: 16px
}

.mx-19 {
    margin-left: 19px;
    margin-right: 19px
}

.mx-2 {
    margin-left: 2px;
    margin-right: 2px
}

.mx-20 {
    margin-left: 20px;
    margin-right: 20px
}

.mx-26 {
    margin-left: 26px;
    margin-right: 26px
}

.mx-3 {
    margin-left: 3px;
    margin-right: 3px
}

.mx-30 {
    margin-left: 30px;
    margin-right: 30px
}

.mx-32 {
    margin-left: 32px;
    margin-right: 32px
}

.mx-4 {
    margin-left: 4px;
    margin-right: 4px
}

.mx-40 {
    margin-left: 40px;
    margin-right: 40px
}

.mx-42 {
    margin-left: 42px;
    margin-right: 42px
}

.mx-50 {
    margin-left: 50px;
    margin-right: 50px
}

.mx-6 {
    margin-left: 6px;
    margin-right: 6px
}

.mx-60 {
    margin-left: 60px;
    margin-right: 60px
}

.mx-8 {
    margin-left: 8px;
    margin-right: 8px
}

.mx-9 {
    margin-left: 9px;
    margin-right: 9px
}

.mx-\[8\.2px\] {
    margin-left: 8.2px;
    margin-right: 8.2px
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.my-10 {
    margin-bottom: 10px;
    margin-top: 10px
}

.my-100 {
    margin-bottom: 100px;
    margin-top: 100px
}

.my-12 {
    margin-bottom: 12px;
    margin-top: 12px
}

.my-120 {
    margin-bottom: 120px;
    margin-top: 120px
}

.my-15 {
    margin-bottom: 15px;
    margin-top: 15px
}

.my-16 {
    margin-bottom: 16px;
    margin-top: 16px
}

.my-20 {
    margin-bottom: 20px;
    margin-top: 20px
}

.my-24 {
    margin-bottom: 24px;
    margin-top: 24px
}

.my-30 {
    margin-bottom: 30px;
    margin-top: 30px
}

.my-4 {
    margin-bottom: 4px;
    margin-top: 4px
}

.my-8 {
    margin-bottom: 8px;
    margin-top: 8px
}

.\!mb-0 {
    margin-bottom: 0!important
}

.\!mb-16 {
    margin-bottom: 16px!important
}

.\!mb-40 {
    margin-bottom: 40px!important
}

.\!mb-5 {
    margin-bottom: 5px!important
}

.\!mb-8 {
    margin-bottom: 8px!important
}

.\!mb-\[-14px\] {
    margin-bottom: -14px!important
}

.\!mb-\[0px\] {
    margin-bottom: 0!important
}

.\!ml-0 {
    margin-left: 0!important
}

.\!ml-10 {
    margin-left: 10px!important
}

.\!ml-\[51px\] {
    margin-left: 51px!important
}

.\!mr-0 {
    margin-right: 0!important
}

.\!mr-1 {
    margin-right: 1px!important
}

.\!mr-6 {
    margin-right: 6px!important
}

.\!mr-\[2px\] {
    margin-right: 2px!important
}

.\!mt-0 {
    margin-top: 0!important
}

.\!mt-10 {
    margin-top: 10px!important
}

.\!mt-2 {
    margin-top: 2px!important
}

.\!mt-22 {
    margin-top: 22px!important
}

.\!mt-6 {
    margin-top: 6px!important
}

.\!mt-8 {
    margin-top: 8px!important
}

.\!mt-9 {
    margin-top: 9px!important
}

.-mt-1 {
    margin-top: -1px
}

.mb-0 {
    margin-bottom: 0
}

.mb-1 {
    margin-bottom: 1px
}

.mb-10 {
    margin-bottom: 10px
}

.mb-100 {
    margin-bottom: 100px
}

.mb-11 {
    margin-bottom: 11px
}

.mb-112 {
    margin-bottom: 112px
}

.mb-12 {
    margin-bottom: 12px
}

.mb-120 {
    margin-bottom: 120px
}

.mb-13 {
    margin-bottom: 13px
}

.mb-132 {
    margin-bottom: 132px
}

.mb-14 {
    margin-bottom: 14px
}

.mb-15 {
    margin-bottom: 15px
}

.mb-16 {
    margin-bottom: 16px
}

.mb-17 {
    margin-bottom: 17px
}

.mb-18 {
    margin-bottom: 18px
}

.mb-19 {
    margin-bottom: 19px
}

.mb-2 {
    margin-bottom: 2px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-21 {
    margin-bottom: 21px
}

.mb-22 {
    margin-bottom: 22px
}

.mb-23 {
    margin-bottom: 23px
}

.mb-24 {
    margin-bottom: 24px
}

.mb-25 {
    margin-bottom: 25px
}

.mb-26 {
    margin-bottom: 26px
}

.mb-27 {
    margin-bottom: 27px
}

.mb-28 {
    margin-bottom: 28px
}

.mb-3 {
    margin-bottom: 3px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-31 {
    margin-bottom: 31px
}

.mb-32 {
    margin-bottom: 32px
}

.mb-33 {
    margin-bottom: 33px
}

.mb-35 {
    margin-bottom: 35px
}

.mb-36 {
    margin-bottom: 36px
}

.mb-4 {
    margin-bottom: 4px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-44 {
    margin-bottom: 44px
}

.mb-46 {
    margin-bottom: 46px
}

.mb-48 {
    margin-bottom: 48px
}

.mb-49 {
    margin-bottom: 49px
}

.mb-5 {
    margin-bottom: 5px
}

.mb-50 {
    margin-bottom: 50px
}

.mb-54 {
    margin-bottom: 54px
}

.mb-6 {
    margin-bottom: 6px
}

.mb-60 {
    margin-bottom: 60px
}

.mb-7 {
    margin-bottom: 7px
}

.mb-74 {
    margin-bottom: 74px
}

.mb-8 {
    margin-bottom: 8px
}

.mb-80 {
    margin-bottom: 80px
}

.mb-9 {
    margin-bottom: 9px
}

.mb-\[0px\] {
    margin-bottom: 0
}

.mb-\[10px\] {
    margin-bottom: 10px
}

.mb-\[12px\] {
    margin-bottom: 12px
}

.mb-\[14px\] {
    margin-bottom: 14px
}

.mb-\[16px\] {
    margin-bottom: 16px
}

.mb-\[20px\] {
    margin-bottom: 20px
}

.mb-\[24px\] {
    margin-bottom: 24px
}

.mb-\[4px\] {
    margin-bottom: 4px
}

.mb-\[6px\] {
    margin-bottom: 6px
}

.mb-\[8px\] {
    margin-bottom: 8px
}

.ml-10 {
    margin-left: 10px
}

.ml-101 {
    margin-left: 101px
}

.ml-12 {
    margin-left: 12px
}

.ml-14 {
    margin-left: 14px
}

.ml-16 {
    margin-left: 16px
}

.ml-18 {
    margin-left: 18px
}

.ml-19 {
    margin-left: 19px
}

.ml-2 {
    margin-left: 2px
}

.ml-20 {
    margin-left: 20px
}

.ml-22 {
    margin-left: 22px
}

.ml-24 {
    margin-left: 24px
}

.ml-26 {
    margin-left: 26px
}

.ml-28 {
    margin-left: 28px
}

.ml-3 {
    margin-left: 3px
}

.ml-30 {
    margin-left: 30px
}

.ml-32 {
    margin-left: 32px
}

.ml-34 {
    margin-left: 34px
}

.ml-4 {
    margin-left: 4px
}

.ml-5 {
    margin-left: 5px
}

.ml-50 {
    margin-left: 50px
}

.ml-6 {
    margin-left: 6px
}

.ml-70 {
    margin-left: 70px
}

.ml-8 {
    margin-left: 8px
}

.ml-80 {
    margin-left: 80px
}

.ml-\[0px\] {
    margin-left: 0
}

.ml-\[1\.25px\] {
    margin-left: 1.25px
}

.ml-\[10px\] {
    margin-left: 10px
}

.ml-\[12px\] {
    margin-left: 12px
}

.ml-\[20px\] {
    margin-left: 20px
}

.ml-\[24px\] {
    margin-left: 24px
}

.ml-\[3px\] {
    margin-left: 3px
}

.ml-\[4px\] {
    margin-left: 4px
}

.ml-\[5px\] {
    margin-left: 5px
}

.ml-\[6px\] {
    margin-left: 6px
}

.ml-\[8px\] {
    margin-left: 8px
}

.mr-0 {
    margin-right: 0
}

.mr-10 {
    margin-right: 10px
}

.mr-12 {
    margin-right: 12px
}

.mr-13 {
    margin-right: 13px
}

.mr-14 {
    margin-right: 14px
}

.mr-15 {
    margin-right: 15px
}

.mr-16 {
    margin-right: 16px
}

.mr-19 {
    margin-right: 19px
}

.mr-2 {
    margin-right: 2px
}

.mr-20 {
    margin-right: 20px
}

.mr-22 {
    margin-right: 22px
}

.mr-24 {
    margin-right: 24px
}

.mr-26 {
    margin-right: 26px
}

.mr-28 {
    margin-right: 28px
}

.mr-3 {
    margin-right: 3px
}

.mr-30 {
    margin-right: 30px
}

.mr-32 {
    margin-right: 32px
}

.mr-4 {
    margin-right: 4px
}

.mr-44 {
    margin-right: 44px
}

.mr-5 {
    margin-right: 5px
}

.mr-50 {
    margin-right: 50px
}

.mr-6 {
    margin-right: 6px
}

.mr-7 {
    margin-right: 7px
}

.mr-8 {
    margin-right: 8px
}

.mr-80 {
    margin-right: 80px
}

.mr-9 {
    margin-right: 9px
}

.mr-\[10px\] {
    margin-right: 10px
}

.mr-\[12px\] {
    margin-right: 12px
}

.mr-\[14px\] {
    margin-right: 14px
}

.mr-\[16px\] {
    margin-right: 16px
}

.mr-\[20px\] {
    margin-right: 20px
}

.mr-\[2px\] {
    margin-right: 2px
}

.mr-\[40px\] {
    margin-right: 40px
}

.mr-\[4px\] {
    margin-right: 4px
}

.mr-\[6px\] {
    margin-right: 6px
}

.mr-\[8px\] {
    margin-right: 8px
}

.mt-0 {
    margin-top: 0
}

.mt-1 {
    margin-top: 1px
}

.mt-10 {
    margin-top: 10px
}

.mt-100 {
    margin-top: 100px
}

.mt-12 {
    margin-top: 12px
}

.mt-13 {
    margin-top: 13px
}

.mt-132 {
    margin-top: 132px
}

.mt-14 {
    margin-top: 14px
}

.mt-15 {
    margin-top: 15px
}

.mt-150 {
    margin-top: 150px
}

.mt-16 {
    margin-top: 16px
}

.mt-18 {
    margin-top: 18px
}

.mt-2 {
    margin-top: 2px
}

.mt-20 {
    margin-top: 20px
}

.mt-22 {
    margin-top: 22px
}

.mt-24 {
    margin-top: 24px
}

.mt-26 {
    margin-top: 26px
}

.mt-27 {
    margin-top: 27px
}

.mt-28 {
    margin-top: 28px
}

.mt-29 {
    margin-top: 29px
}

.mt-3 {
    margin-top: 3px
}

.mt-30 {
    margin-top: 30px
}

.mt-32 {
    margin-top: 32px
}

.mt-34 {
    margin-top: 34px
}

.mt-36 {
    margin-top: 36px
}

.mt-38 {
    margin-top: 38px
}

.mt-4 {
    margin-top: 4px
}

.mt-40 {
    margin-top: 40px
}

.mt-44 {
    margin-top: 44px
}

.mt-45 {
    margin-top: 45px
}

.mt-48 {
    margin-top: 48px
}

.mt-5 {
    margin-top: 5px
}

.mt-50 {
    margin-top: 50px
}

.mt-52 {
    margin-top: 52px
}

.mt-54 {
    margin-top: 54px
}

.mt-56 {
    margin-top: 56px
}

.mt-6 {
    margin-top: 6px
}

.mt-60 {
    margin-top: 60px
}

.mt-8 {
    margin-top: 8px
}

.mt-80 {
    margin-top: 80px
}

.mt-82 {
    margin-top: 82px
}

.mt-86 {
    margin-top: 86px
}

.mt-9 {
    margin-top: 9px
}

.mt-\[-232px\] {
    margin-top: -232px
}

.mt-\[10px\] {
    margin-top: 10px
}

.mt-\[12px\] {
    margin-top: 12px
}

.mt-\[14px\] {
    margin-top: 14px
}

.mt-\[16px\] {
    margin-top: 16px
}

.mt-\[2\.5px\] {
    margin-top: 2.5px
}

.mt-\[20px\] {
    margin-top: 20px
}

.mt-\[24px\] {
    margin-top: 24px
}

.mt-\[30px\] {
    margin-top: 30px
}

.mt-\[32px\] {
    margin-top: 32px
}

.mt-\[3px\] {
    margin-top: 3px
}

.mt-\[40px\] {
    margin-top: 40px
}

.mt-\[4px\] {
    margin-top: 4px
}

.mt-\[50px\] {
    margin-top: 50px
}

.mt-\[6px\] {
    margin-top: 6px
}

.mt-\[8px\] {
    margin-top: 8px
}

.box-border {
    box-sizing: border-box
}

.box-content {
    box-sizing: content-box
}

.\!line-clamp-1 {
    -webkit-line-clamp: 1!important
}

.\!line-clamp-1,.\!line-clamp-2 {
    -webkit-box-orient: vertical!important;
    display: -webkit-box!important;
    overflow: hidden!important
}

.\!line-clamp-2 {
    -webkit-line-clamp: 2!important
}

.line-clamp-1 {
    -webkit-line-clamp: 1
}

.line-clamp-1,.line-clamp-2 {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden
}

.line-clamp-2 {
    -webkit-line-clamp: 2
}

.line-clamp-3 {
    -webkit-line-clamp: 3
}

.line-clamp-3,.line-clamp-4 {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden
}

.line-clamp-4 {
    -webkit-line-clamp: 4
}

.line-clamp-5 {
    -webkit-line-clamp: 5
}

.line-clamp-5,.line-clamp-6 {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden
}

.line-clamp-6 {
    -webkit-line-clamp: 6
}

.line-clamp-\[10\] {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    display: -webkit-box;
    overflow: hidden
}

.line-clamp-none {
    -webkit-box-orient: horizontal;
    -webkit-line-clamp: none;
    display: block;
    overflow: visible
}

.\!block {
    display: block!important
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.inline {
    display: inline
}

.\!flex {
    display: flex!important
}

.flex {
    display: flex
}

.inline-flex {
    display: inline-flex
}

.table {
    display: table
}

.grid {
    display: grid
}

.contents {
    display: contents
}

.list-item {
    display: list-item
}

.\!hidden {
    display: none!important
}

.hidden {
    display: none
}

.aspect-\[0\.75\/1\] {
    aspect-ratio: .75/1
}

.aspect-\[1\.33333\/1\] {
    aspect-ratio: 1.33333/1
}

.aspect-\[1\/1\] {
    aspect-ratio: 1/1
}

.aspect-\[2\/1\] {
    aspect-ratio: 2/1
}

.aspect-square {
    aspect-ratio: 1/1
}

.\!h-120 {
    height: 120px!important
}

.\!h-143 {
    height: 143px!important
}

.\!h-17 {
    height: 17px!important
}

.\!h-175 {
    height: 175px!important
}

.\!h-182 {
    height: 182px!important
}

.\!h-200 {
    height: 200px!important
}

.\!h-24 {
    height: 24px!important
}

.\!h-26 {
    height: 26px!important
}

.\!h-300 {
    height: 300px!important
}

.\!h-38 {
    height: 38px!important
}

.\!h-399 {
    height: 399px!important
}

.\!h-400 {
    height: 400px!important
}

.\!h-52 {
    height: 52px!important
}

.\!h-\[100px\] {
    height: 100px!important
}

.\!h-\[100vh\] {
    height: 100vh!important
}

.\!h-\[176px\] {
    height: 176px!important
}

.\!h-\[354px\] {
    height: 354px!important
}

.\!h-\[38px\] {
    height: 38px!important
}

.\!h-\[max-content\] {
    height: -moz-max-content!important;
    height: max-content!important
}

.\!h-auto {
    height: auto!important
}

.h-0 {
    height: 0
}

.h-1 {
    height: 1px
}

.h-10 {
    height: 10px
}

.h-100 {
    height: 100px
}

.h-103 {
    height: 103px
}

.h-104 {
    height: 104px
}

.h-105 {
    height: 105px
}

.h-106 {
    height: 106px
}

.h-107 {
    height: 107px
}

.h-109 {
    height: 109px
}

.h-11 {
    height: 11px
}

.h-113 {
    height: 113px
}

.h-114 {
    height: 114px
}

.h-115 {
    height: 115px
}

.h-116 {
    height: 116px
}

.h-118 {
    height: 118px
}

.h-119 {
    height: 119px
}

.h-12 {
    height: 12px
}

.h-120 {
    height: 120px
}

.h-126 {
    height: 126px
}

.h-127 {
    height: 127px
}

.h-129 {
    height: 129px
}

.h-13 {
    height: 13px
}

.h-130 {
    height: 130px
}

.h-134 {
    height: 134px
}

.h-14 {
    height: 14px
}

.h-140 {
    height: 140px
}

.h-143 {
    height: 143px
}

.h-144 {
    height: 144px
}

.h-148 {
    height: 148px
}

.h-15 {
    height: 15px
}

.h-154 {
    height: 154px
}

.h-156 {
    height: 156px
}

.h-158 {
    height: 158px
}

.h-16 {
    height: 16px
}

.h-160 {
    height: 160px
}

.h-162 {
    height: 162px
}

.h-163 {
    height: 163px
}

.h-164 {
    height: 164px
}

.h-168 {
    height: 168px
}

.h-17 {
    height: 17px
}

.h-170 {
    height: 170px
}

.h-172 {
    height: 172px
}

.h-173 {
    height: 173px
}

.h-175 {
    height: 175px
}

.h-18 {
    height: 18px
}

.h-180 {
    height: 180px
}

.h-184 {
    height: 184px
}

.h-186 {
    height: 186px
}

.h-19 {
    height: 19px
}

.h-190 {
    height: 190px
}

.h-193 {
    height: 193px
}

.h-194 {
    height: 194px
}

.h-196 {
    height: 196px
}

.h-197 {
    height: 197px
}

.h-2 {
    height: 2px
}

.h-20 {
    height: 20px
}

.h-200 {
    height: 200px
}

.h-205 {
    height: 205px
}

.h-208 {
    height: 208px
}

.h-209 {
    height: 209px
}

.h-21 {
    height: 21px
}

.h-210 {
    height: 210px
}

.h-212 {
    height: 212px
}

.h-214 {
    height: 214px
}

.h-217 {
    height: 217px
}

.h-22 {
    height: 22px
}

.h-224 {
    height: 224px
}

.h-225 {
    height: 225px
}

.h-226 {
    height: 226px
}

.h-229 {
    height: 229px
}

.h-23 {
    height: 23px
}

.h-231 {
    height: 231px
}

.h-236 {
    height: 236px
}

.h-24 {
    height: 24px
}

.h-240 {
    height: 240px
}

.h-243 {
    height: 243px
}

.h-25 {
    height: 25px
}

.h-250 {
    height: 250px
}

.h-251 {
    height: 251px
}

.h-252 {
    height: 252px
}

.h-256 {
    height: 256px
}

.h-26 {
    height: 26px
}

.h-260 {
    height: 260px
}

.h-261 {
    height: 261px
}

.h-262 {
    height: 262px
}

.h-266 {
    height: 266px
}

.h-27 {
    height: 27px
}

.h-270 {
    height: 270px
}

.h-272 {
    height: 272px
}

.h-274 {
    height: 274px
}

.h-28 {
    height: 28px
}

.h-280 {
    height: 280px
}

.h-281 {
    height: 281px
}

.h-289 {
    height: 289px
}

.h-29 {
    height: 29px
}

.h-293 {
    height: 293px
}

.h-3 {
    height: 3px
}

.h-30 {
    height: 30px
}

.h-31 {
    height: 31px
}

.h-313 {
    height: 313px
}

.h-32 {
    height: 32px
}

.h-34 {
    height: 34px
}

.h-35 {
    height: 35px
}

.h-36 {
    height: 36px
}

.h-360 {
    height: 360px
}

.h-369 {
    height: 369px
}

.h-37 {
    height: 37px
}

.h-378 {
    height: 378px
}

.h-38 {
    height: 38px
}

.h-384 {
    height: 384px
}

.h-398 {
    height: 398px
}

.h-399 {
    height: 399px
}

.h-4 {
    height: 4px
}

.h-40 {
    height: 40px
}

.h-42 {
    height: 42px
}

.h-420 {
    height: 420px
}

.h-43 {
    height: 43px
}

.h-44 {
    height: 44px
}

.h-442 {
    height: 442px
}

.h-448 {
    height: 448px
}

.h-45 {
    height: 45px
}

.h-452 {
    height: 452px
}

.h-458 {
    height: 458px
}

.h-46 {
    height: 46px
}

.h-460 {
    height: 460px
}

.h-462 {
    height: 462px
}

.h-478 {
    height: 478px
}

.h-48 {
    height: 48px
}

.h-49 {
    height: 49px
}

.h-5 {
    height: 5px
}

.h-50 {
    height: 50px
}

.h-500 {
    height: 500px
}

.h-52 {
    height: 52px
}

.h-528 {
    height: 528px
}

.h-54 {
    height: 54px
}

.h-542 {
    height: 542px
}

.h-55 {
    height: 55px
}

.h-56 {
    height: 56px
}

.h-57 {
    height: 57px
}

.h-573 {
    height: 573px
}

.h-574 {
    height: 574px
}

.h-58 {
    height: 58px
}

.h-582 {
    height: 582px
}

.h-588 {
    height: 588px
}

.h-59 {
    height: 59px
}

.h-6 {
    height: 6px
}

.h-60 {
    height: 60px
}

.h-600 {
    height: 600px
}

.h-62 {
    height: 62px
}

.h-620 {
    height: 620px
}

.h-63 {
    height: 63px
}

.h-64 {
    height: 64px
}

.h-65 {
    height: 65px
}

.h-66 {
    height: 66px
}

.h-67 {
    height: 67px
}

.h-674 {
    height: 674px
}

.h-68 {
    height: 68px
}

.h-7 {
    height: 7px
}

.h-70 {
    height: 70px
}

.h-71 {
    height: 71px
}

.h-72 {
    height: 72px
}

.h-74 {
    height: 74px
}

.h-75 {
    height: 75px
}

.h-76 {
    height: 76px
}

.h-78 {
    height: 78px
}

.h-8 {
    height: 8px
}

.h-80 {
    height: 80px
}

.h-82 {
    height: 82px
}

.h-83 {
    height: 83px
}

.h-84 {
    height: 84px
}

.h-85 {
    height: 85px
}

.h-86 {
    height: 86px
}

.h-87 {
    height: 87px
}

.h-88 {
    height: 88px
}

.h-90 {
    height: 90px
}

.h-92 {
    height: 92px
}

.h-93 {
    height: 93px
}

.h-94 {
    height: 94px
}

.h-952 {
    height: 952px
}

.h-96 {
    height: 96px
}

.h-97 {
    height: 97px
}

.h-98 {
    height: 98px
}

.h-99 {
    height: 99px
}

.h-\[0\.5px\] {
    height: .5px
}

.h-\[10\.5px\] {
    height: 10.5px
}

.h-\[100\%\] {
    height: 100%
}

.h-\[100px\] {
    height: 100px
}

.h-\[100vh\] {
    height: 100vh
}

.h-\[102px\] {
    height: 102px
}

.h-\[104px\] {
    height: 104px
}

.h-\[1074px\] {
    height: 1074px
}

.h-\[120px\] {
    height: 120px
}

.h-\[121px\] {
    height: 121px
}

.h-\[124px\] {
    height: 124px
}

.h-\[12px\] {
    height: 12px
}

.h-\[13\.5px\] {
    height: 13.5px
}

.h-\[130px\] {
    height: 130px
}

.h-\[144px\] {
    height: 144px
}

.h-\[14px\] {
    height: 14px
}

.h-\[16px\] {
    height: 16px
}

.h-\[170px\] {
    height: 170px
}

.h-\[183px\] {
    height: 183px
}

.h-\[18px\] {
    height: 18px
}

.h-\[197px\] {
    height: 197px
}

.h-\[19px\] {
    height: 19px
}

.h-\[1px\] {
    height: 1px
}

.h-\[200px\] {
    height: 200px
}

.h-\[20px\] {
    height: 20px
}

.h-\[214px\] {
    height: 214px
}

.h-\[218px\] {
    height: 218px
}

.h-\[22px\] {
    height: 22px
}

.h-\[236px\] {
    height: 236px
}

.h-\[238px\] {
    height: 238px
}

.h-\[23px\] {
    height: 23px
}

.h-\[242px\] {
    height: 242px
}

.h-\[24px\] {
    height: 24px
}

.h-\[258px\] {
    height: 258px
}

.h-\[26px\] {
    height: 26px
}

.h-\[272px\] {
    height: 272px
}

.h-\[28px\] {
    height: 28px
}

.h-\[296px\] {
    height: 296px
}

.h-\[29px\] {
    height: 29px
}

.h-\[30px\] {
    height: 30px
}

.h-\[315px\] {
    height: 315px
}

.h-\[34px\] {
    height: 34px
}

.h-\[350px\] {
    height: 350px
}

.h-\[3px\] {
    height: 3px
}

.h-\[40px\] {
    height: 40px
}

.h-\[420px\] {
    height: 420px
}

.h-\[42px\] {
    height: 42px
}

.h-\[44px\] {
    height: 44px
}

.h-\[45px\] {
    height: 45px
}

.h-\[48px\] {
    height: 48px
}

.h-\[50\%\] {
    height: 50%
}

.h-\[50px\] {
    height: 50px
}

.h-\[50vh\] {
    height: 50vh
}

.h-\[52px\] {
    height: 52px
}

.h-\[53px\] {
    height: 53px
}

.h-\[54px\] {
    height: 54px
}

.h-\[56px\] {
    height: 56px
}

.h-\[58px\] {
    height: 58px
}

.h-\[5px\] {
    height: 5px
}

.h-\[60\%\] {
    height: 60%
}

.h-\[60px\] {
    height: 60px
}

.h-\[616px\] {
    height: 616px
}

.h-\[62px\] {
    height: 62px
}

.h-\[645px\] {
    height: 645px
}

.h-\[66px\] {
    height: 66px
}

.h-\[70\%\] {
    height: 70%
}

.h-\[706px\] {
    height: 706px
}

.h-\[72px\] {
    height: 72px
}

.h-\[80\%\] {
    height: 80%
}

.h-\[800px\] {
    height: 800px
}

.h-\[80px\] {
    height: 80px
}

.h-\[80vh\] {
    height: 80vh
}

.h-\[837px\] {
    height: 837px
}

.h-\[86px\] {
    height: 86px
}

.h-\[8px\] {
    height: 8px
}

.h-\[92px\] {
    height: 92px
}

.h-\[94px\] {
    height: 94px
}

.h-\[96px\] {
    height: 96px
}

.h-\[calc\(100\%-20px\)\] {
    height: calc(100% - 20px)
}

.h-\[calc\(100vh-60px\)\] {
    height: calc(100vh - 60px)
}

.h-\[fit-content\] {
    height: -moz-fit-content;
    height: fit-content
}

.h-\[max-content\] {
    height: -moz-max-content;
    height: max-content
}

.h-\[max-contenxt\] {
    height: max-contenxt
}

.h-\[unset\] {
    height: unset
}

.h-auto {
    height: auto
}

.h-calc140 {
    height: calc(100vh - 188px)
}

.h-full {
    height: 100%
}

.h-screen {
    height: 100vh
}

.max-h-112 {
    max-height: 112px
}

.max-h-148 {
    max-height: 148px
}

.max-h-180 {
    max-height: 180px
}

.max-h-22 {
    max-height: 22px
}

.max-h-244 {
    max-height: 244px
}

.max-h-260 {
    max-height: 260px
}

.max-h-270 {
    max-height: 270px
}

.max-h-274 {
    max-height: 274px
}

.max-h-28 {
    max-height: 28px
}

.max-h-300 {
    max-height: 300px
}

.max-h-36 {
    max-height: 36px
}

.max-h-375 {
    max-height: 375px
}

.max-h-40 {
    max-height: 40px
}

.max-h-400 {
    max-height: 400px
}

.max-h-422 {
    max-height: 422px
}

.max-h-44 {
    max-height: 44px
}

.max-h-50 {
    max-height: 50px
}

.max-h-54 {
    max-height: 54px
}

.max-h-550 {
    max-height: 550px
}

.max-h-66 {
    max-height: 66px
}

.max-h-700 {
    max-height: 700px
}

.max-h-84 {
    max-height: 84px
}

.max-h-\[100vh\] {
    max-height: 100vh
}

.max-h-\[402px\] {
    max-height: 402px
}

.max-h-\[50vh\] {
    max-height: 50vh
}

.max-h-\[696px\] {
    max-height: 696px
}

.max-h-\[70\%\] {
    max-height: 70%
}

.max-h-\[calc\(100vh-105px\)\] {
    max-height: calc(100vh - 105px)
}

.max-h-\[unset\] {
    max-height: unset
}

.max-h-full {
    max-height: 100%
}

.max-h-screen {
    max-height: 100vh
}

.min-h-0 {
    min-height: 0
}

.min-h-100 {
    min-height: 100px
}

.min-h-110 {
    min-height: 110px
}

.min-h-130 {
    min-height: 130px
}

.min-h-158 {
    min-height: 158px
}

.min-h-162 {
    min-height: 162px
}

.min-h-180 {
    min-height: 180px
}

.min-h-190 {
    min-height: 190px
}

.min-h-200 {
    min-height: 200px
}

.min-h-24 {
    min-height: 24px
}

.min-h-270 {
    min-height: 270px
}

.min-h-28 {
    min-height: 28px
}

.min-h-315 {
    min-height: 315px
}

.min-h-32 {
    min-height: 32px
}

.min-h-34 {
    min-height: 34px
}

.min-h-36 {
    min-height: 36px
}

.min-h-390 {
    min-height: 390px
}

.min-h-40 {
    min-height: 40px
}

.min-h-406 {
    min-height: 406px
}

.min-h-418 {
    min-height: 418px
}

.min-h-42 {
    min-height: 42px
}

.min-h-430 {
    min-height: 430px
}

.min-h-44 {
    min-height: 44px
}

.min-h-448 {
    min-height: 448px
}

.min-h-460 {
    min-height: 460px
}

.min-h-474 {
    min-height: 474px
}

.min-h-50 {
    min-height: 50px
}

.min-h-544 {
    min-height: 544px
}

.min-h-548 {
    min-height: 548px
}

.min-h-60 {
    min-height: 60px
}

.min-h-762 {
    min-height: 762px
}

.min-h-770 {
    min-height: 770px
}

.min-h-80 {
    min-height: 80px
}

.min-h-82 {
    min-height: 82px
}

.min-h-\[340px\] {
    min-height: 340px
}

.min-h-\[44px\] {
    min-height: 44px
}

.min-h-full {
    min-height: 100%
}

.\!w-1240 {
    width: 1240px!important
}

.\!w-143 {
    width: 143px!important
}

.\!w-175 {
    width: 175px!important
}

.\!w-186 {
    width: 186px!important
}

.\!w-224 {
    width: 224px!important
}

.\!w-23 {
    width: 23px!important
}

.\!w-24 {
    width: 24px!important
}

.\!w-340 {
    width: 340px!important
}

.\!w-38 {
    width: 38px!important
}

.\!w-58 {
    width: 58px!important
}

.\!w-678 {
    width: 678px!important
}

.\!w-\[100px\] {
    width: 100px!important
}

.\!w-\[120px\] {
    width: 120px!important
}

.\!w-\[130px\] {
    width: 130px!important
}

.\!w-\[160px\] {
    width: 160px!important
}

.\!w-\[176px\] {
    width: 176px!important
}

.\!w-\[240px\] {
    width: 240px!important
}

.\!w-\[275px\] {
    width: 275px!important
}

.\!w-\[280px\] {
    width: 280px!important
}

.\!w-\[548px\] {
    width: 548px!important
}

.\!w-\[688px\] {
    width: 688px!important
}

.\!w-\[calc\(50\%-20px\)\] {
    width: calc(50% - 20px)!important
}

.\!w-\[unset\] {
    width: unset!important
}

.\!w-full {
    width: 100%!important
}

.w-1 {
    width: 1px
}

.w-1\/2 {
    width: 50%
}

.w-1\/3 {
    width: 33.333333%
}

.w-1\/4 {
    width: 25%
}

.w-10 {
    width: 10px
}

.w-100 {
    width: 100px
}

.w-101 {
    width: 101px
}

.w-102 {
    width: 102px
}

.w-103 {
    width: 103px
}

.w-104 {
    width: 104px
}

.w-105 {
    width: 105px
}

.w-106 {
    width: 106px
}

.w-108 {
    width: 108px
}

.w-109 {
    width: 109px
}

.w-11 {
    width: 11px
}

.w-110 {
    width: 110px
}

.w-112 {
    width: 112px
}

.w-1120 {
    width: 1120px
}

.w-1132 {
    width: 1132px
}

.w-114 {
    width: 114px
}

.w-1146 {
    width: 1146px
}

.w-115 {
    width: 115px
}

.w-116 {
    width: 116px
}

.w-1168 {
    width: 1168px
}

.w-12 {
    width: 12px
}

.w-120 {
    width: 120px
}

.w-1200 {
    width: 1200px
}

.w-126 {
    width: 126px
}

.w-127 {
    width: 127px
}

.w-128 {
    width: 128px
}

.w-130 {
    width: 130px
}

.w-133 {
    width: 133px
}

.w-134 {
    width: 134px
}

.w-136 {
    width: 136px
}

.w-14 {
    width: 14px
}

.w-140 {
    width: 140px
}

.w-142 {
    width: 142px
}

.w-143 {
    width: 143px
}

.w-145 {
    width: 145px
}

.w-146 {
    width: 146px
}

.w-15 {
    width: 15px
}

.w-150 {
    width: 150px
}

.w-151 {
    width: 151px
}

.w-152 {
    width: 152px
}

.w-153 {
    width: 153px
}

.w-154 {
    width: 154px
}

.w-156 {
    width: 156px
}

.w-157 {
    width: 157px
}

.w-158 {
    width: 158px
}

.w-16 {
    width: 16px
}

.w-160 {
    width: 160px
}

.w-162 {
    width: 162px
}

.w-164 {
    width: 164px
}

.w-165 {
    width: 165px
}

.w-168 {
    width: 168px
}

.w-17 {
    width: 17px
}

.w-170 {
    width: 170px
}

.w-175 {
    width: 175px
}

.w-176 {
    width: 176px
}

.w-177 {
    width: 177px
}

.w-178 {
    width: 178px
}

.w-18 {
    width: 18px
}

.w-180 {
    width: 180px
}

.w-181 {
    width: 181px
}

.w-182 {
    width: 182px
}

.w-183 {
    width: 183px
}

.w-187 {
    width: 187px
}

.w-19 {
    width: 19px
}

.w-190 {
    width: 190px
}

.w-192 {
    width: 192px
}

.w-196 {
    width: 196px
}

.w-198 {
    width: 198px
}

.w-199 {
    width: 199px
}

.w-2 {
    width: 2px
}

.w-2\/3 {
    width: 66.666667%
}

.w-20 {
    width: 20px
}

.w-200 {
    width: 200px
}

.w-206 {
    width: 206px
}

.w-207 {
    width: 207px
}

.w-21 {
    width: 21px
}

.w-210 {
    width: 210px
}

.w-213 {
    width: 213px
}

.w-214 {
    width: 214px
}

.w-22 {
    width: 22px
}

.w-220 {
    width: 220px
}

.w-228 {
    width: 228px
}

.w-230 {
    width: 230px
}

.w-234 {
    width: 234px
}

.w-236 {
    width: 236px
}

.w-24 {
    width: 24px
}

.w-240 {
    width: 240px
}

.w-246 {
    width: 246px
}

.w-250 {
    width: 250px
}

.w-252 {
    width: 252px
}

.w-253 {
    width: 253px
}

.w-255 {
    width: 255px
}

.w-258 {
    width: 258px
}

.w-26 {
    width: 26px
}

.w-260 {
    width: 260px
}

.w-265 {
    width: 265px
}

.w-266 {
    width: 266px
}

.w-27 {
    width: 27px
}

.w-270 {
    width: 270px
}

.w-271 {
    width: 271px
}

.w-272 {
    width: 272px
}

.w-274 {
    width: 274px
}

.w-276 {
    width: 276px
}

.w-277 {
    width: 277px
}

.w-28 {
    width: 28px
}

.w-280 {
    width: 280px
}

.w-285 {
    width: 285px
}

.w-287 {
    width: 287px
}

.w-290 {
    width: 290px
}

.w-292 {
    width: 292px
}

.w-294 {
    width: 294px
}

.w-295 {
    width: 295px
}

.w-296 {
    width: 296px
}

.w-3 {
    width: 3px
}

.w-3\/4 {
    width: 75%
}

.w-3\/5 {
    width: 60%
}

.w-30 {
    width: 30px
}

.w-300 {
    width: 300px
}

.w-304 {
    width: 304px
}

.w-306 {
    width: 306px
}

.w-308 {
    width: 308px
}

.w-310 {
    width: 310px
}

.w-319 {
    width: 319px
}

.w-32 {
    width: 32px
}

.w-320 {
    width: 320px
}

.w-322 {
    width: 322px
}

.w-323 {
    width: 323px
}

.w-327 {
    width: 327px
}

.w-328 {
    width: 328px
}

.w-33 {
    width: 33px
}

.w-330 {
    width: 330px
}

.w-34 {
    width: 34px
}

.w-340 {
    width: 340px
}

.w-343 {
    width: 343px
}

.w-344 {
    width: 344px
}

.w-35 {
    width: 35px
}

.w-350 {
    width: 350px
}

.w-352 {
    width: 352px
}

.w-354 {
    width: 354px
}

.w-36 {
    width: 36px
}

.w-360 {
    width: 360px
}

.w-37 {
    width: 37px
}

.w-370 {
    width: 370px
}

.w-373 {
    width: 373px
}

.w-375 {
    width: 375px
}

.w-376 {
    width: 376px
}

.w-38 {
    width: 38px
}

.w-380 {
    width: 380px
}

.w-381 {
    width: 381px
}

.w-383 {
    width: 383px
}

.w-386 {
    width: 386px
}

.w-387 {
    width: 387px
}

.w-388 {
    width: 388px
}

.w-389 {
    width: 389px
}

.w-390 {
    width: 390px
}

.w-392 {
    width: 392px
}

.w-4 {
    width: 4px
}

.w-40 {
    width: 40px
}

.w-400 {
    width: 400px
}

.w-408 {
    width: 408px
}

.w-42 {
    width: 42px
}

.w-420 {
    width: 420px
}

.w-44 {
    width: 44px
}

.w-446 {
    width: 446px
}

.w-448 {
    width: 448px
}

.w-455 {
    width: 455px
}

.w-46 {
    width: 46px
}

.w-460 {
    width: 460px
}

.w-466 {
    width: 466px
}

.w-469 {
    width: 469px
}

.w-48 {
    width: 48px
}

.w-480 {
    width: 480px
}

.w-49 {
    width: 49px
}

.w-50 {
    width: 50px
}

.w-500 {
    width: 500px
}

.w-504 {
    width: 504px
}

.w-506 {
    width: 506px
}

.w-52 {
    width: 52px
}

.w-54 {
    width: 54px
}

.w-550 {
    width: 550px
}

.w-56 {
    width: 56px
}

.w-560 {
    width: 560px
}

.w-568 {
    width: 568px
}

.w-58 {
    width: 58px
}

.w-580 {
    width: 580px
}

.w-587 {
    width: 587px
}

.w-588 {
    width: 588px
}

.w-59 {
    width: 59px
}

.w-590 {
    width: 590px
}

.w-6 {
    width: 6px
}

.w-60 {
    width: 60px
}

.w-600 {
    width: 600px
}

.w-608 {
    width: 608px
}

.w-613 {
    width: 613px
}

.w-632 {
    width: 632px
}

.w-64 {
    width: 64px
}

.w-645 {
    width: 645px
}

.w-65 {
    width: 65px
}

.w-66 {
    width: 66px
}

.w-680 {
    width: 680px
}

.w-684 {
    width: 684px
}

.w-688 {
    width: 688px
}

.w-70 {
    width: 70px
}

.w-72 {
    width: 72px
}

.w-74 {
    width: 74px
}

.w-750 {
    width: 750px
}

.w-76 {
    width: 76px
}

.w-760 {
    width: 760px
}

.w-77 {
    width: 77px
}

.w-78 {
    width: 78px
}

.w-787 {
    width: 787px
}

.w-790 {
    width: 790px
}

.w-8 {
    width: 8px
}

.w-80 {
    width: 80px
}

.w-800 {
    width: 800px
}

.w-806 {
    width: 806px
}

.w-811 {
    width: 811px
}

.w-82 {
    width: 82px
}

.w-820 {
    width: 820px
}

.w-83 {
    width: 83px
}

.w-84 {
    width: 84px
}

.w-858 {
    width: 858px
}

.w-86 {
    width: 86px
}

.w-860 {
    width: 860px
}

.w-872 {
    width: 872px
}

.w-88 {
    width: 88px
}

.w-90 {
    width: 90px
}

.w-92 {
    width: 92px
}

.w-920 {
    width: 920px
}

.w-940 {
    width: 940px
}

.w-96 {
    width: 96px
}

.w-960 {
    width: 960px
}

.w-97 {
    width: 97px
}

.w-\[10\.5px\] {
    width: 10.5px
}

.w-\[100\%\] {
    width: 100%
}

.w-\[1000px\] {
    width: 1000px
}

.w-\[100px\] {
    width: 100px
}

.w-\[100vw\] {
    width: 100vw
}

.w-\[110px\] {
    width: 110px
}

.w-\[112\.5px\] {
    width: 112.5px
}

.w-\[1120px\] {
    width: 1120px
}

.w-\[113px\] {
    width: 113px
}

.w-\[1200px\] {
    width: 1200px
}

.w-\[120px\] {
    width: 120px
}

.w-\[13\.5px\] {
    width: 13.5px
}

.w-\[136px\] {
    width: 136px
}

.w-\[140px\] {
    width: 140px
}

.w-\[146px\] {
    width: 146px
}

.w-\[14px\] {
    width: 14px
}

.w-\[158px\] {
    width: 158px
}

.w-\[161px\] {
    width: 161px
}

.w-\[165px\] {
    width: 165px
}

.w-\[16px\] {
    width: 16px
}

.w-\[18px\] {
    width: 18px
}

.w-\[190px\] {
    width: 190px
}

.w-\[192px\] {
    width: 192px
}

.w-\[194px\] {
    width: 194px
}

.w-\[197px\] {
    width: 197px
}

.w-\[1px\] {
    width: 1px
}

.w-\[20\%\] {
    width: 20%
}

.w-\[200px\] {
    width: 200px
}

.w-\[202\.66667px\] {
    width: 202.66667px
}

.w-\[20px\] {
    width: 20px
}

.w-\[21\%\] {
    width: 21%
}

.w-\[21\.538px\] {
    width: 21.538px
}

.w-\[212px\] {
    width: 212px
}

.w-\[21px\] {
    width: 21px
}

.w-\[22px\] {
    width: 22px
}

.w-\[230px\] {
    width: 230px
}

.w-\[24\.5px\] {
    width: 24.5px
}

.w-\[24px\] {
    width: 24px
}

.w-\[25\%\] {
    width: 25%
}

.w-\[250px\] {
    width: 250px
}

.w-\[252\.66px\] {
    width: 252.66px
}

.w-\[255px\] {
    width: 255px
}

.w-\[257px\] {
    width: 257px
}

.w-\[260px\] {
    width: 260px
}

.w-\[264px\] {
    width: 264px
}

.w-\[27\.7px\] {
    width: 27.7px
}

.w-\[272px\] {
    width: 272px
}

.w-\[28\%\] {
    width: 28%
}

.w-\[28px\] {
    width: 28px
}

.w-\[30\%\] {
    width: 30%
}

.w-\[30\.5\%\] {
    width: 30.5%
}

.w-\[302px\] {
    width: 302px
}

.w-\[306px\] {
    width: 306px
}

.w-\[308px\] {
    width: 308px
}

.w-\[30px\] {
    width: 30px
}

.w-\[314px\] {
    width: 314px
}

.w-\[315px\] {
    width: 315px
}

.w-\[32\%\] {
    width: 32%
}

.w-\[32\.5\%\] {
    width: 32.5%
}

.w-\[320px\] {
    width: 320px
}

.w-\[325px\] {
    width: 325px
}

.w-\[326px\] {
    width: 326px
}

.w-\[32px\] {
    width: 32px
}

.w-\[33\%\] {
    width: 33%
}

.w-\[33\.33\%\] {
    width: 33.33%
}

.w-\[330px\] {
    width: 330px
}

.w-\[34\%\] {
    width: 34%
}

.w-\[344px\] {
    width: 344px
}

.w-\[34px\] {
    width: 34px
}

.w-\[351px\] {
    width: 351px
}

.w-\[359px\] {
    width: 359px
}

.w-\[35vw\] {
    width: 35vw
}

.w-\[36\%\] {
    width: 36%
}

.w-\[364px\] {
    width: 364px
}

.w-\[37\%\] {
    width: 37%
}

.w-\[375px\] {
    width: 375px
}

.w-\[380px\] {
    width: 380px
}

.w-\[390px\] {
    width: 390px
}

.w-\[40\%\] {
    width: 40%
}

.w-\[40px\] {
    width: 40px
}

.w-\[42\%\] {
    width: 42%
}

.w-\[427px\] {
    width: 427px
}

.w-\[42px\] {
    width: 42px
}

.w-\[435px\] {
    width: 435px
}

.w-\[48\%\] {
    width: 48%
}

.w-\[481px\] {
    width: 481px
}

.w-\[48px\] {
    width: 48px
}

.w-\[49\%\] {
    width: 49%
}

.w-\[4px\] {
    width: 4px
}

.w-\[50\%\] {
    width: 50%
}

.w-\[500px\] {
    width: 500px
}

.w-\[505px\] {
    width: 505px
}

.w-\[52px\] {
    width: 52px
}

.w-\[549px\] {
    width: 549px
}

.w-\[550px\] {
    width: 550px
}

.w-\[554px\] {
    width: 554px
}

.w-\[560px\] {
    width: 560px
}

.w-\[58\%\] {
    width: 58%
}

.w-\[58px\] {
    width: 58px
}

.w-\[590px\] {
    width: 590px
}

.w-\[626px\] {
    width: 626px
}

.w-\[639px\] {
    width: 639px
}

.w-\[68px\] {
    width: 68px
}

.w-\[6px\] {
    width: 6px
}

.w-\[701px\] {
    width: 701px
}

.w-\[71px\] {
    width: 71px
}

.w-\[74px\] {
    width: 74px
}

.w-\[75\.5px\] {
    width: 75.5px
}

.w-\[754px\] {
    width: 754px
}

.w-\[770px\] {
    width: 770px
}

.w-\[790px\] {
    width: 790px
}

.w-\[80\%\] {
    width: 80%
}

.w-\[80px\] {
    width: 80px
}

.w-\[83px\] {
    width: 83px
}

.w-\[84px\] {
    width: 84px
}

.w-\[850px\] {
    width: 850px
}

.w-\[91\] {
    width: 91
}

.w-\[95\%\] {
    width: 95%
}

.w-\[calc\(100\%\+2px\)\] {
    width: calc(100% + 2px)
}

.w-\[calc\(100\%-140px\)\] {
    width: calc(100% - 140px)
}

.w-\[calc\(100\%-160px\)\] {
    width: calc(100% - 160px)
}

.w-\[calc\(100\%-180px\)\] {
    width: calc(100% - 180px)
}

.w-\[calc\(100\%-18px\)\] {
    width: calc(100% - 18px)
}

.w-\[calc\(100\%-190px\)\] {
    width: calc(100% - 190px)
}

.w-\[calc\(100\%-20px\)\] {
    width: calc(100% - 20px)
}

.w-\[calc\(100\%-246px\)\] {
    width: calc(100% - 246px)
}

.w-\[calc\(100\%-24px\)\] {
    width: calc(100% - 24px)
}

.w-\[calc\(100\%-2px\)\] {
    width: calc(100% - 2px)
}

.w-\[calc\(100\%-309px\)\] {
    width: calc(100% - 309px)
}

.w-\[calc\(100\%-366px\)\] {
    width: calc(100% - 366px)
}

.w-\[calc\(100\%-40px\)\] {
    width: calc(100% - 40px)
}

.w-\[calc\(100\%-46px\)\] {
    width: calc(100% - 46px)
}

.w-\[calc\(100\%-59px\)\] {
    width: calc(100% - 59px)
}

.w-\[calc\(100\%-64px\)\] {
    width: calc(100% - 64px)
}

.w-\[calc\(100\%-80px\)\] {
    width: calc(100% - 80px)
}

.w-\[calc\(100\%-84px\)\] {
    width: calc(100% - 84px)
}

.w-\[calc\(100\%-95px\)\] {
    width: calc(100% - 95px)
}

.w-\[calc\(20\%-8px\)\] {
    width: calc(20% - 8px)
}

.w-\[calc\(25\%-26px\)\] {
    width: calc(25% - 26px)
}

.w-\[calc\(25\%-9px\)\] {
    width: calc(25% - 9px)
}

.w-\[calc\(33\%-20px\)\] {
    width: calc(33% - 20px)
}

.w-\[calc\(33\.33\%-8px\)\] {
    width: calc(33.33% - 8px)
}

.w-\[calc\(50\%-10px\)\] {
    width: calc(50% - 10px)
}

.w-\[calc\(50\%-15px\)\] {
    width: calc(50% - 15px)
}

.w-\[calc\(50\%-1px\)\] {
    width: calc(50% - 1px)
}

.w-\[calc\(50\%-35px\)\] {
    width: calc(50% - 35px)
}

.w-\[calc\(50\%-5px\)\] {
    width: calc(50% - 5px)
}

.w-\[calc\(50\%-6px\)\] {
    width: calc(50% - 6px)
}

.w-\[fit-content\] {
    width: -moz-fit-content;
    width: fit-content
}

.w-\[max-content\] {
    width: -moz-max-content;
    width: max-content
}

.w-auto {
    width: auto
}

.w-calc24 {
    width: calc(100% - 24px)
}

.w-full {
    width: 100%
}

.w-max {
    width: -moz-max-content;
    width: max-content
}

.w-screen {
    width: 100vw
}

.min-w-1 {
    min-width: 1px
}

.min-w-106 {
    min-width: 106px
}

.min-w-108 {
    min-width: 108px
}

.min-w-110 {
    min-width: 110px
}

.min-w-1118 {
    min-width: 1118px
}

.min-w-112 {
    min-width: 112px
}

.min-w-114 {
    min-width: 114px
}

.min-w-120 {
    min-width: 120px
}

.min-w-142 {
    min-width: 142px
}

.min-w-144 {
    min-width: 144px
}

.min-w-150 {
    min-width: 150px
}

.min-w-157 {
    min-width: 157px
}

.min-w-158 {
    min-width: 158px
}

.min-w-16 {
    min-width: 16px
}

.min-w-160 {
    min-width: 160px
}

.min-w-170 {
    min-width: 170px
}

.min-w-172 {
    min-width: 172px
}

.min-w-18 {
    min-width: 18px
}

.min-w-180 {
    min-width: 180px
}

.min-w-20 {
    min-width: 20px
}

.min-w-200 {
    min-width: 200px
}

.min-w-206 {
    min-width: 206px
}

.min-w-24 {
    min-width: 24px
}

.min-w-240 {
    min-width: 240px
}

.min-w-26 {
    min-width: 26px
}

.min-w-30 {
    min-width: 30px
}

.min-w-300 {
    min-width: 300px
}

.min-w-34 {
    min-width: 34px
}

.min-w-400 {
    min-width: 400px
}

.min-w-46 {
    min-width: 46px
}

.min-w-50 {
    min-width: 50px
}

.min-w-55 {
    min-width: 55px
}

.min-w-600 {
    min-width: 600px
}

.min-w-78 {
    min-width: 78px
}

.min-w-80 {
    min-width: 80px
}

.min-w-84 {
    min-width: 84px
}

.min-w-96 {
    min-width: 96px
}

.min-w-\[100px\] {
    min-width: 100px
}

.min-w-\[140px\] {
    min-width: 140px
}

.min-w-\[202\.66667px\] {
    min-width: 202.66667px
}

.min-w-\[20px\] {
    min-width: 20px
}

.min-w-\[308px\] {
    min-width: 308px
}

.min-w-\[84px\] {
    min-width: 84px
}

.min-w-\[calc\(50\%-10px\)\] {
    min-width: calc(50% - 10px)
}

.min-w-\[max-content\] {
    min-width: -moz-max-content;
    min-width: max-content
}

.max-w-110 {
    max-width: 110px
}

.max-w-112 {
    max-width: 112px
}

.max-w-1132 {
    max-width: 1132px
}

.max-w-115 {
    max-width: 115px
}

.max-w-120 {
    max-width: 120px
}

.max-w-1200 {
    max-width: 1200px
}

.max-w-126 {
    max-width: 126px
}

.max-w-138 {
    max-width: 138px
}

.max-w-150 {
    max-width: 150px
}

.max-w-200 {
    max-width: 200px
}

.max-w-216 {
    max-width: 216px
}

.max-w-230 {
    max-width: 230px
}

.max-w-240 {
    max-width: 240px
}

.max-w-248 {
    max-width: 248px
}

.max-w-250 {
    max-width: 250px
}

.max-w-260 {
    max-width: 260px
}

.max-w-270 {
    max-width: 270px
}

.max-w-28 {
    max-width: 28px
}

.max-w-280 {
    max-width: 280px
}

.max-w-304 {
    max-width: 304px
}

.max-w-312 {
    max-width: 312px
}

.max-w-432 {
    max-width: 432px
}

.max-w-446 {
    max-width: 446px
}

.max-w-450 {
    max-width: 450px
}

.max-w-518 {
    max-width: 518px
}

.max-w-580 {
    max-width: 580px
}

.max-w-590 {
    max-width: 590px
}

.max-w-65 {
    max-width: 65px
}

.max-w-650 {
    max-width: 650px
}

.max-w-680 {
    max-width: 680px
}

.max-w-69 {
    max-width: 69px
}

.max-w-800 {
    max-width: 800px
}

.max-w-82 {
    max-width: 82px
}

.max-w-830 {
    max-width: 830px
}

.max-w-892 {
    max-width: 892px
}

.max-w-\[100\%\] {
    max-width: 100%
}

.max-w-\[118px\] {
    max-width: 118px
}

.max-w-\[152px\] {
    max-width: 152px
}

.max-w-\[374px\] {
    max-width: 374px
}

.max-w-\[45\%\] {
    max-width: 45%
}

.max-w-\[48\%\] {
    max-width: 48%
}

.max-w-\[50\%\] {
    max-width: 50%
}

.max-w-\[585px\] {
    max-width: 585px
}

.max-w-\[620px\] {
    max-width: 620px
}

.max-w-\[651px\] {
    max-width: 651px
}

.max-w-\[70\%\] {
    max-width: 70%
}

.max-w-\[95\%\] {
    max-width: 95%
}

.max-w-\[calc\(100\%-78px\)\] {
    max-width: calc(100% - 78px)
}

.max-w-full {
    max-width: 100%
}

.flex-1 {
    flex: 1 1 0%
}

.flex-\[1\] {
    flex: 1
}

.flex-none {
    flex: none
}

.flex-shrink {
    flex-shrink: 1
}

.flex-shrink-0 {
    flex-shrink: 0
}

.shrink {
    flex-shrink: 1
}

.shrink-0 {
    flex-shrink: 0
}

.flex-grow {
    flex-grow: 1
}

.flex-grow-0 {
    flex-grow: 0
}

.grow {
    flex-grow: 1
}

.grow-0 {
    flex-grow: 0
}

.basis-full {
    flex-basis: 100%
}

.border-collapse {
    border-collapse: collapse
}

.origin-center {
    transform-origin: center
}

.\!translate-y-\[-50\%\] {
    --tw-translate-y: -50%!important;
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important
}

.-translate-x-1\/2 {
    --tw-translate-x: -50%
}

.-translate-x-1\/2,.-translate-x-7 {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.-translate-x-7 {
    --tw-translate-x: -7px
}

.-translate-x-\[50\%\] {
    --tw-translate-x: -50%
}

.-translate-x-\[50\%\],.-translate-y-1\/2 {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.-translate-y-1\/2 {
    --tw-translate-y: -50%
}

.-translate-y-10 {
    --tw-translate-y: -10px
}

.-translate-y-10,.-translate-y-45 {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.-translate-y-45 {
    --tw-translate-y: -45px
}

.translate-x-10 {
    --tw-translate-x: 10px
}

.translate-x-10,.translate-x-7 {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-x-7 {
    --tw-translate-x: 7px
}

.translate-x-\[-100\%\] {
    --tw-translate-x: -100%
}

.translate-x-\[-100\%\],.translate-x-\[-47\%\] {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-x-\[-47\%\] {
    --tw-translate-x: -47%
}

.translate-x-\[-50\%\] {
    --tw-translate-x: -50%
}

.translate-x-\[-50\%\],.translate-x-\[-764px\] {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-x-\[-764px\] {
    --tw-translate-x: -764px
}

.translate-x-\[544px\] {
    --tw-translate-x: 544px
}

.translate-x-\[544px\],.translate-y-17 {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-y-17 {
    --tw-translate-y: 17px
}

.translate-y-4 {
    --tw-translate-y: 4px
}

.translate-y-4,.translate-y-5 {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-y-5 {
    --tw-translate-y: 5px
}

.translate-y-6 {
    --tw-translate-y: 6px
}

.translate-y-6,.translate-y-80 {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-y-80 {
    --tw-translate-y: 80px
}

.translate-y-\[-50\%\] {
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.\!rotate-90 {
    --tw-rotate: 90deg!important;
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important
}

.-rotate-45 {
    --tw-rotate: -45deg
}

.-rotate-45,.-rotate-90 {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.-rotate-90 {
    --tw-rotate: -90deg
}

.rotate-0 {
    --tw-rotate: 0deg
}

.rotate-0,.rotate-180 {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.rotate-180 {
    --tw-rotate: 180deg
}

.rotate-45 {
    --tw-rotate: 45deg
}

.rotate-45,.rotate-90 {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.rotate-90 {
    --tw-rotate: 90deg
}

.rotate-\[180deg\] {
    --tw-rotate: 180deg
}

.rotate-\[180deg\],.scale-\[0\.88\] {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.scale-\[0\.88\] {
    --tw-scale-x: 0.88;
    --tw-scale-y: 0.88
}

.transform {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

@keyframes fontscroll {
    0% {
        transform: translateY(0)
    }
}

.animate-fontscroll {
    animation: fontscroll 2s
}

@keyframes lgoinInDown {
    0% {
        opacity: 0;
        transform: translateY(-50px)
    }

    to {
        transform: translateY(0)
    }
}

.animate-loginInDown {
    animation: lgoinInDown 1s both
}

@keyframes loginloading {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(1turn)
    }
}

.animate-loginLoading {
    animation: loginloading 2s linear infinite
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.animate-spin {
    animation: spin 1s linear infinite
}

@keyframes vrscroll {
    0% {
        background-position: 0 0
    }

    to {
        background-position: -448px 0
    }
}

.animate-vrscroll {
    animation: vrscroll 2.04s steps(16) 0s infinite
}

.\!cursor-default {
    cursor: default!important
}

.\!cursor-pointer {
    cursor: pointer!important
}

.cursor-auto {
    cursor: auto
}

.cursor-default {
    cursor: default
}

.cursor-move {
    cursor: move
}

.cursor-no-drop {
    cursor: no-drop
}

.cursor-not-allowed {
    cursor: not-allowed
}

.cursor-pointer {
    cursor: pointer
}

.cursor-text {
    cursor: text
}

.select-none {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.resize-none {
    resize: none
}

.resize-x {
    resize: horizontal
}

.resize {
    resize: both
}

.scroll-m-\[-10px\] {
    scroll-margin: -10px
}

.grid-cols-1 {
    grid-template-columns: repeat(1,minmax(0,1fr))
}

.grid-cols-2 {
    grid-template-columns: repeat(2,minmax(0,1fr))
}

.grid-cols-3 {
    grid-template-columns: repeat(3,minmax(0,1fr))
}

.grid-cols-4 {
    grid-template-columns: repeat(4,minmax(0,1fr))
}

.\!flex-row {
    flex-direction: row!important
}

.flex-row {
    flex-direction: row
}

.flex-col {
    flex-direction: column
}

.flex-col-reverse {
    flex-direction: column-reverse
}

.flex-wrap {
    flex-wrap: wrap
}

.flex-nowrap {
    flex-wrap: nowrap
}

.\!items-start {
    align-items: flex-start!important
}

.items-start {
    align-items: flex-start
}

.items-end {
    align-items: flex-end
}

.items-center {
    align-items: center
}

.items-baseline {
    align-items: baseline
}

.items-stretch {
    align-items: stretch
}

.\!justify-start {
    justify-content: flex-start!important
}

.justify-start {
    justify-content: flex-start
}

.justify-end {
    justify-content: flex-end
}

.justify-center {
    justify-content: center
}

.justify-between {
    justify-content: space-between
}

.justify-around {
    justify-content: space-around
}

.gap-10 {
    gap: 10px
}

.gap-11 {
    gap: 11px
}

.gap-12 {
    gap: 12px
}

.gap-16 {
    gap: 16px
}

.gap-18 {
    gap: 18px
}

.gap-20 {
    gap: 20px
}

.gap-21 {
    gap: 21px
}

.gap-22 {
    gap: 22px
}

.gap-24 {
    gap: 24px
}

.gap-30 {
    gap: 30px
}

.gap-32 {
    gap: 32px
}

.gap-38 {
    gap: 38px
}

.gap-4 {
    gap: 4px
}

.gap-50 {
    gap: 50px
}

.gap-6 {
    gap: 6px
}

.gap-60 {
    gap: 60px
}

.gap-8 {
    gap: 8px
}

.gap-90 {
    gap: 90px
}

.gap-x-10 {
    -moz-column-gap: 10px;
    column-gap: 10px
}

.gap-x-12 {
    -moz-column-gap: 12px;
    column-gap: 12px
}

.gap-x-16 {
    -moz-column-gap: 16px;
    column-gap: 16px
}

.gap-x-20 {
    -moz-column-gap: 20px;
    column-gap: 20px
}

.gap-x-24 {
    -moz-column-gap: 24px;
    column-gap: 24px
}

.gap-x-30 {
    -moz-column-gap: 30px;
    column-gap: 30px
}

.gap-x-4 {
    -moz-column-gap: 4px;
    column-gap: 4px
}

.gap-x-40 {
    -moz-column-gap: 40px;
    column-gap: 40px
}

.gap-x-8 {
    -moz-column-gap: 8px;
    column-gap: 8px
}

.gap-y-12 {
    row-gap: 12px
}

.gap-y-16 {
    row-gap: 16px
}

.gap-y-20 {
    row-gap: 20px
}

.gap-y-30 {
    row-gap: 30px
}

.gap-y-8 {
    row-gap: 8px
}

.space-x-0>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(0px*(1 - var(--tw-space-x-reverse)));
    margin-right: calc(0px*var(--tw-space-x-reverse))
}

.space-x-10>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(10px*(1 - var(--tw-space-x-reverse)));
    margin-right: calc(10px*var(--tw-space-x-reverse))
}

.space-x-12>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(12px*(1 - var(--tw-space-x-reverse)));
    margin-right: calc(12px*var(--tw-space-x-reverse))
}

.space-x-120>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(120px*(1 - var(--tw-space-x-reverse)));
    margin-right: calc(120px*var(--tw-space-x-reverse))
}

.space-x-14>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(14px*(1 - var(--tw-space-x-reverse)));
    margin-right: calc(14px*var(--tw-space-x-reverse))
}

.space-x-16>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(16px*(1 - var(--tw-space-x-reverse)));
    margin-right: calc(16px*var(--tw-space-x-reverse))
}

.space-x-18>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(18px*(1 - var(--tw-space-x-reverse)));
    margin-right: calc(18px*var(--tw-space-x-reverse))
}

.space-x-2>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(2px*(1 - var(--tw-space-x-reverse)));
    margin-right: calc(2px*var(--tw-space-x-reverse))
}

.space-x-20>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(20px*(1 - var(--tw-space-x-reverse)));
    margin-right: calc(20px*var(--tw-space-x-reverse))
}

.space-x-22>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(22px*(1 - var(--tw-space-x-reverse)));
    margin-right: calc(22px*var(--tw-space-x-reverse))
}

.space-x-24>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(24px*(1 - var(--tw-space-x-reverse)));
    margin-right: calc(24px*var(--tw-space-x-reverse))
}

.space-x-26>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(26px*(1 - var(--tw-space-x-reverse)));
    margin-right: calc(26px*var(--tw-space-x-reverse))
}

.space-x-3>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(3px*(1 - var(--tw-space-x-reverse)));
    margin-right: calc(3px*var(--tw-space-x-reverse))
}

.space-x-30>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(30px*(1 - var(--tw-space-x-reverse)));
    margin-right: calc(30px*var(--tw-space-x-reverse))
}

.space-x-35>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(35px*(1 - var(--tw-space-x-reverse)));
    margin-right: calc(35px*var(--tw-space-x-reverse))
}

.space-x-36>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(36px*(1 - var(--tw-space-x-reverse)));
    margin-right: calc(36px*var(--tw-space-x-reverse))
}

.space-x-4>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(4px*(1 - var(--tw-space-x-reverse)));
    margin-right: calc(4px*var(--tw-space-x-reverse))
}

.space-x-40>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(40px*(1 - var(--tw-space-x-reverse)));
    margin-right: calc(40px*var(--tw-space-x-reverse))
}

.space-x-44>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(44px*(1 - var(--tw-space-x-reverse)));
    margin-right: calc(44px*var(--tw-space-x-reverse))
}

.space-x-5>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(5px*(1 - var(--tw-space-x-reverse)));
    margin-right: calc(5px*var(--tw-space-x-reverse))
}

.space-x-6>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(6px*(1 - var(--tw-space-x-reverse)));
    margin-right: calc(6px*var(--tw-space-x-reverse))
}

.space-x-7>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(7px*(1 - var(--tw-space-x-reverse)));
    margin-right: calc(7px*var(--tw-space-x-reverse))
}

.space-x-8>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(8px*(1 - var(--tw-space-x-reverse)));
    margin-right: calc(8px*var(--tw-space-x-reverse))
}

.space-x-80>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(80px*(1 - var(--tw-space-x-reverse)));
    margin-right: calc(80px*var(--tw-space-x-reverse))
}

.space-y-10>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-bottom: calc(10px*var(--tw-space-y-reverse));
    margin-top: calc(10px*(1 - var(--tw-space-y-reverse)))
}

.space-y-11>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-bottom: calc(11px*var(--tw-space-y-reverse));
    margin-top: calc(11px*(1 - var(--tw-space-y-reverse)))
}

.space-y-12>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-bottom: calc(12px*var(--tw-space-y-reverse));
    margin-top: calc(12px*(1 - var(--tw-space-y-reverse)))
}

.space-y-14>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-bottom: calc(14px*var(--tw-space-y-reverse));
    margin-top: calc(14px*(1 - var(--tw-space-y-reverse)))
}

.space-y-16>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-bottom: calc(16px*var(--tw-space-y-reverse));
    margin-top: calc(16px*(1 - var(--tw-space-y-reverse)))
}

.space-y-18>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-bottom: calc(18px*var(--tw-space-y-reverse));
    margin-top: calc(18px*(1 - var(--tw-space-y-reverse)))
}

.space-y-20>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-bottom: calc(20px*var(--tw-space-y-reverse));
    margin-top: calc(20px*(1 - var(--tw-space-y-reverse)))
}

.space-y-24>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-bottom: calc(24px*var(--tw-space-y-reverse));
    margin-top: calc(24px*(1 - var(--tw-space-y-reverse)))
}

.space-y-28>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-bottom: calc(28px*var(--tw-space-y-reverse));
    margin-top: calc(28px*(1 - var(--tw-space-y-reverse)))
}

.space-y-30>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-bottom: calc(30px*var(--tw-space-y-reverse));
    margin-top: calc(30px*(1 - var(--tw-space-y-reverse)))
}

.space-y-4>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-bottom: calc(4px*var(--tw-space-y-reverse));
    margin-top: calc(4px*(1 - var(--tw-space-y-reverse)))
}

.space-y-6>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-bottom: calc(6px*var(--tw-space-y-reverse));
    margin-top: calc(6px*(1 - var(--tw-space-y-reverse)))
}

.space-y-8>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-bottom: calc(8px*var(--tw-space-y-reverse));
    margin-top: calc(8px*(1 - var(--tw-space-y-reverse)))
}

.divide-y>:not([hidden])~:not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-bottom-width: calc(1px*var(--tw-divide-y-reverse));
    border-top-width: calc(1px*(1 - var(--tw-divide-y-reverse)))
}

.divide-solid>:not([hidden])~:not([hidden]) {
    border-style: solid
}

.divide-dashed>:not([hidden])~:not([hidden]) {
    border-style: dashed
}

.divide-\[\#E5E6EB\]>:not([hidden])~:not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(229 230 235/var(--tw-divide-opacity))
}

.divide-\[rgba\(0\2c 0\2c 0\2c 0\.07\)\]>:not([hidden])~:not([hidden]) {
    border-color: rgba(0,0,0,.07)
}

.self-stretch {
    align-self: stretch
}

.overflow-auto {
    overflow: auto
}

.overflow-hidden {
    overflow: hidden
}

.overflow-x-auto {
    overflow-x: auto
}

.overflow-y-auto {
    overflow-y: auto
}

.overflow-x-hidden {
    overflow-x: hidden
}

.overflow-y-hidden {
    overflow-y: hidden
}

.overflow-x-scroll {
    overflow-x: scroll
}

.overflow-y-scroll {
    overflow-y: scroll
}

.truncate {
    overflow: hidden;
    white-space: nowrap
}

.text-ellipsis,.truncate {
    text-overflow: ellipsis
}

.whitespace-normal {
    white-space: normal
}

.whitespace-nowrap {
    white-space: nowrap
}

.whitespace-pre-wrap {
    white-space: pre-wrap
}

.text-wrap {
    text-wrap: wrap
}

.text-nowrap {
    text-wrap: nowrap
}

.break-normal {
    overflow-wrap: normal;
    word-break: normal
}

.break-words {
    overflow-wrap: break-word
}

.break-all {
    word-break: break-all
}

.break-keep {
    word-break: keep-all
}

.\!rounded-0 {
    border-radius: 0!important
}

.\!rounded-\[10px_10px_0px_0px\] {
    border-radius: 10px 10px 0 0!important
}

.\!rounded-\[3px_0_3px_0\] {
    border-radius: 3px 0 3px 0!important
}

.rounded-0 {
    border-radius: 0
}

.rounded-1 {
    border-radius: 1px
}

.rounded-10 {
    border-radius: 10px
}

.rounded-100 {
    border-radius: 100px
}

.rounded-11 {
    border-radius: 11px
}

.rounded-12 {
    border-radius: 12px
}

.rounded-13 {
    border-radius: 13px
}

.rounded-14 {
    border-radius: 14px
}

.rounded-15 {
    border-radius: 15px
}

.rounded-16 {
    border-radius: 16px
}

.rounded-17 {
    border-radius: 17px
}

.rounded-18 {
    border-radius: 18px
}

.rounded-19 {
    border-radius: 19px
}

.rounded-2 {
    border-radius: 2px
}

.rounded-20 {
    border-radius: 20px
}

.rounded-21 {
    border-radius: 21px
}

.rounded-22 {
    border-radius: 22px
}

.rounded-23 {
    border-radius: 23px
}

.rounded-24 {
    border-radius: 24px
}

.rounded-25 {
    border-radius: 25px
}

.rounded-27 {
    border-radius: 27px
}

.rounded-3 {
    border-radius: 3px
}

.rounded-30 {
    border-radius: 30px
}

.rounded-31 {
    border-radius: 31px
}

.rounded-32 {
    border-radius: 32px
}

.rounded-34 {
    border-radius: 34px
}

.rounded-36 {
    border-radius: 36px
}

.rounded-4 {
    border-radius: 4px
}

.rounded-40 {
    border-radius: 40px
}

.rounded-44 {
    border-radius: 44px
}

.rounded-45 {
    border-radius: 45px
}

.rounded-48 {
    border-radius: 48px
}

.rounded-5 {
    border-radius: 5px
}

.rounded-57 {
    border-radius: 57px
}

.rounded-6 {
    border-radius: 6px
}

.rounded-70 {
    border-radius: 70px
}

.rounded-8 {
    border-radius: 8px
}

.rounded-9 {
    border-radius: 9px
}

.rounded-\[0\.5px\] {
    border-radius: .5px
}

.rounded-\[0_0_0_8px\] {
    border-radius: 0 0 0 8px
}

.rounded-\[0px_0px_4px_4px\] {
    border-radius: 0 0 4px 4px
}

.rounded-\[0px_12px_12px_0px\] {
    border-radius: 0 12px 12px 0
}

.rounded-\[0px_4px_4px_0px\] {
    border-radius: 0 4px 4px 0
}

.rounded-\[0px_5px\] {
    border-radius: 0 5px
}

.rounded-\[100px\] {
    border-radius: 100px
}

.rounded-\[10px\] {
    border-radius: 10px
}

.rounded-\[10px_10px_0_0\] {
    border-radius: 10px 10px 0 0
}

.rounded-\[12px\] {
    border-radius: 12px
}

.rounded-\[12px_0_12px_0\],.rounded-\[12px_0px_12px_0px\] {
    border-radius: 12px 0 12px 0
}

.rounded-\[12px_12px_0px_0px\] {
    border-radius: 12px 12px 0 0
}

.rounded-\[14px\] {
    border-radius: 14px
}

.rounded-\[14px_2px_14px_2px\] {
    border-radius: 14px 2px 14px 2px
}

.rounded-\[16px\] {
    border-radius: 16px
}

.rounded-\[1px\] {
    border-radius: 1px
}

.rounded-\[20px\] {
    border-radius: 20px
}

.rounded-\[20px_20px_0px_0px\] {
    border-radius: 20px 20px 0 0
}

.rounded-\[2px\] {
    border-radius: 2px
}

.rounded-\[32px\] {
    border-radius: 32px
}

.rounded-\[3px\] {
    border-radius: 3px
}

.rounded-\[3px_3px_0px_0px\] {
    border-radius: 3px 3px 0 0
}

.rounded-\[42px_0px_42px_0px\] {
    border-radius: 42px 0 42px 0
}

.rounded-\[42px_12px_42px_12px\] {
    border-radius: 42px 12px 42px 12px
}

.rounded-\[48px\] {
    border-radius: 48px
}

.rounded-\[4px\] {
    border-radius: 4px
}

.rounded-\[4px_0px_0px_4px\] {
    border-radius: 4px 0 0 4px
}

.rounded-\[4px_4px_0px_0px\] {
    border-radius: 4px 4px 0 0
}

.rounded-\[4px_4px_4px_4px\] {
    border-radius: 4px 4px 4px 4px
}

.rounded-\[50\%\] {
    border-radius: 50%
}

.rounded-\[57px\] {
    border-radius: 57px
}

.rounded-\[5px_0px\] {
    border-radius: 5px 0
}

.rounded-\[6px\] {
    border-radius: 6px
}

.rounded-\[6px_0_6px_0\] {
    border-radius: 6px 0 6px 0
}

.rounded-\[8px\] {
    border-radius: 8px
}

.rounded-\[94px\] {
    border-radius: 94px
}

.rounded-\[9px_2px_9px_2px\] {
    border-radius: 9px 2px 9px 2px
}

.rounded-full {
    border-radius: 9999px
}

.rounded-b-4 {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.rounded-t-12 {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px
}

.rounded-t-20 {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px
}

.rounded-t-4 {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.rounded-t-8 {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px
}

.rounded-t-\[11px\] {
    border-top-left-radius: 11px;
    border-top-right-radius: 11px
}

.rounded-bl-6 {
    border-bottom-left-radius: 6px
}

.rounded-br-6 {
    border-bottom-right-radius: 6px
}

.rounded-br-\[11px\] {
    border-bottom-right-radius: 11px
}

.rounded-tl-6 {
    border-top-left-radius: 6px
}

.rounded-tr-6 {
    border-top-right-radius: 6px
}

.\!border {
    border-width: 1px!important
}

.\!border-0 {
    border-width: 0!important
}

.\!border-\[4px\] {
    border-width: 4px!important
}

.border {
    border-width: 1px
}

.border-0 {
    border-width: 0
}

.border-2 {
    border-width: 2px
}

.border-4 {
    border-width: 4px
}

.border-\[0\.5px\] {
    border-width: .5px
}

.border-\[1px\] {
    border-width: 1px
}

.border-\[2px\] {
    border-width: 2px
}

.border-\[3px\] {
    border-width: 3px
}

.border-\[4px\] {
    border-width: 4px
}

.border-x {
    border-left-width: 1px;
    border-right-width: 1px
}

.border-x-\[0\.5px\] {
    border-left-width: .5px;
    border-right-width: .5px
}

.\!border-b-0 {
    border-bottom-width: 0!important
}

.border-b {
    border-bottom-width: 1px
}

.border-b-0 {
    border-bottom-width: 0
}

.border-b-\[0\.5px\] {
    border-bottom-width: .5px
}

.border-b-\[0px\] {
    border-bottom-width: 0
}

.border-b-\[1px\] {
    border-bottom-width: 1px
}

.border-b-\[2px\] {
    border-bottom-width: 2px
}

.border-b-\[4px\] {
    border-bottom-width: 4px
}

.border-b-\[8px\] {
    border-bottom-width: 8px
}

.border-l,.border-l-\[1px\] {
    border-left-width: 1px
}

.border-r {
    border-right-width: 1px
}

.border-r-0 {
    border-right-width: 0
}

.border-r-2 {
    border-right-width: 2px
}

.border-r-\[0\.5px\] {
    border-right-width: .5px
}

.border-r-\[1px\] {
    border-right-width: 1px
}

.border-t {
    border-top-width: 1px
}

.border-t-0 {
    border-top-width: 0
}

.border-t-4 {
    border-top-width: 4px
}

.border-t-8 {
    border-top-width: 8px
}

.border-t-\[0\.5px\] {
    border-top-width: .5px
}

.border-t-\[1px\] {
    border-top-width: 1px
}

.\!border-solid {
    border-style: solid!important
}

.border-solid {
    border-style: solid
}

.border-dashed {
    border-style: dashed
}

.\!border-none {
    border-style: none!important
}

.border-none {
    border-style: none
}

.\!border-\[\#EDEDED\] {
    --tw-border-opacity: 1!important;
    border-color: rgb(237 237 237/var(--tw-border-opacity))!important
}

.\!border-\[\#FFD733\] {
    --tw-border-opacity: 1!important;
    border-color: rgb(255 215 51/var(--tw-border-opacity))!important
}

.\!border-cl-131 {
    border-color: #272729!important
}

.\!border-cl-149 {
    border-color: #f15555!important
}

.\!border-cl-193 {
    --tw-border-opacity: 1!important;
    border-color: rgb(222 200 153/var(--tw-border-opacity))!important
}

.border-\[\#0000000D\] {
    border-color: #0000000d
}

.border-\[\#00000014\] {
    border-color: #00000014
}

.border-\[\#0000001A\] {
    border-color: #0000001a
}

.border-\[\#000000\],.border-\[\#000\] {
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0/var(--tw-border-opacity))
}

.border-\[\#000\]\/10 {
    border-color: rgba(0,0,0,.1)
}

.border-\[\#000\]\/5 {
    border-color: rgba(0,0,0,.05)
}

.border-\[\#071842\]\/20 {
    border-color: rgba(7,24,66,.2)
}

.border-\[\#1C3F8F30\] {
    border-color: #1c3f8f30
}

.border-\[\#1D2129\] {
    --tw-border-opacity: 1;
    border-color: rgb(29 33 41/var(--tw-border-opacity))
}

.border-\[\#217CE529\] {
    border-color: #217ce529
}

.border-\[\#22AC38\] {
    --tw-border-opacity: 1;
    border-color: rgb(34 172 56/var(--tw-border-opacity))
}

.border-\[\#272729\] {
    --tw-border-opacity: 1;
    border-color: rgb(39 39 41/var(--tw-border-opacity))
}

.border-\[\#284766\] {
    --tw-border-opacity: 1;
    border-color: rgb(40 71 102/var(--tw-border-opacity))
}

.border-\[\#2D241B\] {
    --tw-border-opacity: 1;
    border-color: rgb(45 36 27/var(--tw-border-opacity))
}

.border-\[\#2E5299\]\/30 {
    border-color: rgba(46,82,153,.3)
}

.border-\[\#326EFA\] {
    --tw-border-opacity: 1;
    border-color: rgb(50 110 250/var(--tw-border-opacity))
}

.border-\[\#33806629\] {
    border-color: #33806629
}

.border-\[\#3B76F699\] {
    border-color: #3b76f699
}

.border-\[\#3B9BFF20\] {
    border-color: #3b9bff20
}

.border-\[\#3B9BFF33\] {
    border-color: #3b9bff33
}

.border-\[\#3C40701A\] {
    border-color: #3c40701a
}

.border-\[\#3D3D3D\] {
    --tw-border-opacity: 1;
    border-color: rgb(61 61 61/var(--tw-border-opacity))
}

.border-\[\#3D55CC\] {
    --tw-border-opacity: 1;
    border-color: rgb(61 85 204/var(--tw-border-opacity))
}

.border-\[\#3b9bff\]\/20 {
    border-color: rgba(59,155,255,.2)
}

.border-\[\#4563EC\] {
    --tw-border-opacity: 1;
    border-color: rgb(69 99 236/var(--tw-border-opacity))
}

.border-\[\#477DB24D\] {
    border-color: #477db24d
}

.border-\[\#477DB2\] {
    --tw-border-opacity: 1;
    border-color: rgb(71 125 178/var(--tw-border-opacity))
}

.border-\[\#48A261\]\/30,.border-\[\#48a261\]\/30 {
    border-color: rgba(72,162,97,.3)
}

.border-\[\#4E5969\] {
    --tw-border-opacity: 1;
    border-color: rgb(78 89 105/var(--tw-border-opacity))
}

.border-\[\#52170F1A\] {
    border-color: #52170f1a
}

.border-\[\#5C8AE533\] {
    border-color: #5c8ae533
}

.border-\[\#5D483333\] {
    border-color: #5d483333
}

.border-\[\#5D4833\] {
    --tw-border-opacity: 1;
    border-color: rgb(93 72 51/var(--tw-border-opacity))
}

.border-\[\#5D6269\]\/10 {
    border-color: rgba(93,98,105,.1)
}

.border-\[\#5D87F3\] {
    --tw-border-opacity: 1;
    border-color: rgb(93 135 243/var(--tw-border-opacity))
}

.border-\[\#66666633\] {
    border-color: #66666633
}

.border-\[\#855C3E33\] {
    border-color: #855c3e33
}

.border-\[\#86909C\]\/30,.border-\[\#86909c\]\/30 {
    border-color: rgba(134,144,156,.3)
}

.border-\[\#8A91991A\] {
    border-color: #8a91991a
}

.border-\[\#8A919933\] {
    border-color: #8a919933
}

.border-\[\#9DBEDB\] {
    --tw-border-opacity: 1;
    border-color: rgb(157 190 219/var(--tw-border-opacity))
}

.border-\[\#A3A3A3\] {
    --tw-border-opacity: 1;
    border-color: rgb(163 163 163/var(--tw-border-opacity))
}

.border-\[\#B2243C33\] {
    border-color: #b2243c33
}

.border-\[\#B23636\] {
    --tw-border-opacity: 1;
    border-color: rgb(178 54 54/var(--tw-border-opacity))
}

.border-\[\#C9CDD466\] {
    border-color: #c9cdd466
}

.border-\[\#C9CDD4\] {
    --tw-border-opacity: 1;
    border-color: rgb(201 205 212/var(--tw-border-opacity))
}

.border-\[\#DADDE1\] {
    --tw-border-opacity: 1;
    border-color: rgb(218 221 225/var(--tw-border-opacity))
}

.border-\[\#DDDEE3\] {
    --tw-border-opacity: 1;
    border-color: rgb(221 222 227/var(--tw-border-opacity))
}

.border-\[\#DEC89C\] {
    --tw-border-opacity: 1;
    border-color: rgb(222 200 156/var(--tw-border-opacity))
}

.border-\[\#E4E4E7\] {
    --tw-border-opacity: 1;
    border-color: rgb(228 228 231/var(--tw-border-opacity))
}

.border-\[\#E5E5E5\] {
    --tw-border-opacity: 1;
    border-color: rgb(229 229 229/var(--tw-border-opacity))
}

.border-\[\#E5E6EB\] {
    --tw-border-opacity: 1;
    border-color: rgb(229 230 235/var(--tw-border-opacity))
}

.border-\[\#E61F47\] {
    --tw-border-opacity: 1;
    border-color: rgb(230 31 71/var(--tw-border-opacity))
}

.border-\[\#E6E6E6\] {
    --tw-border-opacity: 1;
    border-color: rgb(230 230 230/var(--tw-border-opacity))
}

.border-\[\#EDEDED\] {
    --tw-border-opacity: 1;
    border-color: rgb(237 237 237/var(--tw-border-opacity))
}

.border-\[\#EEEEEE\] {
    --tw-border-opacity: 1;
    border-color: rgb(238 238 238/var(--tw-border-opacity))
}

.border-\[\#EFEFEF\] {
    --tw-border-opacity: 1;
    border-color: rgb(239 239 239/var(--tw-border-opacity))
}

.border-\[\#EFF0F2\] {
    --tw-border-opacity: 1;
    border-color: rgb(239 240 242/var(--tw-border-opacity))
}

.border-\[\#F0D3B8\] {
    --tw-border-opacity: 1;
    border-color: rgb(240 211 184/var(--tw-border-opacity))
}

.border-\[\#F0F1F5\] {
    --tw-border-opacity: 1;
    border-color: rgb(240 241 245/var(--tw-border-opacity))
}

.border-\[\#F2F2F2\] {
    --tw-border-opacity: 1;
    border-color: rgb(242 242 242/var(--tw-border-opacity))
}

.border-\[\#F2F3F5\] {
    --tw-border-opacity: 1;
    border-color: rgb(242 243 245/var(--tw-border-opacity))
}

.border-\[\#F52230\] {
    --tw-border-opacity: 1;
    border-color: rgb(245 34 48/var(--tw-border-opacity))
}

.border-\[\#F59A00\] {
    --tw-border-opacity: 1;
    border-color: rgb(245 154 0/var(--tw-border-opacity))
}

.border-\[\#F5F5F5\] {
    --tw-border-opacity: 1;
    border-color: rgb(245 245 245/var(--tw-border-opacity))
}

.border-\[\#F7F8FA\] {
    --tw-border-opacity: 1;
    border-color: rgb(247 248 250/var(--tw-border-opacity))
}

.border-\[\#F9F9F9\] {
    --tw-border-opacity: 1;
    border-color: rgb(249 249 249/var(--tw-border-opacity))
}

.border-\[\#FFD733\] {
    --tw-border-opacity: 1;
    border-color: rgb(255 215 51/var(--tw-border-opacity))
}

.border-\[\#FFF4BF\] {
    --tw-border-opacity: 1;
    border-color: rgb(255 244 191/var(--tw-border-opacity))
}

.border-\[\#FFFFFF1A\] {
    border-color: #ffffff1a
}

.border-\[\#FFFFFF33\] {
    border-color: #ffffff33
}

.border-\[\#FFFFFF\] {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255/var(--tw-border-opacity))
}

.border-\[\#ab8a450d\] {
    border-color: #ab8a450d
}

.border-\[\#b8b8b8\] {
    --tw-border-opacity: 1;
    border-color: rgb(184 184 184/var(--tw-border-opacity))
}

.border-\[\#e5e6eb\] {
    --tw-border-opacity: 1;
    border-color: rgb(229 230 235/var(--tw-border-opacity))
}

.border-\[\#e6e6e6\] {
    --tw-border-opacity: 1;
    border-color: rgb(230 230 230/var(--tw-border-opacity))
}

.border-\[\#ededed\] {
    --tw-border-opacity: 1;
    border-color: rgb(237 237 237/var(--tw-border-opacity))
}

.border-\[\#fc6800\] {
    --tw-border-opacity: 1;
    border-color: rgb(252 104 0/var(--tw-border-opacity))
}

.border-\[\#ffeeb0\] {
    --tw-border-opacity: 1;
    border-color: rgb(255 238 176/var(--tw-border-opacity))
}

.border-\[\#fff\] {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255/var(--tw-border-opacity))
}

.border-\[\#fff\]\/10 {
    border-color: hsla(0,0%,100%,.1)
}

.border-\[\#fffded\] {
    --tw-border-opacity: 1;
    border-color: rgb(255 253 237/var(--tw-border-opacity))
}

.border-\[red\] {
    --tw-border-opacity: 1;
    border-color: rgb(255 0 0/var(--tw-border-opacity))
}

.border-\[rgb\(230\2c 230\2c 230\)\] {
    --tw-border-opacity: 1;
    border-color: rgb(230 230 230/var(--tw-border-opacity))
}

.border-\[rgb\(237\2c 237\2c 237\)\] {
    --tw-border-opacity: 1;
    border-color: rgb(237 237 237/var(--tw-border-opacity))
}

.border-\[rgba\(0\2c 0\2c 0\2c \.05\)\] {
    border-color: rgba(0,0,0,.05)
}

.border-\[rgba\(0\2c 0\2c 0\2c \.5\)\] {
    border-color: rgba(0,0,0,.5)
}

.border-\[rgba\(0\2c 0\2c 0\2c 0\.05\)\] {
    border-color: rgba(0,0,0,.05)
}

.border-\[rgba\(0\2c 0\2c 0\2c 0\.07\)\] {
    border-color: rgba(0,0,0,.07)
}

.border-\[rgba\(229\2c 230\2c 235\2c \.5\)\] {
    border-color: rgba(229,230,235,.5)
}

.border-\[rgba\(46\2c 153\2c 135\2c 0\.30\)\] {
    border-color: rgba(46,153,135,.3)
}

.border-\[rgba\(59\2c 118\2c 246\2c 0\.40\)\] {
    border-color: rgba(59,118,246,.4)
}

.border-\[rgba\(59\2c 155\2c 255\2c 0\.20\)\] {
    border-color: rgba(59,155,255,.2)
}

.border-black\/\[0\.05\] {
    border-color: rgba(0,0,0,.05)
}

.border-cl-10 {
    --tw-border-opacity: 1;
    border-color: rgb(61 61 61/var(--tw-border-opacity))
}

.border-cl-102 {
    border-color: #eff0f2
}

.border-cl-106 {
    border-color: #2bb351
}

.border-cl-108 {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255/var(--tw-border-opacity))
}

.border-cl-110 {
    border-color: #f7f7f7
}

.border-cl-121 {
    border-color: rgba(0,0,0,.2)
}

.border-cl-122 {
    border-color: #1d2129
}

.border-cl-127 {
    border-color: #c9cdd4
}

.border-cl-128 {
    border-color: #326efa
}

.border-cl-130 {
    border-color: #f0f1f5
}

.border-cl-137 {
    --tw-border-opacity: 1;
    border-color: rgb(240 241 245/var(--tw-border-opacity))
}

.border-cl-140 {
    --tw-border-opacity: 1;
    border-color: rgb(222 222 223/var(--tw-border-opacity))
}

.border-cl-142 {
    border-color: #e5e6eb
}

.border-cl-143 {
    border-color: #f7f8fa
}

.border-cl-145 {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255/var(--tw-border-opacity))
}

.border-cl-148 {
    border-color: #f52230
}

.border-cl-152 {
    border-color: #3d55cc
}

.border-cl-153 {
    --tw-border-opacity: 1;
    border-color: rgb(239 240 242/var(--tw-border-opacity))
}

.border-cl-158 {
    --tw-border-opacity: 1;
    border-color: rgb(229 230 235/var(--tw-border-opacity))
}

.border-cl-173 {
    border-color: #fc6800
}

.border-cl-186\/20 {
    border-color: rgba(50,110,250,.2)
}

.border-cl-187 {
    --tw-border-opacity: 1;
    border-color: rgb(229 229 229/var(--tw-border-opacity))
}

.border-cl-192 {
    --tw-border-opacity: 1;
    border-color: rgb(210 179 24/var(--tw-border-opacity))
}

.border-cl-193 {
    --tw-border-opacity: 1;
    border-color: rgb(222 200 153/var(--tw-border-opacity))
}

.border-cl-194 {
    --tw-border-opacity: 1;
    border-color: rgb(181 204 255/var(--tw-border-opacity))
}

.border-cl-195 {
    --tw-border-opacity: 1;
    border-color: rgb(172 224 189/var(--tw-border-opacity))
}

.border-cl-199 {
    --tw-border-opacity: 1;
    border-color: rgb(217 201 159/var(--tw-border-opacity))
}

.border-cl-2 {
    border-color: rgba(0,0,0,.05)
}

.border-cl-3 {
    --tw-border-opacity: 1;
    border-color: rgb(229 230 235/var(--tw-border-opacity))
}

.border-cl-39\/30 {
    border-color: rgba(134,144,156,.3)
}

.border-cl-4 {
    border-color: rgba(71,125,178,.15)
}

.border-cl-57 {
    --tw-border-opacity: 1;
    border-color: rgb(245 188 73/var(--tw-border-opacity))
}

.border-cl-601\/30 {
    border-color: rgba(48,131,103,.3)
}

.border-cl-74 {
    --tw-border-opacity: 1;
    border-color: rgb(204 204 204/var(--tw-border-opacity))
}

.border-cl-801 {
    --tw-border-opacity: 1;
    border-color: rgb(201 205 212/var(--tw-border-opacity))
}

.border-cl-803 {
    --tw-border-opacity: 1;
    border-color: rgb(242 242 242/var(--tw-border-opacity))
}

.border-cl-805 {
    --tw-border-opacity: 1;
    border-color: rgb(237 237 237/var(--tw-border-opacity))
}

.border-cl-806 {
    --tw-border-opacity: 1;
    border-color: rgb(220 223 230/var(--tw-border-opacity))
}

.border-cl-81\/10 {
    border-color: rgba(0,0,0,.1)
}

.border-cl-89 {
    border-color: rgba(71,125,178,.6)
}

.border-cl-9 {
    border-color: rgba(0,0,0,.1)
}

.border-cl-94 {
    border-color: hsla(212,7%,57%,.1)
}

.border-cl-95 {
    --tw-border-opacity: 1;
    border-color: rgb(255 215 51/var(--tw-border-opacity))
}

.border-cl-96 {
    border-color: rgba(51,128,102,.2)
}

.border-cl-97 {
    border-color: #eff0f2
}

.border-cl-99 {
    border-color: #f5f5f5
}

.border-transparent {
    border-color: transparent
}

.border-b-\[\#ffeeb0\] {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(255 238 176/var(--tw-border-opacity))
}

.border-r-cl-13 {
    border-right-color: hsla(0,0%,100%,.3)
}

.border-opacity-50 {
    --tw-border-opacity: 0.5
}

.\!bg-\[\#1D2129\] {
    --tw-bg-opacity: 1!important;
    background-color: rgb(29 33 41/var(--tw-bg-opacity))!important
}

.\!bg-\[\#FADC19\] {
    --tw-bg-opacity: 1!important;
    background-color: rgb(250 220 25/var(--tw-bg-opacity))!important
}

.\!bg-\[\#FAFAFA\] {
    --tw-bg-opacity: 1!important;
    background-color: rgb(250 250 250/var(--tw-bg-opacity))!important
}

.\!bg-\[\#fff\] {
    --tw-bg-opacity: 1!important;
    background-color: rgb(255 255 255/var(--tw-bg-opacity))!important
}

.\!bg-cl-110 {
    background-color: #f7f7f7!important
}

.\!bg-cl-126 {
    background-color: #f2f3f5!important
}

.\!bg-cl-160 {
    background-color: rgba(51,128,102,.1)!important
}

.\!bg-cl-162 {
    background-color: hsla(213,5%,59%,.1)!important
}

.\!bg-cl-91 {
    --tw-bg-opacity: 1!important;
    background-color: rgba(255,255,255,var(--tw-bg-opacity))!important
}

.\!bg-transparent {
    background-color: transparent!important
}

.\!bg-white {
    --tw-bg-opacity: 1!important;
    background-color: rgb(255 255 255/var(--tw-bg-opacity))!important
}

.bg-\[\#00000050\] {
    background-color: #00000050
}

.bg-\[\#00000060\] {
    background-color: #00000060
}

.bg-\[\#00000066\] {
    background-color: #00000066
}

.bg-\[\#00000080\] {
    background-color: #00000080
}

.bg-\[\#00000099\] {
    background-color: #00000099
}

.bg-\[\#000\] {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0/var(--tw-bg-opacity))
}

.bg-\[\#000\]\/10 {
    background-color: rgba(0,0,0,.1)
}

.bg-\[\#000\]\/20 {
    background-color: rgba(0,0,0,.2)
}

.bg-\[\#000\]\/30 {
    background-color: rgba(0,0,0,.3)
}

.bg-\[\#000\]\/5 {
    background-color: rgba(0,0,0,.05)
}

.bg-\[\#000\]\/50 {
    background-color: rgba(0,0,0,.5)
}

.bg-\[\#004788\] {
    --tw-bg-opacity: 1;
    background-color: rgb(0 71 136/var(--tw-bg-opacity))
}

.bg-\[\#00B855\] {
    --tw-bg-opacity: 1;
    background-color: rgb(0 184 85/var(--tw-bg-opacity))
}

.bg-\[\#020308\] {
    --tw-bg-opacity: 1;
    background-color: rgb(2 3 8/var(--tw-bg-opacity))
}

.bg-\[\#04A18710\] {
    background-color: #04a18710
}

.bg-\[\#05080D\] {
    --tw-bg-opacity: 1;
    background-color: rgb(5 8 13/var(--tw-bg-opacity))
}

.bg-\[\#192B52\] {
    --tw-bg-opacity: 1;
    background-color: rgb(25 43 82/var(--tw-bg-opacity))
}

.bg-\[\#1D2129\] {
    --tw-bg-opacity: 1;
    background-color: rgb(29 33 41/var(--tw-bg-opacity))
}

.bg-\[\#211503\] {
    --tw-bg-opacity: 1;
    background-color: rgb(33 21 3/var(--tw-bg-opacity))
}

.bg-\[\#217CE50F\] {
    background-color: #217ce50f
}

.bg-\[\#217CE51A\] {
    background-color: #217ce51a
}

.bg-\[\#217CE5\] {
    --tw-bg-opacity: 1;
    background-color: rgb(33 124 229/var(--tw-bg-opacity))
}

.bg-\[\#22283F\] {
    --tw-bg-opacity: 1;
    background-color: rgb(34 40 63/var(--tw-bg-opacity))
}

.bg-\[\#22AC38\] {
    --tw-bg-opacity: 1;
    background-color: rgb(34 172 56/var(--tw-bg-opacity))
}

.bg-\[\#252528\] {
    --tw-bg-opacity: 1;
    background-color: rgb(37 37 40/var(--tw-bg-opacity))
}

.bg-\[\#282828\] {
    --tw-bg-opacity: 1;
    background-color: rgb(40 40 40/var(--tw-bg-opacity))
}

.bg-\[\#2847661A\] {
    background-color: #2847661a
}

.bg-\[\#284766\] {
    --tw-bg-opacity: 1;
    background-color: rgb(40 71 102/var(--tw-bg-opacity))
}

.bg-\[\#291E18\] {
    --tw-bg-opacity: 1;
    background-color: rgb(41 30 24/var(--tw-bg-opacity))
}

.bg-\[\#2BBF6A\] {
    --tw-bg-opacity: 1;
    background-color: rgb(43 191 106/var(--tw-bg-opacity))
}

.bg-\[\#2D3340\] {
    --tw-bg-opacity: 1;
    background-color: rgb(45 51 64/var(--tw-bg-opacity))
}

.bg-\[\#301\] {
    --tw-bg-opacity: 1;
    background-color: rgb(51 0 17/var(--tw-bg-opacity))
}

.bg-\[\#323947\] {
    --tw-bg-opacity: 1;
    background-color: rgb(50 57 71/var(--tw-bg-opacity))
}

.bg-\[\#330011\] {
    --tw-bg-opacity: 1;
    background-color: rgb(51 0 17/var(--tw-bg-opacity))
}

.bg-\[\#3380661A\] {
    background-color: #3380661a
}

.bg-\[\#338066\] {
    --tw-bg-opacity: 1;
    background-color: rgb(51 128 102/var(--tw-bg-opacity))
}

.bg-\[\#3B76F61A\] {
    background-color: #3b76f61a
}

.bg-\[\#3B76F6\] {
    --tw-bg-opacity: 1;
    background-color: rgb(59 118 246/var(--tw-bg-opacity))
}

.bg-\[\#3B9BFF05\] {
    background-color: #3b9bff05
}

.bg-\[\#3B9BFF0D\] {
    background-color: #3b9bff0d
}

.bg-\[\#3B9BFF0F\] {
    background-color: #3b9bff0f
}

.bg-\[\#3B9BFF1A\] {
    background-color: #3b9bff1a
}

.bg-\[\#3D3D3D\] {
    --tw-bg-opacity: 1;
    background-color: rgb(61 61 61/var(--tw-bg-opacity))
}

.bg-\[\#3D55CC\] {
    --tw-bg-opacity: 1;
    background-color: rgb(61 85 204/var(--tw-bg-opacity))
}

.bg-\[\#3b9bff\]\/5 {
    background-color: rgba(59,155,255,.05)
}

.bg-\[\#3d3d3d\] {
    --tw-bg-opacity: 1;
    background-color: rgb(61 61 61/var(--tw-bg-opacity))
}

.bg-\[\#3d55cc\]\/10 {
    background-color: rgba(61,85,204,.1)
}

.bg-\[\#425f9b\] {
    --tw-bg-opacity: 1;
    background-color: rgb(66 95 155/var(--tw-bg-opacity))
}

.bg-\[\#477DB208\] {
    background-color: #477db208
}

.bg-\[\#477DB2\] {
    --tw-bg-opacity: 1;
    background-color: rgb(71 125 178/var(--tw-bg-opacity))
}

.bg-\[\#48A261\]\/5,.bg-\[\#48a261\]\/5 {
    background-color: rgba(72,162,97,.05)
}

.bg-\[\#4E5969\]\/80 {
    background-color: rgba(78,89,105,.8)
}

.bg-\[\#52A164\] {
    --tw-bg-opacity: 1;
    background-color: rgb(82 161 100/var(--tw-bg-opacity))
}

.bg-\[\#593E1433\] {
    background-color: #593e1433
}

.bg-\[\#5C8AE5\] {
    --tw-bg-opacity: 1;
    background-color: rgb(92 138 229/var(--tw-bg-opacity))
}

.bg-\[\#5D4833\] {
    --tw-bg-opacity: 1;
    background-color: rgb(93 72 51/var(--tw-bg-opacity))
}

.bg-\[\#60c539\] {
    --tw-bg-opacity: 1;
    background-color: rgb(96 197 57/var(--tw-bg-opacity))
}

.bg-\[\#616D97\] {
    --tw-bg-opacity: 1;
    background-color: rgb(97 109 151/var(--tw-bg-opacity))
}

.bg-\[\#6196C6\] {
    --tw-bg-opacity: 1;
    background-color: rgb(97 150 198/var(--tw-bg-opacity))
}

.bg-\[\#666\] {
    --tw-bg-opacity: 1;
    background-color: rgb(102 102 102/var(--tw-bg-opacity))
}

.bg-\[\#73ACE6\] {
    --tw-bg-opacity: 1;
    background-color: rgb(115 172 230/var(--tw-bg-opacity))
}

.bg-\[\#77512E\] {
    --tw-bg-opacity: 1;
    background-color: rgb(119 81 46/var(--tw-bg-opacity))
}

.bg-\[\#7FC9A8\] {
    --tw-bg-opacity: 1;
    background-color: rgb(127 201 168/var(--tw-bg-opacity))
}

.bg-\[\#86909C\]\/5,.bg-\[\#86909c\]\/5 {
    background-color: rgba(134,144,156,.05)
}

.bg-\[\#8A91990D\] {
    background-color: #8a91990d
}

.bg-\[\#B2243C0D\] {
    background-color: #b2243c0d
}

.bg-\[\#B2243C\] {
    --tw-bg-opacity: 1;
    background-color: rgb(178 36 60/var(--tw-bg-opacity))
}

.bg-\[\#B23636\] {
    --tw-bg-opacity: 1;
    background-color: rgb(178 54 54/var(--tw-bg-opacity))
}

.bg-\[\#B28936\] {
    --tw-bg-opacity: 1;
    background-color: rgb(178 137 54/var(--tw-bg-opacity))
}

.bg-\[\#C3E2FF\] {
    --tw-bg-opacity: 1;
    background-color: rgb(195 226 255/var(--tw-bg-opacity))
}

.bg-\[\#C9CDD4\] {
    --tw-bg-opacity: 1;
    background-color: rgb(201 205 212/var(--tw-bg-opacity))
}

.bg-\[\#CCCCCC99\] {
    background-color: #cccccc99
}

.bg-\[\#CDEEFF\] {
    --tw-bg-opacity: 1;
    background-color: rgb(205 238 255/var(--tw-bg-opacity))
}

.bg-\[\#CFC9C1\] {
    --tw-bg-opacity: 1;
    background-color: rgb(207 201 193/var(--tw-bg-opacity))
}

.bg-\[\#CFD6E4\] {
    --tw-bg-opacity: 1;
    background-color: rgb(207 214 228/var(--tw-bg-opacity))
}

.bg-\[\#D3D3D3\] {
    --tw-bg-opacity: 1;
    background-color: rgb(211 211 211/var(--tw-bg-opacity))
}

.bg-\[\#D9D9D9\] {
    --tw-bg-opacity: 1;
    background-color: rgb(217 217 217/var(--tw-bg-opacity))
}

.bg-\[\#E48989\] {
    --tw-bg-opacity: 1;
    background-color: rgb(228 137 137/var(--tw-bg-opacity))
}

.bg-\[\#E57373\] {
    --tw-bg-opacity: 1;
    background-color: rgb(229 115 115/var(--tw-bg-opacity))
}

.bg-\[\#E5E6EB\] {
    --tw-bg-opacity: 1;
    background-color: rgb(229 230 235/var(--tw-bg-opacity))
}

.bg-\[\#E66112\] {
    --tw-bg-opacity: 1;
    background-color: rgb(230 97 18/var(--tw-bg-opacity))
}

.bg-\[\#E6EBF7\] {
    --tw-bg-opacity: 1;
    background-color: rgb(230 235 247/var(--tw-bg-opacity))
}

.bg-\[\#E8EBF9\] {
    --tw-bg-opacity: 1;
    background-color: rgb(232 235 249/var(--tw-bg-opacity))
}

.bg-\[\#E9EDF2\] {
    --tw-bg-opacity: 1;
    background-color: rgb(233 237 242/var(--tw-bg-opacity))
}

.bg-\[\#E9F0F6\] {
    --tw-bg-opacity: 1;
    background-color: rgb(233 240 246/var(--tw-bg-opacity))
}

.bg-\[\#EAF1FF\] {
    --tw-bg-opacity: 1;
    background-color: rgb(234 241 255/var(--tw-bg-opacity))
}

.bg-\[\#EDA40A\] {
    --tw-bg-opacity: 1;
    background-color: rgb(237 164 10/var(--tw-bg-opacity))
}

.bg-\[\#EDEDED\]\/60 {
    background-color: hsla(0,0%,93%,.6)
}

.bg-\[\#EFF0F2\] {
    --tw-bg-opacity: 1;
    background-color: rgb(239 240 242/var(--tw-bg-opacity))
}

.bg-\[\#F0F4FA\] {
    --tw-bg-opacity: 1;
    background-color: rgb(240 244 250/var(--tw-bg-opacity))
}

.bg-\[\#F15555\] {
    --tw-bg-opacity: 1;
    background-color: rgb(241 85 85/var(--tw-bg-opacity))
}

.bg-\[\#F1DDCA\] {
    --tw-bg-opacity: 1;
    background-color: rgb(241 221 202/var(--tw-bg-opacity))
}

.bg-\[\#F1F1F1\] {
    --tw-bg-opacity: 1;
    background-color: rgb(241 241 241/var(--tw-bg-opacity))
}

.bg-\[\#F1F6FA\] {
    --tw-bg-opacity: 1;
    background-color: rgb(241 246 250/var(--tw-bg-opacity))
}

.bg-\[\#F2F2F2\] {
    --tw-bg-opacity: 1;
    background-color: rgb(242 242 242/var(--tw-bg-opacity))
}

.bg-\[\#F2F3F5\] {
    --tw-bg-opacity: 1;
    background-color: rgb(242 243 245/var(--tw-bg-opacity))
}

.bg-\[\#F2F8FF\] {
    --tw-bg-opacity: 1;
    background-color: rgb(242 248 255/var(--tw-bg-opacity))
}

.bg-\[\#F4B615\] {
    --tw-bg-opacity: 1;
    background-color: rgb(244 182 21/var(--tw-bg-opacity))
}

.bg-\[\#F59A00\] {
    --tw-bg-opacity: 1;
    background-color: rgb(245 154 0/var(--tw-bg-opacity))
}

.bg-\[\#F5F5F5\] {
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 245/var(--tw-bg-opacity))
}

.bg-\[\#F5F9FC\] {
    --tw-bg-opacity: 1;
    background-color: rgb(245 249 252/var(--tw-bg-opacity))
}

.bg-\[\#F7F7F7\] {
    --tw-bg-opacity: 1;
    background-color: rgb(247 247 247/var(--tw-bg-opacity))
}

.bg-\[\#F7F8FA\] {
    --tw-bg-opacity: 1;
    background-color: rgb(247 248 250/var(--tw-bg-opacity))
}

.bg-\[\#F7F8FC\] {
    --tw-bg-opacity: 1;
    background-color: rgb(247 248 252/var(--tw-bg-opacity))
}

.bg-\[\#F8DEB9\] {
    --tw-bg-opacity: 1;
    background-color: rgb(248 222 185/var(--tw-bg-opacity))
}

.bg-\[\#F9F9F9\] {
    --tw-bg-opacity: 1;
    background-color: rgb(249 249 249/var(--tw-bg-opacity))
}

.bg-\[\#FADC19\] {
    --tw-bg-opacity: 1;
    background-color: rgb(250 220 25/var(--tw-bg-opacity))
}

.bg-\[\#FAEBEB\] {
    --tw-bg-opacity: 1;
    background-color: rgb(250 235 235/var(--tw-bg-opacity))
}

.bg-\[\#FAF1E5\] {
    --tw-bg-opacity: 1;
    background-color: rgb(250 241 229/var(--tw-bg-opacity))
}

.bg-\[\#FAFAFA\] {
    --tw-bg-opacity: 1;
    background-color: rgb(250 250 250/var(--tw-bg-opacity))
}

.bg-\[\#FBE3C2\] {
    --tw-bg-opacity: 1;
    background-color: rgb(251 227 194/var(--tw-bg-opacity))
}

.bg-\[\#FBFBFB\] {
    --tw-bg-opacity: 1;
    background-color: rgb(251 251 251/var(--tw-bg-opacity))
}

.bg-\[\#FCF3EB\] {
    --tw-bg-opacity: 1;
    background-color: rgb(252 243 235/var(--tw-bg-opacity))
}

.bg-\[\#FCF7F7\] {
    --tw-bg-opacity: 1;
    background-color: rgb(252 247 247/var(--tw-bg-opacity))
}

.bg-\[\#FEFAE7\] {
    --tw-bg-opacity: 1;
    background-color: rgb(254 250 231/var(--tw-bg-opacity))
}

.bg-\[\#FF5500\]\/10 {
    background-color: rgba(255,85,0,.1)
}

.bg-\[\#FFCC66\] {
    --tw-bg-opacity: 1;
    background-color: rgb(255 204 102/var(--tw-bg-opacity))
}

.bg-\[\#FFD733\] {
    --tw-bg-opacity: 1;
    background-color: rgb(255 215 51/var(--tw-bg-opacity))
}

.bg-\[\#FFD88F\] {
    --tw-bg-opacity: 1;
    background-color: rgb(255 216 143/var(--tw-bg-opacity))
}

.bg-\[\#FFEDE4\] {
    --tw-bg-opacity: 1;
    background-color: rgb(255 237 228/var(--tw-bg-opacity))
}

.bg-\[\#FFF3E2\] {
    --tw-bg-opacity: 1;
    background-color: rgb(255 243 226/var(--tw-bg-opacity))
}

.bg-\[\#FFF5E7\] {
    --tw-bg-opacity: 1;
    background-color: rgb(255 245 231/var(--tw-bg-opacity))
}

.bg-\[\#FFF7D6\] {
    --tw-bg-opacity: 1;
    background-color: rgb(255 247 214/var(--tw-bg-opacity))
}

.bg-\[\#FFF7E8\] {
    --tw-bg-opacity: 1;
    background-color: rgb(255 247 232/var(--tw-bg-opacity))
}

.bg-\[\#FFFBE6\] {
    --tw-bg-opacity: 1;
    background-color: rgb(255 251 230/var(--tw-bg-opacity))
}

.bg-\[\#FFFFFF1A\] {
    background-color: #ffffff1a
}

.bg-\[\#FFFFFF66\] {
    background-color: #ffffff66
}

.bg-\[\#FFFFFFCC\] {
    background-color: #ffffffcc
}

.bg-\[\#FFFFFF\],.bg-\[\#FFF\] {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity))
}

.bg-\[\#ab8a450d\] {
    background-color: #ab8a450d
}

.bg-\[\#ab8a45\] {
    --tw-bg-opacity: 1;
    background-color: rgb(171 138 69/var(--tw-bg-opacity))
}

.bg-\[\#b2243c\]\/10 {
    background-color: rgba(178,36,60,.1)
}

.bg-\[\#b8b8b8\] {
    --tw-bg-opacity: 1;
    background-color: rgb(184 184 184/var(--tw-bg-opacity))
}

.bg-\[\#e3f1fc\] {
    --tw-bg-opacity: 1;
    background-color: rgb(227 241 252/var(--tw-bg-opacity))
}

.bg-\[\#f0aa66\] {
    --tw-bg-opacity: 1;
    background-color: rgb(240 170 102/var(--tw-bg-opacity))
}

.bg-\[\#f7f7fb\] {
    --tw-bg-opacity: 1;
    background-color: rgb(247 247 251/var(--tw-bg-opacity))
}

.bg-\[\#f7f8fc\] {
    --tw-bg-opacity: 1;
    background-color: rgb(247 248 252/var(--tw-bg-opacity))
}

.bg-\[\#fadc19\] {
    --tw-bg-opacity: 1;
    background-color: rgb(250 220 25/var(--tw-bg-opacity))
}

.bg-\[\#fafafa\] {
    --tw-bg-opacity: 1;
    background-color: rgb(250 250 250/var(--tw-bg-opacity))
}

.bg-\[\#fbfbfb\] {
    --tw-bg-opacity: 1;
    background-color: rgb(251 251 251/var(--tw-bg-opacity))
}

.bg-\[\#fcfcfc\] {
    --tw-bg-opacity: 1;
    background-color: rgb(252 252 252/var(--tw-bg-opacity))
}

.bg-\[\#ffcc66\] {
    --tw-bg-opacity: 1;
    background-color: rgb(255 204 102/var(--tw-bg-opacity))
}

.bg-\[\#ffe795\] {
    --tw-bg-opacity: 1;
    background-color: rgb(255 231 149/var(--tw-bg-opacity))
}

.bg-\[\#fff\] {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity))
}

.bg-\[\#fff\]\/10 {
    background-color: hsla(0,0%,100%,.1)
}

.bg-\[\#fff\]\/30 {
    background-color: hsla(0,0%,100%,.3)
}

.bg-\[rgb\(0\2c 0\2c 0\)\]\/10 {
    background-color: rgba(0,0,0,.1)
}

.bg-\[rgb\(0\2c 0\2c 0\)\]\/5 {
    background-color: rgba(0,0,0,.05)
}

.bg-\[rgba\(0\2c 0\2c 0\2c 0\.40\)\] {
    background-color: rgba(0,0,0,.4)
}

.bg-\[rgba\(0\2c 0\2c 0\2c 0\.6\)\] {
    background-color: rgba(0,0,0,.6)
}

.bg-\[rgba\(0\2c 0\2c 0\2c 0\.70\)\],.bg-\[rgba\(0\2c 0\2c 0\2c 0\.7\)\] {
    background-color: rgba(0,0,0,.7)
}

.bg-\[rgba\(255\2c 255\2c 255\2c 0\.8\)\] {
    background-color: hsla(0,0%,100%,.8)
}

.bg-\[rgba\(46\2c 153\2c 135\2c 0\.05\)\] {
    background-color: rgba(46,153,135,.05)
}

.bg-\[rgba\(59\2c 118\2c 246\2c 0\.05\)\] {
    background-color: rgba(59,118,246,.05)
}

.bg-\[rgba\(59\2c 155\2c 255\2c 0\.05\)\] {
    background-color: rgba(59,155,255,.05)
}

.bg-\[rgba\(61\2c 85\2c 204\2c 0\.10\)\] {
    background-color: rgba(61,85,204,.1)
}

.bg-\[transparent\] {
    background-color: transparent
}

.bg-black {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0/var(--tw-bg-opacity))
}

.bg-cl-1 {
    --tw-bg-opacity: 1;
    background-color: rgb(71 125 178/var(--tw-bg-opacity))
}

.bg-cl-101 {
    background-color: #f16816
}

.bg-cl-107 {
    background-color: rgba(71,125,178,.1)
}

.bg-cl-108 {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity))
}

.bg-cl-11 {
    background-color: hsla(0,0%,100%,.1)
}

.bg-cl-111 {
    background-color: rgba(0,0,0,.5)
}

.bg-cl-121 {
    background-color: rgba(0,0,0,.2)
}

.bg-cl-123\/10 {
    background-color: rgba(255,85,0,.1)
}

.bg-cl-124 {
    background-color: rgba(0,0,0,.3)
}

.bg-cl-126 {
    background-color: #f2f3f5
}

.bg-cl-129 {
    background-color: rgba(0,0,0,.5)
}

.bg-cl-13 {
    background-color: hsla(0,0%,100%,.3)
}

.bg-cl-130 {
    background-color: #f0f1f5
}

.bg-cl-131 {
    background-color: #272729
}

.bg-cl-132 {
    background-color: hsla(0,0%,100%,.9)
}

.bg-cl-134 {
    background-color: #326efa
}

.bg-cl-139 {
    background-color: #fff
}

.bg-cl-142 {
    background-color: #e5e6eb
}

.bg-cl-143 {
    background-color: #f7f8fa
}

.bg-cl-145 {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity))
}

.bg-cl-150 {
    background-color: rgba(0,0,0,.3)
}

.bg-cl-151 {
    background-color: #f7f8fa
}

.bg-cl-156 {
    background-color: #f1f1f1
}

.bg-cl-157 {
    background-color: rgba(61,85,204,.1)
}

.bg-cl-159 {
    --tw-bg-opacity: 1;
    background-color: rgb(250 220 25/var(--tw-bg-opacity))
}

.bg-cl-16 {
    --tw-bg-opacity: 1;
    background-color: rgb(178 137 54/var(--tw-bg-opacity))
}

.bg-cl-164 {
    background-color: #f7f8fa
}

.bg-cl-167 {
    --tw-bg-opacity: 1;
    background-color: rgb(250 220 25/var(--tw-bg-opacity))
}

.bg-cl-169 {
    --tw-bg-opacity: 1;
    background-color: rgba(255,252,246,var(--tw-bg-opacity))
}

.bg-cl-171 {
    background-color: #f7f8fa
}

.bg-cl-174 {
    background-color: rgba(61,85,204,.06)
}

.bg-cl-176 {
    background-color: rgba(255,85,0,.06)
}

.bg-cl-180 {
    background-color: #fc6
}

.bg-cl-182 {
    background-color: rgba(255,159,64,.1)
}

.bg-cl-193 {
    --tw-bg-opacity: 1;
    background-color: rgb(222 200 153/var(--tw-bg-opacity))
}

.bg-cl-193\/20 {
    background-color: hsla(41,51%,74%,.2)
}

.bg-cl-194 {
    --tw-bg-opacity: 1;
    background-color: rgb(181 204 255/var(--tw-bg-opacity))
}

.bg-cl-194\/20 {
    background-color: rgba(181,204,255,.2)
}

.bg-cl-195 {
    --tw-bg-opacity: 1;
    background-color: rgb(172 224 189/var(--tw-bg-opacity))
}

.bg-cl-198 {
    --tw-bg-opacity: 1;
    background-color: rgb(248 244 235/var(--tw-bg-opacity))
}

.bg-cl-199 {
    --tw-bg-opacity: 1;
    background-color: rgb(217 201 159/var(--tw-bg-opacity))
}

.bg-cl-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(210 224 255/var(--tw-bg-opacity))
}

.bg-cl-201 {
    --tw-bg-opacity: 1;
    background-color: rgb(238 251 240/var(--tw-bg-opacity))
}

.bg-cl-27 {
    --tw-bg-opacity: 1;
    background-color: rgb(249 129 29/var(--tw-bg-opacity))
}

.bg-cl-38 {
    --tw-bg-opacity: 1;
    background-color: rgb(251 251 251/var(--tw-bg-opacity))
}

.bg-cl-39 {
    background-color: #86909c
}

.bg-cl-39\/10 {
    background-color: rgba(134,144,156,.1)
}

.bg-cl-43 {
    background-color: hsla(212,7%,57%,.05)
}

.bg-cl-44 {
    background-color: rgba(51,128,102,.05)
}

.bg-cl-48 {
    --tw-bg-opacity: 1;
    background-color: rgb(250 250 250/var(--tw-bg-opacity))
}

.bg-cl-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(255 204 102/var(--tw-bg-opacity))
}

.bg-cl-601\/10 {
    background-color: rgba(48,131,103,.1)
}

.bg-cl-72\/10 {
    background-color: rgba(54,133,255,.1)
}

.bg-cl-74 {
    --tw-bg-opacity: 1;
    background-color: rgb(204 204 204/var(--tw-bg-opacity))
}

.bg-cl-801 {
    --tw-bg-opacity: 1;
    background-color: rgb(201 205 212/var(--tw-bg-opacity))
}

.bg-cl-802 {
    --tw-bg-opacity: 1;
    background-color: rgb(207 214 228/var(--tw-bg-opacity))
}

.bg-cl-803 {
    --tw-bg-opacity: 1;
    background-color: rgb(242 242 242/var(--tw-bg-opacity))
}

.bg-cl-804 {
    --tw-bg-opacity: 1;
    background-color: rgb(50 57 71/var(--tw-bg-opacity))
}

.bg-cl-805 {
    --tw-bg-opacity: 1;
    background-color: rgb(237 237 237/var(--tw-bg-opacity))
}

.bg-cl-809 {
    --tw-bg-opacity: 1;
    background-color: rgb(93 72 51/var(--tw-bg-opacity))
}

.bg-cl-81\/40 {
    background-color: rgba(0,0,0,.4)
}

.bg-cl-81\/50 {
    background-color: rgba(0,0,0,.5)
}

.bg-cl-810\/20 {
    background-color: rgba(221,232,244,.2)
}

.bg-cl-810\/30 {
    background-color: rgba(221,232,244,.3)
}

.bg-cl-88 {
    --tw-bg-opacity: 1;
    background-color: rgb(29 33 41/var(--tw-bg-opacity))
}

.bg-cl-91 {
    --tw-bg-opacity: 1;
    background-color: rgba(255,255,255,var(--tw-bg-opacity))
}

.bg-cl-91\/20 {
    background-color: hsla(0,0%,100%,.2)
}

.bg-cl-91\/70 {
    background-color: hsla(0,0%,100%,.7)
}

.bg-cl-92 {
    background-color: rgba(71,125,178,.05)
}

.bg-cl-93 {
    background-color: #477db2
}

.bg-cl-95 {
    --tw-bg-opacity: 1;
    background-color: rgb(255 215 51/var(--tw-bg-opacity))
}

.bg-test1 {
    --tw-bg-opacity: 1;
    background-color: rgb(108 151 193/var(--tw-bg-opacity))
}

.bg-transparent {
    background-color: transparent
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity))
}

.bg-\[url\(\'https\:\/\/resources1\.interface003\.com\/web20\/img\/commen\/down-bg\.png\'\)\]{background-image:url(https://resources1.interface003.com/web20/img/commen/down-bg.png)}.bg-\[url\(\'https\:\/\/resources1\.interface003\.com\/web20\/img\/discover\/release\/bg-release\.png\'\)\]{background-image:url(https://resources1.interface003.com/web20/img/discover/release/bg-release.png)}.bg-gradient-to-b{background-image:linear-gradient(to bottom,var(--tw-gradient-stops))}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.bg-gradient-to-t{background-image:linear-gradient(to top,var(--tw-gradient-stops))}.\!from-\[\#3380661A\]{--tw-gradient-from:#3380661a var(--tw-gradient-from-position)!important;--tw-gradient-to:rgba(51,128,102,0) var(--tw-gradient-to-position)!important;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)!important}.from-\[\#3A49CF\]{--tw-gradient-from:#3a49cf var(--tw-gradient-from-position);--tw-gradient-to:rgba(58,73,207,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-\[\#ffffff\]{--tw-gradient-from:#fff var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,0%,100%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-cl-169{--tw-gradient-from:#fffcf6 var(--tw-gradient-from-position);--tw-gradient-to:rgba(255,252,246,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-cl-807{--tw-gradient-from:#fdf3ea var(--tw-gradient-from-position);--tw-gradient-to:hsla(28,83%,95%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-cl-91{--tw-gradient-from:#fff var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,0%,100%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.\!to-\[\#3380661A\]{--tw-gradient-to:#3380661a var(--tw-gradient-to-position)!important}.\!to-\[\#E8EBF9\]{--tw-gradient-to:#e8ebf9 var(--tw-gradient-to-position)!important}.to-\[\#5A73F0\]{--tw-gradient-to:#5a73f0 var(--tw-gradient-to-position)}.to-\[\#FFEDE4\]{--tw-gradient-to:#ffede4 var(--tw-gradient-to-position)}.to-cl-37{--tw-gradient-to:#eaf8f6 var(--tw-gradient-to-position)}.to-cl-808{--tw-gradient-to:#fef8f5 var(--tw-gradient-to-position)}.to-cl-91{--tw-gradient-to:#fff var(--tw-gradient-to-position)}.\!bg-\[length\:100\%_100\%\]{background-size:100% 100%!important}.\!bg-contain{background-size:contain!important}.bg-\[length\:469px_138px\]{background-size:469px 138px}.bg-\[length\:66px_66px\]{background-size:66px 66px}.bg-\[length\:76px_76px\]{background-size:76px 76px}.bg-auto{background-size:auto}.bg-contain{background-size:contain}.bg-cover{background-size:cover}.bg-clip-padding{background-clip:padding-box}.bg-\[-100px_center\]{background-position:-100px}.bg-\[-124px_center\]{background-position:-124px}.bg-\[-28px_center\]{background-position:-28px}.bg-\[-4px_center\]{background-position:-4px}.bg-\[-52px_center\]{background-position:-52px}.bg-\[-76px_center\]{background-position:-76px}.bg-\[right_2px_top_40px\]{background-position:right 2px top 40px}.bg-center{background-position:50%}.bg-right{background-position:100%}.bg-top{background-position:top}.bg-no-repeat{background-repeat:no-repeat}.bg-origin-border{background-origin:border-box}.object-contain{-o-object-fit:contain;object-fit:contain}.object-cover{-o-object-fit:cover;object-fit:cover}.\!p-\[0px\]{padding:0!important}.p-0{padding:0}.p-1{padding:1px}.p-10{padding:10px}.p-11{padding:11px}.p-12{padding:12px}.p-14{padding:14px}.p-16{padding:16px}.p-2{padding:2px}.p-20{padding:20px}.p-22{padding:22px}.p-24{padding:24px}.p-26{padding:26px}.p-3{padding:3px}.p-30{padding:30px}.p-4{padding:4px}.p-40{padding:40px}.p-52{padding:52px}.p-6{padding:6px}.p-8{padding:8px}.p-\[0_0\]{padding:0}.p-\[0_12px_12px\]{padding:0 12px 12px}.p-\[0_40px\]{padding:0 40px}.p-\[0_40px_40px\]{padding:0 40px 40px}.p-\[0px\]{padding:0}.p-\[0px_0px_0px_20px\]{padding:0 0 0 20px}.p-\[0px_0px_100px\]{padding:0 0 100px}.p-\[0px_0px_12px_0px\]{padding:0 0 12px}.p-\[0px_0px_24px_0px\]{padding:0 0 24px}.p-\[0px_10px\]{padding:0 10px}.p-\[0px_10px_5px\]{padding:0 10px 5px}.p-\[0px_12px\]{padding:0 12px}.p-\[0px_12px_0px_0px\]{padding:0 12px 0 0}.p-\[0px_12px_12px\]{padding:0 12px 12px}.p-\[0px_16px\]{padding:0 16px}.p-\[0px_20px\]{padding:0 20px}.p-\[0px_24px\]{padding:0 24px}.p-\[0px_28px_0px_10px\]{padding:0 28px 0 10px}.p-\[0px_30px\]{padding:0 30px}.p-\[0px_30px_30px_20px\]{padding:0 30px 30px 20px}.p-\[0px_36px_0px_16px\]{padding:0 36px 0 16px}.p-\[0px_5px_5px\]{padding:0 5px 5px}.p-\[0px_6px_0px_6px\]{padding:0 6px}.p-\[0px_6px_1px_6px\]{padding:0 6px 1px}.p-\[10px\]{padding:10px}.p-\[10px_0px_10px_12px\]{padding:10px 0 10px 12px}.p-\[10px_10px_10px_14px\]{padding:10px 10px 10px 14px}.p-\[10px_12px\]{padding:10px 12px}.p-\[10px_14px_28px_14px\]{padding:10px 14px 28px}.p-\[10px_16px\]{padding:10px 16px}.p-\[10px_16px_0px\]{padding:10px 16px 0}.p-\[10px_22px\]{padding:10px 22px}.p-\[10px_32px\]{padding:10px 32px}.p-\[10px_40px\]{padding:10px 40px}.p-\[11px_0\],.p-\[11px_0px\]{padding:11px 0}.p-\[12px\]{padding:12px}.p-\[12px_0px\]{padding:12px 0}.p-\[12px_14px\]{padding:12px 14px}.p-\[12px_16px\]{padding:12px 16px}.p-\[12px_20px_0px\]{padding:12px 20px 0}.p-\[14px_0\]{padding:14px 0}.p-\[14px_12px\]{padding:14px 12px}.p-\[14px_16px\]{padding:14px 16px}.p-\[16px\]{padding:16px}.p-\[16px_0\],.p-\[16px_0px\]{padding:16px 0}.p-\[16px_14px\]{padding:16px 14px}.p-\[16px_17px\]{padding:16px 17px}.p-\[16px_20px\]{padding:16px 20px}.p-\[16px_20px_2px\]{padding:16px 20px 2px}.p-\[18px\]{padding:18px}.p-\[18px_0px_0px\]{padding:18px 0 0}.p-\[18px_16px_0px\]{padding:18px 16px 0}.p-\[1px_4px\]{padding:1px 4px}.p-\[1px_6px\]{padding:1px 6px}.p-\[1px_6px_1px_0px\]{padding:1px 6px 1px 0}.p-\[1px_8px\]{padding:1px 8px}.p-\[20px\]{padding:20px}.p-\[20px_0px\],.p-\[20px_0px_20px\]{padding:20px 0}.p-\[20px_16px\]{padding:20px 16px}.p-\[20px_16px_16px\]{padding:20px 16px 16px}.p-\[20px_16px_30px_16px\]{padding:20px 16px 30px}.p-\[20px_30px\]{padding:20px 30px}.p-\[20px_40px_0_40px\]{padding:20px 40px 0}.p-\[24px_0px_0px\]{padding:24px 0 0}.p-\[24px_0px_24px_0px\]{padding:24px 0}.p-\[24px_20px\]{padding:24px 20px}.p-\[24px_40px\]{padding:24px 40px}.p-\[2px\]{padding:2px}.p-\[2px_4px\]{padding:2px 4px}.p-\[2px_5px\]{padding:2px 5px}.p-\[2px_6px\]{padding:2px 6px}.p-\[30px\]{padding:30px}.p-\[30px_0_0px\]{padding:30px 0 0}.p-\[30px_0px\]{padding:30px 0}.p-\[30px_20px\]{padding:30px 20px}.p-\[30px_30px_0px\]{padding:30px 30px 0}.p-\[32px\]{padding:32px}.p-\[32px_24px_22px_24px\]{padding:32px 24px 22px}.p-\[32px_32px_0px\]{padding:32px 32px 0}.p-\[32px_48px\]{padding:32px 48px}.p-\[3px_9px\]{padding:3px 9px}.p-\[40px_30px_50px_30px\]{padding:40px 30px 50px}.p-\[4px_0px\]{padding:4px 0}.p-\[4px_12px\]{padding:4px 12px}.p-\[4px_20px\]{padding:4px 20px}.p-\[5px_12px\]{padding:5px 12px}.p-\[5px_21px\]{padding:5px 21px}.p-\[5px_44px\]{padding:5px 44px}.p-\[5px_8px\]{padding:5px 8px}.p-\[6px_0px_6px_12px\]{padding:6px 0 6px 12px}.p-\[6px_10px\]{padding:6px 10px}.p-\[6px_12px\]{padding:6px 12px}.p-\[6px_14px\]{padding:6px 14px}.p-\[6px_20px\]{padding:6px 20px}.p-\[8px\]{padding:8px}.p-\[8px_0px\]{padding:8px 0}.p-\[8px_10px\]{padding:8px 10px}.p-\[8px_12px\]{padding:8px 12px}.p-\[8px_16px\]{padding:8px 16px}.p-\[8px_20px\]{padding:8px 20px}.p-\[8px_28px\]{padding:8px 28px}.p-\[9px_16px\]{padding:9px 16px}.\!px-0{padding-left:0!important;padding-right:0!important}.\!px-20{padding-left:20px!important;padding-right:20px!important}.\!px-6{padding-left:6px!important;padding-right:6px!important}.\!py-11{padding-bottom:11px!important;padding-top:11px!important}.\!py-13{padding-bottom:13px!important;padding-top:13px!important}.\!py-14{padding-bottom:14px!important;padding-top:14px!important}.\!py-15{padding-bottom:15px!important;padding-top:15px!important}.\!py-16{padding-bottom:16px!important;padding-top:16px!important}.\!py-19{padding-bottom:19px!important;padding-top:19px!important}.\!py-20{padding-bottom:20px!important;padding-top:20px!important}.px-0{padding-left:0;padding-right:0}.px-1{padding-left:1px;padding-right:1px}.px-10{padding-left:10px;padding-right:10px}.px-11{padding-left:11px;padding-right:11px}.px-12{padding-left:12px;padding-right:12px}.px-13{padding-left:13px;padding-right:13px}.px-14{padding-left:14px;padding-right:14px}.px-15{padding-left:15px;padding-right:15px}.px-16{padding-left:16px;padding-right:16px}.px-17{padding-left:17px;padding-right:17px}.px-18{padding-left:18px;padding-right:18px}.px-19{padding-left:19px;padding-right:19px}.px-2{padding-left:2px;padding-right:2px}.px-20{padding-left:20px;padding-right:20px}.px-22{padding-left:22px;padding-right:22px}.px-24{padding-left:24px;padding-right:24px}.px-26{padding-left:26px;padding-right:26px}.px-27{padding-left:27px;padding-right:27px}.px-28{padding-left:28px;padding-right:28px}.px-29{padding-left:29px;padding-right:29px}.px-3{padding-left:3px;padding-right:3px}.px-30{padding-left:30px;padding-right:30px}.px-32{padding-left:32px;padding-right:32px}.px-344{padding-left:344px;padding-right:344px}.px-36{padding-left:36px;padding-right:36px}.px-37{padding-left:37px;padding-right:37px}.px-38{padding-left:38px;padding-right:38px}.px-4{padding-left:4px;padding-right:4px}.px-40{padding-left:40px;padding-right:40px}.px-42{padding-left:42px;padding-right:42px}.px-44{padding-left:44px;padding-right:44px}.px-46{padding-left:46px;padding-right:46px}.px-48{padding-left:48px;padding-right:48px}.px-49{padding-left:49px;padding-right:49px}.px-5{padding-left:5px;padding-right:5px}.px-50{padding-left:50px;padding-right:50px}.px-51{padding-left:51px;padding-right:51px}.px-52{padding-left:52px;padding-right:52px}.px-6{padding-left:6px;padding-right:6px}.px-60{padding-left:60px;padding-right:60px}.px-64{padding-left:64px;padding-right:64px}.px-7{padding-left:7px;padding-right:7px}.px-70{padding-left:70px;padding-right:70px}.px-8{padding-left:8px;padding-right:8px}.px-80{padding-left:80px;padding-right:80px}.px-\[16px\]{padding-left:16px;padding-right:16px}.py-0{padding-bottom:0;padding-top:0}.py-1{padding-bottom:1px;padding-top:1px}.py-10{padding-bottom:10px;padding-top:10px}.py-11{padding-bottom:11px;padding-top:11px}.py-12{padding-bottom:12px;padding-top:12px}.py-13{padding-bottom:13px;padding-top:13px}.py-14{padding-bottom:14px;padding-top:14px}.py-144{padding-bottom:144px;padding-top:144px}.py-15{padding-bottom:15px;padding-top:15px}.py-16{padding-bottom:16px;padding-top:16px}.py-17{padding-bottom:17px;padding-top:17px}.py-18{padding-bottom:18px;padding-top:18px}.py-2{padding-bottom:2px;padding-top:2px}.py-20{padding-bottom:20px;padding-top:20px}.py-22{padding-bottom:22px;padding-top:22px}.py-24{padding-bottom:24px;padding-top:24px}.py-25{padding-bottom:25px;padding-top:25px}.py-26{padding-bottom:26px;padding-top:26px}.py-27{padding-bottom:27px;padding-top:27px}.py-30{padding-bottom:30px;padding-top:30px}.py-32{padding-bottom:32px;padding-top:32px}.py-34{padding-bottom:34px;padding-top:34px}.py-4{padding-bottom:4px;padding-top:4px}.py-40{padding-bottom:40px;padding-top:40px}.py-5{padding-bottom:5px;padding-top:5px}.py-6{padding-bottom:6px;padding-top:6px}.py-62{padding-bottom:62px;padding-top:62px}.py-7{padding-bottom:7px;padding-top:7px}.py-8{padding-bottom:8px;padding-top:8px}.py-9{padding-bottom:9px;padding-top:9px}.\!pb-14{padding-bottom:14px!important}.\!pb-15{padding-bottom:15px!important}.\!pb-16{padding-bottom:16px!important}.\!pb-17{padding-bottom:17px!important}.\!pb-20{padding-bottom:20px!important}.\!pb-25{padding-bottom:25px!important}.\!pb-32{padding-bottom:32px!important}.\!pb-34{padding-bottom:34px!important}.\!pl-30{padding-left:30px!important}.\!pt-15{padding-top:15px!important}.\!pt-22{padding-top:22px!important}.pb-0{padding-bottom:0}.pb-1{padding-bottom:1px}.pb-10{padding-bottom:10px}.pb-100{padding-bottom:100px}.pb-11{padding-bottom:11px}.pb-12{padding-bottom:12px}.pb-13{padding-bottom:13px}.pb-14{padding-bottom:14px}.pb-16{padding-bottom:16px}.pb-18{padding-bottom:18px}.pb-19{padding-bottom:19px}.pb-2{padding-bottom:2px}.pb-20{padding-bottom:20px}.pb-22{padding-bottom:22px}.pb-24{padding-bottom:24px}.pb-28{padding-bottom:28px}.pb-3{padding-bottom:3px}.pb-30{padding-bottom:30px}.pb-31{padding-bottom:31px}.pb-35{padding-bottom:35px}.pb-38{padding-bottom:38px}.pb-4{padding-bottom:4px}.pb-40{padding-bottom:40px}.pb-48{padding-bottom:48px}.pb-50{padding-bottom:50px}.pb-54{padding-bottom:54px}.pb-6{padding-bottom:6px}.pb-60{padding-bottom:60px}.pb-66{padding-bottom:66px}.pb-7{padding-bottom:7px}.pb-8{padding-bottom:8px}.pb-80{padding-bottom:80px}.pb-88{padding-bottom:88px}.pb-89{padding-bottom:89px}.pb-98{padding-bottom:98px}.pb-\[20px\]{padding-bottom:20px}.pb-\[22px\]{padding-bottom:22px}.pb-\[30px\]{padding-bottom:30px}.pb-\[5px\]{padding-bottom:5px}.pb-\[80px\]{padding-bottom:80px}.pl-10{padding-left:10px}.pl-100{padding-left:100px}.pl-108{padding-left:108px}.pl-12{padding-left:12px}.pl-120{padding-left:120px}.pl-136{padding-left:136px}.pl-14{padding-left:14px}.pl-15{padding-left:15px}.pl-156{padding-left:156px}.pl-16{padding-left:16px}.pl-2{padding-left:2px}.pl-20{padding-left:20px}.pl-24{padding-left:24px}.pl-28{padding-left:28px}.pl-29{padding-left:29px}.pl-3{padding-left:3px}.pl-30{padding-left:30px}.pl-32{padding-left:32px}.pl-35{padding-left:35px}.pl-4{padding-left:4px}.pl-46{padding-left:46px}.pl-5{padding-left:5px}.pl-6{padding-left:6px}.pl-60{padding-left:60px}.pl-70{padding-left:70px}.pl-8{padding-left:8px}.pl-80{padding-left:80px}.pl-98{padding-left:98px}.pl-\[1px\]{padding-left:1px}.pl-\[20px\]{padding-left:20px}.pr-0{padding-right:0}.pr-10{padding-right:10px}.pr-100{padding-right:100px}.pr-12{padding-right:12px}.pr-15{padding-right:15px}.pr-16{padding-right:16px}.pr-20{padding-right:20px}.pr-23{padding-right:23px}.pr-24{padding-right:24px}.pr-28{padding-right:28px}.pr-35{padding-right:35px}.pr-4{padding-right:4px}.pr-40{padding-right:40px}.pr-48{padding-right:48px}.pr-5{padding-right:5px}.pr-6{padding-right:6px}.pr-60{padding-right:60px}.pr-75{padding-right:75px}.pr-8{padding-right:8px}.pr-\[10px\]{padding-right:10px}.pr-\[12px\]{padding-right:12px}.pr-\[15px\]{padding-right:15px}.pr-\[20px\]{padding-right:20px}.pt-0{padding-top:0}.pt-10{padding-top:10px}.pt-12{padding-top:12px}.pt-122{padding-top:122px}.pt-13{padding-top:13px}.pt-134{padding-top:134px}.pt-14{padding-top:14px}.pt-140{padding-top:140px}.pt-15{padding-top:15px}.pt-16{padding-top:16px}.pt-18{padding-top:18px}.pt-19{padding-top:19px}.pt-2{padding-top:2px}.pt-20{padding-top:20px}.pt-204{padding-top:204px}.pt-22{padding-top:22px}.pt-24{padding-top:24px}.pt-26{padding-top:26px}.pt-28{padding-top:28px}.pt-29{padding-top:29px}.pt-3{padding-top:3px}.pt-30{padding-top:30px}.pt-36{padding-top:36px}.pt-4{padding-top:4px}.pt-40{padding-top:40px}.pt-42{padding-top:42px}.pt-46{padding-top:46px}.pt-47{padding-top:47px}.pt-50{padding-top:50px}.pt-51{padding-top:51px}.pt-52{padding-top:52px}.pt-6{padding-top:6px}.pt-60{padding-top:60px}.pt-7{padding-top:7px}.pt-76{padding-top:76px}.pt-8{padding-top:8px}.pt-80{padding-top:80px}.pt-81{padding-top:81px}.pt-9{padding-top:9px}.pt-96{padding-top:96px}.pt-\[22px\]{padding-top:22px}.pt-\[30px\]{padding-top:30px}.\!text-left{text-align:left!important}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-justify{text-align:justify}.text-start{text-align:start}.text-end{text-align:end}.align-top{vertical-align:top}.\!align-middle{vertical-align:middle!important}.align-middle{vertical-align:middle}.font-arial{font-family:Arial}.font-body{font-family:caption}.font-din{font-family:DIN}.font-dinbold{font-family:DIN-Medium}.font-display{font-family:caption}.font-impact{font-family:Montserrat}.font-pingfang{font-family:PingFang SC}.\!text-11{font-size:11px!important}.\!text-14{font-size:14px!important}.\!text-15{font-size:15px!important}.\!text-\[12px\]{font-size:12px!important}.\!text-\[14px\]{font-size:14px!important}.text-10{font-size:10px}.text-11{font-size:11px}.text-12{font-size:12px}.text-13{font-size:13px}.text-14{font-size:14px}.text-15{font-size:15px}.text-16{font-size:16px}.text-17{font-size:17px}.text-18{font-size:18px}.text-19{font-size:19px}.text-20{font-size:20px}.text-21{font-size:21px}.text-22{font-size:22px}.text-23{font-size:23px}.text-24{font-size:24px}.text-25{font-size:25px}.text-26{font-size:26px}.text-27{font-size:27px}.text-28{font-size:28px}.text-30{font-size:30px}.text-32{font-size:32px}.text-34{font-size:34px}.text-36{font-size:36px}.text-39{font-size:39px}.text-40{font-size:40px}.text-44{font-size:44px}.text-48{font-size:48px}.text-56{font-size:56px}.text-58{font-size:58px}.text-60{font-size:60px}.text-64{font-size:64px}.text-\[0\]{font-size:0}.text-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.text-\[12px\]{font-size:12px}.text-\[13px\]{font-size:13px}.text-\[14px\]{font-size:14px}.text-\[15px\]{font-size:15px}.text-\[16px\]{font-size:16px}.text-\[17px\]{font-size:17px}.text-\[18px\]{font-size:18px}.text-\[20px\]{font-size:20px}.text-\[21px\]{font-size:21px}.text-\[22px\]{font-size:22px}.text-\[24px\]{font-size:24px}.text-\[28px\]{font-size:28px}.text-\[30px\]{font-size:30px}.text-\[32px\]{font-size:32px}.text-\[36px\]{font-size:36px}.\!font-normal{font-weight:400!important}.\!font-semibold{font-weight:600!important}.font-\[300\]{font-weight:300}.font-\[400\]{font-weight:400}.font-\[500\]{font-weight:500}.font-\[550\]{font-weight:550}.font-\[600\]{font-weight:600}.font-\[700\]{font-weight:700}.font-black{font-weight:900}.font-bold{font-weight:700}.font-light{font-weight:300}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.font-thin{font-weight:100}.italic{font-style:italic}.not-italic{font-style:normal}.ordinal{--tw-ordinal:ordinal;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.\!leading-17{line-height:17px!important}.\!leading-24{line-height:24px!important}.\!leading-\[20px\]{line-height:20px!important}.leading-12{line-height:12px}.leading-13{line-height:13px}.leading-14{line-height:14px}.leading-15{line-height:15px}.leading-16{line-height:16px}.leading-17{line-height:17px}.leading-18{line-height:18px}.leading-19{line-height:19px}.leading-20{line-height:20px}.leading-21{line-height:21px}.leading-22{line-height:22px}.leading-23{line-height:23px}.leading-24{line-height:24px}.leading-25{line-height:25px}.leading-26{line-height:26px}.leading-27{line-height:27px}.leading-28{line-height:28px}.leading-29{line-height:29px}.leading-30{line-height:30px}.leading-31{line-height:31px}.leading-32{line-height:32px}.leading-33{line-height:33px}.leading-34{line-height:34px}.leading-35{line-height:35px}.leading-36{line-height:36px}.leading-37{line-height:37px}.leading-38{line-height:38px}.leading-40{line-height:40px}.leading-41{line-height:41px}.leading-42{line-height:42px}.leading-44{line-height:44px}.leading-46{line-height:46px}.leading-50{line-height:50px}.leading-52{line-height:52px}.leading-53{line-height:53px}.leading-55{line-height:55px}.leading-56{line-height:56px}.leading-58{line-height:58px}.leading-72{line-height:72px}.leading-\[120\%\]{line-height:120%}.leading-\[140\%\]{line-height:140%}.leading-\[160\%\]{line-height:160%}.leading-\[18px\]{line-height:18px}.leading-\[1em\]{line-height:1em}.leading-\[20px\]{line-height:20px}.leading-\[21\.6px\]{line-height:21.6px}.leading-\[22\.5px\]{line-height:22.5px}.leading-\[22px\]{line-height:22px}.leading-\[24px\]{line-height:24px}.leading-\[26px\]{line-height:26px}.leading-\[28px\]{line-height:28px}.leading-\[2px\]{line-height:2px}.leading-\[normal\]{line-height:normal}.tracking-\[0\]{letter-spacing:0}.tracking-\[10px\]{letter-spacing:10px}.tracking-\[11px\]{letter-spacing:11px}.tracking-\[20px\]{letter-spacing:20px}.\!text-\[\#164B71\]{--tw-text-opacity:1!important;color:rgb(22 75 113/var(--tw-text-opacity))!important}.\!text-\[\#1D2129\]{--tw-text-opacity:1!important;color:rgb(29 33 41/var(--tw-text-opacity))!important}.\!text-\[\#284766\]{--tw-text-opacity:1!important;color:rgb(40 71 102/var(--tw-text-opacity))!important}.\!text-\[\#326EFA\]{--tw-text-opacity:1!important;color:rgb(50 110 250/var(--tw-text-opacity))!important}.\!text-\[\#3D3D3D\]{--tw-text-opacity:1!important;color:rgb(61 61 61/var(--tw-text-opacity))!important}.\!text-\[\#5D4833\]{--tw-text-opacity:1!important;color:rgb(93 72 51/var(--tw-text-opacity))!important}.\!text-\[\#666\]{--tw-text-opacity:1!important;color:rgb(102 102 102/var(--tw-text-opacity))!important}.\!text-\[\#77512E\]{--tw-text-opacity:1!important;color:rgb(119 81 46/var(--tw-text-opacity))!important}.\!text-\[\#86909C\]{--tw-text-opacity:1!important;color:rgb(134 144 156/var(--tw-text-opacity))!important}.\!text-\[\#A3A3A3\]{--tw-text-opacity:1!important;color:rgb(163 163 163/var(--tw-text-opacity))!important}.\!text-\[\#F15555\]{--tw-text-opacity:1!important;color:rgb(241 85 85/var(--tw-text-opacity))!important}.\!text-\[\#FF4E33\]{--tw-text-opacity:1!important;color:rgb(255 78 51/var(--tw-text-opacity))!important}.\!text-\[\#FFF\],.\!text-\[\#fff\]{--tw-text-opacity:1!important;color:rgb(255 255 255/var(--tw-text-opacity))!important}.\!text-cl-10{--tw-text-opacity:1!important;color:rgb(61 61 61/var(--tw-text-opacity))!important}.\!text-cl-10\/60{color:rgba(61,61,61,.6)!important}.\!text-cl-122{color:#1d2129!important}.\!text-cl-134{color:#326efa!important}.\!text-cl-161{color:#338066!important}.\!text-cl-163{color:#91969c!important}.\!text-white{--tw-text-opacity:1!important;color:rgb(255 255 255/var(--tw-text-opacity))!important}.text-\[\#000000\],.text-\[\#000\]{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity))}.text-\[\#00BD64\]{--tw-text-opacity:1;color:rgb(0 189 100/var(--tw-text-opacity))}.text-\[\#05AB7F\]{--tw-text-opacity:1;color:rgb(5 171 127/var(--tw-text-opacity))}.text-\[\#071842\]{--tw-text-opacity:1;color:rgb(7 24 66/var(--tw-text-opacity))}.text-\[\#141414\]{--tw-text-opacity:1;color:rgb(20 20 20/var(--tw-text-opacity))}.text-\[\#164B71\],.text-\[\#164b71\]{--tw-text-opacity:1;color:rgb(22 75 113/var(--tw-text-opacity))}.text-\[\#18486E\]{--tw-text-opacity:1;color:rgb(24 72 110/var(--tw-text-opacity))}.text-\[\#1C3F8F\]{--tw-text-opacity:1;color:rgb(28 63 143/var(--tw-text-opacity))}.text-\[\#1D2129\]{--tw-text-opacity:1;color:rgb(29 33 41/var(--tw-text-opacity))}.text-\[\#1D2129\]\/80{color:rgba(29,33,41,.8)}.text-\[\#1F2129\]{--tw-text-opacity:1;color:rgb(31 33 41/var(--tw-text-opacity))}.text-\[\#1ac0ff\]{--tw-text-opacity:1;color:rgb(26 192 255/var(--tw-text-opacity))}.text-\[\#1d2129\]{--tw-text-opacity:1;color:rgb(29 33 41/var(--tw-text-opacity))}.text-\[\#217CE5\]{--tw-text-opacity:1;color:rgb(33 124 229/var(--tw-text-opacity))}.text-\[\#223344\]{--tw-text-opacity:1;color:rgb(34 51 68/var(--tw-text-opacity))}.text-\[\#22AC38\]{--tw-text-opacity:1;color:rgb(34 172 56/var(--tw-text-opacity))}.text-\[\#282828\]{--tw-text-opacity:1;color:rgb(40 40 40/var(--tw-text-opacity))}.text-\[\#284766\]{--tw-text-opacity:1;color:rgb(40 71 102/var(--tw-text-opacity))}.text-\[\#292929\]{--tw-text-opacity:1;color:rgb(41 41 41/var(--tw-text-opacity))}.text-\[\#2A2A2A\]{--tw-text-opacity:1;color:rgb(42 42 42/var(--tw-text-opacity))}.text-\[\#2BBF6A\]{--tw-text-opacity:1;color:rgb(43 191 106/var(--tw-text-opacity))}.text-\[\#2C2C2E\]{--tw-text-opacity:1;color:rgb(44 44 46/var(--tw-text-opacity))}.text-\[\#2E5299\]{--tw-text-opacity:1;color:rgb(46 82 153/var(--tw-text-opacity))}.text-\[\#2E9987\]{--tw-text-opacity:1;color:rgb(46 153 135/var(--tw-text-opacity))}.text-\[\#303E54\]{--tw-text-opacity:1;color:rgb(48 62 84/var(--tw-text-opacity))}.text-\[\#326EFA\]{--tw-text-opacity:1;color:rgb(50 110 250/var(--tw-text-opacity))}.text-\[\#330011\]{--tw-text-opacity:1;color:rgb(51 0 17/var(--tw-text-opacity))}.text-\[\#333333\],.text-\[\#333\]{--tw-text-opacity:1;color:rgb(51 51 51/var(--tw-text-opacity))}.text-\[\#3492DE\]{--tw-text-opacity:1;color:rgb(52 146 222/var(--tw-text-opacity))}.text-\[\#3685FF\],.text-\[\#3685ff\]{--tw-text-opacity:1;color:rgb(54 133 255/var(--tw-text-opacity))}.text-\[\#3B76EA\]{--tw-text-opacity:1;color:rgb(59 118 234/var(--tw-text-opacity))}.text-\[\#3B76F6\]{--tw-text-opacity:1;color:rgb(59 118 246/var(--tw-text-opacity))}.text-\[\#3B9BFF\]{--tw-text-opacity:1;color:rgb(59 155 255/var(--tw-text-opacity))}.text-\[\#3C8798\]{--tw-text-opacity:1;color:rgb(60 135 152/var(--tw-text-opacity))}.text-\[\#3D3C3C\]{--tw-text-opacity:1;color:rgb(61 60 60/var(--tw-text-opacity))}.text-\[\#3D3D3D99\]{color:#3d3d3d99}.text-\[\#3D3D3D\]{--tw-text-opacity:1;color:rgb(61 61 61/var(--tw-text-opacity))}.text-\[\#3D55CC\]{--tw-text-opacity:1;color:rgb(61 85 204/var(--tw-text-opacity))}.text-\[\#3b9bff\]{--tw-text-opacity:1;color:rgb(59 155 255/var(--tw-text-opacity))}.text-\[\#3d3D3D\],.text-\[\#3d3d3d\]{--tw-text-opacity:1;color:rgb(61 61 61/var(--tw-text-opacity))}.text-\[\#4279EB\]{--tw-text-opacity:1;color:rgb(66 121 235/var(--tw-text-opacity))}.text-\[\#477DB2\]{--tw-text-opacity:1;color:rgb(71 125 178/var(--tw-text-opacity))}.text-\[\#48A261\],.text-\[\#48a261\]{--tw-text-opacity:1;color:rgb(72 162 97/var(--tw-text-opacity))}.text-\[\#4B69ED\]{--tw-text-opacity:1;color:rgb(75 105 237/var(--tw-text-opacity))}.text-\[\#4E5969\]{--tw-text-opacity:1;color:rgb(78 89 105/var(--tw-text-opacity))}.text-\[\#5A6B7F\]{--tw-text-opacity:1;color:rgb(90 107 127/var(--tw-text-opacity))}.text-\[\#5C8AE5\]{--tw-text-opacity:1;color:rgb(92 138 229/var(--tw-text-opacity))}.text-\[\#5D4833\]{--tw-text-opacity:1;color:rgb(93 72 51/var(--tw-text-opacity))}.text-\[\#5D6269\]{--tw-text-opacity:1;color:rgb(93 98 105/var(--tw-text-opacity))}.text-\[\#5D87F3\]{--tw-text-opacity:1;color:rgb(93 135 243/var(--tw-text-opacity))}.text-\[\#5F7FA7\]{--tw-text-opacity:1;color:rgb(95 127 167/var(--tw-text-opacity))}.text-\[\#636466\]{--tw-text-opacity:1;color:rgb(99 100 102/var(--tw-text-opacity))}.text-\[\#64718B\]{--tw-text-opacity:1;color:rgb(100 113 139/var(--tw-text-opacity))}.text-\[\#666666\],.text-\[\#666\]{--tw-text-opacity:1;color:rgb(102 102 102/var(--tw-text-opacity))}.text-\[\#676c73\]{--tw-text-opacity:1;color:rgb(103 108 115/var(--tw-text-opacity))}.text-\[\#77512E\]{--tw-text-opacity:1;color:rgb(119 81 46/var(--tw-text-opacity))}.text-\[\#787B8A\]{--tw-text-opacity:1;color:rgb(120 123 138/var(--tw-text-opacity))}.text-\[\#7A7A7A\],.text-\[\#7a7a7a\]{--tw-text-opacity:1;color:rgb(122 122 122/var(--tw-text-opacity))}.text-\[\#868A8D\]{--tw-text-opacity:1;color:rgb(134 138 141/var(--tw-text-opacity))}.text-\[\#86909C\],.text-\[\#86909c\]{--tw-text-opacity:1;color:rgb(134 144 156/var(--tw-text-opacity))}.text-\[\#884E15\]{--tw-text-opacity:1;color:rgb(136 78 21/var(--tw-text-opacity))}.text-\[\#8F502B\]{--tw-text-opacity:1;color:rgb(143 80 43/var(--tw-text-opacity))}.text-\[\#919191\]{--tw-text-opacity:1;color:rgb(145 145 145/var(--tw-text-opacity))}.text-\[\#927D31\]{--tw-text-opacity:1;color:rgb(146 125 49/var(--tw-text-opacity))}.text-\[\#939393\]{--tw-text-opacity:1;color:rgb(147 147 147/var(--tw-text-opacity))}.text-\[\#94582033\]{color:#94582033}.text-\[\#97570F\]{--tw-text-opacity:1;color:rgb(151 87 15/var(--tw-text-opacity))}.text-\[\#989898\]{--tw-text-opacity:1;color:rgb(152 152 152/var(--tw-text-opacity))}.text-\[\#989AA7\]{--tw-text-opacity:1;color:rgb(152 154 167/var(--tw-text-opacity))}.text-\[\#999999\],.text-\[\#999\]{--tw-text-opacity:1;color:rgb(153 153 153/var(--tw-text-opacity))}.text-\[\#9B622D\]{--tw-text-opacity:1;color:rgb(155 98 45/var(--tw-text-opacity))}.text-\[\#9F6633\]{--tw-text-opacity:1;color:rgb(159 102 51/var(--tw-text-opacity))}.text-\[\#9c9c9c\]{--tw-text-opacity:1;color:rgb(156 156 156/var(--tw-text-opacity))}.text-\[\#A3A3A3\]{--tw-text-opacity:1;color:rgb(163 163 163/var(--tw-text-opacity))}.text-\[\#B2243C\]{--tw-text-opacity:1;color:rgb(178 36 60/var(--tw-text-opacity))}.text-\[\#B23636\]{--tw-text-opacity:1;color:rgb(178 54 54/var(--tw-text-opacity))}.text-\[\#B28936\]{--tw-text-opacity:1;color:rgb(178 137 54/var(--tw-text-opacity))}.text-\[\#C7344C\]{--tw-text-opacity:1;color:rgb(199 52 76/var(--tw-text-opacity))}.text-\[\#C8353A\]{--tw-text-opacity:1;color:rgb(200 53 58/var(--tw-text-opacity))}.text-\[\#C9CDD4\]{--tw-text-opacity:1;color:rgb(201 205 212/var(--tw-text-opacity))}.text-\[\#CCCCCC\]{--tw-text-opacity:1;color:rgb(204 204 204/var(--tw-text-opacity))}.text-\[\#CCCFD4\]{--tw-text-opacity:1;color:rgb(204 207 212/var(--tw-text-opacity))}.text-\[\#CCC\]{--tw-text-opacity:1;color:rgb(204 204 204/var(--tw-text-opacity))}.text-\[\#D3D3D3\]{--tw-text-opacity:1;color:rgb(211 211 211/var(--tw-text-opacity))}.text-\[\#DBB38E\]{--tw-text-opacity:1;color:rgb(219 179 142/var(--tw-text-opacity))}.text-\[\#E3AB7C\]{--tw-text-opacity:1;color:rgb(227 171 124/var(--tw-text-opacity))}.text-\[\#E5E6EB\]{--tw-text-opacity:1;color:rgb(229 230 235/var(--tw-text-opacity))}.text-\[\#E61F47\]{--tw-text-opacity:1;color:rgb(230 31 71/var(--tw-text-opacity))}.text-\[\#E66112\]{--tw-text-opacity:1;color:rgb(230 97 18/var(--tw-text-opacity))}.text-\[\#E85039\]{--tw-text-opacity:1;color:rgb(232 80 57/var(--tw-text-opacity))}.text-\[\#EAC6A7\]{--tw-text-opacity:1;color:rgb(234 198 167/var(--tw-text-opacity))}.text-\[\#F0D3B866\]{color:#f0d3b866}.text-\[\#F0D3B8B2\]{color:#f0d3b8b2}.text-\[\#F0D3B8CC\]{color:#f0d3b8cc}.text-\[\#F0D3B8\]{--tw-text-opacity:1;color:rgb(240 211 184/var(--tw-text-opacity))}.text-\[\#F15555\]{--tw-text-opacity:1;color:rgb(241 85 85/var(--tw-text-opacity))}.text-\[\#F1DDCA\]{--tw-text-opacity:1;color:rgb(241 221 202/var(--tw-text-opacity))}.text-\[\#F27A00\]{--tw-text-opacity:1;color:rgb(242 122 0/var(--tw-text-opacity))}.text-\[\#F33E3E\]{--tw-text-opacity:1;color:rgb(243 62 62/var(--tw-text-opacity))}.text-\[\#F52230\]{--tw-text-opacity:1;color:rgb(245 34 48/var(--tw-text-opacity))}.text-\[\#FADC19\]{--tw-text-opacity:1;color:rgb(250 220 25/var(--tw-text-opacity))}.text-\[\#FF4E33\]{--tw-text-opacity:1;color:rgb(255 78 51/var(--tw-text-opacity))}.text-\[\#FF9F40\]{--tw-text-opacity:1;color:rgb(255 159 64/var(--tw-text-opacity))}.text-\[\#FFA400\]{--tw-text-opacity:1;color:rgb(255 164 0/var(--tw-text-opacity))}.text-\[\#FFD733\]{--tw-text-opacity:1;color:rgb(255 215 51/var(--tw-text-opacity))}.text-\[\#FFDAB9\]{--tw-text-opacity:1;color:rgb(255 218 185/var(--tw-text-opacity))}.text-\[\#FFDBAE\]{--tw-text-opacity:1;color:rgb(255 219 174/var(--tw-text-opacity))}.text-\[\#FFE8AE\]{--tw-text-opacity:1;color:rgb(255 232 174/var(--tw-text-opacity))}.text-\[\#FFFFFF66\]{color:#ffffff66}.text-\[\#FFFFFF80\]{color:#ffffff80}.text-\[\#FFFFFF99\]{color:#ffffff99}.text-\[\#FFFFFFB2\]{color:#ffffffb2}.text-\[\#FFFFFF\],.text-\[\#FFF\]{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.text-\[\#a3a3a3\]{--tw-text-opacity:1;color:rgb(163 163 163/var(--tw-text-opacity))}.text-\[\#ab8a45\]{--tw-text-opacity:1;color:rgb(171 138 69/var(--tw-text-opacity))}.text-\[\#ccc\],.text-\[\#cccccc\]{--tw-text-opacity:1;color:rgb(204 204 204/var(--tw-text-opacity))}.text-\[\#f0d3b8\]{--tw-text-opacity:1;color:rgb(240 211 184/var(--tw-text-opacity))}.text-\[\#f0d3b8\]\/60{color:hsla(29,65%,83%,.6)}.text-\[\#f0d3b8\]\/70{color:hsla(29,65%,83%,.7)}.text-\[\#f0d3b8\]\/80{color:hsla(29,65%,83%,.8)}.text-\[\#f5c745\]{--tw-text-opacity:1;color:rgb(245 199 69/var(--tw-text-opacity))}.text-\[\#fc6800\]{--tw-text-opacity:1;color:rgb(252 104 0/var(--tw-text-opacity))}.text-\[\#fff\]{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.text-\[\#fff\]\/30{color:hsla(0,0%,100%,.3)}.text-\[\#fff\]\/50{color:hsla(0,0%,100%,.5)}.text-\[\#fff\]\/70{color:hsla(0,0%,100%,.7)}.text-\[\#ffffff4d\]{color:#ffffff4d}.text-\[\#ffffff70\]{color:#ffffff70}.text-\[\#ffffff\]\/50{color:hsla(0,0%,100%,.5)}.text-\[FF9F40\]{color:FF9F40}.text-\[red\]{--tw-text-opacity:1;color:rgb(255 0 0/var(--tw-text-opacity))}.text-\[rgba\(240\2c 211\2c 184\2c 0\.40\)\]{color:hsla(29,65%,83%,.4)}.text-black{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity))}.text-cl-10{--tw-text-opacity:1;color:rgb(61 61 61/var(--tw-text-opacity))}.text-cl-10\/60{color:rgba(61,61,61,.6)}.text-cl-100{color:#999}.text-cl-101{color:#f16816}.text-cl-104{color:#4e5969}.text-cl-108{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.text-cl-122{color:#1d2129}.text-cl-123{color:#f50}.text-cl-125{color:#f15555}.text-cl-127{color:#c9cdd4}.text-cl-128{color:#326efa}.text-cl-131{color:#272729}.text-cl-133{color:#000}.text-cl-134{color:#326efa}.text-cl-135{color:#5d6269}.text-cl-136{color:#3d3d3d}.text-cl-136\/60{color:rgba(61,61,61,.6)}.text-cl-141{color:#91969c}.text-cl-144{color:#cccfd4}.text-cl-145{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.text-cl-146{color:#1f4ecf}.text-cl-148{color:#f52230}.text-cl-149{color:#f15555}.text-cl-15{--tw-text-opacity:1;color:rgb(178 36 60/var(--tw-text-opacity))}.text-cl-150{color:rgba(0,0,0,.3)}.text-cl-152{color:#3d55cc}.text-cl-154{color:#ff9f40}.text-cl-155{color:#292929}.text-cl-16{--tw-text-opacity:1;color:rgb(178 137 54/var(--tw-text-opacity))}.text-cl-161{color:#338066}.text-cl-170{--tw-text-opacity:1;color:rgba(163,171,181,var(--tw-text-opacity))}.text-cl-172{color:#3d55cc}.text-cl-173{color:#fc6800}.text-cl-175{color:#1d2129}.text-cl-178{color:#272729}.text-cl-179{color:#5e3800}.text-cl-181{color:#5c2016}.text-cl-183{--tw-text-opacity:1;color:rgb(145 145 145/var(--tw-text-opacity))}.text-cl-186{--tw-text-opacity:1;color:rgba(50,110,250,var(--tw-text-opacity))}.text-cl-188{--tw-text-opacity:1;color:rgb(255 78 51/var(--tw-text-opacity))}.text-cl-24{--tw-text-opacity:1;color:rgb(230 97 18/var(--tw-text-opacity))}.text-cl-36{--tw-text-opacity:1;color:rgb(51 128 102/var(--tw-text-opacity))}.text-cl-39{color:#86909c}.text-cl-4{color:rgba(71,125,178,.15)}.text-cl-40{color:#05ab7f}.text-cl-42{--tw-text-opacity:1;color:rgb(61 85 204/var(--tw-text-opacity))}.text-cl-601{--tw-text-opacity:1;color:rgb(48 131 103/var(--tw-text-opacity))}.text-cl-65{--tw-text-opacity:1;color:rgb(102 102 102/var(--tw-text-opacity))}.text-cl-68{--tw-text-opacity:1;color:rgb(122 122 122/var(--tw-text-opacity))}.text-cl-71{--tw-text-opacity:1;color:rgb(163 163 163/var(--tw-text-opacity))}.text-cl-75{color:rgba(61,61,61,.6)}.text-cl-77{--tw-text-opacity:1;color:rgb(92 32 22/var(--tw-text-opacity))}.text-cl-800{--tw-text-opacity:1;color:rgb(251 77 31/var(--tw-text-opacity))}.text-cl-801{--tw-text-opacity:1;color:rgb(201 205 212/var(--tw-text-opacity))}.text-cl-809{--tw-text-opacity:1;color:rgb(93 72 51/var(--tw-text-opacity))}.text-cl-81{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity))}.text-cl-811{--tw-text-opacity:1;color:rgb(202 215 228/var(--tw-text-opacity))}.text-cl-85{--tw-text-opacity:1;color:rgb(112 112 112/var(--tw-text-opacity))}.text-cl-88{--tw-text-opacity:1;color:rgb(29 33 41/var(--tw-text-opacity))}.text-cl-9{color:rgba(0,0,0,.1)}.text-cl-91{--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}.text-cl-93{color:#477db2}.text-cl-95{--tw-text-opacity:1;color:rgb(255 215 51/var(--tw-text-opacity))}.text-cl-98{color:#a3a3a3}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.underline{text-decoration-line:underline}.underline-offset-1{text-underline-offset:1px}.caret-\[\#000000\]{caret-color:#000}.opacity-0{opacity:0}.opacity-5{opacity:.05}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.opacity-80{opacity:.8}.opacity-\[16\%\]{opacity:16%}.shadow-\[0_-0\.5px_0_0_rgba\(0\2c 0\2c 0\2c 0\.07\)\]{--tw-shadow:0 -0.5px 0 0 rgba(0,0,0,.07);--tw-shadow-colored:0 -0.5px 0 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0_-1px_0_0_rgba\(0\2c 0\2c 0\2c 0\.05\)\]{--tw-shadow:0 -1px 0 0 rgba(0,0,0,.05);--tw-shadow-colored:0 -1px 0 0 var(--tw-shadow-color)}.shadow-\[0_-1px_0_0_rgba\(0\2c 0\2c 0\2c 0\.05\)\],.shadow-\[0_0\.5px_0_0_\#EDEDED\]{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0_0\.5px_0_0_\#EDEDED\]{--tw-shadow:0 0.5px 0 0 #ededed;--tw-shadow-colored:0 0.5px 0 0 var(--tw-shadow-color)}.shadow-\[0_0_10px_0_rgba\(50\2c 57\2c 71\2c 0\.06\)\]{--tw-shadow:0 0 10px 0 rgba(50,57,71,.06);--tw-shadow-colored:0 0 10px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0_0_8px_0_rpga\(0\2c 0\2c 0\2c 0\.11\)\]{--tw-shadow:0 0 8px 0 rpga(0,0,0,0.11);--tw-shadow-colored:0 0 8px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0_1px_0_0_\#EDEDED\]{--tw-shadow:0 1px 0 0 #ededed;--tw-shadow-colored:0 1px 0 0 var(--tw-shadow-color)}.shadow-\[0_1px_0_0_\#EDEDED\],.shadow-\[0_1px_0_0_rgba\(0\2c 0\2c 0\2c 0\.05\)\]{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0_1px_0_0_rgba\(0\2c 0\2c 0\2c 0\.05\)\]{--tw-shadow:0 1px 0 0 rgba(0,0,0,.05);--tw-shadow-colored:0 1px 0 0 var(--tw-shadow-color)}.shadow-\[0_1px_0_0_rgba\(0\2c 0\2c 0\2c 1\)\]{--tw-shadow:0 1px 0 0 #000;--tw-shadow-colored:0 1px 0 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0_1px_0px_0px_rgba\(0\2c 0\2c 0\2c 0\.1\)\]{--tw-shadow:0 1px 0px 0px rgba(0,0,0,.1);--tw-shadow-colored:0 1px 0px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0_4px_4px_0_rgba\(0\2c 0\2c 0\2c 0\.15\)\]{--tw-shadow:0 4px 4px 0 rgba(0,0,0,.15);--tw-shadow-colored:0 4px 4px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0px_-\.5px_0px_0px_rgba\(0\2c 0\2c 0\2c 0\.07\)\]{--tw-shadow:0px -.5px 0px 0px rgba(0,0,0,.07);--tw-shadow-colored:0px -.5px 0px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0px_-2px_0px_0px_rgba\(255\2c 204\2c 102\2c 1\)\]{--tw-shadow:0px -2px 0px 0px #fc6;--tw-shadow-colored:0px -2px 0px 0px var(--tw-shadow-color)}.shadow-\[0px_-2px_0px_0px_rgba\(255\2c 204\2c 102\2c 1\)\],.shadow-\[0px_-3px_0px_0px_\#3451A1\]{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0px_-3px_0px_0px_\#3451A1\]{--tw-shadow:0px -3px 0px 0px #3451a1;--tw-shadow-colored:0px -3px 0px 0px var(--tw-shadow-color)}.shadow-\[0px_0\.5px_0px_0px_rgba\(0\2c 0\2c 0\2c 0\.07\)\]{--tw-shadow:0px 0.5px 0px 0px rgba(0,0,0,.07);--tw-shadow-colored:0px 0.5px 0px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0px_0px_12\.5px_0px_rgba\(0\2c 0\2c 0\2c 0\.15\)\]{--tw-shadow:0px 0px 12.5px 0px rgba(0,0,0,.15);--tw-shadow-colored:0px 0px 12.5px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0px_1px_0px_0px_\#3D3D3D\]{--tw-shadow:0px 1px 0px 0px #3d3d3d;--tw-shadow-colored:0px 1px 0px 0px var(--tw-shadow-color)}.shadow-\[0px_1px_0px_0px_\#3D3D3D\],.shadow-\[0px_1px_0px_0px_rgba\(0\2c 0\2c 0\2c 0\.05\)\]{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0px_1px_0px_0px_rgba\(0\2c 0\2c 0\2c 0\.05\)\]{--tw-shadow:0px 1px 0px 0px rgba(0,0,0,.05);--tw-shadow-colored:0px 1px 0px 0px var(--tw-shadow-color)}.shadow-\[0px_3px_0px_0px_\#FC6_inset\]{--tw-shadow:0px 3px 0px 0px #fc6 inset;--tw-shadow-colored:inset 0px 3px 0px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.outline{outline-style:solid}.outline-offset-2{outline-offset:2px}.blur{--tw-blur:blur(8px)}.blur,.drop-shadow{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.drop-shadow{--tw-drop-shadow:drop-shadow(0 1px 2px rgba(0,0,0,.1)) drop-shadow(0 1px 1px rgba(0,0,0,.06))}.drop-shadow-\[0_16px_48px_rgba\(0\2c 0\2c 0\2c \.2\)\]{--tw-drop-shadow:drop-shadow(0 16px 48px rgba(0,0,0,.2))}.drop-shadow-\[0_16px_48px_rgba\(0\2c 0\2c 0\2c \.2\)\],.drop-shadow-\[0_2px_2px_rgba\(0\2c 71\2c 136\2c 0\.20\)\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.drop-shadow-\[0_2px_2px_rgba\(0\2c 71\2c 136\2c 0\.20\)\]{--tw-drop-shadow:drop-shadow(0 2px 2px rgba(0,71,136,.2))}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-blur-\[3px\]{--tw-backdrop-blur:blur(3px)}.backdrop-blur-\[3px\],.backdrop-blur-\[4px\]{-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-\[4px\]{--tw-backdrop-blur:blur(4px)}.backdrop-filter{-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-all{transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-transform{transition-duration:.15s;transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1)}.delay-150{transition-delay:.15s}.duration-1000{transition-duration:1s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.duration-\[850ms\]{transition-duration:.85s}.ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-linear{transition-timing-function:linear}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.skew-10deg{transform:skewY(-10deg)}@media (max-width:999px){.md\:\!s-y-center,.md\:s-y-center{align-items:flex-start;display:flex;flex-direction:row;justify-content:center}.md\:line-clamp-1{word-break:break-all}}@media (max-width:799px){.sm\:line-clamp-1,.sm\:line-clamp-2{word-break:break-all}}.\*\:mt-24>*{margin-top:24px}.placeholder\:text-\[\#919191\]::-moz-placeholder{--tw-text-opacity:1;color:rgb(145 145 145/var(--tw-text-opacity))}.placeholder\:text-\[\#919191\]::placeholder{--tw-text-opacity:1;color:rgb(145 145 145/var(--tw-text-opacity))}.placeholder\:text-cl-183::-moz-placeholder{--tw-text-opacity:1;color:rgb(145 145 145/var(--tw-text-opacity))}.placeholder\:text-cl-183::placeholder{--tw-text-opacity:1;color:rgb(145 145 145/var(--tw-text-opacity))}.before\:mr-1:before{content:var(--tw-content);margin-right:1px}.before\:content-\[\'\*\'\]:before{--tw-content:"*";content:var(--tw-content)}.after\:absolute:after{content:var(--tw-content);position:absolute}.after\:-left-12:after{content:var(--tw-content);left:-12px}.after\:-right-10:after{content:var(--tw-content);right:-10px}.after\:-right-12:after{content:var(--tw-content);right:-12px}.after\:-top-1:after{content:var(--tw-content);top:-1px}.after\:right-10:after{content:var(--tw-content);right:10px}.after\:right-8:after{content:var(--tw-content);right:8px}.after\:top-0:after{content:var(--tw-content);top:0}.after\:top-4:after{content:var(--tw-content);top:4px}.after\:top-7:after{content:var(--tw-content);top:7px}.after\:top-\[50\%\]:after{content:var(--tw-content);top:50%}.after\:clear-both:after{clear:both;content:var(--tw-content)}.after\:ml-1:after{content:var(--tw-content);margin-left:1px}.after\:block:after{content:var(--tw-content);display:block}.after\:flex:after{content:var(--tw-content);display:flex}.after\:h-10:after{content:var(--tw-content);height:10px}.after\:h-2:after{content:var(--tw-content);height:2px}.after\:h-22:after{content:var(--tw-content);height:22px}.after\:h-34:after{content:var(--tw-content);height:34px}.after\:w-1:after{content:var(--tw-content);width:1px}.after\:w-2:after{content:var(--tw-content);width:2px}.after\:translate-x-\[-50\%\]:after{--tw-translate-x:-50%}.after\:translate-x-\[-50\%\]:after,.after\:translate-y-\[-50\%\]:after{content:var(--tw-content);transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.after\:translate-y-\[-50\%\]:after{--tw-translate-y:-50%}.after\:rounded-full:after{border-radius:9999px;content:var(--tw-content)}.after\:bg-\[\#1D2129\]:after{--tw-bg-opacity:1;background-color:rgb(29 33 41/var(--tw-bg-opacity));content:var(--tw-content)}.after\:bg-\[\#666\]:after{--tw-bg-opacity:1;background-color:rgb(102 102 102/var(--tw-bg-opacity));content:var(--tw-content)}.after\:bg-\[\#86909C\]:after{--tw-bg-opacity:1;background-color:rgb(134 144 156/var(--tw-bg-opacity));content:var(--tw-content)}.after\:bg-\[\#999999\]:after{--tw-bg-opacity:1;background-color:rgb(153 153 153/var(--tw-bg-opacity));content:var(--tw-content)}.after\:bg-\[\#E5E5E5\]:after{--tw-bg-opacity:1;background-color:rgb(229 229 229/var(--tw-bg-opacity));content:var(--tw-content)}.after\:bg-\[\#F8DE92\]:after{--tw-bg-opacity:1;background-color:rgb(248 222 146/var(--tw-bg-opacity));content:var(--tw-content)}.after\:bg-cl-9:after{background-color:rgba(0,0,0,.1);content:var(--tw-content)}.after\:text-12:after{content:var(--tw-content);font-size:12px}.after\:font-normal:after{content:var(--tw-content);font-weight:400}.after\:text-\[\#D3D3D3\]:after,.after\:text-cl-86:after{--tw-text-opacity:1;color:rgb(211 211 211/var(--tw-text-opacity));content:var(--tw-content)}.after\:content-\[\'\#\'\]:after{--tw-content:"#";content:var(--tw-content)}.after\:content-\[\'\'\]:after{--tw-content:"";content:var(--tw-content)}.after\:content-\[\'\|\'\]:after{--tw-content:"|";content:var(--tw-content)}.first\:border-l-0:first-child{border-left-width:0}.first\:pt-0:first-child{padding-top:0}.last\:\!m-\[0px_0px_0px_0px\]:last-child{margin:0!important}.last\:\!m-\[0px_0px_8px_0px\]:last-child{margin:0 0 8px!important}.last\:\!m-\[8px_0px_0px_0px\]:last-child{margin:8px 0 0!important}.last\:m-\[0px_0px_0px_0px\]:last-child{margin:0}.last\:mb-0:last-child{margin-bottom:0}.last\:mr-0:last-child{margin-right:0}.last\:border-0:last-child{border-width:0}.last\:border-b-0:last-child,.last\:border-b-\[0px\]:last-child{border-bottom-width:0}.last\:border-r-0:last-child{border-right-width:0}.last\:border-none:last-child{border-style:none}.last\:pb-0:last-child{padding-bottom:0}.last\:after\:w-0:last-child:after{content:var(--tw-content);width:0}.last\:after\:content-\[\'\'\]:last-child:after{--tw-content:"";content:var(--tw-content)}.odd\:mr-30:nth-child(odd){margin-right:30px}.even\:ml-50:nth-child(2n){margin-left:50px}.even\:mr-100:nth-child(2n){margin-right:100px}.even\:mt-20:nth-child(2n){margin-top:20px}.hover\:\!m-\[0px_-10px\]:hover{margin:0 -10px!important}.hover\:-translate-y-1:hover{--tw-translate-y:-1px}.hover\:-translate-y-1:hover,.hover\:rotate-180:hover{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:rotate-180:hover{--tw-rotate:180deg}.hover\:scale-110:hover{--tw-scale-x:1.1;--tw-scale-y:1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:cursor-pointer:hover{cursor:pointer}.hover\:border-0:hover{border-width:0}.hover\:border-\[\#FADC19\]:hover{--tw-border-opacity:1;border-color:rgb(250 220 25/var(--tw-border-opacity))}.hover\:border-\[\#FFC99B\]:hover{--tw-border-opacity:1;border-color:rgb(255 201 155/var(--tw-border-opacity))}.hover\:border-cl-106:hover{border-color:#2bb351}.hover\:border-cl-131:hover{border-color:#272729}.hover\:border-cl-801:hover{--tw-border-opacity:1;border-color:rgb(201 205 212/var(--tw-border-opacity))}.hover\:border-cl-809:hover{--tw-border-opacity:1;border-color:rgb(93 72 51/var(--tw-border-opacity))}.hover\:border-cl-95:hover{--tw-border-opacity:1;border-color:rgb(255 215 51/var(--tw-border-opacity))}.hover\:\!bg-cl-189:hover{--tw-bg-opacity:1!important;background-color:rgb(247 248 250/var(--tw-bg-opacity))!important}.hover\:bg-\[\#0000000d\]:hover{background-color:#0000000d}.hover\:bg-\[\#000\]\/5:hover{background-color:rgba(0,0,0,.05)}.hover\:bg-\[\#1D2129\]:hover{--tw-bg-opacity:1;background-color:rgb(29 33 41/var(--tw-bg-opacity))}.hover\:bg-\[\#1D2129\]\/80:hover{background-color:rgba(29,33,41,.8)}.hover\:bg-\[\#217CE5\]:hover{--tw-bg-opacity:1;background-color:rgb(33 124 229/var(--tw-bg-opacity))}.hover\:bg-\[\#22AC38\]:hover{--tw-bg-opacity:1;background-color:rgb(34 172 56/var(--tw-bg-opacity))}.hover\:bg-\[\#323947CC\]:hover{background-color:#323947cc}.hover\:bg-\[\#3c3c3c\]\/5:hover{background-color:rgba(60,60,60,.05)}.hover\:bg-\[\#3d55cc\]\/10:hover{background-color:rgba(61,85,204,.1)}.hover\:bg-\[\#8a91991a\]:hover{background-color:#8a91991a}.hover\:bg-\[\#EFF0F2\]:hover{--tw-bg-opacity:1;background-color:rgb(239 240 242/var(--tw-bg-opacity))}.hover\:bg-\[\#F0F0FC\]\/10:hover{background-color:rgba(240,240,252,.1)}.hover\:bg-\[\#F2F3F5\]:hover{--tw-bg-opacity:1;background-color:rgb(242 243 245/var(--tw-bg-opacity))}.hover\:bg-\[\#F2F3F5\]\/80:hover{background-color:rgba(242,243,245,.8)}.hover\:bg-\[\#F3F3F3\]:hover{--tw-bg-opacity:1;background-color:rgb(243 243 243/var(--tw-bg-opacity))}.hover\:bg-\[\#F5F5F5\]:hover{--tw-bg-opacity:1;background-color:rgb(245 245 245/var(--tw-bg-opacity))}.hover\:bg-\[\#F7F7F7\]\/70:hover{background-color:hsla(0,0%,97%,.7)}.hover\:bg-\[\#F7F7F7\]\/80:hover{background-color:hsla(0,0%,97%,.8)}.hover\:bg-\[\#F7F8FA\]:hover{--tw-bg-opacity:1;background-color:rgb(247 248 250/var(--tw-bg-opacity))}.hover\:bg-\[\#F7F8FA\]\/60:hover{background-color:rgba(247,248,250,.6)}.hover\:bg-\[\#FADC19\]:hover{--tw-bg-opacity:1;background-color:rgb(250 220 25/var(--tw-bg-opacity))}.hover\:bg-\[\#FADC19\]\/80:hover{background-color:rgba(250,220,25,.8)}.hover\:bg-\[\#FF5500\]\/10:hover{background-color:rgba(255,85,0,.1)}.hover\:bg-\[\#ccc\]:hover{--tw-bg-opacity:1;background-color:rgb(204 204 204/var(--tw-bg-opacity))}.hover\:bg-\[\#e3f1fc\]:hover{--tw-bg-opacity:1;background-color:rgb(227 241 252/var(--tw-bg-opacity))}.hover\:bg-\[\#f3f3f3\]:hover{--tw-bg-opacity:1;background-color:rgb(243 243 243/var(--tw-bg-opacity))}.hover\:bg-\[\#f9fafc\]:hover{--tw-bg-opacity:1;background-color:rgb(249 250 252/var(--tw-bg-opacity))}.hover\:bg-\[\#fafafa\]:hover{--tw-bg-opacity:1;background-color:rgb(250 250 250/var(--tw-bg-opacity))}.hover\:bg-\[\#fcfcfc\]:hover{--tw-bg-opacity:1;background-color:rgb(252 252 252/var(--tw-bg-opacity))}.hover\:bg-\[\#ffde9d\]:hover{--tw-bg-opacity:1;background-color:rgb(255 222 157/var(--tw-bg-opacity))}.hover\:bg-\[\#ffe795\]:hover{--tw-bg-opacity:1;background-color:rgb(255 231 149/var(--tw-bg-opacity))}.hover\:bg-\[\#fff\]:hover{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.hover\:bg-\[\#fff\]\/80:hover{background-color:hsla(0,0%,100%,.8)}.hover\:bg-\[rgb\(243\2c 243\2c 243\)\]:hover{--tw-bg-opacity:1;background-color:rgb(243 243 243/var(--tw-bg-opacity))}.hover\:bg-black\/10:hover{background-color:rgba(0,0,0,.1)}.hover\:bg-cl-109:hover{background-color:rgba(0,0,0,.03)}.hover\:bg-cl-111\/80:hover{background-color:rgba(0,0,0,.8)}.hover\:bg-cl-126:hover{background-color:#f2f3f5}.hover\:bg-cl-130:hover{background-color:#f0f1f5}.hover\:bg-cl-143:hover{background-color:#f7f8fa}.hover\:bg-cl-145:hover{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.hover\:bg-cl-147:hover{background-color:#f0d318}.hover\:bg-cl-167\/80:hover{background-color:rgba(250,220,25,.8)}.hover\:bg-cl-174:hover{background-color:rgba(61,85,204,.06)}.hover\:bg-cl-176:hover{background-color:rgba(255,85,0,.06)}.hover\:bg-cl-189:hover{--tw-bg-opacity:1;background-color:rgb(247 248 250/var(--tw-bg-opacity))}.hover\:bg-cl-48:hover{--tw-bg-opacity:1;background-color:rgb(250 250 250/var(--tw-bg-opacity))}.hover\:bg-cl-809:hover{--tw-bg-opacity:1;background-color:rgb(93 72 51/var(--tw-bg-opacity))}.hover\:bg-cl-88:hover{--tw-bg-opacity:1;background-color:rgb(29 33 41/var(--tw-bg-opacity))}.hover\:bg-cl-91:hover{--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity))}.hover\:bg-cl-95\/80:hover{background-color:rgba(255,215,51,.8)}.hover\:bg-white\/80:hover{background-color:hsla(0,0%,100%,.8)}.hover\:\!p-\[0px_10px\]:hover{padding:0 10px!important}.hover\:\!text-\[red\]:hover{--tw-text-opacity:1!important;color:rgb(255 0 0/var(--tw-text-opacity))!important}.hover\:\!text-cl-146:hover{color:#1f4ecf!important}.hover\:text-\[\#164B71\]:hover{--tw-text-opacity:1;color:rgb(22 75 113/var(--tw-text-opacity))}.hover\:text-\[\#1C3F8F\]\/70:hover{color:rgba(28,63,143,.7)}.hover\:text-\[\#1D2129\]:hover{--tw-text-opacity:1;color:rgb(29 33 41/var(--tw-text-opacity))}.hover\:text-\[\#1D2129\]\/80:hover{color:rgba(29,33,41,.8)}.hover\:text-\[\#326EFA\]:hover{--tw-text-opacity:1;color:rgb(50 110 250/var(--tw-text-opacity))}.hover\:text-\[\#3D3D3D\]:hover{--tw-text-opacity:1;color:rgb(61 61 61/var(--tw-text-opacity))}.hover\:text-\[\#3D3D3D\]\/80:hover{color:rgba(61,61,61,.8)}.hover\:text-\[\#86909C\]:hover{--tw-text-opacity:1;color:rgb(134 144 156/var(--tw-text-opacity))}.hover\:text-\[\#B28936\]:hover{--tw-text-opacity:1;color:rgb(178 137 54/var(--tw-text-opacity))}.hover\:text-\[\#B38936\]:hover{--tw-text-opacity:1;color:rgb(179 137 54/var(--tw-text-opacity))}.hover\:text-\[\#F0D3B8\]:hover{--tw-text-opacity:1;color:rgb(240 211 184/var(--tw-text-opacity))}.hover\:text-\[\#FADC19\]:hover{--tw-text-opacity:1;color:rgb(250 220 25/var(--tw-text-opacity))}.hover\:text-\[\#FC6\]:hover{--tw-text-opacity:1;color:rgb(255 204 102/var(--tw-text-opacity))}.hover\:text-\[\#FFC99B\]:hover{--tw-text-opacity:1;color:rgb(255 201 155/var(--tw-text-opacity))}.hover\:text-\[\#FFFFFF\]:hover,.hover\:text-\[\#FFF\]:hover{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.hover\:text-\[\#FFF\]\/80:hover{color:hsla(0,0%,100%,.8)}.hover\:text-\[\#b28936\]:hover{--tw-text-opacity:1;color:rgb(178 137 54/var(--tw-text-opacity))}.hover\:text-\[\#fc6\]:hover{--tw-text-opacity:1;color:rgb(255 204 102/var(--tw-text-opacity))}.hover\:text-\[\#fff\]:hover{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.hover\:text-black:hover{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity))}.hover\:text-cl-122:hover{color:#1d2129}.hover\:text-cl-122\/80:hover{color:rgba(29,33,41,.8)}.hover\:text-cl-128\/80:hover{color:rgba(50,110,250,.8)}.hover\:text-cl-134:hover{color:#326efa}.hover\:text-cl-136\/80:hover{color:rgba(61,61,61,.8)}.hover\:text-cl-141:hover{color:#91969c}.hover\:text-cl-146:hover{color:#1f4ecf}.hover\:text-cl-65\/80:hover{color:hsla(0,0%,40%,.8)}.hover\:text-cl-88:hover{--tw-text-opacity:1;color:rgb(29 33 41/var(--tw-text-opacity))}.hover\:text-cl-88\/80:hover{color:rgba(29,33,41,.8)}.hover\:text-cl-91:hover{--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}.hover\:text-white:hover{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.hover\:underline:hover{text-decoration-line:underline}.hover\:underline-offset-1:hover{text-underline-offset:1px}.hover\:\!opacity-100:hover{opacity:1!important}.hover\:opacity-0:hover{opacity:0}.hover\:opacity-100:hover{opacity:1}.hover\:opacity-60:hover{opacity:.6}.hover\:opacity-70:hover{opacity:.7}.hover\:opacity-75:hover{opacity:.75}.hover\:opacity-80:hover{opacity:.8}.hover\:opacity-85:hover{opacity:.85}.hover\:opacity-90:hover{opacity:.9}.hover\:opacity-95:hover{opacity:.95}.hover\:shadow-\[0_4px_10px_0_rgb\(0_0_0_\/14\%\)\]:hover{--tw-shadow:0 4px 10px 0 rgb(0 0 0/14%);--tw-shadow-colored:0 4px 10px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.hover\:shadow-\[0_4px_10px_0_rgba\(0\2c 0\2c 0\2c 0\.14\)\]:hover{--tw-shadow:0 4px 10px 0 rgba(0,0,0,.14);--tw-shadow-colored:0 4px 10px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.hover\:shadow-\[0px_3px_6px_0px_rgba\(0\2c 0\2c 0\2c 0\.05\)\]:hover{--tw-shadow:0px 3px 6px 0px rgba(0,0,0,.05);--tw-shadow-colored:0px 3px 6px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.active\:opacity-70:active{opacity:.7}.group:hover .group-hover\:block,.group\/box1:hover .group-hover\/box1\:block{display:block}.group:hover .group-hover\:flex,.group\/swiper:hover .group-hover\/swiper\:flex{display:flex}.group:hover .group-hover\:hidden{display:none}.group\/pop:hover .group-hover\/pop\:rotate-180{--tw-rotate:180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group\/box1:hover .group-hover\/box1\:scale-\[1\.1\],.group\/box2:hover .group-hover\/box2\:scale-\[1\.1\]{--tw-scale-x:1.1;--tw-scale-y:1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:bg-\[\#F3F3F3\]{--tw-bg-opacity:1;background-color:rgb(243 243 243/var(--tw-bg-opacity))}.group:hover .group-hover\:bg-\[\#FAFAFA\]\/70{background-color:hsla(0,0%,98%,.7)}.group:hover .group-hover\:bg-\[\#FFFFFF33\]{background-color:#ffffff33}.group\/box:hover .group-hover\/box\:text-\[\#164B71\]{--tw-text-opacity:1;color:rgb(22 75 113/var(--tw-text-opacity))}.group:hover .group-hover\:\!text-\[\#164B71\]\/80{color:rgba(22,75,113,.8)!important}.group:hover .group-hover\:\!text-cl-69{--tw-text-opacity:1!important;color:rgb(179 137 54/var(--tw-text-opacity))!important}.group:hover .group-hover\:text-\[\#164B71\]{--tw-text-opacity:1;color:rgb(22 75 113/var(--tw-text-opacity))}.group:hover .group-hover\:text-\[\#164B71\]\/80{color:rgba(22,75,113,.8)}.group:hover .group-hover\:text-\[\#1d2129\]{--tw-text-opacity:1;color:rgb(29 33 41/var(--tw-text-opacity))}.group:hover .group-hover\:text-\[\#B38936\]{--tw-text-opacity:1;color:rgb(179 137 54/var(--tw-text-opacity))}.group:hover .group-hover\:text-\[\#B38A37\]{--tw-text-opacity:1;color:rgb(179 138 55/var(--tw-text-opacity))}@media (max-width:1900px){.xg\:w-280{width:280px}.xg\:translate-x-120{--tw-translate-x:120px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}}@media (max-width:1600px){.llg\:w-200{width:200px}.llg\:translate-x-10{--tw-translate-x:10px}.llg\:translate-x-10,.llg\:translate-x-190{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.llg\:translate-x-190{--tw-translate-x:190px}}@media (max-width:1199px){.lg\:static{position:static}.lg\:\!right-0{right:0!important}.lg\:\!right-6{right:6px!important}.lg\:-left-10{left:-10px}.lg\:-top-97{top:-97px}.lg\:left-0{left:0}.lg\:left-120{left:120px}.lg\:right-120{right:120px}.lg\:right-30{right:30px}.lg\:right-60{right:60px}.lg\:top-38{top:38px}.lg\:top-42{top:42px}.lg\:top-44{top:44px}.lg\:top-48{top:48px}.lg\:top-52{top:52px}.lg\:mx-0{margin-left:0;margin-right:0}.lg\:mx-16{margin-left:16px;margin-right:16px}.lg\:my-80{margin-bottom:80px;margin-top:80px}.lg\:\!mr-20{margin-right:20px!important}.lg\:\!mt-0{margin-top:0!important}.lg\:mb-0{margin-bottom:0}.lg\:mb-10{margin-bottom:10px}.lg\:mb-100{margin-bottom:100px}.lg\:mb-16{margin-bottom:16px}.lg\:mb-20{margin-bottom:20px}.lg\:mb-30{margin-bottom:30px}.lg\:mb-8{margin-bottom:8px}.lg\:ml-0{margin-left:0}.lg\:ml-16{margin-left:16px}.lg\:ml-64{margin-left:64px}.lg\:ml-81{margin-left:81px}.lg\:mr-30{margin-right:30px}.lg\:mr-40{margin-right:40px}.lg\:mr-64{margin-right:64px}.lg\:mt-10{margin-top:10px}.lg\:mt-11{margin-top:11px}.lg\:mt-120{margin-top:120px}.lg\:mt-14{margin-top:14px}.lg\:mt-18{margin-top:18px}.lg\:mt-2{margin-top:2px}.lg\:mt-20{margin-top:20px}.lg\:mt-30{margin-top:30px}.lg\:mt-6{margin-top:6px}.lg\:mt-60{margin-top:60px}.lg\:mt-80{margin-top:80px}.lg\:\!block{display:block!important}.lg\:block{display:block}.lg\:flex{display:flex}.lg\:\!hidden{display:none!important}.lg\:hidden{display:none}.lg\:h-100{height:100px}.lg\:h-14{height:14px}.lg\:h-148{height:148px}.lg\:h-16{height:16px}.lg\:h-160{height:160px}.lg\:h-187{height:187px}.lg\:h-190{height:190px}.lg\:h-200{height:200px}.lg\:h-202{height:202px}.lg\:h-208{height:208px}.lg\:h-216{height:216px}.lg\:h-231{height:231px}.lg\:h-24{height:24px}.lg\:h-28{height:28px}.lg\:h-300{height:300px}.lg\:h-311{height:311px}.lg\:h-34{height:34px}.lg\:h-358{height:358px}.lg\:h-363{height:363px}.lg\:h-498{height:498px}.lg\:h-516{height:516px}.lg\:h-60{height:60px}.lg\:h-66{height:66px}.lg\:h-80{height:80px}.lg\:h-97{height:97px}.lg\:h-\[272px\]{height:272px}.lg\:h-auto{height:auto}.lg\:min-h-220{min-height:220px}.lg\:min-h-358{min-height:358px}.lg\:min-h-499{min-height:499px}.lg\:\!w-155{width:155px!important}.lg\:\!w-940{width:940px!important}.lg\:w-1\/2{width:50%}.lg\:w-1000{width:1000px}.lg\:w-110{width:110px}.lg\:w-112{width:112px}.lg\:w-120{width:120px}.lg\:w-121{width:121px}.lg\:w-14{width:14px}.lg\:w-140{width:140px}.lg\:w-147{width:147px}.lg\:w-148{width:148px}.lg\:w-16{width:16px}.lg\:w-160{width:160px}.lg\:w-190{width:190px}.lg\:w-200{width:200px}.lg\:w-205{width:205px}.lg\:w-210{width:210px}.lg\:w-220{width:220px}.lg\:w-226{width:226px}.lg\:w-227{width:227px}.lg\:w-229{width:229px}.lg\:w-230{width:230px}.lg\:w-236{width:236px}.lg\:w-239{width:239px}.lg\:w-24{width:24px}.lg\:w-248{width:248px}.lg\:w-257{width:257px}.lg\:w-26{width:26px}.lg\:w-260{width:260px}.lg\:w-270{width:270px}.lg\:w-289{width:289px}.lg\:w-290{width:290px}.lg\:w-300{width:300px}.lg\:w-302{width:302px}.lg\:w-305{width:305px}.lg\:w-310{width:310px}.lg\:w-32{width:32px}.lg\:w-320{width:320px}.lg\:w-326{width:326px}.lg\:w-328{width:328px}.lg\:w-344{width:344px}.lg\:w-354{width:354px}.lg\:w-358{width:358px}.lg\:w-368{width:368px}.lg\:w-388{width:388px}.lg\:w-406{width:406px}.lg\:w-420{width:420px}.lg\:w-422{width:422px}.lg\:w-435{width:435px}.lg\:w-440{width:440px}.lg\:w-455{width:455px}.lg\:w-457{width:457px}.lg\:w-460{width:460px}.lg\:w-472{width:472px}.lg\:w-480{width:480px}.lg\:w-498{width:498px}.lg\:w-52{width:52px}.lg\:w-527{width:527px}.lg\:w-544{width:544px}.lg\:w-551{width:551px}.lg\:w-60{width:60px}.lg\:w-600{width:600px}.lg\:w-606{width:606px}.lg\:w-61{width:61px}.lg\:w-680{width:680px}.lg\:w-760{width:760px}.lg\:w-80{width:80px}.lg\:w-81{width:81px}.lg\:w-858{width:858px}.lg\:w-860{width:860px}.lg\:w-878{width:878px}.lg\:w-940{width:940px}.lg\:w-960{width:960px}.lg\:w-\[100\%\]{width:100%}.lg\:w-\[192px\]{width:192px}.lg\:w-\[199px\]{width:199px}.lg\:w-\[242px\]{width:242px}.lg\:w-\[25\%\]{width:25%}.lg\:w-\[272px\]{width:272px}.lg\:w-\[33\%\]{width:33%}.lg\:w-\[379px\]{width:379px}.lg\:w-\[386px\]{width:386px}.lg\:w-\[419px\]{width:419px}.lg\:w-\[420px\]{width:420px}.lg\:w-\[424px\]{width:424px}.lg\:w-\[427px\]{width:427px}.lg\:w-\[448px\]{width:448px}.lg\:w-\[50\%\]{width:50%}.lg\:w-\[510px\]{width:510px}.lg\:w-\[540px\]{width:540px}.lg\:w-\[80\%\]{width:80%}.lg\:w-\[860px\]{width:860px}.lg\:w-\[920px\]{width:920px}.lg\:w-\[940px\]{width:940px}.lg\:w-\[calc\(100\%-312px\)\]{width:calc(100% - 312px)}.lg\:w-\[calc\(33\.33\%-26px\)\]{width:calc(33.33% - 26px)}.lg\:w-\[calc\(33\.33\%-8px\)\]{width:calc(33.33% - 8px)}.lg\:w-\[calc\(50\%-20px\)\]{width:calc(50% - 20px)}.lg\:w-\[unset\]{width:unset}.lg\:w-full{width:100%}.lg\:min-w-858{min-width:858px}.lg\:max-w-344{max-width:344px}.lg\:max-w-356{max-width:356px}.lg\:max-w-450{max-width:450px}.lg\:max-w-498{margin-top:30px;max-width:498px}.lg\:max-w-590{max-width:590px}.lg\:max-w-940{max-width:940px}.lg\:max-w-\[521px\]{max-width:521px}.lg\:flex-1{flex:1 1 0%}.lg\:flex-\[unset\]{flex:unset}.lg\:shrink-0{flex-shrink:0}.lg\:-translate-x-\[50\%\],.lg\:translate-x-\[-50\%\]{--tw-translate-x:-50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.lg\:flex-col{flex-direction:column}.lg\:items-start{align-items:flex-start}.lg\:items-center{align-items:center}.lg\:justify-center{justify-content:center}.lg\:gap-10{gap:10px}.lg\:gap-20{gap:20px}.lg\:space-x-0>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(0px*(1 - var(--tw-space-x-reverse)));margin-right:calc(0px*var(--tw-space-x-reverse))}.lg\:space-x-12>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(12px*(1 - var(--tw-space-x-reverse)));margin-right:calc(12px*var(--tw-space-x-reverse))}.lg\:space-x-20>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(20px*(1 - var(--tw-space-x-reverse)));margin-right:calc(20px*var(--tw-space-x-reverse))}.lg\:space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(6px*var(--tw-space-y-reverse));margin-top:calc(6px*(1 - var(--tw-space-y-reverse)))}.lg\:space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(8px*var(--tw-space-y-reverse));margin-top:calc(8px*(1 - var(--tw-space-y-reverse)))}.lg\:overflow-hidden{overflow:hidden}.lg\:overflow-x-auto{overflow-x:auto}.lg\:overflow-y-hidden{overflow-y:hidden}.lg\:whitespace-normal{white-space:normal}.lg\:rounded-6{border-radius:6px}.lg\:rounded-\[32px_10px_32px_10px\]{border-radius:32px 10px 32px 10px}.lg\:rounded-\[34px_0px_34px_0px\]{border-radius:34px 0 34px 0}.lg\:\!bg-\[\#fafafa\]{--tw-bg-opacity:1!important;background-color:rgb(250 250 250/var(--tw-bg-opacity))!important}.lg\:\!bg-\[unset\]{background-color:unset!important}.lg\:bg-black{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity))}.lg\:\!bg-none{background-image:none!important}.lg\:p-16{padding:16px}.lg\:p-\[26px_16px_26px_16px\]{padding:26px 16px}.lg\:\!px-10{padding-left:10px!important;padding-right:10px!important}.lg\:px-0{padding-left:0;padding-right:0}.lg\:px-10{padding-left:10px;padding-right:10px}.lg\:px-20{padding-left:20px;padding-right:20px}.lg\:px-30{padding-left:30px;padding-right:30px}.lg\:px-32{padding-left:32px;padding-right:32px}.lg\:px-34{padding-left:34px;padding-right:34px}.lg\:px-38{padding-left:38px;padding-right:38px}.lg\:px-40{padding-left:40px;padding-right:40px}.lg\:px-6{padding-left:6px;padding-right:6px}.lg\:\!pt-0{padding-top:0!important}.lg\:pb-120{padding-bottom:120px}.lg\:pb-20{padding-bottom:20px}.lg\:pb-60{padding-bottom:60px}.lg\:pl-105{padding-left:105px}.lg\:pl-125{padding-left:125px}.lg\:pl-67{padding-left:67px}.lg\:pt-0{padding-top:0}.lg\:pt-106{padding-top:106px}.lg\:pt-40{padding-top:40px}.lg\:pt-60{padding-top:60px}.lg\:pt-79{padding-top:79px}.lg\:pt-82{padding-top:82px}.lg\:\!text-16{font-size:16px!important}.lg\:text-12{font-size:12px}.lg\:text-14{font-size:14px}.lg\:text-16{font-size:16px}.lg\:text-18{font-size:18px}.lg\:text-20{font-size:20px}.lg\:text-24{font-size:24px}.lg\:text-28{font-size:28px}.lg\:text-32{font-size:32px}.lg\:text-40{font-size:40px}.lg\:text-48{font-size:48px}.lg\:text-50{font-size:50px}.lg\:text-58{font-size:58px}.lg\:leading-14{line-height:14px}.lg\:leading-16{line-height:16px}.lg\:leading-20{line-height:20px}.lg\:leading-28{line-height:28px}.lg\:tracking-\[18px\]{letter-spacing:18px}.lg\:last\:hidden:last-child{display:none}.lg\:odd\:mr-0:nth-child(odd){margin-right:0}.lg\:hover\:w-136:hover{width:136px}}@media (max-width:999px){.md\:static{position:static}.md\:relative{position:relative}.md\:-top-12{top:-12px}.md\:-top-32{top:-32px}.md\:-top-78{top:-78px}.md\:bottom-45{bottom:45px}.md\:left-16{left:16px}.md\:left-\[18px\]{left:18px}.md\:right-20{right:20px}.md\:right-45{right:45px}.md\:right-auto{right:auto}.md\:top-133{top:133px}.md\:top-16{top:16px}.md\:top-20{top:20px}.md\:top-231{top:231px}.md\:top-32{top:32px}.md\:top-36{top:36px}.md\:top-66{top:66px}.md\:order-1{order:1}.md\:\!mx-0{margin-left:0!important;margin-right:0!important}.md\:mx-0{margin-left:0;margin-right:0}.md\:mx-10{margin-left:10px;margin-right:10px}.md\:mx-auto{margin-left:auto;margin-right:auto}.md\:my-20{margin-bottom:20px;margin-top:20px}.md\:\!mb-10{margin-bottom:10px!important}.md\:\!mr-\[0px\]{margin-right:0!important}.md\:mb-0{margin-bottom:0}.md\:mb-10{margin-bottom:10px}.md\:mb-12{margin-bottom:12px}.md\:mb-20{margin-bottom:20px}.md\:mb-24{margin-bottom:24px}.md\:mb-4{margin-bottom:4px}.md\:mb-40{margin-bottom:40px}.md\:mb-60{margin-bottom:60px}.md\:mb-84{margin-bottom:84px}.md\:ml-0{margin-left:0}.md\:ml-3{margin-left:3px}.md\:ml-30{margin-left:30px}.md\:ml-34{margin-left:34px}.md\:mr-0{margin-right:0}.md\:mr-14{margin-right:14px}.md\:mr-16{margin-right:16px}.md\:mr-20{margin-right:20px}.md\:mr-22{margin-right:22px}.md\:mr-30{margin-right:30px}.md\:mt-0{margin-top:0}.md\:mt-10{margin-top:10px}.md\:mt-20{margin-top:20px}.md\:mt-24{margin-top:24px}.md\:mt-30{margin-top:30px}.md\:mt-40{margin-top:40px}.md\:mt-60{margin-top:60px}.md\:mt-8{margin-top:8px}.md\:mt-\[-10px\]{margin-top:-10px}.md\:box-content{box-sizing:content-box}.md\:line-clamp-1{-webkit-line-clamp:1}.md\:line-clamp-1,.md\:line-clamp-5{-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.md\:line-clamp-5{-webkit-line-clamp:5}.md\:block{display:block}.md\:inline-block{display:inline-block}.md\:\!flex{display:flex!important}.md\:flex{display:flex}.md\:\!hidden{display:none!important}.md\:hidden{display:none}.md\:h-100{height:100px}.md\:h-108{height:108px}.md\:h-109{height:109px}.md\:h-118{height:118px}.md\:h-12{height:12px}.md\:h-138{height:138px}.md\:h-16{height:16px}.md\:h-160{height:160px}.md\:h-174{height:174px}.md\:h-180{height:180px}.md\:h-186{height:186px}.md\:h-194{height:194px}.md\:h-20{height:20px}.md\:h-200{height:200px}.md\:h-209{height:209px}.md\:h-22{height:22px}.md\:h-24{height:24px}.md\:h-254{height:254px}.md\:h-28{height:28px}.md\:h-286{height:286px}.md\:h-290{height:290px}.md\:h-32{height:32px}.md\:h-320{height:320px}.md\:h-36{height:36px}.md\:h-456{height:456px}.md\:h-464{height:464px}.md\:h-48{height:48px}.md\:h-50{height:50px}.md\:h-52{height:52px}.md\:h-56{height:56px}.md\:h-68{height:68px}.md\:h-\[272px\]{height:272px}.md\:h-auto{height:auto}.md\:h-full{height:100%}.md\:min-h-200{min-height:200px}.md\:min-h-236{min-height:236px}.md\:min-h-655{min-height:655px}.md\:min-h-auto{min-height:auto}.md\:\!w-213{width:213px!important}.md\:\!w-334{width:334px!important}.md\:\!w-760{width:760px!important}.md\:\!w-\[100px\]{width:100px!important}.md\:\!w-\[33\.33\%\]{width:33.33%!important}.md\:\!w-\[410px\]{width:410px!important}.md\:\!w-\[50\%\]{width:50%!important}.md\:\!w-full{width:100%!important}.md\:w-100{width:100px}.md\:w-108{width:108px}.md\:w-109{width:109px}.md\:w-113{width:113px}.md\:w-115{width:115px}.md\:w-118{width:118px}.md\:w-12{width:12px}.md\:w-150{width:150px}.md\:w-154{width:154px}.md\:w-171{width:171px}.md\:w-175{width:175px}.md\:w-181{width:181px}.md\:w-183{width:183px}.md\:w-184{width:184px}.md\:w-197{width:197px}.md\:w-20{width:20px}.md\:w-200{width:200px}.md\:w-210{width:210px}.md\:w-226{width:226px}.md\:w-229{width:229px}.md\:w-230{width:230px}.md\:w-240{width:240px}.md\:w-242{width:242px}.md\:w-246{width:246px}.md\:w-257{width:257px}.md\:w-258{width:258px}.md\:w-26{width:26px}.md\:w-260{width:260px}.md\:w-271{width:271px}.md\:w-274{width:274px}.md\:w-276{width:276px}.md\:w-28{width:38px}.md\:w-290{width:290px}.md\:w-296{width:296px}.md\:w-300{width:300px}.md\:w-306{width:306px}.md\:w-310{width:310px}.md\:w-32{width:32px}.md\:w-330{width:330px}.md\:w-332{width:332px}.md\:w-340{width:340px}.md\:w-350{width:350px}.md\:w-365{width:365px}.md\:w-367{width:367px}.md\:w-370{width:370px}.md\:w-380{width:380px}.md\:w-400{width:400px}.md\:w-426{width:426px}.md\:w-433{width:433px}.md\:w-48{width:48px}.md\:w-500{width:500px}.md\:w-52{width:52px}.md\:w-540{width:540px}.md\:w-56{width:56px}.md\:w-560{width:560px}.md\:w-620{width:620px}.md\:w-650{width:650px}.md\:w-66{width:66px}.md\:w-670{width:670px}.md\:w-680{width:680px}.md\:w-710{width:710px}.md\:w-750{width:750px}.md\:w-760{width:760px}.md\:w-780{width:780px}.md\:w-799{width:799px}.md\:w-80{width:80px}.md\:w-800{width:800px}.md\:w-90{width:90px}.md\:w-\[100\%\]{width:100%}.md\:w-\[120px\]{width:120px}.md\:w-\[154px\]{width:154px}.md\:w-\[162px\]{width:162px}.md\:w-\[200px\]{width:200px}.md\:w-\[212px\]{width:212px}.md\:w-\[296px\]{width:296px}.md\:w-\[320px\]{width:320px}.md\:w-\[324px\]{width:324px}.md\:w-\[329px\]{width:329px}.md\:w-\[33\.33\%\]{width:33.33%}.md\:w-\[330px\]{width:330px}.md\:w-\[394px\]{width:394px}.md\:w-\[48\%\]{width:48%}.md\:w-\[50\%\]{width:50%}.md\:w-\[680px\]{width:680px}.md\:w-\[760px\]{width:760px}.md\:w-\[80\%\]{width:80%}.md\:w-\[800px\]{width:800px}.md\:w-\[calc\(100\%-252px\)\]{width:calc(100% - 252px)}.md\:w-\[calc\(33\.33\%-8px\)\]{width:calc(33.33% - 8px)}.md\:w-\[calc\(50\%-8px\)\]{width:calc(50% - 8px)}.md\:w-auto{width:auto}.md\:w-full{width:100%}.md\:min-w-0{min-width:0}.md\:min-w-150{min-width:150px}.md\:min-w-580{min-width:580px}.md\:min-w-678{min-width:678px}.md\:min-w-880{min-width:880px}.md\:min-w-980{min-width:980px}.md\:\!max-w-\[410px\]{max-width:410px!important}.md\:max-w-420{max-width:420px}.md\:max-w-640{max-width:640px}.md\:max-w-670{max-width:670px}.md\:max-w-760{max-width:760px}.md\:max-w-\[420px\]{max-width:420px}.md\:max-w-\[50\%\]{max-width:50%}.md\:flex-1{flex:1 1 0%}.md\:flex-\[unset\]{flex:unset}.md\:flex-none{flex:none}.md\:shrink-0{flex-shrink:0}.md\:flex-row{flex-direction:row}.md\:flex-col{flex-direction:column}.md\:flex-col-reverse{flex-direction:column-reverse}.md\:flex-wrap{flex-wrap:wrap}.md\:items-start{align-items:flex-start}.md\:justify-start{justify-content:flex-start}.md\:\!justify-end{justify-content:flex-end!important}.md\:justify-center{justify-content:center}.md\:justify-between{justify-content:space-between}.md\:space-x-0>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(0px*(1 - var(--tw-space-x-reverse)));margin-right:calc(0px*var(--tw-space-x-reverse))}.md\:space-x-20>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(20px*(1 - var(--tw-space-x-reverse)));margin-right:calc(20px*var(--tw-space-x-reverse))}.md\:space-x-6>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(6px*(1 - var(--tw-space-x-reverse)));margin-right:calc(6px*var(--tw-space-x-reverse))}.md\:space-x-8>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(8px*(1 - var(--tw-space-x-reverse)));margin-right:calc(8px*var(--tw-space-x-reverse))}.md\:space-y-22>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(22px*var(--tw-space-y-reverse));margin-top:calc(22px*(1 - var(--tw-space-y-reverse)))}.md\:space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(6px*var(--tw-space-y-reverse));margin-top:calc(6px*(1 - var(--tw-space-y-reverse)))}.md\:overflow-hidden{overflow:hidden}.md\:overflow-x-auto{overflow-x:auto}.md\:rounded-\[24px_8px_24px_8px\]{border-radius:24px 8px 24px 8px}.md\:rounded-\[27px_0px_27px_0px\]{border-radius:27px 0 27px 0}.md\:border-b-0{border-bottom-width:0}.md\:border-b-\[1px\]{border-bottom-width:1px}.md\:bg-\[\#fff\]{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.md\:\!bg-none{background-image:none!important}.md\:p-10{padding:10px}.md\:p-14{padding:14px}.md\:p-20{padding:20px}.md\:px-0{padding-left:0;padding-right:0}.md\:px-10{padding-left:10px;padding-right:10px}.md\:px-12{padding-left:12px;padding-right:12px}.md\:px-16{padding-left:16px;padding-right:16px}.md\:px-20{padding-left:20px;padding-right:20px}.md\:px-28{padding-left:28px;padding-right:28px}.md\:px-30{padding-left:30px;padding-right:30px}.md\:px-36{padding-left:36px;padding-right:36px}.md\:px-40{padding-left:40px;padding-right:40px}.md\:px-80{padding-left:80px;padding-right:80px}.md\:py-0{padding-bottom:0;padding-top:0}.md\:py-20{padding-bottom:20px;padding-top:20px}.md\:py-32{padding-bottom:32px;padding-top:32px}.md\:pb-0{padding-bottom:0}.md\:pb-16{padding-bottom:16px}.md\:pb-60{padding-bottom:60px}.md\:pr-0{padding-right:0}.md\:pr-10{padding-right:10px}.md\:pt-12{padding-top:12px}.md\:pt-26{padding-top:26px}.md\:pt-40{padding-top:40px}.md\:pt-80{padding-top:80px}.md\:pt-86{padding-top:86px}.md\:text-left{text-align:left}.md\:text-10{font-size:10px}.md\:text-11{font-size:11px}.md\:text-12{font-size:12px}.md\:text-13{font-size:13px}.md\:text-14{font-size:14px}.md\:text-16{font-size:16px}.md\:text-17{font-size:17px}.md\:text-18{font-size:18px}.md\:text-20{font-size:20px}.md\:text-22{font-size:22px}.md\:text-24{font-size:24px}.md\:text-32{font-size:32px}.md\:text-36{font-size:36px}.md\:leading-12{line-height:12px}.md\:leading-18{line-height:18px}.md\:leading-22{line-height:22px}.md\:leading-24{line-height:24px}.md\:leading-26{line-height:26px}.md\:leading-28{line-height:28px}.md\:leading-30{line-height:30px}.md\:leading-36{line-height:36px}.md\:tracking-\[8px\]{letter-spacing:8px}.md\:text-\[\#1D2129\]{--tw-text-opacity:1;color:rgb(29 33 41/var(--tw-text-opacity))}.md\:text-\[\#4E5969\]{--tw-text-opacity:1;color:rgb(78 89 105/var(--tw-text-opacity))}.md\:last\:flex:last-child{display:flex}.md\:hover\:\!w-\[50\%\]:hover{width:50%!important}.group:hover .md\:group-hover\:flex{display:flex}.group:hover .md\:group-hover\:hidden{display:none}}@media (max-width:799px){.sm\:\!static{position:static!important}.sm\:fixed{position:fixed}.sm\:absolute{position:absolute}.sm\:relative{position:relative}.sm\:-right-10{right:-10px}.sm\:-top-10{top:-10px}.sm\:bottom-0{bottom:0}.sm\:bottom-20{bottom:20px}.sm\:bottom-35{bottom:35px}.sm\:bottom-6{bottom:6px}.sm\:bottom-60{bottom:60px}.sm\:bottom-auto{bottom:auto}.sm\:left-0{left:0}.sm\:left-15{left:15px}.sm\:left-5{left:5px}.sm\:left-\[10px\]{left:10px}.sm\:right-0{right:0}.sm\:right-12{right:12px}.sm\:right-16{right:16px}.sm\:right-20{right:20px}.sm\:right-4{right:4px}.sm\:right-auto{right:auto}.sm\:top-0{top:0}.sm\:top-106{top:106px}.sm\:top-108{top:108px}.sm\:top-12{top:12px}.sm\:top-14{top:14px}.sm\:top-3{top:3px}.sm\:top-33{top:33px}.sm\:top-42{top:42px}.sm\:top-60{top:60px}.sm\:top-68{top:68px}.sm\:top-77{top:77px}.sm\:top-8{top:8px}.sm\:top-\[0px\]{top:0}.sm\:top-\[14px\]{top:14px}.sm\:top-\[unset\]{top:unset}.sm\:\!z-\[3001\]{z-index:3001!important}.sm\:z-\[3001\]{z-index:3001}.sm\:m-0,.sm\:m-\[0px_0px_0px\]{margin:0}.sm\:m-\[0px_0px_0px_6px\]{margin:0 0 0 6px}.sm\:m-\[0px_0px_14px_0px\]{margin:0 0 14px}.sm\:m-\[0px_0px_20px\]{margin:0 0 20px}.sm\:m-\[0px_20px_0px_0px\]{margin:0 20px 0 0}.sm\:m-\[12px_0px_0px_0px\]{margin:12px 0 0}.sm\:m-\[40px_0px_0px_0px\]{margin:40px 0 0}.sm\:m-\[4px_0px_0px_0px\]{margin:4px 0 0}.sm\:m-\[6px_0px_10px\]{margin:6px 0 10px}.sm\:m-\[8px_0px\]{margin:8px 0}.sm\:\!mx-0{margin-left:0!important;margin-right:0!important}.sm\:\!my-2{margin-bottom:2px!important;margin-top:2px!important}.sm\:mx-0{margin-left:0;margin-right:0}.sm\:mx-10{margin-left:10px;margin-right:10px}.sm\:mx-12{margin-left:12px;margin-right:12px}.sm\:mx-16{margin-left:16px;margin-right:16px}.sm\:mx-18{margin-left:18px;margin-right:18px}.sm\:mx-22{margin-left:22px;margin-right:22px}.sm\:mx-24{margin-left:24px;margin-right:24px}.sm\:mx-50{margin-left:50px;margin-right:50px}.sm\:mx-6{margin-left:6px;margin-right:6px}.sm\:my-0{margin-bottom:0;margin-top:0}.sm\:my-12{margin-bottom:12px;margin-top:12px}.sm\:my-16{margin-bottom:16px;margin-top:16px}.sm\:my-40{margin-bottom:40px;margin-top:40px}.sm\:my-6{margin-bottom:6px;margin-top:6px}.sm\:\!ml-0,.sm\:\!ml-\[0px\]{margin-left:0!important}.sm\:\!mr-0,.sm\:\!mr-\[0px\]{margin-right:0!important}.sm\:\!mt-15{margin-top:15px!important}.sm\:mb-0{margin-bottom:0}.sm\:mb-10{margin-bottom:10px}.sm\:mb-11{margin-bottom:11px}.sm\:mb-12{margin-bottom:12px}.sm\:mb-14{margin-bottom:14px}.sm\:mb-16{margin-bottom:16px}.sm\:mb-17{margin-bottom:17px}.sm\:mb-2{margin-bottom:2px}.sm\:mb-20{margin-bottom:20px}.sm\:mb-21{margin-bottom:21px}.sm\:mb-24{margin-bottom:24px}.sm\:mb-26{margin-bottom:26px}.sm\:mb-30{margin-bottom:30px}.sm\:mb-32{margin-bottom:32px}.sm\:mb-4{margin-bottom:4px}.sm\:mb-5{margin-bottom:5px}.sm\:mb-50{margin-bottom:50px}.sm\:mb-61{margin-bottom:61px}.sm\:mb-8{margin-bottom:8px}.sm\:mb-\[16px\]{margin-bottom:16px}.sm\:ml-0{margin-left:0}.sm\:ml-10{margin-left:10px}.sm\:ml-26{margin-left:26px}.sm\:ml-8{margin-left:8px}.sm\:ml-\[0px\]{margin-left:0}.sm\:mr-0{margin-right:0}.sm\:mr-10{margin-right:10px}.sm\:mr-11{margin-right:11px}.sm\:mr-16{margin-right:16px}.sm\:mr-20{margin-right:20px}.sm\:mr-24{margin-right:24px}.sm\:mr-4{margin-right:4px}.sm\:mr-6{margin-right:6px}.sm\:mr-8{margin-right:8px}.sm\:mt-0{margin-top:0}.sm\:mt-10{margin-top:10px}.sm\:mt-12{margin-top:12px}.sm\:mt-14{margin-top:14px}.sm\:mt-16{margin-top:16px}.sm\:mt-18{margin-top:18px}.sm\:mt-2{margin-top:2px}.sm\:mt-20{margin-top:20px}.sm\:mt-22{margin-top:22px}.sm\:mt-24{margin-top:24px}.sm\:mt-28{margin-top:28px}.sm\:mt-30{margin-top:30px}.sm\:mt-35{margin-top:35px}.sm\:mt-4{margin-top:4px}.sm\:mt-40{margin-top:40px}.sm\:mt-54{margin-top:54px}.sm\:mt-6{margin-top:6px}.sm\:mt-60{margin-top:60px}.sm\:mt-8{margin-top:8px}.sm\:mt-\[0px\]{margin-top:0}.sm\:mt-\[12px\]{margin-top:12px}.sm\:mt-\[20px\]{margin-top:20px}.sm\:line-clamp-1{-webkit-line-clamp:1}.sm\:line-clamp-1,.sm\:line-clamp-2{-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.sm\:line-clamp-2{-webkit-line-clamp:2}.sm\:\!block{display:block!important}.sm\:block{display:block}.sm\:inline-block{display:inline-block}.sm\:inline{display:inline}.sm\:\!flex{display:flex!important}.sm\:flex{display:flex}.sm\:grid{display:grid}.sm\:\!hidden{display:none!important}.sm\:hidden{display:none}.sm\:\!h-\[76vh\]{height:76vh!important}.sm\:\!h-\[unset\]{height:unset!important}.sm\:h-105{height:105px}.sm\:h-11{height:11px}.sm\:h-116{height:116px}.sm\:h-12{height:12px}.sm\:h-132{height:132px}.sm\:h-133{height:133px}.sm\:h-144{height:144px}.sm\:h-15{height:15px}.sm\:h-151{height:151px}.sm\:h-16{height:16px}.sm\:h-172{height:172px}.sm\:h-173{height:173px}.sm\:h-180{height:180px}.sm\:h-186{height:186px}.sm\:h-19{height:19px}.sm\:h-190{height:190px}.sm\:h-198{height:198px}.sm\:h-20{height:20px}.sm\:h-200{height:200px}.sm\:h-206{height:206px}.sm\:h-22{height:22px}.sm\:h-24{height:24px}.sm\:h-25{height:25px}.sm\:h-26{height:26px}.sm\:h-260{height:260px}.sm\:h-28{height:28px}.sm\:h-29{height:29px}.sm\:h-293{height:293px}.sm\:h-32{height:32px}.sm\:h-328{height:328px}.sm\:h-358{height:358px}.sm\:h-36{height:36px}.sm\:h-380{height:380px}.sm\:h-40{height:40px}.sm\:h-42{height:42px}.sm\:h-420{height:420px}.sm\:h-44{height:44px}.sm\:h-46{height:46px}.sm\:h-48{height:48px}.sm\:h-50{height:50px}.sm\:h-52{height:52px}.sm\:h-54{height:54px}.sm\:h-55{height:55px}.sm\:h-56{height:56px}.sm\:h-58{height:58px}.sm\:h-60{height:60px}.sm\:h-62{height:62px}.sm\:h-64{height:64px}.sm\:h-68{height:68px}.sm\:h-72{height:72px}.sm\:h-76{height:76px}.sm\:h-78{height:78px}.sm\:h-80{height:80px}.sm\:h-88{height:88px}.sm\:h-\[100\%\]{height:100%}.sm\:h-\[176px\]{height:176px}.sm\:h-\[272px\]{height:272px}.sm\:h-\[28px\]{height:28px}.sm\:h-\[30px\]{height:30px}.sm\:h-\[500px\]{height:500px}.sm\:h-\[53px\]{height:53px}.sm\:h-\[54px\]{height:54px}.sm\:h-\[75vh\]{height:75vh}.sm\:h-\[76vh\]{height:76vh}.sm\:h-\[91px\]{height:91px}.sm\:h-\[calc\(100\%-60px\)\]{height:calc(100% - 60px)}.sm\:h-\[unset\]{height:unset}.sm\:h-auto{height:auto}.sm\:h-full{height:100%}.sm\:max-h-232{max-height:232px}.sm\:max-h-246{max-height:246px}.sm\:max-h-284{max-height:284px}.sm\:max-h-400{max-height:400px}.sm\:max-h-50{max-height:50px}.sm\:max-h-\[100vh\]{max-height:100vh}.sm\:max-h-\[584px\]{max-height:584px}.sm\:max-h-\[calc\(100\%-60px\)\]{max-height:calc(100% - 60px)}.sm\:max-h-\[unset\]{max-height:unset}.sm\:max-h-full{max-height:100%}.sm\:min-h-0{min-height:0}.sm\:min-h-100{min-height:100px}.sm\:min-h-168{min-height:168px}.sm\:min-h-205{min-height:205px}.sm\:min-h-24{min-height:24px}.sm\:min-h-40{min-height:40px}.sm\:min-h-470{min-height:470px}.sm\:min-h-536{min-height:536px}.sm\:min-h-\[unset\]{min-height:unset}.sm\:min-h-auto{min-height:auto}.sm\:\!w-\[120px\]{width:120px!important}.sm\:\!w-\[156px\]{width:156px!important}.sm\:\!w-\[196px\]{width:196px!important}.sm\:\!w-\[200px\]{width:200px!important}.sm\:\!w-\[399px\]{width:399px!important}.sm\:\!w-\[calc\(100vw-32px\)\]{width:calc(100vw - 32px)!important}.sm\:\!w-full{width:100%!important}.sm\:\!w-screen{width:100vw!important}.sm\:w-1\/3{width:33.333333%}.sm\:w-10\/12{width:83.333333%}.sm\:w-100{width:100px}.sm\:w-105{width:105px}.sm\:w-108{width:108px}.sm\:w-11{width:11px}.sm\:w-11\/12{width:91.666667%}.sm\:w-116{width:116px}.sm\:w-12{width:12px}.sm\:w-120{width:120px}.sm\:w-133{width:133px}.sm\:w-142{width:142px}.sm\:w-146{width:146px}.sm\:w-15{width:15px}.sm\:w-150{width:150px}.sm\:w-16{width:16px}.sm\:w-160{width:160px}.sm\:w-169{width:169px}.sm\:w-172{width:172px}.sm\:w-188{width:188px}.sm\:w-19{width:19px}.sm\:w-20{width:20px}.sm\:w-200{width:200px}.sm\:w-22{width:22px}.sm\:w-226{width:226px}.sm\:w-230{width:230px}.sm\:w-24{width:24px}.sm\:w-28{width:28px}.sm\:w-288{width:288px}.sm\:w-29{width:29px}.sm\:w-30{width:30px}.sm\:w-300{width:300px}.sm\:w-310{width:310px}.sm\:w-32{width:32px}.sm\:w-326{width:326px}.sm\:w-33{width:33px}.sm\:w-40{width:40px}.sm\:w-44{width:44px}.sm\:w-50{width:50px}.sm\:w-54{width:54px}.sm\:w-56{width:56px}.sm\:w-60{width:60px}.sm\:w-70{width:70px}.sm\:w-80{width:80px}.sm\:w-82{width:82px}.sm\:w-90{width:90px}.sm\:w-94{width:94px}.sm\:w-\[100\%\]{width:100%}.sm\:w-\[104px\]{width:104px}.sm\:w-\[117px\]{width:117px}.sm\:w-\[160px\]{width:160px}.sm\:w-\[176px\]{width:176px}.sm\:w-\[233px\]{width:233px}.sm\:w-\[28px\]{width:28px}.sm\:w-\[29\%\]{width:29%}.sm\:w-\[32\%\]{width:32%}.sm\:w-\[33\.33\%\]{width:33.33%}.sm\:w-\[335px\]{width:335px}.sm\:w-\[49\%\]{width:49%}.sm\:w-\[49\.5\%\]{width:49.5%}.sm\:w-\[80\%\]{width:80%}.sm\:w-\[80px\]{width:80px}.sm\:w-\[85\%\]{width:85%}.sm\:w-\[86\%\]{width:86%}.sm\:w-\[90\%\]{width:90%}.sm\:w-\[91px\]{width:91px}.sm\:w-\[95\%\]{width:95%}.sm\:w-\[calc\(100\%-130px\)\]{width:calc(100% - 130px)}.sm\:w-\[calc\(100\%-142px\)\]{width:calc(100% - 142px)}.sm\:w-\[calc\(100\%-159px\)\]{width:calc(100% - 159px)}.sm\:w-\[calc\(100\%-22px\)\]{width:calc(100% - 22px)}.sm\:w-\[calc\(100\%-32px\)\]{width:calc(100% - 32px)}.sm\:w-\[calc\(100\%-50px\)\]{width:calc(100% - 50px)}.sm\:w-\[calc\(100\%-60px\)\]{width:calc(100% - 60px)}.sm\:w-\[calc\(100\%-68px\)\]{width:calc(100% - 68px)}.sm\:w-\[calc\(33\%-7px\)\]{width:calc(33% - 7px)}.sm\:w-\[calc\(50\%-30px\)\]{width:calc(50% - 30px)}.sm\:w-\[calc\(50\%-7px\)\]{width:calc(50% - 7px)}.sm\:w-\[calc\(50vw-18px\)\]{width:calc(50vw - 18px)}.sm\:w-\[fit-content\]{width:-moz-fit-content;width:fit-content}.sm\:w-\[max-content\]{width:-moz-max-content;width:max-content}.sm\:w-auto{width:auto}.sm\:w-full{width:100%}.sm\:w-max{width:-moz-max-content;width:max-content}.sm\:min-w-0{min-width:0}.sm\:min-w-1120{min-width:1120px}.sm\:min-w-120{min-width:120px}.sm\:min-w-160{min-width:160px}.sm\:min-w-340{min-width:340px}.sm\:min-w-570{min-width:570px}.sm\:min-w-576{min-width:576px}.sm\:min-w-680{min-width:680px}.sm\:min-w-980{min-width:980px}.sm\:min-w-\[calc\(50vw-18px\)\]{min-width:calc(50vw - 18px)}.sm\:min-w-auto{min-width:auto}.sm\:min-w-full{min-width:100%}.sm\:max-w-120{max-width:120px}.sm\:max-w-184{max-width:184px}.sm\:max-w-330{max-width:330px}.sm\:max-w-375{max-width:375px}.sm\:max-w-88{max-width:88px}.sm\:max-w-\[80\%\]{max-width:80%}.sm\:max-w-\[90\%\]{max-width:90%}.sm\:max-w-\[90vw\]{max-width:90vw}.sm\:max-w-\[calc\(100\%-110px\)\]{max-width:calc(100% - 110px)}.sm\:max-w-full{max-width:100%}.sm\:flex-1{flex:1 1 0%}.sm\:flex-\[unset\]{flex:unset}.sm\:flex-none{flex:none}.sm\:shrink-0{flex-shrink:0}.sm\:translate-y-0{--tw-translate-y:0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:\!flex-col{flex-direction:column!important}.sm\:flex-col{flex-direction:column}.sm\:flex-wrap{flex-wrap:wrap}.sm\:flex-nowrap{flex-wrap:nowrap}.sm\:\!items-start{align-items:flex-start!important}.sm\:items-start{align-items:flex-start}.sm\:items-center{align-items:center}.sm\:justify-normal{justify-content:normal}.sm\:justify-start{justify-content:flex-start}.sm\:justify-end{justify-content:flex-end}.sm\:justify-between{justify-content:space-between}.sm\:gap-10{gap:10px}.sm\:gap-12{gap:12px}.sm\:gap-20{gap:20px}.sm\:gap-8{gap:8px}.sm\:gap-x-0{-moz-column-gap:0;column-gap:0}.sm\:gap-y-30{row-gap:30px}.sm\:\!space-x-0>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0!important;margin-left:calc(0px*(1 - var(--tw-space-x-reverse)))!important;margin-right:calc(0px*var(--tw-space-x-reverse))!important}.sm\:space-x-0>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(0px*(1 - var(--tw-space-x-reverse)));margin-right:calc(0px*var(--tw-space-x-reverse))}.sm\:space-x-10>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(10px*(1 - var(--tw-space-x-reverse)));margin-right:calc(10px*var(--tw-space-x-reverse))}.sm\:space-x-12>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(12px*(1 - var(--tw-space-x-reverse)));margin-right:calc(12px*var(--tw-space-x-reverse))}.sm\:space-x-28>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(28px*(1 - var(--tw-space-x-reverse)));margin-right:calc(28px*var(--tw-space-x-reverse))}.sm\:space-x-40>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(40px*(1 - var(--tw-space-x-reverse)));margin-right:calc(40px*var(--tw-space-x-reverse))}.sm\:space-x-6>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(6px*(1 - var(--tw-space-x-reverse)));margin-right:calc(6px*var(--tw-space-x-reverse))}.sm\:space-x-8>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(8px*(1 - var(--tw-space-x-reverse)));margin-right:calc(8px*var(--tw-space-x-reverse))}.sm\:space-y-10>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(10px*var(--tw-space-y-reverse));margin-top:calc(10px*(1 - var(--tw-space-y-reverse)))}.sm\:space-y-24>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(24px*var(--tw-space-y-reverse));margin-top:calc(24px*(1 - var(--tw-space-y-reverse)))}.sm\:divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-bottom-width:calc(1px*var(--tw-divide-y-reverse));border-top-width:calc(1px*(1 - var(--tw-divide-y-reverse)))}.sm\:overflow-auto{overflow:auto}.sm\:overflow-hidden{overflow:hidden}.sm\:\!overflow-visible{overflow:visible!important}.sm\:overflow-x-auto{overflow-x:auto}.sm\:\!overflow-y-auto{overflow-y:auto!important}.sm\:whitespace-nowrap{white-space:nowrap}.sm\:rounded-0{border-radius:0}.sm\:rounded-11{border-radius:11px}.sm\:rounded-12{border-radius:12px}.sm\:rounded-16{border-radius:16px}.sm\:rounded-2{border-radius:2px}.sm\:rounded-24{border-radius:24px}.sm\:rounded-4{border-radius:4px}.sm\:rounded-5{border-radius:5px}.sm\:rounded-6{border-radius:6px}.sm\:rounded-8{border-radius:8px}.sm\:rounded-\[0px\]{border-radius:0}.sm\:rounded-\[22px_7px_22px_7px\]{border-radius:22px 7px 22px 7px}.sm\:rounded-\[25px_0px_25px_0px\]{border-radius:25px 0 25px 0}.sm\:rounded-\[8px_0px_8px_0px\]{border-radius:8px 0 8px 0}.sm\:border{border-width:1px}.sm\:border-0{border-width:0}.sm\:border-\[0\.5px\]{border-width:.5px}.sm\:border-\[0\]{border-width:0}.sm\:border-\[2px\]{border-width:2px}.sm\:border-b{border-bottom-width:1px}.sm\:border-b-8{border-bottom-width:8px}.sm\:border-b-\[2px\]{border-bottom-width:2px}.sm\:border-t{border-top-width:1px}.sm\:border-t-\[0\.5px\]{border-top-width:.5px}.sm\:border-solid{border-style:solid}.sm\:border-dashed{border-style:dashed}.sm\:border-none{border-style:none}.sm\:border-\[\#E5E6EB\]{--tw-border-opacity:1;border-color:rgb(229 230 235/var(--tw-border-opacity))}.sm\:border-\[\#EDEDED\]{--tw-border-opacity:1;border-color:rgb(237 237 237/var(--tw-border-opacity))}.sm\:border-\[\#F5F5F5\]{--tw-border-opacity:1;border-color:rgb(245 245 245/var(--tw-border-opacity))}.sm\:border-cl-143{border-color:#f7f8fa}.sm\:bg-\[\#323947\]{--tw-bg-opacity:1;background-color:rgb(50 57 71/var(--tw-bg-opacity))}.sm\:bg-\[\#477DB2CC\]{background-color:#477db2cc}.sm\:bg-\[\#F7F8FA\]{--tw-bg-opacity:1;background-color:rgb(247 248 250/var(--tw-bg-opacity))}.sm\:bg-\[\#FAFAFA\]{--tw-bg-opacity:1;background-color:rgb(250 250 250/var(--tw-bg-opacity))}.sm\:bg-\[\#f0d3b8\]\/10{background-color:hsla(29,65%,83%,.1)}.sm\:bg-\[\#fff\]{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.sm\:bg-\[\#fffdf5\]{--tw-bg-opacity:1;background-color:rgb(255 253 245/var(--tw-bg-opacity))}.sm\:bg-\[none\]{background-color:none}.sm\:bg-cl-138{background-color:#2d3340}.sm\:bg-transparent{background-color:transparent}.sm\:\!bg-none{background-image:none!important}.sm\:bg-none{background-image:none}.sm\:\!bg-contain{background-size:contain!important}.sm\:object-cover{-o-object-fit:cover;object-fit:cover}.sm\:\!p-12{padding:12px!important}.sm\:\!p-16,.sm\:\!p-\[16px_16px_16px\]{padding:16px!important}.sm\:\!p-\[22px_0_0px\]{padding:22px 0 0!important}.sm\:p-0{padding:0}.sm\:p-12{padding:12px}.sm\:p-16{padding:16px}.sm\:p-20{padding:20px}.sm\:p-8{padding:8px}.sm\:p-\[0px\]{padding:0}.sm\:p-\[0px_0px_16px_0px\]{padding:0 0 16px}.sm\:p-\[0px_0px_50px\]{padding:0 0 50px}.sm\:p-\[0px_11px\]{padding:0 11px}.sm\:p-\[0px_14px_0px\]{padding:0 14px}.sm\:p-\[0px_16px\],.sm\:p-\[0px_16px_0px\]{padding:0 16px}.sm\:p-\[0px_20px_12px\]{padding:0 20px 12px}.sm\:p-\[0px_24px\]{padding:0 24px}.sm\:p-\[12px_0px_0px_0px\]{padding:12px 0 0}.sm\:p-\[14px_0px\]{padding:14px 0}.sm\:p-\[14px_14px_0px\]{padding:14px 14px 0}.sm\:p-\[16px_0px_16px_0px\]{padding:16px 0}.sm\:p-\[16px_12px\]{padding:16px 12px}.sm\:p-\[16px_6px\]{padding:16px 6px}.sm\:p-\[1px_4px\]{padding:1px 4px}.sm\:p-\[20px\]{padding:20px}.sm\:p-\[20px_12px\]{padding:20px 12px}.sm\:p-\[24px_12px\]{padding:24px 12px}.sm\:p-\[2px_6px\]{padding:2px 6px}.sm\:p-\[42px_16px_0px\]{padding:42px 16px 0}.sm\:p-\[6px_18px_6px_12px\]{padding:6px 18px 6px 12px}.sm\:p-\[8px_12px\]{padding:8px 12px}.sm\:px-0{padding-left:0;padding-right:0}.sm\:px-10{padding-left:10px;padding-right:10px}.sm\:px-12{padding-left:12px;padding-right:12px}.sm\:px-14{padding-left:14px;padding-right:14px}.sm\:px-16{padding-left:16px;padding-right:16px}.sm\:px-20{padding-left:20px;padding-right:20px}.sm\:px-21{padding-left:21px;padding-right:21px}.sm\:px-24{padding-left:24px;padding-right:24px}.sm\:px-25{padding-left:25px;padding-right:25px}.sm\:px-4{padding-left:4px;padding-right:4px}.sm\:px-8{padding-left:8px;padding-right:8px}.sm\:py-12{padding-bottom:12px;padding-top:12px}.sm\:py-14{padding-bottom:14px;padding-top:14px}.sm\:py-16{padding-bottom:16px;padding-top:16px}.sm\:py-18{padding-bottom:18px;padding-top:18px}.sm\:py-20{padding-bottom:20px;padding-top:20px}.sm\:py-26{padding-bottom:26px;padding-top:26px}.sm\:py-5{padding-bottom:5px;padding-top:5px}.sm\:py-6{padding-bottom:6px;padding-top:6px}.sm\:py-60{padding-bottom:60px;padding-top:60px}.sm\:py-8{padding-bottom:8px;padding-top:8px}.sm\:pb-0{padding-bottom:0}.sm\:pb-10{padding-bottom:10px}.sm\:pb-11{padding-bottom:11px}.sm\:pb-14{padding-bottom:14px}.sm\:pb-16{padding-bottom:16px}.sm\:pb-2{padding-bottom:2px}.sm\:pb-20{padding-bottom:20px}.sm\:pb-24{padding-bottom:24px}.sm\:pb-26{padding-bottom:26px}.sm\:pb-30{padding-bottom:30px}.sm\:pb-32{padding-bottom:32px}.sm\:pb-4{padding-bottom:4px}.sm\:pb-40{padding-bottom:40px}.sm\:pb-\[16px\]{padding-bottom:16px}.sm\:pl-10{padding-left:10px}.sm\:pl-20{padding-left:20px}.sm\:pr-0{padding-right:0}.sm\:pr-18{padding-right:18px}.sm\:pr-30{padding-right:30px}.sm\:pr-\[8px\]{padding-right:8px}.sm\:pt-0{padding-top:0}.sm\:pt-10{padding-top:10px}.sm\:pt-12{padding-top:12px}.sm\:pt-124{padding-top:124px}.sm\:pt-14{padding-top:14px}.sm\:pt-16{padding-top:16px}.sm\:pt-2{padding-top:2px}.sm\:pt-20{padding-top:20px}.sm\:pt-24{padding-top:24px}.sm\:pt-30{padding-top:30px}.sm\:pt-32{padding-top:32px}.sm\:pt-38{padding-top:38px}.sm\:pt-40{padding-top:40px}.sm\:pt-51{padding-top:51px}.sm\:pt-64{padding-top:64px}.sm\:text-left{text-align:left}.sm\:text-center{text-align:center}.sm\:text-right{text-align:right}.sm\:text-end{text-align:end}.sm\:text-10{font-size:10px}.sm\:text-11{font-size:11px}.sm\:text-12{font-size:12px}.sm\:text-13{font-size:13px}.sm\:text-14{font-size:14px}.sm\:text-15{font-size:15px}.sm\:text-16{font-size:16px}.sm\:text-17{font-size:17px}.sm\:text-18{font-size:18px}.sm\:text-20{font-size:20px}.sm\:text-22{font-size:22px}.sm\:text-24{font-size:24px}.sm\:text-28{font-size:28px}.sm\:text-36{font-size:36px}.sm\:text-40{font-size:40px}.sm\:text-\[12px\]{font-size:12px}.sm\:text-\[14px\]{font-size:14px}.sm\:text-\[16px\]{font-size:16px}.sm\:text-\[18px\]{font-size:18px}.sm\:text-\[20px\]{font-size:20px}.sm\:font-\[400\]{font-weight:400}.sm\:font-medium{font-weight:500}.sm\:font-normal{font-weight:400}.sm\:font-semibold{font-weight:600}.sm\:leading-12{line-height:12px}.sm\:leading-17{line-height:17px}.sm\:leading-18{line-height:18px}.sm\:leading-20{line-height:20px}.sm\:leading-21{line-height:21px}.sm\:leading-22{line-height:22px}.sm\:leading-24{line-height:24px}.sm\:leading-25{line-height:25px}.sm\:leading-26{line-height:26px}.sm\:leading-28{line-height:28px}.sm\:leading-30{line-height:30px}.sm\:leading-48{line-height:48px}.sm\:leading-\[53px\]{line-height:53px}.sm\:tracking-\[4px\]{letter-spacing:4px}.sm\:tracking-\[5px\]{letter-spacing:5px}.sm\:tracking-\[8px\]{letter-spacing:8px}.sm\:\!text-\[\#164B71\]{--tw-text-opacity:1!important;color:rgb(22 75 113/var(--tw-text-opacity))!important}.sm\:text-\[\#164B71\]{--tw-text-opacity:1;color:rgb(22 75 113/var(--tw-text-opacity))}.sm\:text-\[\#3D3D3D\]{--tw-text-opacity:1;color:rgb(61 61 61/var(--tw-text-opacity))}.sm\:text-\[\#86909C\],.sm\:text-\[\#86909c\]{--tw-text-opacity:1;color:rgb(134 144 156/var(--tw-text-opacity))}.sm\:text-\[\#CCCCCC\]{--tw-text-opacity:1;color:rgb(204 204 204/var(--tw-text-opacity))}.sm\:text-\[\#fff\]{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.sm\:text-cl-139{color:#fff}.sm\:text-cl-145{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.sm\:\!shadow-\[0_0_0px_0_rgba\(255\2c 255\2c 255\2c 1\)\]{--tw-shadow:0 0 0px 0 #fff!important;--tw-shadow-colored:0 0 0px 0 var(--tw-shadow-color)!important;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)!important}.sm\:shadow-\[0_1px_0px_0px_rgba\(0\2c 0\2c 0\2c 0\.05\)\]{--tw-shadow:0 1px 0px 0px rgba(0,0,0,.05);--tw-shadow-colored:0 1px 0px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.sm\:shadow-\[0\]{--tw-shadow-color:0;--tw-shadow:var(--tw-shadow-colored)}.sm\:hover\:bg-\[\#FAFAFA\]:hover{--tw-bg-opacity:1;background-color:rgb(250 250 250/var(--tw-bg-opacity))}.sm\:hover\:bg-\[\#fff\]:hover{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.sm\:hover\:bg-cl-109:hover{background-color:rgba(0,0,0,.03)}.sm\:hover\:bg-transparent:hover{background-color:transparent}.sm\:hover\:text-\[\#000\]:hover{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity))}.sm\:hover\:text-\[\#1D2129\]:hover{--tw-text-opacity:1;color:rgb(29 33 41/var(--tw-text-opacity))}.sm\:hover\:text-\[\#C9CDD4\]:hover{--tw-text-opacity:1;color:rgb(201 205 212/var(--tw-text-opacity))}.sm\:hover\:opacity-100:hover{opacity:1}.group:hover .sm\:group-hover\:hidden{display:none}.group:hover .sm\:group-hover\:text-\[\#3D3D3D\]{--tw-text-opacity:1;color:rgb(61 61 61/var(--tw-text-opacity))}}@media (min-width:799px){.xs\:bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.xs\:hover\:bg-cl-109:hover{background-color:rgba(0,0,0,.03)}}.rtl\:\!left-\[130px\]:where([dir=rtl],[dir=rtl] *){left:130px!important}.rtl\:\!left-\[280\%\]:where([dir=rtl],[dir=rtl] *){left:280%!important}.rtl\:\!right-0:where([dir=rtl],[dir=rtl] *){right:0!important}.rtl\:\!right-\[-148px\]:where([dir=rtl],[dir=rtl] *){right:-148px!important}.rtl\:\!right-auto:where([dir=rtl],[dir=rtl] *){right:auto!important}.rtl\:-left-10:where([dir=rtl],[dir=rtl] *){left:-10px}.rtl\:-left-145:where([dir=rtl],[dir=rtl] *){left:-145px}.rtl\:-left-18:where([dir=rtl],[dir=rtl] *){left:-18px}.rtl\:-left-2:where([dir=rtl],[dir=rtl] *){left:-2px}.rtl\:-left-20:where([dir=rtl],[dir=rtl] *){left:-20px}.rtl\:-left-5:where([dir=rtl],[dir=rtl] *){left:-5px}.rtl\:-left-60:where([dir=rtl],[dir=rtl] *){left:-60px}.rtl\:-right-15:where([dir=rtl],[dir=rtl] *){right:-15px}.rtl\:-right-7:where([dir=rtl],[dir=rtl] *){right:-7px}.rtl\:left-0:where([dir=rtl],[dir=rtl] *){left:0}.rtl\:left-10:where([dir=rtl],[dir=rtl] *){left:10px}.rtl\:left-12:where([dir=rtl],[dir=rtl] *){left:12px}.rtl\:left-14:where([dir=rtl],[dir=rtl] *){left:14px}.rtl\:left-16:where([dir=rtl],[dir=rtl] *){left:16px}.rtl\:left-18:where([dir=rtl],[dir=rtl] *){left:18px}.rtl\:left-19:where([dir=rtl],[dir=rtl] *){left:19px}.rtl\:left-20:where([dir=rtl],[dir=rtl] *){left:20px}.rtl\:left-22:where([dir=rtl],[dir=rtl] *){left:22px}.rtl\:left-30:where([dir=rtl],[dir=rtl] *){left:30px}.rtl\:left-332:where([dir=rtl],[dir=rtl] *){left:332px}.rtl\:left-5:where([dir=rtl],[dir=rtl] *){left:5px}.rtl\:left-6:where([dir=rtl],[dir=rtl] *){left:6px}.rtl\:left-\[-148px\]:where([dir=rtl],[dir=rtl] *){left:-148px}.rtl\:left-\[0px\]:where([dir=rtl],[dir=rtl] *){left:0}.rtl\:left-\[10px\]:where([dir=rtl],[dir=rtl] *){left:10px}.rtl\:left-\[12px\]:where([dir=rtl],[dir=rtl] *){left:12px}.rtl\:left-\[18px\]:where([dir=rtl],[dir=rtl] *){left:18px}.rtl\:left-\[20px\]:where([dir=rtl],[dir=rtl] *){left:20px}.rtl\:left-\[24px\]:where([dir=rtl],[dir=rtl] *){left:24px}.rtl\:left-\[32px\]:where([dir=rtl],[dir=rtl] *){left:32px}.rtl\:left-\[68px\]:where([dir=rtl],[dir=rtl] *){left:68px}.rtl\:left-\[86\%\]:where([dir=rtl],[dir=rtl] *){left:86%}.rtl\:left-\[unset\]:where([dir=rtl],[dir=rtl] *){left:unset}.rtl\:left-auto:where([dir=rtl],[dir=rtl] *){left:auto}.rtl\:right-0:where([dir=rtl],[dir=rtl] *){right:0}.rtl\:right-18:where([dir=rtl],[dir=rtl] *){right:18px}.rtl\:right-664:where([dir=rtl],[dir=rtl] *){right:664px}.rtl\:right-\[-1px\]:where([dir=rtl],[dir=rtl] *){right:-1px}.rtl\:right-\[-6px\]:where([dir=rtl],[dir=rtl] *){right:-6px}.rtl\:right-\[18px\]:where([dir=rtl],[dir=rtl] *){right:18px}.rtl\:right-\[20px\]:where([dir=rtl],[dir=rtl] *){right:20px}.rtl\:right-\[unset\]:where([dir=rtl],[dir=rtl] *){right:unset}.rtl\:right-auto:where([dir=rtl],[dir=rtl] *){right:auto}.rtl\:m-\[0px_0px_0px_10px\]:where([dir=rtl],[dir=rtl] *){margin:0 0 0 10px}.rtl\:m-\[0px_0px_0px_14px\]:where([dir=rtl],[dir=rtl] *){margin:0 0 0 14px}.rtl\:m-\[0px_0px_0px_16px\]:where([dir=rtl],[dir=rtl] *){margin:0 0 0 16px}.rtl\:m-\[0px_0px_0px_20px\]:where([dir=rtl],[dir=rtl] *){margin:0 0 0 20px}.rtl\:m-\[0px_0px_0px_2px\]:where([dir=rtl],[dir=rtl] *){margin:0 0 0 2px}.rtl\:m-\[0px_0px_0px_32px\]:where([dir=rtl],[dir=rtl] *){margin:0 0 0 32px}.rtl\:m-\[0px_0px_0px_4px\]:where([dir=rtl],[dir=rtl] *){margin:0 0 0 4px}.rtl\:m-\[0px_0px_0px_6px\]:where([dir=rtl],[dir=rtl] *){margin:0 0 0 6px}.rtl\:m-\[0px_0px_0px_8px\]:where([dir=rtl],[dir=rtl] *){margin:0 0 0 8px}.rtl\:m-\[0px_0px_8px_10px\]:where([dir=rtl],[dir=rtl] *){margin:0 0 8px 10px}.rtl\:m-\[0px_0px_8px_8px\]:where([dir=rtl],[dir=rtl] *){margin:0 0 8px 8px}.rtl\:m-\[0px_12px_0px_0px\]:where([dir=rtl],[dir=rtl] *){margin:0 12px 0 0}.rtl\:m-\[0px_4px_0px_0px\]:where([dir=rtl],[dir=rtl] *){margin:0 4px 0 0}.rtl\:m-\[0px_8px_0px_0px\]:where([dir=rtl],[dir=rtl] *){margin:0 8px 0 0}.rtl\:m-\[0px_8px_0px_6px\]:where([dir=rtl],[dir=rtl] *){margin:0 8px 0 6px}.rtl\:m-\[20px_0px_0px_20px\]:where([dir=rtl],[dir=rtl] *){margin:20px 0 0 20px}.rtl\:m-\[2px_8px_2px_0\]:where([dir=rtl],[dir=rtl] *){margin:2px 8px 2px 0}.rtl\:m-\[8px_0px_0px_8px\]:where([dir=rtl],[dir=rtl] *){margin:8px 0 0 8px}.rtl\:m-\[auto_0px_auto_2px\]:where([dir=rtl],[dir=rtl] *){margin:auto 0 auto 2px}.rtl\:\!ml-0:where([dir=rtl],[dir=rtl] *){margin-left:0!important}.rtl\:\!ml-12:where([dir=rtl],[dir=rtl] *){margin-left:12px!important}.rtl\:\!ml-\[0px\]:where([dir=rtl],[dir=rtl] *){margin-left:0!important}.rtl\:\!mr-0:where([dir=rtl],[dir=rtl] *){margin-right:0!important}.rtl\:\!mr-\[0px\]:where([dir=rtl],[dir=rtl] *){margin-right:0!important}.rtl\:\!mr-\[51px\]:where([dir=rtl],[dir=rtl] *){margin-right:51px!important}.rtl\:ml-0:where([dir=rtl],[dir=rtl] *){margin-left:0}.rtl\:ml-10:where([dir=rtl],[dir=rtl] *){margin-left:10px}.rtl\:ml-12:where([dir=rtl],[dir=rtl] *){margin-left:12px}.rtl\:ml-13:where([dir=rtl],[dir=rtl] *){margin-left:13px}.rtl\:ml-14:where([dir=rtl],[dir=rtl] *){margin-left:14px}.rtl\:ml-15:where([dir=rtl],[dir=rtl] *){margin-left:15px}.rtl\:ml-16:where([dir=rtl],[dir=rtl] *){margin-left:16px}.rtl\:ml-19:where([dir=rtl],[dir=rtl] *){margin-left:19px}.rtl\:ml-2:where([dir=rtl],[dir=rtl] *){margin-left:2px}.rtl\:ml-20:where([dir=rtl],[dir=rtl] *){margin-left:20px}.rtl\:ml-22:where([dir=rtl],[dir=rtl] *){margin-left:22px}.rtl\:ml-24:where([dir=rtl],[dir=rtl] *){margin-left:24px}.rtl\:ml-28:where([dir=rtl],[dir=rtl] *){margin-left:28px}.rtl\:ml-3:where([dir=rtl],[dir=rtl] *){margin-left:3px}.rtl\:ml-30:where([dir=rtl],[dir=rtl] *){margin-left:30px}.rtl\:ml-32:where([dir=rtl],[dir=rtl] *){margin-left:32px}.rtl\:ml-4:where([dir=rtl],[dir=rtl] *){margin-left:4px}.rtl\:ml-44:where([dir=rtl],[dir=rtl] *){margin-left:44px}.rtl\:ml-5:where([dir=rtl],[dir=rtl] *){margin-left:5px}.rtl\:ml-50:where([dir=rtl],[dir=rtl] *){margin-left:50px}.rtl\:ml-6:where([dir=rtl],[dir=rtl] *){margin-left:6px}.rtl\:ml-7:where([dir=rtl],[dir=rtl] *){margin-left:7px}.rtl\:ml-8:where([dir=rtl],[dir=rtl] *){margin-left:8px}.rtl\:ml-80:where([dir=rtl],[dir=rtl] *){margin-left:80px}.rtl\:ml-\[0px\]:where([dir=rtl],[dir=rtl] *){margin-left:0}.rtl\:ml-\[10px\]:where([dir=rtl],[dir=rtl] *){margin-left:10px}.rtl\:ml-\[12px\]:where([dir=rtl],[dir=rtl] *){margin-left:12px}.rtl\:ml-\[14px\]:where([dir=rtl],[dir=rtl] *){margin-left:14px}.rtl\:ml-\[16px\]:where([dir=rtl],[dir=rtl] *){margin-left:16px}.rtl\:ml-\[20px\]:where([dir=rtl],[dir=rtl] *){margin-left:20px}.rtl\:ml-\[2px\]:where([dir=rtl],[dir=rtl] *){margin-left:2px}.rtl\:ml-\[40px\]:where([dir=rtl],[dir=rtl] *){margin-left:40px}.rtl\:ml-\[4px\]:where([dir=rtl],[dir=rtl] *){margin-left:4px}.rtl\:ml-\[6px\]:where([dir=rtl],[dir=rtl] *){margin-left:6px}.rtl\:ml-\[8px\]:where([dir=rtl],[dir=rtl] *){margin-left:8px}.rtl\:ml-auto:where([dir=rtl],[dir=rtl] *){margin-left:auto}.rtl\:mr-0:where([dir=rtl],[dir=rtl] *){margin-right:0}.rtl\:mr-10:where([dir=rtl],[dir=rtl] *){margin-right:10px}.rtl\:mr-101:where([dir=rtl],[dir=rtl] *){margin-right:101px}.rtl\:mr-12:where([dir=rtl],[dir=rtl] *){margin-right:12px}.rtl\:mr-16:where([dir=rtl],[dir=rtl] *){margin-right:16px}.rtl\:mr-18:where([dir=rtl],[dir=rtl] *){margin-right:18px}.rtl\:mr-2:where([dir=rtl],[dir=rtl] *){margin-right:2px}.rtl\:mr-20:where([dir=rtl],[dir=rtl] *){margin-right:20px}.rtl\:mr-22:where([dir=rtl],[dir=rtl] *){margin-right:22px}.rtl\:mr-24:where([dir=rtl],[dir=rtl] *){margin-right:24px}.rtl\:mr-28:where([dir=rtl],[dir=rtl] *){margin-right:28px}.rtl\:mr-3:where([dir=rtl],[dir=rtl] *){margin-right:3px}.rtl\:mr-30:where([dir=rtl],[dir=rtl] *){margin-right:30px}.rtl\:mr-32:where([dir=rtl],[dir=rtl] *){margin-right:32px}.rtl\:mr-34:where([dir=rtl],[dir=rtl] *){margin-right:34px}.rtl\:mr-390:where([dir=rtl],[dir=rtl] *){margin-right:390px}.rtl\:mr-4:where([dir=rtl],[dir=rtl] *){margin-right:4px}.rtl\:mr-5:where([dir=rtl],[dir=rtl] *){margin-right:5px}.rtl\:mr-50:where([dir=rtl],[dir=rtl] *){margin-right:50px}.rtl\:mr-6:where([dir=rtl],[dir=rtl] *){margin-right:6px}.rtl\:mr-70:where([dir=rtl],[dir=rtl] *){margin-right:70px}.rtl\:mr-8:where([dir=rtl],[dir=rtl] *){margin-right:8px}.rtl\:mr-80:where([dir=rtl],[dir=rtl] *){margin-right:80px}.rtl\:mr-\[0px\]:where([dir=rtl],[dir=rtl] *){margin-right:0}.rtl\:mr-\[1\.25px\]:where([dir=rtl],[dir=rtl] *){margin-right:1.25px}.rtl\:mr-\[10px\]:where([dir=rtl],[dir=rtl] *){margin-right:10px}.rtl\:mr-\[12px\]:where([dir=rtl],[dir=rtl] *){margin-right:12px}.rtl\:mr-\[20px\]:where([dir=rtl],[dir=rtl] *){margin-right:20px}.rtl\:mr-\[24px\]:where([dir=rtl],[dir=rtl] *){margin-right:24px}.rtl\:mr-\[3px\]:where([dir=rtl],[dir=rtl] *){margin-right:3px}.rtl\:mr-\[4px\]:where([dir=rtl],[dir=rtl] *){margin-right:4px}.rtl\:mr-\[5px\]:where([dir=rtl],[dir=rtl] *){margin-right:5px}.rtl\:mr-\[6px\]:where([dir=rtl],[dir=rtl] *){margin-right:6px}.rtl\:mr-\[8px\]:where([dir=rtl],[dir=rtl] *){margin-right:8px}.rtl\:mr-auto:where([dir=rtl],[dir=rtl] *){margin-right:auto}.rtl\:inline-block:where([dir=rtl],[dir=rtl] *){display:inline-block}.rtl\:flex:where([dir=rtl],[dir=rtl] *){display:flex}.rtl\:hidden:where([dir=rtl],[dir=rtl] *){display:none}.rtl\:\!translate-y-\[-50\%\]:where([dir=rtl],[dir=rtl] *){--tw-translate-y:-50%!important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.rtl\:-translate-x-8:where([dir=rtl],[dir=rtl] *){--tw-translate-x:-8px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rtl\:\!-rotate-90:where([dir=rtl],[dir=rtl] *){--tw-rotate:-90deg!important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.rtl\:-rotate-45:where([dir=rtl],[dir=rtl] *){--tw-rotate:-45deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rtl\:-rotate-90:where([dir=rtl],[dir=rtl] *){--tw-rotate:-90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rtl\:rotate-0:where([dir=rtl],[dir=rtl] *){--tw-rotate:0deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rtl\:rotate-180:where([dir=rtl],[dir=rtl] *){--tw-rotate:180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rtl\:rotate-90:where([dir=rtl],[dir=rtl] *){--tw-rotate:90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rtl\:rotate-\[180deg\]:where([dir=rtl],[dir=rtl] *){--tw-rotate:180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rtl\:transform:where([dir=rtl],[dir=rtl] *){transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rtl\:flex-row-reverse:where([dir=rtl],[dir=rtl] *){flex-direction:row-reverse}.rtl\:justify-start:where([dir=rtl],[dir=rtl] *){justify-content:flex-start}.rtl\:justify-end:where([dir=rtl],[dir=rtl] *){justify-content:flex-end}.rtl\:space-x-reverse:where([dir=rtl],[dir=rtl] *)>:not([hidden])~:not([hidden]){--tw-space-x-reverse:1}.rtl\:rounded-\[12px_0px_0px_12px\]:where([dir=rtl],[dir=rtl] *){border-radius:12px 0 0 12px}.rtl\:border-l-0:where([dir=rtl],[dir=rtl] *){border-left-width:0}.rtl\:border-l-2:where([dir=rtl],[dir=rtl] *){border-left-width:2px}.rtl\:border-l-\[0px\]:where([dir=rtl],[dir=rtl] *){border-left-width:0}.rtl\:border-r:where([dir=rtl],[dir=rtl] *){border-right-width:1px}.rtl\:border-r-0:where([dir=rtl],[dir=rtl] *){border-right-width:0}.rtl\:border-r-\[1px\]:where([dir=rtl],[dir=rtl] *){border-right-width:1px}.rtl\:from-\[\#E8EBF9\]:where([dir=rtl],[dir=rtl] *){--tw-gradient-from:#e8ebf9 var(--tw-gradient-from-position);--tw-gradient-to:rgba(232,235,249,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.rtl\:from-\[\#FFEDE4\]:where([dir=rtl],[dir=rtl] *){--tw-gradient-from:#ffede4 var(--tw-gradient-from-position);--tw-gradient-to:rgba(255,237,228,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.rtl\:to-\[\#ffffff\]:where([dir=rtl],[dir=rtl] *){--tw-gradient-to:#fff var(--tw-gradient-to-position)}.rtl\:bg-\[left_14px_top_12px\]:where([dir=rtl],[dir=rtl] *){background-position:left 14px top 12px}.rtl\:p-\[0px_0px_0px_12px\]:where([dir=rtl],[dir=rtl] *){padding:0 0 0 12px}.rtl\:p-\[0px_10px_0px_28px\]:where([dir=rtl],[dir=rtl] *){padding:0 10px 0 28px}.rtl\:p-\[0px_20px_0px_0px\]:where([dir=rtl],[dir=rtl] *){padding:0 20px 0 0}.rtl\:p-\[10px_14px_10px_10px\]:where([dir=rtl],[dir=rtl] *){padding:10px 14px 10px 10px}.rtl\:p-\[1px_0px_1px_6px\]:where([dir=rtl],[dir=rtl] *){padding:1px 0 1px 6px}.rtl\:p-\[6px_12px_6px_0px\]:where([dir=rtl],[dir=rtl] *){padding:6px 12px 6px 0}.rtl\:p-\[6px_12px_6px_34px\]:where([dir=rtl],[dir=rtl] *){padding:6px 12px 6px 34px}.rtl\:\!pl-0:where([dir=rtl],[dir=rtl] *){padding-left:0!important}.rtl\:\!pr-30:where([dir=rtl],[dir=rtl] *){padding-right:30px!important}.rtl\:pl-0:where([dir=rtl],[dir=rtl] *){padding-left:0}.rtl\:pl-10:where([dir=rtl],[dir=rtl] *){padding-left:10px}.rtl\:pl-12:where([dir=rtl],[dir=rtl] *){padding-left:12px}.rtl\:pl-15:where([dir=rtl],[dir=rtl] *){padding-left:15px}.rtl\:pl-16:where([dir=rtl],[dir=rtl] *){padding-left:16px}.rtl\:pl-20:where([dir=rtl],[dir=rtl] *){padding-left:20px}.rtl\:pl-23:where([dir=rtl],[dir=rtl] *){padding-left:23px}.rtl\:pl-24:where([dir=rtl],[dir=rtl] *){padding-left:24px}.rtl\:pl-28:where([dir=rtl],[dir=rtl] *){padding-left:28px}.rtl\:pl-35:where([dir=rtl],[dir=rtl] *){padding-left:35px}.rtl\:pl-40:where([dir=rtl],[dir=rtl] *){padding-left:40px}.rtl\:pl-48:where([dir=rtl],[dir=rtl] *){padding-left:48px}.rtl\:pl-5:where([dir=rtl],[dir=rtl] *){padding-left:5px}.rtl\:pl-6:where([dir=rtl],[dir=rtl] *){padding-left:6px}.rtl\:pl-60:where([dir=rtl],[dir=rtl] *){padding-left:60px}.rtl\:pl-8:where([dir=rtl],[dir=rtl] *){padding-left:8px}.rtl\:pl-\[0px\]:where([dir=rtl],[dir=rtl] *){padding-left:0}.rtl\:pl-\[10px\]:where([dir=rtl],[dir=rtl] *){padding-left:10px}.rtl\:pl-\[12px\]:where([dir=rtl],[dir=rtl] *){padding-left:12px}.rtl\:pl-\[15px\]:where([dir=rtl],[dir=rtl] *){padding-left:15px}.rtl\:pl-\[20px\]:where([dir=rtl],[dir=rtl] *){padding-left:20px}.rtl\:pr-0:where([dir=rtl],[dir=rtl] *){padding-right:0}.rtl\:pr-10:where([dir=rtl],[dir=rtl] *){padding-right:10px}.rtl\:pr-12:where([dir=rtl],[dir=rtl] *){padding-right:12px}.rtl\:pr-120:where([dir=rtl],[dir=rtl] *){padding-right:120px}.rtl\:pr-136:where([dir=rtl],[dir=rtl] *){padding-right:136px}.rtl\:pr-14:where([dir=rtl],[dir=rtl] *){padding-right:14px}.rtl\:pr-15:where([dir=rtl],[dir=rtl] *){padding-right:15px}.rtl\:pr-156:where([dir=rtl],[dir=rtl] *){padding-right:156px}.rtl\:pr-16:where([dir=rtl],[dir=rtl] *){padding-right:16px}.rtl\:pr-2:where([dir=rtl],[dir=rtl] *){padding-right:2px}.rtl\:pr-20:where([dir=rtl],[dir=rtl] *){padding-right:20px}.rtl\:pr-24:where([dir=rtl],[dir=rtl] *){padding-right:24px}.rtl\:pr-29:where([dir=rtl],[dir=rtl] *){padding-right:29px}.rtl\:pr-30:where([dir=rtl],[dir=rtl] *){padding-right:30px}.rtl\:pr-35:where([dir=rtl],[dir=rtl] *){padding-right:35px}.rtl\:pr-4:where([dir=rtl],[dir=rtl] *){padding-right:4px}.rtl\:pr-6:where([dir=rtl],[dir=rtl] *){padding-right:6px}.rtl\:pr-60:where([dir=rtl],[dir=rtl] *){padding-right:60px}.rtl\:pr-8:where([dir=rtl],[dir=rtl] *){padding-right:8px}.rtl\:pr-80:where([dir=rtl],[dir=rtl] *){padding-right:80px}.rtl\:pr-98:where([dir=rtl],[dir=rtl] *){padding-right:98px}.rtl\:pr-\[0px\]:where([dir=rtl],[dir=rtl] *){padding-right:0}.rtl\:pr-\[20px\]:where([dir=rtl],[dir=rtl] *){padding-right:20px}.rtl\:text-left:where([dir=rtl],[dir=rtl] *){text-align:left}.rtl\:\!text-right:where([dir=rtl],[dir=rtl] *){text-align:right!important}.rtl\:text-right:where([dir=rtl],[dir=rtl] *){text-align:right}.rtl\:after\:-right-12:where([dir=rtl],[dir=rtl] *):after{content:var(--tw-content);right:-12px}.rtl\:after\:left-10:where([dir=rtl],[dir=rtl] *):after{content:var(--tw-content);left:10px}.rtl\:after\:right-auto:where([dir=rtl],[dir=rtl] *):after{content:var(--tw-content);right:auto}.rtl\:first\:border-r-0:first-child:where([dir=rtl],[dir=rtl] *){border-right-width:0}.rtl\:last\:ml-0:last-child:where([dir=rtl],[dir=rtl] *){margin-left:0}.rtl\:odd\:ml-30:nth-child(odd):where([dir=rtl],[dir=rtl] *){margin-left:30px}.rtl\:odd\:mr-0:nth-child(odd):where([dir=rtl],[dir=rtl] *){margin-right:0}@media (max-width:1199px){.lg\:rtl\:\!ml-20:where([dir=rtl],[dir=rtl] *){margin-left:20px!important}.lg\:rtl\:\!mr-0:where([dir=rtl],[dir=rtl] *){margin-right:0!important}.lg\:rtl\:ml-0:where([dir=rtl],[dir=rtl] *){margin-left:0}.lg\:rtl\:ml-30:where([dir=rtl],[dir=rtl] *){margin-left:30px}.lg\:rtl\:ml-64:where([dir=rtl],[dir=rtl] *){margin-left:64px}.lg\:rtl\:mr-0:where([dir=rtl],[dir=rtl] *){margin-right:0}.lg\:rtl\:mr-64:where([dir=rtl],[dir=rtl] *){margin-right:64px}.rtl\:lg\:ml-0:where([dir=rtl],[dir=rtl] *){margin-left:0}.rtl\:lg\:ml-40:where([dir=rtl],[dir=rtl] *){margin-left:40px}.rtl\:lg\:mr-0:where([dir=rtl],[dir=rtl] *){margin-right:0}.rtl\:lg\:mr-16:where([dir=rtl],[dir=rtl] *){margin-right:16px}.rtl\:lg\:mr-81:where([dir=rtl],[dir=rtl] *){margin-right:81px}.lg\:rtl\:px-0:where([dir=rtl],[dir=rtl] *){padding-left:0;padding-right:0}.lg\:rtl\:px-40:where([dir=rtl],[dir=rtl] *){padding-left:40px;padding-right:40px}.lg\:rtl\:pl-0:where([dir=rtl],[dir=rtl] *){padding-left:0}.lg\:rtl\:pr-105:where([dir=rtl],[dir=rtl] *){padding-right:105px}.lg\:rtl\:pr-125:where([dir=rtl],[dir=rtl] *){padding-right:125px}.lg\:rtl\:pr-67:where([dir=rtl],[dir=rtl] *){padding-right:67px}}@media (max-width:999px){.rtl\:md\:left-auto:where([dir=rtl],[dir=rtl] *){left:auto}.rtl\:md\:right-\[18px\]:where([dir=rtl],[dir=rtl] *){right:18px}.md\:rtl\:ml-0:where([dir=rtl],[dir=rtl] *){margin-left:0}.md\:rtl\:ml-14:where([dir=rtl],[dir=rtl] *){margin-left:14px}.md\:rtl\:ml-20:where([dir=rtl],[dir=rtl] *){margin-left:20px}.md\:rtl\:ml-30:where([dir=rtl],[dir=rtl] *){margin-left:30px}.md\:rtl\:mr-0:where([dir=rtl],[dir=rtl] *){margin-right:0}.md\:rtl\:mr-30:where([dir=rtl],[dir=rtl] *){margin-right:30px}.rtl\:md\:ml-0:where([dir=rtl],[dir=rtl] *){margin-left:0}.rtl\:md\:ml-30:where([dir=rtl],[dir=rtl] *){margin-left:30px}.rtl\:md\:mr-0:where([dir=rtl],[dir=rtl] *){margin-right:0}.rtl\:md\:mr-34:where([dir=rtl],[dir=rtl] *){margin-right:34px}.md\:rtl\:px-0:where([dir=rtl],[dir=rtl] *){padding-left:0;padding-right:0}.md\:rtl\:pr-8:where([dir=rtl],[dir=rtl] *){padding-right:8px}.rtl\:md\:pl-10:where([dir=rtl],[dir=rtl] *){padding-left:10px}.rtl\:md\:pr-0:where([dir=rtl],[dir=rtl] *){padding-right:0}.rtl\:md\:text-right:where([dir=rtl],[dir=rtl] *){text-align:right}}@media (max-width:799px){.rtl\:sm\:left-auto:where([dir=rtl],[dir=rtl] *){left:auto}.rtl\:sm\:right-0:where([dir=rtl],[dir=rtl] *){right:0}.sm\:rtl\:left-4:where([dir=rtl],[dir=rtl] *){left:4px}.sm\:rtl\:right-5:where([dir=rtl],[dir=rtl] *){right:5px}.sm\:rtl\:right-auto:where([dir=rtl],[dir=rtl] *){right:auto}.rtl\:sm\:m-\[0px_0px_0px_20px\]:where([dir=rtl],[dir=rtl] *){margin:0 0 0 20px}.rtl\:sm\:mx-0:where([dir=rtl],[dir=rtl] *){margin-left:0;margin-right:0}.sm\:rtl\:\!mx-0:where([dir=rtl],[dir=rtl] *){margin-left:0!important;margin-right:0!important}.sm\:rtl\:mx-0:where([dir=rtl],[dir=rtl] *){margin-left:0;margin-right:0}.rtl\:sm\:\!mr-0:where([dir=rtl],[dir=rtl] *){margin-right:0!important}.rtl\:sm\:ml-0:where([dir=rtl],[dir=rtl] *){margin-left:0}.rtl\:sm\:ml-10:where([dir=rtl],[dir=rtl] *){margin-left:10px}.rtl\:sm\:ml-4:where([dir=rtl],[dir=rtl] *){margin-left:4px}.rtl\:sm\:ml-8:where([dir=rtl],[dir=rtl] *){margin-left:8px}.rtl\:sm\:mr-0:where([dir=rtl],[dir=rtl] *){margin-right:0}.rtl\:sm\:mr-10:where([dir=rtl],[dir=rtl] *){margin-right:10px}.rtl\:sm\:mr-8:where([dir=rtl],[dir=rtl] *){margin-right:8px}.rtl\:sm\:mt-4:where([dir=rtl],[dir=rtl] *){margin-top:4px}.sm\:rtl\:ml-0:where([dir=rtl],[dir=rtl] *){margin-left:0}.sm\:rtl\:ml-11:where([dir=rtl],[dir=rtl] *){margin-left:11px}.sm\:rtl\:ml-8:where([dir=rtl],[dir=rtl] *){margin-left:8px}.sm\:rtl\:mr-0:where([dir=rtl],[dir=rtl] *){margin-right:0}.sm\:rtl\:mr-26:where([dir=rtl],[dir=rtl] *){margin-right:26px}.sm\:rtl\:mr-8:where([dir=rtl],[dir=rtl] *){margin-right:8px}.rtl\:sm\:space-y-0:where([dir=rtl],[dir=rtl] *)>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(0px*var(--tw-space-y-reverse));margin-top:calc(0px*(1 - var(--tw-space-y-reverse)))}.sm\:rtl\:space-x-reverse:where([dir=rtl],[dir=rtl] *)>:not([hidden])~:not([hidden]){--tw-space-x-reverse:1}.rtl\:sm\:pb-4:where([dir=rtl],[dir=rtl] *){padding-bottom:4px}.rtl\:sm\:pl-0:where([dir=rtl],[dir=rtl] *){padding-left:0}.rtl\:sm\:pl-18:where([dir=rtl],[dir=rtl] *){padding-left:18px}.rtl\:sm\:pl-30:where([dir=rtl],[dir=rtl] *){padding-left:30px}.rtl\:sm\:pr-0:where([dir=rtl],[dir=rtl] *){padding-right:0}.rtl\:sm\:pt-16:where([dir=rtl],[dir=rtl] *){padding-top:16px}.sm\:rtl\:pl-\[8px\]:where([dir=rtl],[dir=rtl] *){padding-left:8px}.sm\:rtl\:pr-0:where([dir=rtl],[dir=rtl] *){padding-right:0}.sm\:rtl\:pr-10:where([dir=rtl],[dir=rtl] *){padding-right:10px}}.\[\&\:\:-webkit-scrollbar-thumb\]\:w-\[5px\]::-webkit-scrollbar-thumb{width:5px}.\[\&\:\:-webkit-scrollbar-thumb\]\:rounded-\[10px\]::-webkit-scrollbar-thumb{border-radius:10px}.\[\&\:\:-webkit-scrollbar-thumb\]\:bg-cl-2::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.05)}.\[\&\:\:-webkit-scrollbar\]\:h-\[0px\]::-webkit-scrollbar{height:0}.\[\&\:\:-webkit-scrollbar\]\:w-\[0px\]::-webkit-scrollbar{width:0}.\[\&\:\:-webkit-scrollbar\]\:w-\[5px\]::-webkit-scrollbar{width:5px}.\[\&\:first-child\]\:border-t:first-child{border-top-width:1px}.rtl\:\[\&\:first-child\]\:after\:content-\[\'\'\]:first-child:where([dir=rtl],[dir=rtl] *):after{--tw-content:"";content:var(--tw-content)}.\[\&\:last-child\>div\]\:border-b-\[0px\]:last-child>div{border-bottom-width:0}.\[\&\:last-child\>i\]\:hidden:last-child>i{display:none}.\[\&\:last-child\]\:border-b-0:last-child{border-bottom-width:0}.\[\&\:last-child\]\:pr-0:last-child{padding-right:0}.\[\&\:last-child\]\:after\:hidden:last-child:after{content:var(--tw-content);display:none}.\[\&\:nth-child\(1\)\]\:border-b:first-child{border-bottom-width:1px}.\[\&\:nth-child\(1\)\]\:border-solid:first-child{border-style:solid}.\[\&\:nth-child\(1\)\]\:border-cl-99:first-child{border-color:#f5f5f5}@media (max-width:799px){.sm\:\[\&\:nth-child\(1\)\]\:mt-0:first-child{margin-top:0}}.\[\&\:nth-child\(2\)\]\:border-b:nth-child(2){border-bottom-width:1px}.\[\&\:nth-child\(2\)\]\:border-solid:nth-child(2){border-style:solid}.\[\&\:nth-child\(2\)\]\:border-cl-99:nth-child(2){border-color:#f5f5f5}.\[\&\:nth-child\(3\)\]\:mb-0:nth-child(3){margin-bottom:0}@media (max-width:799px){.sm\:\[\&\:nth-child\(3\)\]\:mr-0:nth-child(3){margin-right:0}}.\[\&\:nth-child\(3n\)\]\:m-\[8px_0px_0px_0px\]:nth-child(3n){margin:8px 0 0}.\[\&\:nth-child\(4\)\]\:ml-0:nth-child(4){margin-left:0}.\[\&\:nth-child\(4\)\]\:mr-0:nth-child(4){margin-right:0}.\[\&\:nth-child\(4\)\]\:after\:content-\[\'\'\]:nth-child(4):after{--tw-content:"";content:var(--tw-content)}@media (max-width:799px){.sm\:\[\&\:nth-child\(4\)\]\:mr-20:nth-child(4){margin-right:20px}}.rtl\:\[\&\:nth-child\(4\)\]\:ml-19:nth-child(4):where([dir=rtl],[dir=rtl] *){margin-left:19px}.rtl\:\[\&\:nth-child\(4\)\]\:after\:content-\[\'\|\'\]:nth-child(4):where([dir=rtl],[dir=rtl] *):after{--tw-content:"|";content:var(--tw-content)}.\[\&\:nth-child\(4n\)\]\:ml-0:nth-child(4n){margin-left:0}.\[\&\:nth-child\(4n\)\]\:mr-0:nth-child(4n){margin-right:0}.\[\&\:nth-child\(9n\)\]\:m-\[0px\]:nth-child(9n){margin:0}.\[\&\:nth-last-child\(2\)\]\:border-b-0:nth-last-child(2){border-bottom-width:0}.\[\&\>\.el-input__inner\]\:\!size-50>.el-input inner{height:50px!important;width:50px!important}.\[\&\>div\:first-child\]\:border-none>div:first-child{border-style:none}.\[\&\>div\:first-child\]\:p-\[0px_0px_24px_0px\]>div:first-child{padding:0 0 24px}.\[\&_\.active\]\:\!bg-cl-88 .active{--tw-bg-opacity:1!important;background-color:rgb(29 33 41/var(--tw-bg-opacity))!important}.\[\&_\.active\]\:\!text-cl-91 .active{--tw-text-opacity:1!important;color:rgba(255,255,255,var(--tw-text-opacity))!important}.group:hover .group-hover\:\[\&_\.btitle\]\:text-\[\#B38936\] .btitle{--tw-text-opacity:1;color:rgb(179 137 54/var(--tw-text-opacity))}@media (min-width:799px){.\[\&_\.country-info\]\:xs\:\!grow-\[0\] .country-info{flex-grow:0!important}}.\[\&_\.dealer-basebox\]\:\!h-292 .dealer-basebox{height:292px!important}.\[\&_\.dealer-basebox\]\:\!pb-25 .dealer-basebox{padding-bottom:25px!important}.\[\&_\.dealer-r\]\:\!h-auto .dealer-r{height:auto!important}.\[\&_\.down-box\]\:\!min-w-\[100\%\] .down-box{min-width:100%!important}.\[\&_\.eco-botton\]\:\!h-36 .eco-botton{height:36px!important}.\[\&_\.eco-botton\]\:\!rounded-4 .eco-botton{border-radius:4px!important}.\[\&_\.eco-botton\]\:border .eco-botton{border-width:1px}.\[\&_\.eco-botton\]\:border-solid .eco-botton{border-style:solid}.\[\&_\.eco-botton\]\:border-cl-5 .eco-botton{border-color:rgba(61,61,61,.3)}.\[\&_\.eco-botton\]\:\!bg-cl-91 .eco-botton{--tw-bg-opacity:1!important;background-color:rgba(255,255,255,var(--tw-bg-opacity))!important}.\[\&_\.eco-botton\]\:\!text-14 .eco-botton{font-size:14px!important}.\[\&_\.eco-botton\]\:\!leading-20 .eco-botton{line-height:20px!important}.\[\&_\.el-date-picker\]\:relative .el-date-picker{position:relative}.\[\&_\.el-date-picker\]\:z-\[2\] .el-date-picker{z-index:2}.\[\&_\.el-dialog\]\:h-686 .el-dialog{height:686px}.\[\&_\.el-dialog\]\:max-h-686 .el-dialog{max-height:686px}.\[\&_\.el-dialog\]\:\!w-884 .el-dialog{width:884px!important}@media (max-width:999px){.\[\&_\.el-dialog\]\:md\:\!w-700 .el-dialog{width:700px!important}}@media (max-width:799px){.sm\:\[\&_\.el-dialog\]\:h-screen .el-dialog{height:100vh}.sm\:\[\&_\.el-dialog\]\:max-h-full .el-dialog{max-height:100%}.sm\:\[\&_\.el-dialog\]\:\!rounded-0 .el-dialog{border-radius:0!important}.sm\:\[\&_\.el-dialog\]\:\!px-0 .el-dialog{padding-left:0!important;padding-right:0!important}}.\[\&_\.el-input\]\:\!pl-30 .el-input{padding-left:30px!important}.rtl\:\[\&_\.el-input\]\:\!pl-0 .el-input:where([dir=rtl],[dir=rtl] *){padding-left:0!important}.rtl\:\[\&_\.el-input\]\:\!pr-30 .el-input:where([dir=rtl],[dir=rtl] *){padding-right:30px!important}.\[\&_\.el-scrollbar\]\:w-304 .el-scrollbar{width:304px}@media (max-width:999px){.\[\&_\.el-scrollbar\]\:md\:w-290 .el-scrollbar{width:290px}}.\[\&_\.finger-box-span\]\:mb-14 .finger-box-span{margin-bottom:14px}.\[\&_\.finger-box\]\:h-148 .finger-box{height:148px}.\[\&_\.finger-box\]\:h-87 .finger-box{height:87px}@media (max-width:1199px){.lg\:\[\&_\.follow-list\:nth-child\(2n\)\]\:\!m-\[20px_0px_0px_0px\] .follow-list:nth-child(2n){margin:20px 0 0!important}}.\[\&_\.follow-list\:nth-child\(3n\)\]\:m-\[20px_0px_0px_0px\] .follow-list:nth-child(3n){margin:20px 0 0}@media (max-width:1199px){.lg\:\[\&_\.follow-list\:nth-child\(3n\)\]\:m-\[20px_20px_0px_0px\] .follow-list:nth-child(3n){margin:20px 20px 0 0}}.\[\&_\.green-label\]\:\!hidden .green-label{display:none!important}.\[\&_\.home-tab-active\]\:border-b .home-tab-active{border-bottom-width:1px}.\[\&_\.home-tab-active\]\:border-solid .home-tab-active{border-style:solid}.\[\&_\.home-tab-active\]\:border-cl-10 .home-tab-active{--tw-border-opacity:1;border-color:rgb(61 61 61/var(--tw-border-opacity))}.\[\&_\.home-tab-active\]\:\!text-16 .home-tab-active{font-size:16px!important}.\[\&_\.info-item\]\:w-\[calc\(50\%-20px\)\] .info-item{width:calc(50% - 20px)}.\[\&_\.info-right\]\:\!w-\[55\%\] .info-right{width:55%!important}.\[\&_\.info-right\]\:\!flex-1 .info-right{flex:1 1 0%!important}.\[\&_\.left-dealer\]\:\!w-\[70\%\] .left-dealer{width:70%!important}.\[\&_\.left-dealer\]\:\!flex-1 .left-dealer{flex:1 1 0%!important}.\[\&_\.line\]\:\!bottom-0 .line{bottom:0!important}.\[\&_\.log-btn\]\:\!text-cl-131 .log-btn{color:#272729!important}@media (min-width:799px){.\[\&_\.logo-img\]\:xs\:h-\[96px\] .logo-img{height:96px}.\[\&_\.logo-img\]\:xs\:w-\[170px\] .logo-img{width:170px}}.\[\&_\.more\]\:hidden .more{display:none}.\[\&_\.no-data\]\:\!bg-\[unset\] .no-data{background-color:unset!important}.hover\:\[\&_\.page-a\]\:\!bg-cl-88 .page-a:hover{--tw-bg-opacity:1!important;background-color:rgb(29 33 41/var(--tw-bg-opacity))!important}.hover\:\[\&_\.page-a\]\:\!text-cl-91 .page-a:hover{--tw-text-opacity:1!important;color:rgba(255,255,255,var(--tw-text-opacity))!important}.\[\&_\.service-box-find\]\:\!w-\[90\%\] .service-box-find{width:90%!important}.\[\&_\.servicer\]\:\!p-\[0px_0px_0px_25px\] .servicer{padding:0 0 0 25px!important}@media (max-width:1199px){.lg\:\[\&_\.servicer\]\:\!p-\[0px_0px_0px_15px\] .servicer{padding:0 0 0 15px!important}}.\[\&_\.sky-jury-bg\]\:mt-29 .sky-jury-bg{margin-top:29px}.\[\&_\.sky-jury-bg\]\:h-162 .sky-jury-bg{height:162px}.\[\&_\.sky-jury-bg\]\:h-252 .sky-jury-bg{height:252px}.\[\&_\.sky-jury-bg\]\:pt-0 .sky-jury-bg{padding-top:0}.\[\&_\.sky-jury-bg\]\:pt-51 .sky-jury-bg{padding-top:51px}.\[\&_\.sky-jury-img1\]\:h-44 .sky-jury-img1{height:44px}.\[\&_\.sky-jury-img1\]\:w-44 .sky-jury-img1{width:44px}.\[\&_\.sky-jury-img2\]\:h-60 .sky-jury-img2{height:60px}.\[\&_\.sky-jury-img2\]\:h-88 .sky-jury-img2{height:88px}.\[\&_\.sky-jury-img2\]\:w-60 .sky-jury-img2{width:60px}.\[\&_\.sky-jury-img2\]\:w-88 .sky-jury-img2{width:88px}.\[\&_\.sky-jury-line\]\:my-12 .sky-jury-line{margin-bottom:12px;margin-top:12px}.\[\&_\.sky-jury-name\]\:text-12 .sky-jury-name{font-size:12px}.\[\&_\.sky-jury-name\]\:leading-15 .sky-jury-name{line-height:15px}.\[\&_\.sky-jury-p\]\:text-12 .sky-jury-p{font-size:12px}.\[\&_\.sky-jury-p\]\:leading-18 .sky-jury-p{line-height:18px}.\[\&_\.sky-jury\]\:h-191 .sky-jury{height:191px}.hover\:\[\&_\.span\]\:font-semibold .span:hover{font-weight:600}.hover\:\[\&_\.span\]\:text-\[\#3d3d3d\] .span:hover{--tw-text-opacity:1;color:rgb(61 61 61/var(--tw-text-opacity))}.\[\&_\.trader-list-add\]\:\!mb-0 .trader-list-add{margin-bottom:0!important}@media (max-width:799px){.sm\:\[\&_\.trader-list-add\]\:h-90 .trader-list-add{height:90px}}@media (min-width:799px){.\[\&_\.trader-logo\]\:xs\:h-\[98px\] .trader-logo{height:98px}.\[\&_\.trader-logo\]\:xs\:w-\[178px\] .trader-logo{width:178px}.\[\&_\.trader-logo\]\:xs\:rounded-\[6px\] .trader-logo{border-radius:6px}}.first\:\[\&_\.tttw\]\:border-none .tttw:first-child{border-style:none}.\[\&_\.user-regulator-list\]\:\!border-0 .user-regulator-list{border-width:0!important}.\[\&_\.user-regulator-list\]\:\!p-\[0px_0px_30px\] .user-regulator-list{padding:0 0 30px!important}.\[\&_\.user-regulator-list\]\:\!shadow-\[0px_0px_0px_0px_rgba\(0\2c 0\2c 0\2c 0\.1\)\] .user-regulator-list{--tw-shadow:0px 0px 0px 0px rgba(0,0,0,.1)!important;--tw-shadow-colored:0px 0px 0px 0px var(--tw-shadow-color)!important;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)!important}.\[\&_\.wiki-nav-item\]\:pb-12 .wiki-nav-item{padding-bottom:12px}.\[\&_\.wiki-nav-item\]\:pb-6 .wiki-nav-item{padding-bottom:6px}.\[\&_\.wiki-nav-item\]\:\!text-18 .wiki-nav-item{font-size:18px!important}.\[\&_\.wiki-nav-item\]\:\!leading-35 .wiki-nav-item{line-height:35px!important}@media (max-width:799px){.sm\:\[\&_\.wiki-nav-item\]\:\!text-16 .wiki-nav-item{font-size:16px!important}}.\[\&_a\]\:\!px-0 a{padding-left:0!important;padding-right:0!important}.\[\&_a\]\:\!px-10 a{padding-left:10px!important;padding-right:10px!important}.\[\&_a\]\:\!py-16 a{padding-bottom:16px!important;padding-top:16px!important}@media (max-width:1199px){.\[\&_carousel\]\:lg\:w-498 carousel{width:498px}}@media (max-width:999px){.\[\&_carousel\]\:md\:w-650 carousel{width:650px}}@media (max-width:799px){.\[\&_carousel\]\:sm\:w-full carousel{width:100%}}.\[\&_h3\]\:hover\:text-\[\#b38936\]:hover h3{--tw-text-opacity:1;color:rgb(179 137 54/var(--tw-text-opacity))}.\[\&_i\]\:not-italic i{font-style:normal}.\[\&_img\]\:relative img{position:relative}.\[\&_img\]\:top-3 img{top:3px}.\[\&_img\]\:ml-6 img{margin-left:6px}.\[\&_img\]\:hidden img{display:none}.\[\&_img\]\:h-16 img{height:16px}.\[\&_img\]\:\!w-full img{width:100%!important}.\[\&_img\]\:w-16 img{width:16px}.rtl\:\[\&_img\]\:ml-0 img:where([dir=rtl],[dir=rtl] *){margin-left:0}.rtl\:\[\&_img\]\:mr-6 img:where([dir=rtl],[dir=rtl] *){margin-right:6px}.\[\&_is-disabled\]\:\!text-cl-2 is-disabled{color:rgba(0,0,0,.05)!important}@media (max-width:799px){.sm\:\[\&_li\>_div\]\:break-words li>div{overflow-wrap:break-word}}.\[\&_li\]\:relative li{position:relative}.\[\&_li\]\:mr-12 li{margin-right:12px}.\[\&_li\]\:flex li{display:flex}.\[\&_li\]\:min-h-72 li{min-height:72px}.\[\&_li\]\:w-\[calc\(25\%-12px\)\] li{width:calc(25% - 12px)}.\[\&_li\]\:flex-\[1\] li{flex:1}.\[\&_li\]\:flex-col li{flex-direction:column}.\[\&_li\]\:items-center li{align-items:center}.\[\&_li\]\:justify-start li{justify-content:flex-start}.\[\&_li\]\:justify-center li{justify-content:center}.\[\&_li\]\:overflow-hidden li{overflow:hidden}.\[\&_li\]\:rounded-4 li{border-radius:4px}.\[\&_li\]\:bg-\[\#FAFAFA\] li{--tw-bg-opacity:1;background-color:rgb(250 250 250/var(--tw-bg-opacity))}.\[\&_li\]\:p-\[12px_16px\] li{padding:12px 16px}@media (max-width:799px){.sm\:\[\&_li\]\:\!w-\[calc\(50\%-6px\)\] li{width:calc(50% - 6px)!important}.sm\:\[\&_li\]\:\!flex-col li{flex-direction:column!important}.sm\:\[\&_li\]\:\!items-start li{align-items:flex-start!important}.sm\:\[\&_li\]\:\!justify-start li{justify-content:flex-start!important}.sm\:odd\:\[\&_li\]\:mr-12 li:nth-child(odd){margin-right:12px}}.rtl\:\[\&_li\]\:ml-12 li:where([dir=rtl],[dir=rtl] *){margin-left:12px}.rtl\:\[\&_li\]\:mr-auto li:where([dir=rtl],[dir=rtl] *){margin-right:auto}.\[\&_p\]\:mb-10 p{margin-bottom:10px}.\[\&_p\]\:\!pl-0 p{padding-left:0!important}.\[\&_p\]\:\!indent-0 p{text-indent:0!important}.\[\&_p\]\:\!text-16 p{font-size:16px!important}.\[\&_p\]\:text-14 p{font-size:14px}.\[\&_p\]\:\!leading-\[1\.8em\] p{line-height:1.8em!important}.\[\&_p\]\:leading-24 p{line-height:24px}.\[\&_p\]\:\!text-cl-202 p{--tw-text-opacity:1!important;color:rgb(82 82 82/var(--tw-text-opacity))!important}.\[\&_p\]\:text-\[\#4E5969\] p{--tw-text-opacity:1;color:rgb(78 89 105/var(--tw-text-opacity))}.hover\:\[\&_p\]\:text-cl-76 p:hover{--tw-text-opacity:1;color:rgb(51 51 51/var(--tw-text-opacity))}.\[\&_span\]\:relative span{position:relative}.\[\&_span\]\:top-1 span{top:1px}.\[\&_span\]\:\!ml-0 span{margin-left:0!important}.\[\&_span\]\:flex span{display:flex}.\[\&_span\]\:h-full span{height:100%}.\[\&_span\]\:w-full span{width:100%}.\[\&_span\]\:items-center span{align-items:center}.\[\&_span\]\:justify-center span{justify-content:center}.\[\&_span\]\:\!text-wrap span{text-wrap:wrap!important}.\[\&_span\]\:rounded-5 span{border-radius:5px}.\[\&_span\]\:px-6 span{padding-left:6px;padding-right:6px}.\[\&_span\]\:text-center span{text-align:center}.\[\&_span\]\:\!text-14 span{font-size:14px!important}.\[\&_span\]\:text-11 span{font-size:11px}.\[\&_span\]\:leading-17 span{line-height:17px}.\[\&_span\]\:text-\[\#1d2129\] span{--tw-text-opacity:1;color:rgb(29 33 41/var(--tw-text-opacity))}.hover\:\[\&_span\]\:text-cl-76 span:hover{--tw-text-opacity:1;color:rgb(51 51 51/var(--tw-text-opacity))}.\[\&_table\]\:\!w-full table{width:100%!important}.hot-search{height:40px;margin-top:8px;padding:0 12px;width:100%}.hot-search,.hot-search .hot-search-l{align-items:center;display:flex}.hot-search .hot-search-l .iconfont{color:#e73b34!important;font-size:18px!important}.hot-search .hot-search-l .iconfont-text{color:#a3a3a3;font-size:14px;font-style:normal;font-weight:400;line-height:20px;padding:0 0 0 6px;white-space:nowrap}.hot-search .hot-search-r{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hot-search .hot-search-r a{color:#3d3d3d;cursor:pointer;font-size:14px;font-style:normal;font-weight:400;line-height:20px;padding:0 10px;position:relative}.hot-search .hot-search-r a:hover{opacity:.8}.hot-search .hot-search-r a:after{border:1px solid rgba(0,0,0,.2);content:"";display:flex;height:0;position:absolute;right:-7px;top:9px;transform:rotate(90deg);width:14px}.hot-search .hot-search-r a:last-child:after{display:none}.isline{align-items:flex-start;flex-direction:column;height:auto}.isline .hot-search-r{display:flex;flex-wrap:wrap;margin-top:5px}.isline .hot-search-r a{background:#f7f7f7;border-radius:4px;height:30px;line-height:30px;margin-right:10px;margin-top:10px;padding:0 6px}.isline .hot-search-r a:after{display:none}.head-search{position:absolute;right:0;top:-5px}.head-search .hunt-box{position:relative}.head-search .hunt-box .textbox{background:#fff;border-radius:97px;display:flex;height:54px;overflow:hidden;padding:6px 6px 6px 24px;position:relative;transition:all .3s;width:0;z-index:1}.head-search .hunt-box .textbox input{color:#3d3d3d;flex:1;font-size:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.head-search .hunt-box .textbox a{background:#b28936;border-radius:50px;color:#fff;cursor:pointer;flex-shrink:0;font-size:18px;font-weight:600;height:42px;line-height:42px;min-width:110px;padding:0 2px;text-align:center;white-space:nowrap}.head-search .hunt-box .textbox .iconfont{font-size:24px!important;font-weight:400;min-width:auto!important;width:42px}.head-search .hunt-box .real-width{width:346px}.head-search .hunt-box .hunt-list{animation:head .3s linear;background:hsla(0,0%,100%,.95);border:3px solid #b28936;border-radius:14px;box-shadow:0 16px 48px rgba(0,0,0,.1),0 8px 16px rgba(0,0,0,.1);left:0;min-width:390px;padding:12px 0;position:absolute;top:60px;width:100%;z-index:3}.head-search .hunt-box .hunt-list .hunt-ul{height:100%;overflow:auto}.head-search .hunt-box .hunt-list .hunt-ul li .a{align-items:center;display:flex;height:40px;padding:0 12px}.head-search .hunt-box .hunt-list .hunt-ul li .a img{display:block;height:20px;width:20px}.head-search .hunt-box .hunt-list .hunt-ul li .a .hunt-p{box-sizing:border-box;color:#333;cursor:pointer;font-size:14px;font-weight:400;list-style:none;margin-left:0;padding:0 12px;white-space:nowrap;word-break:break-all}.head-search .hunt-box .hunt-list .hunt-ul li .a .hunt-label{background-color:#fff;border:1px solid #ffb56c;border-radius:2px;color:#f60;font-size:14px;font-weight:400;padding:0 5px}.head-search .hunt-box .hunt-list .hunt-ul li .a:hover{background-color:rgba(0,0,0,.05);font-weight:400}@keyframes head{0%{opacity:0}to{opacity:1}}.head-search .mobile-head-right-search{align-items:center;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:16px;box-sizing:border-box;display:flex;flex-shrink:0;height:34px;justify-content:flex-end;margin-right:16px;padding:0 6px 0 14px}.head-search .mobile-head-right-search .search-icon{align-items:center;border-radius:16px;display:flex;flex-shrink:0;height:26px;justify-content:center;width:36px}.head-search .mobile-head-right-search .iconfont{color:#fff;font-size:18px}.head-search .mobile-head-right-search input{background-color:transparent;flex-shrink:0;font-size:16px;height:100%;outline:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:25px}.head-search .search-list{background:hsla(0,0%,100%,.95);box-shadow:0 16px 48px rgba(0,0,0,.1),0 8px 16px rgba(0,0,0,.1);left:0;max-height:300px;overflow:auto;padding-top:8px;position:fixed;top:60px;width:100%;z-index:2}.head-search .search-list .search-list-a{align-items:center;display:flex;height:40px;padding:0 16px}.head-search .search-list .search-list-a img{flex-shrink:0;height:20px!important;width:20px}.head-search .search-list .search-list-a .search-list-title{color:#3d3d3d;font-size:17px;font-style:normal;font-weight:400;line-height:24px;overflow:hidden;padding:0 8px;text-overflow:ellipsis;white-space:nowrap}.head-search .search-list .search-list-a .search-list-title span{color:#f60}.head-search .search-list .search-list-a .search-list-label{border:1px solid #e66112;border-radius:2px;color:#e66112;font-size:12px;font-style:normal;font-weight:400;height:19px;line-height:17px;overflow:hidden;padding:0 4px;text-overflow:ellipsis;white-space:nowrap}.head-search .search-list .search-list-a:hover{background:rgba(0,0,0,.05)}@media screen and (max-width:1199px){.head-search .hunt-box .textbox input{width:100px}}@media screen and (max-width:999px){.head-search .hunt-box .textbox input{width:100px}}@media screen and (max-width:799px){.head-search .mobile-head-right-search{justify-content:flex-start;margin-right:0;padding:0 6px 0 14px}.head-search .mobile-head-right-search input{flex:1}}html[dir=rtl] .head-search .mobile-head-right-search{padding:0 14px 0 6px}.head-search .hunt-p span{color:#f60}.com-img,.common-img{max-width:100%}.all-menu{animation:menu .3s linear;background:#fff;box-shadow:0 8px 40px rgba(0,0,0,.03),0 -4px 24px rgba(0,0,0,.05);cursor:default;left:0;overflow:hidden;padding-bottom:74px;padding-top:30px;position:fixed;top:132px;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.all-menu .menu-box{display:flex;margin:0 auto;width:1200px}.all-menu .menu-box .menu-l{border-right:1px solid rgba(0,0,0,.05);width:348px}.all-menu .menu-box .menu-l .menu-more{align-items:center;display:flex;justify-content:space-between;width:300px}.all-menu .menu-box .menu-l .menu-more h3{color:#3d3d3d;font-size:16px;font-style:normal;font-weight:500;line-height:22px}.all-menu .menu-box .menu-l .menu-more a{color:#3d3d3d;font-size:14px;height:20px;line-height:20px}.all-menu .menu-box .menu-l .menu-more a:hover{color:#b38936}.all-menu .menu-box .menu-l .menu-l-list{border-radius:8px;margin-top:18px;overflow:hidden;width:300px}.all-menu .menu-box .menu-l .menu-l-list .ul{align-items:center;box-sizing:border-box;cursor:pointer;display:flex;height:82px;padding-left:20px;position:relative}.all-menu .menu-box .menu-l .menu-l-list .ul .ul-l{height:54px;width:54px}.all-menu .menu-box .menu-l .menu-l-list .ul .ul-l img{height:54px!important;width:54px!important}.all-menu .menu-box .menu-l .menu-l-list .ul .ul-r{padding-left:18px}.all-menu .menu-box .menu-l .menu-l-list .ul .ul-r .ul-r-t{color:#3d3d3d;font-size:16px;font-style:normal;font-weight:500;line-height:22px}.all-menu .menu-box .menu-l .menu-l-list .ul .ul-r .ul-r-p{word-wrap:break-word;color:#a3a3a3;font-size:14px;font-style:normal;font-weight:400;line-height:20px;margin-top:4px;width:200px}.all-menu .menu-box .menu-l .menu-l-list .ul .ul-label{color:#d5c495;font-size:10px;font-style:normal;font-weight:400;line-height:14px;position:absolute;right:8px;top:8px}.all-menu .menu-box .menu-l .menu-l-list .ul .ul-label-img{color:#d5c495;font-size:10px;font-style:normal;font-weight:400;height:17px;line-height:14px;position:absolute;right:0;top:0}.all-menu .menu-box .menu-l .menu-l-list .ul-hover{align-items:center;box-sizing:border-box;display:none;height:82px;justify-content:space-between;padding:0 20px}.all-menu .menu-box .menu-l .menu-l-list .ul-hover .ul-hover-box{align-items:center;display:flex}.all-menu .menu-box .menu-l .menu-l-list .ul-hover .ul-l{align-items:center;display:flex;height:64px;justify-content:center;position:relative;width:64px}.all-menu .menu-box .menu-l .menu-l-list .ul-hover .ul-l img{margin:0;vertical-align:middle}.all-menu .menu-box .menu-l .menu-l-list .ul-hover .ul-c{max-width:200px;overflow:hidden;padding-left:14px;text-overflow:ellipsis;white-space:nowrap}.all-menu .menu-box .menu-l .menu-l-list .ul-hover .ul-c p{color:#a3a3a3;font-size:14px;font-style:normal;font-weight:400;line-height:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.all-menu .menu-box .menu-l .menu-l-list .ul-hover .ul-r{background:rgba(255,204,102,.7);border-radius:46px;color:#282828;font-size:14px;font-style:normal;font-weight:400;height:28px;line-height:28px;overflow:hidden;padding:0 8px;text-overflow:ellipsis;white-space:nowrap}.all-menu .menu-box .menu-l .menu-l-list .ul-hover .ul-r:hover{background:#fc6}.all-menu .menu-box .menu-l .menu-l-list:hover .ul{display:none}.all-menu .menu-box .menu-l .menu-l-list2:hover .ul,.all-menu .menu-box .menu-l .menu-l-list2:hover .ul-hover,.all-menu .menu-box .menu-l .menu-l-list:hover .ul-hover{display:flex}.all-menu .menu-box .menu-l .whty{background:rgba(83,162,224,.1) url(https://resources1.interface003.com/web20/img/head/windows.png) no-repeat 100% 100%;background-size:58.3px 57px}.all-menu .menu-box .menu-l .whty:hover{background:rgba(83,162,224,.2) url(https://resources1.interface003.com/web20/img/head/windows.png) no-repeat 100% 100%;background-size:58.3px 57px}.all-menu .menu-box .menu-l .wkfx{background:rgba(78,162,89,.1) url(https://resources1.interface003.com/web20/img/head/android.png) no-repeat 100% 100%;background-size:53.5px 58px}.all-menu .menu-box .menu-l .wkfx:hover{background:rgba(78,162,89,.2) url(https://resources1.interface003.com/web20/img/head/android.png) no-repeat 100% 100%;background-size:53.5px 58px}.all-menu .menu-box .menu-l .jjb{background:#f3f4f7 url(https://resources1.interface003.com/web20/img/default/zgdl.png) no-repeat 100% 100%;background-size:58.3px 57px}.all-menu .menu-box .menu-l .jjb:hover{background:hsla(0,0%,39%,.1) url(https://resources1.interface003.com/web20/img/default/zgdl.png) no-repeat 100% 100%;background-size:58.3px 57px}.all-menu .menu-box .menu-r{box-sizing:border-box;display:flex;overflow:auto;padding:0 0 0 48px;width:852px}.all-menu .menu-box .menu-r .menu-r-list{flex:1;margin-right:20px}.all-menu .menu-box .menu-r .menu-r-list .h3{color:#3d3d3d;font-size:16px;font-style:normal;font-weight:500;line-height:22px;word-break:break-all}.all-menu .menu-box .menu-r .menu-r-list .menu-r-ul li{margin-top:18px}.all-menu .menu-box .menu-r .menu-r-list .menu-r-ul li a{color:#787b8a;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.all-menu .menu-box .menu-r .menu-r-list .menu-r-ul li a:hover{color:#282828}.all-menu .menu-box .menu-r .menu-r-list:last-child{margin-right:0}.all-menu .menu-box .menu-r::-webkit-scrollbar{height:6px}@keyframes menu{0%{height:0;opacity:0}to{height:auto;opacity:1}}html[dir=rtl] .all-menu .menu-box .menu-l .menu-l-list .ul .ul-label{left:8px!important;right:auto}html[dir=rtl] .all-menu .menu-box .menu-l .menu-l-list .ul{padding:0 20px 0 0}html[dir=rtl] .all-menu .menu-box .menu-l .menu-l-list .ul .ul-r{padding-left:0;padding-right:18px}html[dir=rtl] .all-menu .menu-box .menu-l{border-left:1px solid rgba(0,0,0,.05);border-right:none}html[dir=rtl] .all-menu .menu-box .menu-r{padding-left:0;padding-right:35px}html[dir=rtl] .all-menu .menu-box .menu-r .menu-r-list{margin-left:20px;margin-right:0}html[dir=rtl] .all-menu .menu-box .menu-l .menu-l-list .ul-hover .ul-c{padding-left:0;padding-right:14px}.qr-code{height:100%;width:100%}.test[data-v-3b0a7fb9]{color:#adff2f}#telegram-login-wikifxloginbot{width:100%}.geetest_captcha{direction:ltr}.geetest_progress{height:auto!important;line-height:normal!important;width:auto!important}.geetest_holder.geetest_silver .geetest_widget{direction:ltr}._geet_box{margin-top:10px}.geetest_popup_box{border-radius:10px!important}.geetest_holder.geetest_wind .geetest_radar_btn,.geetest_holder.geetest_wind .geetest_success_btn{border-color:#ecedf0}.geetest_detect,.geetest_holder,.geetest_wind{width:100%!important}*{box-sizing:border-box;margin:0;padding:0}.user-tab-j .wiki-nav-wrap{overflow-x:auto;position:relative}.user-tab-j .wiki-nav-wrap::-webkit-scrollbar{display:none}.user-tab-j .wiki-nav-list{border-bottom:1px solid #f5f5f5;white-space:nowrap}.user-tab-j .wiki-nav-list:after{border-bottom:1px solid #000;bottom:0;content:"";left:calc(var(--pointer-x)*1px);position:absolute;transition:left .3s ease;width:calc(var(--pointer-width)*1px)}.user-tab-j .user-nav-item{align-items:center;color:#a3a3a3;cursor:pointer;display:inline-flex;font-size:20px;font-style:normal;font-weight:400;justify-content:center;margin-right:51px;padding-bottom:7px;position:relative;transition:color .2s ease}.user-tab-j .user-nav-item:last-child{margin-right:0}.user-tab-j .user-nav-item:hover{color:#333}.user-tab-j .user-nav-item.home-tab-active{border-bottom:1px solid #3d3d3d;color:#3d3d3d;font-size:20px;font-style:normal;font-weight:700;font-weight:600}@media screen and (max-width:799px){.user-tab-j .wiki-nav-wrap .wiki-nav-list{padding:0 16px}.user-tab-j .wiki-nav-wrap .wiki-nav-list .user-nav-item{color:#a3a3a3;font-size:14px}.user-tab-j .wiki-nav-wrap .wiki-nav-list .home-tab-active{color:#3d3d3d;font-size:14px;font-style:normal;font-weight:600}}html[dir=rtl] .home-articlelist .wiki-nav-item{margin-left:20px;margin-right:0}html[dir=rtl] .home-articlelist .title-tab .list-cate{padding-left:30px;padding-right:0}html[dir=rtl] .user-tab-j .wiki-nav-item{margin-left:20px;margin-right:0}html[dir=rtl] .user-tab-j .wiki-nav-wrap .wiki-nav-list .user-nav-item{margin-left:51px;margin-right:0}.el-dialog{border-radius:16px;display:flex;flex-direction:column;margin:0 auto!important}.eldialog .el-dialog__title{font-size:16px;font-weight:600;padding-left:18px;position:relative}.eldialog .el-dialog__title:before{background:#ffd733;border-radius:1px;content:"";display:flex;height:16px;left:0;position:absolute;top:2px;width:6px}.el-dialog__body{max-height:650px;overflow:auto}.el-dialog__wrapper{align-items:center;display:flex;justify-content:center}html[dir=rtl] .el-dialog__headerbtn{left:20px;right:auto}html[dir=rtl] .adddialog .el-dialog .adddialog-title .iconfont{transform:rotate(0)}.eco-botton[data-v-08ac6eb9]{align-items:center;background:#ffd733;border-radius:22px;color:#1d2129;cursor:pointer;display:flex;font-size:16px;font-style:normal;font-weight:400;height:44px;justify-content:center;line-height:22px;width:100%}.eco-botton .iconfont[data-v-08ac6eb9]{color:#330f15;margin-right:6px}.eco-botton[data-v-08ac6eb9]:hover{opacity:.6}.eco-botton .botton-text[data-v-08ac6eb9]{text-align:center}@media screen and (max-width:799px){.eco-botton[data-v-08ac6eb9]:hover{opacity:1}}.active[data-v-08ac6eb9]:active{opacity:.9}.dis[data-v-08ac6eb9]{background:#f5f5f5;border:1px solid #e6e6e6;box-shadow:none;color:#ccc;cursor:default}.dis .iconfont[data-v-08ac6eb9]{color:#ccc}.dis[data-v-08ac6eb9]:hover{opacity:1}html[dir=rtl] .eco-botton .iconfont[data-v-08ac6eb9]{margin-left:6px;margin-right:0}.adddialog{height:100vh;height:calc(var(--vh, 1vh)*100);overflow:hidden;width:100%;z-index:999999}.adddialog .el-dialog{border-radius:14px;height:680px}.adddialog .el-dialog .el-dialog__header{display:none;padding:30px 40px 20px}.adddialog .el-dialog .el-dialog__header .el-dialog__title{color:#1d2129;font-size:20px}.adddialog .el-dialog .head-title{align-items:center;display:flex;justify-content:space-between;padding:30px 40px 20px}.adddialog .el-dialog .head-title .head-title-text{color:#1d2129;font-size:20px;font-weight:500;line-height:28px}.adddialog .el-dialog .head-title .head-title-r{align-items:center;display:flex}.adddialog .el-dialog .head-title .head-title-r .head-title-help{align-items:center;cursor:pointer;display:flex;margin-right:14px}.adddialog .el-dialog .head-title .head-title-r .head-title-help .icon-youtubeplay{color:#326efa;font-size:16px;margin-right:6px}.adddialog .el-dialog .head-title .head-title-r .head-title-help .new-header-help{color:#326efa;font-size:14px;font-weight:400;line-height:19.6px}.adddialog .el-dialog .head-title .head-title-r .head-title-help:hover{opacity:.8}.adddialog .el-dialog .head-title .head-title-r .icon-ic_close{color:#1d2129;cursor:pointer;font-size:12px}.adddialog .el-dialog .head-title .head-title-r .icon-ic_close:hover{opacity:.8}.adddialog .el-dialog .el-dialog__headerbtn{font-size:22px;right:40px;top:28px}.adddialog .el-dialog .el-dialog__headerbtn .el-dialog__close{color:#1d2129}.adddialog .el-dialog .el-dialog__headerbtn .el-dialog__close:hover{opacity:.6}.adddialog .el-dialog .el-dialog__body{display:flex;flex-direction:column;height:680px;max-height:680px;overflow:auto;padding:0 0 18px;position:relative;word-break:break-word}.adddialog .el-dialog .el-dialog__body .adddialogline{height:1px;margin-bottom:20px;padding:0 40px;width:100%}.adddialog .el-dialog .el-dialog__body .adddialogline .adddialogline-l{background:rgba(0,0,0,.05);height:1px;width:100%}.adddialog .el-dialog .el-dialog__body .adddialog-info{min-height:400px;overflow:auto;padding:0 40px}.adddialog .el-dialog .el-dialog__body .dialog-mode{align-items:center;background:rgba(0,0,0,.3);display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%}.adddialog .el-dialog .el-dialog__body .dialog-mode .icon-Loading1{animation:Loading1 1s linear infinite;color:#fff;display:flex;font-size:20px}@keyframes Loading1{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.adddialog .el-dialog .adddialog-flex{flex:1}.adddialog .el-dialog .adddialog-bt{align-items:center;display:flex;justify-content:space-between;min-height:44px;padding:0 40px}.adddialog .el-dialog .adddialog-bt .adddialog-pre-t{align-items:center;display:flex;flex:1;justify-content:space-between;min-width:60px}.adddialog .el-dialog .adddialog-bt .operation{align-items:center;display:flex}.adddialog .el-dialog .adddialog-bt .operation .operation-rgkf{color:#326efa;cursor:pointer;font-size:14px;font-weight:400;line-height:19.6px}.adddialog .el-dialog .adddialog-bt .operation .operation-rgkf:hover{text-decoration-line:underline}.adddialog .el-dialog .adddialog-bt .operation .operation-wcyz{margin-left:24px}.adddialog .el-dialog .adddialog-bt .operation .operation-wcyz .eco-botton{padding:0 20px}.adddialog .el-dialog .adddialog-bt .operation .operation-text{color:#1d2129;font-size:13px;font-weight:400;line-height:19.5px;margin-bottom:10px;text-align:center}.adddialog .el-dialog .adddialog-bt .adddialog-pre{align-items:center;cursor:pointer;display:flex;padding-right:10px;white-space:nowrap}.adddialog .el-dialog .adddialog-bt .adddialog-pre .iconfont{transform:rotate(180deg)}.adddialog .el-dialog .adddialog-bt .adddialog-pre .iconfont,.adddialog .el-dialog .adddialog-bt .adddialog-pre .pretext{color:#1d2129;font-size:14px}.adddialog .el-dialog .adddialog-bt .adddialog-pre .pretext{padding-left:3px}.adddialog .el-dialog .adddialog-bt .adddialog-pre:hover span{opacity:.6}.adddialog .el-dialog .adddialog-bt .adddialog-next .eco-botton{min-width:190px;padding:0 20px}.adddialog .el-dialog .adddialog-skip{align-items:center;display:flex;justify-content:center;margin-top:30px;padding-bottom:12px}.adddialog .el-dialog .adddialog-skip p{color:#326efa;cursor:pointer;font-size:14px;font-weight:400;line-height:20px}.adddialog .el-dialog .adddialog-skip p:hover{opacity:.6}.adddialog .el-dialog .nextstyle p{color:#86909c}@media screen and (max-width:799px){.adddialog .el-dialog{border-radius:0;height:100vh;position:relative;width:100%!important}.adddialog .el-dialog .el-dialog__header{display:none;padding:30px 0 20px;position:relative;text-align:center;width:100%}.adddialog .el-dialog .el-dialog__header .el-dialog__title{color:#fff;font-size:18px;font-weight:500;line-height:25px}.adddialog .el-dialog .el-dialog__header .el-dialog__headerbtn{left:16px;right:unset;top:30px}.adddialog .el-dialog .el-dialog__header .el-dialog__headerbtn .el-dialog__close{color:#fff}.adddialog .el-dialog .adddialog-title{align-items:center;border-bottom:.5px solid rgba(0,0,0,.05);box-sizing:border-box;display:flex;height:60px;left:0;padding:16px 16px 0;position:absolute;text-align:center;top:0;width:100%}.adddialog .el-dialog .adddialog-title .iconfont{color:#2c2c2e;font-size:24px;transform:rotate(180deg)}.adddialog .el-dialog .adddialog-title .iconfont:active{opacity:.6}.adddialog .el-dialog .adddialog-title .adddialog-title-text{color:#2c2c2e;flex:1;font-size:18px;font-weight:500;line-height:25px;text-align:center}.adddialog .el-dialog .adddialog-title .new-header-rr{align-items:center;cursor:pointer;display:flex}.adddialog .el-dialog .adddialog-title .new-header-rr:hover{opacity:.8}.adddialog .el-dialog .adddialog-title .new-header-rr .icon-youtubeplay{color:#326efa;font-size:16px;margin-right:6px}.adddialog .el-dialog .adddialog-title .new-header-rr .new-header-help{color:#326efa;font-size:14px;font-weight:400;line-height:19.6px}.adddialog .el-dialog .el-dialog__body{height:100vh;height:calc(var(--vh, 1vh)*100);left:0;max-height:100vh;overflow:hidden;padding:84px 0 20px;position:fixed;top:0;width:100%}.adddialog .el-dialog .el-dialog__body .adddialogline{display:none}.adddialog .el-dialog .el-dialog__body .adddialog-info{overflow:auto;padding:0 20px!important}.adddialog .el-dialog .el-dialog__body .adddialog-info .new-contact-us .contact-us-inputall{height:unset;padding:0}.adddialog .el-dialog .adddialog-flex{min-height:20px}.adddialog .el-dialog .adddialog-bt{justify-content:center}.adddialog .el-dialog .adddialog-bt .operation{flex-direction:column;width:100%}.adddialog .el-dialog .adddialog-bt .operation .operation-wcyz{margin-left:0;width:100%}.adddialog .el-dialog .adddialog-bt .operation .operation-wcyz .eco-botton{height:50px;width:100%}.adddialog .el-dialog .adddialog-bt .operation .operation-rgkf{margin-top:17px}.adddialog .el-dialog .adddialog-skip{margin-top:0}}.headershow .el-dialog__header{display:none}.headershow .new-header{align-items:center;display:flex;justify-content:space-between;padding:30px 40px 20px}.headershow .new-header .new-header-l span{color:#1d2129;font-size:20px;font-weight:500;line-height:28px}.headershow .new-header .new-header-r{align-items:center;display:flex}.headershow .new-header .new-header-r .new-header-rr{align-items:center;cursor:pointer;display:flex}.headershow .new-header .new-header-r .new-header-rr:hover{opacity:.8}.headershow .new-header .new-header-r .icon-youtubeplay{color:#326efa;margin-right:6px}.headershow .new-header .new-header-r .new-header-help{color:#326efa;font-size:14px;font-weight:400;line-height:19.6px;margin-right:14px}.headershow .new-header .new-header-r .icon-close{color:#1d2129;cursor:pointer;font-size:22px;transition:all .5s}.headershow .new-header .new-header-r .icon-close:hover{opacity:.8;transform:scale(1.4)}html[dir=rtl] .adddialog .el-dialog .el-dialog__headerbtn{left:40px;right:unset}html[dir=rtl] .adddialog .el-dialog .adddialog-bt .adddialog-pre .pretext{padding-left:0;padding-right:3px}html[dir=rtl] .adddialog .el-dialog .adddialog-bt .adddialog-pre .iconfont{transform:rotate(0)}html[dir=rtl] .adddialog .el-dialog .adddialog-title .iconfont{margin-left:6px;margin-right:0}html[dir=rtl] .adddialog .el-dialog .head-title .head-title-r .head-title-help{margin-left:14px;margin-right:0}html[dir=rtl] .adddialog .el-dialog .head-title .head-title-r .head-title-help .icon-youtubeplay{margin-left:6px;margin-right:0}html[dir=rtl] .adddialog .el-dialog .adddialog-bt .operation .operation-wcyz{margin-left:0;margin-right:24px}.titledialog .adddialogline{display:none}.upgrade-dialog .el-dialog .el-dialog__body .adddialog-info{height:unset;min-height:unset}.identity-options{border:1px solid #eff0f2;border-radius:10px;cursor:pointer;display:flex;justify-content:space-between;margin-bottom:30px;padding:0 14px}.identity-options .identity-options-l{padding:28px 0;width:220px}.identity-options .identity-options-l .identity-options-p .identity-options-vip{height:30px;margin-bottom:10px;width:30px}.identity-options .identity-options-l .identity-options-p .identity-options-h3{color:#1d2129;font-size:22px;font-weight:500;line-height:31px;margin-bottom:10px;word-break:auto-phrase}.identity-options .identity-options-l .identity-options-p .identity-options-text{color:#86909c;font-size:12px;font-weight:400;line-height:17px}.identity-options:hover{border:1px solid #326efa}.identity-options:last-child{margin-bottom:0}@media screen and (max-width:799px){.identity-options .identity-options-l{width:160px}}.wiki_text_scroll{align-items:center;display:flex;white-space:nowrap;width:100%}.clone_text,.text_warp{display:inline;position:relative}.trader-list{border-bottom:.5px solid rgba(0,0,0,.05);display:flex;margin-bottom:14px;padding-bottom:14px}.trader-list .trader-list-l{align-items:center;border:.5px solid #e5e6eb;border-radius:4px;display:flex;height:60px;justify-content:center;position:relative;width:90px}.trader-list .trader-list-l .trader-list-logo{height:50px;width:88px}.trader-list .trader-list-l .l-identification{background:#2bb351;border-radius:4px 0;color:#fff;font-size:12px;font-style:normal;font-weight:400;left:1px;line-height:19px;max-width:86px;overflow:hidden;padding:0 6px;position:absolute;top:1px}.trader-list .trader-list-l .l-identification .text_warp{color:#1d2129}.trader-list .trader-list-l .l-identification-trader .text_warp{color:#fff}.trader-list .trader-list-l .l-identification-service{border-radius:0 4px;left:unset;right:1px}.trader-list .trader-list-r{flex:1;padding-left:12px}.trader-list .trader-list-r .trader-list-trader .trader-list-title{color:#1d2129;font-size:18px;font-weight:500;line-height:25px;margin-bottom:6px}.trader-list .trader-list-r .trader-list-trader .el-rate{height:unset}.trader-list .trader-list-r .trader-list-trader .el-rate__decimal,.trader-list .trader-list-r .trader-list-trader .el-rate__icon{font-size:16px;margin-right:1px}.trader-list .trader-list-r .trader-list-trader .trader-list-score{align-items:center;display:flex;margin-bottom:6px}.trader-list .trader-list-r .trader-list-trader .trader-list-score .show-score{height:20px;position:relative;width:38px}.trader-list .trader-list-r .trader-list-trader .trader-list-score .show-score .show-score-text{bottom:0;color:#1d2129;font-family:DIN-Medium;font-size:18px;font-weight:700;left:2px;line-height:22px;position:absolute;white-space:nowrap;z-index:2}.trader-list .trader-list-r .trader-list-trader .trader-list-score .show-score .show-score-bg{background:#ffd733;border-radius:4px;bottom:1px;display:flex;height:8px;left:0;position:absolute;width:38px;z-index:1}.trader-list .trader-list-r .trader-list-trader .trader-list-score .show-score-txt{color:#1d2129;display:flex;font-size:12px;font-weight:400;line-height:17px;margin-left:6px}.trader-list .trader-list-r .trader-list-trader .trader-list-add{display:flex;flex-wrap:wrap;margin-bottom:14px;padding-right:12px;position:relative}.trader-list .trader-list-r .trader-list-trader .trader-list-add .list-add-label{align-items:center;border:.5px solid #e5e6eb;border-radius:.5px;color:#86909c;display:flex;font-size:11px;font-weight:400;justify-content:center;margin-bottom:4px;margin-right:4px;min-height:19px;padding:0 4px}.trader-list .trader-list-r .trader-list-trader .trader-list-add .iconfont{color:#c9cdd4;cursor:pointer;font-size:12px;position:absolute;right:0;top:4px}.trader-list .trader-list-r .trader-list-trader .trader-list-add .iconfont:hover{opacity:.6}.trader-list .trader-list-r .trader-list-trader .trader-list-add .iconfontup{bottom:6px;transform:rotate(180deg)}.trader-list .trader-list-r .trader-list-trader .trader-list-addf{margin-bottom:14px}.trader-list .trader-list-r .trader-list-trader .trader-list-addf .el-rate__icon{font-size:16px}.trader-list .trader-list-r .trader-list-trader .labelmore{height:20px;overflow:hidden}.trader-list .trader-list-r .trader-list-trader .trader-list-score-service{display:flex;margin-bottom:6px}.trader-list .trader-list-r .trader-list-bt{display:flex}.trader-list .trader-list-r .trader-list-bt .trader-button{align-items:center;background:#fff;border:.5px solid #e5e6eb;border-radius:4px;color:#1d2129;cursor:pointer;display:flex;flex:1;font-size:12px;font-weight:400;height:29px;justify-content:center;line-height:17px;margin-right:10px;text-align:center}.trader-list .trader-list-r .trader-list-bt .trader-button:hover{background:rgba(250,220,25,.1);border:.5px solid #ffd733;opacity:.8}.trader-list .trader-list-r .trader-list-bt .trader-button:last-child{margin-right:0}.trader-list:last-child{border-bottom:none}html[dir=rtl] .trader-list .trader-list-r{padding-left:0;padding-right:12px}html[dir=rtl] .trader-list .trader-list-r .trader-list-trader .trader-list-add .iconfont{left:0;right:unset}html[dir=rtl] .trader-list .trader-list-r .trader-list-trader .trader-list-add .list-add-label{margin-left:4px;margin-right:0}html[dir=rtl] .trader-list .trader-list-r .trader-list-trader .trader-list-score .show-score-txt{margin-left:0;margin-right:6px}.isclass{margin-bottom:8px;padding-bottom:0}.count-title{display:flex;margin-bottom:10px;margin-top:20px}.count-title .my-trader-p2num{align-items:center;background:#ffd733;border-radius:9px;color:#1d2129;display:flex;flex-shrink:0;font-size:13px;font-weight:500;height:18px;justify-content:center;margin-right:6px;margin-top:2px;width:18px}.count-title .my-trader-p2text{color:#1d2129;font-size:16px;font-weight:500;line-height:22px}html[dir=rtl] .count-title .my-trader-p2num{margin-left:6px;margin-right:0}.my-trader{position:relative}.my-trader .mytrader-text{align-items:center;display:flex;justify-content:space-between}.my-trader .mytrader-text p{color:#1d2129;font-size:20px;font-weight:500;line-height:32px;width:238px}.my-trader .mytrader-text img{height:120px;width:120px}.my-trader .my-trader-search{item-align:center;border:1px solid #1d2129;border-radius:8px;display:flex;height:58px;margin-bottom:10px;padding:8px 10px;position:relative}.my-trader .my-trader-search .my-trader-int{flex:1}.my-trader .my-trader-search .my-trader-bt{background:#e6e6e6;border-radius:4px;color:#ccc;font-size:14px;font-weight:500;line-height:40px;padding:0 16px}.my-trader .my-trader-search .searchshow{background:#fadc19;color:#1d2129;cursor:pointer;opacity:.9}.my-trader .my-trader-search .el-input__inner{background:none;border:none;color:#1d2129;font-size:16px;font-weight:500;height:40px}.my-trader .my-trader-search .el-input__inner::-moz-placeholder{color:#1d2129;font-size:16px;font-weight:500}.my-trader .my-trader-search .el-input__inner::placeholder{color:#1d2129;font-size:16px;font-weight:500}.my-trader .my-trader-search .el-input__inner:focus{border:none}.my-trader .my-trader-search .el-input__icon{font-size:16px;margin-right:5px}.my-trader .my-trader-search .el-rate__icon{margin-right:1px}.my-trader .my-trader-search .trader-search{background:#fff;border:.5px solid #e5e6eb;border-radius:8px;box-shadow:0 0 20px 0 rgba(0,0,0,.08);left:0;max-height:350px;overflow:auto;padding:20px;position:absolute;top:68px;width:100%}.my-trader .my-trader-schedule{item-align:center;display:flex;gap:10px;justify-content:space-between;margin-bottom:40px}.my-trader .my-trader-schedule span{color:#86909c;font-size:14px;font-weight:400;line-height:24px;word-break:auto-phrase}.my-trader .my-trader-schedule img{height:20px;width:20px}.my-trader .my-trader-info .my-trader-p1{color:#1d2129;font-size:16px;font-weight:500;line-height:22px;margin-bottom:6px}.my-trader .my-trader-info .my-trader-p3{color:#4e5969;font-size:14px;font-weight:400;line-height:26px}.my-trader .my-trader-info .my-trader-p3 span{color:#f15555}.my-trader .search-fixed{display:flex;flex-direction:column;height:500px;left:0;position:absolute;top:20px;width:100%;z-index:2999}.my-trader .search-fixed .search-fixed-head{align-items:center;display:flex;margin-bottom:10px}.my-trader .search-fixed .search-fixed-head .icon-arrow-down1{color:#2c2c2e;display:none;font-size:24px;transform:rotate(180deg)}.my-trader .search-fixed .search-fixed-head .search-fixed-input{flex:1}.my-trader .search-fixed .search-fixed-head .search-fixed-input .el-input__inner{background-color:#fff;border:1px solid #326efa;border-radius:6px;height:46px}.my-trader .search-fixed .search-fixed-head .search-fixed-input .el-input__icon{color:#000;line-height:32px}.my-trader .search-fixed .search-fixed-head .search-fixed-input .el-input__suffix .el-input__clear{background:url(https://resources1.interface003.com/web20/img/service/delete.svg) no-repeat 50%;background-size:16px 16px}.my-trader .search-fixed .search-fixed-head .search-fixed-input .el-input__suffix .el-icon-circle-close:before{content:"";display:flex;height:16px;width:16px}.my-trader .search-fixed .search-fixed-head .search-fixed-text{color:#1d2129;display:none;font-size:16px;font-weight:500;line-height:22.4px}.my-trader .search-fixed .search-list{background:#fff;border-radius:8px;box-shadow:0 0 20px 0 rgba(0,0,0,.08);max-height:444px;min-height:130px;overflow:auto;padding:16px}.my-trader .search-fixed .search-list .no-data{align-items:center;display:flex;flex-direction:column;height:450px;justify-content:center}.my-trader .search-fixed .search-list .no-data img{margin-bottom:20px;width:40%}.my-trader .search-fixed .search-list .no-data p{color:#4e5969;font-size:16px}.my-trader .search-fixed .create-trader{align-items:center;display:none;flex-direction:column;justify-content:center;padding:8px 12px 0}.my-trader .search-fixed .create-trader .operation-text{margin-bottom:8px;text-align:center}.my-trader .search-fixed .create-trader .operation-wcyz{min-width:224px}.my-trader .search-fixed .create-trader .operation-wcyz .eco-botton{padding:0 20px}@media screen and (max-width:799px){.my-trader .search-fixed{height:100vh;height:calc(var(--vh, 1vh)*100);padding:20px;position:fixed;top:0}.my-trader .search-fixed .search-fixed-head .icon-arrow-down1,.my-trader .search-fixed .search-fixed-head .search-fixed-text{display:flex}.my-trader .search-fixed .search-fixed-head .search-fixed-input{margin:0 10px}.my-trader .search-fixed .search-fixed-head .search-fixed-input .el-input__inner{background:#f2f3f5;border:none;border-radius:16px;height:32px}.my-trader .search-fixed .search-list{box-shadow:unset;flex:1;max-height:unset;padding:16px 0}.my-trader .search-fixed .create-trader{display:flex;margin-bottom:20px}}html[dir=rtl] .my-trader .trader-list .trader-list-r{padding-left:0;padding-right:12px}html[dir=rtl] .my-trader .trader-list .trader-list-r .trader-list-trader .trader-list-add .iconfont{left:0;right:unset}html[dir=rtl] .my-trader .el-rate__icon{margin-left:1px;margin-right:0}html[dir=rtl] .my-trader .trader-list-r .trader-list-trader .trader-list-add .list-add-label{margin-left:4px;margin-right:0}html[dir=rtl] .my-trader .trader-list .trader-list-r .trader-list-bt .trader-button{margin-left:10px;margin-right:0}.new-trader-type{align-items:center;background:#fff;border-radius:8px;cursor:pointer;display:flex;margin-bottom:12px;padding:16px;position:relative}.new-trader-type .new-trader-type-box{display:flex;flex:1}.new-trader-type .trader-type-l{flex-shrink:0;height:100%}.new-trader-type .trader-type-l .trader-type-icon{align-items:center;background:#f0f0fc;border-radius:13px;display:flex;height:26px;justify-content:center;width:26px}.new-trader-type .trader-type-l .trader-type-icon .iconfont{font-size:24px}.new-trader-type .trader-type-c{flex:1;padding:0 8px}.new-trader-type .trader-type-c .trader-type-title{color:#000;font-size:16px;font-weight:500;line-height:22px;margin-bottom:6px}.new-trader-type .trader-type-c .trader-type-p1{color:#1d2129;font-size:14px;font-weight:400;line-height:20px}.new-trader-type .trader-type-r{align-items:center;display:flex;flex-shrink:0;height:100%}.new-trader-type .trader-type-r .iconfont{color:#c9cdd4;font-size:16px}.new-trader-type:hover{opacity:.6}.new-add-trader .add-trader-info{margin-bottom:30px}.new-add-trader .add-trader-info .add-trader-title{color:#1d2129;font-size:20px;font-weight:600;line-height:25px;margin-bottom:20px;word-break:auto-phrase}.new-add-trader .add-trader-info .add-trader-trader{display:flex}.new-add-trader .add-trader-info .add-trader-trader img{height:20px;margin-right:8px;width:20px}.new-add-trader .add-trader-info .add-trader-trader span{color:#1d2129;font-size:20px;font-weight:600;line-height:25px;position:relative;top:-2px;word-break:auto-phrase;word-break:break-all}.new-add-trader .add-trader-list-title{color:#4e5969;font-size:14px;font-weight:400;line-height:20px;margin-bottom:12px}.user-country{background:#fff;border-radius:18px;box-shadow:0 0 10px rgba(50,57,71,.06);cursor:auto;left:0;max-height:390px;overflow:hidden;position:absolute;top:58px;width:356px;z-index:3}.user-country .country-head{align-items:center;display:flex;flex-direction:column;padding:18px 0 0;width:356px}.user-country .country-head .country-sarch{align-items:center;background:#fff;border:1px solid hsla(0,0%,46%,.2);border-radius:6px;display:flex;flex-direction:row;height:40px;padding:10px 10px 10px 14px;width:330px}.user-country .country-head .country-sarch .icon-search2{color:rgba(61,61,61,.3);margin-right:8px}.user-country .country-head .country-sarch input{flex:1;height:100%}.user-country .country-head .country-letter{height:100%;margin-top:8px;padding:8px 14px 0;width:100%}.user-country .country-head .country-letter ul{display:flex;flex-wrap:wrap;justify-content:center}.user-country .country-head .country-letter ul li{align-items:center;border-radius:1px;color:#a3a3a3;display:flex;flex-direction:column;font-family:DIN;font-size:14px;font-style:normal;font-weight:400;height:24px;justify-content:center;line-height:17px;margin-bottom:10px;margin-right:10px;padding:0;width:24px}.user-country .country-head .country-letter ul li:nth-child(9n){margin-right:0}.user-country .country-head .country-letter ul li:hover{background:#323947;color:#fff;cursor:pointer}.user-country .country-head .country-letter ul .selected{background:#323947;color:#fff}.user-country .country-list{display:flex;flex-direction:column;max-height:232px;width:356px}.user-country .country-list div{background-color:#fff;height:214px;overflow:hidden;overflow-y:scroll}.user-country .country-list div::-webkit-scrollbar{width:5px}.user-country .country-list div::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.05);background-color:rgba(0,0,0,.2);border-radius:10px;-webkit-box-shadow:inset1px1px0rgba(0,0,0,.1);width:5px}.user-country .country-list div::-webkit-scrollbar-thumb:hover{background-color:rgba(0,0,0,.4);-webkit-box-shadow:inset1px1px0rgba(0,0,0,.1)}.user-country .country-list div::-webkit-scrollbar-track{background-color:#fff;border-radius:10px;-webkit-box-shadow:inset006pxrgba(0,0,0,0)}.user-country .country-list div::-webkit-scrollbar-track:hover{background-color:#fff;border-radius:0}.user-country .country-list ul.sousuo{overflow-y:scroll}.user-country .country-list ul::-webkit-scrollbar{width:0!important}.user-country .country-list ul li p{background:rgba(0,0,0,.03);border-radius:1px;height:20px;line-height:20px;padding:0 16px;width:356px}.user-country .country-list ul li .country-details{align-items:center;border-radius:1px;cursor:pointer;display:flex;height:40px;margin:6px 0;padding:0 16px}.user-country .country-list ul li .country-details:hover{background:rgba(0,0,0,.03)}.user-country .country-list ul li .country-details .country-icon{border-radius:2px;height:22px;margin-right:16px;width:32px}.user-country .country-list ul li .country-details span{align-items:center;color:#3d3d3d;display:flex;font-family:PingFang SC;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.user-country .country-list .noData{color:#999;font-size:14px;margin:30px auto;text-align:center}@media screen and (max-width:500px){.user-country{height:100%;min-height:100%;position:fixed;width:100%}.user-country .country-head{width:100%}.user-country .country-head .country-sarch{margin-bottom:20px}.user-country .country-head .country-letter{margin-top:45px;position:absolute;right:10px;width:0;z-index:3}.user-country .country-head .country-letter ul{flex-direction:column}.user-country .country-head .country-letter ul .selected{background:#323947;color:#f50505!important}.user-country .country-head .country-letter ul li{color:#3d3d3d;font-family:DIN-Light;font-size:14px;font-style:normal;font-weight:300;height:6px;line-height:17px;width:0}.user-country .country-head .country-letter ul li:hover{color:#3d3d3d}.user-country .country-list{height:81vh;max-height:100%;width:100%}.user-country .country-list div{height:100%}.user-country .country-list div ul li p{width:100%}}html[dir=rtl] .user-country .country-head .country-sarch .icon-search2{margin-left:8px;margin-right:0}html[dir=rtl] .user-country .country-head .country-letter{left:10px;right:auto}html[dir=rtl] .user-country .country-head .country-letter ul li{margin-right:10px!important}html[dir=rtl] .user-country .country-list ul li .country-details .country-icon{margin-left:16px;margin-right:0}.new-john-trader .john-trader-title{color:#1d2129;font-size:20px;font-weight:600;line-height:32px;margin-bottom:10px;padding:0 21px 0 19px}.new-john-trader .john-trader-inputall .ruleForm-list{display:flex}.new-john-trader .john-trader-inputall .ruleForm-list .ruleForm-l{align-items:center;display:flex;flex-direction:column;margin-right:11px;padding-top:19px;width:8px}.new-john-trader .john-trader-inputall .ruleForm-list .ruleForm-l .cicle-1{border:2px solid #c9cdd4;border-radius:4px;height:8px;width:8px}.new-john-trader .john-trader-inputall .ruleForm-list .ruleForm-l .cicle-2{border-right:1px dashed #c9cdd4;flex:1;width:1px}.new-john-trader .john-trader-inputall .ruleForm-list .ruleForm-r{flex:1;padding-bottom:12px}.new-john-trader .john-trader-inputall .ruleForm-list .ruleForm-r-p{background:#f7f8fa;border-radius:6px;color:#1d2129;font-size:16px;font-weight:500;line-height:22.4px;padding:14px 16px}.new-john-trader .john-trader-inputall .ruleForm-list .ruleForm-r-p .red{color:#f15555}.new-john-trader .john-trader-inputall .el-form-item{display:flex;flex-direction:column}.new-john-trader .john-trader-inputall .el-form-item__label{color:#1d2129;font-size:16px;font-weight:500;line-height:22.4px;margin-bottom:8px;text-align:left}.new-john-trader .john-trader-inputall .el-form-item__content{margin-left:0!important}.new-john-trader .john-trader-inputall .el-form-item.is-required:not(.is-no-asterisk) .el-form-item__label-wrap>.el-form-item__label:after,.new-john-trader .john-trader-inputall .el-form-item.is-required:not(.is-no-asterisk)>.el-form-item__label:after{color:#f56c6c;content:"*";margin-left:4px}.new-john-trader .john-trader-inputall .el-form-item.is-required:not(.is-no-asterisk) .el-form-item__label-wrap>.el-form-item__label:before,.new-john-trader .john-trader-inputall .el-form-item.is-required:not(.is-no-asterisk)>.el-form-item__label:before{content:"";display:none}.new-john-trader .john-trader-inputall .el-input__inner{border:.5px solid #d9d9d9;border-radius:8px;height:44px}.new-john-trader .john-trader-inputall .el-textarea__inner{border:.5px solid #d9d9d9;border-radius:8px}.new-john-trader .john-trader-inputall .john-trader-iphone{align-items:center;background:#fff;border:.5px solid #d9d9d9;border-radius:8px;display:flex;height:44px;padding:0 12px}.new-john-trader .john-trader-inputall .john-trader-iphone .trader-iphone-flag{position:relative;width:90px}.new-john-trader .john-trader-inputall .john-trader-iphone .trader-iphone-flag .iphone-flag-info{align-items:center;cursor:pointer;display:flex}.new-john-trader .john-trader-inputall .john-trader-iphone .trader-iphone-flag .iphone-flag-info .flag-info-img{height:12px;width:18px}.new-john-trader .john-trader-inputall .john-trader-iphone .trader-iphone-flag .iphone-flag-info .flag-info-code{font-family:DIN-Medium;font-size:14px;font-weight:500;line-height:17px;margin:0 4px}.new-john-trader .john-trader-inputall .john-trader-iphone .trader-iphone-flag .iphone-flag-info .iconfont{color:#1d2129;font-size:8px;font-weight:700}.new-john-trader .john-trader-inputall .john-trader-iphone .trader-iphone-flag .iphone-flag-info:hover{opacity:.6}.new-john-trader .john-trader-inputall .john-trader-iphone .trader-iphone-flag .user-country{left:-12px}.new-john-trader .john-trader-inputall .john-trader-iphone .el-input{flex:1}.new-john-trader .john-trader-inputall .john-trader-iphone .el-input .el-input__inner{border:none;height:42px}.new-john-trader .john-trader-inputall .el-form-item{background:#f7f8fa;border-radius:6px;margin-bottom:0;padding:14px 16px}@media screen and (max-width:799px){.new-john-trader,.new-john-trader .john-trader-title{padding:0}.new-john-trader .john-trader-inputall .john-trader-iphone .trader-iphone-flag .user-country{left:0}}html[dir=rtl] .john-trader .john-trader-inputall .el-form-item__label{padding:0;text-align:right}.upload-pictures .hide .el-upload--picture-card{display:none}.upload-pictures .el-upload--picture-card .el-upload-list__item-thumbnail{height:80px}.upload-pictures .el-upload--picture-card .upload-ico,.upload-pictures .el-upload--picture-card .upload-ico2{color:#a3a3a3;cursor:default;font-size:29px;height:29px;left:50%;position:absolute;top:0;transform:translate(-50%,-115%);width:29px}.upload-pictures .el-upload--picture-card .upload-ico2:before,.upload-pictures .el-upload--picture-card .upload-ico:before{cursor:pointer;height:29px;width:29px}.upload-pictures .el-upload--picture-card .upload-ico2{display:none}.upload-pictures .el-upload-list__item{overflow:unset;position:relative}.upload-pictures .el-upload-list__item-thumbnail{border-radius:4px}.upload-pictures .file-new{height:100%;position:relative;width:100%}.upload-pictures .file-new .close-icon{align-items:center;background:#1d2129;border-radius:10px;display:flex;height:20px;justify-content:center;position:absolute;right:-8px;top:-8px;width:20px}.upload-pictures .file-new .el-icon-close{color:#fff;display:flex!important;font-size:16px;position:unset}@media screen and (max-width:799px){.upload-pictures .el-upload .el-upload--picture-card{height:72px;width:72px}}.new-contact-us h3{color:#1d2129;font-size:20px;font-weight:600;line-height:32px;margin-bottom:12px}.new-contact-us .contact-us-inputall{height:495px;overflow:auto;padding:0 40px}.new-contact-us .contact-us-inputall .el-form-item{display:flex;flex-direction:column}.new-contact-us .contact-us-inputall .el-form-item__label{color:#4e5969;font-size:14px;font-weight:600;line-height:19.6px;margin-bottom:8px;text-align:left}.new-contact-us .contact-us-inputall .el-form-item__content{margin-left:0!important}.new-contact-us .contact-us-inputall .el-form-item.is-required:not(.is-no-asterisk) .el-form-item__label-wrap>.el-form-item__label:before,.new-contact-us .contact-us-inputall .el-form-item.is-required:not(.is-no-asterisk)>.el-form-item__label:before{margin-left:4px}.new-contact-us .contact-us-inputall .el-input__inner{border:.5px solid #e5e6eb;border-radius:6px;height:48px}.new-contact-us .contact-us-inputall .el-textarea__inner{border:.5px solid #e5e6eb;border-radius:6px}.new-contact-us .contact-us-inputall .el-form-item,.new-contact-us .contact-us-inputall .el-form-item:last-child{margin-bottom:20px}.new-contact-us .contact-us-inputall .el-form-item.is-required:not(.is-no-asterisk) .el-form-item__label-wrap>.el-form-item__label:before,.new-contact-us .contact-us-inputall .el-form-item.is-required:not(.is-no-asterisk)>.el-form-item__label:before{display:none}.new-contact-us .contact-us-inputall .el-form-item.is-required:not(.is-no-asterisk) .el-form-item__label-wrap>.el-form-item__label:after,.new-contact-us .contact-us-inputall .el-form-item.is-required:not(.is-no-asterisk)>.el-form-item__label:after{color:#f56c6c;content:"*";margin-left:4px}.new-contact-us .contact-us-inputall .tab-contact{display:flex;margin-bottom:10px}.new-contact-us .contact-us-inputall .tab-contact .tab-contact-li{align-items:center;background:#fff;border:1px solid #fff;border-radius:6px;cursor:pointer;display:flex;flex-direction:column;height:63px;justify-content:center;margin-right:12px;width:75px}.new-contact-us .contact-us-inputall .tab-contact .tab-contact-li .iconfont{font-size:22px;line-height:22px;margin-bottom:4px}.new-contact-us .contact-us-inputall .tab-contact .tab-contact-li .iconfont-text{color:#1d2129;font-size:12px;font-weight:400;line-height:17px}.new-contact-us .contact-us-inputall .tab-contact .tab-contact-li .icon-hongseshouji-X{color:#52a6ec}.new-contact-us .contact-us-inputall .tab-contact .tab-contact-li-active,.new-contact-us .contact-us-inputall .tab-contact .tab-contact-li:hover{border:1px solid #1d2129}.new-contact-us .contact-us-inputall .name .el-input.is-disabled .el-input__inner{color:#1d2129}.new-contact-us .contact-us-inputall .upload-img .el-upload--picture-card,.new-contact-us .contact-us-inputall .upload-img .el-upload-list--picture-card .el-upload-list__item{height:72px;position:relative;width:72px}.new-contact-us .contact-us-inputall .upload-img .el-upload--picture-card{background:#f7f7f7;border:none}.new-contact-us .contact-us-inputall .upload-img .upload-pictures .el-upload--picture-card .upload-ico,.new-contact-us .contact-us-inputall .upload-img .upload-pictures .el-upload--picture-card .upload-ico2{transform:translate(-50%,70%)}.new-contact-us .contact-us-inputall .john-trader-iphone{align-items:center;border:.5px solid #e5e6eb;border-radius:6px;display:flex;height:48px;padding:0 12px}.new-contact-us .contact-us-inputall .john-trader-iphone .trader-iphone-flag{position:relative;width:90px}.new-contact-us .contact-us-inputall .john-trader-iphone .trader-iphone-flag .iphone-flag-info{align-items:center;cursor:pointer;display:flex}.new-contact-us .contact-us-inputall .john-trader-iphone .trader-iphone-flag .iphone-flag-info .flag-info-img{height:12px;width:18px}.new-contact-us .contact-us-inputall .john-trader-iphone .trader-iphone-flag .iphone-flag-info .flag-info-code{font-family:DIN-Medium;font-size:14px;font-weight:500;line-height:17px;margin:0 4px}.new-contact-us .contact-us-inputall .john-trader-iphone .trader-iphone-flag .iphone-flag-info .iconfont{color:#1d2129;font-size:8px;font-weight:700}.new-contact-us .contact-us-inputall .john-trader-iphone .trader-iphone-flag .iphone-flag-info:hover{opacity:.6}.new-contact-us .contact-us-inputall .john-trader-iphone .trader-iphone-flag .user-country{left:-12px}.new-contact-us .contact-us-inputall .john-trader-iphone .el-input{flex:1}.new-contact-us .contact-us-inputall .john-trader-iphone .el-input .el-input__inner{border:none;height:46px}.new-contact-us .contact-us-gz{margin-bottom:20px}.new-contact-us .contact-us-gz span{color:#326efa;cursor:pointer;font-size:14px;font-weight:400;line-height:20px}.new-contact-us .contact-us-gz span:hover{text-decoration:underline}@media screen and (max-width:799px){.new-contact-us .john-trader-inputall .john-trader-iphone .trader-iphone-flag .user-country{left:0}}html[dir=rtl] .contact-us .contact-us-inputall .tab-contact .tab-contact-li{margin-left:12px;margin-right:0}html[dir=rtl] .contact-us .contact-us-inputall .el-form-item__label{padding:0;text-align:right}.host-validate .host-title{color:#1d2129;font-size:19px;font-weight:600;line-height:32px;margin-bottom:10px;padding:0 0 0 19px}.host-validate .host-info{display:flex}.host-validate .host-info .host-info-r{flex:1}.host-validate .host-info .host-info-r .host-box-all{display:flex}.host-validate .host-info .host-info-r .host-box-all .host-box-l{align-items:center;display:flex;flex-direction:column;margin-right:11px;padding-top:19px;width:8px}.host-validate .host-info .host-info-r .host-box-all .host-box-l .cicle-1{border:2px solid #c9cdd4;border-radius:4px;height:8px;width:8px}.host-validate .host-info .host-info-r .host-box-all .host-box-l .cicle-2{border-right:1px dashed #c9cdd4;flex:1;width:1px}.host-validate .host-info .host-info-r .host-box{background:#f7f8fa;border-radius:6px;margin-bottom:12px;padding:14px 16px;width:100%}.host-validate .host-info .host-info-r .host-box h4{color:#1d2129;font-size:16px;font-weight:500;line-height:22.4px;margin-bottom:12px}.host-validate .host-info .host-info-r .host-box h4 span{color:#f15555}.host-validate .host-info .host-info-r .host-box .el-select{width:100%}.host-validate .host-info .host-info-r .host-box .host-text{color:#4e5969;font-size:14px;font-weight:400;line-height:19.6px}.host-validate .host-info .host-info-r .host-box .host-text .red{color:#f15555}.host-validate .host-info .host-info-r .host-box .host-text .blue{color:#326efa;cursor:pointer;text-decoration:underline}.host-validate .host-info .host-info-r .host-box .host-text .blue:hover{opacity:.7}.host-validate .host-info .host-info-r .host-box .host-text .blueaa{color:#326efa;cursor:default;text-decoration:underline}.host-validate .host-info .host-info-r .host-box .el-input--suffix .el-input__inner{border-radius:6px;height:44px;line-height:44px;overflow:auto;text-overflow:unset}.host-validate .host-info .host-info-r .host-p{color:#86909c;font-size:14px;font-weight:400;line-height:24px;padding-left:19px}@media screen and (max-width:799px){.host-validate .host-title{padding:0}}.gfym-select .el-select-dropdown__item{max-width:380px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media screen and (max-width:799px){.gfym-select .el-select-dropdown__item{max-width:280px}}.to-examine-new{height:610px;word-break:auto-phrase}.to-examine-new,.to-examine-new .examine-loading{align-items:center;display:flex;justify-content:center}.to-examine-new .examine-loading{flex-direction:column}.to-examine-new .examine-loading .examine-loading-img{align-items:center;display:flex;height:92px;justify-content:center;margin-bottom:30px;position:relative;width:92px}.to-examine-new .examine-loading .examine-loading-img .loading-img{animation:loading 2s linear infinite;height:92px;left:0;position:absolute;top:0;width:92px}.to-examine-new .examine-loading .examine-loading-img .loading-img-logo{height:46px;width:46px}.to-examine-new .examine-loading .examine-loading-text{color:#1d2129;font-size:15px;font-weight:400;line-height:21px}.to-examine-new .examine-success{align-items:center;display:flex;flex-direction:column;height:100%;padding:89px 0 0}.to-examine-new .examine-success .examine-success-img{height:130px;margin-bottom:10px;width:130px}.to-examine-new .examine-success .examine-success-text{color:#1d2129;font-size:16px;font-weight:500;line-height:22px;margin-bottom:223px;text-align:center;word-break:auto-phrase}.to-examine-new .examine-success .examine-success-bt .eco-botton{padding:0 42px}.to-examine-new .examine-success .examine-error-later{margin-top:30px}.to-examine-new .examine-success .examine-error-later span:hover{cursor:pointer;text-decoration:underline}.to-examine-new .examine-success .examine-error-later .eco-botton{padding:0 42px}.to-examine-new .examine-await{align-items:center;display:flex;flex-direction:column;height:100%;padding-bottom:50px;padding-top:89px}.to-examine-new .examine-await .examine-await-img{height:54px;margin-bottom:34px;width:54px}.to-examine-new .examine-await .examine-await-p1{color:#1d2129;font-size:16px;font-weight:500;line-height:22px;margin-bottom:10px;text-align:center}.to-examine-new .examine-await .examine-await-ptext{color:#1d2129;font-size:16px;font-weight:400;line-height:24px;margin-bottom:10px;text-align:center}.to-examine-new .examine-await .examine-await-ptext span{color:#c8353a}.to-examine-new .examine-await .examine-await-p2{color:#4e5969;font-size:14px;font-weight:400;line-height:20px;text-align:center;word-break:auto-phrase}.to-examine-new .examine-await .examine-success-bt .eco-botton{padding:0 42px}.to-examine-new .examine-await .examine-error-later{margin-top:30px}.to-examine-new .examine-await .examine-error-later span{color:#326efa}.to-examine-new .examine-await .examine-error-later span:hover{cursor:pointer;text-decoration:underline}.to-examine-new .examine-await .await-flex{flex:1}.to-examine-new .examine-await .details-info{margin-top:126px;width:100%}.to-examine-new .examine-await .details-info .examine-await-p3{color:#000;font-size:16px;font-weight:400;line-height:22px;margin-bottom:16px}.to-examine-new .examine-await .await-wap{display:none}.to-examine-new .examine-error{align-items:center;display:flex;flex-direction:column}.to-examine-new .examine-error .examine-error-img{height:110px;margin-bottom:10px;width:110px}.to-examine-new .examine-error .examine-error-p1{color:#1d2129;font-size:16px;font-weight:500;line-height:22px;margin-bottom:10px}.to-examine-new .examine-error .examine-error-p2{color:#4e5969;font-size:14px;font-weight:400;line-height:20px;margin-bottom:30px}.to-examine-new .examine-error .examine-error-bt{margin-bottom:16px;margin-top:30px;width:190px}.to-examine-new .examine-error .examine-error-later span{cursor:pointer;font-size:16px;font-weight:400;line-height:22px}.to-examine-new .examine-error .examine-error-later span:hover{text-decoration:underline}@media screen and (max-width:799px){.to-examine-new{height:unset}.to-examine-new .examine-await .await-pc{display:none}.to-examine-new .examine-await .await-wap{display:flex}.to-examine-new .examine-await .examine-await-bb{margin-bottom:141px}}.host-to-examine{display:flex;padding-top:65px;word-break:auto-phrase}.host-to-examine .examine-await{align-items:center;display:flex;flex-direction:column;height:509px;justify-content:center;width:100%}.host-to-examine .examine-await .examine-await-img{height:54px;margin-bottom:34px;width:54px}.host-to-examine .examine-await .examine-await-p1{color:#1d2129;font-size:18px;font-weight:500;line-height:18px;margin-bottom:20px;text-align:center;word-break:auto-phrase}.host-to-examine .examine-await .examine-await-p2{color:#1d2129;font-size:16px;font-weight:400;line-height:24px;margin-bottom:14px;text-align:center;word-break:auto-phrase}.host-to-examine .examine-await .examine-await-p3{color:#4e5969;font-size:14px;font-weight:400;line-height:26px;text-align:center;word-break:auto-phrase}.host-to-examine .examine-await .examine-await-p4{color:#326efa;cursor:pointer;display:flex;font-size:14px;font-weight:400;justify-content:center;line-height:26px;text-align:center;width:100%}.host-to-examine .examine-await .examine-await-p4:hover{text-decoration:underline}.host-to-examine .examine-await .examine-await-pe{cursor:default}.host-to-examine .examine-await .examine-await-pe:hover{text-decoration:unset}.host-to-examine .examine-await .close-p3{cursor:pointer}.host-to-examine .examine-await .close-p3:hover{text-decoration:underline}.host-to-examine .examine-await .await-flex{flex:1}.host-to-examine .examine-await .examine-error-bt{margin-bottom:30px}.host-to-examine .examine-await .examine-error-bt .eco-botton{padding:0 42px}.host-to-examine .examine-error .await-error{display:none;flex:1}@media screen and (max-width:799px){.host-to-examine{height:unset}.host-to-examine .examine-error .await-flex{display:none}.host-to-examine .examine-error .await-error{display:flex}.host-to-examine .examine-error .examine-await-bb{margin-bottom:99px!important}}.new-email-tab .add-trader-info{margin-bottom:30px}.new-email-tab .add-trader-info .add-trader-title{color:#1d2129;font-size:20px;font-weight:600;line-height:25px;margin-bottom:20px;word-break:auto-phrase}.new-email-tab .add-trader-info .add-trader-trader{align-items:center;display:flex}.new-email-tab .add-trader-info .add-trader-trader img{height:20px;margin-right:8px;width:20px}.new-email-tab .add-trader-info .add-trader-trader span{color:#1d2129;font-size:20px;font-weight:600;line-height:25px;position:relative;top:-2px;word-break:break-all}.new-email-tab .add-trader-list-title{color:#4e5969;font-size:14px;font-weight:400;line-height:20px;margin-bottom:12px}.licensed .licensed-title{color:#1d2129;font-size:20px;font-weight:600;line-height:32px;margin-bottom:10px;padding:0 19px}.licensed .licensed-info{height:458px;overflow:auto}.licensed .licensed-info .host-box-all{display:flex}.licensed .licensed-info .host-box-all .host-box-l{align-items:center;display:flex;flex-direction:column;margin-right:11px;padding-top:19px;width:8px}.licensed .licensed-info .host-box-all .host-box-l .cicle-1{border:2px solid #c9cdd4;border-radius:4px;height:8px;width:8px}.licensed .licensed-info .host-box-all .host-box-l .cicle-2{border-right:1px dashed #c9cdd4;flex:1;width:1px}.licensed .licensed-info .host-box-all .host-box{flex:1;padding-bottom:12px}.licensed .licensed-info .host-box-all .host-box .host-boxinfo{background:#f7f8fa;padding:14px 16px}.licensed .licensed-info .host-box-all .host-box .host-boxinfo h4{color:#1d2129;font-size:16px;font-weight:500;line-height:22.4px;margin-bottom:12px}.licensed .licensed-info .host-box-all .host-box .host-boxinfo .host-list,.licensed .licensed-info .host-box-all .host-box .host-boxinfo .host-list .el-radio-group{width:100%}.licensed .licensed-info .host-box-all .host-box .host-boxinfo .host-list .el-radio-group .el-radio__inner{height:20px;width:20px}.licensed .licensed-info .host-box-all .host-box .host-boxinfo .host-list .el-radio-group .el-radio__inner:after{background:#326efa;height:10px;width:10px}.licensed .licensed-info .host-box-all .host-box .host-boxinfo .host-list .el-radio-group .el-radio__input.is-checked .el-radio__inner{background:#fff}.licensed .licensed-info .host-box-all .host-box .host-boxinfo .host-list .el-radio-group .el-radio__input.is-checked+.el-radio__label{color:#1d2129;font-size:14px;font-weight:400;line-height:16px}.licensed .licensed-info .host-box-all .host-box .host-boxinfo .host-list .host-ul{background:#fff;border:.5px solid #d9d9d9;border-radius:8px;margin-bottom:8px;padding:12px 10px;width:100%}.licensed .licensed-info .host-box-all .host-box .host-boxinfo .host-list .blue{border:.5px solid #326efa}.licensed .licensed-info .host-box-all .host-box .host-boxinfo .host-boxinfo-p1{color:#1d2129;font-size:16px;font-weight:500;line-height:22.4px;margin-bottom:6px}.licensed .licensed-info .host-box-all .host-box .host-boxinfo .host-boxinfo-p1 span{color:#f15555}.licensed .licensed-info .host-box-all .host-box .host-boxinfo .host-boxinfo-p2{color:#4e5969;font-size:14px;font-weight:400;line-height:19.6px}@media screen and (max-width:799px){.licensed .licensed-title{padding:0}.licensed .licensed-info{height:auto}.licensed .el-radio{align-items:center;display:flex}.licensed .el-radio .el-radio__label{max-width:215px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}.emailverification .licensed-title{color:#1d2129;font-size:20px;font-weight:600;line-height:32px;margin-bottom:20px;padding:0 19px}.emailverification .licensed-info .host-box-all{display:flex}.emailverification .licensed-info .host-box-all .host-box-l{align-items:center;display:flex;flex-direction:column;margin-right:11px;padding-top:19px;width:8px}.emailverification .licensed-info .host-box-all .host-box-l .cicle-1{border:2px solid #c9cdd4;border-radius:4px;height:8px;width:8px}.emailverification .licensed-info .host-box-all .host-box-l .cicle-2{border-right:1px dashed #c9cdd4;flex:1;width:1px}.emailverification .licensed-info .host-box-all .host-box{flex:1;padding-bottom:12px}.emailverification .licensed-info .host-box-all .host-box .host-boxinfo{background:#f7f8fa;border-radius:6px;padding:14px 16px}.emailverification .licensed-info .host-box-all .host-box .host-boxinfo h4{color:#1d2129;font-size:16px;font-weight:500;line-height:22.4px;margin-bottom:12px}.emailverification .licensed-info .host-box-all .host-box .host-boxinfo .host-boxinfo-des{color:#86909c;font-size:14px;font-weight:400;line-height:19.6px;margin-bottom:12px}.emailverification .licensed-info .host-box-all .host-box .host-boxinfo .host-boxinfo-des span{color:#f15555}.emailverification .licensed-info .host-box-all .host-box .host-boxinfo .host-list,.emailverification .licensed-info .host-box-all .host-box .host-boxinfo .host-list .el-radio-group,.emailverification .licensed-info .host-box-all .host-box .host-boxinfo .qz-ul,.emailverification .licensed-info .host-box-all .host-box .host-boxinfo .qz-ul .el-radio-group{width:100%}.emailverification .licensed-info .host-box-all .host-box .host-boxinfo .host-list .el-radio-group .el-radio__inner,.emailverification .licensed-info .host-box-all .host-box .host-boxinfo .qz-ul .el-radio-group .el-radio__inner{height:20px;width:20px}.emailverification .licensed-info .host-box-all .host-box .host-boxinfo .host-list .el-radio-group .el-radio__inner:after,.emailverification .licensed-info .host-box-all .host-box .host-boxinfo .qz-ul .el-radio-group .el-radio__inner:after{background:#326efa;height:10px;width:10px}.emailverification .licensed-info .host-box-all .host-box .host-boxinfo .host-list .el-radio-group .el-radio__input.is-checked .el-radio__inner,.emailverification .licensed-info .host-box-all .host-box .host-boxinfo .qz-ul .el-radio-group .el-radio__input.is-checked .el-radio__inner{background:#fff}.emailverification .licensed-info .host-box-all .host-box .host-boxinfo .host-list .el-radio-group .el-radio__input.is-checked+.el-radio__label,.emailverification .licensed-info .host-box-all .host-box .host-boxinfo .qz-ul .el-radio-group .el-radio__input.is-checked+.el-radio__label{color:#1d2129;font-size:14px;font-weight:400;line-height:16px}.emailverification .licensed-info .host-box-all .host-box .host-boxinfo .host-list .el-radio-group .el-radio,.emailverification .licensed-info .host-box-all .host-box .host-boxinfo .qz-ul .el-radio-group .el-radio{align-items:center;display:flex;width:100%}.emailverification .licensed-info .host-box-all .host-box .host-boxinfo .host-list .el-radio-group .el-radio .el-radio__label,.emailverification .licensed-info .host-box-all .host-box .host-boxinfo .qz-ul .el-radio-group .el-radio .el-radio__label{max-width:340px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.emailverification .licensed-info .host-box-all .host-box .host-boxinfo .host-list .host-ul,.emailverification .licensed-info .host-box-all .host-box .host-boxinfo .qz-ul .host-ul{background:#fff;border:1px solid #dcdfe6;border-radius:8px;margin-bottom:8px;padding:11px 10px;width:100%}.emailverification .licensed-info .host-box-all .host-box .host-boxinfo .host-list .blue,.emailverification .licensed-info .host-box-all .host-box .host-boxinfo .qz-ul .blue{border:1px solid #326efa}.emailverification .licensed-info .host-box-all .host-box .host-boxinfo .qz-ul .host-ul{margin-bottom:8px;margin-right:8px;padding:8px 18px 8px 8px;width:unset}.emailverification .licensed-info .host-box-all .host-box .host-boxinfo .qz-ul .el-radio-group{display:flex;flex-wrap:wrap}.emailverification .licensed-info .host-box-all .host-box .host-boxinfo .host-boxinfo-p1{color:#1d2129;font-size:16px;font-weight:500;line-height:22.4px;margin-bottom:6px}.emailverification .licensed-info .host-box-all .host-box .host-boxinfo .host-boxinfo-p1 span{color:#f15555}.emailverification .licensed-info .host-box-all .host-box .host-boxinfo .host-boxinfo-p2{color:#4e5969;font-size:14px;font-weight:400;line-height:19.6px}.emailverification .licensed-info .host-box-all .host-box .host-boxinfo .el-input__inner{border-radius:6px;height:44px;line-height:44px}@media screen and (max-width:799px){.emailverification .licensed-info,.emailverification .licensed-title{padding:0}.emailverification .licensed-info .host-box-all .host-box .host-boxinfo .host-list .el-radio-group .el-radio .el-radio__label,.emailverification .licensed-info .host-box-all .host-box .host-boxinfo .qz-ul .el-radio-group .el-radio .el-radio__label{max-width:215px}}html[dir=rtl] .el-radio__label{padding-left:0;padding-right:10px}.Websitepost .licensed-title{color:#1d2129;font-size:20px;font-weight:600;line-height:32px;margin-bottom:10px;padding:0 19px}.Websitepost .licensed-info{height:450px;overflow:auto}.Websitepost .licensed-info .host-box-all{display:flex}.Websitepost .licensed-info .host-box-all .host-box-l{align-items:center;display:flex;flex-direction:column;margin-right:11px;padding-top:19px;width:8px}.Websitepost .licensed-info .host-box-all .host-box-l .cicle-1{border:2px solid #c9cdd4;border-radius:4px;height:8px;width:8px}.Websitepost .licensed-info .host-box-all .host-box-l .cicle-2{border-right:1px dashed #c9cdd4;flex:1;width:1px}.Websitepost .licensed-info .host-box-all .host-box{flex:1;padding-bottom:12px}.Websitepost .licensed-info .host-box-all .host-box .host-boxinfo{background:#f7f8fa;padding:14px 16px}.Websitepost .licensed-info .host-box-all .host-box .host-boxinfo h4{color:#1d2129;font-size:16px;font-weight:500;line-height:22.4px;margin-bottom:12px}.Websitepost .licensed-info .host-box-all .host-box .host-boxinfo .host-boxinfo-des{color:#86909c;font-size:14px;font-weight:400;line-height:19.6px;margin-bottom:12px}.Websitepost .licensed-info .host-box-all .host-box .host-boxinfo .host-boxinfo-des span{color:#f15555}.Websitepost .licensed-info .host-box-all .host-box .host-boxinfo .host-boxinfo-p1{color:#1d2129;font-size:16px;font-weight:500;line-height:22.4px}.Websitepost .licensed-info .host-box-all .host-box .host-boxinfo .host-boxinfo-p1 span{color:#f15555}.Websitepost .licensed-info .host-box-all .host-box .host-boxinfo .host-input{background:#fff;border:.5px solid #c9cdd4;border-radius:6px;color:#1d2129;font-size:14px;font-weight:400;line-height:20px;margin-bottom:12px;padding:12px}.Websitepost .licensed-info .host-box-all .host-box .host-boxinfo .host-boxinfo-p2{color:#4e5969;font-size:14px;font-weight:400;line-height:19.6px}.Websitepost .licensed-info .host-box-all .host-box .host-boxinfo .host-bt{display:flex}.Websitepost .licensed-info .host-box-all .host-box .host-boxinfo .host-bt .eco-botton{height:36px;padding:0 12px;width:unset}@media screen and (max-width:799px){.Websitepost .host-title,.Websitepost .licensed-info{padding:0}}.new-email-verify .email-verify-title{font-size:20px;font-weight:600;line-height:32px;margin-bottom:8px}.new-email-verify .email-verify-p{color:#86909c;font-size:14px;font-weight:400;line-height:20px;margin-bottom:70px}.new-email-verify .agin{display:flex}.new-email-verify .agin span{color:#326efa;cursor:pointer;font-size:14px;font-weight:400;line-height:20px}.new-email-verify .agin span:hover{text-decoration:underline}.new-email-verify .new-email-verify-input{margin-bottom:20px}.new-email-verify .email-verify-time span{color:#86909c;font-size:14px;font-weight:400;line-height:20px}.new-email-verify .new-email-verify-input .van-number-keyboard{z-index:2000}.new-email-verify .new-email-verify-input .van-password-input{margin:0}.new-email-verify .new-email-verify-input .van-password-input__security{height:64px}.new-email-verify .new-email-verify-input .van-password-input__security li{background:#f7f8fa;border-radius:10px;color:#3d3d3d;flex-shrink:0;flex:none;font-family:DIN-Medium;font-size:30px;font-style:normal;font-weight:500;height:66px;line-height:66px;margin-right:24px;width:66px}.new-email-verify .new-email-verify-input .van-password-input__security li:last-child{margin-right:0}.new-email-verify .new-email-verify-input .van-password-input__item--focus{border:1px solid #1d2129}[class*=van-hairline]:after{border:none}.new-email-verify .new-email-verify-input .van-popover__action-text{text-align:center;word-break:break-all}.new-email-verify .new-email-verify-input .el-select>.el-input{position:relative;width:150px}.new-email-verify .new-email-verify-input .el-select>.el-input:before{content:"@";left:-1px;position:absolute;top:12px}.new-email-verify .new-email-verify-input .el-input__inner{border:none}html[dir=rtl] .new-email-verify .new-email-verify-input .van-password-input__security li{margin-left:24px;margin-right:0}.new-to-examine{height:569px;word-break:auto-phrase}.new-to-examine,.new-to-examine .examine-loading{align-items:center;display:flex;justify-content:center}.new-to-examine .examine-loading{flex-direction:column;height:100%}.new-to-examine .examine-loading .examine-loading-img{align-items:center;display:flex;height:92px;justify-content:center;margin-bottom:30px;position:relative;width:92px}.new-to-examine .examine-loading .examine-loading-img .loading-img{animation:loading 2s linear infinite;height:92px;left:0;position:absolute;top:0;width:92px}.new-to-examine .examine-loading .examine-loading-img .loading-img-logo{height:92px;width:92px}.new-to-examine .examine-loading .examine-loading-text{color:#1d2129;font-size:15px;font-weight:400;line-height:21px}.new-to-examine .examine-success{align-items:center;display:flex;flex-direction:column;height:100%;padding:89px 0 0}.new-to-examine .examine-success .examine-success-img{height:130px;margin-bottom:10px;width:130px}.new-to-examine .examine-success .examine-success-text{color:#1d2129;font-size:18px;font-weight:500;line-height:22px;margin-bottom:264px;text-align:center;word-break:auto-phrase}.new-to-examine .examine-success .examine-success-bt .eco-botton{padding:0 58px}.new-to-examine .examine-success .examine-error-later span{cursor:pointer;font-size:16px;font-weight:400;line-height:22px}.new-to-examine .examine-success .examine-error-later span:hover{text-decoration:underline}.new-to-examine .examine-await{align-items:center;display:flex;flex-direction:column;height:100%;padding:89px 0 0}.new-to-examine .examine-await .examine-await-img{height:54px;margin-bottom:34px;width:54px}.new-to-examine .examine-await .examine-await-p1{color:#1d2129;font-size:18px;font-weight:500;line-height:22px;margin-bottom:20px;text-align:center}.new-to-examine .examine-await .examine-await-p2{color:#1d2129;font-size:16px;font-weight:400;line-height:24px;margin-bottom:220px;text-align:center;word-break:auto-phrase}.new-to-examine .examine-await .examine-error-bt .eco-botton{padding:0 58px}.new-to-examine .examine-await .await-flex{flex:1}.new-to-examine .examine-await .details-info{margin-top:126px;width:100%}.new-to-examine .examine-await .details-info .examine-await-p3{color:#000;font-size:16px;font-weight:400;line-height:22px;margin-bottom:16px}.new-to-examine .examine-error{align-items:center;display:flex;flex-direction:column;height:100%;padding:89px 0 0}.new-to-examine .examine-error .examine-error-img{height:110px;margin-bottom:10px;width:110px}.new-to-examine .examine-error .examine-error-p1{color:#1d2129;font-size:18px;font-weight:500;line-height:22px;margin-bottom:20px;text-align:center}.new-to-examine .examine-error .examine-error-p2{color:#1d2129;font-size:16px;font-weight:400;line-height:24px;margin-bottom:220px;text-align:center}.new-to-examine .examine-error .examine-error-bt{margin-bottom:30px}.new-to-examine .examine-error .examine-error-bt .eco-botton{padding:0 58px}.new-to-examine .examine-error .examine-error-later span{cursor:pointer;font-size:16px;font-weight:400;line-height:22px}.new-to-examine .examine-error .examine-error-later span:hover{text-decoration:underline}@media screen and (max-width:799px){.new-to-examine{height:100%}.new-to-examine .examine-error .examine-error-flex{display:none}}.service-typeinfo{align-items:center;background:#f7f8fa;border-radius:6px;cursor:pointer;display:flex;flex-direction:column;height:82px;justify-content:center;margin-bottom:10px;margin-right:10px;width:97.5px}.service-typeinfo .service-typeinfo-img{height:48px;width:48px}.service-typeinfo .service-typeinfo-span{color:#1d2129;font-size:12px;font-weight:400;line-height:17px;padding:0 5px;text-align:center}.service-typeinfo:nth-child(4n){margin-right:0}.service-typeinfo:hover{opacity:.6}.service-typeinfo-show{background:#fff;border:1px solid #326efa}.new-service-type .service-type-p{color:#1d2129;font-size:14px;font-weight:400;line-height:19.6px;margin-bottom:19px}.new-service-type .service-type-p span{color:#c8353a}.new-service-type .service-type-title{color:#1d2129;font-size:16px;font-weight:500;line-height:22px;margin-bottom:16px}.new-service-type .service-type-list{display:flex;flex-wrap:wrap;margin-bottom:14px}.new-service-type .service-type-list:last-child{margin-bottom:64px}@media screen and (max-width:799px){.new-service-type .service-type-list .service-typeinfo{margin-right:5px;width:32%}.new-service-type .service-type-list .service-typeinfo:nth-child(3n){margin-right:0}}html[dir=rtl] .new-service-type .service-typeinfo{margin-left:10px;margin-right:0}html[dir=rtl] .new-service-type .service-typeinfo:nth-child(4n){margin-left:0;margin-right:0}@media screen and (max-width:799px){html[dir=rtl] .new-service-type .service-type-list .service-typeinfo{margin-left:5px;margin-right:0;width:32%}html[dir=rtl] .new-service-type .service-type-list .service-typeinfo:nth-child(3n){margin-left:0}}.van-toast{border-radius:22px;box-sizing:border-box;max-width:200px;min-height:unset;padding:12px 26px;width:unset}.van-toast .van-toast__text{margin-top:0}.create-service{height:490px;overflow:auto;padding:0 40px}.create-service .create-service-inputall .el-form-item{display:flex;flex-direction:column}.create-service .create-service-inputall .el-form-item__label{color:#1d2129;font-weight:500;text-align:left}.create-service .create-service-inputall .el-form-item__content{margin-left:0!important}.create-service .create-service-inputall .el-form-item.is-required:not(.is-no-asterisk) .el-form-item__label-wrap>.el-form-item__label:before,.create-service .create-service-inputall .el-form-item.is-required:not(.is-no-asterisk)>.el-form-item__label:before{margin-left:4px}.create-service .create-service-inputall .el-input__inner{border:.5px solid #737373;border-radius:6px;height:48px}.create-service .create-service-inputall .el-input__inner::-moz-placeholder{color:#86909c!important}.create-service .create-service-inputall .el-input__inner::placeholder{color:#86909c!important}.create-service .create-service-inputall .el-textarea__inner{border:.5px solid #737373;border-radius:6px}.create-service .create-service-inputall .el-form-item{margin-bottom:20px}.create-service .create-service-inputall .el-form-item:last-child{margin-bottom:34px}.create-service .create-service-inputall .el-input__prefix{left:unset;right:5px}.create-service .create-service-inputall .el-input__prefix,.create-service .create-service-inputall .el-input__suffix{color:#1d2129;font-size:16px}.create-service .create-service-inputall .el-input--prefix .el-input__inner{padding-left:12px}.create-service .create-service-inputall .el-input--prefix .el-input__inner::-moz-placeholder{color:#1d2129}.create-service .create-service-inputall .el-input--prefix .el-input__inner::placeholder{color:#1d2129}.create-service .create-service-inputall .el-date-editor.el-input,.create-service .create-service-inputall .el-date-editor.el-input__inner{width:100%}.create-service .create-service-inputall .el-select .el-input .el-select__caret{color:#1d2129;font-size:16px}.create-service .create-service-inputall .el-select{width:100%}.create-service .create-service-inputall .el-form-item.is-required:not(.is-no-asterisk) .el-form-item__label-wrap>.el-form-item__label:before,.create-service .create-service-inputall .el-form-item.is-required:not(.is-no-asterisk)>.el-form-item__label:before{display:none}.create-service .create-service-inputall .el-form-item.is-required:not(.is-no-asterisk) .el-form-item__label-wrap>.el-form-item__label:after,.create-service .create-service-inputall .el-form-item.is-required:not(.is-no-asterisk)>.el-form-item__label:after{color:#f56c6c;content:"*";margin-left:4px}@media screen and (max-width:799px){.create-service{height:auto;padding:0 20px}}html[dir=rtl] .create-service .create-service-inputall .el-form-item__label{padding:0;text-align:right}.van-picker{bottom:0;left:0;position:fixed;width:100%}.john-kol{align-items:center;display:flex;flex-direction:column}.john-kol .john-kol-logo{margin-bottom:40px;margin-top:62px}.john-kol .john-kol-h{color:#1d2129;font-size:24px;font-weight:500;line-height:34px;text-align:center}.john-kol .john-kol-p{color:#86909c;font-size:14px;font-weight:400;line-height:20px;margin-top:10px;text-align:center}.john-kol .john-kol-bt{margin-top:40px}.john-kol .john-kol-bt .eco-botton{padding:0 45px}.new-options{align-items:center;border-radius:20px;cursor:pointer;display:flex;height:124px;justify-content:space-between;margin-bottom:16px;padding:0 22px;position:relative}.new-options .identity-options-l{flex:1;padding-right:16px;width:calc(100% - 20px)}.new-options .identity-options-l .identity-options-p{align-items:center;display:flex;width:100%}.new-options .identity-options-l .identity-options-p .identity-options-h3{-webkit-text-fill-color:transparent;background:linear-gradient(174.11deg,#fff 26.54%,#e5f1f1 100.85%);-webkit-background-clip:text;color:#1d2129;color:#e5f1f1;font-family:DIN;font-size:26px;font-weight:700;line-height:32px;overflow:hidden;text-overflow:ellipsis;transform:skewX(-4deg);white-space:nowrap;word-break:auto-phrase}.new-options .identity-options-l .identity-options-p .identity-options-h{padding-right:4px}.new-options .identity-options-l .identity-options-p .textimg{height:23px;margin-left:4px;position:relative;top:2px;transform:skewX(4deg)}.new-options .identity-options-l .identity-options-p .textimgicon{height:23px;margin-left:5px}.new-options .identity-options-l .identity-options-p .identity-options-text{word-wrap:break-word;-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#f9ffff;display:-webkit-box;font-size:14px;font-weight:400;line-height:20px;overflow:hidden;text-overflow:ellipsis}.new-options .identity-options-l .identity-options-title{margin-bottom:8px}.new-options .identity-options-r .icon-arrow-down{color:hsla(0,0%,100%,.502);display:flex;font-size:20px;transform:rotate(-90deg)}.new-options .new-options-bg{bottom:0;height:100%;position:absolute;right:14px}.new-options:active{opacity:.8}.new-options:last-child{margin-bottom:0}@media screen and (max-width:799px){.new-options{height:110px;margin-bottom:14px}}.identity-value{border:1px solid #326efa}.identity-optionsbg{background:#fff url(https://resources1.interface003.com/web20/img/service/Maskgroup.png) no-repeat 100% 0}html[dir=rtl] .new-options .identity-options-l{padding-left:19px;padding-right:0}html[dir=rtl] .new-options .identity-options-l .identity-options-p .textimgicon{margin-left:0;margin-right:5px}html[dir=rtl] .new-options .identity-options-r .icon-arrow-down{transform:rotate(-270deg)}.reservation{align-items:center;background:rgba(0,0,0,.502);display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:9999}.reservation .reserva-box{background-color:#fff;border-radius:16px;padding:24px 20px 20px}.reservation .reserva-box .reserva-p1{color:#3d3d3d;font-size:17px;font-weight:600;margin-bottom:14px;text-align:center}.reservation .reserva-box .reserva-p2{color:#86909c;font-size:14px;line-height:22px;text-align:center}.reservation .reserva-box .reserva-bt1{background-color:#ffd733;border-radius:4px;color:#3d3d3d;font-size:14px;height:44px;line-height:44px;margin-bottom:20px;text-align:center;width:100%}.reservation .reserva-box .reserva-bt2{color:#86909c;display:flex;font-size:14px;justify-content:center}.new-join ::-webkit-scrollbar{width:0}.new-join .dialog-modle{background:#000;height:100%;left:0;opacity:.5;position:fixed;top:0;width:100%;z-index:1999}.new-join .upgrade-dialog .el-dialog{background:#fff url(https://resources1.interface003.com/web20/img/bg/dailogbg.png) no-repeat 0 0;background-size:contain}.new-join .upgrade-dialog .el-dialog .tab-identity .identity-upgrade-p{color:#4e5969;font-size:14px;font-weight:400;line-height:24px;margin-bottom:4px;text-align:center;width:100%}.new-join .upgrade-dialog .el-dialog .tab-identity .identity-upgrade-title{color:#1d2129;font-size:18px;font-weight:600;line-height:22px;margin-bottom:20px;text-align:center;width:100%}.new-join .upgrade-dialog .el-dialog .identity-options-r img{height:120px;width:120px}.new-join .upgrade-dialog .el-dialog .identity-options{align-items:center;padding:0 17px}.new-join .upgrade-dialog .el-dialog{height:unset}@media screen and (max-width:799px){.new-join .upgrade-dialog .el-dialog .identity-upgrade .identity-upgrade-p,.new-join .upgrade-dialog .el-dialog .identity-upgrade .identity-upgrade-title{text-align:left}.new-join .upgrade-dialog .el-dialog{height:100vh}}.new-join .Identity-dialog .el-dialog{background:#fff url(https://resources1.interface003.com/web20/img/bg/dailogbg.png) no-repeat 0 0;background-size:contain}.new-join .Identity-dialog .identity-upgrade-p{color:#4e5969;font-size:14px;font-weight:400;line-height:24px;margin-bottom:4px;text-align:center;width:100%}.new-join .Identity-dialog .identity-upgrade-title{color:#1d2129;font-size:18px;font-weight:600;line-height:22px;margin-bottom:20px;text-align:center;width:100%}.new-join .Identity-dialog .identity-options-r{transform:translate(-10px,-2px)}@media screen and (max-width:799px){.new-join .Identity-dialog .identity-upgrade-p,.new-join .Identity-dialog .identity-upgrade-title{text-align:left}}.new-join .search-dialog .adddialogline{margin-bottom:0!important}.new-join .search-dialog .el-dialog .el-dialog__body .adddialog-info{min-height:535px}.new-join .searchshowfn .el-dialog{background:#fff}.new-join .jointrader-dialog .el-dialog{background:#fcfdff url(https://resources1.interface003.com/web20/img/service/type-bg.png) no-repeat 0 0;background-size:cover}.new-join .email-jointrader-dialog .el-dialog{background:#fcfdff url(https://resources1.interface003.com/web20/img/service/email.png) no-repeat 0 0;background-size:cover}.new-join .Joinkol .el-dialog{background:#fff url(https://resources1.interface003.com/web20/img/service/kolbgnew.png) no-repeat 0 0;background-size:contain}.new-join .hostvalidate-dialog .el-dialog .el-dialog__body .adddialog-info{padding:0 40px 0 21px}.new-join .hostvalidate-dialog .el-dialog .adddialog-flex{min-height:10px}.new-join .contactusdialog .adddialog-info,.new-join .createservicedialog .adddialog-info,.new-join .filltraderrefdialog .adddialog-info{padding:0!important}.new-join .contactusdialog .adddialog-info .new-john-trader,.new-join .createservicedialog .adddialog-info .new-john-trader,.new-join .filltraderrefdialog .adddialog-info .new-john-trader{padding:0 40px 0 21px}.new-join .servicetypedialog .el-dialog .adddialog-bt .operation .operation-wcyz .eco-botton,.new-join .subservicetypedialog .el-dialog .adddialog-bt .operation .operation-wcyz .eco-botton{padding:0 50px}.new-join .servicetypedialog .el-dialog .el-dialog__body .adddialog-info,.new-join .subservicetypedialog .el-dialog .el-dialog__body .adddialog-info{overflow:unset}.new-join .stateawaitdialog .el-dialog .el-dialog__body .adddialog-info{overflow:unset;padding:0 40px 32px}.new-join .tabservice-dialog .el-dialog{background:#fff}.new-join .tabservice-dialog .el-dialog .el-dialog__body .adddialog-info{min-height:450px}.new-join .tabservice-dialog .el-dialog__body{height:unset}.new-join .tabservice-dialog .el-dialog__body .adddialog-flex{flex:unset}.new-join .tabservice-dialog .el-dialog__body .adddialog-info{display:flex;flex:1;flex-direction:column}.new-join .tabservice-dialog .el-dialog__body .identity-options-r img{height:160px;width:160px}.new-join .tabservice-dialog .el-dialog__body .identity-options{margin-bottom:20px}@media screen and (max-width:799px){.new-join .hostvalidate-dialog .el-dialog .el-dialog__body .adddialog-info,.new-join .jointrader-dialog .el-dialog .el-dialog__body .adddialog-info{height:100vh}.new-join .hostvalidate-dialog .Websitepost .licensed-info,.new-join .jointrader-dialog .Websitepost .licensed-info{height:unset}.new-join .hostvalidate-dialog .Websitepost .licensed-title,.new-join .jointrader-dialog .Websitepost .licensed-title{margin-bottom:20px;padding:0}.new-join .stateawaitdialog .el-dialog__body{padding:0}.new-join .stateawaitdialog .Hostexamine,.new-join .stateawaitdialog .adddialog-info,.new-join .stateawaitdialog .examine-await,.new-join .stateawaitdialog .host-to-examine,.new-join .stateawaitdialog .stateawait,.new-join .stateawaitdialog .to-examine-new{height:100%}.new-join .stateawaitdialog .to-examine-new .examine-await{padding:120px 0 0}.new-join .stateawaitdialog .Hostexamine,.new-join .stateawaitdialog .stateawait{position:relative}.new-join .stateawaitdialog .Hostexamine .icon-close,.new-join .stateawaitdialog .stateawait .icon-close{color:#000;display:flex;font-size:18px;font-weight:700;position:absolute;right:-5px;top:15px}.new-join .stateawaitdialog .examine-await{padding-top:82px}.new-join .stateawaitdialog .to-examine-new .examine-error{height:100%;padding:84px 0 0}.new-join .jointrader-dialog .el-dialog .adddialog-flex{flex:unset}.new-join .jointrader-dialog .el-dialog .adddialog-bt{min-height:0}.new-join .jointrader-dialog .adddialog-info{flex:1}.new-join .searchshowfn .el-dialog .el-dialog__body{padding:0 0 20px}.new-join .searchshowfn .el-dialog .adddialog-title{display:none}.new-join .jointrader-dialog .el-dialog{background:#fcfdff url(https://resources1.interface003.com/web20/img/service/type-bg.png) no-repeat 0 0;background-size:100% auto}.new-join .email-jointrader-dialog .el-dialog{background:#fcfdff url(https://resources1.interface003.com/web20/img/service/email.png) no-repeat 0 0;background-size:cover}.new-join .contactusdialog .adddialog-info .new-john-trader,.new-join .filltraderrefdialog .adddialog-info .new-john-trader,.new-join .hostvalidate-dialog .adddialog-info .licensed-info{padding:0}.new-join .contactusdialog .el-dialog .el-dialog__body .adddialog-info{padding:0 20px!important}.new-join .createservicedialog .el-dialog .el-dialog__body .adddialog-info{padding:0!important}.new-join .servicetypedialog .el-dialog .el-dialog__body .adddialog-info,.new-join .subservicetypedialog .el-dialog .el-dialog__body .adddialog-info{overflow:auto}.new-join .new-email-verify .new-email-verify-input .van-password-input__security li{flex:1}.new-join .stateload .adddialog-info{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.new-join .tabservice-dialog .el-dialog__body .adddialog-info{justify-content:center}.new-join .tabservice-dialog .el-dialog__body .identity-options{margin-bottom:57px}.new-join .Identity-dialog .el-dialog .adddialog-title,.new-join .Joinkol .el-dialog .adddialog-title,.new-join .upgrade-dialog .el-dialog .adddialog-title{border:none}.new-join .searchshowfn .el-dialog .adddialog-bt{display:none}.new-join .search-dialog .el-dialog .el-dialog__body .adddialog-info{min-height:400px}}.el-input__inner{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.joinclass{z-index:2099!important}.joinclass .van-dialog__footer{border-top:1px solid #ededed}.joinclass .van-button__text{color:#1d2129}.overlayClass{z-index:2098!important}.wiki-head{position:sticky;top:0;width:100%;z-index:99}.wiki-head .switch-lang{background:#323947;direction:ltr;height:48px;width:100%}.wiki-head .switch-lang.dirrtl{direction:rtl}.wiki-head .switch-lang .swlang-box{align-items:center;display:flex;height:100%;justify-content:flex-end;margin:0 auto;width:1200px}.wiki-head .switch-lang .swlang-box .swlang-txt{color:#fff;font-size:16px;font-style:normal;font-weight:400;line-height:21px}.wiki-head .switch-lang .swlang-box .sw-btn{background:#ffd733;border-radius:2px;color:#282828;cursor:pointer;font-size:13px;font-style:normal;font-weight:400;margin:0 10px;min-width:-moz-max-content;min-width:max-content;padding:3px 16px}.wiki-head .switch-lang .swlang-box .sw-btn:hover{background:#ffde9d}.wiki-head .switch-lang .swlang-box .sw-clone{color:#fff;cursor:pointer;font-size:12px;transition:all .85s}.wiki-head .switch-lang .swlang-box .sw-clone:hover{transform:rotate(180deg)}.wiki-head .primary-head .mobile-head-right .small-bridge,.wiki-head .primary-navigation 
.invisible-nav .small-bridge{align-items:flex-end;cursor:pointer;display:flex;flex-direction:column;justify-content:center}.wiki-head .primary-head .mobile-head-right .small-bridge span,.wiki-head .primary-navigation .invisible-nav .small-bridge span{background:linear-gradient(180deg,#52170f,#874239);height:2px;margin-bottom:4px;transition:all .3s}.wiki-head .primary-head .mobile-head-right .small-bridge span:first-child,.wiki-head .primary-navigation .invisible-nav .small-bridge span:first-child{width:14px}.wiki-head .primary-head .mobile-head-right .small-bridge span:nth-child(2),.wiki-head .primary-navigation .invisible-nav .small-bridge span:nth-child(2){width:17px}.wiki-head .primary-head .mobile-head-right .small-bridge span:last-child,.wiki-head .primary-navigation .invisible-nav .small-bridge span:last-child{margin-bottom:0;width:10px}.wiki-head .primary-head{background:#323947;position:relative}.wiki-head .primary-head .page-width{align-items:center;display:flex;height:82px;justify-content:space-between}.wiki-head .primary-head .head-left{align-items:center;display:flex}.wiki-head .primary-head .head-left .fx-logo{display:block;height:42px;margin-right:12px;-o-object-fit:cover;object-fit:cover}.wiki-head .primary-head .head-left .locate-country{height:16px;margin-right:8px;-o-object-fit:cover;object-fit:cover;width:25px}.wiki-head .primary-head .head-left .fx-describe{color:hsla(0,0%,100%,.3);flex-shrink:0;font-size:14px;font-weight:500;line-height:20px;transform:matrix(.99,0,-.12,1,0,0);width:280px;word-break:break-word}.wiki-head .primary-head .head-right{display:flex;flex:1;justify-content:flex-end}.wiki-head .primary-head .head-right .seach-group{align-items:center;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:50%;display:flex;flex-shrink:0;height:40px;justify-content:center;margin-left:14px;position:relative;width:40px}.wiki-head .primary-head .head-right .seach-group .iconfont{color:#fff;font-size:20px}.wiki-head .primary-head .head-right .seach-group .nick{border-radius:50%;cursor:pointer;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.wiki-head .primary-head .head-right .seach-group .icon-personal-box{align-items:center;cursor:pointer;display:flex;height:100%;justify-content:center;width:100%}.wiki-head .primary-head .head-right .seach-group .personal-box{background:#fff;border-radius:6px;box-shadow:0 16px 48px 0 rgba(0,0,0,.1),0 8px 24px 0 rgba(0,0,0,.1);left:0;min-width:142px;padding:8px 0;position:absolute;top:50px;z-index:11}.wiki-head .primary-head .head-right .seach-group .personal-box .option-group{overflow-x:hidden;overflow-y:auto}.wiki-head .primary-head .head-right .seach-group .personal-box .option-group a{box-sizing:border-box;display:flex}.wiki-head .primary-head .head-right .seach-group .personal-box .option-group a i{background-image:url(//resources1.interface003.com/Contentgj/images/icon_personalSteeing.png);background-repeat:no-repeat;display:inline-block;height:22px;margin-right:4px;vertical-align:middle;width:22px}.wiki-head .primary-head .head-right .seach-group .personal-box .option-group a span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wiki-head .primary-head .head-right .seach-group .personal-box .option-group a .icon-zhongxin{background-position:0 -87px}.wiki-head .primary-head .head-right .seach-group .personal-box .option-group a .icon-guanzhu-1{background-position:0 -65px}.wiki-head .primary-head .head-right .seach-group .personal-box .option-group a .icon-dingdan{background-position:0 -21px}.wiki-head .primary-head .head-right .seach-group .personal-box .option-group a .icon-fabu-1{background-position:0 -129px}.wiki-head .primary-head .head-right .seach-group .personal-box .option-group a .icon-danbao{background-position:0 -44px}.wiki-head .primary-head .head-right .seach-group .personal-box .option-group a .icon-set{background-position:0 -107px}.wiki-head .primary-head .head-right .seach-group .personal-box .option-group a .icon-quit{background-position:0 0}.wiki-head .primary-head .head-right .seach-group .personal-box .item-opt{color:#3d3d3d;font-size:14px;height:48px;padding:14px 24px;width:100%}.wiki-head .primary-head .head-right .seach-group .personal-box .item-opt:hover{background:rgba(0,0,0,.04);cursor:pointer}.wiki-head .primary-head .head-right .seach-group-input{background:none;border:none;border-radius:20px;justify-content:space-between;min-width:259px;padding:0 11px;width:auto}.wiki-head .primary-head .head-right .seach-group-input .seach-group-input-text{color:hsla(0,0%,100%,.24);display:none;font-size:16px;font-style:normal;font-weight:400;line-height:22px;padding-right:10px}.wiki-head .primary-head .head-right .seach-group-input i{display:none}.wiki-head .primary-head .head-right .lang-group{align-items:center;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:2px;display:flex;height:40px;margin-left:24px;padding:0 10px;position:relative}.wiki-head .primary-head .head-right .lang-group .iconfont{color:#fff;font-size:16px;transition:all .3s}.wiki-head .primary-head .head-right .lang-group .lang-txt{color:#fff;font-size:14px;font-weight:600;line-height:20px;margin:0 8px;white-space:nowrap}.wiki-head .primary-head .head-right .lang-group .country-option-box{background:#292929;border:1px solid rgba(0,0,0,.2);border-radius:4px;padding:8px;position:absolute;right:0;top:50px;width:210px;z-index:2092}.wiki-head .primary-head .head-right .lang-group .country-option-box .option-group{overflow-x:hidden;overflow-y:auto}.wiki-head .primary-head .head-right .lang-group .country-option-box .option-group a{box-sizing:border-box;display:block}.wiki-head .primary-head .head-right .lang-group .country-option-box .option-group::-webkit-scrollbar{background-color:transparent;height:1px;width:3px}.wiki-head .primary-head .head-right .lang-group .country-option-box .option-group::-webkit-scrollbar-thumb{background-color:#5c87a0;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)));border-radius:10px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.wiki-head .primary-head .head-right .lang-group .country-option-box .item-opt{color:#fff;font-size:14px;height:36px;padding:8px 20px;width:100%}.wiki-head .primary-head .head-right .lang-group .country-option-box .item-opt:hover{background:hsla(0,0%,100%,.05);color:#ecc952;cursor:pointer}.wiki-head .primary-head .head-right .lang-group:hover .country-option-box{display:block}.wiki-head .primary-head .head-right .lang-group:hover .country-option-box:after{content:"";height:16px;left:0;position:absolute;top:-14px;width:100%}.wiki-head .primary-head .head-right .lang-group:hover{background:hsla(0,0%,100%,.2)}.wiki-head .primary-head .head-right .lang-group:hover .icon-arrow-up{transform:rotate(180deg)}.wiki-head .primary-head .head-right .cloud-download{align-items:center;background:#ffd733;border-radius:2px;display:flex;height:40px;margin-left:10px;padding:0 10px}.wiki-head .primary-head .head-right .cloud-download .iconfont{color:#282828;font-size:16px}.wiki-head .primary-head .head-right .cloud-download .app-txt{color:#282828;font-size:14px;font-weight:600;line-height:20px;margin-left:8px;white-space:nowrap}.wiki-head .primary-head .head-right .cloud-download:hover{background:#ffde9d;cursor:pointer}.wiki-head .primary-head .mobile-head-right{align-items:center;display:none;flex:1;justify-content:flex-end;padding-left:20px;right:16px}.wiki-head .primary-head .mobile-head-right .small-bridge{margin-left:20px;position:relative}.wiki-head .primary-head .mobile-head-right .small-bridge span{background:#fff}.wiki-head .primary-head .mobile-head-right .small-bridge:hover span:last-child{width:17px}.wiki-head .primary-head .mobile-head-right .icon-global{cursor:pointer;display:block;height:18px;width:18px}.wiki-head .primary-head .mobile-head-right .search-active{background:#fff}.wiki-head .primary-head .mobile-head-right .search-active .search-icon{background:#b28936}.wiki-head .primary-head .mobile-head-right .icon-Frame18,.wiki-head .primary-head .mobile-head-right .icon-hezuo,.wiki-head .primary-head .mobile-head-right .icon-profile-tick,.wiki-head .primary-head .mobile-head-right .icon-tex{color:#fff;font-size:18px;margin-right:6px}.wiki-head .primary-head .mobile-head-right .head-search{flex:1;margin-right:10px}.wiki-head .primary-head .shade{background:rgba(0,0,0,.6);height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.wiki-head .primary-navigation{background:#ffd733;position:relative}.wiki-head .primary-navigation .page-width{display:flex;height:50px}.wiki-head .primary-navigation .item-nav{align-items:center;border-radius:55px;color:#282828;display:flex;font-size:18px;font-weight:500;line-height:25px;margin-right:23px;padding:2px 12px;position:relative;white-space:nowrap}.wiki-head .primary-navigation .item-nav .iconfont{color:#282828;font-weight:700;margin-left:4px}.wiki-head .primary-navigation .item-nav .menu-index{transform:rotate(180deg)}.wiki-head .primary-navigation .item-nav .liveIcon{height:20px;position:absolute;right:-10px;top:-5px}.wiki-head .primary-navigation .active,.wiki-head .primary-navigation .item-nav:hover{background:rgba(92,32,22,.12)}.wiki-head .primary-navigation .visible-nav{align-items:center;display:flex;flex:1;height:100%}.wiki-head .primary-navigation .visible-nav .item-nav-list{align-items:center;display:flex;flex-shrink:0;height:50px;position:relative}.wiki-head .primary-navigation .visible-nav .item-nav-list .nav-son{animation:menuson .2s linear;background:#fff;border-radius:0 0 6px 6px;filter:drop-shadow(0 8px 24px rgba(0,0,0,.1)) drop-shadow(0 16px 48px rgba(0,0,0,.1));left:50%;min-width:142px;overflow:hidden;padding:16px 0;position:absolute;top:50px;transform:translateX(-50%);z-index:3}.wiki-head .primary-navigation .visible-nav .item-nav-list .nav-son .nav-son-a{align-items:center;box-sizing:border-box;color:#3d3d3d;display:flex;flex-wrap:wrap;font-size:14px;font-style:normal;font-weight:400;height:48px;padding:0 24px;white-space:nowrap}.wiki-head .primary-navigation .visible-nav .item-nav-list .nav-son .nav-son-a:hover{background:rgba(0,0,0,.04)}.wiki-head .primary-navigation .invisible-nav{display:flex;justify-content:flex-end;position:relative;width:50px}.wiki-head .primary-navigation .invisible-nav .fold-box{background:#fff;border-radius:4px;box-shadow:0 0 10px rgba(0,0,0,.08);display:none;left:50%;padding:12px;position:absolute;top:52px;transform:translateX(-70%);z-index:2}.wiki-head .primary-navigation .invisible-nav .fold-box .item-nav{border-radius:6px;display:block;margin-bottom:5px;margin-right:0}.wiki-head .primary-navigation .invisible-nav:hover .small-bridge span{width:17px}.wiki-head .primary-navigation .invisible-nav:hover .fold-box{display:block}.wiki-head .primary-navigation .invisible-nav:after{content:"";cursor:pointer;height:30px;left:50%;position:absolute;top:28px;transform:translateX(-50%);width:50px}.wiki-head .primary-navigation .invisible-nav-lower{display:none}@media screen and (max-width:1199px){.wiki-head .switch-lang .swlang-box{width:940px}.wiki-head .page-width{padding:0 30px}.wiki-head .primary-head .head-right .hunt-box .textbox button{font-size:16px;min-width:100px}.wiki-head .primary-head .head-right .hunt-box .real-width{width:285px}.wiki-head .primary-head .head-right .seach-group-input{min-width:100px}.wiki-head .fx-describe,.wiki-head .locate-country,.wiki-head .primary-navigation .invisible-nav-more{display:none}.wiki-head .primary-navigation .invisible-nav-lower{display:flex}.wiki-head .primary-navigation .invisible-nav .fold-box{left:unset;right:0;transform:translateX(0)}}@media screen and (max-width:999px){.wiki-head .switch-lang .swlang-box{width:760px}.wiki-head .page-width{padding:0 10px}.wiki-head .primary-head .head-right .hunt-box .textbox button{min-width:65px}.wiki-head .primary-head .head-right .hunt-box .real-width{padding-left:16px;width:214px}.wiki-head .primary-head .head-left .fx-logo{height:38px}.wiki-head .primary-navigation .invisible-nav-more{display:none}.wiki-head .primary-navigation .invisible-nav-lower{display:flex}}@media screen and (max-width:799px){.wiki-head .switch-lang .swlang-box{padding:4px 16px 0;width:100%}.wiki-head .switch-lang .swlang-box .sw-btn{margin:0 8px;padding:3px 12px}.wiki-head .switch-lang .swlang-box .swlang-txt{font-size:12px;line-height:normal}.wiki-head .primary-head .page-width{height:60px;justify-content:space-between;position:relative}.wiki-head .primary-head .head-left .fx-logo{height:28px;margin-right:0}.wiki-head .primary-head .mobile-head-right{display:flex}.wiki-head .primary-head .mobile-head-right .small-bridge{margin-left:10px}.wiki-head .primary-head .head-right,.wiki-head .primary-navigation{display:none}}.sides-lang-group,.sides-nav-group{align-items:flex-end;background:hsla(0,0%,80%,.8);display:flex;flex-direction:column;height:100vh;height:calc(var(--vh, 1vh)*100);left:0;position:fixed;top:0;width:100%;z-index:9999}.sides-lang-group .sides-head,.sides-nav-group .sides-head{background:#fff;box-shadow:inset 0 -.5px 0 rgba(0,0,0,.1);box-sizing:border-box;height:174px;padding:44px 20px 0;width:290px}.sides-lang-group .sides-head .sides-head-header,.sides-nav-group .sides-head .sides-head-header{align-items:center;display:flex;height:44px}.sides-lang-group .sides-head .sides-head-header .iconfont,.sides-nav-group .sides-head .sides-head-header .iconfont{color:#3d3d3d;font-size:22px;margin-right:20px}.sides-lang-group .sides-head .sides-head-header .sides-head-title,.sides-nav-group .sides-head .sides-head-header .sides-head-title{color:#292929;font-size:18px;font-style:normal;font-weight:400;line-height:25px}.sides-lang-group .sides-head .sides-head-login,.sides-nav-group .sides-head .sides-head-login{align-items:center;border:1px solid #e3e3e3;border-radius:4px;display:flex;height:44px;justify-content:center;margin-top:20px;position:relative;width:256px}.sides-lang-group .sides-head .sides-head-login .no-login,.sides-nav-group .sides-head .sides-head-login .no-login{align-items:center;display:flex;justify-content:center}.sides-lang-group .sides-head .sides-head-login .no-login .iconfont,.sides-nav-group .sides-head .sides-head-login .no-login .iconfont{color:#3d3d3d}.sides-lang-group .sides-head .sides-head-login .no-login img,.sides-nav-group .sides-head .sides-head-login .no-login img{border-radius:13px;height:26px;width:26px}.sides-lang-group .sides-head .sides-head-login .no-login .sign-out,.sides-nav-group .sides-head .sides-head-login .no-login .sign-out{position:absolute;right:10px}.sides-lang-group .sides-head .sides-head-login .no-login .no-login-text,.sides-nav-group .sides-head .sides-head-login .no-login .no-login-text{color:#3d3d3d;font-size:14px;font-style:normal;font-weight:600;line-height:20px;max-width:130px;overflow:hidden;padding:0 8px;text-overflow:ellipsis;white-space:nowrap}.sides-lang-group .sides-head .sides-head-login .no-login:active,.sides-nav-group .sides-head .sides-head-login .no-login:active{opacity:.5}.sides-lang-group .sides-box,.sides-nav-group .sides-box{background:#fff;display:flex;flex:1;flex-direction:column;overflow-x:hidden;overflow-y:hidden;position:relative;transition:all .3s;width:290px}.sides-lang-group .item-language-list-box,.sides-lang-group .sides-box .sides-lang-list,.sides-nav-group .item-language-list-box,.sides-nav-group .sides-box .sides-lang-list{flex:1;overflow:auto}.sides-lang-group .item-language-list,.sides-nav-group .item-language-list{border-bottom:1px solid #f2f2f2}.sides-lang-group .item-language-list:last-child,.sides-nav-group .item-language-list:last-child{border:0}.sides-lang-group .item-language,.sides-nav-group .item-language{align-items:center;background:#fff;display:flex;height:56px;justify-content:space-between;padding:0 24px}.sides-lang-group .item-language .lang-txt,.sides-nav-group .item-language .lang-txt{color:#3d3d3d;font-size:14px}.sides-lang-group .item-language .icon-tick,.sides-nav-group .item-language .icon-tick{background-image:url(https://resources1.interface003.com/web20/img/home/icon-tick.svg);background-repeat:no-repeat;display:none;height:16px;width:16px}.sides-lang-group .item-language .nav-active,.sides-nav-group .item-language .nav-active{transform:rotate(180deg)}.sides-lang-group .active,.sides-lang-group .item-language:hover,.sides-nav-group .active,.sides-nav-group .item-language:hover{background:#fafafa;color:#323947;cursor:pointer;font-weight:600}.sides-lang-group .side-son,.sides-nav-group .side-son{animation:menuson .5s linear;overflow:hidden;padding-bottom:18px}.sides-lang-group .side-son a,.sides-nav-group .side-son a{color:#323947;display:block;font-size:14px;font-style:normal;font-weight:400;line-height:20px;margin-bottom:18px;padding:0 24px;width:100%}.sides-lang-group .side-son a:last-child,.sides-nav-group .side-son a:last-child{margin-bottom:0}@keyframes menuson{0%{opacity:0}to{opacity:1}}.sides-lang-group .active .icon-tick,.sides-nav-group .active .icon-tick{display:block}.sides-nav-group .item-language{cursor:pointer;padding:0 20px}.sides-nav-group .item-language .lang-txt{align-items:center;display:flex;font-size:16px;height:100%;width:100%}.sides-nav-group .item-language:hover{background:#fff}html[dir=rtl] .wiki-head .primary-head .head-left .fx-logo{margin-left:12px;margin-right:0}html[dir=rtl] .wiki-head .primary-head .head-right .seach-group-input .seach-group-input-text{margin-left:10px}html[dir=rtl] .wiki-head .primary-head .head-left .fx-describe{margin-right:10px}html[dir=rtl] .wiki-head .primary-head .head-right .cloud-download{margin-left:0}html[dir=rtl] .wiki-head .primary-head .head-right .seach-group .personal-box .option-group a i{margin-left:4px;margin-right:0}html[dir=rtl] .wiki-head .head-search{right:-114px}html[dir=rtl] .wiki-head .head-search .hunt-box .textbox{padding:6px 24px 6px 6px}html[dir=rtl] .wiki-head .primary-head .head-right .cloud-download .app-txt{margin-left:0;margin-right:8px}@media screen and (max-width:1199px){html[dir=rtl] .wiki-head .head-search{right:-187px}html[dir=rtl] .wiki-head .primary-navigation .invisible-nav .fold-box{left:0;right:unset;transform:translateX(0)}}@media screen and (max-width:999px){html[dir=rtl] .wiki-head .head-search{right:-62px}html[dir=rtl] .wiki-head .head-right .seach-group-input{min-width:154px}}@media screen and (max-width:799px){html[dir=rtl] .wiki-head .sides-lang-group .sides-head .sides-head-login .no-login .sign-out,html[dir=rtl] .wiki-head .sides-nav-group .sides-head .sides-head-login .no-login .sign-out{margin-left:5px}html[dir=rtl] .wiki-head .primary-head .mobile-head-right{left:0;right:auto}html[dir=rtl] .wiki-head .primary-head .mobile-head-right .small-bridge{margin-left:0}html[dir=rtl] .wiki-head .primary-head .mobile-head-right .icon-global{margin:0 15px}html[dir=rtl] .wiki-head .primary-head .mobile-head-right{padding-left:0}}.user-header-jeff{margin-bottom:30px}.user-header-jeff h3{color:#3d3d3d;font-size:24px;font-style:normal;font-weight:600;line-height:34px}@media screen and (max-width:500px){.user-header-jeff{height:46px;margin-bottom:25px;text-align:center;z-index:3001}.user-header-jeff h3{background:#2d3340;color:#fff;font-size:18px;font-style:normal;font-weight:400;line-height:46px;text-align:center}}.sigin-tabs ul{display:flex;height:100%;list-style-type:none;margin:0;min-height:32px;padding:0}.sigin-tabs ul:hover li:not(:hover){opacity:.2}.sigin-tabs ul .bortom{border-bottom:2px solid #000}.sigin-tabs ul li{border-bottom:2px solid #bfbfbf;cursor:pointer;display:flex;flex:1;justify-content:center;padding-bottom:5px;position:relative}.sigin-tabs ul li:after{background:#000;content:"";height:2px;left:0;position:absolute;top:100%;transform:scaleX(0);transition:.4s cubic-bezier(.165,.84,.44,1);width:100%}.sigin-tabs ul li.active:after,.sigin-tabs ul li:hover:after{transform:scaleX(1)}.sigin-tabs ul li span{align-items:center;color:#3d3d3d;display:flex;font-family:PingFang SC;font-size:14px;font-style:normal;font-weight:600;line-height:20px;text-align:center}.verification-code .code-box{align-items:center;display:flex;flex-direction:column;margin-top:60px}.verification-code .code-box .van-password-input{margin:0;width:100%}.verification-code .code-box .van-password-input__security{height:64px;justify-content:space-between}.verification-code .code-box .van-password-input__security li{box-shadow:inset 0 -1px 0 #e6e6e6;color:#3d3d3d;flex-shrink:0;flex:none;font-family:DIN-Medium;font-size:30px;font-style:normal;font-weight:500;line-height:64px;width:69.75px}.verification-code .code-box .van-password-input__item--focus{box-shadow:inset 0 -1px 0 #000!important}.verification-code .code-box .skip{cursor:pointer;margin-top:20px}.verification-code .code-box .skip,.verification-code .code-box h5{color:#a3a3a3;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.verification-code .code-box h5{direction:ltr;font-family:PingFang SC}.verification-code .code-box .m-Tips{display:none}.verification-code .code-box .email-cc{color:#e7ad4c;direction:ltr;display:flex;font-size:14px;font-style:normal;font-weight:400;line-height:22px;margin-top:8px;text-align:center;unicode-bidi:bidi-override}.verification-code .code-box .code-txt{display:flex;height:64px;justify-content:space-between;margin-top:44px;width:100%}.verification-code .code-box .code-txt input{align-items:center;border-bottom:1px solid #3d3d3d;color:#3d3d3d;display:flex;font-size:30px;font-weight:500;height:64px;justify-content:center;line-height:36px;text-align:center;width:69.75px}.verification-code .code-box .code-obtion{display:flex;height:20px;justify-content:space-between;margin-top:20px;width:100%}.verification-code .code-box .code-obtion.center{justify-content:center}.verification-code .code-box .code-obtion span{color:#2274ee;cursor:pointer}.verification-code .code-box .code-m,.verification-code .code-box .code-obtion span{align-items:center;display:flex;font-size:14px;font-weight:400;line-height:20px;text-align:center}.verification-code .code-box .code-m{color:#a3a3a3;font-family:PingFang SC;font-style:normal;height:20px;justify-content:center;margin-top:20px}@media screen and (max-width:500px){.verification-code .code-box{padding:0 24px}.verification-code .code-box .pc-Tips{display:none}.verification-code .code-box .m-Tips{display:block}.verification-code .code-box .m-Tips h5{color:#3d3d3d;font-size:22px;font-style:normal;font-weight:600;line-height:31px}.verification-code .code-box .m-Tips span{color:#a3a3a3;font-size:14px;font-style:normal;font-weight:400;line-height:28px}.verification-code .code-obtion{align-items:center;flex-direction:column}.verification-code .code-obtion span{margin-bottom:16px}}.voicever-code .voice-box{background:#fff;width:356px}.voicever-code .voice-box ul{align-items:center;display:flex;flex-direction:column}.voicever-code .voice-box ul li .voice-icon{font-size:40px;height:40px;width:40px}.voicever-code .voice-box ul li .voice-txt{align-items:center;color:#a3a3a3;display:flex;font-size:14px;font-weight:400;line-height:20px;margin-bottom:48px;margin-top:28px;text-align:center}.voicever-code .voice-box ul li .voice-cancel,.voicever-code .voice-box ul li .voice-sendout{align-items:center;background:#323947;border-radius:6px;cursor:pointer;display:flex;flex-direction:row;height:48px;justify-content:center;padding:0;width:352px}.voicever-code .voice-box ul li .voice-cancel span,.voicever-code .voice-box ul li .voice-sendout span{align-items:center;color:#fff;display:flex;font-size:17px;font-weight:400;line-height:24px;text-align:center}.voicever-code .voice-box ul li .voice-cancel{background-color:#fff;margin-top:30px}.voicever-code .voice-box ul li .voice-cancel span{color:#7a7a7a}@media screen and (max-width:500px){.voicever-code .voice-box{width:100%}}.test[data-v-39b40440]{color:#adff2f}.tgme_widget_login.large button.tgme_widget_login_button{cursor:pointer;opacity:0}.Threparty-login{align-items:center;bottom:40px;display:flex;height:70px;justify-content:center;position:absolute;width:356px}.Threparty-login .Tripartite-box{height:70px;width:256px}.Threparty-login .Tripartite-box .switch-one{display:flex;justify-content:space-between;margin:0 auto;width:160px}.Threparty-login .Tripartite-box .switch-one.iscnSwitch{width:256px}.Threparty-login .Tripartite-box .switch-one .telegram{position:relative}.Threparty-login .Tripartite-box .switch-one .telegram .test{height:36px;left:0;opacity:0;position:absolute;top:0;width:36px}.Threparty-login .Tripartite-box .switch-one .telegram .test #telegram-login-wikifxloginbot{height:36px!important;width:36px!important}.Threparty-login .Tripartite-box .switch-one li{align-items:center;border:1px solid #dcdcdc;border-radius:6px;cursor:pointer;display:flex;height:36px;justify-content:center;width:36px}.Threparty-login .Tripartite-box .switch-one li:hover{background:rgba(0,0,0,.03)}.Threparty-login .Tripartite-box .switch-one li a{align-items:center;display:flex;justify-content:center}.Threparty-login .Tripartite-box .switch-one li.linkedin a img{height:26px;width:26px}.Threparty-login .Tripartite-box .switch-one li.google{position:relative}.Threparty-login .Tripartite-box .switch-one li.google #google-login-btn{left:0;opacity:0;position:absolute;top:0}.Threparty-login .Tripartite-box .switch-two{display:flex;justify-content:space-between}.Threparty-login .Tripartite-box .switch-two li{border:1px solid #dcdcdc;border-radius:6px;cursor:pointer;height:36px;width:124px}.Threparty-login .Tripartite-box .switch-two li div{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.Threparty-login .Tripartite-box .switch-two li div span{color:#3d3d3d;font-size:14px;font-style:normal;font-weight:600;line-height:20px;margin-left:10px;text-align:center}.Threparty-login .Tripartite-box .switch-two li:hover{background:rgba(0,0,0,.03)}.Threparty-login .Tripartite-box .switch-tree{height:36px}.Threparty-login .Tripartite-box .Tripartite-register{color:#3d3d3d;cursor:pointer;font-family:PingFang SC;font-size:14px;font-style:normal;font-weight:400;line-height:20px;margin-top:14px;text-align:center}.Threparty-login .Tripartite-box .Tripartite-register a{color:#2274ee}.Threparty-login .Tripartite-box .Tripartite-register a:hover{color:#4f72a7}@media screen and (max-width:500px){.Threparty-login{display:none}}html[dir=rtl] .Threparty-login .Tripartite-box{width:295px}html[dir=rtl] .Threparty-login .Tripartite-box .switch-two li{width:145px}html[dir=rtl] .Threparty-login .Tripartite-box .switch-two li div span{margin-left:0;margin-right:10px}html[dir=rtl] .Threparty-login .Tripartite-box .Tripartite-register a{margin-right:6px}.user-graphical .graphical-box .box-head{align-items:center;display:flex;justify-content:space-between}.user-graphical .graphical-box .box-head .graphic-validation{align-items:center;background:#e6e6e6;border-radius:2px;color:#000;display:flex;font-family:DIN-Medium;font-size:20px;font-style:normal;font-weight:400;height:40px;line-height:24px;text-align:center;width:120px}.user-graphical .graphical-box .box-head .Changeone{color:#2274ee;cursor:pointer;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.user-graphical .graphical-box .box-inp{background:#fff;border:1px solid #767676;border-radius:6px;display:flex;height:58px;margin-top:24px;padding-left:14px;position:relative;width:100%}.user-graphical .graphical-box .box-inp span{align-items:center;color:#3d3d3d;display:flex;font-family:PingFang SC;font-size:16px;font-style:normal;font-weight:400;line-height:22px;margin:17px 0;pointer-events:none;position:absolute;transition:all .45s}.user-graphical .graphical-box .box-inp span.size10{align-items:center;color:#3d3d3d;display:flex;font-family:PingFang SC;font-size:10px;line-height:14px;margin:10px 0 17px}.user-graphical .graphical-box .box-inp input{border:none;border-radius:6px;box-shadow:none;color:#3d3d3d;flex:1;font-size:18px;height:100%;outline:none;width:100%}.user-graphical .graphical-box .box-inp input.hei30{height:29px;margin-top:26px}.user-graphical .graphical-box .box-bom{align-items:center;background:#fafafa;border:.5px solid rgba(0,0,0,.05);border-radius:6px;color:#ccc;display:flex;font-size:16px;font-style:normal;font-weight:400;height:48px;justify-content:center;line-height:22px;margin-top:34px;width:100%}.user-graphical .graphical-box .Clickable{background:#323947;cursor:pointer}.user-graphical .graphical-box .Clickable:hover{opacity:.8}.user-graphical .graphical-box .Clickable span{color:#fff}@media screen and (max-width:500px){.user-graphical .graphical-box{padding:0 30px}}.user-sigin .sigin-box .sigin-con .phone-number .number-inp{background:#fff;border:1px solid #767676;border-radius:6px;display:flex;height:58px;justify-content:space-between;margin-top:30px;position:relative}.user-sigin .sigin-box .sigin-con .phone-number .number-inp .country{cursor:pointer;height:100%;padding-left:18px;position:relative}.user-sigin .sigin-box .sigin-con .phone-number .number-inp .country ul{align-items:center;display:flex;height:100%}.user-sigin .sigin-box .sigin-con .phone-number .number-inp .country ul li{align-items:center;color:#3d3d3d;display:flex;font-family:DIN;font-size:18px;font-style:normal;font-weight:400;line-height:22px;margin-right:4px}.user-sigin .sigin-box .sigin-con .phone-number .number-inp .country ul li img{height:18px;margin-right:4px;width:28px}.user-sigin .sigin-box .sigin-con .phone-number .number-inp .country ul li span{transition:all .85s}.user-sigin .sigin-box .sigin-con .phone-number .number-inp .country ul li span.jiantou{transform:rotate(180deg)}.user-sigin .sigin-box .sigin-con .phone-number .number-inp .cell-phone{border-radius:6px;flex:1;overflow:hidden;position:relative}.user-sigin .sigin-box .sigin-con .phone-number .number-inp .cell-phone span{align-items:center;color:#3d3d3d;font-family:PingFang SC;font-size:16px;font-style:normal;font-weight:400;line-height:22px;margin:17px 0;overflow:hidden;pointer-events:none;position:absolute;text-overflow:ellipsis;transition:all .45s;white-space:nowrap;width:100%}.user-sigin .sigin-box .sigin-con .phone-number .number-inp .cell-phone span.size10{align-items:center;color:#3d3d3d;display:flex;font-family:PingFang SC;font-size:10px;line-height:14px;margin:10px 0 17px}.user-sigin .sigin-box .sigin-con .phone-number .number-inp .cell-phone .phone-input{border:none;box-shadow:none;color:#3d3d3d;font-size:18px;height:100%;outline:none;width:100%}.user-sigin .sigin-box .sigin-con .phone-number .number-inp .cell-phone .phone-input.hei30{height:29px;margin-top:26px}.user-sigin .sigin-box .sigin-con .phone-number .number-inp .eliminate{align-items:center;color:#000;cursor:pointer;display:flex;justify-content:center;width:46px}.user-sigin .sigin-box .sigin-con .e-mail{background:#fff;margin-top:30px}.user-sigin .sigin-box .sigin-con .e-mail .mail-phone{background:#fff;border:1px solid #767676;border-radius:6px;display:flex;height:58px;padding-left:14px;position:relative;width:100%}.user-sigin .sigin-box .sigin-con .e-mail .mail-phone:nth-child(2){margin-top:14px}.user-sigin .sigin-box .sigin-con .e-mail .mail-phone input[type=password]::-ms-clear,.user-sigin .sigin-box .sigin-con .e-mail .mail-phone input[type=password]::-ms-reveal{display:none}.user-sigin .sigin-box .sigin-con .e-mail .mail-phone input[type=password]::-o-clear{display:none}.user-sigin .sigin-box .sigin-con .e-mail .mail-phone span{align-items:center;color:#3d3d3d;display:flex;font-family:PingFang SC;font-size:16px;font-style:normal;font-weight:400;line-height:22px;margin:17px 0;pointer-events:none;position:absolute;transition:all .45s}.user-sigin .sigin-box .sigin-con .e-mail .mail-phone span.size10{align-items:center;color:#3d3d3d;display:flex;font-family:PingFang SC;font-size:10px;line-height:14px;margin:10px 0 17px}.user-sigin .sigin-box .sigin-con .e-mail .mail-phone input{border:none;border-radius:6px;box-shadow:none;color:#3d3d3d;flex:1;font-size:18px;height:100%;outline:none;width:100%}.user-sigin .sigin-box .sigin-con .e-mail .mail-phone input.hei30{height:29px;margin-top:26px}.user-sigin .sigin-box .sigin-con .e-mail .mail-phone .open{align-items:center;cursor:pointer;display:flex;font-size:20px;justify-content:center;width:45px}.user-sigin .sigin-box .sigin-con .e-mail .mail-forpassword{cursor:pointer;margin-top:4px}.user-sigin .sigin-box .sigin-con .e-mail .mail-forpassword span{align-items:center;color:#3d3d3d;display:flex;font-size:13px;font-style:normal;font-weight:400;line-height:18px;text-align:center}.user-sigin .sigin-box .sigin-con .phone-step{background:#fafafa;border:.5px solid rgba(0,0,0,.05);border-radius:6px;display:block;height:48px;margin-top:18px;position:relative}.user-sigin .sigin-box .sigin-con .phone-step span{align-items:center;color:#ccc;cursor:no-drop;display:flex;font-size:16px;font-style:normal;font-weight:400;height:100%;justify-content:center;width:100%}.user-sigin .sigin-box .sigin-con .phone-step .loading{animation:loading 1.2s linear infinite;-webkit-animation:loading 1.2s linear infinite;border:2px solid #fff;border-radius:10px;border-top-color:rgba(0,0,0,.3);box-sizing:border-box;height:20px;position:absolute;right:20px;top:31%;width:20px}.user-sigin .sigin-box .sigin-con .Clickable{background:#323947}.user-sigin .sigin-box .sigin-con .Clickable:hover{opacity:.8}.user-sigin .sigin-box .sigin-con .Clickable span{color:#fff;cursor:pointer}@media screen and (max-width:500px){.user-sigin .sigin-box .sigin-con{padding:0 24px}}.user-dealer{height:100%;justify-content:center}.user-dealer,.user-dealer ul{align-items:center;display:flex}.user-dealer ul{flex-direction:column}.user-dealer ul li{align-items:center;display:flex;height:62px;margin-bottom:20px;width:140px}.user-dealer ul li .l-icon{margin-right:10px}.user-dealer ul li .r-icon h1{font-family:DIN;font-size:30px;font-weight:500;line-height:36px}.user-dealer ul li .r-icon h1,.user-dealer ul li .r-icon span{align-items:center;color:#3d3d3d;display:flex;font-style:normal}.user-dealer ul li .r-icon span{font-size:14px;font-weight:400;line-height:20px;width:100px}.user-register .register-box .register-con .register-email{background:#fff;margin-top:34px}.user-register .register-box .register-con .register-email .mail-inp{background:#fff;border:1px solid #767676;border-radius:6px;display:flex;height:58px;padding-left:14px;position:relative;width:100%}.user-register .register-box .register-con .register-email .mail-inp span{align-items:center;color:#3d3d3d;display:flex;font-family:PingFang SC;font-size:16px;font-style:normal;font-weight:400;line-height:22px;margin:17px 0;pointer-events:none;position:absolute;transition:all .45s}.user-register .register-box .register-con .register-email .mail-inp span.size10{align-items:center;color:#3d3d3d;display:flex;font-family:PingFang SC;font-size:10px;line-height:14px;margin:10px 0 17px}.user-register .register-box .register-con .register-email .mail-inp input{border:none;border-radius:6px;box-shadow:none;color:#3d3d3d;flex:1;font-size:18px;height:100%;outline:none;width:100%}.user-register .register-box .register-con .register-email .mail-inp input.hei30{height:29px;margin-top:26px}.user-register .register-box .register-con .register-email .mail-agreement{color:#818181;font-size:14px;font-style:normal;font-weight:400;line-height:20px;margin-top:14px}.user-register .register-box .register-con .register-email .mail-agreement a{color:#3d3d3d;display:inline;font-weight:600}.user-register .register-box .register-con .register-password{margin-top:34px}.user-register .register-box .register-con .register-password .password-inp{background:#fff;border:1px solid #767676;border-radius:6px;display:flex;height:58px;padding-left:14px;position:relative;width:100%}.user-register .register-box .register-con .register-password .password-inp:nth-child(2){margin-top:14px}.user-register .register-box .register-con .register-password .password-inp span{align-items:center;color:#3d3d3d;display:flex;font-family:PingFang SC;font-size:16px;font-style:normal;font-weight:400;line-height:22px;margin:17px 0;pointer-events:none;position:absolute;transition:all .45s}.user-register .register-box .register-con .register-password .password-inp span.size10{align-items:center;color:#3d3d3d;display:flex;font-family:PingFang SC;font-size:10px;line-height:14px;margin:10px 0 17px}.user-register .register-box .register-con .register-password .password-inp input{border:none;border-radius:6px;box-shadow:none;color:#3d3d3d;flex:1;font-size:18px;height:100%;outline:none;width:100%}.user-register .register-box .register-con .register-password .password-inp input.hei30{height:29px;margin-top:26px}.user-register .register-box .register-con .register-password .password-inp .open{align-items:center;cursor:pointer;display:flex;justify-content:center;width:40px}.user-register .register-box .register-con .register-password .error{color:#f95355;font-size:14px}.user-register .register-box .register-con .register-information .information-gender ul{display:flex;justify-content:space-between}.user-register .register-box .register-con .register-information .information-gender ul li{align-items:center;border:1px solid #767676;border-radius:4px;cursor:pointer;display:flex;height:36px;justify-content:space-between;min-width:140px;padding:0 12px}.user-register .register-box .register-con .register-information .information-gender ul li.selected{background:rgba(34,116,238,.05);border:1px solid #2274ee}.user-register .register-box .register-con .register-information .information-gender ul li .icon-nan,.user-register .register-box .register-con .register-information .information-gender ul li.selected .icon-yduizhengqueshixin{color:#2274ee}.user-register .register-box .register-con .register-information .information-gender ul li .icon-nv{color:#cc3d55}.user-register .register-box .register-con .register-information .information-gender ul li .active{margin-left:20px}.user-register .register-box .register-con .register-information .information-gender ul li span{color:#3d3d3d;font-size:16px;font-weight:400;line-height:22px}.user-register .register-box .register-con .register-information .nickname-inp{background:#fff;border:1px solid #767676;border-radius:6px;display:flex;height:58px;margin-top:14px;padding-left:14px;position:relative;width:100%}.user-register .register-box .register-con .register-information .nickname-inp span{align-items:center;color:#3d3d3d;display:flex;font-family:PingFang SC;font-size:16px;font-style:normal;font-weight:400;line-height:22px;margin:17px 0;pointer-events:none;position:absolute;transition:all .45s}.user-register .register-box .register-con .register-information .nickname-inp span.size10{align-items:center;color:#3d3d3d;display:flex;font-family:PingFang SC;font-size:10px;line-height:14px;margin:10px 0 17px}.user-register .register-box .register-con .register-information .nickname-inp input{border:none;border-radius:6px;box-shadow:none;color:#3d3d3d;flex:1;font-size:18px;height:100%;outline:none;width:100%}.user-register .register-box .register-con .register-information .nickname-inp input.hei30{height:29px;margin-top:26px}.user-register .register-box .register-con .register-identity ul{display:flex;flex-wrap:wrap}.user-register .register-box .register-con .register-identity ul li{align-items:center;background:#f3f5f6;border:1px solid hsla(0,0%,100%,0);border-radius:10px;cursor:pointer;display:flex;flex-direction:column;height:132px;margin-bottom:10px;margin-right:10px;padding:0 10px;position:relative;width:112px}.user-register .register-box .register-con .register-identity ul li:nth-child(3n){margin-right:0!important}.user-register .register-box .register-con .register-identity ul li.Selectedsty{background:rgba(34,116,238,.04);border:1px solid #2274ee;border-radius:10px}.user-register .register-box .register-con .register-identity ul li .role-dis{position:absolute;right:10px;top:10px}.user-register .register-box .register-con .register-identity ul li .role-img{height:58px;margin-bottom:10px;margin-top:20px;width:58px}.user-register .register-box .register-con .register-identity ul li span{color:#292929;font-size:14px;font-style:normal;font-weight:600;line-height:20px}.user-register .register-box .register-con .register-phone .phone-inp{background:#fff;border:1px solid #767676;border-radius:6px;display:flex;height:58px;justify-content:space-between;position:relative}.user-register .register-box .register-con .register-phone .phone-inp .country{cursor:pointer;height:100%;padding-left:18px;position:relative}.user-register .register-box .register-con .register-phone .phone-inp .country ul{align-items:center;display:flex;height:100%}.user-register .register-box .register-con .register-phone .phone-inp .country ul li{align-items:center;color:#3d3d3d;display:flex;font-family:DIN;font-size:18px;font-style:normal;font-weight:400;line-height:22px;margin-right:4px}.user-register .register-box .register-con .register-phone .phone-inp .country ul li img{height:18px;margin-right:4px;width:28px}.user-register .register-box .register-con .register-phone .phone-inp .country ul li span{transition:all .85s}.user-register .register-box .register-con .register-phone .phone-inp .country ul li span.jiantou{transform:rotate(180deg)}.user-register .register-box .register-con .register-phone .phone-inp .cell-phone{border-radius:6px;flex:1;overflow:hidden;position:relative}.user-register .register-box .register-con .register-phone .phone-inp .cell-phone span{align-items:center;color:#3d3d3d;font-size:16px;font-style:normal;font-weight:400;line-height:22px;margin:17px 0;overflow:hidden;pointer-events:none;position:absolute;text-overflow:ellipsis;transition:all .45s;white-space:nowrap;width:100%}.user-register .register-box .register-con .register-phone .phone-inp .cell-phone span.size10{align-items:center;color:#3d3d3d;display:flex;font-size:10px;line-height:14px;margin:10px 0 17px}.user-register .register-box .register-con .register-phone .phone-inp .cell-phone .phone-input{border:none;box-shadow:none;color:#3d3d3d;font-size:18px;height:100%;outline:none;width:100%}.user-register .register-box .register-con .register-phone .phone-inp .cell-phone .phone-input.hei30{height:29px;margin-top:26px}.user-register .register-box .register-con .register-phone .phone-inp .eliminate{align-items:center;color:#000;cursor:pointer;display:flex;justify-content:center;width:46px}.user-register .register-box .register-con .register-phone .error{color:#f95355;font-size:14px}.user-register .register-box .register-con .register-phone .phone-agreement{color:#818181;font-size:14px;font-style:normal;font-weight:400;line-height:20px;margin-top:14px}.user-register .register-box .register-con .register-step{background:#fafafa;border:.5px solid rgba(0,0,0,.05);border-radius:6px;display:block;height:48px;margin-top:35px;position:relative}.user-register .register-box .register-con .register-step span{align-items:center;color:#ccc;cursor:no-drop;display:flex;font-size:16px;font-style:normal;font-weight:400;height:100%;justify-content:center;width:100%}.user-register .register-box .register-con .register-step .loading{animation:loading 1.2s linear infinite;-webkit-animation:loading 1.2s linear infinite;border:2px solid #fff;border-radius:10px;border-top-color:rgba(0,0,0,.3);box-sizing:border-box;height:20px;position:absolute;right:20px;top:31%;width:20px}.user-register .register-box .register-con .Clickable{background:#323947}.user-register .register-box .register-con .Clickable:hover{opacity:.8}.user-register .register-box .register-con .Clickable span{color:#fff;cursor:pointer}.user-register .Simplepassword{align-items:center;background:rgba(0,0,0,.5)!important;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:999!important}.user-register .Simplepassword .password-box{align-items:center;background:#fff;border-radius:16px;box-shadow:0 -16px 32px rgba(0,0,0,.05);display:flex;flex-direction:column;padding:24px;position:relative;width:339px}.user-register .Simplepassword .password-box .close{cursor:pointer;position:absolute;right:10px;top:10px;transition:all .85s;z-index:1}.user-register .Simplepassword .password-box .close:hover{transform:rotate(180deg)}.user-register .Simplepassword .password-box .password-head{color:#3d3d3d;font-size:16px;font-style:normal;font-weight:600;line-height:22px;margin-bottom:24px}.user-register .Simplepassword .password-box .password-inp{background:#fff;border:1px solid #767676;border-radius:6px;display:flex;height:58px;padding-left:14px;position:relative;width:100%}.user-register .Simplepassword .password-box .password-inp:nth-child(2){margin-top:14px}.user-register .Simplepassword .password-box .password-inp span{align-items:center;color:#3d3d3d;display:flex;font-family:PingFang SC;font-size:16px;font-style:normal;font-weight:400;line-height:22px;margin:17px 0;pointer-events:none;position:absolute;transition:all .45s}.user-register .Simplepassword .password-box .password-inp span.size10{align-items:center;color:#3d3d3d;display:flex;font-family:PingFang SC;font-size:10px;line-height:14px;margin:10px 0 17px}.user-register .Simplepassword .password-box .password-inp input{border:none;border-radius:6px;box-shadow:none;color:#3d3d3d;flex:1;font-size:18px;height:100%;outline:none;width:100%}.user-register .Simplepassword .password-box .password-inp input.hei30{height:29px;margin-top:26px}.user-register .Simplepassword .password-box .password-inp .open{align-items:center;cursor:pointer;display:flex;justify-content:center;width:40px}.user-register .Simplepassword .password-box .error{color:#f95355;font-size:14px}.user-register .Simplepassword .password-box .register-step{background:#fafafa;border:.5px solid rgba(0,0,0,.05);border-radius:6px;display:block;height:48px;position:relative;width:100%}.user-register .Simplepassword .password-box .register-step span{align-items:center;color:#ccc;cursor:no-drop;display:flex;font-size:16px;font-style:normal;font-weight:400;height:100%;justify-content:center;width:100%}.user-register .Simplepassword .password-box .register-step .loading{animation:loading 1.2s linear infinite;-webkit-animation:loading 1.2s linear infinite;border:2px solid #fff;border-radius:10px;border-top-color:rgba(0,0,0,.3);box-sizing:border-box;height:20px;position:absolute;right:20px;top:31%;width:20px}.user-register .Simplepassword .password-box .Clickable{background:#323947}.user-register .Simplepassword .password-box .Clickable:hover{opacity:.8}.user-register .Simplepassword .password-box .Clickable span{color:#fff;cursor:pointer}@media screen and (max-width:500px){.user-register .register-box .register-con{padding:0 33px}.user-register .register-box .register-con .register-identity ul{display:flex;flex-wrap:wrap;justify-content:space-between}.user-register .register-box .register-con .register-identity ul li{cursor:pointer;height:155px;width:125px}.user-register .register-box .register-con .register-identity ul li:nth-child(2n){margin-right:0!important}.user-register .register-box .register-con .register-identity ul li .role-img{margin-top:36px}}html[dir=rtl] .user-register .register-box .register-con .register-identity ul li:first-child,html[dir=rtl] .user-register .register-box .register-con .register-identity ul li:nth-child(4){margin-right:0!important}html[dir=rtl] .user-register .register-box .register-con .register-identity ul li:nth-child(3n){margin-right:10px!important}html[dir=rtl] .user-register .register-box .register-con .register-email .mail-inp input{direction:ltr;text-align:right}.error{color:#f95355;display:block;font-size:14px;height:25px;line-height:25px}.user-reset .reset-box .reset-phone{margin-top:34px}.user-reset .reset-box .reset-phone .phone-inp{background:#fff;border:1px solid #767676;border-radius:6px;display:flex;height:58px;justify-content:space-between;position:relative}.user-reset .reset-box .reset-phone .phone-inp .country{cursor:pointer;height:100%;padding-left:18px;position:relative}.user-reset .reset-box .reset-phone .phone-inp .country ul{align-items:center;display:flex;height:100%}.user-reset .reset-box .reset-phone .phone-inp .country ul li{align-items:center;color:#3d3d3d;display:flex;font-family:DIN;font-size:18px;font-style:normal;font-weight:400;line-height:22px;margin-right:4px}.user-reset .reset-box .reset-phone .phone-inp .country ul li img{height:18px;margin-right:4px;width:28px}.user-reset .reset-box .reset-phone .phone-inp .country ul li span{transition:all .85s}.user-reset .reset-box .reset-phone .phone-inp .country ul li span.jiantou{transform:rotate(180deg)}.user-reset .reset-box .reset-phone .phone-inp .cell-phone{border-radius:6px;flex:1;overflow:hidden;position:relative}.user-reset .reset-box .reset-phone .phone-inp .cell-phone span{align-items:center;color:#3d3d3d;font-size:16px;font-style:normal;font-weight:400;line-height:22px;margin:17px 0;overflow:hidden;pointer-events:none;position:absolute;text-overflow:ellipsis;transition:all .45s;white-space:nowrap;width:100%}.user-reset .reset-box .reset-phone .phone-inp .cell-phone span.size10{align-items:center;color:#3d3d3d;display:flex;font-size:10px;line-height:14px;margin:10px 0 17px}.user-reset .reset-box .reset-phone .phone-inp .cell-phone .phone-input{border:none;box-shadow:none;color:#3d3d3d;font-size:18px;height:100%;outline:none;width:100%}.user-reset .reset-box .reset-phone .phone-inp .cell-phone .phone-input.hei30{height:29px;margin-top:26px}.user-reset .reset-box .reset-phone .phone-inp .eliminate{align-items:center;color:#000;cursor:pointer;display:flex;justify-content:center;width:46px}.user-reset .reset-box .reset-phone .phone-inp .error{color:#f95355;font-size:14px;left:0;position:absolute;top:60px}.user-reset .reset-box .reset-email{background:#fff;margin-top:34px}.user-reset .reset-box .reset-email .mail-inp{background:#fff;border:1px solid #767676;border-radius:6px;display:flex;height:58px;padding-left:14px;position:relative;width:100%}.user-reset .reset-box .reset-email .mail-inp span{align-items:center;color:#3d3d3d;display:flex;font-family:PingFang SC;font-size:16px;font-style:normal;font-weight:400;line-height:22px;margin:17px 0;pointer-events:none;position:absolute;transition:all .45s}.user-reset .reset-box .reset-email .mail-inp span.size10{align-items:center;color:#3d3d3d;display:flex;font-family:PingFang SC;font-size:10px;line-height:14px;margin:10px 0 17px}.user-reset .reset-box .reset-email .mail-inp input{border:none;border-radius:6px;box-shadow:none;color:#3d3d3d;flex:1;font-size:18px;height:100%;outline:none;width:100%}.user-reset .reset-box .reset-email .mail-inp input.hei30{height:29px;margin-top:26px}.user-reset .reset-box .reset-password{margin-top:34px}.user-reset .reset-box .reset-password .password-inp{background:#fff;border:1px solid #767676;border-radius:6px;display:flex;height:58px;padding-left:14px;position:relative;width:100%}.user-reset .reset-box .reset-password .password-inp:nth-child(2){margin-top:14px}.user-reset .reset-box .reset-password .password-inp span{align-items:center;color:#3d3d3d;display:flex;font-family:PingFang SC;font-size:16px;font-style:normal;font-weight:400;line-height:22px;margin:17px 0;pointer-events:none;position:absolute;transition:all .45s}.user-reset .reset-box .reset-password .password-inp span.size10{align-items:center;color:#3d3d3d;display:flex;font-family:PingFang SC;font-size:10px;line-height:14px;margin:10px 0 17px}.user-reset .reset-box .reset-password .password-inp input{border:none;border-radius:6px;box-shadow:none;color:#3d3d3d;flex:1;font-size:18px;height:100%;outline:none;width:100%}.user-reset .reset-box .reset-password .password-inp input.hei30{height:29px;margin-top:26px}.user-reset .reset-box .reset-password .password-inp .open{align-items:center;cursor:pointer;display:flex;justify-content:center;width:40px}.user-reset .reset-box .reset-password .error{color:#f95355;font-size:14px}.user-reset .reset-box .reset-step{background:#fafafa;border:.5px solid rgba(0,0,0,.05);border-radius:6px;display:block;height:48px;margin-top:35px;position:relative}.user-reset .reset-box .reset-step span{align-items:center;color:#ccc;cursor:no-drop;display:flex;font-size:16px;font-style:normal;font-weight:400;height:100%;justify-content:center;width:100%}.user-reset .reset-box .reset-step .loading{animation:loading 1.2s linear infinite;-webkit-animation:loading 1.2s linear infinite;border:2px solid #fff;border-radius:10px;border-top-color:rgba(0,0,0,.3);box-sizing:border-box;height:20px;position:absolute;right:20px;top:31%;width:20px}@keyframes loading{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.user-reset .reset-box .Clickable{background:#323947}.user-reset .reset-box .Clickable:hover{opacity:.8}.user-reset .reset-box .Clickable span{color:#fff;cursor:pointer}@media screen and (max-width:500px){.user-reset .reset-box{padding:0 24px}}.user-qrcode{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.user-qrcode .qrcode-box{padding:0 10px}.user-qrcode .qrcode-box .scanning-login{align-items:center;display:flex;flex-direction:column}.user-qrcode .qrcode-box .scanning-login h4{color:#3d3d3d;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.user-qrcode .qrcode-box .scanning-login .qrcode-app{align-items:center;background-color:#fff;border:1px solid rgba(0,0,0,.1);border-radius:10px;display:flex;height:150px;justify-content:center;margin-top:20px;overflow:hidden;position:relative;width:150px}.user-qrcode .qrcode-box .scanning-login .qrcode-app .qr-code{height:130px;width:130px}.user-qrcode .qrcode-box .scanning-login .qrcode-app .qrcode-icon{align-items:center;background-color:#fff;border-radius:5px;display:flex;height:36px;justify-content:center;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:36px}.user-qrcode .qrcode-box .scanning-login .qrcode-app .qrcode-icon .qrcode-l{height:30px;width:30px}.user-qrcode .qrcode-box .scanning-login .qrcode-app .mantle-box{align-items:center;background:hsla(0,0%,100%,.9);display:flex;flex-direction:column;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%}.user-qrcode .qrcode-box .scanning-login .qrcode-app .mantle-box .mantle-txt{color:#000;font-size:16px;font-weight:600;line-height:22px;text-align:center}.user-qrcode .qrcode-box .scanning-login .qrcode-app .mantle-box .mantle-en{font-size:14px!important;line-height:18px!important}.user-qrcode .qrcode-box .scanning-login .qrcode-app .mantle-box .refresh-btn{background:#64696f;border-radius:33px;color:#fff;font-size:14px;height:36px;margin-top:14px;min-width:88px;padding:0 8px}.user-qrcode .qrcode-box .scanning-login .qrcode-app .mantle-box .refresh-btn:hover{background:#393d41}.user-qrcode .qrcode-box .scanning-login .qrcode-app .iconfont{border:2px solid #08853a;border-radius:50%;color:#08853a;font-size:40px;margin-bottom:10px}.user-qrcode .qrcode-box .scanning-succeed{align-items:center;display:flex;flex-direction:column}.user-qrcode .qrcode-box .scanning-succeed img{margin-bottom:12px}.user-qrcode .qrcode-box .scanning-succeed h2{color:#3d3d3d;font-size:18px;font-style:normal;font-weight:600;line-height:25px;margin-bottom:12px}.user-qrcode .qrcode-box .scanning-succeed p{color:#3d3d3d;font-size:14px;font-style:normal;font-weight:400;line-height:20px;margin-bottom:12px}.user-qrcode .qrcode-box .scanning-succeed span{color:#2274ee;cursor:pointer;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.user-qrcode .qrcode-box .scanning-code{color:#a3a3a3;font-size:12px;font-style:normal;font-weight:400;line-height:17px;margin-top:20px;text-align:center;width:240px;word-break:break-all}.user-qrcode .qrcode-box .scanning-code span{color:#a3a3a3;font-size:16px;font-style:normal;font-weight:400;line-height:22px}.user-qrcode .qrcode-box .scanning-code span a{color:#3d3d3d;cursor:pointer}.user-mpopup{height:100%;position:relative;width:100%}.user-mpopup .m-box{background-color:#fff;border-radius:18px 18px 0 0;bottom:0;height:80vh;position:absolute;width:100%}.user-mpopup .m-box .close{cursor:pointer;margin-left:20px;margin-top:24px;transition:all .85s}.user-mpopup .m-box .close span{color:#000;font-size:24px}.user-mpopup .m-box .m-con{align-items:center;display:flex;flex-direction:column}.user-mpopup .m-box .m-con .con-tit{margin-top:30px;text-align:center}.user-mpopup .m-box .m-con .con-tit h1{color:#3d3d3d;font-size:24px;font-style:normal;font-weight:600;line-height:34px}.user-mpopup .m-box .m-con .con-tit span{color:#939393;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.user-mpopup .m-box .m-con .login-mode{align-items:center;display:flex;flex-direction:column;margin-top:32px}.user-mpopup .m-box .m-con .login-mode ul{display:flex;flex-direction:column}.user-mpopup .m-box .m-con .login-mode ul li #google-login-btn-m{border:none;box-sizing:border-box}.user-mpopup .m-box .m-con .login-mode ul li.telegram{position:relative}.user-mpopup .m-box .m-con .login-mode ul li.telegram .test{left:0;opacity:0;position:absolute;top:0}.user-mpopup .m-box .m-con .login-mode ul li.telegram .test #telegram-login-wikifxloginbot{width:100%}.user-mpopup .m-box .m-con .login-mode ul li.google{position:relative}.user-mpopup .m-box .m-con .login-mode ul li.google #google-login-btn-m{height:100%;left:0;opacity:0;position:absolute;top:0;width:100%}.user-mpopup .m-box .m-con .login-mode ul li a{align-items:center;background:#fff;border:1px solid #e3e3e3;border-radius:6px;cursor:pointer;display:flex;margin-bottom:14px;min-height:44px;width:279px}.user-mpopup .m-box .m-con .login-mode ul li a span{font-size:14px;margin:0 20px}.user-mpopup .m-box .m-con .login-mode ul li a img{height:20px;margin:0 10px;width:20px}.user-mpopup .m-box .m-con .login-mode ul li a p{color:#3d3d3d;flex:1;font-size:14px;font-style:normal;line-height:20px;text-align:center}.user-mpopup .m-box .m-con .login-mode .more{color:#000;cursor:pointer;font-size:20px}.user-mpopup .m-box .m-con .login-mode .more:hover{color:#ccc}.user-mpopup .m-regulations{bottom:85px;color:#a3a3a3;font-size:10px;font-style:normal;font-weight:400;line-height:14px;padding:0 20px;position:absolute;text-align:center;width:100%}.user-mpopup .m-regulations a{color:#000;font-weight:600}.user-mpopup .m-bom{background:#f8f8f8;bottom:0;box-shadow:0 -.5px 0 rgba(0,0,0,.1);display:flex;height:72px;justify-content:center;padding-top:14px;position:absolute;width:100%}.user-mpopup .m-bom a{color:#2274ee}.login-center{align-items:center;background:rgba(0,0,0,.5)!important;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:2002!important}.login-center .ar-input{padding-left:0!important;padding-right:14px!important}@keyframes slideInDown{0%{opacity:0;transform:translateY(-50px)}to{transform:translateY(0)}}.login-center .login-box{animation:slideInDown 1s both;background-color:#fff;border-radius:18px;display:flex;filter:drop-shadow(0 16px 48px rgba(0,0,0,.2));height:564px;justify-content:space-between;position:relative;width:746px}.login-center .login-box .return{display:none}.login-center .login-box .close{cursor:pointer;position:absolute;right:10px;top:10px;transition:all .85s;z-index:1}.login-center .login-box .close:hover{transform:rotate(180deg)}.login-center .login-box .login-l{flex:1;height:564px;padding:40px 60px;position:relative}.login-center .login-box .login-r{background:#f6f7f8;border-radius:0 18px 18px 0;height:100%;position:relative;width:270px}.login-center .login-m{display:none}@media screen and (max-width:799px){.login-center{z-index:3001!important}.login-center .login-box{width:476px}.login-center .login-box .login-r{display:none}}@media screen and (max-width:500px){.disbl{display:block!important}.disno{display:none!important}.login-center{z-index:3001!important}.login-center .login-box{border-radius:0;display:none;height:100%;width:100%}.login-center .login-box .return{color:#fff;cursor:pointer;display:block;font-size:22px;left:10px;position:absolute;top:10px;z-index:1}.login-center .login-box .close{display:none}.login-center .login-box .login-l{flex:1;padding:0;position:relative}.login-center .login-box .login-r{display:none}.login-center .login-m{display:block;height:100%;width:100%}}html[dir=rtl] .login-center .login-box .login-r{border-radius:18px 0 0 18px}.footer-links{border:none;width:100%}.footer-links .footer-links-container{margin:0 auto;padding:18px 0;width:1200px}.footer-links .footer-links-container .title{color:#fff;font-size:14px;font-style:normal;font-weight:400;line-height:20px;margin-bottom:10px}.footer-links .footer-links-container .links{display:inline-flex;flex-direction:row;flex-wrap:wrap;margin:0 24px 4px 0}.footer-links .footer-links-container .links a{align-items:center;color:hsla(0,0%,100%,.3);display:flex;font-size:14px;font-style:normal;font-weight:400;height:24px;line-height:24px;white-space:nowrap}.footer-links .footer-links-container .links a:hover{border-bottom:1px solid hsla(0,0%,100%,.3)}.footer-links .footer-links-container .links:last-child{margin:0}.footer-links .friend,.footer-links .partner{padding-bottom:28px}.footer-links .partner{padding-top:0}.footer-links .mobile-mask{background:none}@media screen and (max-width:1199px){.footer-links{padding:0 65px}.footer-links .footer-links-container{width:904px}}@media screen and (max-width:999px){.footer-links{padding:0 38px}.footer-links .footer-links-container{width:724px}}@media screen and (max-width:799px){.footer-links{padding:0 0 30px}.footer-links .footer-links-container{padding:0 16px;width:100%}.footer-links .partner{padding-bottom:28px}.space-reserve{display:none}}html[dir=rtl] .footer-links .footer-links-container .links{margin:0 0 4px 24px}.mobile-bottom-fixed{align-items:center;background:#ffd733;bottom:0;display:none;left:0;min-height:52px;padding:0 16px 0 6px;position:fixed;width:100%;z-index:1999}.mobile-bottom-fixed .icon-close{color:#50160e;cursor:pointer;font-size:18px;font-weight:600;padding:6px 10px}.mobile-bottom-fixed .blockchain-txt{color:#50160e;flex:1;font-size:14px;font-weight:600;line-height:18px;margin:0 8px}.mobile-bottom-fixed .download-btn{background:#50160e;border-radius:4px;box-sizing:border-box;color:#fff;font-size:12px;line-height:17px;min-width:64px;padding:6px;text-align:center}.mobile-bottom-fixed .icon-eagle{height:30px;width:30px}.space-reserve{display:none;height:68px}@media screen and (max-width:799px){.mobile-bottom-fixed,.space-reserve{display:flex}}.risk-warning .risk-warning-dialog{background:#fff;padding:35px;width:724px}.risk-warning .risk-warning-dialog .el-dialog__body,.risk-warning .risk-warning-dialog .el-dialog__header{padding:0}.risk-warning .risk-warning-dialog .el-dialog__body .title{align-items:center;color:#3d3d3d;display:flex;font-size:16px;font-weight:600;line-height:22px;margin-bottom:41px}.risk-warning .risk-warning-dialog .el-dialog__body .title span{background:#eeb822;border-radius:1px;display:inline-block;height:16px;margin-right:12px;width:6px}.risk-warning .risk-warning-dialog .el-dialog__body .text{margin-bottom:50px}.risk-warning .risk-warning-dialog .el-dialog__body .text p{color:#3d3d3d;font-size:14px;line-height:20px;margin-bottom:15px;padding-left:15px;position:relative}.risk-warning .risk-warning-dialog .el-dialog__body .text p:before{background-color:#3d3d3d;border-radius:50%;content:"";height:5px;left:0;position:absolute;top:6px;width:5px}.risk-warning .risk-warning-dialog .el-dialog__body .text p:last-child{margin-bottom:0}.risk-warning .risk-warning-dialog .el-dialog__body .btn-box{display:flex;justify-content:center}.risk-warning .risk-warning-dialog .el-dialog__body .btn-box p{background:rgba(50,57,71,.9);border-radius:4px;color:#fff;cursor:pointer;font-size:14px;padding:10px 30px}.risk-warning .risk-warning-dialog .el-dialog__body .btn-box p:hover{opacity:.8}@media screen and (max-width:999px){.risk-warning .risk-warning-dialog{width:600px}}@media screen and (max-width:799px){.risk-warning .risk-warning-dialog{padding:16px 10px;width:80%}.risk-warning .risk-warning-dialog .el-dialog__body{height:300px;overflow:auto}}html[dir=rtl] .risk-warning .risk-warning-dialog .el-dialog__body .title span{margin-left:12px;margin-right:0}.wiki-foot{background:#323947;position:relative}.wiki-foot .country-group{align-items:center;border-bottom:1px solid hsla(0,0%,100%,.2);display:flex;padding:18px 0}.wiki-foot .country-group .choice-txt{color:#fff;font-size:14px;line-height:20px;margin-right:16px}.wiki-foot .country-group .entire-box-ff{bottom:100%;left:0;position:absolute;width:100%;z-index:2001}.wiki-foot .country-group .entire-box{background:#fff;display:none;padding:28px 0 16px;width:100%}.wiki-foot .country-group .entire-box .search-box{display:flex}.wiki-foot .country-group .entire-box .search-box .my-location{align-items:center;display:flex}.wiki-foot .country-group .entire-box .search-box .my-location .nation-info{align-items:center;cursor:pointer;display:flex;margin-left:16px}.wiki-foot .country-group .entire-box .search-box .my-location .nation-flag{height:24px;margin-right:12px;-o-object-fit:cover;object-fit:cover;width:36px}.wiki-foot .country-group .entire-box .search-box .my-location .nation-name{color:#3d3d3d;font-size:16px;font-weight:600;line-height:22px;white-space:nowrap}.wiki-foot .country-group .entire-box .search-box .my-input{margin-left:40px;position:relative}.wiki-foot .country-group .entire-box .search-box .my-input .edit-box .el-input__inner{background-image:url(https://osshead.interface003.com/headfoot/Content/images/head_foot_search.png);background-position:270px 11px;background-repeat:no-repeat;background-size:25px 25px;border:1px solid #e6e6e6;font-size:16px;height:48px;line-height:48px;padding:0 50px 0 8px;width:318px}.wiki-foot .country-group .entire-box .search-box .my-input .edit-box .el-input__inner:focus{border-color:#3d3d3d}.wiki-foot .country-group .entire-box .search-box .my-input .my-input-list{background:#fff;border:1px solid #ededed;left:0;max-height:200px;overflow:auto;position:absolute;top:40px;width:100%;z-index:12}.wiki-foot .country-group .entire-box .search-box .my-input .my-input-list li{align-items:center;box-sizing:border-box;cursor:pointer;display:flex;height:40px;overflow:hidden;padding:0 10px;text-overflow:ellipsis;white-space:nowrap}.wiki-foot .country-group .entire-box .search-box .my-input .my-input-list li img{height:20px}.wiki-foot .country-group .entire-box .search-box .my-input .my-input-list li span{overflow:hidden;padding-left:10px;text-overflow:ellipsis;white-space:nowrap}.wiki-foot .country-group .entire-box .search-box .my-input .my-input-list li:hover{background:#ededed}.wiki-foot .country-group .entire-box .search-box .my-input .my-input-list::-webkit-scrollbar{width:3px}.wiki-foot .country-group .entire-box .nation-list{border-top:1px solid #f8f8ff;box-shadow:inset 0 1px 0 #fafafa;display:flex;flex-wrap:wrap;margin-top:24px}.wiki-foot .country-group .entire-box .nation-list .item-country{align-items:center;border-radius:3px;display:flex;height:44px;margin:10px 15px 0 0;overflow:hidden;position:relative;width:184px}.wiki-foot .country-group .entire-box .nation-list .item-country .item-flag{background-image:url(https://osshead.interface003.com/headfoot/Content/images/flags_bg.png);background-repeat:no-repeat;border-radius:3px;height:22px;margin:0 10px 0 12px;width:34px}.wiki-foot .country-group .entire-box .nation-list .item-country .item-flag-img{border-radius:3px;height:22px;margin:0 10px 0 12px;width:34px}.wiki-foot .country-group .entire-box .nation-list .item-country .item-name{font-size:12px;overflow:hidden;white-space:nowrap;width:128px}.wiki-foot .country-group .entire-box .nation-list .item-country .item-url{color:#ccc;font-size:12px}.wiki-foot .country-group .entire-box .nation-list .active,.wiki-foot .country-group .entire-box .nation-list .item-country:hover{background:#f8f8ff;cursor:pointer}.wiki-foot .country-group .entire-box .nation-list .active .is-checked{background:url(https://osshead.interface003.com/headfoot/Content/images/cuy_radio.svg) no-repeat 100%;border-radius:50px;height:12px;position:absolute;right:8px;top:8px;width:13px;z-index:12}.wiki-foot .country-group .entire-box:after{bottom:-25px;content:"";display:block;height:25px;position:absolute;width:100%;z-index:12}.wiki-foot .country-group .entire-box-block{display:block}.wiki-foot .country-group .selection-box-footer{cursor:pointer;height:100vh;left:0;position:fixed;top:0;width:100%;z-index:100}.wiki-foot .country-group .current-country{align-items:center;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.05);border-radius:2px;display:flex;height:32px;padding:0 8px 0 16px;position:relative}.wiki-foot .country-group .current-country .current-flag{height:14px;margin-right:6px;-o-object-fit:cover;object-fit:cover;width:21px}.wiki-foot .country-group .current-country .current-designation{color:#fff;font-size:14px;line-height:20px;white-space:nowrap}.wiki-foot .country-group .current-country .arrow-up{height:14px;margin-left:26px;-o-object-fit:cover;object-fit:cover;transform:rotate(180deg);transition:all .3s;width:14px}.wiki-foot .country-group .current-country .current-country-ps{height:50px;left:0;position:absolute;top:-20px;width:100%;z-index:1999}.wiki-foot .country-group .diff-country .current-country,.wiki-foot .country-group .selection-box:hover .current-country{background:rgba(107,151,220,.1);border-color:#6b97dc;cursor:pointer}.wiki-foot .country-group .selection-box:hover .current-country .arrow-up{transform:rotate(0deg)}.wiki-foot .country-group .icon-delete{align-items:center;background:#3f4c64;border:1px solid #5b99e2;border-radius:8px;color:#fff;display:flex;font-size:10px;height:16px;justify-content:center;left:-9px;position:relative;top:12px;width:16px}.wiki-foot .country-group .icon-delete:hover{background-position:0 -102px;background:#5b99e2;cursor:pointer}.wiki-foot .country-group .obey-txt{color:hsla(0,0%,100%,.2);font-size:12px;line-height:17px;margin-left:10px}.wiki-foot .page-width .foot-lxwm{background:#fff;box-shadow:0 0 4px rgba(0,0,0,.16);box-sizing:border-box;padding:30px;position:absolute;right:-50px;top:-100px;width:250px;z-index:12}.wiki-foot .page-width .foot-lxwm .foot-lxwm-a,.wiki-foot .page-width .foot-lxwm .foot-lxwm-p{color:#000;font-size:16px;font-style:normal;font-weight:400;line-height:26px}.wiki-foot .page-width .foot-lxwm .foot-lxwm-a{align-items:center;background:#ecc952;display:flex;height:46px;justify-content:center;margin-top:22px;width:190px}@media screen and (max-width:1199px){.wiki-foot .page-width{padding:0 48px}.wiki-foot .country-group .entire-box{padding:20px 0 14px}.wiki-foot .country-group .entire-box .search-box .my-location .nation-info{margin-left:12px}.wiki-foot .country-group .entire-box .search-box .my-location .nation-flag{height:20px;margin-right:8px;width:30px}.wiki-foot .country-group .entire-box .search-box .my-location .nation-name{font-size:14px;line-height:18px}.wiki-foot .country-group .entire-box .search-box .my-input{margin-left:30px}.wiki-foot .country-group .entire-box .search-box .my-input .edit-box .el-input__inner{background-position:240px 10px;background-size:20px 20px;font-size:14px;height:40px;line-height:40px;padding-right:45px;width:280px}.wiki-foot .country-group .entire-box .nation-list{margin-top:18px}.wiki-foot .country-group .entire-box .nation-list .item-country{height:40px;margin:10px 10px 0 0;width:140px}.wiki-foot .country-group .entire-box .nation-list .item-country .item-flag{margin:0 0 0 8px;transform:scale(.8);transform-origin:left}.wiki-foot .country-group .entire-box .nation-list .item-country .item-name{width:84px}.wiki-foot .country-group .entire-box .nation-list .active .is-checked{right:2px;top:6px}}@media screen and (max-width:999px){.wiki-foot .page-width{padding:0 38px}.wiki-foot .country-group .entire-box{padding:16px 0 12px}.wiki-foot .country-group .entire-box .search-box .my-location .icon-locate{width:20px}.wiki-foot .country-group .entire-box .search-box .my-location .nation-info{margin-left:8px}.wiki-foot .country-group .entire-box .search-box .my-location .nation-flag{height:18px;margin-right:6px;width:27px}.wiki-foot .country-group .entire-box .search-box .my-location .nation-name{font-size:13px;line-height:16px}.wiki-foot .country-group .entire-box .search-box .my-input{margin-left:20px}.wiki-foot .country-group .entire-box .search-box .my-input .edit-box .el-input__inner{background-position:230px 9px;background-size:18px 18px;font-size:12px;height:36px;line-height:36px;padding-right:32px;width:260px}.wiki-foot .country-group .entire-box .nation-list{margin-top:14px}.wiki-foot .country-group .entire-box .nation-list .item-country{height:36px;margin:8px 8px 0 0;width:136px}.wiki-foot .country-group .entire-box .nation-list .item-country .item-flag{margin:0 0 0 6px;transform:scale(.7)}.wiki-foot .country-group .entire-box .nation-list .item-country .item-txt{margin-left:-4px}.wiki-foot .country-group .entire-box .nation-list .item-country .item-name,.wiki-foot .country-group .entire-box .nation-list .item-country .item-url{font-size:10px;line-height:13px}.wiki-foot .country-group .entire-box .nation-list .active .is-checked{right:2px;top:5px}}.mobile-wiki-foot{display:none;position:relative}.mobile-wiki-foot .nation-list{background:#fff;border-radius:16px 16px 0 0;bottom:100%;height:330px;left:0;overflow-y:scroll;position:absolute;width:100%;z-index:12}.mobile-wiki-foot .nation-list .item-flag{background-image:url(https://osshead.interface003.com/headfoot/Content/images/flags_bg.png);background-repeat:no-repeat;border-radius:3px;height:22px;width:34px}.mobile-wiki-foot .nation-list .item-flag-img{border-radius:3px;height:22px;width:34px}.mobile-wiki-foot .nation-list .item-name{color:#3d3d3d;flex:1;font-size:14px;line-height:20px;margin-left:8px}.mobile-wiki-foot .nation-list .icon-tick{background-image:url(https://resources1.interface003.com/web20/img/home/icon-tick.svg);background-repeat:no-repeat;display:none;height:16px;width:16px}.mobile-wiki-foot .nation-list .item-country{align-items:center;box-shadow:inset 0 -.5px 0 #f2f2f2;cursor:pointer;display:flex;padding:18px 24px}.mobile-wiki-foot .nation-list .item-country.selected .item-name,.mobile-wiki-foot .nation-list .item-country:hover .item-name{color:#323947;font-weight:600}.mobile-wiki-foot .nation-list .item-country.selected .icon-tick{display:block}.mobile-wiki-foot .foot-contain{background:#2d3340;padding:0 16px;position:relative}.mobile-wiki-foot .country-group{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;padding:18px 0 20px}.mobile-wiki-foot .country-group .selection-group{position:relative}.mobile-wiki-foot .country-group .selection-box{align-items:center;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.05);border-radius:2px;cursor:pointer;display:flex;height:32px;min-width:120px;padding:0 8px;position:relative}.mobile-wiki-foot .country-group .selection-box .current-flag{height:14px;margin-right:6px;-o-object-fit:cover;object-fit:cover;width:21px}.mobile-wiki-foot .country-group .selection-box .current-designation{color:#fff;flex:1;font-size:14px;line-height:20px}.mobile-wiki-foot .country-group .selection-box .arrow-up{height:14px;margin-left:6px;-o-object-fit:cover;object-fit:cover;transform:rotate(180deg);transition:all .3s;width:14px}.mobile-wiki-foot .country-group .is-hover .arrow-up{transform:rotate(0deg)}.mobile-wiki-foot .country-group .diff-country,.mobile-wiki-foot .country-group .is-hover{background:rgba(107,151,220,.1);border-color:#6b97dc}.mobile-wiki-foot .country-group .icon-delete{align-items:center;background:#3f4c64;border:1px solid #5b99e2;border-radius:8px;color:#fff;display:flex;font-size:10px;height:16px;justify-content:center;position:absolute;right:-6px;top:22px;width:16px;z-index:12}.mobile-wiki-foot .country-group .icon-delete:hover{background-position:0 -102px;background:#5b99e2;cursor:pointer}.mobile-wiki-foot .country-group .bottom-logo{display:block;height:28px}.footer-trader{background:#2a3140;padding-top:18px;position:relative}.footer-trader .footer-trader-tab{display:flex}.footer-trader .footer-trader-tab span{color:#fff;cursor:pointer;font-size:14px;font-weight:400;line-height:20px;margin-right:20px;position:relative}.footer-trader .footer-trader-tab .footer-trader-tab-active:after,.footer-trader .footer-trader-tab span:hover:after{background:#fff;bottom:-1px;content:"";display:flex;height:1px;left:0;position:absolute;width:100%}.footer-trader .footer-trader-page{padding:0 0 18px}.footer-trader .footer-trader-title{color:#fff;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.footer-trader .footer-trader-box{display:none;margin-top:10px}.footer-trader .footer-trader-box_block{display:block}.footer-trader .footer-trader-list{position:relative}.footer-trader .footer-trader-list .footer-trader-link{font-feature-settings:"liga" off;color:hsla(0,0%,100%,.3);display:inline-block;font-size:14px;font-style:normal;font-weight:400;line-height:20px;margin-bottom:12px;margin-right:26px;position:relative}.footer-trader .footer-trader-list .footer-trader-link:after{color:hsla(0,0%,100%,.1);content:"|";font-size:16px;position:absolute;right:-14px;top:0}.footer-trader .footer-trader-list .footer-trader-link:hover{color:#fff}.footer-trader .footer-trader-list .footer-trader-link:last-child:after{content:""}.footer-trader .footer-trader-list .footer-trader-more{align-items:center;background:#2a3140;cursor:pointer;display:flex;padding:0 10px;position:absolute;right:0;top:36px}.footer-trader .footer-trader-list .footer-trader-more .footer-trader-more-text{font-feature-settings:"liga" off;color:hsla(0,0%,100%,.3);font-size:14px;font-style:normal;font-weight:400;line-height:20px}.footer-trader .footer-trader-list .footer-trader-more .icon-Icon-Outline-arrow-down{color:#666;font-size:16px;margin:0 2px}.footer-trader .footer-trader-list .footer-trader-more:hover .footer-trader-more-text,.footer-trader .footer-trader-list .footer-trader-more:hover .icon-Icon-Outline-arrow-down{color:#fff}.footer-trader .footer-trader-height{height:64px;overflow:hidden}@media screen and (max-width:1199px){.footer-trader .footer-trader-page{padding:18px 48px}.footer-trader .footer-trader-tab{padding:0 48px}}@media screen and (max-width:799px){.wiki-foot{display:none}.mobile-wiki-foot{display:block}.mobile-bottom-fixed{display:flex}.footer-trader{padding-top:15px}}html[dir=rtl] .wiki-foot .country-group .icon-delete{left:7px}html[dir=rtl] .wiki-foot .country-group .current-country .current-flag{margin-left:6px;margin-right:0}html[dir=rtl] .wiki-foot .country-group .current-country .arrow-up{margin-left:0;margin-right:26px}html[dir=rtl] .wiki-foot .country-group .choice-txt{margin-left:16px;margin-right:0}html[dir=rtl] .wiki-foot .country-group .entire-box .search-box .my-location .nation-flag{margin-left:12px;margin-right:0}html[dir=rtl] .wiki-foot .country-group .obey-txt{margin-left:0;margin-right:10px}html[dir=rtl] .mobile-wiki-foot .country-group .selection-box .arrow-up{margin-left:0;margin-right:6px}html[dir=rtl] .mobile-wiki-foot .country-group .selection-box .current-flag{margin-left:6px;margin-right:0}html[dir=rtl] .mobile-wiki-foot .nation-list .item-name{margin-left:0;margin-right:8px}html[dir=rtl] .footer-trader .footer-trader-list .footer-trader-more{left:0;right:unset}.information-group{padding:18px 0 40px}.information-group .links-box{display:flex;flex-wrap:wrap;padding:16px 0 20px}.information-group .links-box .single-link{color:#fff;font-size:14px;line-height:20px}.information-group .links-box .single-link:hover{color:#f4c830}.information-group .links-box .segment{color:hsla(0,0%,100%,.1);display:inline-block;font-style:inherit;padding:0 6px}.information-group .links-box .segment:last-child{display:none}.information-group .website-box{color:hsla(0,0%,100%,.3);font-size:14px;line-height:24px}.information-group .bottom-logo{height:50px}.foot-contain .links-box{border-top:1px solid hsla(0,0%,100%,.2);padding:20px 0}.foot-contain .links-box .single-link{color:#fff;display:inline-block;font-size:14px;line-height:20px;margin-bottom:20px}.foot-contain .links-box .single-link:hover{color:#f4c830}.foot-contain .links-box .segment{color:hsla(0,0%,100%,.1);display:inline-block;font-style:inherit;padding:0 8px}.foot-contain .links-box .segment:last-child{display:none}.head-mask{height:132px}.mobile-mask{background:hsla(0,0%,80%,.8);height:calc(100% - 60px);left:0;position:absolute;top:60px;width:100%}@media screen and (max-width:799px){.head-mask{height:60px!important}.head-mask.isswlang{height:108px!important}}.wiki-container em.flag-bg-hk{background-position:-34px 0}.wiki-container em.flag-bg-tw{background-position:-68px 0}.wiki-container em.flag-bg-us{background-position:-102px 0}.wiki-container em.flag-bg-kr{background-position:-136px 0}.wiki-container em.flag-bg-uk{background-position:-170px 0}.wiki-container em.flag-bg-jp{background-position:-204px 0}.wiki-container em.flag-bg-id{background-position:-238px 0}.wiki-container em.flag-bg-vn{background-position:-272px 0}.wiki-container em.flag-bg-au{background-position:-306px 0}.wiki-container em.flag-bg-sg{background-position:0 -22px}.wiki-container em.flag-bg-th{background-position:-34px -22px}.wiki-container em.flag-bg-cy{background-position:-68px -22px}.wiki-container em.flag-bg-de{background-position:-102px -22px}.wiki-container em.flag-bg-ru{background-position:-136px -22px}.wiki-container em.flag-bg-ph{background-position:-170px -22px}.wiki-container em.flag-bg-nz{background-position:-204px -22px}.wiki-container em.flag-bg-ua{background-position:-238px -22px}.wiki-container em.flag-bg-in{background-position:-272px -22px}.wiki-container em.flag-bg-fr{background-position:-306px -22px}.wiki-container em.flag-bg-es{background-position:0 -44px}.wiki-container em.flag-bg-pt{background-position:-34px -44px}.wiki-container em.flag-bg-my{background-position:-68px -44px}.wiki-container em.flag-bg-ng{background-position:-102px -44px}.wiki-container em.flag-bg-kh{background-position:-136px -44px}.wiki-container em.flag-bg-za{background-position:-170px -44px}.wiki-container em.flag-bg-it{background-position:-204px -44px}.wiki-container em.flag-bg-tr{background-position:-272px -44px}.wiki-container em.flag-bg-nl{background-position:-306px -44px}.wiki-container em.flag-bg-ae{background-position:0 -65px}.wiki-container em.flag-bg-co{background-position:-34px -66px}.wiki-container .none{display:none}.wiki-container .login_modele{align-items:center;background:rgba(0,0,0,.3);display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:9999}.wiki-container .login_modele #iframe{height:100%;width:100%}.addscroll,.addscroll *{scrollbar-width:none}input:-webkit-autofill,input:-webkit-autofill:focus,input:-webkit-autofill:hover{-webkit-text-fill-color:#000;-webkit-box-shadow:inset 0 0 0 1000px #fff!important;-webkit-transition-delay:99999s;-webkit-transition:color 99999s ease-out,background-color 99999s ease-out}input::-webkit-credentials-auto-fill-button{pointer-events:none!important}input::-webkit-contacts-auto-fill-button,input::-webkit-credentials-auto-fill-button{display:none!important;position:absolute;right:0;visibility:hidden!important;z-index:-1}input::-webkit-contacts-auto-fill-button{pointer-events:none}.el-message,.el-message .el-message--error{z-index:99999!important}input::-ms-clear,select::-ms-expand{display:none}.bottom-ad{animation:bottomad .5s linear forwards;background:#1b1d2f;bottom:0;left:0;position:fixed;width:100%;z-index:9}.bottom-ad .bottom-ad-img{display:block;margin:0 auto;position:relative;width:1200px}.bottom-ad .bottom-ad-img a{display:block}.bottom-ad .bottom-ad-img img{display:block;width:100%}.bottom-ad .bottom-ad-img .bottom-ad-close{align-items:center;background:#1b1d2f;border-radius:4px 4px 0 0;cursor:pointer;display:flex;height:21px;justify-content:center;position:absolute;right:0;top:-21px;width:25px}.bottom-ad .bottom-ad-img .bottom-ad-close .icon-close{color:hsla(0,0%,100%,.7)}@media screen and (max-width:1199px){.bottom-ad .bottom-ad-img{width:940px}}@media screen and (max-width:999px){.bottom-ad .bottom-ad-img{width:760px}}@media screen and (max-width:799px){.bottom-ad .bottom-ad-img{width:100%}.bottom-ad .bottom-ad-img .bottom-ad-close{border-radius:4px;height:25px;left:30px;right:auto;top:50%;transform:translateY(-50%)}}.top-a{animation:topad .5s linear forwards;background:#0a0a1a;position:relative}.top-a,.top-a .top-a-img{align-items:center;display:flex;width:100%}.top-a .top-a-img{margin:0 auto}.top-a .top-a-img .top-a-l{flex-shrink:0;width:127px}.top-a .top-a-img .top-a-l img{display:flex;width:127px}.top-a .top-a-img .top-a-r{flex:1;flex-shrink:0;width:100%}.top-a .top-a-img .top-a-r a{align-items:center;display:flex;flex-direction:row;justify-content:center;width:100%}.top-a .top-a-img .top-a-r a img{border-style:none;display:block;height:60px;overflow-clip-margin:content-box;vertical-align:middle}.top-a .top-a-tool{flex-direction:column;height:100%;padding-right:15px;position:absolute;right:0;top:0}.top-a .top-a-tool,.top-a .top-a-tool .ad-close{align-items:center;display:flex;justify-content:center}.top-a .top-a-tool .ad-close{background:rgba(0,0,0,.3);border:1px solid hsla(0,0%,100%,.5);border-radius:9px;height:18px;width:18px}.top-a .top-a-tool .ad-close .iconfont{color:hsla(0,0%,100%,.5);cursor:pointer;font-weight:18px}.top-a .top-a-tool .ad-label{background:rgba(0,0,0,.3);border:1px solid hsla(0,0%,100%,.3);border-radius:4px;color:#fff;font-size:12px;font-style:normal;font-weight:400;height:20px;line-height:18px;margin-top:15px;padding:0 4px}.el-message{font-size:14px;font-weight:400;line-height:20px;min-width:unset}.el-message--warning{background:rgba(0,0,0,.8);border:none;border-radius:20px;padding:10px 20px}.el-message--warning .el-icon-warning{display:none}.el-message .el-icon-warning,.el-message--warning .el-message__content{color:#fff}@keyframes bottomad{0%{bottom:-60px}to{bottom:0}}@keyframes topad{0%{transform:translateY(-60px)}to{transform:translateY(0)}}.langote .page-width,.langote .wiki-head .switch-lang .swlang-box{padding:0 20px;width:100%}.scroll-none::-webkit-scrollbar{height:0}
