/* 基本設定_start */

.nopadding {
    padding: 0px !important;
}

.nomargin {
    margin: 0px !important;
}

.mobileShow {
    display: none!important;
}

.webShow {
    display: inherit;
}

.container1280 {
    max-width: 1280px;
}

.container1400 {
    max-width: 1400px;
}

.requirement {
    color: #FF0000!important;
    font-size: 18px;
}

.primary {
    color: #FF9900;
    font-weight: 500;
}

.bg-gray {
    background-color: rgba(165, 222, 228, .2);
}

.digital {
    font-family: 'Jura'!important;
}


/* 基本設定_end */


/* 編輯器設定_start */


/* 編輯器設定_end */


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

.headerContent {
    border-bottom: 1px solid #d8d8d8;
    background-color: #FFF;
}

.topFixedHeader {
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    border: unset;
    border-bottom: 4px solid #ff9900;
    z-index: 9999;
}

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

.pcLogo {
    width: unset;
    max-width: 124px;
    /* padding: 12px 24px; */
    margin: 0 auto;
    display: block;
}

.pcLogo a {
    display: block;
    /* max-height: 100%; */
}


/* 
.topInfo {
    background-color: #000;
}

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

.topInfoInner .searchContent {
    width: auto;
}

.topInfoInner .searchContentInner {
    height: auto;
}

.topInfoInner .searchContentInner .form-control {
    height: auto;
}

.topInfoInner .searchContent .searchBlock button {
    width: 100%;
    position: relative;
    padding-bottom: 100%;
}

.topInfoInner .searchContent.bmd-form-group {
    display: block;
}

.topInfoInner .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%);
}

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

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

.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::before {
    font-family: 'Material Icons';
    content: 'search';
    left: 12px;
    display: block;
    position: absolute;
}

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


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


/* 主選單_start */


/* .menuContainer {
    display: table;
    margin: 0 auto;
}

.menuContainerInner {
    display: table-cell;
    vertical-align: middle;
} */

#mainMenu {
    width: 100%;
    display: table;
    table-layout: fixed;
}

#mainMenu li {
    position: relative;
}

#mainMenu>li {
    display: table-cell;
    vertical-align: middle;
}

#mainMenu a {
    display: block;
    padding: 20px 12px;
    font-size: 18px;
    text-align: center;
    color: #000;
    background-color: #FFF;
    border-right: 1px solid #d8d8d8;
}

#mainMenu>li:first-child a {
    border-left: 1px solid #d8d8d8;
}


/* #mainMenu>li:last-child a {
    border-right: 0px solid #d8d8d8;
} */

.dropdownMenu {
    min-width: 100%;
    border: #eee solid 1px;
    position: absolute;
    z-index: 99;
    background-color: #FFF;
    left: 0px;
    visibility: hidden;
    opacity: 0;
    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;
}

#mainMenu a:hover {
    background-color: #000;
    color: #FFF;
}

#mainMenu a:hover svg * {
    fill: #FFF;
}

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

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

#mainMenu a.arrowDown {
    padding: 12px 16px 12px 12px;
}

.arrowDown {
    position: relative;
    padding: 12px 16px 12px 12px;
}

