
[v-cloak]{
    display:none;
}

.story_box_line{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    box-sizing: border-box;
    padding: 0 16px;
    height: 1rem;
}

.imgCover_box{
    box-sizing: border-box;
    padding: .4rem;
    text-align: center;
}
.book_cover{
    width: 3.3rem;
    height: 4.4rem;
    position: relative;
}
.book_cover_des{
    font-size: .36rem;
    color: #666;
    line-height: 2;
}
.add_book_tip{
    position: absolute;
    top: 62%;
    left: 12%;
    width: 2.5rem;
    font-size: .4rem;
    color: #999;
}
.input_box{
    padding: .4rem 0 1rem;
}
.input_item{
    box-sizing: border-box;
    padding: .2rem .4rem;
}
.input_title{
    display: flex;
    align-items: center;
    font-size: .42rem;
    color: #333;
    padding-bottom: .2rem;
}
.question_icon{
    font-size: .42rem;
    color: #d2d2d2;
    position: relative;
    top: 2px;
}
.error_tip{
    font-size: .36rem;
    color: #f2463d;
    padding-left: .5rem;
    line-height: 2;
}
.title_input{
    width: 100%;
    height: 1.12rem;
    background: #f6f6f6;
    border: 1px solid transparent;
    outline: none;
    border-radius: .2rem;
    font-size: .4rem;
    box-sizing: border-box;
    padding-left: .4rem;
}

.des_input{
    border: none;
    outline: none;
    width: 100%;
    height: 4.2rem;
    font-size: .4rem;
    box-sizing: border-box;
    padding: .4rem;
    background: #f6f6f6;
    border-radius: .2rem;
}
.select_input{
    width: 100%;
    min-height: 1.12rem;
    font-size: .4rem;
    line-height:1.12rem;
    color: #333;
    background: #f6f6f6;
    border-radius: .2rem;
    position: relative;
    box-sizing: border-box;
    padding-left: .4rem;
}
.van-tag {
    margin-right: .1rem;
}

.van-tab__text--ellipsis {
    overflow: initial;
}
.select_input .van-icon-play{
    position: absolute;
    right: .4rem;
    top: .3rem;
    transform: rotate(90deg);
}
/* 类型选择弹窗 */
.type_top_line{
    width: 100%;
    height: 1.24rem;
    line-height: 1.24rem;
    text-align: center;
    font-size: .46rem;
    color: #333;
}
.type_main_box{
    box-sizing: border-box;
    padding: .65rem;
    max-height: 80vh;
}
.tab-btn {
    font-size: .4rem;
    height: 1rem;
    line-height: 1rem;
    color: #000000;
    margin-right: 5px;
}
.tab-btn.active {
    background: #FF6039;
    color: #ffffff;
}
.type_item_label_tag {
    padding-top: .4rem;
    font-weight: bold;
}
.type_item_list_tag {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.type_item_label{
    font-size: .46rem;
    color: #333;
    padding-bottom: .4rem;
}
.type_item_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.type_item_detail{
    width: 4.4rem;
    height: .9rem;
    background: #f5f5f5;
    font-size: .42rem;
    color: #666;
    text-align: center;
    line-height: .9rem;
    margin-bottom: .2rem;
}
.type_item_detail_tag{
    padding-left: 0.4rem;
    padding-right: 0.4rem;
    /*min-width: 1rem;*/
    /*height: .9rem;*/
    background: #f5f5f5;
    font-size: .42rem;
    color: #666;
    /*text-align: center;*/
    line-height: .9rem;
    margin-bottom: .2rem;
    border-radius: 5px;
    margin-right: 0.4rem;
}
.type_main_item_tag {
    padding-bottom: 0.4rem;
}
.type_item_detail.cur, .type_item_detail_tag.cur{
    background:linear-gradient(to right, #fe834d , #ff6039);
    color: #fff;
}
.type_item_detail_tag.disabled {
    opacity: 0.5;
}
.van-radio {
    margin-top: .2rem;
    margin-bottom: .1rem;
    font-size: .4rem;
    color: #333;
}
.loading-box {
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    background: rgba(255,255,255, 0.6);
}
.van-stepper {
    display: flex;
}
.van-stepper__minus, .van-stepper__plus {
    flex-shrink: 0;
}
.van-stepper__input {
    width: 100%;
}
