body {
    font-family: 'Arial', "微軟正黑體", Microsoft JhengHei, "微軟雅黑體", Microsoft YaHei, SimHei, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "新細明體", Arial, Verdana, Helvetica, sans-serif;
}

::-webkit-scrollbar {
    width: 2px;
}

.inside-mouse {
    margin: 0;
    padding: 2% 0 5% 0;
    width: 100%;
}

.mouse-gallery {
    margin: 0;
    padding: 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.mouse-gallery-photo {
    max-width: 900px;
    width: 100%;
    padding: 0 5% 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.gallery-big-jpg {
    padding: 0;
    margin: 0;
    width: 100%;
}

.mouse-gallery-item {
    margin-top: 80px;
    max-width: 600px;
    width: 100%;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}

.img_ul {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    overflow-y: -moz-hidden-unscrollable;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    height: 500px;


}

.img_ul::-webkit-scrollbar {
    width: 2px;
}

.img_ul::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #323232;
    border-radius: 3px;
}

.img_ul::-webkit-scrollbar-thumb {
    background: #797979;
    border-radius: 3px;
}

.mouse-gallery .mouse-gallery-item>ul>li {
    margin: 0;
    padding: 5px;
    width: 33.333333%;
    cursor: pointer;
    transition: .2s opacity;
    opacity: .6;
    list-style-type: none;
    position: relative;
    box-sizing: border-box;
}

.mouse-gallery .mouse-gallery-item>ul>li:hover {
    opacity: 1;
    transition: .2s opacity;
    list-style-type: none;
}

.mouse-gallery .mouse-gallery-item>ul>li.photo-active {
    opacity: 1;
    
}





.gallery-jpg div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 999;
    display: none;
}

.dl-icon {
    position: absolute;
    right: 6px;
    bottom: 6px;
    width: 15px;
    filter: drop-shadow(0px 3px #000);
}

.thumb,
.thumbChecked {
    display: block;
    width: 100%;
    box-sizing: border-box;
}

.dl-btn {
    
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 125%);
}

.download {
    display: none;
}

.download img {
    width: 15px;
}

.download_span {
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    margin-left: 20px;
}

.download_span:hover {
    color: #fff;
    text-decoration: none;
    text-decoration-color: rgba(0, 0, 0, 0);
    text-decoration-line: rgba(0, 0, 0, 0);
}

.download_gallery {
    color: #fff;
    background: #777;
    padding: 2% 0;
    font-weight: bold;
    letter-spacing: 3px;
    cursor: pointer;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.download_gallery:hover {
    color: #fff;
    filter: brightness(1.1);
    padding: 2% 0;
    font-weight: bold;
    letter-spacing: 3px;
    cursor: pointer;
    background: #888;
}



@media screen and (max-width: 1920px) and (min-width: 500px) {


    .mouse-gallery-item {
    margin-top: 30px;
    max-width: 450px;
    width: 100%;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}

.mouse-gallery-photo {
    max-width: 600px;
    width: 100%;
    padding: 0 5% 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

}