﻿.borrow-editor-box{
    width: 1200px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.borrow-editor-class-box{
    font-size: 0;
    width: 100%;
    margin-bottom: 20px;
}
.borrow-editor-class-list{
    width: 290px;
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
    background-color: #FFF;
    font-size: 26px;
    color: #000;
    text-align: center;
    height: 60px;
    line-height: 60px;
    transition: all .5s ease;
    margin-right: 13px;
    cursor: pointer;
}
.borrow-editor-class-list:last-child{
    margin-right: 0;
}

.borrow-editor-edit-block{
    width: 100%;
    display: block;
    background-color: #FFF;
    padding: 0 100px;
    box-sizing: border-box;
}

.borrow-editor-list-title{
    font-size: 26px;
    font-weight: bold;
    transform: skewX(-10deg);
    display: block;
    padding: 50px 0;
    text-align: center;
}
.borrow-editor-edit-box{
    width: 100%;
    padding-bottom: 50px;
    padding-top: 10px;
    border-top: 1px solid #d1d1d1;
}

/*-------------------------------------------*/
.borrow-editor-class-list:hover,
.borrow-editor-class-list.acitve{
    background-color: #e71f19;
    color: #FFF;
}


/*-------------------------------------*/
.borrow-editor-class-box{
    animation: fade ease .8s 1 both;
}
.borrow-editor-edit-block{
    animation: fadeInUp ease .8s 1 both;
}

@media only screen and (max-width: 1200px){

    .borrow-editor-box{
        width: 1000px;
    }
    .borrow-editor-class-list{
        width: 240px;
        height: 50px;
        line-height: 50px;
        font-size: 18px;
    }
}

@media only screen and (max-width: 1000px){
    .borrow-editor-box{
        width: 750px;
    }
    .borrow-editor-class-list{
        width: 48%;
        margin-right: 0;
        margin-bottom: 4%;
        font-size: 18px;
    }
    .borrow-editor-class-box{
        margin-bottom: 2%;
    }
    .borrow-editor-class-list:nth-child(even){
        margin-left: 4%;
    }
    .borrow-editor-edit-block,
    .borrow-editor-class-box{
        animation: none;
    }
    .borrow-editor-edit-block{
        padding: 0 2.5%;
    }

}
@media only screen and (max-width: 750px){
    .borrow-editor-box{
        width: 95%;
    }
    .borrow-editor-list-title{
        padding: 30px 0;
        font-size: 20px;
    } 
    .borrow-editor-edit-box{
        min-height: 25vh;
    }
}
