﻿

.passMod_puzzle-wrapper {
    position: relative;
    width: 290px;
}

.home-menu li:nth-child(4) {
    background: #d82633;
    font-weight: bold;
}

.home-menu li:before {
    background-color: transparent;
}

.right_main .list_p3 {
    width: 32%;
}

    .right_main .list_p3:nth-child(3n) {
        margin-right: 0;
    }

#aff-im-root {
    display: none !important;
}

.kef li.tel i {
    overflow: hidden;
}

.home-menu li > a {
    line-height: 4.6rem;
}

    .home-menu li > a:hover {
        background-color: #d82633;
    }

.kef li img {
    position: relative;
    top: -10px;
    display: inline-block;
    width: 32px;
    height: 50px;
    padding-top: 1.8rem;
}

.kef li.vx i {
    left: -12rem;
}

.kef li.vx:hover i {
    height: 120px;
    width: 120px;
    padding: 10px;
    box-sizing: border-box;
}

.kef li.tel:hover i {
    width: 22rem;
}

.kef li.vx i img {
    height: 100%;
    width: 100%;
}

.passMod_puzzle-tip {
    height: 28px;
    font-size: 18px;
    font-weight: bold;
    color: #1F1F1F;
}

.darkmode .passMod_puzzle-tip {
    color: rgba(255, 255, 255, .8)
}

.passMod_puzzle-msg {
    font-size: 14px;
    color: red;
}

.passMod_puzzle-context {
    position: relative;
    margin-top: 16px;
    height: 160px;
}

