@import url(http://fonts.googleapis.com/earlyaccess/cwtexyen.css);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

* {
  position: relative;
  box-sizing: border-box;
  text-decoration: none;
}

html, body {
  font-family: Microsoft JhengHei;
}

.rightbox {
  z-index: 99;
  position: fixed;
  right: 0px;
  bottom: 50px;
  width: 123px;
  height: auto;
  
}

.rightbox_container {
  width: 123px;
  padding: 5px 0;
  top: -2px;
  height: auto;
  background: #002c42;
  margin: 0 auto;
  border-radius: 10px;
}
.rightbox_container .download {
  margin-left: 8px;
}
.rightbox_container .download li {
  width: 108px;
  height: 33px;
  margin: 10px 0;
}
.rightbox_container .download li a {
  display: block;
  width: 100%;
  height: 100%;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.rightbox_container .download li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.qrcode {
  width: 150px;
  height: 124px;
  background: url("../imgs/qrcode.png") no-repeat;
  z-index: 30;
  margin-left: 8px;
}

.qrcode_light {
  position: absolute;
  z-index: 31;
  width: 108px;
  height: 10px;
  top: 21px;
  -moz-animation: qrcode_light 0.8s infinite alternate forwards linear;
  -webkit-animation: qrcode_light 0.8s infinite alternate forwards linear;
  animation: qrcode_light 0.8s infinite alternate forwards linear;
  background: url("../imgs/qrcode_light.png") no-repeat;
}

@keyframes qrcode_light {
  from {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -moz-transform: translateY(90px);
    -ms-transform: translateY(90px);
    -webkit-transform: translateY(90px);
    transform: translateY(90px);
  }
}
.rightbox_hr {
  width: 142px;
  height: 12px;
  background: url("../imgs/rightbox_hr.png") no-repeat center center;
  margin: 0 auto;
  padding: 20px 0;
}

.top {
  width: 50px;
  height: 30px;
  color: #7c7c7c;
  margin: 0 auto;
  cursor: pointer;
  top: 10px;
  font-size: 16px;
  font-family: Arial;
  font-weight: 700;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.top:hover {
  color: #fff;
}

.wrap {
  width: 100%;
  min-width: 1200px;
  height: auto;
  overflow: hidden;
}

.top_bar_w {
  position: fixed;
  width: 100%;
  height: 50px;
  background: #181818;
  z-index: 100;
  *zoom: 1;
}
.top_bar_w:after {
  display: table;
  content: '';
  line-height: 0;
  clear: both;
}

.top_bar {
  float: right;
}
.top_bar ul {
  *zoom: 1;
}
.top_bar ul:after {
  display: table;
  content: '';
  line-height: 0;
  clear: both;
}
.top_bar li {
  float: left;
  width: 139px;
  height: 50px;
}
.top_bar a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top_bar a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.top_bar .menu_btn1 {
  background: url("../imgs/menu_btn1.png") no-repeat center center;
}
.top_bar .menu_btn2 {
  background: url("../imgs/menu_btn2.png") no-repeat center center;
}
.top_bar .menu_btn3 {
  background: url("../imgs/menu_btn3.png") no-repeat 20px center;
}

.header_w {
  margin-top: 50px;
  width: 100%;
  height: 800px;
  background: url("../imgs/top_banner.jpg") no-repeat bottom center;
}

.logo {
  position: absolute;
  display: block;
  width: 225px;
  height: 155px;
  top: -9px;
  left: 4px;
  background: url("../imgs/logo.png") no-repeat;
}

.container_w {
  width: 100%;
  height: auto;
  background: url("../imgs/bg_pat.jpg");
}

.container {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  padding: 50px 100px 50px 100px;
}

h2 {
  width: 988px;
  height: 62px;
  margin: 30px 0;
  padding-left: 88px;
  line-height: 62px;
  font-size: 25px;
  color: #fff;
  font-weight: 700;
  background: url("../imgs/h2.png") no-repeat center center;
}

.lager_login {
  width: 509px;
  height: 384px;
  padding: 15px 60px;
  margin-top: 32px;
  margin-left: 103px;
  background: url("../imgs/login_bg.png") no-repeat center center;
}
.lager_login label {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.lager_login label input {
  width: 300px;
  height: 40px;
  outline: none;
  background: #fff;
  border: none;
  padding-left: 15px;
}
.lager_login label .vertifi_input {
  width: 160px;
}
.lager_login label .vertifi_img {
  margin-left: 10px;
}

.login_btn {
  display: block;
  width: 278px;
  height: 63px;
  border: none;
  outline: none;
  cursor: pointer;
  margin: 30px auto 0 auto;
  background: url("../imgs/login_btn.png") no-repeat center center;
}

.login_pic {
  position: absolute;
  width: 419px;
  height: 475px;
  top: -46px;
  left: 523px;
  background: url("../imgs/login_pic.png") no-repeat center center;
}

.login_title {
  width: 295px;
  height: 36px;
  margin: 18px auto 20px auto;
  background: url("../imgs/login_title.png") no-repeat center center;
}

.login_notice {
  padding: 30px 0 20px 0;
  margin-top: 25px;
}
.login_notice p {
  line-height: 28px;
  color: #181818;
}

.remind_icon {
  margin-right: 5px;
  vertical-align: text-bottom;
}

.a_style {
  color: #9f25b5;
}

.choose_occupation ul {
  *zoom: 1;
}
.choose_occupation ul:after {
  display: table;
  content: '';
  line-height: 0;
  clear: both;
}
.choose_occupation li {
  float: left;
  width: 174px;
  height: 170px;
  margin: 0 12px;
}
.choose_occupation label {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  cursor: pointer;
}

.notice {
  margin-left: 16px;
  list-style: decimal;
}
.notice li {
  line-height: 25px;
}

.occupation_btn {
  display: block;
  width: 278px;
  height: 63px;
  border: none;
  outline: none;
  cursor: pointer;
  margin: 18px auto 0 auto;
  background: url("../imgs/choose_occupation_btn.png") no-repeat center center;
}

footer {
  width: 100%;
  height: 120px;
  background: url("../imgs/copyright.png") no-repeat center #181818;
}
