*{
    margin: 0;
    padding: 0;
}
.BaseBox{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.reserveMain{
    width: 100%;
    height: auto;
   
}
.reservetop{
    background-image: url(../image/reserve/reservebg.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 6vh;
    padding-top: 1px;
    height: 23vh;
    padding-bottom: 5vh;
    width: 100%;
    box-sizing: border-box;
}
.reservetitles{
    background-image: url('../image/reserve/reservetitle.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 70vw;
    height: 10vh;
    margin: 6vh auto auto auto;
}
.reservetitle{
    background-image: url(../image/reserve/reservepw.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 35vw;
    height: 5vh;
    margin: 3vh auto;
}

.reserveswiper{
    width: 90vw;
    margin: 0 auto;
    padding-bottom: 5vh;
}
.reservetitle1{
    background-image: url(../image/reserve/reservecg.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 35vw;
    height: 5vh;
    margin: 5vh auto 3vh auto;
}
.swipera{
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}
.swipers{
    background-image: url(../image/active/activeimg1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width:100%;
    height: 26vh;
}
.swiper-pagination-bullet{
border-radius: 0 !important;
width: 20px;
height: 3px;
background: rgba(48,45,139,0.4);
opacity: 1;

}
.swiper-pagination{
    bottom: 0 !important;
    position: relative !important;
}
.swiper-pagination-bullet-active{
  background: #302d8b !important;
}
.active-info{
    flex-direction: column;
    padding: 5%;
    box-sizing: border-box;
    height: 100%;
    justify-content: flex-end;
    align-items: flex-start;
}
.active-info-name{
    color: #1d1f2f;
    font-weight: bold;
    font-size: 5vw;
}
.active-info-title{
    color: #1d1f2f;
    margin-top: 5px;
    font-size: 4vw;
}
.active-info-phone{
    color: #1d1f2f;
    margin-top: 5px;
    font-size: 4vw;
}
.active-info-tel{
    color: #1d1f2f;
    margin-top: 5px;
    font-size: 4vw;
}
.reserve{
    width: 90vw;
    margin: 0 auto;
}
.reservelist_box{
    flex-wrap: wrap;
    justify-content: space-between;
}
.reservelist{
    text-decoration: none;
    margin-bottom: 2vh;
    width: 48%;
    display: block;
}
.reservelist_img{
    background-image: url(../image/active/activeimg2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 15vh;
}
.reservelist_info{
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding: 10px;
    box-sizing: border-box;
}
.reservelist_title{
    font-weight: bold;
    font-size: 4vw;
    color: #1d1f2f;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.reservelist_time{
    font-size: 3vw;
    color: #444552;
    margin-top: 1.5vh;
}
.tips{
    text-align: center;
    font-size: 4vw;
    color: white;
}
.bottomtext{
    text-align: center;
    font-size: 2vw;
    color: white;
    margin-top: 3vh;
}
.reserve_more{
    width: 100%;
    height: 6vh;
    background-color: #f3f3ff;
    color: #302d8b;
    font-size: 4vw;
    text-align: center;
    line-height: 6vh;
}
.reserve_more1{
    width: 100%;
    height: 6vh;
    background-color: #db9f31;
    color: white;
    font-size: 4vw;
    text-align: center;
    line-height: 6vh;
}

.reservesyd{
    width: 90vw;
    margin: 0 auto;
    padding-bottom: 5vh;
}
.reservetitle2{
    background-image: url(../image/reserve/ydtitle.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 35vw;
    height: 5vh;
    margin: 5vh auto 3vh auto;
}
.reservelist_imgss{
    background-image: url(../image/active/activeimg2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 100%;
    height: 15vh;
}
.reservelist_titles{
    text-align: center;
    font-weight: bold;
    font-size: 4vw;
    color: #1d1f2f;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 1vh;
}
.reservelistss{
    margin-bottom: 1vh;
}
.markssd{
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.4);
    position: fixed;
    top: 0;
    z-index: 3;
    display: none;
}
.marksst{
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.marktty{
    background-color: white;
    padding: 10vw;
    border-radius: 2vw;
    width: 50%;
    position: relative;
    min-height: 22vh;
}
.closed{
    position: absolute;
    bottom: 17px;
    text-align: center;
    width: 71%;
    color: #302d8b;
    font-size: 4vw;
}
.ydt{
    font-size: 4vw;
    color: #414050;
}
.dizhi{
    font-size: 5vw;
    font-weight: bold;
    margin-bottom: 3vh;
    margin-top: 1vh;
}
.dianhua{
    font-size: 5vw;
    font-weight: bold;
    margin-bottom: 3vh;
    margin-top: 1vh;
}