html {
  width: 100%;
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  height: 100%;
}
h1,
h2,
h3,
h6,
img,
a {
  margin: 0;
  padding: 0;
  font-weight: normal;
  text-decoration: none;
}
h1 {
  display: block;
  width: 100%;
  padding: 10px;
  font-size: 20px;
  color: #c62129;
  border-bottom: 1px solid #e1e1e1;
  box-sizing: border-box;
  background-color: #f1f1f1;
}
.headline_box,
.news_box,
.vertical_box,
.features_box,
.feature_box_content,
.search_box,
.footer_box,
.mobileordesktop,
.mobile_list,
.product_menu,
.square_box,
.microsite_box,
.form_container {
  width: 100%;
  margin: auto;
}
.news_box ul,
.mobile_list ul,
.features_box ul,
.vertical_box ul,
.events_box ul,
.mobile_menu_box ul,
.footer_box ul,
.square_box ul {
  margin: 0;
  padding: 0;
}
.close_top,
.close_bottom,
.prev_top,
.prev_bottom {
  margin-bottom: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  position: absolute;
  height: 2px;
}
.vertical_box li:after,
.feature_box_content li:after,
.events_box li:after,
search_box:after {
  clear: both;
  content: ".";
  height: 0;
  font-size: 0;
  visibility: hidden;
  display: block;
}

.block_icon {
  width: 100px;
  height: 100px;
  border: 2px solid #67be00;
  border-radius: 50%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px !important;
  color: #67be00;
}

.black_icon {
  border: 2px solid #555;
  color: #333;
  box-sizing: border-box;
  padding: 20px;
  font-size: 50px !important;
}

/*banner*/
.mobile_banner {
  display: block;
  text-align: center;
  width: 100%;
  background-color: #fff;
  border-top: 5px solid #fff;
  border-bottom: 5px solid #fff;
  padding: 10px 0;
}

