.search-member-container{
    width:100%;
    height:60px;
    margin-top: 50px;
    align-items:center;
    justify-content:center;

}
.search-container-start{
    width: 100%;
    height:52px;
    background-color: white;
    border: 1px solid #efecec;
    border-radius: 50px;
    position:relative;
    max-width: 500px;
    margin: 0 auto;
}
.search-icon-container{
    width:60px;
    height:50px;
    position: absolute;
    left:0;
    top:0;
    display: flex;
    align-items: center;
    justify-content:center;

}
.search-icon{
    width: 20px;
    height: 20px;
}
.search-input-container{
    width: 80%;
    height: 50px;
    position:absolute;
    left:60px;
    top:0;
}
.search-input {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    padding:0;
    margin: 0;
}
.search-submit-btn-container{
    width:100px;
    height:50px;
    background-color:white;
    position: absolute;
    right:0;
    top:0;
    display: flex;
    align-items: center;
    justify-content:center;
    border-radius: 50px;

}
.search-btn {
    cursor: pointer;
    width: 80%;
    height: 80%;
    background-color:#2e824ffa;
    border-radius:50px;
    display: flex;
    align-items: center;
    justify-content:center;
    color: white;
}
.content {
    background-color: #f8f3e8;
    margin-top: -12px;
    border-radius: 15px 15px 0 0;
    position: relative;
    z-index: 11;
}
.title {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 50px;
    margin-bottom: 20px;
}
.title > h4 {
    font-size: 28px;
    font-family: myFonts;
    color: #493024;
    background: url(../images/bg_title.png) no-repeat right bottom;
    margin-left: 28px;
}
.cultural {
    margin-top: 4px;
    margin-bottom: 40px;
}

.cultural a{
    display: block;
    border-radius: 15px;
    overflow: hidden;
    background-color: #fffcf7;
}
.boxShadow {
    background-color: #fffcf7;

    box-shadow: 0px 0px 15px rgba(6, 0, 1, .05);
}
.culturalIndexImg {
    width: 100%;
    height: 260px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.culturalIndexImg > img {
    display: block;
    width: 100%;
}
.activitiesText {
    padding: 30px;
}
.activitiesText > h4 {
    width: 100%;
    font-size: 20px;
    font-family: myFonts;
    color: #493024;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.activitiesText > p {
    font-size: 15px;
    color: #796663;
    line-height: 1.8;
    margin-top: 5px;
}
.yybtn {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.yybtn > p {
    width: 90px;
    height: 40px;
    border-radius: 60px;
    background-color: #2e824ffa;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}

/* 活动预约页面样式 */
.infoLeft {
    background-color: #fffcf7;
    border-radius: 15px;
}
.bookingStep {
    padding: 20px 0;
}
.step {
    color: #fff;
    padding-left: 20px;
}
.stepLine {
    width: 100%;
    height: 46px;
    margin: 0 auto;
    background: url(../images/icon2.png) no-repeat left center;
}
.stepLine>ul {
    display: flex;
    align-items: center;
}
.stepLine>ul>li {
    width: calc(100% / 3);
    text-align: left;
    font-size: 20px;
    line-height: 46px;
    padding: 0 10px;
}
.infoContent {
    margin-top: 20px;
    margin-bottom: 20px;
}
.bookingForm {
    padding: 0 20px;
    padding-bottom: 30px;
}
.bookingForm > ul > li {
    border: 1px solid #eaeaea;
    border-radius: 8px;
    overflow: hidden;
}
.bookingName {
    border-bottom: 1px solid #eaeaea;
    padding: 15px 20px;
    background-color: #f8f8f8;
}
.bookingName > h4 {
    width: 100%;
    font-size: 24px;
    color: #3b2121;
    overflow: hidden;
    margin: 20px 0;

}

.bookingName h2{
    font-size: 18px;
    color: #3b2121;
    margin: 20px 0;
}
.bookingName p {
    width: 100%;
    font-size: 14px;
    color: #796663;
    line-height: 1.6;
    padding-top: 4px;
}
.bookingInformation {
    padding: 20px 10px 25px 10px;
    background-color: #f8f8f8;
}
.contbox {
    width: 94%;
    margin: 35px auto;
}
.contbox .mb-3 {
    margin-bottom: 40px !important;
}
.col-form-label {
    text-align: right !important;
}
.submitbtn {
    display: block;
    text-align: center;
    cursor: pointer;
    width: 30%;
    margin: 0 auto;
    font-size: 20px;
    color: #fff;
    background-color: #2e824ffa;
    border-color: #2e824ffa;
    padding: 10px 30px;
    border-radius: 6px;
    margin-top: 50px;
    margin-bottom: 60px;
}

/*博物馆介绍*/
.bookingContent {
    margin-top: 20px;
}
.scenicSpot {
    display: flex;
    padding: 20px;
    background-color: #fffcf7;
    border-radius: 15px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.scenicImg {
    width: 640px;
    border-radius: 15px;
    overflow: hidden;
}
.scenicImg img{
    display:block;
    width:100%;
}
.scenicText {
    position: relative;
    width: 590px;
    margin-left: 30px;
}
.hdbtn{
    cursor: pointer;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100px;
    height: 100px;
    text-align: right;
    font-size: 18px;
    background-color: #2e824ffa;
    color: #fff;
    padding-top: 40px;
    padding-right: 5px;
    border-top-left-radius: 100%;
    border-bottom-left-radius: 0%;
}
.scenicText > h4 {
    width: 100%;
    font-size: 22px;
    font-family: myFonts;
    color: #493024;
    margin-top: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.scenicText > div {
    font-size: 15px;
    color: #796663;
    line-height: 1.8;
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 6;
    -moz-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
}
.scenicText > ul {
    margin-top: 20px;
    border-top: 1px solid #efefef;
    padding-top:10px
}
.scenicText > ul > li {
    display: flex;
    align-items: center;
    font-size: 15px;
    margin-top: 10px;
}
.scenicText > ul > li > span {
    width: 120px;
    color: #493024;
}
.scenicText > ul > li > p {
    width: 500px;
    line-height: 1.8;
    color: #666;
}
.col-form-label{
    text-align: right !important;
}
.yybox{
    margin: 20px 0;
    border-radius: 15px;
    overflow: hidden;
    background-color: #fffcf7;
}
.yynav{
    background-color: #fffcf7;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    overflow: hidden;
}
.yynav > ul {
    height: 100%;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #2e824ffa;
    box-sizing: border-box;
}
.yynav > ul > li {
    margin-right: 10px;
    cursor: pointer;
}
.yynav > ul > li > a {
    display: block;
    width: 140px;
    height: 62px;
    line-height: 62px;
    text-align: center;
}
.yynav > ul > li.active {
    background-color: #2e824ffa;
}
.yynav > ul > li.active a {
    color: #fff;
}