
.showcase_wapper {
    width: 920px !important;
    margin-right: 35px;
}


.field_info{
    text-align: center;
    padding: 20px 0 40px;
    box-sizing: border-box;
}
table {
    border-collapse:collapse;
    border: 1px solid #DDD;
}
tr,td,th{
    border: 1px solid #DDD;
}
td{
    /* 设置文本水平居中效果 */
    text-align: center;
    /* 设置文本垂直居中效果 */
    vertical-align:middle;
}

/* .email_box{
    margin: 0 auto;
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.email_box span{
    font-size: 24px;
    margin-left: 5px;
    color: #999;
} */
.field_info .title{
    /* text-align: center; */
    font-size: 24px;
    line-height: 45px;
    color: #003573
}
.field_info .info{
    /* text-align: center; */
    font-size: 14px;
    line-height: 28px;
    color: rgba(0,0,0,.54);
    white-space: nowrap;
    overflow: hidden;
}
.field_info .info>span{
    margin-right: 15px;
}
.field_info .text_content{
    display: inline-block;
    line-height: 34px;
    color: rgba(0,0,0,.87);
    text-align: left;
    padding: 8px 0 24px;
    box-sizing: border-box;
}

.field_detail{
    color: rgba(0,0,0,.87);
    font-size: 21px;
    margin-top: 34px;
    line-height: 30px;
}
.open_detail{
    margin-top: 24px;
}
.field_info .room_name{
    color: rgba(0,0,0,.87);
    font-size: 18px;
}
.field_info .time{
    color: rgba(0,0,0,.87);
    font-size: 18px;
}
.picture_contain{
    width: 885px;
    height: 500px;
}
.picture_wrap{
    width: 885px;
    height: 500px;
    /* background-color: #000; */
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}
.mySwiper2{
    width: 100%;
    height: 400px;
}
#mySwiper2 .swiper-slide{
    margin: 0;
    background: #000;
    text-align: center;
}
#mySwiper2 .swiper-slide img{
    width: 400px;
    height: 100%;
}
#mySwiper{
    width: 100%;
    height: 100px;
    line-height: 100px;
    background: #000;
}
.swiper-pointer-events {
    touch-action: pan-y;
    background: #000;
}
.swiper-button-next, .swiper-button-prev{
    top: 40%;
}
#mySwiper .swiper-slide{
    background: #000;
    margin-top: 10px;
}
#mySwiper .swiper-slide img{
    width: 60px;
    height: 100%;
    vertical-align: top;
}
