﻿.fd-w {
    width: 1200px;
    margin: auto;
}

.plr10 {
    padding-left: 10px;
    padding-right: 10px;
}

.mb40 {
    margin-bottom: 40px;
}

.a-box {
    margin-bottom: 60px
}

.footer {
    background: #FF8D5C;
    height: 74px;
    text-align: center;
    color: #fff;
    line-height: 74px;
}

    .footer a {
        color: #fff;
    }

.nav-bar {
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.menu {
    display: flex;
    justify-content: space-between;
}

    .menu .login {
        background: #FF7C3C;
        border-radius: 17px;
        width: 92px;
        height: 33px;
        text-align: center;
        line-height: 33px;
        color: #fff;
        margin-left: 30px;
    }

.menu-info > a {
    float: left;
    margin: 0 25px;
    line-height: 33px;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    color: #333333;
}

    .menu-info > a.active {
        color: #FF7C3C;
        border-bottom: 3px solid #FF7C3C;
    }

.banner {
    position: relative;
    height: 450px;
    overflow: hidden;
}
    .banner img {
        object-fit: cover;
        height: 100%;
    }

.notice-info {
    background: #FFFFFF;
    border-radius: 16px 16px 16px 16px;
    box-shadow: 0px 3px 21px 1px rgba(0,0,0,0.1);
    font-size: 16px;
    color: #333333;
    position: absolute;
    left: 50%;
    margin-left: -600px;
    top: 452px;
    line-height: 50px;
    padding: 40px 60px;
    width: 1080px;
    z-index:20;
}

.page-pd {
    padding-top: 159px;
    background:url(../images/bg.png) no-repeat center top;
}

.subject-tool {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.subject-name {
    background: #FF8E5C;
    padding: 10px 50px;
    color: #fff;
    font-size: 28px;
    border-radius: 30px;
}

.subject-more {
    color: #666666;
    font-size:18px;
}

.album-info {
    height: 360px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .album-info .album-info-box {
        height: 211px;
        width: 100%;
        background: #FFFFFF;
        box-shadow: 0px 4px 38px 1px rgba(0,0,0,0.25);
        border-radius: 10px;
        position: absolute;
        bottom: 0;
        text-align: center;
    }

.album-img {
    height: 286px;
    position: relative;
    z-index: 5;
    overflow: hidden;
    width: 210px;
    box-shadow: 0px 4px 38px 1px rgba(0,0,0,0.25);
}
    .album-img img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

.album-info-box .album-info-title {
    color: #252525;
    font-weight: 500;
    font-size: 22px;
    margin-top: 150px;
}


.paging {
    width: 1200px;
    text-align: center;
    margin-top: 20px;
    margin: auto;
    margin-bottom: 20px;
}

    .paging a, .paging span {
        padding: 5px 10px;
        color: #FF8D5C;
        margin-right: 5px;
        border-radius: 30px;
        border: 1px solid #FF8D5C;
        background-size: cover;
    }

    .paging .jump-ipt {
        width: 50px;
        margin-right: 5px;
        padding: 8px 1px;
        padding-left: 10px;
        border-radius: 20px;
        outline: none;
        border: 1px solid #FF8D5C;
    }
        .paging .jump-ipt::placeholder {
            color: #FF8D5C;
        }

        .paging span.current {
            /*background: #1EBEB5;*/
            border-radius: 50%;
            color: #ffffff;
            background: #FF8D5C;
        }

    .paging a.prev {
        border-radius: 20px;
        background-size: cover;
    }

    .paging a.next {
        border-radius: 20px;
        background-size: cover;
    }

    .paging a.jump-btn {
        border-radius: 20px;
        padding: 6px 10px;
        font-family: FZZhunYuan-M02S;
        font-weight: 400;
        background-size: cover;
    }


.op-tool {
    margin: 35px 0;
}

    .op-tool a {
        padding: 10px 50px;
        border: 1px solid #FF8E5C;
        border-radius: 20px;
        color: #333333
    }

        .op-tool a.active, .op-tool a:hover {
            background: #FF8E5C;
            color: #fff;
        }

.work-box {
    height: 247px;
    border-radius: 16px;
    box-shadow: 0px 4px 38px 1px rgba(0,0,0,0.15);
    padding: 10px 20px;
    display: flex;
    position:relative;
    background:#fff;
    margin-bottom:20px;
}

.work-img-box {
    width: 185px;
    height: 247px;
}

.work-content-box {
    flex-grow: 1;
    padding: 15px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}
.data-verify {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 148px;
    height: 146px;
}
.pass {
    background: url(/WebUI/EBook/images/1.png) no-repeat
}
.wait {
    background: url(/WebUI/EBook/images/2.png) no-repeat
}
.fail {
    background: url(/WebUI/EBook/images/3.png) no-repeat
}
.work-harder {
    justify-content: space-between;
    align-items: center;
}

.work-name {
    font-size: 24px;
    font-weight: 500;
    color: #404040;
}

.work-time {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
}

.word-desc {
    font-size: 16px;
    color: #404040;
    line-height: 24px;
    margin-top: 10px;
}

.word-tool {
    text-align: right;
    margin-right:100px;
}

    .word-tool a {
        padding: 7px 33px;
        border: 1px solid #999999;
        border-radius: 20px;
        color: #666666;
    }

        .word-tool a.delete {
            border: 1px solid #F61A1A;
            color: #F61A1A;
        }

        .word-tool a.release {
            border: 1px solid #FF8E5C;
            color: #FFFFFF;
            background: #FF8E5C;
        }

.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: 766px;
    height: 428px;
    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;
}

.wrod-tisp {
    font-size: 23px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    margin-bottom: 20px;
}

.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: #FF8D5C;
    border-radius: 28px 28px 28px 28px;
    color: #FFFFFF;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 50px;
    cursor: pointer;
}