@CHARSET "UTF-8"; .sf-flex{display: flex;} .sf-row{flex-direction: row;flex-wrap: wrap;} .sf-col{flex-direction: column;} .sf-start{justify-content: flex-start;} .sf-around{justify-content: space-around;} .sf-between{justify-content: space-between;} .sf-itemcenter{align-items: center;} .sf-pdbox{padding:15px;} .sf-pdlr{padding:0 15px;} .sf-pdtb{padding: 15px 0;} .sf-orange{color: orange;} .sf-grey{color:#999999;} .sf-size14{font-size:14px;} .sf-size16{font-size:16px;} .sf-size18{font-size: 18px;} .sf-sizebig{font-size: 36px;} .sf-bold{font-weight: bold;} .sf-bggrey{background-color: #f8f8f8;} .sf-bgwhite{background-color: #ffffff;} .sf-line8{width:100%;height: 8px;background-color: #f8f8f8;} .sf-line1{width:100%;height: 1px;background-color: #f8f8f8;} .sf-textcenter{text-align: center;} img.sf-img20{height: 20px;width: 20px;} img.sf-img30{height: 30px;width: 30px;} img.sf-img40{height: 40px;width: 40px;} img.sf-img60{height: 60px;width: 60px;} .sf-opa5{opacity: 0.5;} .sf-opa7{opacity: 0.7;} .sf-inputgrey{ height:30px; line-height:30px; border:none;background:#eeeeee;border-radius:5px;padding:0 10px;} .sf-inputgrey.com{width:100px;} .sf-inputgrey.min{width:50px;} .sf-btn{padding:5px 10px;background:orange;border:none;color:#ffffff;cursor: pointer;border-radius:5px;} .sf-btn:hover{cursor: pointer;opacity: 0.7;} /*鍒嗛〉鏍峰紡*/ .page_box{ text-align:center; margin-top:20px;font-size:16px;} .page_box a,.page_box span { display:inline-block; padding:5px 10px; margin:0 1px; border:1px solid #f0f0f0; border-radius:3px; color:#999999; } .page_box a,.page_box li { display:inline-block; list-style: none; text-decoration:none; color:#999999; } .page_box a.first,.page_box a.prev,.page_box a.next,.page_box a.end{ margin:0; } .page_box a:hover{ border-color:#FA6E13; } .page_box span.current{ background:#FA6E13; color:#FFF; font-weight:700; border-color:#FA6E13; } .page_box a.pages_cur{ background:#FA6E13; color:#FFF; font-weight:700; border-color:#FA6E13; }