
#search .button {
    position: absolute;
    width: 120px;
    height: 54px;
    color: #666;
    border-radius: 10px;
    border: 1px solid #666;
    top: 2px;
    right: 4px;
    font-size: 22px;
    font-weight: bold;
    background-color: #eee;
    outline: none;
    cursor: pointer;
}

#tour {
    width: 1263px;
    min-height: 650px;
    /* background-color: red; */
    margin: 0 auto;
    /* text-align: center; */
}

#tour .center h2 {
    margin: 10px 0;
    /* font-size: 45px; */
    letter-spacing: 2px;
    color: #666;
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 28px;
    margin-top: 48px;
    margin-bottom: 24px;
}

#tour .center p {
    margin: 10px 0;
    color: #666;
}

#tour figure {
    /* border: 1px solid #ddd; */
    /* display: inline-block; */
    padding: 4px;
    /* border-radius: 4px; */
    /* text-align: left; */
    /* width: 380px; */
    /* position: relative; */
    /* margin: 15px 12px; */
    width: 133px;
    height: 175px;
    background: #FFFFFF;
    border-radius: 5px;
    border: 1px solid #E8E8E8;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    margin-right: 20px;
}

#tour figure img {
    vertical-align: middle;
    width: 32px;
    text-align: center;
    margin-top: 56px;
    margin-bottom: 43px;
}

#tour figcaption {
    color: #777;
    font-size: 14px;
    padding: 7px 0 5px 0;
    letter-spacing: 1px;
    line-height: 1.5;
}

#tour .title {
    color: #333;
    font-weight: normal;
}

#tour .sat {
    float: right;
    font-size: 13px;
    font-style: normal;
    position: relative;
    right: 5px;
    top: 5px;
    color: #999;
}

#tour .price {
    color: #f60;
    font-size: 14px;
}

#tour .price strong {
    font-size: 20px;
    letter-spacing: 1px;
}

#tour .type {
    /* width: 90px; */
    /* height: 25px; */
    /* line-height: 25px; */
    /* 垂直居中 */
    /* position: absolute; */
    /* top: 4px; */
    /* left: 4px; */
    /* color: white; */
    /* background-color: #59b200; */
    text-align: center;
    letter-spacing: 1px;
    /* border-bottom-right-radius: 4px; */
    /* width: 56px; */
    height: 20px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
}
#tong{
    width: 600px;
    height: 320px;
    background: #FFFFFF;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    display: none;
}
#tong img{
    width: 282px;
    height: 177px;
}
#tong p{
    margin-top: 27px;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #415B91;
    line-height: 20px;
}
.layui-layer-wrap{
    display: flex !important;
}
.layui-layer-page .layui-layer-content {
    border-radius: 8px ;
}