/* 产品模块 */

.mkXian {
    width: 55%;
    margin: auto;
    border-top: 0.0125rem solid #999;
}

.mkNav {
    font-size: 0.15rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 0.8rem;
    color: #999999;
}

.mkNav a {
    font-size: 0.15rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 0.8rem;
    color: #999999;
    text-decoration: none;
}

.mkBox {
    width: 55%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.mkbLeft {
    width: 70%;
}

.mkblItemBox {
    width: 100%;
    height: 5.875rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    overflow-y: scroll;
}

.mkblItemBox::-webkit-scrollbar {
    display: none;
}

.mkblItem {
    width: 2rem;
    height: 2.7125rem;
    background: #FFFFFF;
    border-radius: 0.125rem;
    margin-bottom: 0.25rem;
    cursor: pointer;
    overflow-y: scroll;
}

.mkblItem::-webkit-scrollbar {
    display: none;
}

.cpImg {
    width: 100%;
    height: 1.975rem;
}

.mkT {
    font-size: 0.175rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 0.325rem;
    color: #000B1A;
    text-align: center;
}

.mkC {
    font-size: 0.15rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 0.325rem;
    color: #999999;
    text-align: center;
}

.mkbRight {
    width: 29%;
}

.mkbrc {
    width: 3.2125rem;
    height: 1.95rem;
    background: #FFFFFF;
    border: 0.0125rem solid rgba(0, 11, 26, 0.5019607843137255);
    border-radius: 0.125rem;
    margin: auto;
    margin-top: 0.375rem;
    overflow-y: scroll;
}

.mkbrc::-webkit-scrollbar {
    display: none;
}

.mkbrcT {
    width: 90%;
    height: 0.5rem;
    margin: auto;
    font-size: 0.2rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 0.5rem;
    color: #000B1A;
    border-bottom: 0.0125rem solid #eee;
}

.mkbrType {
    width: 90%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}

.mkbrTypeT {
     font-size: 0.175rem;
     font-family: Microsoft YaHei;
     font-weight: 400;
     color: #999999;
     margin: 0.3rem 0.375rem 0 0;
     cursor: pointer;
 }

.mkbrTypeT:hover {
    color: #333;
}

.mkbrnews {
    width: 3.2125rem;
    height: 4.2625rem;
    background: #FFFFFF;
    border: 0.0125rem solid rgba(0, 11, 26, 0.5019607843137255);
    border-radius: 0.125rem;
    margin: auto;
    margin-top: 0.25rem;
    overflow-y: scroll;
}

.mkbrnews::-webkit-scrollbar {
    display: none;
}

.mkbrn {
    width: 90%;
    margin: auto;
    margin-top: 0.125rem;
}

.mkbrn a ,.mkbrTypeT a{
    font-size: 0.175rem;
    font-family: Arial;
    font-weight: 400;
    color: #999999;
    text-decoration: none;
}

.mkbrn a:hover ,.mkbrTypeT a:hover{
    color: #333;
}

@media only screen and (max-width: 540px) {
    /* 产品模块 */
    .mkXian {
        width: 92%;
        margin: auto;
        margin-top: 60px;
        border-top: 1px solid #999;
    }
    .mkNav {
        font-size: 12px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        line-height: 32px;
        color: #999999;
    }
    .mkNav a {
        font-size: 12px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        line-height: 32px;
        color: #999999;
        text-decoration: none;
    }
    .mkBox {
        width: 92%;
        margin: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .mkbLeft {
        width: 100%;
    }
    .mkblItemBox {
        width: 100%;
        height: 320px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        overflow-y: scroll;
    }
    .mkblItemBox::-webkit-scrollbar {
        display: none;
    }
    .mkblItem {
        width: 80px;
        height: 145px;
        background: #FFFFFF;
        border-radius: 5px;
        margin-bottom: 10px;
        cursor: pointer;
        overflow-y: scroll;
    }
    .cpImg {
        width: 100%;
        height: 79px;
    }
    .mkT {
        font-size: 13px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        line-height: 20px;
        color: #000B1A;
        text-align: center;
    }
    .mkC {
        font-size: 12px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        line-height: 20px;
        color: #999999;
        text-align: center;
    }
    .mkbRight {
        width: 100%;
    }
    .mkbrc {
        width: 100%;
        height: 120px;
        background: #FFFFFF;
        border: 1px solid rgba(0, 11, 26, 0.5019607843137255);
        border-radius: 6px;
        margin: auto;
        margin-top: 15px;
        overflow-y: scroll;
    }
    .mkbrc::-webkit-scrollbar {
        display: none;
    }
    .mkbrcT {
        width: 90%;
        height: 40px;
        margin: auto;
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        line-height: 40px;
        color: #000B1A;
        border-bottom: 1px solid #eee;
    }
    .mkbrType {
        width: 90%;
        margin: auto;
        display: flex;
        flex-wrap: wrap;
    }
    .mkbrTypeT {
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #999999;
        margin: 12px 25px 0 0;
        cursor: pointer;
    }
    .mkbrnews {
        width: 100%;
        height: 341px;
        background: #FFFFFF;
        border: 1px solid rgba(0, 11, 26, 0.5019607843137255);
        border-radius: 6px;
        margin: auto;
        margin-top: 10px;
        overflow-y: scroll;
    }
    .mkbrnews::-webkit-scrollbar {
        display: none;
    }
    .mkbrn {
        width: 90%;
        margin: auto;
        margin-top: 6px;
    }
    .mkbrn a {
        font-size: 14px;
        font-family: Arial;
        font-weight: 400;
        color: #999999;
        text-decoration: none;
    }
}