/* Roboto 字体系列定义 */
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    src: url('../fonts/robot/roboto-v32-latin-100.woff2') format('woff2'); /* 100 */
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    src: url('../fonts/robot/roboto-v32-latin-100italic.woff2') format('woff2'); /* 100 italic */
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    src: url('../fonts/robot/roboto-v32-latin-300.woff2') format('woff2'); /* 300 */
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    src: url('../fonts/robot/roboto-v32-latin-300italic.woff2') format('woff2'); /* 300 italic */
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    src: url('../fonts/robot/roboto-v32-latin-regular.woff2') format('woff2'); /* 400 */
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    src: url('../fonts/robot/roboto-v32-latin-italic.woff2') format('woff2'); /* 400 italic */
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    src: url('../fonts/robot/roboto-v32-latin-500.woff2') format('woff2'); /* 500 */
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    src: url('../fonts/robot/roboto-v32-latin-500italic.woff2') format('woff2'); /* 500 italic */
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    src: url('../fonts/robot/roboto-v32-latin-700.woff2') format('woff2'); /* 700 */
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    src: url('../fonts/robot/roboto-v32-latin-700italic.woff2') format('woff2'); /* 700 italic */
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    src: url('../fonts/robot/roboto-v32-latin-900.woff2') format('woff2'); /* 900 */
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    src: url('../fonts/robot/roboto-v32-latin-900italic.woff2') format('woff2'); /* 900 italic */
    font-weight: 900;
    font-style: italic;
}

body {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    padding: 0;
    margin: 0;
    color: #000000;
}

ol, ul {
    padding-left: 0;
    list-style: none;
}

#app {
    min-height: calc(100svh);
}

.page {
    margin-top: 56px;
}

img, svg {
    vertical-align: baseline;
}

table th, table td {
    vertical-align: middle;
}

.self-shadow {
    border-radius: 12px;
    box-shadow: 0 2px 14px 4px rgba(160, 165, 176, 0.09);
}

.href-button {
    border: none;
    background: none;
    width: auto;
}

footer .footer-nav-links .item {
    font-size: 12px !important;
    text-decoration: none !important;
    color: #5c5e62 !important;
    font-weight: bold;
}

footer .social-plat {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
    color: #5c5e62 !important;
}

footer .social-plat a {
    height: 20px;
    width: 20px;
}

@media screen and (min-width: 1200px) {
    footer .social-plat {
        justify-content: flex-end !important;
        position: absolute;
        right: 80px;
        margin-bottom: 0;
        width: auto;
    }
}

.home-page .wid-btn {
    width: 250px;
}

.home-page .weight-title {
    font-weight: bold;
}
.main-menu {
    position: sticky;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 56px;
    background-color: white;
    color: black;
}

.main-menu .main-menu-desktop {
    height: 100%;
    width: 100%;
    display: none;
}

@media screen and (min-width: 1200px) {
    .main-menu .main-menu-desktop {
        display: block;
    }
}

.main-menu .main-menu-desktop .nav-content-lay {
    height: 100%;
    width: 100%;
}

.main-menu .main-menu-desktop ul {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

.main-menu .main-menu-desktop li {
    margin: 0 5px;
}


.main-menu .main-menu-desktop ul li .nav-link {
    color: black;
    height: 100%;
    text-decoration: none;
    padding: 12px;    
}

.main-menu .main-menu-desktop ul li .nav-link:hover {
    background-color: rgb(240, 240, 240);
    
}

.main-menu .main-menu-desktop ul button {
    height: 100%; 
    border: none;
    background: none;
    padding: 12px;

}

.main-menu .main-menu-desktop ul button:hover {
    background-color: rgb(240, 240, 240);
}


.main-menu .main-menu-desktop .logo {
    position: absolute;
    left: 30px;
    height: 22px;
    top: 14px;
}

.nav-panel {
    display: none;
    position: absolute;
    width: 100%;
    top: 55px;
    background-color: white;
    overflow-y: auto;
    max-height: calc(100svh - 100px)
}

.nav-panel section {
    width: 100%;
}

.nav-panel .content-items {
    width: 100%;
    padding: 20px;
}

.nav-panel .content-item {
    width: 200px;
    height: 250px;
    margin: 10px 15px;
}

.nav-panel .content-item .img-outer{
    width: 200px;
    height: 200px;
}

.nav-panel .content-item img{
    max-width: 100%;
    max-height: 100%;
}

.nav-panel .content-item .item-title{
    margin-bottom: 5px;
}

.main-menu .nav-panel .item-link {
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 14px;
}

.main-menu .nav-panel .item-link, .main-menu .nav-panel .item-link::after{
    color: #5c5e62;   
    font-weight: normal; 
}

.main-menu .nav-panel .item-link:hover {
    color: black;
    font-weight: 500;
}

.main-menu .main-menu-mobile {
    display: none;
    height: 100%;
}

@media screen and (max-width: 1199px) {
    .main-menu .main-menu-mobile {
        display: block;
    }
}

.main-menu .main-menu-mobile .nav-content-lay {
    height: 100%;
    padding: 0 20px;
}

.main-menu .main-menu-mobile .logo {
    height: 20px;
    line-height: 20px;
} 

.main-menu .main-menu-mobile .logo img {
    height: 20px;
    line-height: 20px;
} 

.main-menu .mobile-nav-panel {
    min-height: calc(100svh);
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    padding: 0;
    margin: 0;
    z-index: 101;
}

.main-menu .mobile-nav-panel svg{
    height: 16px;
    width: 16px;
}

.main-menu .mobile-nav-panel #mobile-panel-close {
    width: auto;
    padding: 4px 16px;    
}

