<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.banner{
    padding: 20px 0;
}
.swiper-container-outer-banner{
    display: none;
}
.forum_right_ad img{
    height: 160px;
}
.activeon{
    color: #FF8686;
    /* border-right:1px dashed #FF8686; 
    border-left:1px dashed #FF8686;  */
}
/* .activeon::after{
    content: '';
    display: block;
    position: absolute;
    width: 50%;
    height: 3px;
    background-color: #FF8686;
    left: 11px
} */
.eatMainBot{
    /* display: flex; */
}
.intro-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
}
.utils{
    margin-top: 20px;
    border-radius: 12px
}
.utils&gt;img{
    height: 160px;
    width: 100%;
    object-fit: cover;
    border-radius: 8px
}
.utilsMain{
    margin-top: 25px;
    background: #fff;
    padding: 15px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
}
.utilsMain&gt;h2{
    margin-bottom: 20px;
    font-size: 16px;
    color: #FF8686;
    border-bottom: 2px solid #FF8686;
    width: 90px;
    padding-bottom: 5px;
    font-weight: 600;
}
.utilsMain ul{
    display: flex;
    /* justify-content: space-between; */
}
.utilsMain ul:nth-child(2){
    margin-bottom: 10px
}
.utilsMain ul li:nth-child(1){
    margin-right: 50px;
}
.make li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    background: #F7F7F7;
    margin: 20px 0;
    position: relative;
    border-radius: 8px;
}
.make&gt;h2{
    font-size: 16px;
    font-weight: 600;
    /* margin-bottom: 20px; */
    color: #ff8686;
    display: inline-block;
    position: relative;
}
.make&gt;h2::after{
    content: "";
    display: block;
    width: 110%;
    height: 2px;
    position: absolute;
    left: -5%;
    bottom: -5px;
    border-bottom: 5px;
    background: #FF8686;
}
.make li&gt;img{
    width: 10px;
    height: 6px;
    position: absolute;
    right: 20px;
}
.make li select{
    border: 0;
    width: 100%;
    cursor: pointer;
    background: #F7F7F7;
    color: #666;
}
.make li select option{
    border: 0;
}
.make button{
    border: 0;
    width: 135px;
    border-radius: 20px;
    color: #fff;
    height: 40px;
    background: #ff8686
}
.makeBot{
    width: 100%;
    text-align: center;
}
.eatMainTop{
    background: #fff;
    width: 1200px;
    height: 280px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 20px 0;
    padding-right: 50px;
    box-sizing: border-box;
}
.eatMainTop&gt;img{
    margin-right: 50px;
}
.eatMainTopRight&gt;h2{
    font-size: 18px;
    font-weight: bold;
    color: #171717;
    margin-bottom: 20px;
}
.eatSort li{
    display: flex;
}
.eatSort li&gt;span{
    width: 75px;
    margin: 8px 0;
}
.eatSortUl{
    /* display: flex; */
    width: 700px;
}
.activeOn{
    background: #FF8686;
    color: #fff;
    border-radius: 4px;
}
.activeOn a{
    color: #fff;
}
.eatSortUl li{
    padding: 3px 5px;
    margin: 5px;
    float: left;
}
.eatMainBotTitle{
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 0 20px;
    margin-bottom: 20px;
    border-radius: 8px;
}
.eatMainBotTitle&gt;h2{
    color: #171717;
    font-size: 16px;
}
.eatMainBotTitle p{
    color: #999999 
}
.eatMainList{
    /* display: flex; */
    background: #fff;
    padding-left: 20px;
    border-radius: 8px;
}
.eatMainList li{
    float: left;
    text-align: center;
    margin: 20px 20px 0px 0;
    position: relative;
    height: 115px;
    overflow: hidden;
    border-radius: 8px;
}
.eatMainList li img{
    width: 120px;
    height: 120px;
    margin-bottom: 15px;
    transition: transform .2s ease;
}
.eatMainList li:hover img{
    transform: scale(1.2);
}



.eatMainList span {
    display: block;
    position: absolute;
    width: 100%;
    background-image: linear-gradient(to bottom,transparent,rgba(0,0,0,.7));
    color: #fff;
    bottom: 0;
    padding: 10px 0;
}