/*header*/
.mobile_header {
  width: 100%;
  height: 35px;
  border-bottom: 1px solid #333;
  position: relative;
  padding-top: 15px;
  background-color: #151515;
}
.logo {
  width: 155px;
  height: 25px;
  margin: auto;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.logo img {
  width: 110px;
  height:24px;
}
.menu,
.search,
.prev {
  position: absolute;
  width: 23px;
  height: 25px;
  top: 13px;
  overflow: hidden;
  box-sizing: border-box;
}
.menu {
  right: 18px;
  padding-top: 4px;
}
.long_line {
  width: 26px;
  height: 2px;
  background-color: #c1c1c1;
  margin-bottom: 5px;
}
.search {
  right: 52px;
}
.search .round {
  width: 14px;
  height: 14px;
  border-radius: 14px;
  border: 2px solid #c1c1c1;
  position: absolute;
  top: 2px;
  left: 3px;
}
.search .line {
  width: 8px;
  height: 2px;
  background-color: #c1c1c1;
  position: absolute;
  -webkit-transform: rotate(50deg);
  -moz-transform: rotate(50deg);
  bottom: 4px;
  right: 0;
}
.prev {
  left: 18px;
}
.prev_top {
  top: 8px;
  width: 13px;
}
.prev_bottom {
  bottom: 2px;
  width: 13px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}

/*content_allbox*/
.content_allbox {
  width: 100%;
  height: auto;
  overflow: auto;
}

/*全畫面樣式*/

.mobile_menu {
  position: absolute;
  width: 100%;
  min-height: 100%;
  background-color: #151515;
  z-index: 999;
  overflow: hidden;
}
.menu_box li {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.menu_box li:first-child {
  margin-top: 15px;
}
.menu_box li:last-child {
  margin-bottom: 100px;
}
.menu_box a {
  font-size: 20px;
  color: #c1c1c1;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
}
.menu_box span:after {
  content: "New";
  display: inline-block;
  width: 45px;
  height: 20px;
  border-radius: 20px;
  line-height: 20px;
  background-color: #ffc501;
  color: #151515;
  margin-left: 10px;
  font-size: 13px;
  vertical-align: middle;
}

.social_media {
  width: 90%;
  margin: 0 auto;
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -45%;
  text-align: center;
  padding-bottom: 10px;
}
.social_media li {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 10px;
}
.social_media a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.social_media img {
  width: 30px;
  height: 30px;
}
.close_top {
  top: 12px;
  width: 25px;
}
.close_bottom {
  top: 12px;
  width: 25px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}

.social_media .login_menu {
  display: flex;
  justify-content: space-between;
}

.login_menu .login_menu_box {
  width: 50%;
  box-sizing: border-box;
  border-top: 1px solid #787878;
  height: 50px;
  color: #fff;
}

.login_link {
  color: #ffc501 !important;
}

/*Search樣式*/
.search_barbox {
  position: relative;
  padding: 15px 10px;
  border-bottom: 1px solid #e1e1e1;
  background-color: #f1f1f1;
  display: flex;
  width: 100%;
  box-sizing: border-box;
  flex-direction: column;
}
.search_col {
  width: 100%;
  display: flex;
}
.search_bar {
  display: flex;
  flex: 1;
  height: 40px;
}
.search_bar input {
  -webkit-appearance: none;
  outline: none;
  border: none;
  height: 100%;
  width: 97%;
  color: #c1c1c1;
  font-size: 18px;
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  padding-left: 10px;
  box-sizing: border-box;
}

.search_button {
  width: 75px;
  height: 40px;
  display: flex;
}
.search_button input {
  height: 100%;
  color: #fff;
  font-size: 15px;
  text-align: center;
  width: 100%;
  background-color: #151515;
  border: none;
  -webkit-appearance: none;
  border-radius: 5px;
  box-sizing: border-box;
}
/*--.clear_data {width:30px; height:20px; text-align:center; padding-top:10px;}
.clear_data input{-webkit-appearance: none; outline:none; width:20px; height:20px; border-radius:20px; display:inline-block; line-height:18px; text-align:center; padding:0; border:1px solid #555; color:#555; }--*/

.searchby_box {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 0 10px 12px;
}
.searchby_box .on {
  background-color: #ae1d00;
}
.searchby_box:before {
  content: "Search by";
  display: flex;
  flex: 1;
  font-size: 13px;
  color: #282828;
}
.searchby {
  width: 60px;
  height: 30px;
  background-color: #828282;
  display: flex;
  color: #ededed;
  font-size: 13px;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  margin-left: 5px;
}

/*Search結果*/
.search_results li {
  display: block;
  width: 100%;
  padding: 20px 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #bbb;
  font-size: 20px;
  line-height: 26px;
}
.search_results span {
  display: block;
  color: #999;
  font-size: 15px;
  line-height: 24px;
  margin-top: 5px;
}
.search_results a {
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #151515;
}

/*LOGO區塊*/
.member_forget {
  display: flex;
  width: 100%;
  justify-content: center;
  padding: 10px 0;
  box-sizing: border-box;
  color: #999;
  margin-bottom: 30px;
}

.member_forget a {
  color: #999;
}
.member_forget a:first-child {
  margin-right: 20px;
}
.member_forget a:last-child {
  margin-left: 20px;
}

/*純文列表樣式*/
/*.mobile_list li { display:block; width:100%; padding:12px 10px; box-sizing:border-box; border-bottom:1px solid #e1e1e1; list-style:none; font-size:15px; }
.mobile_list li>a { font-size:16px; color:#151515;}*/

/*滑動區塊*/
.headline_pic,
.headline_pic img {
  width: 100%;
  background-color: #ccc;
  margin: auto;
}
.headline_pic_box {
  position: relative;
  z-index: 1;
}
.headline_shadow {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+41,0.9+89 */
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 41%,
    rgba(0, 0, 0, 0.9) 89%,
    rgba(0, 0, 0, 0.9) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 41%,
    rgba(0, 0, 0, 0.9) 89%,
    rgba(0, 0, 0, 0.9) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 41%,
    rgba(0, 0, 0, 0.9) 89%,
    rgba(0, 0, 0, 0.9) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e6000000',GradientType=0 ); /* IE6-9 */
}
.headline_word {
  width: 100%;
  max-height: 150px;
  padding: 10px;
  box-sizing: border-box;
  position: absolute;
  bottom: 0px;
  z-index: 3;
}
.headline_title a {
  font-size: 22px;
  color: #fff;
  line-height: 22px;
}
.headline_text {
  font-size: 13px;
  color: #c1c1c1;
  line-height: 24px;
}

/*左圖右字列表樣式*/
.vertical_box li {
  display: block;
  width: 100%;
  height: 73px;
  border-bottom: 1px solid #f1f1f1;
  list-style: none;
  overflow: hidden;
}
.vertical_box li a {
  display: flex;
  height: 73px;
  line-height: 18px;
  color: #151515;
}
.vertical_other_pic,
.vertical_other_pic img {
  width: 120px;
  height: 73px;
  margin-right: 10px;
}
.vertical_other_title {
  display: flex;
  height: 73px;
  box-sizing: border-box;
  padding-right: 5px;
  align-items: center;
  font-size: 16px;
}
.vertical_other_text {
  font-size: 15px;
  color: #ccc;
  line-height: 18px;
}
.productlist_mb {
  margin-bottom: 10px;
}

/*左圖右字列表樣式-產品與廠商*/
.square_box li {
  display: flex;
  width: 100%;
  list-style: none;
  height: 150px;
  overflow: hidden;
  border-top: 1px solid #f1f1f1;
  justify-content: center;
  align-items: center;
}
.square_box a {
  display: flex;
  height: 150px;
}
.productlist_pic {
  width: 100px;
  height: 100px;
  margin-right: 10px;
  display: flex;
  margin-left: 10px;
}
.productlist_pic img {
  width: 100px;
  height: 100px;
  padding: 10px;
  border: 1px solid #e1e1e1;
  box-sizing: border-box;
}
.productlist_content {
  min-height: 100px;
  max-height: 130px;
  display: flex;
  flex: 1;
  box-sizing: border-box;
  flex-direction: column;
  color: #333;
  padding-right: 10px;
}
.productlist_title {
  font-size: 18px;
  line-height: 20px;
  font-family: Arial, Helvetica, sans-serif;
  with: 100%;
  max-height: 60px;
  overflow: hidden;
  margin-bottom: 5px;
}
.title_note:first-child {
  margin: 15px 0 5px;
}
.title_note:last-child:before {
  content: "";
}
.title_note {
  font-size: 13px;
  color: #666;
  line-height: 20px;
}

/*四格橫列樣式*/
.row_4 {
  display: flex;
  width: 100%;
}
.row_4 .icon_box {
  width: 25%;
  box-sizing: border-box;
  padding: 10px 0;
  border-right: 1px solid #e1e1e1;
  font-size: 12px;
  color: #333;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}
.row_4 .icon_box:last-child {
  border-right: none;
}
.row_4 .icon {
  font-size: 35px;
  font-weight: normal;
  margin-left: 0px;
}
.row_4 .icon_box:nth-child(1) .icon {
  color: #638206;
}
.row_4 .icon_box:nth-child(2) .icon {
  color: #065282;
}
.row_4 .icon_box:nth-child(4) .icon {
  color: #ff0000;
}
.row_4 img {
  width: 80%;
}
.row_4 .logo50 {
  width: 45px !important;
}

/*四格排版樣式-文章*/
.news_box li {
  display: inline-block;
  width: 50%;
  list-style-type: none;
  vertical-align: top;
  box-sizing: border-box;
  overflow: hidden;
  max-height: 200px;
}
.news_box li a {
  font-size: 15px;
  line-height: 1.5em;
  color: #151515;
}
.news_box li:nth-child(1),
.news_box li:nth-child(2) {
  border-bottom: 1px solid #e1e1e1;
}
.news_box li:nth-child(odd) {
  border-right: 0.5px solid #e1e1e1;
  box-sizing: border-box;
}
.news_box li:nth-child(even) {
  border-left: 0.5px solid #e1e1e1;
  box-sizing: border-box;
}
.news_box_pic,
.news_box_pic img {
  width: 100%;
}
.news_box_title {
  width: 100%;
  padding: 8px 5px;
  overflow: hidden;
  box-sizing: border-box;
  height: 80px;
}

/*四格排版樣式-產品*/
.news_box_ppic,
.news_box_ppic img {
  width: 80%;
  text-align: center;
  margin: 10px auto;
}
.news_box_ptitle {
  width: 100%;
  padding: 10px;
  height: 78px;
  font-size: 15px;
  line-height: 1.4em;
  overflow: hidden;
  box-sizing: border-box;
}

/*Features*/
.features_box_pic,
.features_box_pic img,
.popular_article_box {
  width: 100%;
}

/*subscribe*/
.subscribe_box {
  width: 100%;
  padding: 35px 0;
  background-color: #151515;
  border-top: 1px solid #c62129;
  border-bottom: 1px solid #c62129;
}
.subscribe_box h2 {
  font-size: 18px;
  color: #fff;
  text-align: center;
}
.input_box {
  width: 90%;
  margin: auto;
  text-align: center;
}
.subscribe_input {
  width: 68%;
  height: 30px;
  padding: 5px 10px;
  border: 1px solid #67676a;
  border-radius: 0;
  background-color: #151515;
  margin-top: 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #67676a;
}
.submit {
  width: 55px;
  padding: 0 8px 0 7px;
  height: 42px;
  background-color: #c62129;
  text-align: center;
  color: #e1e1e1;
  display: inline-block;
  text-decoration: none;
  vertical-align: top;
  margin-left: 10px;
  margin-top: 10px;
  font-size: 13px;
  line-height: 42px;
  border-radius: 0;
  text-align: center;
  -webkit-appearance: none;
}

/*字壓圖漸層樣式*/
.popular_article_pic {
  width: 100%;
  //min-height: 196px;
  min-height: 252px;
  position: relative;
}
.popular_article_pic img {
  width: 100%;
  position: relative;
  z-index: 1;
  display: block;
}
.popular_article_pic:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: 2;
  bottom: 0px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.8+100 */
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.8) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.8) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.8) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 ); /* IE6-9 */
}

