@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/css/screen.css" media="screen, projection" rel="stylesheet" type="text/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;
}

.icons-sprite, .icons-arw_blue, .icons-arw_green, .icons-arw_red, .icons-arw_yellow, .icons-download, .icons-incloud, .icons-print, .icons-ra_check, .icons-radio-check, .icons-radio, .icons-sb01, .icons-st_01, .icons-st_02, .icons-t_close, .icons-u_checklin-checked, .icons-u_checkline {
  background-image: url('../images/icons-s1f7c494a67.png');
  background-repeat: no-repeat;
}

.icons-arw_blue {
  background-position: 0 0;
}

.icons-arw_green {
  background-position: 0 -50px;
}

.icons-arw_red {
  background-position: 0 -100px;
}

.icons-arw_yellow {
  background-position: 0 -150px;
}

.icons-download {
  background-position: 0 -200px;
}
.icons-download:hover, .icons-download.download-hover {
  background-position: 0 -270px;
}

.icons-incloud {
  background-position: 0 -340px;
}
.icons-incloud:hover, .icons-incloud.incloud-hover {
  background-position: 0 -410px;
}

.icons-print {
  background-position: 0 -480px;
}
.icons-print:hover, .icons-print.print-hover {
  background-position: 0 -550px;
}

.icons-ra_check {
  background-position: 0 -620px;
}

.icons-radio-check {
  background-position: 0 -638px;
}

.icons-radio {
  background-position: 0 -656px;
}

.icons-sb01 {
  background-position: 0 -674px;
}

.icons-st_01 {
  background-position: 0 -704px;
}

.icons-st_02 {
  background-position: 0 -716px;
}

.icons-t_close {
  background-position: 0 -768px;
}
.icons-t_close:hover, .icons-t_close.t_close-hover {
  background-position: 0 -728px;
}

.icons-u_checklin-checked {
  background-position: 0 -808px;
}

.icons-u_checkline {
  background-position: 0 -826px;
}

.fix {
  clear: both;
}

.bold {
  font-weight: bold;
  font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
}

.hide {
  display: none;
}

body {
  font-family: "Microsoft JhengHei", Arial, Helvetica, sans-serif;
  background-color: #f8f8f8;
}

a {
  text-decoration: none;
}

.wrapper {
  width: 950px;
  margin: 0 auto;
  padding-top: 25px;
  padding-bottom: 50px;
}

