#main_content {
  padding: 30px 0 40px 0;
}
.pr_intro_part {
  width: 100%;
  position: relative;
  height: 420px;
  padding: 37px 36px; /*20161104 Tina調整 */
  font-size: 0;
  vertical-align: top;
  margin-bottom: 40px;
  background-image: url("../../images/product/lite_on_product_detail_top_bg.png");
  background-position: center center;
  background-repeat: no-repeat;
}
.yellow_triangle {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 55px 55px;
  border-color: transparent transparent #ff9d00 transparent;
}
.pr_img_part {
  width: 380px; /*20161104 Tina調整 */
  height: 100%;
  float: right;
  margin-left: 110px; /*20161104 Tina調整 */
}
.pr_intro_block {
  width: 630px;
  height: 100%;
  float: right;
  position: relative;
}
.pr_name {
  display: block;
  font-size: 24px;
  color: #414141;
  line-height: 24px;
  height: 24px;
  overflow: hidden;
  margin-bottom: 0;
}
.select_bar {
  width: 235px;
  height: 40px;
  font-size: 18px;
  line-height: 40px;
  overflow: hidden;
  color: #414141;
  padding-left: 15px;
  padding-right: 40px;
  margin-top: 16px; /*20161104 Tina調整 */
  margin-bottom: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: " ";
  appearance: none;
  background-image: url(../../images/product/product_detail_down_icon.png);
  background-position: right center;
  background-repeat: no-repeat;
  border: 1px solid #ff9f00;
}
.intro_content {
  color: #888888;
  font-size: 16px;
  line-height: 25px;
  height: 125px;
  overflow: hidden;
  padding-left: 2px; /*20161104 Tina調整 */
}
.app_tag_part {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  /* height: 90px; */ /*20161110 Tina調整 */
  overflow: hidden;
  padding-top: 5px;
  padding-left: 2px; /*20161104 Tina調整 */
  max-height: 113px; /*20161112 Tina調整 */
}
.app_tag_part table tr td {
  color: #414141;
  font-size: 16px;
  vertical-align: top;
}
.app_tag_part table tr td:last-child {
  padding-left: 10px;
}
.app_tag {
  background-color: #9cafb8;
  color: #fafafa;
  font-size: 15px;
  line-height: 25px;
  height: 25px;
  border-radius: 50px;
  text-align: center;
  text-decoration: none;
  padding: 0px 20px;
  display: inline-block;
  margin-bottom: 5px;
  overflow: hidden; /*20161110 Tina調整 */
}
.app_tag:hover {
  background-color: #ff9f00;
  text-decoration: none;
  color: #ffffff;
}
.pr_specification_part {
  width: 100%;
  padding: 0 20px;
  margin-bottom: 40px;
}
.mark_icon_part {
  width: 100%;
  height: 30px;
  text-align: right;
  font-size: 0;
}
.part_title {
  display: block;
  width: 100%;
  text-align: center;
  color: #414141;
  font-size: 24px;
  margin-bottom: 0;
}
.np_icon_title {
  display: inline-block;
  color: #ff5722;
  font-size: 14px;
  line-height: 30px;
  width: auto;
  margin-right: 20px;
  margin-left: 10px;
}
.ud_icon_title {
  display: inline-block;
  color: #43a047;
  font-size: 14px;
  line-height: 30px;
  width: auto;
}
.np_icon {
  width: 14px;
  height: 14px;
  color: #ffffff;
  font-size: 10px;
  background-color: #f44336;
  text-align: center;
  border-radius: 3px;
  line-height: 14px;
  display: inline-block;
}
.ud_icon {
  background-color: #43a047;
  width: 14px;
  height: 14px;
  color: #ffffff;
  font-size: 10px;
  text-align: center;
  border-radius: 3px;
  line-height: 14px;
  display: inline-block;
  margin-right: 10px;
}
.specification_table_part,
.download_table_part {
  width: 100%;
  /*overflow: auto;*/ /*20161110 Tina調整 , 20171017 Ryan調整 */
}
.specification_table_part td span,
.download_table_part td span {
  font-size: unset !important;
}
/*捲軸樣式設定 start*/
/*20161110 Tina調整 */
.specification_table_part::-webkit-scrollbar {
  width: 100%;
  height: 4px;
} /* 設定出現捲軸前的有效範圍 */