.arrowDown::before {
    font-family: 'Material Icons';
    content: 'keyboard_arrow_down';
    position: absolute;
    right: 2px;
    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 */


/* 頁尾選單 */

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

.companyInfoContentInner {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}


/* 公司資訊 */

.footerContent {
    padding: 36px 0;
    border-top: 1px solid #EEE;
}

.footerLogo {
    margin-bottom: 24px;
}

.footerLogo a {
    display: block;
    max-width: 320px;
    margin: 0 auto;
    padding: 8px;
}

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

.companyInfo ul li .txtSubtitle {
    margin-bottom: 8px;
    font-size: 20px;
    padding-left: 12px;
    border-left: 2px solid #ff9900;
}

.companyInfo ul li .txtNormal {
    margin-bottom: 4px;
    font-size: 18px;
    letter-spacing: 1px;
}

.policySitemap {
    background-color: #FFF;
    border: 1px solid #EEE;
}

.policySitemap ul {
    display: table;
    margin: 0 auto;
    padding: 0;
}

.policySitemap ul li {
    display: table-cell;
}

.policySitemap ul li a {
    display: block;
    width: 100%;
    font-size: 14px;
    padding: 12px 8px;
}

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

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

.copyright a {
    color: #ffcc00;
}

.copyright a:hover {
    color: #FFF;
}


/* 頁尾公司資訊_end */


/* 內容_start */

.contentTitle {
    text-align: center;
    padding-bottom: 18px;
    font-size: 36px;
    position: relative;
    margin-bottom: 18px;
    /* color:#0089A7; */
}

.contentTitle::after {
    content: '';
    background-color: #ff9900;
    width: 28px;
    height: 2px;
    border-radius: 2px;
    bottom: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.contentSubtitle {
    text-align: center;
    font-size: 24px;
    color: #222;
    margin-bottom: 16px;
}

.txtContent {
    line-height: 1.6;
    /* sample_start */
    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);
    padding: 8px;
    border-radius: 4px;
    margin-bottom: 20px;
    /* sample_start */
}

.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;
}

.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;
}

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

.hashTagGroup a:last-child {
    margin-right: 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: 36px;
    height: 36px;
}

.linkItem a {
    display: block;
}

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

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

.socialmediaContentInner .linkItem {
    margin: 0 auto;
}

.socialmediaContentInner .linkItem .linkItemIcon {
    margin: 0 auto 8px 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: 12px;
    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: #FFF;
    color: #000;
    border: 1px solid #EEE;
    border-radius: 4px;
}

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

.floatMenuContainer ul li a span {
    display: block;
    margin-bottom: 8px;
}

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

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


/* 常駐項_end */


/* banner_start */

.bannerItem {
    position: relative;
}

.bannerText {
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    top: 50%;
    left: 12px;
}


/* .bannerText .txtTitle {
    font-size: 48px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
    line-height: 1;
    font-weight: 300;
    color: #000;
}

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

.bannerText .txtNormal ul {
    line-height: 1.6;
    color: #000;
    letter-spacing: 1px;
    margin-bottom: 0;
    padding: 16px 0;
}

.bannerText .txtNormal ul li {
    margin-bottom: 16px;
    font-size: 24px;
}

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

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

.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: 8px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    left: 50%;
    position: absolute;
}

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


/* banner_end */


/* bookwaistContent_start */

.bookwaistContent {
    background-color: #f7f7f7;
    /* padding: 24px 12px; */
}

.bookwaistContent ul {
    padding: 24px 12px;
    border-right: 2px solid #ff9900;
}

.bookwaistContent ul li {
    margin-bottom: 16px;
    font-size: 20px;
    letter-spacing: 1px;
}

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


/* bookwaistContent_end */


/* keyInfoContent_start */

.keyInfoContent {
    background-color: #000;
    padding: 36px 12px;
    color: #FFF;
}

.keyInfoContent .txtNormal {
    line-height: 1.8;
    font-size: 20px;
    margin-bottom: 20px;
    text-align: justify;
}

.keyInfoContent .txtNormal:last-child {
    margin-bottom: 0;
}

.keyInfoContent ul {
    padding: 0;
}

.keyInfoContent ul li {
    margin-bottom: 20px;
    padding-left: 36px;
    position: relative;
    /* font-size: 28px; */
    letter-spacing: 1px;
    /* color: #FFF; */
}

.keyInfoContent ul li::after {
    position: absolute;
    font-family: 'Material Icons';
    content: 'done_all';
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    top: 50%;
}

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


/* keyInfoContent_end */


/* graphicContent_start */

.graphic {
    padding: 48px 16px;
    border-bottom: 1px solid #d8d8d8;
}

.graphicContent {
    display: flex;
    align-items: center;
}

.graphicContentInner {
    width: 50%;
    padding-right: 24px;
}

