@import url("../css/font-awesome.min.css");

#navbar::before {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    z-index: -1;
}

.header-sticky::before {
    display: none;
}

.logo {
    position: relative;
}

.logo img {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.logo img:nth-child(2) {
    opacity: 1;
}

.header-sticky .logo img:nth-child(1) {
    opacity: 1;
}

.header-sticky .logo img:nth-child(2) {
    opacity: 0;
}

.header-sticky .header--lang a {
    color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.Hbanner {
    width: 100%;
    overflow: hidden;
    background-color: #000;
}

#Hbanner {
    width: 100%;
    height: 100%;
}

#Hbanner .swiper-slide {
    overflow: hidden;
}

#Hbanner .swiper-slide>a {
    width: 100%;
    height: 100%;
    display: block;
}

#Hbanner ._bg {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: -1;
}
#Hbanner ._bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
#Hbanner ._bg img:first-child{
    opacity: 1;
}

#Hbanner ._bg:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}

#Hbanner ._bg>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pagination-box {
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    left: 50%;
    bottom: .5rem;
    transform: translateX(-50%);
    z-index: 2;
}

.pagination-box .swiper-pagination {
    width: auto;
    font-size: 0;
    position: relative;
    left: auto;
    bottom: auto;
    top: auto;
}

.carousel-item ._bg {
    background: linear-gradient(90deg,
            rgba(8, 32, 196, 1) 0%,
            rgba(8, 32, 196, 0) 100%);
}

._notice ._box {
    gap: 0.75rem;
}

._notice ._tit {
    width: 45px;
    text-align: center;
}

._noticeList {
    width: calc(100% - 45px - 0.75rem);
    height: 20px;
    position: relative;
    overflow: hidden;
}

._noticeList ul {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

._noticeList .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    margin: 0 auto;
}
._noticeList ul li{
    margin-right: 20px;
    float: left;
}
._noticeList ._item {
    white-space: nowrap;
}

._about {
    background: url(../images/about-bg.webp) no-repeat center;
    background-size: cover;
}

._about ._desc {
    line-height: 2;
}

._service ._bg {
    background: url(../images/service-bg.webp) no-repeat center;
    background-size: cover;
}

._case {
    background: url(../images/case-bg.webp) no-repeat center;
    background-size: cover;
}
._caseTab{
    flex-flow:row wrap;
}

._advantage {
    background: url(../images/adv-bg.webp) no-repeat center;
    background-size: cover;
}

._advTab i {
    color: rgb(29 103 177 / var(--tw-text-opacity, 1));
}

._advTab .tab-active {
    border-color: rgb(29 103 177 / var(--tw-bg-opacity, 1));
}

._advTab .tab-active i {
    color: #fff;
}

._advantage {
    background: url(../images/adv-bg.webp) no-repeat center;
    background-size: cover;
}

._news {
    background: url(../images/news-bg.webp) no-repeat center;
    background-size: cover;
}

.news-card ._desc {
    line-height: 1.7;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    word-break: break-word;
    max-height: none;
}

.news-card .news-classify {
    padding: 6px 8px;
    line-height: 1;
    border-radius: 5px;
    color: #999;
    border: 1px solid #e5e5e5;
}

.news-card .news-arrow {
    display: inline-block;
    width: 40px;
    height: 28px;
    overflow: hidden;
    position: relative;
}

.news-card .news-arrow::before,
.news-card .news-arrow::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    width: 30px;
    height: 28px;
    background: url(../images/icon-arrow.png) no-repeat center;
    transition: all 0.3s ease-in-out;
}

.news-card .news-arrow::before {
    left: 0;
}

.news-card .news-arrow::after {
    left: -30px;
    opacity: 0;
}

.news-card:hover .news-arrow::before {
    left: 30px;
    opacity: 0;
}

.news-card:hover .news-arrow::after {
    left: 0px;
    opacity: 1;
}

._ftLogo img {
    height: 100%;
}

/* page次页 */
._pageBanner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pro-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 产品详情 */
/*product detail*/
.product-intro {
    width: 100%;
    justify-content: space-between;
    margin-bottom: 30px;
}

.product-intro:before,
.product-intro:after {
    display: none;
}

.preview-wrap {
    width: 50%;
    flex-direction: column;
    justify-content: space-between;
}

.itemInfo-wrap {
    width: 45%;
}

