is-loading{width: 100vw;height: 100vh;overflow: hidden;position: relative}

.loading-container{    /* background-image: url("../images/pc/bg.gif"); */ background-size: 100% auto;  background-position: center bottom; background-attachment: fixed;width: 100vw;height: 100vh;position: fixed;top: 0;left: 0; background-color: #fff;    z-index: 99999;}
.loading-container #loader{width: 15vh;height: 15vh;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.shcl > span{font-size: 1vw}






.kv .play{
    position: absolute;
    cursor: pointer;
    top: 53%;
    left: 50%;
    transform: translateX(-50%) rotate(0deg);
    background-image: url(/global_common/common/images/play_btn_white.svg);
    background-size: 106%;
    background-position: 50% 33%;
    border: 4px solid #fff;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-color: #0a0a0a80;
    width: 5vw;
    height: 5vw;
}
@media screen and (min-width: 0) and (max-width: 1024px)
{
    .kv .play{
        width: 22vw;
        height: 22vw;
        background-size: 113%;
    }
}












@media screen and (min-width: 0) and (max-width: 1024px)
{
    .loading-container #loader{ width: 50vw;height: 50vw;  }
    .sp .kv{
        margin-bottom:0;
    }
    .shcl > span{font-size: 3vw}
}
@keyframes circle-opacity{
    from {
        opacity: 0.56;
        transform: scale(1);
    }
    to {
        opacity: 0;
        transform: scale(1.6);
    }
}
.product-container .circle,
.products-container .circle{
  width: 1.2vw; height: 1.2vw;
  background-color: rgb(52 87 4 / 2%);;
  position: absolute;
  left: 50%;
  top: 25.8%;
  border-radius: 50%;
}
.product-container .circle:after,
.products-container .circle:after{
  content:  "";
}
.product-container .circle:before,
.products-container .circle:before{
  content:  "";
  animation:circle-opacity 2s infinite;
  -webkit-animation:circle-opacity 2s infinite; 
  width: 100%;
  display: block;
  height: 100%;
  background-color:rgb(52 87 4 / 56%);;
  border-radius: 50%;
  transform: scale(0);
}

.sp .product-container .circle{
    width: 4.2vw; height: 4.2vw;
}

.product-container .icon-720{
    left: 79vw;
    top: 39vw;
    width: 12vw;
    height: 12vw;
    cursor: pointer;
    z-index: 99;
}
@keyframes rotate360{
    form{
        transform:rotate(0deg);
    }
    to{
        transform:rotate(360deg);
    }
}
.product-container .icon-720 .icon-720-2{
    position: absolute;
    left: 0;
    top: 0;
    animation: rotate360 3s linear infinite;
    /*animation-name:kf-turnY;
    animation-duration:3s;
    animation-iteration-count:infinite;*/
}
.product-container .icon-720:hover{
    animation:none;
}

/*.pc,.sp{    background-color: #136bac;}*/


.sp .kv .swiper-pagination-bullet{
    width: 4.4vw; height: 4.4vw;
}
.kv .swiper-pagination-bullet{
    width: 1.4vw; height: 1.4vw;margin-left: 5px !important;
    margin-right: 5px !important; background-color: #a47b5866 !important;border-radius: 50%;
}
.kv .swiper-pagination-bullet-active{
    background-color: #675367 !important;
}

.sp .kv .logo-link{
    display: block;
    width: 33vw;
    height: 11vw;
    position: absolute;
    left: 6vw;
    top: 8vw;
}

.pc .kv .logo-link{
    display: block;
    width: 19vw;
    height: 7vw;
    position: absolute;
    left: 40vw;
    top: 2vw;
}

.sp .kv{

}
.sp .kv .video-play-btn{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 22vw;
    transform: translate(-50%,-50%);
}
.sp .kv .kv-leaf-left,
.sp .kv .kv-leaf-right{
    position: absolute;
}
.sp .kv .kv-leaf-left{
    left: 0%;
    bottom: -10%;
    width: 20%;
}
.sp .kv .kv-leaf-right{
    right: 0%;bottom: -21%;width: 37%;
}

body:not(.is-loading) .sp .kv .door{
    position: absolute;
    left: 0;top: 0;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
    animation-duration: 6s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
}


@keyframes showDoor1 {  
    0%{
        transform: translateX(0);
    } 
    100%{
        
        transform: translateX(-100%);
    }  
} 
body:not(.is-loading) .sp .kv .door.door_1{
    animation-name: showDoor1;
}
@keyframes showDoor2 {   
    0%{
        transform: translateX(0);
    } 
    100%{
        
        transform: translateX(100%);
    }  
} 
body:not(.is-loading) .sp .kv .door.door_2{
    animation-name: showDoor2;
    left: 1%;
}

.pc .kv .video-play-btn{
    position: absolute;
    left: 50%;
    top: 50%; 
    transform: translate(-50%,-50%);
    cursor: pointer;
    width: 9vw;
}

.sp .text-title{
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 3%; 
    font-weight: bolder;
    color: #c2504d;
    letter-spacing: 1vw;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.sp .text-title span{font-size: 4.6vw;margin-right: -1vw;}
.sp .text-title .left .dot,.sp .text-title .right .dot{
    background-color: #e3b7af;
    border-radius: 10vw;
    width: 1vw;
    height: 2.2vw;
    position: absolute;
    left: 50%;
    top: 50%;
}
.sp .text-title .left,.sp .text-title .right{
    width: 5vw;height: 4.6vw;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    align-content: center;
    margin-top: 0.5vw;
    position: relative;
} 
.sp .text-title .left{
    margin-right: 1vw;
}
.sp .text-title .right{
    margin-left: 1vw; 
}
.sp .text-title .left .dot.dot-one{
    height: 1.2vw;transform: translate(-200%, -50%);
}
.sp .text-title .left .dot.dot-tow{
    height: 1.8vw;transform: translate(-50%, -50%);
}
.sp .text-title .left .dot.dot-three{
    transform: translate(100%, -50%);
}
.sp .text-title .right .dot.dot-one{
    transform: translate(-200%, -50%);
}
.sp .text-title .right .dot.dot-tow{
    height: 1.8vw;transform: translate(-50%, -50%);
}
.sp .text-title .right .dot.dot-three{
    transform: translate(100%, -50%);
    height: 1.2vw;
}

.pc .text-title{
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 5vw;
    
    font-weight: bolder;
    color: #c2504d;
    letter-spacing: 1vw;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.pc .text-title span{font-size: 2.8vw;margin-right: -1vw;}
.pc .text-title .left .dot,.pc .text-title .right .dot{
    background-color: #e3b7af;
    border-radius: 10vw;
    width: 1vw;
    height: 2vw;
    position: absolute;
    left: 50%;
    top: 50%;
}
.pc .text-title .left,.pc .text-title .right{
    width: 5vw;height: 4.6vw;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    align-content: center;
    margin-top: 0.4vw;
    position: relative;
} 
.pc .text-title .left{
    margin-right: 1vw;
}
.pc .text-title .right{
    margin-left: 1vw; 
}
.pc .text-title .left .dot.dot-one{
    height: 1vw;transform: translate(-200%, -50%);
}
.pc .text-title .left .dot.dot-tow{
    height: 1.6vw;transform: translate(-50%, -50%);
}
.pc .text-title .left .dot.dot-three{
    transform: translate(100%, -50%);
}
.pc .text-title .right .dot.dot-one{
    transform: translate(-200%, -50%);
}
.pc .text-title .right .dot.dot-tow{
    height: 1.8vw;transform: translate(-50%, -50%);
}
.pc .text-title .right .dot.dot-three{
    transform: translate(100%, -50%);
    height: 1.2vw;
}

.sp .kv{
    position: relative;margin-bottom: 0; overflow: hidden;    z-index: 100;
}
.pc .kv{
    position: relative;margin-bottom: 0;
}


.sp .event-container{
    position: relative;margin-top: 12vw;
}
.sp .event-container .text-container{
    position: absolute;
    left: 16%;
    top: 41%;
    width: 50%;
}
.sp .event-container .text-container .text {
    display: flex;color: #fff
}
.sp .event-container .text-container .text .label,
.sp .event-container .text-container .text .content{
    font-size: 1vw;
}
.sp .event-container .text-container .text .label{
    width: 31%;
}
.sp .event-container .text-container .text .content{
    width: 68%;
}
.sp .event-container .join-event-link{
    position: absolute;
    width: 38vw;
    height: 12vw;
    left: 31%;
    top: 82%; 
}
.pc .event-container{
    position: relative;
}
.pc .event-container .text-container{
    position: absolute;
    left:51.6%;
    top: 29%;
    width: 30%;
}
.pc .event-container .text-container .text {
    display: flex;color: #fff
}
.pc .event-container .text-container .text .label,
.pc .event-container .text-container .text .content{
    font-size: 1.4vw;
    color: #345704;
}
.pc .event-container .text-container .text .label{
    width: 24%;
}
.pc .event-container .text-container .text .content{
/*    width: 68%;*/
}
.pc .event-container .qr-code-text{
    position: absolute;
    font-size: 1.8vw;
    color: #345704;
    left: 51.6%;
    top: 60%;
}


.sp .product-container{
    position: relative;
    transform: translate3d(0,0,0);
    overflow: visible;
    z-index: 1;
}
.sp .product-container .leaf{
    position: absolute;
    bottom: 3%;
    right: 0;
    width: 37vw ;
}
.sp .product-container .swiper{
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.sp .product-container .swiper .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    opacity: 1;
    background-color: #efddcd;
    background-repeat: no-repeat;
    background-position: center;
}
.sp .product-container .swiper .swiper-pagination-bullet-active{
    background-color: #544354;
}
.sp .product-container .swiper .swiper-pagination{
    bottom: 21px;
}

.sp .product-container .product,
.sp .product-container .tech,
.sp .product-container .icon-new,
.sp .product-container .icon-720,
.sp .product-container .model-720,
.sp .product-container .model,
.sp .product-container .feature,
.sp .product-container .name,
.sp .product-container .price,
.sp .product-container .text,
.sp .product-container .tips{
    position: absolute;color: #fff;
}
.sp .product-container .product{
    left: 0;top: 0;
}
.sp .product-container .icon-720{
    left: 69vw;
    top: 29vw;
}
.sp .product-container .tech{
    left: 0;top: 0;
}
.sp .product-container .model{
    left: 36.8vw;
    top: 24.8vw;
    width: 49vw;
    font-size: 3.2vw;
    font-weight: bolder;
    line-height: 1.4;
} 
.sp .product-container .model a{
    color: #fff;
}
.sp .product-container .feature{
    left: 4.8%;
    top: 31%; 
    font-size: 3.2vw;
    font-weight: bolder;
    line-height: 1.4;
    color: #fff;
    text-shadow: 3px 3px 1px #cd862e;
}  
.sp .product-container .name{
    left: 0vw;
    top: 6.6vw;
    width: 100vw;
    text-align: center;
    font-size: 6vw;
    font-weight: bolder;
    line-height: 1.4;
    color: #fff;
}
.sp .product-container .price{
    left: -5.9vw;
    top: 102.6vw;
    display: flex;
    width: 49vw;
    font-size: 7vw;
    font-weight: bolder;
    line-height: 1.2;
    color: #fd5b29;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
}
.sp .product-container .price .regAlign{
    color: #fff;
    font-size: 4vw;
    margin-right: 4vw;
    text-align: right;
}
.sp .product-container .text{
    left: 45vw;
    top: 41vw;
    width: 50vw;
    font-size: 3.2vw;
    text-align: center;
    line-height: 1.8;
    transform: scale(0.8);
}
.sp .product-container .model-720{
    background-color: rgba(255, 0, 0, 0); 
    width: 40vw;
    height: 37vw;
    top: 48vw;
    left: 40vw;
}
.sp .product-container .tech-icons{
    position: absolute;
    background-color: rgba(255, 0, 0, 0); 
    left: 6%;
    top: 33%;
    width: 35%;
    height: 14%;
}
.sp .product-container .icon-new{
    left: 56vw;
    top: 4vw;
    width: 13vw;
}
.sp .product-container .link-container{
    position: absolute;
    bottom: 44vw;
    text-align: center;
    left: 5.5vw;
} 
.sp .product-container .swiper .name{
    top: 20.3vw;
    left: 36.8vw;
    color: #fff;
    width: 60vw;
    font-size: 3.2vw;
    text-align: left;
}
.sp .product-container .swiper .reward{
    top: 74.6vw;
    left: 30vw;
    position: absolute;
    width: 24vw;
    height: 7vw;
}

.sp .product-container .product-hotarea{
/*    background-color: rgba(255,0,0,0.4);*/
    display: block;
    position: absolute;
}
.sp .tech-link, .sp .form-link, .sp .product-link {
    display: block;
    background-image: linear-gradient(to right, #4b7bb7, #87c1e75e);
    border-radius: 6px;
    text-align: center;
    background-position: center;
    padding-left: 5px;
    padding-right: 5px;
    border: 1px solid #fff;
    padding-top: 3px;
    padding-bottom: 3px;
    width: 23vw;
    margin: auto;
    color: #fff;
    text-decoration: none;
    font-size: 3vw;
}
.sp .product-link{
    width: 28vw;border: 0;
    font-size: 0;
    background: rgba(255,0,0,0);
    height: 7vw;
}

.sp .product-container.product-1 .swiper .reward{
    top: 60.6vw;
    left: 10vw ;
    width: 32vw;
    height: 7vw;
}

.sp .product-container.product-2 .product-1,
.sp .product-container.product-2 .product-2{
    animation-duration: 6s;
    animation-timing-function: linear;
    animation-iteration-count: infinite; 
    animation-delay: 1s;
}
.sp .product-container.product-2 .product-2{
    opacity: 0;position: absolute;left: 0;top: 0;
}
.sp .product-container.product-2 .product-1{
    animation-name: showPCProduct221;
}
.sp .product-container.product-2 .product-2{  
    animation-name: showPCProduct222;
    opacity: 0;
}
.sp .product-container.product-2 .name{
    left: 49vw;
    top: 4.6vw;
    font-size: 3.4vw;
    z-index: 11;
}
.sp .product-container.product-2 .price{
    left: 29vw;
    top: 71.6vw;
    text-align: left;
}
.sp .product-container.product-2  .model{
    left: 49%;
    top: 6.6vw;
    /* text-align: center; */
}
.sp .product-container.product-2  .feature{
    left: 49.2vw;
    text-align: left;
    top: 66vw;
    display: flex;
    z-index: 999;
    flex-direction: row;
    width: 36%;
    flex-wrap: wrap;
}
.sp .product-container.product-2  .feature span{
    width: 50%;
    margin-bottom: 4%;
}
.sp .product-container.product-2 .product-2-1  .feature{
    top: 61vw;
}
.sp .product-container.product-2 .product-2-2  .feature{
    
}
.sp .product-container.product-2 .product-2-3  .feature{
    
}
.sp .product-container.product-2  .text{
    left: 4vw;
    top: 35vw;
    width: 60vw;
}
.sp .product-container.product-2 .tech-icons{ 
    left: 27%;
    top: 58%;
    width: 46%;
    height: 8%;
}
.sp .product-container.product-2  .icon-new{
    left: 81vw;
    top: 38vw;
}
.sp .product-container.product-2  .icon-720{
    left: 37vw;
    top: 29vw;
}
.sp .product-container.product-2 .model-720{
    top: 22vw;
    left: 15vw;
    width: 20vw;
    height: 91vw;
}
.sp .product-container.product-2 .link-container{
    bottom: 43vw;
    left: 7vw;
}
.sp .product-container.product-2 .link-container .product-link{
    width: 26vw;
}
.sp .product-container.product-2 .leaf{
    position: absolute;
}
.sp .product-container.product-2 .leaf-left-1{ 
    left: 0;
    top: 14%;
    width: 23vw;z-index: 99;
}
.sp .product-container.product-2 .leaf-left-2{ 
    left: 0;
    bottom: -2.8%;
    width: 31vw;
}
.sp .product-container.product-2 .leaf-right{ 
    right: 0;
    bottom: -0.2%;
    width: 29vw;
}
.sp .product-container.product-2 .swiper-container{
    position: absolute;
/*    margin-top: 21vw;*/
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.sp .product-container.product-2 .swiper{
    /* height: auto; */
    /* position: relative; */
    /*background-color: rgba(100,100,100,0.8);*/
    /*margin-top: 21vw;*/
}
.sp .product-container.product-2 .swiper .swiper-slide .title-name{
    text-align: center;
    position: absolute;
    top: 9vw;
    width: 100%;
    color: #fff;
    font-size: 5.6vw;
}
.sp .product-container.product-2 .swiper .swiper-slide .name{
    /* width: 100%; */
    /* text-align: center; */
    top: 40vw;
}
.sp .product-container.product-2 .swiper .swiper-slide .model{
    top: 46.6vw;    text-shadow: 3px 3px 1px #cd862e;
}
.sp .product-container.product-2 .swiper .swiper-slide .tech{
    position: static;
}
.sp .product-container.product-2 .swiper .swiper-slide .product{
    position: absolute;
}

.sp .product-container.product-2 .swiper.swiper-1 .price{
    left: 28vw;
    top: 108vw;
}
.sp .product-container.product-2 .swiper.swiper-2 .model{
    top: 9.6vw;
}
.sp .product-container.product-2 .swiper.swiper-2 .tech-icons{
    top: 50%;
}
.sp .product-container.product-2 .swiper.swiper-2 .price{
    top: 80.6vw;left: 30vw;
}
.sp .product-container.product-3 .swiper .reward{
    top: 71.6vw;
}
.sp .product-container.product-2 .swiper.swiper-3 .icon-720{
    top: 34vw;
}
.sp .product-container.product-2 .swiper.swiper-3 .model{
    top: 9.6vw;
}
.sp .product-container.product-2 .swiper.swiper-3 .tech-icons{
    top: 48%;
}
.sp .product-container.product-2 .swiper.swiper-3 .price{
    top: 76.6vw;
}
.sp .product-container.product-2 .swiper.swiper-3 .reward{
    top: 71.6vw;
}





.sp .product-container.product-3 .name{
    left: 0vw;
    top: 4.6vw;
}
.sp .product-container.product-3  .model{
    left: 50vw;
    top: 51.6vw;
}
.sp .product-container.product-3  .text{
    left: 44vw;
    top: 44vw;
    width: 53vw;
} 
.sp .product-container.product-3 .tech-icons{ 
    left: 27%;
    top: 59%;
    width: 45%;
    height: 7%;
}
.sp .product-container.product-3  .icon-new{
    left: 52vw;
    top: 8vw;
}
.sp .product-container.product-3  .icon-720{
    left: 64vw;
    top: 23vw;
}
.sp .product-container.product-3 .model-720{ 
    top: 11vw;
    left: 5vw;
}
.sp .product-container.product-3 .price{ 
    left: 27.5vw;
    top: 122.6vw;
}
.sp .product-container.product-3  .tips{
    left: 21vw;
    top: 127vw;
    width: 62vw;
    transform: scale(0.8);
    line-height: 1.4;
    font-size: 3.2vw;
    font-weight: bolder;
}
.sp .product-container.product-3 .swiper .swiper-pagination{
    bottom: 85px;
}
.sp .product-container.product-3 .link-container{
    bottom: 39vw;left: 34vw;
}
.sp .product-container.product-3 .swiper-container{
    position: absolute;
/*    margin-top: 21vw;*/
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.sp .product-container.product-3 .swiper{
    /*height: auto; position: relative;*/
    /*background-color: rgba(100,100,100,0.8);*/
    /*margin-top: 21vw;*/
}
.sp .product-container.product-3 .swiper .swiper-slide .tech{
    position: static;
}
.sp .product-container.product-3 .swiper .swiper-slide .product{
    position: absolute;
} 
.sp .product-container.product-3 .swiper .swiper-slide .name{
    top: 26.6vw;
    left: 0;
    width: 100%;
    text-align: center;
} 
.sp .product-container.product-3 .swiper .swiper-slide .model{
    top: 33.6vw;
    left: 0;
    width: 100%;
    text-align: center;
}
.sp .product-container.product-3 .leaf{
    position: absolute;
}
.sp .product-container.product-3 .leaf-left-1{ 
    left: 0;
    top: 3%;
    width: 23vw;z-index: 99;
}
.sp .product-container.product-3 .leaf-left-2{ 
    left: 0;
    bottom: -4.8%;
    width: 31vw;
}
.sp .product-container.product-3 .leaf-right-1{ 
    right: 0;
    top: 4%;
    width: 19vw;
}
.sp .product-container.product-3 .leaf-right-2{ 
    right: 0;
    bottom: -0.2%;
    width: 29vw;
}

.sp .product-container.product-4 .name{
    left: 0vw;
    top: 13.6vw;
}
.sp .product-container.product-4  .model{
    left: 12vw;
    top: 53vw;
}
.sp .product-container.product-4  .text{
    left: 7vw;
    top: 23vw;
    width: 44vw;
}
.sp .product-container.product-4  .text .big{
    font-size: 6vw
}
.sp .product-container.product-4  .tips{
    left: 9vw;
    top: 98vw;
    width: 62vw;
    transform: scale(0.8);
    line-height: 1.4;
    font-size: 3.2vw;
}

.sp .product-container.product-4  .icon-new{
    left: 81vw;
    top: 19vw;
}
.sp .product-container.product-4  .icon-720{
    left: 22vw;
    top: 28vw;
} 
.sp .product-container.product-4 .model-720{ 
    top: 24vw;
    left: 44vw;
}
.sp .product-container.product-4  .link-container{
    bottom: 5vw;
}


.sp .product-container.product-5 .name{
    left: 0vw;
    top: 6.6vw;
}
.sp .product-container.product-5  .model{
    left: 50vw;
    top: 52vw;
}
.sp .product-container.product-5  .icon-720{
    left: 64vw;
    top: 29vw;
} 
.sp .product-container.product-5  .link-container{
    bottom: 16vw;
}


.sp .product-container.product-6  .model{
    left: 15vw;
    top: 75vw;
}
.sp .product-container.product-6  .icon-new{ 
}






.pc .product-container{
    position: relative;transform:translate3d(0,0,0);    overflow: visible;
    z-index: 99;
} 
.pc .product-container .swiper{
    height: 100%;
    width: calc(100vw - 2 * 29.0625vw);
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
.pc .product-container .leaf{
    position: absolute; 
}
.pc .product-container .product,
.pc .product-container .icon-new,
.pc .product-container .icon-720,
.pc .product-container .model-720,
.pc .product-container .model,
.pc .product-container .feature,
.pc .product-container .model-container,
.pc .product-container .promotion-time,
.pc .product-container .name,
.pc .product-container .price,
.pc .product-container .text,
.pc .product-container .tips{
    position: absolute;color: #fff;
}
.pc .product-container .product{
    left: 0;top: 0;
}
.pc .product-container .model{
    left: 4.8%;
    top: 31%;
    /* width: 31vw; */
    font-size: 1.2vw;
    font-weight: bolder;
    line-height: 1.4;
    color: #fff;
    text-shadow: 3px 3px 1px #cd862e;
}  
.pc .product-container .model a{
    color: #fff;
}
.pc .product-container .feature{
    left: 4.8%;
    top: 31%; 
    font-size: 1.2vw;
    font-weight: bolder;
    line-height: 1.4;
    color: #fff;
    text-shadow: 3px 3px 1px #cd862e;
}  
.pc .product-container .name{
    left: 0vw;
    top: 4.3vw;
    width: 100%;
    text-align: center;
    font-size: 2vw;
    font-weight: bolder;
    text-shadow: 3px 3px 1px #cd862e;
    line-height: 1.4;
} 
.pc .product-container .price{
    left: 6%;
    display: flex;
    top: 58.8%;
    width: 49vw;
    line-height: 1.4;
    font-size: 2.2vw;
    font-weight: bolder;
    color: #fd672d;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-end;
    align-items: flex-end;
}
.pc .product-container .price .regAlign{
    font-size: 1.4vw;
    text-align: right;
    color: #fff;
    height: auto;
    margin-right: 0.8vw;
}
.pc .product-container .price .symbol{font-size: 1.5vw;}
.pc .product-container .price .number{font-size: 3.2vw;margin-bottom: -0.4vw;}
.pc .product-container .text{
    left: 2.6vw;
    top: 33vw;
    width: 50vw;
    font-size: 2.2vw;
    text-align: center;
    line-height: 1.8;
    transform: scale(0.8);
}
@keyframes kf-turnX {
    0% {
        transform:rotateX(0deg);
    }
    100% {
        transform:rotateX(360deg);
    }
} 
@keyframes kf-turnY {
    0% {
        transform:rotateY(0deg);
    }
    100% {
        transform:rotateY(360deg);
    }
} 
.pc .product-container .icon-720{
    left: 80%;
    height: auto;
    top: 34%;
    width: 4vw;
    cursor: pointer;
    z-index: 99;
    /*    animation-name:kf-turnY;
    animation-duration:3s;
    animation-iteration-count:infinite;*/
} 
.pc .product-container .model-720{
    width: 17vw;
    height: 14vw;
    top: 43%;
    left: 24vw;
    cursor: pointer;
    background-color: rgba(255, 0, 0, 0);
}
.pc .product-container .tech-icons{
    position: absolute;
    left: 49%;
    top: 46%;
    width: 41%;
    height: 7%;
    background-color: rgba(255, 0, 0, 0);
    z-index: 299;
}
.pc .product-container .tech-icons.tech-icons-1{
    left: 5%;
    top: 37.4%;
    width: 15%;
    height: 6%;
}
.pc .product-container .tech-icons.tech-icons-2{
    left: 20.8%;
    top: 37.4%;
    width: 3.7%;
    height: 6%;
}
.pc .product-container .tech-icons.tech-icons-3{
    left: 25%;
    top: 37.4%;
    width: 3.7%;
    height: 6%;
}
.pc .product-container .tech-icons.tech-icons-4{
    left: 29.22%;
    top: 37.4%;
    width: 3.7%;
    height: 6%;
}
.pc .product-container .tech-icons.tech-icons-5{
    left: 33%;
    top: 37.4%;
    width: 3.7%;
    height: 6%;
}
.pc .product-container .tech-icons.tech-icons-6{
    left: 5.77%;
    top: 44%;
    width: 13.2%;
    height: 4.4%;
}
.pc .product-container .tech-icons.tech-icons-7{
    left: 20.9%;
    top: 44%;
    width: 21.2%;
    height: 4.4%;
}
.pc .product-container .tech-icons.tech-icons-8{
    left: 5.77%;
    top: 49%;
    width: 13.2%;
    height: 4.4%;
}
.pc .product-container .tech-icons.tech-icons-9{
    left: 20.5%;
    top: 49%;
    width: 18.2%;
    height: 4.4%;
}
.pc .product-container .tech-icons.tech-icons-10{ 
    left: 21.8%;
    top: 60%;
    width: 2.2%;
    height: 5%;
}
.pc .product-container .tech-icons.tech-icons-11{ 
    left: 24.1%;
    top: 60%;
    width: 2.2%;
    height: 5%;
}
.pc .product-container .tech-icons.tech-icons-12{ 
    left: 26.4%;
    top: 60%;
    width: 2.2%;
    height: 5%;
}

.pc .product-container .product-hotarea{ 
    position: absolute;
    background-color: rgba(255,0,0,0);
    left: 49%;
    top: 46%;
    width: 41%;
    height: 7%;
    z-index: 299;
}
.pc .product-container .icon-new{
    left: 5vw;
    top: 5vw;
    width: 7vw;
}
.pc .product-container .reward {
    top: 67%;
    left: 14.4%;
    position: absolute;
    width: 16.2%;
    height: 5.2%; 
    z-index: 299;/*background-color: rgba(255,0,0,0.4);*/
}
.pc .product-container .link-container{
    position: absolute;
    bottom: 8.6vw;
    left: 7%;
    text-align: center;
}
.pc .tech-link, .pc .form-link, .pc .product-link {
    display: block;
    background-image: linear-gradient(to right, #4b7bb7, #87c1e7eb);
    border-radius: 0.6vw;
    text-align: center;
    background-position: center;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 0.3vw;
    padding-bottom: 0.3vw;
    border: 1px solid #fff;
    width: 9.2vw;
    margin: auto;
    color: #fff;
    text-decoration: none;
    font-size: 1.2vw;
}
.pc .product-container .model-container {
    cursor: pointer;
}
.pc .product-container .model-container .loading{
    width: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
} 
.pc .product-container .model-container .model-app{
    position: absolute;top: 0;bottom: 0;left: 0;right: 0;opacity: 0;
}
.pc .product-container .model-container .model-app canvas{
    
}

.pc .product-container .pagination-container{
    position: absolute;
    height: 3vw ;
    display: flex;
    top: 47vw;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    z-index: 999;
}
.pc .product-container .pagination-container .button-prev,
.pc .product-container .pagination-container .button-next{
    width: 1.7vw;
    /* background-color: red; */
    cursor: pointer;
    height: 1.7vw;
}
.pc .product-container .pagination-container .button-prev .triangle_green{
    transform: rotate(28deg) translateY(-10%);
}
.pc .product-container .pagination-container .button-next .triangle_green{
    transform: rotate(-28deg) translateY(-10%);
}
.pc .product-container .pagination-container .swiper-button-disabled{
    cursor: auto;opacity: 0.5;
}
.pc .product-container .pagination-container .pagination{
    width: auto
} 
.pc .product-container .swiper .swiper-pagination-bullet{
    width: 1vw;
    height: 1vw;
    opacity: 1;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
}
.pc .product-container .swiper .swiper-pagination-bullet-active{
    background-color: #4580ec;
}
.pc .product-container .swiper .swiper-pagination{
    bottom: 34px;
}
.pc .product-container .pagination-container .pagination .swiper-pagination-bullet{
    cursor: pointer;
    background-image: url("../images/sp/swiper_bullet_sp.png");
    border-radius: inherit;
    width: 13px;
    height: 19px;
    background-size: contain;
    background-color: transparent;
    opacity: 1;
    background-repeat: no-repeat;
    background-position: center;
}
.pc .product-container .pagination-container .pagination .swiper-pagination-bullet-active{
    background-image: url("../images/sp/swiper_bullet_on_sp.png");
}

.pc .product-container.product-1 .promotion-time{
    font-size: 1.88vw;
    color: #fff;
    text-align: center;
    transform: none;
    width: 100%;
    text-shadow: 0px 0px 11px #577702;
    top: 2%;
    left: 0;
}
.pc .product-container.product-1 .swiper-slide .name{
    font-size: 1.6vw;
    top: 11.2vw;
    text-align: left;
    transform: none;
    left: 2.3vw;
    /* text-align: left; */
}
.pc .product-container.product-1 .swiper{
    top: 0%;
    width: calc(100vw - 2 * 26.5625vw);
    height: 100%;
    /* margin: auto 26.5625vw; */
    /* margin-left: 15%; */
    /* -webkit-mask-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 4%, rgba(0, 0, 0, 1) 96%, rgba(0, 0, 0, 0) 100%); */
}


.pc .product-container.product-1 .slide-2 .tech-icons.tech-icons-5{
    left: 5.77%;top: 44%;width: 13.2%;height: 4.4%;
}
.pc .product-container.product-1 .slide-2 .tech-icons.tech-icons-6{
    left: 20.8%;
    top: 44%;
    width: 21.7%;
    height: 4.4%;
}
.pc .product-container.product-1 .slide-2 .tech-icons.tech-icons-7{
    left: 5.77%;
    top: 49%;
    width: 13.7%;
    height: 4.4%;
}
.pc .product-container.product-1 .slide-2 .tech-icons.tech-icons-8{
    left: 20.8%;
    top: 49%;
    width: 21.7%;
    height: 4.4%;
}
.pc .product-container.product-1 .slide-2 .tech-icons.tech-icons-9{
    left: 33%;
    top: 37.4%;
    width: 3.7%;
    height: 6%;
}


.pc .product-container.product-1 .slide-3 .tech-icons.tech-icons-5{
    left: 5.77%;top: 44%;width: 13.2%;height: 4.4%;
}
.pc .product-container.product-1 .slide-3 .tech-icons.tech-icons-6{
    left: 20.8%;
    top: 44%;
    width: 21.7%;
    height: 4.4%;
}
.pc .product-container.product-1 .slide-3 .tech-icons.tech-icons-7{
    left: 5.77%;
    top: 49%;
    width: 13.7%;
    height: 4.4%;
}
.pc .product-container.product-1 .slide-3 .tech-icons.tech-icons-8{
    left: 20.8%;
    top: 49%;
    width: 21.7%;
    height: 4.4%;
} 

.pc .product-container.product-1 .leaf.leaf-left-1{  
    left: 0;
    width: 14%;
    top: 16%;
}
.pc .product-container.product-1 .leaf.leaf-right-1{  
    right: 0;
    width: 28%;
    top: 12%;
}
.pc .product-container.product-1 .leaf.leaf-center-1{  
    left: 15%;
    top: 59%;
    width: 4%;
}
.pc .product-container.product-1 .leaf.leaf-center-2{  
    left: 45%;
    top: 33%;
    width: 1.6%;
}
.pc .product-container.product-1 .leaf.leaf-center-3{  
    left: 54%;
    top: 82%;
    width: 2.6%;
}
.pc .product-container.product-1 .model-container.model-container-1{
    width: 29vw;
    height: 28vw;
    top: 6vw;
    left: 13vw;
    /*opacity: 0;*/
}
.pc .product-container.product-2 .model-container.model-container-2{
    width: 34vw;
    height: 33vw;
    top: 4vw;
    left: 56vw;
    /*opacity: 0;*/
}
.pc .product-container.product-3 .model-container.model-container-3{
    width: 30vw;
    height: 31vw;
    top: 5vw;
    left: 10vw;
    /*opacity: 0;*/
}
.pc .product-container.product-4 .model-container.model-container-4{
    width: 29vw;
    height: 28vw;
    top: 7vw;
    left: 55vw;
    /*opacity: 0;*/
}

.pc .product-container.product-2 .products-container{
    position: absolute;width: 60%;top: 5%;
    left: 50%;transform: translateX(-50%);
    height: 100%;
}
.pc .product-container.product-2 .products-container .name{
    position: static;
}
.pc .product-container.product-2 .product-list{
    width: 100%;
    display: flex;
    position: static;
    z-index: 999;
    margin: auto;
    flex-direction: row;
    top: 5%;
    left: 50%;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;justify-content: space-between; 
}
.pc .product-container.product-2 .product-list .product-item{
    width: 48%;position: relative;
}
.pc .product-container.product-2 .product-list .product-item .tech{

}
.pc .product-container.product-2 .product-list .product-item .product{

} 
.pc .product-container.product-2 .product-list .product-item .product-link{
    width: 13vw;
} 
.pc .product-container.product-2 .products-container .product-list .product-item .name{
    left: 0;
    text-align: center;
    top: 2vw;
    z-index: 999;
    position: absolute;    color: #345704;font-size: 1.6vw;    width: 31vw;
    text-shadow: none;
}
.pc .product-container.product-2 .products-container .product-list .product-item .tips{
    left: 14%;
    text-align: left;    line-height: 1.4;
    top: 36.2vw;
    z-index: 999;
    position: absolute;
    color: #345704;
    font-size: 1vw;
    font-weight: bolder;
    width: 31vw;
    text-shadow: none;
} 
.pc .product-container.product-2 .product-1,
.pc .product-container.product-2 .product-2{
    animation-duration: 6s;
    animation-timing-function: linear;
    animation-iteration-count: infinite; 
    animation-delay: 1s;
}
.pc .product-container.product-2 .product-2{
    opacity: 0;position: absolute;left: 0;top: 0;
}
.pc .product-container.product-2 .product-1{
    animation-name: showPCProduct221;
}
.pc .product-container.product-2 .product-2{  
    animation-name: showPCProduct222;
    opacity: 0;
}
.pc .product-container.product-2 .icon-720{
    left: 32%;
    top: 20%;
    width: 5.4vw;
    cursor: pointer;
    z-index: 99;
} 
.pc .product-container.product-2  .model{
    left: 22.6vw;
    text-align: left;
    top: 13.6vw;
    z-index: 999;
}
.pc .product-container.product-2  .feature{
    left: 23.2vw;
    text-align: left;
    top: 19vw;
    display: flex;
    z-index: 999;
    flex-direction: row;
    width: 36%;
    flex-wrap: wrap;
}
.pc .product-container.product-2  .feature span{
    width: 50%;
    margin-bottom: 4%;
}
.pc .product-container.product-2 .swiper .swiper-slide .title-name{
    text-align: center;
    position: absolute;
    top: 3.4vw;
    width: 100%;
    color: #fff;
    font-size: 2vw;
    text-shadow: 3px 3px 1px #cd862e;
}
.pc .product-container.product-2 .swiper .swiper-pagination {
    bottom: 3vw;
}
.pc .product-container.product-2 .name{
    transform: none;
    /* text-shadow: 0px 0px 11px #e4b352; */
    font-size: 1.4vw;
    top: 11.6vw;
    left: 22.6vw;
    text-align: left;
} 
.pc .product-container.product-2 .price{
    left: 15%;
    width: 22vw;
    top: 72%;
    text-align: left;
    z-index: 99;
}
.pc .product-container.product-2  .text{
    left: 44vw;
    top: 37vw;
    width: 60vw;
}

.pc .product-container.product-2  .model-720{
    top: 9vw;
    left: 5vw;
    width: 8vw;
    height: 32vw;
}  
.pc .product-container.product-2 .tech-icons.tech-icons-1{ 
    left: 14%;
    top: 62%;
    width: 21%;
    height: 3.6%;
}
.pc .product-container.product-2 .tech-icons.tech-icons-2{ 
    left: 35.2%;
    top: 62%;
    width: 5.3%;
    height: 3.6%;
}
.pc .product-container.product-2 .tech-icons.tech-icons-3{ 
    left: 41.1%;
    top: 62%;
    width: 5.3%;
    height: 3.6%;
}
.pc .product-container.product-2 .tech-icons.tech-icons-4{ 
    left: 47%;
    top: 62%;
    width: 4.8%;
    height: 3.6%;
}
.pc .product-container.product-2 .tech-icons.tech-icons-5{ 
    left: 52.19%;
    top: 62%;
    width: 5.3%;
    height: 3.6%;
}
.pc .product-container.product-2 .tech-icons.tech-icons-6{ 
    left: 57.8%;
    top: 62%;
    width: 5.3%;
    height: 3.6%;
}
.pc .product-container.product-2 .tech-icons.tech-icons-7{ 
    left: 14%;
    top: 66%;
    width: 5.1%;
    height: 3%;
}
.pc .product-container.product-2 .tech-icons.tech-icons-8{ 
    left: 19.8%;
    top: 66%;
    width: 5.1%;
    height: 3%;
}
.pc .product-container.product-2 .tech-icons.tech-icons-9{ 
    left: 25.4%;
    top: 66%;
    width: 4.8%;
    height: 3%;
}
.pc .product-container.product-2 .tech-icons.tech-icons-10{ 
    left: 31.2%;
    top: 66%;
    width: 5.1%;
    height: 3%;
}
.pc .product-container.product-2 .tech-icons.tech-icons-11{ 
    left: 36.6%;
    top: 66%;
    width: 5.1%;
    height: 3%;
}
.pc .product-container.product-2 .tech-icons.tech-icons-12{ 
    left: 42.6%;
    top: 66%;
    width: 5.1%;
    height: 3%;
} 
.pc .product-container.product-2 .reward{ 
    top: 70%;
    left: 14.4%; 
    width: 20.2%;
    height: 3.2%; 
}
.pc .product-container.product-2  .icon-new{
    left: 45vw;
    top: 5vw;
} 
.pc .product-container.product-2 .link-container{
    bottom: 12.2vw;
    left: 57%;
}
.pc .product-container.product-2 .product-item-3 .reward {
    width: 26.2%;
    height: 4.2%;
}
.pc .product-container.product-2 .product-item-4 .reward,
.pc .product-container.product-2 .product-item-5 .reward {
    width: 26.2%;
    height: 4.2%;
}
.pc .product-container.product-2 .leaf.leaf-left-2{  
    left: 0;
    width: 16%;
    top: 1%;
}
.pc .product-container.product-2 .leaf.leaf-left-3{  
    left: 0;
    width: 20%;
    top: 93%;
}
.pc .product-container.product-2 .leaf.leaf-right-2{  
    right: 0;
    width: 13%;
    top: 40%;
}
.pc .product-container.product-2 .leaf.leaf-right-3{  
    right: 0;
    width: 19%;
    top: 90%;
}


.pc .product-container.product-3 .name{
    transform: translateX(-4%);
    top: 3.8vw;
} 
.pc .product-container.product-3  .model{
    left: 42.4vw;
    top: 16.8vw;
}
.pc .product-container.product-3  .text{
    width: 42vw;
    left: 4.6vw;
    top: 35vw;
}
.pc .product-container.product-3 .tech-icons.tech-icons-1{ 
    left: 42%;top: 49%;
    width: 18%;
    height: 6%;
}
.pc .product-container.product-3 .tech-icons.tech-icons-2{ 
    left: 43%;top: 55.2%;
    width: 1.8%;
    height: 5%;
}
.pc .product-container.product-3 .tech-icons.tech-icons-3{ 
    left: 45%;top: 55.2%;
    width: 1.8%;
    height: 5%;
}
.pc .product-container.product-3 .tech-icons.tech-icons-4{ 
    left: 46.9%;
    top: 55.2%;
    width: 1.6%;
    height: 5%;
}
.pc .product-container.product-3 .tech-icons.tech-icons-5{ 
    left: 48.7%;top: 55.2%;
    width: 1.8%;
    height: 5%;
}
.pc .product-container.product-3  .icon-new{
    left: 5vw;
    top: 5vw;
}
.pc .product-container.product-3  .icon-720{
    left: 50.2vw;
    top: 8.5vw;
}
.pc .product-container.product-3 .link-container{
    bottom: 15%;
}
.pc .product-container.product-3 .pagination-container{
    top: 35vw;    padding-left: 25.3vw;
}


.pc .product-container.product-4 .name{
    transform: translateX(-4%);
    top: 3.8vw;
} 
.pc .product-container.product-4  .model{
    left: 16.7vw;
    top: 16.4vw;
    text-align: right;
}
.pc .product-container.product-4  .text{
    left: 43vw;
    top: 32.4vw;
    line-height: 1.6;
    width: 53vw;
}
.pc .product-container.product-4  .text .big{
    font-size: 5vw;
    margin: 0 -2vw;
}
.pc .product-container.product-4  .tips{
    left: -1vw;
    top: 34.4vw;
    width: 56vw;
    transform: scale(0.6);
    line-height: 1.4;
    font-size: 2.2vw;
}
.pc .product-container.product-4 .tech-icons.tech-icons-1{ 
    left: 37.1%;
    top: 56.8%;
    width: 1.8%;
    height: 5%;
}
.pc .product-container.product-4 .tech-icons.tech-icons-2{ 
    left: 39%;top: 56.8%;
    width: 1.8%;
    height: 5%;
}
.pc .product-container.product-4 .tech-icons.tech-icons-3{ 
    left: 40.9%;top: 56.8%;
    width: 1.8%;
    height: 5%;
}
.pc .product-container.product-4 .tech-icons.tech-icons-4{ 
    left: 42.9%;
    top: 56.8%;
    width: 1.6%;
    height: 5%;
}
.pc .product-container.product-4 .tech-icons.tech-icons-5{ 
    left: 44.7%;top: 56.8%;
    width: 1.8%;
    height: 5%;
}
.pc .product-container.product-4 .tech-icons.tech-icons-6{ 
    left: 46.7%;top: 56.8%;
    width: 1.8%;
    height: 5%;
}
.pc .product-container.product-4 .swiper-slide-1 .product-hotarea.product-hotarea-1{ 
    left: 48.7%;
    top: 29.8%;
    width: 11.8%;
    height: 10%;
}
.pc .product-container.product-4 .swiper-slide-1 .product-hotarea.product-hotarea-2{ 
    left: 49.7%;
    top: 45.8%;
    width: 3.2%;
    height: 23%;
}
.pc .product-container.product-4 .swiper-slide-1 .product-hotarea.product-hotarea-3{ 
    left: 53%;
    top: 41.8%;
    width: 3.8%;
    height: 41%;
}
.pc .product-container.product-4 .swiper-slide-1 .product-hotarea.product-hotarea-4{ 
    left: 57%;    top: 51.8%;
    width: 3.8%;
    height: 10%;
}
.pc .product-container.product-4 .swiper-slide-1 .product-hotarea.product-hotarea-5{ 
    left: 57%;    top: 62.8%;
    width: 3.8%;
    height: 10%;
}
.pc .product-container.product-4 .swiper-slide-2 .product-hotarea.product-hotarea-1{ 
    left: 50.7%;
    top: 38.8%;
    width: 3.8%;
    height: 22%;
}
.pc .product-container.product-4 .swiper-slide-2 .product-hotarea.product-hotarea-2{ 
    left: 54.7%;
    top: 13.8%;
    width: 10.2%;
    height: 71%; 
}
.pc .product-container.product-4  .icon-new{
    left: 45vw;
    top: 4vw;
}
.pc .product-container.product-4  .icon-720{
    left: 32.6vw;
    top: 9.2vw;
} 
.pc .product-container.product-4  .link-container{
    bottom: 11vw;
    left: 37.6vw;
}
.pc .product-container.product-4 .pagination-container{
    top: 35.6vw;
    padding-left: 49vw;
}


.pc .product-container.product-5 .name{
    transform: translateX(-2%);
    top: 3.8vw;
}  
.pc .product-container.product-5 .icon-720{
    left: 50.2vw;
    top: 8.5vw; 
} 
.pc .product-container.product-5  .model{
    left: 47.3vw;
    top: 16.4vw;
}
.pc .product-container.product-5 .tech-icons.tech-icons-1{ 
    left: 47.8%;
    top: 46.8%;
    width: 1.8%;
    height: 5%;
}
.pc .product-container.product-5  .link-container{
    bottom: 17.6vw;
    left: 47.2vw;
}


.sp .technology-container{
    position: relative;
    transform: translate3d(0,0,0);
    overflow: visible;
    z-index: 1;
}
.sp .technology-container .swiper{
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.sp .technology-container .name{
    position: absolute;
    left: 0vw;
    top: 12.6vw;
    width: 100vw;
    text-align: center;
    font-size: 5vw;
    font-weight: bolder;
    line-height: 1.4;
    color: #fff;
}
.sp .technology-container .swiper .tech-icon-container{

    position: absolute;
    font-size: 3.4vw;
    color: #fff;
    display: flex;
    width: 100%;
    flex-direction: row;
    top: 18%;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.sp .technology-container .swiper .tech-icon{
    fill: #fff;
    width: 7vw;
    margin-right: 1vw;
}
.sp .technology-container .swiper .title{
    color: #121212;
    font-size: 5.2666666666vw;
    font-weight: bold;
    width: 100%;
    margin: auto;
    text-align: center;
    margin-top: 7%;
    height: 3rem;
}
.sp .technology-container .swiper .text{
    color: #121212;
    font-size: 3vw;
    font-weight: 600;
    width: 100%;
    margin: auto;
    text-align: center;
    margin-top: 2%;
    height: 3rem;
}
.sp .technology-container .swiper .img{
    display: block;
    width: 87.466666666%;
    margin: auto;
    margin-top: 0%;
    position: relative;
}
.sp .technology-container .swiper .swiper-scrollbar{
    position: absolute;
    bottom: 12vw;
    left: 50%;
    width: 92%;
    height: 3vw;
    /*padding: 3px;*/
    transform: translateX(-50%);
    background: #847881;
}
.sp .technology-container .swiper .swiper-scrollbar-drag{
    background-color: #fff;border: 3px solid #847881;
}
.sp .technology-container.technology-2 .swiper .tech-icon-container{
    top: 6%;
}
.sp .technology-container.technology-2 .swiper .text{
    margin-top: 0%;
}
.sp .technology-container.technology-2 .swiper .gif-2-2-1,
.sp .technology-container.technology-2 .swiper .gif-2-2-2{ 
    animation-duration: 6s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    opacity: 0;
}

@keyframes showPCProduct221 {  
    0%{
        opacity: 1;
    }
    19%{
        opacity: 1;
    }
    20%{
        opacity: 0;
    }
    40%{
        opacity: 0;
    }
    60%{
        opacity: 0;
    }
    80%{
        opacity: 0;
    }
    81%{
        opacity: 1;
    }
    100%{
        opacity: 1;
    }   
} 
@keyframes showPCProduct222 {  
    0%{
        opacity: 0;
    }
    20%{
        opacity: 0;
    }
    21%{
        opacity: 1;
    }
    40%{
        opacity: 1;
    }
    60%{
        opacity: 1;
    }
    79%{
        opacity: 1;
    }
    80%{
        opacity: 0;
    }
    100%{
        opacity: 0;
    }  
} 
.sp .technology-container.technology-2 .swiper .swiper-slide-active .gif-2-2-1{
    animation-name: showPCProduct221;
}
.sp .technology-container.technology-2 .swiper .swiper-slide-active .gif-2-2-2{
    position: absolute;
    left: 0;top: 0;
    animation-name: showPCProduct222;
    opacity: 0;
}





.pc .technology-container{
    position: relative;
    transform: translate3d(0,0,0);
    overflow: visible;
    z-index: 1;
}
.pc .technology-container .swiper{
    height: 100%;
    width: calc(100vw - 2 * 14.0625vw);
    position: absolute;
    left: 50%;
    height: 31vw;
    transform: translateX(-50%);
    bottom: 1vw;
}
.pc .technology-container .name{
    position: absolute;
    left: 0vw;
    top: 3.6vw;
    width: 100%;
    text-align: center;
    font-size: 2vw;
    font-weight: bolder;
    line-height: 1.4;
    color: #fff;
}
.pc .technology-container .swiper .tech-icon-container{
    position: absolute;
    font-size: 1.2vw;
    color: #fff;
    display: flex;
    width: 100%;
    flex-direction: row;
    top: 3%;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.pc .technology-container .swiper .tech-icon{
    fill: #fff;
    width: 2vw;
    margin-right: 0.6vw;
}
.pc .technology-container .swiper .text{
    color: #fff;
    font-size: 1vw;
    width: 100%;
    margin: auto;
    text-align: center;
    margin-top: 20%;
    height: 4.8vw;
}
.pc .technology-container .swiper .img{
    display: block;
    width: 100%;
    margin: auto;
    margin-top: 6%;
    position: relative;
}
.pc .technology-container .swiper .swiper-scrollbar{
    position: absolute;
    bottom: 5.2vw;
    left: 50%;
    width: 95%;
    height: 0.66666vw;
    padding: 0px;
    transform: translateX(-50%);
    background: #ffffff2b;
}
.pc .technology-container .swiper .swiper-scrollbar-drag{
    background-color: #fff;
}
.pc .technology-container.technology-2 .swiper .tech-icon-container{
    top: 6%;
}
.pc .technology-container.technology-2 .swiper .text{
    margin-top: 28%;
}
.pc .technology-container.technology-2 .swiper .gif-2-2-1,
.pc .technology-container.technology-2 .swiper .gif-2-2-2{ 
    animation-duration: 6s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    opacity: 0;
} 
.pc .technology-container.technology-2 .swiper .gif-2-2-1{
    animation-name: showPCProduct221;
}
.pc .technology-container.technology-2 .swiper .gif-2-2-2{
    position: absolute;
    left: 0;top: 0;
    animation-name: showPCProduct222;
    opacity: 0;
}



.sp .more-product{
    position: relative;
}
.pc .more-product{
    position: relative;
}
.sp .more-product .text-title{
    bottom: auto;
    top: 3vw;
}
.sp .more-product .tips{
    position: absolute;
    bottom: 15vw;
    width: 100%;
    font-size: 3.2vw;
    text-align: center;
}
.sp .more-product .swiper{
    left: 10vw;
    right: 10vw;
    top: 16vw;
    position: absolute;
}

.sp .more-product .swiper .swiper-slide{
    position: relative;
}
.sp .more-product .swiper .swiper-slide .icon-720,
.sp .more-product .swiper .swiper-slide .model-720
{
    position: absolute; 
    width: 12vw;
    left: 2vw;
    bottom: 0vw;
}
.sp .more-product .swiper .swiper-slide .icon-720{
    z-index: 99;
    animation-name:kf-turnY;
    animation-duration:3s;
    animation-iteration-count:infinite;
}
.sp .more-product .swiper .swiper-slide .icon-720:hover{
    animation:none;
}
.sp .more-product .swiper .swiper-slide .model-720{
    width: 33vw;
    height: 51vw;
    left: 1vw;
    top: 1vw;
}
.sp .more-product .swiper .swiper-slide .text{ 
    position: absolute;
    font-size: 3.2vw;    line-height: 1.4;
    left: 38vw;
    bottom: 30vw;
}

.sp .more-product .swiper .swiper-slide .link-container{
    position: absolute;
    left: 38vw;
    top: 42vw;
}

.pc .more-product{
    position: relative;
}
.pc .more-product{
    position: relative;
}
.pc .more-product .text-title{
    bottom: auto;
    top: 3vw;
}
.pc .more-product .tips{
    position: absolute;
    bottom: 19vw;
    width: 100%;
    font-size: 3.2vw;
    text-align: center;
}
.pc .more-product .swiper{
    left: 10vw;
    right: 10vw;
    top: 16vw;
    position: absolute;
}

.pc .more-product .swiper .swiper-slide{
    position: relative;
}
.pc .more-product .swiper .swiper-slide .icon-720{
    position: absolute;
    width: 7vw;
    left: 0vw;
    bottom: 0vw;
    animation-name:kf-turnY;
    animation-duration:3s;
    animation-iteration-count:infinite;
}
.pc .more-product .swiper .swiper-slide .text{ 
    position: absolute;
    font-size: 2.2vw;
    line-height: 1.4;
    left: 44.6vw;
    bottom: 20vw;
}

.pc .more-product .swiper .swiper-slide .link-container{
    position: absolute;
    left: 45vw;
    top: 33vw;
}
.pc .more-product .swiper-pagination{
    bottom: 9vw;
}
.pc .more-product .swiper-pagination .swiper-pagination-bullet{
    width: 1vw; height: 1vw;background-color: #ffffff;opacity: 1;
}
.pc .more-product .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: #ff7f41;
}
.pc .more-product .swiper-button-prev,
.pc .more-product .swiper-button-next{
    color: #e6796f;
    width: 5vw;
    height: 8vw;
    margin-top: -4vw; 
}
.pc .more-product .swiper-button-prev{
    left: 1.2vw;
}
.pc .more-product .swiper-button-next{
    right: 1.2vw;
}
.pc .more-product .swiper-button-prev:before{
    content: 'prev';
    font-family: swiper-icons; 
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
}
.pc .more-product .swiper-button-next:before{
    content: 'next';
    font-family: swiper-icons; 
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
}
.pc .more-product .swiper-button-prev:after,
.pc .more-product .swiper-button-next:after,
.pc .more-product .swiper-button-prev:before,
.pc .more-product .swiper-button-next:before{
    font-size: 5vw;transform: scaleY(1.25);
} 

.pc .more-product .model-container{
    position: absolute;cursor: pointer;
    top: 1vw;
    width: 37vw;
    left: 1vw;
    height: 41vw;
}
.pc .more-product .model-container .loading{
    width: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
} 













.sp .event {
    position: relative;
}
.sp .event .text-container{
    position: absolute;
    top: 16.3%;
    margin: 0 8vw;
    font-size: 2.56vw;
    /*color: #fff;*/
}
.sp .event .text-container .text{
    display: flex;
    flex-direction: row;
    align-content: center;
    flex-wrap: nowrap;
    align-items: flex-start;
    margin-bottom: 2vw;
}
.sp .event .text-container .label{
    padding: 2px 8px 2px 8px;
    font-size: 2.44vw;font-size: 2.56vw;
    background-color: #c35049; 
    margin-right: 1vw;
    width: 12.4vw;color: #fff;    box-sizing: content-box;
}
.sp .event .text-container span{
    flex:1;padding: 2px 0;font-size: 3.2vw;font-size: 3.56vw;
}
.sp .event .text-container span.text{
    font-size: 3.2vw;margin-bottom: 0;margin-top: -0.1vw;font-size: 3.56vw;
}
.sp .event .text-container .time{
    font-size: 4vw; line-height: 1;font-size: 3.56vw;font-weight: bold;
}
.sp .event .pic-container{
    position: absolute;
    top: 34.3%;
    display: flex;
    margin: 0 0 0 8.5vw; 
    width: 83vw;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;   
}
.sp .event .pic-container .pic-1,
.sp .event .pic-container .pic-2{
    width: 42%;
}
.sp .event .pic-container .pic-1{
    width: 55%;
    margin-right: 0vw;border-radius: 3vw;
}
.sp .event .pic-container .pic-2{
    margin-right: 0.4vw;
}    
.sp .event .form-container{
    position: absolute;
    top: 50.3%;
    width: 75vw;
    margin: 2vw 0vw 0 10vw;
    font-size: 2.6vw; 
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}
 

.sp .event .form-success{
    width: 100vw;
    text-align: center;
    margin-left: -10vw;
    margin-top: 8vw;
    color: #c2514d;
    display: none;
    position: relative;;
}
.sp .event .form-success .title,
.sp .event .form-success .text{
    position: absolute;
    width: 100%; 
} 
.sp .event .form-success .title{
    font-size: 6vw;
    margin-bottom: 2vw;
    top: 67%;
}
.sp .event .form-success .text{
    top: 90%;font-size: 4vw;
} 
.sp .event .form-success .image{
    width: 97%;
}

.sp .event .form-group{
    width: 100%;
    margin-bottom: 3vw;
    margin-left: 3vw;
}
.sp .event .form-control-container{
    display: flex;
    align-items: center;
}
.sp .event .form-group label{
    width: 15vw;
    margin-right: 1.6vw;
    text-align: left;
    line-height: 4vw;
    font-size: 3.2vw;font-size: 3.56vw;
    display: inline-block;
}
.sp .event .form-group label.sex{
    /*width: 7rem;*/
    text-align: left;
}
.sp .event .form-group label.sex .icheckbox_minimal-orange{
    
    margin-left: 1.5vw;
    margin-bottom: 0.2em;
    /*transform: scale(1.2);*/
}
.sp .event .form-control{
    height: 7vw;
    border: 0px none;
    background-color: #fff;
    flex: 1;font-size: 1.8vw;font-size: 2.56vw;padding-left: 0.8vw;    width: 22vw;border: 1px solid #cb6e72;
}
.sp .event .select.form-control{
    color: #bababa;
} 
.sp .event .select.form-control option{
    font-size:1.8vw; font-size: 2.56vw;
}

.sp .event .form-control-container .btn-default{
    position: absolute;
    width: 20vw;
    border-radius: 0.8vw;border: 0 none;
    color: #fff;
    right: 1%;
    margin: 0;
    font-size: 2.5vw;
    background-color: #c44f4f;
    cursor: pointer;
}
.sp .event .form-group.store-address .address{font-size: 90%;font-size: 1.8vw;font-size: 2.56vw;} 
.sp .event .form-group.confirm,
.sp .event .form-group.store-address{  
    width: 95%;margin-left: 7vw;
}
.sp .event .form-group.confirm .form-control-container{
    display: block;
}
.sp .event .form-group.confirm .form-control-container label{
    width: 100%;
    font-size: 3.3vw;
    text-align: center;
}

.sp .event .form-group.confirm .form-control-container .icheckbox_minimal-orange{
    margin-right: 1.5vw;
    margin-bottom: 0.2em;
    /*transform: scale(1.2);*/
}
.sp .event .form-group.confirm .privacy{color: #333}
.sp .event .form-group.submit{
    margin-left: auto; margin-right: auto
}
.sp .event .form-group.submit .form-control-container{
    margin-left: 4vw;
}
/*上海落地页*/
.sp .event.sh_lbs .text-container{
    top: 24%;margin: 0 10vw;
}
.sp .event.sh_lbs .text-container .text .text{
    display: inline-block;
}
.sp .event.sh_lbs .text-container .text .price{
    color: #c35049;font-size: 4.5vw;
}
.sp .event.sh_lbs .text-container .text .icon-location{
    width: 3vw;
    vertical-align: text-bottom;
    margin-right: 1vw;
}
.sp .event.sh_lbs .text-container a{
    flex: 1;
    padding: 2px 0; 
    font-size: 3.56vw;
    color: #333; 
}
.sp .event.sh_lbs .text-container .text .tips{  
    font-size: 2.56vw;
    font-size: 90%; 
    margin-left: 3vw;
}
.sp .event.sh_lbs .form-container{
    top: 65%;
}
.sp .event.sh_lbs .form-group {
    width: 82%;
    margin: auto;margin-bottom: 3vw;
}
.sp .event.sh_lbs .form-control-container .btn-default{
    right: 12%;
}
.sp .event.sh_lbs .form-group.confirm{
    width: 107%;margin: auto;
}
.sp .event.sh_lbs .form-group.submit{
    margin-top: 3vw;
}
.sp .event.sh_lbs .form-success{
    margin-top: -3vw;
}
.sp .event.sh_lbs .form-success .image {
    width: 57%;
}
.sp .event.sh_lbs .form-success .title { 
    top: 51%;
}

.pc .event {
    position: relative;
}
.pc .event .text-container{
    position: absolute;
    top: 29%;
    margin: 0 10vw;
    left: 0;
    font-size: 2.6vw;
    width: auto;     right: 0;
}
.pc .event .text-container .text{
    display: flex;
    flex-direction: row;
    align-content: center;
    flex-wrap: nowrap;
    align-items: flex-start;
    margin-bottom: 0.2vw;font-size: 1.32vw;
}
.pc .event .text-container .label{
    padding: 0px 1px 1px 10px;
    font-size: 1.32vw;
    background-color: #c74e4f; 
    margin-right: 1vw;
    width: 7vw;color: #fff;
}
.pc .event .text-container span{
    flex:1;font-size: 1.32vw;color: #000;
}
.pc .event .text-container span.text{
    font-size: 92%;font-size: 1.32vw;line-height: 2;
}
.pc .event .text-container .time{
    font-size: 1.32vw;font-weight:bolder;/*line-height: 1;*/color: #000;
}
.pc .event .pic-container{
    position: absolute;
    top: 38%;
    display: flex;
    margin: 0 13vw; 
    width: 85vw;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;   
}
.pc .event .pic-container .pic-1,
.pc .event .pic-container .pic-2{
    width: 32%;
}
.pc .event .pic-container .pic-1{
    width: 40%;
    margin-right: 0vw;border-radius: 3vw;
}
.pc .event .pic-container .pic-2{
    margin-right: 13vw;
}    
.pc .event .form-container{
    position: absolute;
    top: 58%;
    width: 85vw;
    margin: 3vw 5vw 0 4vw;
    font-size: 2.6vw; 
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; 
}
.pc .event .form-success{
    width: 100%;
    text-align: center;
    margin-left: 8vw;
    margin-top: -5vw;
    color: #c2514d;
    position: relative;;
    display: none;
}

.pc .event .form-success .title,
.pc .event .form-success .text{
    position: absolute;
    width: 100%; 
}
.pc .event .form-success .title{
    font-size: 4.5vw;
    margin-bottom: 2vw;
    top: 43%;
}
.pc .event .form-success .text{
    top: 75%;    font-size: 3vw;
}
.pc .event .form-success .image{
    width: 66%;
}
.pc .event .form-group{
    width: 50%;margin-bottom: 2vw; 
}
.pc .event .form-control-container{
    display: flex;
    align-items: center;
}
.pc .event .form-group label{
    width: 14vw;
    margin-right: 1.6vw;
    text-align: right;
    line-height: 3vw;
    font-size: 1.32vw;
    display: inline-block;
}
.pc .event .form-group label.sex{
    width: 10vw;
    text-align: left;
}
.pc .event .form-group label.sex .icheckbox_minimal-orange{
    
    margin-left: 1.5vw;
    margin-bottom: 0.2em;
    transform: scale(1.6);
}
.pc .event .form-control{
    height: 3.2vw;
    border: 0px none;
    background-color: #fff;
    flex: 1;font-size: 1.32vw;padding-left: 0.8vw;    width: 22vw;
    border: 1px solid #c2514d;
}
.pc .event .select.form-control{
    color: #bababa;
}
.pc .event .select.form-control option{
    font-size: 1.32vw
}
.pc .event .form-control-container .btn-default{
    position: absolute;
    width: 14vw;
    border-radius: 0.8vw;
    border: 0 none;
    color: #fff;
    right: 1%;
    margin: 0;
    font-size: 1.34vw;
    background-color: #c0504c;
    cursor: pointer;
}

.pc .event .form-group.confirm,
.pc .event .form-group.store-address{
    width: 100%;margin-left: 10.5vw;margin-bottom: 1vw;
}
.pc .event .form-group.confirm .form-control-container{
    display: block;
}
.pc .event .form-group.confirm .form-control-container label{
    width: 100%;
    font-size: 1.8vw;
    text-align: left;    font-size: 2.6vw;
    position: relative;
    padding-left: 4vw;
    font-size: 1.32vw;
}

.pc .event .form-group.confirm .form-control-container .icheckbox_minimal-orange{
    margin-right: 1.5vw;
    margin-bottom: 0.2em;
    position: absolute !important;
    transform: scale(1.6);
    left: 1vw;
    top: 1vw;
}
.pc .event .form-group.confirm .privacy{color: #333}
.pc .event .form-group.submit{
    margin-left: auto; margin-right: auto;/*position: absolute;*/
    left: 1vw;
    top: 1.4vw;
}
.pc .event .form-group.submit .form-control-container{
    margin-left: 4vw;
}

.pc .event .form-group.store-address {
    margin-left: 16.2vw;margin-bottom: 1vw;    margin-top: -1vw;
}
.pc .event .form-group.store-address .address{font-size: 1.32vw;}






.store {  
    position: relative; 
    font-size: 0;width: 75%;
    margin: auto;
}
.pc .store{
    width: 75%;
}
.store .content {
    position: absolute;
    top: 24%;
    right: 50%;
    transform: translateX(136%);
}
.store .title {
    text-align: center;
    font-size: 23px;
    font-weight: normal; 
    padding-top: 20px;
    padding-bottom: 10px;
    margin-bottom: 22px;
    color: #000;
}

.store .watch-video-btn{ 
    margin: 0;
    z-index: 10;
}
.store .watch-video-btn .watch-video-btn-a-text{
    padding: 0;color: #000;
}
.store .watch-video-btn .watch-video-btn-a-text strong{
    font-size: 20px;
}
.store .watch-video-btn:hover .watch-video-btn-a-text{
    color: #fff;
}

.store .watch-video-btn {
    margin-top:30px;margin-bottom: 136px; margin-left: auto;  margin-right: auto; 
    border: 1px solid #000;
    width: 260px;height: 52px;
}
.store .watch-video-btn a{color: #73679e}
.store .watch-video-btn a:hover,
.store .watch-video-btn .watch-video-btn-a:hover .watch-video-btn-a-text{color:#fff;}
.watch-video-btn-a .watch-video-btn-a-text:after, .watch-video-btn a:after{
    background: url(/global_common/index/images/i_ar_purple.svg) no-repeat center right;
}



.banner {  
    position: relative; 
    font-size: 0;width: 75%;
    margin: auto;
}
.pc .banner{
    width: 75%;
}

.sp .search-store,.sp .share,.sp .promotion{
    background-image: url("../images/sp/icon_sale_sp.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto; 
    color: #000;
    height: 19vw;
    width: 19vw;
    position: fixed;
    right: 3vw;
    top: 20%;
    z-index: 9991;
}
.sp .search-store .text,
.sp .share .text,
.sp .promotion .text{
    position: absolute;
    bottom: 42%;
    font-size: 12px;
    width: 100%;
    text-align: center;
    display: none;
}



.sp .share{
    background-image: url('../images/sp/icon_share_sp.png'); transform: translateY(100%);/*top: 46%; pc/icon_share_pc.png */
} 
.sp .share .qrcode{
    position: absolute;
    top: 8vw;
    display: none
} 
.sp .promotion{
    background-image: url('../images/sp/icon_promotion_sp.png'); transform: translateY(200%);
}



.pc .search-store,.pc .share,.pc .promotion{
    background-image: url("../images/sp/icon_sale_sp.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto; 
    color: #000;
    height: 8vw;
    width: 8vw;
    position: fixed;
    right: 1.5vw;
    bottom: 75%;
    z-index: 9991;
}
.pc .search-store .text,
.pc .share .text,
.pc .promotion .text{
    position: absolute;
    bottom: 42%;
    font-size: 12px;
    width: 100%;
    text-align: center;
    display: none;
}

.footer_container{
    background-color: #d8c5a1;
}
.footer {
    color: #fff;
    font-size: 1vw;
    line-height: 1.8;
    padding: 20px 0.5em;
    margin: auto;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}
.footer a {
    color: #fff;
}


.pc .share{
    background-image: url('../images/sp/icon_share_sp.png'); transform: translateY(100%);/*top: 46%; pc/icon_share_pc.png */
} 
.pc .share .qrcode{
    position: absolute;
    top: 8vw;
    display: none
} 
.pc .share:hover .qrcode {
    display: block;
}
.pc .promotion{
    background-image: url('../images/sp/icon_promotion_sp.png'); transform: translateY(200%);
}


.banner{font-size: 0}
.bottom-banner{font-size: 0;    width: 100%;margin: auto;}
.bottom-banner a{display: inline-block;width: 50%}
.bottom-banner-2{margin-top: 28px;}
.bottom-banner-2 a{width: 25%}


@media screen and (min-width: 0) and (max-width: 1024px)
{
    .store .title{
        color: #333;
    }    
    .store .watch-video-btn{
        border: 1px solid #333;
    }
    .store .watch-video-btn .watch-video-btn-a-text{
        color: #333;
    }
    .watch-video-btn-a .watch-video-btn-a-text:after, .watch-video-btn a:after{
        background: url(/global_common/index/images/i_ar.svg) no-repeat center right;
    }
    .store { 
        width: 100%; 
    }
    .store .content{
        position: absolute;
        top: 50%; left: 50%;
        width: 100%;
        transform: translateY(-38%) translateX(-50%);
    }
    .store .title{
        font-weight: normal;f 
    }
    .store .desc{ 
    }
    .store .watch-video-btn{ 
        width: 60%;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
    .store .watch-video-btn .watch-video-btn-a-text{ 
    }
    .part.banner { 
        width: 100%;margin-top:0 ;
    }
    .footer { 
        font-size: 3vw; 
    }
}




.part-refit-past-review{
  text-align: center;width: 75%;
    margin: auto;
}
.pc .part-refit-past-review{
    width: 75%;    background: #fff;
}
.part-refit-past-review .container{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.part-refit-past-review .container .item{
  width: 32%;position: relative;overflow: hidden;margin-right: 2%;
}
.part-refit-past-review .container .item:nth-child(3n){
    margin-right: 0%; 
}
.part-refit-past-review .container .item .text{
  /*display: flex;*/
  height: 32%;
  position: absolute;
  bottom: 0;
  width: 100%;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: flex-end; 
}
.part-refit-past-review .container .item:nth-of-type(1) .text{
  background-color: rgba(187,150,150,1);
}
.part-refit-past-review .container .item:nth-of-type(2) .text{
  background-color: rgba(154,165,149,1);
}
.part-refit-past-review .container .item:nth-of-type(3) .text{
  background-color: rgba(202,187,140,1);
}
.part-refit-past-review .container .item .title{
  color: #fff;
  margin-bottom: 0;
  font-weight: normal;
  position: absolute;
  text-align: left;
  font-size: 1.6vw;
  font-weight: bolder;
  top: 5%;
  left: 5%;
}
.part-refit-past-review .container .item .number{
  font-size: 7.6vw;
  color: #fff;
  position: absolute;
  right: -1px;
  line-height: 1;
  display: inline;
  bottom: -6px;
}
.part-refit-past-review .container .item .number1{
  font-size: 7.6vw;
  color: #fff;
  position: absolute;
  right: -1px;
  line-height: 1;
  display: inline;
  bottom: -6px;
}
.part-refit-past-review .container .item .arrow{
  width: 8%;
  transform: rotate(90deg);
  left: 4%;
  bottom: 7%;
  position: absolute;
}
.part-refit-past-review .container .item .pic{
  width: 100%;
}
.part-refit-past-review .container .item:hover .pic{
  transform: scale(1.05);
}
.part-refit-past-review .more{
  background-color: #3252a3;
  padding: 0.8vw 1.2vw;
  color: #fff; 
  margin-top: 1vw; 
  display: block;
  margin: 3vw auto;
  border-radius: 0.3vw;
  display: inline-block;
  position: relative;
  font-size: 1.3vw;
  font-weight: bolder;
  text-align: center;
}

@media screen and (min-width: 0) and (max-width: 1024px)
{ 
  .part{
    padding: 0;margin-top: 9vw;
  }
  .part .title{
    font-size: 5.6vw;
  }
  .part .text{
    font-size: 4vw;
  } 
  .part-refit-past-review {
    margin-top: 0;width: 100%;
  }
  .part-refit-past-review > .title{
    margin-bottom: 3.6vw;
  }
  .part-refit-past-review .container .item:nth-child(3n+3){
    margin-right: 0
  }
  .part-refit-past-review .container .item .title{
    font-size: 3vw;   font-weight: bolder;    line-height: 2;    top: 0;margin-top: 0;
  }
  .part-refit-past-review .container .item .number{
    font-size: 10vw;bottom: -2%;
  }
    .part-refit-past-review .container .item .number1{
    font-size: 10vw;bottom: -2%;
  }
  .part-refit-past-review .more{
    font-size: 3.3vw;
    font-weight: bolder;
    padding: 1.4vw 3vw;
    border-radius: 1vw;    margin-top: 6vw;
  }
  .part-more > .title{
    margin-bottom: 2vw;
  }
  .part-more .container{
    flex-direction: column;padding: 0 8vw;margin-bottom: 12vw;
  }
  .part-more .container .banner{
    width: 100%;
  }
}



.part > .e-shops{ 
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
    margin-top: 1vw;
} 
.part > .e-shops a{
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 6vw;
    display: block;
    height: 6vw;
}
.part > .e-shops .tmall{
    background-image: url(/global_common/common/images/icon_tmall.png);
}
.part > .e-shops .jd{
    background-image: url(/global_common/common/images/icon_jd.png);
}
.part > .e-shops .redbook{
    background-image: url(https://www.toto.com.cn/global_common/common/images/icon_redbook.png);
}
.part > .e-shops .tiktok{
    background-image: url(https://www.toto.com.cn/global_common/common/images/icon_tiktok.png);
}
.part > .e-shops .zhihu{
    background-image: url(https://www.toto.com.cn/global_common/common/images/icon_zhihu.png);
}
.part > .e-shops .weixin{
    position: relative;cursor: pointer;
    background-image: url(https://www.toto.com.cn/global_common/common/images/icon_wechat.png);
}
.part > .e-shops .weixin .img{
    display: none;right: -181%;
    position: absolute;
    opacity: 1 !important;
    top: -50%;
    width: 178%;
    max-width: inherit;
}
.part > .e-shops .weixin:hover .img{
    display: block;
}


@media screen and (max-width: 640px) {

    .part > .e-shops{ 
        width: 74%;
        margin: auto;        padding-bottom: 9vw;
        flex-wrap: wrap;  background-color: #e3ddd7;
    }
    .part > .e-shops a{
        width: 14.4vw;
        height: 14.4vw;
    }
    .part > .e-shops .weixin .img{
        right: -16%;
        position: absolute;
        opacity: 1 !important;
        top: 98%;
        width: 133%;
        max-width: inherit;
    }
    .part > .e-shops .weixin:hover .img{
        display: none;
    }


}