.passMod_puzzle-background {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.passMod_puzzle-block {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    max-height: 100%;
}

.passMod_puzzle-blockv2 {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 160px;
    width: 52px;
    background-size: 342px 160px;
    background-position: 0 0;
    background-repeat: no-repeat;
}

.passMod_puzzle-backgroundv2 {
    display: block;
    width: 290px;
    height: 160px;
    background-size: 342px 160px;
    background-position: -52px 0;
    background-repeat: no-repeat;
}

.passMod_puzzle-footer {
    padding-top: 18px;
    height: 72px;
    box-sizing: border-box;
}

.passMod_puzzle .show {
    opacity: 1;
}


.passMod_select-wrapper {
    position: relative;
    width: 290px;
}

.passMod_select-tip {
    display: inline-block;
    margin-top: 4px;
    height: 34px;
    font-size: 18px;
    font-weight: bold;
    vertical-align: text-bottom;
}

    .passMod_select-tip p {
        display: inline-block;
        vertical-align: text-bottom;
    }

.passMod_select-tip-bg {
    height: 24px;
    font-size: 18px;
    font-weight: bold;
    vertical-align: text-bottom;
}

.passMod_select-tip-bgv2 {
    display: inline-block;
    width: 104px;
    height: 24px;
    vertical-align: text-bottom;
    background-size: 234px 154px;
    background-position: 0 0;
    background-repeat: no-repeat;
}

.passMod_select-msg {
    font-size: 14px;
    color: red;
}

.passMod_select-context {
    position: relative;
    height: 160px;
    margin-top: 16px;
    overflow: hidden;
}

.passMod_select-background {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.passMod_select-backgroundv2 {
    display: block;
    width: 290px;
    height: 160px;
    background-size: 290px 191px;
    background-position: 0 -30px;
    background-repeat: no-repeat;
}

.passMod_select-block {
    position: absolute;
    top: 20px;
    left: 0;
    width: 40px;
    height: 40px;
    border: black 1px solid;
}

.passMod_select-interactive {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    user-select: none;
    background-color: rgba(255, 255, 255, 0.3);
}

.passMod_select-footer {
    padding-top: 18px;
    height: 72px;
    box-sizing: border-box;
}

.passMod_select .show {
    opacity: 1;
}

.passMod_interactive-dot {
    position: absolute;
    left: 0;
    right: 0;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    color: #fff;
    line-height: 30px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    background-color: rgba(78, 110, 242, 0.7);
    border: rgba(255, 255, 255, 0.8) 4px solid;
}


.passMod_qrcode-wrapper {
    position: relative;
    width: 290px;
}

.passMod_qrcode-tip {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    vertical-align: text-bottom;
}

    .passMod_qrcode-tip p {
        display: inline-block;
        vertical-align: text-bottom;
    }

.passMod_qrcode-tip-bg {
    max-height: 24px;
    font-size: 18px;
    font-weight: bold;
    vertical-align: text-bottom;
}

.passMod_qrcode-context-wrap {
    position: relative;
    margin-top: 40px;
}

.passMod_qrcode-context {
    position: relative;
    width: 188px;
    height: 188px;
    margin: 0 auto;
    padding: 13px;
    box-sizing: border-box;
    border: rgba(133, 133, 133, 0.3) 1px solid;
    overflow: hidden;
}

.passMod_qrcode-background {
    display: block;
    width: 100%;
    height: 100%;
}

.passMod_qrcode-errorMessage {
    padding-top: 10px;
    height: 16px;
    color: red;
    font-size: 16px;
    text-align: center;
}

.passMod_qrcode-footer {
    padding-top: 18px;
    height: 72px;
    box-sizing: border-box;
}

.passMod_qrcode .show {
    opacity: 1;
}


.passMod_spin-wrapper {
    position: relative;
    width: 290px;
}

.passMod_spin-tip {
    height: 28px;
    font-size: 18px;
    font-weight: bold;
    color: #1F1F1F;
}

.darkmode .passMod_spin-tip {
    color: rgba(255, 255, 255, .8)
}

.passMod_spin-msg {
    font-size: 14px;
    color: red;
}

.passMod_spin-context-wrap {
    position: relative;
    margin-top: 16px;
}

.passMod_spin-context {
    position: relative;
    width: 152px;
    height: 152px;
    border-radius: 76px;
    margin: auto;
    overflow: hidden;
}

.passMod_spin-background {
    display: block;
    width: 152px;
    height: 152px;
}

.passMod_spin-coordinate {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 152px;
    height: 152px;
    z-index: -1;
}

.passMod_spin-AI {
    position: absolute;
    bottom: 11px;
    left: 50%;
    transform: translate(-50%);
    font-size: 11px;
    line-height: 11px;
    color: white;
    opacity: 0.5;
}

.passMod_spin-footer {
    padding-top: 30px;
    height: 84px;
    box-sizing: border-box;
}

.passMod_spin .show {
    opacity: 1;
}

/*侧边导航*/
.left_menu {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100vw;
    background: rgba(0, 0, 0, 0.75);
    z-index: 999;
}

.slide-menu {
    overflow: hidden;
    padding: 7rem 10%;
    background: #f5f5f5;
    height: 100vh;
    width: 82%;
    box-sizing: border-box;
    position: relative;
    z-index: 90;
}

.close {
    position: absolute;
    width: 4.8rem;
    height: 4rem;
    right: 2.66%;
    top: 0.5rem;
    background: url( ../../Assets/img/home_fles/icon-close1.png) no-repeat center;
    background-size: 1.5rem auto;
    cursor: pointer;
    opacity: 1;
}

.slide-menu li a {
    display: block;
    text-align: left;
    text-transform: uppercase;
    border-bottom: 1px solid #e5e5e5;
    font-size: 1.4rem;
    padding: 1.5rem 0;
}

.home-top {
    height: 3.5rem;
    background: #f2f2f2;
    color: #222222;
    display: flex;
    justify-content: space-between;
    padding: 0 60px;
    box-sizing: border-box;
}

.home-top-item {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.language {
    padding: 0 20px;
    border-left: solid #e1e1e1 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #444;
    cursor: pointer;
}

    .language:first-child {
        border-left: 0;
    }



@media (max-width: 500px) {
    html

{
    font-size: calc(414px * 20 / 750) !important;
    width: 100vw;
    max-width: 100vw;
    min-width: 100vw;
}

body {
    min-width: 100vw;
}

.home-header {
    height: 3.69rem;
    box-sizing: border-box;
    margin: 0.9rem 1.2rem;
    width: 100vw !important;
}

.home-top {
    display: none;
}

.home-header .logo {
    width: 12.76rem;
    height: 3.69rem;
}

.cmy {
    display: none;
}

.divider {
    display: none;
}

.cnt {
    display: none;
}

.home-header .connect .customer .icon {
    display: none;
}

.footer_info {
    position: relative;
    top: 60px;
    left: -20px;
}

.home-footer {
    width: 100vw;
}

.box-left .code {
    position: relative;
    left: -80px;
    top: 100px;
}

.foot-list li .li_right .cnt-list .cnt-list-item {
    font-size: 1.2rem;
    text-align: left;
}

.nowrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw !important;
    flex-wrap: nowrap !important;
    border-bottom: solid rgba(255, 255, 255, 0.25) 1px;
}

    .nowrap .cnt-list-item {
        height: 4.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 !important;
        text-align: center !important;
    }

    .nowrap a {
        width: 25%;
    }

.foot-list li .li_right .cnt-list .cnt-list-item {
    margin: 0;
    margin-bottom: 1.5rem;
}

.foot-list li .li_right .title {
    margin-bottom: 1.5rem;
}

.home-footer .footer-top .box-left {
    order: 1;
}

.home-footer .foot-list li {
    margin-left: 0 !important;
}

.foot-list li .li_right {
    order: 0;
}

.home-footer .box-right {
    margin-left: 0;
}

.kef {
    display: none;
}

.nav {
    position: relative;
}

.hide_li {
    display: none !important;
}

.nav-more {
    position: absolute;
    top: 0;
    right: -4.5rem;
    width: 4.5rem;
    height: 4.5rem;
    background-color: #d82633;
    float: right;
    display: block !important;
}

.connect .phone-img {
    width: 1.9rem;
    height: 1.9rem;
    margin-right: 0.5rem;
    margin-top: .75rem;
}

.home-menu {
    height: 4.5rem;
    width: calc(100vw - 4.5rem);
}

    .home-menu li:before {
        height: 4.5rem;
    }

    .home-menu li > a {
        line-height: 1.8rem;
        font-size: 1.4rem;
        box-sizing: border-box;
        background-color: #152b52;
        padding: 15px 7px;
    }

.container {
    position: relative;
    width: 100%;
    display: flex;
}

.head_cnt {
    display: none;
}

.addr {
    display: none;
}

.topadcs {
    display: none;
}

.clear {
    display: none;
}

.nav_hide {
    display: none !important;
}

.embed-icon {
    display: none;
}

.left {
    display: none;
}

.right {
    width: 100vw;
    float: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.right_main .list_p3 {
    width: 47.5%;
    margin-right: 0;
}

.news_con .list_p3 dt {
    height: 187px;
}

.news_con {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 20px;
}

.pages {
    margin: 0 auto;
}

}

