<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.pager {
    margin-top: 40px;
}

.banner {
    /*padding-top: 25%;*/
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
}

.banner .banner_text {
    position: absolute;
    text-align: left;
    top: 0;
    width: 100%;
    padding: 10px;
    background-color: transparent;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8), transparent);
    color: white;
    font-size: 30px;
}

.main_view {
    margin-top: -350px;
}

.main_left {
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
}

.main_right {
    padding: 40px 20px 20px 20px;
    background-color: #FFFFFF;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.8;
}

.nav_out {
    border-bottom: 10px solid rgba(200, 220, 201, 1);
    border-image: linear-gradient(transparent, rgba(0, 0, 0, 1), transparent) 5 5;
}

.nav_out a {
    color: #666666;
    font-weight: bold;
    font-size: 18px;
    padding-left: 0;
    padding-right: 0;
    margin: 5px 10px 0 10px;
}

.nav_out a.active {
    border-bottom: 5px solid #E83927;
}

.nav_out.relative {
    position: relative;
    z-index: 100;
}

.nav_out.fixed {
    position: fixed;
    z-index: 100;
    top: 45px;
    width: 100%;
}

#content {
    padding: 0;
    margin-top: 30px;
}

#content .content_out {
    margin-bottom: 60px;
}

#content .title {
    font-size: 23px;
    font-weight: bold;
    color: #666666;
    border-left: 6px solid #E83927;
    padding-left: 5px;
    margin-bottom: 20px;
}

#content .content {
    line-height: 1.4;
    color: #666666;
    margin: 0 13px 30px 13px;
}

#content .content .content_title {
    font-size: 20px;
    line-height: 20px;
    color: #666666;
    /*border-bottom: 1px dashed #E83927;*/
    display: inline-block;
    padding-bottom: 2px;
    margin: 10px 0 10px 0;
}

#content .content .content_title::before {
    content: "â— ";
    color: #E83927;
}

#content .content img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
}

#content img.img_full {
    width: 100% !important;
    margin-top:5px;
}
#content .img_full_intro {
    margin-bottom: 10px;
    background: #E9E9E9;
    text-align: center;
    font-size: 14px;
}

#content img.img_12 {
    width: 50% !important;
    margin-top:5px;
}
#content .img_12_intro {
    margin-bottom: 10px;
    background: #E9E9E9;
    text-align: center;
    font-size: 14px;
    width: 50% !important;
}

#content img.img_23 {
    width: 66% !important;
    margin-top:5px;
}
#content .img_23_intro {
    margin-bottom: 10px;
    background: #E9E9E9;
    text-align: center;
    font-size: 14px;
    width: 66% !important;
}

#content .content .content_photo {
    padding-top: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: block;
}

#content .content .content_photo .photo_intro {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: auto;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 10px 15px 10px 15px;
    font-size: 15px;
    color: #FFFFFF;
}

.photo_btn {
    position: absolute;
    z-index: 100;
    top: 50%;
    transform: translate(0, -50%);
    padding: 10px;
    background: rgba(0, 0, 0, 0.4);
}

.photo_btn a {
    display: flex;
    height: 100%;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-size: 30px;
    color: rgba(255, 255, 255, 0.4);
    color: #FFFFFF;
}

#content .content .day_title {
    height: 80px;
    padding-left: 100px;
    position: relative;
}

#content .content .day {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #FFFFFF;
    line-height: 1.2;
    text-align: center;
}

#content .content .day_title_1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 80px;
    overflow: hidden;
    background-color: #E83927;
}

#content .content .day_title_2 {
    display: inline-block;
    height: 80px;
    color: #666666;
}

#content .content {
    color: #666666;
}

#content .content a {
    color: #666666;
}

#content .content .day_content {
    padding-top: 20px;
    display: none;
}

#content .content .food_out {
    display: inline-block;
}

#content .content .food_1 {
    display: inline-block;
    background-color: #777777;
    color: #FFFFFF;
    font-size: 15px;
    padding: 2px 20px 2px 20px;
    border-radius: 15px;
    margin-right: 20px;
}

#content .content .food_2 {
    display: inline-block;
    background-color: #555555;
    color: #FFFFFF;
    font-size: 15px;
    padding: 2px 7px 2px 7px;
    border-radius: 15px;
}

#content .content .food_3 {
    display: inline-block;
    font-size: 15px;
    padding: 2px 15px 2px 0;
}

#content .content .food_3 a {
    border-bottom: 1px solid #e60012;
    padding-bottom: 2px;
}

#content .content .food_3 span {
    border-bottom: 1px solid #e60012;
    padding-bottom: 2px;
}

#content .qa_one {
    margin-bottom: 20px;
}

#content .qa_one .qa_head {
    padding-left: 40px;
    min-height: 30px;
    position: relative;
    display: block;
    color: #666666;
}

#content .qa_one .qa_head:hover {
    color: #E83927;
}

#content .qa_one .qa_head .qa_arrow {
    padding: 3px 2px 2px 2px;
    position: absolute;
    left: 0;
    top: 3px;
    width: 25px;
    height: 25px;
    background-color: #E83927;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 0;
    text-align: center;
}

#content .qa_one .qa_head .qa_title {
    font-weight: bold;
    line-height: 1.4;
    font-size: 21px;
    display: inline-block;
}

#content .qa_one .qa_body {
    /*padding-left: 40px;*/
    display: none;
}

#content .comment_avatar {
    width: 120px;
    height: 120px;
    border-radius: 60px;
    overflow: hidden;
    float: left;
}

#content .comment_name {
    float: left;
    margin-left: 25px;
}

#content .comment_avatar img {
    width: 100px;
}

.list_blog .banner_one {
    position: relative;
    width: 100%;
    padding-top: 90%;
    background-position: center;
    background-size: cover;
    border-bottom: 5px solid #E83927;
}

.list_blog .banner_text {
    position: absolute;
    text-align: left;
    left: 0;
    width: 100%;
    color: white;
}

.list_blog .banner_text.main {
    background: linear-gradient(#000000, transparent);
    padding: 10px;
    font-size: 17px;
    line-height: 1.2;
}

.list_blog .banner_text.main .text {
    height: 40px;
    line-height: 20px;
    overflow: hidden;
}

.list_blog .banner_text.author {
    background-color: rgba(0, 0, 0, 0.4);
    padding: 10px;
    font-size: 15px;
}

.blog_one {
    padding-top: 50%;
    background-color: #FFFFFF;
}

.blog_one .cover {
    background-position: center;
    background-size: cover;
}

@media (max-width: 991.98px) {
    .pager {
        margin-top: 0px;
    }

    .banner {
        height: 200px;
        background-size: cover;
    }

    .banner .banner_text {
        padding-left: 0;
        font-size: 20px;
    }

    #content .content .content_photo {
        padding-top: 70%;
    }

    .list_blog .banner_one {
        padding-top: 100%;
    }

    .list_blog .banner_text {}

    .list_blog .banner_text.main {
        padding: 10px;
        font-size: 22px;
        line-height: 1.2;
    }

    .list_blog .banner_text.main .text {
        height: 60px;
        line-height: 30px;
        overflow: hidden;
    }

    .list_blog .banner_text.sub {
        padding: 10px;
        font-size: 16px;
    }
}</pre></body></html>