.popular_article_title {
  width: 100%;
  height: 130px;
  z-index: 3;
  position: absolute;
  bottom: 0;
}
.pop_title_box {
  box-sizing: border-box;
  padding: 10px;
  display: table-cell;
  vertical-align: bottom;
  width: 100%;
  height: 130px;
}
.pop_title_box a {
  font-size: 18px;
  color: #fff;
}
.no_tag {
  max-width: 50px;
  padding: 5px;
  background-color: #c62129;
  color: #fff;
  text-align: center;
  font-size: 13px;
  margin-bottom: 7px;
}
.pop_text_box {
  margin-top: 8px;
}

/*白底純文樣式*/
.popular_article_text {
  width: 100%;
  max-height: 150px;
  padding: 15px 10px 20px;
  box-sizing: border-box;
  font-size: 15px;
  color: #555;
  line-height: 24px;
  border-bottom: 10px solid #ccc;
}

/*.popular_article_text:last-child { border-bottom:none;}*/

/*純圖片區塊-文章內容*/
.article_pic_box,
.article_pic_box img {
  width: 100%;
}

/*內容文章標題-文章內容*/
.article_title_box {
  width: 100%;
  padding: 20px 15px 15px;
  box-sizing: border-box;
}
.article_title {
  font-size: 30px;
  color: #151515;
  font-family: "Encode Sans Condensed", sans-serif;
  letter-spacing: -1px;
  line-height: 34px;
}
.article_note {
  font-size: 15px;
  color: #666;
  margin-top: 15px;
  font-family: "Lato", sans-serif;
  line-height: 20px;
}
.article_note span {
  color: #888;
}
.article_note:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #c7c7c7;
  margin: 15px auto 0;
}

