:root {
    --primary-color: rgb(237, 27, 47);
}

html, body {
    color: #000;
    font-size: 16px;
    line-height: 1.7;
    scroll-behavior: smooth;
    font-family: "Microsoft YaHei", "Source Sans Pro", Calibri, Candara, Arial, sans-serif;
}

*::-webkit-scrollbar-track {
    background: none;
}

*::-webkit-scrollbar-thumb {
    background: #ccc;
}

*::-webkit-scrollbar {
    width: 0.5em;
    height: 0.5em;
}

[v-cloak] {
    display: none;
}

.container {
    width: 100% !important;
    max-width: 1240px;
}

.f-28 {
    font-size: 28px;
}

.f-20 {
    font-size: 20px !important;
}

.f-18 {
    font-size: 18px;
}

.f-16 {
    font-size: 16px;
}

.f-15 {
    font-size: 15px;
}

.f-14 {
    font-size: 14px;
}


.f-13 {
    font-size: 13px;
}

.f-12 {
    font-size: 12px;
}

.flex {
    display: flex;
}

.flex.justify-content-space-between {
    justify-content: space-between;
}

.flex.justify-content-space-around {
    justify-content: space-around;
}

.flex.justify-content-center {
    justify-content: center;
}

.flex.justify-content-flex-end {
    justify-content: flex-end;
}

.flex.align-items-center {
    align-items: center;
}

.flex.align-items-flex-end {
    align-items: flex-end;
}

.flex.align-items-flex-start {
    align-items: flex-start;
}

.flex.flex-wrap-wrap {
    flex-wrap: wrap;
}

.flex.gap-20 {
    gap: 20px;
}

.flex-1 {
    flex: 1;
}


.primary-color {
    color: var(--primary-color);
}

.primary-btn {
    padding: 8px 40px;
    background: var(--primary-color);
    color: #fff;
    border: none;
    border-radius: 20px;
    outline: none;
}

.primary-btn:focus {
    border: none !important;
    outline: 0 !important;
    box-shadow: none !important;
}

.primary-form-btn {
    width: 100%;
    padding: 10px 0;
    background: var(--primary-color);
    color: #fff;
    border: none;
    border-radius: 5px;
    outline: none;
}


a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

.pc-menu {
    display: block;
}

.nav-temp {
}

.nav-fixed {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: #fff;
    box-shadow: 0 1px 4px 2px #ddd;
}

.nav-fixed a {
    font-size: 16px;
}

.nav-pc-container {
    display: flex;
    padding: 15px 0;
    align-items: center;
}

.nav-pc-container .nav-left {
    margin-right: 20px;
}

.nav-pc-container .nav-left img {
    width: 100px;
}

.nav-pc-container .nav-right {
    flex: 1;
    display: flex;
    background: var(--primary-color);
    color: #fff;
    align-items: center;
}

.nav-pc-container .nav-right > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    flex: 1;
}

.nav-pc-container .nav-right > ul > li {
    display: inline-block;
    padding: 14px 0;
    position: relative;
}

.nav-pc-container .nav-right > ul > li:hover {
    background: #fff;
}

.nav-pc-container .nav-right > ul > li > a {
    color: #fff;
    padding: 12px 15px;
    font-size: 16px;
}

.nav-pc-container .nav-right > ul > li:hover > a {
    color: #000;
}

.nav-pc-container .nav-right .shareItem {
    margin-right: 20px;
}

.nav-pc-container .nav-right .shareItem img {
    width: 24px;
    height: 24px;
}

.nav-pc-container .nav-right .search-item {
    margin-right: 15px;
    position: relative;
}

.nav-pc-container .nav-right .search-item button {
    border-radius: 0;
}

.nav-pc-container .nav-right .search-item .input-with-select {
    position: absolute;
    overflow: hidden;
    width: 0;
    left: 0;
    transition: left 0.3s linear 0s, width 0.3s linear 0s;
}

.nav-pc-container .nav-right .search-item .input-with-select input {
    border-right: none;
    border-radius: 0;
    outline: none;
}

.nav-pc-container .nav-right .search-item .input-with-select input:focus {
    border: none;
    outline: none;
}

.nav-pc-container .nav-right .search-item:hover .input-with-select {
    width: 200px;
    left: -200px;
}

.nav-pc-container .nav-right .user-container {
    margin-right: 20px;
}

.nav-pc-container .nav-right .user-container.active, .nav-top .user-container.active {
    display: block !important;
}

.nav-pc-container .nav-right .user-container span {
}

.nav-pc-container .nav-right .user-container span.sep, .nav-top span.sep1 {
    padding: 0 5px;
}

.science-lab-btn {
    display: inline-block;
    text-align: center;
    width: 100%;
    max-width: 130px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    border: 1px solid black;
    font-size: 12px;
    margin-right: 15px;
    transition: all 0.1s linear 0s;
}

.science-lab-btn svg {
    width: 18px;
    height: 18px;
    margin-right: 5px;
    vertical-align: text-bottom !important;
    transition: all 0.1s linear 0s;
    fill: #333;
    overflow: hidden;
}

