.mui-slider-item{ width:100%; text-align: center}
.mui-slider .mui-slider-group .mui-slider-item img{width:80%}
html, body {
    position: relative;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* 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;
}
#sliderSegmentedControl a{
    padding: 0 17px;
}

.zhezhao{ position: fixed; top:0; bottom: 0; left: 0; right: 0; background: rgba(0,0,0,0.7); z-index: 999999; display: none}
.zhezhao img{width:100%; float:right}
.spare{
    width: 45%;
    display: inline-block;
    padding: 5px 0;
    border-radius: 10px;
    margin-top: 15px;
    font-size: 16px ;
}