.specification_table_part::-webkit-scrollbar-track {
  /*background-color: rgba(250, 140, 0, 0.2); */
  background-color: #cfd7dc;
} /* 滾動條的滑軌背景顏色 */

.specification_table_part::-webkit-scrollbar-thumb {
  background-color: #ff9f00;
  border-radius: 5px;
  height: 4px;
} /* 滑塊顏色 */
.specification_table_part table {
  width: 1160px;
  border-bottom: 3px solid #455a64;
  vertical-align: middle;
  margin-bottom: 10px;
}
.download_table_part table {
  width: 100%;
  border-bottom: 3px solid #455a64;
  vertical-align: middle;
}
.specification_table_part table th,
.download_table_part table th {
  padding: 9px 20px;
  background-color: #455a64;
  border-right: 1px solid #ffffff;
  font-size: 16px;
  color: #ffffff;
}

/*20200505 specification_table_part th調整為置中對齊, td從第3欄開始內文置中對齊*/
.specification_table_part table th, .specification_table_part table tr td:nth-child(n+3) {
    text-align:center;
}

.specification_table_part table th:last-child,
.download_table_part table th:last-child {
  border-right: none;
}
.download_table_part th:last-child,
.download_table_part th:nth-last-child(2) {
  text-align: center;
}
.specification_table_part table tr td {
  color: #888888;
  font-size: 16px;
  padding: 20px;
  border-right: 1px solid #ffffff;
  word-break: break-word;
}
.download_table_part table tr td {
  color: #888888;
  font-size: 16px;
  line-height: 16px;
  padding: 8px 20px;
  border-right: 1px solid #ffffff;
  word-break: break-word;
}
.download_table_part table tr td:first-child {
  width: 210px;
}
.download_table_part table tr td:nth-child(2) {
  width: 268px;
}
.download_table_part table tr td:nth-child(3) {
  width: 175px;
}
.download_table_part table tr td:nth-child(4) {
  width: 122px;
}
.download_table_part table tr td:nth-child(5) {
  width: 178px;
}
.download_table_part table tr td:last-child {
  border-right: none;
  width: 206px;
}

/*20171013 停用，改成使用者在後台可以自訂寬度*/
.specification_table_part table tr td:first-child {
  width: 216px;
}
.specification_table_part table tr td:nth-child(2) {
  width: 268px;
  text-align:center;
}
.specification_table_part table tr td:nth-child(3) {
  width: 145px;
}
.specification_table_part table tr td:nth-child(4) {
  width: 250px;
}
.specification_table_part table tr td:last-child {
  border-right: none;
  width: 282px;
}
.specification_table_part table tr {
  background-color: #eceff1;
}
.specification_table_part table tr:nth-child(even) {
  background-color: #ffffff;
}