.mardanRightRead{
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.08);
    padding: 15px;
    background: #fff;
    margin-top: 20px;
    border-radius: 12px;
}
.mardanRightReadTitle{
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    align-items: center;
}
.mardanRightReadTitle h2{
    font-size: 16px;
    color: #FF8686;
    border-bottom: 2px solid #FF8686;
    padding-bottom: 5px
}
.mardanRightReadTitle ul{
    display: flex
}
.mardanRightReadTitle li{
    position: relative;
    width: 40px;
    text-align: center;
    cursor: pointer
}
.mardanRightReadMain li{
    list-style: circle;
    font-size: 12px;
    margin-left: 20px;
    margin-bottom: 12px;
}
.mardanRightReadMain li:last-child{
    margin-bottom: 0;
}
.mardanRightReadMain li span:nth-child(2){
    float: right;
}
.mardanRightRead ul:nth-child(3){
    display: none;
}
.mardanRightRead ul:nth-child(4){
    display: none;
}
.topic{
    padding: 15px;
    padding-bottom: 0;
    margin-top: 20px;
    background: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.08);
    border-radius: 12px
}
.topic h2{
    margin-bottom: 20px;
    font-size: 16px;
    color: #FF8686;
    border-bottom: 2px solid #FF8686;
    width: 90px;
    padding-bottom: 5px;
}
.topic li{
    padding: 2px 7px;
    background: rgba(255, 134, 134, .07);
    margin-bottom: 15px;
    margin-right: 30px;
    color: #FF8686
}
.make{
    /* box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.08); */
    padding: 20px;
    /* border-radius: 12px; */
    background: #fff;
    border-radius: 8px;
}
.eatMainLeft{
    /* background: #f5f5f5; */
    /* padding: 5px; */
    width: 860px;
    /* border-radius: 6px; */
}
.eatMainRight{
    width: 320px;
}

/* è¯¦ç»†å†…å®¹ */
.detailSearch{
    background: #fff;
    width: 100%;
    height: 60px;
    position: relative;
    padding-left: 60px;
    box-sizing: border-box;
    border-radius: 8px;
}
.detailSearch&gt;img{
    position: absolute;
    left: 10px;
    top: 13px;
    width: 36px;
    height: 36px;
}
.detailSearch input{
    width: 100%;
    height: 60px;
    border: 0;    
}
.detailSearch button{
    width: 140px;
    height: 60px;
    border: 0;
    background: #FF8686;
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.detailH2{
    font-size: 25px;
    color: #ff8686;
    margin: 20px 0;
    font-weight: 600;
}
.eat_catalogue{
    display: flex;
    /* background: #fff; */
    align-items: center;
}
.catalogueRightMain{
    display: flex;
    align-items: flex-start;
}
.catalogueLeft{
    width: 180px;
    /* margin: 20px 20px 20px 0; */
    padding: 20px;
    background: #F5F5F5;
    border-radius: 12px;
    margin-right: 20px;
}

.catalogueLeft a:hover{
    color: #FF8686;
}
.catalogueLeft h3{
    padding-bottom: 9px;
    border-bottom: 1px solid #ccc;
    font-size: 18px;
    font-weight: 600;
}
.catalogueLeft ul{
    margin-left: 20px;
}
.catalogueLeft ul li{
    list-style: circle;
    margin-top: 19px;
}
.catalogueRightMain&gt;img{
    width: 180px;
    height: 180px;
    object-fit: cover;
    margin-right: 20px;
    border-radius: 8px;
}
.catalogueRightMain p{
    text-indent: 2em;
    line-height: 30px;
}
.catalogueRight h3{
    padding-bottom: 20px;
    /* padding-left: 10px; */
    font-size: 18px;
    text-align: left;
    font-weight: bold;
}
.catalogueRight{
    padding: 20px;
    border-radius: 12px;
    background: #fff;
    /* width: 600px; */
    flex: 1;
    box-sizing: border-box;
}
.explainTitle{
    font-size: 20px;
    /* margin: 0 0 20px 0; */
    font-weight: 600;
    display: flex;
    align-items: center;
}
.explainTitle span:nth-child(1){
    border-left: 5px solid #ff8686;
    padding-left: 7px
}
.explainTitle .warn-label{
    display: inline-block;
    background: #FF8686;
    padding: 3px 6px;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
    margin-right: 15px
}
.explainTitle .eatdo-color-0 {
    background: #52ce4c;
}
.explainTitle .eatdo-color-1 {
    background: #FF8686;
}
.explainTitle .eatdo-color-2 {
    background: #FF8686;
}
.explainTitle .eatdo-color-3 {
    background: #FF8686;
}
.explainTitle .eatdo-color-4 {
    background: #FF8686;
}
.explainTitle .eatdo-color-5 {
    background: #FF8686;
}
.explainTitle .eatdo-color-6 {
    background: #FF8686;
}
.explainTitle .eatdo-color-7 {
    background: #FF8686;
}
.explainTitle .eatdo-color-8 {
    background: #FF8686;
}
.explainTitle .eatdo-color-9 {
    background: #FF8686;
}
.explainTitle .eatdo-color-10 {
    background: #FF8686;
}

.explainLi ul{
    display: flex;
    /*justify-content: space-between;*/
    /* padding: 0 10px */
}
.explainLi&gt;p{
    /* font-weight: 600; */
}
.explainLi li{
    text-align: center;
     margin-right: 15px;
    margin-top: 20px;
    /* float: left; */
}
.explainLi li:last-child{
    margin-right: 0;
}
.explain&gt;li{
    margin-top: 20px;
    /* padding-top: 5px; */
    background: #fff;
    padding: 20px;
    border-radius: 12px;
}
.explainLi li img{
    width: 118px;
    height: 118px;
    border-radius: 8px;
    margin-bottom: 10px;
}
.explain{
    /* background: #fff;
    padding: 0 15px */
}
.explainText{
    text-indent: 2em;
    margin: 20px 0;    
}
.questionTitle{
    font-size: 20px;
    margin: 0 0 20px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center
}
.questionTitle span:nth-child(1){
    border-left: 5px solid #ff8686;
    padding-left: 7px
}
.questionTitle span:nth-child(2){
    font-size: 14px;
    /* margin-right: 10px */
    color: #666;
}
.question{
    background: #fff;
    padding: 20px;
    padding-bottom: 6px;
    border: 4px solid #f5f5f5;
    border-radius: 12px;
}
.question_list_ask&gt;h2{
    font-weight: 600;
}
.question_list_ask,.question_list_answer{
    display: flex;
    align-items: center;
}
.question_list_ask&gt;span,.question_list_answer&gt;span{
    padding: 2px 4px;
    border-radius: 6px;
    background: #77C0FF;
    color: #fff;
    margin-right: 10px;
}
.question_list_ask{
    margin-bottom: 12px;
}
.question_list_ask&gt;span{
    background: #ff8686;
}
.questionList&gt;ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: 8px;
}
.questionList li{
    width: 395px;
    margin-bottom: 14px;
    opacity: 1;
    background: #f7f7f7;
    padding: 14px;
    box-sizing: border-box;
}
.question_notes{
    font-size: 12px;
    color: #999;
    margin-top: 20px;
    padding-left: 20px;
}
.explainTitle_line{
    border-bottom: 1px solid #eee;
    display: inline-block;
    flex: 1;
    height: 1px;
    text-indent: -999px
}

