.no-data {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.no-data .no-data-1 {
    font-size: 30px;
    margin-top: 70px
}

.no-data .no-data-1,
.no-data .no-data-2 {
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    color: #7d7d7d
}

.no-data .no-data-2 {
    font-size: 18px;
    margin-top: 6px
}

.no-data .no-data-link {
    margin-top: 8px;
    padding: 0 48px;
    height: 48px;
    line-height: 48px;
    background: #787878;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    cursor: pointer
}

@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
    }
}

.risk-module {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    background-color: #fff;
    z-index: 9;
    padding: 0 30px;
    z-index: 9999
}

.risk-module,
.risk-module .risk-info {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box
}

.risk-module .risk-info {
    max-width: 1200px;
    background: rgba(245, 75, 73, .05);
    border: 1px solid rgba(178, 54, 54, .3);
    padding: 64px 105px 40px;
    margin-top: 100px
}

.risk-module .risk-info .risk-img {
    height: 48px;
    width: 48px;
    margin-bottom: 25px;
    cursor: pointer
}

.risk-module .risk-info .risk-1,
.risk-module .risk-info .risk-2 {
    font-size: 20px;
    font-family: PingFang-SC-Medium, PingFang-SC;
    font-weight: 500;
    color: #b23636;
    line-height: 38px;
    padding: 0 110px;
    direction: ltr
}

.risk-module .risk-info .risk-2 {
    text-align: center;
    direction: ltr
}

.risk-module .risk-info .risk-3 {
    width: 100%;
    background: #fae5e5;
    font-size: 22px;
    font-family: PingFangSC-Light, PingFang SC;
    font-weight: 300;
    color: #b23636;
    margin-top: 90px;
    text-align: center;
    line-height: 36px;
    padding: 0 32px;
    box-sizing: border-box;
    direction: ltr
}

.risk-module .risk-info .risk-3 span {
    font-weight: 700
}

@media screen and (max-width:799px) {
    .risk-module .risk-info {
        padding: 35px 24px 18px
    }

    .risk-module .risk-info .risk-img {
        height: 37px;
        width: 37px;
        margin-bottom: 28px
    }

    .risk-module .risk-info .risk-1,
    .risk-module .risk-info .risk-2 {
        font-size: 15px;
        line-height: 22px;
        padding: 0
    }

    .risk-module .risk-info .risk-3 {
        font-size: 16px;
        line-height: 23px;
        padding: 0 13px
    }
}

.common-img {
    max-width: 100%
}

.head-search {
    position: absolute;
    right: 0
}

.head-search .hunt-box {
    position: relative
}

.head-search .hunt-box .textbox {
    width: 0;
    height: 54px;
    padding: 6px 6px 6px 24px;
    background: #fff;
    border-radius: 97px;
    transition: all .3s;
    display: flex;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.head-search .hunt-box .textbox input {
    flex: 1;
    font-size: 16px;
    color: #3d3d3d;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.head-search .hunt-box .textbox button {
    padding: 0 2px;
    min-width: 110px;
    height: 42px;
    background: #b28936;
    border-radius: 50px;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    white-space: nowrap;
    cursor: pointer
}

.head-search .hunt-box .real-width {
    width: 530px
}

.head-search .hunt-box .hunt-list {
    position: absolute;
    left: 0;
    top: 60px;
    width: 100%;
    background: hsla(0, 0%, 100%, .95);
    border: 3px solid #b28936;
    box-shadow: 0 16px 48px rgba(0, 0, 0, .1), 0 8px 16px rgba(0, 0, 0, .1);
    border-radius: 14px;
    z-index: 3;
    padding: 12px 0;
    -webkit-animation: head .3s linear;
    animation: head .3s linear
}

.head-search .hunt-box .hunt-list .hunt-ul {
    height: 100%;
    overflow: auto
}

.head-search .hunt-box .hunt-list .hunt-ul li a {
    display: flex;
    align-items: center;
    height: 40px;
    padding: 0 18px
}

.head-search .hunt-box .hunt-list .hunt-ul li a img {
    height: 20px;
    width: 20px;
    display: block
}

.head-search .hunt-box .hunt-list .hunt-ul li a .hunt-p {
    list-style: none;
    padding: 0 12px;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 14px;
    color: #333;
    word-break: break-all;
    margin-left: 0;
    font-weight: 400
}

.head-search .hunt-box .hunt-list .hunt-ul li a .hunt-label {
    color: #f60;
    font-weight: 400;
    border: 1px solid #ffb56c;
    font-size: 14px;
    padding: 0 5px;
    border-radius: 2px;
    background-color: #fff
}

.head-search .hunt-box .hunt-list .hunt-ul li a:hover {
    background-color: rgba(0, 0, 0, .05);
    font-weight: 400
}

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

    to {
        opacity: 1
    }
}

@keyframes head {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.head-search .mobile-head-right-search {
    width: 153px;
    height: 34px;
    background: hsla(0, 0%, 100%, .05);
    border: 1px solid hsla(0, 0%, 100%, .1);
    border-radius: 16px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-right: 16px;
    padding: 0 6px 0 14px
}

.head-search .mobile-head-right-search .search-icon {
    width: 36px;
    height: 26px;
    border-radius: 16px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center
}

.head-search .mobile-head-right-search .iconfont {
    color: #fff;
    font-size: 18px
}

.head-search .mobile-head-right-search input {
    flex-shrink: 0;
    width: 95px;
    height: 100%;
    outline: none;
    background-color: transparent;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.head-search .search-list {
    position: fixed;
    width: 100%;
    max-height: 300px;
    top: 60px;
    left: 0;
    z-index: 2;
    background: hsla(0, 0%, 100%, .95);
    box-shadow: 0 16px 48px rgba(0, 0, 0, .1), 0 8px 16px rgba(0, 0, 0, .1);
    overflow: auto;
    padding-top: 8px
}

.head-search .search-list .search-list-a {
    height: 40px;
    display: flex;
    align-items: center;
    padding: 0 16px
}

.head-search .search-list .search-list-a img {
    width: 20px;
    height: 20px !important;
    flex-shrink: 0
}

.head-search .search-list .search-list-a .search-list-title {
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    color: #3d3d3d;
    padding: 0 8px
}

.head-search .search-list .search-list-a .search-list-title span {
    color: #f60
}

.head-search .search-list .search-list-a .search-list-label {
    height: 19px;
    border: 1px solid #e66112;
    border-radius: 2px;
    line-height: 17px;
    padding: 0 4px;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    color: #e66112
}

.head-search .search-list .search-list-a:hover {
    background: rgba(0, 0, 0, .05)
}

html[dir=rtl] .head-search .mobile-head-right-search {
    padding: 0 14px 0 6px
}

.head-search .hunt-p span {
    color: #f60
}

.all-menu {
    position: fixed;
    left: 0;
    top: 132px;
    width: 100%;
    background: #fff;
    box-shadow: 0 8px 40px rgba(0, 0, 0, .03), 0 -4px 24px rgba(0, 0, 0, .05);
    padding-top: 30px;
    padding-bottom: 74px;
    -webkit-animation: menu .3s linear;
    animation: menu .3s linear;
    overflow: hidden
}

.all-menu .menu-box {
    width: 1200px;
    margin: 0 auto;
    display: flex
}

.all-menu .menu-box .menu-l {
    width: 335px;
    border-right: 1px solid rgba(0, 0, 0, .05)
}

.all-menu .menu-box .menu-l h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #3d3d3d
}

.all-menu .menu-box .menu-l .menu-l-list {
    margin-top: 18px;
    width: 300px;
    border-radius: 8px;
    overflow: hidden
}

.all-menu .menu-box .menu-l .menu-l-list .ul {
    display: flex;
    align-items: center;
    cursor: pointer;
    height: 82px;
    box-sizing: border-box;
    padding-left: 20px;
    position: relative
}

.all-menu .menu-box .menu-l .menu-l-list .ul .ul-l,
.all-menu .menu-box .menu-l .menu-l-list .ul .ul-l img {
    height: 54px;
    width: 54px
}

.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 {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #3d3d3d
}

.all-menu .menu-box .menu-l .menu-l-list .ul .ul-r .ul-r-p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #a3a3a3;
    margin-top: 4px
}

.all-menu .menu-box .menu-l .menu-l-list .ul .ul-label {
    position: absolute;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
    color: #d5c495;
    top: 8px;
    right: 8px
}

.all-menu .menu-box .menu-l .menu-l-list .ul .ul-label-img {
    position: absolute;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
    color: #d5c495;
    top: 0;
    right: 0;
    height: 17px
}

.all-menu .menu-box .menu-l .menu-l-list .ul-hover {
    display: none;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 20px;
    height: 82px
}

.all-menu .menu-box .menu-l .menu-l-list .ul-hover .ul-hover-box {
    display: flex;
    align-items: center
}

.all-menu .menu-box .menu-l .menu-l-list .ul-hover .ul-l {
    border: 1px solid rgba(0, 0, 0, .06);
    border-radius: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 64px;
    width: 64px;
    flex-shrink: 0
}

.all-menu .menu-box .menu-l .menu-l-list .ul-hover .ul-l img {
    height: 64px;
    width: 64px
}

.all-menu .menu-box .menu-l .menu-l-list .ul-hover .ul-c {
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 14px
}

.all-menu .menu-box .menu-l .menu-l-list .ul-hover .ul-c p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #a3a3a3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.all-menu .menu-box .menu-l .menu-l-list .ul-hover .ul-r {
    height: 28px;
    background: rgba(255, 204, 102, .7);
    border-radius: 46px;
    padding: 0 8px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: #5c2016;
    overflow: hidden;
    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-list:hover .ul-hover {
    display: flex
}

