.content {
    padding-top: 92px;
}

.banner-wrapper {
    height: 740px;
    background: url(../../images/base/product_banner.png) no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;

}

.banner {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.banner-code-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    text-align: center;
}

.banner-code-box {
    width: 150px;
    height: 150px;
    background: #fff;
    padding: 2px;
    margin-bottom: 8px;
}

.banner-code {
    width: 100%;
    height: 100%;
    /*background: #999;*/
}

.banner-code-wrapper p {
    color: #fff;
    font-size: 15px;
}

.ml-80 {
    margin-left: -80px;
}

.column {
    padding: 80px 0;
}

.column-hd {
    text-align: center;
    margin-bottom: 50px;
}

.section-hd h5,
.column-hd h5 {
    font-size: 36px;
    font-weight: 400;
}

.column01 ul {
    display: flex;
    align-items: center;
}

.column01 ul li {
    flex: 1;
    height: 300px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.column01 ul li:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.column01 ul li img {
    margin-bottom: 30px;
}

.column01 ul li p {
    margin-bottom: 15px;
    font-size: 16px;
}

.column01 ul li span {
    color: #999;
}

.section-hd {
    margin-bottom: 20px;
}

.section .text {
    font-size: 24px;
    color: #666;
    margin-bottom: 30px;
    line-height: 40px;
    font-weight: 100;
}

.section ul {
    display: flex;
    align-items: center;
    padding-bottom: 30px;
}

.section ul li {
    width: 80px;
    text-align: center;
    margin-right: 60px;
}

.section ul li img {
    margin-bottom: 15px;
}

.section ul li p {
    font-size: 16px;
}

.col-11 {
    display: block;
    width: 45.83333333%;
}

.col-13 {
    display: block;
    width: 54.16666667%;
}

.btn-play {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    color: #666;
    padding-left: 10px;
    cursor: pointer;
}

.btn-play i {
    color: #0088F5;
    font-size: 50px;
    line-height: 1;
    margin-bottom: 5px;
}

.column05 {
    margin-bottom: 30px;
}

.swiper-container {
    height: 300px;
}

.swiper-slide {
    padding: 10px;
}

.swiper-slide .item {
    height: 280px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.swiper-button-prev:focus,
.swiper-button-next:focus {
    outline: none;
}

.swiper-button-prev i, .swiper-button-next i {
    font-size: 36px;
    color: #ccc;
}

.swiper-button-prev i {
    transform: rotate(180deg);
}

.swiper-button-next:after, .swiper-button-prev:after {
    display: none;
}

.swiper-button-prev {
    left: -60px;
}

.swiper-button-next {
    right: -60px;
}

.swiper-container .item {

}

.swiper-container .item .pic-box {
    height: 210px;
    position: relative;
}

.swiper-container .item .pic-box img {
    width: 100%;
    height: 100%;

}

.swiper-container .item .pic-box .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .5);
    display: none;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.swiper-container .item .pic-box i {
    font-size: 50px;
    color: #fff;
}

.swiper-container .item p {
    font-size: 18px;
    padding-top: 20px;
    text-align: center;

}

.swiper-container .item:hover .mask {
    display: flex;
}

.modal-mask {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 999;
}

.modal-inner {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

.modal {
    width: 50%;
    min-width: 600px;
    height: 600px;
    background: #fff;
    margin: 0 auto;
    position: relative;
    top: 150px;
}

.modal video {
    width: 100%;
    height: 100%;
}