@charset "utf-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

html {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, "Microsoft YaHei", sans-serif;
    color: rgba(255, 255, 255, 0.9);
}

html,
body {
    min-height: 100%;
}

body {
    background: url(https://static.hanxiong888.com/static/image/bg.41ecc9fa.jpg) no-repeat top center;
    background-size: cover;
}

ol,
ul {
    list-style: none;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    background: transparent;
}

a:focus,
a:active,
a:hover {
    outline: 0;
}

img {
    max-width: 100%;
    height: auto;
}

.showOnMobileOnly {
    display: block;
}

.showOnPadAndUp {
    display: none;
}

.showOnLabAndUp {
    display: none;
}

.pointer {
    cursor: pointer;
}

header {
    background: #fff;
}

.container {
    width: 96%;
    margin: 0 auto;
}

.logo {
    margin-top: 10px;
    margin-bottom: 10px;
}

.btns {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.navBtn-dropdown {
    display: none;
    width: 100%;
    padding: 10% 5%;
    position: absolute;
    left: 0;
    top: 122px;
    background-color: #fff;
    z-index: 10;
}

.navBtn-dropdown.active {
    display: block;
}

.navBtn-dropdown div:nth-child(2) a,.navBtn-dropdown div {
    display: flex;
    align-items: center;
}

.navBtn-dropdown div {
    padding: 16px 0;
    position: relative;
}

.navBtn-dropdown div:nth-child(2),.navBtn-dropdown div:nth-child(3) {
    border-bottom: 1px solid rgba(36, 101, 187, 0.15);
}

.navBtn-dropdown div:first-child img {
    width: 40%;
}

.navBtn-dropdown .icon {
    width: 30px;
}

.navBtn-dropdown .account {
    color: #2465BB;
    font-size: 16px;
    margin-left: 12px;
}

.navBtn-dropdown .download {
    position: absolute;
    right: 0;
    z-index: 1;
}

.copyText {
    position: relative;
}

.copyText span.tooltip {
    display: none;
    width: 50%;
    color: #fff;
    background-color: #2465bb;
    padding: 5px;
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    animation: fadeIn ease-out 0.3s;
}

.copyText span.tooltip.copied {
    display: block;
}

.pc-navBtn-dropdown {
    display: none;
}

.pc-navBtn-dropdown.active {
    display: block;
}

.marqueeBlock {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: -moz-flex;
    display: flex;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #585858;
}

.marqueeBlock h4 {
    position: relative;
    display: flex;
}

.marqueeBlock h4 img {
    margin-right: 5px;
}
.visual-aid {
    position: relative;
    width: 70%;
}

.marquee {
    overflow: hidden;
}
.marquee > * {
    white-space: nowrap;
    position: absolute;
    animation: marquee 10s linear 0s infinite;
}
.marquee:hover > * {
    animation-play-state: paused;
}

@keyframes marquee {
    0% {
        left: 100%;
        transform: translateX(0%);
    }
    100% {
        left: 0%;
        transform: translateX(-100%);
    }
}

:root {
    --swiper-theme-color: #ffffff;
}

:root {
    --swiper-navigation-size: 26px;
}

.swiper {
    width: 80%;
    height: auto;
    margin-bottom: 40px;
}

.swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: -10%;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: -10%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    padding: 10px 5px;
    background: rgb(0 0 0 / 30%);
}

.cards {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.card {
    position: relative;
    width: 35%;
    max-width: 184px;
    margin-bottom: 40px;
    border-radius: 12px;
    line-height: 0;
    box-shadow: 0 0 6px 0px rgb(0 0 0 / 30%);
}

.card a {
    display: block;
}

.card a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 6px;
    z-index: 1;
    transition: all 0.3s ease-out;
}

.card:nth-child(1) a:after {
    background: rgb(49 52 207 / 30%);
}

.card:nth-child(2) a:after {
    background: rgb(40 121 219 / 30%);
}

.card:nth-child(3) a:after {
    background: rgb(40 156 226 / 30%);
}

.card:nth-child(4) a:after {
    background: rgb(36 186 232 / 30%);
}

.card:nth-child(5) a:after {
    background: rgb(39 204 229 / 30%);
}

.card:nth-child(6) a:after {
    background: rgb(49 222 222 / 30%);
}

.card:nth-child(7) a:after {
    background: rgb(52 241 213 / 30%);
}

.card:nth-child(1) a:hover:after {
    background: rgb(49 52 207 / 0%);
}

.card:nth-child(2) a:hover:after {
    background: rgb(40 121 219 / 0%);
}

.card:nth-child(3) a:hover:after {
    background: rgb(40 156 226 / 0%);
}

.card:nth-child(4) a:hover:after {
    background: rgb(36 186 232 / 0%);
}

.card:nth-child(5) a:hover:after {
    background: rgb(39 204 229 / 0%);
}

.card:nth-child(6) a:hover:after {
    background: rgb(49 222 222 / 0%);
}

.card:nth-child(7) a:hover:after {
    background: rgb(52 241 213 / 0%);
}

.card a {
    display: block;
}

.card .text {
    width: 40%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

footer a {
    display: block;
    line-height: 0;
}

@media only screen and (min-width: 768px) {
    .showOnMobileOnly {
        display: none;
    }
    .showOnPadAndUp {
        display: block;
    }
}

@media only screen and (min-width: 1024px) and (orientation: portrait) {
}

@media only screen and (min-width: 1024px) and (orientation: landscape) {
    .showOnLabAndUp {
        display: block;
    }
}

@media only screen and (min-width: 1025px) {
    .showOnLabAndUp {
        display: block;
    }
}

@media only screen and (min-width: 1280px) {
    .block {
        min-height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .container {
        width: 90%;
        max-width: 1360px;
    }
    header .container {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .logo {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .swiper {
        margin-bottom: 20px;
    }
    .swiper-button-next:after,
    .swiper-button-prev:after {
        padding: 20px 10px;
    }
    .card {
        width: 13%;
    }

    .pc-navBtn-dropdown {
        background-color: #fff;
        position: absolute;
        left: 0;
        width: 100%;
        z-index: 10;
    }
    .pc-navBtn-dropdown .container {
        padding: 4% 5%;
        color: #2465BB;
        font-weight: 400;
        justify-content: center;
    }

    .pc-navBtn-dropdown .container a:not(.download) {
        color: #2465BB;
    }

    .pc-navBtn-dropdown .container a.download {
        color: #707070;
        position: absolute;
        left: 0;
        bottom: 0;
        display: flex;
    }

    .pc-navBtn-dropdown .container > div {
        display: flex;
        align-items: stretch;
        margin: auto;
    }
    
    .pc-navBtn-dropdown .container > div:first-child {
        margin-right: 10%;
    }

    .pc-navBtn-dropdown .qqLink{
        display: flex;
        align-items: center;
    }

    .pc-navBtn-dropdown .container .account {
        font-size: 18px;
    }

    .pc-navBtn-dropdown .container .icon {
        margin-right: 12px;
    }

    .pc-navBtn-dropdown .container .text {
        position: relative;
        padding-top: 5px;
    }

    .copyText span.tooltip {
        width: 160px;
        z-index: 1;
    }

    /* .pc-navBtn-dropdown .container .download {
        position: absolute;
    } */

}

@media only screen and (min-width: 1366px) {
    .btns {
        width: 380px;
    }
}

@media only screen and (min-width: 1900px) {
    .logo {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .swiper {
        margin-bottom: 30px;
    }
    .marqueeBlock {
        margin-bottom: 30px;
    }
}

.nav-dropdown {
    display: none;
    position: absolute;
    top: 61px;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.98);
    z-index: 10;
}

nav {
    margin-left: 50px;
    margin-right: auto;
}

nav ul {
    list-style: none;
    text-align: left;
    margin: 0;
    padding: 0;
}

nav ul li {
    float: left;
    display: inline;
}

nav ul li a {
    font-size: 16px;
    font-weight: 400;
    display: block;
    color: #646464;
    padding-right: 20px;
}

nav ul li a:hover,
nav ul li a:focus,
nav ul li a:active {
    text-decoration: none;
    color: #3d9cf1;
}

nav ul li > a:hover {
    color: #3d9cf1;
}

nav ul li > a:not(:only-child):after {
    display: inline-block;
    content: "v";
    transform: scaleY(0.5) scaleX(1.1) translateY(-10px);
}

nav ul li ul li {
    display: block;
    width: 70%;
    max-width: 1360px;
    float: none;
    margin: 0 auto;
}

nav ul li ul li a {
    display: block;
    text-align: center;
    line-height: 20px;
    z-index: 1;
}

nav ul li:nth-child(2) ul li a {
    text-align: left;
}

nav ul li ul li a:hover {
}


/* nav.btns ul li a {
    padding-left: 10px;
    padding-right: 0;
}

nav.btns ul li > a:not(:only-child):after {
    display: none;
}
nav.btns .nav-dropdown {
    display: flex;
}

nav.btns .nav-dropdown li {
    display: flex;
} */

/* Mobile navigation */
.nav-mobile {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    background: #262626;
    height: 70px;
    width: 70px;
}

@media only screen and (max-width: 800px) {
    .nav {
        display: none;
    }

    .logo {
        position: absolute;
    }

    nav {
        width: 100%;
        padding: 70px 0 15px;
        margin-left: auto;
        margin-right: auto;
    }

    nav ul {
        display: none;
    }

    nav ul li {
        width: 100%;
        float: none;
    }

    nav ul li > a {
        padding: 15px;
        line-height: 20px;
    }

    nav ul li:hover .nav-dropdown {
        display: none;
    }

    nav ul li ul li a {
        line-height: 20px;
    }
}

@media screen and (min-width: 800px) {
    .nav-list {
        display: block !important;
    }
}

#nav-toggle {
    position: absolute;
    left: 18px;
    top: 22px;
    cursor: pointer;
    padding: 10px 35px 16px 0px;
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 5px;
    width: 35px;
    background: #ffffff;
    position: absolute;
    display: block;
    content: "";
    transition: all 300ms ease-in-out;
}

#nav-toggle span:before {
    top: -10px;
}

#nav-toggle span:after {
    bottom: -10px;
}

#nav-toggle.active span {
    background-color: transparent;
}

#nav-toggle.active span:before,
#nav-toggle.active span:after {
    top: 0;
}

#nav-toggle.active span:before {
    transform: rotate(45deg);
}

#nav-toggle.active span:after {
    transform: rotate(-45deg);
}

/* .navBtn-dropdown {
    top: 61px;
} */
