<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

@font-face {
    font-family: "poppinsregular";
    font-weight: normal;
    font-style: normal;
    src: url("poppins-regular-webfont.woff2") format("woff2"), url("poppins-regular-webfont.woff") format("woff");
    font-display: swap;
}

:root {
    --color-white: #ffffff;
    --color-black: #252525;
    --color-modena: #211f40;
    --color-golden: #d3b574;
    --color-darkblue: #0a254f;
    --color-gray: #7a7a7a;
    --font-size-12: 12px;
    --font-size-14: 14px;
    --font-size-16: 16px;
    --font-size-18: 18px;
    --font-weight-4: 400;
    --font-weight-6: 600;
    --transition: all 0.35s ease-out;
}

body {
    font-family: "poppinsregular", sans-serif;
    font-size: var(--font-size-16);
    font-weight: var(--font-weight-4);
}

a {
    color: var(--color-black);
}

#open_preferences_center{
    display: none;
}

.navbar-dropdown {
    display: none;
}

.navbar-dropdown.is-active {
    display: block;
}

.icon-text .text {
    flex: 1;
}

.navbar-item,
.navbar-link {
    padding: 1rem 1.5rem;
    color: var(--color-modena);
}
.navbar-item.has-dropdown:hover .navbar-link,
a.navbar-item:hover {
    background: transparent;
    color: rgb(73 103 126);
}
.navbar-link:not(.is-arrowless)::after {
    margin-top: -0.5em;
    width: 1em;
    height: 1em;
    border: 0;
    transform: rotate(0deg);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='rgba(33,31,64,1)'%3E%3Cpath d='M11.9999 13.1714L16.9497 8.22168L18.3639 9.63589L11.9999 15.9999L5.63599 9.63589L7.0502 8.22168L11.9999 13.1714Z'%3E%3C/path%3E%3C/svg%3E");
}

.navbar.is-fixed-top {
    z-index: 999;
    background: var(--color-white);
    box-shadow: 0 10px 10px -4px rgba(11, 11, 11, 0.1);
}

.color-golden {
    color: rgb(73 103 126);
}

.btn1 {
    display: inline-block;
    padding: 10px 20px;
    background: rgb(73 103 126);
    color: var(--color-white);
    border: 0;
}

.btn1:hover {
    background: var(--color-modena);
    color: var(--color-white);
}

.btn2 {
    background: var(--color-darkblue);
    color: var(--color-white);
}

.is-scale .image {
    overflow: hidden;
}

.is-scale:hover img {
    transition: all 0.6s;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.navbar.is-fixed-top,
.btn1:hover,
.footerbg a:hover,
.index-productstop:hover span,
.productitem:hover span,
.index-aboutimg .image:hover::after,
.index-partner .image:hover,
.serviceitem:hover svg,
.listproducts .productitem:hover,
.listnav a:hover,
.servicecard:hover {
    -webkit-transition: var(--transition);
    -moz-transition: var(--transition);
    -ms-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
}

.topnav {
    padding: 16px 0;
    background: var(--color-modena);
}

.topnav a {
    font-size: var(--font-size-14);
    color: var(--color-white);
}

.topnav .icon-text {
    float: left;
    margin-right: 30px;
}

.logo {
    width: 220px;
}

.my-dropdown {
    /* display: block; */
    left: -140px;
    width: 960px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.95);
}
.my-dropdown strong,
.my-dropdown a {
    display: block;
}
.my-dropdown strong {
    padding: 0 5px;
    font-size: 18px;
}
.my-dropdown li a {
    padding: 5px;
}
.my-dropdown li a:hover {
    color: var(--color-white);
    background: var(--color-darkblue);
}
.nav-shape {
    padding-left: 20px;
    border-left: 1px solid var(--color-gray);
}
.nav-shape li a {
    display: flex;
    align-items: center;
    font-weight: 600;
}
.nav-shape li a img {
    max-width: 48px;
    max-height: 48px;
}
.nav-shape li a span {
    flex: 1;
    margin-left: 10px;
}

