﻿@charset "utf-8";
/* CSS Document */

/* 基本設定 */
body {
  background: #f1f1f1;
  font: 13px/1.5em '微軟正黑體', '新細明體', Arial, Helvetica, sans-serif;
  color: #666;
  word-wrap: break-word;
  word-break: break-all;
}

.clearfix:after {
  content: " ";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}

.clearfix {
  zoom: 1;
}

a:link, a:visited {
  color: #3b5998;
  text-decoration: none;
}

a:hover {
  color: #ff6600;
}
/* ---------------------------------------- 共用樣式 ---------------------------------------- */
.inp_srh {
  color: #000;
  border: 1px solid #cccccc;
  height: 18px;
  padding: 2px;
  margin: 0 0 8px;
  background: #FFF;
}

.inp_dropDown {
  height: 26px;
}

.floatLeft {
  float: left;
}

.pic {
  border: 1px solid #cdd5dc;
  padding: 5px;
}

.num2 {
  background: url(../images/num2.png) no-repeat 9px 7px;
}

.num3 {
  background: url(../images/num3.png) no-repeat 9px 7px;
}

.num4 {
  background: url(../images/num4.png) no-repeat 9px 7px;
}

.num5 {
  background: url(../images/num5.png) no-repeat 9px 7px;
}

.go_top {
  float: right;
  margin-right: 10px;
  font: 10px Arial, Helvetica, sans-serif;
  background: url(../images/arrow_gray.jpg) no-repeat 5px;
  padding-left: 15px;
  display: block;
  cursor: pointer;
}

.btn, .btnNoClick {
  width: 180px;
  height: 50px;
  border: none;
  cursor: pointer;
  color: #FFF;
  margin: 0 auto;
  font-size: 17px;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #0674c4;
}

  .btn:hover {
    background-color: #0794fb;
  }

.btnNoClick {
  background-color: #d6d3d3;
}

/* ---------------------------------------- myEbook ---------------------------------------- */
/* myEbook */
#myEbook {
  height: 660px;
  width: 806px;
  overflow: hidden;
  z-index: 1000;
  position: fixed;
  top: 10px;
  right: -780px;
}

.myEbook_wrap {
  position: relative;
}

.myEbook_content {
  background: url(../images/myEbook_bg.jpg) no-repeat;
  height: 620px;
  width: 766px;
  z-index: 200;
  position: absolute;
  left: 30px;
  overflow: hidden;
}

.myEbook_open {
  background: url(../images/myEbook_close.png) no-repeat;
  height: 150px;
  width: 40px;
  z-index: 100;
  position: absolute;
  top: 60px;
  cursor: pointer;
}

.myEbook_current {
  background: url(../images/myEbook_open.png) no-repeat;
}

.myEbook_menu {
  position: absolute;
  top: 65px;
  left: 35px;
}

  .myEbook_menu ul li {
    float: left;
    margin-right: 4px;
    width: 140px;
  }

.myEbook_container {
  position: absolute;
  overflow: hidden;
  top: 130px;
  left: 55px;
  height: 475px;
  width: 100%;
}

.myEbook_list {
  overflow: hidden;
  width: 100%;
  margin-bottom: 20px;
}

  .myEbook_list ul li {
    float: left;
    height: 190px;
    width: 140px;
    color: #FFF;
    margin: 0 2px 38px 0;
  }

  .myEbook_list p {
    text-align: center;
    margin-right: 20px;
  }

  .myEbook_list .myEbook_list_bg {
    background: url(../images/myEbook_list_bg.png) no-repeat;
    height: 137px;
    width: 140px;
    display: block;
  }

.myEbook_btn, .myEbook_btn:hover, .myEbook_btn_Active {
  background: url(../images/myEbook_btn.png) no-repeat;
  height: 33px;
  line-height: 33px;
  width: 140px;
  border: none;
  cursor: pointer;
}

  .myEbook_btn:hover, .myEbook_btn_Active {
    background: url(../images/myEbook_btnACTIVE.png) no-repeat;
    color: White;
  }

.myEbook_btn2 {
  width: 69px;
  height: 20px;
  background: url(../images/myEbook_btn2.jpg) no-repeat;
  margin-top: 10px;
  border: none;
  cursor: pointer;
  color: #FFF;
  margin-right: 1px;
}

.myEbook_btn3 {
  width: 50px;
  height: 20px;
  background: url(../images/myEbook_btn3.jpg) no-repeat;
  margin-top: 10px;
  border: none;
  cursor: pointer;
  color: #FFF;
}

.myEbook_content_more {
  position: absolute;
  right: 90px;
  bottom: 0;
  font-size: 15px;
  font-weight: bold;
}

.myEbook_lendingInfo {
  float: right;
  margin: 18px;
  font-size: 16px;
  color: #666666;
}

  .myEbook_lendingInfo span {
    color: orangered;
  }

/* ---------------------------------------- book_sort & subject_sort ---------------------------------------- */
#book_sort, #subject_sort {
  display: none;
  background: #FFF;
  position: absolute;
  overflow: auto;
  border: 1px solid #666666;
  padding: 10px 9px;
  margin: 0 auto;
  z-index: 200;
  top: 155px;
  left: 13px;
}

  #book_sort ul, #subject_sort ul {
    width: 295px;
    padding: 10px;
    float: left;
  }

  #book_sort h3, #subject_sort h3 {
    font-size: 15px;
    line-height: 1.5em;
    color: #000000;
    border-bottom: 1px dashed #999999;
    margin-bottom: 10px;
  }

    #book_sort h3 a, #subject_sort h3 a {
      color: #000000;
    }

      #book_sort h3 a:hover, #subject_sort h3 a:hover {
        color: #ff6600;
      }

  #book_sort ul li, #subject_sort ul li {
    font-size: 13px;
    line-height: 1.5em;
    color: #333333;
    float: left;
    margin-right: 5px;
    white-space: nowrap;
  }

.book_slide, .subject_slide {
  background-image: url(../images/white-arrow.gif);
  background-repeat: no-repeat;
  background-position: 0px -57px;
  height: 10px;
  width: 9px;
  margin-left: 2px;
}

.book_active, .subject_active {
  background-position: 0px 5px;
}
/* ---------------------------------------- header ---------------------------------------- */
.header {
  background: url(../images/header_bar.jpg) repeat-x;
  width: 100%;
  height: 163px;
}

.head {
  background: url(../images/header_bg.jpg) no-repeat;
  height: 163px;
  width: 991px;
  margin: 0 auto;
  position: relative;
}

.tool_bar {
  height: 32px;
  line-height: 32px;
  margin-right: 35px;
  font-size: 14px;
}

  .tool_bar li {
    padding-left: 10px;
    float: right;
  }

    .tool_bar li a:link, .tool_bar li a:visited {
      color: #8fabd0;
      text-decoration: none;
      display: block;
    }

    .tool_bar li a:hover {
      color: #ff6600;
    }

h1.logo {
  width: 500px;
  border: 0;
  padding-left: 20px;
  float: left;
}

.login_bar {
  width: 400px;
  color: #F60;
  text-align: right;
  margin-right: 35px;
  float: right;
}

.number_bar {
  width: 400px;
  color: #F60;
  text-align: right;
  margin-right: 35px;
  float: right;
}

.keyword {
  width: 400px;
  height: 30px;
  line-height: 30px;
  margin: 7px 35px 0 0;
  float: right;
}

  .keyword li {
    float: right;
    text-align: right;
  }

    .keyword li a:link, .keyword li a:visited {
      color: #0781ca;
      text-decoration: none;
      display: block;
    }

    .keyword li a:hover {
      color: #ff6600;
    }

.menu {
  width: 500px;
  line-height: 42px;
  font-size: 17px;
  color: #FFF;
  margin-top: 15px;
  float: left;
}

  .menu li {
    float: left;
    padding-left: 15px;
    cursor: pointer;
  }

    .menu li a:link, .menu li a:visited {
      color: #FFF;
      text-decoration: none;
      display: block;
    }

    .menu li a:hover {
      color: #ff6600;
    }

  .menu span {
    padding: 0 5px;
  }

.search {
  width: 460px;
  float: right;
  color: #444;
  margin-top: 8px;
  margin-right: 15px;
  text-align: right;
}
/* ------will be 5px only in google chrome------ */
@media screen and (-webkit-min-device-pixel-ratio:0) {
  .search {
    margin-top: 5px;
  }
}

.search span {
  padding-left: 5px;
}

.search a:link, .search a:visited {
  color: #FFF;
  text-decoration: none;
}

.search a:hover {
  color: #ff6600;
}

.btn_srh {
  width: 65px;
  height: 25px;
  background: url(../images/btn_search.jpg) no-repeat 0 0;
  border: none;
  cursor: pointer;
  text-indent: -999em;
}

/* ---------------------------------------- main ---------------------------------------- */
#main {
  background: #FFF;
  width: 970px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

#side {
  width: 240px;
  float: left;
  position: relative;
}

#content {
  width: 730px;
  float: right;
  position: relative;
}

.iReadeBook_download {
  border: 0;
  padding-left: 9px;
  margin-bottom: 10px;
}

/* 書籍分類 */
.sidebar_top_gray_title {
  background: url(../images/sidebar_top_gray_title.jpg) no-repeat 0px 0px;
  width: 240px;
  height: 70px;
}

  .sidebar_top_gray_title h2, .sidebar_top_blue_title h2 {
    font-size: 17px;
    color: #FFF;
    padding-top: 30px;
    padding-left: 30px;
    font-weight: bold;
  }

.sidebar_main_gray {
  background: url(../images/sidebar_main_gray.jpg) repeat-y;
  position: relative;
}

.menu_list {
  width: 216px;
  overflow: hidden;
  padding-left: 15px;
}

.sidebar_main_gray .main_menu {
  font-size: 17px;
  line-height: 1.5em;
  border-bottom: 1px solid #d1d2d4;
  padding: 5px 5px 5px 15px;
}

.arrow_gray2 {
  height: 9px;
  width: 9px;
  background: url(../images/arrow_gray2.png) no-repeat;
  float: left;
  margin: 12px 0 0 2px;
  cursor: pointer;
}

.arrow_gray3 {
  height: 9px;
  width: 9px;
  background: url(../images/arrow_gray2.png) no-repeat;
  float: left;
  margin: 5px 2px 0 0;
  cursor: pointer;
}

.arrow_gray2_active {
  cursor: pointer;
  height: 9px;
  width: 9px;
  background: url(../images/arrow_gray2_o.png) no-repeat;
  position: relative;
  float: left;
  margin: 12px 0 0 2px;
}

.arrow_gray3_active {
  cursor: pointer;
  height: 9px;
  width: 9px;
  background: url(../images/arrow_gray2_o.png) no-repeat;
  position: relative;
  float: left;
  margin: 5px 2px 0 0;
}

.sidebar_main_gray span {
  font-size: 12px;
  color: #999;
  margin-left: 5px;
}

.sidebar_main_gray .sub_menu {
  width: 180px;
  padding: 10px 0 5px 30px;
  display: none;
}

  .sidebar_main_gray .sub_menu ul {
    list-style-type: disc;
  }

  .sidebar_main_gray .sub_menu li a {
    font-size: 13px;
    line-height: 20px;
  }

.sidebar_main_gray .sec_menu {
  padding: 5px 0 5px 30px;
  display: none;
}

  .sidebar_main_gray .sec_menu ul {
    list-style: square;
  }

  .sidebar_main_gray .sec_menu li a {
    font-size: 13px;
    line-height: 20px;
  }

/*.sidebar_main_gray dl{
  margin:0 0 30px 20px;
}
.sidebar_main_gray dd{
  width: 240px;
  font-size: 17px;
  line-height: 31px;
}
.sidebar_main_gray dd span{
  font-size: 12px;
  color: #999;
  margin-left: 5px;
  line-height: 31px;
}*/
.more_control {
  font: 12px Arial, Helvetica, sans-serif;
  width: 50px;
  margin-left: 165px;
  padding-top: 10px;
  display: block;
}

.sidebar_bottom_gray {
  background: url(../images/sidebar_bottom_gray.jpg) no-repeat;
  height: 15px;
  width: 240px;
  margin-bottom: 10px;
}

/* TOP10 頁籤*/
.sidebar_tab {
  width: 240px;
  height: 36px;
  padding-left: 9px;
}

  .sidebar_tab li {
    text-align: center;
    background: url(../images/sidebar_tab_none.jpg) no-repeat;
    height: 36px;
    width: 115px;
    color: #999;
    float: left;
  }

    .sidebar_tab li a {
      font-size: 17px;
      line-height: 36px;
      color: #999999;
    }

    .sidebar_tab li.sidebar_current {
      background: url(../images/sidebar_tab_current.jpg) no-repeat;
      height: 36px;
      width: 116px;
    }

      .sidebar_tab li.sidebar_current a {
        color: #ffffff;
      }
/* TOP10 內容 */
.top10_wrap {
  display: none;
}

.top10 {
  background: url(../images/top10_bg.jpg) no-repeat;
  height: 124px;
  width: 240px;
  position: relative;
}

  .top10 p {
    font-size: 13px;
    position: absolute;
    left: 130px;
    top: 65px;
    width: 100px;
    height: 60px;
    overflow: hidden;
  }

.top10_main_blue {
  padding-top: 10px;
  background: url(../images/sidebar_main_blue.jpg) repeat-y;
}

  .top10_main_blue ul li {
    font-size: 13px;
    line-height: 1.5em;
    position: relative;
    border-bottom: 1px solid #d1d2d4;
    padding: 5px 5px 5px 30px;
  }

.top10 a:link, .top10 a:visited {
  color: #0781ca;
  text-decoration: none;
}

.top10 a:hover {
  color: #ff6600;
}

.top10_pic {
  position: absolute;
  left: 39px;
  top: 22px;
  border: 0;
  z-index: 10;
}

.crown {
  position: absolute;
  left: 20px;
  top: 5px;
  z-index: 20;
}
/* TOP10 中間 */
.sidebar_main_blue {
  background: url(../images/sidebar_main_blue.jpg) repeat-y;
}

  .sidebar_main_blue ul li {
    font-size: 13px;
    line-height: 1.5em;
    position: relative;
    border-bottom: 1px solid #d1d2d4;
    padding: 5px 5px 5px 15px;
    background: url(../images/arrow_gray2.png) no-repeat 2px 10px;
  }

.sidebar_bottom_blue {
  background: url(../images/sidebar_bottom_blue.jpg) no-repeat;
  height: 15px;
  width: 240px;
  margin-bottom: 10px;
}


/* 新書介紹 */
.sidebar_top_blue_title {
  background: url(../images/sidebar_top_blue_title.jpg) no-repeat 0px 0px;
  width: 240px;
  height: 70px;
}

/* FB粉絲團 */
.sidebar_top_gray {
  background: url(../images/sidebar_top_gray.jpg) no-repeat;
  width: 240px;
  height: 15px;
}

/* 側邊Banner輪播 */

#sidebar_banner {
  width: 180px;
  margin: 0 auto;
}

#scroll_arrows_v1 {
  position: absolute;
  top: -5px;
  left: 100px;
  cursor: pointer;
}

#scroll_arrows_v2 {
  position: absolute;
  top: 240px;
  left: 100px;
  cursor: pointer;
}

#sidebar_banner_wrap {
  top: 25px;
  overflow: hidden;
  position: relative;
  height: 200px;
  width: 180px;
}

#sidebar_banner_list {
  position: absolute;
}

.sidebar_banner_pic {
  width: 180px;
  height: 70px;
}


/* 新訊通知 */
.sidebar_top_blue {
  background: url(../images/sidebar_top_blue.jpg) no-repeat;
  height: 15px;
  width: 240px;
}

.sidebar_main_blue h3, .sidebar_main_blue_solid h3 {
  font-size: 15px;
  color: #3b5998;
  font-weight: bold;
  margin-left: 20px;
  width: 200px;
  display: inline-block;
  overflow: hidden;
}