.science-lab-btn:hover {
    background: #333;
    color: #fff !important;
}

.science-lab-btn:hover svg {
    fill: #fff;
}

.science-lab-btn div {
    display: inline;
    vertical-align: top !important;
    transition: all 0.3s linear 0s;
}

.nav-pc-container .nav-right .user-container a {
    color: #fff;
}

.nav-pc-container .nav-right .user-container .logo-avat, .nav-top .user-container .logo-avat {
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 50%;
    background: rgb(222 121 131);
    color: #fff;
    text-align: center;
}

.nav-pc-container .nav-right .user-container .logo-avat img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.phone-menu-header .phone-menu-header-right {
    display: flex;
    align-items: center;
}

.phone-menu-header .phone-menu-header-right .shop {
    margin-right: 15px;
}

.phone-menu-header .phone-menu-header-right .shop img {
    width: 20px;
    margin-right: 5px;
}

.phone-menu-header .phone-menu-header-right .user-container {
    margin-right: 10px;
    flex: 1;
}

.phone-menu-header .phone-menu-header-right .user-container.active {
    visibility: visible !important;
}

.phone-menu-header .phone-menu-header-right .user-container span {
    vertical-align: middle;
}

.phone-menu-header .phone-menu-header-right .user-container span.sep {
    padding: 0 5px;
}

.phone-menu-header .phone-menu-header-right .user-container a {
    color: #000;
}

.phone-menu-header .phone-menu-header-right .user-container .logo-avat {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgb(222 121 131);
    color: #fff;
    text-align: center;
}

.phone-menu-header .phone-menu-header-right .user-container .logo-avat img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}


.login-user-menu a {
}

.nav-pc-container .nav-right > ul > li > ul {
    position: absolute;
    top: 100%;
    z-index: 99;
    background: #fff;
    margin: 0;
    padding: 0;
    min-width: 200px;
    left: 0;
    display: none;
}

.nav-pc-container .nav-right > ul > li:hover > ul {
    display: block;
}

.nav-pc-container .nav-right > ul > li > ul li {
    display: block;
    padding: 10px 20px;
    text-align: left;
}

.nav-pc-container .nav-right > ul > li > ul li:hover {
    background: #eee;
}

.nav-pc-container .nav-right > ul > li > ul li a {
    color: #000;
    white-space: nowrap;
}

li.children {
    text-align: left;
}

li.children div.children-li {
    display: flex;
    align-items: center;
}

li.children div.children-li a {
    flex: 1;
}

li.children div.children-li img {
    width: 14px;
    height: 14px;
}

li.children div.children-ul {
    position: absolute;
    left: 100%;
    background: #fff;
    min-width: 100%;
    min-height: 100%;
    top: 0;
    display: none;
}

li.children div.children-ul ul {
    position: relative;
    padding: 0;
}

li.children:hover {
    background: #eee;
}

li.children:hover > div.children-ul {
    display: block;
}

.customer-footer {
    background: #191919;
    color: #fff;
    padding: 40px 0;
}

.footer-container {
    display: flex;
    align-items: center;
}

.footer-container .footer-container-center {
    flex: 1;
}

.footer-container .footer-container-center ul {
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 0;
}

.footer-container .footer-container-center ul li {
    display: inline-block;
    padding: 5px 15px;
}

.footer-container .footer-container-center ul li:hover {
    background: #191919;
}

.footer-container .footer-container-center ul li a {
    color: #fff;
    font-size: 16px;
    text-decoration: underline;
}

.footer-container .footer-container-right a {
    margin-left: 10px;
}

.footer-container .footer-container-right a:first-child {
    margin-left: 0;
}

.footer-container .footer-container-right img {
    width: 26px;
    height: 26px;
}

.copyright {
    text-align: center;
    margin: 10px 0;
    font-size: 16px;
}

.copyright a {
    color: #fff;
}

.wechat-shader-container {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.5);
    align-items: center;
    left: 0;
    display: none;
}

.wechat-shader-container.active {
    display: flex;
}

.wechat-shader-container .wechat-container {
    margin: 0 auto;
    position: relative;
    width: 300px;
    background: #fff;
    text-align: center;
    padding: 12px 20px;
    border-radius: 3px;
}

.wechat-shader-container .wechat-container img {
    width: 100%;
}

.wechat-shader-container .wechat-container .close-wechat {
    position: absolute;
    top: -20px;
    right: -30px;
    cursor: pointer;
}

.wechat-shader-container .wechat-container .close-wechat img {
    width: 30px;
    height: 30px;
}

.phone-menu {
    display: none;
    position: sticky;
    z-index: 10000;
    top: 0;
    left: 0;
    right: 0;
}

.phone-menu-header {
    display: flex;
    padding: 10px;
    align-items: center;

    height: 82px;
    background: #fff;
    box-shadow: 0 1px 4px 2px #ddd;
}

.phone-menu-header.temp {
    display: -webkit-flex;
    display: flex;
    padding: 10px 0;
    align-items: center;
    height: 82px;
    position: relative;
    z-index: 1;
}

.phone-menu-header .phone-menu-header-left {
    width: 100px;
}

