@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:#a1e2ff;}

@font-face {   
	font-family: 'Avenir';   
	src: local(Avenir),
		url('../fonts/Avenir.ttf'),
		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: 17px;
	color: #595a5b;
	background-color: #f4f4f4;
	font-family: 'Avenir', "微軟正黑體";
}

/*全域*/
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:24px;
	margin:0px 0px 15px 0px;
}
h2.title {
	color:#1f3a75;
	font-size:20px;
	margin:0px 0px 18px 0px;
}
h2.link-title {
	font-size:17px;
	color:#1f3a75;
	margin:0px 0px 5px 0px;
	position:relative;
	text-indent:15px;
}
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:17px;
	margin:0px 0px 10px 0px;
}
h3.title span{
	color:#ef0750;
}
.inner-wrap {
	width:1140px;
	margin:0 auto;
	position:relative;
}
.more-btn {
	position: absolute;
	bottom: 10px;
	right: 15px;
	font-size: 14px;
	font-style: italic;
}
.more-btn a {
	color:#3562c7;
}
.more-btn a:hover {
	color:#a1e2ff;
}

.mask {
	background:rgba(0,0,0,0.7);
	position:fixed;
	z-index:300;
	top:0px;
	left:0px;
	width:100vw;
	height:100vh;
	cursor:pointer;
	display:none;
}

.notice-text {
	color:#bc153d;
}
.fixed-post-btn {
	font-size:14px;
	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 -85px;
}
.fixed-post-btn a, .fixed-post-btn a:hover {
	color:#fff;
	width:100%;
	height:100%;
	display:block;
}

p.name.first-name {
	height:240px;
	vertical-align:middle;
	line-height:240px;
	text-align:center;
}
p.name a {
}
p.name .name-img {
	width:auto;
	height:auto;
	vertical-align:middle;
	display:inline-block;
	max-height:100%;
	max-width:100%;
	margin:0 auto;
}

/*條款 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:absolute;
	top:15px;
}
.header .sign-btn {
	position:absolute;
	top:20px;
	left:180px;
	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:870px;
}

.header .my-account-btn {
	width:100px;
	position:absolute;
	top:13px;
	left:175px;
	text-align:center;
}
.header .my-account-btn i {
	display:block;
	font-size:26px;
}
.header .my-account-btn a {
	width:100%;
	height:100%;
	display:block;
	color:#fff;
}

.header .my-account-btn a:hover {
	color:#a1e2ff;
}




.header .my-ad-btn {
	width:100px;
	position:absolute;
	top:13px;
	left:300px;
	text-align:center;
}
.header .my-ad-btn i {
	display:block;
	font-size:26px;
}
.header .my-ad-btn a {
	width:100%;
	height:100%;
	display:block;
	color:#fff;
}

.header .my-ad-btn a:hover {
	color:#a1e2ff;
}



.header .my-info {
	width:200px;
	position:absolute;
	top:13px;
	left:500px;
	text-align:left;
}
.header .my-info i {
	display:block;
	font-size:26px;
}
.header .my-info a {
	width:100%;
	height:100%;
	display:block;
	color:#fff;
}

.header .my-info a:hover {
	color:#a1e2ff;
}



.header .language-btn {
	border:1px #fff solid;
	position:absolute;
	top:20px;
	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:70px;
	text-align:center;
	color:#fff;
}



/*nav menu 選單列*/
.nav {
	background:#3f73eb;
	height:75px;
	margin-bottom:20px;
    border:0px solid #000;
}


.nav .inner {
	height:50px;
}
.nav ul {
	overflow:hidden;
	margin:0px;
	padding:11px 0 0 0;
}
.nav li {
	float:left;
	box-sizing:border-box;
	border-left:1px solid #cbd8ef;
	height:20px;
	line-height:15px;
	text-align:center;
	padding:3px 7px;
	margin-bottom:10px;
}
.nav li:nth-last-child(1) {
	border-right:1px solid #cbd8ef;
}
.nav li a {
	color:#fff;
	font-size:16px;
	width:100%;
	height:100%;
	display:block;
	transition:0.3s;
}
.nav li a:hover {
	color:#a1e2ff;
}

.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;
}

/*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 {
	color:#1f3a75;
}


/*.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);
}*/

.hamburger, .nav-mobile {
	display:none;
}


/*container 中間內容*/
.content {
	position:relative;
	margin-bottom:20px;
}
.content > .row {
	margin:0 auto;
	width:1140px;
}


/*左側廣告區域*/
.ad-area {
	padding-right:0px;
	margin-top:87px;
}
.ad-area > a {
	width:70%;
	margin:0 auto 0 0;
	display:block;
}
.ad-area > a img {
	margin-bottom:30px;
}
.ad-area > div {
	padding:20px 15px;
	box-shadow:0px 0px 5px rgba(0,0,0,0.2);
	background:#fff;
	margin-bottom:30px;
}
	
.ad-area > div a {
	color:#595a5b;
}

.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 {
	color:#a1e2ff;
}