/*內容-文章內容*/
.article_content_box {
  width: 100%;
  padding: 10px 15px 10px;
  box-sizing: border-box;
  font-size: 15px;
  line-height: 26px;
  color: #353535;
  border-bottom: 10px solid #ccc;
}
.article_content_box p {
  margin: 0 0 25px;
  padding: 0;
}
.article_content_box p:last-child {
  margin: 0 0 20px;
}
.article_content_box h3 {
  margin: 0;
  padding: 0;
  line-height: 32px;
  color: #c62129;
}
.article_content_box img {
  max-width: 100%;
}
.article_content_box a {
  text-decoration: underline;
  color: #aa0000;
}
.article_content_box figure{
  width: 100%;
  margin: 30px 0;
  text-align: center;
}
.article_content_box figcaption{
  width: 100%;
  line-height: 20px;
  font-style: italic;
}

blockquote p:nth-child(1) {
  display: block;
  margin: auto;
  font-size: 20px;
  color: #151515;
  line-height: 26px;
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
  text-align: center;
  margin-bottom: 40px;
}
blockquote p:nth-child(1):before {
  content: '“';
  display: block;
  color: #c62129;
  font-size: 60px;
  font-style: normal;
  margin-top: 55px;
}
blockquote p:nth-child(2) {
  display: block;
  margin: auto;
  text-align: center !important;
  font-size: 15px;
  color: #555;
  margin-bottom: 55px;
  font-style: italic;
}

