<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
* { margin:0; padding:0;}
p { padding:0; }
ul,ol { list-style:none; }
a,a:hover, a:focus { text-decoration:none; }
a { color:#1f3a75; transition:0.3s;}
a:hover {color:#1f3a75;}

@font-face {   
	font-family: 'Effra';   
	src: local(Effra),
		url('../fonts/Effra_Std_Rg.ttf');
} 
@font-face {   
	font-family: 'Avenir';   
	src: local(Effra),
		url('../fonts/Avenir.otf');
} 
body::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

body::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #000c47;
}

body {
	/*font-size: 19px;*/
	font-size:15px;
	color: #3d3d3d;
	background-color: #f4f4f4;
	/*font-family: 'Mukta Malar', "微軟正黑體";*/
	font-family:/*'Roboto',*/ 'Helvetica', 'Arial', '微軟正黑體';
}

/*全域 ******************************************************/
.hidden-ele {
	display:none;!important;
}
.hidden-screen { display:none!important; }
.has-line {
	position:relative;
}
.has-line:before {
	position:absolute;
	content:"";
	background:#1f3a75;
	width:0%;
	height:2px;
	top:100%;
	left:0px;
	transition:0.2s ease-out;
}
.has-line:hover:before {
	width:100%;
}
.w-long {
	width:100%!important;
	height:auto!important;
}
.h-long {
	width:auto!important;
	height:100%!important;
}

img.img-responsive {
	width:100%;
	height:auto;
}

img.img-responsive-xs, img.img-responsive-sm {
	width:50%;
	height:auto;
	margin:0 auto;
	display:block;
}
img.img-responsive-sm { width:70%; }
h1.title {
	color:#1f3a75;
	/*font-size:23px;*/
	font-size:19px;
	margin:5px 0px 8px 0px;
	font-weight:bold;
}
h2.title {
	color:#1f3a75;
	/*font-size:23px;*/
	font-size:17px;
	margin:0px 0px 18px 0px;
	font-weight:bold;
}
h2.link-title {
	font-size:17px;
	color:#1f3a75;
	margin:0px 0px 5px 0px;
	position:relative;
	padding-left:15px;
	font-weight:normal;
}
h2.link-title:before {
	content: "";
	position:absolute;
	top:7px;
	left:0px;
	border-radius:100%;
	width:5px;
	height:5px;
	background:#1f3a75;
}
	
h3.title {
	color:#1f3a75;
	font-size:15px;
	margin:0px 0px 10px 0px;
}
h3.title span{
	color:#ef0750;
}
.inner-wrap {
	width:1140px;
	margin:0 auto;
	position:relative;
}
.inner-wraps {
	width:1140px;
	margin:0 auto;
	position:relative;
}
.inner-wraps li{
        border:0px solid #000;
    margin: 0 12px;
    }
.more-btn {
	position: absolute;
	bottom: 15px;
	right: 15px;
	font-size: 15px;
	font-style: italic;
}
.more-btn a {
	color:#3562c7;
}
.more-btn a:hover {
	color:#3562c7;
}

.mask {
	background:rgba(0,0,0,0.3);
	position:fixed;
	z-index:900;
	top:0px;
	left:0px;
	width:100vw;
	height:100vh;
	cursor:pointer;
	display:none;
}

.notice-text {
	color:#bc153d;
}
.fixed-post-btn {
	font-size:13px;
	background:#601986;
	padding:5px 16px;
	transform:rotate(90deg);
	position:fixed;
	z-index:500;
	box-shadow:1px 1px 15px rgba(0,0,0,0.2);
	margin:50px 0 0 -90px;
}
.fixed-post-btn a, .fixed-post-btn a:hover {
	color:#fff;
	width:100%;
	height:100%;
	display:block;
}

p.name.first-name {
	vertical-align:middle;
	text-align:center;
}
p.name {
	word-break:break-word;
	font-weight:normal;
}
p.name a {
	color:#3d3d3d;
}
p.name .name-img {
	width:auto;
	height:auto;
	vertical-align:middle;
	display:inline-block;
	max-height:100%;
	max-width:100%;
	margin:0 auto;
}
.green-color { 
	color:#5dd644!important;
	font-weight:inherit;
}
.green-bg {
	background:#80ff90!important;
}

/*條款 term*/
.term-content {
	position:fixed;
	z-index:999;
	background:#0d1a33;
	width:50%;
	left:25%;
	top:5%;
	height:90vh;
	overflow:auto;
	padding:30px;
	border-radius:2px;
	box-shadow:0 0 5px rgba(0,0,0,0.3);
	display:none;
	color:#fff;
}
.term-content td {
	padding:0 7px;
}

.fa.fa-spinner.fa-spin.main-loading-example {
	position:fixed;
	top:48%;
	left:48%;
	color:#ededed;
	z-index:1001;
}
	
/*全域 end*****************************************************/

#wrap {
	position: relative;
}


/* header 上方列 ***************************************/
.header {
	color: #ffffff;
	background-color: #447dff;
	position: relative;
	height:70px;
}

.header #logo {
	position:relative;
	top:15px;
	width:175px;
}
.header #logo img {
	width:100%;
	height:auto;
}
.header .screen-ul {
	top:23px;
	left:200px;
	position:absolute;
}
.header .screen-ul-2 {
	left:678px;
}
.header .screen-ul li {
	float:left;
	margin-right:12px;
}
.header .screen-ul li a {
	/*font-family:"Lucida", serif;*/
	color:#fff;
	font-size:20px;
}
.header .sign-btn {
	position:absolute;
	top:20px;
	left:855px;
	border:1px #fff solid;
	padding:5px 20px;
	transition:0.3s;
}
.header .sign-btn a {
	color:#fff;
}
.header .sign-btn:hover {
	background:#fff;
}
.header .sign-btn:hover a {
	color:#447dff;
}

.header .sign-out {
	left:850px;
}

.header .my-account-btn , .header .nav-post-btn , .header .my-ad-btn {
	position:absolute;
	top:23px;
}
.header .my-account-btn {
	right:130px;
}
.header .login-btn {
	top:19px;
	right:85px;
	position:absolute;
	border:1px solid #fff;
	padding:5px 15px;
}
.header .login-btn a {
	color:#fff;
}
.header .nav-post-btn {
	right:220px;
}
.header .nav-post-btn a i {
	color:#d7ffa4;
}
.header .my-ad-btn {
	right:175px;
}
.header div i{
	font-size:26px;
	color:#fff;
	transition:0.3s;
}
.header div i a {
	width:100%;
	height:100%;
	display:block;
	color:#fff;
}
.header div i:hover {
	color:#a1e2ff;
}

.header .language-btn {
	border:1px #fff solid;
	position:absolute;
	top:19px;
	right:0px;
}

.header .language-btn span{
	display:block;
	float:left;
	transition:0.3s;
}
/*.header .language-btn span:hover {
	background:#fff;
}

.header .language-btn span:hover a{
	color:#447dff;
}*/

.header .language-btn span a {
	padding:5px 0px;
	display:inline-block;
	width:75px;
	text-align:center;
	color:#fff;
}

/*促銷廣告 hot promo*/
.hot-promo h2.title a, .hot-promo .cm_text_c1 td a{  
	color:#1f3a75;
}
.hot-promo .cm_text_c1 td {
	padding-bottom:6px;
}
.hot-promo .cm_text_c1 td a {
	position:relative;	
}
.hot-promo .cm_text_c1 td a:before {
	position:absolute;
	content:"";
	background:#1f3a75;
	width:0%;
	height:1px;
	top:100%;
	left:0px;
	transition:0.2s ease-out;
}
.hot-promo .cm_text_c1 td a:hover:before {
	width:100%;
}