.main-img {
    width: 100%;
    height: 564px;
    margin-bottom: 15px;
}

.main-img .swiper-slide {
    position: relative;
    border: 1px solid #f2f4f6;
    overflow: hidden;
}

.main-img .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.thumbs-img {
    width: 100%;
    height: 126px;
    margin: 0;
    overflow: hidden;
}

.thumbs-img .swiper-slide {
    width: 100%;
    align-items: center;
    justify-content: center;
    border: 2px solid #f2f4f6;
    cursor: pointer;
}

.thumbs-img .swiper-slide.swiper-slide-thumb-active {
    border-color: rgb(29, 103, 177, 1);
}

.thumbs-img .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.main-img .swiper-button-next,
.main-img .swiper-button-prev {
    color: rgb(29, 103, 177, 1);
}

.main-img .swiper-button-next::after,
.main-img .swiper-button-prev::after {
    font-size: 36px;
}

._preNext a {
    padding: 4px 20px;
    border: 1px solid #e9e9e9;
    border-radius: 15px;
    font-size: 14px;
    line-height: 1.4;
    color: #666;
}

.sku-name {
    padding: 10px 0;
    line-height: 1.6;
    font-size: 24px;
    color: #333;
    font-weight: 600;
    overflow: hidden;
    margin-bottom: 20px;
}

.itemInfo-wrap dl {
    margin-bottom: 15px;
    flex-wrap: wrap;
    font-size: 20px;
}

.itemInfo-wrap dt {
    min-height: 0;
    min-width: 18%;
    padding-right: 20px;
    color: #333;
    line-height: 2;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 18%;
    flex: 1 1 18%;
    text-align: justify;
    text-align-last: justify;
    -webkit-text-align-last: justify;
    text-justify: distribute;
    vertical-align: top;
    position: relative;
}

.itemInfo-wrap dd {
    min-height: 0;
    min-width: 82%;
    color: #999;
    line-height: 2;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 82%;
    flex: 1 1 82%;
}

.online-btn {
    margin-top: 30px;
    gap: 20px;
}

.online-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 40px;
    border: 1px solid rgb(29, 103, 177, 1);
    background-color: transparent;
    border-radius: 5px;
    color: rgb(29, 103, 177, 1);
    font-size: 18px;
}

.online-btn a i {
    margin-left: 12px;
    font-size: 26px;
    line-height: 1;
}

.online-btn a:first-child {
    color: #fff;
    background-color: rgb(29, 103, 177, 1);
}

.detail-cont .tab-cont {
    width: 100%;
}

.ETab {
    position: relative;
    padding-top: 30px;
}

.tab-main {
    height: 68px;
    border-bottom: 1px solid #f0f0f0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    z-index: 5;
}

.tab-main ul {
    height: 68px;
}

.tab-main ul li {
    padding: 0 50px;
    font-size: 18px;
    color: #333;
    font-weight: 800;
    line-height: 68px;
    height: 100%;
    border-top: 3px solid transparent;
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    display: inline-block;
    cursor: pointer;
    transition: all .4s ease 0s;
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
}

.tab-main ul li.active {
    border-top-color: rgb(29, 103, 177, 1);
    color: rgb(29, 103, 177, 1);
}

.pro-det-tab-nav.fixed {
    position: fixed;
    top: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
}

