.bookMain {
    position: relative;
    width: 100%;
    min-height: 100%;
    /* background-image: url('../img/blankBg.png');
    background-size: 100% 100%;
    background-repeat: repeat-y;
    background-position: center center; */
}

.main {
    position: relative;
    z-index: 1;
    padding-top: 100px; /* 为固定header留出空间 */
}

.topBgWrap{
    width: 100%;
}

.topBgWrap .topBgImg {
    width: 100%;
    object-fit: cover;
}

.topBgWrap .topLine {
    width: 100%;
    height: 24px;
    background-image: url('../img/topLine.png');
    background-size: 100% 24px;
    background-repeat: repeat-x;
    background-position: center center;
    margin-top: -6px;
    object-fit: cover;
}

.tourismImg {
    display: block;
    width: 1400px;
    height: 820px;
    object-fit: cover;
    margin: 0 auto;
    margin-bottom: 38px;
}

/* 内容区域 */
.bookContent {
    position: relative;
    width: 1400px;
    margin: 0 auto;
    margin-bottom: 60px;
    background: #fff;
    padding: 40px 40px 20px 40px;
}

.bookContent .backBg {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    object-fit: cover;
}

.bookContent .kids{
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 188px;
    height:346px;
    object-fit: cover;
    z-index: 99;
}



.bookContent .bookItem {
    position: relative;
    z-index: 1;
}

.infoWrap {
    display: flex;
    justify-content: space-between;
    gap: 48px;
}

.infoWrap .infoLeft {
    width: 978px;
    margin: 0 auto;
}

.infoWrap .infoLeft .infoItem {
    width: 100%;
    background: #F4EEE7;
    padding: 20px;
}

.infoItem .infoTitle {
    font-family: "AlibabaPuHuiTi-3-65-Medium";
    font-size: 24px;
    color: #9E5B20;
    margin-bottom: 16px;
}

.infoItem .infoLine {
    display: flex;
    margin-bottom: 12px;

}

.infoItem .infoLine .name {
    width: 140px;
    margin-right: 20px;
    font-family: "AlibabaPuHuiTi-3-55-Regular";
    font-size: 20px;
    color: #666666;
}

.infoItem .infoLine .value {
    width: 770px;
}

.infoItem .infoLine .value p {
    font-family: "AlibabaPuHuiTi-3-55-Regular";
    font-size: 20px;
    color: #333333;
    line-height: 32px;
}

.infoWrap .infoRight {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.infoWrap .infoRight .wxCodeWrap {
    width: 280px;
}

.infoWrap .infoRight .wxCodeWrap .wxCode {
    width: 280px;
    height: 280px;
    object-fit: cover;
    border: 1px solid #9E5B20;
    margin-bottom: 16px;
}

.infoWrap .infoRight .wxCodeWrap .wxCodeText {
    font-family: "AlibabaPuHuiTi-3-65-Medium";
    font-size: 32px;
    color: #9E5B20;
    line-height: 45px;
    text-align: center;
    margin-bottom: 8px;
}

.infoWrap .infoRight .wxCodeWrap .tipsText p{
    font-family: "AlibabaPuHuiTi-3-55-Regular";
    font-size: 20px;
    color: #666666;
    line-height: 28px;
    text-align: center;
}

@media screen and (max-width: 1400px) {
    .bookContent{
        width: 1280px;
    }
    .infoWrap{
        gap: 40px;
    }
    .infoWrap .infoLeft{
        width: 880px;
    }
}
/* 隐藏全局滚动条 - Webkit浏览器 */
::-webkit-scrollbar {
    display: none;
}

/* 隐藏全局滚动条 - Firefox和IE */
html {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
