/*banner slider樣式*/
.category-title {
	font-family: Noto-Light;
	color: #fff;
	font-size: 50px;
	position: absolute;
	z-index: 1;
	margin-top: 99px;
	padding-bottom: 5px;
	border-bottom: 2px solid #fff;
}
/* #global-search {
	width: 300px !important;
} */
.sel-cat-mini {
	margin-right: 50px;
    background-color: transparent !important;
    border: none;
}
.audio .item-sum p,
.word .item-sum p {
	color: #fff;
    overflow: hidden;
    
}
.word .item-sum .more {
	color: #c0c0c0;
	float: right;
}

@media (max-width: 1280px){
	.category-title {
		margin-left: 15px;
	}
}
#head-carousel .carousel-caption {
	
	margin-bottom:20px;
}
#head-carousel .carousel-caption a,
.sec-title {
	font-family: Noto-DemiLight;
	font-size: 30px;
	color: #637280;
}
#background-info {
	position: absolute;
    right: 15px;
    bottom: 15px;
}
#background-info a {
	background-color: transparent;
	padding: 6px 10px !important;
	line-height: 12px;
}
.fa-info-circle {
	text-shadow: 0 0 4px #333;
    color: #eee;
}
#tm-section {
	color: #fff;
}
#tm-section li {
	/*color: #fff;*/
}
.tm-section-2 {
	position: relative;
}
.section-2-container {
    position: relative;
    width: 71.4286%;
    margin: 0 auto;
}
.search-item .imgbox {
/* 	width: 300px;
	height: 300px; */
}
.fm-lst li{
	border: 1px #4e4e4e solid;
	color: #4e4e4e;
	border-radius: 5px;
	cursor: pointer;
}
.fm-lst .cur{	
	background-color: #8c8278;
	color: #fff;
}
/*banner下面的條目展示*/
.sec-title {
	margin-top: 145px;
	margin-bottom: 30px;
}
.third-title {
	color: #fff;
	font-family: Noto-light;
	font-size: 24px;
	margin-bottom: 30px;
}
.content-main p{
	color: #fff;
	font-family: Noto-DemiLight;
	font-size: 16px;
	line-height: 27px;
}
.sec-content {
    overflow: visible;
}
.category-contentbox {
	width: 100%;
    font-size: 16px;
    line-height: 27px;
    padding-right: 30px;
    overflow: hidden;
}
.category-imgbox,
.category-contentbox,
.category-menu {
	float: left;
	height: 440px;
}
.category-imgbox {
	width: 47.6%;
	overflow: hidden;
    max-width: 100%;
}