.banner,
.index-productstop,
.index-aboutimg .image,
.index-abouttext li,
.index-formbg,
.index-formbg .columns {
    position: relative;
}
.banner .banner-body {
    position: absolute;
    top: 38%;
    left: 50%;
    padding: 20px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: var(--color-white);
    /* background: rgba(10, 37, 79, 0.5); */
}

.banner h1 {
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: var(--color-white);
    text-shadow: 2px 2px 2px #111;
}

.index-products {
    margin-top: -150px;
}
.index-productstop::after {
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid var(--color-white);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}
.index-productstop span {
    display: none;
    position: absolute;
    z-index: 33;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(10, 37, 79, 0.3);
}
.index-productstop article {
    position: absolute;
    z-index: 44;
    top: 50%;
    left: 50%;
    width: 75%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: var(--color-white);
}
.index-productstop article strong {
    display: block;
    color: var(--color-white);
}
.index-productstop article a {
    display: inline-block;
    padding: 5px 10px;
    margin-top: 20px;
    background: var(--color-darkblue);
    color: var(--color-white);
}
.index-productstop article a:hover {
    background: var(--color-golden);
}
.index-productstop:hover span {
    display: block;
}

.wraptitle h2 {
    font-size: 36px;
    font-weight: 700;
    font-style: italic;
    text-transform: capitalize;
    color: var(--color-darkblue);
}