.phone-menu-header .phone-menu-header-left img {
    width: 100%;
}

.phone-menu-header .phone-menu-header-right {
    flex: 1;
    text-align: right;

}

.phone-menu-header .phone-menu-header-right .phone-menu-logo {
    color: #ffffff;
    height: 50px;
    font-size: 25px;
    text-align: center;
    float: right;
    width: 50px;
    position: relative;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
    cursor: pointer;
}

.phone-menu-header .phone-menu-header-right .phone-menu-logo:hover {
    background: #eee;
}

.phone-menu-header .phone-menu-header-right .phone-menu-logo .menu-logo-item {
    position: absolute;
    left: calc((100% - 25px) / 2);
    top: calc((100% - 2px) / 2);
    width: 25px;
    height: 2px;
    background-color: rgba(0, 0, 0, .8);
}

.phone-menu-container-list {
    color: #fff;
    background: #191919;
    height: calc(100% - 90px);
    padding: 20px 20px 70px 20px;
    display: inline-block;
    min-width: 400px;
    overflow-y: auto;
    width: 100%;
}


.phone-menu-container-list a {
    color: #fff;
}

.phone-menu-container-list ul {
    list-style: none;
}

.phone-menu-container-list > ul {
    padding-left: 0;
}

.phone-menu-container-list > ul li {
    padding: 8px 0;
}

.phone-menu-container-list > ul li.child-container.active {
    padding-bottom: 0;
}

.phone-menu-container-list ul li:not(.child-container) a:hover {
    background: #555;
}

.phone-menu-container-list ul li a {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.phone-menu-container-list ul li:hover {
    background: transparent;
}

.phone-menu-container-list ul li .has-child {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding-right: 10px;
}


.phone-menu-container-list ul li .has-child:hover {
    background: #555;
}

.phone-menu-container-list ul li .has-child .has-child-img {
    width: 20px;
}

.phone-menu-container-list ul li .has-child .has-child-img:hover {
    background: #333;
}

.phone-menu-container-list ul li .has-child .has-child-img img {
    width: 100%;
    transition: all 0.5s;
    vertical-align: top;
}

.phone-menu-container-list ul li .has-child a {
    display: inline-block;
    flex: 1;
}

.child-container > ul {
    height: 0;
    overflow: hidden;
}

.child-container > div.has-child .has-child-img .img1 {
    display: block;
}

.child-container > div.has-child .has-child-img .img2 {
    display: none;
}

.child-container.active > ul {
    height: 100%;
}

.child-container.active > div.has-child .has-child-img .img1 {
    transform: rotate(45deg);
}

.child-container.active > div.has-child .has-child-img .img2 {
    display: none;
}

@keyframes clickfirst {
    0% {
        transform: translateY(4px) rotate(0deg);
    }

    100% {
        transform: translateY(0) rotate(45deg);
    }
}


@keyframes clicksecond {
    0% {
        transform: translateY(-4px) rotate(0deg);
    }

    100% {
        transform: translateY(0) rotate(-45deg);
    }
}

@keyframes clickthird {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes outfirst {
    0% {
        transform: translateY(0) rotate(-45deg);
    }

    100% {
        transform: translateY(-6px) rotate(0deg);
    }
}


@keyframes outsecond {
    0% {
        transform: translateY(0) rotate(45deg);
    }

    100% {
        transform: translateY(2px) rotate(0deg);
    }
}

@keyframes outthird {
    0% {
        transform: translateY(0) rotate(45deg);
    }

    100% {
        transform: translateY(10px) rotate(0deg);
    }
}

.phone-menu-header .phone-menu-header-right .phone-menu-logo .menu-logo-item:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
}

.phone-menu-header .phone-menu-header-right .phone-menu-logo .menu-logo-item:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
}

.phone-menu-header .phone-menu-header-right .phone-menu-logo .menu-logo-item:nth-child(3) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outthird;
}

.phone-menu-header .phone-menu-header-right .phone-menu-logo.active .menu-logo-item:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickfirst;
}

.phone-menu-header .phone-menu-header-right .phone-menu-logo.active .menu-logo-item:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clicksecond;
}

.phone-menu-header .phone-menu-header-right .phone-menu-logo.active .menu-logo-item:nth-child(3) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickthird;
}

.phone-menu-container {
    position: fixed;
    background: rgba(0, 0, 0, .6);
    top: 82px;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s linear 0s, visibility 0.3s linear 0s;
}

.phone-menu-container.active {
    opacity: 1;
    z-index: 11000;
    visibility: visible;
}

.image-list-container {
    width: 100%;
    text-align: center;
}

.image-list-container .image-list-item {
    padding: 10px;
    text-align: center;
    display: inline-block;
    width: calc(33.333% - 20px);
    word-break: break-all;
    word-wrap: break-word;
    vertical-align: top;
    box-sizing: border-box;
}

.image-list-container.column {
    display: flex;
    flex-wrap: wrap;
}

.image-list-container.column-1 .image-list-item {
    width: 100%;
}

.image-list-container.column-2 .image-list-item {
    width: 50%;
}