.category-menu {
	width: 17.4%;
	padding-left: 30px;
}
.category-menu a {
	color: #fff;
}
.category-menu .sec-menu {
	padding-left: 20px;
}
.menu-root {
	width: 205px;
}
.menu-root > li{
	font-family: Noto-Bold;
	font-size: 18px;
}
.menu-root > li > ul{
	font-family: Noto-DemiLight;
	font-size: 13px;
}
.category-menu {
	overflow: hidden;
}
.category-menu > ul {
	margin-left: 30px;
}
.category-menu li{
	padding-bottom: 5px;
    padding-top: 5px;
}
.category-menu ul {
	padding-left: 0;
    list-style: none;
}
.menu-root .panel{
	background-color: transparent;
	margin-bottom: 0;
}
/*選項卡樣式*/
.swiper1 {
    width: calc(100% - 30px);
    margin-left: 0 !important;
}
.swiper1 .selected {
	background-color: #8c8278 !important;
    color: #fff !important;
}
.swiper1 .swiper-slide {
	text-align: center;
	font-size: 16px;
	display: flex;
    border: 1px #4e4e4e solid;
    justify-content: center;
    color: #4e4e4e;
    border-radius: 5px;
    cursor: pointer;
    width: auto !important;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 5px;
    margin-right: 5px;
}
.swiper2 {
	width: 100%;
}
.swiper2 .swiper-slide {
	height: 500px;
	background-color: #ccc;
	color: #fff;
	text-align: center;
	box-sizing: border-box !important;
	overflow-x: hidden !important;
}
/*item樣式*/
.item-style-mutil,
.item-style-single {
    background: url(../images/ico-mutil-display.png) no-repeat;
    cursor: pointer;
    display: inline-block;
    width: 28px;
    height: 26px;
    vertical-align: -8px;
    margin-left: 5px;
    margin-right: 15px;
}
#item-style {
	border: 1px solid #ddd;
	border-radius: 5px;
}
.display-mode {
	/* height: 50px; */
	line-height: 30px;
}
.display-mode .pull-left {
    max-width: calc(100% - 300px);
}
.item-style-single {
    background: url(../images/ico-single-display.png) no-repeat;
}
.item-style-single.on{
    background: url(../images/ico-single-display-on.png) no-repeat;
}
.item-style-mutil.on{
    background: url(../images/ico-mutil-display-on.png) no-repeat;
}
.category-items-1,
.category-items-2  {
	padding-bottom: 60px;
	overflow: hidden;
}
.video .item-sum,
.photo .item-sum{
	padding: 0;
	overflow: hidden;
}
.ico-favorite,
.ico-favorite-inside {
    background: url(../images/ico-favorite-inside.png) no-repeat;
    cursor: pointer;
    width: 28px;
    height: 26px;
    right: 20px;
    bottom: 20px;
	position: absolute;
    z-index: 1;
    background-size: cover;
}
.ico-favorite-inside {
	background: url(../images/ico-favorite-inside.png) no-repeat;
}
.ico-favorite.added {
	background: url(../images/ico-favorite-inside-added.png) no-repeat;
}
.ico-favorite-inside.added {
	background: url(../images/ico-favorite-inside-added.png) no-repeat;
}
.ico-play {
	background: url(../images/ico-play.png) no-repeat;
	cursor: pointer;
    width: 51px;
    height: 51px;
    top: calc(50% - 59px);
    left: calc(50% - 25px);
    position: absolute;
    z-index:10;
}
.item-shadow {
    height: 100px;
    background-color: #fff;
    opacity: 0.8;
    bottom: 0;
    padding-top: 30px;
    position: absolute;
    width: 100%;
    z-index: 10;
}
.item-shadow .fa-arrow-circle-down {
	cursor: pointer;
}
.curcat {
	color: #534741 !important;
}
.swiper-button-next{
	background-image: url(../images/swiper-next.png);
	background-size: 50%;
}

.c-box,.m-box {
	width: 100%;
	height: 100%;
}
.c-box p {
	color: #fff;
}
.c-box .swiper-slide,
.m-box .swiper-slide {
  font-size: 18px;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 18px;
}
#accordion-menu .panel {
	box-shadow: none;
}
.m-box .swiper-scrollbar {
	left: 0;
	background:rgba(255,255,255,1);
}
.m-box .swiper-scrollbar-drag {
	background:rgba(0,0,0,0.7);
}
.swiper-scrollbar-default {
	position: absolute;
    top: 1%;
    z-index: 48;
    width: 3px;
    height: 98%;
    left: 0;
    background: rgba(255,255,255,1)
}
.foundmacau-container {
    background: url(../images/category-foundmacau-bg.jpg);
    overflow: hidden;
	position: relative;
    width: 100%;
}
.search-row img {
	border-radius: 5.5px;
}
.category-items-2 .split {
	padding-left: 5px;
	padding-right: 5px;
}
.item-sum,
.item-tit {
	float: none;
	position: relative;
	width: 100%;
}
.search-row .imgbox .ico-play {
	top: calc(50% - 25px);
}
.search-row-title {
    margin-left: 40px;
    width: calc(100% - 390px);
}
.search-row-title.word {
	margin-left: 0;
	width: calc(100% - 110px) !important;
	max-width: calc(100% - 110px) !important;
}
.search-row-title > a {
    font-size: 22px;
    display: inline-block;
    margin-bottom: 20px;
    /*width: calc(100% - 100px);*/
    letter-spacing: 2px;
}
.search-row-title .title-b {
	height: 54px;
	color: #1e695a;
}
.search-row-title .content {
    font-size: 18px;
    word-break: break-word;
    word-wrap: break-word;
    overflow: hidden;
    line-height: 26px;
    height: 156px;
    margin-bottom: 15px;
    font-family: Noto-DemiLight;
}
.search-row-title p a{
	font-size: 16px;
    color: #bfbfbf;
}

