.shih_mainTit:before{background: #f67515}

/*列表區塊*/
.flexBox{display:flex;flex-wrap:wrap}
.flexBox>*{display:flex;}
.shih_scaleBox{width:100%;text-align:center;border-radius:5px;border:1px solid #dec066;margin:10px;display:block;background:#fbe6a6}
.shih_scaleBox .scralePic{padding:5px;overflow:hidden;background:#fff}
.shih_scaleBox .scralePic>div{display:block;padding-bottom:100%;background-size:contain;background-position:center;background-repeat:no-repeat;transition:all .5s linear}
.shih_scaleBox .scraleTxt{font-size: 1.1em;font-weight:700;line-height:1.2;margin: 0 0px 8px;padding-top:10px;overflow: hidden;}
.shih_scaleBox:hover{box-shadow:0 0 10px #ccc}
.shih_scaleBox:hover .scralePic>div{transform:scale(1.1);-ms-transform:scale(1.1);-moz-transform:scale(1.1);-webkit-transform:scale(1.1)}
.shih_scaleBox:hover .scraleTxt{color:#333}

/*瀏覽更多*/
.btn_more a{width:260px;background: #e7e7e7;border: 1px solid #7a7a79;border-radius:5px;text-align:center;line-height:54px;font-weight: bold;margin:30px auto}
.btn_more a:hover{background: #cff3ff;border-color: #00b0ec;}
.btn_more a{display:block;color:#333}


/*-----------------------------------------*/
@media screen and (max-width: 991px) {
/*瀏覽人次*/
#area_count{display:flex;justify-content:center}
}