﻿.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.8);
}
.swiper-slide-active,.swiper-slide-duplicate-active{
    transform: scale(1.2);
}
#maincontent{
    background: rgba(0, 0, 0, 0.64);
    color: white;
}
.slid_con div{
    font-size: 12px;
}
#maincontent{
    height: 440px;
}
.header-anli{
    z-index: 1000 !important;
}
#rczhongjian{
    position: relative;
}
#youbian_rencai{
    z-index: -1;
}
#zuobian_rencai{
    background: white;
}
.md{
    overflow: hidden;
}
.md_active{
    background: pink !important;
}
.md a{
    float: left;
    display: block;
    padding: 3px 14px;
    background: #c49298;
    margin: 5px 8px 5px 0px;
    color: #ffffff;
}
@media screen and (max-width: 580px){
    #maincontent{
        height:307px;
    }
}