* {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

.clearfix {
    clear: both;
}

.page {
    padding-bottom: 10px;
}

.pagination {
    margin: 8px 0;
}

.pagination li {
    float: left;
    margin: 0 3px;
    padding: 0.5rem;
}

.pagination li a {
    text-decoration: none;
    color: #007bff;
}

.header {
    padding-top: 10px;
    padding-bottom: 10px;
}

.header .search {
    display: flex;
    padding: 10px 0;
}

@media (max-width: 575.98px) {
    .header .search {
        padding: 0;
    }
}

.header .search input[type="search"] {
    flex: 1;
    line-height: 30px;
    outline: none;
    border: 1px solid #e1e1e1;
    padding: 0 10px;
}

.header .search input[type="submit"] {
    width: 80px;
    background-color: #69a7f8;
    border: 1px solid #69a7f8;
    color: #fff;
    -webkit-appearance: none
}

.footer {
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #f2f2f2;
}

.footer ul {
    margin-top: 10px;
}

.footer .cate li {
    list-style: none;
    float: left;
    width: 100%;
    line-height: 32px;
    font-size: 14px;
}

.footer .cate li a {
    color: #000;
    text-decoration: none;
}

.footer .link li {
    list-style: none;
    float: left;
    margin-right: 10px;
}

.footer .link li a {
    color: #000;
    text-decoration: none;
    font-size: 13px;
}

.footer .copyright {
    margin-top: 15px;
    font-size: 13px;
    text-align: center;
}

.logo {
    height: 50px;
}

.nav {
    padding: 0;
    background: url(https://expertimg.cdn.bcebos.com/yidian%2Fa.png);
}

::-webkit-scrollbar {
    display: none;
}

.nav ul {
    overflow-x: unset;
    overflow-y: hidden;
    height: 40px;
    display: flex;
    white-space: nowrap;
}

.nav li {
    line-height: 40px;
    padding: 0 15px;
    text-align: center;
    cursor: pointer;
}

@media (max-width: 575.98px) {
    .nav li {
        padding: 0 10px;
    }
}

.nav li a {
    text-decoration: none;
    color: #fff;
}

.main {
    margin-top: 10px;
}

.hospital li {
    margin: 10px 0;
}

.hospital .title {
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.hospital a {
    display: flex;
    line-height: 40px;
    font-size: 0.9rem;
    text-decoration: none;
    color: #000;
}

.hospital a img {
    width: 40px;
    height: 40px;
    margin-right: 3px;
}

.product .item {
    margin-bottom: 10px;
}

.product .col-4 {
    padding: 0 6px;
}

.product img {
    display: block;
    width: 100%;
    transition: transform 0.3s ease;
}

.product a {
    display: block;
    overflow: hidden;
    text-decoration: none;
}

.product a:nth-child(2) {
    margin-top: 3px;
}

.product a:hover img {
    transform: scale(1.12);
}


.product .title {
    font-size: 0.89rem;
    color: #000;
    text-align: center;
}
#currentPage{
    padding: 10px;
}
#currentPage canvas{
    max-width: 100%;
}