<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.content_inner {padding: 40px 0;}
.sch_wrap {display: flex;align-items: center;justify-content: space-between;gap:20px;margin-top: 30px;}
.sch_box {width: 90%;background: #F9F9F9;position: relative;border-radius: 10px;}
.sch_box input {width: 100%;height: 40px;padding: 0 20px;border-radius: 10px;background: transparent;border: none;font-size: 15px;}
.sch_box button {width: 50px;height: 40px;position: absolute;top:0;right: 0;}
.sch_box button img {width: 20px;height: auto;}

.map_box {width:10%;justify-content: flex-end;}
.map_box a {display: flex;align-items: center;justify-content: flex-end;}
.map_box img {max-width: 30px;height: auto;}
.map_box span {font-size: 16px;font-weight: 500;margin-left: 10px;display: inline-block;}

.ct_wrapper {display: flex;flex-wrap: wrap;}
.ct_wrapper .ct_box {width: 32%;margin-right: 2%;margin-top: 40px;}
.ct_wrapper .ct_box:nth-child(3n) {margin-right: 0;}
.ct_box .ct_thumb {border-radius: 10px 10px 0 0;overflow: hidden;position: relative;}
.ct_thumb .events {width: 40px;position: absolute;top:10px;right: 10px;}
.events img {max-width: 100%;height: auto;}

.ct_box_wrap {padding: 15px 20px;border: 1px solid #EDEDED;border-radius: 0 0 10px 10px;}
.ct_label {font-size: 18px;font-weight: 700;width: 100%;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.ct_addr {display: flex;align-items: center;margin: 15px 0;;gap: 5px;}
.ct_addr i {display: inline-block;width: 11px;position: relative;top:-1px}
.ct_addr i img {max-width: 100%;height: auto;}
.ct_addr .ct_addr_info {width: calc(100% - 15px);font-size: 16px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.ct_price_box {display: flex;align-items: center;}
.ct_price_box .ct_price_label {padding: 5px 7px;border-radius: 5px;background: rgba(132, 76, 207, 0.17);margin-right: 15px;font-size: 16px;color: #844CCF;font-weight: 700;}
.ct_price_box .ct_price {font-size: 22px;font-weight: 700;color: #FF5555;}

.ct_more_btn_wrap {width: 100%;max-width: 400px;margin: 90px auto 0;}

@media(max-width:1028px){
    .map_box span {display: none;}
}

@media(max-width:960px){
    .ct_label {font-size: 16px;}
    .ct_addr .ct_addr_info {font-size: 14px;}
    .ct_price_box .ct_price {font-size: 20px;}
    .ct_price_box .ct_price_label {font-size: 14px;}

    .ct_wrapper .ct_box {width: 49%;margin-right: 2%;}
    .ct_wrapper .ct_box:nth-child(2n) {margin-right: 0;}
    .ct_wrapper .ct_box:nth-child(3n) {margin-right: 2%;}
}

@media(max-width:760px) {
    body {padding-bottom: 80px;}
    
    .sch_box {width: 100%;}
    .map_box {display: none;}
    .ct_wrapper .ct_box {width: 100%;margin-right: 0;margin-top: 25px;}
    .sch_wrap {margin-top: 15px;}
    .ct_more_btn_wrap {margin-top: 40px;max-width: 100%;}

    .ct_wrapper .ct_box:nth-child(3n) {margin-right: 0;}

    .content_inner {padding: 20px 0;}
}

@media(max-width:580px){
    .ct_label {font-size: 14px;}
    .ct_addr .ct_addr_info {font-size: 12px;}
    .ct_price_box .ct_price {font-size: 18px;}
    .ct_price_box .ct_price_label {font-size: 12px;}
}</pre></body></html>