/*日曆列表*/
.events_box,
.events_content {
  border-bottom: 10px solid #ccc;
}
.events_box h2 {
  display: block;
  width: 100%;
  padding: 10px 0 10px 15px;
  font-size: 16px;
  color: #151515;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  box-sizing: border-box;
  background-color: #f1f1f1;
}
.search_box,
.search_inputbox,
.info_box {
  display: -moz-box;
  display: -webkit-box;
  text-decoration: none;
}
.box_flex {
  display: flex;
  align-items: center;
}
.events_box a {
  border-bottom: 1px solid #ccc;
}

/*#secutech {  }*/
#secutech .event_data,
#secutech .event_info_name {
  color: #c62129 !important;
}
.events_box li {
  display: block;
  width: 100%;
  border-bottom: 1px solid #f1f1f1;
  list-style: none;
  padding: 0;
  box-sizing: border-box;
}

.events_box li:last-child {
  border-bottom: none;
}
.event_data {
  width: 90px;
  height: 93px;
  padding: 17px 0 0;
  box-sizing: border-box;
  text-align: center;
  font-size: 40px;
  color: #151515;
  display: flex;
  flex-direction: column;
}
.event_data .small_week {
  text-align: center;
  width: 100%;
  font-size: 16px;
  margin-top: -5px;
  color: #999;
}
.evnet_info {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 8px 5px 8px 0;
}
.event_info_name {
  font-size: 24px;
  color: #151515;
  margin-bottom: 2px;
  line-height: 24px;
}
.event_info_data,
.event_info_add {
  font-size: 13px;
  color: #999;
  line-height: 17px;
}