.all-menu .menu-box .menu-l .whty {
    background: rgba(61, 16, 0, .04) url(https://wasm.zy223.com/web20/img/default/gjb.png) no-repeat 100% 100%
}

.all-menu .menu-box .menu-l .wkfx {
    background: rgba(238, 184, 34, .1) url(https://wasm.zy223.com/web20/img/default/zwb.png) no-repeat 100% 100%
}

.all-menu .menu-box .menu-l .jjb {
    background: #f3f4f7 url(https://wasm.zy223.com/web20/img/default/zgdl.png) no-repeat 100% 100%
}

.all-menu .menu-box .menu-r {
    display: flex;
    box-sizing: border-box;
    padding: 0 0 0 35px;
    width: 855px;
    height: 345px;
    overflow: auto
}

.all-menu .menu-box .menu-r .menu-r-list {
    margin-right: 20px;
    flex: 1
}

.all-menu .menu-box .menu-r .menu-r-list .h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #3d3d3d;
    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 {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #787b8a;
    word-break: break-all !important
}

.all-menu .menu-box .menu-r .menu-r-list .menu-r-ul li a:hover {
    color: #5c2016
}

.all-menu .menu-box .menu-r::-webkit-scrollbar {
    height: 6px
}

@-webkit-keyframes menu {
    0% {
        opacity: 0;
        height: 0
    }

    to {
        opacity: 1;
        height: auto
    }
}

@keyframes menu {
    0% {
        opacity: 0;
        height: 0
    }

    to {
        opacity: 1;
        height: auto
    }
}

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 .ul-r {
    padding-right: 18px;
    padding-left: 0
}

html[dir=rtl] .all-menu .menu-box .menu-l {
    border-right: none;
    border-left: 1px solid rgba(0, 0, 0, .05)
}

html[dir=rtl] .all-menu .menu-box .menu-r {
    padding-right: 35px;
    padding-left: 0
}

html[dir=rtl] .all-menu .menu-box .menu-r .menu-r-list {
    margin-right: 0;
    margin-left: 20px
}

html[dir=rtl] .all-menu .menu-box .menu-l .menu-l-list .ul-hover .ul-c {
    padding-left: 0;
    padding-right: 14px
}

.user-header-jeff {
    margin-bottom: 30px
}

.user-header-jeff h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    color: #3d3d3d
}

@media screen and (max-width:500px) {
    .user-header-jeff {
        z-index: 3001;
        height: 46px;
        margin-bottom: 25px;
        text-align: center
    }

    .user-header-jeff h3 {
        text-align: center;
        line-height: 46px;
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        background: #2d3340;
        color: #fff
    }
}

.sigin-tabs ul {
    display: flex;
    height: 100%;
    padding: 0;
    margin: 0;
    list-style-type: none;
    min-height: 32px
}

.sigin-tabs ul:hover li:not(:hover) {
    opacity: .2
}

.sigin-tabs ul .bortom {
    border-bottom: 2px solid #000
}

.sigin-tabs ul li {
    flex: 1;
    display: flex;
    justify-content: center;
    border-bottom: 2px solid #bfbfbf;
    cursor: pointer;
    position: relative;
    padding-bottom: 5px
}

.sigin-tabs ul li:after {
    position: absolute;
    content: "";
    top: 100%;
    left: 0;
    width: 100%;
    height: 2px;
    background: #000;
    transform: scaleX(0);
    transition: .4s cubic-bezier(.165, .84, .44, 1)
}

.sigin-tabs ul li.active:after,
.sigin-tabs ul li:hover:after {
    transform: scaleX(1)
}

.sigin-tabs ul li span {
    font-family: PingFang SC;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    text-align: center;
    align-items: center;
    color: #3d3d3d
}

.user-country {
    position: absolute;
    width: 356px;
    height: 390px;
    left: 0;
    top: 58px;
    background: #fff;
    box-shadow: 0 0 10px rgba(50, 57, 71, .06);
    border-radius: 18px;
    z-index: 1;
    overflow: hidden;
    cursor: auto
}

.user-country .country-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 18px 0 0;
    width: 356px
}

.user-country .country-head .country-sarch {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px 10px 10px 14px;
    width: 330px;
    height: 40px;
    background: #fff;
    border: 1px solid hsla(0, 0%, 46.3%, .2);
    border-radius: 6px
}

.user-country .country-head .country-sarch .icon-search2 {
    color: rgba(61, 61, 61, .3);
    margin-right: 8px
}

.user-country .country-head .country-sarch input {
    height: 100%;
    flex: 1
}

.user-country .country-head .country-letter {
    margin-top: 8px;
    width: 100%;
    height: 100%;
    padding: 8px 14px 0
}

.user-country .country-head .country-letter ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.user-country .country-head .country-letter ul li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    width: 24px;
    height: 24px;
    border-radius: 1px;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #a3a3a3;
    font-family: DIN;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px
}

.user-country .country-head .country-letter ul li:nth-child(9n) {
    margin-right: 0
}

.user-country .country-head .country-letter ul li:hover {
    cursor: pointer;
    background: #323947;
    color: #fff
}

.user-country .country-head .country-letter ul .selected {
    background: #323947;
    color: #fff
}

.user-country .country-list {
    display: flex;
    flex-direction: column;
    width: 356px;
    height: 214px
}

.user-country .country-list div {
    height: 214px;
    overflow: hidden;
    background-color: #fff;
    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);
    width: 5px;
    background-color: rgba(0, 0, 0, .2);
    border-radius: 10px;
    -webkit-box-shadow: inset1px1px0rgba(0, 0, 0, .1)
}

.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 {
    border-radius: 10px;
    -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0);
    background-color: #fff
}

.user-country .country-list div::-webkit-scrollbar-track:hover {
    border-radius: 0;
    background-color: #fff
}

.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 {
    padding: 0 16px;
    width: 356px;
    height: 20px;
    background: rgba(0, 0, 0, .03);
    border-radius: 1px
}

.user-country .country-list ul li .country-details {
    cursor: pointer;
    margin: 6px 0;
    padding: 0 16px;
    height: 40px;
    border-radius: 1px;
    display: flex;
    align-items: center
}

.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 {
    width: 32px;
    height: 22px;
    border-radius: 2px;
    margin-right: 16px
}

.user-country .country-list ul li .country-details span {
    font-family: PingFang SC;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #3d3d3d
}

.user-country .country-list .noData {
    margin: 30px auto;
    font-size: 14px;
    text-align: center;
    color: #999
}

.user-country .listh332 {
    height: 332px
}

@media screen and (max-width:500px) {
    .user-country {
        width: 100%;
        height: 100%;
        position: fixed
    }

    .user-country .country-head {
        width: 100%
    }

    .user-country .country-head .country-sarch {
        margin-bottom: 20px
    }

    .user-country .country-head .country-letter {
        position: absolute;
        margin-top: 45px;
        z-index: 3;
        width: 0;
        right: 10px
    }

    .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 {
        width: 0;
        height: 6px;
        font-family: DIN-Light;
        font-style: normal;
        font-weight: 300;
        font-size: 14px;
        line-height: 17px;
        color: #3d3d3d
    }

    .user-country .country-head .country-letter ul li:hover {
        color: #3d3d3d
    }

    .user-country .country-list {
        width: 100%;
        height: 81vh
    }

    .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-right: 0;
    margin-left: 8px
}

html[dir=rtl] .user-country .country-head .country-letter {
    right: auto;
    left: 10px
}

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-right: 0;
    margin-left: 16px
}

._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
}

.verification-code .code-box {
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.verification-code .code-box .skip {
    margin-top: 20px;
    cursor: pointer
}

.verification-code .code-box .skip,
.verification-code .code-box h5 {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #a3a3a3
}

.verification-code .code-box h5 {
    font-family: PingFang SC
}

.verification-code .code-box .m-Tips {
    display: none
}

.verification-code .code-box .email-cc {
    margin-top: 8px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #e7ad4c;
    text-align: center
}

.verification-code .code-box .code-txt {
    margin-top: 44px;
    width: 100%;
    height: 64px;
    display: flex;
    justify-content: space-between
}

.verification-code .code-box .code-txt input {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 30px;
    line-height: 36px;
    color: #3d3d3d;
    width: 69.75px;
    height: 64px;
    text-align: center;
    border-bottom: 1px solid #3d3d3d
}

.verification-code .code-box .code-obtion {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 20px;
    margin-top: 20px
}

.verification-code .code-box .code-obtion.center {
    justify-content: center
}

.verification-code .code-box .code-obtion span {
    cursor: pointer;
    color: #2274ee
}

.verification-code .code-box .code-m,
.verification-code .code-box .code-obtion span {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-align: center
}

.verification-code .code-box .code-m {
    margin-top: 20px;
    height: 20px;
    justify-content: center;
    font-family: PingFang SC;
    font-style: normal;
    color: #a3a3a3
}

@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 {
        font-style: normal;
        font-weight: 600;
        font-size: 22px;
        line-height: 31px;
        color: #3d3d3d
    }

    .verification-code .code-box .m-Tips span {
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 28px;
        color: #a3a3a3
    }

    .verification-code .code-obtion {
        flex-direction: column;
        align-items: center
    }

    .verification-code .code-obtion span {
        margin-bottom: 16px
    }
}

.voicever-code .voice-box {
    width: 356px;
    background: #fff
}

.voicever-code .voice-box ul {
    display: flex;
    flex-direction: column;
    align-items: center
}

.voicever-code .voice-box ul li .voice-icon {
    width: 40px;
    height: 40px;
    font-size: 40px
}