/*nav menu 選單列 *****************************************************/
.nav-mobile { display:none; }
.nav {
	background:#3f73eb;
	height:55px;
	margin-bottom:20px;
    border:0px solid #000;
}

.nav .inner {
	height:50px;
}
.nav ul {
	overflow:hidden;
	margin:0px;
	padding:17px 0 0 0;
	text-align:left;
	display:block;
}
.nav li {
	display:inline-block;
	box-sizing:border-box;
	/*border-left:1px solid #cbd8ef;*/
	height:20px;
	line-height:15px;
	text-align:center;
	padding:3px 7px;
	margin-bottom:10px;
	font-size:16.5px;
}
.nav li.curr a, .header .screen-ul li.curr a {
	color:#a1e2ff;
}
.nav li:nth-child(1) {
	border:none;
}
.nav li:nth-last-child(1) {
	/*border-right:1px solid #cbd8ef;*/
}
.nav li a {
	color:#fff;
	/*font-size:18px;*/
	
	width:100%;
	height:100%;
	display:block;
	transition:0.3s;
	/*font-family:"Lucida", serif;*/
}
.nav .logout-btn {
	position:absolute;
	top:15px;
	right:0px;
}
.nav li a:hover {
}

.banner {
	overflow:hidden;
	margin-bottom:10px;
}
.banner ul {
	overflow:hidden;
}
.banner li {
	float:left;
	width:50%;
	box-sizing:border-box;
}
.banner li:nth-child(1){
	padding-right:5px;
}
.banner li:nth-child(2){
	padding-left:5px;
}
.listing-banner {
	overflow:hidden;
	margin-bottom:0px;
	margin-top:23px;
}
.listing-banner a {
	width:565px;
	margin:0 auto 30px auto;
	display:block;
}

/*featured job 熱門工作 *****************************************************/
.featured-ad-wrap {
	margin-bottom:20px;
}
.featured-ad-wrap h2 {
	margin:0 0 7px 0;
}
.featured-ad-wrap ul {
	background:#fff;
	box-shadow:0 0 5px rgba(0,0,0,0.2);
	overflow:hidden;
	padding:15px 18px;
}
.featured-ad-wrap li {
	float:left;
	width:16%;
	margin-right:0.5%;
}
.featured-ad-wrap ul li a:hover {
	
}


/*.bx-wrapper {
	margin-bottom:30px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background:rgba(41,77,156,0.8);
}*/

.mobile-menu, .header-mobile  {
	display:none;
}


/*container 中間內容 *****************************************************/
.content {
	position:relative;
	margin-bottom:20px;
}
.content &gt; .row {
	margin:0 auto;
	width:1140px;
}


/*左側廣告區域 *****************************************************/
.ad-area {
	padding-right:0px;
	margin-top:87px;
	display:none;
}
.ad-area &gt; a {
	width:70%;
	margin:0 auto 0 0;
	display:block;
}
.ad-area &gt; a img {
	margin-bottom:30px;
}
.ad-area &gt; div {
	padding:20px 15px;
	box-shadow:0px 0px 5px rgba(0,0,0,0.2);
	background:#fff;
	margin-bottom:20px;
	display:block;
	float:none;
}
.ad-area .hot-artile {
	height:auto;
}
.ad-area &gt; div a {
	color:#3d3d3d;
}

.ad-area .featured-ad-wrap {
	/*height: 425px;*/
	overflow: hidden;
	position: relative;
}

.ad-area .featured-ad-wrap li {
	margin:0px 0px 12px 0px;
	border-bottom:1px solid #ededed;
	overflow:hidden;
	/*white-space:nowrap;
	text-overflow: ellipsis;*/
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	/*height:48px;*/
}

.ad-area .featured-ad-wrap li a{
	color:#1f3a75;
	transition:0.3s;
}
.ad-area .featured-ad-wrap li a:hover {
	
}

/*浮動廣告 Rise Belt Bluebar TextAD  *****************************************************/
.ad-area .mid-rise-wrap, .ad-area .bluebar-wrap {
	padding:0px;
	box-shadow:none;
	background:none;
	width:245px;
}
.ad-area .bluebar-wrap {
	width:250px;
}
.box-bg {
	display:none;
}
.ad-area .text-ad-wrap article, .box-bg article {
	border-bottom:1px solid #ededed;
	margin:0 0 12px 0;
	font-weight:normal;
}
.ad-area .text-ad-wrap article h3, .box-bg article h3 {
	margin-bottom:5px;
	text-decoration:underline;
	transition:0.3s;
}
.ad-area .text-ad-wrap article a:hover h3, .box-bg article a:hover h3 {
	
}
.belt-wrap {
	width:1140px;
	z-index:500;
	border:1px solid #ededed;
	margin-bottom:20px;
}
.belt-wrap .cancel-ad {
	position:absolute;
	top:5px;
	right:5px;
}
.belt-wrap .cancel-ad i {
	font-size:24px;
}




/*index 首頁樣式 *****************************************************/
.content-area {
	padding-left:0px;
	
}
.content-area.index-area {
	/*display:table;
	border-collapse:collapse;*/
	width:100%;
	padding:0px;
}
.content-area.index-area .promo-list {
	/*display:table-row;*/
	overflow:hidden;
}
.content-area .promo-wrap {
	/*background:#fff;
	box-shadow:0px 0px 5px rgba(0,0,0,0.2);*/
	position:relative;
	overflow:hidden;
	margin-bottom:20px;
}
.content-area .promo-wrap &gt; div {
	padding:0px;
}
.content-area .promo-wrap &gt; div:nth-child(1){
	/*background-image:url(../images/index/teaching_bg.jpg);*/
	background-size:cover;
	background-position:center;
    background-repeat: no-repeat;
}
.content-area .promo-wrap &gt; div:nth-child(2){
	/*padding:30px 15px 35px 25px;*/
	position:relative;
}
.content-area .promo-wrap h1 {
	margin-bottom:25px;
}

.content-area .promo-list {
	margin-bottom:20px;
}
.content-area .promo-list &gt; div {
	background:#fff;
	box-shadow:0px 0px 5px rgba(0,0,0,0.2);
	position:relative;
	padding:15px 15px 0px 15px;
	margin:0 0 0px 24px;
	width:calc(33% - 12.2px);
	/*display:table-cell;*/
	/*min-height:365px;*/
	min-height:320px;
	max-height:400px;
}
.hot-article-wrap {
	padding:15px 0px 0px 0px;
	margin:0 0 0px 24px;
	width:calc(33% - 12.2px);
}
.promo-list .img-box {
	margin-bottom:15px;
}
/*super teaching jobs*/
.content-area .super-teaching-jobs .promo-list {
	display:block;
}
.content-area .super-teaching-jobs .promo-list-super &gt; div {
	background:#fff;
	box-shadow:0 0 5px rgba(0,0,0,0.2);
	margin-bottom:-50px;
	padding:0px;
	float:none;
	position:relative;
	overflow:hidden;
}
.content-area .super-teaching-jobs .promo-list-super .img-box { margin-top:15px; padding:0 15px;}
.content-area .super-teaching-jobs .promo-list-super &gt; div .link-title { display:none; }
/*super teaching jobs - 1*/
.super-teaching-jobs .promo-list-super &gt; div:nth-child(1) {
	width:748px;
	height:590px;
}
.super-teaching-jobs .promo-list-super &gt; div:nth-child(1) .img-box a{
	height:450px;
	line-height:450px;
}
.super-teaching-jobs .promo-list-super &gt; div:nth-child(1) .img-box a img {
	display:inline-block;
}
.super-teaching-jobs .promo-list-super &gt; div:nth-child(1) .name {
	padding:5px 25px 0px 25px;
	font-size:24px;
	position:relative;
	z-index:10;
}
/*super teaching jobs - 2*/
.content-area .super-teaching-jobs .promo-list-super &gt; div:nth-child(2),
.content-area .super-teaching-jobs .promo-list-super &gt; div:nth-child(3)
{
	position:absolute;
	top:0px;
	right:0;
	width:370px;
	height:285px;
}
.content-area .super-teaching-jobs .promo-list-super &gt; div:nth-child(3) {
	top:304px;
}
.content-area .super-teaching-jobs .promo-list-super &gt; div:nth-child(2) .name,
.content-area .super-teaching-jobs .promo-list-super &gt; div:nth-child(3) .name
{
	padding:0px 25px 30px 25px;
	position:relative;
	z-index:10;
	margin-top:-3px;
	font-size:17px;
}




