/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-xyb865amo0] {
    position: relative;
    display: flex;
    flex-direction: column;
    height: auto;
}

main[b-xyb865amo0] {
    flex: 1;
}


.sidebarP[b-xyb865amo0] {
    display: none;
    height: 90px;
}
    .top-row[b-xyb865amo0] {
        background-color: #f7f7f7;
        border-bottom: 1px solid #d6d5d5;
        justify-content: flex-end;
        height: 2rem;
        display: flex;
        align-items: center;
    }

    .top-row[b-xyb865amo0]  a, .top-row[b-xyb865amo0]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-xyb865amo0]  a:hover, .top-row[b-xyb865amo0]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-xyb865amo0]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }
ProductStyle[b-xyb865amo0]
{
    /*border:solid 1px red;*/
    box-sizing:border-box;
    padding:3px;
}

@media (max-width: 640.98px) {
    .top-row[b-xyb865amo0] {
        justify-content: space-between;
    }

    .top-row[b-xyb865amo0]  a, .top-row[b-xyb865amo0]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-xyb865amo0] {
        flex-direction: row;
    }

    .sidebar[b-xyb865amo0] {
        width: 215px;
        /*height: 100vh;*/
        position: sticky;
        top: 0;
    }

    .top-row[b-xyb865amo0] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-xyb865amo0]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-xyb865amo0], article[b-xyb865amo0] {
        padding-left: 1rem !important;
        padding-right: 0.5rem !important;
    }
}

#blazor-error-ui[b-xyb865amo0] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-xyb865amo0] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-jxt8m7uszb] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-jxt8m7uszb] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-jxt8m7uszb] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-jxt8m7uszb] {
    font-size: 0.8rem;
}
.profile[b-jxt8m7uszb] {
    width: 215px;
    height: 105px;
    /* background-color: rgba(100,100,25,0.4);*/
    background-image: url("Images/profileindex.jpg");
    background-repeat:no-repeat;
}
.bi[b-jxt8m7uszb] {
    display: inline-block;
    /*position: relative;*/
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    /*top: -1px;*/
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-jxt8m7uszb] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-jxt8m7uszb] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-jxt8m7uszb] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-jxt8m7uszb] {
    font-size: 0.9rem;
    /*padding-bottom: 0.5rem;*/
    height: 34px;
    vertical-align: middle;
}

    .nav-item:first-of-type[b-jxt8m7uszb] {
        /*padding-top: 1rem;*/
    }

    .nav-item:last-of-type[b-jxt8m7uszb] {
        /*padding-bottom: 1rem;*/
    }

    .nav-item[b-jxt8m7uszb]  .nav-link {
        /*color: #d7d7d7;*/
        background: none;
        border: none;
        border-radius: 4px;
        height: 2.5rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-jxt8m7uszb]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-jxt8m7uszb]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-jxt8m7uszb] {
    background-color:#021;
    height:37px;
}

.navbar-toggler:checked ~ .nav-scrollable[b-jxt8m7uszb] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-jxt8m7uszb] {
        display: none;
    }

    .nav-scrollable[b-jxt8m7uszb] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        /*height: calc(100vh - 3.5rem);*/
        overflow-y: auto;
    }
}

.navbar-top[b-jxt8m7uszb] {
    position: relative;
    width: 215px;
    height: 100px;
    /*border: 1px dotted gray;*/
    padding-top: 5px;
}
.index[b-jxt8m7uszb] {
    position: absolute;
    /*height: 35px;*/
    margin: 0;
    right: 0px;
    top: 0px;
    color: #d55;
    font-size: 28px;
    font-weight: bold;
}
/* /Components/Menu/ProductStyle.razor.rz.scp.css */
AntDesign.MenuItem[b-apuofs9pki]
{
    height:30px;
}
.ant-menu-title-content[b-apuofs9pki] {
    height: 20px;
}
.ant-menu-submenu[b-apuofs9pki] {
    height: 20px;
}

.menubord[b-apuofs9pki] {
    border: solid 1px #eee;
    width: 215px;
    margin-top: 10px;
}
.menuitem[b-apuofs9pki] {
    display: block;
    width: 215px;
    font-weight: bold;
    margin: 0 auto;
    padding: 0px;
    font-size: 12px;
    border-bottom: 2px dotted gray;
}

