:root {
    font-family: Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;
    line-height: 1.5;
    font-weight: 400;
    color-scheme: light dark;
    color: #ffffffde;
    background-color: #242424;
    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%
}

a {
    font-weight: 500;
    text-decoration: inherit
}

a:hover {
    color: #0569ff
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

ul,li {
    list-style: none
}

body {
    margin: 0;
    display: flex;
    place-items: center;
    min-width: 320px;
    min-height: 100vh;
    font-family: PingFang SC;
    color: #1c1f24;
    background-color: #1c1f24
}

html,body {
    width: 100%
}

#app {
    width: 100%;
    min-height: 100vh
}

h1 {
    font-size: 3.2em;
    line-height: 1.1
}

button {
    border-radius: 8px;
    border: .026667rem solid transparent;
    padding: .6em 1.2em;
    font-size: 1em;
    font-weight: 500;
    font-family: inherit;
    background-color: #1a1a1a;
    cursor: pointer;
    transition: border-color .25s
}

button:hover {
    border-color: #0569ff
}

button:focus,button:focus-visible {
    outline: 4px auto -webkit-focus-ring-color
}

.card {
    padding: 2em
}

@media (prefers-color-scheme: light) {
    :root {
        color:#213547;
        background-color: #fff
    }

    a:hover {
        color: #0569ff
    }

    button {
        background-color: #f9f9f9
    }
}

.qrcode {
    width: 212px;
    height: 252px;
    padding: 20px 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    z-index: 999;
    position: absolute;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #F5F5F5;
    box-shadow: 0 8px 10px -5px #abbed114,0 16px 24px 2px #abbed10a,0 6px 30px 5px #abbed10d
}

.qrcode p:nth-child(1) {
    font-weight: 600;
    height: 22px;
    line-height: 22px
}

.qrcode p:nth-child(3) {
    display: flex;
    align-items: center;
    cursor: pointer
}

.qrcode p:nth-child(3) span {
    font-weight: 600;
    line-height: 14px;
    font-size: 14px;
    color: #0569ff
}

.qrcode p:nth-child(3) img {
    width: 14px;
    height: 14px;
    margin-left: 4px
}

.qrcode .text_show {
    height: 12px
}

.qrcode canvas {
    width: 140px!important;
    height: 140px!important
}

.header {
    width: 100%;
    height: 80px;
    background: #1c1f24;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0 344px;
    z-index: 999
}
.header .container{
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	background: #1c1f24;
}

.header .left,
.header .right {
    display: flex;
    align-items: center
}
.header .right{
	margin-left: auto;
}

.header .left img {
    width: 123px;
    height: 32px;
    margin-right: 24px;
    cursor: pointer
}

.header .left .text a {
    color: #fff9;
    padding: 5px 12px;
    margin-right: 8px;
    cursor: pointer
}

.header .left .text a:last-child {
    margin-right: 0
}

.header .left .text a:hover {
    color: #0569ff;
    transition: all .5s ease
}

.header .right .icon {
    height: 100%;
    display: flex;
    padding: 8px;
    align-items: center;
    position: relative
}

.header .right .icon img {
    width: 20px;
    height: 20px;
    cursor: pointer
}
.mobile-menu{
	width: 30px;
	height: 30px;
	display: flex;
	font-size: 0;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 22px;
	background-image: url(../images/menu.png);
}
.mobile-menu.active{
	background-image: url(../images/close.png);
}
.mobile-menu img{
	width: 22px;
	height: 22px;
}

.m_header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 1.706667rem;
    padding: 0 .426667rem;
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #1c1f24
}

.m_header .m_header_logo {
    width: 3.306667rem;
    height: .853333rem
}

.m_header .m_header_menu img {
    width: .853333rem;
    height: .853333rem
}

.m_header .m_header_menu img.active {
    transform: rotate(90deg);
    transition: transform .2s linear
}

.m_menu_list .van-overlay {
    margin-top: 1.706667rem
}

.m_menu_list .van-popup {
    top: 1.706667rem;
    height: 8rem;
    background-color: #1c1f24
}

.m_menu_list .van-popup ul {
    height: 8rem;
    padding: 0 .426667rem
}