/*其他的promo-list */
.content-area .super-teaching-jobs .promo-list .link-title {
	display:none;
}
.promo-list .link-title {
	font-weight:bold;
}
.img-box a {
	height:200px;
	/*display:flex;
	-webkit-box-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	align-items:center;
	*/
	display:block;
	background:#fcfcfc;
	border:1px solid #f9f9f9;
	text-align:center;
	line-height:200px;
}
.img-box a:before {
	height:100%;
	display:inline-block;
	vertical-align:middle;
}
img.img-responsive.name-img {
	max-height:100%;
	max-width:100%;
	vertical-align:middle;
	width:auto;
	height:auto;
	margin:0 auto;
	display:inline-block!important;
}
.content-area .promo-list &gt; div h2 { 
	margin-left:20px;
	margin-bottom:10px;
}
.content-area .promo-list &gt; div .name {
	color:#3d3d3d;
}
.content-area .promo-list &gt; div:nth-child(1), .index-area .hot-article-1 {
	margin-left:0px;
}
.content-area .promo-list &gt; div:nth-child(3), .index-area .hot-article-2{
	margin-right:0px;
}

.super-teaching-jobs-txt {
	padding:15px 20px;
	background:#fff;
	box-shadow:0 0 5px rgba(0,0,0,0.2);
	overflow:hidden;
	margin-top:20px;
}
.super-teaching-jobs-txt .promo-area-1 {
	float:left;
	width:50%;
}

.promo-img-lottery, .promo-img-weather {
	background-image:url(../images/index/lottery_bg.jpg);
	background-size:cover;
	background-position:center;
    background-repeat: no-repeat;
	position:relative;
	margin-bottom:40px;
	display:none;
}
.promo-img-weather {
	background-image:url(../images/index/weather_bg.jpg);
}

.promo-img-lottery .title, .promo-img-weather .title {
	display:inline-block;
	position:absolute;
	bottom:0px;
	right:0px;
	background:rgba(255,255,255,0.7);
	padding:5px 50px;
}
.promo-img-lottery .title a, .promo-img-weather .title a {
	color:#1f3a75;
	font-size:30px;
	width:100%;
	height:100%;
	display:block;
	letter-spacing:3px;
}
.user-comments-wrap {
	margin-top:40px;
}
.featured-schools-wrap, .user-comments-wrap, our-users-wrap {
	margin-bottom:40px;
}

.featured-schools-wrap .inner-wrap, .user-comments-wrap .inner-wrap, .our-users-wrap .inner-wrap {
	width:960px;
}
.featured-schools-wrap h1, .user-comments-wrap h1, .our-users-wrap h1 {
	margin-bottom:20px;
}
.featured-schools-wrap {
	margin-top:40px;
}
.featured-schools-wrap .col-xs-3 {
	margin-bottom:15px;
	padding:0 8px;
}

.user-comments-wrap .inner-wrap {
	width:700px;
}
.user-comments-wrap .col-xs-6 {
	margin-bottom:30px;
}
.user-comments-wrap .col-xs-6 .title {
	line-height:1.5em;
	margin-top:5px;
	color:#3d3d3d;
}
.our-users-wrap .col-xs-3 {
	margin-bottom:20px;
	padding:0 7px;
}
.our-users-wrap h3 {
	color:#3d3d3d;
	margin-top:3px;
	font-size:13px;
	line-height:1.4em;
}
.hot-article-wrap{
	padding-left:0px;
}
.hot-article-wrap.featured-article-wrap{
	/*padding-right:7px;*/
}

.hot-artile { 
	display:block!important;
	background:#fff;
	box-shadow:0 0 5px rgba(0,0,0,0.2);
	padding:20px 15px;
	margin:0px 0px 20px 0px!important;
	height:250px;
	
}
.box-bg .article-promo li{
	margin-bottom:7px;
	border-bottom:1px solid #ededed;
	line-height:1.5em;
	position:relative;
	/*padding-right:20px;*/
}
.box-bg .article-promo li a {
	width:100%;
	height:100%;
	display:block;
	font-weight:100;
}
.box-bg .article-promo li i {
	position:absolute;
	top:35%;
	right:5px;
	color:#1f3a75;
	transition:0.3s;
}
.box-bg .article-promo li a:hover i {
	color:#447dff;
}
/*weather box 天氣氣象*/
.weather_box {
	font-size:14px;
}
.weather_box .t-region {
	width:130px;
	display:inline-block;
}
.weather_box .deg-area {
	float:right;
	margin:0 10px 0 0;
}
.weather_box .weather-area {
	margin:0 0 5px 0;
	border-bottom:1px solid #ededed;
	padding:0 0 3px 0;
}
#weather_t a {
	margin:0 4px 0 0;
}
#weather_t {
	margin-top:12px;
}
.lb-prev, .lb-next {
	opacity:0.3!important;
}
.index-area h2.has-line, .index-area .link-title {
	display:inline-block;
	font-size:19px;
}
.index-area .link-title  {
	font-size:15px;
}
.promo-list .link-title {
	font-size:17px;
}
.index-area .has-line:before{
	background:#1f3a75!important;
}
.index-area h2.has-line:hover:before {
	
}

/*minor 次要內容區塊 *****************************************************/
.content-minor {
	position:relative;
	box-shadow:0px 0px 5px rgba(0,0,0,0.2);
	background:#fff;
	padding:35px 25px 40px 25px;
}

.content-minor h1{
	margin:0px 0px 50px 0px;
}

.img-cilp img {
	/*border:1px solid #1f3a75;*/
}
/*分類頁面*/
.categories-list {
	overflow:hidden;
	margin-top:20px;
}
.categories-list a {
	color:#1f3a75;
	border-bottom:1px solid #ededed;
	margin: 0 0 10px 0;
	line-height:35px;
	position:relative;
	padding:0 0 0 15px;
	float:left;
	width:47%;
	margin:0 2% 7px 0;
	transition:0.3s;
}
.categories-list a.has-line:before, #sect_menu a.has-line:before {
	height:1px;
}
.categories-list a:hover {
	border-bottom:1px solid #d3d3d3;
}
.categories-list a:after {
	width:3px;
	height:16px;
	background:#ededed;
	content:"";
	position:absolute;
	top:9px;
	left:0px;
	transition:0.3s;
}
.categories-list a:hover:after {
	background:#1f3a75;
}