.submenuitem[b-apuofs9pki] {
    font-size: 12px;
    display: block;
    width: 196px;
    /*height: 25px;*/
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 3px;
    margin-left: 10px;
    border-bottom: 1px dotted gray;
    vertical-align:bottom;
}
.fa-play[b-apuofs9pki] {
    font-size: 8px;
    color:red;
}
.product[b-apuofs9pki] {
    padding: 5px;
    
}
.Tabsubmenuitem[b-apuofs9pki] {
    width: 215px;
    height: 28px;
    border: 0;
    border-collapse: collapse;
    /*border: solid 1px Black;*/
    /*display: none;*/
    margin: 0 auto;
    font-size: 12px;
}

.typetitle[b-apuofs9pki] {
    width: 215px;
    height: 30px;
    background-image: url("/images/ProductContext.jpg");
    color:white;
    padding-top: 3px;
}
    .typetitle i[b-apuofs9pki] {
        padding-left: 10px;
    }
    .typetitle span[b-apuofs9pki] {
        padding-left: 10px;
        font-size: 13px;
    }
/* /Components/Pages/FirstPage.razor.rz.scp.css */

/* 上部区域区 */

.part-up[b-s0pnib4hiq]
{
    width: 100%;
    height: 295px;

    /*border: 1px solid #fff;*/

}
.profile[b-s0pnib4hiq] {
    display: inline-block;
    width: 580px;
    height: 280px;
    float: left;
    margin: 5px;
    border: 1px solid #eee;
}
.newproducts[b-s0pnib4hiq] {
    display: inline-block;
    
    width: 250px;
    height: 300px;
    float: right;
    margin: 5px;
    /*border: 1px solid green;*/
}
/* 产品展示图片区 */
.newproductspicture[b-s0pnib4hiq] {
    /*border: 1px solid #eee;*/
    margin-top: 5px;
    height: 400px;
}
.typetitle[b-s0pnib4hiq] {
    width: 100%;
    height: 30px;
    background-image: url("/images/ProductContext.jpg");
    color: white;
    padding-top: 3px;
}

.newproductItem[b-s0pnib4hiq] {
    width: 130px;
    height: 100px;
    text-align: center;
    font-size: 12px;
    margin: 6px;
    margin-bottom: 35px;
    padding: 2px;
    border: 1px solid #ddd;
}
    .newproductItem img[b-s0pnib4hiq] {
        width: 100%;
        height: 100%;
        object-fit: contain; /* 保持宽高比并裁剪 */
    }
    .newproductItem:hover[b-s0pnib4hiq] {
        cursor: pointer;
    }

    .newproductItem span[b-s0pnib4hiq] {
        font-size: 12px;
        margin:0 auto;
    }

.flex-container[b-s0pnib4hiq] {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.baseline[b-s0pnib4hiq] {
    display: flex;
    margin-bottom: 15px;
}

.baseline1[b-s0pnib4hiq] {
    height: 2px;
    background: #37c;
}

.baseline2[b-s0pnib4hiq] {
    height: 1px;
    background: gray;
}
.detailprofile[b-s0pnib4hiq]
{
    font-size:14px;
}
/* /Components/Pages/Stocks/_StockLayout.razor.rz.scp.css */
.page[b-u7qhof6gjh] {
    position: relative;
    display: flex;
    flex-direction: column;
    height: auto;
}

main[b-u7qhof6gjh] {
    flex: 1;
}


.sidebarP[b-u7qhof6gjh] {
    display: none;
    height: 90px;
}
    .top-row[b-u7qhof6gjh] {
        background-color: #f7f7f7;
        border-bottom: 1px solid #d6d5d5;
        justify-content: flex-end;
        height: 2rem;
        display: flex;
        align-items: center;
    }

    .top-row[b-u7qhof6gjh]  a, .top-row[b-u7qhof6gjh]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-u7qhof6gjh]  a:hover, .top-row[b-u7qhof6gjh]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-u7qhof6gjh]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }
ProductStyle[b-u7qhof6gjh]
{
    /*border:solid 1px red;*/
    box-sizing:border-box;
    padding:3px;
}