.image-all, .image-audo, .image-image, .image-special, .image-video, .image-word, .image-text, .image-other {
    display: block;
    float: left;
    width: 32px;
    height: 25px;
}
.image-all{background:url(../images/search/image-all.png) no-repeat}
.image-audo{background:url(../images/search/image-audo.png) no-repeat}
.image-image{background:url(../images/search/image-image.png) no-repeat}
.image-special{background:url(../images/search/image-special.png) no-repeat}
.image-video{background:url(../images/search/image-video.png) no-repeat}
.image-word{background:url(../images/search/image-word.png) no-repeat}
.image-text{background:url(../images/search/image-text.png) no-repeat}
.image-other{background:url(../images/search/image-other.png) no-repeat}
.cat-foundmacau {
	position: relative;
	width: 100%;
	z-index: 22;
}
.cat-featured {background-color: #959499 !important;}
.cat-topic {background-color: #ab949a !important;}
.cat-interactive {background-color: #aaaeb9 !important;}
#searchConditionWord {
	font-family: Noto-Light;
	font-size: 18px;
}
.search-list-more {
    width: 100%;
    height: 100px;
    line-height: 100px;
    position: absolute;
    bottom: -12px;
    opacity: 0.5;
    text-align: center;
}
.btn-more {
	cursor: pointer;
	background: url(../images/down-more.png);
	display: inline-block;
	width: 8px;
	height: 43px;
}
.carousel-indicators li {
	width: 15px;
	height: 15px;
}
.carousel-indicators .active {
	width: 17px;
	height: 17px;
}

.imgbox img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.condition-container {
    margin: 0 auto;
    position: relative;
    width: 71.4286%;
}
.sec-title span {
	border-bottom: 2px solid #fff;
}
.ic-focus-image,
.ic-focus-summary{
	width: 50%;
	float: left;
}
.ic-focus-summary {
	background-size: cover;
	overflow: hidden;
}
.ic-focus-summary.fm {
	background: url(../images/bg-fm.jpg);
}
.ic-focus-summary.cf {
	background: url(../images/bg-cf.jpg);
}
.ic-focus-summary.se {
	background: url(../images/bg-se.jpg);
}
.ic-focus-summary.iz {
	background: url(../images/bg-iz.jpg);
}
.focus-summary-container {
	width: 100%;
	height: 100%;
    padding-left: 28.5714%;
    overflow: hidden;
}

/*搜索*/
.search {
	bottom: 86px;
	/* width: 1277px;
	margin-left: calc(50% - 350px); */
}
.head-search {
	margin: 0 auto;
	position: relative;
	display: table;
	width: 100%;
}
.head-search span,
.head-search a {
	font-family: Noto-Thin;
	font-size: 16px;
}
.quick-search {
	background-color: #fff;
	border-radius: 8px;
	position: absolute;
	left: 0;
	top: 61px;
	max-width: 519px;
	width: 519px;
	z-index: 2;
	font-size: 19px;
	opacity: .9;
}
.quick-search li:hover {
	color: #fff;
	background-color: #437c48;	
}
.quick-search ul{
	margin-bottom: 0;
}
.quick-search li {
	color: #484848;
	line-height: 46px;
	text-align: left;
    padding-left: 15px;
}
.ico-search {
	color: #919191;
	font-size: 3em;
	line-height: 60px;
}
.idx-normal-search,
#qSearch,
#site-search-submit {
	display: table-cell;
	height: 62px;
	vertical-align: top;
	background-color: #dbdcdc;
	border: 0;
	float: left;
}
.adv-search {
	white-space: nowrap;
}
.idx-normal-search {
	width: 71px;
	border: 0;
	border-radius: 8px 0 0 8px;
}
#site-search-submit {
    border-left: #979ba3 1px solid;
    border-radius: 0 8px 8px 0;
    font-size: 20px;
	width: 180px;
	color: #505c66;
	text-align: left;
	vertical-align: middle;
}
#qSearch {
	width: calc(100% - 251px);
	border-radius: 0;
	border: 0;
	font-size: 19px;
}
#background-info {
	position: absolute;
    right: 15px;
    bottom: 15px;
}
#background-info a {
	background-color: transparent;
	border: 0;
}
.fa-info-circle {
	text-shadow: 0 0 4px #333;
    color: #eee;
}
.adv-search-btn {
	background: url(../images/ico-advance-search.png) no-repeat;
	padding-left: 32px;
	padding-bottom: 5px;
	margin-left:13px
}
.category-items-2 .summary-b {
    text-align: justify;
}
/*搜索 end*/
@media (max-width:768px) {
	.adv-search-btn {
		margin-left: 0;
	}
	#site-search-submit {
		width: 46px;
		overflow: hidden;
	}
	#qSearch {
		width: calc(100% - 118px);
	}
	.section-2-container {
		width: 100%;
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.display-mode .pull-left {
		max-width: 100%;
	    float: none !important;
	}
	.condition-container {
		display: none;
	}
}