.voicever-code .voice-box ul li .voice-txt {
    margin-top: 28px;
    margin-bottom: 48px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #a3a3a3
}

.voicever-code .voice-box ul li .voice-cancel,
.voicever-code .voice-box ul li .voice-sendout {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0;
    width: 352px;
    height: 48px;
    background: #323947;
    border-radius: 6px
}

.voicever-code .voice-box ul li .voice-cancel span,
.voicever-code .voice-box ul li .voice-sendout span {
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #fff
}

.voicever-code .voice-box ul li .voice-cancel {
    margin-top: 30px;
    background-color: #fff
}

.voicever-code .voice-box ul li .voice-cancel span {
    color: #7a7a7a
}

@media screen and (max-width:500px) {
    .voicever-code .voice-box {
        width: 100%
    }
}

.Threparty-login {
    position: absolute;
    bottom: 40px;
    width: 356px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center
}

.Threparty-login .Tripartite-box {
    width: 256px;
    height: 70px
}

.Threparty-login .Tripartite-box .switch-one {
    display: flex;
    justify-content: space-between
}

.Threparty-login .Tripartite-box .switch-one li {
    cursor: pointer;
    width: 36px;
    height: 36px;
    border: 1px solid #dcdcdc;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center
}

.Threparty-login .Tripartite-box .switch-one li:hover {
    background: rgba(0, 0, 0, .03)
}

.Threparty-login .Tripartite-box .switch-two {
    display: flex;
    justify-content: space-between
}

.Threparty-login .Tripartite-box .switch-two li {
    cursor: pointer;
    width: 124px;
    height: 36px;
    border: 1px solid #dcdcdc;
    border-radius: 6px
}