@media (max-width: 640.98px) {
    .top-row[b-u7qhof6gjh] {
        justify-content: space-between;
    }

    .top-row[b-u7qhof6gjh]  a, .top-row[b-u7qhof6gjh]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-u7qhof6gjh] {
        flex-direction: row;
    }

    .sidebar[b-u7qhof6gjh] {
        width: 215px;
        /*height: 100vh;*/
        position: sticky;
        top: 0;
    }

    .top-row[b-u7qhof6gjh] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-u7qhof6gjh]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-u7qhof6gjh], article[b-u7qhof6gjh] {
        padding-left: 1rem !important;
        padding-right: 0.5rem !important;
    }
}

#blazor-error-ui[b-u7qhof6gjh] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-u7qhof6gjh] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Pages/产品展厅/ProductDetail.razor.rz.scp.css */

.toptable[b-unqznmct7p]
{
    display:flex;
}
.ProductImg[b-unqznmct7p] {
    width: 235px;
    height: 160px;
    padding: 2px;
    border: 1px solid #ddd;
    margin-left: 15px;
    object-fit: contain; /* 保持宽高比并裁剪 */
}
.toptabbar[b-unqznmct7p] {
    display: flex;
    height: 28px;
    background-image: url("images/index_56.jpg");
}
    .toptabbar div[b-unqznmct7p] {
        width: 92px;
        margin-left: 14px;
        padding-left: 14px;
        padding-right: 14px;
        padding-top: 9px;
        font-size: 13px;
        font-weight: bold;
        color:white;
    }
        .toptabbar div:hover[b-unqznmct7p] {
            background-image: url("images/ny_05.jpg");
            color: black;
        }

    .toptabbar a[b-unqznmct7p] {
        padding-top:4px;
    }

