@charset "UTF-8";
@font-face {
    font-family: YouSheBiaoTiHei;
    src: url("../font/YouSheBiaoTiHei.ttf");
}

.page-wrapper {
    /**公共--start**/
    /**公共--end**/
}

.page-wrapper .menu-catalogs {
    position: absolute;
    height: 635px;
    width: 200px;
}

.page-wrapper .menu-catalogs ul {
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
    width: 100%;
    font-size: 0;
}

.page-wrapper .menu-catalogs ul li {
    cursor: pointer;
    width: 100%;
}

.page-wrapper .menu-catalogs ul li span {
    display: inline-block;
    font-size: 24px;
    letter-spacing: 2px;
    width: 100%;
    line-height: 60px;
    text-align: center;
    background-color: rgba(50, 44, 0, 0.35);
    color: #FEFFFF;
    text-align: center;
}

.page-wrapper .menu-catalogs ul li span.active {
    font-weight: bold;
    background-color: rgba(255, 255, 255, 0);
    color:#9C682A;
}

.page-wrapper .menu-catalogs ul li:first-of-type span{
    border-top-right-radius: 12px;
}

/*.page-wrapper .menu-catalogs ul li:last-of-type span{*/
    /*border-bottom-right-radius: 12px;*/
/*}*/

.page-wrapper .top-card-box {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 635px;
    align-items: center;
    padding: 0 70px 0 270px;
}

.page-wrapper .top-card-box .top-card-list {
    height: 370px;
    padding: 50px 30px;
    display: flex;
    justify-content: space-between;
}

.page-wrapper .top-card-box .top-card-list .top-card {
    width: 490px;
    height: 260px;
}

.page-wrapper .top-card-list {
    height: calc(100% - 80px);
    padding: 0 150px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.page-wrapper .top-card {
    margin: 0 auto;
    border-radius: 10px;
}

.page-wrapper .top-card .top-card-title {
    margin: 0 20px 0 0;
    padding: 15px 20px;
    display: flex;
   justify-content: space-between;
    color:#ffffff;
    font-size: 20px;
}

.page-wrapper .top-card .top-card-title dl {
    display: flex;
    align-items: center;
}

.page-wrapper .top-card .top-card-title dl dt {
   position: relative;
}
.page-wrapper .top-card .top-card-title dl dt img {
    position: absolute;
    top: -95px;
    left: -470px;
}
.page-wrapper .top-card .top-card-title dl dd {
    color: #fff;
    font-size: 18px;
}

.page-wrapper .top-card .top-card-title .more {
    display: flex;
    align-items: center;
    color: #1D915C;
}

.page-wrapper .top-card .top-card-title .more img {
    margin-left: 5px;
    margin-top: 2px;
}

.page-wrapper .top-card .top-card-content {
    padding: 0 30px 10px;
    min-height: 283px;
}
.page-wrapper .top-card .top-card-content p{
    font-size: 24px;
    font-weight: lighter;
    text-align: center;
    color: #dddddd;
    line-height: 283px;
}
.page-wrapper .top-card .top-card-content .top-item-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.page-wrapper .top-card .top-card-content .top-item-list dl {
    display: flex;
    align-items: center;
    height: 90px;
}

.page-wrapper .top-card .top-card-content .top-item-list dl dt {
    margin-top: 4px;
    margin-right: 20px;
}

.page-wrapper .top-card .top-card-content .top-item-list dl dt img {
    width: 58px;
    height: 52px;
}

.page-wrapper .top-card .top-card-content .top-item-list dl dd {
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 2px;
}

.page-wrapper .top-card .top-card-content .food-link-map {
    margin: 10px 20px 10px;
}

.page-wrapper .food-top-card {
    background-color: rgba(50, 44, 0, 0.3);
    width: 680px;
}

.page-wrapper .travel-top-card {
    background-color: rgba(50,44,0,0.3);
    width: 780px;
}

.page-wrapper .page-list {
    position: relative;
    height: 635px;
    overflow-y: scroll;
}

.page-wrapper .page-list .list-item {
    position: relative;
    margin: 0 30px;
    padding: 20px 0;
    display: flex;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.page-wrapper .page-list .list-item .list-item-top {
    margin-top: 60px;
    margin-right: 30px;
}

.page-wrapper .page-list .list-item .list-item-top img {
    width: 58px;
    height: 52px;
}

.page-wrapper .page-list .list-item .list-item-top span {
    display: inline-block;
    width: 58px;
    height: 52px;
    font-size: 45px;
    font-family: YouSheBiaoTiHei;
    color: #C28C0E;
}

.page-wrapper .page-list .list-item dl {
    display: flex;
}

.page-wrapper .page-list .list-item dl dt {
    width: 162px;
    height: 162px;
    background: #ddd;
    border-radius: 10px;
}

.page-wrapper .page-list .list-item dl dt img {
    display: inline-block;
    width: inherit;
    height: inherit;
    border-radius: 10px;
}

.page-wrapper .page-list .list-item dl dd {
    flex: 1;
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.page-wrapper .page-list .list-item dl dd span {
    display: flex;
    font-size: 22px;
}
.page-wrapper .page-list .list-item dl dd span:nth-child(2) {
   width:80%;
}

.page-wrapper .page-list .list-item dl dd span:nth-of-type(1) {
    font-size: 30px;
}


.page-wrapper .page-list .list-item dl dd span:nth-of-type(4) em {
    flex: 1;
    width: 670px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.page-wrapper .page-list .list-item dl dd span img {
    width: 28px;
    height: 28px;
    margin-right: 10px;
}

.page-wrapper .page-list .list-item .btn-right {
    position: absolute;
    right: 0;
    top: 20px;
    display: flex;
}

.page-wrapper .page-list .list-item .btn-right div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page-wrapper .page-list .list-item .btn-right div:last-of-type {
    margin-left: 30px;
}

.page-wrapper .page-list .list-item .btn-right div span {
    display: inline-block;
    margin-top: 5px;
    font-size: 18px;
}

.page-wrapper .page-list .list-item .btn-right div img {
    display: inline-block;
    width: 40px;
    height: 40px;
}

.page-wrapper .page-list .list-item-detail {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99;
    width: 60%;
    padding-top: 30px;
    background: #81715d;
    border-radius: 20px;
    transform: translate(-50%, -50%);
}

.page-wrapper .page-list .list-item-detail h4 {
    width: 100%;
    height: 28px;
    font-size: 30px;
    color: #fff;
    text-align: center;
}

.page-wrapper .page-list .list-item-detail p {
    margin: 30px;
    max-height: 300px;
    overflow-y: scroll;
    line-height: 37px;
    border-radius: 20px;
    font-size: 22px;
    color: #fff;
}

.page-wrapper .page-list .list-item-detail img {
    position: absolute;
    z-index: 100;
    right: -20px;
    top: -20px;
}

/*# sourceMappingURL=food_travel.css.map */
