/* 基本設定_start */

.nopadding {
    padding: 0px !important;
}

.nomargin {
    margin: 0px !important;
}

.mobileShow {
    display: none!important;
}

.webShow {
    display: inherit;
}

.container1280 {
    max-width: 1280px;
}

.container1400 {
    max-width: 1400px;
}

.container1600 {
    max-width: 1600px;
}

.requirement {
    color: #FF0000!important;
}


/* 基本設定_end */


/* 編輯器設定_start */


/* 編輯器設定_end */


/* logo/登入/註冊/詢價車/語系/搜尋_start */

.headerContent {
    /* border-bottom: 1px solid #d8d8d8; */
    background-color: transparent;
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
}

.topInfoContainerInner {
    width: 100%;
    display: table;
    table-layout: fixed;
}

.pcLogo {
    width: 196px;
    padding: 12px 4px 8px;
    background-color: #FFF;
    color: #FFF;
    position: absolute;
    left: 20px;
    top: 0;
    z-index: 9;
    text-align: center;
    border-radius: 0 0 4px 4px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.pcLogo a {
    font-size: 16px;
    text-align: center;
    letter-spacing: 2px;
    color: #000;
    margin-top: 12px;
    display: block;
    font-weight: 500;
}

.pcLogo a span {
    color: #B40019;
    font-weight: 500;
}

.pcLogo a img {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.topFixedHeader {
    position: fixed;
    top: 0;
    z-index: 99999;
    width: 100%;
    background-color: #FFF;
}

.topFixedHeader .mainNav a {
    color: #0E49B5;
}

.topFixedHeader .mainNav>li>a::after {
    color: #0E49B5;
}

.topFixedHeader .pcLogo {
    width: auto;
    padding: 8px;
    background-color: transparent;
}

.topFixedHeader .pcLogo a {
    margin-top: 0;
}

.topFixedHeader .pcLogo a img {
    width: 50%;
    max-width: unset;
}

.topInfo {
    background-color: #000;
}

.topInfoInner {
    position: relative;
    height: 42px;
}

.topInfo ul {
    display: table;
    width: auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

.topInfo ul li {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding-right: 8px;
}

.topInfo ul li:last-child {
    padding-right: 0;
}

.topInfo ul li a {
    display: block;
    padding: 14px 12px 14px 32px;
    position: relative;
    font-size: 14px;
    color: #FFF;
}

.topInfo ul li a:hover {
    background-color: #FFF;
    color: #000;
}

.loginBtn::before {
    font-family: 'Material Icons';
    content: 'login';
    left: 12px;
    display: block;
    position: absolute;
}

.registerBtn::before {
    font-family: 'Material Icons';
    content: 'app_registration';
    left: 12px;
    display: block;
    position: absolute;
}

.logoutBtn::before {
    font-family: 'Material Icons';
    content: 'logout';
    left: 12px;
    display: block;
    position: absolute;
}

.searchBtn {
    position: relative;
    width: 30px;
    padding-bottom: 30px;
    background-color: #0E49B5;
    color: #fff;
    border: none;
    outline: inherit;
    margin: 0;
    box-shadow: unset;
    line-height: 1;
    display: block;
}

.searchBtn::before {
    font-family: 'Material Icons';
    content: 'search';
    top: 50%;
    left: 50%;
    display: block;
    position: absolute;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.inquiryBtn::before {
    font-family: 'Material Icons';
    content: 'shopping_cart';
    left: 12px;
    display: block;
    position: absolute;
}


/* logo/登入/註冊/詢價車/語系/搜尋_end */


/* 主選單_start */

.menuContainer {
    margin: 0 auto;
    text-align: right;
    position: relative;
}

.menuContainerInner nav {
    text-align: right;
}

.mainNav {
    /* width: 100%; */
    display: inline-table;
    table-layout: fixed;
}

.mainNav>li {
    position: relative;
}

.mainNav>li {
    display: table-cell;
    vertical-align: middle;
    padding: 12px 0px;
}

.headerContent .mainNav>li {
    padding: 48px 0px 14px 0px;
}

.mainNav>li>a::after {
    content: '/';
    color: #FFF;
    display: block;
    font-size: 16px;
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    top: 50%;
    left: -4px;
}

.mainNav>li:first-child>a::after {
    display: none;
}

.headerContent .mainNav>li:last-child>a::after {
    display: none;
}

.mainNav>li>a {
    position: relative;
    padding: 0 20px;
}

.mainNav a {
    display: block;
    padding: 8px 8px;
    text-align: center;
    color: #FFF;
}

.mainNav>li:hover>a {
    color: #72D3FF;
}

.dropdownMenu {
    min-width: 180px;
    border: #eee solid 1px;
    position: absolute;
    z-index: 99;
    background-color: #FFF;
    margin-top: 18px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    visibility: hidden;
    opacity: 0;
    font-size: 16px;
    transition: visibility 0s 0.2s, opacity 0.2s ease;
    -webkit-transition: visibility 0s 0.2s, opacity 0.2s ease;
    -moz-transition: visibility 0s 0.2s, opacity 0.2s ease;
    -o-transition: visibility 0s 0.2s, opacity 0.2s ease;
    -ms-transition: visibility 0s 0.2s, opacity 0.2s ease;
}

.dropdownMenu a {
    border-bottom: #eee solid 1px;
    color: #0E49B5;
}

.dropdownMenu li a:last-child {
    border-bottom: 0px;
}

.dropdownMenu a:hover {
    background-color: #0E49B5;
    color: #FFF;
}


/* 
.mainNav a:hover {
    background-color: #000;
} */

.headerContent .mainNav>li:last-child>a {
    padding-left: 96px;
}

.headerContent .mainNav>li:last-child>.dropdownMenu {
    margin-top: 14px;
}

.nextDropdownMenu {
    left: 100%;
    top: 0px;
}

.mainNav li:hover>.dropdownMenu {
    visibility: visible;
    opacity: 1;
}

.mainNav a.arrowDown {
    padding: 0px 36px 0px 18px;
}

.arrowDown {
    position: relative;
    padding: 0px 36px 0px 18px;
}

.arrowDown::before {
    font-family: 'Material Icons';
    content: 'keyboard_arrow_down';
    /* content: '';
    background-image: url(../images/right-arrow-black.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 12px;
    height: 12px; */
    display: block;
    position: absolute;
    right: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    top: 50%;
}


/* 主選單_end */


/* 手機選單_start */

.mbHeadContainer {
    display: none;
}


/* 手機選單_end */


/* 頁尾_start */


/* 頁尾公司資訊_start */


/* 頁尾選單 */


/* 公司資訊 */

footer {
    padding-top: 96px;
    background-color: #272727;
}

.footerLogo a {
    display: inline-block;
    max-width: 280px;
    margin-right: 24px;
}

footer nav {
    text-align: center;
    border-bottom: 1px solid #FFF;
    border-top: 1px solid #FFF;
}

footer nav .mainNav {
    margin: 0 auto;
}

.companyInfo ul li {
    margin-bottom: 4px;
    display: table;
    width: 100%;
}

.companyInfo ul li a {
    color: #FFF;
}

.companyInfo ul li a:hover {
    color: #72D3FF;
}

.companyInfo .txtTitle {
    font-size: 18px;
    color: #FFF;
    margin-bottom: 12px;
}


/* 
.companyInfo ul li .txtSubtitle {
    margin-bottom: 4px;
    font-size: 18px;
} */

.companyInfo ul li p {
    color: #FFF;
    vertical-align: middle;
    display: table-cell;
    font-size: 14px;
}

.companyInfo ul li p .material-icons {
    font-size: 14px;
}

.companyInfo ul li p:first-child {
    width: 16px;
    padding-right: 8px;
}

.companyInfo ul li .txtNormal {
    margin-bottom: 4px;
}

.policySitemap {
    color: #FFF;
}

.policySitemap a {
    color: #FFF;
}

.policySitemap a {
    color: #0E49B5
}

.copyright {
    text-align: center;
    padding: 12px;
    background-color: #515151;
    color: #FFF;
    letter-spacing: 1px;
}

.copyright a {
    color: #FFF;
}

.copyright a:hover {
    color: #0E49B5
}


/* 頁尾公司資訊_end */


/* 內容_start */

.contentTitle {
    text-align: center;
    padding-bottom: 24px;
    font-size: 24px;
    /* color:#0089A7; */
}

.txtContent {
    line-height: 1.6;
}

.txtContent p {
    line-height: 1.8;
    letter-spacing: 1px;
    margin-bottom: 8px;
    text-align: justify;
}

.txtContent ul {
    margin-bottom: 12px;
    padding-left: 20px;
}

.txtContent ul li {
    list-style: disc;
    margin-bottom: 6px;
    line-height: 1.6;
}

.txtContent img {
    width: 100%;
}

.txtTitle {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 300;
}

.txtSubtitle {
    font-size: 18px;
    line-height: 1.4;
}

.txtNormal {
    font-size: 14px;
    line-height: 1.4;
}

.hashTagGroup {
    margin-top: 12px;
    padding: 0 4px;
    line-height: 1.4;
    display: none;
}

.hashTagGroup a {
    font-size: 14px;
    margin-right: 4px;
    display: inline-block;
    line-height: 1.6;
}

.hashTagGroup a:last-child {
    margin-right: 0;
}

.topHashtagContent {
    padding: 18px;
    border: 1px solid #eee;
    border-radius: 4px;
}

.topHashtagContent .hashTagGroup a {
    display: block;
    padding-bottom: 8px;
    border-bottom: 1px solid #efefef;
    margin-right: 0;
    margin-bottom: 8px;
}

.topHashtagContent .hashTagGroup a:last-child {
    margin-bottom: 0;
}


/* 分頁_start */

.navigation {
    margin-top: 24px;
    padding: 0;
}

.pagination {
    display: table;
    margin: 0 auto;
}

.pagination li {
    display: table-cell;
    vertical-align: middle;
    padding: 0 8px;
}

.pagination li a {
    display: block;
    padding: 8px;
    text-align: center;
    border: 1px solid #EEE;
    border-radius: 4px;
    min-width: 42px;
    color: #000;
}

.pagination li a:hover {
    background-color: #000;
    color: #FFF;
}

.pagination li a.active {
    background-color: #000;
    color: #FFF;
}


/* 分頁_end */


/* 內容_end */


/* 社群連結_start */

.linkItem {
    padding: 4px;
    text-align: center;
}

.linkItem .linkItemIcon {
    width: 28px;
    height: 28px;
}

.linkItem .linkItemIcon .material-icons {
    color: #FFF;
    font-size: 28px;
}

.linkItem .linkItemIcon svg {
    fill: #FFF;
}

.linkItem a {
    display: block;
}

.socialmediaContent {
    display: table;
    /* width: 100%;
    table-layout: fixed; */
    padding: 0;
    margin: 0;
}

.socialmediaContent .txtSubtitle {
    color: #FFF;
    font-size: 16px;
    margin-bottom: 0;
}

.socialmediaContentInner {
    display: table-cell;
    vertical-align: middle;
    /* width: 20%; */
}

.socialmediaContentInner .linkItem {
    margin: 0 auto;
}

.socialmediaContentInner .linkItem .linkItemIcon {
    margin: 0 auto;
}


/* shareLink_start */

.shareLinkContentInner {
    display: flex;
    align-items: center;
    margin-top: 12px;
}

.shareLinkContentInner .txtTitle {
    font-size: 14px;
    margin-bottom: 0;
    font-weight: normal;
}

.shareLinkContentInner .linkItem .linkItemIcon {
    width: 36px;
    height: 36px;
    border: 1px solid #eee;
    border-radius: 2px;
    padding: 4px;
}

.shareLinkContentInner .linkItem .linkItemIcon:hover {
    border: 1px solid #0089A7;
}

.shareLinkContentInner .linkItem {
    margin-right: 8px;
    padding: 0;
}

.shareLinkContentInner .linkItem:last-child {
    margin-right: 0;
}


/* shareLink_end */


/* 社群連結_end */


/* 頁尾_end */


/* 常駐項_start */

.floatMenuContainer {
    position: fixed;
    right: 35px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 99;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
}

.floatMenuContainer ul li {
    margin-bottom: 8px;
}

.floatMenuContainer ul li:nth-last-child(1) {
    margin-bottom: 0px;
}

.floatMenuContainer ul li a {
    display: block;
    padding: 8px;
    font-size: 12px;
    text-align: center;
    background-color: #6B6B6B;
    color: #FFF;
    border-radius: 2px;
}

.floatMenuContainer ul li a:hover {
    background-color: #0E49B5;
}

.floatMenuContainer ul li a span {
    display: block;
}

.floatMenuContainer ul li a span:last-child {
    margin-bottom: 0;
}

.floatShow {
    opacity: 1;
    visibility: visible;
}

.line-link-box-inner {
    position: relative;
    padding-left: 150px;
}

.line-link-box {
    position: absolute;
    position: fixed;
    right: 25px;
    bottom: 12.5%;
    z-index: 99999;
}

.line-link-box .qrcode-img {
    display: block;
    width: 120px;
    height: 120px;
    position: absolute;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    top: 50%;
    border-radius: 5px;
}

.line-link-box a {
    position: relative;
    width: 60px;
    padding-bottom: 60px;
    display: block;
    border-radius: 100%;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.line-link-box a:hover {
    transform: scale(1.25);
}

.line-link-box a img {
    position: absolute;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    display: block;
    width: 100%;
}


/* 常駐項_end */


/* banner_start */

.bannerContent .owl-theme .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    background-color: transparent;
    border: 1px solid #FFF;
    margin: 0 4px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.bannerContent .owl-theme .owl-dots .owl-dot.active span,
.bannerContent .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #FFF;
}

.bannerItem {
    position: relative;
}

.bannerItem::after {
    background-color: #0E49B5;
    /* display: block; */
    display: none;
    width: 100%;
    padding-bottom: 48%;
    position: absolute;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    z-index: 9;
    opacity: .3;
    content: '';
}

.bannerText {
    position: absolute;
    bottom: 4.375%;
    left: 15%;
    text-align: left;
    z-index: 99;
    width: 70%;
}

.bannerText .txtTitle {
    font-size: 64px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 12px;
    line-height: 1;
    font-weight: 800;
    color: #FFF;
}

.bannerText .txtSubtitle {
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
    line-height: 1;
    color: #FFF;
}

.bannerText .txtNormal {
    line-height: 1;
    color: #FFF;
    letter-spacing: 1px;
    font-size: 24px;
}

.bannerText .txtNormal p {
    line-height: 1.4;
}

.bannerImg {
    width: 100%;
    padding-bottom: 48%;
    background-color: #d8d8d8;
    position: relative;
    overflow: hidden;
}

.bannerImg .bannerImgInner {
    position: absolute;
    width: 100%;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.bannerImg .bannerImgInner img {
    max-width: unset;
    width: 100%;
}

.bannerContent .item {
    padding: 0;
}

.bannerContent .owl-nav .owl-prev {
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    top: 50%;
    left: 16px;
}

.bannerContent .owl-nav .owl-next {
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    top: 50%;
    right: 16px;
}

.bannerContent .owl-dots {
    bottom: 32px;
    right: 10%;
    position: absolute;
}

.bannerContent .owl-theme .owl-nav {
    margin-top: 0px;
}

.scrollBtn {
    transform: scaleX(1) rotate(90deg);
    -webkit-transform: scaleX(1) rotate(90deg);
    -moz-transform: scaleX(1) rotate(90deg);
    -ms-transform: scaleX(1) rotate(90deg);
    -o-transform: scaleX(1) rotate(90deg);
    display: none;
    position: absolute;
    left: 32px;
    z-index: 9;
    bottom: 7.5%;
    animation-name: loopAnimate;
    animation-iteration-count: infinite;
    animation-duration: 1.5s;
    animation-timing-function: linear;
}

.scrollBtn span {
    font-size: 12px;
    margin-bottom: 0;
    color: #FFF;
    position: relative;
    display: inline-block;
    text-align: center;
    line-height: 1;
    padding-right: 8px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.scrollBtn span::after {
    content: '';
    width: 80%;
    height: 1px;
    background-color: #FFF;
    bottom: 2.5px;
    position: absolute;
    left: 100%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.scrollBtn:hover span {
    color: #72D3FF;
}

.scrollBtn:hover span::after {
    background-color: #72D3FF;
}

@keyframes loopAnimate {
    0% {
        bottom: 7.5%;
    }
    50% {
        bottom: 5.5%;
    }
    100% {
        bottom: 7.5%;
    }
}


/* banner_end */


/* 搜尋頁面_start */

.searchContent {
    /* display: table; */
    /* display: none; */
    width: auto;
    table-layout: fixed;
}

.searchContent .form-control {
    border: unset;
    border-radius: 4px 0 0 4px;
}

.searchContentInner {
    display: table-cell;
    vertical-align: middle;
    padding: 0;
    height: auto;
}

.searchContent .selectBlock {
    width: 120px;
}

.searchContent .searchBlock {
    width: 32px;
    border-left: 1px solid #EEE;
    overflow: hidden;
    border-radius: 0 4px 4px 0;
}

.searchContent .searchBlock button.searchBtn::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.searchContent .searchBlock button {
    letter-spacing: 1px;
    line-height: 1;
    font-size: 16px;
    background-color: #FFF;
    display: block;
    color: #000;
    border: unset;
    width: 100%;
    position: relative;
    padding-bottom: 100%;
}

.searchContentInner .bmd-form-group {
    display: block;
}

.searchContentInner .form-control {
    padding: 8px;
    font-size: 14px;
    line-height: 1;
    color: #000;
    font-weight: normal;
    height: 32px;
}

.searchContent .searchBlock button:hover {
    background-color: #000;
    color: #FFF;
}

.searchContentInner input::placeholder {
    font-size: 14px;
    line-height: 1;
    letter-spacing: 1px;
    color: #979797;
    font-weight: normal;
}

.searchInfoList {
    padding: 48px 0;
}

.searchInfoList .nav .nav-item {
    padding: 8px 12px;
    background-color: #FFF;
    color: #000;
    border: 1px solid #eee;
    border-right: 0px solid #eee;
}

.searchInfoList .nav .nav-item:hover,
.searchInfoList .nav .active {
    background-color: #000;
    color: #FFF;
}

.searchInfoList .nav-item:last-child {
    border-right: 1px solid #eee;
}

.searchInfoList .tab-content {
    padding: 18px;
    border: 1px solid #eee;
    margin-top: -1px;
}

.searchInfoList .addSearchPageList,
.searchInfoList .addSearchProductList {
    display: none;
}

.searchInfoList .buttonBlock {
    margin: 0 auto;
}

.searchInfoList .searchButtonContent {
    text-align: center;
    margin-top: 24px;
}

.searchInfoList .newsItemContent {
    margin-bottom: 24px;
}

.searchInfoList .newsItemContent:last-child {
    margin-bottom: 0;
}


/* 搜尋頁面_end */


/* 側選單設定_sideContnet_start */

.sideContnet {
    border-radius: 2px;
    border: 1px solid #EEE;
    background-color: #fff;
}

.sideContnet>ul>li.sideInner>.txtSubtitle {
    border-bottom: 1px solid #EEE;
}

.sideContnet>ul>li.active>.txtSubtitle {
    color: #fff;
    background-color: #0E49B5;
}

.sideContnet>ul>li>a:hover {
    background-color: #0E49B5;
    color: #FFF;
}

.sideInner {
    display: block;
    width: 100%;
    background-color: 1px solid #F7F7F7;
}

.sideContnet ul>li.active>span,
.sideInner a.txtSubtitle,
.sideInner .active {
    padding: 8px;
    display: block;
}

.sideInner .active {
    color: #FFF;
    background-color: #0E49B5;
}

.sideInnerMenu {
    display: none;
    background-color: 1px solid #F7F7F7;
    padding: 8px;
}

.sideInnerMenu .active a {
    color: #0089A7;
}

.sideInnerMenu .sideInner {
    padding: 8px 0px 8px 12px;
}

.sideActive {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-bottom: 1px solid #EEE;
    padding: 8px;
    background-color: #0E49B5;
    color: #FFF;
}

.sideActiveInner {
    display: table-cell;
    vertical-align: middle;
}

.sideActiveInner:last-child {
    width: 24px;
}

.sideActiveInner .sideBtn {
    position: relative;
    padding-bottom: 100%;
    width: 100%;
    display: block;
}

.sideActiveInner .sideBtn::before {
    font-family: 'Material Icons';
    display: block;
    content: 'keyboard_arrow_right';
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
    font-size: 24px;
    color: #FFF;
}

.sideActiveInner .active {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    color: #000;
}


/* 側選單設定_sideContnet_end */


/* 產品通用設定_ptItem_start */

.ptItem {
    /* border-radius: 4px;
    padding: 12px;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
    -ms-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
    -o-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4); */
    border: 1px solid #BEBEBE;
    background-color: #FFF;
}

.ptInner {
    padding: 18px;
}

.ptImg {
    /* margin-bottom: 12px; */
}

.ptImg .ptImgInner {
    position: relative;
    width: 100%;
    display: block;
    padding-bottom: 52.5%;
    background-color: #fbfbfb;
    overflow: hidden;
}

.ptImg .ptImgInner img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    /* max-height: 100%; */
    width: 100%;
    max-width: 100%;
}

.ptName .txtTitle,
.ptName .txtSubtitle,
.ptModal .txtSubtitle {
    line-height: 1;
    letter-spacing: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0;
    display: block;
    text-align: center;
    font-weight: 500;
}

.ptModal .txtSubtitle {
    margin-bottom: 0;
    color: #00A0E9;
}

.ptModal .txtSubtitle span {
    color: #000;
}

.ptName {
    background-color: #FFF;
}

.ptName .txtTitle {
    padding: 8px;
    text-align: center;
    width: 100%;
    display: block;
    margin-bottom: 0;
    color: #0E49B5;
}

.ptItem:hover .ptName .txtTitle {
    background-color: #0E49B5;
    color: #FFF;
}

.ptModal {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #CECECE;
}

.ptDesc {
    height: 48px;
    position: relative;
}

.ptDesc .txtNormal {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -o-line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    white-space: normal;
    /* text-align: justify; */
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    line-height: 1.6;
    letter-spacing: 1px;
    /* 偏執設定，不要可以刪掉 */
    position: absolute;
    width: 100%;
    top: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    left: 50%;
    font-weight: 300;
    /* 偏執設定，不要可以刪掉 */
}


/* 產品通用設定_ptItem_start */


/* 產品詳細頁通用設定_bigImage_start */

.bigImage .item .imgInner {
    position: relative;
    padding-bottom: 52.5%;
    background-color: #fbfbfb;
    overflow: hidden;
    display: block;
    border: 1px solid #EEE;
    margin-bottom: 8px;
}

.bigImage .item .imgInner img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    /* max-height: 100%; */
    width: 100%;
    max-width: 100%;
}

.bigImage .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0;
}

.imgControl {
    margin-top: -56px;
}

.imgControl .item .imgContent a {
    position: relative;
    padding-bottom: 52.5%;
    background-color: #fbfbfb;
    overflow: hidden;
    display: block;
    border: 1px solid #EEE;
}

.imgControl .item .imgContent a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    /* max-height: 100%; */
    max-width: 100%;
    width: 100%;
}

.imgControl .item a.active {
    /* border: 1px solid #000; */
}

.productDtIntro {
    margin-top: 12px;
}

.productDtIntro .nav {
    display: table;
    width: auto;
}

.productDtIntro .nav-item {
    margin-right: 12px;
    border: 1px solid #BEBEBE;
    padding: 8px 12px;
    display: table-cell;
    border-right: 0px solid #BEBEBE;
    margin-right: -1px;
}

.productDtIntro .nav-item:last-child {
    border-right: 1px solid #BEBEBE;
}

.productDtIntro .nav .active {
    color: #FFF;
    background-color: #0E49B5;
}

.productDtIntro .tab-content {
    margin-top: -1px;
}

.productDtIntro .tab-content .tab-pane {
    border: 1px solid #BEBEBE;
    padding: 18px;
    background-color: #FFF;
}

.inquiryContent {
    padding: 12px 0;
}

.inquiryContent .buttonBlock {
    display: block;
    width: 100%;
    text-align: center;
    background-color: #0E49B5;
    border: 1px solid transparent;
    color: #FFF
}

.inquiryContent .buttonBlock:hover{
    background-color: #000;
}

.productDtTopInfo .ptModal .txtSubtitle {
    text-align: left;
    color: #0E49B5;
}

.productDtTopInfo .ptModal .txtSubtitle span {
    color: #000;
}

.productDtTopInfo .ptModal {
    border-bottom: 0px;
    padding-bottom: 0px;
}

.productDtContent {
    padding: 18px;
    border: 1px solid #BEBEBE;
    background-color: #FFF;
}


/* 產品詳細頁通用設定_bigImage_end */


/* 最新消息通用設定_newsItem_start */

ul.newsItemContent {
    margin: 0;
    padding: 0;
    width: 100%;
}

ul.newsItemContent li.newsItem .newsItemInner {
    display: table-cell;
    vertical-align: middle;
    padding: 0 4px;
}

ul.newsItemContent li.newsItem .newsItemInner:first-child {
    width: 180px;
}

ul.newsItemContent li.newsItem {
    padding: 8px 4px;
    display: table;
    width: 100%;
    margin: 0;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
    -ms-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
    -o-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
    border-radius: 4px;
    margin-bottom: 20px;
}

ul.newsItemContent li.newsItem:last-child {
    margin-bottom: 0;
}

ul.newsItemContent li.newsItem .txtTitle {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -moz-line-clamp: 1;
    -ms-line-clamp: 1;
    -o-line-clamp: 1;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    white-space: normal;
    text-align: justify;
    overflow: hidden;
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 300;
}

ul.newsItemContent li.newsItem time {
    display: block;
    margin-bottom: 8px;
}

ul.newsItemContent li.newsItem .txtNormal {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -o-line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    white-space: normal;
    text-align: justify;
    overflow: hidden;
    letter-spacing: 1px;
    line-height: 1.6;
}


/* 最新消息通用設定_newsItem_end */


/* faq_start */

.collapseContent .card-header,
.collapseContent .card-body {
    padding: 12px;
}

.collapseContent .card-body .txtContent p {
    margin-bottom: 0;
}

.collapseContent button {
    border: 0px solid #FFF;
    outline: unset;
    background-color: transparent;
    padding: 0;
    margin: 0;
}


/* faq_end */


/* download_start */

.downloadContent ul {
    list-style: none;
    padding: 12px 0;
}

.downloadContent ul li {
    list-style: none;
    margin-bottom: 4px;
    padding-left: 20px;
    position: relative;
    display: block;
    line-height: 1;
}

.downloadContent ul li::after {
    position: absolute;
    font-family: 'Material Icons';
    display: block;
    content: 'description';
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    top: 50%;
    left: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #d8d8d8;
    font-size: 20px;
}

.pdfContent ul li::after {
    content: 'picture_as_pdf';
}

.downloadContent ul li:hover::after {
    color: #0089A7;
}

.downloadContent ul li a {
    display: block;
    position: relative;
    padding: 8px 12px 8px 0px;
    margin-left: 12px;
    font-size: 16px;
    color: #d8d8d8;
    letter-spacing: 1px;
    border-bottom: 1px dashed #d8d8d8;
}

.downloadContent ul li a:hover {
    color: unset;
}

.downloadContent ul li:hover a {
    color: #0089A7;
}


/* download_end */


/* video_start */

.videoCateTitle {
    margin-bottom: 12px;
}

.videoCateTitle .txtTitle {
    margin: 0;
}

.videoContent {
    margin-left: -4px;
    margin-right: -4px;
    margin-bottom: 12px;
}

.videoContent {
    position: relative;
}

.videoContent .owl-nav .owl-next {
    position: absolute;
    top: 25%;
    right: -20px;
    margin: 0;
}

.videoContent .owl-nav .owl-prev {
    position: absolute;
    top: 25%;
    left: -20px;
    margin: 0;
}

.videoItem {
    border-radius: 4px;
    padding: 12px;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
    -ms-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
    -o-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
}

.videoImg {
    margin-bottom: 12px;
}

.videoImg .videoImgInner {
    position: relative;
    width: 100%;
    display: block;
    padding-bottom: 56.25%;
    background-color: #fbfbfb;
    overflow: hidden;
}

.videoImg .videoImgInner img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    /* max-height: 100%; */
    width: 100%;
    max-width: 100%;
}

.videoName .txtTitle,
.videoName .txtSubtitle {
    line-height: 1;
    letter-spacing: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0;
    display: block;
    text-align: center;
    font-weight: 300;
}

.videoName {
    margin-bottom: 8px;
    height: 28px;
}

.videoDesc {
    height: 68px;
    position: relative;
}

.videoDesc .txtNormal {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -moz-line-clamp: 3;
    -ms-line-clamp: 3;
    -o-line-clamp: 3;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    white-space: normal;
    /* text-align: justify; */
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    line-height: 1.6;
    letter-spacing: 1px;
    /* 偏執設定，不要可以刪掉 */
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    left: 50%;
    font-weight: 300;
    /* 偏執設定，不要可以刪掉 */
}


/* video_end */


/* 按鈕樣式_btn_start */

.buttonBlock {
    display: inline-block;
    background-color: transparent;
    color: #0E49B5;
    text-align: center;
    padding: 12px 28px;
    border: 1px solid #0E49B5;
    line-height: 1;
}

.buttonBlock::after {
    content: '';
    background-color: #0E49B5;
    display: inline-block;
    width: 36px;
    vertical-align: middle;
    height: 1px;
    margin-bottom: 4px;
    margin-left: 12px;
}

.buttonBlock:hover {
    background-color: #0E49B5;
    color: #FFF;
    box-shadow: unset;
    border: 1px solid #FFF;
}

.buttonBlock:hover::after {
    background-color: #FFF;
}

.formBtnReset {
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
    -ms-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
    -o-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
    display: inline-block;
    background-color: #FFF;
    color: #000;
    text-align: center;
    padding: 8px 16px;
    border-radius: 4px;
    outline: unset;
    border: unset;
}

.formBtnReset:hover {
    background-color: #FF0000;
    color: #FFF;
    box-shadow: unset;
}

.formBtn {
    display: inline-block;
    background-color: #d8d8d8;
    color: #FFF;
    text-align: center;
    padding: 8px 16px;
    border-radius: 4px;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
    -ms-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
    -o-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
    outline: unset;
    border: unset;
}

.formBtn:hover {
    background-color: #000;
    color: #fff;
    box-shadow: unset;
}

.sideMenu a {
    padding: 16px;
}


/* 按鈕樣式_btn_end */


/* contact_start */

.addFile {
    display: block;
    width: 100%;
    border: 1px solid #eee;
    padding: 8px;
}

.remarkText {
    line-height: 1.8;
    color: #ff0000;
    font-size: 14px;
}

.custFormContent {
    margin-top: 36px;
    padding: 24px 12px;
    border: 1px solid #d8d8d8;
}


/* contact_end */

.companyInfoContent {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}

.companyInfoBottomContent {
    padding: 52px;
    width: 100%;
}

.companyInfoContent .innerRight {
    position: absolute;
    right: 0;
    bottom: 0;
}

.footerCustomContent {
    display: inline-block;
    vertical-align: bottom;
}

.footerLogo {
    display: inline-block;
    vertical-align: bottom;
}

.footerCustomContent a {
    padding: 12px 36px;
    border: 1px solid #FFF;
    color: #FFF;
    background-color: transparent;
    font-size: 14px;
    border-radius: 32px;
    display: inline-block;
}

.footerCustomContent a:hover {
    background-color: #0E49B5;
}

@media only screen and (max-width: 1499px) {}

@media only screen and (max-width: 1399px) {
    .container1400 {
        max-width: 100%;
    }
}

@media only screen and (max-width: 1279px) {
    .container1280 {
        max-width: 100%;
    }
}

@media only screen and (min-width: 1200px) {}

@media only screen and (max-width: 1199px) {}

@media only screen and (min-width: 992px) {}

@media only screen and (max-width: 991px) {}

@media only screen and (min-width: 768px) {}

@media only screen and (max-width: 767px) {
    .owl-theme .owl-nav [class*=owl-] {
        padding: 4px;
    }
    /* logo/登入/註冊/詢價車/語系/搜尋_start */
    .topInfoInner {
        height: inherit;
    }
    .pcLogo {
        display: none;
    }
    .topInfo {
        text-align: center;
    }
    .topInfo ul li a {
        padding: 8px 8px 8px 16px;
    }
    .loginBtn::before {
        left: 0px;
    }
    .registerBtn::before {
        left: 0px;
    }
    .logoutBtn::before {
        left: 0px;
    }
    .searchBtn::before {
        left: 0px;
    }
    .inquiryBtn::before {
        left: 0px;
    }
    .arrowDown::before {
        right: 8px;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        width: 12px;
        height: 12px;
        content: '';
        background-image: url(../images/arrow-down-white.svg);
    }
    .mobileShow {
        display: inherit!important;
    }
    .webShow {
        display: none !important;
    }
    /* logo/登入/註冊/詢價車/語系/搜尋_end */
    /* 手機選單_start */
    .mbHeadContainer {
        display: block;
    }
    .mbHeadContainer .bg-faded {
        background: #FbFbFb;
    }
    .mbHeadContainerInner {
        width: 100%;
        display: table;
        table-layout: fixed;
    }
    .mbLogo,
    .mbMenuBtn {
        display: table-cell;
        vertical-align: middle;
    }
    .mbLogo {
        text-align: center;
        padding: 8px 12px;
    }
    .mbLogo a {
        display: table;
        margin: 0 auto;
        color: #000;
        font-weight: bold;
    }
    .mbLogo a span {
        color: #B40019;
    }
    .mbLogo a img {
        max-width: 100%;
    }
    .mbMenuBtn {
        width: 60px;
        background: #FFF;
    }
    .mbMenuBtn .navbar-toggler {
        width: 100%;
        height: 76px;
        padding: 0px;
        outline: none;
        margin: 0;
        border: 1px solid #FFF;
        background-color: #000;
    }
    .mbMenuBar {
        width: 32px;
        height: 2px;
        border-radius: 2px;
        background-color: #FFF;
        display: block;
        margin: 0px auto;
        position: relative;
    }
    .mbMenuBar::before {
        content: "";
        width: 32px;
        height: 2px;
        border-radius: 2px;
        display: block;
        position: absolute;
        background-color: #FFF;
        transform: translateY(12px);
        -webkit-transform: translateY(12px);
        -moz-transform: translateY(12px);
        -ms-transform: translateY(12px);
        -o-transform: translateY(12px);
    }
    .mbMenuBar::after {
        content: "";
        width: 32px;
        height: 2px;
        border-radius: 2px;
        display: block;
        position: absolute;
        background-color: #FFF;
        transform: translateY(-12px);
        -webkit-transform: translateY(-12px);
        -moz-transform: translateY(-12px);
        -ms-transform: translateY(-12px);
        -o-transform: translateY(-12px);
    }
    #leftMenu a {
        color: #fff;
        display: block;
        padding: 12px 16px 12px 12px;
        font-size: 14px;
    }
    #leftMenu ul li {
        display: block;
        width: 100%;
    }
    #leftMenu a:hover {
        background-color: #222;
    }
    #leftMenu a:focus {
        background: none;
    }
    #leftMenu .dropdownMenu {
        position: static;
        visibility: inherit;
        opacity: 1;
        display: none;
        left: inherit;
        right: inherit;
        top: inherit;
        bottom: inherit;
        border: none;
        background: rgba(0, 0, 0, 0.2);
        transform: inherit;
    }
    .dropdownMenu {
        padding-left: 16px;
    }
    .mbMenu {
        background: rgba(0, 0, 0, 0.9);
    }
    .mbClose {
        padding: 8px;
        text-align: right;
    }
    .mbClose button {
        border: unset;
        background: unset;
        box-shadow: unset;
        color: #fff;
    }
    #mbSearch {
        padding: 12px;
    }
    #mbSearch .searchContent {
        width: 100%;
    }
    /* 手機選單_end */
    /* 主選單_start */
    .menuContainer {
        display: none;
    }
    /* 主選單_end */
    /* 頁尾_start */
    .mainNav {
        width: 100%;
        display: block;
        table-layout: inherit;
        padding: 24px 0 12px;
    }
    .mainNav li {
        position: relative;
    }
    .mainNav>li {
        display: inline-block;
        vertical-align: inherit;
        /* margin-top: 12px; */
        padding: 0;
        margin-bottom: 12px;
        width: 48%;
    }
    .mainNav>li>a::after {
        display: none;
    }
    .mainNav li a {
        border: 1px solid #eee;
        border-radius: 4px;
        padding: 4px 8px;
    }
    /* 頁尾公司資訊_start */
    .linkItem a {
        font-size: 12px;
    }
    /* 版權宣告/政策/網站地圖_start  */
    .copyrightPolicySitemapContent {
        padding-bottom: 80px;
    }
    /* 版權宣告/政策/網站地圖_end */
    footer {
        padding-bottom: 0;
    }
    .copyright .container {
        line-height: 1.6;
    }
    /* 頁尾_end */
    /* banner_start */
    /* .bannerText {
        left: 5%;
    } */
    .scrollBtn {
        left: initial;
    }
    /* banner_end */
    /* 常駐項_start */
    .floatMenuContainer {
        left: 0px;
        bottom: 0px;
        top: inherit;
        right: inherit;
        transform: inherit;
    }
    .floatMenuContainer ul {
        width: 100%;
        display: table;
        table-layout: fixed;
        background-color: #FFF;
        border-top: 1px solid #eee;
    }
    .floatMenuContainer ul li {
        margin-bottom: 0px;
        display: table-cell;
        vertical-align: middle;
        border-right: #eee solid 1px;
    }
    .floatMenuContainer ul li:nth-last-child(1) {
        border-right: none;
    }
    .floatMenuContainer ul li a {
        width: 100%;
        font-size: 12px;
        border: 0px;
        border-radius: 0;
        background-color: #000;
    }
    /* 常駐項_end */
    /* banner_start */
    .bannerText .txtTitle {
        font-size: 16px;
        font-weight: 500;
    }
    .bannerText .txtNormal {
        font-size: 12px;
    }
    .bannerText .txtSubtitle {
        font-size: 16px;
    }
    .bannerContent .owl-dots {
        bottom: 4px;
    }
    /* banner_end */
    /* news_start */
    ul.newsItemContent {
        display: block;
        width: 100%;
    }
    ul.newsItemContent li.newsItem .newsItemInner {
        display: block;
        width: 100%;
    }
    ul.newsItemContent li.newsItem .newsItemInner:first-child {
        width: 100%;
        margin-bottom: 4px;
    }
    /* news_end */
    .videoContent .owl-nav .owl-next {
        right: -4px;
    }
    .videoContent .owl-nav .owl-prev {
        left: -4px;
    }
    .footerLogo {
        margin-bottom: 12px;
    }
    .footerCustomContent {
        display: block;
        margin-bottom: 12px;
    }
    .companyInfoContent .innerRight {
        position: inherit;
        text-align: left;
    }
    .companyInfoBottomContent {
        padding: 0;
    }
    .copyright {
        padding: 0;
        font-size: 12px;
        text-align: center;
    }
    .productDtIntro .nav-item {
        font-size: 12px;
    }
    .imgControl {
        display: none;
    }
}

@media only screen and (max-width: 568px) {}

@media only screen and (max-width: 440px) {}

@media only screen and (max-width: 420px) {}