.padding2[b-unqznmct7p] {
    margin-bottom: 5px;
}
.tab1[b-unqznmct7p] {
    width: 98px;
    height: 28px;
    line-height: 28px;
    float: left;
    text-align: center;
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
}
.tab2[b-unqznmct7p] {
    width: 98px;
    height: 28px;
    line-height: 28px;
    float: left;
    text-align: center;
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
}
.tab3[b-unqznmct7p] {
    width: 98px;
    height: 28px;
    line-height: 28px;
    float: left;
    text-align: center;
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
}
/* /Components/Pages/产品展厅/Productshowpad.razor.rz.scp.css */
.fa-grip-vertical[b-szwd4gcxd8] {
    color: #5cc;
    font-size: 14px;
}
.fa-grip[b-szwd4gcxd8] {
    color: #49c;
    font-size: 14px;
    padding-top:6px;
}
.baseline[b-szwd4gcxd8]{
display:flex;
}
.baseline1[b-szwd4gcxd8] {
    height: 2px;
    background: #49c;
}
.baseline2[b-szwd4gcxd8] {
    height: 2px;
    background: gray;
}
.flex-container[b-szwd4gcxd8] {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.newproductItem[b-szwd4gcxd8] {
    width: 150px;
    height: 120px;
    text-align: center;
    font-size: 12px;
    margin: 11px;
    margin-bottom: 30px;
    padding: 2px;
    border: 1px solid #ddd;
}

    .newproductItem img[b-szwd4gcxd8] {
        width: 100%;
        height: 100%;
        object-fit: contain; /* 保持宽高比并裁剪 */
    }

    .newproductItem figcaption[b-szwd4gcxd8] {
        font-size: 13px;
        padding-top: 5px;
        margin: 0 auto;
    }

.bi-reply-fill[b-szwd4gcxd8]{
    color:red;
    font-size:18px;
}
/* /Components/Pages/技术支持/TechnicalSupport.razor.rz.scp.css */
.baseline[b-pj5i7ob6nk] {
    display: flex;
    margin-bottom: 15px;
}

.baseline1[b-pj5i7ob6nk] {
    height: 2px;
    background: #37c;
}

.baseline2[b-pj5i7ob6nk] {
    height: 1px;
    background: gray;
}

.faicon[b-pj5i7ob6nk] {
    color: #37c;
    font-size: 10px;
    /*margin-bottom: 5px;*/
    /*bottom:-10px*/
}
.ts_icon[b-pj5i7ob6nk] {
    color: #f11;
    font-size: 10px;
    /*margin-bottom: 5px;*/a
    /*bottom:-10px*/
}
.md_icon[b-pj5i7ob6nk] {
    color: #d22;
    font-size: 15px;
    /*margin-bottom: 5px;*/
    /*padding-left:20px;*/
}


.TSlist[b-pj5i7ob6nk] {
    width: 100%;
    margin-left: 15px;
}
.TSlist div[b-pj5i7ob6nk] {
    position: relative;
    width: 100%;
    border-bottom: dotted 1px #edd;
    padding-bottom: 7px;
    padding-top: 7px;
    font-size: 14px;
}
    .TSlist span:hover[b-pj5i7ob6nk] {
        cursor: pointer;
    }


.addnewart[b-pj5i7ob6nk] {
    width: 200px;
    padding-left: 20px;
    color: #d22;
    font-size: 15px;
}

.topbutton[b-pj5i7ob6nk]{
    display:flex;
}
.weixibutton[b-pj5i7ob6nk] {
    
    
    margin-left: 30px;
    cursor: pointer;
}
.buttonBack[b-pj5i7ob6nk] {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 3px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 8px;
}
/* /Components/Pages/新产品页/Newproducts.razor.rz.scp.css */
.baseline[b-88si569utk] {
    display: flex;
    margin-bottom: 15px;
}

.baseline1[b-88si569utk] {
    height: 2px;
    background: #37c;
}

.baseline2[b-88si569utk] {
    height: 1px;
    background: gray;
}
.faicon[b-88si569utk] {
    color: #37c;
    font-size: 12px;
    /*margin-bottom: 5px;*/
    /*bottom:-10px*/
}

li[b-88si569utk] {
    display:inline-block;
    border-bottom: dotted 1px #edd;
}
.productlist[b-88si569utk]
{
    width:100%;
    margin-left:15px;
}
    .productlist div[b-88si569utk] {
        position: relative;
        width: 100%;
        border-bottom: dotted 1px #edd;
        padding-top: 5px;
    }
.brief[b-88si569utk] {
    width: 730px!important;
    padding-left: 10px;
    padding-bottom: 10px;
    word-wrap: break-word;
    word-break: normal;
    color:gray;
}

    .brief:hover[b-88si569utk] {
        cursor: pointer;
    }
.title:hover[b-88si569utk] {
        cursor: pointer;
    }

.briefcontain[b-88si569utk]{
    display: flex;
    padding-bottom:5px;
}
.briefspace[b-88si569utk] {
    width: 20px;
    height: 30px;
}
.briefimg[b-88si569utk] {
    border: solid 1px #eee;
    padding: 2px;
    width: 60px;
    height: 60px;
    /*object-fit: contain;*/ /* 保持宽高比并裁剪 */
}
    .briefimg:hover[b-88si569utk] {
        cursor: pointer;
    }
    
.bi-reply-fill[b-88si569utk] {
color: red;
font-size: 14px;
cursor: pointer;
}
/* /Components/Pages/联系我们/ContactInformation.razor.rz.scp.css */

.contUS[b-0zqvqq8ys7] {
    margin-left: 30px;
    margin-top: 0px;
    padding: 15px;
    border: 1px solid #ddd;
    border-collapse: collapse;
}
.contUS1[b-0zqvqq8ys7] {
    width: 130px;
    font-weight: bold;
    background-color: #8cf;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid #eee;
}
.contUS2[b-0zqvqq8ys7] {
    width: 450px;
    border: 1px solid #eee;
    padding-left: 10px;
}


#contact-form[b-0zqvqq8ys7] {
    margin-top: 20px;
}

.form-group[b-0zqvqq8ys7] {
    margin: 10px;
}
.form-group label[b-0zqvqq8ys7] {
    width:80px;
}

/* /Components/Pages/联系我们/ContactusLeft.razor.rz.scp.css */

/* 联系信息*/
.menubord[b-n95yt0n8zp] {
    /*border: solid 1px gray;*/
    width: 215px;
    height: 280px;
    margin-top: 10px;
    background-image: url("/images/ContactUsImg.jpg");
}

.typetitle[b-n95yt0n8zp] {
    width: 215px;
    height: 30px;
    background-image: url("/images/ProductContext.jpg");
    color: white;
    padding-top: 3px;
    margin-top: 5px;
}
.typetitle:hover[b-n95yt0n8zp] {
    cursor:pointer;
}
    .typetitle i[b-n95yt0n8zp] {
        padding-left: 10px;
    }

    .typetitle span[b-n95yt0n8zp] {
        padding-left: 10px;
        font-size: 13px;
    }