.header {
  padding: 15px 0;
}
.header .logo {
  position: relative;
  left: -15px;
  float: left;
}
.header .logo a {
  display: block;
  width: 400px;
  height: 100px;
  text-indent: -9999em;
  background: url(../images/logo.png) no-repeat;
}
.header .func {
  float: right;
  padding-top: 15px;
}
.header .func li {
  cursor: pointer;
  float: left;
  color: #555;
  font-size: 0.75em;
  font-family: "新細明體", Arial, Helvetica, sans-serif;
  text-align: center;
  width: 80px;
  margin-left: 10px;
}
.header .func li span {
  display: block;
  width: 80px;
  height: 60px;
  background-repeat: no-repeat;
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -moz-transition: all, 0.2s, ease-out;
  -o-transition: all, 0.2s, ease-out;
  -webkit-transition: all, 0.2s, ease-out;
  transition: all, 0.2s, ease-out;
}
.header .func li .download {
  background: url(../images/download.png) 0 5px;
}
.header .func li .print {
  background: url(../images/print.png) 0 5px;
}
.header .func li .include {
  background: url(../images/include.png) 0 5px;
}
.header .func li .joinp {
  background: url(../images/joinp.png) 0 5px;
}
.header .func li:hover {
  color: #000;
}
.header .func li:hover span {
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.header .func li:hover .download {
  background: url(../images/download_hover.png) 0 0;
}
.header .func li:hover .print {
  background: url(../images/print_hover.png) 0 0;
}
.header .func li:hover .include {
  background: url(../images/include_hover.png) 0 0;
}
.header .func li:hover .joinp {
  background: url(../images/joinp_hover.png) 0 0;
}

.personalinfo {
  height: 40px;
  background: url(../images/pattern.png) no-repeat;
}
.personalinfo .info {
  position: relative;
  top: 13px;
  left: 50px;
}
.personalinfo .info li {
  font-size: 0.938em;
  float: left;
  margin-right: 30px;
}
.personalinfo .info li a {
  margin-left: 10px;
  font-family: "新細明體", Arial, Helvetica, sans-serif;
  font-size: 0.813em;
  letter-spacing: .1em;
  color: #3979c0;
  text-decoration: none;
}
.personalinfo .info li a:hover {
  color: #4088d8;
  text-decoration: underline;
}
.personalinfo .info li a .txt {
  font-weight: bold;
}

.t_red {
  color: #ff0606;
}

.navgation {
  width: 974px;
  height: 30px;
  position: relative;
  left: -12px;
  background: url(../images/menubk.png) repeat-x #4079b9;
}
.navgation .menu {
  position: relative;
  left: 62px;
}
.navgation .menu li {
  float: left;
  margin-right: 1px;
}
.navgation .menu li a {
  width: 170px;
  font-size: 0.938em;
  line-height: 30px;
  display: block;
  text-align: center;
  color: #fff;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.2);
}
.navgation .menu li a:hover {
  text-shadow: 1px 0 0 #2668b1;
  position: relative;
  top: 4px;
  color: #2668b1;
  background: #fff;
  -moz-border-radius-topleft: 7px;
  -webkit-border-top-left-radius: 7px;
  border-top-left-radius: 7px;
  -moz-border-radius-topright: 7px;
  -webkit-border-top-right-radius: 7px;
  border-top-right-radius: 7px;
  -moz-box-shadow: 0 0 7px rgba(21, 59, 107, 0.8);
  -webkit-box-shadow: 0 0 7px rgba(21, 59, 107, 0.8);
  box-shadow: 0 0 7px rgba(21, 59, 107, 0.8);
}
.navgation .menu li.select a {
  text-shadow: 1px 0 0 #2668b1;
  position: relative;
  top: 4px;
  color: #2668b1;
  background: #fff;
  -moz-border-radius-topleft: 7px;
  -webkit-border-top-left-radius: 7px;
  border-top-left-radius: 7px;
  -moz-border-radius-topright: 7px;
  -webkit-border-top-right-radius: 7px;
  border-top-right-radius: 7px;
  -moz-box-shadow: 0 0 7px rgba(21, 59, 107, 0.8);
  -webkit-box-shadow: 0 0 7px rgba(21, 59, 107, 0.8);
  box-shadow: 0 0 7px rgba(21, 59, 107, 0.8);
}
.navgation .mask, .navgation .pt01, .navgation .pt02 {
  display: block;
}
.navgation .mask {
  height: 12px;
  background: #fff;
  position: relative;
  top: 0;
  z-index: 10;
}
.navgation .pt01, .navgation .pt02 {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 30px;
  z-index: 11;
}
.navgation .pt01 {
  left: 0;
}
.navgation .pt02 {
  right: 0;
}

.page {
  position: relative;
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  background-color: #fff;
}

.nor_p {
  padding: 30px 0 50px;
  background: #f0f7ff;
  -moz-border-radius-bottomleft: 15px;
  -webkit-border-bottom-left-radius: 15px;
  border-bottom-left-radius: 15px;
  -moz-border-radius-bottomright: 15px;
  -webkit-border-bottom-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

.nor_con {
  width: 70%;
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.4em;
}
.nor_con p {
  margin-bottom: 1.2em;
}
.nor_con .nor_notebox {
  width: 70%;
  margin: 20px auto;
  box-sizing: border-box;
  border: 1px solid #ff4d07;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #fff;
  padding: 15px 30px;
}
.nor_con .nor_notebox h4 {
  color: #ff4d07;
  font-size: 13px;
  font-weight: bold;
  font-family: "新細明體", Arial, Helvetica, sans-serif;
}
.nor_con .nor_notebox span {
  font-size: 15px;
  line-height: 1.4em;
}
.nor_con .nor_notebox ol {
  margin: 10px 0 10px 40px;
  list-style-type: decimal;
  padding-left: 20px;
}
.nor_con .nor_notebox ol li {
  line-height: 1.6em;
}

a.beg_btn {
  width: 200px;
  height: 60px;
  line-height: 60px;
  font-size: 27px;
  text-align: center;
  background: #ffa229;
  display: block;
  color: #fff;
  margin: 25px auto 0;
  text-shadow: 0 -1px #eb911d;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}
a.beg_btn:hover.beg_btn {
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}
a.beg_btn:active.beg_btn {
  color: #ccc;
  text-shadow: none;
  line-height: 68px;
  background: #666;
  -moz-box-shadow: inset 0 7px 10px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: inset 0 7px 10px rgba(0, 0, 0, 0.7);
  box-shadow: inset 0 7px 10px rgba(0, 0, 0, 0.7);
}

.nyet_beg_btn {
  width: 200px;
  height: 60px;
  line-height: 60px;
  font-size: 27px;
  text-align: center;
  display: block;
  color: #cccccc;
  margin: 25px auto 0;
  border: 1px solid #ccc;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U0ZTRlNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #e4e4e4));
  background-image: -moz-linear-gradient(#ffffff, #e4e4e4);
  background-image: -webkit-linear-gradient(#ffffff, #e4e4e4);
  background-image: linear-gradient(#ffffff, #e4e4e4);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  cursor: default;
}

.content {
  width: 750px;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 110px;
}
.content h2 {
  font-size: 1.9em;
  font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
  color: #333;
  letter-spacing: .05em;
  line-height: 2em;
}
.content h3 {
  color: #2668b1;
  font-size: 1em;
  font-weight: bold;
  letter-spacing: .06em;
  padding-top: 10px;
  padding-bottom: 15px;
}
.content h3.nonline {
  color: #2668b1;
  font-size: 1em;
  font-weight: bold;
  letter-spacing: .06em;
  padding-top: 10px;
  padding-bottom: 15px;
  border: none;
}
.content .h2note {
  color: #333;
  font-size: 0.813em;
  font-family: "新細明體", Arial, Helvetica, sans-serif;
  line-height: 1.4em;
  text-align: justify;
  display: block;
  margin-bottom: 15px;
}
.content .remark {
  font-family: "新細明體", Arial, Helvetica, sans-serif;
}
.content .remark h4 {
  font-size: 0.813em;
  font-weight: bold;
  color: #777;
  line-height: 2em;
  padding-top: 10px;
  padding-bottom: 2px;
}
.content .remark .list {
  font-size: 0.75em;
  color: #888;
}
.content .remark .list li {
  line-height: 1.4em;
  margin-bottom: 5px;
  padding-left: 16px;
  background: url(../images/arrow.gif) 2px 1px no-repeat;
}

.shadow {
  width: 950px;
  height: 40px;
  position: absolute;
  bottom: -40px;
  background: url(../images/pageshadow.png) no-repeat;
}

.con_li {
  display: block;
  overflow: hidden;
}

.feedbpage {
  width: 720px;
  position: absolute;
  left: 115px;
  bottom: 0;
  z-index: 100;
}
.feedbpage h3 {
  width: 150px;
  height: 37px;
  line-height: 39px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
  -moz-border-radius-topleft: 15px;
  -webkit-border-top-left-radius: 15px;
  border-top-left-radius: 15px;
  -moz-border-radius-topright: 15px;
  -webkit-border-top-right-radius: 15px;
  border-top-right-radius: 15px;
  background: url(../images/remark.png) 15px 6px no-repeat #4c7fb8;
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
}
.feedbpage .send {
  box-sizing: border-box;
  padding: 25px 35px;
  border: 3px solid #4c7fb8;
  background: url(../images/lgihtblue.gif);
}
.feedbpage .send .snote {
  font-size: 0.938em;
}
.feedbpage .send ul {
  margin-top: 15px;
  margin-bottom: 15px;
}
.feedbpage .send ul li {
  margin-left: 1.5em;
  margin-bottom: 10px;
  list-style: decimal;
  font-size: 1.125em;
  line-height: 2em;
  color: #31639b;
}
.feedbpage .send ul li h4 {
  font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
}
.feedbpage .send ul li label {
  color: #111;
  font-size: 0.938em;
  margin-right: 10px;
}
.feedbpage .send ul li input[type="radio"] {
  display: none;
}
.feedbpage .send ul li input[type="radio"] + label span {
  display: inline-block;
  cursor: pointer;
  position: relative;
  top: 2px;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  background: url("../images/icons-s1f7c494a67.png") 0 -656px no-repeat;
}
.feedbpage .send ul li input[type="radio"]:checked + label span {
  background: url("../images/icons-s1f7c494a67.png") 0 -638px no-repeat;
}
.feedbpage .send ul li textarea {
  width: 100%;
  height: 5em;
  max-height: 10em;
  resize: vertical;
  font-size: 0.938em;
  box-sizing: border-box;
  padding: 5px;
}
.feedbpage .send a.sys_btn {
  width: 120px;
  height: 35px;
  line-height: 35px;
  margin: 15px auto;
  text-align: center;
  display: block;
  color: #444;
  border: 1px solid #aaa;
  font-weight: bold;
  font-family: "新細明體", Arial, Helvetica, sans-serif;
  background-image: url(../images/btn_bk.jpg);
  background-repeat: repeat-x;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.feedbpage .send a.sys_btn:hover {
  color: #000;
  border: 1px solid #777;
  -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}
.feedbpage .send a.sys_btn:active {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  background-color: #555;
  background-image: none;
  -moz-box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.7);
  box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.7);
}

.radar_gp {
  padding-top: 55px;
}
.radar_gp .radar {
  float: left;
  position: relative;
  top: -28px;
}
.radar_gp .radar .vec_line {
  fill: none;
  stroke: #0071BC;
  stroke-width: 4;
}
.radar_gp .radar .vec_line_gray {
  fill: none;
  stroke: #808080;
  stroke-width: 4;
}
.radar_gp .radar .r_h {
  font-size: 1.33em;
  font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
}
.radar_gp .radar .r_h .tx_r {
  fill: red;
}
.radar_gp .radar .r_h .tx_y {
  fill: #ff9600;
}
.radar_gp .radar .r_h .tx_g {
  fill: #458e14;
}
.radar_gp .radar .r_h .tx_b {
  fill: #0f70e7;
}
.radar_gp .radar .r_note {
  font-size: 0.938em;
}
.radar_gp .score {
  width: 285px;
  float: right;
}
.radar_gp .score ul li {
  border-top: 1px solid #aaa;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  position: relative;
  padding: 6px 15px 10px;
  margin-bottom: 13px;
  -moz-border-radius-topright: 15px;
  -webkit-border-top-right-radius: 15px;
  border-top-right-radius: 15px;
  -moz-border-radius-bottomright: 15px;
  -webkit-border-bottom-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.radar_gp .score ul li h4 {
  font-size: 1.33em;
  font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
  letter-spacing: .03em;
  margin-bottom: 8px;
}
.radar_gp .score ul li h4 span {
  font-size: 1.2em;
  padding: 0 3px;
}
.radar_gp .score ul li h4 span.c_th {
  font-size: 1em;
  color: #2668b1;
  padding: 0;
}
.radar_gp .score ul li p {
  font-size: 0.875em;
}
.radar_gp .score ul li .lv {
  position: absolute;
  top: 10px;
  right: 75px;
  display: block;
  padding: 4px 5px;
  border: 1px solid #777;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 0.813em;
  font-weight: bold;
  font-family: "新細明體", Arial, Helvetica, sans-serif;
}
.radar_gp .score ul li a {
  position: absolute;
  top: 14px;
  right: 7px;
  display: block;
  font-family: "新細明體", Arial, Helvetica, sans-serif;
  font-size: 0.813em;
  letter-spacing: .1em;
  color: #3979c0;
  text-decoration: none;
}
.radar_gp .score ul li a:hover {
  color: #4088d8;
  text-decoration: underline;
}
.radar_gp .score ul li a .txt {
  font-weight: bold;
}
.radar_gp .score ul li.red {
  border-left: 4px solid #ff0000;
}
.radar_gp .score ul li.yellow {
  border-left: 4px solid #ffcf16;
}
.radar_gp .score ul li.green {
  border-left: 4px solid #8fcc67;
}
.radar_gp .score ul li.blue {
  border-left: 4px solid #4d9ed7;
}
.radar_gp .pop_info {
  position: absolute;
  top: 100px;
  left: 200px;
  z-index: 99;
  display: none;
  width: 550px;
  box-sizing: border-box;
  padding: 15px 40px;
  border-width: 3px;
  border-style: solid;
  background: #fff;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -moz-box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.3);
  box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.3);
}
.radar_gp .pop_info h3 {
  color: #333;
  text-shadow: none;
  font-size: 1.7em;
  font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
  line-height: 1.6em;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin-bottom: 20px;
}
.radar_gp .pop_info p {
  font-size: 1.125em;
  text-align: justify;
  line-height: 1.6em;
  margin-bottom: 20px;
}
.radar_gp .pop_info .arrow {
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  right: -50px;
}
.radar_gp .p_red {
  border-color: #ff0000;
}
.radar_gp .p_red h3 {
  border-color: #ff0000;
}
.radar_gp .p_red .arrow {
  top: 52px;
}
.radar_gp .p_yellow {
  border-color: #ffca00;
}
.radar_gp .p_yellow h3 {
  border-color: #ffca00;
}
.radar_gp .p_yellow .arrow {
  top: 132px;
  background-position: 0 -150px;
}
.radar_gp .p_green {
  border-color: #7dc051;
}
.radar_gp .p_green h3 {
  border-color: #7dc051;
}
.radar_gp .p_green .arrow {
  top: 214px;
  background-position: 0 -50px;
}
.radar_gp .p_blue {
  border-color: #4197d3;
}
.radar_gp .p_blue h3 {
  border-color: #4197d3;
}
.radar_gp .p_blue .arrow {
  top: 295px;
  background-position: 0 0;
}

.totalinfo {
  font-size: 1.125em;
  line-height: 1.6em;
  padding-top: 15px;
  padding-bottom: 30px;
  border-bottom: 1px dotted #ccc;
  border-top: 1px dotted #ccc;
}
.totalinfo p {
  margin-bottom: 20px;
}

.pbtn_top {
  width: 60px;
  height: 60px;
  text-align: center;
  cursor: pointer;
  line-height: 60px;
  position: fixed;
  bottom: 180px;
  color: #fff;
  font-size: 1.125em;
  background: rgba(0, 0, 0, 0.4);
  -moz-border-radius: 2em;
  -webkit-border-radius: 2em;
  border-radius: 2em;
  -moz-transition: all, 0.2s, ease-out;
  -o-transition: all, 0.2s, ease-out;
  -webkit-transition: all, 0.2s, ease-out;
  transition: all, 0.2s, ease-out;
}
.pbtn_top:hover {
  background: rgba(0, 0, 0, 0.9);
}

.p_func {
  position: absolute;
  top: 107px;
  left: 185px;
  width: 80px;
  font-size: 0.813em;
  text-align: right;
  padding: 2px 7px;
  overflow: hidden;
  line-height: 1.6em;
  cursor: pointer;
  display: block;
  color: #444;
  border: 1px solid #aaa;
  font-weight: bold;
  font-family: "新細明體", Arial, Helvetica, sans-serif;
  background-image: url(../images/btn_bk.jpg);
  background-repeat: repeat-x;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.p_func:hover {
  color: #000;
  border: 1px solid #777;
  -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}
.p_func:active {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  background-color: #555;
  background-image: none;
  -moz-box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.7);
  box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.7);
}
.p_func .option {
  display: block;
  float: left;
  width: 18px;
  height: 18px;
}

.exp {
  font-size: 0.813em;
  font-family: "新細明體", Arial, Helvetica, sans-serif;
  color: #666;
  background: #f2f3f3;
}
.exp > span {
  float: left;
  display: block;
  padding: 6px;
  line-height: 1.6em;
}
.exp span.star, .exp span.dot, .exp span.dotgy {
  padding-left: 27px;
  margin-right: 10px;
  margin-left: 5px;
}
.exp span.star {
  background: url(../images/star.png) 0 2px no-repeat;
}
.exp span.dot {
  background: url(../images/dot.png) 0 2px no-repeat;
}
.exp span.dotgy {
  background: url(../images/dotgy.png) 0 2px no-repeat;
}
.exp span.check {
  display: block;
  float: right;
  margin-right: 5px;
}
.exp input[type="checkbox"] + label span {
  display: block;
  float: left;
}
.exp input[type="checkbox"] {
  display: none;
}
.exp input[type="checkbox"] + label {
  cursor: pointer;
}
.exp input[type="checkbox"] + label .chk {
  display: inline-block;
  cursor: pointer;
  position: relative;
  top: 1px;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  background: url("../images/icons-s1f7c494a67.png") 0 -826px no-repeat;
}
.exp input[type="checkbox"] + label.checked .chk {
  background: url("../images/icons-s1f7c494a67.png") 0 -808px no-repeat;
}

.th_txt {
  fill: #fff;
  font-size: 0.813em;
}

.tn_txt {
  fill: #676767;
  font-size: 0.75em;
}

.det_list {
  margin-bottom: 15px;
  border-bottom: 3px solid #777;
}

.det_gp {
  position: relative;
  /*	#dot_gp{
  		 filter: url("#dropshadow");
  		}*/
}
.det_gp .det_info {
  width: 450px;
  position: absolute;
  top: 0;
}
.det_gp .det_info ul {
  position: relative;
  z-index: 10;
}
.det_gp .det_info li {
  overflow: hidden;
}
.det_gp .det_info li div {
  font-size: 0.938em;
  float: left;
  line-height: 30px;
}
.det_gp .det_info li .mrt, .det_gp .det_info li ._selfscore, .det_gp .det_info li ._allscore {
  text-align: center;
}
.det_gp .det_info li .mrt {
  width: 7%;
  height: 30px;
}
.det_gp .det_info li .mrt img {
  position: relative;
  top: 3px;
}
.det_gp .det_info li .item {
  width: 15%;
  color: #3979c0;
  cursor: pointer;
}
.det_gp .det_info li ._selfscore {
  width: 25%;
}
.det_gp .det_info li .scoredb_w {
  width: 14%;
  text-indent: -1em;
  text-align: center;
}
.det_gp .det_info li .desc {
  width: 53%;
  text-indent: .2em;
}
.det_gp .det_info li .des_sw {
  width: 50%;
}
.det_gp .chart {
  position: absolute;
  right: -14px;
  top: 0;
}
.det_gp .chart .chart_body line {
  stroke: #c7c7c7;
  stroke-width: 1;
  shape-rendering: crispEdges;
}
.det_gp .chart .chart_body .polyline {
  fill: none;
  stroke: #0071bc;
  stroke-width: 3;
}
.det_gp .chart .chart_body .polylinegray {
  fill: none;
  stroke: #808080;
  stroke-width: 3;
}
.det_gp .poline {
  width: 25px;
  position: absolute;
  top: 0;
  left: -23px;
  font-size: 0.938em;
}
.det_gp .poline span {
  display: block;
  font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
  padding-bottom: 10px;
}
.det_gp .poline .red {
  height: 330px;
  border-right: 2px solid #ff0d0d;
}
.det_gp .poline .red span {
  color: #ff0000;
}
.det_gp .poline .yellow {
  height: 330px;
  border-right: 2px solid #ffea00;
}
.det_gp .poline .yellow span {
  color: #ffc516;
}
.det_gp .poline .green {
  height: 240px;
  border-right: 2px solid #75c044;
}
.det_gp .poline .green span {
  color: #91ca6c;
}
.det_gp .poline .blue {
  height: 270px;
  border-right: 2px solid #38abe8;
}
.det_gp .poline .blue span {
  color: #4d9ed7;
}
.det_gp .chart_bk {
  width: 450px;
  position: absolute;
  top: 0;
}
.det_gp .chart_bk .red {
  height: 330px;
  background: rgba(255, 13, 13, 0.07);
}
.det_gp .chart_bk .yellow {
  height: 330px;
  background: rgba(255, 234, 0, 0.07);
}
.det_gp .chart_bk .green {
  height: 240px;
  background: rgba(117, 192, 68, 0.05);
}
.det_gp .chart_bk .blue {
  height: 270px;
  background: rgba(56, 171, 232, 0.05);
}
.det_gp .item_pop {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 105px;
  width: 250px;
  padding: 20px;
  border: 3px solid #777;
  background: #fff;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  -moz-box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.3);
  box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.3);
}
.det_gp .item_pop h4 {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 10px;
}
.det_gp .item_pop h4 span {
  font-size: 0.5em;
  color: #999;
  padding-left: .5em;
}
.det_gp .item_pop p {
  line-height: 1.4em;
}
.det_gp .item_pop .arrow {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 15%;
  left: -30px;
  display: block;
}

.dt_txt_info {
  padding-bottom: 30px;
}
.dt_txt_info li {
  width: 360px;
  height: 150px;
  float: left;
  position: relative;
  padding: 15px 25px 15px 40px;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.dt_txt_info li h4 {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 10px;
}
.dt_txt_info li h4 span {
  font-size: 0.5em;
  color: #999;
  padding-left: .5em;
}
.dt_txt_info li h5 {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 10px;
}
.dt_txt_info li p {
  line-height: 1.4em;
}
.dt_txt_info li .score {
  font-size: 1.5em;
  position: absolute;
  right: 15px;
  top: 15px;
}
.dt_txt_info li .star {
  position: absolute;
  left: 10px;
  top: 13px;
}
.dt_txt_info li:nth-child(odd) {
  margin-right: 30px;
}
.dt_txt_info li.red {
  background: url(../images/red_bk.gif);
  border-left: 1px solid #ff0000;
}
.dt_txt_info li.yellow {
  background: url(../images/yellow_bk.gif);
  border-left: 1px solid #ffc000;
}
.dt_txt_info li.green {
  background: url(../images/green_bk.gif);
  border-left: 1px solid #6cbe3b;
}
.dt_txt_info li.blue {
  background: url(../images/blue_bk.gif);
  border-left: 1px solid #14a0e9;
}

.comparebox {
  width: 285px;
  float: right;
  position: relative;
  top: -30px;
}
.comparebox > div {
  margin-bottom: 10px;
  overflow: hidden;
}
.comparebox .selbar > span {
  width: 110px;
  float: left;
  display: block;
  margin-top: 10px;
}
.comparebox .selbar .letsp {
  letter-spacing: .25em;
}
.comparebox .selbar .letrp {
  letter-spacing: -0.02em;
}
.comparebox .selbar select {
  width: 170px;
  float: left;
  cursor: pointer;
  font-size: 1em;
  font-family: "Microsoft JhengHei", Arial, Helvetica, sans-serif;
  padding: 7px;
}
.comparebox .selbar select option {
  color: #333;
}
.comparebox .selbar .empty {
  color: #999;
}
.comparebox .selbar li {
  box-sizing: border-box;
  padding: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #ccc;
  margin-top: 6px;;
}
.comparebox .selbar li .jbw {
  font-size: 1em;
  float: left;
}
.comparebox .selbar li .jbw:hover {
  cursor: pointer;
  text-decoration: underline;
}
.comparebox .selbar li .wbar {
  width: 30px;
  height: 5px;
  float: right;
  position: relative;
  top: 5px;
  background: #ddd;
}
.comparebox .selbar li .wbar .qz {
  width: 50%;
  height: 5px;
  background: #86d13b;
}
.comparebox .selbar li .num {
  width: 37px;
  font-size: 0.938em;
  float: right;
  text-align: right;
}
.comparebox .selbar li .link {
  width: 85px;
  font-size: 16px;
  float: right;
  line-height: 1.4em;
  text-align: right;
}
.comparebox .selbar li .link a {
  color: #333;
}
.comparebox .selbar li .link a span {
  color: #06c;
}
.comparebox .selbar li .link a:hover {
  text-decoration: underline;
}
.comparebox .selbar li.select {
  color: #06c;
  border: 1px solid #06c;
}
.comparebox .selbar li.select .link a {
  color: #06c;
}
.comparebox .jb_anum {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 1em;
  line-height: 1.6em;
  text-align: right;
  padding: 7px 5px 0 0;
  border-top: 1px dotted #ccc;
}
.comparebox .jb_anum a {
  color: #333;
}
.comparebox .jb_anum a:hover {
  text-decoration: underline;
}
.comparebox .jb_anum a span {
  color: #06c;
  font-size: 1.063em;
}
.comparebox .sbar > span {
  width: 110px;
  display: block;
  float: left;
  margin-top: 10px;
}
.comparebox .sbar .scorebar {
  width: 170px;
  height: 36px;
  box-sizing: border-box;
  float: left;
  position: relative;
  overflow: hidden;
  background: url(../images/scorebar_bk.gif) repeat-x;
  border: 1px solid #a9a9a9;
}
.comparebox .sbar .scorebar span {
  width: 180px;
  line-height: 36px;
  font-size: 1.1em;
  position: absolute;
  z-index: 15;
  text-align: center;
  display: block;
  font-weight: bold;
  text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.7);
}
.comparebox .sbar .scorebar .scorerect {
  width: 58%;
  position: absolute;
  height: 36px;
  background: url(../images/score_bk.gif) repeat-x;
}
.comparebox .intro, .comparebox .intro_x {
  width: 280px;
  margin-top: 10px;
  box-sizing: border-box;
}
.comparebox .intro span, .comparebox .intro_x span {
  font-size: 0.813em;
  font-weight: bold;
  font-family: "新細明體", Arial, Helvetica, sans-serif;
  line-height: 1.4em;
}
.comparebox .intro p, .comparebox .intro_x p {
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.4em;
  text-align: justify;
  letter-spacing: .05em;
}
.comparebox .intro.defult {
  background: #f1f2f2;
  border: 1px dotted #a9a9a9;
}
.comparebox .intro {
  padding: 1em;
  background: #fffaee;
  border: 1px dotted #ffddb9;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
.comparebox .sso span {
  display: block;
  float: left;
}
.comparebox .sso {
  display: block;
  padding: 2px 0;
  overflow: hidden;
  margin-bottom: 5px;
}
.comparebox .sso .it {
  width: 110px;
  font-size: 17px;
  font-family: "Microsoft JhengHei", Arial, Helvetica, sans-serif;
}
.comparebox .sso .pare {
  width: 120px;
  height: 12px;
  position: relative;
  top: 5px;
  background: #ddd;
  margin-right: 5px;
}
.comparebox .sso .pare .rect {
  height: 12px;
  background: #86d13b;
}
.comparebox .sso .num {
  width: 45px;
  font-size: 17px;
  font-family: "Microsoft JhengHei", Arial, Helvetica, sans-serif;
  text-align: right;
}
.comparebox .p_note {
  margin-top: 30px;
}
.comparebox .p_note li {
  color: #666;
  font-size: 13px;
  font-family: "新細明體", Arial, Helvetica, sans-serif;
  margin-bottom: .3em;
  padding: 3px 0 3px 45px;
  background-position: left center;
  background-repeat: no-repeat;
}
.comparebox .p_note li.slef {
  background-image: url(../images/nt_01bu.png);
}
.comparebox .p_note li.cpr {
  background-image: url(../images/nt_02gy.png);
}

.infonote {
  font-size: 0.813em;
  line-height: 1.6em;
  margin-bottom: 5px;
}

.sugtcube {
  margin-bottom: 30px;
}
.sugtcube li {
  position: relative;
  padding: 10px;
  border: 1px solid #aaaaaa;
  margin-bottom: 13px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  overflow: hidden;
}
.sugtcube li .numb {
  position: absolute;
  left: 0;
  top: 30px;
  color: #fff;
  font-size: 2.250em;
  font-family: arial;
  width: 40px;
  height: 80px;
  line-height: 80px;
  text-align: left;
  text-indent: .15em;
  -moz-border-radius-topright: 39px;
  -webkit-border-top-right-radius: 39px;
  border-top-right-radius: 39px;
  -moz-border-radius-bottomright: 39px;
  -webkit-border-bottom-right-radius: 39px;
  border-bottom-right-radius: 39px;
  -moz-box-shadow: inset -3px 3px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset -3px 3px 5px rgba(0, 0, 0, 0.3);
  box-shadow: inset -3px 3px 5px rgba(0, 0, 0, 0.3);
}
.sugtcube li .numb.blue {
  background: #3e81cb;
}
.sugtcube li .numb.green {
  background: #71b247;
}
.sugtcube li div {
  float: left;
}
.sugtcube li div p {
  line-height: 1.4em;
}
.sugtcube li div.thb {
  width: 300px;
  margin-left: 50px;
  margin-right: 30px;
}
.sugtcube li div.thb h4 {
  font-size: 1.5em;
  line-height: 1.8em;
}
.sugtcube li div.sugb {
  width: 340px;
  padding: 15px 10px 15px 20px;
  box-sizing: border-box;
  border-left: 1px solid #ff7200;
  background: url(../images/org_bk.gif);
}
.sugtcube li div.sugb h4 {
  font-size: 1.25em;
  margin-bottom: 8px;
}
.sugtcube li div.sugb h4 span {
  color: #ff5400;
  font-size: 0.6em;
  font-weight: bold;
  font-family: "新細明體", Arial, Helvetica, sans-serif;
  padding-right: 5px;
}

.optpop {
  width: 720px;
  height: 560px;
  border: 3px solid #aaa;
  box-sizing: border-box;
  padding: 20px 10px;
  background: #fff;
  position: relative;
  -moz-box-shadow: 6px 12px 20px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 6px 12px 20px rgba(0, 0, 0, 0.6);
  box-shadow: 6px 12px 20px rgba(0, 0, 0, 0.6);
}
.optpop h2 {
  font-size: 1.5em;
  line-height: 1.6em;
  margin-bottom: 7px;
  margin-left: 18px;
}
.optpop > .check {
  margin-left: 18px;
}
.optpop ul {
  margin-top: 15px;
  overflow: hidden;
}
.optpop ul li {
  width: 170px;
  height: 380px;
  float: left;
  box-sizing: border-box;
  padding: 20px 15px;
  margin-left: 2px;
}
.optpop ul li .check {
  display: block;
  margin-bottom: 10px;
  cursor: pointer;
}
.optpop ul li .check span, .optpop ul li .check input {
  cursor: pointer;
}
.optpop ul li .check.seed {
  margin-left: 1.5em;
}
.optpop ul li.red {
  border-top: 2px solid #ff0000;
  background: #fff7f7;
}
.optpop ul li.yellow {
  border-top: 2px solid #ffde00;
  background: #fffdef;
}
.optpop ul li.green {
  border-top: 2px solid #70bc26;
  background: #f8ffee;
}
.optpop ul li.blue {
  border-top: 2px solid #267ebc;
  background: #f7fbff;
}
.optpop a.sys_btn {
  width: 120px;
  height: 35px;
  line-height: 35px;
  margin: 20px auto;
  text-align: center;
  display: block;
  color: #444;
  border: 1px solid #aaa;
  font-weight: bold;
  font-family: "新細明體", Arial, Helvetica, sans-serif;
  background-image: url(../images/btn_bk.jpg);
  background-repeat: repeat-x;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.optpop a.sys_btn:hover {
  color: #000;
  border: 1px solid #777;
  -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}
.optpop a.sys_btn:active {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  background-color: #555;
  background-image: none;
  -moz-box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.7);
  box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.7);
}
.optpop .close {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  width: 40px;
  height: 40px;
  text-indent: -9999em;
  cursor: pointer;
}

.share {
  float: left;
  position: relative;
  top: 70px;
  left: -30px;
}

.push_step {
  display: block;
  float: right;
  position: relative;
  right: 0px;
  top: 0px;
}
.push_step li {
  float: right;
  display: block;
  margin: 2px 0 0 3px;
  border: 0;
}
.push_step li a {
  behavior: expression(this.onFocus=this.blur());
}
.push_step img {
  border: 0;
}

/*worklist*/
.worklist {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}

.worklist > li {
    list-style: none;
}

.worklist > ul {
    list-style: none;
    border-style:none;
	padding: 0px;	
}

.worksbox {
    overflow: hidden;
}

.worksbox > div a {
    padding: 10px 0;
    float: right;
    color: #0087bd;
    font-size: 14px;
}
.worksbox > li {
    border-style: none !important;
    padding: 0px !important;
    margin: 0px !important;
}

.worksbox > li:hover {
    background-color: #fff7fa;
}

.works {
    width: 100%;
    overflow: hidden;
}
.works > li {
    float: left;
    font-size: 16px;
    color: #333;
    padding: 8px 0 !important;	
	border-bottom: 1px solid #ddd !important;
	border-radius: 0 !important;
}
.works > li:nth-child(1) {
    float: left;
    width: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
}
.works > li:nth-child(2) {
    float: left;
    width: 40%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #888;
}
