﻿* {
    padding: 0;
    margin: 0
}

#mbOverlay {
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    cursor: pointer;
}

#mbOverlay.mbOverlayFF {
    background: transparent url(https://cn.cgrl-lab.com/static/css/80.png) repeat;
}

#mbOverlay.mbOverlayIE {
    position: absolute;
}

#mbCenter {
    height: 557px;
    position: absolute;
    z-index: 9999;
    left: 50%;
    background-color: #fff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.70);
    -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.70);
}

#mbCenter.mbLoading {
    background: #fff url(https://cn.cgrl-lab.com/static/css/images/WhiteLoading.gif) no-repeat center;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

#mbImage {
    left: 0;
    top: 0;
    font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    text-align: left;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 10px;
}

#mbImage a,
#mbImage a:link,
#mbImage a:visited {
    color: #ddd;
}

#mbImage a:hover,
#mbImage a:active {
    color: #fff;
}

#mbBottom {
    min-height: 20px;
    font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
    line-height: 20px;
    font-size: 12px;
    color: #999;
    text-align: left;
    padding: 0 10px 10px;
}

#mbTitle {
    /* width: 20%; */
    text-align: center;
    display: inline;
    color: #999;
    font-weight: bold;
    line-height: 31px;
    font-size: 16px;
    padding: 10px;
    /* margin: 45%; */
}

#mbNumber {
    background: url(https://cn.cgrl-lab.com/static/css/images/mbNumber_bg.gif) no-repeat center;
    display: inline;
    color: #C00;
    line-height: 26px;
    font-size: 12px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    text-align: center;
    width: 65px;
    height: 26px;
}

#mbCaption {
    display: block;
    color: #999;
    line-height: 14px;
    font-size: 10px;
}

#mbPrevLink,
#mbNextLink,
#mbCloseLink {
    display: block;
    float: right;
    height: 20px;
    margin: 0;
    outline: none;
}

#mbPrevLink {
    width: 32px;
    height: 100px;
    background: transparent url(../image/CustomBlackPrevious.gif) no-repeat center;
    position: absolute;
    top: 38%;
    left: -32px;
}

#mbNextLink {
    width: 32px;
    height: 100px;
    background: transparent url(../image/CustomBlackNext.gif) no-repeat center;
    position: absolute;
    top: 38%;
    right: -32px;
}

#mbCloseLink {
    width: 24px;
    background: transparent url(../image/CustomBlackClose.gif) no-repeat center;
    position: absolute;
    top: 10px;
    right: 10px;
}

#mbError {
    position: relative;
    font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    border: 10px solid #700;
    padding: 10px 10px 10px;
    margin: 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#mbError a,
#mbError a:link,
#mbError a:visited,
#mbError a:hover,
#mbError a:active {
    color: #d00;
    font-weight: bold;
    text-decoration: underline;
}

.layout_default {
    width: 30%;
    float: left;
    margin: 20px 1.5%;
    height: 300px;
}

.mod_gallerylist {
    width: 1200px;
    margin: 0 auto
}

.meta {
    width: 300px;
    margin: 0 auto;
    display: block;
    font-size: 16px;
    text-align: center;
    padding: 10px 0;
}

.image_container img {
    /* border: 1px solid #CCC; */
    padding: 20px;
}

.meta a {
    color: #333;
    text-decoration: none
}




.filter {
    margin-top: 50px;
    width: 1200px; 
    margin: 0 auto;
}

.filter .filter_item {
    display: flex;
    flex-wrap: wrap;
    min-width: 100%;
    border-bottom: 1px solid #eee;
}


.filter .filter_item .cate_list .cate_item {
    position: relative;
}

.filter .filter_item .cate_list .cate_item::after {
    content: '';
    display: block;
    width: 1px;
    height: 16px;
    background-color: #232323;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.filter .filter_item .cate_list .cate_item:last-child::after {
    display: none;
}

.filter .filter_item .cate_list .cate_item:hover .cate_link,
.filter .filter_item .cate_list .cate_item.active .cate_link {
    /*color: #127a46;*/
}

.filter .filter_item .title {
    /*width: 10%;*/
    font-size: 18px;
    padding: 15px;
    font-weight: 600;
}

.filter .filter_item .cate_list {
    display: flex;
    flex-wrap: wrap;
    max-width: 90%;
}

.filter .filter_item .cate_list .cate_item .cate_link {
    padding: 15px;
}

.filter .filter_item .cate_list .cate_item .cate_link {
    display: block;
    font-size: 16px;
    color: #000;
}



@media screen and (max-width:768px) {
    .layout_default {
    width: 100%;
    float: left;
    margin: 20px auto;
    /*height: 300px;*/
}

    .filter .filter_item .title {
        width: 100%;
        font-size: 18px;
        padding: 15px;
        font-weight: 600;
    }

    .filter .filter_item .cate_list {
        display: flex;
        flex-wrap: wrap;
        max-width: 100%;
    }

    .filter .filter_item .cate_list .cate_item .cate_link {
        padding: 10px;
    }

    .filter .filter_item .cate_list .cate_item .cate_link {
        display: block;
        font-size: 16px;
        color: #000;
    }
    .filter {
    margin-top: 50px;
    width: 90%; 
    margin: 0 auto;
        
    }
    .mod_gallerylist {
     width: 90%; 
    margin: 0 auto;
}
}