.image-list-container.column-3 .image-list-item {
    width: 33.333%;
}

.image-list-container.column-4 .image-list-item {
    width: 25%;
}

.image-list-container.column-5 .image-list-item {
    width: 20%;
}

.image-list-container .image-list-item img {
    max-width: 100%;
}

.image-list-container .image-list-slide-item {
    padding-bottom: 20px;
}

.image-list-container .image-list-slide-item img {
    max-width: 100%;
}

.call-phone {
    width: 100%;
    position: fixed;
    bottom: 0;
    background: #EC1B30;
    padding: 5px 0;
    min-height: 54px;
    display: none;
    z-index: 99;
}

.call-phone .call-phone-item {
    flex: 1;
}

.call-phone .call-phone-item a, .call-phone .call-phone-item {
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    border-right: 1px solid #ce5555;
}

.call-phone .call-phone-item a img {
    width: 24px;
    margin: 0 auto;
    display: block;
}

.call-phone .call-phone-item a .sub-title, .call-phone .call-phone-item .sub-title {
    font-size: 12px;
    margin-top: 2px;
}

.fullscreen {
    width: 100%;
    position: fixed;
    bottom: 0;
    background: #fff;
    height: 20px;
    left: 0;
    right: 0;
    display: none;
    z-index: 99;
}

@media screen and (max-width: 1024px) {
    .pc-menu {
        display: none;
    }

    .phone-menu {
        display: block;
    }

    .image-list-container .image-list-item {
        margin: 10px 0;
        width: 100%;
        padding: 0;
    }

    .image-list-container.column {
        width: 100%;
        margin: 0;
    }

    .image-list-container.column-1 .image-list-item {
        width: 100%;
    }

    .image-list-container.column-2 .image-list-item {
        width: 100%;
    }

    .image-list-container.column-3 .image-list-item {
        width: 100%;
    }

    .image-list-container.column-4 .image-list-item {
        width: 100%;
    }

    .image-list-container.column-5 .image-list-item {
        width: 50%;
    }

    .call-phone {
        display: flex;
        align-items: center;
    }

    .customer-footer {
        margin-bottom: 54px;
    }
}

@media screen and (max-width: 1000px) {
    .footer-container .footer-container-center ul li {
        padding: 5px 10px;
    }
}

@media screen and (max-width: 767px) {
    .science-lab-btn {
        width: 34px;
        height: 34px;
        line-height: 34px;
        margin-right: 5px;
    }

    .science-lab-btn svg {
        margin-right: 0;
    }

    .science-lab-btn div {
        display: none;
    }

    .image-list-container.column-5 .image-list-item {
        width: 100%;
    }

    .phone-menu-header .phone-menu-header-left {
        width: 60px;
    }
}

@media screen and (max-width: 500px) {
    html, body {
        font-size: 14px;
    }

    .footer-container .footer-container-center ul li {
        display: block;
        padding: 5px 0;
    }

    .footer-container {
        display: block;
        text-align: center;
    }

    .footer-container .footer-container-center {
        margin-top: 10px;
    }

    .footer-container .footer-container-right {
        margin-top: 10px;
    }

    .image-list-container {
        display: block;
        padding: 0;
        width: 100%;
    }

    .image-list-container .image-list-item {
        margin: 10px 0;
        width: 100%;
        padding: 0;
    }
}

@media screen and (max-width: 400px) {
    .phone-menu-container-list {
        min-width: 100%;
    }
}

.no-data {
    text-align: center;
    margin-top: 20px;
}

.application-detail-list {

}

.application-detail-list-item {
    margin-top: 20px;
    background: #fff;
    height: auto !important;
}


.application-detail-list-item .item {
    padding: 10px;
    background: transparent;
}

.application-detail-list-item img {
    width: 100%;
    height: 300px;
    object-fit: contain;
}

.application-detail-list-item .application-detail-item-title {
    padding: 20px 0;
}

.application-detail-list-item .application-detail-item-excerpt {
    margin: 10px 0;
}

.application-detail-list-item .application-detail-item-title.related {
    position: relative;
    margin: 10px 0;
}

.application-detail-list-item .application-detail-item-title.related:after {
    position: absolute;
    width: 60px;
    height: 3px;
    content: ' ';
    display: block;
    background: #000;
    left: 0;
    bottom: 0;
}

.application-detail-list-item .application-detail-item-title a {
    color: #000;
    font-weight: bold;
}

.application-detail-list-item .application-detail-item-excerpt.related {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    text-overflow: ellipsis;
}

.related-product-container {
    background: #cbcbc9;
    padding: 20px 0;
}

.related-product-container-header {
    border-bottom: 1px solid #000;
    height: 30px;
}

.application-detail-item-related-category {
    background: rgba(0, 0, 0, 0.03);
    min-height: 80px;
    padding: 15px;
    border-top: 2px solid rgba(0, 0, 0, 0.125);
}

.application-detail-item-related-category a {
    color: rgba(53, 52, 49, 0.65);
    margin: 5px;
}

.confirmButtonClass {
    background: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}

.el-message-box__btns {
    text-align: center !important;
}