.contactitem[b-n95yt0n8zp] {
    color: black;
    font-family: 宋体;
    font-size: 13px;
    vertical-align: top;
    padding: 3px;
}
/* /Components/Shared/CarouseNewProduct.razor.rz.scp.css */
.top[b-ldze88l2ai]{
    width:100%;
    height:30px;
    background-image:url("images/index_33.jpg");
    vertical-align:bottom;
    padding-top:3px;
    /*margin-top:5px;*/
}
.fa-solid[b-ldze88l2ai] {
    color: #f11;
    font-size: 12px;
}
.marquee[b-ldze88l2ai] {
    width: 100%;
    height: 250px;
    overflow: hidden;
    border: 1px solid #eee;
    padding: 15px 5px;
    position: relative;
}

    .marquee ul[b-ldze88l2ai] {
        list-style: none;
        margin: 0;
        padding: 10px 0 10px 0;
        width: 100%;
        overflow: hidden;
        position: absolute;
        animation: marquee-b-ldze88l2ai 15s linear infinite;
        /* 滚动动画，定义了一个名为marquee的动画效果，以相同的速度linear持续15秒，无限次循环infinite*/
    }
    .marquee .newsp:hover[b-ldze88l2ai]{
        animation-play-state:paused;
    }

    .marquee li[b-ldze88l2ai] {
        width: 100%;
        padding: 5px 0px 0px 0px;
        height:25px;
        font-size:13px;

    }
@keyframes marquee-b-ldze88l2ai {
    0% {
/*        transform: translateY(0%);
*/    
top:0;
    }
    /* 初始位置（让元素从页面顶端出现，为了避免内容出现时过于卡顿，所以取巧没有设置为-100%），同理如果左右动画就用translateY */
/*    50% {
        transform: translateY(50%);
    }
*/    /* (此行在示例效果中可省略)走到中间的时候元素全部显示 */
    100% {
/*        transform: translateY(100%);
*/    
top:-200px;
    }
    /* 滚动到最下边，直至消失 */
}
.newsp[b-ldze88l2ai]
{
    /*padding:0px;*/

}


/* 搭建卡片的模型 */
.container[b-ldze88l2ai] {
    width: 500px;
    height: 300px;
    position: relative;
}

.card[b-ldze88l2ai] {
    width: 430px;
    height: 100px;
    padding: 0 20px;
    border-radius: 100px 20px 20px 100px;
    background-color: #fff;
    position: absolute;
}
/* 让卡片默认居中 */
.container[b-ldze88l2ai] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.card .img[b-ldze88l2ai] {
    width: 90px;
    height: 90px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    padding: 5px;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

    .card .img img[b-ldze88l2ai] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 50%;
    }

.card .content[b-ldze88l2ai] {
    display: inline;
    align-items: center;
}

.card .detail[b-ldze88l2ai] {
    margin-left: 100px;
}

    .card .detail span[b-ldze88l2ai] {
        display: block;
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 8px;
    }

.card a[b-ldze88l2ai] {
    font-size: 14px;
    text-decoration: none;
    background: linear-gradient(to bottom,#fbc5ed,#a6c1ee);
    padding: 7px 18px;
    color: #fff;
    border-radius: 25px;
}

/* 设置延迟，添加动画 */
.card[b-ldze88l2ai] {
    opacity: 0;
    animation: animate 10s linear infinite;
    animation-delay: calc(2s * var(--d));
}

/* 鼠标划入，动画暂停 */
.container:hover .card[b-ldze88l2ai] {
    animation-play-state: paused;
}

.register[b-ldze88l2ai] {
    width: 400px;
    height: 200px;
    background-color: rgba(0, 0, 0, 0.65);
    box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.2);
    padding: 0 30px;
    border-radius: 5px;
    margin-left: 30px;
}

    .register p[b-ldze88l2ai] {
        color: #fff;
        font-size: 24px;
        line-height: 86px;
        text-align: center;
        height: 80px;
        border-bottom: 1px solid #eee;
    }

    .register .btn[b-ldze88l2ai] {
        height: 60px;
        line-height: 60px;
        font-size: 24px;
        border-radius: 4px;
        padding: 0 20px;
        margin-top: 20px;
        text-align: center;
        color: #fff;
        background: linear-gradient(-135deg,#856df1,#a468ef);
        cursor: pointer;
    }

/* CSS样式 */
.slider[b-ldze88l2ai] {
    width: 300px;
    height: 100px;
    overflow: hidden;
    border: 1px solid #4cc;
}

.slide-list[b-ldze88l2ai] {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    animation: slide-b-ldze88l2ai 10s infinite linear;
}

.slide-item[b-ldze88l2ai] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    white-space: nowrap;
    animation: fade-b-ldze88l2ai 10s infinite;
}