.sidebar_main_blue span {
  font-size: 12px;
  color: #3b5998;
  margin-left: 20px;
  display: inline-block;
  width: 200px;
}

  .sidebar_main_blue span a:link, .sidebar_main_blue span a:visited {
    color: #3b5998;
    text-decoration: underline;
  }

  .sidebar_main_blue span a:hover {
    color: #ff6600;
  }

.btn_order {
  width: 75px;
  height: 25px;
  background: url(../images/btn_order.jpg) repeat-x;
  border: 1px solid #000;
  cursor: pointer;
  color: #FFF;
}

/* ---------------------------------------- content ---------------------------------------- */

/* 首頁banner輪播 */
.scroll_banner_bg {
  background: url(../images/scroll_bg.jpg) no-repeat;
  height: 185px;
  width: 710px;
  margin: 0 0 0 10px;
  padding: 15px 15px 0 15px;
}

.scroll_wrap {
  overflow: hidden;
  height: 170px;
  width: 680px;
  position: relative;
}

  .scroll_wrap ul.list {
    overflow: hidden;
    position: relative;
    width: 9999px;
  }

    .scroll_wrap ul.list li {
      float: left;
      width: 680px;
    }

  .scroll_wrap ul.playerControl {
    position: absolute;
    bottom: 5px;
    right: 5px;
    height: 14px;
  }

    .scroll_wrap ul.playerControl li {
      float: left;
      width: 10px;
      height: 10px;
      cursor: pointer;
      margin: 0px 5px;
      background: url(../images/cir_ctrl.png) no-repeat -10px 0;
    }

      .scroll_wrap ul.playerControl li.current {
        background-position: 0 0;
      }
/*
.scroll_wrap ul.list li img{float: left;}
.scroll_wrap ul.list li h3{
  font-size: 15px;
  color: #0781ca;
  font-weight: bold;
  width: 240px;
  float: right;
  margin: 15px 10px 0 0;
  line-height: 1.5em;
}
.scroll_wrap ul.list li p{
  width: 240px;
  float: right;
  margin: 20px 10px 0 0;
}*/

/* 首頁跑馬燈 */
div#abgne_marquee {
  position: relative;
  overflow: hidden; /* 超出範圍的部份要隱藏 */
  width: 710px;
  height: 25px;
  border: 1px solid #ddd;
  margin: 10px 0px 15px 10px;
}

  div#abgne_marquee ul, div#abgne_marquee li {
    width:650px;/*2017/05/10 文字太常會遮住按鈕*/
    margin: 0;
    padding: 0;
    list-style: none;
  }

  div#abgne_marquee ul {
    position: absolute;
    left: 10px; /* 往後推個 30px */
  }

    div#abgne_marquee ul li a {
      display: block;
      overflow: hidden; /* 超出範圍的部份要隱藏 */
      font-size: 12px;
      height: 25px;
      line-height: 25px;
      padding-left: 60px;
      text-decoration: none;
      background: #fff url(../images/back.gif) no-repeat;
    }

    div#abgne_marquee ul li.b1 a {
      background-position: 5px 5px;
    }

  div#abgne_marquee div.marquee_btn {
    position: absolute;
    cursor: pointer;
  }

  div#abgne_marquee div#marquee_next_btn {
    right: 30px;
  }

  div#abgne_marquee div#marquee_prev_btn {
    right: 5px;
  }


/* 首頁頁籤 */
.index_tab_wrap {
}

.index_tab {
  width: 710px;
  height: 35px;
  margin-left: 10px;
  position: relative;
}

  .index_tab li {
    text-align: center;
    background: url(../images/index_tab_none.jpg) no-repeat;
    height: 35px;
    width: 178px;
    color: #999999;
    float: left;
    margin-left: -1px;
    position: relative;
    cursor: pointer;
  }

    .index_tab li a {
      font-size: 17px;
      line-height: 35px;
      color: #999999;
    }

    .index_tab li.index_tab_current {
      background: url(../images/index_tab_current.jpg) no-repeat;
      height: 35px;
      width: 178px;
      margin-left: -1px;
    }

      .index_tab li.index_tab_current a {
        color: #ffffff;
      }

.index_tab_content {
  background: url(../images/index_tab_bg.jpg) no-repeat;
  height: 652px;
  width: 710px;
  margin-left: 10px;
  margin-bottom: 15px;
  overflow: hidden;
}

  .index_tab_content ul {
    padding-top: 45px;
    padding-left: 56px;
    display: inline-block;
    overflow: hidden;
  }

    .index_tab_content ul li {
      float: left;
      margin-right: 38px;
      margin-bottom: 67px;
      margin-top: -30px;
      overflow: hidden;
      display: inline;
    }

      .index_tab_content ul li h4 {
        margin-bottom: 11px;
        width: 120px;
        height: 19px;
        overflow: hidden;
      }

      .index_tab_content ul li a {
        overflow: hidden;
        display: inline;
      }

.tip {
  width: 210px;
  position: absolute;
  border: 1px solid #ccc;
  padding: 20px;
  display: none;
  z-index: 990;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 0 15px rgba(0,0,0,0.5);
  box-shadow: 0 0 15px rgba(0,0,0,0.5);
  background: #ffffff;
  behavior: url(scripts/PIE.htc);
}

  .tip .tipArrow {
    position: absolute;
    bottom: -10px;
    left: 105px;
  }

.tip_wrap {
  display: none;
}

.tip_control li {
  float: left;
  width: 200px;
  overflow: hidden;
  /*Kate - 用 CSS 讓過長溢出的字省略變 ...*/
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tip_control h3 {
  font-size: 17px;
  color: #0674c4;
  line-height: 1.5em;
  border-bottom: 1px solid #999999;
  margin-bottom: 10px;
  font-weight: normal;
  /*Kate - 用 CSS 讓過長溢出的字省略變 ...*/
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tip_control .detail {
  float: left;
  width: 135px;
}

.googleTxtSmall {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tip_btn {
  width: 100px;
  height: 35px;
  margin-top: 10px;
  font-size: 13px;
}


/* 首頁電子雜誌*/
.magazine {
  width: 710px;
  margin: 0 0 30px 10px;
  overflow: hidden;
  position: relative;
  height: 300px;
}

.magazine_title {
  background: url(../images/index_title.jpg) no-repeat;
  width: 710px;
  height: 31px;
  margin: 0 0 20px 0;
  overflow: hidden;
}

  .magazine_title h3 {
    font-size: 15px;
    color: #666666;
    font-weight: bold;
    padding-left: 40px;
    display: inline;
    line-height: 31px;
    float: left;
  }

  .magazine_title span {
    font-size: 13px;
    margin: 5px 0 0 10px;
    padding: 0 5px;
    background: #e2f1f6;
    font-weight: bold;
    float: left;
  }

    .magazine_title span a {
      color: #0781ca;
    }

.magazine_roll {
  position: absolute;
  top: 10px;
  right: 30px;
}

  .magazine_roll a {
    float: left;
    width: 10px;
    height: 10px;
    margin: 0px 5px;
    text-indent: -9999px;
    background: url(../images/cir_ctrl.png) no-repeat -10px 0;
  }

    .magazine_roll a.on {
      background-position: 0 0;
    }

.magazine_prev, .magazine_next {
  position: absolute;
  top: 120px;
  display: block;
  width: 15px;
  height: 45px;
  text-indent: -9999px;
}

.magazine_prev {
  background: url(../images/scroll_arrows_s1.png) no-repeat;
  left: 0;
}

.magazine_next {
  background: url(../images/scroll_arrows_s2.png) no-repeat;
  right: 0;
}

.magazine_wrap {
  position: absolute;
  width: 640px;
  height: 300px;
  overflow: hidden;
  left: 35px;
}

.magazine_itemList {
  position: absolute;
  white-space: nowrap;
}

  .magazine_itemList li {
    display: inline;
  }

.magazine_adContent {
  display: inline-block;
  float: left;
  height: 260px;
  width: 150px;
  background: url(../images/scroll_magazine_bg.jpg) no-repeat;
  padding-top: 15px;
  margin: 0 5px;
  text-align: center;
}

.magazine_text {
  text-align: left;
  width: 140px;
  white-space: normal;
}

.magazine_adContent h4 {
  font-weight: normal;
  font-size: 13px;
  color: #3e5b95;
  line-height: 1.5em;
  margin-top: 30px;
}

.magazine_adContent span {
  color: #666666;
}

.magazine_adContent p {
  color: #999999;
}

/* 首頁電子書 */
.ebook {
  width: 710px;
  margin: 0 0 0 10px;
  overflow: hidden;
  position: relative;
  height: 420px;
}

.ebook_main {
  background: url(../images/index_tab_bg2.jpg) repeat-y;
  height: 100%;
}

.ebook_more {
  width: 200px;
  position: absolute;
  right: 0;
  top: 310px;
  z-index: 500;
  text-align: right;
}

.ebook_bottom {
  background: url(../images/index_tab_bg2_bottom.jpg) no-repeat;
  width: 710px;
  margin: 0 0 10px 10px;
  overflow: hidden;
  height: 10px;
}

.ebook_title {
  background: url(../images/index_title.jpg) no-repeat;
  width: 710px;
  height: 31px;
  margin: 0 0 20px 0;
  overflow: hidden;
}

  .ebook_title h3 {
    font-size: 15px;
    color: #666666;
    font-weight: bold;
    padding-left: 40px;
    display: inline;
    line-height: 31px;
    float: left;
  }

  .ebook_title span {
    font-size: 13px;
    margin: 5px 0 0 10px;
    padding: 0 5px;
    background: #e2f1f6;
    font-weight: bold;
    float: left;
  }

    .ebook_title span a {
      color: #0781ca;
    }

.ebook_roll {
  position: absolute;
  top: 20px;
  right: 30px;
}

  .ebook_roll a {
    float: left;
    width: 10px;
    height: 10px;
    margin: 0px 5px;
    text-indent: -9999px;
    background: url(../images/cir_ctrl.png) no-repeat -10px 0;
  }

    .ebook_roll a.on {
      background-position: 0 0;
    }

.ebook_prev, .ebook_next {
  position: absolute;
  top: 170px;
  display: block;
  width: 15px;
  height: 45px;
  text-indent: -9999px;
}

.ebook_prev {
  background: url(../images/scroll_arrows_s1.png) no-repeat;
  left: 8px;
}

.ebook_next {
  background: url(../images/scroll_arrows_s2.png) no-repeat;
  right: 8px;
}

.ebook_wrap {
  position: absolute;
  width: 640px;
  height: 100%;
  overflow: hidden;
  left: 35px;
}

.ebook_itemList {
  position: absolute;
  white-space: nowrap;
  top: 40px;
  overflow: hidden;
}

  .ebook_itemList li {
    display: inline;
  }

.ebook_adContent {
  display: inline-block;
  float: left;
  width: 150px;
  background: url(../images/scroll_ebook_bg.jpg) no-repeat;
  margin-right: 10px;
  overflow: hidden;
  height: 100%;
  margin-bottom: 100px;
}

.ebook_text {
  text-align: center;
  width: 140px;
  white-space: normal;
}

.ebook_adContent h4 {
  font-weight: normal;
  font-size: 13px;
  color: #3e5b95;
  line-height: 1.5em;
  margin-top: 20px;
  /*Kate - 用 CSS 讓過長溢出的字省略變 ...*/
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ebook_adContent span {
  color: #666666;
}

.ebook_adContent p {
  color: #999999;
  /*Kate - 用 CSS 讓過長溢出的字省略變 ...*/
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* Kate */
.atip_pic {
  border: 1px solid #cdd5dc;
  padding: 5px;
}

.atip_pic_resize {
  border: 1px solid #cdd5dc;
  padding: 5px;
  width: 120px;
  height: 140px;
  text-align: center;
  line-height: 140px;
}

  .atip_pic_resize img {
    vertical-align: middle;
  }

/* Kate */
.atip_SML {
  border: 1px solid #cdd5dc;
  padding: 5px;
}

/*  首頁電子書頁籤 */
.ebook_tab {
  width: 710px;
  height: 35px;
  position: relative;
  margin-left: 1px;
}

  .ebook_tab li {
    text-align: center;
    background: url(../images/index_tab_none.jpg) no-repeat;
    height: 35px;
    width: 178px;
    color: #999999;
    float: left;
    margin-left: -1px;
    cursor: pointer;
  }

    .ebook_tab li a {
      font-size: 17px;
      line-height: 35px;
      color: #999999;
    }

    .ebook_tab li.ebook_tab_current {
      background: url(../images/index_tab_current.jpg) no-repeat;
      height: 35px;
      width: 178px;
      margin-left: -1px;
    }

      .ebook_tab li.ebook_tab_current a {
        color: #ffffff;
      }

.ebook_tab_content {
  background: url(../images/index_tab_bg.jpg) no-repeat;
  height: 450px;
  width: 710px;
  margin-left: 10px;
  margin-bottom: 5px;
  overflow: hidden;
}

  .ebook_tab_content ul {
    padding-top: 45px;
    padding-left: 56px;
  }

    .ebook_tab_content ul li {
      float: left;
      margin-right: 38px;
      margin-bottom: 68px;
    }

/* 首頁優質出版社 */
.index_press_bg {
  background: url(../images/index_press_bg.jpg) no-repeat;
  height: 520px;
  width: 710px;
  margin-left: 10px;
}

.index_press {
  overflow: hidden;
}

  .index_press h3 {
    font-size: 17px;
    color: #666666;
    font-weight: bold;
    margin: 33px 0 0 80px;
  }

  .index_press h4 {
    font-size: 15px;
    color: #ed6021;
    font-weight: bold;
    margin: 35px 0 10px 85px;
  }

  .index_press span a {
    color: #0781ca;
    text-decoration: none;
    float: right;
    margin-right: 25px;
    font-weight: bold;
  }

  .index_press p {
    float: left;
    margin-left: 60px;
    height: 190px;
    overflow: hidden;
  }

  .index_press img {
    float: right;
    padding: 5px;
    margin: 0px 30px 10px 10px;
    background: #FFF;
    border: 1px solid #b1b1b1;
  }

.index_press_more a {
  color: #0781ca;
  float: right;
  padding: 30px 120px 0 0;
  font-weight: bold;
  width: 120px;
  color: #0781ca;
  text-decoration: none;
  display: block;
}

.index_press ul {
  margin: 50px 0 0 80px;
  height: 140px;
  width: 590px;
  overflow: hidden;
}

  .index_press ul li {
    float: left;
    background: url(../images/index_press_arrow.jpg) no-repeat 2px;
    width: 270px;
    height: 22px;
    line-height: 22px;
    text-indent: 15px;
    margin-right: 10px;
    overflow: hidden;
  }

/* ---------------------------------------- footer ---------------------------------------- */
#footer {
  background: #dddddd url(../images/footer_bg.jpg) repeat-x;
  width: 100%;
  min-width: 1000px;
  height: 90px;
  overflow: hidden;
}

  #footer .fDiv {
    text-align: center;
    margin: 22px 0;
  }

    #footer .fDiv a {
      padding: 10px;
      color: #4f4f4f;
    }

    #footer .fDiv img {
      margin-top: -22px;
      vertical-align: middle;
    }

    #footer .fDiv a:hover {
      color: #ff6600;
    }

/* ---------------------------------------- 圖書館頁 ---------------------------------------- */
.library_header {
  background: url(../images/library_header_bar.jpg) repeat-x;
  width: 100%;
  height: 163px;
}

.library_head {
  background: url(../images/library_header_bg.jpg) no-repeat;
  height: 163px;
  width: 991px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  vertical-align: middle;
}

.airitiBooks_lib_bg {
  background-image: url(../images/airitiBooks_lib_bg.png);
  background-repeat: no-repeat;
  z-index: 99;
  height: 80px;
  width: 170px;
  top: 100px;
  position: absolute;
  padding: 8px 0 0 0;
  letter-spacing: -1px;
  text-align: center;
}

