html {
    background-color: #ffffff;
}

body {
    margin: 0;
    padding: 0;
    min-height: 100%;
    background-color: #ffffff;
}

@view-transition {
    navigation: auto;
}

::view-transition-old(root) {
    animation: mh-page-fade-out 120ms ease both;
}

::view-transition-new(root) {
    animation: mh-page-fade-in 180ms ease both;
}

@keyframes mh-page-fade-out {
    to {
        opacity: 0.92;
    }
}

@keyframes mh-page-fade-in {
    from {
        opacity: 0.92;
    }
}

@media (prefers-reduced-motion: reduce) {
    ::view-transition-old(root),
    ::view-transition-new(root) {
        animation-duration: 0.01ms;
    }
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

.header-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 16px 190px 16px 48px;
}

.header-left .header-logo {
    cursor: pointer;
}

.header-right {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
}

    .header-right ul:nth-child(1) {
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

    .header-right .header-item {
        position: relative;
        margin: 10px 20px;
        text-align: center;
        cursor: pointer;
    }

.header-item a {
    color: #222222;
    text-decoration: none;
}

.header-tm {
    position: absolute;
    right: 48px;
    width: 100px;
    /* height: 50px; */
    display: flex;
    align-items: center;
    justify-content: space-around;
    color: #ffffff;
    padding: 17px;
    background: #6C0013;
    border-radius: 25px;
    background-color: #6C0013;
    z-index: 10;
}

.active {
    position: relative;
}

    .active a {
        color: #6C0013;
        /* font-weight: bold; */
    }

    .header-item img, .active img {
        position: absolute;
        bottom: -15px;
        left: calc(50% - 16px);
        opacity: 0;
        /* display: none; */
    }

.header-tm {
    cursor: pointer;
    flex-direction: column;
}

.dropdown-content {
    display: none;
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #6c0013;
}

    .dropdown-content li {
        width: 100%;
        text-align: center;
        padding-top: 10px;
        margin: 0;
    }

    .dropdown-content .my-weChat {
        position: relative;
    }

        .dropdown-content .my-weChat .qrcode {
            display: none;
            width: 120px;
            height: 120px;
            position: absolute;
            left: -110px;
            bottom: -10px;
            z-index: 10;
        }

.tm-top {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.footer-content {
    padding: 72px 160px 48px 160px;
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
    color: #ffffff;
    background-color: #6c0013;
}

.footer-top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.footer-top-right .footer-ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

    .footer-top-right .footer-ul .footer-item {
        margin: 0 30px;
    }

        .footer-top-right .footer-ul .footer-item:last-child {
            margin-right: 0;
        }

        .footer-top-right .footer-ul .footer-item a {
            text-decoration: none;
            font-family: OPPO Sans, OPPO Sans;
            font-weight: 500;
            color: #FEF1EA;
            text-align: center;
            font-style: normal;
            text-transform: none;
        }

.footer-bottom {
    margin-top: 30px;
}

.bottom-concat-us-content {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 16px;
}

.footer-top-left img {
    vertical-align: bottom;
}

.bottom-concatus-content-left {
    /* width: 55%; */
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: flex-start;
}

    .bottom-concatus-content-left .content-left-two, .bottom-concatus-content-left .content-left-three {
        margin-left: 80px;
    }

    .bottom-concatus-content-left p {
        margin: 0;
        font-family: OPPO Sans, OPPO Sans;
        font-weight: 400;
        font-size: 12px;
        color: #FFFFFF;
        line-height: 24px;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }

.bottom-concatus-content-right {
    /* width: 20%; */
    margin-left: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.right-shop {
    width: 240px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: #7b1a2b;
    padding: 0 30px;
    border-radius: 50px;
}

.right-shop .taobao-up {
    position: relative;
}

.taobao-up .bottom-qrcode {
    width: 120px;
    height: 120px;
    position: absolute;
    top: -100px;
    display: none;
}

.right-shop p {
    cursor: pointer;
    margin: 0;
}

.right-shop p:nth-child(2), .right-shop p:nth-child(3) {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFFFFF;
}

.right-shop p:nth-child(4) {
    padding: 5px 10px;
    border-radius: 50px;
    background-color: #6c0013;
}

.right-up {
    width: 40px;
    height: 50px;
    padding: 0 20px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 25px;
    background-color: #7b1a2b;
    cursor: pointer;
}

.fixed-left {
    position: fixed;
    bottom: 5px;
    left: 40px;
    z-index: 10;
    cursor: pointer;
}

.left-item {
    width: 220px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    color: #ffffff;
    font-size: 14px;
}

    .left-item p {
        margin: 0;
    }
    .left-item p img {
        width:16px;
        height:12px;
    }
    .left-item p:nth-child(4) img {
        width:52px;
        height: 12px;
    }


        .left-item p:nth-child(2), .left-item p:nth-child(3) {
            width: 30px;
            height: 30px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: #FFFFFF;
        }

        .left-item p:nth-child(4) {
            height: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 5px 10px;
            border-radius: 50px;
            background-color: #6c0013;
        }

.fixed-down {
    position: fixed;
    bottom: 30px;
    right: 50px;
    z-index: 10;
    cursor: pointer;
}

.fixed-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.fixed-icon {
    width: 41px;
    height: 41px;
    position: relative;
    /* display: flex;
    align-items: center;
    justify-content: center; */
    border-radius: 50%;
    overflow: hidden;
    background-color: #ffffff;
}

    .fixed-icon img {
        width: 12px;
        height: 14px;
        position: absolute;
        top: 10px;
        left: calc(50% - 6px);
        transition: top 0.1s ease-in-out;
        margin-bottom: 5px;
    }

.fixed-item div:nth-child(2) {
    font-size: 15px;
    color: #ffffff;
    margin-top: 6px;
}

.mt10 {
    margin-top: 10px;
}

.mt5 {
    margin-top: 5px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}