@keyframes fade-b-ldze88l2ai {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    80% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes slide-b-ldze88l2ai {
    0% {
        transform: translateY(0);
    }

    20% {
        transform: translateY(0);
    }

    30% {
        transform: translateY(-100%);
    }

    80% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0);
    }
}
/* /Components/Shared/Footerbanana.razor.rz.scp.css */
.Footerbananaimage[b-7osyjv2dm0] {
    height: 135px;
    width:100%;
    background-image: url("Images/FooterBackImg.jpg"); 
    margin: 0 auto;
}
.container[b-7osyjv2dm0] {
    width: 605px;
    height: 35px;
    margin: 0 auto;
    vertical-align: middle;
}
    .container a[b-7osyjv2dm0] {
        vertical-align: middle;
        margin-left: 10px;
        margin-right: 10px;
    }
    .container span[b-7osyjv2dm0] {
        width: 70px;
        height: 35px;
    }

.item[b-7osyjv2dm0] {
    height: 35px;
    vertical-align: bottom;
}
.copyright[b-7osyjv2dm0] {
    width: 900px;
    margin: 0 auto;
    color: #045858;
    text-align: center;
    font-size: 13px;
}
/* /Components/Shared/HeadImage.razor.rz.scp.css */
.headtop[b-tlht0c2czd] {
    height: 165px;
    width: 100%;
}
.hdimg[b-tlht0c2czd] {
    position: relative;
    /*display: inline-block;*/
    height: 165px;
    width: 100%;
    border: solid 1px #aaa;
    margin: auto;
    overflow: hidden; /*裁剪掉超出部分*/
}
.hduser[b-tlht0c2czd] {
    position: fixed;
    right: 10px;
    top: 10px;
    display: inline-block;
    height: 100px;
    width: 100px;
    border: solid 1px #66e;
    border-radius: 5px;
    color:red;
    /*vertical-align: top;*/
}
.changtag[b-tlht0c2czd] {
    position: absolute;
    margin: 0;
    right: 0px;
    top: 0px;
}
/* /Components/Shared/SimplifyFooterbanana.razor.rz.scp.css */
.Footerbanana[b-wt4b8orov5]{
    margin: 0 auto;
}
.container[b-wt4b8orov5] {
    width: 605px;
    height: 35px;
    margin: 0 auto;
    vertical-align: middle;
}
    .container a[b-wt4b8orov5] {
        vertical-align: middle;
        margin-left: 10px;
        margin-right: 10px;
    }
    .container span[b-wt4b8orov5] {
        width: 70px;
        height: 35px;
    }

.item[b-wt4b8orov5] {
    height: 35px;
    vertical-align: bottom;
}
.copyright[b-wt4b8orov5] {
    width: 900px;
    margin: 0 auto;
    color: #045858;
    text-align: center;
    font-size: 13px;
}
/* /Components/Shared/TabpageHeader.razor.rz.scp.css */
.Tabpagehead[b-fk87mfdfp2] {
    height: 38px;
    width: 100%;
    background-image: linear-gradient(#f8f8f8,#a8ecf0);
    border: solid 1px #eee;
    vertical-align: bottom;
    margin-bottom: 3px;
    position: relative
}
.TabpageheadImg[b-fk87mfdfp2] {
    height: 38px;
    display: flex;
    align-self: center;
    align-items: flex-end;
    justify-content: space-around;
    padding-bottom: 3px;
}
img[b-fk87mfdfp2]
{
    /*margin-bottom: 0;*/

}