/* ---------------------------------------- 會員登入 ---------------------------------------- */
#SearchBox {
  float: left;
  width: 109px;
  height: 16px;
  margin-top: 1px;
  margin-left: 10px;
}

#SpecialLoginCustomer {
  float: left;
  margin-left: 10px;
}

.login {
  width: 825px;
  height: auto;
  margin: 0 auto;
}

  .login ul {
    list-style-type: none; /*list-style-type: decimal; modified by antfire 20140916*/
  }

.login_left_top {
  float: left;
  width: 225px;
  height: 96px;
  background: url(../images/titleLeft.png) no-repeat;
}

.login_center_top {
  float: left;
  width: 550px;
  height: 96px;
  margin: 0 -2px;
  background: url(../images/topCenterBG.png) repeat-x;
}

.login_right_top {
  float: left;
  width: 50px;
  height: 96px;
  background: url(../images/topRightBG.png) no-repeat;
}

.login_middle_left {
  float: left;
  width: 30px;
  height: 440px;
  margin: -2px 0;
  background: url(../images/middleLeftBG.png) repeat-y;
}

.login_middle_center {
  float: left;
  width: 742px;
  height: 440px;
  margin: -2px;
  background-color: #f0f6fb;
}

  .login_middle_center .loginDate {
    float: left;
    /*width: 375px;*/
    height: auto;
    margin-top: -1px;
    margin-left: 25px;
    border-radius: 0px 5px 5px 5px;
    -moz-border-radius: 0px 5px 5px 5px;
    -webkit-border-radius: 0px 5px 5px 5px;
    border: 1px solid #c9d0d6;
    background-color: white;
  }

  .login_middle_center .right {
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
  }

  .login_middle_center .loginDate .LTBG {
    float: left;
    width: 8px;
    height: 8px;
    background: url(../images/leftTopBG2.png) no-repeat;
  }

  .login_middle_center .loginDate .CTBG {
    float: left;
    width: 360px;
    height: 6px;
    margin: 0 -2px;
    border-top: 1px solid #b7c5ce;
    background-color: #fff;
  }

  .login_middle_center .loginDate .RTBG {
    float: left;
    width: 8px;
    height: 8px;
    background: url(../images/rightTopBG2.png) no-repeat;
  }

  .login_middle_center .loginDate .CMBG {
    float: left;
    width: 350px;
    height: auto;
    /*background-color: #fff;*/
    margin: -2px 0;
    /*border-left: 1PX SOLID #b7c5ce;
			border-right: 1PX SOLID #b7c5ce;*/ /*Modified by antfire*/
    padding: 5px 10px 25px 10px;
  }

    .login_middle_center .loginDate .CMBG form {
      font-size: 15px;
      color: #3b5998;
    }

    .login_middle_center .loginDate .CMBG p {
      margin: 10px;
      color: #666;
      font-size: 14px;
    }

    .login_middle_center .loginDate .CMBG .blue p, .login_middle_center .loginDate .CMBG .blue ul {
      color: #3b5998;
    }

  .login_middle_center .loginDate .LDBG {
    float: left;
    width: 8px;
    height: 8px;
    margin: -2px 0;
    background: url(../images/leftDownBG2.png) no-repeat;
  }

  .login_middle_center .loginDate .CDBG {
    float: left;
    width: 360px;
    height: 7px;
    margin: -2px;
    border-bottom: 1px solid #b7c5ce;
    background-color: #fff;
  }

  .login_middle_center .loginDate .RDBG {
    float: left;
    width: 8px;
    height: 8px;
    margin: -2px 0;
    background: url(../images/rightDownBG2.png) no-repeat;
  }

.login_middle_right {
  float: left;
  width: 50px;
  height: 440px;
  margin: -2px 0;
  background: url(../images/middleRightBG.png) repeat-y;
}

.login_down_left {
  float: left;
  width: 40px;
  height: 40px;
  background: url(../images/downLeft.png) no-repeat;
}

.login_down_center {
  float: left;
  width: 743px;
  height: 40px;
  margin: 0 -2px;
  background: url(../images/downCenterBG.png) repeat-x;
}

.login_down_right {
  float: left;
  width: 40px;
  height: 40px;
  background: url(../images/downRight.png) no-repeat;
}

.login h2 {
  font-size: 17px;
  color: #FFF;
  font-weight: bold;
  margin: 44px 0px 0px 35px;
}

.login p {
  margin: 17px 0px 10px 25px;
  font-size: 16px;
  color: #0674c4;
}

.login_btn_wrap {
  text-align: center;
  margin-top: 20px;
}

.login_close {
  background: url(../images/login_close.png) no-repeat;
  height: 25px;
  width: 25px;
  position: absolute;
  top: 30px;
  right: 25px;
  display: block;
  cursor: pointer;
}

.login_btn {
  margin: 10px 0 0 50px;
}

.login_btn_fb {
  width: 200px;
  height: 40px;
  background: url(../images/login_btn_fb.png) no-repeat 0 0;
  border: none;
  cursor: pointer;
  text-indent: -999em;
  margin-left: 7px;
  margin-bottom: 20px;
}

.login_btn_google {
  width: 200px;
  height: 40px;
  background: url(../images/login_btn_google.png) no-repeat 0 0;
  border: none;
  cursor: pointer;
  margin-left: 7px;
  text-indent: -999em;
}

.login_tab {
  width: 450px;
  height: 35px;
  margin: 20px 0 0 26px;
  position: relative;
}

  .login_tab li {
    text-align: center;
    /*background: url(../images/login_tab.png) no-repeat;*/
    height: 33px;
    width: 148px;
    /*color: #0674c4;*/
    float: left;
    margin-left: -1px;
    cursor: pointer;
    border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    border: 1px solid #c9d0d6;
    background-color: rgb(215, 231, 244);
  }

    .login_tab li a {
      line-height: 35px;
      color: #0674c4;
    }

    .login_tab li.login_current {
      /*background: url(../images/login_tab_current.png) no-repeat;*/
      height: 33px;
      width: 148px;
      border-radius: 5px 5px 0px 0px; /*Add by antfire 20140916*/
      -moz-border-radius: 5px 5px 0px 0px; /*Add by antfire 20140916*/
      -webkit-border-radius: 5px 5px 0px 0px; /*Add by antfire 20140916*/
      border: 1px solid #c9d0d6; /*Add by antfire 20140916*/
      border-bottom: 1px solid white; /*Add by antfire 20140916*/
      background-color: white;
    }

      .login_tab li.login_current a {
        color: #666666;
      }

.loginLi {
  width: 350px;
  float: left;
  margin-top: 20px;
  text-align: center;
}

  .loginLi a {
    margin: 10px 15px 0 0;
  }

.login label {
  float: left;
}

/* ---------------------------------------- 加入會員 ---------------------------------------- */
.add {
  padding: 30px;
  overflow: hidden;
  position: relative;
  width: 941px;
}

  .add h2 {
    border-bottom: 1px solid #cdd5dc;
    background: url(../images/add_title_arrow.jpg) no-repeat;
    line-height: 38px;
    text-indent: 40px;
    margin-bottom: 10px;
  }

  .add p {
    line-height: 1.8em;
    margin-bottom: 15px; /*margin-bottom: 30px; modified by antfire 20140916*/
  }

  .add h3 {
    line-height: 35px;
    font-weight: bold;
  }

  .add span {
    font-weight: bold;
    color: #F00;
  }

.add_sidebar {
  width: 310px;
  float: left;
  margin: 20px 0 0 10px;
  overflow: hidden;
}

.add_sidebar2 {
  width: 371px;
  float: left;
  margin: 20px 0 0 10px;
  overflow: hidden;
}

  .add_sidebar2 p {
    color: rgb(230, 151, 12);
    font-size: 14px;
    /*font-family: 新細明體;*/
    line-height: 21px;
  }

  .add_sidebar2 a {
    color: rgb(4, 146, 201);
    text-decoration: underline;
  }

.add_main {
  width: 550px;
  float: left; /*float: right; modified by antfire 20140916*/
  margin-top: 20px;
  overflow: hidden;
}

  .add_main p.blue {
    color: #0072cb;
    font-size: 15px;
    margin-top: 30px;
    margin-bottom: -5px;
    font-weight: bold;
  }

.add_btn_wrap {
  float: left; /*Modified by antfire 20140916*/
  height: auto;
  /*width: 548px;*/
  text-align: center;
  margin-top: 19px;
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border: 1px solid #c9d0d6;
  margin: 63px 10px 0px 10px;
  padding: 20px;
}

  .add_btn_wrap .upbg {
    background: url(../images/add_btn_wrap_UP.jpg) no-repeat;
    height: 12px;
    width: 548px;
  }

  .add_btn_wrap .middlebg {
    height: auto;
    /*width: 536px;*/
    /*border-left: 1px solid #c7d2d6;*/ /*Modified by antfire 20140916*/
    /*border-right: 1px solid #c7d2d6;*/ /*Modified by antfire 20140916*/
    font-size: 16px;
    letter-spacing: 1px;
    /*padding: 10px 0 15px 0;*/
    font-weight: bold;
  }

    .add_btn_wrap .middlebg p {
      margin-bottom: 10px;
    }

  .add_btn_wrap .downbg {
    background: url(../images/add_btn_wrap_DOWN.jpg) no-repeat;
    height: 12px;
    width: 548px;
  }

.add_tab {
  width: 546px;
  height: 35px;
  margin: 10px auto 0;
}

  .add_tab li {
    text-align: center;
    /*background: url(../images/login_tab.png) no-repeat;*/
    height: 33px;
    width: 148px;
    color: #0674c4;
    float: left;
    margin: 0 0 -1px -1px;
    cursor: pointer;
    position: relative;
    z-index: 2;
    border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    border: 1px solid #c9d0d6;
    background-color: rgb(215, 231, 244);
  }

    .add_tab li a {
      line-height: 35px;
      color: #0674c4;
    }

    .add_tab li.add_current {
      /*background: url(../images/login_tab_current.png) no-repeat;*/
      height: 33px;
      width: 148px;
      border-radius: 5px 5px 0px 0px; /*Add by antfire 20140916*/
      -moz-border-radius: 5px 5px 0px 0px; /*Add by antfire 20140916*/
      -webkit-border-radius: 5px 5px 0px 0px; /*Add by antfire 20140916*/
      border: 1px solid #c9d0d6; /*Add by antfire 20140916*/
      border-bottom: 1px solid white; /*Add by antfire 20140916*/
      background-color: white;
    }

    .add_tab li.login_current a {
      color: #666666;
    }

.add_content_wrap {
  /*background: url(../images/add_content_wrap.jpg) no-repeat;*/
  border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  -webkit-border-radius: 0px 0px 5px 5px;
  border: 1px solid #c9d0d6;
  height: 488px; /*Modified by antfire 20140916*/
  width: 546px;
  margin-left: 1px;
  text-align: center;
  margin-top: -1px;
  display: none;
  position: relative;
  z-index: 1;
}

  .add_content_wrap ul {
    width: 520px;
    margin: 0 auto 10px;
    overflow: hidden;
    padding-top: 30px;
  }

    .add_content_wrap ul li {
      width: 100%;
      display: block;
      float: right;
      text-align: left;
    }

      .add_content_wrap ul li span {
        width: 90px;
        text-align: right;
        padding-right: 10px;
        float: left;
        color: #0674c4;
      }

        .add_content_wrap ul li span.gree, .add_content_wrap ul li span.gree span {
          width: 220PX;
          margin-left: 5px;
          text-align: left;
          color: #F00;
        }

.add_txt {
  border: 1px solid #d8d8d8;
  background: #f5f5f5;
  padding: 10px;
  width: 90%;
  margin: 0 auto;
  text-align: left;
  overflow: scroll;
  height: 190px;
}

  .add_txt p {
    margin: 0;
  }

  .add_txt strong {
    font-weight: bold;
  }

.add_btn {
  width: 260px;
}
/* ---------------------------------------- 詳目頁_建議本館採購 ---------------------------------------- */
.suggest {
  padding: 30px;
  overflow: hidden;
  position: relative;
}

  .suggest h2 {
    border-bottom: 1px solid #cdd5dc;
    background: url(../images/add_title_arrow.jpg) no-repeat;
    line-height: 38px;
    text-indent: 40px;
    margin-bottom: 10px;
  }

  .suggest h3 {
    text-align: center;
  }

  .suggest p {
    display: inline;
  }

.suggest_content li {
  float: left;
  line-height: 1.8em;
  width: 100%;
}

.suggest_content, .suggest_form {
  border: 1px solid #d8d8d8;
  background: #f5f5f5;
  padding: 20px;
  width: 680px;
  margin: 20px auto;
  text-align: left;
  overflow: hidden;
}

  .suggest_form ul {
    width: 640px;
    margin: 0 auto 10px;
    overflow: hidden;
    padding-top: 30px;
  }

    .suggest_form ul li {
      width: 100%;
      display: block;
      text-align: left;
    }

      .suggest_form ul li span {
        width: 150px;
        text-align: right;
        padding-right: 10px;
        color: #0674c4;
        font-weight: bold;
      }

        .suggest_form ul li span.gree, .suggest_form ul li span.gree span {
          margin-left: 10px;
          width: auto;
          color: #F00;
        }

        .suggest_form ul li span em {
          color: #F00;
          font-weight: normal;
        }

.suggest_btn {
  width: 175px;
  height: 40px;
  background: #0674c4;
  border: none;
  cursor: pointer;
  color: #FFF;
  margin: 10px 0 10px 250px;
  font-size: 17px;
  text-align: center;
}
/* ---------------------------------------- 詳目頁_回報問題 ---------------------------------------- */
.report {
  padding: 30px;
  overflow: hidden;
  position: relative;
}

  .report h2 {
    border-bottom: 1px solid #cdd5dc;
    background: url(../images/add_title_arrow.jpg) no-repeat;
    line-height: 38px;
    text-indent: 40px;
    margin-bottom: 10px;
  }

  .report h3 {
    text-align: center;
  }

  .report p {
    display: inline;
  }

.report_content {
  border: 1px solid #d8d8d8;
  background: #f5f5f5;
  padding: 20px;
  width: 580px;
  margin: 40px auto 20px;
  text-align: left;
  overflow: hidden;
}

  .report_content li {
    float: left;
    line-height: 1.8em;
    width: 100%;
  }

.report_form ul {
  width: 520px;
  margin: 0 auto 10px;
  overflow: hidden;
  padding-top: 30px;
}

.reportt_form ul li {
  width: 100%;
  display: block;
  text-align: left;
  padding-bottom: 35px;
}

.report_form ul li span {
  width: 120px;
  text-align: right;
  padding-right: 10px;
  color: #0674c4;
  font-weight: bold;
}

  .report_form ul li span.gree, .report_form ul li span.gree span {
    margin-left: 15px;
    width: auto;
    color: #F00;
    float: right;
  }

  .report_form ul li span em {
    color: #F00;
    font-weight: normal;
  }

#TableData {
  float: left;
  height: 30px;
  margin: -4px 5px;
  border: 1px solid #cccccc;
}

.report_btn {
  margin: 10px 0 10px 130px;
}
/* ---------------------------------------- 最新消息 ---------------------------------------- */
.news {
  padding: 30px;
  overflow: hidden;
  position: relative;
}

  .news h2 {
    border-bottom: 1px solid #cdd5dc;
    background: url(../images/add_title_arrow.jpg) no-repeat;
    line-height: 38px;
    text-indent: 40px;
    margin-bottom: 10px;
  }