.Threparty-login .Tripartite-box .switch-two li div {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.Threparty-login .Tripartite-box .switch-two li div span {
    margin-left: 10px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #3d3d3d
}

.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 {
    margin-top: 14px;
    text-align: center;
    font-family: PingFang SC;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #3d3d3d;
    cursor: pointer
}

.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 {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.user-graphical .graphical-box .box-head .graphic-validation {
    width: 120px;
    height: 40px;
    background: #e6e6e6;
    border-radius: 2px;
    font-family: DIN-Medium;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #000
}

.user-graphical .graphical-box .box-head .Changeone {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #2274ee;
    cursor: pointer
}

.user-graphical .graphical-box .box-inp {
    padding-left: 14px;
    position: relative;
    width: 100%;
    height: 58px;
    background: #fff;
    border: 1px solid #767676;
    border-radius: 6px;
    display: flex;
    margin-top: 24px
}

.user-graphical .graphical-box .box-inp span {
    position: absolute;
    margin: 17px 0;
    transition: all .45s;
    pointer-events: none;
    font-family: PingFang SC;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #3d3d3d
}

.user-graphical .graphical-box .box-inp span.size10 {
    font-family: PingFang SC;
    font-size: 10px;
    line-height: 14px;
    display: flex;
    align-items: center;
    color: #3d3d3d;
    margin: 10px 0 17px
}

.user-graphical .graphical-box .box-inp input {
    width: 100%;
    flex: 1;
    height: 100%;
    font-size: 18px;
    color: #3d3d3d;
    border: none;
    box-shadow: none;
    outline: none;
    border-radius: 6px
}

.user-graphical .graphical-box .box-inp input.hei30 {
    height: 29px;
    margin-top: 26px
}

.user-graphical .graphical-box .box-bom {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 34px;
    width: 100%;
    height: 48px;
    background: #fafafa;
    border: .5px solid rgba(0, 0, 0, .05);
    border-radius: 6px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #ccc
}

.user-graphical .graphical-box .Clickable {
    cursor: pointer;
    background: #323947
}

.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 {
    margin-top: 30px;
    height: 58px;
    background: #fff;
    border: 1px solid #767676;
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
    position: relative
}

.user-sigin .sigin-box .sigin-con .phone-number .number-inp .country {
    height: 100%;
    padding-left: 18px;
    position: relative;
    cursor: pointer
}

.user-sigin .sigin-box .sigin-con .phone-number .number-inp .country ul {
    height: 100%;
    display: flex;
    align-items: center
}

.user-sigin .sigin-box .sigin-con .phone-number .number-inp .country ul li {
    font-family: DIN;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #3d3d3d;
    margin-right: 4px
}

.user-sigin .sigin-box .sigin-con .phone-number .number-inp .country ul li img {
    width: 28px;
    height: 18px;
    margin-right: 4px
}

.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 {
    position: relative;
    flex: 1;
    border-radius: 6px;
    overflow: hidden
}

.user-sigin .sigin-box .sigin-con .phone-number .number-inp .cell-phone span {
    position: absolute;
    margin: 17px 0;
    transition: all .45s;
    pointer-events: none;
    font-family: PingFang SC;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #3d3d3d
}

.user-sigin .sigin-box .sigin-con .phone-number .number-inp .cell-phone span.size10 {
    font-family: PingFang SC;
    font-size: 10px;
    line-height: 14px;
    display: flex;
    align-items: center;
    color: #3d3d3d;
    margin: 10px 0 17px
}

.user-sigin .sigin-box .sigin-con .phone-number .number-inp .cell-phone .phone-input {
    width: 100%;
    height: 100%;
    font-size: 18px;
    color: #3d3d3d;
    border: none;
    box-shadow: none;
    outline: none
}

.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 {
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 46px;
    cursor: pointer
}

.user-sigin .sigin-box .sigin-con .e-mail {
    margin-top: 30px;
    background: #fff
}

.user-sigin .sigin-box .sigin-con .e-mail .mail-phone {
    padding-left: 14px;
    position: relative;
    width: 100%;
    height: 58px;
    background: #fff;
    border: 1px solid #767676;
    border-radius: 6px;
    display: flex
}

.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 {
    position: absolute;
    margin: 17px 0;
    transition: all .45s;
    pointer-events: none;
    font-family: PingFang SC;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #3d3d3d
}

.user-sigin .sigin-box .sigin-con .e-mail .mail-phone span.size10 {
    font-family: PingFang SC;
    font-size: 10px;
    line-height: 14px;
    display: flex;
    align-items: center;
    color: #3d3d3d;
    margin: 10px 0 17px
}

.user-sigin .sigin-box .sigin-con .e-mail .mail-phone input {
    width: 100%;
    flex: 1;
    height: 100%;
    font-size: 18px;
    color: #3d3d3d;
    border: none;
    box-shadow: none;
    outline: none;
    border-radius: 6px
}

.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 {
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 20px
}

.user-sigin .sigin-box .sigin-con .e-mail .mail-forpassword {
    margin-top: 4px;
    cursor: pointer
}

.user-sigin .sigin-box .sigin-con .e-mail .mail-forpassword span {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #3d3d3d
}

.user-sigin .sigin-box .sigin-con .phone-step {
    height: 48px;
    background: #fafafa;
    border: .5px solid rgba(0, 0, 0, .05);
    border-radius: 6px;
    margin-top: 18px;
    display: block;
    position: relative
}

.user-sigin .sigin-box .sigin-con .phone-step span {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ccc;
    width: 100%;
    height: 100%;
    cursor: no-drop
}

.user-sigin .sigin-box .sigin-con .phone-step .loading {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    border: 2px solid #fff;
    border-top-color: rgba(0, 0, 0, .3);
    box-sizing: border-box;
    position: absolute;
    right: 20px;
    top: 31%;
    animation: loading 1.2s linear infinite;
    -webkit-animation: loading 1.2s linear infinite
}

.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 {
    display: flex;
    align-items: center
}

.user-dealer ul {
    flex-direction: column
}

.user-dealer ul li {
    width: 140px;
    height: 62px;
    margin-bottom: 20px;
    display: flex;
    align-items: center
}

.user-dealer ul li .l-icon {
    margin-right: 10px
}

.user-dealer ul li .r-icon h1 {
    font-family: DIN;
    font-weight: 500;
    font-size: 30px;
    line-height: 36px
}

.user-dealer ul li .r-icon h1,
.user-dealer ul li .r-icon span {
    font-style: normal;
    display: flex;
    align-items: center;
    color: #3d3d3d
}

.user-dealer ul li .r-icon span {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    width: 100px
}

.user-register .register-box .register-con .register-email {
    margin-top: 34px;
    background: #fff
}

.user-register .register-box .register-con .register-email .mail-inp {
    padding-left: 14px;
    position: relative;
    width: 100%;
    height: 58px;
    background: #fff;
    border: 1px solid #767676;
    border-radius: 6px;
    display: flex
}

.user-register .register-box .register-con .register-email .mail-inp span {
    position: absolute;
    margin: 17px 0;
    transition: all .45s;
    pointer-events: none;
    font-family: PingFang SC;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #3d3d3d
}

.user-register .register-box .register-con .register-email .mail-inp span.size10 {
    font-family: PingFang SC;
    font-size: 10px;
    line-height: 14px;
    display: flex;
    align-items: center;
    color: #3d3d3d;
    margin: 10px 0 17px
}

.user-register .register-box .register-con .register-email .mail-inp input {
    width: 100%;
    flex: 1;
    height: 100%;
    font-size: 18px;
    color: #3d3d3d;
    border: none;
    box-shadow: none;
    outline: none;
    border-radius: 6px
}

.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 {
    margin-top: 14px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #818181
}

.user-register .register-box .register-con .register-email .mail-agreement a {
    display: inline;
    color: #3d3d3d;
    font-weight: 600
}

.user-register .register-box .register-con .register-password {
    margin-top: 34px
}

.user-register .register-box .register-con .register-password .password-inp {
    padding-left: 14px;
    position: relative;
    width: 100%;
    height: 58px;
    background: #fff;
    border: 1px solid #767676;
    border-radius: 6px;
    display: flex
}

.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 {
    position: absolute;
    margin: 17px 0;
    transition: all .45s;
    pointer-events: none;
    font-family: PingFang SC;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #3d3d3d
}

.user-register .register-box .register-con .register-password .password-inp span.size10 {
    font-family: PingFang SC;
    font-size: 10px;
    line-height: 14px;
    display: flex;
    align-items: center;
    color: #3d3d3d;
    margin: 10px 0 17px
}

.user-register .register-box .register-con .register-password .password-inp input {
    width: 100%;
    flex: 1;
    height: 100%;
    font-size: 18px;
    color: #3d3d3d;
    border: none;
    box-shadow: none;
    outline: none;
    border-radius: 6px
}

.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 {
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

.user-register .register-box .register-con .register-password .error {
    font-size: 14px;
    color: #f95355
}

.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 {
    min-width: 140px;
    cursor: pointer;
    padding: 0 12px;
    height: 36px;
    border: 1px solid #767676;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.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 {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #3d3d3d
}

.user-register .register-box .register-con .register-information .nickname-inp {
    margin-top: 14px;
    padding-left: 14px;
    position: relative;
    width: 100%;
    height: 58px;
    background: #fff;
    border: 1px solid #767676;
    border-radius: 6px;
    display: flex
}

.user-register .register-box .register-con .register-information .nickname-inp span {
    position: absolute;
    margin: 17px 0;
    transition: all .45s;
    pointer-events: none;
    font-family: PingFang SC;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #3d3d3d
}

.user-register .register-box .register-con .register-information .nickname-inp span.size10 {
    font-family: PingFang SC;
    font-size: 10px;
    line-height: 14px;
    display: flex;
    align-items: center;
    color: #3d3d3d;
    margin: 10px 0 17px
}

.user-register .register-box .register-con .register-information .nickname-inp input {
    width: 100%;
    flex: 1;
    height: 100%;
    font-size: 18px;
    color: #3d3d3d;
    border: none;
    box-shadow: none;
    outline: none;
    border-radius: 6px
}

.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 {
    cursor: pointer;
    border: 1px solid hsla(0, 0%, 100%, 0);
    margin-right: 10px;
    margin-bottom: 10px;
    width: 112px;
    height: 128.66px;
    background: #f3f5f6;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative
}

.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 {
    margin-top: 20px;
    margin-bottom: 10px;
    width: 58px;
    height: 58px
}

.user-register .register-box .register-con .register-identity ul li span {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #292929
}

.user-register .register-box .register-con .register-phone .phone-inp {
    height: 58px;
    background: #fff;
    border: 1px solid #767676;
    border-radius: 6px;
    position: relative;
    display: flex;
    justify-content: space-between
}

.user-register .register-box .register-con .register-phone .phone-inp .country {
    height: 100%;
    padding-left: 18px;
    position: relative;
    cursor: pointer
}

.user-register .register-box .register-con .register-phone .phone-inp .country ul {
    height: 100%;
    display: flex;
    align-items: center
}

.user-register .register-box .register-con .register-phone .phone-inp .country ul li {
    font-family: DIN;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #3d3d3d;
    margin-right: 4px
}

.user-register .register-box .register-con .register-phone .phone-inp .country ul li img {
    width: 28px;
    height: 18px;
    margin-right: 4px
}

.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 {
    position: relative;
    flex: 1;
    border-radius: 6px;
    overflow: hidden
}

.user-register .register-box .register-con .register-phone .phone-inp .cell-phone span {
    position: absolute;
    margin: 17px 0;
    transition: all .45s;
    pointer-events: none;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #3d3d3d
}

.user-register .register-box .register-con .register-phone .phone-inp .cell-phone span.size10 {
    font-size: 10px;
    line-height: 14px;
    display: flex;
    align-items: center;
    color: #3d3d3d;
    margin: 10px 0 17px
}

.user-register .register-box .register-con .register-phone .phone-inp .cell-phone .phone-input {
    width: 100%;
    height: 100%;
    font-size: 18px;
    color: #3d3d3d;
    border: none;
    box-shadow: none;
    outline: none
}

.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 {
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 46px;
    cursor: pointer
}

.user-register .register-box .register-con .register-phone .error {
    font-size: 14px;
    color: #f95355
}

.user-register .register-box .register-con .register-phone .phone-agreement {
    margin-top: 14px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #818181
}

.user-register .register-box .register-con .register-step {
    height: 48px;
    background: #fafafa;
    border: .5px solid rgba(0, 0, 0, .05);
    border-radius: 6px;
    margin-top: 35px;
    display: block;
    position: relative
}

.user-register .register-box .register-con .register-step span {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ccc;
    width: 100%;
    height: 100%;
    cursor: no-drop
}

.user-register .register-box .register-con .register-step .loading {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    border: 2px solid #fff;
    border-top-color: rgba(0, 0, 0, .3);
    box-sizing: border-box;
    position: absolute;
    right: 20px;
    top: 31%;
    animation: loading 1.2s linear infinite;
    -webkit-animation: loading 1.2s linear infinite
}

.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 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .5) !important;
    z-index: 999 !important
}

.user-register .Simplepassword .password-box {
    width: 339px;
    background: #fff;
    box-shadow: 0 -16px 32px rgba(0, 0, 0, .05);
    border-radius: 16px;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 24px
}

.user-register .Simplepassword .password-box .close {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
    cursor: pointer;
    transition: all .85s
}

.user-register .Simplepassword .password-box .close:hover {
    transform: rotate(180deg)
}

.user-register .Simplepassword .password-box .password-head {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #3d3d3d;
    margin-bottom: 24px
}

.user-register .Simplepassword .password-box .password-inp {
    padding-left: 14px;
    position: relative;
    width: 100%;
    height: 58px;
    background: #fff;
    border: 1px solid #767676;
    border-radius: 6px;
    display: flex
}

.user-register .Simplepassword .password-box .password-inp:nth-child(2) {
    margin-top: 14px
}

.user-register .Simplepassword .password-box .password-inp span {
    position: absolute;
    margin: 17px 0;
    transition: all .45s;
    pointer-events: none;
    font-family: PingFang SC;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #3d3d3d
}

.user-register .Simplepassword .password-box .password-inp span.size10 {
    font-family: PingFang SC;
    font-size: 10px;
    line-height: 14px;
    display: flex;
    align-items: center;
    color: #3d3d3d;
    margin: 10px 0 17px
}

.user-register .Simplepassword .password-box .password-inp input {
    width: 100%;
    flex: 1;
    height: 100%;
    font-size: 18px;
    color: #3d3d3d;
    border: none;
    box-shadow: none;
    outline: none;
    border-radius: 6px
}

.user-register .Simplepassword .password-box .password-inp input.hei30 {
    height: 29px;
    margin-top: 26px
}

.user-register .Simplepassword .password-box .password-inp .open {
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

.user-register .Simplepassword .password-box .error {
    font-size: 14px;
    color: #f95355
}

.user-register .Simplepassword .password-box .register-step {
    height: 48px;
    background: #fafafa;
    border: .5px solid rgba(0, 0, 0, .05);
    border-radius: 6px;
    display: block;
    position: relative;
    width: 100%
}

.user-register .Simplepassword .password-box .register-step span {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ccc;
    width: 100%;
    height: 100%;
    cursor: no-drop
}

.user-register .Simplepassword .password-box .register-step .loading {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    border: 2px solid #fff;
    border-top-color: rgba(0, 0, 0, .3);
    box-sizing: border-box;
    position: absolute;
    right: 20px;
    top: 31%;
    animation: loading 1.2s linear infinite;
    -webkit-animation: loading 1.2s linear infinite
}

.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;
        width: 155px;
        height: 155px
    }

    .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 {
    font-size: 14px;
    color: #f95355;
    display: block;
    height: 25px;
    line-height: 25px
}

.user-reset .reset-box .reset-phone {
    margin-top: 34px
}

.user-reset .reset-box .reset-phone .phone-inp {
    height: 58px;
    background: #fff;
    border: 1px solid #767676;
    border-radius: 6px;
    position: relative;
    display: flex;
    justify-content: space-between
}

.user-reset .reset-box .reset-phone .phone-inp .country {
    height: 100%;
    padding-left: 18px;
    position: relative;
    cursor: pointer
}

.user-reset .reset-box .reset-phone .phone-inp .country ul {
    height: 100%;
    display: flex;
    align-items: center
}

.user-reset .reset-box .reset-phone .phone-inp .country ul li {
    font-family: DIN;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #3d3d3d;
    margin-right: 4px
}

.user-reset .reset-box .reset-phone .phone-inp .country ul li img {
    width: 28px;
    height: 18px;
    margin-right: 4px
}

.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 {
    position: relative;
    flex: 1;
    border-radius: 6px;
    overflow: hidden
}

.user-reset .reset-box .reset-phone .phone-inp .cell-phone span {
    position: absolute;
    margin: 17px 0;
    transition: all .45s;
    pointer-events: none;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #3d3d3d
}

.user-reset .reset-box .reset-phone .phone-inp .cell-phone span.size10 {
    font-size: 10px;
    line-height: 14px;
    display: flex;
    align-items: center;
    color: #3d3d3d;
    margin: 10px 0 17px
}

.user-reset .reset-box .reset-phone .phone-inp .cell-phone .phone-input {
    width: 100%;
    height: 100%;
    font-size: 18px;
    color: #3d3d3d;
    border: none;
    box-shadow: none;
    outline: none
}

.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 {
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 46px;
    cursor: pointer
}

.user-reset .reset-box .reset-phone .phone-inp .error {
    position: absolute;
    left: 0;
    top: 60px;
    font-size: 14px;
    color: #f95355
}

.user-reset .reset-box .reset-email {
    margin-top: 34px;
    background: #fff
}

.user-reset .reset-box .reset-email .mail-inp {
    padding-left: 14px;
    position: relative;
    width: 100%;
    height: 58px;
    background: #fff;
    border: 1px solid #767676;
    border-radius: 6px;
    display: flex
}

.user-reset .reset-box .reset-email .mail-inp span {
    position: absolute;
    margin: 17px 0;
    transition: all .45s;
    pointer-events: none;
    font-family: PingFang SC;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #3d3d3d
}

.user-reset .reset-box .reset-email .mail-inp span.size10 {
    font-family: PingFang SC;
    font-size: 10px;
    line-height: 14px;
    display: flex;
    align-items: center;
    color: #3d3d3d;
    margin: 10px 0 17px
}

.user-reset .reset-box .reset-email .mail-inp input {
    width: 100%;
    flex: 1;
    height: 100%;
    font-size: 18px;
    color: #3d3d3d;
    border: none;
    box-shadow: none;
    outline: none;
    border-radius: 6px
}

.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 {
    padding-left: 14px;
    position: relative;
    width: 100%;
    height: 58px;
    background: #fff;
    border: 1px solid #767676;
    border-radius: 6px;
    display: flex
}

.user-reset .reset-box .reset-password .password-inp:nth-child(2) {
    margin-top: 14px
}

.user-reset .reset-box .reset-password .password-inp span {
    position: absolute;
    margin: 17px 0;
    transition: all .45s;
    pointer-events: none;
    font-family: PingFang SC;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #3d3d3d
}

.user-reset .reset-box .reset-password .password-inp span.size10 {
    font-family: PingFang SC;
    font-size: 10px;
    line-height: 14px;
    display: flex;
    align-items: center;
    color: #3d3d3d;
    margin: 10px 0 17px
}

.user-reset .reset-box .reset-password .password-inp input {
    width: 100%;
    flex: 1;
    height: 100%;
    font-size: 18px;
    color: #3d3d3d;
    border: none;
    box-shadow: none;
    outline: none;
    border-radius: 6px
}

.user-reset .reset-box .reset-password .password-inp input.hei30 {
    height: 29px;
    margin-top: 26px
}

.user-reset .reset-box .reset-password .password-inp .open {
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

.user-reset .reset-box .reset-password .error {
    font-size: 14px;
    color: #f95355
}

.user-reset .reset-box .reset-step {
    height: 48px;
    background: #fafafa;
    border: .5px solid rgba(0, 0, 0, .05);
    border-radius: 6px;
    margin-top: 35px;
    display: block;
    position: relative
}

.user-reset .reset-box .reset-step span {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ccc;
    width: 100%;
    height: 100%;
    cursor: no-drop
}

.user-reset .reset-box .reset-step .loading {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    border: 2px solid #fff;
    border-top-color: rgba(0, 0, 0, .3);
    box-sizing: border-box;
    position: absolute;
    right: 20px;
    top: 31%;
    animation: loading 1.2s linear infinite;
    -webkit-animation: loading 1.2s linear infinite
}

@keyframes loading {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@-webkit-keyframes loading {
    0% {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-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
    }
}

.qr-code,
.user-qrcode {
    height: 100%;
    width: 100%
}

.user-qrcode {
    display: flex;
    justify-content: center;
    align-items: center
}

.user-qrcode .qrcode-box {
    padding: 0 10px
}

.user-qrcode .qrcode-box .scanning-login {
    display: flex;
    flex-direction: column;
    align-items: center
}

.user-qrcode .qrcode-box .scanning-login h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #3d3d3d
}

.user-qrcode .qrcode-box .scanning-login .qrcode-app {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 150px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    background-color: #fff
}

.user-qrcode .qrcode-box .scanning-login .qrcode-app .qr-code {
    width: 130px;
    height: 130px
}

.user-qrcode .qrcode-box .scanning-login .qrcode-app .qrcode-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 36px;
    height: 36px;
    display: flex;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    border-radius: 5px
}

.user-qrcode .qrcode-box .scanning-login .qrcode-app .qrcode-icon .qrcode-l {
    width: 30px;
    height: 30px
}

.user-qrcode .qrcode-box .scanning-login .qrcode-app .mantle-box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: hsla(0, 0%, 100%, .9);
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center
}

