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

html, body {
    height: 100%;
    font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
}

ul, ol {
    list-style: none;
}

a {
    text-decoration: none!important;
    color: inherit;
    cursor: pointer!important;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: none;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    outline: none;
    border: none;
}

button {
    cursor: pointer;
    background: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
a{
    text-decoration:none!important;
}
/* 清除浮动 */
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
.header{
    z-index: 99999999!important;
}
.footer-main-logo img{
    width: auto!important;
}
.product-card:hover .qrcode-overlay {
    opacity: 1;
    visibility: visible;
}
.qrcode-overlay img{
    border-radius: 10px;
}
.qrcode-overlay{
    z-index: 999;
}
#bannerCarousel {
   height: 607px;
}

#bannerCarousel .carousel-item img {
    width: 100%;
    object-fit: cover;
    display: block;
    height: 607px!important;
}
.footer-slogan{
    font-weight: 500!important;
}

.buttons-item{
    cursor: pointer;
}
.product-card{
    cursor: pointer;
}

.footer-contact-item img{
    margin-right: 6px!important;
}
.footer-left {
    width: 15%!important;
}

.go-top{
    width: 64px;
    height: 64px;
    background: rgba(255,255,255,0.3);
    box-shadow: 0px 4px 24px 0px rgba(169,184,214,0.32);
    border-radius: 4px;
    border: 1px solid #FFFFFF;
    backdrop-filter: blur(12px);

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    cursor: pointer;
    position: fixed;
    right: 0;
    top: 50%;
}
.go-top img{
    width: 33px;
    margin-bottom: 6px;
}
.go-top span{
    font-weight: 500;
    font-size: 12px;
    color: #5C5F66;
    text-align: center;
}