.graphicContentInner:last-child {
    padding-left: 0;
}

.graphicContentInner .txtTitle {
    font-size: 28px;
    margin-bottom: 16px;
}

.graphicContentInner .txtSubtitle {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.4;
}

.graphicContentInner ul {
    margin-bottom: 20px;
    padding: 0;
    /* display: flex;
    align-items: center; */
    list-style: inherit;
    padding-left: 28px;
}

.graphicContentInner ul li {
    margin-bottom: 4px;
    font-size: 20px;
    line-height: 1.8;
    /* letter-spacing: -1px; */
}

.graphicContentInner ul li span {
    padding: 8px 12px;
    background-color: #FFcc00;
    width: 64px;
    font-size: 16px;
    display: inline-block;
    color: #FFF;
    border-radius: 4px;
    margin-right: 8px;
    line-height: 1;
    text-align: center;
}


/* .graphicContentInner:last-child {
    text-align: center;
} */

.graphicContentInner .txtNormal {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 1.8;
}

.graphicContentInner .imgContent {
    position: relative;
    display: block;
    margin: 0 auto;
    /* width: 80%;
    padding-bottom: 80%; */
    width: 480px;
    height: 480px;
    border-radius: 4px;
    overflow: hidden;
}

.graphicContentInner .imgContent .imgInner {
    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%);
    display: block;
    width: 100%;
}

.graphicContentInner .imgContent .imgInner img {
    max-width: unset;
    width: 100%;
}

.personalContent {
    padding: 48px;
    /* border: 1px solid #FF0000; */
    text-align: center;
}

.personalContent .txtTitle {
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

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

.personalContent .imgInner {
    padding: 16px;
    border: 4px solid #ff9900;
    border-radius: 80%;
    position: relative;
    width: 80%;
    margin: 0 auto 20px auto;
    padding-bottom: 80%;
    overflow: hidden;
    margin-bottom: 16px;
}

.personalContent .imgInner img {
    top: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    left: 50%;
    position: absolute;
}


/* graphicContent_end */

.dataImgContent {
    padding: 12px;
}

.dataImgContent img {
    max-width: unset;
    width: 100%;
    margin: 0 auto;
}


/* 搜尋頁面_start */

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

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

.searchContent .selectBlock {
    width: 120px;
}

.searchContent .searchBlock {
    width: 80px;
}

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

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

.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;
}


/* 搜尋頁面_end */


/* 側選單設定_sideContnet_start */

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

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

.sideContnet>ul>li.active>.txtSubtitle {
    color: #000;
}

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

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

.sideInner a.txtSubtitle,
.sideInner .active {
    padding: 8px;
    display: block;
}

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

.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: #000;
    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 */


/* 產品通用設定_chartItem_start */

.chartItem {
    border-radius: 4px;
    padding: 24px 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);
    -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;
    background-color: #FFF;
}

.chartItem .ptImg {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    background-color: #fbfbfb;
    margin-bottom: 12px;
}

.chartItem .ptImg 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-width: unset;
    width: 100%;
}


/* 
.chartItem:hover {
    box-shadow: unset;
}

.chartItem:hover a {
    color: #FF9900;
} */

.chartImg {
    margin-bottom: 12px;
}

.chartImg .chartInner {
    position: relative;
    width: 320px;
    display: block;
    margin: 0 auto;
    height: 320px;
    background-color: #fbfbfb;
    overflow: hidden;
    border-radius: 100%;
}

.chartImg .chartInner::after {
    content: '';
    width: 320px;
    height: 320px;
    z-index: 9;
    display: block;
    background: transparent;
    border-radius: 100%;
    border-width: 12px;
    border-style: solid;
    border-color: #0089A7#0089A7 #0089A7 transparent;
    -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;
}

.chartInner .txtNormal {
    display: block;
    margin-bottom: 4px;
    font-size: 24px;
    color: #000;
}

.chartImg .chart02::after {
    border-color: transparent transparent transparent #3AB5E9;
}

