body,html,ul,div,h1,h2,h3,h4,span{
    margin:0;
    padding: 0;
}
.photo-detail{
    
}
.photo-wrapper{
    padding:80px 0;
}
.photo-wrapper .title{
    font-size: 18px;
    padding-right:30px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 30px;
}
.photo-wrapper .title .icon{
    width: 18px;
    height: 18px;
    background: url('/images/close.png') no-repeat 50%;
    background-size: 100%;
    margin-left: 20px;
}
.swiper-container {
    width: 100%;

}
.swiper-wrapper{
}
.swiper-wrappers{
    transform: translate3d(0px, 0px, 0px) !important;
}
.swiper-slide{
    margin-right: 0 !important;
    width: auto;
}
.photo-wrapper .swiper-slide img{
    display: block;
    width: auto;
    /*height: 100%;*/
    /*height: 80%;*/
    height: 600px;
}
.photo-wrapper .index-footer{
    bottom:50px;
}


/*****手机端的样式************/
.photo-wrapper-mobile{

}
.photo-wrapper-mobile .business-content .con-title{
    justify-content: space-between;
}
.photo-wrapper-mobile .business-content .con-title p{
    margin:0;
}
.photo-wrapper-mobile  .con-title .title{
    display: flex;
    align-items: center;
}
.photo-wrapper-mobile .con-title .icon{
    background: url('../img/close.png') no-repeat;
    background-size: 100% 100%;
    width: 18px;
    height: 18px;
    margin-left:10px;
}
.tips{
    text-align: right;
    font-size: 18px;
    padding:20px;
}
    

