/* ===== begin gen-analysis ===== */

.gen-analysis {
    font-size: 0.95rem;
    /*line-height: 1.8;*/
    color: #333;
    /*margin: 16px 15px 24px 12px;*/
    margin: 5px;
    padding: 10px;
    border: 1px solid #BBBBBB;
    border-radius: 5px;
    background-color: #fffdf7;
}
.gen-analysis p {
    margin: 0 0 12px;
}
.gen-analysis h1,
.gen-analysis h2,
.gen-analysis h3,
.gen-analysis h4 {
    color: #444;
    font-weight: 700;
    margin: 20px 0 10px;
    padding-bottom: 4px;
    border-bottom: 2px solid #e8e8e8;
}
.gen-analysis h1 { font-size: 1.3rem; }
.gen-analysis h2 { font-size: 1.15rem; }
.gen-analysis h3 { font-size: 1.05rem; border-bottom: 1px solid #eee; }
.gen-analysis h4 { font-size: 0.95rem; border-bottom: none; }
.gen-analysis ul,
.gen-analysis ol {
    margin: 8px 0 12px;
    padding-left: 24px;
}
.gen-analysis li {
    margin-bottom: 4px;
}
.gen-analysis strong {
    font-weight: bolder;
    color: #222;
}
.gen-analysis blockquote {
    border-left: 4px solid #c0392b;
    background: #fff8f0;
    margin: 12px 0;
    padding: 10px 16px;
    /*color: #c97626;*/
    color: #c0392b;
    border-radius: 0 4px 4px 0;
}
.gen-analysis code {
    background: #f0f0f0;
    padding: 2px 5px;
    border-radius: 3px;
    font-size: 0.88rem;
    color: #c0392b;
}
.gen-analysis pre {
    background: #f4f4f4;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 12px 16px;
    overflow-x: auto;
    font-size: 0.88rem;
}
.gen-analysis table {
    width: 100%;
    border-collapse: collapse;
    margin: 12px 0 16px;
    font-size: 0.92rem;
}
.gen-analysis table th {
    background: #f0f0f0;
    color: #444;
    font-weight: 700;
    padding: 8px 12px;
    border: 1px solid #ddd;
    text-align: left;
}
.gen-analysis table td {
    padding: 8px 12px;
    border: 1px solid #e0e0e0;
    vertical-align: top;
}
.gen-analysis table tr:nth-child(even) td {
    background: #f9f9f9;
}
.gen-analysis table tr:hover td {
    background: #fff3e8;
}
.gen-analysis hr {
    border: none;
    border-top: 1px solid #e0e0e0;
    margin: 20px 0;
}
/* ===== end gen-analysis ===== */
.house_list .list li div.gen-analysis {
    width: auto;
    height: auto;
    margin: 5px 0 0 0;
    padding: 5px;
}

.house_list .list li div.btn-area {
    height: auto;
    padding: 0;
}

.btn-area .QA-button {
    display: inline-block;
    background: #ecb70b;
    height: 24px;
    line-height: 24px;
    border-radius: 3px;
    color: #fff;
    text-shadow: 0 -1px #dda42a;
    text-align: center;
    width: auto;
    border: none;
    cursor: pointer;
    float: left;
    margin-right: 5px;
}
.btn-area .detail-button {
    display: inline-block;
    background: #3e90bf;
    height: 24px;
    line-height: 24px;
    border-radius: 3px;
    color: #fff;
    text-shadow: 0 -1px #37ac85;
    text-align: center;
    width: auto;
    border: none;
    cursor: pointer;
    float: left;
    margin-right: 5px;
}
.btn-area .social-button {
    display: inline-block;
    background: #97b73d;
    height: 24px;
    line-height: 24px;
    border-radius: 3px;
    color: #fff;
    text-shadow: 0 -1px #83a22c;
    text-align: center;
    width: auto;
    float: left;
    margin-right: 5px;
    padding: 0 5px;
}

.movie_box .main_box .peoInfo {
    position: absolute;
    left: 0;
    top: 0;
    padding: 8px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 16px 16px 0 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0+100 */
    background: -moz-linear-gradient(
            top,
            rgba(0, 0, 0, 0.75) 0%,
            rgba(0, 0, 0, 0) 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
            top,
            rgba(0, 0, 0, 0.75) 0%,
            rgba(0, 0, 0, 0) 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0.75) 0%,
            rgba(0, 0, 0, 0) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

.movie_box .main_box a {
    left: 0;
    top: 0;
    position: absolute;
    z-index: 9999;
    display: flex;
    align-items: center;
    margin-right: 64px;

    color: #fff;
    font-weight: bolder;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.2), 0 0 5px rgba(0, 0, 0, 0.2);
    gap: 0 8px;
}

.movie_box .main_box a p {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 50%;
    /* box-shadow: 0 0 8px rgba(0, 0, 0, 0.2); */
    padding: 0;
}

.movie_box .main_box a p img {
    width: 100%;
}

.movie_box .main_box a span {
    margin-top: 12px;
    margin-left: 56px;
}

.movie_scroll span {
    aspect-ratio: 656/1312;
    width: 26%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 8px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #000;
}

a.peo {
    position: absolute;
    left: 6px;
    top: 6px;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    overflow: hidden;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #005bac;
    z-index: 2;
}

a.peo img {
    max-width: 32px;
    max-height: 32px;
}

.svideo_tag {
    font-size: 12px;
    position: absolute;
    width: 100%;
    left: 2px;
    bottom: 2px;
    color: #fff;
}