.chartImg .chart03::after {
    border-color: #ffcc00 #ffcc00 #ffcc00 transparent;
}


/* 
.chartItem:hover .chartImg .chartInner::after {
    border-color: #FF9900#FF9900 #FF9900 transparent;
}

.chartItem:hover .chartImg .chart02::after {
    border-color: transparent transparent transparent #FF9900;
}

.chartItem:hover .chartImg .chart03::after {
    border-color: #FF9900#FF9900 #FF9900 transparent;
} */

.txtItem {
    padding: 12px;
    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%;
    top: 50%;
    position: absolute;
    text-align: center;
}

.chartImg .chartInner .txtSubtitle {
    font-size: 24px;
    margin-bottom: 4px;
}

.chartImg .chartInner .txtTitle {
    font-size: 68px;
    color: #ff9900;
}

.chartImg .chartInner 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: unset;
}


/* .itemName .txtTitle,
.itemName .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: 300;
} */

.itemName {
    margin-bottom: 8px;
    height: 60px;
    text-align: center;
}

.itemName .txtTitle {
    margin-bottom: 8px;
}

.ptModal {
    margin-bottom: 12px;
}

.ptDesc {
    width: 100%;
    margin: 0 auto;
}

.ptDesc ul {
    margin-bottom: 0px;
}

.ptDesc ul li {
    margin-bottom: 8px;
    font-size: 16px;
    padding-left: 24px;
    position: relative;
    line-height: 1.6;
}

.ptDesc ul li::after {
    font-family: 'Material Icons';
    content: 'task_alt';
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: 0;
    color: #FF9900;
    top: 50%;
}

.ptDesc .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.4;
    letter-spacing: 1px;
}


/* 產品通用設定_chartItem_start */

.serviceItem .itemName {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #d8d8d8;
    color: #FF9900;
}

.serviceItem .ptDesc {
    width: 200px;
}


/* .serviceItem .itemName::after {
    position: absolute;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    bottom: 0;
    background-color: #ff9900;
    width: 24px;
    height: 2px;
    border-radius: 1px;
} */

.serviceItem .itemName .txtTitle {
    margin-bottom: 0;
    font-size: 24px;
}


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

.bigImage .item .imgInner {
    position: relative;
    padding-bottom: 100%;
    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: unset;
    max-width: unset;
}

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

.imgControl .item .imgContent a {
    position: relative;
    padding-bottom: 100%;
    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: unset;
    width: unset;
}

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

.productDtIntro {
    margin-top: 12px;
}

.productDtIntro .nav {
    padding: 0 4px;
    display: table;
    width: auto;
}

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

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

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

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

.productDtIntro .tab-content .tab-pane {
    border: 1px solid #EEE;
    padding: 8px;
}


/* 產品詳細頁通用設定_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: unset;
}

.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: #FF9900;
    color: #fff;
    text-align: center;
    padding: 12px 24px;
    border-radius: 4px;
    font-size: 28px;
    letter-spacing: 1px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}

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

.formBtnContent {
    text-align: center;
}

.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: #FC0000;
    color: #FFF;
    text-align: center;
    padding: 8px 16px;
    border-radius: 4px;
    outline: unset;
    border: unset;
    display: none;
}

.formBtnReset:hover,
.formBtn:hover {
    background-color: #000;
    color: #FFF;
    box-shadow: unset;
}

.formBtn {
    display: inline-block;
    background-color: #ff9900;
    color: #fff;
    font-size: 24px;
    text-align: center;
    padding: 12px 24px;
    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;
}


/* 按鈕樣式_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;
}

.contactTel label {
    margin-bottom: 0;
}

.formContent {
    padding-bottom: 48px;
    /* background-color: rgba(166, 222, 228, .4); */
}


/* contact_end */

.normalInfoContent {
    padding: 48px 0;
    border-bottom: 1px solid #EEE;
}

@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) {
    .h-sm {
        height: 140px;
    }
    .h-md {
        height: 248px;
    }
    .h-xl {
        height: 320px;
    }
}

