<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
    margin:0;
    padding:0;
}
html{
    background: #efefef;
    font-size:20px!important;
    overflow-x:hidden;
}
table{
    width:100%!important;
}
table tr th:first-of-type{
    width:30% !important;
}
pes-section-header{
    width:initial!important;
    font-family: inherit!important;
}
#product_list{
    position:absolute;
    z-index:9;
    width:100%;
    height:100%;
    top:0;
    background: rgba(0, 0, 0, 0.45);
    padding: 7.65rem 0;
}
#product_list p{
    background:white;
    font-size:0.75rem;
    padding:0.5rem 0.75rem;
    border-bottom:0.1rem solid lightgrey;
}
#product_list p span{
    border-left:0.1rem solid red;
    padding:0 0.5rem;
}
#product_list ul{
    padding-bottom:0.25rem;
    background:white;
}
#product_list ul li{
    list-style: none;
    color: #3e3e3e;
    background: white;
    font-size: 0.6rem;
    padding: 0.5rem 0.75rem;
    position: relative;
    border-bottom: 0.05rem solid lightgrey;
}
#product_list ul li i{
    color: white;
    background: grey;
    padding: 0.15rem 0.35rem;
    border-radius: 0.5rem;
    position: absolute;
    right: 0.75rem;
}
#product_list ul a{
    text-decoration:none;
}
#product_list ul li:hover{
    color: #48b090;
}

/*äº§å“åˆ—è¡¨*/
.product_p{
    font-size:0.6rem;
    margin:1.5rem auto;
    width:95%;
    cursor:pointer;
}
.product_p img{
    width:0.75rem;
    vertical-align:middle;
    margin-right:0.35rem;
}
#product a{
    text-decoration:none;
}
#product .product_list img{
    width:100%;
}
#product .product_list p{
    color: #575757;
    font-size: 0.6rem;
    text-align: center;
    padding: 0.15rem 0 ;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 85%;
    margin: 0 auto;
}
#product .product_list:hover p{
    color: #de7443;
}

/*äº§å“å›¾ç‰‡è½®æ’­*/
#lbImg{
    width:100%;
    overflow-x:hidden;
    position:relative;
}
#lbImg p{
    background: #48b090;
    color:white;
    font-size:0.7rem;
    text-align:center;
    padding:0.5rem 0;
}
#lbImg .lbImg1{
    width: 60%;
    margin: 1rem auto 0;
}
#lbImg .lbImg1 img{
    width: 100%;
}
#lbImg ul{
    position:absolute;
    bottom:0.75rem;
    left:11rem;
}
#lbImg ul li{
    list-style:none;
    background: #48b090;
    padding:0.15rem 1.35rem;
}

/*è¯¦ç»†å†…å®¹*/
#content{
    width:98%;
    margin:0 auto;
}
#content p{
    background:#48b090;
    text-align:left;
    color:white;
    font-size:0.7rem;
    padding:0.4rem 0.5rem;
    margin:0.75rem 0 0.25rem;
}
#content iframe{
    width:23.75rem;
    height:20rem;
}
#content img{
    width:98%;
}

/*ä¸Šä¸‹ç¯‡*/
#page{
    background: white;
    border:0.05rem solid lightgrey;
    width:90%;
    margin: 0.5rem auto 25%;
    padding: 0.05rem 0.5rem;
}
#page p{
    font-size: 0.7rem;
    color: grey;
    width: 12rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0.5rem 0;
}
#page p a{
    text-decoration:none;
    color:grey;
}

table{
    width:100%;
}</pre></body></html>