/*浮動廣告 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;
}
.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 {
	color:#a1e2ff;
}
.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 .promo-wrap {
	background:#fff;
	box-shadow:0px 0px 5px rgba(0,0,0,0.2);
	position:relative;
	overflow:hidden;
	margin-bottom:40px;
}
.content-area .promo-wrap > div {
	padding:0px;
}
.content-area .promo-wrap > 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 > 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:30px;
}
.content-area .promo-list > div {
	background:#fff;
	box-shadow:0px 0px 5px rgba(0,0,0,0.2);
	position:relative;
	padding:0 0 40px 0;
	margin-left:24px;
	width:calc(33% - 14px);
}
.content-area .promo-list .img-box{
	margin-bottom:15px;
}
.content-area .promo-list > div h2 { 
	margin-left:20px;
	margin-bottom:10px;
}
.content-area .promo-list > div .name {
	margin-left:35px;
}
.content-area .promo-list > div:nth-child(1){
	margin-left:0px;
}
.content-area .promo-list > div:nth-child(3){
	margin-right:0px;
}

.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;
}
.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;
}

.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:#595a5b;
}
.our-users-wrap .col-xs-3 {
	margin-bottom:20px;
	padding:0 7px;
}
.our-users-wrap h3 {
	color:#595a5b;
	margin-top:3px;
	font-size:14px;
	line-height:1.4em;
}

/*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 30px;
}

.img-cilp img {
	border:1px solid #1f3a75;
}


/*listing 項目列表*/
.post-btn {
	position:absolute;
	top:20px;
	border:1px solid #1f3a75;
	padding:5px 20px;
	transition:0.3s;
	top:30px;
	right:25px;
}
.post-btn a {
	width:100%;
	height:100%;
	display:block;
}
.post-btn:hover {
	border:1px solid #447dff;
}
.post-btn:hover a {
	color:#447dff;
}
.search-wrap {
	padding-left:0px;
	margin-bottom:50px;
}
.search-wrap input[type="text"] {
	width:250px;
	padding:8px;
	border:1px solid #eaeaea;
	color:#9e9e9e;
	font-size:16px;
}
.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 40px 0px;
	padding-bottom:35px;
}

.listing-area .listing-num {
	position:absolute;
	top:-20px;
	left:0px;
	color:#1f3a75;
	font-size:14px;
}

.listing-area .listing-date {
	font-size:14px;
	color:#1f3a75;
	position:absolute;
	top:17px;
	right:15px;
}

.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 {
	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-weight:bold;
	margin:5px 0 12px 0!important;
}

.headline-page h3.title, .headline-page p {
	font-size:19px;
}
.headline-page .more-btn {
	font-size:17px;
}


/*listing content 項目內容頁面*/
.post-ad-wrap {
	padding-bottom:80px;
}
.listing-content {
	padding-bottom:0px;
}
.listing-content .row {
	margin:0 15px;
}

/*項目內容標題*/
.listing-content h1, .post-ad-wrap h1{
	margin:0px 0px 50px 0px;
}
.post-num {
	color:#1f4a75;
	font-size:16px;
	position:absolute;
	bottom:25px;
	left:40px;
}
.listing-content .col-xs-12 {
	padding:0px;
}
.listing-content .col-xs-12 .img-cilp {
	width: 40%;
	margin:15px auto 40px auto;
}
.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:0px 0px 25px 0px;
	padding:0px;
	font-weight:bold;
	font-size:22px;
}
.listing-content h3.title, .listing-content .inline-title, .listing-content article {
	font-size:19px!important;
}
.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;
}
.date {
	position:absolute;
	bottom:25px;
	left:190px;
	font-size:16px;
	color:#1f3a75;
}
.listing-content .col-xs-8 > h3.title {
	font-size:18px;
	margin:0 0 15px 0;
}

/*表單標頭(行內)*/
.listing-content .inline-title, .info-edit-wrap .inline-title {
	display:inline-block;
	color:#1f3a75;
	margin-right:5px;
	font-size:17px;
	width:auto;
	font-weight:400;
}

/*包覆表單元素*/
.listing-content article, .post-ad-wrap article {
	border-bottom:1px solid #ededed;
	padding:18px 0px 3px 0px;
	margin-right:15px;
}
.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:14px;
	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 廣告內容頁面編輯*/
.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 #eaeaea;
	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;
}
.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:#595a5b;
}

select {
	border:1px solid #eaeaea;
	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;
}
.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 > 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:#595a5b;
	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 > 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 > 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) > h2 {
	background:#44d2d6;
}
.fees-wrap-tutor .fees-float:nth-child(2) > 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;
}


/*登入 註冊 忘記密碼 頁面*/
.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:#595a5b;
}

.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-bottom:70px;
}
.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 > .row {
	margin-left:15px;
}

.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 > .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 > div {
	text-align:center;
	padding:20px 0px;
	font-size:18px;
}
.focus-item-wrap > div:not(.title) {
	width:80%;
	margin:0 auto;
	border-bottom:1px dashed #eaeaea;
}
.focus-item-wrap > div:nth-child(3) { padding:10px 0px; }
.focus-item-wrap p {margin:0px;}
.focus-item-wrap > .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 > h2 {
	margin:70px 0 50px 30px;
}

.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;
}
.info-edit-btn-wrap li a {
	color:#595a5b;
	width:100%;
	height:100%;
	display:block;
	trasition: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:100px;
}
.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.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:14px;
}
.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:14px;
	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:14px;
}

/*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;
}

.footer p {
	font-size:14px;
	text-align:center;
}

.footer p a {
	color:#a1e2ff;
	text-decoration:underline;
}