.user-qrcode .qrcode-box .scanning-login .qrcode-app .mantle-box .mantle-txt {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #000;
    text-align: center
}

.user-qrcode .qrcode-box .scanning-login .qrcode-app .mantle-box .mantle-en {
    line-height: 18px !important;
    font-size: 14px !important
}

.user-qrcode .qrcode-box .scanning-login .qrcode-app .mantle-box .refresh-btn {
    min-width: 88px;
    height: 36px;
    padding: 0 8px;
    background: #64696f;
    border-radius: 33px;
    font-size: 14px;
    color: #fff;
    margin-top: 14px
}

.user-qrcode .qrcode-box .scanning-login .qrcode-app .mantle-box .refresh-btn:hover {
    background: #393d41
}

.user-qrcode .qrcode-box .scanning-login .qrcode-app .iconfont {
    font-size: 40px;
    color: #08853a;
    border: 2px solid #08853a;
    border-radius: 50%;
    margin-bottom: 10px
}

.user-qrcode .qrcode-box .scanning-succeed {
    display: flex;
    flex-direction: column;
    align-items: center
}

.user-qrcode .qrcode-box .scanning-succeed img {
    margin-bottom: 12px
}

.user-qrcode .qrcode-box .scanning-succeed h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #3d3d3d;
    margin-bottom: 12px
}

.user-qrcode .qrcode-box .scanning-succeed p {
    margin-bottom: 12px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #3d3d3d
}

.user-qrcode .qrcode-box .scanning-succeed span {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #2274ee;
    cursor: pointer
}

.user-qrcode .qrcode-box .scanning-code {
    margin-top: 20px;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    text-align: center;
    color: #a3a3a3;
    word-break: break-all;
    width: 240px
}

.user-qrcode .qrcode-box .scanning-code span {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #a3a3a3
}

.user-qrcode .qrcode-box .scanning-code span a {
    color: #3d3d3d;
    cursor: pointer
}

.user-mpopup {
    width: 100%;
    height: 100%;
    position: relative
}

.user-mpopup .m-box {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 80vh;
    background-color: #fff;
    border-radius: 18px 18px 0 0
}

.user-mpopup .m-box .close {
    margin-top: 24px;
    margin-left: 20px;
    cursor: pointer;
    transition: all .85s
}

.user-mpopup .m-box .close span {
    font-size: 24px;
    color: #000
}

.user-mpopup .m-box .m-con {
    display: flex;
    flex-direction: column;
    align-items: center
}

.user-mpopup .m-box .m-con .con-tit {
    margin-top: 30px;
    text-align: center
}

.user-mpopup .m-box .m-con .con-tit h1 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    color: #3d3d3d
}

.user-mpopup .m-box .m-con .con-tit span {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #939393
}

.user-mpopup .m-box .m-con .login-mode {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.user-mpopup .m-box .m-con .login-mode ul {
    display: flex;
    flex-direction: column
}

.user-mpopup .m-box .m-con .login-mode ul li a {
    cursor: pointer;
    width: 279px;
    min-height: 44px;
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 6px;
    margin-bottom: 14px;
    display: flex;
    align-items: center
}

.user-mpopup .m-box .m-con .login-mode ul li a:hover {
    background-color: rgba(0, 0, 0, .03)
}

.user-mpopup .m-box .m-con .login-mode ul li a span {
    font-size: 20px;
    margin: 0 20px
}

.user-mpopup .m-box .m-con .login-mode ul li a img {
    width: 20px;
    height: 20px;
    margin: 0 20px
}

.user-mpopup .m-box .m-con .login-mode ul li a p {
    flex: 1;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #3d3d3d
}

.user-mpopup .m-box .m-con .login-mode .more {
    cursor: pointer;
    color: #000;
    font-size: 20px
}

.user-mpopup .m-box .m-con .login-mode .more:hover {
    color: #ccc
}

.user-mpopup .m-regulations {
    position: absolute;
    bottom: 85px;
    width: 100%;
    padding: 0 20px;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
    color: #a3a3a3
}

.user-mpopup .m-regulations a {
    color: #000;
    font-weight: 600
}

.user-mpopup .m-bom {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 72px;
    background: #f8f8f8;
    box-shadow: 0 -.5px 0 rgba(0, 0, 0, .1);
    display: flex;
    justify-content: center;
    padding-top: 14px
}

.user-mpopup .m-bom a {
    color: #2274ee
}

.login-center {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .5) !important;
    z-index: 2002 !important
}

.login-center .ar-input {
    padding-left: 0 !important;
    padding-right: 14px !important
}

@-webkit-keyframes slideInDown {
    0% {
        opacity: 0;
        transform: translateY(-50px)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        transform: translateY(-50px)
    }

    to {
        transform: translateY(0)
    }
}

.login-center .login-box {
    filter: drop-shadow(0 16px 48px rgba(0, 0, 0, .2));
    width: 746px;
    height: 564px;
    background-color: #fff;
    border-radius: 18px;
    display: flex;
    justify-content: space-between;
    position: relative;
    -webkit-animation: slideInDown 1s both;
    animation: slideInDown 1s both
}

