 .play{
    opacity: 1;
    background-color: #fff;
    background-image: url(../images/triangle_solid_b4b8c0.svg);
} 
.play:hover{
    background-color: #3a3c40
}


.pvd-shower-kv-container{ 
    padding: 5vw 0 0 0;font-size: 0;color: #fff;    position: relative;
}
.pvd-shower-kv-container .title{
    position: absolute;
    left: 5.333vw;
    font-size: 6.6vw;
    top: 100.541vw;
    text-align: left;    width: auto;
}
.pvd-shower-kv-container .text{
    position: absolute;
    left: 5.333vw;
    top: 122.541vw;
    width: 85%;
    text-align: left;
    font-size: 4.4vw; 
}
.pvd-shower-kv-container .play{
    top: 50%;
}
 
.second-container{ 
    /*padding: 3.6458vw 15.625vw 3.6458vw 15.625vw;*/
    background-color: #e9eff2;
    position: relative;
    color: #fff;font-size: 0;
}  
.second-container .title{
    top: 12vw;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 6.6vw;
    position: absolute;
} 
.second-container .sub-title{
    width: 100%;
    text-align: center;
    color: #fff;
    top: 21vw;
    font-size: 4.4vw;
    position: absolute;
} 
.second-container .text{ 
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 4.8vw;
    top: 37vw;
    position: absolute;
}  

.third-container{
    padding: 0.1vw 13.33333vw 20.6458vw 13.33333vw;color: #fff;
    background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(50,50,55,1) 96%, rgba(55,55,60,1) 100%);
}
.third-container > .title{
    padding-top: 0;margin-bottom: 2vw;display: none;
}
.third-container .line{
    margin-bottom: 8vw;position: relative;
}
.third-container .line.two-line{ 
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
}
.third-container .line .text{
    font-size: 3.2vw;
    margin-top: 1vw;
    margin-bottom: 1.22vw;
} 
.third-container .line .title{
    font-size: 4.4vw;
    margin-top: 10vw;
    margin-bottom: 1.22vw;
} 
.third-container .line .img{
    
}  
.third-container .line .tech{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    font-size: 1.6vw;
}
.third-container .line .tech .tech-icon{
    width: 3vw;
    margin-right: 2%;
} 
.third-container .line .tech .tech-icon{
    
}
.third-container .line .item{
    width: 47.4%;
}
.third-container .btn{
    width: 48vw;
    margin: auto;
    display: block;
    margin-top: 5vw;
    color: #000;
    background-color: rgba(255, 255, 255, 0.9);    
    border: 1px solid #b4b8c0;
}
.third-container .btn::after{
    background: url(../images/arrow_2.png) no-repeat center center / 100% 100%;
}
.third-container .btn:hover{
    background-color: #b4b8c0;color: #fff;
    border: 1px solid #fff;
}
.third-container .btn:hover::after { 
    filter: brightness(100000%);
}
