﻿.body-container {
    width: 100%;
    min-height: 100vh;
    background-color: #FFFFFF;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 12px;
}

.container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 30px;
}

.m-left {
    margin-left: 473px;
}

.first-word {
    font-family: "SourceHanSansCN-Medium", sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin-right: 30px;
}

.other-words {
    font-family: "SourceHanSansCN-Regular", sans-serif;
    font-size: 14px;
    margin-right: 10px;
    cursor: pointer;
    padding: 0 10px
}


.active-words {
    background-color: #EBEBEB;
    border-radius: 5px;
/*    width: 70px;
    height: 25px;*/
    line-height: 25px;
    text-align: center;
    font-size: 14px;
    padding: 0 10px
}

hr {
    border: none;
    border-top: 1.5px solid #E0E0E0;
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
}


.mo-container {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: center;*/
    gap: 10px;
    margin-top: 30px;
    align-items: center;
    width:1224px;
    margin-left:auto;
    margin-right:auto;
}

.mo-rectangle {
    background-color: #efe8e8;
    position: relative;
    width: 276px;
    height: 420px;
    /*background-color: white;*/
    /*border-radius: 15px;*/
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    margin-left: 15px;
    margin-right: 15px;
}

    .mo-rectangle img {
        /* width: 256px;
        height: 369px;*/
        position: absolute;
        /*top: 47%;*/
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 100%;
        max-height: 100%;
    }

    .mo-rectangle .button {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 150px;
        height: 50px;
        background-color: #EB6B2C;
        border-radius: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        display: none;
        color: white;
        font-size: 14px;
        cursor: pointer;
    }

    .mo-rectangle:hover .button {
        display: flex;
        text-align: center;
        font-family: "SourceHanSansCN-Regular", sans-serif;
        font-size: 16px;
    }

        .mo-rectangle:hover .button button {
            color: white;
            font-size: 14px;
            border: none;
            background: none;
            cursor: pointer;
        }

.mo-title {
    font-family: "SourceHanSansCN-Regular", sans-serif;
    font-size: 16px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
}


.mo-rectangle:hover .anli-button {
    display: flex;
}

.anli-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 150px;
    height: 50px;
    background-color: #EB6B2C;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "SourceHanSansCN-Medium", sans-serif;
    font-size: 18px;
    color: #FFFFFF;
    display: none;
    cursor: zoom-in;
}



.mo-row {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}
.s7-title { 
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.65);
    color: #ffffff;
    font-family: "SourceHanSansCN-Regular", Arial, sans-serif;
    font-size: 16px;
    text-align: center;
}


.m-tag {
    width: 100%;
    text-align: center;
    height: 17px;
    position: absolute;
    top: 25px;
    left: -127px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 1px;
    padding-bottom: 1px;
    opacity: 0.8;
    line-height: 17px;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    z-index: 10;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-box-sizing: unset;
    -moz-box-sizing: unset;
    box-sizing: unset;
}

.yellow {
    background-color: #d61e21;
}

.blue {
    background-color: #4173E8;
}

.pagination-container {
    display: flex;
    justify-content: center;
    font-family: "SourceHanSansCN-Regular", sans-serif;
    font-size: 16px;
    margin-top: 40px;
    margin: 25px;
}

    .pagination-container a {
        margin-left: 5px;
    }

.page-item {
    font-family: "SourceHanSansCN-Regular", sans-serif;
    font-size: 16px;
    color:black;
  
}

.page-link {
    font-family: "SourceHanSansCN-Regular", sans-serif;
    font-size: 16px;
    color: #767676;
    border-radius: 5px;
}

.second-word {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
    height: auto;
    width: 1040px;
    line-height: 25px;
}