.pro-det-tab-nav.slide-up {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.detail-content {
    padding: 30px;
}

.detail-content img {
    max-width: 90%;
    height: auto !important;
}

.detail-content p {
    color: #666;
    line-height: 2;
    margin-bottom: 10px;
}

.ETab .tab-item {
    display: none;
}

.detail-txt h4.dt-mt {
    font-size: 18px;
    font-weight: 800;
    color: rgb(29, 103, 177, 1);
    margin: 20px 0;
}

._pageService ._bg {
    background-image: url(../images/service-bg2.jpg);
}

._pageSerList ._item {
    border-color: rgb(192, 206, 220);
}

._pageSerAdv {
    align-items: stretch;
}

._pageSerAdv ._img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

._pageSerAdv ._bg {
    height: 100%;
}

._pageCulture ._bg {
    background-image: url(../images/culture-bg.webp);
    background-size: cover;
    background-attachment: fixed;
}

._pageCulList ._item ._img {
    border-top-right-radius: 50px;
    height: 28rem;
    overflow: hidden;
}

._pageCulList ._item ._img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

._pageCulList ._item ._desc {}

._pageNewsList .news-card {
    border-bottom: 1px solid #ececec;
}

._pageNewsList .news-card+.news-card {
    margin-top: 1rem;
}

._pageNewsList .news-card:hover {
    box-shadow: 0 0 22px rgba(0, 0, 0, .12);
}

/* 新闻详情 */
.newsDel {
    background-color: #f0f4f7;
    position: relative;
}

._place {
    font-size: 14px;
    line-height: 1;
}

._place span,
._place a {
    color: #666;
    transition: color 0.3s ease;
}

.newsDel ._cnt {
    margin-top: 3rem;
    align-items: flex-start;
}

.newsDel ._info {
    padding: 2rem;
    padding-bottom: 4.166666666666667vw;
    width: 100%;
    background-color: #fff;
}

.newsDel ._info ._top {
    border-bottom: 1px solid #eee;
    padding-bottom: 1rem;
}

.newsDel ._info ._top ._title {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    font-weight: bold;
}

.newsDel ._info ._top ._line {
    font-size: 14px;
    color: #999;
}

.newsDel ._info ._contin {
    padding-top: 1rem;
    padding-bottom: 1.2rem;
    font-size: 16px;
    color: #666;
    line-height: 2;
}

.newsDel ._info ._contin img {
    max-width: 100%;
    height: auto !important;
}

.newsDel ._info ._skip {
    align-items: center;
    padding-top: 1rem;
    border-top: 1px solid #eee;
}

.newsDel ._info ._skip ._jump {
    padding-right: 1rem;
}

.newsDel ._info ._skip ._jump>div {
    margin-bottom: .8rem;
}

.newsDel ._info ._skip ._jump a {
    transition: color 0.3s ease;
    font-size: 14px;
    color: #666;
    display: inline-block;
}

.newsDel ._info ._skip ._jump>div:last-child {
    margin-bottom: 0;
}

.newsDel ._info ._skip ._back {
    margin-left: auto;
}

.newsDel ._info ._skip ._back>a {
    display: block;
    width: 60px;
    height: 60px;
    font-size: 14px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    z-index: 2;
    position: relative;
    transition: box-shadow 0.5s var(--bcr1);
    background-color: rgb(29, 103, 177, 1);
    font-weight: bold;
}

.newsDel ._info ._skip ._back>a:before,
.newsDel ._info ._skip ._back>a:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.5s var(--bcr1);
    background-color: rgb(29, 103, 177, 1);
}

.newsDel ._info ._skip ._back>a:before {
    z-index: -1;
    opacity: 0.2;
}

.newsDel ._info ._skip ._back>a:after {
    z-index: -2;
    opacity: 0.1;
}

/* page job list */
.page-job {
    background-color: #F7F7F7;
}

.join_us-banner-container .banner-title {
    margin: 80px auto 32px;
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    line-height: 60px;
}

.table-recruit-table {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    width: 100%;
    text-align: left;
    border-radius: 4px 4px 0 0;
    border-collapse: separate;
    border-spacing: 0;
    color: rgba(0, 0, 0, .65);
}

.table-recruit-table colgroup col.li_1,
.join_list li .li_con .li_1 {
    width: 32%;
}

.table-recruit-table colgroup col.li_2,
.join_list li .li_con .li_2 {
    width: 18%;
}

.table-recruit-table colgroup col.li_3,
.join_list li .li_con .li_3 {
    width: 12%;
}

.table-recruit-table colgroup col.li_4,
.join_list li .li_con .li_4 {
    width: 12%;
}

.table-recruit-table colgroup col.li_5,
.join_list li .li_con .li_5 {
    width: 16%;
}

.table-recruit-table colgroup col.li_6,
.join_list li .li_con .li_6 {
    width: 10%;
}

.ant-table-thead>tr {
    -webkit-transition: all .3s, height 0s;
    transition: all .3s, height 0s;
}

.ant-table-thead>tr>th {
    color: rgba(0, 0, 0, .85);
    font-weight: 500;
    text-align: left;
    background: #fff;
    border-bottom: 1px solid #e8e8e8;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
}

.ant-table-tbody>tr>td {
    border-bottom: 1px solid #e8e8e8;
    -webkit-transition: all .3s, border 0s;
    transition: all .3s, border 0s;
}