.download_table_part table tr {
  background-color: transparent;
}
.download_table_part table tr:nth-child(odd) {
  background-color: #eceff1;
}
.download_tab_part {
  padding: 0;
  margin-top: 20px;
  /*font-size: 0;*/
}
.download_tab_part > ul > li > a {
  padding: 9px 15px;
  background-color: #9cafb8;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  line-height: 22px;
  cursor: pointer;
}
.download_tab_part > ul > li.active > a,
.download_tab_part > ul > li > a:hover,
.download_tab_part > .nav-tabs > li.active > a:hover,
.download_tab_part > .nav-tabs > li.active > a:focus {
  background-color: #ff9f00;
  text-decoration: none;
  color: #ffffff;
  cursor: pointer;
}
.tab-content {
  border: none;
  padding: 0;
}
.lv1_tab {
  padding: 20px;
  border: 1px solid #ff9f00;
}
.lv2_tab > li > a {
  padding: 0;
  padding-left: 25px;
  padding-right: 15px;
  font-size: 16px;
  line-height: 22px;
  color: #414141;
  background-color: transparent;
  position: relative;
}
.lv2_tab > li:hover > a,
.lv2_tab > li.active > a,
.lv2_tab > li.active > a:hover,
.lv2_tab > li.active > a:focus {
  color: #ff9f00;
  cursor: pointer;
  background-color: transparent;
  border: none;
  border-bottom: none;
  font-size: 16px;
  line-height: 22px;
}
.lv2_tab > li:hover > a:before,
.lv2_tab > li.active > a:before,
.lv2_tab > li.active > a:hover:before,
.lv2_tab > li.active > a:focus:before {
  content: "";
  height: 11px;
  width: 7px;
  position: absolute;
  left: 0px;
  top: 5px;
  background-image: url(../../images/product/product_detail_right_icon.png);
  background-repeat: no-repeat;
  background-position: center;
}
.lv2_content .tab-pane {
  margin-top: 20px;
}
.download_icon {
  display: block;
  width: 25px;
  height: 25px;
  background-color: #8da1ab;
  border-radius: 50px;
  background-image: url("../../images/product/product_detail_download_icon.png");
  background-repeat: no-repeat;
  background-position: center;
  margin: auto;
  outline: none;
}
.download_icon:focus {
  outline: none;
}
.download_icon:hover {
  background-color: #ff9f00;
}
.link_btn {
  display: none;
}

/*20170516 Selecting Tool*/
.search_table td {
  padding-right: 10px;
}
.search_block {
  width: 175px;
  height: 40px;
  font-size: 18px;
  line-height: 40px;
  overflow: hidden;
  color: #414141;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 16px;
  margin-bottom: 20px;
  border: 1px solid #ff9f00;
  text-align: center;
}

/*20181008*/
#inquiry_form .modal {
  z-index: 1600;
}
.modal-body .policy_area td {
  text-align: left;
}
.modal-body .policy_area td .msg {
  font-size: 16px;
  line-height: 40px;
  color: #888;
}
#policy_agree {
  height: 20px;
  width: 20px;
}
.inquiry {
  margin-top: 16px;
  margin-bottom: 20px;
  border: 1px solid #ff9f00;
  text-align: center;
  background: #ff9f00;
}
.inquiry a {
  color: #fff;
  text-decoration: none;
}

.inquiry:hover {
  background-color: #ffb300;
}