.news_wrap {
  width: 95%;
  overflow: hidden;
  height: auto;
  margin: 20px auto 50px;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
}

  .news_wrap h3 {
    width: 100%;
    border-bottom: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
    background: #eeeeee;
    line-height: 2em;
    font-weight: bold;
    color: #666;
    font-size: 15px;
    text-indent: 20px;
    float: left;
    margin-bottom: 15px;
  }

    .news_wrap h3 span {
      float: right;
      margin-right: 10px;
      font-size: 12px;
    }

  .news_wrap ul li {
    padding: 15px;
  }

.library_news_title {
  color: #4b0082;
}
/* ---------------------------------------- 會員專區 ---------------------------------------- */
/* 借閱紀錄 */
.member {
  padding: 30px;
  overflow: hidden;
  position: relative;
}

  .member h2 {
    border-bottom: 1px solid #cdd5dc;
    background: url(../images/add_title_arrow.jpg) no-repeat;
    line-height: 38px;
    text-indent: 40px;
    margin-bottom: 10px;
  }

.member_menu {
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 20px;
}

  .member_menu li {
    text-align: center;
    background: url(../images/member_menu.jpg) no-repeat;
    height: 50px;
    width: 180px;
    color: #999;
    float: left;
    margin-right: 2px;
  }

    .member_menu li a {
      font-size: 17px;
      line-height: 50px;
      color: #999999;
      display: block;
    }

    .member_menu li.member_menu_current, .member_menu li.member_menu_current:hover {
      background: url(../images/member_menu_current.jpg) no-repeat;
      height: 50px;
      width: 180px;
    }

      .member_menu li.member_menu_current:hover {
        background: url(../images/member_menu_currentHOVER.jpg) no-repeat;
      }

      .member_menu li.member_menu_current a {
        color: #ffffff;
      }

.member_tab {
  height: 40px;
  border-bottom: 1px solid #b7c5ce;
  margin-top: 30px;
}

  .member_tab li {
    text-align: center;
    background: url(../images/member_tab.jpg) no-repeat;
    height: 40px;
    width: 101px;
    color: #666;
    float: left;
    margin-right: 5px;
  }

    .member_tab li a {
      font-size: 17px;
      line-height: 41px;
      color: #666;
      display: block;
    }

    .member_tab li.member_tab_current {
      background: url(../images/member_tab_current.jpg) no-repeat;
      border-bottom: 1px solid #fff;
      height: 40px;
      width: 101px;
    }

      .member_tab li.member_tab_current a {
        color: #666666;
      }

.member_tabtxt {
  font-size: 15px;
  margin: 15px 0px;
}

.page {
  margin: 15px 0;
  overflow: hidden;
  width: 450px;
  float: right;
}

  .page li {
    float: right;
    margin-left: 10px;
  }

.member_table {
  border: 1px solid #d0d0d0;
  border-collapse: collapse;
}

  .member_table .a1 {
    width: 20%;
  }

  .member_table .a2 {
    width: 60%;
  }

  .member_table .a3 {
    width: 20%;
  }

  .member_table .b1 {
    width: 5%;
  }

  .member_table .b2 {
    width: 20%;
  }

  .member_table .b3 {
    width: 55%;
  }

  .member_table .b4 {
    width: 20%;
  }

  .member_table .c1 {
    width: 5%;
  }

  .member_table .c2 {
    width: 30%;
  }

  .member_table .c3 {
    width: 30%;
  }

  .member_table .c4 {
    width: 35%;
  }

  .member_table .m1 {
    font-size: 15px;
    width: 5%;
  }

  .member_table .m2 {
    font-size: 15px;
    width: 20%;
  }

  .member_table .m3 {
    font-size: 15px;
    width: 45%;
    cursor: pointer;
  }

  .member_table .m4 {
    font-size: 15px;
    width: 15%;
  }

  .member_table .m5 {
    font-size: 15px;
    width: 15%;
  }

  .member_table td, .member_table th {
    padding: 10px;
    border: 1px solid #d0d0d0;
  }

  .member_table td {
    text-align: center;
    background-color: #ffffff;
  }

  .member_table th {
    text-align: center;
    background-color: #eeeeee;
  }

  .member_table p {
    margin: 5px 0px;
  }

.member_btn {
  width: 110px;
  height: 40px;
  margin: 10px auto;
}

.member_wrap {
  display: none;
}

.member_content {
  margin-left: 30px;
}

  .member_content li {
    margin: 5px 0;
  }

.member_text {
  text-align: left;
}

.mem_Msg {
  float: left;
  margin-top: 4px;
  position: absolute;
  font-size: 16px;
  color: #666666;
}

  .mem_Msg span {
    rt color: orangered;
  }

.mem_lendingInfo {
  float: left;
  margin: 1px;
  color: #666666;
}

  .mem_lendingInfo span {
    color: orangered;
  }

/* 我的最愛 */
.page_sort {
  height: 30px;
  border-bottom: 1px solid #cdd5dc;
  margin-top: 30px;
  overflow: hidden;
}

  .page_sort li {
    float: right;
    margin-left: 10px;
  }

.btn_export {
  width: 130px;
  height: 35px;
  background: url(../images/btn_export.png) no-repeat 0 0;
  border: none;
  cursor: pointer;
  text-indent: -999em;
}

.btn_fav {
  width: 130px;
  height: 35px;
  background: url(../images/btn_fav.png) no-repeat 0 0;
  border: none;
  cursor: pointer;
  text-indent: -999em;
}
/*.btn_fav3{
  width:130px;
  height:35px;
  background:url(../images/btn_fav3.png) no-repeat 0 0;
  border:none;
  cursor:pointer;
  text-indent:-999em;	
}*/
.btn_fav_del {
  width: 130px;
  height: 35px;
  background: url(../images/btn_fav3.png) no-repeat 0 0;
  border: none;
  cursor: pointer;
  text-indent: -999em;
  margin-left: 5px;
}

.page_btn_wrap {
  margin: 10px 0 30px;
  width: 270px;
  float: left;
  overflow: hidden;
}

/* 修改密碼 */
.member_form {
  border: 1px solid #d8d8d8;
  background: #f5f5f5;
  padding: 20px;
  width: 580px;
  margin: 80px auto 20px;
  text-align: left;
  overflow: hidden;
}

  .member_form span {
    color: #0674c4;
    margin-left: 5px;
    font-weight: bold;
  }

  .member_form ul {
    width: 580px;
    margin: 0 auto 10px;
    overflow: hidden;
    padding-top: 30px;
  }

    .member_form ul li {
      width: 100%;
      display: block;
      float: right;
      text-align: left;
    }

      .member_form ul li span {
        width: 90px;
        text-align: right;
        padding-right: 10px;
        float: left;
      }

        .member_form ul li span.gree, .member_form ul li span.gree span {
          margin-left: 15px;
          width: auto;
          color: #F00;
        }

.suggest_btn {
  margin: 10px 0 10px 250px;
}

.Change_btn{
     width: 90px;
     height:25px;
}
/* ---------------------------------------- PDA新需求：會員維護  2017/4/24---------------------------------------- */
/* 修改密碼 */

/*新增下拉選單*/
.select_style {
background-repeat: no-repeat;
height: 23px;
border: 1px solid #adadad;
border-radius: 3px;
background: linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.05);
cursor: pointer;
}

.select_style select::-ms-expand {
display: none;
}

.select_style select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: transparent;
border: none;
padding-left: 5px;
padding-left: 0px\9\0;
width: 100%;
height: 100%;
background-image: url(../images/selectaroow.png);
background-position: right 3px;
background-repeat: no-repeat;
cursor: pointer;
}

.select_style select option {
background-color: #ffffff;
}

select:focus {
outline: none;
}

.select_style:focus {
border-color: rgb(87, 164, 225);
box-shadow: 0 0 2px #9ecaed;
}
.nopowerselect{background:transparent;box-shadow:unset;cursor:text;}
.nopowerselect select{cursor:text;}
.nopowerselect:focus {border-color: #adadad;box-shadow:unset;} 
/*end*/

.memberform_detailnew .member_form_select{width:200px;float:left;}
.memberform_detailnew .member_form {
border: 1px solid #d8d8d8;
background: #f5f5f5;
padding: 20px;
/* width: 580px;  原*/
width: 860px;
margin: 80px auto 20px;
text-align: left;
overflow: hidden;
}
.photo_new_div{float:left;width:290px;text-align:center;}
.photo_new{padding-top:10px;width:150px;height:150px;display:inline-block;margin-top:20px;text-align:center;}
.photo_style{border-radius: 100px;
width: 130px;
height: 130px;

display: inline-block;}
.member_form .memberform_detailnew .memberform_detailnew_t {
color: #0674c4;
margin-left: 0px;
font-weight: bold;

	width: 120px;
text-align: left;
padding-right: 10px;
float: left;
font-size:15px;
}

.member_form ul.memberform_detailnew  {
/* width: 580px;  原*/
margin: 0 auto 10px;
overflow: hidden;
padding-top: 20px;
width: 600px;
float:right;
} 

.member_form ul.memberform_detailnew  li {
width: 100%;
display: block;
float: right;
text-align: left;
padding-bottom:10px;
} 
.member_form ul.memberform_detailnew  input[type="text"]{
color: #000;
border: 1px solid #cccccc;
height: 18px;
padding: 2px;

background: #FFF;
}
.memberform_detailnew_t{float:left;}
.memberform_detailnew_c{float:left;}
.member_form ul.memberform_detailnew  input[type="password"]{
color: #000;
border: 1px solid #cccccc;
height: 18px;
padding: 2px;
background: #FFF;
}
.member_form ul.memberform_detailnew  input[type="text"]:focus {
box-shadow: 0 0px 4px 0px #60abe7;
border-color: rgb(34, 148, 239);
}

.member_form ul.memberform_detailnew input[type="password"]:focus {
box-shadow: 0 0px 4px 0px #60abe7;
border-color: rgb(34, 148, 239);
}

/* .member_form ul.memberform_detailnew  li span {
width: 120px;
text-align: left;
padding-right: 10px;
float: left;
font-size:15px;
} */

.member_btn_final{clear:both;width:91.5%;text-align:center;}
.member_btn_final .cancel{background-color: #dd3d3d;}
.member_btn_final .cancel:hover{background-color: #f32f2f;}
 .myphoto{
background-image: url(../images/cloud_upload.png) ;
background-repeat:no-repeat;
background-position: 3px 8px;
padding-left:20px;
padding-right:8px;
border: none;
cursor: pointer;
margin: 0 auto;
text-align: center;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background-color: #0674c4;
height: 35px;
line-height: 33px; 
 }
.myphoto_new {
  background-image: url(../images/covert.png);
  background-repeat: no-repeat;
  background-position: 5px 10px;
  padding-left: 20px;
  padding-right: 8px;
  border: none;
  cursor: pointer;
  margin: 0 auto;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #0674c4;
  height: 35px;
  line-height: 33px;
} 
.myphoto_new  .uploadfileword{font-size: 15px;color: #FFF;}
.myphoto  .uploadfileword{font-size: 15px;color: #FFF;}
.myphoto:hover{background-color: #0794fb;}
.myphoto_new:hover{background-color: #0794fb;}

.member_form ul.memberform_detailnew li span.gree, .member_form ul.memberform_detailnew li span.gree span {
  margin-left: 15px;
  width: auto;
  color: #F00;
  font-size:13px;
}

.member_form {
  border: 1px solid #d8d8d8;
  background: #f5f5f5;
  padding: 20px 0px;
/*  width: 580px; */
  width: 99%;
  box-sizing:border-box;
  margin: 20px auto 20px;
  text-align: left;
  overflow: hidden;
}/*原本舊版呈現方式  但改寬度*/

.member_form span {
    color: #0674c4;
    margin-left: 5px;
    font-weight: bold;
  }/*原本舊版呈現方式  延續*/

.member_form ul {
/* width: 580px;  原*/
margin: 0 auto 10px;
overflow: hidden;
padding-top: 30px;
width: 720px;
}/*原本舊版呈現方式*/

.member_form ul li {
width: 100%;
display: block;
float: right;
text-align: left;
}/*原本舊版呈現方式*/

.member_form ul li span {
width: 90px;
text-align: right;
padding-right: 10px;
float: left;
}/*原本舊版呈現方式*/

.member_form ul li span.gree, .member_form ul li span.gree span {
margin-left: 15px;
width: auto;
color: #F00;
}/*原本舊版呈現方式*/

.suggest_btn {
  margin: 10px 0 10px 250px;
}

.Change_btn{
     width: 90px;
     height:25px;
}
#Member_Detail_new  .member_tab {
    height: 40px;
    border-bottom: 1px solid #b7c5ce;
    margin-top: 30px;
}
#Member_Detail_new .member_tab li.member_tab_current {
   border:1px #b7c5ce solid;
    border-bottom: 1px solid #fff;
    height: 40px; background:#ffffff;
	border-radius: 5px 5px 0px 0px;
 
}
#Member_Detail_new .member_tab li {
text-align: center;
border: 1px #b7c5ce solid;
border-bottom: 0px solid #fff;
background: #d7e7f4;
height: 39px;
    min-width: 101px;
    color: #666;
    float: left;
    margin-right: 5px;
	width:auto;
	padding-left:10px;
	padding-right:10px;border-radius: 5px 5px 0px 0px;
}

#Member_Detail_new .fileinput-button_div{padding-top:10px;}

/*上傳按鈕*/
.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    direction: ltr;
    cursor: pointer;
}

span.uploadfile {
    text-decoration: none;
    box-shadow: none;
    border-radius: 3px;
    cursor: pointer;
    padding: 4px 3px;
    min-width: 72px;
    box-shadow: none;
    height: 22px;
    line-height: 22px;
    min-width: 120px;
    border: 1px #64a6d1 solid;
    color: #ffffff;
    background-color: #64a6d1;
}

span.uploadfile .uploadfileword {
    font-size: 15px;
}

.fileinput-button {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

span.uploadfile:hover {
    box-shadow: 0px 1px 1px rgba(126, 126, 126, 0.2);
    background-color: #40afda;
    color: #ffffff;
    border: 1px solid #3480a2;
}

span.uploadfile:active {
    border: 1px solid #64a6d1;
    color: #129DCB;
    background-color: #ffffff;
    box-shadow: none;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    span.uploadfile .uploadfileword {
        margin-top: -1px;
    }
}
.choicenhow  .ex_top{font-size: 15px;
color: #0674c4;
padding-bottom: 10px;
height: 17px;
display: inline-block;
font-weight: bold;}
.choicenhow_list{width:100%;display: inline-block;}
.choicenhow_list >div{float:left;}
/* ---------------------------------------- PDA新需求：會員維護---------------------------------------- */
/* ---------------------------------------- 進階查詢 ---------------------------------------- */
.ad_search {
  width: 750px;
  margin: 0 auto;
}

  .ad_search fieldset {
    width: 700px;
    padding: 10px;
    color: #666666;
    border: 1px solid #bcbcbc;
    background: #f6f5f5;
    margin: 10px auto 20px;
    overflow: hidden;
  }

  .ad_search legend {
    color: #3b5998;
    font-weight: bold;
    background: #f6f5f5;
    font-size: 17px;
  }

.ad_search_sort {
  list-style-type: none;
  margin: 20px 30px;
  float: left;
}

.ad_search li {
  margin-top: 5px;
}

.ad_search_pic {
  float: right;
  margin-right: 30px;
}

.ad_search_sel {
  margin: 30px 0 40px;
  overflow: hidden;
}

  .ad_search_sel h4 {
    float: left;
    width: 100px;
    text-align: center;
  }

  .ad_search_sel ul {
    float: right;
    width: 580px;
  }

  .ad_search_sel li {
    float: left;
    width: 110px;
  }

.ad_search_btn_wrap {
  text-align: center;
  overflow: hidden;
}
/* ---------------------------------------- 詳目頁_匯出書目 ---------------------------------------- */
.export {
  width: 750px;
  margin: 0 auto;
}

.export_sel {
  border: 1px solid #bcbcbc;
  background: #ffffff;
  padding: 30px 40px 10px;
  margin: 20px auto 20px;
  text-align: left;
  overflow: hidden;
}

  .export_sel h4 {
    float: left;
    width: 80px;
    text-align: center;
    height: 45px;
  }

  .export_sel ul {
    float: right;
    width: 550px;
    margin-bottom: 20px;
  }

  .export_sel li {
    float: left;
    margin: 0 10px 10px 0;
  }

  .export_sel span {
    float: right;
  }

  .export_sel strong {
    color: #ed6021;
    font: bold 15px Verdana, Geneva, sans-serif, "新細明體";
  }

.export_sel_sub {
  width: 550px;
  padding-left: 20px;
  overflow: hidden;
}

  .export_sel_sub li {
    width: 100px;
  }

.export_btn {
  width: 120px;
  height: 40px;
}
/* ---------------------------------------- 出版社瀏覽 ---------------------------------------- */
.content_title {
  width: 710px;
  margin-left: 10px;
}

  .content_title h2 {
    border-bottom: 1px solid #cdd5dc;
    background: url(../images/add_title_arrow.jpg) no-repeat;
    line-height: 38px;
    text-indent: 40px;
    margin: 15px 0 10px 0;
    font-size: 17px;
  }

.content_title {
  width: 710px;
  margin-left: 10px;
}

.nav {
  margin-left: 15px;
  width: 100%;
  overflow: hidden;
}

  .nav li {
    float: left;
    margin-left: 5px;
  }

.press_browse_tab {
  height: 35px;
  position: relative;
  margin: 40px 0 0 10px;
}

  .press_browse_tab li {
    text-align: center;
    background: url(../images/press_browse_tab.jpg) no-repeat;
    height: 35px;
    width: 119px;
    color: #066dc1;
    float: left;
    margin-left: -1px;
  }

    .press_browse_tab li a {
      font-size: 15px;
      line-height: 35px;
      color: #066dc1;
      display: block;
    }

    .press_browse_tab li.press_browse_tab_current {
      background: url(../images/press_browse_tab_current.jpg) no-repeat;
      height: 35px;
      width: 119px;
      margin-left: -1px;
    }

      .press_browse_tab li.press_browse_tab_current a {
        color: #666666;
      }

.press_browse_wrap {
  background: #FFF;
  width: 687px;
  margin-left: 9px;
  border-right: 1px solid #becad2;
  border-left: 1px solid #becad2;
  padding: 10px;
  overflow: hidden;
  height: auto;
  display: none;
}

.press_browse_bottom {
  background: url(../images/press_browse_tab_bottom.jpg) no-repeat;
  height: 10px;
  width: 709px;
  margin-left: 9px;
}

.press_browse_wrap h3 {
  color: #666666;
  background-color: #eeeeee;
  text-indent: 10px;
  padding: 5px;
  margin: 20px 0;
}

.press_browse_wrap li {
  float: left;
  width: 210px;
  margin: 0 0 20px 10px;
}
/* ---------------------------------------- 授權合作 ---------------------------------------- */
.support {
  padding: 30px;
  overflow: hidden;
  position: relative;
}

  .support h2 {
    border-bottom: 1px solid #cdd5dc;
    background: url(../images/add_title_arrow.jpg) no-repeat;
    line-height: 38px;
    text-indent: 40px;
    margin-bottom: 10px;
  }

  .support h3 {
    margin-bottom: 10px;
  }

.support_wrap {
  width: 700px;
  margin: 30px auto;
  overflow: hidden;
}

  .support_wrap p {
    line-height: 2em;
  }

  .support_wrap li {
    color: #3b5998;
    font-weight: bold;
    margin-bottom: 15px;
  }

    .support_wrap li p {
      color: #666666;
      margin-left: 30px;
      font-weight: normal;
    }
/* ---------------------------------------- 詳目頁 ---------------------------------------- */
.detail_nav {
  margin: 30px 0 20px 15px;
  width: 700px;
  overflow: hidden;
  border-bottom: 1px solid #cdd5dc;
  padding-bottom: 10px;
}

  .detail_nav li {
    float: left;
    margin-left: 5px;
  }

.detail_pic_wrap {
  margin: 0 20px 30px;
  float: left;
  overflow: hidden;
  text-align: center;
}

.detail_publication_remark {
  margin-top: 10px;
  border: 0;
  text-align: left;
  width: 222px;
  height: 74px;
  min-width: 222px;
  min-height: 74px;
  max-width: 222px;
  max-height: 74px;
  resize: none;
}

.detail_pic {
  padding: 10px;
  border: 1px solid #e5e5e5;
}

.detail_pic_resize {
  padding: 10px;
  border: 1px solid #e5e5e5;
  width: 200px;
  height: 240px;
  text-align: center;
  line-height: 240px;
}

  .detail_pic_resize img {
    vertical-align: middle;
  }

.detail_list {
  width: 300px;
  float: left;
  overflow: hidden;
}

  .detail_list h3 {
    margin: 10px 0;
  }

  .detail_list li {
    line-height: 1.8em;
  }

  .detail_list span {
    color: #ed6021;
    font-weight: bold;
  }

.detail_right {
  float: right;
  width: 134px;
  margin-right: 10px;
  overflow: hidden;
}

  .detail_right li {
    margin-bottom: 5px;
  }

.detail_btn {
  width: 140px;
}

.btn_iread {
  width: 130px;
  height: 35px;
  background: url(../images/btn_iread.png) no-repeat 0 0;
  border: none;
  cursor: pointer;
  text-indent: -999em;
}

.btn_suggest {
  width: 130px;
  height: 36px;
  background: url(../images/btn_suggest.png) no-repeat 0 0;
  border: none;
  cursor: pointer;
  text-indent: -999em;
}

.btn_help {
  width: 130px;
  height: 36px;
  background: url(../images/btn_help.png) no-repeat 0 0;
  border: none;
  cursor: pointer;
  text-indent: -999em;
}

.btn_fav2 {
  width: 120px;
  height: 35px;
  background: url(../images/btn_fav2.png) no-repeat 0 0;
  border: none;
  cursor: pointer;
  text-indent: -999em;
  margin: 10px 0 0 90px;
}

#help_iframe {
  display: none;
  width: 600px;
  background: url(http://s7.addthis.com/static/t00/atbkg.png);
  padding: 5px;
  z-index: 999;
  position: absolute;
  overflow: hidden;
  margin: -150px 0 0 -600px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

  #help_iframe .comment {
    color: AppWorkspace;
  }

.libCoop_help {
  margin: 0;
  height: 180px;
  position: fixed;
  top: 40%;
}

#h_header {
  background: #f2f2f2;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #e5e5e5;
}

  #h_header h1 {
    font-size: 15px;
    line-height: 15px;
    padding: 7px 0 8px 7px;
    color: #000;
  }

  #h_header h2 {
    font-size: 12px;
    line-height: 12px;
    float: right;
    margin: 0;
    padding: 8px 7px 8px 0;
    font-weight: normal;
  }

    #h_header h2 a {
      color: #125798;
      cursor: pointer;
    }

      #h_header h2 a:hover {
        color: #09C;
        text-decoration: none;
      }

