body, html {
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
}

p{
    margin: 0;
}
.ellipsis-multiline {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*.sharding_content {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    min-width: 1000px;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    gap: 20px;*/
/*    .sharding_top {*/
/*        width: 100%;*/
/*        height: 50px;*/
/*        background: linear-gradient(90deg, #639ee6, #03c9a9);*/
/*        display: flex;*/
/*        align-items: center;*/
/*        gap: 10px;*/
/*        padding-left: 110px;*/
/*        img {*/
/*            width: 25px;*/
/*            height: 25px;*/
/*        }*/
/*        p {*/
/*            font-size: 20px;*/
/*            text-align: center;*/
/*            color: #ffffff;*/
/*            line-height: 28px;*/
/*        }*/
/*    }*/
/*}*/



.sharding_content {
    width: 100%;
    height: 100%;
    min-width: 1000px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.sharding_content .sharding_top {
    width: 100%;
    height: 50px;
    background: linear-gradient(90deg,#639ee6,#03c9a9);
    display: flex;
    align-items: center;
    gap: 10px;
    padding-left: 110px;
}
.sharding_content .sharding_top img {
    width: 25px;
    height: 25px;
}
.sharding_content .sharding_top p {
    font-size: 20px;
    text-align: center;
    color: #ffffff;
    line-height: 28px;
}
.sharding_content .sharding_top .v1tips{
    margin-left: auto;
    font-size: 14px;
    margin-right: 10px;
    cursor: pointer;
}
.sharding_content .sharding_top .v1tips:hover{
    text-decoration: underline;
}










.sharding_main {
    width: 1000px;
    height: 706px;
    background: #f2f2f2;
    border-radius: 4px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.15);
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.sharding_main .top {
    display: flex;
    align-items: center;
    gap: 5px;
}
.sharding_main .top .span1 {
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    line-height: 16px;
    text-shadow: 0px 8px 16px 0px rgba(0,0,0,0.15);
}
.sharding_main .top .span2 {
    font-size: 12px;
    color: #999999;
    line-height: 12px;
    text-shadow: 0px 8px 16px 0px rgba(0,0,0,0.15);
}
.sharding_main .bottom {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.sharding_main .bottom .b-left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
}
.sharding_main .bottom .b-left .bLeftdiv {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 306px;
    height: 600px;
    background: #ffffff;
    box-shadow:  0px 0px 4px 0px rgba(0,0,0,0.1);
}
.sharding_main .bottom .b-left .bLeftdiv .topSelect {
    flex-shrink: 0;
    padding: 0 12px;
    width: 100%;
    height: 50px;
    background: #f4f4f4;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sharding_main .bottom .b-left .bLeftdiv .topSelect .topsSpan {
    display: flex;
    align-items: center;
}
.sharding_main .bottom .b-left .bLeftdiv .topSelect span {
    font-size: 13px;
    color: #333333;
    line-height: 15px;
}
.sharding_main .bottom .b-left .bLeftdiv .topSelect .selectDivname {
    display: inline-block;
    max-width: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 15px;
}
.sharding_main .bottom .b-left .bLeftdiv .topSelect .reselect {
    cursor: pointer;
    width: 44px;
    height: 20px;
    background: #ffffff;
    border-radius: 2px;
    font-size: 12px;
    text-align: center;
    color: #666666;
    line-height: 20px;
    text-shadow: 0px 8px 16px 0px rgba(0,0,0,0.15), 0px 0px 4px 0px rgba(0,0,0,0.1);
}
.sharding_main .bottom .b-left .bLeftdiv .countent {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}
.sharding_main .bottom .b-right {
    padding-left: 30px;
    height: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.sharding_main .bottom .b-right .right_item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 13px;
    color: #333333;
    line-height: 13px;
}
.sharding_main .bottom .b-right .right_item .custom-checkbox {
    cursor: pointer;
    position: relative;
    top: -2px;
}
.sharding_main .bottom .b-right .right_item .custom-checkbox input{
    position: relative;
    top: 1px;
}
.sharding_main .bottom .b-right .flexcolumn {
    flex-direction: column;
    gap: 12px;
    justify-content: flex-start;
    align-items: flex-start;
}
.sharding_main .bottom .b-right .flexcolumn .savePosition {
    width: 283px;
    min-height: 30px;
    opacity: 0.8;
    background: #ffffff;
    border-radius: 2px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 8px 10px;
    gap: 10px;
    position: relative;
}
.sharding_main .bottom .b-right .flexcolumn .savePosition img {
    width: 12px;
    height: 10px;
    position: relative;
    top: 5px;
}
.sharding_main .bottom .b-right .flexcolumn .savePosition .weizhi {
    font-size: 12px;
    color: #aaaaaa;
    line-height: 18px;
    white-space: pre-wrap;
    word-break: break-all;
    word-wrap: break-word;
}
.sharding_main .bottom .b-right .start_button {
    margin-top: auto;
    align-self: center;
    cursor: pointer;
    width: 200px;
    height: 39px;
    background: linear-gradient(90deg,#639ee6 1%,#03c9a9);
    border-radius: 4px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    line-height: 39px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.sharding_main .bottom .b-right .start_button:hover{
    background: linear-gradient(90deg, rgba(99, 158, 230, 0.8) 1%, rgba(3, 201, 169, 0.8))
}


/*.sharding_main{*/
/*    width: 1000px;*/
/*    height: 706px;*/
/*    background: #f2f2f2;*/
/*    border-radius: 4px;*/
/*    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.15);*/
/*    padding: 30px;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    gap: 20px;*/
/*    .top {*/
/*        display: flex;*/
/*        align-items: center;*/
/*        gap: 5px;*/
/*    }*/
/*    .top .span1 {*/
/*        font-size: 16px;*/
/*        font-weight: 500;*/
/*        color: #333333;*/
/*        line-height: 16px;*/
/*        text-shadow: 0px 8px 16px 0px rgba(0,0,0,0.15);*/
/*    }*/
/*    .top .span2 {*/
/*        font-size: 12px;*/
/*        color: #999999;*/
/*        line-height: 12px;*/
/*        text-shadow: 0px 8px 16px 0px rgba(0,0,0,0.15);*/
/*    }*/




/*    .bottom{*/
/*        display: flex;*/
/*        justify-content: flex-start;*/
/*        align-items: center;*/
/*        .b-left{*/
/*            display: flex;*/
/*            align-items: center;*/
/*            justify-content: flex-start;*/
/*            gap: 15px;*/
/*            .bLeftdiv{*/
/*                display: flex;*/
/*                flex-direction: column;*/
/*                position: relative;*/
/*                width: 306px;*/
/*                height: 600px;*/
/*                background: #ffffff;*/
/*                box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.15), 0px 0px 4px 0px rgba(0,0,0,0.10);*/
/*                .topSelect{*/
/*                    flex-shrink: 0;*/
/*                    padding: 0 12px;*/
/*                    width: 100%;*/
/*                    height: 50px;*/
/*                    background: #f4f4f4;*/
/*                    !*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.15), 0px 0px 4px 0px rgba(0,0,0,0.10);*!*/
/*                    display: flex;*/
/*                    align-items: center;*/
/*                    justify-content: space-between;*/
/*                    .topsSpan{*/
/*                        display: flex;*/
/*                        align-items: center;*/
/*                    }*/
/*                    span{*/
/*                        font-size: 13px;*/
/*                        color: #333333;*/
/*                        line-height: 15px;*/
/*                    }*/
/*                    .selectDivname{*/
/*                        display: inline-block;*/
/*                        max-width: 60px;*/
/*                        overflow: hidden;*/
/*                        text-overflow: ellipsis;*/
/*                        white-space: nowrap;*/
/*                        line-height: 15px;*/
/*                    }*/
/*                    .reselect{*/
/*                        cursor: pointer;*/
/*                        width: 44px;*/
/*                        height: 20px;*/
/*                        background: #ffffff;*/
/*                        border-radius: 2px;*/
/*                        font-size: 12px;*/
/*                        text-align: center;*/
/*                        color: #666666;*/
/*                        line-height: 20px;*/
/*                        text-shadow: 0px 8px 16px 0px rgba(0,0,0,0.15), 0px 0px 4px 0px rgba(0,0,0,0.10);*/
/*                    }*/
/*                }*/
/*                .countent{*/
/*                    flex: 1;*/
/*                    display: flex;*/
/*                    flex-direction: column;*/
/*                    overflow-y: auto;*/
/*                }*/
/*            }*/
/*        }*/
/*        .b-right{*/
/*            padding-left: 30px;*/
/*            height: 100%;*/
/*            flex: 1;*/
/*            display: flex;*/
/*            flex-direction: column;*/
/*            gap: 25px;*/
/*            .right_item{*/
/*                display: flex;*/
/*                justify-content: flex-start;*/
/*                align-items: center;*/
/*                font-size: 13px;*/
/*                color: #333333;*/
/*                line-height: 13px;*/
/*                .r-i-title{*/

/*                }*/
/*                .custom-checkbox{*/
/*                    cursor: pointer;*/
/*                }*/
/*            }*/
/*            .flexcolumn{*/
/*                flex-direction: column;*/
/*                gap: 12px;*/
/*                justify-content: flex-start;*/
/*                align-items: flex-start;*/
/*                .savePosition{*/
/*                    width: 283px;*/
/*                    min-height: 30px;*/
/*                    opacity: 0.8;*/
/*                    background: #ffffff;*/
/*                    border-radius: 2px;*/
/*                    display: flex;*/
/*                    justify-content: flex-start;*/
/*                    align-items: center;*/
/*                    padding:8px 10px;*/
/*                    gap: 10px;*/
/*                    img{*/
/*                        width: 12px;*/
/*                        height: 10px;*/
/*                    }*/
/*                    .weizhi{*/
/*                        font-size: 12px;*/
/*                        color: #aaaaaa;*/
/*                        line-height: 13px;*/
/*                    }*/
/*                }*/

/*            }*/
/*            .start_button{*/
/*                margin-top: auto;*/
/*                align-self: center;*/
/*                cursor: pointer;*/
/*                width: 200px;*/
/*                height: 39px;*/
/*                background: linear-gradient(90deg, #639ee6 1%, #03c9a9);*/
/*                border-radius: 4px;*/
/*                box-shadow: 0px 4px 8px 0px rgba(3, 201, 169, 0.30);*/
/*                color: #ffffff;*/
/*                font-size: 14px;*/
/*                text-align: center;*/
/*                line-height: 39px;*/
/*                display: flex;*/
/*                justify-content: center;*/
/*                align-items: center;*/
/*                gap: 10px;*/
/*                &:hover {*/
/*                    background: linear-gradient(90deg, rgba(99, 158, 230, 0.8) 1%, rgba(3, 201, 169, 0.8));*/
/*                }*/
/*            }*/
/*        }*/
/*    }*/
/*}*/


/*.no-select{*/
/*    position: absolute;*/
/*    top: 180px;*/
/*    left: 50%;*/
/*    transform: translateX(-50%);*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*    cursor: pointer;*/
/*    img{*/
/*        width: 76px;*/
/*    }*/
/*    .title{*/
/*        margin-top: 20px;*/
/*        font-size: 13px;*/
/*        text-align: center;*/
/*        color: #333333;*/
/*        line-height: 13px;*/
/*    }*/
/*    .tips{*/
/*        font-size: 11px;*/
/*        text-align: center;*/
/*        color: #999999;*/
/*        line-height: 16px;*/
/*        margin-top: 6px;*/
/*    }*/
/*}*/


.no-select {
    position: absolute;
    top: 180px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}
.no-select img {
    width: 76px;
}
.no-select .title {
    margin-top: 20px;
    font-size: 13px;
    text-align: center;
    color: #333333;
    line-height: 13px;
}
.no-select .tips {
    font-size: 11px;
    text-align: center;
    color: #999999;
    line-height: 16px;
    margin-top: 6px;
    width: 190px;
    font-weight: 300;
}
















/*.noFund{*/
/*    position: absolute;*/
/*    top: 180px;*/
/*    left: 50%;*/
/*    transform: translateX(-50%);*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*    font-size: 13px;*/
/*    gap: 8px;*/
/*    .p1{*/
/*        color: #333333;*/
/*    }*/
/*    .p2{*/
/*        color: #629ee6;*/
/*        cursor: pointer;*/
/*    }*/
/*}*/

.noFund {
    position: absolute;
    top: 250px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 13px;
    gap: 12px;
    line-height: 1;
}
.noFund .p1 {
    color: #333333;
}
.noFund .p2 {
    color: #629ee6;
    cursor: pointer;
}



.missTips{
    margin-top: auto;
    display: flex;
    color: #629ee6;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 13px;
    padding-left: 10px;
    cursor: pointer;
    padding-right: 10px;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.missTips::before{
    content: "";
    position: absolute;
    top: 0;
    left: 10px;
    right: 10px;
    height: 1px;
    background-color: #eee;
}

/*.lineItems{*/
/*    width: 100%;*/
/*    padding: 10px 12px;*/
/*    overflow-y: auto;*/
/*    height:100%;*/
/*    .item{*/
/*        font-size: 13px;*/
/*        text-align: left;*/
/*        color: #666666;*/
/*        line-height: 26px;*/
/*    }*/
/*}*/

.lineItems {
    width: 100%;
    padding: 10px 12px;
    overflow-y: auto;
    height: 100%;
}
.lineItems .item {
    font-size: 13px;
    text-align: left;
    color: #666666;
    line-height: 26px;
    white-space: pre-wrap;
    word-break: break-all;
    word-wrap: break-word;

}



.progress-container {
    width: 100%;
    height: 20px;
    background-color: #f0f0f0;
    border-radius: 10px;
    margin-top: auto;
    position: relative;
    overflow: hidden;

}

.progress-bar {
    height: 100%;
    background-color: #4CAF50;
    transition: width 0.3s ease;
}

.progress-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #333;
    font-size: 12px;
}


/*弹窗*/
.modal {
    z-index: 1000;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 500px;
    height: 320px;
    background: #ffffff;
    border-radius: 4px;
    padding: 56px 56px 0;
}

.modal_content .modal_waring {
    width: 24px;
    height: 24px;
}

.modal_content .modal_title {
    width: 180px;
    font-size: 18px;
    text-align: center;
    color: #000000;
    line-height: 18px;
    margin-top: 26px;
    margin-bottom: 16px;
}

.modal_content .tips_change {
    font-size: 14px;
    text-align: center;
    color: #666666;
    line-height: 25px;
}

.modal_content .tips_change span:hover {

    color: #2db7f4;

}

.modal_content .tips_change span {
    background: #eef7ff;
    cursor: pointer;
}

.modal_content .okButton {
    margin-top: 40px;
    width: 172px;
    height: 40px;
    background: #333333;
    border-radius: 20px;
    font-size: 13px;
    text-align: center;
    color: #ffffff;
    line-height: 40px;
    cursor: pointer;
}

.modal_content .okButton:hover {
    background: rgba(51, 51, 51, 0.8);
}

.close {
    color: #999999;
    position: absolute;
    top: 16px;
    right: 16px;
    width: 10px;
    height: 10px;
    display: flex;
}

.close img {
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.successModal {
    width: 416px;
    height: 157px;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    padding: 32px;
}

.successModal .success_img img {
    width: 22px;
    height: 22px;
}

.successModal .success_content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 16px;
    gap: 10px;
    margin-top: 2px;
}

.success_content .modal_title_success {
    font-size: 14px;
    text-align: left;
    color: #333333;
    line-height: 14px;
}

.success_content .success_tips {
    font-size: 12px;
    text-align: left;
    color: #666666;
    line-height: 18px;
}

.success_ok {
    width: 98px;
    height: 32px;
    background: #2db7f5;
    border-radius: 2px;
    position: absolute;
    bottom: 24px;
    right: 32px;
    font-size: 12px;
    text-align: center;
    color: #ffffff;
    line-height: 32px;
    cursor: pointer;
}

.success_ok:hover {
    background: #57c5f7;
}

.success_ok2 {
    position: relative;

}
.lackModal {
    height: auto;
}

.lackModal .lackItems {
    width: 100%;
    max-height: 100px;
    font-size: 11px;
    text-align: left;
    color: #999999;
    line-height: 20px;
    overflow: auto;
    display: flex;
    flex-direction: column;
    white-space: pre-wrap;
    word-break: break-all;
    word-wrap: break-word;
}

.copy_success_tips {
    z-index: 99999;
    position: fixed;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    background: #ffffff;
    border-radius: 2px;
    color: rgba(0, 0, 0, 0.8);
    padding: 10px 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.copy_success_tips {
    img {
        width: 14px;
        height: 14px;
    }
}

