body {
    -webkit-text-size-adjust: 100% !important;
}
.list-block {
    margin: .55rem 0;
}

.list-block .item-title {
    width: 30% !important;
    font-size: .75rem;
}
.list-block .item-after {
    font-size: .75rem;
}

.item-input input {
    font-size: .75rem !important;
}

.label-content {
    display: flex;
    align-items: center;
}

.label-content span {
    padding: 3px 5px;
    width: 20%;
    font-size: .6rem;
}

.label-content span.btn {
    color: #0faeff;
    /*border: 1px solid;*/
    /*border-radius: 3px;*/
    text-align: center;
    width: 20%;
    font-size: .75rem;
    padding: 0 5px;
}

.tips {
    font-size: .65rem;
    margin-top: .15rem;
    text-align: right;
    color: #707070;
}

.copy-wrapper {
}

.copy-wrapper h4 {
    font-size: .75rem;
    font-weight: normal;
    margin-top: 0;
}

.copy-wrapper .copy-input {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
.copy-input input{
    width: 60%;
    border: none;
    text-align: center;
    font-size:1rem;
    font-weight: bold;
    word-spacing: 3px;
    padding: 5px;
}
.copy-input .btn-copy{
    width: 30%;
}

.no-bind-list{
    font-weight: .75rem;
    text-align: center;
    margin: 15vh 20%;
    color: #777;
}