.login-center .login-box .return {
    display: none
}

.login-center .login-box .close {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
    cursor: pointer;
    transition: all .85s
}

.login-center .login-box .close:hover {
    transform: rotate(180deg)
}

.login-center .login-box .login-l {
    padding: 40px 60px;
    flex: 1;
    height: 564px;
    position: relative
}

.login-center .login-box .login-r {
    position: relative;
    width: 270px;
    height: 100%;
    background: #f6f7f8;
    border-radius: 0 18px 18px 0
}

.login-center .login-m {
    display: none
}

@media screen and (max-width:799px) {
    .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 {
        display: none;
        width: 100%;
        height: 100%;
        border-radius: 0
    }

    .login-center .login-box .return {
        display: block;
        position: absolute;
        left: 10px;
        top: 10px;
        z-index: 1;
        cursor: pointer;
        font-size: 22px;
        color: #fff
    }

    .login-center .login-box .close {
        display: none
    }

    .login-center .login-box .login-l {
        padding: 0;
        flex: 1;
        position: relative
    }

    .login-center .login-box .login-r {
        display: none
    }

    .login-center .login-m {
        display: block;
        width: 100%;
        height: 100%
    }
}

html[dir=rtl] .login-center .login-box .login-r {
    border-radius: 18px 0 0 18px
}

.wiki-head {
    width: 100%;
    position: fixed;
    z-index: 2000
}

.wiki-head .primary-head .mobile-head-right .small-bridge,
.wiki-head .primary-navigation .invisible-nav .small-bridge {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    cursor: pointer
}

.wiki-head .primary-head .mobile-head-right .small-bridge span,
.wiki-head .primary-navigation .invisible-nav .small-bridge span {
    height: 2px;
    background: linear-gradient(180deg, #52170f, #874239);
    transition: all .3s;
    margin-bottom: 4px
}

.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 {
    width: 10px;
    margin-bottom: 0
}

.wiki-head .primary-head {
    background: #323947;
    position: relative
}

.wiki-head .primary-head .page-width {
    height: 82px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

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

.wiki-head .primary-head .head-left .fx-logo {
    height: 42px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-right: 12px;
    display: block
}

.wiki-head .primary-head .head-left .locate-country {
    width: 25px;
    height: 16px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-right: 8px
}

.wiki-head .primary-head .head-left .fx-describe {
    font-size: 16px;
    line-height: 22px;
    color: hsla(0, 0%, 100%, .3);
    transform: matrix(.99, 0, -.12, 1, 0, 0)
}

.wiki-head .primary-head .head-right {
    flex: 1;
    display: flex;
    justify-content: flex-end
}

.wiki-head .primary-head .head-right .seach-group {
    width: 40px;
    height: 40px;
    background: hsla(0, 0%, 100%, .05);
    border: 1px solid hsla(0, 0%, 100%, .1);
    border-radius: 50%;
    margin-left: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-shrink: 0
}

.wiki-head .primary-head .head-right .seach-group .iconfont {
    font-size: 20px;
    color: #fff
}

.wiki-head .primary-head .head-right .seach-group .nick {
    height: 100%;
    width: 100%;
    border-radius: 50%
}

.wiki-head .primary-head .head-right .seach-group .icon-personal-box {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.wiki-head .primary-head .head-right .seach-group .personal-box {
    padding: 8px;
    background: #292929;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 4px;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 1;
    transform: translateX(-100px)
}

.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 {
    display: flex;
    box-sizing: border-box
}

.wiki-head .primary-head .head-right .seach-group .personal-box .option-group a i {
    vertical-align: middle;
    margin-right: 4px;
    display: inline-block;
    width: 22px;
    height: 22px;
    background-image: url(//wasm.zy223.com/Contentgj/images/icon_personalSteeing.png);
    background-repeat: no-repeat
}

.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 {
    width: 100%;
    height: 48px;
    padding: 14px 24px;
    font-size: 14px;
    color: #fff
}

.wiki-head .primary-head .head-right .seach-group .personal-box .item-opt:hover {
    color: #ecc952;
    background: hsla(0, 0%, 100%, .05);
    cursor: pointer
}

.wiki-head .primary-head .head-right .seach-group-input {
    min-width: 259px;
    border-radius: 20px;
    justify-content: space-between;
    padding: 0 11px;
    width: auto
}

.wiki-head .primary-head .head-right .seach-group-input .seach-group-input-text {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: hsla(0, 0%, 100%, .24);
    padding-right: 10px
}

.wiki-head .primary-head .head-right .lang-group {
    height: 40px;
    padding: 0 10px;
    background: hsla(0, 0%, 100%, .05);
    border: 1px solid hsla(0, 0%, 100%, .1);
    border-radius: 2px;
    margin-left: 24px;
    display: flex;
    align-items: center;
    position: relative
}

.wiki-head .primary-head .head-right .lang-group .iconfont {
    font-size: 16px;
    color: #fff;
    transition: all .3s
}

.wiki-head .primary-head .head-right .lang-group .lang-txt {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    white-space: nowrap;
    margin: 0 8px
}

.wiki-head .primary-head .head-right .lang-group .country-option-box {
    width: 210px;
    padding: 8px;
    background: #292929;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 4px;
    position: absolute;
    top: 50px;
    right: 0;
    z-index: 1
}

.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 {
    display: block;
    box-sizing: border-box
}

.wiki-head .primary-head .head-right .lang-group .country-option-box .item-opt {
    width: 100%;
    height: 48px;
    padding: 14px 24px;
    font-size: 14px;
    color: #fff
}

.wiki-head .primary-head .head-right .lang-group .country-option-box .item-opt:hover {
    color: #ecc952;
    background: hsla(0, 0%, 100%, .05);
    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: "";
    width: 100%;
    height: 16px;
    position: absolute;
    top: -14px;
    left: 0
}

.wiki-head .primary-head .head-right .lang-group:hover,
.wiki-head .primary-head .head-right .seach-group:hover {
    background: hsla(0, 0%, 100%, .2);
    cursor: pointer
}

.wiki-head .primary-head .head-right .lang-group:hover .icon-arrow-up,
.wiki-head .primary-head .head-right .seach-group:hover .icon-arrow-up {
    transform: rotate(180deg)
}

.wiki-head .primary-head .head-right .cloud-download {
    height: 40px;
    padding: 0 16px;
    background: #fc6;
    border-radius: 2px;
    margin-left: 10px;
    display: flex;
    align-items: center
}

.wiki-head .primary-head .head-right .cloud-download .iconfont {
    font-size: 16px;
    color: #5c2016
}

.wiki-head .primary-head .head-right .cloud-download .app-txt {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #5c2016;
    margin-left: 8px;
    white-space: nowrap
}

.wiki-head .primary-head .head-right .cloud-download:hover {
    background: rgba(255, 204, 102, .8);
    cursor: pointer
}

.wiki-head .primary-head .mobile-head-right {
    align-items: center;
    position: absolute;
    right: 16px;
    display: none
}

.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 {
    display: block;
    cursor: pointer
}

.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 .shade {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 1
}

.wiki-head .primary-navigation {
    background: #fc6;
    position: relative
}

.wiki-head .primary-navigation .page-width {
    height: 50px;
    display: flex
}

.wiki-head .primary-navigation .item-nav {
    padding: 2px 12px;
    border-radius: 55px;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: #5c2016;
    margin-right: 28px;
    white-space: nowrap;
    display: flex;
    align-items: center
}

.wiki-head .primary-navigation .item-nav .iconfont {
    color: #5c2016;
    font-weight: 700;
    margin-left: 4px
}

.wiki-head .primary-navigation .item-nav .menu-index {
    transform: rotate(180deg)
}

.wiki-head .primary-navigation .active,
.wiki-head .primary-navigation .item-nav:hover {
    background: rgba(92, 32, 22, .12)
}

.wiki-head .primary-navigation .visible-nav {
    height: 100%;
    flex: 1;
    display: flex;
    align-items: center
}

.wiki-head .primary-navigation .visible-nav .item-nav-list {
    position: relative;
    height: 50px;
    display: flex;
    align-items: center;
    flex-shrink: 0
}

.wiki-head .primary-navigation .visible-nav .item-nav-list .nav-son {
    position: absolute;
    min-width: 142px;
    background: #fff;
    z-index: 3;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    filter: drop-shadow(0 8px 24px rgba(0, 0, 0, .1)) drop-shadow(0 16px 48px rgba(0, 0, 0, .1));
    border-radius: 0 0 6px 6px;
    padding: 16px 0;
    -webkit-animation: menuson .2s linear;
    animation: menuson .2s linear;
    overflow: hidden
}

.wiki-head .primary-navigation .visible-nav .item-nav-list .nav-son .nav-son-a {
    height: 48px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #3d3d3d;
    box-sizing: border-box;
    padding: 0 24px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    white-space: nowrap
}

.wiki-head .primary-navigation .visible-nav .item-nav-list .nav-son .nav-son-a:hover {
    background: rgba(0, 0, 0, .04)
}

@-webkit-keyframes menuson {
    0% {
        opacity: 0;
        padding: 0
    }

    to {
        opacity: 1;
        height: auto;
        padding: 16px 0
    }
}

.wiki-head .primary-navigation .invisible-nav {
    display: flex;
    justify-content: flex-end;
    position: relative;
    width: 50px
}

.wiki-head .primary-navigation .invisible-nav .fold-box {
    padding: 12px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .08);
    border-radius: 4px;
    position: absolute;
    top: 52px;
    left: 50%;
    transform: translateX(-70%);
    z-index: 2;
    display: none
}

.wiki-head .primary-navigation .invisible-nav .fold-box .item-nav {
    border-radius: 6px;
    margin-bottom: 5px;
    margin-right: 0;
    display: block
}

.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: "";
    width: 50px;
    height: 30px;
    position: absolute;
    top: 28px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer
}

.wiki-head .primary-navigation .invisible-nav-lower {
    display: none
}

.wiki-head .page-width {
    padding-right: 6px
}

@media screen and (max-width:1199px) {
    .wiki-head .page-width {
        padding: 0 30px
    }

    .wiki-head .primary-head .head-right .hunt-box .textbox button {
        min-width: 100px;
        font-size: 16px
    }

    .wiki-head .primary-head .head-right .hunt-box .real-width {
        width: 430px
    }

    .wiki-head .primary-head .head-right .seach-group-input {
        min-width: 203px
    }

    .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
    }
}

@media screen and (max-width:999px) {
    .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 {
        width: 350px;
        padding-left: 16px
    }

    .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 .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 .head-right,
    .wiki-head .primary-navigation {
        display: none
    }
}

.sides-lang-group,
.sides-nav-group {
    width: 100%;
    height: 100vh;
    background: hsla(0, 0%, 80%, .8);
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: flex-end;
    z-index: 9999;
    flex-direction: column
}

.sides-lang-group .sides-head,
.sides-nav-group .sides-head {
    background: #fff;
    width: 290px;
    height: 174px;
    box-sizing: border-box;
    padding: 44px 20px 0;
    box-shadow: inset 0 -.5px 0 rgba(0, 0, 0, .1)
}

.sides-lang-group .sides-head .sides-head-header,
.sides-nav-group .sides-head .sides-head-header {
    height: 44px;
    display: flex;
    align-items: center
}

.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 {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #292929
}

.sides-lang-group .sides-head .sides-head-login,
.sides-nav-group .sides-head .sides-head-login {
    width: 256px;
    height: 44px;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative
}

.sides-lang-group .sides-head .sides-head-login .no-login,
.sides-nav-group .sides-head .sides-head-login .no-login {
    display: flex;
    justify-content: center;
    align-items: 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 {
    height: 26px;
    width: 26px;
    border-radius: 13px
}

.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 {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #3d3d3d;
    padding: 0 8px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 130px
}

.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 {
    width: 290px;
    flex: 1;
    background: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
    transition: all .3s;
    padding-bottom: 112px
}

.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 {
    height: 56px;
    padding: 0 24px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.sides-lang-group .item-language .lang-txt,
.sides-nav-group .item-language .lang-txt {
    font-size: 14px;
    color: #3d3d3d
}

.sides-lang-group .item-language .icon-tick,
.sides-nav-group .item-language .icon-tick {
    width: 16px;
    height: 16px;
    background-image: url(https://wasm.zy223.com/web20/img/home/icon-tick.svg);
    background-repeat: no-repeat;
    display: none
}

.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;
    font-weight: 600;
    color: #323947;
    cursor: pointer
}

.sides-lang-group .side-son,
.sides-nav-group .side-son {
    padding-bottom: 18px;
    -webkit-animation: menuson .5s linear;
    animation: menuson .5s linear;
    overflow: hidden
}

.sides-lang-group .side-son a,
.sides-nav-group .side-son a {
    padding: 0 24px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #323947;
    width: 100%;
    margin-bottom: 18px;
    display: block
}

.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 {
    padding: 0 20px;
    cursor: pointer
}

.sides-nav-group .item-language .lang-txt {
    font-size: 16px;
    display: flex;
    height: 100%;
    align-items: center;
    width: 100%
}

.sides-nav-group .item-language:hover {
    background: #fff
}

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-right: 0;
    margin-left: 4px
}

@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 {
        right: auto;
        left: 0
    }

    html[dir=rtl] .wiki-head .primary-head .mobile-head-right .icon-global {
        margin: 0 20px
    }
}

.footer-links {
    width: 100%;
    border: none
}

.footer-links .footer-links-container {
    width: 1200px;
    padding: 18px 0;
    margin: 0 auto
}

.footer-links .footer-links-container .title {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    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 {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    white-space: nowrap;
    height: 24px;
    color: hsla(0, 0%, 100%, .3);
    display: flex;
    align-items: center
}

.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 10px
    }

    .footer-links .footer-links-container {
        width: 100%;
        padding: 0 16px
    }

    .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 {
    z-index: 2089;
    width: 100%;
    min-height: 68px;
    padding: 18px 16px 18px 6px;
    background: #fc6;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    display: none
}

.mobile-bottom-fixed .icon-close {
    padding: 6px 10px;
    font-size: 18px;
    color: #50160e;
    font-weight: 600;
    cursor: pointer
}

.mobile-bottom-fixed .blockchain-txt {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #50160e;
    margin: 0 8px;
    flex: 1
}

.mobile-bottom-fixed .download-btn {
    min-width: 64px;
    padding: 6px;
    background: #50160e;
    border-radius: 4px;
    font-size: 12px;
    line-height: 17px;
    color: #fff;
    text-align: center;
    box-sizing: border-box
}

.space-reserve {
    height: 68px;
    display: none
}

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

    .mobile-bottom-fixed,
    .space-reserve {
        display: flex
    }
}