#help_iframe .content {
  height: 230px;
  padding: 15px 5px 0 15px;
  overflow-y: scroll;
  background: #fff;
}

  #help_iframe .content h1 {
    font-size: 13px;
    float: none;
    color: #125798;
    padding: 0;
    margin: 0 0 5px -10px;
  }

  #help_iframe .content p {
    margin: 0;
    padding: 0 10px 12px 14px;
    color: #333;
    line-height: 18px;
  }

  #help_iframe .content a {
    text-decoration: underline;
  }

    #help_iframe .content a:hover {
      text-decoration: none;
    }

  #help_iframe .content ul {
    margin: 0;
    padding: 0 10px 12px 14px;
    color: #333;
    line-height: 18px;
  }

#h_footer {
  background: #f2f2f2;
  border-top: 1px solid #e5e5e5;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  height: 10px;
}

/* 星級評分 */
#star {
  width: 170px;
  padding-top: 10px;
  margin: 0 auto;
}
  /*#star strong{
  float:left;
  margin-left:5px;
  color:#F00;
  font-size:14px;
  line-height: 32px;
}*/
  #star li {
    float: left;
    position: relative;
    padding-right: 3px;
    width: 30px;
    height: 40px;
  }

    #star li a {
      display: inline-block;
      background: url(../images/starG.png) no-repeat;
      width: 30px;
      height: 30px;
    }

    #star li span {
      display: none;
    }

    /*#star li span{
  font-size:12px;
  color:#F00;
  position:absolute;
  left:-2px;
  width:40px;
  display:none;
}*/
    #star li.on a {
      background: url(../images/starP.png) no-repeat;
    }

.detail_menu {
  margin: 30px 0 0 15px;
  overflow: hidden;
  text-align: center;
  width: 700px;
  border-top: 1px solid #cdd5dc;
  padding: 10px 0px;
}

  .detail_menu ul {
    text-align: center;
  }

  .detail_menu li {
    display: inline;
    margin-right: 5px;
    font-size: 15px;
    font-weight: bold;
  }

.detail_content {
  margin: 0 0 10px 15px;
  width: 680px;
  border-top: 1px solid #cdd5dc;
  padding: 15px 0 20px 20px;
  overflow: hidden;
}

  .detail_content h3 {
    font-size: 15px;
    font-weight: bold;
    background: url(../images/arrow_dot.jpg) no-repeat 0px 5px;
    float: left;
    margin-bottom: 20px;
    padding-left: 15px;
  }

  .detail_content h4 {
    margin-top: 10px;
    margin-bottom: 5px;
  }

  .detail_content h5 {
    font-size: 15px;
    font-weight: bold;
    background: url(../images/arrow_close.png) no-repeat 0px 2px;
    float: left;
    margin-bottom: 20px;
    padding-left: 20px;
    cursor: pointer;
  }

  .detail_content .arrow_close {
    background: url(../images/arrow_open.png) no-repeat 0px 2px;
  }

.detail_content_txt {
  padding-left: 15px;
  width: 660px;
  line-height: 2em;
  float: left;
}

.detail_content li {
  float: left;
  width: 140px;
  margin-right: 25px;
}

.detail_content span {
  width: 100%;
  color: #666666;
  margin-bottom: 2px;
}
/* Kate */
.atip_RWS {
  border: 1px solid #cdd5dc;
  padding: 5px;
}

/* Kate */
#divReservedBook span.gree, #divReservedBook span.gree span {
  margin-left: 15px;
  width: auto;
  color: #F00;
}

.detail_table {
  margin-left: 30px;
}

  .detail_table tr td text {
    text-align: center;
  }

  .detail_table .a05 {
    width: 5%;
  }

  .detail_table .a1 {
    width: 10%;
  }

  .detail_table .a2 {
    width: 20%;
  }

  .detail_table .a3 {
    width: 30%;
  }

/* 雜誌詳目頁 */
.magazine_list {
  padding-left: 15px;
  overflow: hidden;
}

  .magazine_list li {
    float: left;
    width: 150px;
    margin-right: 15px;
    text-align: left;
    margin-bottom: 10px;
  }

.magazine_list_more {
  float: right;
  margin-right: 10px;
  font-size: 12px;
}
/* ---------------------------------------- 簡目頁 ---------------------------------------- */
.result_wrap {
  margin: 10px 0px 0px 15px;
  width: 700px;
  overflow: hidden;
  /*border-bottom: 1px solid #cdd5dc;*/
  height: auto;
}

.result_wrap2 {
  margin: 0 0 10px 15px;
  padding-top: 10px;
  width: 700px;
  overflow: hidden;
  border-top: 1px solid #cdd5dc;
}

.result_nav {
  width: 910px;
  overflow: hidden;
  float: left;
}

  .result_nav li {
    float: left;
    margin-left: 5px;
  }

.result_sort2 {
  height: 40px;
  overflow: hidden;
  /*float: right;*/
  position: absolute;
  /*width: 700px;*/
  margin-left: 517px;
}

.result_sort {
  height: 40px;
  overflow: hidden;
  float: right;
  position: absolute;
  width: 700px;
}

  .result_sort li {
    float: right;
    margin-left: 10px;
  }

.result_index {
  overflow: hidden;
  width: 100%;
  margin: 5px 0;
}

  .result_index li {
    float: left;
    margin-left: 5px;
  }

    .result_index li img {
      vertical-align: middle;
      margin: 0 5px 0 2px;
    }

.result_btn_wrap {
  width: 700px;
  margin: 0 0 20px 15px;
  float: left;
  overflow: hidden;
}

.result_tab_wrap {
  position: relative;
  border-bottom: 1px solid #cdd5dc;
}

.result_tab {
  float: left;
  position: absolute;
}

.result_btn_wrap span {
  float: right;
  margin-top: 8px;
}

.result_btn_wrap em {
  color: #F00;
  font: bold 15px Verdana, Geneva, sans-serif, "新細明體";
}

.result_page {
  margin: 5px 7px 15px 0;
  overflow: hidden;
  width: 700px;
  text-align: center;
}

.pageFocus, a.pageFocus {
  font-weight: bold;
  color: #ff6600;
}

.result_page li {
  display: inline;
  margin-left: 8px;
  height: 30px;
  line-height: 30px;
}

.result_content {
  float: left;
  margin: 0px 0 10px 18px;
  width: 700px;
  overflow: hidden;
}

  .result_content li {
    float: left;
    width: 130px;
    margin: 0 10px 30px 0;
  }

  .result_content h4 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .result_content span {
    color: #666666;
    margin-bottom: 2px;
  }

  .result_content p {
    color: #999999;
    margin-bottom: 2px;
  }

.arrow_fav, .arrow_fav2, .arrow_fav3, .arrow_fav4 {
  background-image: url(../images/arrow_fav.png);
  height: 20px;
  width: 20px;
  margin: 10px auto 0;
  cursor: pointer;
}

.arrow_fav2 {
  background-image: url(../images/arrow_fav2.png);
}

.arrow_fav3 {
  background-image: url(../images/arrow_fav3.png);
}

.arrow_fav4 {
  background-image: url(../images/arrow_fav4.png);
}

.arrow_fav:hover {
  background-image: url(../images/arrow_fav3.png);
}

.arrow_fav2:hover {
  background-image: url(../images/arrow_fav4.png);
}

.a_likebtn { 
  font-weight: bold;
  color: white !important;    
  text-decoration: underline;
  font-size: 15px;
  background: #076dc2;
  padding: 10px;
}

/* ---------------------------------------- 電子書總覽 ---------------------------------------- */
#content2 {
  width: 730px;
  float: right;
  position: relative;
}

.airitiBooks_wrap {
  margin: 30px 0 10px 15px;
  width: 700px;
  overflow: hidden;
}

  .airitiBooks_wrap h3 {
    margin-bottom: 10px;
  }

  .airitiBooks_wrap p {
    margin-bottom: 10px;
    line-height: 2em;
  }

.airitiBooks_bg {
  background-image: url(../images/airitiBooks_bg.png);
  background-repeat: no-repeat;
  z-index: 99;
  height: 80px;
  width: 170px;
  top: 100px;
  position: absolute;
  padding: 8px 0 0 0;
  letter-spacing: -1px;
  text-align: center;
}
/* ---------------------------------------- 主題精選瀏覽 ---------------------------------------- */
.theme_recommend {
  width: 140px;
  margin: 0 auto;
  text-align: center;
}

  .theme_recommend span {
    color: #666;
    margin-bottom: 2px;
  }

  .theme_recommend p {
    color: #999;
  }