.m_menu_list .van-popup li {
    height: 1.333333rem;
    padding: .32rem .426667rem;
    color: #fff;
    font-size: .426667rem;
    display: flex;
    align-items: center
}

.pc_nav {
    position: fixed;
    right: 240px;
    bottom: 160px;
    z-index: 1000
}

.pc_nav>div {
    width: 100%;
    padding-left: 12px
}

.pc_nav .backtop {
    background: url(../images/up.png) no-repeat;
    background-size: 24px;
    background-position: center
}

.pc_nav .backtop:hover {
    background: url(../images/up-w.png) no-repeat;
    background-size: 24px;
    background-position: center
}

.pc_nav .qr_code {
    background: url(../images/code.png) no-repeat;
    background-size: 24px;
    background-position: center
}

.pc_nav .qr_code:hover {
    background: url(../images/code-w.png) no-repeat;
    background-size: 24px;
    background-position: center
}

.pc_nav .chat {
    background: url(../images/chat.png) no-repeat;
    background-size: 24px;
    background-position: center
}

.pc_nav .chat:hover {
    background: url(../images/chat-w.png) no-repeat;
    background-size: 24px;
    background-position: center
}

.pc_nav .telegram {
    background: url(../images/tgs.png) no-repeat;
    background-size: 24px;
    background-position: center
}

.pc_nav .telegram:hover {
    background: url(../images/tgs-w.png) no-repeat;
    background-size: 24px;
    background-position: center
}

.pc_nav .icon {
    width: 48px;
    height: 48px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 32px;
    padding: 8px;
    cursor: pointer
}

.pc_nav .icon:hover {
    background-color: #0569ff
}

.m_nav {
    position: fixed;
    right: 16px;
    bottom: 80px;
    z-index: 1000
}

.m_nav>div {
    width: 100%;
    padding-left: 12px
}

.m_nav .backtop {
    background: url(../images/up.png) no-repeat;
    background-size: 24px;
    background-position: center
}

.m_nav .backtop:hover {
    background: url(../images/up-w.png) no-repeat;
    background-size: 24px;
    background-position: center
}

.m_nav .chat {
    background: url(../images/chat.png) no-repeat;
    background-size: 24px;
    background-position: center
}

.m_nav .chat:hover {
    background: url(../images/chat-w.png) no-repeat;
    background-size: 24px;
    background-position: center
}

.m_nav .icon {
    width: 48px;
    height: 48px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 32px;
    padding: 8px;
    cursor: pointer
}

.m_nav .icon:hover {
    background-color: #0569ff
}

.footer {
    width: 100%;
    color: #fff9
}

.footer_top {
    padding: 120px 0;
    background-color: #1c1f24
}

.footer_top_logo {
    margin-bottom: 62px
}

.footer_top_logo img {
    width: 123px;
    height: 32px
}

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

.footer_top_nav li {
    /* width: 140px */
}

.footer_top_nav li p:first-child {
    color: #fff;
    font-weight: 600
}

.footer_top_nav li p:nth-child(2) {
    margin-top: 32px;
    cursor: pointer
}

.footer_top_nav li p a {
    color: #fff9
}

.footer_top_nav li:first-child {
    width: 180px
}

.footer_top_nav li:first-child .icon {
    display: flex;
    margin-top: 40px
}

.footer_top_nav li:first-child .icon img {
    width: 20px;
    height: 20px;
    margin-right: 16px;
    cursor: pointer
}
.social-icons{
    margin-top: 16px;
}
.social-icons img{
    width: 20px;
    height: 20px;
    margin: 0 8px;
    cursor: pointer
}

.footer_top_nav li:first-child .icon img:last-child {
    margin-right: 0
}

.footer_top_nav li:last-child {
    width: 300px
}

.footer_top_nav li:last-child p:nth-child(2) {
    margin-top: 14px
}

.footer_top_nav li:last-child img {
    width: 135px;
    height: 40px;
    margin-top: 16px;
    cursor: pointer
}

.footer_bottom {
    padding: 22px 0;
    background-color: #000;
    text-align: center
}

.footer_bottom span {
    color: #fff
}

.m_footer_top {
    padding: 1.386667rem .426667rem
}

.m_footer_top_logo img {
    width: 3.306667rem;
    height: .853333rem
}

