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;
    font-size: .75rem;
}

.label-content span {
    padding: 3px 5px;
    width: 20%;
    font-size: .6rem;
}

.label-content .icon-caret {
    color: #ccc;
}

.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: left;
    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-size: .75rem;
    text-align: center;
    margin: 15vh 20%;
    color: #777;
}

.random-img-code {
    padding: 1rem 0;
    background: #f7f8fa;
}

.random-img-code .code-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.random-img-code input {
    height: 2rem;
    width: 90%;
    border: 1px solid #CCC;
    margin-top: .5rem;
    padding-left: .5rem;
}

.file-content {
    padding: 0 .55rem;
    background: #FFF;
}

.file-label {
    padding: .55rem 0;
    font-size: .7rem;
}

.file-upload {
    padding: 1rem 0;
    font-size: .75rem;
}

.file-item {
    padding: .35rem .55rem;
    border-top: 1px solid #eee;
}

.file-name {
    font-size: .75rem;
    margin-bottom: .25rem;
}

.file-time {
    font-size: .65rem;
    color: #999;
    margin: 0;
}

.item-after.label-content input {
    font-size: .75rem;
}

.tips-wrapper {
    font-size: .7rem;
    /*display: flex;*/
    /*justify-content: space-between;*/
    /*align-items: center;*/
    padding: .55rem;
    /*color: #999;*/
}

.tips-href {
    display: flex;
    align-items: center;
    text-align: right;
    justify-content: flex-end;

}

.tips-href img {
    display: inline-block;
    width: .8rem;
    margin-right: .35rem;
}

.popup-btxz .content-block {
    display: flex;
    flex-direction: column;
    margin: 0;
    height: 100%;
}

.popup-content {
    box-sizing: border-box;
    flex: 1;
    overflow-y: scroll;
    overflow-scrolling: touch;
}
.popup-btxz .btn-wrapper{
    height: 2.2rem;
    padding: .5rem 0;
    background: #FFF;
}

.popup-btxz h4 {
    font-size: .8rem;
    text-align: center;
}

.popup-btxz p {
    font-size: .7rem;
}

.popup-btxz p.indent {
    text-indent: 2em;
}

/*.popup-btxz .button {*/
    /*position: fixed;*/
    /*bottom: 1rem;*/
    /*width: calc(100% - 1.5rem);*/
    /*font-size: .75rem;*/
/*}*/

