@CHARSET "UTF-8";

/* 列表错误信息 */
#resultMsg {
    float: left;
    width: 100%;
    text-align: center;
    padding: 35px 0;
    color: #40aff2;
    font-size: 15px;
}

/* 中间区 */
#content {
    float: left;
    width: 67%;
    margin: 50px 24% 20px 9%;
    min-height: 500px;
}

/* 广告 */
.adv {
    float: left;
    width: 100%;
}

/* 共享信息 */
#content_info {
    float: left;
    width: 100%;
}

#content_info_right {
    font-size: 15px;
    color: #333;
    letter-spacing: 1px;
    width: 76%;
    float: right;
    padding-left: 3%;
    min-height: 600px;
    width: 76%;
}

#content_info_right_content {
    float: left;
    width: 100%;
    padding-bottom: 20px;
    padding-top: 8px;
}

#content_info_right_content #item_path {
    float: left;
    width: 100%;
}

#content_info_right_content #item_path video {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

#item_path #item_path_img {
    -moz-column-count: 3; /* 火狐 */
    -webkit-column-count: 3; /* Safari 和 谷歌 */
    column-count: 3;
    -moz-column-gap: 1em;
    -webkit-column-gap: 1em;
    column-gap: 1em;
    width: 100%;
}

#item_path #item_path_img img {
    padding-bottom: 1em;
    -moz-page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    object-fit: cover;
}

@media screen and (max-width: 800px) {
    #item_path #item_path_img {
        column-count: 2;
    }
}

@media screen and (max-width: 500px) {
    #item_path #item_path_img {
        column-count: 1;
    }
}

#content_info_right_content #item_path a {
    color: #0000CC;
    font-size: 16px;
    font-weight: 400;
    text-decoration: underline;
}

#content .statement {
    float: left;
    font-size: 12px;
    color: #bbb;
    text-align: center;
    padding: 23px 0 6px;
}