.table-recruit-table tr th {
    color: #333;
    font-size: 16px;
    font-weight: 800 !important;
    border-bottom: 1px solid #f3f3f3;
    padding: 15px 0 !important;
    line-height: 20px;
}

.table-recruit-table th:first-child,
.table-recruit-table td:first-child {
    padding-left: 26px !important;
}

.join_con {
    position: relative;
    background-color: #fff;
    padding-bottom: 80px;
}

.join_nav {
    width: 100%;
    color: #000;
    font-size: 14px;
    text-align: left;
    position: relative;
    border-bottom: 1px solid #b2b2b2;
    padding: 25px 4%;
}

.join_nav li {
    display: inline-block;
    opacity: .6;
    padding: 0 20px;
    cursor: pointer;
}

.join_nav li.on,
.join_nav li:hover {
    color: rgb(29, 103, 177, 1);
    opacity: 1;
}

.join_nav li:nth-child(1) {
    padding-left: 0;
}

.join_nav .mark {
    position: absolute;
    right: 4%;
    top: 25px;
}

.join_list {
    margin-bottom: 80px;
    width: 100%;
    padding: 0;
    text-align: left;
    position: relative;
}

.join_list li {
    width: 100%;
    color: #000;
    font-size: 14px;
}

.join_list li .li_con {
    width: 100%;
    flex-direction: row;
    align-items: center;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    padding: 20px 0;
    cursor: pointer;
}

.join_list li:nth-child(2n+2) .li_con {
    background-color: #fcfcfc;
}

.join_list li .li_con:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #000;
    border-bottom: none;
    position: absolute;
    right: 4%;
    top: 32px;
    /*transition: all .3s;*/
    z-index: 0;
}

.join_list li:hover .li_con:after {
    border-top: 8px solid rgb(29, 103, 177, 1);
}

.join_list li.on .li_con:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid rgb(29, 103, 177, 1);
    border-top: none;
}

.join_list li .li_con .li_1 {
    padding-left: 26px;
    font-size: 16px;
}

.join_list li .li_con .li_5 {
    opacity: .6;
}

.join_list li .li_detail {
    width: 100%;
    color: #000;
    font-size: 14px;
    border-bottom: 1px solid #e5e5e5;
    padding: 0 26px;
    display: none;
}

.join_list li .li_detail p {
    line-height: 30px;
}

.join_list li .li_detail b {
    font-weight: bold;
}

.li_detail_jy {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    padding: 35px 0;
}

.li_detail_jy p {
    display: inline-block;
    width: 36%;
}

.li_detail_jy p:nth-child(2),
.li_detail_jy p:nth-child(5) {
    width: 42%;
}

.li_detail_jy p:nth-child(3),
.li_detail_jy p:nth-child(6) {
    width: 20%;
}

.li_detail_jy p b {
    margin-right: 10px;
}

.li_detail_xx {
    width: 100%;
    padding: 30px 0;
}

.li_detail_xx strong {
    font-size: 18px;
}

.li_detail_xx p {
    font-size: 14px;
}

.li_detail_btn {
    width: 250px;
    height: 60px;
    line-height: 60px;
    color: #f3f3f3;
    font-size: 18px;
    text-align: center;
    background-color: #222;
    margin-left: 0;
    cursor: pointer;
}

.li_detail_btn:hover {
    background-color: #333;
}

@media (min-width: 1024px) {
    ._caseTab button:first-child {
        /*border-radius: .5rem .5rem 0 0;*/
    }

    ._caseTab button:last-child {
        /*border-bottom: none;*/
        /*border-radius: 0 0 .5rem .5rem;*/
    }
}

@media (max-width: 1024px) {
    #mobile-menu a{
        color: #fff;
    }
    .header-sticky #mobile-menu a{
        color: #000;
        border-color: #000;
    }
    ._caseTab button {
        /*border: 1px solid rgb(240, 240, 240);*/
        /*border-radius: 2px;*/
        padding: 5px 10px;
        font-size: 12px;
    }

    ._pageBanner {
        height: 18vh;
    }

    .pro-image {
        height: 8.26rem;
    }

    ._pageCulList ._item ._img {
        height: 16rem;
    }
}