.productitem {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.productitem .image {
    flex: 1;
}

.productitem article {
    margin-left: 10px;
    width: 60%;
}

.productitem article strong {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.productitem article p {
    margin: 10px 0;
    color: #595959;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.productitem article span {
    display: inline-block;
    padding: 2px 5px;
    font-size: var(--font-size-14);
    border: 1px solid var(--color-darkblue);
    color: var(--color-darkblue);
}

.productitem:hover span {
    background: var(--color-darkblue);
    color: var(--color-white);
}

.index-aboutimg .image::after {
    display: none;
    position: absolute;
    content: "";
    z-index: 33;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(10, 37, 79, 0.3);
}

.index-aboutimg .image:hover::after {
    display: block;
}

.index-abouttext li {
    float: left;
    padding: 5px 0 5px 20px;
    width: 50%;
}

.index-abouttext li::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 10px;
    height: 3px;
    background: var(--color-modena);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.index-formbg {
    background: url(../images/forms-bg.webp) no-repeat center center fixed;
}

.index-formbg::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    opacity: 0.7;
    background: var(--color-modena);
}
.index-formbg .columns {
    z-index: 99;
}

.index-form {
    background: var(--color-white);
    box-shadow: 2.8px 2.8px 2.2px rgba(0, 0, 0, 0.02), 6.7px 6.7px 5.3px rgba(0, 0, 0, 0.028),
        12.5px 12.5px 10px rgba(0, 0, 0, 0.035), 22.3px 22.3px 17.9px rgba(0, 0, 0, 0.042),
        41.8px 41.8px 33.4px rgba(0, 0, 0, 0.05), 100px 100px 80px rgba(0, 0, 0, 0.07);
}

.btn1,
.banner,
.index-aboutimg .image,
.index-productstop,
.index-partner .image:hover,
.serviceitem {
    cursor: pointer;
}

.serviceitem:hover svg {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

.newsitem a {
    color: var(--color-modena);
}

.newsitem a:hover {
    color: var(--color-golden);
}

.newsitem a strong {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.newsitem p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 10px 0;
    color: #595959;
}

.newsitem .is-flex-desktop {
    justify-content: space-between;
    font-size: var(--font-size-14);
}

.index-partner .image:hover {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
    filter: grayscale(100%);
}

.conn-banner {
    min-height: 200px;
    text-align: center;
    background: var(--color-modena);
    color: var(--color-white);
}
.conn-banner h1,
.conn-banner strong {
    display: block;
    padding-top: 50px;
    font-size: 36px;
    font-weight: 700;
    color: var(--color-white);
}
.conn-banner a {
    color: var(--color-white);
}
.conn-banner a:hover {
    color: var(--color-golden);
}
.position {
    margin-top: 10px;
}

.listnav a {
    display: inline-block;
    padding: 5px 15px;
    margin-right: 15px;
    border-left: 3px solid var(--color-golden);
}

.listnav a:hover {
    background: var(--color-darkblue);
    border-left: 3px solid var(--color-darkblue);
    color: var(--color-white);
}

.listnewsitem {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.listnewsimg {
    flex: 1;
}

.listnewstext {
    width: 70%;
    margin-left: 20px;
}

.listnewstext strong {
    font-size: var(--font-size-18);
}

.listnewstext p {
    margin: 30px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.list-page-body strong {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-page-body p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.sidebarwrap {
    border-left: 3px solid rgb(73 103 126);
}

.sidebarwrap h2 {
    margin: 0 0 20px 30px;
    font-size: 24px;
    font-weight: 700;
    color: var(--color-darkblue);
}

.sidebarwrap ul,
.sidebarwrap form {
    margin: 0 30px;
}

.sidebarwrap ul li a {
    display: block;
    padding: 5px 0;
}

.sidebarwrap ul li a:hover {
    color: rgb(73 103 126);
}

.shownews h1 {
    font-size: 28px;
}

.showtime {
    margin: 10px 0 30px;
    font-size: var(--font-size-14);
    color: var(--color-gray);
}

.showbody p {
    margin-bottom: 20px;
}

.showLastNext {
    padding-top: 20px;
    border-top: 1px solid #ddd;
}

.listproducts .productitem {
    flex-direction: column;
}

.listproducts .productitem:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}

.sp-contact .icon-text:hover a,
.listproducts .productitem:hover strong {
    color: var(--color-golden);
}

.listproducts .productitem article {
    width: 100%;
    padding: 16px;
    margin-left: 0;
    background: var(--color-white);
}

.showproducts h1 {
    font-size: 36px;
}

.sp-contact .icon-text {
    float: left;
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid rgba(102, 102, 102, 0.4);
}
.sp-contact .icon-text:last-child {
    border-right: 0;
}

.sp-contact .icon-text a {
    font-weight: 700;
}

.sp-contact .icon-text p {
    text-transform: Capitalize;
    color: var(--color-gray);
}

.sp-details p {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 24px;
    color: #363636;
}

.sp-details p strong {
    font-size: 20px;
}

.sp-details .table {
    width: 100%;
}

.sp-details table .trbg,
.sp-details table .trbg th,
.sp-details table .trbg th strong,
.sp-details table .trbg td,
.sp-details table .trbg td strong {
    padding: 1.5em 0.75em;
    color: var(--color-white);
    background: var(--color-modena);
    text-align: center;
    vertical-align: middle;
}

.sp-details table .trbg th strong {
    display: block;
}

.sp-details table tr:hover {
    background: hsl(0, 0%, 90%) !important;
    cursor: pointer;
}

.sp-details table td {
    vertical-align: middle;
}

.contactbody {
    margin: 0 auto;
    width: 80%;
    color: var(--color-white);
}

.contactbody h2 {
    font-size: 24px;
}

.contactbody li {
    padding: 15px 0;
}

.contactbody li:hover a {
    color: rgb(73 103 126);
}

.contactbody a {
    color: var(--color-white);
}

.aboutpageimg {
    width: 36%;
    float: left;
    margin: 0 40px 40px 0;
}

.aboutpageimg img {
    box-shadow: 10px 10px 0px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.aboutpage p {
    margin-bottom: 30px;
}

.servicecard {
    padding: 15px 15px 15px 25px;
    background: var(--color-white);
    border-left: 3px solid var(--color-golden);
    cursor: pointer;
}

.servicecard:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}

.servicecard strong {
    display: block;
    margin-bottom: 15px;
    font-size: var(--font-size-18);
}

.servicecard p {
    min-height: 72px;
    color: var(--color-gray);
}

.faqs li {
    margin-bottom: 20px;
    cursor: pointer;
}
.faqs li p {
    padding: 14px 20px;
    border: 1px solid #efefef;
}
.faqs li strong {
    display: block;
    padding: 14px 20px;
    background: linear-gradient(to right, var(--color-darkblue) 1%, var(--color-modena) 99%);
    color: var(--color-white);
}
.faqs li:hover strong {
    background: var(--color-golden);
    -webkit-transition: var(--transition);
    -moz-transition: var(--transition);
    -ms-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
}

.why-item .icon {
    width: 50px;
}
.why-item .text {
    font-size: 20px;
    font-weight: 600;
}
.why-item p {
    margin-top: 30px;
    color: #666;
}

.application-item strong {
    display: block;
    min-height: 40px;
    margin: 6px 0 10px;
    font-size: 18px;
}
.application-item p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-bottom: 20px;
}

.categorypage .py-6:nth-child(even) {
    background: #f5f5f5;
}

.cat-info div p {
    margin-bottom: 20px;
}

.cat-li-btn li {
    display: inline-block;
    padding: 8px 10px;
    margin: 0 20px 20px 0;
    width: 40%;
    border: 2px solid var(--color-darkblue);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    /*cursor: pointer;*/
}

/*.cat-li-btn li:hover {*/
/*    background: var(--color-darkblue);*/
/*    color: var(--color-white);*/
/*}*/

.cat-li-btn li span {
    display: block;
    position: relative;
    padding-left: 24px;
    font-size: 18px;
}

.cat-li-btn li span::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid var(--color-golden);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.footerbg {
    background: var(--color-modena);
    color: #d7d7d7;
}

.footerbg a {
    display: inline-block;
    color: #d7d7d7;
}

.footerbg a:hover {
    color: var(--color-white);
}

.footerbg strong {
    display: block;
    margin-bottom: 20px;
    font-size: var(--font-size-18);
    color: var(--color-white);
}

.footerbg p.has-text-white {
    padding-top: 30px;
    margin-top: 20px;
    border-top: 1px solid var(--color-gray);
}

.footerbg .footlogo {
    width: 70%;
}

.footerbg .footwechat {
    float: left;
    margin: 0 8px;
    width: 38%;
}

.h-card li {
    margin-bottom: 12px;
}

/* list pages */

.pagination {
    display: inline-block;
    padding-left: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

.pagination &gt; li {
    display: inline;
}

.pagination &gt; li.active a {
    background: var(--color-darkblue);
    border: 1px solid var(--color-darkblue);
    color: var(--color-white);
}

.pagination &gt; li a:hover {
    background: var(--color-golden);
    transition: var(--transition);
}

.pagination &gt; li &gt; a,
.pagination &gt; li &gt; span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    background-color: var(--color-white);
    border: 1px solid var(--color-darkblue);
    margin-left: -1px;
}

.pagination &gt; li:first-child &gt; a,
.pagination &gt; li:first-child &gt; span {
    margin-left: 0;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
}

.pagination &gt; li:last-child &gt; a,
.pagination &gt; li:last-child &gt; span {
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
}

/* sidebar  */
.sidebar {
    position: fixed;
    right: 0;
    bottom: 10%;
    z-index: 999;
    width: 50px;
    text-align: center;
}

.side {
    overflow: hidden;
    position: relative;
    right: 0;
    margin-top: 1px;
    background: var(--color-modena);
}

.side a,
.side i {
    display: block;
}

.side i,
.side span {
    float: left;
    line-height: 50px;
}

.side span {
    padding: 0 10px;
}

.side a {
    color: var(--color-white);
}

.side:hover {
    transition: all 0.35s ease-out;
}

.side i {
    background: rgb(73 103 126);
}

.side1 a i,
.side a i {
    position: relative;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.side1 a i svg,
.side a i svg,
.back-to-top i svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.side1 a {
    display: flex;
    width: 50px;
    color: var(--color-white);
    background: var(--color-modena);
    align-items: center;
    flex-direction: column;
}

.side1:hover a {
    background: var(--color-golden);
    transition: all 0.35s ease-out;
}

.side1 span {
    padding-bottom: 10px;
    writing-mode: tb-rl;
}

.side2 {
    width: 220px;
}

.side2:hover {
    right: 160px;
}

.side3 {
    width: 340px;
}

.side3:hover {
    right: 290px;
}

.back-to-top {
    height: 50px;
}

.back-to-top i {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.back-to-top:hover i {
    background: var(--color-modena);
    transition: all 0.35s ease-out;
}

/* pop-up-form */
.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 666;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}

.pop-up-form {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 777;
    padding: 20px;
    width: 400px;
    background-color: var(--color-white);
    transform: translate(-50%, -50%);
}

.btn-close {
    position: absolute;
    top: -32px;
    right: -32px;
    border: 2px solid var(--color-white);
    border-radius: 50%;
}

.pop-up-form strong {
    display: block;
    position: absolute;
    top: -1px;
    left: 0;
    padding: 24px 0;
    width: 100%;
    font-size: 18px;
    text-align: center;
    color: var(--color-white);
    background: var(--color-modena);
}

.pop-up-form form {
    margin-top: 60px;
}

/* cms.diy.js  */

#dr_tips_container {
    position: relative;
}

.tipsbody {
    position: fixed;
    z-index: 999;
    top: 50%;
    left: 50%;
    min-width: 260px;
    padding: 30px 20px;
    font-size: 16px;
    transform: translate(-50%, -50%);
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: rgba(142, 142, 142, 0.3) 0px 30px 30px -10px;
    border-radius: 3px;

    &amp;::after {
        content: "";
        position: absolute;
        top: -1px;
        left: -1px;
        width: 100px;
        height: 5px;
        background-color: #ff0000;
        border-radius: 3px 0;
    }

    .del {
        position: absolute;
        right: -20px;
        top: -20px;
        width: 36px;
        height: 36px;
        line-height: 32px;
        text-align: center;
        font-size: 28px;
        background-color: #999;
        color: #fff;
        border-radius: 50%;
        border: 4px solid #fff;
        cursor: pointer;

        &amp;:hover {
            background-color: #ff0000;
        }
    }
}

#tipsoverlay {
    position: fixed;
    z-index: 888;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}

@media screen and (max-width: 768px) {
    .mb-64 {
        margin-bottom: 64px;
    }

    .logo {
        width: 165px;
    }
    .navbar-item,
    .navbar-link {
        padding: 0.5rem 1.5rem;
    }
    .my-dropdown {
        width: 100%;
    }

    .wraptitle h2 {
        font-size: 24px;
    }
    .conn-banner h1,
    .conn-banner strong {
        font-size: 24px;
    }

    .index-products {
        margin-top: 20px;
    }

    .productitem .image {
        flex: unset;
    }

    .productitem article {
        margin-left: 0;
        width: 100%;
    }

    .aboutpageimg {
        width: 100%;
        margin: 0 0 30px;
    }

    .aboutpageimg img {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
    }

    .cat-li-btn li {
        width: 46%;
        margin: 0 10px 10px 0;
    }
    .cat-li-btn li span {
        font-size: 16px;
    }

    /* tabbar  */
    .m-tabbar {
        display: block;
        position: fixed;
        bottom: 0;
        z-index: 999;
        border-top: 1px solid #ddd;
        width: 100%;
        background: #fff;
    }

    .m-tabbar ul {
        display: flex;
    }

    .m-tabbar ul li {
        padding: 5px;

        line-height: 16px;
        text-align: center;
        flex: 1;
    }

    .m-tabbar ul li a {
        display: block;
    }

    .m-tabbar ul li a span {
        display: block;
        font-size: 14px;
    }

    .pop-up-form {
        width: 330px;
    }
}
</pre></body></html>