html,
body {
    height: 100%;
}

body {
    background-color: rgba(241, 229, 230, 0.7);
}

.mt-20 {
    margin-top: 20px;
}

.px-color {
    color: #337ab7
}

.navbar.navbar-inverse {
    background-color: rgba(34, 34, 34, 0.9);
}

.navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: 100%;
}

.px-bg-color {
    background-color: #337ab7;
}

/* start #kurocore-page */
#kurocore-page {
    padding-top: 50px;
    padding-bottom: 50px;
    min-height: 100%;
}

#kurocore-page .pagination .page-link {
    cursor: pointer;
}

#kurocore-page .pagination>li>a,
.pagination>li>span {
    color: #333333;
}

#kurocore-page pagination .page-item:active {
    background: #222222;
    color: #EEEEEE;
}

#kurocore-page .pagination .page-item .active,
.pagination .page-item .active:hover {
    background: #222222;
    color: #EEEEEE;
}

/* end of kurocore-page */

#footer {
    padding: 10px 0;
    background-color: #222;
    border-color: #080808;
    text-align: center;
    color: #9d9d9d;
    position: relative;
}

#footer .copyright a {
    color: #BBBBBB;
    font-weight: bold;
    text-decoration: none;
}

#footer .copyright a:hover {
    color: #FFFFFF;
    background-color: transparent;
}

.btn.illustrator {
    border-radius: 15px;
    font-weight: bold;
    transition: all 0.5s;
    min-width: 30px;
    min-height: 30px;
    max-width: 100%;
    overflow: hidden;
}

.pixiv-icon {
    display: inline-block;
    background-image: url(/asset/images/page/pixiv_icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}

.navbar navbar-inverse {
    z-index: 100px;
}

ul.typeahead.dropdown-menu {
    width: 100%;
}


#top-banner .banner {
    margin-top: 5px;
}

#bottom-ad {
    text-align: center;
    margin-top: 10px;
    padding-bottom: 20px;
}


/* start of illust object */
.illust {
    margin-bottom: 35px;
    /*padding: 0 10px;*/
}

.illust .illust-image:hover {
    border-color: #258fb8;
    opacity: 0.8;
}

.illust-image {
    position: relative;
}

.illust .restrict-alert {
    background-image: url('/asset/images/component/logo_18.png');
    background-repeat: no-repeat;
    background-size: 240px;
    background-position: center;
    background-color: rgba(255, 255, 255, 1);
    position: absolute;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.illust .illust-manga {
    position: absolute;
    z-index: 2;
    right: 5px;
    top: 10px;


    padding: 4px 6px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    font-size: 12px;
    line-height: 10px;
    color: #FFFFFF;
}

.illust .illust-detail {
    /*border-bottom: 1px solid;*/
    /*border-color: rgba(160,160,160,0.8);*/
    padding: 5px 0;
}

.illust .illust-detail .illust-title {
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
}

.px-color {
    color: #258fb8
}

.illust .cover {
    height: 300px;
    line-height: 292px;
    width: 100%;
    position: relative;
    display: inline-block;
    text-align: center;
    padding: 4px;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.illust .cover .mode {
    position: absolute;
    right: 0;
    top: 0;
    border-style: solid;
    border-width: 0 50px 50px 0;
    border-color: transparent rgba(0, 0, 0, 0.47) transparent transparent;
}

.illust .cover img {
    display: inline-block;
    margin: 0 auto;
    vertical-align: middle;
    max-height: 280px;
}

/* end of illust object*/

a.member {
    text-decoration: none;
    /*font-weight: bold;*/
    color: #222222;
}

a.member:hover {
    opacity: 0.8;
}

img.member-icon {
    border-radius: 50%;
    border: 1px solid rgb(255, 255, 255);
    width: 32px;
    height: 32px;
}

img.icon-sm {
    border: 1px solid rgb(255, 255, 255);
    width: 32px;
    height: 32px;
}

img.icon-lg {
    border: 2px solid rgb(255, 255, 255);
    width: 128px;
    height: 128px;
}

#tags .btn-tag {
    margin-left: 5px;
    margin-top: 5px;
}






.share-container {
    display: none;
    justify-content: center;
    margin: 15px 0;
    position: relative;
}

/* 微型分享按钮样式 */
.micro-share-btn {
    width: 40px;
    height: 40px;
    background: #3498db;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    z-index: 10;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: none;
    outline: none;
    box-shadow: 0 4px 12px rgba(52, 152, 219, 0.3);
}

.micro-share-btn:hover {
    transform: scale(1.2) rotate(15deg);
    background: #2980b9;
    box-shadow: 0 6px 15px rgba(52, 152, 219, 0.4);
}

.micro-share-btn:active {
    transform: scale(0.9);
}

.micro-share-btn i {
    font-size: 16px;
    color: white;
    transition: transform 0.3s ease;
}

/* 分享动画效果 */
.share-animation {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(52, 152, 219, 0.2);
    top: 0;
    left: 0;
    animation: pulse 2s infinite;
    opacity: 0;
    z-index: 1;
}



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

    #zone-result .col-sm-6,
    #zone-result .col-xs-12 {
        text-align: center;
    }
}