@font-face {
    font-family: "iconfont";
    src: local('iconfont'), url("/assets/pc/font/iconfont.woff2?t=20240429") format('woff2'), url("/assets/pc/font/iconfont.woff?t=20240429") format('woff'), url("/assets/pc/font/iconfont.ttf?t=20240429") format('truetype');
}
.iconfont {
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@font-face {
    font-family: "iconfontcolor";
    src: local('iconfontcolor'), url("/assets/pc/font/iconfontcolor.woff2?t=1545807318834") format('woff2'), url("/assets/pc/font/iconfontcolor.woff?t=1545807318834") format('woff'), url("/assets/pc/font/iconfontcolor.ttf?t=1545807318834") format('truetype');
}
.iconfontcolor {
    font-family: "iconfontcolor" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@font-face {
    font-family: 'AlimamaShuHeiTi';
    font-weight: normal;
    font-style: normal;
    src: local('AlimamaShuHeiTi'), url("/assets/pc/font/HdyVaedquiC4.woff2") format('woff2');
}
@font-face {
    font-family: 'Apercu';
    font-weight: normal;
    font-style: normal;
    src: local('Apercu'), url("/assets/pc/font/Apercu-Bold.woff2") format('woff2');
}
/*
* css reset
*/
:root {
    --maser-green-dark: #00D1AE;
    --maser-green-light: #99EDDF;
    --maser-red-dark: #FE3838;
    --maser-red-light: #FFD7D7;
    --maser-blue-dark: #4096FF;
    --maser-blue-light: #B3D5FF;
    --maser-grey-dark: #F2F3F5;
    --maser-grey-light: #F7F8FA;
    --maser-orange-dark: #FF9325;
    --font-title-color: #1D2129;
    --font-default-color: #4E5969;
    --font-lowkey-color: #86909C;
    --font-btn-color: #FFFFFF;
}
::-webkit-scrollbar {
    width: 10px;
    height: 1px;
}
::-webkit-scrollbar-thumb {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    background-color: rgb(193, 193, 193);
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    background-color: rgba(0, 0, 0, .1);
}
*, *::before, *::after {
    box-sizing: border-box;
    flex-shrink: 0;
}
* {
    margin: 0;
    padding: 0;
}
*::before, *::after {
    font-family: 'iconfont';
    font-weight: 400;
    line-height: 1;
}
html, body {
    overflow-x: hidden;
}
html {
    font-size: 100px;
}
body {
    counter-reset: sequence;
    -webkit-font-smoothing: antialiased;
}
img, picture, video, canvas, svg {
    display: block;
    max-width: 100%;
}
input, button, textarea, select {
    font: inherit;
    outline: none;
    border: 0;
    background-color: transparent;
}
input:active, button:active, textarea:active, select:active {
    opacity: 0.6;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    color: var(--font-title-color);
    overflow-wrap: break-word;
    display: flex;
    align-items: center;
    justify-content: center;
}
a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}
/*
* common
*/
body {
    color: var(--font-default-color);
    line-height: 1.5;
    font-size: 0.14rem;
    font-family: Inter, -apple-system, BlinkMacSystemFont, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif;
}
.wrap {
    padding-top: 0.8rem;
}
.section {
    width: 12rem;
    margin: 0.8rem auto 0;
}
.main {
    width: 8.96rem;
}
.sidebar {
    width: 2.8rem;
}
.border{
    width: 100%;
    height: 0.02rem;
    background-color: var(--maser-grey-dark);
}
.wrap-href {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
h3 {
    font-size: 0.48rem;
    font-weight: 600;
}
h4 {
    font-size: 0.24rem;
    font-weight: 600;
}
/*
* common btn
*/
.btn-box{
    margin: 0.48rem auto;
    display: flex;
    justify-content: center;
}
.btn-down, .btn-more, .btn-submit {
    cursor: pointer;
    color: var(--font-btn-color);
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-down::before {
    content: '\e80c';
    margin-right: 0.04rem;
}
.win-btn::before{
    content: '\e81e';
}
.mac-btn::before{
    content: '\e81d';
}
.btn-more::after{
    content: '\e816';
    margin-left: 0.04rem;
}
.small-btn{
    font-size: 0.16rem;
    width: 1.36rem;
    height: 0.48rem;
    border-radius: 0.1rem;
}
.small-btn::before, .small-btn::after{
    font-size: 0.2rem;
}
.mid-btn{
    font-size: 0.2rem;
    width: 2.24rem;
    height: 0.56rem;
    border-radius: 0.12rem;
}
.mid-btn::before, .mid-btn::after{
    font-size: 0.28rem;
}
.big-btn{
    font-size: 0.28rem;
    width: 2.84rem;
    height: 0.72rem;
    border-radius: 0.14rem;
}
.big-btn::before, .big-btn::after{
    font-size: 0.36rem;
}
/*
* common option
*/
.options {
    display: flex;
}
.options .option {
    width: 20%;
    font-size: 0.16rem;
    color: var(--font-title-color);
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.options .option::after {
    content: '';
    width: 0;
    height: 0.02rem;
    transition: width .2s linear;
}
.options .hover::after, .options .active::after{
    width: 100%;
}
/*
* common card
*/
.card-box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.card-box .card{
    padding: 0.24rem;
    border-radius: 0.16rem;
    border: 1px solid #E5E6EB;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.card-box .description{
	font-size: 0.16rem;
    text-align: justify;
}
/*
* common case
*/
.case{
    width: 100%;
    height: 0.52rem;
    border-bottom: 0.01rem solid #F2F3F5;
	display: flex;
	align-items: center;
}
.case::before{
    content: '\e80b';
    font-size: 0.2rem;
    margin-right: 0.06rem;
}
.case::after{
    content: '\e80f';
}
.case a{
    flex-grow: 1;
}
.case a span{
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*
* common icon
*/
.icon80d::before {
    content: '\e80d';
}
.icon811::before {
    content: '\e811';
}
.icon812::before {
    content: '\e812';
}
.icon813::before {
    content: '\e813';
}
.icon814::before {
    content: '\e814';
}
.icon815::before {
    content: '\e815';
}
.icon816::before {
    content: '\e816';
}
.icon817::before {
    content: '\e817';
}
.icon818::before {
    content: '\e818';
}
.icon819::before {
    content: '\e819';
}
.icon81a::before {
    content: '\e81a';
}
.icon81f::before {
    content: '\e81f';
}
.icon820::before {
    content: '\e820';
}
.icon821::before {
    content: '\e821';
}
.icon822::before {
    content: '\e822';
}
.icon823::before {
    content: '\e823';
}
.icon824::before {
    content: '\e824';
}
.icon825::before {
    content: '\e825';
}
.icon826::before {
    content: '\e826';
}
.icon827::before {
    content: '\e827';
}
.icon828::before {
    content: '\e828';
}
.icon829::before {
    content: '\e829';
}
.icon82a::before {
    content: '\e82a';
}
.icon82b::before {
    content: '\e82b';
}
.icon82c::before {
    content: '\e82c';
}
.icon82d::before {
    content: '\e82d';
}
/*
* header
*/
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.8rem;
    z-index: 999;
}
.header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    opacity: 0.3;
    transition: all .15s;
}
.headerBg::before {
    opacity: 1;
    box-shadow: 0 0 0.1rem 0.01rem rgba(0, 0, 0, 0.05); 
}
.header-box {
    width: 12rem;
    height: 0.8rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.menus-box1 {
    height: 100%;
    display: flex;
    align-items: center;
}
.menus-box1 .logo {
    width: 2.77rem;
    height: 0.4rem;
    margin-right: 0.24rem;
}
.menus-box2 {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.menus-box2 .logo {
    width: 1.04rem;
    height: 0.36rem;
    margin-right: 0.24rem;
}
.menus {
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.menus .menu {
    font-size: 0.16rem;
    color: var(--font-title-color);
    padding: 0 0.24rem;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}
.menus .menu:last-child {
    padding-right: 0;
}
.menus .drop-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.menus .drop-title::after {
    content: '\e812';
    font-size: 0.16rem;
    margin-left: 0.04rem;
}
.menus .drop-list {
    position: absolute;
    height: 0;
    opacity: 0;
    overflow: hidden;
    top: 100%;
    left: 50%;
    z-index: 99;
    transform: translateX(-50%);
    min-width: 140%;
    box-shadow: 0rem 0.03rem 0.06rem 0.01rem rgba(0, 0, 0, 0.1);
    transition: all .365s;
    border-radius: 0 0 0.05rem 0.05rem;
    background-color: #FFFFFF;
}
.menus .drop-list a {
    padding: 0.1rem 0.2rem;
    transition: all .2s;
    border-bottom: 0.01rem solid #EEEEEE;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--font-title-color);
    text-align: center;
}
.menus .menu:hover .drop-list {
    height: auto;
    opacity: 1;
    transition: all .365s;
}
.menus .menu a:hover, .menus .menu p:hover {
    font-weight: bolder;
}
/*
* footer
*/
.footer {
    width: 100%;
    height: 3.24rem;
    background-color: var(--maser-grey-light);
    color: var(--font-lowkey-color);
}
.footer .footer-box {
    width: 12rem;
    margin: 0 auto;
    display: flex; flex-direction: column;
}
.footer .footer-flex {
    height: 1.44rem;
    margin: 0.8rem 0 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.footer .footer-logo {
    width: 3rem;
    height: 1.44rem;
    display: flex;
    flex-direction: column;
}
.footer .flogo1 {
    justify-content: space-between;
}
.footer .flogo2 {
    justify-content: center;
}
.footer .site-logo {
    width: 2.94rem;
    height: 0.4rem;
}
.footer .product-logo {
    width: 2rem;
    height: 0.28rem;
}
.footer .footer-nav {
    height: 1.44rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.footer .footer-nav h5 {
    justify-content: flex-start;
    font-size: 0.16rem;
    font-weight: 600;
    color: var(--font-lowkey-color);
}
.footer .footer-nav a, .footer .footer-nav span {
    margin-top: 0.16rem;
    font-size: 0.16rem;
}
.footer .link {
    width: 0.82rem;
}
.footer .contact, .footer .QRcode {
    width: auto;
}
.footer .QRcode img {
    width: 1.04rem;
    height: 1.04rem;
    margin: 0.16rem auto 0;
}
.footer .footer-icp {
    text-align: center;
    margin-top: 0.4rem;
}
/*
* 悬浮框
*/
.floating-wrap {
	position: fixed;
	right: 0;
	bottom: 0.8rem;
	z-index: 10;
	background-color: #FFFFFF;
	box-shadow: 0 0.04rem 0.16rem 0 rgba(29,33,41,0.08);
	border-radius: 0.12rem;
}
.floating-wrap .floating-box {
    width: 0.72rem;
    height: 0.72rem;
	padding: 0.14rem 0.12rem;
	position: relative;
	cursor: pointer;
}
.floating-wrap .floating-title {
	text-align: center;
}
.floating-wrap .floating-title:first-child::before {
    content: '\e82c';
    font-size: 0.24rem;
}
.floating-wrap .floating-title:last-child::before {
    content: '\e82d';
    font-size: 0.24rem;
}
.floating-wrap .border {
    width: 0.36rem;
	height: 0.01rem;
    margin: 0 auto;
}
.floating-wrap .code_container {
    position: absolute;
    left: -1.2rem;
    top: 0.07rem;
    width: 1.5rem;
	height: 1.5rem;
	padding: 0.05rem;
	background-color: #FFFFFF;
	border: 1px solid black;
	transition: all 0.5s;
	opacity: 0;
	visibility: hidden;
}
.floating-box:hover .floating-title {
    color: var(--maser-green-dark);
}
.floating-box:hover .code_container {
    opacity: 1;
    left: -1.7rem;
    visibility: visible;
}
@media only screen and (max-width:1024px){
    .section {
        width: 90%;
    }
    h2 {
        font-size: 0.4rem !important;
    }
    h3 {
        font-size: 0.32rem !important;
    }
    h4 {
        font-size: 0.24rem !important;
    }
    .header{
        filter: none;
    }
    .header-box {
        width: 90% !important;
        justify-content: center;
    }
    .menus .menu {
        font-size: 0.18rem !important;
    }
    .menus .logo {
        width: 1.84rem;
        height: 0.4rem;
        margin-right: 0;
    }
    .header .btn {
        display: none;
    }
    .footer-box {
        width: 100% !important;
    }
    .footer-flex {
        justify-content: space-around !important;
    }
    .footer-logo {
        width: 2rem !important;
    }
    .floating-wrap {
    	display: none;
    }
}