.m_footer_top_nav {
    color: #fff
}

.m_footer_top_nav_connect {
    margin-top: .96rem
}

.m_footer_top_nav_connect p {
    font-size: .426667rem;
    line-height: .426667rem
}

.m_footer_top_nav_connect p:nth-child(1) {
    font-weight: 600
}

.m_footer_top_nav_connect p:nth-child(2) {
    margin: .533333rem 0 .853333rem
}

.m_footer_top_nav_connect .icon {
    height: 1.066667rem;
    display: flex;
    align-items: center
}

.m_footer_top_nav_connect .icon img {
    width: .64rem;
    height: .64rem;
    margin-right: .533333rem
}

.m_footer_top_nav_flex {
    display: flex;
    align-items: flex-start;
    margin-top: 1.066667rem
}

.m_footer_top_nav_flex li {
    flex: 1
}

.m_footer_top_nav_flex li p {
    height: .746667rem;
    display: flex;
    align-items: center;
    font-size: .426667rem;
    font-weight: 600;
    line-height: .426667rem
}

.m_footer_top_nav_flex li p:nth-child(2) {
    font-weight: 400;
    margin-top: .533333rem;
    color: #fff9
}

.m_footer_top_nav_flex li .vertical {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: .533333rem
}

.m_footer_top_nav_flex li .vertical img {
    width: 4.266667rem;
    height: 1.2rem;
    margin-top: .426667rem
}

.m_footer_top_nav_flex li .vertical img:first-child {
    margin-top: 0
}

.m_footer_bottom {
    height: 1.92rem;
    background: #121212;
    padding: .586667rem .426667rem;
    text-align: center;
    color: #fff;
    font-size: .373333rem;
    display: flex;
    align-items: center;
    justify-content: center
}

.pc_nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 60px;
    position: fixed;
    right: 240px;
    bottom: 160px;
    z-index: 1000
}

.pc_nav>div {
    width: 100%;
    padding-left: 12px
}

.pc_nav .backtop {
    background: url(../images/up.png) no-repeat;
    background-size: 24px;
    background-position: center
}

.pc_nav .backtop:hover {
    background: url(../images/up-w.png) no-repeat;
    background-size: 24px;
    background-position: center
}

.pc_nav .qr_code {
    background: url(../images/code.png) no-repeat;
    background-size: 24px;
    background-position: center
}

.pc_nav .qr_code:hover {
    background: url(../images/code-w.png) no-repeat;
    background-size: 24px;
    background-position: center
}

.pc_nav .chat {
    background: url(../images/chat.png) no-repeat;
    background-size: 24px;
    background-position: center
}

.pc_nav .chat:hover {
    background: url(../images/chat-w.png) no-repeat;
    background-size: 24px;
    background-position: center
}

.pc_nav .icon {
    width: 48px;
    height: 48px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 32px;
    padding: 8px;
    cursor: pointer
}

.pc_nav .icon:hover {
    background-color: #0569ff
}

.page {
    width: 100%;
    margin-top: 80px
}

body {
    font-size: 14px
}