.main-menu .mobile-nav-panel #mobile-panel-back{
    display: none;
    width: auto;
    padding: 4px 16px;
}

.main-menu .mobile-nav-panel #mobile-panel-back:hover, 
.main-menu .mobile-nav-panel #mobile-panel-close:hover {
    background-color: rgb(240, 240, 240); 
}
.main-menu .mobile-nav-panel .panel-title {
    padding: 0 16px;
    height: 56px;
}
.main-menu .mobile-nav-panel .nav-list {
    padding: 0 16px;
}

.main-menu .mobile-nav-panel .nav-list-item {
    padding: 16px 16px 16px 12px;
    margin: 8px 0;
    cursor: pointer;    
    text-decoration: none;
    color: black;
}

.main-menu .mobile-nav-panel .nav-list-item:hover {
    background-color: rgb(240, 240, 240);    
}

.main-menu .mobile-panel-page {
    display: none;
}

@media screen and (max-width: 550px) {
    #mobile-panel-page-product .content-items {
        flex-flow: column!important;
        align-items: flex-start!important;
        justify-content: flex-start!important;
    }
    #mobile-panel-page-product .content-item {
        height: auto;
        width: 100%;
        flex-flow: row!important;
    }

    #mobile-panel-page-product .content-item .img-outer {
        width: calc(100svw / 3);
        height: calc(100svh / 4);
    }

    #mobile-panel-page-product .content-item-bottom{
        align-items: flex-start!important;
        padding-left: 30px;
    }

}

/*
.home-page-banner picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.home-page-banner img {
    width: 100%;
    height: calc(100svh);
    vertical-align: middle;
    object-fit: cover;
    overflow-clip-margin: content-box;
    overflow: clip;    
    
}

.home-page-banner-container {
 position: absolute;
 bottom: 20%;
 left: 5%;
}

.home-page-banner-container-footer button {
    margin-top: 10px;
}
*/
.home-page {
    margin-top: 0;
}

.home-page .product-section {
    position: relative;
    margin-top: 16px;
    padding: 0 36px;
    height: calc(100svh - 80px);
    width: 100%
}

.home-page .product-section .product-section-container {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
}

.home-page .product-section picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.home-page .product-section picture img{
    width: 100%;
    height: calc(100svh - 80px);
    vertical-align: middle;
    object-fit: cover;
    overflow-clip-margin: content-box;
    overflow: clip;     
    border-radius: 5px;
}

.home-page .product-section .product-section-container-top {
    position: absolute;
    top: 7%;
    width: 100%;
    text-align: center;
}

.home-page .product-section .product-section-container-top p {
    color: white;
}

.home-page .product-section .product-section-container-center {
    top: 25%;
    height: 50%;
    position: absolute;
    width: 100%;
    text-align: center;
}


.home-page .product-section .product-section-container-center img {
    max-width: 50%;
    max-height: 100%;
}


.home-page .product-section .product-section-container-bottom {
    position: absolute;
    bottom: 5%;
    width: 100%;
    text-align: center;
}

.home-page .home-page-banner {
    margin-top: 0;
    height: calc(100svh - 56px);
    width: 100%;
    padding: 0;
}

.home-page .home-page-banner picture img {
    height: calc(100svh - 56px);
    border-radius: 0;
}

/*product-page*/
.product-page p, .product-page li {
    color: #5c5e62;  
}

.product-page .product-demo img {
    width: 100%;
}

.product-page .product-pic img {
    width: 66%;
}

.product-page .product-summary {
}

.product-page .product-features {
    font-size: 16px;
}

.product-page .product-features-item {
    margin-left: 28px;
}

@media screen and (min-width: 1200px) {
    .product-page .product-features-item {
        margin-left: 15px;
    }
}

.product-page .product-features-item ul {
    margin-left: 20px;
    list-style: none;
}


.product-page .product-features-item li {
    margin-left: -10px;
    margin-top: 8px;
}

.demo-page .required-info:after {
    content: "*";
    font-size: 20px; /* 可以根据需要调整大小 */
    color: red;
}

.applications-page .support-brands .col {
    display: flex;
    justify-content: center;
    align-items: center;
}

.applications-page .support-brands img {
    width: 80%;
}

.applications-page .app-desc {
    font-size: 16px;
}

.applications-page .list-before-good li {
    list-style: none;
}

.applications-page .list-before-good li::before {
    content: "√";
    font-size: 16px; /* 可以根据需要调整大小 */
    color: rgb(255,193,7);
    font-weight: bold;
}

.applications-page .tab-active {
    color: white;
    background-color: black;
    border-radius: 50%;
}

.blog-page .blog-item {
    text-decoration: none;
}

.blog-item-page ul {
    padding-left: 2rem;
    list-style-type: disc;
}