.custom-shangqiao {
    position: fixed;
    left: 3px;
    bottom: 0;
    z-index: 10001;
}

.custom-shangqiao ul {
    list-style: none;
    padding: 0;
}

.custom-shangqiao ul li {
    margin-bottom: 2px;
}

.custom-shangqiao ul li img {
    width: 66px;
}

.custom-shangqiao ul li a img {
    width: 100px;
}

#nb_icon_wrap {
    display: none !important;
}

.video-container {
    text-align: center;
    display: block !important;
}

.video-container video {
    max-width: 100%;
    max-height: 600px;
}

.iframe-container iframe {
    width: 100%;
    border: none;
}

.bdsharebuttonbox {
    text-align: left;
}

.bdsharebuttonbox img {
    width: 25px;
    cursor: pointer;
    vertical-align: middle;
    border: 1px solid #ddd;
    padding: 3px;
    border-radius: 3px;
    margin-right: 3px;
}

.share-qrcode-container {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    align-items: center;
    z-index: 1000;
    transition: opacity 0.3s linear 0s, visibility 0.3s linear 0s;
    opacity: 0;
    visibility: hidden;
    display: flex;
}

.share-qrcode-container.active {
    opacity: 1;
    visibility: visible;
}

.share-qrcode-container .qrcode-box {
    margin: 0 auto;
    background: #fff;
    padding: 10px;
    text-align: center;
    font-size: 14px;
    position: relative;
}

