@charset "UTF-8";

/* 註冊頁
---------------------------------------------------------------------------------------- */
.sendwp .regstep01{
 padding:35px 25px 10px 25px;
 line-height:1.6;
} 
.sendwp .regstep01 .focus{
 font-weight:bold;
 }
 
.sendwp .focus2{
 color:#f00;
 padding:30px 0 0 200px;
 }
.regstep02{
 background-color:#f2f2f2;
 height:150px;
 line-height:1.6;
 border:1px solid #ccc;
 padding: 5px 5px;
 margin:0 15px ;
 overflow-x: hidden;
 overflow-y: auto;
} 
.regstep03{
 padding:15px 0px 10px 0px;
 line-height:1.5;
} 
.regstep03 .focus{
 color:#f00;
 }
.nextstep{
 margin:30px 10px 0 430px;
}

.nextstep02{
 margin:10px 10px 10px 430px;
}

.sendwp .nextstep2{
 margin:45px 0 0 290px;
}

/* 頁面不變動
---------------------------------------------------------------------------------------- */
html {
 overflow: scroll;
 overflow: -moz-scrollbars-vertical;
 overflow-x: scroll;
}

/* 回覆郵件
---------------------------------------------------------------------------------------- */
.purple-btn {
  background:#8864aa;
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #00AAE7), color-stop(50%, #00AAE7), color-stop(50%, #0FAFE8));
  background-image: -moz-linear-gradient(top, #0FAFE8 0%, #0FAFE8 50%, #00AAE7 50%);
  background-image: -webkit-linear-gradient(top, #0FAFE8 0%, #0FAFE8 50%, #00AAE7 50%);
  background-image: linear-gradient(to bottom, #0FAFE8 0%, #0FAFE8 50%, #00AAE7 50%);
  color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
}
.purple-btn:hover {
  background:#0FAFE8;
}

/* 註冊
---------------------------------------------------------------------------------------- */
.regtitle{
  border-bottom:3px double #ddd;
  border-bottom-width:3px;
  border-bottom-style: double;
  border-bottom-color: rgb(220, 220, 220);
  font-size: 18px;
  color: #545454;
  margin:40px 0 15px 0;
  padding-bottom:3px;
  text-align:center;
 }
 
.regtitle .focus{
  color:#77bd2b;
  font-weight:bold;
 }
 
.registerbox {
 background-color: #fff;
  -moz-box-shadow: 0px 0px 3px #ccc;
  -webkit-box-shadow: 0px 0px 3px #ccc;
  box-shadow: 0px 0px 3px #ccc;
  width: 96%;
  padding:20px 20px;
  margin:25px auto 15px auto;
 }
 
 table.register{
  font-size: 100%;
  font-weight:bold;
  height:35px;
  width: 70%;
  margin:0 auto;
 }
 
.register02{
  font-size: 125%;
  font-weight:bold;
  height:35px;
  width: 85%;
  margin:0 auto;
 }
 
 .register02 th{
   vertical-align:top;
   padding:3px 3px;
 }
 
.register02 td{
  padding:3px 3px;
 }
 
 .regtitle02 .focus{
  color:#77bd2b;
  font-weight:bold;
 }
 
.register02 .regmsg{
  color:#18875E;
  font-weight:bold;
  font-size: 112%;
  height:35px;
  vertical-align:bottom;
 }
 
 .fbbag{
 border-top:1px solid #919191; 
 border-right:1px solid #919191;
 border-bottom:1px solid #919191;
 color:#666;
 font-size: 11px;
 padding:3px 3px 0 0;
 text-align:center;
}

/* 會員條款
---------------------------------------------------------------------------------------- */
.prititle{
  border-bottom:3px double #ddd;
  border-bottom-width:3px;
  border-bottom-style: double;
  border-bottom-color: rgb(220, 220, 220);
  margin:30px 0 15px 0;
  padding-bottom:3px;
 }
 
 .primsg{
  line-height:1.4;
 }
 
 .primsg ol{
 list-style-type: decimal;
 padding-left:17px; 
}

 .primsg ul{
 list-style-type: disc;
 padding-left:17px; 
}
 
 .primsg .inner {
  background-color: #fff;
  padding: 20px 25px;
  box-sizing: border-box;
  min-height:550px;
}
 
 /*信箱異動
 ---------------------------------------------------------------------------------------- */
 table.changemess {
  width: 89%;
  margin: 20px 0 0 33px;
}
table.changemess td {
  padding: 8px 0;
  vertical-align:middle;
}
table.changemess .remsg{
 color:#999;
 font-size:90%;
 line-height:1.5;
}

table.changemess td.renew{
 padding-bottom:29px;
}

/*課程
 ---------------------------------------------------------------------------------------- */
 .elites_banner {
  margin: 0 auto;
  max-width: 1080px;
  min-width: 1000px;
  position: relative;
}

.elitesimg {
  max-width: 1080px;
  min-width: 1000px;
  height: 200px;
  overflow: hidden;
  position: relative;
}
.elitesimg > img {
  width: 1080px;
  position: absolute;
  left: 50%;
  margin-left: -540px;
}

.elitesimg02 {
  width: 100%;
  height: auto;
}
 
.elitesbox {
  margin-top: 25px;
  background-color: #fff;
  -moz-box-shadow: 0px 0px 3px #ccc;
  -webkit-box-shadow: 0px 0px 3px #ccc;
  box-shadow: 0px 0px 3px #ccc;
}
.elitesbox h1 {
  height: 50px;
  line-height: 50px;
  background-color: #f4f4f4;
  font-size: 20px;
}
.elitesbox h1 i {
  margin-right: 3px;
  margin-left: 10px;
  position: relative;
  top: -2px;
}
.elitesbox .inner {
  box-sizing: border-box;
  padding: 20px;
}
.elitesbox .inner a {
  display: block;
  width: 100%;
  height: 100%;
}
.elitesbox .inner span {
  line-height: 180%;
}
.elitesbox.learning {
  border-top: 3px solid #79BF2B;
}
.elitesbox.learning h1 {
  color: #79BF2B;
  border-bottom: 1px solid #79BF2B;
}


.elitesbox02 {
  margin-top: 25px;
  background-color: #fff;
  -moz-box-shadow: 0px 0px 3px #ccc;
  -webkit-box-shadow: 0px 0px 3px #ccc;
  box-shadow: 0px 0px 3px #ccc;
}
.elitesbox02 h1 {
  height: 50px;
  line-height: 50px;
  background-color: #94C81A;
  font-size: 20px;
}
.elitesbox02 h1 i {
  margin-right: 3px;
  margin-left: 10px;
  position: relative;
  top: -2px;
}
.elitesbox02 .inner {
  box-sizing: border-box;
  padding: 20px;
  line-height:1.6;
}
.elitesbox02 .inner a {
  display: block;
  width: 100%;
  height: 100%;
}

.elitesbox02 .inner span {
  line-height: 180%;
}

.elitesbox02.learning h1 {
  color: #fff;
}

.elitesbox02 ol{
 list-style-type: decimal;
 padding-left:17px; 
}

.elitesbox02 ul{
 list-style-type: disc;
 padding-left:17px; 
}

/*------------------------------------*\
    =forum nav
\*------------------------------------*/
.elitesnavwp {
  width: 100%;
  min-width: 1000px;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  height: 35px;
}

ul.elitesnav {
  width: 200px;
  margin: 0 auto;
}
ul.elitesnav > li {
  float: left;
  height: 35px;
  box-sizing: border-box;
  position: relative;
}
ul.elitesnav .navtitle {
  width: 100px;
  height: 100%;
  font-size: 90%;
  color: #333;
  text-align: center;
  line-height: 35px;
  box-sizing: border-box;
  cursor: pointer;
}
ul.elitesnav .navsubtitle > ul {
  width: 180px;
  background-color: #fff;
  -moz-box-shadow: 0px 2px 3px #ccc;
  -webkit-box-shadow: 0px 2px 3px #ccc;
  box-shadow: 0px 2px 3px #ccc;
  position: absolute;
  top: 36px;
  left: 0;
  padding: 10px 0;
}
ul.elitesnav .navsubtitle > ul > li {
  font-size: 90%;
  height: 28px;
}
ul.elitesnav .navsubtitle > ul > li a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 28px;
  box-sizing: border-box;
  padding: 0 0 0 15px;
}
ul.elitesnav .navsubtitle > ul > li a:hover {
  background-color: #eee;
}
ul.elitesnav .navsubtitle > ul > li i.icon-f-nav0 {
  width: 8px;
}
ul.elitesnav .navsubtitle > ul > li span {
  display: inline-block;
  vertical-align: middle;
}
ul.elitesnav .navsubtitle > ul > li.subtitle {
  font-weight: bold;
  color: #888;
  font-size: 105%;
  padding-left: 15px;
  line-height: 28px;
}
ul.lecturesnav .navsubtitle > ul > li.line {
  height: 1px;
  background-color: #ddd;
  margin: 10px 0;
}
ul.elitesnav li.learning .navtitle {
  border-bottom: 2px solid #40BCE6;
}
ul.elitesnav li.learning .active {
  background-color: #40BCE6;
  color: #fff;
}
ul.elitesnav li.master .navtitle {
  border-bottom: 2px solid #91C613;
}
ul.elitesnav li.master .active {
  background-color: #91C613;
  color: #fff;
}
ul.elitesnav li.stock .navtitle {
  border-bottom: 2px solid #FF5C26;
}
ul.elitesnav li.stock .active {
  background-color: #FF5C26;
  color: #fff;
}
ul.elitesnav li.leisure .navtitle {
  border-bottom: 2px solid #FBAA02;
}
ul.elitesnav li.leisure .active {
  background-color: #FBAA02;
  color: #fff;
}

 /*投資講座
 ---------------------------------------------------------------------------------------- */
.lectures_banner {
  margin: 0 auto;
  max-width: 1080px;
  min-width: 1000px;
  position: relative;
}

.lecturesimg {
  max-width: 1080px;
  min-width: 1000px;
  height: 200px;
  overflow: hidden;
  position: relative;
}
.lecturesimg > img {
  width: 1080px;
  position: absolute;
  left: 50%;
  margin-left: -540px;
}

.lecturesimg02 {
  width: 100%;
  height: auto;
}

.photoimg{
 float: left;
 width: 332px;
 margin-right: 2px;
 margin-bottom: 5px;
 }
 
.photomsg{
 float: right;
 width: 610px;
 margin-bottom: 5px;
 box-shadow: 0 0 5px 0 #eeeeee;
 background: white;
 border: 1px solid #DFDFDF;
 border-radius: 5px;
 padding:20px;
 height:180px;
 }
 
.lecturebox {
  margin-top: 25px;
  background-color: #fff;
  -moz-box-shadow: 0px 0px 3px #ccc;
  -webkit-box-shadow: 0px 0px 3px #ccc;
  box-shadow: 0px 0px 3px #ccc;
}
.lecturebox h1 {
  height: 50px;
  line-height: 50px;
  background-color: #f4f4f4;
  font-size: 20px;
}
.lecturebox h1 i {
  margin-right: 3px;
  margin-left: 10px;
  position: relative;
  top: -2px;
}
.lecturebox .inner {
  box-sizing: border-box;
  padding: 20px;
}
.lecturebox .inner a {
  display: block;
  width: 100%;
  height: 100%;
}
.lecturebox .inner span {
  line-height: 180%;
}
.lecturebox.learning {
  border-top: 3px solid #79BF2B;
}
.lecturebox.learning h1 {
  color: #79BF2B;
  border-bottom: 1px solid #79BF2B;
}


.lecturebox02 {
  margin-top: 25px;
  background-color: #fff;
  -moz-box-shadow: 0px 0px 3px #ccc;
  -webkit-box-shadow: 0px 0px 3px #ccc;
  box-shadow: 0px 0px 3px #ccc;
}
.lecturebox02 h1 {
  height: 50px;
  line-height: 50px;
  background-color: #94C81A;
  font-size: 20px;
}
.lecturebox02 h1 i {
  margin-right: 3px;
  margin-left: 10px;
  position: relative;
  top: -2px;
}
.lecturebox02 .inner {
  box-sizing: border-box;
  padding: 20px;
  line-height:1.6;
}
.lecturebox02 .inner a {
  display: block;
  width: 100%;
  height: 100%;
}

.lecturebox02 .inner span {
  line-height: 180%;
}

.lecturebox02.learning h1 {
  color: #fff;
}

.lecturebox02 ol{
 list-style-type: decimal;
 padding-left:17px; 
}

.lecturebox02 ul{
 list-style-type: disc;
 padding-left:17px; 
}

.contentbtn {
  width:1000px;
  height: 50px;
  background-color: #4C6805;
  color: #fff;
  font-weight: bold;
  letter-spacing:0.8em;
  line-height: 50px;
  text-align: center;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border-bottom: 5px solid #3F5604;
  cursor: pointer;
  margin: 0 auto;
}

.addimg {
  border:1px solid #ddd;
  width: 1000px;
  height: 100px;
  overflow: hidden;
  position: relative;
  margin:15px 0;
}

/*------------------------------------*\
    =forum nav
\*------------------------------------*/
.lecturesnavwp {
  width: 100%;
  min-width: 1000px;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  height: 35px;
}

ul.lecturesnav {
  width: 200px;
  margin: 0 auto;
}
ul.lecturesnav > li {
  float: left;
  height: 35px;
  box-sizing: border-box;
  position: relative;
}
ul.lecturesnav .navtitle {
  width: 100px;
  height: 100%;
  font-size: 90%;
  color: #333;
  text-align: center;
  line-height: 35px;
  box-sizing: border-box;
  cursor: pointer;
}
ul.lecturesnav .navsubtitle > ul {
  width: 180px;
  background-color: #fff;
  -moz-box-shadow: 0px 2px 3px #ccc;
  -webkit-box-shadow: 0px 2px 3px #ccc;
  box-shadow: 0px 2px 3px #ccc;
  position: absolute;
  top: 36px;
  left: 0;
  padding: 10px 0;
}
ul.lecturesnav .navsubtitle > ul > li {
  font-size: 90%;
  height: 28px;
}
ul.lecturesnav .navsubtitle > ul > li a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 28px;
  box-sizing: border-box;
  padding: 0 0 0 15px;
}
ul.lecturesnav .navsubtitle > ul > li a:hover {
  background-color: #eee;
}
ul.lecturesnav .navsubtitle > ul > li i.icon-f-nav0 {
  width: 8px;
}
ul.lecturesnav .navsubtitle > ul > li span {
  display: inline-block;
  vertical-align: middle;
}
ul.lecturesnav .navsubtitle > ul > li.subtitle {
  font-weight: bold;
  color: #888;
  font-size: 105%;
  padding-left: 15px;
  line-height: 28px;
}
ul.lecturesnav .navsubtitle > ul > li.line {
  height: 1px;
  background-color: #ddd;
  margin: 10px 0;
}
ul.lecturesnav li.learning .navtitle {
  border-bottom: 2px solid #40BCE6;
}
ul.lecturesnav li.learning .active {
  background-color: #40BCE6;
  color: #fff;
}
ul.lecturesnav li.master .navtitle {
  border-bottom: 2px solid #91C613;
}
ul.lecturesnav li.master .active {
  background-color: #91C613;
  color: #fff;
}
ul.lecturesnav li.stock .navtitle {
  border-bottom: 2px solid #FF5C26;
}
ul.lecturesnav li.stock .active {
  background-color: #FF5C26;
  color: #fff;
}
ul.lecturesnav li.leisure .navtitle {
  border-bottom: 2px solid #FBAA02;
}
ul.lecturesnav li.leisure .active {
  background-color: #FBAA02;
  color: #fff;
}
.publish02{
 background-color:#f2f2f2;
 height:auto;
 line-height:1.5;
 border:1px solid #ccc;
 padding: 5px 10px 15px 10px;
 margin:10px 0 15px 50px ;
 overflow-x: hidden;
 overflow-y: auto;
} 

.forumselect {
  width: auto;
  border: 1px solid #ccc;
  height: 30px;
  line-height: 30px;
  box-sizing: border-box;
  padding-left: 10px;
  box-sizing: border-box;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.w80 .star{
  float: left;
  padding-top:5px;
  width: 30px;
  cursor: pointer;
}

.w80 .maintitle{
 float:left;
 width: 720px;
}


.btn-three .icons-quote{
 color: #23B3E2;
}

 /*劉川裕秘境
 ---------------------------------------------------------------------------------------- */
 table.album{
  width: 100%;
  margin-top: 20px ;
}

table.album td{
  padding: 6px 6px;
  vertical-align:middle;
  line-height:1.4;
}

table.album td.photomsg2{
 padding:0 10px 0 0;
 text-align:center;
 vertical-align:top;
}

table.album td.title{
  background-color: #f6f6f6;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #e2e2e2;
  font-weight:bold;
  padding:5px 0 2px 2px;
}

table.album td.msg{
 width:80px;
}

table.album td.moremsg a{
 color:#FBAA02;
 font-size:15px;
 font-weight:bold;
 padding:0 5px;
}

table.album td.moremsg{
 color:#ccc;
 padding-bottom:50px;
}

/* 最新消息
---------------------------------------------------- */
.thumball{
 width:100%;
 height:auto;
 margin-bottom:25px;
}
.thumb {
 width:230px;
 height:100%;
 display:inline-block;
 margin:10px 10px 0 10px;
 vertical-align:top;
}

.thumb .pic {
 width:230px;
 height:230px;
 text-align: center;
 vertical-align: middle;
 display: table-cell;
 padding:2px 0;
}
.thumb .pic span {
 height:230px;
 display:inline-block;
}
.thumb .pic * {
 vertical-align:middle;
}

.thumb .title {
 width:230px;
}
.thumb .title a:link, .thumb .title a:visited {
 color: #000;
 font-size:1.125em;
 display:block;
 margin:5px auto 0;
 padding:1px;
 font-weight: 700;
}

.thumb .time {
 width:230px;
}
.thumb .time a:link, .thumb .time a:visited {
 color: #aaa;
 font-size:24px;
 letter-spacing: 1px;
 display:block;
 margin:0 0 10px 0;
}
.thumb .msg {
 width:230px;
}
.thumb .msg a:link, .thumb .msg a:visited {
 color: #666;
 font-size:24px;
 display:block;
 margin:5px auto 0;
}



.thumb02 {
 width:110px;
 height:100%;
 display:inline-block;
 margin:10px 5px 0 5px;
 vertical-align:top;
}

.thumb02 .pic {
 width:80px;
 height:80px;
 text-align: center;
 vertical-align: middle;
 display: table-cell;
 padding:2px 0;
}
.thumb02.pic span {
 height:80px;
 display:inline-block;
}
.thumb02 .pic * {
 vertical-align:middle;
}

.thumb02 .title {
 color: #666;
 font-size: 0.9125em;
 width:100px;
 text-align:left;
}
.thumb02 .title a:link, .thumb02 .title a:visited {
 color: #666;
 display: block;
}
 