.switch-book-dialog {
    width: 100%;
    height: 100%;
    background-color: #F8F8F8;
    display: flex;
    flex-direction: column;
    align-items: center
}

.switch-book-dialog input {
    width: 400px;
    height: 30px;
    /*text-align: center;*/
    /*margin-top: 10px*/
}

.switch-book-dialog .banner {
    height: 30px;
    background-color: #DADADA;
    width: 100%;
    margin-top: 10px;
    padding-left: 20px;
    line-height: 30px;
    border: 1px #C9C9C9 solid
}

.switch-book-dialog .item {
    background-color: #FFFFFF;
    width: 100%;
    padding: 10px 20px 10px 20px;
    border-bottom: 1px #eee solid;
    cursor: pointer
}

.switch-book-dialog .common-alert-input {
    width: 190px;
    height: 30px;
    line-height: 28px;
    display: inline-block;
    border: 1px solid #dadada;
    background-color: #FFF;
    border-radius: 2px;
    padding: 0 5px;
}

.switch-book-dialog .common-alert-input::placeholder {
    color: #999;
}

.switch-book-dialog .common-alert-input-content {
    vertical-align: middle;
    color: #333;
    font-size: 12px;
    display: block;
    margin-bottom: 10px;
    float: right;
    margin-right: 40px;
}