.share-qrcode-container .qrcode-box .close-box {
    position: absolute;
    bottom: -34px;
    left: 50%;
    margin-left: -12px;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.share-qrcode-container .qrcode-box .close-box > div {
    position: relative;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    opacity: 1;
    border: 1px solid #fff;
}

.share-qrcode-container .qrcode-box .close-box > div::before {
    content: '';
    width: 16px;
    background: #fff;
    height: 2px;
    display: block;
    transform-origin: center;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -1px;
    transform: rotate(45deg);
}

.share-qrcode-container .qrcode-box .close-box > div::after {
    content: '';
    width: 16px;
    background: #fff;
    height: 2px;
    display: block;
    transform-origin: center;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -1px;
    transform: rotate(-45deg);
}

.el-dropdown-menu {
    z-index: 20000 !important;
}

.el-popper {
    z-index: 10000 !important;
}

.v-modal {
    z-index: 9999 !important;
}

.el-message-box__wrapper {
    z-index: 10000 !important;
}

[v-cloak] {
    display: none;
}

/*新版本头部与脚部 start*/
.one-line-hide {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.new-footer-container {
    background: #fff;
    padding: 20px 0 0;
    border-top: 1px solid var(--primary-color);
    overflow: hidden;
}

.new-footer-container a {
    color: #000;
    font-weight: 500;
}

.new-footer-container ul {
    list-style: none;
    padding: 0;
}

.new-footer-container ul.menu-first {
    margin: 0 -15px;
}


.new-footer-container .menu-title {
    flex-basis: 25%;
    padding: 0 15px;
    margin-bottom: 15px;
}

.new-footer-container li:hover {
    background: transparent;
}

.new-footer-container .menu-title h2 {
    color: #000;
    font-weight: normal;
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
    margin-top: 0;
}

.new-footer-container .menu-title h2 .close {
    display: none;
}

.new-footer-container .menu-title.logo-box {
    flex-basis: 50%;
    text-align: right;
}

.new-footer-container .menu-title.logo-box p {
    margin: 15px 0;
}

.new-footer-container .menu-title.logo-box img {
    width: 100px;
}

.new-footer-container .copyright {
    font-size: 12px;
    color: #999;
    padding: 0 0 10px;
}

.new-footer-container .privacy-policy {
    font-size: 12px;
    color: #999;
    text-align: center;
    margin-top: 15px;
}

.new-footer-container .copyright a, .new-footer-container .privacy-policy a {
    color: #999;
}

.new-footer-container .friend-chain {
    background: #44403c;
    padding: 25px 15px;
}

.menu-logo-box .menu-first {
    flex: 1;
}

.menu-logo-box .logo-box {
    text-align: center;
    font-size: 12px;
    padding: 20px 30px 30px;
}

.menu-logo-box .logo-box img.logo {
    width: 100px;
}

.menu-logo-box .logo-box img.qr-code {
    width: 150px;
}

.menu-logo-box .logo-box .qr-code-box {
    margin-top: 40px;
}

.menu-logo-box .logo-box .cookie-link-box .cookie-setting {
    cursor: pointer;
}

.new-pc-menu-box {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    box-shadow: 0 1px 4px 2px #ddd;
    background: #fff;
    z-index: 999;
}

.new-pc-menu-box .nav-logo {
    padding: 10px 0 0;
}

.new-pc-menu-box .nav-logo a {
    color: #333;
}

.new-pc-menu-box .nav-logo img {
    width: 90px;
}

.new-pc-menu-box .nav-logo .shop img {
    width: 20px;
    vertical-align: middle;
}

.new-pc-menu-box .nav-logo .shop span {
    vertical-align: middle;
}

.new-pc-menu-box .nav-pc-container {
    padding: 0;
}

.new-pc-menu-box .nav-pc-container .nav-right {
    background: transparent;
    color: #000;
}

.new-pc-menu-box .nav-pc-container .nav-right > ul {
    text-align: left;
    margin: 0 -15px;
    display: table;
}

.new-pc-menu-box .nav-pc-container .nav-right > ul > li {
    padding: 0;
    position: unset;
}

.new-pc-menu-box .nav-pc-container .nav-right > ul > li > a {
    color: #333;
    display: block;
    padding: 20px 17px 15px;
    border-bottom: 2px solid #fff;
}

.new-pc-menu-box .nav-pc-container .nav-right > ul > li:hover > a {
    color: var(--primary-color);
    border-bottom: 2px solid var(--primary-color);
}

.new-pc-menu-box .nav-pc-container .nav-right .user-container a {
    color: #333;
}

.new-pc-menu-box .nav-pc-container .nav-right .search-item {
    margin-right: 0;
    margin-bottom: 15px;
}

.new-pc-menu-box .nav-pc-container .nav-right .search-item input {
    border: 1px solid #000;
    border-radius: 0;
    color: #000;
}

.new-pc-menu-box .pc-hover-menu-box {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #f7f7f7;
    background-size: cover;
    padding: 20px 0;
    overflow: auto;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-10px);
    display: none;
    min-height: 200px;
}

.new-pc-menu-box .nav-pc-container .nav-right > ul > li:hover .pc-hover-menu-box {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    display: block;
}

/*.new-pc-menu-box .pc-hover-menu-box.index-1 {*/
/*    display: block;*/
/*}*/


.new-pc-menu-box .pc-hover-menu-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.new-pc-menu-box .pc-hover-menu-box ul li:hover {
    background: transparent;
}

.new-pc-menu-box .pc-hover-menu-box a {
    color: #000;
}

.new-pc-menu-box .pc-hover-menu-box a:hover {
    background: transparent;
}

.new-pc-menu-box .pc-hover-menu-box h2 {
    font-size: 24px;
    font-weight: bold;
    padding: 20px 0;
    max-width: 280px;
}

.second-menu-ul {
    background: #eee;
    display: inline-block;
    width: 280px;
    position: relative;
}

.second-menu-li {
    vertical-align: top;
}


.second-menu-li > a {
    display: block;
    padding: 10px 32px 10px 20px;
    font-size: 16px;
    position: relative;
}

/*.second-menu-li:hover > a {*/
/*    background: rgba(237, 27, 47, 1) !important;*/
/*    color: #fff;*/
/*}*/

.second-menu-li.active > a {
    background: rgba(237, 27, 47, 1) !important;
    color: #fff;
}

/*.second-menu-li:hover > a.has-child::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    border-top: 8px solid transparent;*/
/*    border-bottom: 8px solid transparent;*/
/*    border-left: 12px solid #fff;*/
/*    right: 15px;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*}*/

.second-menu-li.active > a.has-child::after {
    content: '';
    position: absolute;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 12px solid #fff;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.third-menu-ul {
    position: absolute;
    left: 100%;
    top: 0;
    display: none;
    transition: visibility 0.3s linear 0s, opacity 0.3s linear 0s, transform 0.2s linear 0s;
    padding: 0 10px 20px !important;
    box-sizing: border-box;
    margin-top: -5px !important;
    margin-bottom: -5px !important;
    overflow: auto;
}

/*.second-menu-li:hover .third-menu-ul {*/
/*    opacity: 1;*/
/*    visibility: visible;*/
/*    transform: translateX(0);*/
/*}*/

.second-menu-li.active .third-menu-ul {
    display: block;
}


/*.third-menu-ul.index-1 {*/
/*    display: block;*/
/*}*/

.third-menu-li {
    display: inline-block;
    width: 200px;
    padding: 5px;
    vertical-align: top;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #f7f7f7;
}

.third-menu-li > a {
    display: block;
    font-size: 14px;
    background: #eee;
    padding: 5px 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #9d9d9d;
}

.third-menu-li > a:hover {
    color: var(--primary-color);
}

.third-menu-li:hover > a {
    background: #eee !important;
}

.third-menu-li:hover {
    border: 1px solid #999;
}

.four-menu-ul {
    border: 1px solid rgba(255, 255, 255, 0.15);
    height: 100px;
    overflow: auto;
    padding: 10px !important;
    background: #eee;
}


.four-menu-li > a {
    font-size: 12px;
    display: block;
    margin: 6px 0;
}

.four-menu-li > a:hover {
    color: var(--primary-color);
}

.no-login img.register {
    width: 20px;
    vertical-align: middle;
}

.no-login img.login {
    width: 18px;
    vertical-align: middle;
}

.no-login span {
    vertical-align: middle;
}

.aivia-box {
    width: 100%;
    margin: 15px auto;
    background-size: cover;
    background-attachment: local;
    background-repeat: no-repeat;
    box-sizing: border-box;
}

.timeline-box {
    padding: 15px 0;
}

.timeline-block.iphone {
    font-size: 14px;
    color: #000;
    margin-bottom: 20px;
}

.timeline-box .el-timeline-item__timestamp.is-top {
    font-size: 18px;
}

.timeline-box li:hover, .slide-box li:hover {
    background-color: transparent;
}

.timeline-list {
    position: relative;
    margin-top: 40px;
}

.timeline-list::before {
    content: '';
    width: 100%;
    height: 2px;
    background: #E4E7ED;
    position: absolute;
    top: -35px;
}

.timeline-list .timeline-item {
    position: relative;
    flex: 1;
}

.timeline-list .timeline-item .el-card {
    height: 100%;
}

.timeline-list .timeline-item::before {
    content: '';
    position: absolute;
    background: var(--primary-color);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    top: -40px;
    left: 0;
}

.timeline-list .timeline-item .timestamp {
    position: absolute;
    font-size: 18px;
    font-weight: 600;
    left: 0;
    top: -30px;
}

.slide-box img {
    width: 100%;
}

.modules-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1.25rem 0;
    margin: 1.5rem 0 2.5rem;
}