/*日曆內容*/
.events_pic_box,
.events_pic_box img {
  width: 100%;
  margin-bottom: -10px;
}
.events_content h2,
.events_content h3,
.events_content .event_text,
.events_content .google_map {
  display: block;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
  box-sizing: border-box;
}
.events_content h2 {
  font-size: 32px;
  color: #151515;
  margin-top: 50px;
  margin-bottom: 15px;
  line-height: 36px;
}
.events_content h3 {
  font-size: 18px;
  color: #333;
  margin-top: 40px;
  margin-bottom: 8px;
}
.events_content .event_info {
  padding: 0 !important;
  font-size: 15px;
  color: #999;
  line-height: 24px;
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  display: block;
}
.events_content .google_map {
  margin-top: 15px;
}
.events_content .event_text {
  font-size: 15px;
  color: #888;
  line-height: 26px;
  padding-bottom: 15px;
}
.events_content .events_link_box {
  width: 100%;
  text-align: center;
  padding-bottom: 25px;
}
.events_link_box .web,
.events_link_box .back {
  display: inline-block;
  height: 25px;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  line-height: 25px;
  font-size: 15px;
  vertical-align: top;
}
.events_link_box .web {
  width: 95px;
  background-color: #8cc600;
  border: 1px solid #8cc600;
  color: #fff;
}
.events_link_box .back {
  width: 135px;
  border: 1px solid #aaa;
  color: #aaa;
  margin-right: 10px;
}
.events_content img {
  width: 25px;
  height: 25px;
  margin: 0 5px 8px 10px;
  display: block;
}

/*訂閱樣式*/
.box_position {
  width: 100%;
  box-sizing: border-box;
  padding-top: 64px;
}
.box_position_ok {
  width: 100%;
  box-sizing: border-box;
  padding-top: 70px;
  padding-bottom: 50px;
}
.subscribe_news_box {
  width: 86%;
  margin: auto;
}

.subscribe_news_box h2 {
  text-align: center;
  font-size: 26px;
  color: #151515;
  margin-top: 20px;
}
.subscribe_pic,
.subscribe_pic img {
  width: 150px;
  margin: auto;
  text-align: center;
}
.subscribe_news_box .popular_article_text {
  font-size: 15px;
  color: #555;
  line-height: 24px;
  text-align: center;
  border-bottom: none;
  padding: 10px 0 0;
  max-height: none;
}
.subscribe_news_box ul {
  margin: 10px 0 10px 20px;
  padding: 0;
}
.subscribe_news_box li {
  text-align: left;
  margin-bottom: 5px;
}
.subscribe_news_box li > a {
  color: #c62129;
  display: inline;
  font-size: 15px;
  line-height: 22px;
}
.subscribe_news_box input {
  width: 85%;
  height: 25px;
  border: 1px solid #c7c7c7;
  margin: 10px auto 0;
  background-color: #fff;
  padding: 5px;
  display: block;
  -webkit-appearance: none;
  border-radius: 0;
  font-size: 18px;
  color: #ccc;
}
.subscribe_news_box a {
  display: block;
  text-decoration: none;
  width: 90%;
  height: 52px;
  border-radius: 30px;
  color: #fff;
  text-align: center;
  line-height: 52px;
  font-size: 20px;
}
.red {
  background-color: #c62129;
  margin: 10px auto 0;
}
.green {
  background-color: #67be00;
  margin: 25px auto 0;
}

/*Product Menu樣式*/
.product_menu {
  padding: 10px;
  box-sizing: border-box;
}
.product_menu_box {
  width: 100%;
  display: flex;
  border-bottom: 1px solid #f1f1f1;
  flex-wrap: wrap;
  padding: 10px 0;
  box-sizing: border-box;
}
.product_menu_box .touch {
  display: flex;
  width: 100%;
}
.product_menu_box h2 {
  font-size: 20px;
  color: #333;
  flex: 1;
  display: flex;
  align-items: center;
}
.product_menu_box .icon {
  font-size: 32px;
  color: #333;
  font-weight: bold;
  margin-top: 5px;
  transition: transform 200ms linear;
}
.product_menu_box ul {
  margin: 10px 0 0 20px;
  padding: 0;
  display: block;
  width: 100%;
}
.product_menu_box li {
  line-height: 26px;
  font-size: 18px;
  color: #666;
  margin-bottom: 15px;
}
.product_menu_box a {
  font-size: 18px;
  color: #666;
}

/*Microsite 固定區塊*/
/*LOGO區*/
.microsite_box {
  height: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  background-image: url(https://www.asmag.com/mobile/suppliers/images/microsite_bgm.jpg);
  background-size: cover;
}
.microsite_box:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.5+100 */
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.5) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.5) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.5) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 ); /* IE6-9 */
}

