.qz_index_module03{
    margin-top: .6rem;
}
.qz_index_module03_content{
    width: 13rem;
    margin: .84rem auto 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.qz_index_module03_content .qz_index_module03_item{
    width: 3.1rem;
    height: auto;
    border: 1px solid #E0E0E0;
    box-sizing: border-box;
    border-radius: .05rem;
    overflow: hidden;
    font-size: 0;
    margin-right: .2rem;
    margin-bottom: .16rem;
}
.qz_index_module03_content .qz_index_module03_item:nth-child(4n){
    margin-right: 0;
}
.qz_index_module03_content .qz_index_module03_item .qz_index_module03_item_img{
    width: 100%;
    height: 3.1rem;
    position: relative;
    overflow: hidden;
}
.qz_index_module03_content .qz_index_module03_item .qz_index_module03_item_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.qz_index_module03_content .qz_index_module03_item .qz_index_module03_item_zz{
    width: 100%;
    height: .5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.75);
    transform: translateY(100%);
    transition: all .5s ease;
}
.qz_index_module03_item_zz .module03_item_zz_btn{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 100%;
    font-size: .16rem;
    color:#fff;
    position: relative;
}
.qz_index_module03_item_zz .module03_item_zz_btn:first-child:after{
    content: '';
    width: 1px;
    height: .26rem;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(50%,-50%);
    background: rgba(255,255,255,0.15);
}
.qz_index_module03_content .qz_index_module03_item:hover .qz_index_module03_item_zz{
    transform: translate(0);
}
.qz_index_module03_item_zz .module03_item_zz_btn .icon{
    font-size: 0;
    margin-right: .11rem;
}

.qz_index_module03_text{
    padding: .08rem .16rem 0;
    box-sizing: border-box;
}
.qz_index_module03_text .tit{
    display: flex;
    align-items: center;
    justify-content: center;
    color:#000;
    font-size: .19rem;
    height: .47rem;
    font-weight: bold;
    border-bottom: 1px solid #EDEDED;
}
.qz_index_module03_text .tit span{
    font-size: .16rem;
    color:#797979;
    font-weight: inherit;
    padding-left: .1rem;
}
.qz_index_module03_text p{
    font-size: .12rem;
    color:#797979;
    text-align: center;
    line-height: .56rem;
}
.qz_index_des_swiper{
    width: 13rem;
    margin: .25rem auto 0;
    padding: 0 .75rem;
    box-sizing: border-box;
    position: relative;
}
.qz_index_des_swiper_item{
    text-align: center;
}
.qz_index_des_swiper .des_swiper_picimg{
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}
.qz_index_des_swiper .des_swiper_picimg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.qz_index_des_swiper_item .tit{
    font-size: .19rem;
    color:#000;
    font-weight: bold;
    margin-top: .16rem;
}
.qz_index_des_swiper_item p{
    font-size: .14rem;
    color:#666666;
    margin-top: .03rem;
}
.qz_index_des_swiper .swiper-button-prev,.qz_index_des_swiper .swiper-button-next{
    top: 50%;
    transform: translateY(-50%);
    width: .35rem;
    height: .35rem;
    border-radius: 50%;
}
.qz_index_des_swiper .swiper-button-prev{
    left: 0;
    background: url(../images/designer/qz_index_icon12.png)no-repeat center/.09rem #EE7821;
}
.qz_index_des_swiper .swiper-button-next{
    right: 0;
    background: url(../images/designer/qz_index_icon13.png)no-repeat center/.09rem #EE7821;
}
.qz_index_module03 .qz_index_module02_btn{
    margin-top: .62rem;
}