.risk-warning .risk-warning-dialog {
    width: 724px;
    padding: 35px;
    background: #fff
}

.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 {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #3d3d3d;
    margin-bottom: 41px
}

.risk-warning .risk-warning-dialog .el-dialog__body .title span {
    display: inline-block;
    width: 6px;
    height: 16px;
    background: #eeb822;
    border-radius: 1px;
    margin-right: 12px
}

.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;
    padding-left: 15px;
    position: relative;
    margin-bottom: 15px;
    line-height: 20px
}

.risk-warning .risk-warning-dialog .el-dialog__body .text p:before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 6px;
    background-color: #3d3d3d
}

.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 {
    padding: 10px 30px;
    background: rgba(50, 57, 71, .9);
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    cursor: pointer
}

.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 {
        width: 80%;
        padding: 16px 10px
    }

    .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-right: 0;
    margin-left: 12px
}

.wiki-foot {
    background: #323947;
    position: relative
}

.wiki-foot .country-group {
    padding: 18px 0;
    border-bottom: 1px solid hsla(0, 0%, 100%, .2);
    display: flex;
    align-items: center
}

.wiki-foot .country-group .choice-txt {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    margin-right: 16px
}

.wiki-foot .country-group .entire-box {
    width: 100%;
    padding: 28px 0 16px;
    background: #fff;
    position: absolute;
    bottom: 100%;
    left: 0;
    display: none;
    z-index: 12
}

.wiki-foot .country-group .entire-box .search-box {
    display: flex
}

.wiki-foot .country-group .entire-box .search-box .my-location {
    display: flex;
    align-items: center
}

.wiki-foot .country-group .entire-box .search-box .my-location .nation-info {
    margin-left: 16px;
    display: flex;
    align-items: center;
    cursor: pointer
}

.wiki-foot .country-group .entire-box .search-box .my-location .nation-flag {
    width: 36px;
    height: 24px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-right: 12px
}

