* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body,html {
    background: #ffffff;
    width: 100%;
    font-size: 14px;
    overflow-x: hidden;
    position: relative;
}
div {
    display: flex;
}
ul {
    list-style-type: none;
}
.layui-layer, .layui-layer div {
    display: block;
}
.animation-transition,.animation-transition * {
    transition: all .4s ease-in-out;
}
.layui-layer {
    transition: none;
}
.animation-transition-decoration::after {
    content: "";
    width: 0;
    height: 1px;
    display: block;
    background: #e7004c;
    margin-top: 3px;
    transition: all .4s ease-in-out;
}
.animation-transition-decoration:hover{
    color: #e7004c;
}
.animation-transition-decoration:hover::after{
    width: 100%;
}
.animation-transition-button::after {
    content: "";
    transition: all .4s ease-in-out;
    background: #e7004c;
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -50px;
    cursor: pointer;
}
.animation-transition-button:hover::after {
    bottom: 0;
}
.animation-transition-button span{
    position: relative;
    z-index: 2;
    cursor: pointer;
}


header.navbar-header-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 100%;
    z-index: 12;
    top: 0;
    left: 0;
    padding: 10px;
    background: #FFFFFF;
}
.btn-navbar-menu {
    width: 20px;
    height: 20px;
}
.navbar-header-logo-wrapper {
    flex: 1;
    justify-content: center;
}
.navbar-header-logo-wrapper svg {
    height: 30px;
    fill: #a25644;
}