/*listing 項目列表 *****************************************************/
.post-btn {
	position:absolute;
	top:20px;
	/*border:1px solid #278032;*/
	padding:5px 20px;
	transition:0.3s;
	top:30px;
	right:25px;
	background:#39b716;
}
.post-btn a {
	width:100%;
	height:100%;
	display:block;
	color:#fff;
}
.post-btn:hover {
	border:1px solid #39b716;
	background:#fff;
}
.post-btn:hover a {
	color:#39b716;
}
.search-wrap {
	padding-left:0px;
	margin-bottom:50px;
}
.search-wrap input[type="text"] {
	width:250px;
	padding:8px;
	border:1px dotted #87A8C9;
	color:#9e9e9e;
	/*font-size:19px;*/
}
.search-wrap input[type="text"]:focus {
	border:1px solid #1f3a75;
	outline:none;
}

.search-wrap .submit-btn {
	position:inherit;
	padding:9px 20px;
}

.listing-area {
	position:relative;
	/*border-bottom:1px solid #1f3a75;*/
	margin:0 0px 10px 0px;
	padding-bottom:55px;
}

.listing-area .listing-num {
	position:absolute;
	top:5px;
	right:15px;
	color:#1f3a75;
	font-size:13px;
}

.listing-area .listing-date {
	font-size:15px;
	color:#1f3a75;
	position:absolute;
	top:17px;
	right:15px;
	display:none;
}

.listing-area p {
	/*text-align:justify;*/
}

/*.listing-area .img-cilp {
	width:100%;
	overflow:hidden;
	border-radius:50%;
	border:1px solid #1f3a75
}

.listing-area .img-cilp img {
	width:auto;
	height:100%;
	margin-left:-40%;
	max-width:none;
}*/

.listing-area img {
	/*border:1px solid #1f3a75;*/
	margin-left:5px;
}
.listing-area .headline-img-box {
	max-height:220px;
	overflow:hidden;
	float:right;
}
.listing-area .headline-img {
	width:200px!important;
}

.listing-area .more-btn {
	right:0px;
}
.listing-area .headline-wrap {
	padding:10px 15px;
	margin-bottom:7px;
}

.headline-font {
	/*font-size:21px!important;*/
	font-size:19px!important;
	font-weight:bold;
	margin:5px 0 12px 0!important;
	padding-right:75px;
}

.headline-page h3.title, .headline-page p {
	/*font-size:17px;*/
}
.headline-page .more-btn {
	font-size:14px;
}
.headline-page .more-btn:before {
	position:absolute;
	left:0;
	bottom:0;
	content: "";
	background:#3562c7;
	width:0%;
	height:1px;
	transition:0.3s;
}
.headline-page p {
	padding:0 15px;
}
.headline-page .focus-ad .more-btn {
	right:15px;
}