.sidebar_main_gray .main_menu_none {
  font-size: 17px;
  line-height: 1.5em;
  position: relative;
  border-bottom: 1px solid #d1d2d4;
  background: url(../images/arrow_gray2.png) no-repeat 2px 13px;
  padding: 5px 5px 5px 15px;
}
/* ---------------------------------------- 電子雜誌列表頁 ---------------------------------------- */
.magazine_latest_wrap {
  width: 140px;
  height: 230px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.magazine_latest {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

  .magazine_latest ul {
    width: 140px;
    height: 230px;
    text-align: center;
    float: left;
  }

  .magazine_latest span {
    color: #666;
    margin-bottom: 2px;
  }

  .magazine_latest p {
    color: #999;
  }

.magazine_latest_prev, .magazine_latest_next {
  position: absolute;
  top: 80px;
  display: block;
  width: 15px;
  height: 45px;
  text-indent: -9999px;
}

.magazine_latest_prev {
  background: url(../images/scroll_arrows_s1.png) no-repeat;
  left: 20px;
}

.magazine_latest_next {
  background: url(../images/scroll_arrows_s2.png) no-repeat;
  right: 15px;
}

.magazine_latest_title {
  background: url(../images/add_title_arrow.jpg) no-repeat 0 -5px;
  line-height: 30px;
  padding-left: 35px;
  float: left;
}

.dotted_line {
  height: 25px;
  border-bottom: 5px dotted #eee;
  margin: 0 auto 25px;
  width: 700px;
}

.magazine_latest_wrap2 {
  width: 715px;
  height: 550px;
  overflow: hidden;
  position: relative;
}

.magazine_latest_list {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.result_sort_prev, .result_sort_next {
  position: absolute;
  display: block;
  width: 10px;
  height: 25px;
  text-indent: -9999px;
}

.result_sort_prev {
  background: url(../images/scroll_arrows_m1.png) no-repeat 0 5px;
  right: 60px;
}

.result_sort_next {
  background: url(../images/scroll_arrows_m2.png) no-repeat 0 5px;
  right: 30px;
}

.result_sort .total {
  font: bolder 15px Verdana, Geneva, sans-serif;
  color: #aaaaaa;
  right: 90px;
  position: absolute;
  padding-top: 5px;
}

.result_sort .counter {
  font: bolder 15px Verdana, Geneva, sans-serif;
  color: #aaaaaa;
  right: 130px;
  position: absolute;
  padding-top: 5px;
}

.result_sort .of {
  font: bolder 15px Verdana, Geneva, sans-serif;
  color: #aaaaaa;
  right: 110px;
  position: absolute;
  padding-top: 5px;
}
/* ---------------------------------------- 新手上路star ---------------------------------------- */
.redword {
  color: #F00;
}

.yellowword {
  color: #f8c408;
}

.grayword {
  color: #666;
}


.op {
  width: 900px;
  margin: 0 auto;
  color: #000000;
  margin-bottom: 50px;
}

.op_menu {
  border-bottom: 1px solid #ccc;
  padding: 10px 0 4px 0;
}

  .op_menu h1 {
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    color: #333;
    margin: 0 2px 0 2px;
    padding: 7px 24px 5px 24px;
  }

.menu_here {
  background: #dfdfdf;
}

  .menu_here:hover {
    cursor: pointer;
  }

.menu_un:hover {
  background: #efefef;
  cursor: pointer;
}

.op_body {
  width: 850px;
  margin-left: 28px;
}

  .op_body img {
    vertical-align: middle;
    margin: 0 2px;
  }

  .op_body h1 {
    color: #f68319;
    font-size: 15px;
    margin: 20px 0 10px 0;
  }

  .op_body p {
    line-height: 20px;
    color: #333;
    margin-bottom: 10px;
    text-indent: 2em;
  }

    .op_body p.shrink {
      margin-left: 1.5em;
    }

  .op_body a {
    text-decoration: underline;
  }

    .op_body a:hover {
      text-decoration: none;
    }

  .op_body ul {
    list-style-type: decimal;
    margin-left: 5em;
  }

  .op_body li {
    margin-bottom: 5px;
    color: #333;
  }

    .op_body li img {
      margin-top: 10px;
      margin-bottom: 25px;
      max-width: 750px;
    }

      .op_body li img.thin {
        margin-top: 0;
        margin-bottom: 0;
      }

  .op_body h3 {
    color: #125798;
    font-size: 14px;
    margin: 0 0 5px 0;
    padding: 1px 0 0 18px;
    line-height: 18px;
    background: url(../images/op/icon_q.gif) no-repeat 0px 2px;
  }

  .op_body .soft {
    float: left;
    width: 260px;
    height: auto;
    margin: 10px;
  }

    .op_body .soft .softTxt {
      height: 100px;
      margin-bottom: 20px;
      padding: 0 6px;
      border-bottom: 1px dotted #cdd5dc;
    }

    .op_body .soft h2 {
      margin: 20px auto;
      text-align: center;
    }

    .op_body .soft p {
      font-size: 12px;
      color: #666;
      text-indent: 0em;
    }

  .op_body .soft {
    text-align: center;
  }

  .op_body .softCenter {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 0 10px;
    margin-left: 0;
    margin-right: 0;
  }

img.bigImg {
  margin: 5px 0 10px 67px;
  max-width: 750px;
}

.op_body li img.icon {
  margin-top: 0;
  margin-bottom: 2px;
  max-width: 30px;
}

.btn_dl {
  margin: 0 auto;
  background: url(../images/op/btn_dl.png) no-repeat;
  width: 173px;
  height: 49px;
  cursor: pointer;
}

  .btn_dl:hover {
    background: url(../images/op/btn_dl_hover.png) no-repeat;
  }

.btn_install {
  margin: 9px auto 0 auto;
  background: url(../images/op/btn_install.png) no-repeat;
  width: 114px;
  height: 41px;
  cursor: pointer;
}

  .btn_install:hover {
    background: url(../images/op/btn_install_hover.png) no-repeat;
  }

.btn_dlam {
  margin: 20px auto 0 auto;
  background: url(../images/op/btn_dlam.png) no-repeat;
  width: 173px;
  height: 49px;
  cursor: pointer;
}

  .btn_dlam:hover {
    background: url(../images/op/btn_dlam_hover.png) no-repeat;
  }

.btn_dlcm {
  margin: 9px auto 0 auto;
  background: url(../images/op/btn_dlcm.png) no-repeat;
  width: 173px;
  height: 49px;
  cursor: pointer;
}

  .btn_dlcm:hover {
    background: url(../images/op/btn_dlcm_hover.png) no-repeat;
  }

.btn_ins_and {
  margin: 9px auto 0 auto;
  background: url(../images/op/btn_install.png) no-repeat;
  width: 114px;
  height: 41px;
  cursor: pointer;
}

  .btn_ins_and:hover {
    background: url(../images/op/btn_install_hover.png) no-repeat;
  }

.btn_dl2 {
  margin: -2px auto;
  background: url(../images/op/btn_dl2.png) no-repeat;
  width: 173px;
  height: 49px;
  cursor: pointer;
}

  .btn_dl2:hover {
    background: url(../images/op/btn_dl2_hover.png) no-repeat;
  }

.btn_dl3 {
  margin: 10px auto;
  background: url(../images/op/btn_dl3.png) no-repeat;
  width: 173px;
  height: 49px;
  cursor: pointer;
}

  .btn_dl3:hover {
    background: url(../images/op/btn_dl3_hover.png) no-repeat;
  }

.finalBtn {
  float: left;
  width: 810PX;
  text-align: center;
  font-size: 14PX;
  font-weight: bold;
  margin-bottom: 25px;
}

.btn_next {
  background: url(../images/op/btn_next.jpg);
  width: 116px;
  height: 41px;
  cursor: pointer;
  margin: 5px auto;
}

  .btn_next:hover {
    background: url(../images/op/btn_next2.jpg);
  }

.btn_download {
  width: 116px;
  height: 34px;
  float: right;
  margin-top: 6px;
  background: url(../images/op/btn_download.jpg);
}

  .btn_download:hover {
    background: url(../images/op/btn_download2.jpg);
  }

.btn_ipad_pdf_download {
  width: 116px;
  height: 34px;
  float: right;
  margin-top: 6px;
  background: url(../images/op/btn_ipad_pdf_download.jpg);
}

  .btn_ipad_pdf_download:hover {
    background: url(../images/op/btn_ipad_pdf_download2.jpg);
  }

.bookList {
  width: 800px;
  height: 500px;
  margin: 0 auto;
}

.books {
  width: 200px;
  float: left;
  text-align: center;
  background: url(../images/form_bg.jpg) right no-repeat;
  padding: 37px 0 10px 0;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  color: #404040;
}

  .books:hover {
    color: #f68319;
  }

  .books p {
    margin: 0;
    padding: 9px 0 0 0;
  }

  .books img {
    box-shadow: 0px 0px 5px #999;
  }

.show_layer {
  margin: 0 0 0 13px;
  padding: 15px 0 10px 0;
}

  .show_layer h2 {
    font-size: 12px;
    font-weight: normal;
    color: #333;
    display: inline;
    margin: 0 15px;
  }

    .show_layer h2 span {
      margin: 0 20px;
    }
/* ---------------------------------------- 新手上路end ---------------------------------------- */
/* ---------------------------------------- 團體訂購_會員服務條款_著作權聲明_關於我們 star---------------------------------------- */

.ROAD {
  width: 800px;
  height: auto;
  margin-left: 45px;
  border: 0px red solid;
  margin-bottom: 15px;
  margin-top: 10px;
  color: black;
}

.CON_B_TOP {
  font-size: 15px;
  font-weight: bold;
  height: 30px;
  width: 853px;
  margin-left: 45px;
  line-height: 32px;
  padding-left: 22px;
  border: 1px solid #d9d9d9;
  border-bottom: 0;
  background: url(../images/icon_A01.gif) no-repeat;
  background-position: left;
  background-color: #eeeeee;
  color: black;
  margin-top: -10px;
}

.CON_B {
  color: #666;
  height: auto;
  width: 875px;
  margin-left: 45px;
  border: 1px solid #d9d9d9;
  border-top: 0;
  color: black;
  margin-top: -15px;
  margin-bottom: 50px;
}

  .CON_B .LitleTitle {
    font-size: 13px;
    font-weight: bold;
    color: #0a387c;
    line-height: 18px;
    margin-top: -15px;
    margin-left: 22px;
  }

  .CON_B p.blue {
    color: #0a387c;
    margin-bottom: 10px;
    margin: 0px 22px 25px 22px;
  }

  .CON_B p.pContent, .CON_B ul {
    padding: 22px;
  }

    .CON_B ul ul {
      padding: 50px 10px 0px 10px;
    }

p.pTop {
  margin: -22px 22px 25px 22px;
}

.CON_B ul {
  margin-top: -40px;
}

.P_010 {
  width: 100%;
  border-bottom: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
  background: #eeeeee;
  line-height: 2em;
  font-weight: bold;
  color: #666;
  font-size: 15px;
  text-indent: 20px;
  float: left;
  margin-bottom: 10px;
}

.P_003 {
  color: #000;
  font-size: 13px;
  text-align: left;
  border: 0px red solid;
  line-height: 1.5em;
  margin-bottom: 10px;
  padding: 0 22px;
}

.P_009 {
  color: #0a387c;
  margin: 0 22px;
}

.P_Title {
  font-size: 15px;
  font-weight: bold;
  margin: 10px 0;
  margin-top: 30px;
}

.P_015 {
  list-style-type: decimal;
  line-height: 1.8em;
  margin-left: 22px;
}

.P_015Blue {
  list-style-type: decimal;
  margin-left: 22px;
  color: #0a387c;
  margin-bottom: 5px;
}

.P_015Blue1 {
  list-style-type: disc;
  margin-left: 22px;
  color: #0a387c;
}
/* ---------------------------------------- 團體訂購_會員服務條款_著作權聲明_關於我們 end---------------------------------------- */

/*------------------------------------------ 首頁底部電子書及電子雜誌超連結 ------------------------------------------------------*/
div .lnkBooks {
  font-size: 18px;
  font-family: Arial;
  font-weight: normal;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #337fed;
  padding: 9px 18px;
  text-decoration: none;
  background: -moz-linear-gradient( center top, #3d94f6 5%, #1e62d0 100% );
  background: -ms-linear-gradient( top, #3d94f6 5%, #1e62d0 100% );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0');
  background: -webkit-gradient( linear, left top, left bottom, color-stop(5%, #3d94f6), color-stop(100%, #1e62d0) );
  background-color: #3d94f6;
  color: #ffffff;
  display: inline-block;
  text-shadow: 1px 1px 0px #1570cd;
  -webkit-box-shadow: inset 1px 1px 0px 0px #97c4fe;
  -moz-box-shadow: inset 1px 1px 0px 0px #97c4fe;
  box-shadow: inset 1px 1px 0px 0px #97c4fe;
}

.lnkBooks:hover {
  background: -moz-linear-gradient( center top, #1e62d0 5%, #3d94f6 100% );
  background: -ms-linear-gradient( top, #1e62d0 5%, #3d94f6 100% );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6');
  background: -webkit-gradient( linear, left top, left bottom, color-stop(5%, #1e62d0), color-stop(100%, #3d94f6) );
  background-color: #1e62d0;
}

.lnkBooks:active {
  position: relative;
  top: 1px;
}

span.spanNumber {
  display: inline-block;
  width: 46px;
  color: #ff6600;
}
/*---------------------------------------  首頁底部電子書及電子雜誌超連結 end---------------------------------------------*/

/*----------------------------------------- 右鍵Menu選單 -------------------------------------------------------------*/
.ui-widget {
  font-family: Verdana,Arial,sans-serif;
  font-size: 9pt;
}

#rightClickMenu {
  padding-right: 10px;
  padding-left: 20px;
}
/*----------------------------------------  右鍵Menu選單 end-----------------------------------------------------------*/

/*----------------------------------------  EPub與pdf選擇視窗 ------------------------------------------------------------------*/
#dialog {
  width: 500px;
  height: 260px;
  background-color: rgba(0,0,0,0.30);
  padding: 8px;
  position: relative;
  left: -150px;
  display: none;
  cursor: default;
  z-index: 1;
  -webkit-border-radius: 9px; /* Saf3-4, iOS 1-3.2, Android <1.6 */
  -moz-border-radius: 9px; /* FF1-3.6 */
  border-radius: 9px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
}

#dialog-bg {
  background-color: #FBFBFB;
  width: 500px;
  height: 259px;
  -webkit-border-radius: 7px; /* Saf3-4, iOS 1-3.2, Android <1.6 */
  -moz-border-radius: 7px; /* FF1-3.6 */
  border-radius: 7px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
}

#dialog-title {
  width: 500px;
  height: 30px;
  padding-top: 12px;
  background-color: #FFFFFF;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#E9E9E9)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #FFFFFF, #E9E9E9); /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #FFFFFF, #E9E9E9); /* FF3.6 */
  background-image: -ms-linear-gradient(top, #FFFFFF, #E9E9E9); /* IE10 */
  background-image: -o-linear-gradient(top, #FFFFFF, #E9E9E9); /* Opera 11.10+ */
  background-image: linear-gradient(top, #FFFFFF, #E9E9E9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#E9E9E9'); /* IE6-IE9 */
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom: 1px solid #FFFFFF;
  color: #434343;
  text-shadow: 1px 1px 1px #ffffff;
  filter: dropshadow(color=#ffffff, offx=1, offy=1);
  text-align: left;
  font-weight: bold;
  font-size: 16pt;
  cursor: default;
}

#dialog-description {
  width: 460px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 18px;
  color: #555555;
  font-size: 12pt;
  text-align: center;
  line-height: 24px;
  border-top: 1px solid #B9B9B9;
  cursor: default;
}

#dialog-description-remark {
  width: 460px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 18px;
  color: #555555;
  font-size: 8pt;
  text-align: center;
  line-height: 24px;
  cursor: default;
}

#dialog-buttons {
  width: 460px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  text-align: center;
}

#dialog-bg .btn-close {
  color: #aaaaaa;
  font-size: 16pt;
  text-decoration: none;
  position: absolute;
  right: 12px;
  top: 12px;
}

  #dialog-bg .btn-close:hover {
    color: #909090;
  }

.dialog_btn {
  width: 130px;
  height: 40px;
  margin: 10px auto;
}
/*----------------------------------------  EPub與pdf選擇視窗 end ---------------------------------------------------------------*/
/*----------------------------------------  使用手冊 end ---------------------------------------------------------------*/
ul.opList {
  list-style-type: disc;
  margin-left: 15px;
}

ul.opEnList {
  list-style-type: upper-alpha;
  margin-left: 15px;
}
/*----------------------------------------  使用手冊 end ---------------------------------------------------------------*/

/*----------------------------------------  2016/1/11 新增 ---------------------------------------------------------------*/

/*首頁更新部分*/
.top10_1 {
  background: transparent url("../images/top10_1_bg.jpg") no-repeat scroll 0% 0%;
  height: 124px;
  width: 240px;
  position: relative;
}

.top10_2 {
  background: transparent url("../images/top10_2_bg.jpg") no-repeat scroll 0% 0%;
  height: 123px;
  width: 240px;
  position: relative;
}

.top10_3 {
  background: transparent url("../images/top10_3_bg.jpg") no-repeat scroll 0% 0%;
  height: 123px;
  width: 240px;
  position: relative;
}

.top10_bookname {
  font-size: 13px;
  position: absolute;
  left: 130px;
  top: 65px;
  width: 100px;
  height: 60px;
  overflow: hidden;
}

.num6 {
  background: transparent url("../images/num6.png") no-repeat scroll 9px 7px;
}

.num7 {
  background: transparent url("../images/num7.png") no-repeat scroll 9px 7px;
}

.num8 {
  background: transparent url("../images/num8.png") no-repeat scroll 9px 7px;
}

.num9 {
  background: transparent url("../images/num9.png") no-repeat scroll 9px 7px;
}

.num10 {
  background: transparent url("../images/num10.png") no-repeat scroll 9px 7px;
}

/*書籍內容更新部分*/

a.title_normal_img {
  background: transparent url("../images/ihereb.png") no-repeat scroll 3px 5px;
  margin-left: -21px;
  float: left;
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  border: 0;
  margin-top: 3px;
}

a.title_here_img {
  background: transparent url("../images/ihere.png") no-repeat scroll 3px 5px;
  margin-left: -21px;
  float: left;
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  border: 0;
  margin-top: 3px;
}

.new_intro_div {
  word-break: normal;
  word-wrap: break-word;
}

  .new_intro_div .new_intro_tab {
    overflow: hidden;
  }

    .new_intro_div .new_intro_tab li {
      float: left;
      min-width: 108px;
      text-align: center;
      padding-left: 15px;
      padding-right: 15px;
      width: auto;
      max-width: 140px;
      margin-right: -1px;
      border: 1px #d9d9d9 solid;
      height: 40px;
      background-color: #f9f9f9;
      line-height: 38px;
      font-size: 15px;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
      cursor: pointer;
    }

      .new_intro_div .new_intro_tab li a {
        display: block;
        height: 1px;
      }

      .new_intro_div .new_intro_tab li:hover {
        background-color: #ececec;
      }

      .new_intro_div .new_intro_tab li.iwantsee {
        background-color: #078ec1;
        color: #ffffff;
        border-color: #078ec1;
      }

        .new_intro_div .new_intro_tab li.iwantsee span {
          color: #ffffff;
        }

        .new_intro_div .new_intro_tab li.iwantsee:hover {
          background-color: #0FADE9;
        }

.new_intro_content {
  border: 1px #d9d9d9 solid;
  clear: both;
  margin-top: -1px;
  min-height: 30px;
}

  .new_intro_content > div {
    padding: 10px 10px 10px 18px;
  }

.book_chapter {
  background: url(../images/chapter_dot.png) repeat-y 10px center;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.book_chapter_optitle {
  font-size: 15px;
  background: url(../images/chapericon.png) no-repeat left top;
  padding-left: 23px;
  margin-top: 10px;
  font-weight: bold;
  color: #297B9C;
}

.book_chapter li {
  float: none;
  width: 100%;
}

.book_chapter_subtitle_c {
  padding-left: 3px;
  margin-top: 8px;
  clear: both;
  overflow: hidden;
}

.book_chapter_subinfo_word {
  color: #2FA4D2;
  font-size: 15px;
  cursor: pointer;
  float: left;
  width: 80%;
}

  .book_chapter_subinfo_word:hover {
    color: #F60;
  }

.book_chapter_childtitle_c {
  border-left: 1px solid #D9D9D9;
  margin-left: 12px;
  margin-bottom: 15px;
  clear: both;
}


.book_chapter_childtitle_word {
  color: #2FA4D2;
  text-decoration: none;
  font-size: 15px;
  cursor: pointer;
}

.book_chapter_childtitle_c > li {
  height: 13px;
  margin-bottom: 9px;
  margin-top: 3px;
  clear: both;
}

.book_chapter_childinfo_word {
  color: #2FA4D2;
  text-decoration: none;
  cursor: pointer;
  font-size: 15px;
  float: left;
  width: 80%;
  line-height: 22px;
}

.book_chapter_childinfo_img {
  margin-right: 3px;
  float: left;
  margin-top: 12px;
}


li.title_normal {
  /*background: transparent url("../images/ihereb.png") no-repeat scroll  3px 5px;*/
  padding-left: 22px;
}

li.title_here {
  /*background: transparent url("../images/ihere.png") no-repeat scroll  3px 5px;*/
  padding-left: 22px;
}

  li.title_here > .book_chapter_subinfo_img, li.title_normal > .book_chapter_subinfo_img {
    display: none;
  }

.book_chapter_subinfo_img {
  float: left;
  margin-top: 10px;
  margin-left: 6px;
  margin-right: 3px;
  float: left;
}

.book_chapter .page_tip {
  font-size: 12px;
  color: #a7a7a7;
  text-decoration: none;
}

  .book_chapter .page_tip:hover {
    color: #F60;
  }

.new_intro_display {
  text-align: right;
  color: #0794FB;
  padding-right: 10px;
  padding-top: 10px;
  cursor: pointer;
}

/*************************201605 Roger新增*****************************************/
.clear {
  clear: both;
}

.MagazineDetail_separateline {
  height: 1px;
  margin: 0 15px;
  margin-top: 15px;
  background-color: #d2d2d2;
}

.MagazineDetail_magazineInfo_layout {
  height: 242px;
  margin: 0 15px;
  margin-top: 30px;
  margin-bottom: 45px;
}

.MagazineDetail_magazineCover {
  width: 200px;
  height: 240px;
  border: 1px solid #d2d2d2;
  float: left;
}

.MagazineDetail_magazineCover_img {
  width: 180px;
  height: 220px;
  margin: 10px;
  /*background-image: url(../images/10276114_1011.jpg);*/
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.MagazineDetail_magazineInfo {
  float: left;
  margin-left: 23px;
  width: 475px;
}

.MagazineDetail_magazineInfo_title {
  font-family: "新細明體";
  font-size: 22px;
  font-weight: bold;
  color: #86272d;
}

.MagazineDetail_magazineInfo_secondtitleANDsubscribe {
  margin-top: 10px;
}

.MagazineDetail_magazineInfo_secondtitle_layout {
  float: left;
}

.MagazineDetail_magazineInfo_secondtitle {
  font-family: "微軟正黑體";
  font-size: 13px;
  color: #666666;
  margin-top: 2px;
}

  .MagazineDetail_magazineInfo_secondtitle:first-child {
    margin-top: 0;
  }

.MagazineDetail_magazineInfo_subscribeBTN {
  width: 125px;
  height: 30px;
  background-color: #fff;
  border: 1px solid #d2d2d2;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
  box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
  float: right;
}

  .MagazineDetail_magazineInfo_subscribeBTN:hover {
    cursor: pointer;
    color: #3b5998;
  }

  .MagazineDetail_magazineInfo_subscribeBTN::before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }

  .MagazineDetail_magazineInfo_subscribeBTN > div {
    display: inline-block;
    vertical-align: middle;
  }

    .MagazineDetail_magazineInfo_subscribeBTN > div:last-child {
      display: none;
    }

.MagazineDetail_magazineInfo_subscribeBTN_icon {
  width: 26px;
  height: 15px;
  margin-top: 3px;
  margin-left: 5px;
  background-image: url(../images/MagazineDetail_magazineInfo_subcribe_icon.png);
  display: inline-block;
  vertical-align: middle;
}

.MagazineDetail_magazineInfo_subscribeBTN_text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 18px;
}

.MagazineDetail_magazineInfo_subscribeBTN_input {
  width: 135px;
  height: 18px;
  font-family: "新細明體";
  font-size: 12px;
  padding: 0 5px;
  color: #999999;
  line-height: 18px;
  float: left;
  border: 1px solid #808080;
  outline: none;
}

.MagazineDetail_magazineInfo_subscribeBTN_input_text {
  width: 58px;
  height: 18px;
  border: 1px solid #000;
  color: #fff;
  background-color: #000;
  line-height: 18px;
  cursor: pointer;
  float: left;
  font-size: 12px;
  text-align: center;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
  box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
  float: right;
}

.MagazineDetail_magazineInfo_subscribeBTN_entermail {
  width: 210px;
  position: center;
  margin-left: 6px;
  margin-top: 5px;
  display: none;
}

.MagazineDetail_magazineInfo_summary_layout {
  margin-top: 25px;
}

.MagazineDetail_magazineInfo_summary_title {
  font-family: "微軟正黑體";
  font-size: 15px;
  /*font-weight: bold;*/
  color: #333333;
}

.MagazineDetail_magazineInfo_summary_separateline {
  width: 100%;
  height: 1px;
  background-color: #d2d2d2;
  margin: 5px 0;
}

.MagazineDetail_magazineInfo_summary_text {
  font-size: 13px;
  color: #666666;
  line-height: 20px;
}

.MagazineDetail_expired_layout {
  margin: 0 15px;
  margin-top: 18px;
}

.MagazineDetail_expired_title_layout {
}

.MagazineDetail_expired_title {
  float: left;
  width: 75px;
  border-top: none;
  margin: 0 15px;
  padding: 0;
}

.MagazineDetail_expired_seeAllBTN {
  font-size: 13px;
  color: #3b5998;
  float: right;
  cursor: pointer;
  margin-right: 15px;
}

.MagazineDetail_expired_seeAllBTN_text {
  display: inline-block;
}

.MagazineDetail_expired_seeAllBTN_open_icon {
  width: 10px;
  height: 9px;
  background-image: url(../images/MagazineDetail_seeALLBTN_open_icon.png);
  display: inline-block;
  margin-left: 2px;
}

.MagazineDetail_expired_seeAllBTN_open_icon_forIE {
  background-image: url(../images/MagazineDetail_seeALLBTN_open_icon.png);
}

.MagazineDetail_expired_seeAllBTN_close_icon_forIE {
  background-image: url(../images/MagazineDetail_seeALLBTN_close_icon.png);
}

.MagazineDetail_expired_Allcover_layout {
  margin: 0 15px;
  /*height: 173px;*/
  padding-bottom: 20px;
  overflow: hidden;
}

.MagazineDetail_expired_cover_row {
  margin-top: 20px;
  /*height: 175px;*/
}

  .MagazineDetail_expired_cover_row:first-child {
    margin-top: 0;
  }

.MagazineDetail_expired_cover_layout {
  width: 120px;
  /*height: 175px;*/
  float: left;
  margin-left: 10px;
}

  .MagazineDetail_expired_cover_layout:hover {
    cursor: pointer;
  }

  .MagazineDetail_expired_cover_layout:first-child {
    margin-left: 10px;
  }

.MagazineDetail_expired_cover {
  width: 120px;
  height: 144px;
  border: 1px solid #d2d2d2;
  -moz-box-shadow: 0px 0px 2px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 2px rgba(0,0,0,0.5);
}

.MagazineDetail_expired_cover_img {
  width: 110px;
  height: 134px;
  margin: 5px;
  /*background-image: url(../images/10276114_1011.jpg);*/
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.MagazineDetail_expired_cover_text {
  width: 120px;
  height: 36px;
  font-size: 13px;
  color: #666666;
  margin-top: 5px;
  overflow: hidden;
  margin-bottom: 30px;
}

@keyframes MagazineExpiredOpen {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(-180deg);
  }
}

@keyframes MagazineExpiredClose {
  from {
    transform: rotate(-180deg);
  }

  to {
    transform: rotate(0deg);
  }
}


/********************************MazazineList**************************************/
.MagazineList_title_layout {
  margin: 0 15px;
  height: 37px;
}

.MagazineList_title_arrow {
  width: 38px;
  height: 37px;
  background-image: url(../images/add_title_arrow.jpg);
  float: left;
}

.MagazineList_title_text {
  height: 37px;
  font-size: 18px;
  font-weight: bold;
  line-height: 37px;
  float: left;
  color: #666666;
}

.MagazineList_label_layout {
  height: 50px;
  margin: 10px 25px;
}

.MagazineList_label {
  width: 180px;
  height: 50px;
  float: left;
  margin-left: 15px;
  background-image: url(../images/magazine_menu.jpg);
  font-size: 17px;
  color: #999999;
  text-align: center;
  line-height: 50px;
}

  /*.MagazineList_label:first-child {
    margin-left: 0;
}*/

  .MagazineList_label:hover {
    cursor: pointer;
  }

.MagazineList_label_active {
  background-image: url(../images/magazine_menu_current.jpg);
  color: #fff;
}

  .MagazineList_label_active:hover {
    cursor: pointer;
    background-image: url(../images/magazine_menu_currentHOVER.jpg);
  }

.MagazineList_separateline {
  height: 1px;
  background-color: #d2d2d2;
  margin: 20px 15px;
}

.MagazineList_title_layout {
  margin: 0 25px;
}

.MagazineList_title {
  float: left;
  font-size: 18px;
  color: #3b5998;
}

.MagazineList_seeAllBTN {
  font-size: 13px;
  color: #3b5998;
  float: right;
  cursor: pointer;
  margin-right: 15px;
}

.MagazineList_seeAllBTN_text {
  display: inline-block;
}

.MagazineList_SeeOneGroup_text {
  display: inline-block;
}

.MagazineList_seeAllBTN_open_icon {
  width: 10px;
  height: 9px;
  background-image: url(../images/MagazineDetail_seeALLBTN_open_icon.png);
  display: inline-block;
  margin-left: 2px;
}

.MagazineList_Allcover_layout {
  margin: 0 25px;
  /*height: 173px;*/
  padding-bottom: 20px;
  overflow: hidden;
}

.MagazineList_cover_row {
  margin-top: 20px;
  /*height: 175px;*/
}

  .MagazineList_cover_row:first-child {
    margin-top: 0;
  }

.MagazineList_cover_layout {
  width: 120px;
  height: 175px;
  float: left;
  margin-left: 15px;
  margin-bottom: 20px;
}

  .MagazineList_cover_layout:hover {
    cursor: pointer;
  }

  .MagazineList_cover_layout:first-child {
    margin-left: 15px;
  }

.MagazineList_cover {
  width: 120px;
  height: 144px;
  border: 1px solid #d2d2d2;
  -moz-box-shadow: 0px 0px 2px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 2px rgba(0,0,0,0.5);
}

.MagazineList_cover_img {
  width: 110px;
  height: 134px;
  margin: 5px;
  /*background-image: url(../images/10276114_1011.jpg);*/
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.MagazineList_cover_text {
  width: 120px;
  height: 18px;
  font-size: 13px;
  color: #666666;
  margin-top: 5px;
  overflow: hidden;
  margin-bottom: 5px;
}
/********************************MazazineList**************************************/


/********************************LibrarySearch**************************************/
.LibrarySearch_title_layout {
  margin: 0 15px;
  margin-top: 10px;
  height: 37px;
}

.LibrarySearch_title_arrow {
  width: 38px;
  height: 37px;
  background-image: url(../images/add_title_arrow.jpg);
  float: left;
}

.LibrarySearch_title_text {
  height: 37px;
  font-size: 18px;
  font-weight: bold;
  line-height: 37px;
  float: left;
  color: #666666;
}

.LibrarySearch_Allcondition_layout {
  margin: 0 25px;
  margin-top: 10px;
  height: 130px;
}

.LibrarySearch_condition_left_layout {
  width: 340px;
  height: 130px;
  float: left;
}

.LibrarySearch_condition_right_layout {
  width: 339px;
  height: 120px;
  float: left;
}

.LibrarySearch_condition_separateline {
  width: 1px;
  height: 120px;
  background-color: #d2d2d2;
  float: left;
}

.LibrarySearch_condition_text {
  font-size: 13px;
  color: #666666;
  margin-left: 30px;
  margin-top: 15px;
}

  .LibrarySearch_condition_text:first-child {
    margin-top: 0;
  }

.LibrarySearch_condition_select {
  width: 260px;
  height: 23px;
  margin-left: 30px;
  margin-top: 5px;
  color: #666666;
  font-size: 13px;
  outline: none;
}

.LibrarySearch_condition_input {
  width: 260px;
  height: 18px;
  color: #666666;
  font-size: 13px;
  line-height: 18px;
  padding: 0 5px;
  outline: none;
  margin-top: 5px;
  margin-left: 30px;
}

.LibrarySearch_condition_searchBTN {
  margin: 0 55px;
  margin-top: 15px;
  height: 30px;
  background-color: #99938d;
  color: #fff;
  font-size: 15px;
  text-align: center;
  line-height: 30px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

  .LibrarySearch_condition_searchBTN:hover {
    cursor: pointer;
    background-color: #8c8783;
  }

.LibrarySearch_result_title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  width: 680px;
  color: #333333;
  margin: 0 auto;
  margin-top: 40px;
}

.LibrarySearch_separateline {
  height: 1px;
  background-color: #d2d2d2;
  margin: 20px 25px;
}

.LibrarySearch_result_table_layout {
  margin: 0 25px;
  margin-bottom: 40px;
  border: 1px solid #d2d2d2;
}

  .LibrarySearch_result_table_layout div {
    height: 33px;
    text-align: center;
    font-size: 13px;
    color: #666666;
  }

    .LibrarySearch_result_table_layout div::before {
      content: "";
      display: inline-block;
      height: 100%;
      vertical-align: middle;
    }

    .LibrarySearch_result_table_layout div:nth-child(odd) {
      background-color: #e6e6e6;
    }

    .LibrarySearch_result_table_layout div:nth-child(even) {
      background-color: #f2f2f2;
    }

    .LibrarySearch_result_table_layout div:hover {
      cursor: pointer;
    }

    .LibrarySearch_result_table_layout div span {
      display: inline-block;
      vertical-align: middle;
    }

    .LibrarySearch_result_table_layout div:hover span {
      text-decoration: underline;
    }

.LibrarySearch_result_table_icon {
  width: 18px;
  height: 15px;
  background-image: url(../images/LibrarySearch_result_table_icon.png);
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 8px;
  margin-top: 2px;
}
/********************************LibrarySearch**************************************/

/********************************NoobGuide**************************************/
.NoobGuide_blackBG {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0,0,0,.7);
  z-index: 1000;
}

.NoobGuide_content {
  width: 700px;
  height: 590px;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background-color: #f0f6fb;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

.NoobGuide_content_closeBTN {
  width: 16px;
  height: 16px;
  background-image: url(../images/deletnew.png);
  position: absolute;
  margin-top: 10px;
  margin-left: 674px;
}

  .NoobGuide_content_closeBTN:hover {
    cursor: pointer;
    background-image: url(../images/deletnew_hover.png);
  }

.NoobGuide_content_title {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #1a1a1a;
  margin-top: 25px;
}

.NoobGuide_content_secondtitle {
  text-align: center;
  font-size: 17px;
  color: #787878;
  margin-top: 13px;
}

.NoobGuide_content_separateline {
  width: 665px;
  height: 1px;
  background-color: #d2d2d2;
  margin: 15px auto;
}

.NoobGuide_content_Alloption_layout {
  width: 665px;
  height: 411px;
  /*background-color: #fff;*/
  margin: 0 auto;
  overflow-y: scroll;
}

.NoobGuide_content_option_row {
  height: 150px;
  margin: 15px 0;
}

.NoobGuide_content_option {
  width: 130px;
  float: left;
  margin: 0 16px;
}


  .NoobGuide_content_option:hover {
    cursor: pointer;
  }

.NoobGuide_content_option_active {
  background-position: 0 130px;
}

.NoobGuide_content_option_text {
  color: #000;
  font-size: 17px;
  text-align: center;
}

.NoobGuide_content_option_business {
  width: 130px;
  height: 130px;
  background-image: url(../images/Guide_icon_business.png);
}

.NoobGuide_content_option_media {
  width: 130px;
  height: 130px;
  background-image: url(../images/Guide_icon_media.png);
}

.NoobGuide_content_option_literature {
  width: 130px;
  height: 130px;
  background-image: url(../images/Guide_icon_literature.png);
}

.NoobGuide_content_option_art {
  width: 130px;
  height: 130px;
  background-image: url(../images/Guide_icon_art.png);
}

.NoobGuide_content_option_life {
  width: 130px;
  height: 130px;
  background-image: url(../images/Guide_icon_life.png);
}

.NoobGuide_content_option_comic {
  width: 130px;
  height: 130px;
  background-image: url(../images/Guide_icon_comic.png);
}

.NoobGuide_content_option_sience {
  width: 130px;
  height: 130px;
  background-image: url(../images/Guide_icon_sience.png);
}

.NoobGuide_content_option_humanities {
  width: 130px;
  height: 130px;
  background-image: url(../images/Guide_icon_humanities.png);
}

.NoobGuide_content_option_social {
  width: 130px;
  height: 130px;
  background-image: url(../images/Guide_icon_social.png);
}

.NoobGuide_content_option_baby {
  width: 130px;
  height: 130px;
  background-image: url(../images/Guide_icon_baby.png);
}

.NoobGuide_content_option_language {
  width: 130px;
  height: 130px;
  background-image: url(../images/Guide_icon_language.png);
}

.NoobGuide_content_option_computer {
  width: 130px;
  height: 130px;
  background-image: url(../images/Guide_icon_computer.png);
}

.NoobGuide_content_option_reference {
  width: 130px;
  height: 130px;
  background-image: url(../images/Guide_icon_reference.png);
}

.NoobGuide_content_option_subject {
  width: 130px;
  height: 130px;
  background-image: url(../images/Guide_icon_subject.png);
}

.NoobGuide_content_option_scholar {
  width: 130px;
  height: 130px;
  background-image: url(../images/Guide_icon_scholar.png);
}

.NoobGuide_content_option_goverment {
  width: 130px;
  height: 130px;
  background-image: url(../images/Guide_icon_goverment.png);
}

.NoobGuide_content_option_publish {
  width: 130px;
  height: 130px;
  background-image: url(../images/Guide_icon_publish.png);
}


.NoobGuide_content_passBTN {
  width: 257px;
  height: 47px;
  color: #e6e6e6;
  background-color: #99938d;
  font-size: 18px;
  text-align: center;
  line-height: 47px;
  margin: 0 auto;
  margin-top: 12px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

  .NoobGuide_content_passBTN:hover {
    cursor: pointer;
    background-color: #8c8783;
  }

.NoobGuide_content_confirmBTN {
  background-color: #fb8807;
}

  .NoobGuide_content_confirmBTN:hover {
    background-color: #e5770a;
  }

.NoobGuideBooks_content {
  width: 720px;
  height: 441px;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background-color: #f0f6fb;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

.NoobGuideBooks_content_closeBTN {
  width: 16px;
  height: 16px;
  background-image: url(../images/deletnew.png);
  position: absolute;
  margin-top: 10px;
  margin-left: 694px;
}

  .NoobGuideBooks_content_closeBTN:hover {
    cursor: pointer;
    background-image: url(../images/deletnew_hover.png);
  }

.NoobGuideBooks_content_title {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #1a1a1a;
  margin-top: 25px;
}

.NoobGuideBooks_content_secondtitle {
  text-align: center;
  font-size: 17px;
  color: #787878;
  margin: 0 39px;
  margin-top: 13px;
}

  .NoobGuideBooks_content_secondtitle span {
    color: #c1272d;
  }

.NoobGuideBooks_content_separateline {
  width: 650px;
  height: 1px;
  background-color: #d2d2d2;
  margin: 15px auto;
}

.NoobGuideBooks_content_slider_layout {
  margin-top: 10px;
}

.NoobGuideBooks_content_sliderbox {
  position: relative;
}

.NoobGuideBooks_contnet_Allbooks_layout {
  position: relative;
  height: 310px;
  width: 650px;
  overflow: hidden;
  margin: 0 auto;
}

  .NoobGuideBooks_contnet_Allbooks_layout ul {
    position: absolute;
    overflow: hidden;
  }

.NoobGuideBooks_content_books_coulmn {
  width: 120px;
  height: 310px;
  float: left;
  margin-right: 10px;
}

.NoobGuideBooks_content_bookcover_layout {
  width: 118px;
  height: 138px;
  background-color: #fff;
  border: 1px solid #b3b3b3;
}

.NoobGuideBooks_content_bookcover {
  width: 108px;
  height: 128px;
  margin: 5px;
  background-image: url(../images/9576854927.jpg);
  background-size: cover;
  cursor: pointer;
}

.NoobGuideBooks_content_bookname {
  margin: 10px 5px;
  height: 55px;
  line-height: 18px;
  overflow: hidden;
  color: #787878;
  font-size: 13px;
}

  .NoobGuideBooks_content_bookname:hover {
    cursor: pointer;
    color: #F60;
    text-decoration: underline;
  }

.NoobGuideBooks_content_author {
  margin: 10px 5px;
  margin-bottom: 0;
  height: 30px;
  line-height: 16px;
  overflow: hidden;
  color: #787878;
  font-size: 9px;
}

  .NoobGuideBooks_content_author span {
    color: #3b5998;
  }

    .NoobGuideBooks_content_author span:hover {
      cursor: pointer;
      color: #F60;
      text-decoration: underline;
    }

.NoobGuideBooks_content_press {
  margin: 0 5px;
  margin-top: 5px;
  font-size: 9px;
  height: 16px;
  overflow: hidden;
  color: #787878;
}

  .NoobGuideBooks_content_press:hover {
    cursor: pointer;
    color: #F60;
    text-decoration: underline;
  }

.NoobGuideBooks_content_readBTN {
  margin: 0 auto;
  margin-top: 10px;
  width: 110px;
  height: 30px;
  color: #fff;
  background-color: #0794fb;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  border-radius: 3px;
}

  .NoobGuideBooks_content_readBTN:hover {
    cursor: pointer;
    background-color: #79C6FF;
  }

.NoobGuideBooks_content_nextBTN {
  width: 40px;
  height: 310px;
  background-image: url(../images/GuideBooks_sliderbox_nextBTN.png);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

.NoobGuideBooks_content_preBTN {
  width: 40px;
  height: 310px;
  background-image: url(../images/GuideBooks_sliderbox_preBTN.png);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}

/********************************NoobGuide**************************************/

/*************************201605 Roger新增*****************************************/



.datalist {
  float: left;
  width: 700px;
  height: auto;
  line-height: 28px;
  border-collapse: collapse;
  color: #004a91;
  font-size: 15px;
  font-weight: bold;
  background-color: #f7f5f5;
  text-align: center;
  border-top: 1px solid #e7e7e7;
}

  .datalist td {
    text-align: center;
    font-weight: normal;
    padding: 10px;
  }

    .datalist td.titleA {
      width: 40px;
      height: auto;
      vertical-align: top;
    }

      .datalist td.titleA p a {
        font-size: 12px;
        color: #004a91;
      }

      .datalist td.titleA span {
        padding: 20px 5px;
      }

      .datalist td.titleA img {
        margin-top: 5px;
      }

      .datalist td.titleA input {
        margin-top: 8px;
      }

    .datalist td.titleB {
      width: 600px;
      height: auto;
      text-align: left;
      vertical-align: top;
      line-height: 22px;
    }

      .datalist td.titleB p a {
        font-size: 12px;
        color: #004a91;
        font-weight: normal;
        word-wrap: break-word;
        word-break: normal;
      }

        .datalist td.titleB p a:hover {
          text-decoration: underline;
        }

        .datalist td.titleB p a.blueSmall {
          font-size: 12px;
          color: #004a91;
          font-weight: normal;
          word-wrap: break-word;
          word-break: normal;
        }

          .datalist td.titleB p a.blueSmall:hover {
            text-decoration: underline;
          }

        .datalist td.titleB p a img {
          margin: 0 2px;
        }

      .datalist td.titleB p.size {
        color: #7e7e7e;
        font-size: 12px;
        position: relative;
        clear: both;
      }

        .datalist td.titleB p.size a {
          font-size: 12px;
          font-weight: normal;
          color: #004a91;
        }

          .datalist td.titleB p.size a img {
            margin-right: 3px;
            vertical-align: middle;
          }

      .datalist td.titleB p {
        font-size: 12px;
        color: #504f4f;
        width: 570px;
      }


  .datalist tr.altrow {
    background-color: #ffffff;
    border-top: 1px solid #e7e7e7;
  }


/****************************** 2017/03/30 Link新增 ***********************************/
/* 首頁公告輪播 */
.newnoticeblock {
  position: relative;
}

.news_scroll_wrap{
  position: relative;
  left:19px;
  width:200px;
  overflow:hidden;
}

  .newnoticeblock > .sidebar_main_gray > .news_scroll_wrap > ul.list {
    position: relative;
    overflow: hidden;
  }

.news_scroll_wrap > ul.list > li {
  float: left;
  width: 250px;
  height: 105px;
}

.newnoticeblock_title {
  font-size: 18px;
  font-weight: bold;
  margin: 2px 0 10px 0;
  color: #a20850;
}

.newnoticeblock a {
  width: 200px;
  display: block;
  font-size: 14px;
  line-height: 18px;
  color: #3b5998;
  cursor: pointer;
}

/*#region 頁數 & 按鍵*/

.newnoticeblock_c {
  padding-top: 10px;
  width: 200px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

.newnoticeblock a:hover {
  color: #3b5998;
  text-decoration: underline;
}

.newnoticeblock a:active {
  color: #3b5998;
  text-decoration: none;
}

.notice_path {
  float: left;
  padding-top: 3px;
  color: #333333;
}

.noticearrow {
  float: right;
  height: 25px;
}

.newnoticeblock .noticearrow_left {
  display: inline-block;
  background-image: url(../images/noticearrow_left.png);
  background-repeat: no-repeat;
  background-color: #ffffff;
  border: 1px #b6c8cf solid;
  width: 30px;
  height: 20px;
  background-position: center 0px;
  border-radius: 3px 0px 0px 3px;
  border-right: 0px;
  cursor: pointer;
}

  .newnoticeblock .noticearrow_left:hover {
    background-position: center -20px;
  }

  .newnoticeblock .noticearrow_left:active {
    background-position: center 0px;
  }

.newnoticeblock .noticearrow_right {
  display: inline-block;
  background-image: url(../images/noticearrow_right.png);
  background-repeat: no-repeat;
  background-color: #ffffff;
  border: 1px #b6c8cf solid;
  width: 30px;
  height: 20px;
  background-position: center 0px;
  margin-left: -1px;
  border-radius: 0px 3px 3px 0px;
  cursor: pointer;
}

  .newnoticeblock .noticearrow_right:hover {
    background-position: center -20px;
  }

  .newnoticeblock .noticearrow_right:active {
    background-position: center 0px;
  }
/*#endregion*/
