.breadcrumbWrap a{
    font-size: 14px;
}

.carousel-item .imgBox {
    display: flex;
    justify-content: center;
    width: 100%;
}
.carousel-item .imgBox img {
    display: inline-block;
    width: 70px;
    margin-right: 10px;
}
.carousel-item .imgBox img:last-child {
    margin-right: 0;
}
#zoom_01 {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.arrow{
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity .15s ease;
    width: 10%;
    height: 100%;
    opacity: .5;
}
.bannerPrev{
    left: 0;
}
.bannerNext{
    right: 0;
    transform: scaleX(-1);
}
.arrow .iconfont{
    font-size: 30px;
}
.arrow:hover{
    text-decoration: none;
    opacity: 1;
}

.infoWrap .line{
    width: 40px;
    height: 3px;
    background-color: #856dcc;
    margin: 10px 0 20px;
}

.infoWrap .btn{
    margin-top: 50px;
    background-color: #2D2F8F;
    color: #fff;
    width: 160px;
    border-radius: 0;
    transition: background-color .25s ease;
}
.infoWrap .btn:hover{
    background-color: #856dcc;
}
.infoTit{
    color: #856dcc;
    font-size: 18px;
    font-weight: bold;
}

@media (max-width: 768px){
    .pageWrap{
        font-size: 14px;
    }
}
