body, html { font-family: 'Puhui Regular'; color: rgba(96, 98, 102, 1); overflow-x: hidden; } @media (max-width: 768px) { body, html { font-size: 14px; } } p, div { font-family: 'Puhui Regular'; font-size: 16px; color: rgba(96, 98, 102, 1); line-height: 1.5; } @media (max-width: 768px) { p, div { font-size: 14px; } } a { transition: all 0.25s; color: rgba(243, 170, 60, 1); } a:hover { color: rgba(173, 104, 0, 1); } a:hover [class*="text-"] { color: rgba(173, 104, 0, 1); } .btn { padding-left: 26px; padding-right: 26px; border-radius: 0.25rem; } .btn-primary { background-color: rgba(243, 170, 60, 1); color: #FFFFFF; border-color: rgba(243, 170, 60, 1); } .btn-outline-primary { background: none; border-color: rgba(243, 170, 60, 1) !important; color: rgba(243, 170, 60, 1); } .btn-price { border: 1px solid rgba(243, 170, 60, 1); background-color: rgba(243, 170, 60, 1); color: #fff; } .btn:after { background: rgba(184, 111, 1, 1) !important; } .btn:hover { color: rgba(255, 255, 255, 1) !important; border: 1px solid rgba(184, 111, 1, 1) !important; background: transparent !important; } .btn-enquiry-dialog-button { width: 100%; background-color: rgba(243, 170, 60, 1); color: #FFFFFF; border-color: rgba(243, 170, 60, 1); } @media (min-width: 768px) { .section-neighbor + .section-neighbor { margin-top: 40px; } .section-margin { margin-top: 40px !important; margin-bottom: 40px !important; } .section-margin-top { margin-top: 40px !important; } .section-margin-bottom { margin-bottom: 40px !important; } .section-padding { padding-top: 40px !important; padding-bottom: 40px !important; } .section-padding-top { padding-top: 40px !important; } .section-padding-bottom { padding-bottom: 40px !important; } .section-padding-left { padding-left: 40px !important; } .section-padding-right { padding-right: 40px !important; } } .card { transition: all 0.25s; overflow: hidden; } .card:not(.no-shadow) { border-radius: 9px; box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1); } .card:not(.no-shadow):hover { box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2); } .card.no-shadow { box-shadow: none !important; border: 0 !important; } .card.no-shadow:hover { box-shadow: none !important; border: 0 !important; } .card-img-top { border-top-left-radius: 9px; border-top-right-radius: 9px; } .card-title { font-size: 16px; font-family: 'Puhui Regular'; color: rgba(96, 98, 102, 1); } .card-text { color: #909399; font-size: 16px; } .card.hide { overflow: hidden; } @media (max-width: 768px) { .card-title { font-size: 16px; } .card-text { font-size: 14px; } } .card-mask { position: absolute; width: 100%; height: 100%; left: 0; bottom: -100%; display: flex; padding: 1.5rem 2.5rem; z-index: 2; transition: all 0.25s; overflow: hidden; } .card-mask-content { width: 100%; height: 100%; position: relative; z-index: 3; } .card-mask-content * { color: #fff; } .card-mask:before { content: ''; position: absolute; width: 100%; height: 100%; left: 0; top: 0; z-index: 1; background-color: rgba(0, 0, 0, 0.6); opacity: .9; } .card:hover .card-mask { bottom: 0; } .tab-content .tab-pane { padding-top: 1.5rem; } @media (max-width: 768px) { .tab-content .tab-pane { padding-top: 1rem; } } .nav-tabs .nav-item { cursor: pointer; padding: 15px 24px; } .nav-tabs .nav-item.active { color: rgba(243, 170, 60, 1); border-bottom: 2px solid rgba(243, 170, 60, 1); } .form-control { border-radius: 0.25rem; } .sidebar h3 { border-bottom: 1px solid #DCDFE6; font-size: 16px; font-family: 'Puhui Regular'; } .sidebar .sidebar-catalog li .open-placeholder:after { border-color: #DCDFE6; } .sidebar .sidebar-catalog li a { font-size: 16px; color: rgba(96, 98, 102, 1); border-bottom: 1px solid #DCDFE6; } .sidebar .sidebar-catalog li a.active, .sidebar .sidebar-catalog li a:hover { color: rgba(243, 170, 60, 1); } .sidebar .sidebar-catalog li a.active:before, .sidebar .sidebar-catalog li a:hover:before { background-color: rgba(243, 170, 60, 1); } @media (max-width: 768px) { .sidebar h3 { font-size: 16px; } .sidebar .sidebar-catalog li a { font-size: 14px; } } .bread-crumb { background-color: #f8f8f8; padding-top: 1.5625rem; padding-bottom: 1.5625rem; } .bread-crumb .breadcrumb-item * { color: rgba(96, 98, 102, 1); } .bread-crumb .breadcrumb-item:hover * { color: rgba(173, 104, 0, 1); } @media (min-width: 768px) { .bread-crumb.left [class*="container"], .bread-crumb.right [class*="container"] { display: flex; align-items: center; justify-content: space-between; } .bread-crumb.left .breadcrumb { margin-left: 1rem; } .bread-crumb.right { align-items: flex-end; } .bread-crumb.right .text-heading { margin-left: 1rem; order: 2; } .bread-crumb.bottom .text-heading, .bread-crumb.center .text-heading { text-align: center; } .bread-crumb.bottom .breadcrumb, .bread-crumb.center .breadcrumb { justify-content: center; } .bread-crumb [class*="container"].solo { justify-content: flex-end; } } @media (max-width: 768px) { .bread-crumb { padding-top: 0.75rem; padding-bottom: 0.75rem; } } .slick.slick-card .slick-track { align-items: stretch; display: flex; } .slick.slick-card .slick-track .slick-slide { padding-top: 4px; padding-bottom: 4px; } .text-price { color: rgba(243, 170, 60, 1); } .text-secondary { color: #909399 !important; } .text-primary { color: rgba(243, 170, 60, 1) !important; } .text-headline { font-family: 'Puhui Regular'; font-size: 30px; } .text-heading { font-family: 'Puhui Regular'; font-size: 25px; color: #303133; font-weight: normal; } .text-heading label { color: rgba(243, 170, 60, 1)!important; } .text-subheading { font-family: 'Puhui Regular'; font-size: 12px; color: rgba(96, 98, 102, 1); font-weight: normal; } .text-content-heading { font-family: 'Puhui Regular'; font-size: 16px; font-weight: normal; } .text-menu { font-size: 16px; font-family: 'Puhui Regular'; [# th:if="${not #strings.isEmpty(weightMenu) && weightMenu== 'bold'}"] font-weight: bold; [/] } .text-body { font-family: 'Puhui Regular'; font-size: 16px; color: rgba(96, 98, 102, 1); word-wrap: break-word; word-break: break-word; } .text-body li, .text-body p { color: rgba(96, 98, 102, 1); word-wrap: break-word; word-break: break-word; } .text-body li:not(:last-child), .text-body p:not(:last-child) { margin-bottom: 0.5rem; } .text-body + .text-body { margin-top: 0.5rem; } [class*="text-"] + [class*="text-"] { margin-top: 0.5rem; } [class*="text-"] + .text-neighbor { margin-top: 40px; } @media (max-width: 768px) { [class*="text-"] + .text-neighbor { margin-top: 0.75rem; } } h1 { font-family: 'Puhui Regular'; font-size: 25px; color: #303133; } .section-paragraph-heading { font-family: 'Puhui Regular'; font-size: rgba(96, 98, 102, 1) !important; } @media (max-width: 768px) { h1 { font-size: 18px; } .text-headline { font-size: 20px; } .text-heading { font-size: 18px; } .text-subheading { font-size: 16px; } .text-content-heading { font-size: 16px; } .text-menu { font-size: 16px; } .text-body { font-size: 14px; } } .section-title-divider { display: flex; margin-left: auto; margin-right: auto; } .section-title-divider img { max-width: 100%; } .section-title-divider.has-line:after { content: ""; display: inline-block; border-top: 1px solid #DCDFE6; width: 2.5rem; } .section-title-divider.right { justify-content: flex-end; } .section-title-divider.center { justify-content: center; } .section-title [class^=text-] { margin-left: auto; margin-right: auto; } .section-title [class^=text-] + .section-title-divider { margin-top: 1.25rem; margin-bottom: 1.25rem; } .section-title [class^=text-] + .text-list { margin-top: 1.25rem; } .section-title .text-button { margin-top: 1rem; } .FvyQV3-content { position: absolute; left: 0; top: 0; z-index: 5; height: 100%; width: 100%; overflow: hidden; display: flex; } .FvyQV3-content .container { display: flex; position: relative; z-index: 26; padding: 1.5rem; } .FvyQV3-content .btn { margin-top: 1.5rem; } .FvyQV3-content:before { content: ""; position: absolute; width: 100%; height: 100%; z-index: 1; left: 0; top: 0; } .FvyQV3-content.left-top .container { padding-top: 2rem; } .FvyQV3-content.right-top .container { justify-content: flex-end; padding-top: 2rem; text-align: right; } .FvyQV3-content.center-top .container { justify-content: center; text-align: center; padding-top: 2rem; } .FvyQV3-content.left-center .container { align-items: center; } .FvyQV3-content.center .container { text-align: center; justify-content: center; align-items: center; } .FvyQV3-content.right-center .container { text-align: right; justify-content: flex-end; align-items: center; } .FvyQV3-content.left-bottom .container { align-items: flex-end; padding-bottom: 3rem; } .FvyQV3-content.center-bottom .container { text-align: center; justify-content: center; align-items: flex-end; padding-bottom: 3rem; } .FvyQV3-content.right-bottom .container { text-align: right; justify-content: flex-end; align-items: flex-end; padding-bottom: 3rem; } .FvyQV3 [class*="col-"] { display: flex; align-items: center; } @media (max-width: 1199.98px) { .FvyQV3-content .container { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; } .FvyQV3-content .text-headline { font-size: 1.25rem; } .FvyQV3-content .text-subheading { font-size: 1rem; } .FvyQV3-content .text-body { font-size: 0.875rem; } .FvyQV3-content [class*="text-"] + [class*="text-"] { margin: 0; } .FvyQV3-content .carousel-slide-area { width: 100%; } } @media (max-width: 768px) { .FvyQV3 [class*="col-"]:nth-child(odd) { order: 0; } .FvyQV3 [class*="col-"]:nth-child(even) { order: 1; } .FvyQV3 .btn { display: inline-block; width: auto; margin-top: 0.75rem; } .FvyQV3-content .container { padding-top: 0.75rem !important; padding-bottom: 0.75rem !important; } .FvyQV3-content .text-headline { font-size: 1rem; } .FvyQV3-content .text-subheading { font-size: 0.875rem; } .FvyQV3-content .text-body { font-size: 0.75rem; } .FvyQV3-content [class*="text-"] + [class*="text-"] { margin: 0; } }.ABFZNr .section-dialog-container.transparent { background: none; box-shadow: none; } .ABFZNr .section-title-divider + .text-heading { margin-top: 1.5rem; margin-bottom: 1.5rem; } .ABFZNr .section-title-divider + .text-list { margin-top: 1.5rem; } .ABFZNr .text-button { text-align: center; } .ABFZNr .text-button.vertical { margin-top: 1.5rem; } .ABFZNr .text-button.vertical .btn { width: 70%; max-width: 380px; } .ABFZNr .text-button.vertical p + p { margin: 1.5rem 0 0 0; } @media (max-width: 768px) { .ABFZNr .text-button.vertical .btn { width: 100%; max-width: 100%; } }.uMRnmy-tile .card-body { border-bottom-left-radius: 9px; border-bottom-right-radius: 9px; } .uMRnmy-list { background-color: #000; } .uMRnmy-list .embed-responsive-item { opacity: .6; transition: all 0.25s; } .uMRnmy-list-content { bottom: 1.25rem; position: absolute; left: 1rem; right: 1rem; } .uMRnmy-list-content .text-content-heading { color: #fff; } .uMRnmy-list-content h3 + .btn { margin-top: 0.5rem; } .uMRnmy-list:hover .embed-responsive-item { opacity: .8; transform: scale(1.05); }.mYZRnq-tile .card-body { border-bottom-left-radius: 9px; border-bottom-right-radius: 9px; } @media (min-width: 768px) { .mYZRnq .sidebar-right > .col-md-9 { padding-right: 3rem; } .mYZRnq .sidebar-left > .col-md-9 { padding-left: 3rem; } } .mYZRnq-list { margin-bottom: 1.25rem; padding-bottom: 1.25rem; border-bottom: 1px solid #DCDFE6; } @media (max-width: 768px) { .mYZRnq-list { border-bottom: 0; } .mYZRnq-list .row .col-md-3 { margin-bottom: 0.75rem; } } .mYZRnq-list:hover [class*="text-"] { color: rgba(243, 170, 60, 1); }.UZb2Af-next a { line-height: 2; color: rgba(96, 98, 102, 1); overflow: hidden; } .UZb2Af-next a:hover { color: rgba(173, 104, 0, 1); } .UZb2Af-next a:before { content: "\e61d"; font-family: "iconfont" !important; } .UZb2Af-next:not(.previous) { text-align: right; } .UZb2Af-next:not(.previous) a:before { content: "\e624"; float: right; } .UZb2Af .has-sidebar { padding-right: 2.1875rem; } .UZb2Af .slick-track { align-items: stretch; display: flex; } .UZb2Af .slick-track .slick-slide { padding-top: 4px; padding-bottom: 4px; } .UZb2Af-related { background-color: #f2f2f2; } .UZb2Af-detail-time { margin-bottom: 1.25rem; } .UZb2Af-detail-time i { vertical-align: middle; } .UZb2Af-detail-share { margin-bottom: 1.25rem; display: flex; } .UZb2Af-detail-summary { text-overflow: ellipsis; line-clamp: 3; display: -webkit-box; -webkit-line-clamp: 3; overflow: hidden; -webkit-box-orient: vertical; } .UZb2Af-detail-post h5 { font-size: 16px; font-family: 'Puhui Regular'; color: rgba(96, 98, 102, 1); overflow: hidden; text-overflow: ellipsis; display: -webkit-box; line-clamp: 3; -webkit-line-clamp: 3; -webkit-box-orient: vertical; } .UZb2Af-detail-post .embed-responsive { margin-right: 0.625rem; width: 5rem; } .UZb2Af-detail-post .embed-responsive img { border-radius: 9; } .UZb2Af-detail-post:not(:last-child) { border-bottom: 1px solid #DCDFE6; margin-bottom: 0.9375rem; padding-bottom: 0.9375rem; } .UZb2Af-detail-post:hover h5 { color: rgba(243, 170, 60, 1); } .UZb2Af .section-rich-text, .UZb2Af .section-rich-text * { line-height: 1.6; } .UZb2Af .section-rich-text + .UZb2Af-next { margin-top: 1.5rem; } .UZb2Af .slick-slider-thumbnail { margin-top: 1rem; } .UZb2Af .section-slide-round .slick-slider { margin-left: -15px; margin-right: -15px; } .UZb2Af .section-slide-round .slick-slider .slick-track { align-items: stretch; display: flex; } .UZb2Af .section-slide-round .slick-slider .slick-slide { margin-right: 15px; margin-left: 15px; padding-bottom: 15px; } @media (max-width: 768px) { .UZb2Af .section-slide-round .slick-slider { margin-left: -7.5px; margin-right: -7.5px; } .UZb2Af .section-slide-round .slick-slider .slick-slide { margin-right: 7.5px; margin-left: 7.5px; } } .UZb2Af-list .embed-responsive { width: 9.375rem; margin-right: 0.9375rem; } @media (max-width: 768px) { .UZb2Af-detail-share { display: block; } .UZb2Af-detail-share .btn { margin-top: 0.75rem; } .UZb2Af .col-md-8 { padding-left: 15px !important; padding-right: 15px !important; } }.jAVbYj-tile .card-body { border-bottom-left-radius: 9px; border-bottom-right-radius: 9px; } .jAVbYj-container.no-gutters { padding-left: 0; padding-right: 0; } .jAVbYj-list { background-color: #000; } .jAVbYj-list .embed-responsive-item { opacity: .6; transition: all 0.25s; } .jAVbYj-list-content { bottom: 1.25rem; position: absolute; left: 1rem; right: 1rem; } .jAVbYj-list-content .text-content-heading { color: #fff; } .jAVbYj-list-content h3 + .btn { margin-top: 0.5rem; } .jAVbYj-list:hover .embed-responsive-item { opacity: .8; transform: scale(1.05); }.qmee6n-tile .card-body { border-bottom-left-radius: 9px; border-bottom-right-radius: 9px; } .qmee6n .card .text-content-heading { text-overflow: ellipsis; line-clamp: 2; display: -webkit-box; -webkit-line-clamp: 2; overflow: hidden; -webkit-box-orient: vertical; } @media (min-width: 768px) { .qmee6n .sidebar-right > .col-md-9 { padding-right: 3rem; } .qmee6n .sidebar-left > .col-md-9 { padding-left: 3rem; } } .qmee6n-list { margin-bottom: 1.25rem; padding-bottom: 1.25rem; border-bottom: 1px solid #DCDFE6; } @media (max-width: 768px) { .qmee6n-list .row .col-md-3 { margin-bottom: 0.75rem; } } .qmee6n-list:hover [class*="text-"] { color: rgba(243, 170, 60, 1); }.YVrMNb .embed-responsive-player { z-index: 2; display: flex; justify-content: center; align-items: center; cursor: pointer; background: rgba(0, 0, 0, 0.2); } .YVrMNb .embed-responsive-player:before { font-family: "iconfont" !important; content: "\e64b"; font-size: 3.75rem; color: rgba(255, 255, 255, 0.5); transition: all 0.25s; } .YVrMNb .embed-responsive-player:hover:before { color: rgba(255, 255, 255, 0.7); } .YVrMNb .video-iframe:not(.active) { opacity: 0; } .YVrMNb .video-iframe.active { z-index: 5; } .YVrMNb .slider-player { transition: all 0.3s; border: 1px solid rgba(0, 0, 0, 0.15); } .YVrMNb .slider-player:hover { border-left-color: rgba(0, 0, 0, 0.4); } .YVrMNb .slider-player:before { content: ""; width: 0; height: 0; top: calc(50% - 10px); left: calc(50% - 5px); position: absolute; border-top: 0.625rem solid rgba(0, 0, 0, 0); border-bottom: 0.625rem solid rgba(0, 0, 0, 0); border-left: 0.625rem solid rgba(0, 0, 0, 0.2); border-right: 0.625rem solid rgba(0, 0, 0, 0); transition: all 0.5s; z-index: 2; } .YVrMNb-section .table-spec { margin: 0; } .YVrMNb-section:not(:last-child) { padding-bottom: 1.5rem; margin-bottom: 1.5rem; border-bottom: 1px solid #DCDFE6; } .YVrMNb-section .text-content-heading { margin-bottom: 0.5rem; } .YVrMNb-section .text-normal { margin-top: 0.75rem; } .YVrMNb-section .btn-buy { padding-left: 0.75rem; padding-right: 0.75rem; margin: 0 0.75rem 0.75rem 0; } .YVrMNb h1 + .YVrMNb-section { margin-top: 0.75rem; } .YVrMNb-mosaic { margin-left: -9px; margin-right: -9px; } .YVrMNb-mosaic .embed-responsive { cursor: pointer; } .YVrMNb-mosaic p { text-align: center; margin-top: 5px; } .YVrMNb .text-heading + .YVrMNb-section { margin-top: 1.5rem; } .YVrMNb-related { background-color: #f8f8f8; } .YVrMNb .related-card { margin-top: 1rem; } .YVrMNb-next a { line-height: 2; color: rgba(96, 98, 102, 1); overflow: hidden; } .YVrMNb-next a:hover { color: rgba(173, 104, 0, 1); } .YVrMNb-next:not(.previous) { text-align: right; } .YVrMNb-next:not(.previous) a:before { float: right; } .YVrMNb .has-sidebar { padding-right: 2.1875rem; } .YVrMNb-detail-time { margin-bottom: 1.25rem; } .YVrMNb-detail-time i { vertical-align: middle; } .YVrMNb-detail-share { margin-bottom: 1.25rem; display: flex; } .YVrMNb-vertical .text-content-heading { font-weight: bold; margin-bottom: 1rem; } .YVrMNb-vertical .table { margin: 0; } .YVrMNb-vertical:not(:last-child) { margin-bottom: 1.5rem; } .YVrMNb-detail-summary { text-overflow: ellipsis; line-clamp: 3; display: -webkit-box; -webkit-line-clamp: 3; overflow: hidden; -webkit-box-orient: vertical; } .YVrMNb .section-rich-text, .YVrMNb .section-rich-text * { line-height: 1.6; } .YVrMNb .section-rich-text + .YVrMNb-next { margin-top: 1.5rem; } .YVrMNb-down .ic-affix { user-select: none; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; color: rgba(96, 98, 102, 1); } .YVrMNb-down .ic-affix:hover { color: rgba(243, 170, 60, 1); } .YVrMNb-down .ic-affix:hover label { color: rgba(243, 170, 60, 1); } .YVrMNb-down .ic-affix label { padding: 0.375rem 0; white-space: nowrap; display: inline-block; vertical-align: middle; cursor: pointer; font-size: 16; color: rgba(96, 98, 102, 1); } .YVrMNb-down .input-group { margin-top: 10px; max-width: 375px; } .YVrMNb-down .input-group:not(.active) { display: none; } .YVrMNb .cover-border { border: 1px solid rgba(255, 255, 255, 0.1); } .YVrMNb-price-table { width: auto; margin: 6px 0 0 0; } .YVrMNb-variant { display: flex; } .YVrMNb-variant dt { width: 100px; padding: 0.25rem 0; } .YVrMNb-variant dd { display: flex; flex-wrap: wrap; } .YVrMNb-variant .variant-label { border: 1px solid #c5c8cf; background-color: #fff; padding: 0.25rem 0.5rem; margin: 0 0.625rem 0.625rem 0; overflow: hidden; font-size: 0.875rem; cursor: pointer; display: flex; align-items: center; } .YVrMNb-variant .variant-label img { width: 2.5rem; height: 2.5rem; margin: -0.25rem 0.25rem -0.25rem -0.25rem; } .YVrMNb-variant .variant-label.active { border-color: rgba(243, 170, 60, 1); color: rgba(243, 170, 60, 1); } .YVrMNb-variant .variant-label.disabled { color: #cfcfcf; cursor: default; } .YVrMNb .nav-tabs { border-bottom: 1px solid #DCDFE6; flex-wrap: nowrap; white-space: nowrap; } .YVrMNb .nav-tabs .nav-item { border: 0; } .YVrMNb .nav-tabs .nav-item.active { font-weight: bold; } .YVrMNb .related-heading { font-size: 16; padding: 15px 0; border-bottom: 1px solid #DCDFE6; } .YVrMNb .related-heading + .YVrMNb-post { margin-top: 1rem; } .YVrMNb-post h5 { font-size: 16px; font-family: 'Puhui Regular'; color: rgba(96, 98, 102, 1); overflow: hidden; text-overflow: ellipsis; display: -webkit-box; line-clamp: 3; -webkit-line-clamp: 3; -webkit-box-orient: vertical; } .YVrMNb-post .embed-responsive { margin-right: 0.625rem; width: 5rem; } .YVrMNb-post .embed-responsive img { border-radius: 9; } .YVrMNb-post:not(:last-child) { border-bottom: 1px solid #DCDFE6; margin-bottom: 0.9375rem; padding-bottom: 0.9375rem; } .YVrMNb-post:hover h5 { color: rgba(243, 170, 60, 1); } @media (min-width: 768px) { .YVrMNb-param-item.left:last-child { padding-left: 60px; } .YVrMNb-param-item.right:last-child { padding-right: 60px; } } @media (max-width: 768px) { .YVrMNb-price-table { width: 100%; } .YVrMNb .nav-tabs { overflow-x: auto; } .YVrMNb-detail-share { display: block; } .YVrMNb-detail-share .btn { margin-top: 0.75rem; } .YVrMNb .col-md-8 { padding-left: 15px !important; padding-right: 15px !important; } } .sku-group .sku-group-item .sku-group-name { margin-bottom: 0; } .sku-group .sku-group-item:not(:last-child) { margin-bottom: 1rem; } .sku-group .sku-group-item .sku-group-property { padding: 0; margin: 0; } .sku-group .sku-group-item .sku-group-property .sku-group-key { border: 1px #c5c8cf solid; background-color: #fff; border-radius: 3px; padding: 4px 8px; margin: 10px 10px 0 0; display: inline-block; text-align: center; overflow: hidden; vertical-align: middle; cursor: pointer; } .sku-group .sku-group-item .sku-group-property .sku-group-key.active { background-color: rgba(243, 170, 60, 1); border-color: rgba(243, 170, 60, 1); color: #fff; } .sku-group .sku-group-item .sku-group-property .sku-group-key.disabled { color: #cfcfcf; cursor: default; }.qYz22e-down .ic-affix { user-select: none; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; color: rgba(96, 98, 102, 1); } .qYz22e-down .ic-affix:hover { color: rgba(243, 170, 60, 1); } .qYz22e-down .ic-affix:hover label { color: rgba(243, 170, 60, 1); } .qYz22e-down .ic-affix label { padding: 0.375rem 0; white-space: nowrap; display: inline-block; vertical-align: middle; cursor: pointer; font-size: 16; color: rgba(96, 98, 102, 1); } .qYz22e-down .input-group { margin-top: 10px; max-width: 375px; } .qYz22e-down .input-group:not(.active) { display: none; } .qYz22e-item { margin-bottom: 1.5rem; padding-bottom: 1.5rem; border-bottom: 1px solid #DCDFE6; } @media (min-width: 768px) { .qYz22e .input-group { width: 300px; } .qYz22e .input-group:not(.active) .form-control { display: none; } }.j6EFJ3-container { text-align: center; padding-top: 5rem; padding-bottom: 5rem; } @media (max-width: 768px) { .j6EFJ3-container { padding-top: 3.75rem; padding-bottom: 3.75rem; } } .j6EFJ3-404 { color: rgba(243, 170, 60, 1); font-size: 5rem; }.nmiIRv-container { text-align: center; padding-top: 5rem; padding-bottom: 5rem; } @media (max-width: 768px) { .nmiIRv-container { padding-top: 3.75rem; padding-bottom: 3.75rem; } } .nmiIRv-container i { color: #28a745; font-size: 5rem; }.qMfuIj { display: flex; height: 100vh; justify-content: center; align-items: center; }.Mjmyyi { min-height: 100vh; overflow: hidden; } @media (min-width: 768px) { .Mjmyyi-margin { margin-left: 5.28rem; margin-right: 5.28rem; } } @media (min-width: 992px) { .Mjmyyi-margin { margin-left: 6.82rem; margin-right: 6.82rem; } } @media (min-width: 1200px) { .Mjmyyi-margin { margin-left: 8.25rem; margin-right: 8.25rem; } } @media (min-width: 1600px) { .Mjmyyi-margin { margin-left: 11rem; margin-right: 11rem; } } .Mjmyyi-logo { max-height: 3.75rem; } .Mjmyyi-fluid { border-radius: 0.25rem; position: relative; box-shadow: 0 0.125rem 2.125rem rgba(0, 0, 0, 0.0784313725); background-color: #fff; margin-top: 8vh; margin-bottom: 1rem; } @media (max-width: 768px) { .Mjmyyi-fluid { margin-top: 0; } .Mjmyyi-fluid { box-shadow: none; } } .Mjmyyi-fluid-content { position: relative; min-height: 84vh; } .Mjmyyi-copyright { text-align: right; } .Mjmyyi-copyright p + p { margin: 0 !important; } .Mjmyyi-copyright a + a { margin-left: 0.75rem; } @media (max-width: 768px) { .Mjmyyi-copyright { text-align: center; } } .Mjmyyi .slick { position: absolute; height: 92vh; clip-path: polygon(100% 0, 91% 100%, 0 100%, 0 0); top: -4vh; width: 50%; } @media (max-width: 768px) { .Mjmyyi .slick { display: none !important; } } .Mjmyyi .slick .slick-slide { height: 92vh; } .Mjmyyi .slick img { position: absolute; width: 100%; height: 100%; object-fit: cover; object-position: center; transition: all 0.25s; } .Mjmyyi .slick .slick-dots { bottom: 20px; justify-content: start; left: 2rem; } .Mjmyyi form { margin-top: 1rem; } .Mjmyyi .login-with-google { margin-left: 0.5rem; cursor: pointer; } .Mjmyyi-panel { width: 100%; padding: 1.5rem; } @media (min-width: 768px) { .Mjmyyi-panel { padding: 3rem 0; position: relative; width: 20rem; margin-left: 75%; transform: translateX(-50%); } } .Mjmyyi-panel:not(.active) { display: none; } .Mjmyyi .btn-link { color: rgba(243, 170, 60, 1); cursor: pointer; } .Mjmyyi .m-t-75 { margin-top: 0.75rem; } .Mjmyyi .text-tips { margin-top: 0.75rem; font-size: 0.75rem; line-height: 1.125rem; } .Mjmyyi .form-group.form-danger * { color: #dc3545 !important; }.uUzaMn-label { display: inline-block; padding: 0.5rem 0.75rem; }.RJv6J3-title { font-family: 'Puhui Regular'; font-size: 16; color: rgba(96, 98, 102, 1); margin-bottom: 20px; } .RJv6J3-nothing h5 { font-family: 'Puhui Regular'; font-size: 16; color: #909399; } .RJv6J3-nothing p { color: #909399; } .RJv6J3-nothing:not(.active) { display: none; } .RJv6J3-container { min-height: 150px; } .RJv6J3-block { margin-top: 40px; }.vUruam-tile .card-body { border-bottom-left-radius: 9px; border-bottom-right-radius: 9px; } .vUruam-list { margin-bottom: 1.25rem; padding-bottom: 1.25rem; border-bottom: 1px #DCDFE6; } .vUruam-list:hover [class*="text-"] { color: rgba(243, 170, 60, 1); }.vQrQB3-content { position: absolute; left: 0; top: 0; z-index: 5; height: 100%; width: 100%; overflow: hidden; display: flex; } .vQrQB3-content .container { display: flex; position: relative; z-index: 26; padding: 1.5rem; } .vQrQB3-content [class*=text-] + .text-button { margin-top: 1.5rem; } .vQrQB3-content:before { content: ""; position: absolute; width: 100%; height: 100%; z-index: 1; left: 0; top: 0; } .vQrQB3-content.left-top .container { padding-top: 2rem; } .vQrQB3-content.right-top .container { justify-content: flex-end; padding-top: 2rem; text-align: right; } .vQrQB3-content.center-top .container { justify-content: center; text-align: center; padding-top: 2rem; } .vQrQB3-content.left-center .container { align-items: center; } .vQrQB3-content.center .container { text-align: center; justify-content: center; align-items: center; } .vQrQB3-content.right-center .container { text-align: right; justify-content: flex-end; align-items: center; } .vQrQB3-content.left-bottom .container { align-items: flex-end; padding-bottom: 3rem; } .vQrQB3-content.center-bottom .container { text-align: center; justify-content: center; align-items: flex-end; padding-bottom: 3rem; } .vQrQB3-content.right-bottom .container { text-align: right; justify-content: flex-end; align-items: flex-end; padding-bottom: 3rem; } .vQrQB3-slide-area { position: relative; z-index: 2; white-space: normal; } .vQrQB3-slide.effect-fade-out .carousel-slide-item:first-child { z-index: 900; } .vQrQB3-c { position: relative; display: block; width: 100%; padding: 0; margin: 0; overflow: hidden; } .vQrQB3-c:before { display: block; content: ""; } .vQrQB3-c-item { position: absolute; top: 0; bottom: 0; left: 0; width: 100%; height: 100%; border: 0; } .vQrQB3-c-29by5:before { padding-top: 17.2413793103%; } .vQrQB3-c-17by5:before { padding-top: 29.4117647059%; } .vQrQB3-c-13by5:before { padding-top: 38.4615384615%; } .vQrQB3-c-2by1:before { padding-top: 50%; } .vQrQB3-c img { object-fit: cover; object-position: center; transition: all 0.25s; } @media (max-width: 1199.98px) { .vQrQB3-content .container { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; } .vQrQB3-content .text-headline { font-size: 1.25rem; } .vQrQB3-content .text-subheading { font-size: 1rem; } .vQrQB3-content .text-body { font-size: 0.875rem; } .vQrQB3-content [class*=text-] + [class*=text-] { margin: 0; } .vQrQB3-content [class*=text-] + .text-button { margin-top: 1rem; } .vQrQB3-content .carousel-slide-area { width: 100%; } } @media (max-width: 768px) { .vQrQB3-content .container { padding-top: 0.75rem !important; padding-bottom: 0.75rem !important; } .vQrQB3-content .text-headline { font-size: 1rem; } .vQrQB3-content .text-subheading { font-size: 0.875rem; } .vQrQB3-content .text-body { font-size: 0.75rem; } .vQrQB3-content [class*=text-] + [class*=text-] { margin: 0; } .vQrQB3-content .carousel-slide-area { width: 100%; } .vQrQB3-c:not(.alone).mob-21by9:before { padding-top: 42.8571428571%; } .vQrQB3-c:not(.alone).mob-16by9:before { padding-top: 56.25%; } .vQrQB3-c:not(.alone).mob-4by3:before { padding-top: 75%; } .vQrQB3-c:not(.alone).mob-1by1:before { padding-top: 100%; } .vQrQB3-c:not(.alone).mob-9by21:before { padding-top: 233.3333333333%; } .vQrQB3-c:not(.alone).mob-9by16:before { padding-top: 177.7777777778%; } .vQrQB3-c:not(.alone).mob-3by4:before { padding-top: 133.3333333333%; } .vQrQB3-c:not(.alone).mob-5by4:before { padding-top: 80%; } .vQrQB3-c:not(.alone).mob-4by5:before { padding-top: 125%; } .vQrQB3-c:not(.alone).mob-29by5:before { padding-top: 17.2413793103%; } .vQrQB3-c:not(.alone).mob-17by5:before { padding-top: 29.4117647059%; } .vQrQB3-c:not(.alone).mob-13by5:before { padding-top: 38.4615384615%; } .vQrQB3-c:not(.alone).mob-2by1:before { padding-top: 50%; } .vQrQB3 .alone { padding-bottom: 1.5rem; } .vQrQB3 .alone:before { display: none; } .vQrQB3 .alone .vQrQB3-c-item { display: block; position: relative; } .vQrQB3 .alone .vQrQB3-content { position: relative; display: block; } .vQrQB3 .alone .vQrQB3-content:before { display: none; } .vQrQB3 .alone .vQrQB3-content .container { display: block; text-align: left; justify-content: flex-start; } .vQrQB3 .alone .vQrQB3-content .container .slick-slide-area { width: 100%; margin-left: 0; } .vQrQB3 .alone .vQrQB3-content [class*=text-] { color: rgba(96, 98, 102, 1); } }.u2EN3m-card { position: relative; background-color: #1F242C; margin-left: 40%; right: 0; display: flex; padding-top: 5rem; padding-bottom: 5rem; border-top-left-radius: 0.625rem; border-bottom-left-radius: 0.625rem; } @media (max-width: 768px) { .u2EN3m-card { display: block; margin: 0; width: 100%; padding: 0; border-bottom-right-radius: 0.625rem; border-top-left-radius: 0; } } .u2EN3m-card:hover .embed-responsive-item { transform: scale(1.05); } .u2EN3m .embed-responsive { width: 80%; margin-left: -67%; border-top-right-radius: 0.625rem; border-bottom-right-radius: 0.625rem; } @media (max-width: 768px) { .u2EN3m .embed-responsive { width: 100%; margin-left: 0; border-top-right-radius: 0; border-bottom-right-radius: 0; } } .u2EN3m .section-title { padding: 0 4rem; flex: 1; } @media (max-width: 768px) { .u2EN3m .section-title { padding: 1rem 1.5rem; } } .u2EN3m .media { border: 2px solid rgba(255, 255, 255, 0.5); border-radius: 0.5625rem; padding: 1rem; transition: all 0.25s; } .u2EN3m .media:hover { transform: translateY(-0.5rem); } @media (max-width: 768px) { .u2EN3m .media { border: 1px solid rgba(255, 255, 255, 0.5); border-radius: 0.3125rem; padding: .75rem; } } .u2EN3m .media-icon img { width: 5rem; } @media (max-width: 768px) { .u2EN3m .media-icon img { width: 4rem; } } .u2EN3m .media-icon + .media-body { padding-left: 2rem; } @media (max-width: 768px) { .u2EN3m .media-icon + .media-body { padding-left: 1rem; } } .u2EN3m .media:not(:last-child) { margin-bottom: 2rem; } @media (max-width: 768px) { .u2EN3m .media:not(:last-child) { margin-bottom: 1rem; } } .u2EN3m [class*="text-"] { color: #fff; } .u2EN3m [class*="text-"] + .text-btn { margin-top: 1.5rem; } .u2EN3m [class*="text-"] + .media { margin-top: 2rem; } @media (max-width: 768px) { .u2EN3m [class*="text-"] + .media { margin-top: 1rem; } }.eUvUZ3 .inquiry-form-office dt + dd { margin-top: 0.75rem; } .eUvUZ3 .inquiry-form-office dd { line-height: 1.5; } .eUvUZ3 .inquiry-form-office dd + dd { margin-top: 0.5rem; } .eUvUZ3 .enquiry-dialog-footer { padding-top: 0.75rem; } .eUvUZ3 dl + dl { margin-top: 1rem; } .eUvUZ3 dl:not(:last-child) { margin-bottom: 1.25rem; padding-bottom: 1.25rem; border-bottom: 1px solid #DCDFE6; } @media (max-width: 768px) { .eUvUZ3 .enquiry-form .form-group { flex: 0 0 100%; max-width: 100%; } }.Ijaqeu-item { border-radius: 10px; width: 100%; } .Ijaqeu-item + .Ijaqeu-item { margin-top: 1.5rem; } .Ijaqeu .row.row-small-gutter img + img { margin-top: 0.75rem; } .Ijaqeu .card { border-radius: 10px; z-index: 1; width: 100%; margin-left: 5rem; } .Ijaqeu .card-body { padding: 4rem; } @media (max-width: 768px) { .Ijaqeu .card-body { padding: 1.5rem; } } @media (max-width: 768px) { .Ijaqeu .card { margin-left: 0; } .Ijaqeu [class*=col-]:nth-child(2) { padding-top: 1.5rem; } }.miyUFr .center .miyUFr-describe { text-align: center; } .miyUFr .center .miyUFr-describe, .miyUFr .center .embed-responsive { margin-right: auto; margin-left: auto; } .miyUFr .right .miyUFr-describe { text-align: right; } .miyUFr .right .miyUFr-describe, .miyUFr .right .embed-responsive { margin-left: auto; } .miyUFr .embed-responsive + .miyUFr-describe { margin-top: 0.75rem; }.VrAVV3-card { background-color: #f9f9f9; text-align: center; padding: 3rem 1.875rem; height: 100%; } .VrAVV3-card:hover .text-content-heading { color: rgba(173, 104, 0, 1) !important; } .VrAVV3 .text-content-heading { transition: all 0.25s; } .VrAVV3 img { max-width: 100%; height: 3.125rem; } .VrAVV3 img + [class*="text-"] { margin-top: 1rem; } .VrAVV3 .text-body + .text-body { margin-top: 0; }.Rr63Ab .row .col-12 { position: relative; display: flex; padding-left: 3.75rem; padding-right: 3.75rem; } .Rr63Ab .row.divider .col-12:not(:last-child):after { content: ''; border-right: 1px solid #eee; position: absolute; right: 0; height: 50%; top: 25%; } .Rr63Ab-digit { transition: all 0.25s; font-size: 2.5rem; } .Rr63Ab-text { margin-top: 0.5rem; } .Rr63Ab sub { font-family: 'Puhui Regular'; font-size: 16; margin-left: 0.25rem; } @media (max-width: 768px) { .Rr63Ab .row .col-12 { padding-left: 0.75rem; padding-right: 0.75rem; justify-content: flex-start !important; } .Rr63Ab .row .col-12:not(:last-child) { margin-bottom: 0.75rem; border-bottom: 1px solid #eee; padding-bottom: 0.75rem; } .Rr63Ab .row .col-12:after { display: none; } .Rr63Ab-digit { font-size: 1.5rem; } }.Zb2EZv-map { min-height: 28.125rem; border: 0; width: 100%; } .Zb2EZv-contact { position: relative; z-index: 1; } .Zb2EZv .text-content-heading + form { margin-top: 1rem; } .Zb2EZv .media .media-icon { display: flex; align-items: center; } .Zb2EZv .media .media-icon i { font-size: 2.5rem; color: rgba(243, 170, 60, 1); } .Zb2EZv .media .media-icon + .media-body { margin-left: 1.5rem; } .Zb2EZv .media .media-icon img { width: 2.5rem; height: 2.5rem; border-radius: 1.25rem; } .Zb2EZv .media h3 { font-family: 'Puhui Regular'; font-size: 16px; color: rgba(243, 170, 60, 1); font-weight: bold; } .Zb2EZv .media h3 + p { margin-top: 0.4rem; } .Zb2EZv .media label { font-weight: bold; } .Zb2EZv .media + .media { margin-top: 1.5rem; } .Zb2EZv-form { border-radius: 0.25rem; padding: 2.5rem; background-color: rgba(243, 170, 60, 1); margin-bottom: calc(40 * -1px); } @media (min-width: 768px) { .Zb2EZv-form { margin-bottom: -13rem; } }.MJFFjm .section-title { background-color: #fff; } @media (min-width: 992px) { .MJFFjm .section-title { width: 40%; padding: 4.5rem; top: 50%; transform: translateY(-50%); z-index: 2; position: absolute; } .MJFFjm .section-title [class*="text-"] + .text-btn { margin-top: 2rem; } .MJFFjm-item { position: relative; } .MJFFjm-item .embed-responsive { width: auto; } .MJFFjm-item:nth-child(even) .section-title { right: 0.75rem; } .MJFFjm-item:nth-child(even) .embed-responsive { margin-right: 18%; } .MJFFjm-item:nth-child(odd) .section-title { left: 0.75rem; } .MJFFjm-item:nth-child(odd) .embed-responsive { margin-left: 18%; } .MJFFjm-item.container-fluid:nth-child(even) .section-title { right: 0; } .MJFFjm-item.container-fluid:nth-child(odd) .section-title { left: 0; } .MJFFjm-item:hover .embed-responsive img { transform: scale(1.1); } .MJFFjm-item:hover .btn { color: rgba(255, 255, 255, 1) !important; border: 1px solid rgba(184, 111, 1, 1) !important; background: transparent !important; } .MJFFjm-item:hover .btn:after { width: 100%; } .MJFFjm-item:hover .text-heading { color: rgba(173, 104, 0, 1); } .MJFFjm.left .MJFFjm-item:nth-child(even) .section-title { left: 0.75rem; right: auto; } .MJFFjm.left .MJFFjm-item:nth-child(even) .embed-responsive { margin-left: 18%; margin-right: 0; } .MJFFjm.left .MJFFjm-item:nth-child(odd) .section-title { left: auto; right: 0.75rem; } .MJFFjm.left .MJFFjm-item:nth-child(odd) .embed-responsive { margin-left: 0; margin-right: 18%; } .MJFFjm.left .container-fluid:nth-child(even) .section-title { left: 0; } .MJFFjm.left .container-fluid:nth-child(odd) .section-title { right: 0; } } @media (max-width: 1140px) { .MJFFjm .section-title { padding: 1.5rem; } .MJFFjm-item { position: relative; } .MJFFjm-item .embed-responsive { margin-left: auto !important; margin-right: auto !important; width: 100%; } .MJFFjm-item .section-title + .embed-responsive { margin-top: 1rem; } }.beIJNz-counter { margin-top: 2.875rem; } .beIJNz-counter-digit { font-size: 2.5rem; font-family: 'Puhui Regular'; } .beIJNz-counter-describe { font-size: 1rem; font-family: 16; } .beIJNz-counter-unit { font-family: 'Puhui Regular'; font-size: 16; margin-left: 0.25rem; vertical-align: text-top; } .beIJNz .text-primary { margin-left: 0.75rem; } .beIJNz form.light { background-color: rgba(243, 170, 60, 1); } .beIJNz form.light ::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.6); } .beIJNz form.light :-moz-placeholder { color: rgba(255, 255, 255, 0.6); } .beIJNz form.light ::-moz-placeholder { color: rgba(255, 255, 255, 0.6); } .beIJNz form.light :-ms-input-placeholder { color: rgba(255, 255, 255, 0.6); } .beIJNz form.light .text-heading, .beIJNz form.light .break-word, .beIJNz form.light .form-label, .beIJNz form.light label { color: #fff; } .beIJNz form.light .form-label { font-size: 16; } .beIJNz form.light .form-control { background: none; font-size: 0.8rem !important; border-color: #fff; color: #fff; border-radius: 0.25rem !important; } .beIJNz form.light .form-control:focus { background-color: rgba(0, 0, 0, 0.3); } .beIJNz form.light .form-control.is-invalid { border: 1px solid red; background-color: rgba(255, 0, 0, 0.1); } .beIJNz form.light .form-control.is-valid { border: 1px solid #28a745; background-color: rgba(255, 0, 0, 0.1); } .beIJNz form.light .file-upload { color: #fff; } .beIJNz form.light .file-upload .file-upload-placeholder { color: #fff; } .beIJNz form.light .file-upload .file-upload-selected { color: #fff; } .beIJNz form.light .file-upload .file-upload-selected label { color: #fff; } .beIJNz form.light .file-upload .file-upload-selected label:before { color: #ced4da; } .beIJNz form.light .file-upload .file-upload-selected p { color: #fff; } .beIJNz form.normal .file-upload { background-color: #fff; } .beIJNz .file-upload { position: relative; text-align: center; color: #6c757d; border: 1px solid #ced4da; padding-top: 15px; padding-bottom: 15px; border-radius: 0.25rem; } .beIJNz .file-upload .file-upload-placeholder { color: #6c757d; height: 66px; position: absolute; width: 100%; left: 0; top: 10px; } .beIJNz .file-upload .file-upload-placeholder input[type='file'] { position: absolute; left: 0; top: 0; height: 100%; width: 100%; opacity: 0; z-index: 5; cursor: pointer; } .beIJNz .file-upload .file-upload-placeholder:before { display: block; font-family: "fo" !important; content: "\e60b"; font-size: 30px; } .beIJNz .file-upload .file-upload-placeholder.hide { display: none; } .beIJNz .file-upload .file-upload-selected { position: relative; height: 66px; z-index: 2; display: flex; justify-content: center; align-items: center; opacity: 0; transition: all 0.5s; color: #6c757d; } .beIJNz .file-upload .file-upload-selected label { position: absolute; right: 10px; top: 10px; width: 30px; height: 30px; overflow: hidden; cursor: pointer; color: #6c757d; } .beIJNz .file-upload .file-upload-selected label:before { line-height: 30px; color: #ced4da; font-family: "fo" !important; content: "\e723"; } .beIJNz .file-upload .file-upload-selected p { padding-right: 50px; color: #6c757d; } .beIJNz .file-upload .file-upload-selected p:before { font-family: "fo" !important; content: "\e6c0"; margin-right: 5px; vertical-align: middle; } .beIJNz .file-upload .file-upload-selected.active { opacity: 1; z-index: 10; } .beIJNz .file-upload small { position: absolute; right: 6px; bottom: 6px; } .beIJNz dl dd { position: relative; padding-left: 25px; margin-top: 6px; font-family: 'Puhui Regular'; font-size: 16; } .beIJNz dl dd i { position: absolute; left: 0; top: 0; } .beIJNz dl:not(:last-child) { margin-bottom: 1rem; padding-bottom: 1rem; } .beIJNz dl.light { border: 2px solid blue; } .beIJNz dl.light:not(:last-child) { border-color: #fff; } .beIJNz dl.light dd, .beIJNz dl.light dt { color: #fff; } @media (max-width: 768px) { .beIJNz-counter { margin-top: 1rem; } .beIJNz-counter-digit { font-size: 1.625rem; } .beIJNz .btn { width: 100%; } }.j6umue .container-fluid { padding-left: 0; padding-right: 0; } .j6umue .embed-responsive:before { padding-top: 40%; }.vyM7ry-digit { font-weight: 900; font-size: 2.75rem; color: rgba(243, 170, 60, 1); } .vyM7ry img { width: 3.75rem; height: 3.75rem; } .vyM7ry img + p { margin-top: 0.625rem; } .vyM7ry .text-body { font-size: 1.125rem; } .vyM7ry-item { text-align: center; padding-left: 2rem; padding-right: 2rem; } .vyM7ry-item:not(:last-child) { border-right: 1px solid rgba(0, 0, 0, 0.1); } @media (max-width: 768px) { .vyM7ry-item:not(:last-child) { margin-bottom: 2rem; border-right: 0; padding-bottom: 2rem; border-bottom: 1px solid rgba(0, 0, 0, 0.1); } }.aQZRjy p + p { margin-top: 0.3125rem; } .aQZRjy-list .embed-responsive { width: 9.375rem; margin-right: 0.9375rem; } .aQZRjy-normal .embed-responsive + [class*=text-] { margin-top: 1rem; } .aQZRjy .aQZRjy-slick { position: relative; } .aQZRjy .multi-row { box-shadow: none !important; border: 1px solid #f2f2f2; } .aQZRjy .multi-row .text-content-heading { overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; } .aQZRjy .slick-slide div:not(:last-of-type) .slick-slide { margin-bottom: 0.9375rem; } .aQZRjy .slick-slide.slick-active:last-child .slick-slide .multi-row { margin-right: 2px; } .aQZRjy .nav-pills .nav-link { transition: all 0.25s; } .aQZRjy .nav-pills .nav-link:hover:hover { background-color: rgba(184, 111, 1, 1); color: rgba(255, 255, 255, 1); }.BjqUZ3-mask { z-index: 2; } .BjqUZ3-mask img { z-index: 1; } .BjqUZ3-mask:after { content: ''; position: absolute; width: 100%; height: 100%; left: 0; top: 0; background-color: rgba(0, 0, 0, 0.3); z-index: 2; } .BjqUZ3 video { z-index: 1; } .BjqUZ3 video:not(.active) { opacity: 0; }.Ur6Jvm { position: fixed; bottom: .625rem; right: .625rem; z-index: 300 } .Ur6Jvm .Ur6Jvm-item { margin-top: .625rem; background-color: #00aff0; box-shadow: 0 0 .5rem rgba(0,0,0,.25); height: 3rem; width: 3rem; padding: .75rem; text-align: center; transition: all .25s } .Ur6Jvm .Ur6Jvm-item label { display: block; cursor: pointer } .Ur6Jvm .Ur6Jvm-item label:before { font-family: iconfont!important; line-height: 1.5rem; font-size: 1.625rem; color: #fff } .Ur6Jvm .Ur6Jvm-item.skype label:before { color: #fff; content: "\e63c" } .Ur6Jvm .Ur6Jvm-item.Ur6Jvm-ico { background-color: #ffc74e } .Ur6Jvm .Ur6Jvm-item.whatsapp { background-color: #27d367 } .Ur6Jvm .Ur6Jvm-item.whatsapp label:before { content: "\e645" } .Ur6Jvm .Ur6Jvm-item.back-to-top { background-color: rgba(0,0,0,.5); cursor: pointer; border: 1px solid rgba(255,255,255,.5); position: relative } .Ur6Jvm .Ur6Jvm-item.back-to-top:after { content: ' '; position: absolute; top: calc(50% - .75rem); left: calc(50% - .5rem); border: .5rem solid transparent; border-bottom-color: rgba(255,255,255,.5) } .Ur6Jvm.small .Ur6Jvm-item { height: 2rem; width: 2rem; padding: .375rem } .Ur6Jvm.small .Ur6Jvm-item label:before { line-height: 1.25rem; font-size: 1.25rem } .Ur6Jvm.small .Ur6Jvm-item.back-to-top:after { top: calc(50% - .625rem); left: calc(50% - .375rem); border: .375rem solid transparent; border-bottom-color: rgba(255,255,255,.5) } .Ur6Jvm.large .Ur6Jvm-item { height: 3.75rem; width: 3.75rem; padding: .75rem } .Ur6Jvm.large .Ur6Jvm-item label:before { line-height: 2.25rem; font-size: 2.25rem }.qYnEVv { transition: all 0.5s; box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15); position: relative; z-index: 20; } .qYnEVv-notice { background-color: #282828; padding-top: 1.5rem; padding-bottom: 1.5rem; } .qYnEVv-notice-content { flex: 1; } .qYnEVv-notice-content + p { align-items: center; display: flex; margin-left: 2rem; } .qYnEVv-notice-close { font-family: "iconfont" !important; position: absolute; height: 3rem; top: calc(50% - 1.5rem); line-height: 3rem; padding-left: 1rem; cursor: pointer; padding-right: 1rem; font-size: 1.5rem; right: 0; color: #fff; } .qYnEVv-notice-close:before { content: "\e60a"; } @media (max-width: 768px) { .qYnEVv-notice-close { top: 0; } } .qYnEVv-notice [class*=text-] { color: #fff; } .qYnEVv-notice:not(.fixed-bottom) { position: relative; } .qYnEVv-icon a { font-size: 16px; display: inline-block; line-height: 36px; } .qYnEVv-icon a img { height: 16px; vertical-align: center; } .qYnEVv-icon a:not(:last-child) { margin-right: 15px; } .qYnEVv-icon + .qYnEVv-icon, .qYnEVv-icon + .section-drop { position: relative; } .qYnEVv-icon + .qYnEVv-icon:before, .qYnEVv-icon + .section-drop:before { font-size: 16px; padding-left: 10px; padding-right: 10px; content: "|"; } .qYnEVv-bar { background-color: #000; padding-top: 10px; padding-bottom: 10px; position: relative; display: flex; transition: all 0.25s; } .qYnEVv-bar .dropdown-toggle { color: #fff; line-height: 38px; font-size: 16px; } .qYnEVv-bar .region-icon:before, .qYnEVv-bar .section-drop:before, .qYnEVv-bar .qYnEVv-icon:before { color: #fff; } .qYnEVv-bar a:not(.dropdown-item) { color: #fff; } .qYnEVv-bar a:hover { text-decoration: underline; } .qYnEVv-bar a:hover, .qYnEVv-bar a:hover i { color: rgba(243, 170, 60, 1); } .qYnEVv-bar .qYnEVv-bar-right { display: flex; flex-grow: 1; justify-content: flex-end; } .qYnEVv-bar .qYnEVv-bar-right .nav-link { cursor: pointer; } .qYnEVv nav { padding: 0; } .qYnEVv nav .navbar-brand { display: flex; align-items: center; position: relative; padding: 0; z-index: 2; margin-right: 1.5rem; } .qYnEVv nav .navbar-brand img { height: 2.5rem; } .qYnEVv nav .navbar-brand img + img { margin-left: 0.75rem; } .qYnEVv .input-group-append .btn { border: 0.0625rem solid #ced4da; background: #fff; color: #ced4da; padding-right: 0.75rem !important; padding-left: 0.75rem !important; border-radius: 0 !important; } .qYnEVv .input-group-append .btn:first-child { border-left: 0; } .qYnEVv .input-group-append .btn:last-child { border-bottom-right-radius: 0.25rem !important; border-top-right-radius: 0.25rem !important; } .qYnEVv .input-group-append i { font-size: 14px !important; } .qYnEVv-region { position: fixed; width: 100%; height: 100%; left: 0; top: 0; z-index: 1032; background-color: #fff; } .qYnEVv-region:not(.show) { display: none; } .qYnEVv-region .container { margin-top: 20vh; } .qYnEVv-region a { color: #666; } .qYnEVv-region a:hover { color: #333; } .qYnEVv-region .ic-close { position: absolute; right: 2rem; top: 2rem; font-size: 1.5rem; padding: 1rem; cursor: pointer; } @media (max-width: 768px) { .qYnEVv { top: 0; right: 0; left: 0; z-index: 1030; background-color: #fff; } .qYnEVv-region .container { margin-top: 1rem; } .qYnEVv-region .ic-close { position: absolute; right: 0; top: 0; font-size: 1.5rem; padding: 1rem; cursor: pointer; } .qYnEVv .cursor-pointer { display: none; } .qYnEVv-bar { display: none; } .qYnEVv .dropdown-menu { padding: 0; } .qYnEVv-notice-content + p { margin-left: 0; } .qYnEVv .dropdown-toggle:after { display: none; } .qYnEVv .navbar-collapse { position: fixed; background-color: #fff; border-top: 1px solid #e9ecef; top: 3.125rem; width: 100%; height: calc(100% - 3.125rem); overflow-x: hidden; overflow-y: auto; left: 0; z-index: 1031; } .qYnEVv .navbar-collapse.show .qYnEVv-search { display: block; } .qYnEVv nav { padding-left: 0.625rem; padding-right: 0.625rem; } .qYnEVv nav .nav-icon { display: none; } .qYnEVv nav .nav-link, .qYnEVv nav .dropdown-item { padding: 0.5rem 2.25rem 0.5rem 0.625rem; line-height: 1.25rem; border-bottom: 1px solid #e9ecef; color: #212529; } .qYnEVv nav .vertical-link { padding: 0.5rem 2.25rem 0.5rem 0.625rem; line-height: 1.25rem; border-bottom: 1px solid #e9ecef; color: #212529; display: block; width: 100%; white-space: nowrap; overflow: hidden; } .qYnEVv nav .navbar-fluid-col .embed-responsive { display: none; } .qYnEVv nav .navbar-open-placeholder { position: absolute; width: 2.25rem; height: 2.25rem; right: 0; top: 0; cursor: pointer; } .qYnEVv nav .navbar-open-placeholder:after { border-style: solid; border-width: 2px 2px 0 0; border-color: #c1c1c1; position: relative; content: ""; display: inline-block; height: 0.5rem; width: 0.5rem; top: 0.375rem; margin-left: 0.75rem; box-sizing: content-box; -webkit-transform: rotate(135deg); -moz-transform: rotate(135deg); -o-transform: rotate(135deg); transform: rotate(135deg); transition: all 0.2s ease-in-out; } .qYnEVv nav .navbar-open-placeholder.active:after { top: 0.6875rem; transform: rotate(-45deg); } .qYnEVv nav .navbar-brand { height: 3.125rem; } .qYnEVv nav .navbar-brand img { height: 1.875rem; } .qYnEVv nav .navbar-brand img:nth-child(2) { display: none; } .qYnEVv .qYnEVv-search { margin: 1rem 0.625rem 0.625rem 0.625rem; display: none; } .qYnEVv .qYnEVv-search .input-group-append .btn { margin: 0; } .qYnEVv .qYnEVv-search .input-group-append .btn:first-child { border-right: 0; } .qYnEVv .nav-item { position: relative; } .qYnEVv .navbar-fluid { display: none; } .qYnEVv .navbar-fluid .dropdown-item { padding-left: 1.625rem; } .qYnEVv .navbar-fluid li .dropdown-item { padding-left: 2.625rem; } .qYnEVv .navbar-fluid li li .dropdown-item { padding-left: 3.625rem; } .qYnEVv .navbar-fluid ul { display: none; } .qYnEVv .navbar-fluid-vertical .container, .qYnEVv .navbar-fluid .container { padding-right: 0; padding-left: 0; } .qYnEVv .navbar-fluid-vertical .row, .qYnEVv .navbar-fluid .row { margin-right: 0; margin-left: 0; } .qYnEVv .navbar-fluid-vertical [class*=col-md-], .qYnEVv .navbar-fluid [class*=col-md-] { padding-right: 0; padding-left: 0; } .qYnEVv .navbar-fluid-vertical { display: none; } .qYnEVv .navbar-fluid-vertical .dropdown-item { padding-left: 1.625rem; } .qYnEVv .navbar-fluid-vertical .navbar-fluid-vertical-content .dropdown-item { padding-left: 2.625rem; } .qYnEVv .navbar-fluid-vertical .navbar-fluid-vertical-content li .dropdown-item { padding-left: 3.625rem; } .qYnEVv .navbar-fluid-vertical .expand-collection { display: none; } .qYnEVv .navbar-fluid-vertical .embed-responsive { display: none; } .qYnEVv .navbar-fluid-vertical-sub li { position: relative; } .qYnEVv .navbar-fluid-vertical-sub a { color: #212529; } .qYnEVv .navbar-fluid-vertical-sub .dropdown-toggle:before { display: none; } .qYnEVv .dropdown-menu .dropdown-item { padding-left: 1.625rem; } .qYnEVv .dropdown-menu .dropdown-menu .dropdown-item { padding-left: 2.625rem; } .qYnEVv .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-item { padding-left: 3.625rem; } } @media (min-width: 768px) { .qYnEVv .region-icon { line-height: 36px; cursor: pointer; margin-left: 1rem; } .qYnEVv .region-icon.nav-item { display: none; } .qYnEVv .nav-item .region-icon { margin: 0; } .qYnEVv .nav-item-btn .btn { top: 50%; padding-right: 0.75rem; padding-left: 0.75rem; transform: translateY(-50%); } .qYnEVv .nav-item + .nav-item-btn { margin-left: 1rem; } .qYnEVv .navbar { background-color: #fff; } .qYnEVv .navbar .navbar-open-placeholder { display: none !important; } .qYnEVv .navbar.medium .navbar-brand img { height: 3rem; } .qYnEVv .navbar.medium .navbar-nav li > .nav-link { line-height: 4.25rem; height: 4.25rem; padding: 0 0.75rem; } .qYnEVv .navbar.large .navbar-brand img { height: 3.5rem; } .qYnEVv .navbar.large .navbar-nav li > .nav-link { line-height: 4.75rem; height: 4.75rem; padding: 0 0.875rem; } .qYnEVv .navbar.greater .navbar-brand img { height: 4rem; } .qYnEVv .navbar.greater .navbar-nav li > .nav-link { line-height: 5.25rem; height: 5.25rem; padding: 0 1rem; } .qYnEVv .navbar-brand { padding-top: 0.625rem; padding-bottom: 0.625rem; } .qYnEVv .navbar-menu { display: flex; } .qYnEVv .navbar-menu-collapse { flex: 1; display: flex; margin-left: 1rem; } .qYnEVv .navbar.fixed-top { background-color: #fff; box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15); } .qYnEVv .navbar .qYnEVv-search { position: absolute; left: 0; bottom: -4rem; z-index: 10; width: 100%; display: none; } .qYnEVv .navbar .qYnEVv-search .container { display: flex; justify-content: end; } .qYnEVv .navbar .qYnEVv-search .container .input-group { height: 4rem; width: 20rem; background-color: #fff; align-items: center; padding-left: 1rem; padding-right: 1rem; box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15); } .qYnEVv .navbar .navbar-nav { padding-left: 0; } .qYnEVv .navbar .navbar-nav .navbar-fluid { position: absolute; top: 100%; left: 0; display: block; width: 100%; padding: 1.5rem 0; background-color: rgba(34, 34, 34, 0.9); visibility: hidden; opacity: 0; } .qYnEVv .navbar .navbar-nav .navbar-fluid .dropdown-toggle:after { display: none; } .qYnEVv .navbar .navbar-nav .navbar-fluid .dropdown-item { color: #fff; } .qYnEVv .navbar .navbar-nav .navbar-fluid .dropdown-item + ul { margin-top: 0.5rem; } .qYnEVv .navbar .navbar-nav .navbar-fluid .dropdown .dropdown-item { padding-left: 0.75rem; } .qYnEVv .navbar .navbar-nav .navbar-fluid .dropdown li .dropdown-item { padding-left: 1.5rem; } .qYnEVv .navbar .navbar-nav .navbar-fluid-col { margin-bottom: 0.5rem; margin-top: 0.5rem; } .qYnEVv .navbar .navbar-nav .navbar-fluid .overflow-y { overflow-y: auto; } .qYnEVv .navbar .navbar-nav .navbar-fluid .embed-responsive + .dropdown-item { margin-top: 0.75em; } .qYnEVv .navbar .navbar-nav .navbar-vertical { padding-left: 0; display: block; position: absolute; min-width: 12.5rem; top: 100%; left: 0; background-color: rgba(34, 34, 34, 0.9); box-shadow: 0 0.75rem 1.875rem -0.125rem rgba(0, 0, 0, 0.1); visibility: hidden; opacity: 0; } .qYnEVv .navbar .navbar-nav .navbar-vertical .dropdown-toggle { position: relative; padding-right: 30px !important; } .qYnEVv .navbar .navbar-nav .navbar-vertical .dropdown-toggle:after { position: absolute; right: 0.9375rem; top: calc(50% - 2px); transition: all 0.25s; } .qYnEVv .navbar .navbar-nav .navbar-vertical .dropdown-item { color: #fff; padding-left: 1.25rem; padding-right: 1.25rem; } .qYnEVv .navbar .navbar-nav .navbar-vertical ul { top: 0.625rem; left: 100%; } .qYnEVv .navbar .navbar-nav .navbar-vertical ul ul { left: -100%; } .qYnEVv .navbar .navbar-nav .navbar-vertical li:hover > a { color: rgba(243, 170, 60, 1); } .qYnEVv .navbar .navbar-nav .navbar-vertical li:hover > a.dropdown-toggle:after { transform: rotate(-90deg); } .qYnEVv .navbar .navbar-nav li.nav-item.has-sub .nav-link { position: relative; } .qYnEVv .navbar .navbar-nav li.nav-item.has-sub .nav-link:before { content: " "; width: 0; height: 0; position: absolute; border-top: 10px solid rgba(0, 0, 0, 0); border-right: 10px solid rgba(0, 0, 0, 0); border-bottom: 10px solid #333; border-left: 10px solid rgba(0, 0, 0, 0); bottom: 0; left: calc(50% - 7px); opacity: 0; z-index: 2; transition: all 0.5s; } .qYnEVv .navbar .navbar-nav li > .nav-link { font-family: 'Puhui Regular'; font-size: 16px; color: rgba(96, 98, 102, 1); white-space: nowrap; line-height: 3.75rem; height: 3.75rem; padding: 0 0.75rem; position: relative; } .qYnEVv .navbar .navbar-nav li > .nav-link.active { color: rgba(243, 170, 60, 1); } .qYnEVv .navbar .navbar-nav li:hover.nav-item.has-sub .nav-link:before { opacity: 1; } .qYnEVv .navbar .navbar-nav li:hover > .navbar-vertical, .qYnEVv .navbar .navbar-nav li:hover > .navbar-fluid { visibility: visible; opacity: 1; } .qYnEVv .navbar .navbar-nav li:hover > .navbar-fluid-vertical { visibility: visible; opacity: 1; } .qYnEVv .navbar-fluid-vertical { position: absolute; top: 100%; left: 0; width: 100vw; visibility: hidden; opacity: 0; } .qYnEVv .navbar-fluid-vertical .dropdown-item { color: #232323; display: block; padding-top: 0.25rem; padding-bottom: 0.25rem; font-size: 14px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .qYnEVv .navbar-fluid-vertical .row { margin-right: -1.5rem; margin-left: -1.5rem; } .qYnEVv .navbar-fluid-vertical [class*=col-md-] { padding-right: 1.5rem; padding-left: 1.5rem; position: relative; margin-bottom: 0.5rem; margin-top: 0.5rem; } .qYnEVv .navbar-fluid-vertical [class*=col-md-].has-avatar { padding-left: 5.25rem; } .qYnEVv .navbar-fluid-vertical-sub { padding: 1.5rem 0; width: 15.625rem; position: relative; min-height: 28.125rem; background-color: #f7f7f7; } .qYnEVv .navbar-fluid-vertical-sub .vertical-link { display: block; line-height: 2.5rem; overflow: hidden; padding-left: 1.5rem; padding-right: 1.5rem; color: #232323; position: relative; } .qYnEVv .navbar-fluid-vertical-sub .vertical-link.dropdown-toggle:after { right: 0.625rem; top: 50%; transform: translateY(-50%); position: absolute; content: "\e624"; font-family: "iconfont" !important; font-size: 0.75rem; border: 0; height: auto; width: auto; color: #d9d9d9; } .qYnEVv .navbar-fluid-vertical-sub > li.active .navbar-fluid-vertical-content { opacity: 1; z-index: 2; } .qYnEVv .navbar-fluid-vertical-sub > li:hover { background-color: #fff; } .qYnEVv .navbar-fluid-vertical-sub > li:hover .navbar-fluid-vertical-content { opacity: 1 !important; z-index: 3 !important; } .qYnEVv .navbar-fluid-vertical-sub > li:hover .vertical-link { color: rgba(243, 170, 60, 1); } .qYnEVv .navbar-fluid-vertical-sub > li:hover .vertical-link:after { color: #676767; } .qYnEVv .navbar-fluid-vertical-content { position: absolute; top: 0; left: 250px; padding: 2rem 3rem; height: 100%; opacity: 0; z-index: 1; overflow-y: auto; background-color: #fff; } } @media (min-width: 768px) and (min-width: 768px) { .qYnEVv .navbar-fluid-vertical-content:not(.fluid) { width: 27.875rem; } } @media (min-width: 768px) and (min-width: 992px) { .qYnEVv .navbar-fluid-vertical-content:not(.fluid) { width: 42.875rem; } } @media (min-width: 768px) and (min-width: 1200px) { .qYnEVv .navbar-fluid-vertical-content:not(.fluid) { width: 54.125rem; } } @media (min-width: 768px) and (min-width: 1600px) { .qYnEVv .navbar-fluid-vertical-content:not(.fluid) { width: 59.75rem; } } @media (min-width: 768px) { .qYnEVv .navbar-fluid-vertical-content.fluid { width: calc(100vw - 346px); } } @media (min-width: 768px) { .qYnEVv .navbar-fluid-vertical-content .embed-responsive { position: absolute; left: 0.75rem; top: 0.25rem; width: 3.75rem; } } @media (min-width: 768px) { .qYnEVv .dropdown-item { padding-left: 0; padding-right: 0; transition: all 0.25s; } .qYnEVv .dropdown-item.bold { font-weight: 900; } .qYnEVv .dropdown-item.small { font-size: 13px; opacity: 0.8; } .qYnEVv .dropdown-item.active, .qYnEVv .dropdown-item:hover { color: rgba(243, 170, 60, 1) !important; text-decoration: underline; } } .qYnEVv .cart-action { flex: 1; padding-right: 1rem; text-align: right; } .qYnEVv .cart-action i { font-size: 1.375rem; color: #000; } .qYnEVv .cart-action a { display: inline-block; margin-left: 0.5rem; }.MV3iA3 { overflow: hidden; background-color: #2b2f36; } .MV3iA3-slogan { border-bottom: 1px solid rgba(255, 255, 255, 0.2); padding-top: 20px; padding-bottom: 20px; } .MV3iA3-slogan .container { display: flex; justify-content: space-between; align-items: center; } .MV3iA3-slogan .container h3 { margin: 0 10px 0 0; color: #d7d6d6; font-size: 25px; } .MV3iA3-slogan .container h3 + form { margin-left: 1rem; } .MV3iA3-slogan .container form { max-width: 40%; flex: 1; } .MV3iA3 .text-subheading { margin-bottom: 1rem; } .MV3iA3-container .has-divider .text-subheading { position: relative; padding-bottom: 0.625rem; border-bottom: 1px solid rgba(255, 255, 255, 0.2); margin-bottom: 1.25rem; } .MV3iA3-container .has-divider .text-subheading:after { position: absolute; width: 0.625rem; height: 0.625rem; border: 1px solid rgba(255, 255, 255, 0.2); content: ""; border-radius: 0.3125rem; left: 0; bottom: -0.3125rem; background-color: #2b2f36; } .MV3iA3-container [class*=text-], .MV3iA3-container [class*=ic-], .MV3iA3-container a { color: rgba(96, 98, 102, 1); } .MV3iA3-container .enquiry-form { margin-top: 0.5rem; } .MV3iA3-copyright { padding-top: 20px; padding-bottom: 20px; border-top: 1px solid rgba(255, 255, 255, 0.2); } .MV3iA3-copyright li:not(:last-child) { margin-bottom: 1rem; } .MV3iA3-copyright .copyright a { display: inline-block; margin-left: 0.625rem; } .MV3iA3-copyright .copyright a:before { margin-right: 0.625rem; content: "|"; } .MV3iA3-copyright * { color: #A0A0A0; } .MV3iA3 .MV3iA3-social a { margin: 0 5px 5px 0; } .MV3iA3 .MV3iA3-social i { font-size: 1.875rem; } .MV3iA3 .MV3iA3-social img { width: 1.875rem; } .MV3iA3 .MV3iA3-code img { width: 6.25rem; } .MV3iA3 .MV3iA3-code .social-it:not(:last-child) { margin-right: 5px; } .MV3iA3 .MV3iA3-logo { max-width: 60%; } .MV3iA3 .MV3iA3-office h3 { font-weight: bold; } .MV3iA3 .MV3iA3-office:not(:last-child) { margin-bottom: 1rem; } .MV3iA3 .MV3iA3-office [class*=col-] { word-wrap: break-word; word-break: break-word; } .MV3iA3 .MV3iA3-office [class*=col-]:not(:last-child) { padding-bottom: 5px; } .MV3iA3 a:hover i, .MV3iA3 a:hover { color: rgba(184, 111, 1, 1); text-decoration: none; } @media (max-width: 768px) { .MV3iA3-slogan .container { display: block; } .MV3iA3-slogan .container h3 + form { margin-top: 1rem; } .MV3iA3-slogan .container form { max-width: 100%; } .MV3iA3 .MV3iA3-office:not(:last-child) { border-bottom: 1px solid rgba(255, 255, 255, 0.3); padding-bottom: 1rem; } .MV3iA3 .container:not(.has-divider) .MV3iA3-column .col-12:not(:last-child) { margin-bottom: 1rem; padding-bottom: 1rem; border-bottom: 1px solid rgba(255, 255, 255, 0.3); } .MV3iA3 .MV3iA3-social a { margin: 0 5px 5px 0; } .MV3iA3 .MV3iA3-social a i { font-size: 1.625rem; } .MV3iA3 .MV3iA3-code img { margin: 0 5px 0 0; } .MV3iA3 .MV3iA3-logo { max-height: 2.5rem; max-width: 6.25rem; } } .MV3iA3-tabBar { position: fixed; z-index: 100; width: 100%; height: 3.5rem; background-color: rgba(243, 170, 60, 1); left: 0; border: 0; bottom: 0; display: flex; border-top: 1px solid rgba(255, 255, 255, 0.6); } .MV3iA3-tabBar a { height: 100%; flex: 1 1 auto; display: flex; justify-content: center; align-items: center; } .MV3iA3-tabBar a div { color: #fff; } .MV3iA3-tabBar a img { width: 1rem; height: 1rem; display: inline-block; vertical-align: center; } .MV3iA3-tabBar a:not(:last-child) { border-right: 1px solid rgba(255, 255, 255, 0.6); } @media (min-width: 768px) { .MV3iA3-tabBar { display: none; } } .section-1692482923885973506 .section-title .has-line:after, .section-1692482923885973506 .section-title img { width: 20%; } @media (min-width: 768px) { .section-1692482923885973506 .section-dialog-container { width: 30%; } } .section-1692482923961470978 .section-title-divider { width: 100%; } @media (min-width: 768px) { .section-1692482923961470978 .section-title [class^=text-] { width: 100%; } } .section-1692482923961470978 .section-title .has-line:after, .section-1692482923961470978 .section-title img { width: 5%; } .section-1692482924041162753 .bread-crumb { background-color: rgba(116, 114, 114, 1); } .section-1692482924041162753 .bread-crumb * { color: rgba(247, 243, 243, 1); } .section-1692482924041162753 .section-title-divider { width: 100%; } @media (min-width: 768px) { .section-1692482924041162753 .section-title [class^=text-] { width: 100%; } } .section-1692482924041162753 .section-title .has-line:after, .section-1692482924041162753 .section-title img { width: 5%; } .section-1692482924041162753 .YVrMNb-param { background-color: rgba(255, 255, 255, 1); } .section-1692482924041162753 .cover-border { border-color: rgba(213, 213, 213, 1); } .section-1692482924041162753 .tips { font-size: 15px; } .section-1737778555312431105 .slick-slide-0 .slick-slide-area { width: 60%; margin-left: 0%; } .section-1734589627445141505 .slick-slide-0 .slick-slide-area { width: 60%; margin-left: 0%; } .section-1734589627445141505 .slick-slide-1 .slick-slide-area { width: 60%; margin-left: 0%; } .section-1734589627445141505 .slick-slide-2 .slick-slide-area { width: 60%; margin-left: 0%; } .section-1736574589362790401{ background: rgba(242, 242, 242, 1) ; } .section-1736574589362790401 .section-title-divider { width: 100%; } @media (min-width: 768px) { .section-1736574589362790401 .section-title [class^=text-] { width: 100%; } } .section-1736574589362790401 .section-title .has-line:after, .section-1736574589362790401 .section-title img { width: 5%; } .section-1736653606237528065 [class*="col-"]:nth-child(2) { padding-top: 20px; } @media (min-width: 768px) { .section-1736653606237528065 .card{ margin-left:80px; } .section-1736653606237528065 .Ijaqeu-item{ border-radius:10px; } } .section-1737788894431174658 .section-title-divider { width: 100%; } @media (min-width: 768px) { .section-1737788894431174658 .section-title [class^=text-] { width: 100%; } } .section-1737788894431174658 .section-title .has-line:after, .section-1737788894431174658 .section-title img { width: 5%; } @media (min-width: 768px) { .section-1737788894431174658 .carousel-multiple .carousel-slide-item { width: calc(25.0% - 24px); } } @media (max-width: 768px) { .section-1737788894431174658 .carousel-multiple .carousel-slide-item { width: calc(50.0% - 12px); } } .section-1737788894431174658 .embed-responsive{ width: 50%; } @media (min-width: 768px) { .section-1737788894431174658 .miyUFr-describe { width: 100%; } } .section-1737796550751444994 img { height:50px; } .section-1734621138194128898 .section-title-divider { width: 100%; } .section-1734621138194128898 .section-title-divider:after { } @media (min-width: 768px) { .section-1734621138194128898 .section-title [class^=text-] { width: 100%; } } .section-1737744261764374529 .Zb2EZv-contact { background: url("/theme/img/map-bg.png") no-repeat center right; background-size: cover; } .section-1737744261764374529 .Zb2EZv-map{ height: 600px; } .section-1737744261764374529 .text-content-heading{ color: rgba(255, 255, 255, 1); } .section-1737790394905681922{ background-color: rgba(242, 242, 242, 1); } .section-1737793747924574209{ background: rgba(242, 242, 242, 1) ; } .section-1737793747924574209 .section-title-divider { width: 100%; } @media (min-width: 768px) { .section-1737793747924574209 .section-title [class^=text-] { width: 100%; } } .section-1737793747924574209 .section-title .has-line:after, .section-1737793747924574209 .section-title img { width: 5%; } @media (min-width: 768px) { .section-1734625181993918466 .embed-responsive:before { padding-top: 55%;} } @media (max-width: 768px) { .section-1734625181993918466 .embed-responsive:before { padding-top: 100%;} } .section-1736654545421885442{ background: rgba(242, 242, 242, 1) ; } .section-1736654545421885442 [class*="col-"]:nth-child(2) { padding-top: 20px; } @media (min-width: 768px) { .section-1736654545421885442 .card{ margin-left:80px; } .section-1736654545421885442 .Ijaqeu-item{ border-radius:10px; } } .section-1736550194300968961{ background: rgba(242, 242, 242, 1) ; } .section-1734623472244613121{ background: rgba(255, 255, 255, 1) ; } .section-1734623472244613121 .section-title-divider { width: 100%; } @media (min-width: 768px) { .section-1734623472244613121 .section-title [class^=text-] { width: 100%; } } .section-1734623472244613121 .section-title .has-line:after, .section-1734623472244613121 .section-title img { width: 5%; } .section-1692482923885973507{ background: rgba(242, 242, 242, 1) ; } .section-1692482923885973507 .section-title-divider { width: 100%; } @media (min-width: 768px) { .section-1692482923885973507 .section-title [class^=text-] { width: 100%; } } .section-1692482923885973507 .section-title .has-line:after, .section-1692482923885973507 .section-title img { width: 5%; } .section-1749687601590255618 .embed-responsive-video:before { padding-top: 56.25%; } .section-1692482923470737410{ background: rgba(51, 51, 51, 1) ; } .section-1692482923470737410 .has-divider .text-heading:after{ background-color: rgba(51, 51, 51, 1); } .section-1692482923470737410 .MV3iA3-container [class*="text-"], .section-1692482923470737410 .MV3iA3-container [class*="ic-"], .section-1692482923470737410 .MV3iA3-office [class*="col-"], .section-1692482923470737410 .MV3iA3-container a:not(:hover), .section-1692482923470737410 .has-divider .text-subheading:after, .section-1692482923470737410 .has-divider .text-subheading{ color: rgba(255, 255, 255, 0.8); border-color: rgba(255, 255, 255, 0.8); } .section-1692482923470737410 .MV3iA3-copyright *{ color: rgba(255, 255, 255, 0.8); } .section-1692482923470737410 .MV3iA3-tabBar{ background-color: rgba(6, 164, 9, 1); } .section-1692482923470737410 .MV3iA3-tabBar div{ color: rgba(255, 255, 255, 1); } @media (max-width: 768px) { body { padding-bottom: 56px } [data-section='Ur6Jvm'] { bottom: 4.125rem!important } }