@media (max-width: 768px) {
    .header-sticky #mobile-menu-button {
        color: rgb(31 41 55 / var(--tw-text-opacity, 1));
    }
    #Hbanner ._bg img:first-child{
        opacity: 0;
    }
    #Hbanner ._bg img:nth-child(2){
        opacity: 1;
    }

    ._advTab div {
        font-size: 13px;
    }

    /* mobile page product detail */
    .product-intro {
        flex-flow: column;
    }

    .preview-wrap {
        width: 100%;
        margin-bottom: 15px;
    }

    .main-img {
        height: 260px;
    }

    .main-img .swiper-button-next::after,
    .main-img .swiper-button-prev::after {
        font-size: 24px;
    }

    .thumbs-img {
        height: 72px;
    }

    .itemInfo-wrap {
        width: 100%;
    }

    .sku-name {
        margin-bottom: 12px;
        font-size: 18px;
    }

    .itemInfo-wrap dl {
        margin-bottom: 10px;
        font-size: 15px;
    }

    .itemInfo-wrap dt {
        min-width: 26%;
        -ms-flex: 1 1 26%;
        flex: 1 1 26%;
    }

    .itemInfo-wrap dd {
        min-width: 74%;
        -ms-flex: 1 1 74%;
        flex: 1 1 74%;
    }

    .online-btn {
        margin-left: 0;
        margin-top: 20px;
    }

    .online-btn a {
        padding: 8px 18px;
        font-size: 14px;
    }

    .online-btn a i {
        font-size: 18px;
        margin-left: 8px;
    }

    .ETab.box {
        padding: 0 !important;
        margin-bottom: 20px;
    }

    .tab-main {
        width: 100%;
        height: 50px;
        position: relative;
        left: auto;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .tab-main ul {
        height: 50px;
    }

    .tab-main ul li {
        padding: 0 20px;
        line-height: 50px;
        font-size: 16px;
    }

    .newsDel ._cnt {
        margin-top: 2rem;
    }

    .newsDel ._info {
        padding: 1rem;
    }

    .newsDel ._info ._top ._title {
        font-size: 20px;
    }

    .newsDel ._info ._top ._line {
        font-size: 13px;
    }

    .newsDel ._info ._contin {
        font-size: 14px;
    }

    .newsDel ._info ._skip {
        flex-flow: column;
        align-items: flex-start;
    }

    .newsDel ._info ._skip ._back {
        margin: 10px 0 0;
    }

    .newsDel ._info ._skip ._back>a {
        width: 42px;
        height: 42px;
        line-height: 42px;
        font-size: 13px;
    }

    /* 人才招聘 */
    .join_list {
        margin-bottom: 15px;
    }

    .join_list .hidden-xs {
        display: none;
    }

    .table-recruit-table th:first-child,
    .table-recruit-table td:first-child {
        padding-left: 15px !important;
    }

    .join_list li {
        font-size: 12px;
    }

    .join_list li .li_con {
        padding: 10px 0;
    }

    .join_list li .li_con .li_1 {
        padding-left: 15px;
    }

    .table-recruit-table colgroup col.li_1 {
        width: 35%;
    }

    .join_list li .li_con .li_1 {
        width: 45.8%;
    }

    .table-recruit-table colgroup col.li_3 {
        width: 25%;
    }

    .join_list li .li_con .li_3 {
        width: 35%;
    }

    .table-recruit-table colgroup col.li_6,
    .join_list li .li_con .li_6 {
        width: 5%;
    }

    .join_list li .li_con .li_1 {
        font-size: 15px;
    }

    .join_list li .li_con:after {
        top: 45%;
    }

    .join_list li .li_detail {
        padding: 0 4% 40px;
    }

    .li_detail_jy {
        padding: 15px 0;
    }

    .li_detail_jy p {
        font-size: 14px;
    }

    .li_detail_jy p,
    .li_detail_jy p:nth-child(3),
    .li_detail_jy p:nth-child(6) {
        width: 100%;
    }

    .join_list li .li_detail p {
        line-height: 30px;
    }

    .li_detail_xx {
        padding: 10px 0;
    }

    .li_detail_xx strong {
        font-size: 14px;
    }

    .li_detail_xx p {
        font-size: 13px;
    }

    .li_detail_btn {
        width: 100%;
        height: 40px;
        line-height: 40px;
        color: #f3f3f3;
        font-size: 14px;
        text-align: center;
        background-color: rgb(29, 103, 177, 1);
        margin-left: 0;
        cursor: pointer;
    }
}