.wiki-foot .country-group .entire-box .search-box .my-location .nation-name {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #3d3d3d;
    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 {
    width: 318px;
    height: 48px;
    line-height: 48px;
    padding: 0 50px 0 8px;
    border: 1px solid #e6e6e6;
    background-image: url(https://osshead.interface003.com/headfoot/Content/images/head_foot_search.png);
    background-repeat: no-repeat;
    background-position: 270px 11px;
    background-size: 25px 25px;
    font-size: 16px
}

.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 {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    border: 1px solid #ededed;
    background: #fff;
    z-index: 12;
    max-height: 200px;
    overflow: auto
}

.wiki-foot .country-group .entire-box .search-box .my-input .my-input-list li {
    height: 40px;
    box-sizing: border-box;
    padding: 0 10px;
    display: flex;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer
}

.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 {
    padding-left: 10px;
    overflow: hidden;
    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;
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap
}

.wiki-foot .country-group .entire-box .nation-list .item-country {
    width: 184px;
    height: 44px;
    border-radius: 3px;
    margin: 10px 15px 0 0;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative
}

.wiki-foot .country-group .entire-box .nation-list .item-country .item-flag {
    width: 34px;
    height: 22px;
    background-image: url(https://osshead.interface003.com/headfoot/Content/images/flags_bg.png);
    background-repeat: no-repeat;
    border-radius: 3px;
    margin: 0 10px 0 12px
}

.wiki-foot .country-group .entire-box .nation-list .item-country .item-name {
    width: 128px;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap
}

.wiki-foot .country-group .entire-box .nation-list .item-country .item-url {
    font-size: 12px;
    color: #ccc
}

.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 {
    width: 13px;
    height: 12px;
    border-radius: 50px;
    background: url(https://osshead.interface003.com/headfoot/Content/images/cuy_radio.svg) no-repeat 100%;
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 12
}

.wiki-foot .country-group .entire-box:after {
    content: "";
    width: 100%;
    height: 25px;
    display: block;
    position: absolute;
    bottom: -25px;
    z-index: 12
}

.wiki-foot .country-group .current-country {
    height: 32px;
    padding: 0 8px 0 16px;
    background: hsla(0, 0%, 100%, .05);
    border: 1px solid hsla(0, 0%, 100%, .05);
    border-radius: 2px;
    position: relative;
    display: flex;
    align-items: center
}

.wiki-foot .country-group .current-country .current-flag {
    width: 21px;
    height: 14px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-right: 6px
}

.wiki-foot .country-group .current-country .current-designation {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    white-space: nowrap
}

.wiki-foot .country-group .current-country .arrow-up {
    width: 14px;
    height: 14px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-left: 26px;
    transform: rotate(180deg);
    transition: all .3s
}

.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 .selection-box:hover .entire-box {
    display: block
}

.wiki-foot .country-group .icon-delete {
    width: 16px;
    height: 16px;
    border: 1px solid #5b99e2;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 12px;
    left: -9px;
    color: #fff;
    font-size: 10px;
    background: #3f4c64
}

.wiki-foot .country-group .icon-delete:hover {
    background-position: 0 -102px;
    cursor: pointer;
    background: #5b99e2
}

.wiki-foot .country-group .obey-txt {
    font-size: 12px;
    line-height: 17px;
    color: hsla(0, 0%, 100%, .2);
    margin-left: 10px
}

.wiki-foot .page-width {
    position: relative
}

.wiki-foot .page-width .foot-lxwm {
    position: absolute;
    width: 250px;
    background: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, .16);
    right: -50px;
    top: -100px;
    padding: 30px;
    box-sizing: border-box;
    z-index: 12
}

.wiki-foot .page-width .foot-lxwm .foot-lxwm-a,
.wiki-foot .page-width .foot-lxwm .foot-lxwm-p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #000
}

.wiki-foot .page-width .foot-lxwm .foot-lxwm-a {
    width: 190px;
    height: 46px;
    background: #ecc952;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 22px
}

@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 {
        width: 30px;
        height: 20px;
        margin-right: 8px
    }

    .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 {
        width: 280px;
        height: 40px;
        line-height: 40px;
        padding-right: 45px;
        background-position: 240px 10px;
        background-size: 20px 20px;
        font-size: 14px
    }

    .wiki-foot .country-group .entire-box .nation-list {
        margin-top: 18px
    }

    .wiki-foot .country-group .entire-box .nation-list .item-country {
        width: 140px;
        height: 40px;
        margin: 10px 10px 0 0
    }

    .wiki-foot .country-group .entire-box .nation-list .item-country .item-flag {
        transform: scale(.8);
        transform-origin: left;
        margin: 0 0 0 8px
    }

    .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 {
        top: 6px;
        right: 2px
    }
}

@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 {
        width: 27px;
        height: 18px;
        margin-right: 6px
    }

    .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 {
        width: 260px;
        height: 36px;
        line-height: 36px;
        padding-right: 32px;
        background-position: 230px 9px;
        background-size: 18px 18px;
        font-size: 12px
    }

    .wiki-foot .country-group .entire-box .nation-list {
        margin-top: 14px
    }

    .wiki-foot .country-group .entire-box .nation-list .item-country {
        width: 136px;
        height: 36px;
        margin: 8px 8px 0 0
    }

    .wiki-foot .country-group .entire-box .nation-list .item-country .item-flag {
        transform: scale(.7);
        margin: 0 0 0 6px
    }

    .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 {
        top: 5px;
        right: 2px
    }
}

.mobile-wiki-foot {
    position: relative;
    display: none
}

.mobile-wiki-foot .nation-list {
    width: 100%;
    height: 330px;
    background: #fff;
    overflow-y: scroll;
    border-radius: 16px 16px 0 0;
    position: absolute;
    bottom: 100%;
    left: 0;
    z-index: 12
}

.mobile-wiki-foot .nation-list .item-flag {
    width: 34px;
    height: 22px;
    background-image: url(https://osshead.interface003.com/headfoot/Content/images/flags_bg.png);
    background-repeat: no-repeat;
    border-radius: 3px
}

.mobile-wiki-foot .nation-list .item-name {
    font-size: 14px;
    line-height: 20px;
    color: #3d3d3d;
    margin-left: 8px;
    flex: 1
}

.mobile-wiki-foot .nation-list .icon-tick {
    width: 16px;
    height: 16px;
    background-image: url(https://wasm.zy223.com/web20/img/home/icon-tick.svg);
    background-repeat: no-repeat;
    display: none
}

.mobile-wiki-foot .nation-list .item-country {
    padding: 18px 24px;
    box-shadow: inset 0 -.5px 0 #f2f2f2;
    display: flex;
    align-items: center;
    cursor: pointer
}

.mobile-wiki-foot .nation-list .item-country.selected .item-name,
.mobile-wiki-foot .nation-list .item-country:hover .item-name {
    font-weight: 600;
    color: #323947
}

.mobile-wiki-foot .nation-list .item-country.selected .icon-tick {
    display: block
}

.mobile-wiki-foot .foot-contain {
    padding: 0 16px;
    background: #2d3340;
    position: relative
}

.mobile-wiki-foot .country-group {
    padding: 18px 0 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.mobile-wiki-foot .country-group .selection-group {
    position: relative
}

.mobile-wiki-foot .country-group .selection-box {
    min-width: 120px;
    height: 32px;
    padding: 0 8px;
    background: hsla(0, 0%, 100%, .05);
    border: 1px solid hsla(0, 0%, 100%, .05);
    border-radius: 2px;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer
}

.mobile-wiki-foot .country-group .selection-box .current-flag {
    width: 21px;
    height: 14px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-right: 6px
}

.mobile-wiki-foot .country-group .selection-box .current-designation {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    flex: 1
}

.mobile-wiki-foot .country-group .selection-box .arrow-up {
    width: 14px;
    height: 14px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-left: 6px;
    transform: rotate(180deg);
    transition: all .3s
}

.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 {
    width: 16px;
    height: 16px;
    border: 1px solid #5b99e2;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 22px;
    right: -6px;
    color: #fff;
    font-size: 10px;
    background: #3f4c64;
    z-index: 12
}

.mobile-wiki-foot .country-group .icon-delete:hover {
    background-position: 0 -102px;
    cursor: pointer;
    background: #5b99e2
}

.mobile-wiki-foot .country-group .bottom-logo {
    height: 28px;
    display: block
}

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

    .mobile-wiki-foot {
        display: block
    }

    .mobile-bottom-fixed {
        display: flex
    }
}

html[dir=rtl] .wiki-foot .country-group .icon-delete {
    left: 7px
}

html[dir=rtl] .wiki-foot .country-group .current-country .current-flag {
    margin-right: 0;
    margin-left: 6px
}

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-right: 0;
    margin-left: 16px
}

html[dir=rtl] .wiki-foot .country-group .entire-box .search-box .my-location .nation-flag {
    margin-right: 0;
    margin-left: 12px
}

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
}

.information-group {
    padding: 18px 0 40px
}

.information-group .links-box {
    padding: 16px 0 20px;
    display: flex
}

.information-group .links-box .single-link {
    font-size: 14px;
    line-height: 20px;
    color: #fff
}

.information-group .links-box .single-link:hover {
    color: #f4c830
}

.information-group .links-box .segment {
    padding: 0 6px;
    color: hsla(0, 0%, 100%, .1);
    display: inline-block;
    font-style: inherit
}

.information-group .links-box .segment:last-child {
    display: none
}

.information-group .website-box {
    font-size: 14px;
    line-height: 24px;
    color: hsla(0, 0%, 100%, .3)
}

.information-group .bottom-logo {
    height: 50px
}

.foot-contain .links-box {
    padding: 20px 0;
    border-top: 1px solid hsla(0, 0%, 100%, .2)
}

.foot-contain .links-box .single-link {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    display: inline-block;
    margin-bottom: 20px
}

.foot-contain .links-box .single-link:hover {
    color: #f4c830
}

.foot-contain .links-box .segment {
    padding: 0 8px;
    color: hsla(0, 0%, 100%, .1);
    display: inline-block;
    font-style: inherit
}

.foot-contain .links-box .segment:last-child {
    display: none
}

.chrome_down {
    position: fixed;
    top: 0;
    z-index: 2001;
    width: 100%;
    height: 40px;
    background: url(https://wasm.zy223.com/web20/img/home/chromePlugin.svg) no-repeat;
    background-size: cover;
    cursor: pointer
}

.chrome_ctx {
    height: 100%;
    width: 1200px;
    margin: 0 auto;
    justify-content: flex-end
}

.chrome_ctx,
.chrome_tips {
    display: flex;
    align-items: center
}

.chrome_tips {
    margin: 0 290px 0 190px
}

.chrome_tips img {
    margin-right: 10px;
    width: 32px;
    height: 32px
}

.chrome_btn {
    width: 24px;
    height: 24px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.chrome_btn:hover i {
    color: #000
}

.chrome_btn i {
    font-weight: 600;
    font-size: 18px
}

@media screen and (max-width:1199px) {
    .chrome_ctx {
        width: 940px
    }
}

@media screen and (max-width:999px) {
    .chrome_ctx {
        width: 760px;
        justify-content: space-between
    }

    .chrome_ctx .chrome_tips {
        margin: 0
    }
}

html[dir=rtl] .chrome_tips img {
    margin-right: unset;
    margin-left: 10px
}

.head-mask {
    height: 132px
}

.mobile-mask {
    width: 100%;
    height: calc(100% - 60px);
    background: hsla(0, 0%, 80%, .8);
    position: absolute;
    top: 60px;
    left: 0
}

@media screen and (max-width:799px) {
    .head-mask {
        height: 60px
    }
}

.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 {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, .3);
    z-index: 9999
}

.wiki-container .login_modele #iframe {
    height: 100%;
    width: 100%
}

input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
    -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
    -webkit-text-fill-color: #000;
    -webkit-transition-delay: 99999s;
    -webkit-transition: color 99999s ease-out, background-color 99999s ease-out
}

.el-message,
.el-message .el-message--error {
    z-index: 99999 !important
}