.microsite_box .minfo {
  position: absolute;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.minfo .mlogo_box {
  width: 110px;
  height: 110px;
  border-radius: 110px;
  background-color: #fff;
  margin-bottom: 25px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mlogo_box img {
  max-width: 100%;
}
.minfo .mcompanyt_box {
  font-size: 20px;
  color: #fff;
  text-shadow: 0 0 5px #151515;
  text-align: center;
  line-height: 26px;
  width: 90%;
}

/*按鈕區*/
.mbutton {
  display: flex;
  width: 100%;
  background-color: #ffba00;
}
.mbutton .buttion_box {
  width: 33%;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  padding: 10px 0;
  box-sizing: border-box;
}
.mbutton .icon {
  font-size: 20px;
  font-weight: normal;
  margin-left: -5px;
  margin-bottom: 5px;
}
.mbutton .buttion_box > a.on {
  font-size: 11px;
  color: #151515;
  font-weight: bold;
}
.mbutton .buttion_box > a {
  font-size: 11px;
  color: #a97c00;
}

/*內容區*/
.mh6 {
  width: 100%;
  background-color: #f1f1f1;
  padding: 20px 0 6px 15px;
  border-bottom: 1px solid #e1e1e1;
  font-size: 12px;
  color: #777;
  box-sizing: border-box;
  font-weight: bold;
}
.m_container {
  box-sizing: border-box;
  padding: 15px 15px;
  font-size: 15px;
  line-height: 26px;
  color: #353535;
  border-bottom: 1px solid #e1e1e1;
}
.m_container .product_pic {
  text-align: center;
  width: 90%;
  margin: auto;
}
.m_container .product_pic img {
  max-width: 100%;
}
.m_container .title {
  font-size: 22px;
  font-weight: bold;
  font-family: "Encode Sans Condensed", sans-serif;
  line-height: 30px;
}
.m_container .note {
  font-size: 13px;
  color: #888;
  line-height: 20px;
}

.m_container .note a{
  display: flex;
  padding:10px 0px;
  background-color: #FFBA00;
  color:#151515;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  margin-top: 10px;
}

.m_container table {
  border-collapse: collapse;
  width: 100%;
}
.m_container th {
  font-size: 13px;
  color: #151515;
  text-align: left;
  font-weight: normal;
  border-bottom: 1px solid #e1e1e1;
  font-weight: bold;
}
.m_container td {
  border-bottom: 1px solid #e1e1e1;
  padding: 10px 5px 10px 0;
  box-sizing: border-box;
  line-height: 20px;
  color: #666;
}
.m_container td:nth-child(1) {
  vertical-align: top;
  padding: 10px 15px 10px 0;
  font-weight: bold;
}
.m_container tr:last-child td {
  border-bottom: none;
}
.m_container td a {
  color: #353535;
  text-decoration: none;
}

.m_container .table_column_box tr:last-child td {
  border-bottom: 1px solid #e1e1e1;
}
.m_container .table_column_box:last-child tr:last-child td {
  border-bottom: none;
}

.m_container .mb_10 {
  margin-bottom: 10px;
}
.m_container .border-b1 {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 15px;
}

/*表格樣式區*/
.form_container {
  display: flex;
  flex-direction: column;
  padding-bottom: 15px;
}
.form_box {
  display: flex;
  padding: 10px 12px;
  box-sizing: border-box;
  flex-direction: column;
}
.form_box .mt_10 {
  margin-top: 10px;
}
.form_box .mb_5 {
  margin-bottom: 5px;
}
.form_box .title {
  font-size: 15px;
  color: #151515;
}

.form_box .note{
  font-size:15px;
  color:#c62129;
}

.form_input_box {
  flex-direction: row;
  display: flex;
  width: 100%;
  border: 1px solid #e1e1e1;
  align-items: center;
  box-sizing: border-box;
  padding: 0 5px 0 10px;
  -webkit-appearance: none;
}

.input_box_inline_1{
  width: 49%;
  align-items: initial;
  overflow: hidden;
}
.input_box_inline_2{
  display: inline-flex;
  width:100%;
  overflow: hidden;
}

input {
  filter: none;
}

input:-webkit-autofill {
  outline: none;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  -webkit-text-fill-color: #333;
}

.form_input_box ::placeholder {
  color: #888;
  opacity: 1;
}

.form_input_box .input {
  display: flex;
  flex: 1;
  height: 62px;
  box-sizing: border-box;
  font-size: 18px;
  border: none;
  font-weight: normal;
  color: #888;
  /* 這裡要注意一下 */
  padding: 20px 0;
  outline: none;
  background-color: transparent;
  font-family: Arial, Helvetica, sans-serif;
}


.form_input_box img {
  max-width: 100%;
}
.form_input_box .search_icon {
  display: flex;
  margin-left: 10px;
  width: 30px;
}
.form_input_box .search_icon img {
  max-width: 100%;
}
.form_input_box select {
  /*很關鍵：將默認的select選擇框樣式清除*/
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;

  /*在選擇框的最右側中間顯示小箭頭圖片*/
  background: url("images/arrow.png") no-repeat scroll right center transparent;
  background-size: 15px 9px;

  /*為下拉小箭頭留出一點位置，避免被文字覆蓋*/
  padding-right: 0px;
  padding-left:0;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  padding-top: 1px;
  color: #555;
}
.form_input_box .select {
  width: 100%;
  height: 40px;
  box-sizing: border-box;
  font-size: 18px;
  border: none;
  font-weight: normal;
  color: #888;
  outline: none;
  padding-left: 1px;
  display:block;
}
.form_input_box option {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.demo--label {
  display: flex;
  align-items: center;
}

.demo--label label{
  width:calc(100% - 30px);
}

.demo--label input[type="checkbox"] {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  margin-top: 15px;
  margin-bottom: 15px;
  vertical-align: middle;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  overflow: hidden;
}

.inquiry_label input[type="checkbox"] {
  width: 40px;
  height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  border:1px solid #e1e1e1;
  border-radius:0;
}

.demo--label .check_off {
  background-color: #fff;
  border: 1px solid #999;
}
.demo--label .check_on {
  background-image: url("images/agree.png");
  background-size: 23px;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #85b23e;
}
.form_container .button {
  width: 100%;
  background-color: #67be00;
  border-radius: 8px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 18px 0;
  font-size: 20px;
  border: none;
  -webkit-appearance: none;
  outline: none;
}

.checkImages{
  font-size: 15px;
  color:#555;
  line-height: 24px;
  margin-top: 15px;
}

.checkImages span{
  font-weight:bold;
  color:#333;
}

.checkImages input{
  border:1px solid #e1e1e1;
  padding:10px;
  margin-top: 10px;
  background-color: transparent;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

/*動畫*/
.change_90 {
  transform: rotate(90deg);
  color: #c62129 !important;
}
.change_0 {
  transform: rotate(0deg);
  color: #333 !important;
}
.t_black {
  color: #333 !important;
}
.t_red {
  color: #c62129 !important;
}

/*footer*/
.footer_box {
  box-sizing: border-box;
  padding: 25px 10px 15px;
  font-size: 90%;
  color: #aaa;
  line-height: 150%;
  text-align: center;
  background-color: #151515;
}
.copyright {
  margin-bottom: 10px;
  margin-top: 10px;
}
.footer_box li {
  display: inline-block;
}
.footer_box li:after {
  content: " / ";
  color: #c62129;
}
.footer_box a {
  color: #aaa;
  text-decoration: none;
}
/*.mobileordesktop { text-align:center; height:30px; font-size:15px; line-height:10px; color:#aaa; background-color:#151515; padding-bottom:20px;}
.mobileordesktop a { display:inline-block; margin-left:10px; color:#fff;}*/

.insights_title,.test_pic,.insights_subtitle{
  display: none;
}