.about_top {
    padding: 100px 400px 164px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.about_top img {
    width: 280px;
    height: 58px;
    margin-bottom: 34px
}

.about_top p {
    font-size: 20px;
    color: #fff;
    margin-top: 32px;
    line-height: 32px;
    text-align: center
}

.about_li {
    color: #fff;
    padding: 0 240px;
    display: flex;
    background: #16191D;
    justify-content: space-between
}

.about_li li {
    flex: 1;
    padding: 88px 40px 36px;
    position: relative
}

.about_li li p:nth-child(1) {
    height: 136px;
    position: relative;
    margin-bottom: 24px
}

.about_li li p:nth-child(1) img {
    width: 124px;
    height: 120px;
    position: absolute;
    top: 0;
    left: 0
}

.about_li li p:nth-child(1) span {
    height: 88px;
    display: inline-block;
    font-weight: 600;
    font-size: 36px;
    line-height: 88px
}

.about_li li p:nth-child(2) {
    font-size: 16px;
    line-height: 28px;
    height: 192px
}

.about_li li.active {
    background-color: #fff;
    color: #1c1f24
}

.about_li li.active:after {
    content: "";
    width: 100%;
    height: 15px;
    background-color: #0569ff;
    position: absolute;
    top: 0;
    left: 0
}

.about_card {
    padding: 120px 400px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.about_card_left {
    width: 400px
}

.about_card_left p:first-child {
    font-size: 36px;
    font-weight: 600;
    line-height: 52px;
    margin-bottom: 40px
}

.about_card_left p:nth-child(2) {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 32px
}

.about_card_right img {
    width: 428px;
    height: 436px
}

.about_cost {
    padding: 80px 400px 0;
    background-color: #16191d;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.about_cost_left {
    width: 400px;
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    line-height: 28px
}

.about_cost_left p:nth-child(2) {
    font-size: 36px;
    line-height: 36px;
    margin: 20px 0
}

.about_cost_left p:last-child {
    margin-top: 40px;
    font-size: 16px;
    font-weight: 600
}

.about_cost_right {
    padding: 0 44px
}

.about_cost_right img {
    width: 340px;
    height: 472px
}


.banner {
    height: 728px;
    display: flex;
    padding: 0 340px;
    align-items: center;
    justify-content: space-between;
    background: url(../images/bg-black-ae9638aa.png) no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative
}

.banner:after {
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/bg-9864d536.png) no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5
}

.banner-left {
    width: 560px;
    position: relative;
    z-index: 20
}

.banner-left .title {
    font-size: 48px;
    font-weight: 600;
    line-height: 72px;
    color: #fff
}

.banner-left .tips {
    color: #fff;
    margin: 40px 0 20px
}

.banner-left .tips span {
    font-size: 28px;
    margin-right: 20px;
    font-weight: 600
}

.banner-left .rgba {
    color: #fff9
}

.banner-left .bottom {
    display: flex;
    margin-top: 48px;
    position: relative
}

.banner-left .bottom img {
    width: 132px;
    height: 40px;
    margin-right: 20px;
    cursor: pointer
}

.banner-left .bottom img.qr_code {
    width: 40px;
    height: 40px
}

.banner-phone {
    width: 428px;
    height: 588px
}

.container{
	max-width: 1090px;
	margin-left: auto;
	margin-right: auto;
}


.operation {
    padding: 60px 0 232px;
    margin-top: -60px;
    border-radius: 10px 10px 0 0;
    position: relative;
    background-color: #fff
}

.operation .title {
    text-align: center;
    font-weight: 600;
    font-size: 48px
}

.operation .line {
    width: 48px;
    height: 3px;
    background-color: #0569ff;
    margin: 30px auto 60px
}

.operation .ope {
    width: 100%;
    padding: 24px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 2px 4px -1px #abbed11f,0 4px 5px #abbed114,0 1px 10px #abbed10d
}

.operation .ope li {
    padding: 24px 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 300px;
    text-align: center
}

.operation .ope li p:nth-child(2) {
    color: #4d4d4d;
    font-weight: 600;
    line-height: 28px;
    font-size: 28px;
    margin: 24px 0 12px
}

.operation .ope li p:nth-child(3) {
    color: #717171;
    line-height: 24px
}

.operation .manage {
    background: url(../images/manage-bg-3e4e3ec4.png) no-repeat;
    background-position: top left;
    background-size: 100% 95%;
    margin-top: 80px;
    width: 100%;
    padding: 120px 0;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.operation .manage img {
    width: 588px;
    height: 320px
}

.operation .manage .right p {
    font-weight: 600
}

.operation .manage .right p:nth-child(2) {
    margin: 12px 0 40px;
    font-size: 36px
}

.operation .manage .right p:last-child {
    font-size: 20px;
    color: #909399
}

.card {

    padding: 102px 0;
    background-color: #1c1f24;
    position: relative;
    z-index: 110;
}
.card .container{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.card .left {
    color: #fff
}

.card .left .logo {
    width: 84px;
    height: 24px
}

.card .left .title {
    margin: 12px 0 20px;
    font-size: 48px;
    font-weight: 600
}

.card .left .list {
    display: flex
}

.card .left .list img {
    width: 56px;
    height: 40px
}

.card .left .list img:first-child {
    margin-right: 16px
}

.card .left ul {
    margin-top: 24px
}

.card .left ul li {
    display: flex;
    align-items: center;
    margin-top: 16px
}

.card .left ul li img {
    width: 16px;
    height: 16px;
    margin-right: 12px
}

.card .right {
    width: 588px;
    height: 573px;
    position: absolute;
    right: -100px;
    top: -202px
}

.list {
    margin-top: 24px
}

.list li {
    display: flex;
    align-items: center;
    margin-top: 16px
}

.list li img {
    width: 16px;
    margin-right: 12px
}

.transfer {
    padding: 120px 0;
    background-color: #fff
}
.transfer .container{
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1290px;
}

.transfer-box {
	width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 12px;
    padding: 80px 80px 0;
    box-shadow: 0 8px 10px -5px #abbed114,0 16px 24px 2px #abbed10a,0 6px 30px 5px #abbed133
}

.transfer .left>p {
    font-size: 36px;
    font-weight: 600;
    line-height: 36px
}

.transfer .right {
    margin-left: 52px
}

.transfer .right img {
    width: 588px;
    height: 594px
}

.exchange {
    padding: 120px 0;
    background-color: #fff;
}
.exchange .container{
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1290px;
}

.exchange-box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 12px;
    padding: 80px 100px 0;
    box-shadow: 0 8px 10px -5px #abbed114,0 16px 24px 2px #abbed10a,0 6px 30px 5px #abbed133
}

.exchange .left {
    background: url(../images/ex-bg-817da1f9.png) no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 54px 124px 120px 90px;
    width: 588px;
    height: 588px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.exchange .left img {
    width: 375px;
    height: 414px
}

.exchange .left .li_box {
    padding: 20px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    width: 348px;
    height: 134px;
    border: 1px solid #F5F5F5;
    border-radius: 12px;
    position: absolute;
    right: 0;
    bottom: 54px
}

.exchange .left .li_box li {
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: space-between
}

.exchange .left .li_box li p {
    font-weight: 600
}

.exchange .left .li_box li img {
    width: 56px;
    height: 56px
}

.exchange .right {
    margin-left: 52px
}

.exchange .right>p {
    font-size: 36px;
    font-weight: 600;
    line-height: 36px
}

.explore {
    background-color: #f4f4f5;
}
.explore .container{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.explore .left p {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 40px
}

.explore img {
    height: 248px
}



.button {
    width: 120px;
    height: 48px;
    border-radius: 4px;
    background-color: #0569ff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    font-size: 18px
}

.app-download{
	display: flex;
	flex-wrap: wrap;
}
.app-download .col{
	width: 50%;
}
.menu-navbar{
	display: flex;
	align-items: center;
}
.btn{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 5px 20px;
	border-radius: 20px;
}
.btn-register{
	background-color: #0569ff;
	color: #fff!important;
}
.btn-login{
	background-color: #fff;
	color: #0569ff!important;
	margin-left: 16px;
}
.btn-lang{
	position: relative;
	margin-left: 16px;
}
.btn-lang .down-icon{
	width: 16px;
	height: 16px;
}
.btn-lang>.lang-item{
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 5px 20px;
}
.lang-current{
	cursor: pointer;
}
.lang-dropdown{
	position: absolute;
	width: 80px;
	top: 100%;
	right: 0;
	display: none;
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	padding: 6px;
	text-align: center;
}
.lang-dropdown .lang-item{
	display: block;
	color: #000;
	padding: 6px 20px;
}
.lang-dropdown .lang-item:hover{
	background-color: #0569ff;
	color: #fff;
}
.block-section{
	overflow: hidden;
	background-color: #f2f2f2;
	padding: 100px 0;
}
.block-row{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.block-photo{
	width: 590px;
}
.block-grid{
	width: 400px;
}
.block-photo img{
	max-width: 100%;
}
.block-tag{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: #000000;
	color: #fff;
	padding: 10px 20px;
	border-radius: 20px;
	margin-bottom: 20px;
}
.block-title{
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 30px;
	line-height: 44px;
}
.block-cell{
	margin-bottom: 20px;
}
.block-cell .hd{
	display: flex;
	align-items: center;
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: bold;
	gap: 10px;
}
.block-cell .hd img{
	width: 15px;
	height: 15px;
}
.block-cell .item{
	color: #999;
	padding-left: 25px;
}


@media (min-width: 1090px) {
	.block-row:nth-child(1){
		flex-direction: row-reverse;
	}
	.mobile-menu{
		display: none;
	}
}







/* 鍝嶅簲寮� */
.menu-navbar-mobile{
	position: fixed;
	width: 100%;
	background-color: #1c1f24;
	flex-direction: column;
	left: 0;
	top: 64px;
	padding: 10px 20px 30px 20px;
	z-index: 998;
	transform: translateY(-100%);
	transition: all 0.3s ease-in-out;
}
.menu-navbar-mobile.active{
	transform: translateY(0);
}
.mobile-flex{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.mobile-list >li >a{
	display: flex;
	align-items: center;
	color: #fff;
	padding: 15px 0;
}
.kefu img{
	width: 20px;
	height: 20px;
}
.btn-group{
    display: flex;
    align-items: center;
}





/* 骞虫澘鏍峰紡 (768px - 1024px) */
@media screen and (max-width: 1024px) {
	.header{
		height: 64px;
	}
	.header .menu-navbar{
		display: none;
	}
	.header .right .icon{
		display: none;
	}

	.header .left .text{
		width: 100%;
		text-align: left;
	}
	.header .left .text a{
		display: block;
		padding: 15px 35px;
	}
    .btn-lang{
        margin-left: 0;
    }
    .btn-lang>.lang-item{
        padding: 5px 14px;
    }
    .btn-login{
        margin-left: 5px;
    }
    
    .btn-group .btn{
        padding: 6px 14px;
        font-size: 13px;
    }



    .header {
        padding: 0 40px;
    }
    
    .banner {
        padding: 0 40px;
        height: 600px;
    }
    
    .banner-left {
        width: 480px;
    }
    
    .banner-left .title {
        font-size: 40px;
        line-height: 60px;
    }
    
    .banner-phone {
        width: 350px;
        height: 480px;
    }
    
    .operation {
        padding: 40px 0 180px;
    }
    
    .operation .title {
        font-size: 40px;
    }
    
    .operation .ope {
        padding: 20px 24px;
    }
    
    .operation .ope li {
        width: 240px;
        padding: 20px 24px;
    }
    
    .operation .manage {
        padding: 80px 0;
        flex-direction: column;
        text-align: center;
    }
    
    .operation .manage img {
        width: 480px;
        height: 260px;
        margin-bottom: 40px;
    }
    
    .card {
        padding: 80px 0;
    }
    
    .card .container {
        padding: 0 40px;
    }
    
    .card .left .title {
        font-size: 40px;
    }
    
    .card .right {
        width: 480px;
        height: 468px;
        right: -50px;
        top: -160px;
    }
    
    .transfer {
        padding: 80px 0;
    }
    
    .transfer .container {
        padding: 0 40px;
    }
    
    .transfer-box {
        padding: 60px 60px 0;
    }
    
    .transfer .left > p {
        font-size: 32px;
    }
    
    .transfer .right {
        margin-left: 40px;
    }
    
    .transfer .right img {
        width: 480px;
        height: 486px;
    }
    
    .exchange {
        padding: 80px 0;
    }
    
    .exchange .container {
        padding: 0 40px;
    }
    
    .exchange-box {
        padding: 60px 80px 0;
    }
    
    .exchange .left {
        width: 480px;
        height: 480px;
        padding: 44px 100px 100px 70px;
    }
    
    .exchange .left img {
        width: 300px;
        height: 330px;
    }
    
    .exchange .right {
        margin-left: 40px;
    }
    
    .exchange .right > p {
        font-size: 32px;
    }
    
    .about_top {
        padding: 80px 100px 120px;
    }
    
    .about_top img {
        width: 240px;
        height: 50px;
    }
    
    .about_top p {
        font-size: 18px;
        line-height: 28px;
    }
    
    .about_li {
        padding: 0 80px;
    }
    
    .about_li li {
        padding: 60px 30px 28px;
    }
    
    .about_card {
        padding: 80px 100px;
        flex-direction: column;
        text-align: center;
    }
    
    .about_card_left {
        width: 100%;
        margin-bottom: 40px;
    }
    
    .about_card_left p:first-child {
        font-size: 32px;
        line-height: 44px;
    }
    
    .about_card_right img {
        width: 350px;
        height: 357px;
    }
    
    .about_cost {
        padding: 60px 100px 0;
        flex-direction: column;
        text-align: center;
    }
    
    .about_cost_left {
        width: 100%;
        margin-bottom: 40px;
    }
    
    .about_cost_left p:nth-child(2) {
        font-size: 32px;
        line-height: 32px;
    }
    
    .about_cost_right img {
        width: 280px;
        height: 388px;
    }
    
    .pc_nav {
        right: 40px;
        bottom: 100px;
    }
    
    .footer_top {
        padding: 80px 0;
    }
    
    .footer_top_nav {
        padding: 0 40px;
    }
}

/* 鎵嬫満鏍峰紡 (768px浠ヤ笅) */
@media screen and (max-width: 768px) {
	.block-photo{
		width: 100%;
		padding: 0 20px;
	}
	.block-grid{
		padding: 0 20px;
		width: 100%;
	}
	.block-row{
		flex-direction: column;
	}
	.header .left img{
		margin-right: 10px;
	}
	.header .container{
		padding: 0 10px;
	}
    .header {
        padding: 0;
    }
	.header .text{
		text-align: center;
	}
    
    .page {
        margin-top: 80px;
    }
    
    .banner {
        height: auto;
        padding: 40px 16px;
        flex-direction: column;
        text-align: center;
    }
    
    .banner-left {
        width: 100%;
        margin-bottom: 40px;
    }
    
    .banner-left .title {
        font-size: 28px;
        line-height: 40px;
    }
    
    .banner-left .tips span {
        font-size: 20px;
        margin-right: 10px;
    }
    
    .banner-left .bottom {
		flex-wrap: wrap;
        justify-content: center;
        margin-top: 32px;
    }
    
    .banner-left .bottom img {
        width: 134px;
        height: 38px;
		margin: 10px;
    }
    
    .banner-left .bottom img.qr_code {
        width: 30px;
        height: 30px;
    }
    
    .banner-phone {
        width: 280px;
        height: 385px;
    }
    
    .operation {
        padding: 40px 16px 120px;
    }
    
    .operation .title {
        font-size: 28px;
    }
    
    .operation .ope {
        padding: 16px;
        flex-direction: column;
    }
    
    .operation .ope li {
        width: 100%;
        padding: 20px 16px;
        margin-bottom: 20px;
    }
    
    .operation .ope li:last-child {
        margin-bottom: 0;
    }
    
    .operation .ope li p:nth-child(2) {
        font-size: 24px;
        line-height: 24px;
        margin: 16px 0 8px;
    }
    
    .operation .manage {
        padding: 60px 16px;
        flex-direction: column;
        text-align: center;
        margin-top: 40px;
    }
    
    .operation .manage img {
        width: 100%;
        height: auto;
        margin-bottom: 32px;
    }
    
    .operation .manage .right p:nth-child(2) {
        font-size: 28px;
        margin: 8px 0 24px;
    }
    
    .operation .manage .right p:last-child {
        font-size: 16px;
    }
    
    .card {
        padding: 60px 16px;
    }
    
    .card .container {
        flex-direction: column;
        text-align: center;
    }
    
    .card .left .title {
        font-size: 28px;
        margin: 8px 0 16px;
    }
    
    .card .left .list {
        justify-content: center;
    }
    
    .card .left .list img {
        width: 40px;
        height: 28px;
    }
    
    .card .right {
        position: static;
        width: 100%;
        height: auto;
        margin-top: 32px;
    }
    
    .card .right img {
        width: 100%;
        height: auto;
    }
    
    .transfer {
        padding: 60px 16px;
    }
    
    .transfer .container {
        max-width: 100%;
    }
    
    .transfer-box {
        padding: 40px 16px 0;
        flex-direction: column;
        text-align: center;
    }
    
    .transfer .left > p {
        font-size: 24px;
        margin-bottom: 32px;
    }
    
    .transfer .right {
        margin-left: 0;
        margin-top: 32px;
    }
    
    .transfer .right img {
        width: 100%;
        height: auto;
    }
    
    .exchange {
        padding: 60px 16px;
    }
    
    .exchange .container {
        max-width: 100%;
    }
    
    .exchange-box {
        padding: 40px 16px 0;
        flex-direction: column;
        text-align: center;
    }
    
    .exchange .left {
        width: 100%;
        height: auto;
        padding: 32px 16px 60px;
        margin-bottom: 32px;
    }
    
    .exchange .left img {
        width: 240px;
        height: 265px;
    }
    
    .exchange .left .li_box {
        width: 280px;
        height: 100px;
        padding: 12px;
        margin-top: 20px;
    }
    
    .exchange .left .li_box li img {
        width: 40px;
        height: 40px;
    }
    
    .exchange .right {
        margin-left: 0;
    }
    
    .exchange .right > p {
        font-size: 24px;
    }
    
    .explore .container {
        flex-direction: column;
        text-align: center;
        padding: 60px 16px;
    }
    
    .explore .left p {
        font-size: 24px;
        margin-bottom: 32px;
    }
    
    .explore img {
        width: 100%;
        height: auto;
    }
    
    .about_top {
        padding: 60px 16px 100px;
    }
    
    .about_top img {
        width: 180px;
        height: 37px;
        margin-bottom: 24px;
    }
    
    .about_top p {
        font-size: 16px;
        line-height: 24px;
        margin-top: 24px;
    }
    
    .about_li {
        padding: 0 16px;
        flex-direction: column;
    }
    
    .about_li li {
        padding: 40px 16px 24px;
        margin-bottom: 20px;
    }
    
    .about_li li:last-child {
        margin-bottom: 0;
    }
    
    .about_li li p:nth-child(1) {
        height: 100px;
        margin-bottom: 16px;
    }
    
    .about_li li p:nth-child(1) img {
        width: 80px;
        height: 80px;
    }
    
    .about_li li p:nth-child(1) span {
        font-size: 28px;
        line-height: 60px;
        height: 60px;
    }
    
    .about_li li p:nth-child(2) {
        font-size: 14px;
        line-height: 22px;
        height: auto;
    }
    
    .about_card {
        padding: 60px 16px;
        flex-direction: column;
        text-align: center;
    }
    
    .about_card_left {
        width: 100%;
        margin-bottom: 32px;
    }
    
    .about_card_left p:first-child {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 24px;
    }
    
    .about_card_left p:nth-child(2) {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 24px;
    }
    
    .about_card_right img {
        width: 100%;
        height: auto;
    }
    
    .about_cost {
        padding: 40px 16px 0;
        flex-direction: column;
        text-align: center;
    }
    
    .about_cost_left {
        width: 100%;
        margin-bottom: 32px;
        font-size: 20px;
    }
    
    .about_cost_left p:nth-child(2) {
        font-size: 24px;
        line-height: 24px;
        margin: 16px 0;
    }
    
    .about_cost_left p:last-child {
        margin-top: 24px;
        font-size: 14px;
    }
    
    .about_cost_right {
        padding: 0 16px;
    }
    
    .about_cost_right img {
        width: 100%;
        height: auto;
    }
    
    .pc_nav {
       /*display: none;*/
	   right: 2PX;
    }
    
    .footer_top {
        padding: 60px 16px!important;
    }
    
    .footer_top_nav {
        text-align: center;
		flex-wrap: wrap;
    }
    
    .footer_top_nav li {
        margin-bottom: 32px;
        width: 100% !important;
    }
    
    .footer_top_nav li:last-child {
        margin-bottom: 0;
    }
    
    .footer_top_nav li:first-child .icon {
        justify-content: center;
        margin-top: 24px;
    }
    
    .footer_top_nav li:last-child img {
        width: 120px;
        height: 35px;
    }
    
    .app-download {
        justify-content: center;
    }
    
    .button {
        width: 100px;
        height: 40px;
        font-size: 16px;
    }
    
    .container {
        max-width: 100%;
        padding: 0 16px;
    }
	.footer_top_nav li:nth-child(2),
	.footer_top_nav li:nth-child(3),
	.footer_top_nav li:nth-child(4){
		width: 33.33%!important;
	}
    .pc_nav .icon{
        margin-top: 16px;
    }
}