@media screen and (max-width: 768px) {
  #main_content {
    padding: 15px 15px 40px 15px;
    margin: 0 auto;
  }
  .pr_intro_part {
    width: 100%;
    height: auto;
    padding: 15px;
    background-color: #ffffff;
    background-image: none;
  }
  .yellow_triangle {
    display: none;
  }
  .pr_img_part {
    width: 45%;
    height: 200px;
    float: none;
    margin: auto;
    margin-bottom: 20px;
  }
  .pr_intro_block {
    width: 100%;
    float: none;
    height: auto;
  }
  .pr_name {
    height: auto;
  }
  .select_bar {
    margin: 20px auto;
  }
  .intro_content {
    height: auto;
  }
  .app_tag_part {
    height: auto;
    padding-top: 20px;
    position: relative;
    max-height: 150px; /*20161104 Tina調整 */
  }
  .app_tag_part table tr td {
    display: block;
  }
  .app_tag_part table tr td:last-child {
    padding: 0;
    padding-top: 5px;
  }
  .pr_specification_part {
    padding: 0;
  }
  .mark_icon_part {
    text-align: left;
  }
  .specification_table_part {
    width: 100%;
    overflow: auto;
  }
  .specification_table_part table {
    margin-bottom: 10px;
  }
  /*捲軸樣式設定 start*/
  .specification_table_part::-webkit-scrollbar {
    width: 100%;
    height: 4px;
  } /* 設定出現捲軸前的有效範圍 */

  .specification_table_part::-webkit-scrollbar-track {
    /*background-color: rgba(250, 140, 0, 0.2); */
    background-color: #cfd7dc;
  } /* 滾動條的滑軌背景顏色 */

  .specification_table_part::-webkit-scrollbar-thumb {
    background-color: #ff9f00;
    border-radius: 5px;
    height: 4px;
  } /* 滑塊顏色 */
  .tab-content {
    margin: 0;
  }
  .link_btn {
    display: block;
    font-size: 16px;
    color: #ffffff;
    padding: 9px 15px;
    position: relative;
  }
  .link_btn i {
    position: absolute;
    right: 15px;
    top: 12px;
  }
  .download_tab_part > .link_btn {
    background-color: #9cafb8;
  }
  .tab-pane > .link_btn {
    background-color: #ffffff;
    border: 1px solid #ff9f00;
    display: block;
    font-size: 16px;
    color: #414141;
    padding: 9px 15px;
    position: relative;
  }
  .download_tab_part {
    border: 1px solid #9cafb8;
  }
  .nav-tabs > li {
    float: none;
  }
  .nav-tabs > li > a {
    margin: 0;
  }
  .download_tab_part > ul > li > a {
    text-align: left;
  }
  .lv1_tab {
    border: none;
    padding: 15px 10px;
  }
  .lv2_tab > li:hover > a:before,
  .lv2_tab > li.active > a:before,
  .lv2_tab > li.active > a:hover:before,
  .lv2_tab > li.active > a:focus:before {
    content: "";
    background-image: none;
  }
  .lv2_tab > li > a {
    padding: 9px 15px;
  }
  .lv2_tab > li:hover > a,
  .lv2_tab > li.active > a,
  .lv2_tab > li.active > a:hover,
  .lv2_tab > li.active > a:focus {
    padding: 9px 15px;
  }
  .lv2_tab.submenu_list {
    border: 1px solid #ff9f00;
    border-top: none;
  }
  .download_tab_part table tr {
    padding: 0;
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  .download_tab_part table tr td {
    position: relative;
    display: block;
    width: 100%;
    background-color: #eceff1;
    padding: 15px 10px;
    padding-left: calc(35% + 10px);
    border-right: none;
    border-bottom: 1px solid #ffffff;
  }
  .download_tab_part table tr:first-child {
    display: none;
  }
  .download_tab_part table tr:last-child {
    margin-bottom: 0;
  }
  .download_table_part table tr td:first-child,
  .download_table_part table tr td:nth-child(2),
  .download_table_part table tr td:nth-child(3),
  .download_table_part table tr td:nth-child(4),
  .download_table_part table tr td:nth-child(5),
  .download_table_part table tr td:last-child {
    width: 100%;
    text-align: left;
  }
  .download_tab_part table tr td:before {
    content: attr(data-title);
    display: table-cell;
    width: 35%;
    height: 100%;
    background-color: #455a64;
    color: #ffffff;
    font-size: 16px;
    padding: 15px 10px;
    position: absolute;
    left: 0;
    top: 0;
    vertical-align: middle;
  }
  .download_icon {
    margin: 0;
  }
  .download_table_part table {
    border-bottom: none;
  }
  /*20181008*/
  #policy_agree {
    display: inline-block;
    float: left;
  }
  .search_table td {
    display: inline-block;
  }
  .search_block {
    width: 235px;
    margin: 20px 0 0 0;
  }
  .select_bar {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 380px) {
  .download_tab_part table tr td:before {
    line-height: 16px;
  }
  .download_table_part table tr td:nth-child(5) {
    line-height: 30px;
  }
}

.download-title-field {
    min-width:660px;
}

.text-align-center {
    text-align:center;
}
