/*
 create by liyi on 2016/11/18
 */
body{
	font:menu;
	font-size: 14px;
	line-height: 20px;
	background-color: white;
}
a,a:hover{
	color:black;
	text-decoration: none;
}
a:hover{
	color:#2c83da;
}
p{margin-bottom: 0;}
header,main,footer{
	min-width: 1200px;
}
#main{width:1200px;min-height: 610px;}
main{
	min-height: calc(100vh - 50px - 351px);
}
main:after {
	content: "";
	display: table;
	width: 100%;
	height: 0;
	clear: both;
	overflow: hidden;
}
/*reset bootstrap*/
.container-fluid{
	min-width: 1200px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
}
/* common */
.mt10{margin-top: 10px;}
.mt15{margin-top: 15px;}
.mr20{margin-right: 20px !important;}
.mb0{margin-bottom: 0 !important;}
.p0{padding: 0 !important;}

.body-wrapper{
	position: relative;
}
.precent-w100{width: 100%!important}
/* header */
.site-top { min-width: 1200px; height: 62px; color: #999; background-color: white; }
.site-top .top { height: 36px; border-bottom: 1px solid #333; }
.site-top .top .logo { float: left; margin: 3px 4px 0; }
.top-menu{margin:0;padding:0;list-style:none;height:36px;}
.top-menu>li{position:relative;float:left;}
.top-menu li>a{display:block;font-size:14px;line-height:36px;padding:0 15px;}
.top-menu li:hover>a,.top-menu li>a:hover{color:#fff;background-color:#000;}
.top-nav{list-style:none;margin:0;padding:0;height:26px;line-height:26px;}
.top-nav>li{position:relative;top:-1px;z-index:1010;border-top:1px solid transparent;float:left;text-align:center;margin-right:10px;}
.top-nav>li:hover{background-color:#000;color:#fff;border-top:1px solid maroon;}
.top-nav>li>a{display:block;height:100%;padding:0 11px;font-size:15px;color:#999;}
.top-nav>li:hover>a{color:inherit;}
li:hover>.nav-sub-menu{display:block;}
.nav-sub-menu{display:none;position:absolute;top:100%;left:0;z-index:3010;min-width:110px;padding:5px 0;margin:0;list-style:none;color:#333;line-height:28px;border-bottom-left-radius:3px;border-bottom-right-radius:3px;background: url(../images/bg1.png); background: rgba(51, 51, 51, .85);box-shadow:1px 1px 3px 1px rgba(255,255,255,.15);}
.nav-sub-menu .sub-item>a{display:block;padding:0 15px;font-size:12px;line-height:23px;color:#fff;text-align:left;white-space:nowrap;}
.nav-sub-menu .sub-item>a:hover{background-color:maroon;}

/* footer */
footer{margin-top:50px;background-color:rgb(251,163,8);}
.footer-top{height:240px;padding-left:240px;background:url(../images/logo.png) no-repeat 50px center;}
.site-link{float:left;min-width:150px;margin-top:50px;margin-left:20px;}
.site-link dt{font-size:14px;font-weight:100;color:#fff;padding-bottom:10px;}
.site-link dd{color:#999;font-size:12px;line-height:22px;}
.site-link dd a:hover{color:#fff;}
.footer-bottom{border-top:1px solid #333;padding:10px;font-size:12px;color:#999;float:left;width:100%;text-align:center;}
.footer-menu{line-height:20px;}
.footer-menu a{display:inline-block;position:relative;}
.footer-menu a:hover{color:#999;}
.footer-menu a+a{margin-left:31px;}
.footer-menu a + a:before{content:"";position:absolute;top:4px;bottom:4px;left:-15px;width:1px;background-color:#999;}
.footer-bottom .copyright{line-height:30px;}

/* fixed edge */
.fixed-edge{display:none;position:fixed;left:50%;bottom:70px;z-index:999;width:60px;margin-left:610px;}
.fixed-edge .item{display:block;width:60px;height:60px;background-color:#f8f8f8;cursor:pointer;opacity:.85;}
.fixed-edge .item + .item{margin-top:1px;}
.fixed-edge .item:hover{opacity:1;}
.fixed-edge .gotop{background:url(../images/gotop.png) center 5px no-repeat #f8f8f8;}

/* sign in & sign up*/
[data-target="#sign-in"]{
	cursor: pointer;
}
.input-group-addon{padding: 8px 16px !important;}
.sign-modal .modal-content,
.sign-modal .form-control,
.sign-modal .input-group-addon,
.sign-modal .btn { border-radius: 0; }
.sign-modal button.close { margin-top: 10px; margin-right: 10px; opacity: .8; }
.sign-modal .nav-tabs>li>a { border-radius: 0; padding: 10px 30px; letter-spacing: 5px; font-size: 18px; font-weight: 500; }
.sign-modal .tab-pane.active { background-color: #fff; padding: 15px 0; overflow-y: auto; }
.sign-modal .input-group-addon { padding: 0; background-color: #fff; }
.sign-modal .input-group-addon img { width: 100px; height: 100%; }
.sign-modal label { font-size: 16px; font-weight: 500; }
.register-tabs { font-size: 16px; line-height: 1.75; border-bottom: 1px solid #4cb7ff; overflow: hidden; margin: 0 15px 10px; }
.register-tabs .tab { color: #555; cursor: pointer; }
.register-tabs .tab.active { color: #4cb7ff; cursor: default; }
.register-tabs .active .glyphicon { display: none; }
.register-content { margin-bottom: 10px; overflow: hidden; white-space: nowrap; }
.register-content .content-item { display: inline-block; width: 100%; padding: 0 15px; vertical-align: top; }
.register-table { table-layout: fixed; width: 100%; }
.register-table th,
.register-table td { padding: 2px 8px; }
.register-table label { font-size: 14px; margin-bottom: 0; max-width: none; }
.register-table .form-control { width: 180px; height: 24px; padding: 2px; }
.register-table .checkbox { margin: 2px 0; }
/* search */
.search-bar.fixed-top{position:fixed;top:0;left:0;right:0;z-index:1000;width:auto;margin:0;padding-left:260px;padding-right:100px;border-radius:0;background:url(../images/logo.png) no-repeat 25px center #414141;background: url(../images/logow.png) no-repeat 25px center ;}
.search-bar.fixed-top .form-control,.search-bar.fixed-top .rfrm-opt,.search-bar.fixed-top .input-group-addon{}
.search-bar .rfrm-opt td{font-size:16px;padding-right:5px;}
.search-bar.fixed-top .search-keyword{top:37px;}
.search-bar{width:900px;padding:8px;border-radius:5px;background-color: white; margin-left: auto; margin-right: auto; }
.search-bar.search-bar-fluid{
	width:auto;
}
.API_vendor{color:#005aa0;font-weight:bold;}
@media  (max-width: 1000px) {
	.search-bar.fixed-top{
		padding-left: 10px;
		padding-right: 10px;
	}
}
.search-bar .input-group{width:100%;}
.search-bar a{display:block;color:inherit;text-decoration:none;}
.search-bar .dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0;}
.search-bar .dropdown-menu li{padding:0 25px;line-height:1;}
.search-bar .dropdown-menu li:hover{background-color:#eee;}
.search-bar .form-control{box-shadow:none;outline:none;}
.search-bar .btn-success{color:#fff;cursor:pointer;background-color:#5cb85c;border-color:#4cae4c;}
.search-bar .btn-success:hover{background-color:#449d44;border-color:#398439;}
.search-keyword{display:none;position:absolute;top:45px;right:119px;left:120px;z-index:900;background:#fff;border:1px solid #333;}
.search-keyword .search-tip{padding:3px 5px;font-size:12px;color:#999;border-bottom:1px dotted #ccc;}
.search-keyword .keyword{padding:3px 5px;cursor:pointer;}
.search-keyword .keyword:hover{background-color:#eee;}
.search-keyword .keyword .result-count,.search-keyword .keyword .del-keyword{float:right;font-size:12px;color:#999;}
.search-keyword .keyword .del-keyword{display:none;color:#333;}
.search-keyword .keyword:hover .del-keyword{display:inline-block;}
.search-keyword .keyword .del-keyword:hover{color:#f00;}

.search-filter{background-color: #fff;margin:-8px 8px 0;}
.search-bar.fixed-top +.search-filter { margin-top: 55px; }

.filter-wrapper { position: relative; line-height: 30px; border-bottom: 1px solid #ddd; }
.filter-wrapper .flt-key { position: absolute; top: 0; bottom: 0; left: 0; width: 120px; background-color: #eee; padding-left: 10px; color: #333; }
.filter-wrapper .flt-opts-bar { float: right; width: 130px; }
.filter-wrapper .values-wrapper { overflow: hidden; margin-left: 120px; }
.filter-wrapper .flt-opts-bar .fl-btn { margin-left: 10px; padding: 2px 5px; font-size: 12px; border: 1px solid; border-radius: 3px; vertical-align: middle; cursor: pointer; }
.filter-wrapper .float-btn-bar .fl-btn:hover { color: #d80020; }
.filter-wrapper .flt-values { list-style: none; height: 30px; margin: 0 10px; padding: 0; overflow: hidden; }
.filter-wrapper .flt-values.expanded { height: auto; }
.filter-wrapper .flt-values li { float: left; height: 30px; margin-right: 15px; padding: 0; white-space: nowrap; }
.filter-wrapper .flt-values li a { display: inline-block; max-width: 150px; font-size: 13px; color: #005aa0; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; cursor: pointer; }
.filter-wrapper .flt-values li a.hited { display: inline-block; max-width: 150px;text-decoration:none; font-size: 13px; color: #d80020; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; cursor: pointer; }
.filter-wrapper .flt-values li a.hited:hover{text-decoration: none;} 
.filter-wrapper .flt-values li a:hover{text-decoration: underline;} 
.filter-wrapper .flt-btn-bar { display: none; }

.filter-wrapper .filter-items-wrapper { height: 30px; margin-left: 120px; }
.filter-items-wrapper .filter-item { display: inline-block; margin-left: 10px; line-height: 1; border: 1px solid #ccc; }
.filter-items-wrapper .filter-item>a { position: relative; display: inline-block; padding: 3px 5px; cursor: pointer; }
.filter-items-wrapper .filter-item:hover { border-color: #333; }
.filter-items-wrapper .filter-item:hover>a:before { position: absolute; content: ""; top: 100%; left: 0; right: 0; z-index: 15; margin-top: -1px; height: 3px; background-color: #fff; }
.filter-items-wrapper .filter-item .flt-values { display: none; position: absolute; top: 25px; right: 0; left: 0; z-index: 10; margin: 0; padding: 5px 10px; height: auto; line-height: 30px; background-color: #fff; }
.filter-items-wrapper .filter-item:hover .flt-values { display: block; border-top: 1px solid #555; border-bottom: 1px solid #555; }

.flt-check .flt-key{background-color: #fffdee;}
.flt-check .flt-values a:before { position: relative; top: -2px; content: ""; display: inline-block; width: 12px; height: 12px; margin-right: 3px; border: 1px solid; vertical-align: middle; font-size: 12px; line-height: 1; }
.flt-check .flt-values a.selected { color: #d80020; }
.flt-check .flt-values a.selected:before { content: "\221a"; text-align: center; }
.flt-check { border: 2px solid #fea700; border-width: 2px 0; }
.flt-check .flt-btn-bar { display: block; margin: 0 5px; padding: 5px 0; text-align: center; border-top: 1px dotted #ccc; }
.flt-check .flt-btn-bar .btn { height: 28px; }

.filter-wrapper .flt-values-all li{background-color:#eee;border:1px solid #ddd;}
.filter-wrapper .flt-values-all li:hover{border:1px solid red;background-color:#fff;}
.filter-wrapper .flt-values-all li a em{color:red;margin:0 5px;}
.filter-wrapper .flt-values-all li a:hover{text-decoration:none;}
.filter-wrapper .flt-values-all li a:hover i{color:#fff;background-color: #e4393c;}

.searchbar-md{float:right;display:table;margin-top:3px;border:1px solid #5cb85c;box-shadow: 0 0 50px 5px rgba(85,184,85,.6);}
.searchbar-md .search-input,.searchbar-md .search-btn{display:table-cell;height:34px;border:0;vertical-align:top;}
.searchbar-md .search-input{width:400px;padding:3px 5px;}
.searchbar-md .search-btn{width:30px;padding-top:2px;font-size:16px;color:#fff;background-color:#449d44;}

/* collection bar */
.collection-btn { width: 32px; margin-left: 2px; margin-right: 8px; height: 100%; }
.collection-btn .glyphicon { display: inline-block; width: 32px; height: 32px; border: 1px solid #aaa; border-radius: 2px; font-size: 22px; line-height: 30px; text-align: center; vertical-align: middle; cursor: pointer; }
.collection-btn .glyphicon:before { content: "\e007"; }
.collection-btn.active .glyphicon:before { content: "\e006"; }

.collection-dock{position:absolute;top:0;right:0;bottom:0;z-index:999;width:0;padding-top:10px;background-color:#fafafa;border-left:1px solid #111;overflow:hidden;transition:width .3s ease-out 0s;}
.show-collection .collection-dock{width:120px;padding:5px;}
.collection-dock .form-group{margin-top:25px;margin-bottom:5px;}
.collection-dock .form-group .form-control{height:22px;padding:1px 3px;font-size:12px;line-height:22px;border-radius:0;}
.collection-dock .collection-close{position:absolute;top:0;right:0;left:0;}
.collection-dock .thumbnail{margin-bottom: 8px;}

.content-body { transition: margin-right .3s ease-out 0s; }
.show-collection .content-body { margin-right: 120px; }

.collection-animate { position: absolute !important; z-index: 1004; opacity: .5; outline: 1px solid #fff; }

/*  resource list */
.results-list { text-align: left; font-size: 0; line-height: 0; min-height: 420px;margin:0 auto; }
.results-list:after{content:"";display:inline-block;width:100%;height:0;line-height:0;overflow:hidden;}

.resource-item{position:relative;display:inline-block;width:225px;height:333px;margin:10px;font-size:14px;vertical-align:bottom;}
.resource-item>input{display:none;}
.resource-item .pic-pane{position:relative;width:100%;height:100%;text-align:center;vertical-align:middle;overflow:hidden;}
.resource-item .pic-pane:hover > label,.resource-item input:checked + .pic-pane label{display:block;}
.resource-item .pic-pane .rm,.resource-item .pic-pane .rf,.resource-item .pic-pane .news{position:absolute;top:4px;left:3px;z-index:10;width:23px;height:22px;line-height:20px;cursor:pointer;vertical-align:middle;}
.resource-item .pic-pane .width{top:185px;}
.avg-height .resource-item .pic-pane .width{top:4px;}
.resource-item .pic-pane .rf:before{font-size:12px;content:"RF";color:#ff8c00;}
.resource-item .pic-pane .rm:before{font-size:12px;content:"RM";color:#08bfff;}
.resource-item input:checked + .pic-pane label:after{position:absolute;top:0;left:6px;content:"\e013";font-size:20px;font-family:'Glyphicons Halflings';color:#5cb85c;}
.resource-item .pic-wrapper{display:block;position:absolute;width:100%;bottom:0;}
.resource-item .pic{max-width:100%;max-height:100%;}
.resource-item.dreamstime{width:130px;height:130px;}
.avg-height .resource-item {float: left;margin: 5px;}
.avg-height .resource-item .pic-wrapper{height:100%;margin: 0;}
.avg-height .resource-item .pic{width: 100%;height: 100%;max-width: none;max-height: none}
.avg-height .pic-next-page{display: none!important;}

.page-btn.previous, .page-btn.next{font-size:30px;}

.pic-pane:hover .rm, .pic-pane:hover .rf, .pic-pane:hover .news{border:1px solid #ddd;background-color:#fff;}
.pic-pane .tool-bar{display:none;}
.pic-pane:hover .tool-bar{display:block;bottom:0;position:absolute;width:100%;color:#fff;font-size:24px;background-color:rgba(0,0,0,.6);transition:bottom .2s ease-in 0s;}
.pic-pane .tool-bar2{display:block;bottom:0;z-index:666;position:absolute;width:100%;color:#fff;font-size:24px;background-color:rgba(0,0,0,.6);transition:bottom .2s ease-in 0s;}
.pic-pane .glyphicon{cursor:pointer;}
.pic-pane .glyphicon + .glyphicon{margin-left:10px;}
.pic-next-page{display:inline-block;width:200px;height:200px;line-height:200px;text-indent:25px;}
.list-dock{margin:10px 0;background-color:#eee;overflow:hidden;line-height:55px;width:100%;}
.avg-btn-group:after{content:"";clear:both;display:table;width:100%;height:0;overflow:hidden;}
.avg-btn-group .avg-btn{display:inline-block;font-family:tahoma;width:32px;height:32px;margin-top:1px;margin-right:8px;vertical-align:middle;background-color:#333;}
.avg-btn-group .avg-btn:hover{background-color:#f8af02;cursor: pointer;}
.avg-btn-group .avg-btn.active{background-color:#aaa;cursor: default;}
.avg-btn.avg-width{background-image:url(../images/avg_width.png);}
.avg-btn.avg-height{background-image:url(../images/avg_height.png);}
.news-show-group .news-btn{display:inline-block;font-family:tahoma;width:64px;margin-top:1px;margin-right:8px;vertical-align:middle;background-color:#333;line-height:33px;text-align:center;color:#fff;}
.news-show-group .news-btn:hover{background-color:#f8af02;cursor: pointer;}
.news-show-group .news-btn.active{background-color:#aaa;cursor: default;}
.site-pagination>span{margin-right:10px;}
.site-pagination .page-btn:hover{cursor:pointer;color:#f8af02;}
.site-pagination .to-page{width:40px;height:22px;line-height:20px;margin-top:-2px;margin-right:3px;color:#333;text-align:center;vertical-align:middle;border:1px solid #ddd;}
.sort-bar .sort-btn{position:relative;display:inline-block;width:100px;margin-right:3px;text-align:center;font-size:15px;}
.sort-bar .sort-btn:after{content:"";position:absolute;top:5px;bottom:2px;right:-1px;width:0px;background-color:#ddd;}
.sort-bar .sort-btn.active{border:3px solid #f00;color:#f00;}
.sort-bar .sort-btn:hover{cursor:pointer;}

.page-container{width:1200px;margin-left:auto;margin-right:auto;}
.page-container:after{content:"";display:table;width:100%;clear:both;}
.left-menu{float:left;width:240px;}
.right-content{margin-left:280px;}
.container-fluid .right-content{margin-left:260px;}

/* menu-list-group */
.menu-list-group{list-style:none;margin:0;padding:0;background-color:#fff;}
.menu-list-group .list-item{position:relative;font-size:17px;line-height:40px;font-weight:400;color:#111;}
.menu-list-group .list-item + .list-item{border-top:1px solid #666;}
.menu-list-group>.list-item a{display:block;padding-left:15px;}
.menu-list-group>.list-item a .glyphicon{float:right;margin-top:13px;margin-right:10px;font-size:12px;color:inherit;}
.menu-list-group>.list-item a.active ,
.menu-list-group>.list-item a:hover{color:#fff;background-color:#7d7d7d;}
.menu-list-group>.list-item.active{background-color:#fff;color:#000;}

#carousel-editorial .item>img{width:100%;height:510px;}
#carousel-editorial .carousel-control{bottom:30px;}
#carousel-editorial .carousel-caption{left:0;right:0;bottom:0;z-index:999;height:80px;margin-bottom:0;padding:0 0 0 10px;text-align:left;background-color:rgba(0,0,0,.6);}
#carousel-editorial .carousel-caption dt{font-size:32px;font-weight:500;line-height:50px;}
#carousel-editorial .carousel-caption dd{font-size:16px;line-height:20px;}

.page-header{border-bottom:1px solid #333;padding-left: 10px;}
.page-header .title{color:#fff;}
.page-header .describe{font-size:16px;color:#999;}
.editorial-items{margin-bottom:40px;overflow:hidden;}
.week-item{position:relative;float:left;width:174px;height:210px;margin:1px 5px 10px;text-align: center;border: 1px solid #333;}
.week-item img{max-width:100%;height:170px;margin-top: 10px;}
.week-item p{padding:8px;font-size:15px;line-height:1;color:#999;background-color:#333;}
.editorial-items h3{margin:0 0 10px;color:#fff;line-height:40px;}
.editorial-popular a>p{position:absolute;bottom:28px;right:0;left:0;height:30px;color:#fff;background-color:rgba(0,0,0,.65);}
.editorial-popular .describe{margin-top:5px;margin-right:10px;text-align:right;color:#fff;}
.editorial-popular .describe a{color:#2c83da;}
.editorial-popular .describe a:hover{color:#49f;text-decoration:underline;}

.tit{color:#fff;}

.eidtorial-category .category-item{float:left;width:49%;overflow:hidden;}
.eidtorial-category .category-item a:hover{text-decoration:underline;}
.eidtorial-category .category-item dt,.eidtorial-category .category-item dd{float:left;line-height:30px;}
.eidtorial-category .category-item dt{width:50px;font-size:16px;color:#f1f1f1;}
.eidtorial-category .category-item dd{color:#2c83da;margin-left:20px;}

.topic-img-list{list-style:none;padding-left:0;}
.topic-img-list li{height:95px;margin:0 auto;border-radius:5px;}
.topic-img-list li:hover{box-shadow:0 0 5px 1px rgba(255,255,255,.6);}
.topic-img-list li + li{margin-top:10px;}
.topic-img-list li a{display:block;height:100%;}

.events-dock { padding: 2px 8px; min-height:36px; font-size: 15px; color: #fff; line-height: 32px; background-color: #449d44; overflow: hidden; background-image: linear-gradient(to left, rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, .45) 20%, rgba(0, 0, 0, .3) 35%, rgba(0, 0, 0, .1) 50%, rgba(0, 0, 0, .3) 65%, rgba(0, 0, 0, .45) 80%, rgba(0, 0, 0, .6) 100%); }
.events-dock.blue { background-color: #4cb7ff; }
.events-dock.red{background-color: #7d7d7d;}
.events-dock>a { margin: 0 10px; }
.events-dock>a:hover { color: #ccc; }

.event-pane { display: inline-block; width: 220px; margin: 10px; padding: 8px; font-size: 14px; line-height: 20px; color: #999; vertical-align: top; background-color: #333; border-radius: 3px; }
.event-pane dt { color: #ddd; line-height: 14px; height: 30px;overflow:hidden;font-size:12px; }
.event-pane dt + dd { display: table-cell; width: inherit; height: 180px; text-align: center; vertical-align: middle; }
.event-pane img { max-width: 100%; max-height: 100%; }
.event-pane a { color: #2c83da; }
.dock-pagination { margin: 0 auto; text-align: center; }
.dock-pagination a { top: 2px; }
.dock-pagination a:hover { color: #ddd; }
.dock-pagination .page { width: 30px; height: 20px;line-height: 18px; color: #333; border: 0; text-align: center; vertical-align: middle; }
.preview-wrapper { margin: 0 -15px; padding: 15px 0; }
.detail-top-dock { margin-bottom: 15px; padding-left: 0; height: 55px; line-height: 55px; background-color: white; list-style: none; }
.detail-top-dock>li { position: relative; float: left; width: 140px; margin-right: 2px; text-align: center; color: #111; letter-spacing: 3px; }
.detail-top-dock>li:hover { color: #333; background-color: #ccc; }
.detail-top-dock>li + li:before { content: ""; position: absolute; top: 0; left: -2px; bottom:0; width: 2px; background-color: #666;border-left: 1px solid #111}
.detail-top-dock>li:hover .dock-drap-menu { display: block; }
.detail-top-dock .dock-drap-menu { display: none; position: absolute; top: 100%; left: 0; width: 140px; background-color: #ccc; }
.detail-top-dock .dock-drap-menu .menu-item { display: block; padding-left: 20px; margin: 0 0 0 5px; text-align: left; line-height: 20px; height:26px;width:100%; letter-spacing: 0; cursor:pointer;}
.detail-top-dock input{border:none;background-color: #ccc;}
.image-preview,
.image-detail { min-height:560px;background-color: white; }
.image-preview {width: 660px; padding: 10px; line-height: 540px; text-align: center; vertical-align: middle; }
.image-preview img { max-width: 100%; max-height: 100%; }
.image-detail { float: right; width: 525px; padding: 0 10px; overflow-y: auto; }
.image-detail h3 { margin: 0; padding: 10px 0; color: #111; border-bottom: 1px solid #ccc; }
.image-detail h5 { padding: 5px 0; margin: 5px 0; line-height: 1.5; color: #4cbffc; border-bottom: 1px solid #4cbffc; }
.image-detail a { color: #2c83da; }
.image-detail a:hover { text-decoration: underline; }
.image-detail dl { margin-bottom: 0; }
.image-detail dt,
.image-detail dd { display: inline-block; line-height: 26px; vertical-align: top; }
.image-detail dt { width: 49%; font-weight: 300; color: #111; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
.image-btnbar { display: table; table-layout: fixed; width: 100%; margin: 0; padding-left: 0; list-style: none; border-spacing: 10px; }
.image-btnbar li { display: table-cell; line-height: 40px; text-align: center; border: 1px solid #ddd; cursor:pointer;color:#fff;}
.image-btnbar li.active { color: #4cb7ff; border-color: #4cb7ff; box-shadow: none; }
.image-btnbar li:hover{background-color:#555;}
.image-btnbar li.disabled { color: #aaa; cursor: no-drop; }
.image-btnbar li:hover { box-shadow: 0 0 5px 1px rgba(0, 0, 0, .1) }
.size-info { padding-left: 10px; font-size: 12px; color: #999; word-spacing: 8px; }
.image-copyright { margin-top: 10px; font-size: 13px; color: #aaa; line-height: 1.25; text-align: justify; }
.image-keyword { margin-top: 15px; }
.image-keyword .tab-pane { text-align: justify; }
.image-keyword .tab-pane a { display: inline-block; margin-top: 3px; padding: 2px 10px; color: #f1f1f1; }
.image-keyword .tab-pane a:hover { color: #2c83da; }
.image-keyword .nav-tabs { border-color: #4cb7ff; }
.image-keyword .nav>li>a { color: #ccc; padding: 5px 10px; }
.image-keyword .nav-tabs>li.active>a,
.image-keyword .nav-tabs>li.active>a:focus,
.image-keyword .nav-tabs>li.active>a:hover { border: 0; background-color: transparent; color: #4cb7ff; }
.image-keyword .nav>li>a:focus,
.image-keyword .nav>li>a:hover { border-color: transparent; border-bottom: 1px solid transparent; background-color: transparent; }

/* account */
.account-menu .list-item h4 { margin: 0; line-height: 1; }
.account-menu .list-item h4 a { padding-left: 0; line-height: 40px; }
.account-menu .list-item h4 .link-wrapper { line-height: 40px; margin-left: 15px; border-bottom: 1px dotted #666; }
.account-menu .list-item h4 ~ a { padding-left: 30px; font-size: 15px; line-height: 26px; }
.account-menu .list-item h4 ~ a .glyphicon { margin-top: 7px; }
.table { table-layout: fixed; }
.table,
.table>thead>tr>th,
.table>tbody>tr>td { color: #111; border: 1px solid #666; }
.table>thead>tr>th { text-align: center; background-color: #333; }
.table>tbody>tr>td>input {color:#000000 }
.table>tbody>tr>td>select {color:#000000 }
.events-dock ~ .table { margin-bottom: 0; }
.events-dock label { min-width: none; font-size: 14px; font-weight: normal; margin-bottom: 0; cursor: pointer; }
.events-dock label input[type="radio"] { margin-right: 5px; }
.events-dock select { font-size: 12px; height: 23px; color: #333; }
.query-table { width: 100%; margin-bottom: 10px; white-space: nowrap; color: #fafafa; }
.query-table td { padding: 0 5px; }
.query-table input,
.query-table select { height: 22px; line-height: 22px; border-radius: 0; color: #333; }
.query-table input,
.query-table select { min-width: 120px; }
.query-table .query-date { width: 100px; }
.nav.shopcart-tabs>li>a { padding: 5px 10px; background-color: #fafafa; }
.nav.shopcart-tabs>li>a:hover { color: #999; }
.nav.shopcart-tabs>.active>a,
.nav.shopcart-tabs>.active>a:hover,
.nav.shopcart-tabs>.active>a:focus { background-color: #7d7d7d; color: #fff; }
.images-list { overflow: hidden; }
.image-item { float: left; width: 176px; margin: 4px; color: #111; border: 1px solid #ccc; }
.image-item dt { position: relative; padding: 0 10px 0 32px; background-color: #333; border-bottom: 1px solid #ccc; line-height: 30px; }
.image-item dt input { display: none; }
.image-item input[type="checkbox"] { margin: 0 5px 0 0; width: 13px; height: 13px; }
.image-item .image { position: relative; height: 178px; line-height: 176px; border-bottom: 1px solid #ccc; text-align: center; }
.image-item .image img { padding: 10px; max-width: 100%; max-height: 100%; }
.image-item .image input { display: none; }
.image-item dd { padding: 0 10px; font-size: 12px; line-height: 20px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
.image-item>dd>.btn-group>.btn { padding: 6px 8px; color: #999; }
.image-item>dd>.btn-group>.btn:hover { color: #fafafa; text-decoration: none; }
.image-label { position: absolute; top: 4px; left: 3px; z-index: 10; width: 23px; height: 22px; line-height: 20px; cursor: pointer; background-color: #fff; border: 1px solid #aaa; vertical-align: middle; text-align: center; }
.image-label.rm:before { font-size: 12px; content: "RM"; color: #08bfff !important; }
.image-label.rf:before { font-size: 12px; content: "RF"; color: #ff8c00 !important; }
input:checked +.image-label:after { position: absolute; top: 0; left: 6px; content: "\e013"; font-size: 20px; font-family: 'Glyphicons Halflings'; color: #5cb85c; }
.image-item.to-API-page:hover{background-color:#4cb7ff;}
.image-item.to-API-page{display: inline-block;height: 200px;width: 60px;background-color: #298AAE;margin-top: 10px;border: none;padding-top: 80px;text-align: center;margin-left: 40px;color: white;}


#nbar{margin:0 auto;width: 100%;}

.sub_unit{
	height:20px;
	border: 0px solid;
	margin-top:5px;
	margin-bottom:2px;
	width:260px;
	float:left;
	color:#fff;
	list-style:none;
}

.left-menu.fixed-left{
	position:fixed;
	margin-top:-195px;
}
@media screen and  (min-width: 700px) {
.results-container{max-width:720px;margin:0 auto;}
}
@media screen and  (min-width: 900px) {
.results-container{max-width:960px;margin:0 auto;}
}
@media screen and  (min-width: 1300px) {
.results-container{max-width:1200px;margin:0 auto;}
}
@media screen and  (min-width: 1600px) {
.results-container{max-width:1440px;margin:0 auto;}
}

/* platinum free add at 2017.02.12	*/
.platium-banner { height: 260px; margin-top: 10px; background: url(../images/platinum_banner.jpg) no-repeat top center #e6e6e8; }
.platium-slogan { height: 190px; padding-top: 90px; color: #222; text-align: center; text-shadow: 1px 1px 4px #999, 1px 1px 6px #fff; }
.platium-slogan h1 { letter-spacing: 5px; }
.platium-slide { height: 560px; overflow: hidden; }
.platium-logos { float: right; width: 220px; }
.platium-logos>a { display: block; height: 60px; margin: 10px; margin-top: 0; border: 1px solid #999; border-radius: 5px; }
.platium-logos>a>img { width: 100%; min-width: 100%; min-height: 100%; }

/* advance_search */
.vendor_list{width:366px;margin-left:126px;position:absolute;background-color:#fff;z-index:66;}
.vendor_list span{margin-left:15px;}
.vendor_list li{list-style:none;}
.vendor_list li label:hover{color:rgb(251,143,8);}
.hidden{display:none;}
.list_vendor{
	width:180px;height:185px;overflow:auto;overflow-x:hidden;
	border:1px solid #C7C8BF;
	border-radius:5px;
}
.vendor_type>span>label{font-size:13px;color:#666666;width:150px;text-align:center;}
.list_vendor ul{padding-left:5px;}
.list_vendor li label{font-size:10px;line-height:18px;width:88%;margin-bottom:0px;color:#666666;}
.list_vendor li span{
	margin-left:5px;
	line-height:24px;
}


/* breadcrumb&topic-links add at 2017.02.27*/
.breadcrumb { background-color: transparent; margin-top: 10px; margin-bottom: 10px; font-size: 16px; color: #fff; }
.breadcrumb a:hover { color: #800000; }
.breadcrumb .active { color: #d80000; }
.topic-links { margin: 0; padding: 0; list-style: none; }
.topic-links li { display: inline-block; padding: 3px 15px; white-space: nowrap; }
.topic-links li a { font-size: 15px; line-height: 1; color: #fff; }
.topic-links li a:before { content: ""; display: inline-block; width: 0; height: 12px; margin-right: 5px; border-left: 12px solid; }
.topic-links li a:hover { color: #d80020; }

/* fotoman add at 2017.02.28 */
.recruit-container { position: relative; width: 1200px; padding-top: 50px; padding-right: 270px; margin-left: auto; margin-right: auto; overflow: hidden; }
.recrult-info{width:820px;}
.recrult-info .panel {background-color: #fafafa;}
.recrult-info .panel .panel-heading { height: 70px; font-size: 28px; line-height: 50px; }
.recrult-info .panel .bg1 { background: url(../images/fotoman-bg1.jpg); }
.recrult-info .panel .bg2 { background: url(../images/fotoman-bg2.jpg); }
.recrult-info .panel .bg3 { background: url(../images/fotoman-bg3.jpg); }
.recrult-info .panel .panel-body { font-size: 15px; line-height: 22px; padding-bottom: 20px; }

.right-slide{position:absolute;top:50px;right:0;bottom:0;width:360px;background-color:#fafafa;overflow:hidden;border-radius:4px;}
.right-slide .btn-up,.right-slide .btn-down{position:absolute;left:0;right:0;height:40px;z-index:100;line-height:40px;font-size:24px;color:#ccc;text-align:center;opacity:.75;cursor:pointer;}
.right-slide .btn-up:hover,.right-slide .btn-down:hover{color:#eee;opacity:.9}
.right-slide .btn-up{top:0;background:url(../images/btn-up-bg.png) repeat-x;}
.right-slide .btn-down{bottom:0;background:url(../images/btn-down-bg.png) repeat-x;}
.right-slide .slide-content{height:100%;padding-left:0;margin:0;list-style:none;overflow:hidden;}
.right-slide .thumbnail{margin-bottom:10px;}
.right-slide .thumbnail .caption{padding:0 5px;text-align: center;}


/* shutters index */
.ss-body { background-color: #fafafa !important; background: url(../images/shutter.jpg) center 0 no-repeat; background-size:100%;}
.ss-body.yourstock{background:url(../images/ss-banner-bg.jpg) center 0 no-repeat;}
.ss-banner { position: relative; height: 415px; padding: 1px; }
.ss-banner .logo { position: fixed; top: 20px; left: 30px; }
.ss-banner .search-bar { width: 700px; padding: 0; margin-top: 200px; }
.ss-banner .search-bar.fixed-top { left: 50%; margin-top: 5px; margin-left: -350px; box-shadow: 0 3px 10px 1px rgba(0, 0, 0, .5); }
.ss-banner .info-bar { position: absolute; right: 0; bottom: 0; left: 0; height: 40px; font-size: 16px; line-height: 40px; color: #fafafa; letter-spacing: 2px; text-align: center; background: url(../images/bg1.png); }
.ss-banner .info-bar i { position: relative; top: -1px; display: inline-block; width: 1px; height: 26px; margin-right: 10px; background-color: #fafafa; vertical-align: middle; }
.ss-banner .info-bar a { position: relative; }
.ss-banner .info-bar a:after { content: ""; position: absolute; bottom: -1px; right: 0; left: 0; height: 1px; border-bottom: 1px solid; }
.ss-banner .info-bar .glyphicon { font-size: 12px; }

.ss-category-wrapper { background-color: #eee; overflow: hidden; }
.ss-category-wrapper .slogan{margin:30px;line-height:1.5;text-align:center;text-shadow:0 0 5px rgba(0,0,0,.15)}
.ss-category{width:1200px;margin:20px auto 50px;overflow:hidden;}
.ss-category .category-item{position:relative;float:left;width:180px;height:400px;background-color:#fff;}
.ss-category .category-item + .category-item{margin-left:24px;}
.ss-category .category-item i{display:block;height:80px;padding-top:55px;background-position:center 5px;background-repeat:no-repeat;background-color:rgba(0,0,0,.35);vertical-align:bottom;font-style:normal;color:#fff;text-align:center;}
/**
.ss-category .item1 i{ background-image: url(../images/zhaopian.png);}
.ss-category .item2 i{ background-image: url(../images/shiliang.png);}
.ss-category .item3 i{ background-image: url(../images/chatu.png);}
.ss-category .item4 i{ background-image: url(../images/tubiao.png);}
.ss-category .item5 i{ background-image: url(../images/shipin.png);}
.ss-category .item6 i{ background-image: url(../images/yinyue.png);}
**/
.ss-category .item1{background: url(../temp/Education.jpg) 0 0 no-repeat;}
.ss-category .item2{background: url(../temp/FoodandDrink.jpg) 0 0 no-repeat;}
.ss-category .item3{background: url(../temp/Healthcare.jpg) 0 0 no-repeat;}
.ss-category .item4{background: url(../temp/Holidays.jpg) 0 0 no-repeat;}
.ss-category .item5{background: url(../temp/Vectorillustration.jpg) 0 0 no-repeat;}
.ss-category .item6{background: url(../temp/Wildlife.jpg) 0 0 no-repeat;}
.ss-category .category-item .content { position: absolute; bottom: 0; left: 0; right: 0; padding: 10px; color: #fff; line-height: 20px; white-space: normal; text-shadow: 0 0 15px rgba(0, 0, 0, .95);display:none; }

.ss-category.yourstock .item1{background: url(../images/yourstock/Children.jpg) 0 0 no-repeat;}
.ss-category.yourstock .item2{background: url(../images/yourstock/FoodandDrink.jpg) 0 0 no-repeat;}
.ss-category.yourstock .item3{background: url(../images/yourstock/Interior.jpg) 0 0 no-repeat;}
.ss-category.yourstock .item4{background: url(../images/yourstock/School.jpg) 0 0 no-repeat;}
.ss-category.yourstock .item5{background: url(../images/yourstock/Shopping.jpg) 0 0 no-repeat;}
.ss-category.yourstock .item6{background: url(../images/yourstock/Sports.jpg) 0 0 no-repeat;}

.ss-items-wrapper{width:1200px;margin-left:auto;margin-right:auto;overflow:hidden;}
.ss-items-wrapper h3{text-align:center;margin:50px auto 30px;}
.ss-items .item{float:left;width:380px;height:400px;text-align:center;}
.ss-items .item +.item{margin-left:30px;}
.ss-items .item .img{width:100%;height:200px;}
.ss-items .item .img img{width:100%;height:100%;}
.ss-items .item  dt{font-size:18px;letter-spacing:3px;line-height:40px;}
.ss-items .item  dd{font-size:16px;}
.ss-items .item dd:nth-child(3){display:none;}