nav.navbar {
    display: flex;
    position: fixed;
    z-index: 20;
    background: #FFFFFF;
    width: 100%;
    height: 100vh;
    top: 0;
    left: -100vw;
}
.navbar-menu-wrapper {
    margin-top: 100px;
    padding: 0 25px;
    width: 100%;
}
.navbar-menu-wrapper li {
    margin-top: 20px;
}
.navbar-menu-wrapper li .title {
    flex: 1;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
.navbar-menu-wrapper li a {
    text-decoration: none;
    color: #000000;
    font-size: 18px;
    font-weight: 500;
}
.navbar-menu-wrapper li .title a {
    padding-left: 20px;
    border-left: 5px solid #e7004c;
}
.navbar-menu-wrapper li .title span{
    display:inline-block;
    border-style:solid;
    width:7px;
    height:7px;
    border-width:2px 2px 0 0;
    border-color:#555555;
    transform: rotate(45deg);
}
.navbar-menu-wrapper li.active span {
    border-color:#000000;
    transform: matrix(-0.71,0.71,-0.71,-0.71,0,0);
}
.navbar-menu-wrapper li.active .navbar-sub-wrapper{
    height: 230px
}
.navbar-menu-wrapper li .navbar-sub-wrapper {
    display: flex;
    height: 0;
    padding-left: 25px;
    width: 100%;
    overflow: hidden;
}
.navbar-menu-wrapper li .navbar-sub-wrapper li {
    margin-top: 10px;
}
.navbar-menu-wrapper li .navbar-sub-wrapper li a {
    font-size: 16px;
}
.btn-close-navbar {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
}


.detail-product-title {
    display: none;
    justify-content: space-between;
    align-items: center;
    margin: 10px 10%;
    padding-bottom: 10px;
    border-bottom: 1px solid #CCCCCC;
    width: 80%;
    z-index: 3;
}
.detail-product-title h5 {
    font-size: 14px;
    font-weight: normal;
}
.detail-product-title a {
    position: relative;
    background: #000000;
    color: #ffffff;
    display: inline-block;
    text-align: center;
    letter-spacing: 2px;
    overflow: hidden;
    padding: 5px 10px;
    text-decoration: none;
    font-size: 12px;
    margin-left: 10px;
}
.detail-product-title a:hover span {
    color: #FFFFFF;
}

.footer-wrapper {
    position: relative;
    z-index: 1;
    width: 100%;
    bottom: 0;
    background: #000;
    padding: 20px 5%;
}
.footer-logo {
    display: flex;
}
.footer-logo img {
    height: 35px;
    fill: #a25644;
}
.footer-content-concat {
    margin-top: 20px;
    justify-content: space-between;
}
.footer-content-concat-social {
    flex-direction: column;
}
.footer-content-concat-social ul {
    display: flex;
    margin-top: 10px;
}
.footer-content-concat-social ul li {
    margin-right: 10px;
    cursor: pointer;
}
.footer-content-concat-social ul li:hover{
    transform: scale(1.2);
}
.footer-content-concat-social ul li img{
    width: 25px;
    height: 25px;
}
.footer-content-concat h4{
    color: #ffffffb3;
    font-size: 14px;
    font-weight: normal;
}
.footer-content-concat-after {
    flex-direction: column;
}
.footer-content-concat-after a{
    font-size: 18px;
    color: #ffffff;
    margin-top: 5px;
    letter-spacing: 2px;
    text-decoration: none;
}
.footer-navbar-wrapper {
    margin-top: 30px;
    display: block;
}
.footer-navbar-wrapper ul {
    height: 0;
    overflow: hidden;
}
.footer-navbar-wrapper h4{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-navbar-wrapper h4 a{
    color: #ffffff;
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
}
.footer-navbar-wrapper ul li {
    height: 30px;
    line-height: 30px;
}
.footer-navbar-wrapper h4 span{
    display:inline-block;
    border-style:solid;
    width:7px;
    height:7px;
    border-width:2px 2px 0 0;
    border-color:#FFFFFF;
    transform: rotate(45deg);
}
.footer-navbar-wrapper.active h4 span {
    transform: matrix(-0.71,0.71,-0.71,-0.71,0,0);
}
.footer-navbar-wrapper ul a {
    color: #ffffffb3;
    font-size: 12px;
    text-decoration: none;
    display: inline-block;
}
.footer-tip{
    margin-top: 60px;
    font-size: 8px;
    color: #333333;
}
.footer-tip > p{
    margin-top: 5px;
    margin-right: 5px;
}
.footer-tip > div{
    display: block;
}
.footer-copyright {
    width: 100%;
    margin-top: 10px;
    border-top: 1px solid #333333;
    padding: 10px 0;
    display: block;
}
.footer-copyright .copyright {
    color: #666666;
    font-size: 14px;
    margin-top: 10px;
}
.footer-copyright .copyright a {
    margin: 0 5px;
    text-decoration: none;
    color: #666666;
    font-size: 14px;
}
.footer-copyright .copyright a:hover {
    color: #e7004c;
}


.index-wrapper {
    width: 100%;
    position: absolute;
    flex-direction: column;
    align-items: center;
}
.index-banner-wrapper {
    width: 100%;
    z-index: 10;
    position: relative;
    margin-top: 50px;
}
.index-banner-item-wrapper {
    width: 100%;
    position: relative;
    margin-top: -4px;
}
.index-banner-item-wrapper > img {
    width: 100%;
}
.index-banner-item-wrapper > video {
    display: block;
    width: 100%;
    pointer-events: none;
}
.index-banner-item-content {
    position: absolute;
    bottom: 8%;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #ffffff;
}

.index-banner-item-content h5{
    letter-spacing: 1.3px;
    font-weight: 750;
    font-size: 22px;
}

.index-banner-item-content p{
    letter-spacing: 1.2px;
    font-size: 14px;
    margin-top: 10px;
}
.index-banner-item-video-btn {
    position: absolute;
    bottom: 10px;
    right: 0px;
}
.index-banner-item-video-btn img {
    width: 20px;
    height: 20px;
    margin: 0 5px;
    cursor: pointer;
}

.index-banner-item-content .index-banner-item-content-btn {
    margin-top: 30px;
}

.index-banner-item-content .index-banner-item-content-btn a{
    position: relative;
    width: 100px;
    height: 40px;
    background: #ffffff;
    color: #000000;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    letter-spacing: 2px;
    overflow: hidden;
    margin: 0 10px;
    text-decoration: none;
    font-size: 12px;
}
.index-banner-item-content .index-banner-item-content-btn a:hover span {
    color: #FFFFFF;
}

.index-product-wrapper{
    width: 100%;
    margin-top: -5px;
    position: relative;
    display: block;
    overflow: hidden;
}
.index-product-wrapper .index-product-swiper{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    position: relative;
    z-index: 10;
    width: 100%;
    background: #ffffff;
    padding: 80px 0;
}
.index-product-wrapper .index-product-swiper .li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.index-product-wrapper .index-product-swiper  .li:hover img {
    transform: scale(1.2);
}
header.navbar-header-wrapper:hover .navbar-menu-wrapper .navbar-sub-wrapper .li a {
    color: #ffffff;
}
.index-product-wrapper .index-product-swiper  .li > div{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 420px;
    height: 350px;
}
.index-product-wrapper .index-product-swiper  .li > p:nth-child(1) {
    letter-spacing: 1.3px;
    font-weight: bold;
}
.index-product-wrapper .index-product-swiper  .li > p:nth-child(2) {
    letter-spacing: 1.2px;
}
.index-product-wrapper .index-product-swiper  .li > p {
    color: #555;
    margin: 3px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.index-product-wrapper .index-product-swiper  .li > p img {
    max-height: 90%;
    max-width: 90%;
}
.index-product-wrapper .index-product-swiper  .li > a{
    width: 160px;
    height: 50px;
    background: #000000;
    display: inline-block;
    line-height: 50px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 20px;
    letter-spacing: 2px;
    position: relative;
    overflow: hidden;
    text-decoration: none;
}
.index-product-img-wrapper {
    width: 100%;
}
.index-product-img-wrapper img {
    width: 100%;
}

.index-brand-value-wrapper {
    background: #FFFFFF;
    padding: 10px 10%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    z-index: 10;
    position: relative;
}
.index-brand-value-wrapper .index-brand-value {
    flex-grow: 1;
    flex-shrink: 0;
    width: 100%;
    justify-content: space-between;
    flex-direction: column;
}
.index-brand-value-wrapper .index-brand-value > div{
    margin-bottom: 20px;
    flex-direction: column;
    position: relative;
}
.index-brand-value-wrapper .index-brand-value > div span{
    position: absolute;
    left: -20px;
    top: 15px;
}
.index-brand-value-wrapper .index-brand-value > div h5{
    font-family: monospace;
    font-size: 24vw;
    cursor: pointer;
}
.index-brand-value-wrapper .index-brand-value > div h5:hover {
    color: #e7004c;
}
.index-brand-value-wrapper .index-brand-value > div p{
    font-size: 12px;
}
.index-brand-value-explain{
    margin-top: 30px;
    flex-grow: 1;
    color: #cccccc;
    font-size: 8px;
}
.index-brand-value-explain li {
    margin: 2px 0;
    position: relative;
}
.index-brand-value-explain li span{
    position: absolute;
    bottom: -3px;
    left: -53px;
    text-align: right;
    width: 50px;
}




.index-shopping-wrapper {
    background: #000000;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    position: relative;
    z-index: 10;
}
.index-shopping-wrapper .index-shopping-item {
    width: 100%;
    flex-direction: column;
    position: relative;
    z-index: 2;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
    height: 300px;
}
.index-shopping-wrapper .index-shopping-item h6 {
    font-size: 26px;
    color: #ffffff;
}

.index-shopping-item a {
    display: inline-block;
    position: relative;
    width: 60%;
    height: 50px;
    background: #ffffff;
    line-height: 50px;
    text-align: center;
    color: #000000;
    margin-top: 20px;
    letter-spacing: 2px;
    overflow: hidden;
    text-decoration: none;
}
.index-shopping-item a::after {
    content: "";
    transition: all .4s ease-in-out;
    background: #000000;
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -50px;
    cursor: pointer;
}
.index-shopping-item a:hover span {
    color: #ffffff;
}
.index-shopping-item a:hover::after {
    bottom: 0;
}
.index-shopping-item a span{
    position: relative;
    z-index: 2;
    cursor: pointer;
}
.index-shopping-offline > div {
    margin-top: 40px;
    margin-bottom: 40px;
    border: 1px solid #fff;
    width: 380px;
    height: 50px;
    display: flex;
    overflow: hidden;
    align-items: center;
}
.index-shopping-offline > div input{
    display: block;
    width: calc(100% - 50px);
    height: 100%;
    background: rgba(0, 0, 0, 0);
    border: 0;
    resize: none;
    outline: none;
    padding-left: 25px;
    color: #fff;
}
.index-shopping-offline > div input::placeholder {
    color: #fff;
}
.index-shopping-offline > div .index-shopping-btn {
    border-left: 1px solid #FFFFFF;
    justify-content: center;
    align-items: center;
    height: 30px;
    width: 50px;
}
.index-shopping-offline > div img {
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.index-shopping-online > div {
    color: #FFFFFF;
    font-size: 14px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.index-shopping-offline:hover + .index-shopping-background {
    top: 0;
}
.index-shopping-online:hover + .index-shopping-background {
    top: 50%;
}
.index-shopping-background {
    position: absolute;
    width: 100%;
    height: 300px;
    background: #e7004c;
    left: 0;
    z-index: 1;
    top: 300px;
}

video {
    width: 100%;
    object-fit: fill;
}
/* 闪烁 */
@keyframes flash {
    0%{
        opacity: 0;
        transform: scale(0.2);
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

header.navbar-header-wrapper {
    z-index: 591;
}
.detail-product-title {
    display: flex;
}
.detail-wrapper {
    flex-direction: column;
    position: absolute;
    width: 100%;
}
.detail-content-wrapper {
    flex-direction: column;
    position: relative;
    background: #FFFFFF;
}

.detail-product-1 {
    width: 100%;
    position: relative;
    margin-top: 50px;
}

.detail-product-1-content {
    width: 100%;
    height: 100%;
    position: absolute;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #000000;
}
.detail-product-1-content h5 {
    font-size: 26px;
}
.detail-product-1-content p {
    font-size: 16px;
    margin-top: 10px;
}
.detail-product-2 {
    width: 100%;
    background: #FFFFFF;
    margin-top: 50px;
    text-align: center;
    display: flex;
    flex-direction: column;
}
.detail-product-2-header-title {
    width: 100%;
    font-size: 26px;
    font-weight: bold;
    display: block;
}
.detail-product-2-header-img {
    width: 100%;
}
.detail-product-2-content {
    position: relative;
    width: 100%;
}
.detail-product-2-content img,.detail-product-2-content vidoe {
    width: 100%;
}
.detail-product-3 {
    width: 100vw;
    flex-direction: column;
    position: relative;
    background: #FFFFFF;
    overflow: hidden;
}
.detail-product-3 .content2 {
    overflow: scroll;
    position: relative;
}
.detail-product-3 .content2 > img {
    height: 500px;
}
.detail-product-3 .content2 .point-item .point {
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 1;
    cursor: pointer;
}

.detail-product-3 .content2 .point-item .point i{
    position: absolute;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 100%;
}
.detail-product-3 .content2 .point-item .point .p1{
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 1);
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
}
.detail-product-3 .content2 .point-item .point .p2{
    animation: flash 1.5s linear infinite;
}
.detail-product-3 .content2 .point-item .point .p3{
    animation: flash 1.5s linear .5s infinite;
}
.detail-product-3 .content2 .point-item .point .p4{
    animation: flash 1.5s linear 1s infinite;
}
.detail-product-3 .content2 .point-item .line {
    width: 1px;
    background: #000000;
    position: absolute;
}
.detail-product-3 .content2 .point-item .explain {
    position: absolute;
    width: 100vw;
    flex-direction: column;
}
.detail-product-3 .content2 .point-item .explain .sub-title {
    color: #555555;
    font-size: 12px;
    margin-top: 10px;
}
.detail-product-4 {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    background: #FFFFFF;
    margin-top: 50px;
    padding: 0 10px;
}
.detail-product-4 h5 {
    font-size: 28px;
    font-weight: normal;
}
.detail-product-4 h6 {
    font-size: 12px;
    font-weight: normal;
    color: #555555;
    margin-top: 20px;
    display: flex;
    text-align: center;
}
.detail-product-4 h6 span {
    margin-right: 2px;
    transform: scale(0.7);
    margin-top: -3px;
}
.detail-product-4 .content {
    position: relative;
    margin-top: 20px;
    overflow: hidden;
    user-select: none;
    cursor: pointer;
}
.detail-product-4 .content::before {
    position: absolute;
    top: 10px;
    left: 10px;
    content: "Before";
    z-index: 3;
    font-size: 16px;
    letter-spacing: 1.5px;
}
.detail-product-4 .content::after {
    position: absolute;
    top: 10px;
    right: 10px;
    content: "After";
    color: #FFFFFF;
    z-index: 3;
    font-size: 16px;
    letter-spacing: 1.5px;
}
.detail-product-4 .content img {
    width: 100vw;
}
.detail-product-4 .content .raw{
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
    position: relative;
}
.detail-product-4 .content .now{
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    overflow: hidden;
    height: 100%;
}
.detail-product-4 .content .line{
    position: absolute;
    height: 100%;
    width: 40px;
    left: calc(50% - 18px);
    justify-content: center;
    align-items: center;
    overflow: hidden;
    cursor: pointer;
}
.detail-product-4 .content .line::before,.detail-product-4 .content .line::after{
    position: absolute;
    content: "";
    height: calc(50% - 18px);
    width: 2px;
    background: #FFFFFF;
}
.detail-product-4 .content .line::before {
    top: 0;
}
.detail-product-4 .content .line::after{
    bottom: 0;
}
.detail-product-4 .content .line .line-center{
    border-radius: 50%;
    border: 2px solid #FFFFFF;
    width: 40px;
    height: 40px;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}
.detail-product-4 .content .line .line-center:before {
    content: "";
    float: left;
    width: 0;
    height: 0;
    border-width: 7px;
    border-style: solid;
    border-color: transparent #FFFFFF transparent transparent;
}
.detail-product-4 .content .line .line-center:after {
    content: "";
    float: left;
    width: 0;
    height: 0;
    border-width: 7px;
    border-style: solid;
    border-color: transparent transparent transparent #FFFFFF;
}
.detail-product-5 {
    width: 100%;
    margin-top: 50px;
    padding: 0 10px;
    position: relative;
    background: #FFFFFF;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.detail-product-5 img {
    max-width: 100%;
    max-height: 100%;
}
.detail-product-5 video {
    max-width: 100%;
    max-height: 100%;
}
.detail-product-5 div {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.detail-product-5 .text {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    margin-left: 10px;
    margin-top: 10px;
    display: block;
}
.left-swiper,.center-top-swiper,.center-bottom-swiper,
.right-top-swiper,.right-bottom-swiper {
    width: 200px;
    height: 200px;
}
.detail-product-5 .top .left {
    margin-right: 10px;
    height: 400px;
    width: 50%;
}
.detail-product-5 .top .center {
    flex-direction: column;
    width: 50%;
}
.detail-product-5 .top .center .top {
    height: 200px;
}
.detail-product-5 .top .center .bottom {
    height: 200px;
    margin-top: 10px;
}
.detail-product-5 .right {
    margin-top: 10px;
}
.detail-product-5 .right .bottom {
    margin-left: 10px;
}
.detail-product-5 .color-select {
    position: absolute;
    flex-direction: column;
    z-index: 3;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-left: 20px;
    top: 0;
    left: 0;
}

.detail-product-5 .color-select .text {
    writing-mode: tb;
    letter-spacing: 3px;
}
.detail-product-5 .color-select ul li{
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
    cursor: pointer;
}
.detail-product-5 .color-select ul li.active {
    border: 1px solid;

}
.detail-product-5 .color-select ul li div {
    width: 25px;
    height: 25px;
    border-radius: 50%;
}
.detail-product-6 {
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 100%;
    background: #FFFFFF;
    margin-top: 100px;
}
.detail-product-6 h5 {
    font-size: 32px;
    font-weight: bold;
    z-index: 2;
}
.detail-product-6 h6 {
    font-size: 16px;
    font-weight: normal;
    margin-top: 30px;
    z-index: 2;
}
.detail-product-6 .content-wrapper {
    width: 100%;
    flex-direction: column;
}
.detail-product-6 .content-item {
    flex-direction: column;
    width: 100%;
    height: 100%;
}
.detail-product-6 .content-item .content-item-explain {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.detail-product-6 .content-item-img {
    width: 100%;
}
.detail-product-6 .content-item .title {
    font-size: 24px;
    margin-bottom: 15px;
}
.detail-product-6 .content-item .content {
    color: #555555;
    font-size: 12px;
    letter-spacing: 1.2px;
}
.detail-product-6 .content-item .tip {
    color: #555555;
    font-size: 12px;
    letter-spacing: 1.2px;
    margin-top: 5px;
    position: relative;
}
.detail-product-6 .content-item .tip span {
    transform: scale(.7);
    position: absolute;
    top: -3px;
    left: -5px;
}
.detail-product-7 {
    position: relative;
    justify-content: center;
    width: 100%;
    align-items: center;
    background: #FFFFFF;
    margin-top: 50px;
}

.detail-product-7 .content-box {
    flex-direction: column;
    position: relative;
    width: 100%;
    height: 100%;
}
.detail-product-7 .content-box .content-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.detail-product-7 .content-box .content-item .title {
    font-size: 16px;
    color: #000000;
    margin-top: 10px;
}
.detail-product-7 .content-box .content-item .explain {
    font-size: 14px;
    color: #555555;
    margin-top: 10px;
}
.detail-product-7 .content-box .content-item .img{
    width: 100%;
    justify-content: center;
    align-items: center;
}
.detail-product-7 .content-box .content-item .img img, .detail-product-7 .content-box .content-item .img video{
    max-height: 100%;
    max-width: 100%;
}
.detail-product-8 {
    margin-top: 50px;
    width: 100%;
    background: #fff center no-repeat;
    background-size: cover;
}
.detail-product-8 img {
    width: 100%;
}
.detail-product-9 {
    position: relative;
    width: 100%;
    background: #FFFFFF;
    flex-direction: column;
    margin-top: 50px;
}

.detail-brand-value-wrapper {
    background: #FFFFFF;
    padding: 0 10px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-shrink: 0;
}
.detail-brand-value-wrapper .detail-brand-value-item{
    width: 50%;
    flex-direction: column;
    position: relative;
    border-bottom: 3px solid #f4f4f4;
    padding-bottom: 20px;
    margin-top: 10px;
}
.detail-brand-value-wrapper .detail-brand-value-item h5{
    font-family: monospace;
    font-size: 60px;
    cursor: pointer;
    position: relative;
    display: flex;
}
.detail-brand-value-wrapper .detail-brand-value-item h5 span{
    font-size: 26px;
}
.detail-brand-value-wrapper .detail-brand-value-item h5:hover {
    color: #e7004c;
}
.detail-brand-value-wrapper .detail-brand-value-item p{
    font-size: 14px;
    position: relative;
}
.detail-brand-value-wrapper .detail-brand-value-item p span{
    position: absolute;
    top: -2px;
    font-size: 12px;
    transform: scale(0.8);
}



.product-authentication-wrapper {
    color: #000000;
    overflow: hidden;
    margin-top: 50px;
    margin-bottom: 50px;
    flex-wrap: wrap;
    padding: 0 20px;
    justify-content: space-between;
}
.product-authentication-wrapper .product-authentication-item {
    padding: 10px 0;
    opacity: .6;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 30%;
    background: #FFFFFF;
}
.product-authentication-wrapper .product-authentication-item img{
    width: 100%;
}
.product-authentication-wrapper .product-authentication-item p {
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow:ellipsis;
    cursor: pointer;
    margin-top: 10px;
    font-size: 10px;
}