/* 換頁按鈕 */
.paginate {
  text-align: center; }
  .paginate ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center; }
  .paginate li {
    display: inline; }
  .paginate a {
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 0 1px;
    margin: 1px 2px;
    padding: 5px 10px;
    display: inline-block;
    border-top: 1px solid #fff;
    text-decoration: none;
    color: #717171;
    font-size: smaller;
    font-family: "Helvetica Neueu", Helvetica, Arial, sans-serif;
    text-shadow: white 0 1px 0;
    background-color: #f5f5f5;
    /*background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#eaeaea));
    background-image: -webkit-linear-gradient(top, #f9f9f9, #eaeaea);
    background-image: -moz-linear-gradient(top, #f9f9f9, #eaeaea);
    background-image: -ms-linear-gradient(top, #f9f9f9, #eaeaea);
    background-image: -o-linear-gradient(top, #f9f9f9, #eaeaea);
    background-image: linear-gradient(top, #f9f9f9, #eaeaea);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f9f9f9', EndColorStr='#eaeaea'); */
	}
    .paginate a:first-child, .paginate a.first {
      margin-left: 0; }
    .paginate a:last-child, .paginate a.last {
      margin-right: 0; }
    .paginate a:hover, .paginate a:focus {
      border-color: #a1e2ff;
      background-color: #a1e2ff;
	  color:#fff;
      /*background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#fafafa));
      background-image: -webkit-linear-gradient(top, #fefefe, #fafafa);
      background-image: -moz-linear-gradient(top, #fefefe, #fafafa);
      background-image: -ms-linear-gradient(top, #fefefe, #fafafa);
      background-image: -o-linear-gradient(top, #fefefe, #fafafa);
      background-image: linear-gradient(top, #fefefe, #fafafa);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fefefe', EndColorStr='#fafafa'); */
	  }
    .paginate a.more {
      box-shadow: 0 0 0 0 transparent;
      border: 0 none;
      background: transparent;
      margin-left: 0;
      margin-right: 0; }
    .paginate a.active {
      box-shadow: rgba(0, 0, 0, 0.75) 0 0 0 0 inset;
      border-color: #505050;
      color: #f2f2f2;
      text-shadow: black 0 1px 0;
      background-color: #676767;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#5f5f5f), to(#5c5c5c));
      background-image: -webkit-linear-gradient(top, #5f5f5f, #5c5c5c);
      background-image: -moz-linear-gradient(top, #5f5f5f, #5c5c5c);
      background-image: -ms-linear-gradient(top, #5f5f5f, #5c5c5c);
      background-image: -o-linear-gradient(top, #5f5f5f, #5c5c5c);
      background-image: linear-gradient(top, #5f5f5f, #5c5c5c);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#5f5f5f', EndColorStr='#5c5c5c'); }

.paginate-dark a {
  box-shadow: rgba(0, 0, 0, 0.3) 0 0 0 1px;
  border-top: 1px solid #62686d;
  text-shadow: rgba(0, 0, 0, 0.75) 0 1px 0;
  color: #fff;
  background-color: #4e5458;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#575e63), to(#3f4347));
  background-image: -webkit-linear-gradient(top, #575e63, #3f4347);
  background-image: -moz-linear-gradient(top, #575e63, #3f4347);
  background-image: -ms-linear-gradient(top, #575e63, #3f4347);
  background-image: -o-linear-gradient(top, #575e63, #3f4347);
  background-image: linear-gradient(top, #575e63, #3f4347);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#575e63', EndColorStr='#3f4347'); }
  .paginate-dark a:hover, .paginate-dark a:focus {
    border-color: #1f3a75;
    background-color: #1f3a75;
	color:#fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#566f82), to(#3e505e));
    background-image: -webkit-linear-gradient(top, #566f82, #3e505e);
    background-image: -moz-linear-gradient(top, #566f82, #3e505e);
    background-image: -ms-linear-gradient(top, #566f82, #3e505e);
    background-image: -o-linear-gradient(top, #566f82, #3e505e);
    background-image: linear-gradient(top, #566f82, #3e505e);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#566f82', EndColorStr='#3e505e'); }
  .paginate-dark a.active {
    box-shadow: rgba(0, 0, 0, 0.75) 0 0 0 0 inset;
    border-color: #2d3035;
    background-color: #303338;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#303338), to(#2d3034));
    background-image: -webkit-linear-gradient(top, #303338, #2d3034);
    background-image: -moz-linear-gradient(top, #303338, #2d3034);
    background-image: -ms-linear-gradient(top, #303338, #2d3034);
    background-image: -o-linear-gradient(top, #303338, #2d3034);
    background-image: linear-gradient(top, #303338, #2d3034);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#303338', EndColorStr='#2d3034'); }

 
/*listing content 項目內容頁面 Headline *****************************************************/
.post-ad-wrap {
	padding-bottom:80px;
}
.post-ad-wrap .table {
	font-size:14px;
}
.listing-content {
	padding-bottom:70px;
}
.listing-content .row {
	margin:0 15px;
}

/*項目內容標題 Detail*/
.listing-content h1, .post-ad-wrap h1{
	margin:0px 0px 50px 0px;
}
.listing-content h1 {
	text-align:center;
}
.post-num {
	color:#1f4a75;
	/*font-size:17px;*/
	font-size:13px;
	position:absolute;
	bottom:20px;
	right:25px;
}
.listing-content .col-xs-12 {
	padding:0px;
}
.listing-content .col-xs-12 .img-cilp {
	width: 40%;
	margin:15px auto 40px auto;
	max-height:300px;
	overflow:hidden;
}
.listing-content .col-xs-4, .listing-content-edit .col-xs-4, .post-ad-wrap .col-xs-4 {
	padding-left:30px;
}
.listing-content .img-cilp {
	width:50%;
	margin:0 auto 15px auto;
}
.listing-content h2.title {
	margin:60px 0px 25px 0px;
	padding:0px;
	font-weight:bold;
	font-size:19px;
}
.listing-content h3.title, .listing-content .inline-title, .listing-content article {
	/*font-size:19px!important;*/
	/*font-size:17px!important;*/
}
.listing-content .post-btn {
    top:-78px;
    right:-30px;
    padding:7px 15px;
}
.like-btn {
	border:1px solid #ff618e;
	padding:10px 20px;
	transition:0.3s;
	margin:10px 0 0 10px;
	display:inline-block;
}
.like-btn a {
	width:100%;
	height:100%;
	color:#ff618e;
}
.like-btn:hover {
	border:1px solid #d8256a;
}
.like-btn:hover a {
	color:#d8256a;
}
.favs-btn, .favs-btn:hover {
	background:none;
	padding:7px 15px;
	border-radius:0px;
	color:#aaa5a7;
	border:1px solid #aaa5a7;
	box-shadow:none;
	text-shadow:none;
	float:right;
}
.favs-btn.btn-primary {
	box-shadow:none;
	text-shadow:none;
	color:#d31864;
	border:1px solid #d31864;
}
.favs-btn2, .favs-btn2:hover {
    float: left;
    margin:15px 0 0 10px;
}
/*.favs-btn2:hover {
    background: none;
}
.favs-btn2.btn-primary {
    border:none;
}*/

.date {
	position:absolute;
	bottom:20px;
	right:170px;
	/*font-size:17px;*/
	font-size:13px;
	color:#1f3a75;
}
.listing-content .col-xs-8 &gt; h3.title {
	font-size:19px;
	margin:0 0 15px 0;
}
h3.title.company-name {
	font-size:17px!important;
	margin:0 0 10px 0;
	position:relative;
    font-weight: bold;
}
h3.title.company-name:before {
	position:absolute;
	top:0px;
	left:0px;
	background:#1f3a75;
	width:3px;
	height:23px;
}
.share-buttons {
    margin:20px 0 0 10px;
}

/*表單標頭(行內) *****************************************************/
.listing-content .inline-title, .info-edit-wrap .inline-title {
	display:inline-block;
	color:#1f3a75;
	margin-right:5px;
	/*font-size:19px;*/
	width:auto;
	font-weight:400;
}
.inline-title::after {
    content:":";
}

/*包覆表單元素 *****************************************************/
.listing-content article, .post-ad-wrap article {
	border-bottom:1px solid #ededed;
	padding:18px 0px 3px 0px;
	margin-right:15px;
}
.listing-content article:nth-child(1){
	padding:5px 0 3px 0px;
}
.listing-content article span a {
	text-decoration:underline;
}
.report-btn {
	border:1px solid #c30d23;
	padding:5px 20px;
	transition:0.3s;
	margin:10px 0 0 10px;
	display:inline-block;
	font-size:15px;
	position:absolute;
	right:30px;
	bottom:20px;
}
.report-btn a {
	width:100%;
	height:100%;
	color:#c30d23;
}
.report-btn:hover {
	border:1px solid #870e22;
}
.report-btn:hover a {
	color:#870e22;
}

/*listing-content-edit 廣告內容頁面編輯 *****************************************************/
input [type="password"], input[type="text"], .listing-content-edit input[type="text"], .listing-content-edit input[type="email"], .listing-content-edit input[type="tel"], .listing-content-edit textarea, 
/*以下是post表單*/
.post-ad-wrap input[type="text"], .post-ad-wrap input[type="email"], .post-ad-wrap input[type="tel"], .post-ad-wrap textarea, .post-ad-wrap input[type="number"], 
/*以下是登入、註冊、忘記密碼表單*/
.login-wrap input[type="text"], .login-wrap input[type="password"], .login-inner input[type="email"], .login-inner input[type="tel"], 
/*以下是個人資料表單*/
.info-edit-wrap input[type="text"], .info-edit-wrap input[type="tel"], .info-edit-wrap input[type="password"]
{
	width:100%;
	padding:8px;
	border:1px solid #8c8c8c;
	color:#9e9e9e;
	margin:5px 0px;
	/*font-size:16px;*/
}

.listing-content-edit input[type="text"]:focus, .listing-content-edit input[type="email"]:focus, .listing-content-edit input[type="tel"]:focus, .listing-content-edit textarea:focus, 
/*以下是post表單*/
.post-ad-wrap input[type="text"]:focus, .post-ad-wrap input[type="email"]:focus, .post-ad-wrap input[type="tel"]:focus, .post-ad-wrap textarea:focus, .post-ad-wrap input[type="number"]:focus ,
/*以下是下拉選單*/
select:focus, 
/*以下是登入、註冊、忘記密碼表單*/
.login-wrap input[type="text"]:focus, .login-wrap input[type="password"]:focus, .login-inner input[type="email"]:focus, .login-inner input[type="email"]:focus,
/*以下是個人資料表單*/
.info-edit-wrap input[type="text"]:focus, .info-edit-wrap input[type="tel"]:focus, .info-edit-wrap input[type="password"]:focus
{
	border:1px solid #1f3a75;
	outline:none;
}

/*button 按鈕*/
.submit-btn ,.btn-style{
	color:#fff;
	background:#0b4b84;
	padding:5px 30px;
	border:0px;
	position:absolute;
	bottom:20px;
	right:30px;
	transition:0.3s;
}
.cancel-btn {
	background:#898989!important;
}
.btn-style {
	position:relative;
	top:20px;
	right:0px;
	bottom:0px;
	left:15px;
}
.btn-style a {
	color:#fff;
}
.btn-style.no-position {
	top:0;
	left:0;
	right:0;
	bottom:0;
}
input[type="button"], input[type="submit"] {
	color:#fff;
	background:#0b4b84;
	padding:5px 30px;
	border:0px;
	transition:0.3s;
}
input[type="button"]:hover, input[type="submit"]:hover, .submit-btn, .btn-style:hover {
	background:#447dff;	
}

/*Post AD 刊登廣告頁面 *****************************************************/
.post-ad-wrap input[type="text"], .post-ad-wrap input[type="email"], .post-ad-wrap input[type="tel"], .post-ad-wrap textarea, .post-ad-wrap input[type="number"] {
	color:#3d3d3d;
}

select {
	border:1px solid #8c8c8c;
	padding:8px 7px;
	margin:0 0 5px 0;
}

input[type="checkbox"]{
	width:18px;
	height:18px;
}

.post-ad-wrap article:nth-child(1){
	padding-top:0px;
}
.term-btn {
	color:#23aae5;
	text-decoration:underline;
}
.QA-wrap {
	border-top:1px solid #ededed;
	padding-top:25px;
	margin:20px 0;
}
.QA-wrap h2.title {
	margin-bottom:15px;
	font-size:40px;
}
.QA-wrap span {
	display:block;
}
.QA-wrap p span:nth-child(2){
	padding-left:23px;
}
.fees-wrap {
	position:relative;
	padding:20px 20px 50px 20px;
	margin:0 15px 40px 15px;
	border:1px solid #1f3a75;
}
.fees-wrap figcaption {
	color:#1f3a75;
	font-size:18px;
	position:absolute;
	width:220px;
	height:30px;
	background:#fff;
	top:-15px;
	text-align:center;
}
.fees-wrap &gt; h3.title {
	margin:20px 0 10px 0;
}
.fees-area {
	overflow:hidden;
	margin:10px 0 40px 0;
	padding:10px 0 10px 0;
}
.fees-area .fees-float {
	width:15.1%;
	float:left;
	box-shadow:0px 0px 3px rgba(0,0,0,0.2);
	margin:0 10px 0 0;
}
.fees-float h4, .fees-float p {
	font-size:17px;
	height:55px;
	text-align:center;
	line-height:55px;
	margin:0px;
}
.fees-float h4 {
	background:#1b79bf;
	color:#fff;
	border-bottom:1px dashed #eaeaea;
}
.fees-float p {
	color:#0b4b84;
}
.fees-wrap-tutor .fees-area {
	padding:10px 5px;
}

.fees-wrap-tutor .fees-float {
	width:45%;
	margin:0 2.5%;
	text-align:center;
}
.fees-wrap-tutor .fees-float p {
	padding:0 10px;
	color:#3d3d3d;
	line-height:50px;
	border-bottom:1px dashed #eaeaea;
}
.fees-wrap-tutor .fees-float p:nth-child(2){
	line-height:64px;
	color:#77d357;
	font-size:22px;
	letter-spacing:1px;
}
.fees-wrap-tutor .fees-float &gt; h2 {
	position:relative;
	background:#77d357;
	height:55px;
	line-height:55px;
	color:#fff;
	font-size:20px;
	margin:0px;
	
}
.fees-wrap-tutor .fees-float span {
	color:#77d357;
	font-weight:bold;
}
.fees-wrap-tutor .fees-float &gt; h2:before {
	content:"";
	position:absolute;
	bottom:-12px;
	left:calc(50% - 7px);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 7.5px 0 7.5px;
	border-color: #77d357 transparent transparent transparent;
}
.fees-wrap-tutor .fees-float .free-scan {
	height:auto;
	padding-bottom:20px;
	border:none;
}
.fees-wrap-tutor .fees-float .free-scan span {
	line-height:20px;
	display:block;
	margin-bottom:25px;
}

/*方案B顏色*/
.fees-wrap-tutor .fees-float:nth-child(2) &gt; h2 {
	background:#44d2d6;
}
.fees-wrap-tutor .fees-float:nth-child(2) &gt; h2:before {
	border-color: #44d2d6 transparent transparent transparent;
}
.fees-wrap-tutor .fees-float:nth-child(2) p:nth-child(2), .fees-wrap-tutor .fees-float:nth-child(2) span {
	color:#44d2d6;
}
.upimage-btn {
	
}
.upimage-btn i {
	font-size:24px;
}
.Preview_text a {
	font-weight:bold;
	text-decoration:underline;
}

.fees-section table{
	width:100%;
	margin:10px 0 20px 0;
}


/*登入 註冊 忘記密碼 頁面 *****************************************************/
.login-wrap {
	
}
.login-wrap h1.title {
	text-align:center;
	margin: 0 0 35px 0px;
}
.login-inner {
	width:350px;
	margin:0 auto 25px auto;
}
.login-inner article {
	margin-bottom:20px;
}
.login-inner article:nth-child(1) a {
	text-decoration:underline;
}
.login-inner article:nth-child(4) {
	margin-bottom:5px;
}
.login-inner h3.title {
	margin:0 0 2px 0;
}

.login-inner input[type="text"], .login-inner input[type="password"], .login-inner input[type="email"] {
	width:100%;
	padding:10px 5px 10px 55px;
	color:#3d3d3d;
}

.login-inner article p {
	position:relative;
	margin:0px;
}

.login-inner article .title-icon {
	width:44px;
	height:44px;
	background:#1f3a75;
	position:absolute;
	top:5px;
	color:#fff;
	font-size:20px;
	text-align:center;
	line-height:44px;
}

.login-inner .submit-btn {
	position:relative;
	left:0px;
	width:100%;
	padding:10px 10px;
	margin-top:30px;
}

.forget-btn {
	text-align:right;
	display:block;
	text-decoration:underline;
}

.gender-area .fa-minus-square-o, .gender-area2 .fa-minus-square-o {
	display:none;
}

.gender-area, .gender-area2, .gender-area3,.gender-area4 {
	margin-bottom:10px;
}

.gender-area2, .gender-area3,.gender-area4 {
	padding-left:100px;
}

.gender-area select, .gender-area2 select, .gender-area3,.gender-area4 select {
	width:175px;
}



.gender-area h3, .gender-area2 h3, .gender-area3 h3, {
	display:inline-block;
	color:#1f3a75;
	margin-right:5px;
	font-size:17px;
}

.gender-area .gender-btn {
	position:relative;
	margin-right:10px;
	transition:0.2s;
	color:#9e9e9e;
	cursor:pointer;
}

.gender-area input {
	display:none;
}

.gender-area span, .gender-area2 ,.gender-area3 span {
	display:inline-block;
	font-size:22px;
	color:#1f3a75;
	height:40px;
	width:40px;
	position:relative;
}
	
.gender-area span i, .gender-area2,.gender-area3 span i {
	position:absolute;
	top:23px;
	left:10px;
	cursor:pointer;
}

input[type=radio]:checked + label{color:#1f3a75;}
input[type=radio]:checked + label:after {
	content:" ";
	width:100%;
	height:2px;
	background:#1f3a75;
	position:absolute;
	top:100%;
	left:0px;
	cursor:pointer;
}

.register-wrap article:nth-child(4) {
	margin-bottom:20px;
}

.register-wrap input[type="text"], .register-wrap input[type="password"], .register-wrap input[type="email"] {
	padding-left:10px;
}

/*my account 我的帳號頁面 *****************************************************/
.user-page {
	
}
.btn-group.btn-group-justified {
	margin:50px 0 30px 0;
	padding-top:15px;
}
.edit-info-btn {
	position:absolute;
	top:20px;
	border:1px solid #1f3a75;
	padding:5px 20px;
	transition:0.3s;
	top:30px;
	right:30px;
}
.edit-info-btn a {
	width:100%;
	height:100%;
	display:block;
}
.edit-info-btn:hover {
	border:1px solid #447dff;
}
.edit-info-btn:hover a {
	color:#447dff;
}
.edit-btn {
	position: absolute;
	bottom: 5px;
	right: 0px;
	font-size: 18px;
}
.user-page &gt; .row {
	margin-left:0px;
}

.user-page .listing-area .img-cilp {
	margin-left:5px;
}
.user-page .listing-area .img-cilp img {
	margin:0px;
}
.info-edit-wrap .user_points {
	width:100%;
}

/*購買focus item視窗*/
.user-page &gt; .row .buy-focus-btn {
	padding:5px 20px;
	color:#fff;
	background:#1f3a75;
	text-align:center;
	cursor:pointer;
	letter-spacing:1px;
	margin:25px 0 0 5px;
}
.focus-item-wrap {
	position:fixed;
	width:400px;
	background:#fff;
	border-radius:10px;
	top:22%;
	left:calc(50% - 200px);
	z-index:350;
	box-shadow:0px 0px 6px rgba(0,0,0,0.3);
	display:none;
}
.focus-item-wrap &gt; div {
	text-align:center;
	padding:20px 0px;
	font-size:18px;
}
.focus-item-wrap &gt; div:not(.title) {
	width:80%;
	margin:0 auto;
	border-bottom:1px dashed #eaeaea;
}
.focus-item-wrap &gt; div:nth-child(3) { padding:10px 0px; }
.focus-item-wrap p {margin:0px;}
.focus-item-wrap &gt; .title {
	background:#1f4a75;
	color:#fff;
	position:relative;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	font-size:20px;
}
.focus-item-wrap .title i {
	position:absolute;
	cursor:pointer;
	right:20px;
	top:22px;
}
.focus-item-wrap .what-this-btn {
	padding:5px 20px;
	border:1px solid #1f3a75;
	display:inline-block;
	margin:15px 0 0 0;
	transition:0.3s;
}
.focus-item-wrap .what-this-btn:hover {
	border:1px solid #447dff;
}
.focus-item-wrap .what-this-btn:hover a {
	color:#447dff;
}

.focus-item-wrap .what-this-btn a {
	width:100%;
	height:100%;
	display:block;
}
.focus-item-wrap .price { 
	position:relative; 
	padding-top:10px;
}
.focus-item-wrap .price sup {
	position:absolute;
	top:15px;
	left:30%;
}
.focus-item-wrap .price span {
	font-size:50px;
	color:#1f3a75;
}
.focus-item-wrap .buy-btn {
	width:50%;
	background:#1f3a75;
	display:block;
	margin:0 auto;
	padding:5px 0px;
}
.focus-item-wrap .buy-btn a {
	color:#fff;
	width:100%;
	height:100%;
	display:block;
}


.user-page &gt; h2 {
	margin:70px 0 50px 0px;
}

.user-page h2.name {
	font-size:30px;
}

.user-post-btn {
	position:absolute;
	top:85px;
	right:32px;
}
.user-post-btn a {
	color:#1f3a75;
}
.post-list {
	position:absolute;
	top:120px;
	right:20px;
	background:#fff;
	box-shadow:0 0 5px rgba(0,0,0,0.2);
	padding:10px 20px;
	z-index:20;
	display:none;
}

.post-list li {
	line-height:40px;
	height:40px;
}
.post-list li a {
	color:#1f3a75;
	width:100%;
	height:100%;
	display:block;
}
.post-list li a:hover{
	color:#a1e2ff;
}

/*info edit 個人資料編輯頁面 *****************************************************/
.info-edit-wrap {
	padding:0px;
}

.info-edit-wrap .col-md-9 {
	padding:35px 40px 40px 35px;
	border-left:1px solid #eaeaea;
	position:relative;
}
.info-edit-wrap .col-md-9 h1 {
	margin:0 0 0px 0px;
}

.info-edit-wrap article {
	margin:0 0 20px 0;
}
.info-edit-wrap h3.title {
	margin:0 0 2px 0;
}
.info-edit-btn-wrap {
	padding:0 0 0 15px;
}
.info-edit-btn-wrap li {
	height:50px;
	line-height:50px;
	text-indent:20px;
	/*font-size:16px;*/
}
.info-edit-btn-wrap li a {
	color:#3d3d3d;
	width:100%;
	height:100%;
	display:block;
	transition:0.1s;
}
.info-edit-btn-wrap li a.curr {
	color:#1f3a75;
	border-left:2px solid #1f3a75!important;
}
.info-edit-btn-wrap li a:hover {
	border-left:2px solid #c1c1c1;
	background:#fcfcfc;
}
.info-edit-wrap input[type="text"], .info-edit-wrap input[type="tel"], .info-edit-wrap input[type="password"]{
	width:80%;
}
.info-edit-wrap article.pic-wrap {
	margin:40px 0 40px 0;
}
.pic-wrap .img-cilp {
	display:inline-block;
	margin-right:15px;
}
.pic-wrap .img-cilp img {
	width:100%;
	max-width:270px;
}
.pic-wrap span {
	font-size:30px;
	color:#1f3a75;
	display:inline-block;
}

/*info edit password 變更密碼頁面 *****************************************************/
.info-edit-wrap .submit-btn {
	position:relative;
	bottom:0px;
	right:0px;
}

/*info edit img 管理相片頁面 *****************************************************/
.info-edit-img article {
	overflow:hidden;
	padding:30px 0px 20px 0px;
	border-bottom:1px solid #1f3a75;
}
.info-edit-img article:nth-child(2){
	margin-top:40px;
}
.info-edit-img .pic-wrap {
	float:left;
	width:180px;
}
.info-edit-img .img-cilp {
	position:relative;
}
.info-edit-img .img-cilp img {
	width:150px;
	height:auto;
}
.info-edit-img .delete-img {
	width:30px;
	height:30px;
	position:absolute;
	border-radius:100%;
	background:#1f3a75;
	top:-15px;
	right:-15px;
}
.delete-img a {
	color:#fff;
	font-size:18px;
	position:relative;
	width:100%;
	height:100%;
	display:block;
}
.delete-img i {
	padding:6px 0px 0px 7px;
}
.info-edit-img .upload-wrap {
	width:calc(100% - 180px);
	float:left;
}
.info-edit-img p {
	margin:20px 0 0 0;
}
.info-edit-wrap .pic-wrap {
	margin-top:15px;
}
.info-edit-wrap #select-file-area {
	width:250px;
	height:auto;
	padding:25px 0;
}
.info-edit-wrap #select-file-area h3 {
	margin:0 0 10px 0;
	font-size:20px;
}
.info-edit-wrap #select-file-area .fa-search {
	font-size:60px;
}
.info-edit-wrap #select-file {
	display:none;
}
.info-edit-wrap .preview-wrap {
	width:280px;
}
.info-edit-wrap .preview-wrap .preview-size {
	font-size:16px;
}
/*上傳圖片按鈕 */
.info-edit-wrap.info-edit-img .picture_name {
	width:calc(100% - 90px);
	padding:0 10px;
	height:30px;
	border:1px solid #b3b3b3;
	margin:25px 0 0 0;
	font-size:15px;
}
.info-edit-wrap.info-edit-img .picture_name[disabled] {
	background:#efefef
}
.info-edit-wrap.info-edit-img .picurlbtn{
	display:inline-block;
	width:80px;
	height:30px;
	line-height:30px;
	text-align:center;
	background:#0b4b84;
	color:#fff;
	font-size:15px;
	cursor:pointer;
	position:relative;
	overflow:hidden;
	vertical-align:bottom
}
.info-edit-wrap.info-edit-img .picurlbtn input {
	position:absolute;
	font-size:100px;
	right:0;
	top:0;
	opacity:0;
	filter:alpha(opacity=0);
	cursor:pointer;
	font-size:15px;
}
.info-edit-content.upload-photo-wrap {
	border:none;
	width:100%;
}
#select-file-area {
	width:350px;
	height:300px;
	background:#f7f7f7;
	border:1px dashed #cccccc;
	text-align:center;
	cursor:pointer;
	padding-top:25px;
	float:left;
}
#select-file-area .fa-search {
	font-size:90px;
	display:block;
	color:#1f3a75;
}
#select-file-area h3 {
	color:#1f3a75;
	margin:0 0 10px 0;
}
#select-file-area p {
	font-size:13px;
	margin:25px 0 20px 0;
	color:#9e9e9e;
}
#select-file { height:1px; }
.preview-wrap {
	width:370px;
	float:left;
	margin-left:30px;
	padding-left:30px;
	border-left:1px solid #ededed;
}
.preview-wrap .img-box {
	position:relative;
}
.preview-wrap .preview-close {
	position:absolute;
	top:0px;
	right:0px;
	cursor:pointer;
}
.preview-wrap .preview-close i {
	font-size:22px;
	color:#9e9e9e;
}
.preview-wrap .preview-size {
	text-align:center;
	margin:15px 0 10px 0;
}
.preview-wrap .submit-btn {
	margin:0 auto;
	display:block;
	background:#278032;
}
.preview-wrap .submit-btn:hover {
	background:#3dc74e;
}
.my-photo-wrap {
	margin-top:30px!important;
	padding-top:35px;
	border-top:1px solid #ededed;
	overflow:hidden;
}
.my-photo-area {
	margin: 20px 0px 0;
	width:375px;
/*	float:left;*/
}
.my-photo-area .pic-wrap .img-cilp {
	position:relative;
	float:left;
}
.my-photo-area .pic-wrap .img-cilp .trash-img {
	position:absolute;
	top:0px;
	right:-15px;
	width:30px;
	height:30px;
	background:#9e9e9e;
	color:#fff;
	text-align:center;
	line-height:30px;
	border-radius:50%;
    border:0px solid #000;    
}
.my-photo-area .pic-wrap .img-cilp .home-img {
	position:absolute;
	top:35px;
	right:-15px;
	width:30px;
	height:30px;
	background:#9e9e9e;
	color:#fff;
	text-align:center;
	line-height:30px;
	border-radius:50%;
     border:0px solid #000;
}
.my-photo-area .pic-wrap .img-cilp .up-img {
	position:absolute;
	top:70px;
	right:-15px;
	width:30px;
	height:30px;
	background:#9e9e9e;
	color:#fff;
	text-align:center;
	line-height:30px;
	border-radius:50%;
     border:0px solid #000;    
}
.my-photo-area .pic-wrap .img-cilp .down-img {
	position:absolute;
	top:105px;
	right:-15px;
	width:30px;
	height:30px;
	background:#9e9e9e;
	color:#fff;
	text-align:center;
	line-height:30px;
	border-radius:50%;
     border:0px solid #000;
}
.my-photo-area .pic-wrap .img-cilp .num-img {
	position:absolute;
	top:0px;
	left:0px;
	width:30px;
	height:30px;
	background:#9e9e9e;
	color:#fff;
	text-align:center;
	line-height:30px;
	border-radius:50%;
     border:0px solid #000;
}
.upload-wrap {
	
}
.my-photo-wrap {
	
}
.my-photo-wrap h3.title {
	margin-bottom:25px;
}


/*lottery 發票頁面 *****************************************************/
.lottery-wrap h3.title {
	margin:0px 30px 20px 30px;
	border-bottom:1px dashed #1f3a75;
}
.lottery-wrap .lottery {
	width:85%;
	height:auto;
}
.lottery-wrap article {
	overflow:hidden;
	padding-left:30px;
}
.lottery-wrap .lottery-step {
	float:left;
	width:47%;
	margin:0 3% 3% 0;
}
.lottery-wrap h4 {
	color:#1f3a75;
}

.lottery-wrap .lott_q_btn {
	margin:15px 0px 25px 10px;
	color:#1f3a75;
	font-size:18px;
	cursor:pointer;
	border-bottom:2px solid #1f3a75;
	display:inline-block;
	position:relative;
	
}
.lottery-wrap .lott_a {
	position:relative;
	width:80%;
	background:#1f3a75;
	color:#fff;
	padding:20px 30px;
	border-radius:10px;
	top:-10px;
	left:10px;
	box-shadow:0px 1px 5px rgba(0,0,0,0.5);
	display:none;
}
.lottery-wrap .lott_a:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 7.5px 12px 7.5px;
	border-color: transparent transparent #1f3a75 transparent;
	position:absolute;
	top:-10px;
}
.lottery-wrap .lott_a i {
	cursor:pointer;
	font-size:18px;
	position:absolute;
	top:10px;
	right:10px;
}


/*footer 頁尾樣式 *****************************************************/
.footer {
	background:#447dff;
	padding:25px 15px;
	color:#fff;
	margin-top:20px;
	font-weight:500;
}

.footer p {
	font-size:13px;
	text-align:left;
}

.footer p a {
	color:#a1e2ff;
	text-decoration:underline;
}


/*社群按鈕 *****************************************************/
ul.share-buttons{
  list-style: none;
  padding: 0;
  position:absolute;
  bottom:5px;
  left:35px;
  display:block;
}

ul.share-buttons li{
  display:inline-block;
}

ul.share-buttons .sr-only{
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

ul.share-buttons img{
  width: 32px;
}
.weekword{
width:120px;border:0px solid #000;display:inline-block;
}
#donate{
    border:0px solid #000;
   position: absolute;
   top: 0px;
   left: 10px;
   height: 26px;
   width: 148px;
   padding-left: 4px;
   z-index: 999;     
}

#donate a {
    color: #02519E;
    text-decoration: none;
    background-color: #FC0;
    padding: 2px 4px;
    border: 2px solid #FFFF00;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}
.donate-link{
    /*width:100%;height: 500px; position: absolute; top: 30px;float: left;*/
    
}

#donateR{
    border:0px solid #000;
   position: absolute;
   top: 0px;
   right: 10px;
   height: 26px;
   width: 148px;
   padding-right: 4px;
   z-index: 999;     
}

#donateR a {
    color: #02519E;
    text-decoration: none;
    background-color: #FC0;
    padding: 2px 4px;
    border: 2px solid #FFFF00;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}

/*文章區域*/
#article-content a {
	color:#0cb2e5!important;
	text-decoration:underline;
}
.article-nav {
	height:115px;
}
.article-title-area {
	width:1140px;
	margin:25px auto 10px auto;
	display:none;
}
.article-header {
	margin-bottom:25px;
}
.article-header h1.title, .article-header-d h1.title,  .article-header h3.title, .article-header-d h3.title{
	color:#fff;
	top:-25px;
	position:relative;
	text-align:center;
	width:50%;
	left:25%;
	font-size:23px;
	margin:5px 0px 8px 0px;
	font-weight:bold;
}
.article-header span a, .article-header-d span a {
	/*font-family:"Lucida", serif;*/
}
.mobilelivcam div{
    padding-top: 10px;
    background: #FFF;
    text-align: center;
}
.featured-schools-wrap .space {
	margin-bottom:15px;
    margin-left:0px;
	padding:0 8px;
}
.mobilemsg{
   display: none; 
}

.donate-area{
    display: block;
}</pre></body></html>