

.column {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex
}


a,
body,
button,
dd,
dl,
dt,
h1,
h2,
h3,
h4,
h5,
i,
img,
input,
li,
p,
select,
span,
strong,
textarea,
ul {
    margin: 0;
    padding: 0
}

li {
    list-style-type: none;
    float: left
}

.type {
    width: 100%
}

.type .title {
    width: 100%;
    padding-top: .1rem;
    float: left
}

.type .title img {
    width: 63%
}

.type .conts {
    width: 100%;
    padding: .35rem 0;
    float: left
}

.type .conts .list {
    width: 100%;
    padding-bottom: .4rem
}

.type .conts .list ul {
    width: 100%
}

.type .conts .list ul li {
    width: 33.3%;
    text-align: center;
    height: 15.86rem
}

.type .conts .list ul li img {
    width: 7.5rem;
    transition: .5s
}

.type .conts .list ul li.swiper-slide-next img,
.type .conts .list ul li.swiper-slide-prev img {
    transform: scale(.9)
}

.type .conts .list .swiper-pagination {
    bottom: .02rem !important
}

.type .conts .list .swiper-pagination .swiper-pagination-bullet {
    width: .14rem;
    margin: 0 .09rem;
    height: .14rem;
    opacity: 1;
    background-color: #fff
}

.type .conts .list .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #ff5527
}
