/*========================
        红娘列表
========================*/



/*========================
        红娘详情
========================*/







.matchmaker-pupup {
    width: 500px;
    height: auto;
    padding-top: 30px;
    top: auto;
    bottom: 0;
    overflow: hidden;
    background: #FFF;
    border-radius: 10px;
}
.matchmaker-pupup .close-popup {
    width:30px;
    height: 30px;
    position: absolute;
    top: 2px;
    right: 2px;
    text-indent: -9999em;
}
.matchmaker-pupup .close-popup::after, .matchmaker-pupup .close-popup::before {
    width: 100%;
    height: 2px;
    content: "";
    background: #DDD;
    position: absolute;
    top: 50%;
    left: 0;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
.matchmaker-pupup .close-popup::before {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}




.matchmaker-pupup .matchmakers {
    padding: 0 30px;
    height: 500px;
}
.matchmaker-pupup .matchmakers .item {
    width: 400px;
    height: 500px;
    margin: 30px;
    float: left;
    overflow: hidden;
    text-align: center;
}
.matchmaker-pupup .matchmakers .item .matchmaker-cover {
    text-align: center;
}
.matchmaker-pupup .matchmakers .item .matchmaker-cover img {
    width: 200px;
    height: 200px;
    margin: 0 auto;
}
.matchmaker-pupup .matchmakers .item .matchmaker-name {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.matchmaker-pupup .matchmakers .item .matchmaker-price {
    font-size: 12px;
    color: #F60;
    line-height: 20px;
}
.matchmaker-pupup .swiper-pagination {
    position: absolute;
    bottom: 4px;
}
.matchmaker-pupup .swiper-pagination .swiper-pagination-bullet {
    background-color: rgba(0, 0, 0, .1);
}
.matchmaker-pupup .swiper-pagination .swiper-pagination-bullet-active {
    background-color: rgba(0, 0, 0, .4);
}