.recommended-bg{height: 745px; background: url(../images/bg.png) no-repeat;background-size: cover;background-position: bottom center;overflow: hidden;}

    


.banner{width: 444px;height: 68px;background: url(../images/banner.png) no-repeat;margin: auto; margin-top: 68px;}
.v-banner{width: 387px;height: 34px;background: url(../images/v-banner.png) no-repeat;margin: auto; margin-top: 13px;}

.recommended-book{width: 1261px;height: 189px;margin: auto;margin-top: 220px; }
.recommended-title{flex-grow: 2;height: 189px;}
.recommended-title div{height: 50px;}
.recommended-title a{text-align: center;color: #fff;}
.recommended-title a:first-child{font-size: 27px;}
.recommended-title a:first-child i{margin-left: 5px;}
.recommended-title a:last-child{font-size: 14px;margin-top: 5px;font-weight: 400;}
.recommended-book-info{width: 1080px;height: 189px;}
.recommended-book-info div{justify-content:space-between}
.book-no-name{display: block;height: 189px;width: 149px;}
.category-box{height: 215px;background-color: #F0F0F0;overflow:hidden}
.category-item{height: 215px;width: 1312px;margin: auto;/*justify-content:space-between*/ position:relative;}
.sw-buttom {
    position: absolute;
    top: 50%;
    transform: translateY(-150%);
    cursor: pointer;
    outline:none;
}
.sw-left {left:0;}
.sw-buttom i {
    color: #A83022;
    font-size: 50px;
}
    .sw-right {
        right: 0;
    }
.category-container {
    width: 1050px;
    gap: 8px;
    margin: auto;
    height: 130px;
    margin-top: 31px;
    overflow:hidden;
}
.category-info {
    /*width: 124px;*/
    height: 130px;
    border-radius: 8px;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /*margin-top: 31px;*/
}
.icons-bg{width: 48px;height: 48px;background: url(../images/category-bg.png) no-repeat;display: flex;justify-content: center;align-items: center}
.icons-bg i{font-size:20px;color:#fff;}
.category-name {color: #383838;margin-top: 20px;}

.book {
    width: 149px;
    height: 189px;
    cursor: pointer;
    border-radius: 8px;
    overflow: hidden;
    display:block;
}
    .book img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }



.popup-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    z-index: 88;
}

.popup-box {
    width: 530px;
    height: 400px;
    background: #FFFFFF;
    border-radius: 32px 32px 32px 32px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 89;
}

.from-box {
    padding: 45px 30px;
    display: flex;
}

.from-tisp {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.login-tisp {
    font-size: 23px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    margin-bottom: 48px;
    margin-top: 10px;
}
.from-group {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}

    .from-group label {
        width: 80px;
    }

    .from-group input, .from-group textarea, .from-group select {
        border-radius: 24px 24px 24px 24px;
        border: 1px solid #707070;
        height: 40px;
        outline: none;
        padding: 0 20px;
        flex-grow: 1;
    }

    .from-group textarea {
        height: 100px;
        padding: 5px 20px;
    }

.form-login {
    width: 100%;
    height: 50px;
    background: #A83022;
    border-radius: 28px 28px 28px 28px;
    color: #FFFFFF;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 50px;
    cursor: pointer;
}