.modules-box .module {
    background: var(--primary-color);
    width: 49%;
    padding: 15px 0;
    display: flex;
    justify-content: center;
    gap: .75rem;
    align-items: center;
    color: #fff;
    font-size: 1rem;
}

.modules-box .module p {
    margin-bottom: 0;
}

.modules-box .module img {
    width: 40px;
}

.cookie-box {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2147483646;
}

.cookie-front {
    width: 650px;
    max-width: 95%;
    background: #fff;
    padding: 30px;
    font-size: 12px;
    color: #696969;
    margin-top: 50px;
    border-radius: 5px;
    box-sizing: border-box;
}

.cookie-front-footer {
    padding-top: 15px;
    text-align: center;
}

.cookie-front-footer button, .cookie-back-choice-content .cookie-back-footer button {
    background: var(--primary-color);
    border-color: var(--primary-color);
    font-size: 12px;
    font-weight: bold;
    min-width: 130px;
    padding: 10px;
    margin: 5px;
    outline: none;
}

.cookie-front-footer button.setting {
    background: transparent;
    color: var(--primary-color);
}

.cookie-front-footer button:hover, .cookie-back-choice-content .cookie-back-footer button:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
}

.cookie-front-footer button:active, .cookie-back-choice-content .cookie-back-footer button:active {
    outline: none;
    background: var(--primary-color);
    border-color: var(--primary-color);
}

.cookie-front-footer button:focus {
    outline: none !important;
    background: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}

.cookie-front-footer button.setting:hover {
    background: transparent;
}

.cookie-front-footer button.setting:focus, .cookie-front-footer button.setting:active {
    outline: none !important;
    background: transparent !important;
    border-color: var(--primary-color) !important;
    color: var(--primary-color) !important;
}

.cookie-back {
    width: 650px;
    max-width: 100%;
    background: #fff;
    padding: 0 30px;
    font-size: 12px;
    color: #696969;
    margin-top: 50px;
    border-radius: 5px;
    height: 468px;
    max-height: calc(100% - 50px);
    box-sizing: border-box;
}

.cookie-back-head {
    padding: 15px 0;
    border-bottom: 1px solid #e9e9e9;
    height: 74px;
}

.cookie-back-head img {
    width: 70px;
}

.cookie-back-body h3 {
    color: #696969;
    font-size: 18px;
    font-weight: bold;
}

.cookie-back-body a {
    color: var(--primary-color);
    text-decoration: underline;
}

.cookie-back-body .cookie-list {
    border: 1px solid #eee;
}

.cookie-back-body .cookie-list .cookie-item-title {
    flex: 1;
    padding: 5px 10px;
    color: #696969;
    font-size: 14px;
    font-weight: bold;
}

.cookie-back-body .cookie-list .cookie-item-title .status {
    color: #3860be;
}

.cookie-back-body .cookie-list .cookie-item-content {
    padding: 15px;
    color: #696969;
    background: #F8F8F8;
}

.cookie-back-body .cookie-list .cookie-item-content .change {
    color: var(--primary-color);
    cursor: pointer;
}

.cookie-back-choice-content {
    height: calc(100% - 74px);
}

.cookie-back-choice-content .cookie-back-footer {
    text-align: right;
    padding: 15px 0;
    height: 80px;
}

.cookie-back-choice-content .cookie-back-body {
    height: calc(100% - 80px);
    overflow: auto;
}

.type-filter-popover {
    z-index: 2222222222222 !important;
}

.cookie-back-filter-head {
    height: 80px;
}

.cookie-back-filter-head .back-to-choice {
    padding: 5px 0;
}

.cookie-back-filter-head .back-to-choice, .cookie-back-filter-head .back-to-choice i {
    font-size: 16px;
    font-weight: bold !important;
}

.cookie-back-filter-head .back-to-choice i {
    margin-right: 10px;
    cursor: pointer;
}

.cookie-back-filter-head .filter-box {
    padding: 0 15px;
}

.cookie-back-filter-head .filter-box .filter-input {
    flex: 1;
    margin-right: 15px;
}