@media only screen and (max-width: 767px) {
    .owl-theme .owl-nav [class*=owl-] {
        padding: 4px;
    }
    /* logo/登入/註冊/詢價車/語系/搜尋_start */
    .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;
    }
    .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: 0px 12px;
    }
    .mbLogo a {
        display: block;
        width: 124px;
        margin: 0 auto;
    }
    .mbLogo a img {
        max-width: 100%;
    }
    .mbMenuBtn {
        width: 60px;
        background: #FFF;
    }
    .mbMenuBtn .navbar-toggler {
        width: 100%;
        height: 60px;
        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);
    }
    .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;
    }
    /* 手機選單_end */
    /* 主選單_start */
    .menuContainer {
        display: none;
    }
    /* 主選單_end */
    /* 頁尾_start */
    /* 頁尾公司資訊_start */
    .companyInfoContent {
        display: block;
        width: 100%;
        table-layout: unset;
    }
    .companyInfoContentInner {
        display: block;
        width: 100%;
    }
    .linkItem {
        padding: 0;
    }
    .linkItem a {
        font-size: 12px;
    }
    /* 版權宣告/政策/網站地圖_start  */
    .copyrightPolicySitemapContent {
        padding-bottom: 80px;
    }
    /* 版權宣告/政策/網站地圖_end */
    footer {
        padding-bottom: 60px;
    }
    .copyright .container {
        line-height: 1.6;
    }
    /* 頁尾_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;
    }
    /* 常駐項_end */
    /* banner_start */
    .bannerText .txtTitle {
        font-size: 24px;
    }
    .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;
    }
    .bannerContent {
        margin-top: 0;
    }
    .bannerText {
        position: inherit;
        transform: unset;
        top: unset;
        left: unset;
        padding: 16px 0;
    }
    .bannerText .txtNormal ul {
        padding: 16px 0;
    }
    .bannerText .txtNormal ul li {
        margin-bottom: 8px;
        font-size: 16px;
    }
    .bookwaistContent ul {
        padding: 12px;
    }
    .bookwaistContent ul li {
        margin-bottom: 8px;
        font-size: 16px;
        line-height: 1.8;
    }
    .chartImg .chartInner {
        width: 240px;
        height: 240px;
    }
    .chartImg .chartInner::after {
        width: 240px;
        height: 240px;
    }
    .chartImg .chartInner .txtSubtitle {
        font-size: 16px;
    }
    .chartImg .chartInner .txtTitle {
        font-size: 52px;
    }
    .chartInner .txtNormal {
        font-size: 18px;
    }
    .keyInfoContent ul li {
        font-size: 20px;
        line-height: 1.6;
    }
    .graphicContent {
        display: block;
        align-items: inherit;
    }
    .graphicContentInner {
        width: 100%;
        margin-bottom: 8px;
        padding-right: 0;
    }
    .graphicContentInner .txtTitle {
        font-size: 18px;
        margin-bottom: 12px;
    }
    .graphicContentInner .txtSubtitle {
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 12px;
    }
    .graphicContentInner ul {
        padding-left: 0;
        list-style: none;
    }
    .graphicContentInner ul li {
        font-size: 14px;
    }
    .graphic {
        padding: 24px 0;
    }
    .graphicContentInner ul li span {
        padding: 8px 0;
        width: 58px;
        font-size: 12px;
        margin-right: 4px;
    }
    .graphicContentInner .txtNormal {
        font-size: 14px;
        line-height: 1.6;
    }
    .graphicContentInner .imgContent {
        width: 100%;
        height: inherit;
    }
    .graphicContentInner .imgContent .imgInner {
        position: inherit;
        top: unset;
        left: unset;
        transform: unset;
    }
    .graphicContentInner .imgContent .imgInner img {
        width: 100%;
    }
    .contentSubtitle {
        line-height: 1.6;
    }
    .ptDesc ul {
        height: inherit;
    }
    .personalContent {
        padding: 12px;
    }
}

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

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

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