* { --primary_color: #eb950f; --max_width: 1200px; --font_family_bold: 'HarmonyOS Sans SC Bold'; font-family: 'HarmonyOS Sans SC Regular'; /*word-break: keep-all !important;*/ } .btn-primary { --bs-btn-bg: var(--primary_color) !important; --bs-btn-border-color: var(--primary_color) !important; --bs-btn-hover-bg: #d5880f !important; --bs-btn-hover-border-color: #d5880f !important; --bs-btn-active-bg: #ac6e0d !important; --bs-btn-active-border-color: #ac6e0d !important; --bs-btn-disabled-bg: #ac6e0d !important; --bs-btn-disabled-border-color: #ac6e0d !important; } html,body { } a { text-decoration: none; } #chino_content { /*height: 1000px;*/ } .content_inner { max-width: var(--max_width); margin: 0 auto; } header { background-color: #dee2e6; height: 80px; } header .menu { display: flex; align-items: center; margin-bottom: 0; } header .menu li { margin: 0 10px; } header .menu li a { color: #1a1d20 !important; } .header_content { height: 100%; display: flex; align-content: center; } .header_content a { display: flex; align-items: center; } .line2_ { word-break: break-all; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; } .line3_ { word-break: break-all; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; } .line4_ { word-break: break-all; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; overflow: hidden; } .line7 { word-break: break-all; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 7; overflow: hidden; } .required::after { content: '*'; color: #e98a11; } .form-control:focus { border-color: #e67f12; box-shadow: 0 0 0 0.25rem rgba(230, 127, 18,.25); } .h2 { position: relative; text-align: center; padding-bottom: 20px; } .line.h2:after { content: ''; display: inline-block; height: 2px; width: 150px; background-color: #000; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); } .bg-cover { height: 400px; } .h2 { font-family: 'HarmonyOS Sans SC Bold'; } @media screen and (max-width: 1068px) { .tab { overflow-x: auto; } .chinoContent .tab_inner { padding: 0 !important; width: auto !important; justify-content: flex-start !important; } .chinoContent .tab_inner a { flex-shrink: 0; padding: 0 15px !important; } } .page-link { height: 45px; width: 45px; display: flex; justify-content: center; align-items: center; margin: 0 10px; border-radius: 5px; color: #383635; border-color: #383635; } .page-item.active .page-link{ color: #f5c584; border-color: #f5c584; background-color: rgba(0,0,0,0); } .page-item.active .page-link:focus { color: #f5c584; box-shadow: 0 0 0 0.25rem rgba(243, 189, 121, 0.25);; } .page-link:hover { color: #000; border-color: #000000; } .page-link:focus { color: #000; box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.25);; } .chino_table_content tbody, .chino_table_content td, .chino_table_content tfoot, .chino_table_content th, .chino_table_content thead, .chino_table_content tr { border-width: 1px !important; } table p { margin: 3px !important; } .chino_table_content table th, .chino_table_content table td { padding: 0; } .chino_table_content table tr td:nth-child(1), .chino_table_content table tr th:nth-child(1) { /*background-color: #e8e8e8;*/ /*font-weight: bold;*/ } .remove_file { display: none; } .chino_table_content table p { margin: 0; padding: 3px; } .chino_table_content #content { padding-right: 20px; } .dropdown-item.active, .dropdown-item:active { background-color: #dd8615; color: #FFF !important; } @media screen and (max-width: 1068px) { .chino_table_content #content { overflow: auto; } .chino_table_content #content { padding-right: 0 !important; } iframe { height: 240px !important; } } .pre > a { margin-left: 0; }