.form_part_com .choose-page {
    max-height: 40vh;
}

.datatable_container {
	height: 100%;
    flex: 1;
    overflow-y: scroll;
    background: #f3f4f5;
    scroll-behavior: smooth;
	.table-title-padding {
        margin: 0 0 0 4%;
        width: 92%;
        padding-top: 12px;
        height: 22px;
        margin-bottom: 12px;      
    }
    .load-container {
        z-index: 0;
        position: initial;
    }
    
    .show-more-button{
        height: 53px;
        font-size: 16px;
        line-height: 16pt;
        color: #9da1a3;
        text-align: center;
        background: #f3f4f5;
        position: relative;
        .show-more-text {
            padding-top: 16px;
            display: inline-block;
        }
        .load-more{
            transform: translate(-50%,-50%);
            -webkit-transform: translate(-50%,-50%);
            width: 32px;
            height: 32px;
            background: url('./uploading.svg') no-repeat;
            background-size: contain;
            position: absolute;
            top: 11px;
            left: 50%;
            transform: translateX(-68px);
        }
    }
    .show-no-more{
        height: 164px;
        padding: .16rem;
        font-size: 16px;
        line-height: 164px;
        color: #bfc4c7;
        text-align: center;
        background: #f3f4f5;
    }
}

.table-icon-loading {
    display: inline-block;
    width: .3rem;
    height: .3rem;
    background-image: url('./loading.svg');
    background-size: contain;
    animation: circling 1s linear 0s infinite;
    vertical-align: middle;
}

@keyframes circling {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}


.onepage_table_list .bottom-showmore{
    text-align: center;
    font-size:14px;
    color:#6b7175;
    line-height:16px;
    background: #fff;
    padding:12px 0;
}

.toTop {
    width: 44px;
    height: 44px;
    position: absolute;
    bottom: 78px;
    right: 16px;
    background: url('./toTop.svg') no-repeat;
    background-size: 100%;
    display: none;
    font-size: 12px;
    color: #6b7175;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    text-align: center;
    span {
        display: inline-block;
        margin-top: 20px;
        color: #6B7175;
    }
}

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) { 
    .toTop {
        bottom: 98px; // 较原始高度增加20px
    }
}

.ele-trans{
	height: 1px;
	width: 0;
	opacity: 0;
}