
.swiper-product{
    width: 836px;
    height: auto;
    min-height: 224px;
    margin: 0 auto;
}
.recom-block .swiper-product .recom-li{
    width: 100%;
    height: 239px;
    padding: 6px;
    box-sizing: border-box;
    text-align: center;
}
.recom-block .swiper-product .recom-li:hover{
    background: #F1F1F1;
    outline: 0;
}
.recom-block .swiper-product .recom-li .cover{
    width: 180px;
    height: 180px;
    margin: 0 auto;
}
.recom-block .main-cont{
    /* padding:0 54px; */
    box-sizing: border-box;
    position: relative;
}
.product-swiper-btn{
    position: absolute;
    left: 5px;
    top: 25px;
    display: block;
    width: 30px;
    height: 216px;
    border: 1px solid #ddd;
    
}
.product-button-prev{
    left: 10px;
    background: url(./images/icon-leftBtn.gif) center center no-repeat #f4f4f4;
}
.product-button-next{
    left: auto;
    right: 10px;
    background: url(./images/icon-rightBtn.gif) center center no-repeat #f4f4f4;
}
 .detail_list.register .tab-item {
            border-left: 1px solid #e5e6eb;
            border-top: 1px solid #e5e6eb;
            border-radius: 8px 8px 8px 8px;
            overflow: hidden;
            width: 100%;
        }

        .detail_list.register .tab-item tbody tr th {
            font-family: Source Han Sans, Source Han Sans;
            font-weight: 400;
            font-size: 14px;
            color: #1F1F25;
            line-height: 20px;
            background: #f3f6ff;
            padding: 10px 16px;
            border-right: 1px solid #e5e6eb;
            border-bottom: 1px solid #e5e6eb;
            white-space: nowrap;
            width: 140px;
        }

        .detail_list.register .tab-item tbody tr td {
            font-family: Source Han Sans, Source Han Sans;
            font-weight: 400;
            font-size: 14px;
            color: #1F1F25;
            line-height: 20px;
            padding: 10px 16px;
            border-right: 1px solid #e5e6eb;
            border-bottom: 1px solid #e5e6eb;
        }

        .detail_list.shareholder table {
            border: 1px solid #e5e6eb;
            width: 100%;
            border-radius: 8px 8px 8px 8px;
            overflow: hidden;
            border-bottom: 0;
        }

        .detail_list.shareholder table thead tr th {
            background: #F7FAFD;
            font-family: Source Han Sans, Source Han Sans;
            font-weight: 700;
            font-size: 14px;
            color: #1F1F25;
            line-height: 20px;
            padding: 12px 16px;
        }

        .detail_list.shareholder table tbody tr td {
            font-family: Source Han Sans, Source Han Sans;
            font-weight: 400;
            font-size: 14px;
            color: #1F1F25;
            line-height: 20px;
            padding: 12px 16px;
            border-bottom: 1px solid #e5e6eb;
        }

        .detail_list.shareholder table tbody tr td .name {
            display: flex;
            align-items: center;
        }

        .detail_list.shareholder table tbody tr td .name .tit {
            width: 48px;
            height: 48px;
            background: #90BDFF;
            border-radius: 6px 6px 6px 6px;
            display: flex;
            justify-content: center;
            align-items: center;
            font-family: Source Han Sans, Source Han Sans;
            font-weight: 500;
            font-size: 16px;
            color: #FFFFFF;
            line-height: 23px;
            text-align: left;
            margin-right: 12px;
        }

        .detail_list.shareholder table tbody tr td .name .title {
            display: flex;
            flex-direction: column;
        }

        .detail_list.shareholder table tbody tr td .name .title h5 {
            font-family: Source Han Sans, Source Han Sans;
            font-weight: 400;
            font-size: 16px;
            color: #1F1F25;
            line-height: 23px;
        }

        .detail_list.shareholder table tbody tr td .name .title p {
            display: flex;
            align-items: center;
            margin-top: 4px;
        }

        .detail_list.shareholder table tbody tr td .name .title p span {
            margin-right: 12px;
            padding: 3px 8px;
            font-family: Source Han Sans, Source Han Sans;
            font-weight: 400;
            font-size: 12px;
            color: #6F7385;
            line-height: 16px;
            background: #F7F8FA;
            border-radius: 4px 4px 4px 4px;
            border: 1px solid #e5e6eb;
        }