.tool_title{
    padding: 0 20px;
}
.tool_title&gt;div{
    position: relative;
    font-size: 16px;
    font-weight: bold;
    color: #FF8686;
    display: inline-block;
    letter-spacing: 1px;
}
.tool_title&gt;div::before{
    content: "";
    width: 100%;
    height: 3px;
    background: #FF8686;
    position: absolute;
    bottom: -6px;
    left: 0;
    border-radius: 5px;
}
.tool_list{
    margin-top: 25px;
}
.tool_list&gt;div{
    width: 50%;
    margin-bottom: 20px;
}
.tool_list&gt;div img{
    display: block;
    margin: 0 auto 5px auto;
}
.tool_list&gt;div span{
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #4D4D4D;
    transition: .3s;
}
.tool_list&gt;div:hover span{
    color: #FF8686;
}

@media screen and (max-width: 768px) {
    .detailH2 {
        margin: 20px;
    }
    .eatMainLeft{
        padding: 0;
        width: 100%
    }
    .eatMainList{
        display: flex;
        background: #fff;
        flex-wrap: wrap;
        padding-right: 20px;
        padding-top: 20px;
    }
    .eatMainList li{
        margin: 5px;
        width: calc((100% - 30px) / 3);
    }
    .eatMainRight{
        display: none;
    }
    .eatMainTop{
        width: 100%;
    }
    .eatMainTop&gt;img{
        /* width: 100%;
        margin-right: 0; */
        display: none
    }
    .eatMainTopRight{
        position: absolute;
        left: 20px
    }
    .eatSortUl{
        width: 80%;
    }
    .eatMainList li img{
        width: 100%;
        height: 100%;
        margin-bottom: 5px;
    }
    .explainLi ul{
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .explainLi li&gt;img{
        width: 100px;
        height: 100px;
    }
    .explainLi li{
        margin-right: 0;
    }
    .catalogueLeft{
        display: none;
    }
    .catalogueRightMain {
        display: block;
    }
    .catalogueRightMain&gt;img{
        width: 125px;
        height: 140px;
        display: block;
        margin: 0 auto;
    }
    .search-wrap {
        margin: 0 20px;
    }
}</pre></body></html>