.aboutPageBanner{
	height: 460px;
	background: url('../img/banner/banner-about.webp') no-repeat top center;
	background-size: cover;
}

.aboutPageContBox .baseTitBox .boxTit h2{
    color: #333;
}

.aboutPageContBox .aboutCont{
    margin-top: 48px;
}

.aboutPageContBox .aboutCont>p{
    font-size: 16px;
    color: #666;
    line-height: 1.5;
    margin-bottom: 24px;
}

.aboutPageContBox .aboutCont .aboutNumItem{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 36px 0;
}


.aboutPageContBox .aboutCont .aboutNumItem .aboutNum{
    width: 25%;
    text-align: center;
}
.aboutPageContBox .aboutCont .aboutNum .numBox{
    display: flex;
    align-items: self-end;
    justify-content: center;
}

.aboutPageContBox .aboutCont .aboutNum .numBox p{
    font-size: 48px;
    /* color: #063eaa; */
    background: linear-gradient(to bottom right, #88c9fc 0%, #0d41a8 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    line-height: 44px;
    font-weight: bold;

}
.aboutPageContBox .aboutCont .aboutNum .numBox span{
    background: linear-gradient(to bottom right, #88c9fc 0%, #0d41a8 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: 18px;
    font-weight: bold;
    margin-left: 12px;
}

.aboutPageContBox .aboutCont .aboutNum p{
    margin-top: 16px;
}

.getProductPrice .baseTitBox .boxTit h2{
    color: #333;
}



.aboutClsLs{
    margin-top: 80px;
}
.aboutClsLs .aboutLinkLs{
    display: flex;
    justify-content: center;
    align-items: center;
}

.aboutClsLs .aboutLinkLs a{
    display: block;
   padding: 12px 36px;
   border: 1px solid #e50012;
   color: #e50012;
   margin: 0 24px;
   border-radius: 40px;
}

.aboutClsLs .aboutLinkLs a:hover{
    background-color: #e50012;
    color: #fff;
}

.aboutClsLs .aboutLinkLs a.showThisCls{
    background-color: #e50012;
    color: #fff;
}


.aboutVrListBox .baseTitBox .boxTit h2{
    color: #333;
}


.aboutVrListBox .vrListBox{
    margin-bottom: 48px;
}

.aboutVrListBox .vrListBox{
    display: grid;
    margin-top: 36px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 40px;
    grid-row-gap: 40px;
}

.aboutVrListBox .vrListBox .vrItem{
    cursor: pointer;
    border-radius: 6px;
    overflow: hidden;
}
.aboutVrListBox .vrListBox .vrItem .imgBox{
    position: relative;
}

.aboutVrListBox .vrListBox .vrItem img{
    width: 100%;
}

.aboutVrListBox .vrListBox .vrItem i{
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 48px;
    height: 48px;
    font-size: 48px;
    color: #fff;
    transition: .3s;
}
.aboutVrListBox .vrListBox .vrItem:hover i{
    color: #e50012;
}

.aboutVrListBox .vrListBox .vrItem h3{
    text-align: center;
    color: #333;
    font-size: 20px;
    line-height: 1.5;
    background-color: #f5f5f5;
    padding: 12px;
}


.vrPopBox{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    background-color: rgba(0, 0, 0, 0.9);
}
.vrPalyBox{
    display: none;
    width: 100%;
    height: 100%;
    /* display: flex; */
    justify-content: center;
    align-items: center;
}

.vrPalyBox iframe{
    width: 50%;
    height: 50%;
}

.videoPalyBox{
    display: none;
    width: 100%;
    height: 100%;
    /* display: flex; */
    justify-content: center;
    align-items: center;
}
.videoPalyBox video{
    width: 50%;
    height: 50%;
}
.vrPopBox i{
    position: absolute;
    right: 10%;
    top: 10%;
    margin: auto;
    color: #fff;
    font-size: 48px;
    cursor: pointer;
}