.cookie-back-filter-head .filter-box .type-filter .filter-btn {
    background: #3860be;
    border-color: #3860be;
}

.filter-type-box .clear-filter {
    text-align: right;
    font-size: 16px;
    font-weight: bold;
    color: #696969;
    cursor: pointer;
}

.filter-type-box .filter-type-item {
    padding: 8px 0;
    font-size: 16px;
}

.filter-type-box .filter-type-btn {
    padding: 15px 0 0 0;
}

.filter-type-box .filter-type-btn button {
    background: var(--primary-color);
    border-color: var(--primary-color);
    font-size: 12px;
    font-weight: bold;
    min-width: 80px;
    padding: 10px;
    margin: 5px;
    outline: none;
}

.filter-type-box .filter-type-btn button:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
}

.filter-type-box .filter-type-btn button:active {
    outline: none;
    background: var(--primary-color);
    border-color: var(--primary-color);
}

.cookie-back-list {
    height: calc(100% - 80px);
    overflow: auto;
}

.cookie-back-list-item .el-collapse-item__header {
    height: 80px;
}

.cookie-back-list-item .el-collapse-item__header .domain .value {
    height: auto;
    line-height: 1;
    font-weight: bold;
    font-size: 12px;
    color: #696969;
}

.cookie-back-list-item .el-collapse-item__header .domain .tip {
    height: auto;
    line-height: 1;
    color: var(--primary-color);
    margin-top: 8px;
    font-size: 12px;
}

.real-cookie-list .real-cookie-item {
    display: table;
    width: 95%;
    padding: 10px;
    background-color: #F8F8F8;
    margin-bottom: 10px;
}

.real-cookie-list .real-cookie-item .value-item {
    display: table-row;
    font-size: 10px;
    color: #696969;
}

.real-cookie-list .real-cookie-item .value-item .title {
    display: table-cell;
    width: 30%;
    padding: 5px 0;
}

.real-cookie-list .real-cookie-item .value-item .value {
    display: table-cell;
    padding: 5px 0;
}
@media (max-width: 992px) {
    .new-footer-container .friend-chain .friend-chain-content{
        display: block;
    }
    .new-footer-container .friend-chain .friend-chain-content a {
        width: 100%;
        justify-content: center;
        margin: 25px 0;
    }
}

@media (max-width: 767px) {
    .new-footer-container .friend-chain .friend-chain-content{
        display: block;
    }
    .new-footer-container ul.menu-first {
        display: block;
    }

    .new-footer-container ul.menu-second {
        display: none;
    }

    .new-footer-container .menu-title {
        margin-bottom: 0;
    }


    .new-footer-container .menu-title h2 {
        font-size: 16px;
        margin-bottom: 0;
    }

    .new-footer-container .menu-title h2 a {
        flex: 1;
    }

    .new-footer-container .menu-title h2 .close {
        position: relative;
        display: block;
        width: 16px;
        height: 16px;
    }

    .new-footer-container .menu-title h2 .close::before {
        content: '';
        position: absolute;
        width: 16px;
        height: 2px;
        background: #999;
        right: 0;
        top: 7px;
        transition: transform 0.3s linear 0s;
    }

    .new-footer-container .menu-title h2 .close::after {
        content: '';
        position: absolute;
        width: 16px;
        height: 2px;
        background: #999;
        right: 0;
        top: 7px;
        transform: rotate(90deg);
        transition: transform 0.3s linear 0s;
    }

    .new-footer-container .menu-title.active h2 .close::before {
        transform: rotate(-45deg);
    }

    .new-footer-container .menu-title.active h2 .close::after {
        transform: rotate(45deg);
    }

    .new-footer-container .menu-title.logo-box {
        text-align: left;
    }

    .menu-logo-box {
        display: block;
    }

    .menu-logo-box .logo-box {
        padding: 20px 0;
    }

    .modules-box .module {
        width: 49%;
    }

    .modules-box .module img {
        width: 30px;
    }

    .timeline-list {
        flex-direction: column;
        padding-left: 30px;
        gap: 30px !important;
    }

    .timeline-list::before {
        left: 5px;
        width: 2px;
        height: 100%;
        top: 0;
    }

    .timeline-list .timeline-item .timestamp {
        position: unset;
        margin-top: -10px;
    }

    .timeline-list .timeline-item::before {
        top: 0;
        left: -30px;
    }

    .cookie-box.flex {
        align-items: center;
    }

    .cookie-front {
        margin-top: 0;
    }

    .cookie-back {
        margin-top: 0;
        height: 100%;
        max-height: 100%;
    }

    .custom-shangqiao ul li a img {
        width: 85px;
    }
}

/*新版本头部与脚部 end*/

.software-item {
    position: relative;
    min-height: 45px;
    text-align: center;
}

.software-item span {
    display: inline-block;
    text-align: left;
}

.support-service {
    max-width: 440px;
    border: 1px solid #ddd;
    box-shadow: 0 0 20px 5px #ddd;
    padding: 35px 45px;
    margin: 0 auto;
    line-height: 30px;
    border-radius: 5px;
}