/* CSS Document */

body {	-webkit-text-size-adjust:100%; font-family: 'Noto Sans TC', sans-serif; overflow-x: hidden; position: relative; background: #000;}
img {	border:0; }

/* Reset ================================================================================= */

a { text-decoration:none; transition: all 0.4s ease-out 0s; }
a:hover { text-decoration:none; }

* { box-sizing: border-box;}

.content-Box { max-width:88%; width: 100%; margin:0 auto; text-align:left; position:relative; clear:both;}

#content { font-size: 18px; line-height:34px; color: #ffffff; letter-spacing: 0.05rem; font-weight: 400; padding-top: 0px;}
#content p{ margin-bottom: 30px; margin-top: 0; font-size: 18px;line-height:34px;  font-weight: 400;}
p, td, li, label { font-size: 18px;line-height:34px;  font-weight: 400;}

.photo-fit img { object-fit: cover; width: 100%; height: 100%; position: absolute; z-index: 1; left: 0; top: 0;}

.photo {line-height: 0; height: 0; padding-bottom: 40%; overflow: hidden; position: relative; z-index: 1; margin-bottom: 0px;}
.imgCenter {position: absolute; top: 0; left: 0; right: 0; bottom: 0; line-height: 0; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; z-index: 2;}
.imgCenter img {max-height: 100%;}

.banner { position: relative; }
.banner img { width: 100%;}
.banner:before { position: absolute; content: "";  width: 90px; left: 0; display: block;}
.banner:before { z-index: 2; height: 100%; top: 0; background: #191919;}

.banner-content { position: absolute; z-index: 3; top:126px; width: 90%;left: 7%; padding: 40px 30px 0 30px;}
.banner-content:before, .banner-content:after { position: absolute; content: ""; top: 0; left: 0; height: 1px;}
.banner-content:before { width: 100%; background: #fff;}
.banner-content:after { width: 235px; background: #ff7600;}
.banner-content h1 { font-size: 36px; font-weight: 500; line-height: 140%; padding:0 0 4px 0; margin: 0;}

.banner-pc img { object-fit: cover; width: 100%; height: 100%;}
.banner-pc { height: 342px;}
.banner-mobile { display: none;}

#path { text-align: left; }
#path ul { margin: 0; padding: 0;}
#path li { display: inline-block; vertical-align: top; font-size: 15px; line-height: 26px; font-weight: 400;}
#path li img { width: 15px; display: inline-block; position: relative; top:-2px;}
#path li:after { content:"/"; display: inline-block; vertical-align: top; padding: 0 0 0 4px;}
#path li:last-child { pointer-events: none;}
#path li:last-child:after { display: none;}
#path li a { color: #ff7600; }
#path li a:hover, #path li:last-child a { color: #ff7600;}

.demo-section { padding: 70px 5%; overflow: hidden; position: relative;}
.demo-section:before { content: ""; position: absolute; z-index: 1; width: 90px; height: 100%; top: 0; left: 0; background: #ff7600;}

.demo-section .content-Box { z-index: 3;}
.line-animate { position: absolute; z-index: 2; transform-origin: 50% 0; width: 2px; height: 660px; background: #ff7600; transform: rotate(-45deg);animation-name: line-animate;}

@keyframes line-animate {
  0% {
    opacity: 1;height: 0px
  }

  100% {
    opacity: 1;height: 660px
  }
}
.demo-line-1 { top: -360px; left: -270px;}
.demo-line-2 { top: 20%; left: 75%;}


/*about*/
.title01 { position: relative; margin-bottom: 25px; padding: 8px 0 0 15px;}
.title01 > h1, .title01 > span  { display: inline-block; color: #fff; font-size: 28px; font-weight: 500; margin: 0; padding: 0; line-height: 120%; position: relative; z-index: 3;}
.title01:before { position: absolute; content: ""; width: 28px; height: 28px; background: #ff7600; top: 0; left: 0;}

.btn01 { padding: 25px 0;}
.btn01 a, .btn01 button { display: inline-block; position: relative; padding:8px 14px; text-align: center; min-width: 200px; border-width: 0; background:transparent;}
.btn01 a:hover, .btn01 button:hover { background: #191919; }
.btn01 a span, .btn01 button span { display: inline-block; position: relative; z-index: 3; color: #fff; font-size: 17px;font-weight: 500;}
.btn01 a span:before, .btn01 a span:after, .btn01 button span:before, .btn01 button span:after { content: ""; position: absolute; width: 1px; height: 10px; background: #ff7600; left:50%;transition: all 0.2s ease-out 0s;}
.btn01 a span:before, .btn01 button span:before { top:-25px; transform-origin: 50% 100%;}
.btn01 a span:after, .btn01 button span:after { bottom:-25px; transform-origin: 50% 0%;}
.btn01 a:before, .btn01 a:after, .btn01 button:before, .btn01 button:after { content: ""; position: absolute; top:0; width: calc(50% - 20px); height: 100%; border-style: solid; border-color: #ff7600; z-index: 1;transition: all 0.4s ease-out 0s; }
.btn01 a:hover span:before, .btn01 a:hover span:after, .btn01 button:hover span:before, .btn01 button:hover span:after { height: 0;}
.btn01 a:hover:before, .btn01 button:hover:before { width: calc(100% - 0px); }
.btn01 a:hover:after, .btn01 button:hover:after { width: 0px; }
.btn01 a:before, .btn01 button:before { left: 0; border-width: 1px 0 1px 1px;}
.btn01 a:after, .btn01 button:after { right: 0; border-width: 1px 1px 1px 0;}

.about-section-1 { display: flex; flex-direction: row; flex-wrap: wrap; padding-bottom: 50px;}
.about-section-1 > div:nth-of-type(1) { width: 46% ; padding-right: 5%;}
.about-section-1 > div:nth-of-type(2) { width: 54% ;}

.about-section-2 { display: flex; flex-direction: row; flex-wrap: wrap;}
.about-section-2 > div:nth-of-type(1) { width: 54% ;}
.about-section-2 > div:nth-of-type(2) { width: 46% ; padding-left: 5%;}

/*products*/
.title02 { text-align: center; font-size: 6vw; -webkit-text-stroke: 2px #474747; color: #000; font-weight: 900; font-family: 'Roboto', sans-serif; line-height: 90%; position:relative; z-index: -1; margin-bottom: -10px;}

.products-section { border-width: 1px 0 0 1px; border-style: solid; border-color: #fff; display: flex; flex-direction: row; flex-wrap: wrap; margin-bottom: 25px;}
.products-section > a, .products-link { width: 25%; position: relative; display: block; background: #000; overflow: hidden;border-width:0 1px 1px 0; border-style: solid; border-color: #fff;}
.products-section > a:hover .products-name, .products-link:hover .products-name { top:-50px; opacity:0;}
.products-section > a:hover .products-pto img, .products-link:hover .products-pto img { opacity:0.35; transform: scale(1.1);}
.products-section > a:hover .products-name-over, .products-link:hover .products-name-over { opacity:1; transform: scale(1);}
.products-pto { padding-bottom: 87%;}
.products-pto img { transition: all 0.4s ease-out 0s;}
.products-name { position: absolute; z-index: 2; top: 0; left: 0; width: 100%; padding:15px 10%;background: linear-gradient(180deg, rgba(0,0,0,.9) 0%, rgba(0,0,0,0) 100%); display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; transition: all 0.4s ease-out 0s;}
.products-name > div { font-size: 20px; font-weight: 700;}
.products-name-over { transition: all 0.4s ease-out 0s; width: 100%; height: 100%; position:absolute ;z-index: 3; top: 0; left: 0;display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center; justify-content: center; font-weight: 500; color: #ff7600; font-size: 25px; transform-origin: 50% 50%; opacity: 0; transform: scale(0.4);} 

/*products-detail*/
.products-detail-top-box { position: relative; margin-bottom: 60px; z-index: 3;}
.products-detail-top-box:after { position: absolute; content: ""; width: 250%; height: 60%; background: #191919; bottom: 0; left: -125%;z-index: 1;}

.products-detail-top-section { display: flex; flex-direction: row; flex-wrap: wrap; position: relative;z-index: 3; padding-bottom: 60px;}
.products-detail-top-section > div { width: 50%;}
.products-detail-top-section > div:nth-of-type(2) { padding-left: 35px;}

.pro-b {line-height: 0; margin-bottom: 12px; }
.pro-b li { position: relative;}
.rslides_tabs { margin-top:0px; text-align:left; display:flex; flex-direction:row; flex-wrap:wrap; justify-content: center; margin-right: -3px; }
.pro-s ul {  margin: 0 -10px 0 0; padding: 0;}
.pro-s li { margin:0 10px 10px 0; line-height:0; width: calc(16.66% - 10px); list-style: none;}
.pro-s li a img { width:100%; opacity: 0.3;}
.rslides_here img { opacity: 1 !important;}

.share-tool { padding-bottom: 15px;}

.btn-download { padding-bottom: 40px;}
.btn-download > a { display: inline-block; padding: 0 15px 5px 15px; position: relative; min-width: 100px; text-align: center;}
.btn-download > a:hover { min-width: 130px;}
.btn-download > a:hover > span > i { transform: rotate(-90deg);top:3px;}
.btn-download > a:before, .btn-download > a:after { position: absolute; content: ""; width: 100%; height: 22px; bottom: 0;  border-style: solid; border-color: #ff7600;}
.btn-download > a:before { left: 0; border-width: 0 0 1px 1px;}
.btn-download > a:after { right: 0; border-width: 0 1px 0 0;}
.btn-download > a > span { position: relative; z-index: 3; display: inline-block; color: #ff7600 !important;}
.btn-download > a > span > i { display: inline-block; margin-right: 5px; position: relative; width: 18px; height: 18px;transition: all 0.4s ease-out 0s; transform-origin: 50% 50%;}
.btn-download > a > span > i:before { position: absolute; content: ""; width: 1px; height: 18px; left: 50%; top: 0; background: #ff7600;}
.btn-download > a > span > i:after { position: absolute; content: ""; width: 9px; height: 9px; border-width: 0 1px 1px 0; border-style: solid; border-color:#ff7600; transform: rotate(45deg); left: 5px; bottom: 0; }

.btn-inquiry { display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center; margin-bottom: 25px;}
.btn-inquiry > div {}
.btn-inquiry > div:nth-of-type(1) { width: 100%;height: 1px; background: #ff7600;}

.control-box { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: flex-end; width: 260px; padding-top: 0px; position: relative; margin: 0 0 0 auto;} 
.control-box:after { content: ""; position: absolute; width: 1px; height: 60%; background: #eaeaea; left: 50%; top:7px} 
.control-box > a { display: block; width: 50%;  position: relative; padding: 0 22px; color: #fff; font-size: 16px;} 
.control-box > a:first-child { text-align: left;} 
.control-box > a:first-child:before, .control-box > a:last-child:before { position: absolute; content: ""; width: 17px; height: 17px; border-width: 1px 1px 0 0 ; border-style: solid; border-color: #fff; transform: rotate(-135deg); left: 0; top:9px;} 
.control-box > a:last-child { text-align: right;} 
.control-box > a:last-child:before { transform: rotate(45deg); right: 0; left: auto;} 
.control-last { opacity: 0.4;}

.align-left { text-align: left !important;}
.align-center { text-align: center !important;}

.loop2 { padding-bottom: 80px;}
.loop2 .owl-dots { }
.loop2 .owl-item {position: relative;  }
.loop2 .owl-item img {width: auto !important;}
.loop2 .owl-nav { position: absolute; top:calc(50% - 35px); left: 0; width: 100%; z-index: 11;}
.loop2 .owl-prev, .loop2 .owl-next { position:absolute; z-index:100; top:calc(50% - 20px); background:transparent !important; width: 72px; height: 72px; margin: 0 !important; border-radius: 100% !important; border: 0px solid #fff !important; transform-origin: 50% 50%;transition: all 0.4s ease-out 0s;}
.loop2 .owl-prev { left:0px; }
.loop2 .owl-next { right:0px;}
.loop2 .owl-prev:before, .loop2 .owl-next:before { font-family: 'Font Awesome 5 Free';font-weight: 900 !important;font-size:70px; color: #fff; opacity: 1;transition: all 0.4s ease-out 0s;width: 72px; height: 72px; background-size: contain; display: inline-block; border-width: 0; border-style: solid; border-color: #fff; position: relative; }
.loop2 .owl-prev:before { content: ""; background-image: url("../images/btn-prev.png"); }
.loop2 .owl-next:before { content: ""; background-image: url("../images/btn-next.png");}
.loop2 .owl-prev:hover, .loop2 .owl-next:hover { opacity: 0.5;}
.loop2 .owl-stage-outer {z-index: 2;}
.loop2 .owl-dots { position: absolute; z-index: 100; bottom: 15px; left: 0; width: 100%; text-align: center!important; padding: 0 0px; }
.loop2 .owl-dots .owl-dot span, .loop2  .owl-dots .owl-dot span { background: #cecece !important; width: 14px !important; height: 14px !important;}
.loop2 .owl-dots .owl-dot.active span, .loop2  .owl-dots .owl-dot:hover span { background: #ff7600 !important; }

.application-link:hover .application-name > div:nth-of-type(1) { color: #ff7600;}
.application-link:hover .application-name > div:nth-of-type(2) { transform: scaleX(0.15);}
.application-link:hover .application-pto img { transform: scale(1.1);}
.application-pto { padding-bottom: 55%; margin-bottom: 10px;}
.application-pto img { transition: all 0.4s ease-out 0s;}
.application-name { display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center;}
.application-name > div:nth-of-type(1) { font-size: 20px; font-weight: 500; white-space: nowrap;padding-right: 10px;transition: all 0.4s ease-out 0s; }
.application-name > div:nth-of-type(2) { width: 100%; height: 1px; background: #ff7600; position:relative; top:2px;transition: all 0.4s ease-out 0s; transform-origin: 0% 50%;}

/*application*/
.application-section-1 { padding-bottom: 120px; display: flex; flex-direction: row; flex-wrap: wrap;}
.application-section-1 > div { width: 50%;}
.application-section-1 > div:nth-of-type(1) {padding-right: 40px;}
.application-section-1 > div:nth-of-type(2) { padding-top: 45px;}

.application-section-2 { position: relative; padding-bottom: 65px;}
.application-section-2:after { position: absolute; z-index: -1; content: ""; top: 0; width: 110%; height: 100%; background: #191919; right: -35%;}

.application-list { display: flex; flex-direction: row; flex-wrap: wrap; margin-right: -35px;}
.application-list > a { margin: 0 35px 40px 0; width: calc(33.33% - 35px);}

/*application-detail*/
.application-detail-top { display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; position: relative; margin-bottom: 70px;}
.application-detail-top:before { content: ""; position: absolute; z-index:1; top:65px; left: 65px; height: calc(100% - 130px); width: calc(100% - 65px); box-shadow:inset 0px 0px 0px 5px #ff7600;}
.application-detail-top > div { width: 50%;}
.application-detail-top > div:nth-of-type(2) { padding: 120px 0 120px 40px;}
.application-detail-data { position: relative; z-index: 3; background: #000000; padding: 40px 0;}

.products-link { border: 1px solid #fff; width: 100%;}

/*knowledge*/
.knowledge-list { margin-right: -15px; display: flex; flex-direction: row; flex-wrap: wrap;}
.knowledge-list > div { margin: 0 15px 30px 0; width: calc(25% - 15px);}

.news-date { padding-bottom: 4px; font-size: 20px; color: #fff;}
.news-date span { display: inline-block; margin-right: 4px; font-size: 15px; color: #ff7600; font-weight: 300;}
.news-pto { padding-bottom: 64%; margin-bottom: 12px; line-height: 0; display: block;}
.news-title { font-size: 20px; line-height: 28px; height: 58px; margin-bottom: 7px;
display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;}
.news-title:hover { color: #ff7600;}
.news-data { font-size: 15px; line-height: 24px; height: 98px; margin-bottom: 15px; font-weight: 300;
display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;}
.news-btn a { display: inline-block; width: 22px; height: 22px; position: relative;}
.news-btn:hover a:before { background: #ff7600;}
.news-btn:hover a:after { border-color: #ff7600;}
.news-btn a:before { content: ""; position: absolute;width: 22px; height: 1px; left: 0; top: 0px; background: #fff;}
.news-btn a:after { content: ""; position: absolute;width: 11px; height: 11px; border-width: 1px 1px 0 0; border-style: solid; border-color: #fff; transform: rotate(45deg); right: 0; top: -5px;}

#page { text-align: center; padding:0px 0 0px 0;}
#page a { font-size: 15px; color: #fff; font-weight: 400; width: 30px; height: 30px; line-height: 30px; text-align: center; border-radius: 100%; display: inline-block;}
#page a:hover, #page a.current { background: #ff7600; color: #fff;}
.page-prev, .page-next { width: 12px !important; height: 12px !important; line-height: inherit !important; border-radius: 0 !important; border-top:1px solid #fff; border-right: 1px solid #fff; margin: 0 20px;}
.page-prev:hover, .page-next:hover { background: none !important;}
.page-prev { transform: rotate(-135deg);}
.page-next { transform: rotate(45deg);}

/*news-detail*/
.news-detail-top { display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center; margin-bottom: 25px;}
.news-detail-top > div:nth-of-type(1) { width: 95px; border-right: 1px solid #fff; padding: 5px 0 5px 0; line-height: 120%;}
.news-detail-top > div:nth-of-type(2) { width: calc(100% - 95px); padding-left: 20px;}
.news-detail-title { font-size: 32px; line-height: 110%;}

.related-info { border-width: 1px 0; border-style: solid; border-color: #fff; display: flex; flex-direction: row; flex-wrap: wrap; justify-content:space-between; margin-bottom: 40px;}
.related-info > a { display:inline-block; display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center; padding: 25px 0;}
.related-info > a:hover .related-info-name { color: #ff7600 !important;}
.related-info > a:hover .related-info-btn { border-color: #ff7600 ;}
.related-info > a:hover .related-info-btn:before { border-color: #ff7600 ;}
.related-info > a:nth-of-type(2) .related-info-btn { margin: 0 0px 0 10px;}
.related-info > a:nth-of-type(2) .related-info-btn:before { transform: rotate(45deg);left: -2px;}
.related-info-btn { display:flex; flex-direction: row ;flex-wrap: wrap; justify-content: center; align-items: center; width: 40px !important; height: 40px !important; margin: 0 10px 0 0; border-radius: 100% !important; border: 2px solid #fff; position: relative;}
.related-info-btn:before {content: ""; position: relative; width: 10px; height: 10px;  display: inline-block; border-width: 2px 2px 0 0; border-style: solid; border-color: #fff;transform: rotate(-135deg);  left: 2px; }
.related-info-name { font-size: 18px; color: #fff !important; font-weight: 700; width: calc(100% - 40px);}

/*contact*/
.contact-box { display: flex; flex-direction: row; flex-wrap: wrap; padding-bottom: 50px; }
.contact-box > div:nth-of-type(1) { width: 65%; padding-right: 4%; border-right: 1px solid #ececec;}
.contact-box > div:nth-of-type(2) { width: 35%; padding-left: 4%; }

.contact-section { }
.contact-layout-1 { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between;}
.contact-layout-1 > div { width: calc(50% - 7px);}

.contact-form-list {  margin-bottom: 10px;display: flex; flex-direction: column; flex-wrap: nowrap; padding: 5px 0px; }
.contact-form-list > div:nth-of-type(1) { width: 100%; padding: 3px 0px;  position: relative;font-size: 16px; line-height: 170%; }
.contact-form-list > div:nth-of-type(1):after { position: absolute; content: ":"; top: 0; right: 0; display: none;}
.contact-form-list > div:nth-of-type(2) { width: calc(100% - 0px); padding-left: 0px;}
.contact-form-list2 {  margin-bottom: 10px;display: flex; flex-direction: row; flex-wrap: nowrap; padding: 5px 0px; }
.contact-form-list2 > div:nth-of-type(1) { width: 90px; padding: 3px 0px;  position: relative;font-size: 16px; line-height: 170%; }
.contact-form-list2 > div:nth-of-type(1):after { position: absolute; content: ":"; top: 0; right: 0; display: none;}
.contact-form-list2 > div:nth-of-type(2) { width: calc(100% - 70px); padding-left: 10px;}

.contact-form input[type="text"], .contact-form input[type="number"], .contact-form input[type="tel"], .contact-form input[type="phone"], .contact-form input[type="date"], .contact-form input[type="email"], .contact-form input[type="password"], .contact-form input[type="button"], .contact-form textarea { font-size: 18px; border-width:1px; border-style: solid; border-color: #cccccc; margin: 0px 0 0px 0; width: 100%; padding:0px 15px ; color:#fff; background: transparent; font-family: 'Noto Sans TC', sans-serif; line-height: 40px; border-radius: 0px;  letter-spacing: 0.05rem;}
.contact-form textarea { height:98px; padding:15px; resize:none; line-height: 140%;}
.contact-form select{ margin: 0 0 0px 0;  width:100%; max-width: 160px; background-image: url(../images/product-select.png); background-repeat: no-repeat; background-position: calc(100% - 15px) 18px; background-size: 10px; -webkit-appearance: none; -moz-appearance: none; appearance: none; background-color: #000000; font-size: 18px; border-width:1px; border-style: solid; border-color: #cccccc; color:#fff; font-family: 'Noto Sans TC', sans-serif;  padding:0px 35px 0px 15px;  line-height: 40px; border-radius: 0px;}
.contact-form option { padding:1px 5px;}
.contact-form select::-ms-expand {
    display: none;
}

.contact-btn { display: flex; flex-direction: row; flex-wrap: wrap; align-items:center; justify-content: center; padding: 30px 0 0px 0;}
.contact-btn > div { padding-bottom: 20px; margin:0 10px; }
.contact-btn button {  width: 190px; line-height: 50px; background: #ab1a2d; color: #fff; text-align: center; border-width: 0; font-size:18px;}
.contact-btn > div:first-child button {  background: #666666;}

.contact-note2 {  margin-top: 0px; display: inline-block;position: relative;padding-left: 22px; padding-right: 15px; padding-bottom: 0px; cursor: pointer; -webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none; line-height: 130%; color: #fff; margin-bottom: 0;}
.contact-note2 input {position: absolute;opacity: 0;cursor: pointer;height: 0;width: 0;}
.checkmark {position: absolute;top: 4px;left: 0;height: 16px;width: 16px;background-color: transparent; border: 1px solid #ff7600; border-radius: 100%;}
.contact-note2:hover input ~ .checkmark {background-color: #fff;}
.contact-note2 input:checked ~ .checkmark {border-color: #ff7600;}
.checkmark:after {content: "";position: absolute;display: none;}
.contact-note2 input:checked ~ .checkmark:after {display: block;}
.contact-note2 .checkmark:after {left: 2px;top: 2px;width: 10px;height: 10px; background: #ff7600; border-radius: 100%;}

.contact-info { display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; padding-bottom: 30px; padding-top: 20px;}
.contact-info > div { margin-bottom: 12px; color: #ffffff; font-size: 15px; }
.contact-info > div:nth-child(odd) { width: 45px; height: 45px; border-radius: 100%; border: 1px solid #ff7600; text-align: center; line-height: 40px;}
.contact-info > div:nth-child(odd) img { width: 17px; }
.contact-info > div:nth-child(even) { width: calc(100% - 45px); padding-left: 22px; font-size: 16px; font-weight: 500;color: #fff}
.contact-info > div:nth-child(even) a { color: #fff; word-break: break-all; }
.contact-info > div:nth-child(even) a:hover { color: #fff; }

.contact-map iframe { height: 300px; width: 100%; border-width: 0;}

.color-red { color: #ff7600;}

/*login*/
.login-section { max-width: 630px; margin: 0 auto; position: relative; z-index: 3;}
.login-pto { line-height: 0; text-align:center; position: relative;z-index: 3;}
.login-pto img { width: 180px; height: 180px;}
.login-content { position: relative; margin-top: -85px;}
.login-content-top { border-radius: 50px; background: #fff; box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.3); padding: 130px 80px 85px 80px;}
.login-input { margin-bottom: 30px; display: flex; flex-direction: row; flex-wrap: nowrap; background: #000;}
.login-input > div { width: 80px; line-height: 0px; background: #ff7600; text-align: center; padding: 18px;}
.login-input > input { border-width: 0; background: none; color: #fff; padding: 0 20px; font-size: 22px; font-weight: 400; width: calc(100% - 80px); line-height: 80px;}

.login-content-btn { width: 84%; margin: 0 auto; background: #ff7600; border-radius: 0 0 40px 40px; text-align: center; color: #fff; font-weight: 500; font-size: 22px; line-height: 60px; display: block; border-width: 0; transition: all 0.4s ease-out 0s; }
.login-content-btn:hover { width: 80%; line-height: 50px; }

/*member*/
.member-filter-section { padding-bottom: 20px; display: flex ;flex-direction: row; flex-wrap: wrap; justify-content: center; align-items: center;}
.member-filter-section > div { padding: 0 4px 8px 4px;}
.member-filter-section > div input { line-height: 35px; padding: 0 10px; border: 1px solid #fff; background: none; color: #fff; width: 190px;}
.member-filter-section > div input[type=date]::-webkit-datetime-edit-year-field{ color: white !important; }
.member-filter-title { font-size: 22px;}

.member-table { width: 100%; min-width: 800px; border-spacing: 0;background: black; }
.member-table th, .member-table td { border-bottom: 1px solid #eb9e16; text-align: center; padding:8px 12px; border-right: 1px solid #333333;} 
.member-table th:last-child, .member-table td:last-child {border-right: 0px solid #333333;} 
.member-table th { font-size: 20px; color: #ff8924;} 
.member-table td { font-size: 18px; color: #fff;} 
.member-table td img { width: 25px;transition: all 0.4s ease-out 0s; } 
.member-table td img:hover { transform: scale(0.8);}

.member-table .order-begin td{
	border-top: 2px solid #eb9e16;
}

@media only screen and (max-width: 1365px) {
    #content { font-size: 16px; line-height:30px;}
    #content p{ font-size: 16px;line-height:30px;}
    p, td, li, label { font-size: 16px;line-height:30px; }
	
	.title01 {margin-bottom: 15px;}
	.title01 > h1, .title01 > span  { font-size: 24px;}
	.title01:before { width: 22px; height: 22px;}
	
	
}

@media only screen and (max-width: 1279px) {
	.content-Box { max-width:100%;}
	
	.banner { }
	.banner:before { width: 2%;}
	.banner-content { top:90px; width: 88%;left: 6%; padding: 20px 0px 0 0px;}
	.banner-content h1 {font-size:28px;}
	.banner-content:after {width: 20%}
	
	
	.demo-section { padding: 40px 5%;}
	.demo-section:before { width: 2%;}
	.demo-line-1 { top: -390px; left: -370px;}

	.about-section-1 > div:nth-of-type(1) { width: 100% ; padding-right: 0%;}
	.about-section-1 > div:nth-of-type(2) { width: 100% ; text-align: center;}
	.about-section-2 > div:nth-of-type(1) { width: 100% ; order: 2; text-align: center;}
	.about-section-2 > div:nth-of-type(2) { width: 100% ; order: 1; }
	
	.products-name > div { font-size: 18px;}
	.products-name-over { font-size: 22px;}
	
	.application-section-1 { padding-bottom: 50px; }
	.application-section-1 > div { width: 100%;}
	.application-section-1 > div:nth-of-type(1) {padding-right: 0px; order: 2; text-align: center;}
	.application-section-1 > div:nth-of-type(2) { padding-top: 0px; order: 1;}
	
	.news-title { font-size: 18px;}
	.news-date { font-size: 18px; }
	
	.news-detail-title { font-size: 24px; }
	
	.contact-box > div:nth-of-type(1) { width: 100%; padding-right:0%; border-bottom: 1px solid #ececec;border-right: 0px solid #ececec; padding-bottom: 25px;}
	.contact-box > div:nth-of-type(2) { width: 100%; padding-left: 0%; }
	
}
@media only screen and (max-width: 980px) {
	.banner-pc { display: none}
	.banner-mobile { display: block;}
	
	.products-section > a { width: 50%; }
	
	.title02 { font-size: 12vw;}
	
	.products-detail-top-section > div { width: 100%;}
	.products-detail-top-section > div:nth-of-type(2) { padding-left: 0px;}
	.btn-download { padding-bottom: 20px;}
	
	.application-name > div:nth-of-type(1) {font-size: 16px;}
	.application-list > a { margin: 0 35px 20px 0; }
	
	.application-detail-top > div { width: 100%;}
	.application-detail-top > div:nth-of-type(2) { padding: 0px 0 50px 0px;}
	.application-detail-top:before { top:25px; left: 25px; height: calc(100% - 50px); width: calc(100% - 50px);}
	.application-detail-data { padding: 25px 0;}
	
	.knowledge-list > div { width: calc(50% - 15px);}
}
@media only screen and (max-width: 768px) {
	.application-list { margin-right: -15px;}
	.application-list > a { margin: 0 15px 20px 0; width: calc(50% - 15px);}
	.application-section-2 { padding-bottom: 30px;}
	
	.news-detail-top { flex-direction: column;}
	.news-detail-top > div:nth-of-type(1) { width: 100%; border-bottom: 1px solid #fff;border-right: 0px solid #fff; padding-bottom: 10px; margin-bottom: 10px; }
	.news-detail-top > div:nth-of-type(1) .news-date span { display: inline-block; margin-right: 10px;}
	.news-detail-top > div:nth-of-type(2) { width: calc(100% - 0px); padding-left: 0px;}
	.news-detail-title { font-size: 20px; }
	
	.contact-layout-1 > div { width: calc(100% - 0px);}
	
}
@media only screen and (max-width: 640px) {
	.login-pto img { width: 100px; height: 100px;}
	.login-content { position: relative; margin-top: -45px;}
	.login-content-top { padding: 60px 30px 35px 30px;}
	.login-input { margin-bottom: 15px;}
	.login-input > div { width: 50px; padding: 10px;}
	.login-input > input { line-height: 50px; width: calc(100% - 50px);}
	.login-content-btn { width: 65%; line-height: 50px;}
	.login-content-btn:hover { width: 55%; line-height: 40px;}
	
	.member-filter-section { flex-direction: column;}
	.member-filter-section > div { padding: 0 0 4px 0;}
	.member-filter-title { font-size: 18px;}
	.member-table th { font-size: 18px;} 
	.member-table td { font-size: 16px;} 
}
@media only screen and (max-width: 570px) {
	.application-detail-top > div:nth-of-type(2) { padding: 0px 0 30px 0px;}
	.application-detail-top:before { top:10px; left:10px; height: calc(100% - 20px); width: calc(100% - 20px); }
	.application-detail-data { padding: 15px 0;}

	.related-info { flex-direction: column;}
	.related-info > a:nth-of-type(2) { text-align: right;}
}

@media only screen and (max-width: 414px) {
	.demo-section { padding: 20px 5%;}
	
	.products-section > a { width: 100%; }
	
	.title02 { display: none;}
	
	.application-list { margin-right: 0px;}
	.application-list > a { margin: 0 0px 20px 0; width: calc(100% - 0px);}
	
	.knowledge-list { margin-right: 0px; }
	.knowledge-list > div { margin: 0 0px 10px 0; width: calc(100% - 0px);}
}

@media only screen and (max-width: 320px) {
	
}

.grecaptcha-badge{ z-index: 3; }

/* Hashtag ===================================================================== */
.hashtag-common ul{
	padding: 0;
}
.hashtag-common {
	position: relative;
	margin: 0 auto;
	margin-top: 20px;
}
.hashtag-common-icon {
	position: absolute;
	left: 5px;
	top: 0px;
}
.hashtag-common ul {
	display: flex;
	flex-wrap: wrap;
	margin-left: 5px;
	margin-bottom: 5px;
}
.hashtag-common li {
	list-style: none;
}
.hashtag-common li a {
	display: block;
	font-size: 0.9rem;
	background-color: #e7e7e7;
	border: 1px solid #d9d9d9;
	padding: 5px 7px;
	margin-bottom: 10px;
	border-radius: 3px;
	margin-left: 10px;
	color: #8b8b8b;
	transition: all 0.5s;
}
.hashtag-common li a:hover, .hashtag-common li a.selected {
	color: #fff;
	font-weight: bold;
	background-color: #a3a3a3;
}

/* date-picker ===================================================================== */
.date-picker {
	position: relative;
}
.date-picker::-webkit-calendar-picker-indicator {
	position: absolute;
	right: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	opacity: 0;
	cursor: pointer;
}