/* CSS Reset/Normalize */

/* 移除默认边距 */
html,
body {
    padding: 0;
    margin: 0 auto;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
    margin: 0;
    padding: 0;
}

/* 移除列表样式 */
ol,
ul {
    list-style: none;
}

* {
    box-sizing: border-box;
    font-family: "微软雅黑";
}

/* 设置默认的字体大小和行高 */
body {
    font-family: "Arial", sans-serif;
    font-size: 16px;
    line-height: 1.6;
}

/* 移除默认边框 */
fieldset,
img {
    border: 0;
    line-height: 0;
    font-size: 0;
    display: block;
}

/* 设置表格边框合并 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* 链接样式 */
a {
    color: #000;
    text-decoration: none;
}

/* 去除表单元素的默认样式 */
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
}

/* 去除表单元素在获得焦点时的蓝色边框（在某些浏览器中） */
input[type="submit"],
button {
    cursor: pointer;
    border: none;
    outline: none;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* 清除浮动 */
.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

/* 隐藏元素 */
.visually-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: polygon(0 0, 0 0, 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
}

/* 隐藏但屏幕阅读器可访问 */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

/* 隐藏但焦点可访问 */
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    margin: 0;
}

body {
    min-width: 1180px;
}

/* 根据需要添加其他重置或标准化样式 */
.content {
    max-width: 1920px;
    min-width: 1180px;
    margin: 0 auto;
}

header {
    background: url("../img/topbk.png");
}

header .content {
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .content .logo img {
    height: 60px;
    margin-left: 55px;
}

header .menu {
    display: flex;
    justify-content: left;
    align-items: center;
}

header .menu a {
    display: block;
    margin: 0 50px;
    color: #fff;
    line-height: 50px;
    border-bottom: rgba(0, 0, 0, 0) 2px solid;
}

header .menu a.active {
    color: #fff0ea;
    border-bottom: #fff0ea 2px solid;
}

.swiper-container {
    position: relative;
    width: 100%;

}

.mythumbsSlider {
    width: 750px;
    height: 240px;
    position: absolute;
    right: 100px;
    bottom: 0;
}

.mythumbsSlider .item {
    color: #fff;
    text-align: center;
}

.mythumbsSlider .item .imgshow {
    line-height: 0;
    font-size: 0;
    color: #fff;
    position: relative;
}

.mythumbsSlider .item .imgshow .cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
}


.mythumbsSlider .swiper-button-prev {
    left: -40px;
    top: 100px;
    --swiper-navigation-size: 30px;
    --swiper-navigation-color: #fff;
}

.mythumbsSlider .swiper-button-next {
    right: -40px;
    top: 100px;
    --swiper-navigation-size: 30px;
    --swiper-navigation-color: #fff;
}

.mySwiper .swiper-slide {}

.mySwiper .swiper-slide-thumb-active .imgshow .cover {
    display: none;
}

.mySwiper2 {
    width: 100%;
    /*height: 932px;*/
    overflow: hidden;
}

.mySwiper2 .item {
    position: relative;
}

.mySwiper2 .item .name {
    position: absolute;
    bottom: 60px;
    left: 60px;
    color: #fff;
    font-size: 24px;
}

.mySwiper2 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mySwiper2 .swiper-slide img {
    display: block;
    width: 100%;
    /*	height: 932px;*/
    object-fit: cover;
}

.actor-list {
    background: #fff url("../img/section_1_bk.png");
    padding: 75px 0;
}

.actor-list.oplist {
    background: #fff url("../img/section_2_bk.png");
}

.actor-list .act-nominate {
    display: flex;
    flex-grow: 0;
    justify-content: space-between;
    margin: 1% auto auto;
    max-width: 1800px;
}


.actor-list .title {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 45px;
}

.actor-list .act-nominate .nominate {
    width: 32.6%;
    flex-shrink: 0;
}

.actor-list .act-nominate .nominate img {
    width: 100%;
}

.actor-list .act-nominate .nominate a {
    position: relative;
    display: block;
}

.actor-list .act-nominate .nominate .name {
    position: absolute;
    width: 100%;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    bottom: 0;
    color: #fff;
    text-align: center;

}

.actor-list .list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-left: 1%;
}

.actor-list .item {

    overflow: hidden;
}

.actor-list.oplist .item {}

.actor-list .list .item {
    margin-bottom: 1%;
    width: 24%;
    overflow: hidden;
}

.actor-list .list .item img {
    width: 100%;
}

.actor-list.oplist .list .item {}

.actor-list .list .item a {
    position: relative;
    display: block;

}

.actor-list.oplist .list .item a {
    position: relative;
    display: block;
    font-size: 20px;
}

.actor-list.oplist .nominate a {
    position: relative;
    display: block;
    font-size: 20px;
}

.actor-list .item a .info {
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(165, 36, 41, 0.8);
    height: 100%;
    width: 100%;
    display: none;
    color: #fff;
    text-align: center;
}

.actor-list .nominate a .info {
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(165, 36, 41, 0.8);
    height: 100%;
    width: 100%;
    display: none;
    color: #fff;
    text-align: center;
}

.actor-list .item a .info .info-intro {
    margin-top: 30px;
}

.actor-list .nominate a .info .info-intro {
    margin-top: 30px;
}

.actor-list .item a:hover .info {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.actor-list .nominate a:hover .info {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.actor-list .list .item .name {
    position: absolute;
    width: 100%;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    bottom: 0;
    color: #fff;
    text-align: center;
}

.actor-list .nominate .name {
    position: absolute;
    width: 100%;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    bottom: 0;
    color: #fff;
    text-align: center;
}

.actor-list .item a:hover .name {
    display: none;
}

.actor-list .nominate a:hover .name {
    display: none;
}

.actor-list .more {
    padding-top: 45px;
}

.actor-list .more a {
    background-image: url("../img/titlebk.png");
    display: block;
    height: 48px;
    width: 190px;
    line-height: 48px;
    text-align: center;
    margin: 0 auto;
    color: #fff;
}

footer {
    background: #9e151e url('../img/footer_bk.png') no-repeat;
    background-size: 100% 100%;
    min-height: 330px;
    padding-top: 90px;
}

footer .footer-info {
    color: #d6a3a6;
}

footer .footer-info div {
    margin-top: 15px;
}

footer .footer-content {
    display: flex;
    justify-content: space-between;
}

.footer-content .qr {
    display: flex;
    justify-content: center;
    color: #d6a3a6;
    margin-right: -15px;
}

.footer-content .qr .qr-info {
    margin: 0 15px;
    text-align: center;
}

.footer-content .qr .qr-info div {
    margin-bottom: 15px;
}

.oplist-banner {
    background-color: #274136;
    background-image: url("../img/opbanner.png");
    padding: 50px 0;
}

.op-swiper-container {
    max-width: 1800px;
    display: flex;
    margin: 0 auto;
}

.op-mythumbsSlider {
    width: 26.9%;
}

.oplistSwiperthumbs {
    width: 100%;
    position: relative;
    z-index: 1000;
}

.oplistSwiperthumbs .item {
    background-color: #fff;
    display: flex;
    box-sizing: content-box;
    position: relative;
    border-bottom: #ededed 1px solid;
}

.oplistSwiperthumbs .name {
    background-image: url("../img/opbanner_bk1.png");
    background-position: right bottom;
    background-repeat: no-repeat;
    width: 55%;
    padding: 20px;
    display: flex;
    align-items: center;
}

.oplistSwiperthumbs .imgshow {
    width: 45%;
    overflow: hidden;
}

.oplistSwiperthumbs .item.active {
    background-color: #a52429;
    margin: -6px;
    padding: 6px;
    z-index: 1001;
    border-bottom: #a52429 1px solid;
}

.oplistSwiperthumbs .item.active .name {
    background-image: url("../img/opbanner_bk2.png");
    color: #fff;
}

.oplistSwiperthumbs .imgshow img {
    width: 100%;
}

.oplistSwiper {
    max-width: 1325px;
    width: 74%;
}

.oplistSwiper .item {
    max-width: 1325px;

    overflow: hidden;
    position: relative;
}

.oplistSwiper .item img {
    width: 100%;
}

.oplistSwiper .item .text {
    position: absolute;
    height: 325px;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 150px 30px 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
}

.oplistSwiper .item .text .name {
    font-size: 24px;
    line-height: 45px;
    color: #fff;
}

.oplistSwiper .item .text .summary {
    line-height: 30px;
    margin-top: 20px;
    font-size: 14px;
    color: #fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

.oplist-list {
    padding: 60px 0;
    background-image: url("../img/section_3_bk.png");
}

.list-header {
    margin: 0 auto;
    max-width: 1800px;
    display: flex;
    justify-content: space-between;
}

.list-header .title {
    font-size: 24px;
}

.list-header .filter {
    display: flex;
}

.list-header .filter .item {
    width: 180px;
    height: 48px;
    position: relative;
    z-index: 100;
    margin-left: 20px;


}


.list-header .filter .filter-item {
    width: 180px;
    height: 48px;
    display: flex;

    background-image: url("../img/section_3_bk.png");
}


.list-header .filter .filter-item .filter-item-left {

    background-image: url("../img/filter_bk/left_line.png");
    background-position: top left;

    width: 10px;
    height: 48px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;


}

.list-header .filter .filter-item .filter-item-left .filter-item-left-top {
    background-image: url("../img/filter_bk/left.png");
    background-repeat: no-repeat;
    background-position: top left;
    height: 20px;
    width: 10px;
    flex-grow: 0;
}


.list-header .filter .filter-item .filter-item-left .filter-item-left-bottom {
    background-image: url("../img/filter_bk/left.png");
    background-repeat: no-repeat;
    background-position: bottom left;
    height: 20px;
    width: 10px;
    flex-grow: 0;
}

.list-header .filter .filter-item .filter-item-center {
    background-image: url("../img/filter_bk/center.png");
    width: 160px;
    height: 48px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.list-header .filter .filter-item .filter-item-center .dorplist-center-bottom {

    background-image: url("../img/filter_bk/center.png");
    background-position: left bottom;
    height: 8px;
    width: 140px;
    flex-shrink: 0;

}


.list-header .filter .filter-item .filter-item-right {
    background-image: url("../img/filter_bk/right_line.png");
    background-position: top right;
    width: 10px;
    height: 48px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.list-header .filter .filter-item .filter-item-right .filter-item-right-top {
    background-image: url("../img/filter_bk/right.png");
    background-repeat: no-repeat;
    background-position: top right;
    height: 20px;
    width: 10px;
    flex-grow: 0;
}


.list-header .filter .filter-item .filter-item-right .filter-item-right-bottom {
    background-image: url("../img/filter_bk/right.png");
    background-repeat: no-repeat;
    background-position: bottom right;
    height: 20px;
    width: 10px;
    flex-grow: 0;
}


.list-header .filter .dorplist {
    line-height: 32px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;

}

.list-header .filter .dorplist .dorp-icon {
    background-image: url("../img/drop.png");
    height: 18px;
    width: 18px;
    margin-right: 10px;
    margin-top: 5px;
}


.list-header .filter .filter-item.dorplist-item {
    height: auto;
    position: absolute;

}

.list-header .filter .filter-item .dorplist-outer {
    overflow: hidden;
    margin-top: 10px;
}


.list-header .filter .filter-item.dorplist-item .dorplist-outer .dorplist {
    box-sizing: content-box;
    width: 100%;
    height: 32px;
    overflow: hidden;
    background-color: #fff;
}

.list-header .filter .filter-item.dorplist-item:hover {
    overflow: visible;
    height: auto;
}

.list-header .filter .filter-item.dorplist-item:hover .filter-item-center {
    overflow: visible;
    height: auto;
}

.list-header .filter .filter-item.dorplist-item:hover .filter-item-left {
    overflow: visible;
    height: auto;
}

.list-header .filter .filter-item.dorplist-item:hover .filter-item-right {
    overflow: visible;
    height: auto;
}

.list-header .filter .filter-item.dorplist-item:hover .dorplist-outer {
    overflow: visible;

}

.list-header .filter .filter-item.dorplist-item:hover .dorplist-outer .dorplist .dorp-icon {
    display: none;
}

.list-header .filter .filter-item.dorplist-item:hover .dorplist-outer .dorplist {

    overflow: visible;
    height: auto;
    border-radius: 5px;
}

.list-header .filter .filter-item.dorplist-item .dorplist-outer .dorplist .selectrows {
    width: 100%;

}

.list-header .filter .filter-item.dorplist-item .dorplist-outer .dorplist .select-row {
    padding-left: 20px;
}

.list-header .filter .filter-item.dorplist-item .dorplist-outer .dorplist .select-row:Hover {
    background-color: #a03124;
    color: #fff;
}


.searchinput {
    margin-top: 8px;
    height: 32px;
    line-height: 40px;
    border: none;
    outline: none;
    padding-left: 10px;
}
.searchinput::placeholder {
    padding-left: 10px;
}

.submitbtn {
    height: 48px;
    width: 120px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    background-image: url("../img/filter_bk/search.png");
}

.oplist-list .list {
    display: flex;
    max-width: 1800px;
    margin: 0 auto;
    justify-content: space-between;
}

.oplist-list .list .item {
    width: calc(16.6667% - 10px);
}

.oplist-list .list .item img {
    width: 100%;
}

.oplist-list .list .info {
    padding: 15px 0;
}

.oplist-list .list .info-name {
    font-size: 16px;
    line-height: 32px;
}
.oplist-list .list .info-name:hover {
    color: #a03124;


}
.oplist-list .detail-list {
    padding: 15px 0;
    max-width: 1800px;
    margin: auto;
    justify-content: space-between;
}

.oplist-list .detail-list .item {
    background-color: #fff;
    padding: 25px 25px 25px 210px;
    /* height: 275px; */
    margin-bottom: 25px;
    position: relative;
    background-image: url("../img/listbk.png");
    background-position: bottom right;
    background-repeat: no-repeat;
    border-bottom: #fff 2px solid;
    transition: all 0.5s ease;

}

.oplist-list .detail-list .imgcss {
    position: absolute;
    left: 25px;
    top: 25px;
    width: 160px;
    height: 225px;
    overflow: hidden;
}
.oplist-list .detail-list .pimgcss {
    position: absolute;
    left: 25px;
    top: 25px;
    overflow: hidden;
}
.oplist-list .detail-list .imgcss img{
    width: 100%;
    height: 100%;
    transition: all 0.5s ease-in-out;


}
.oplist-list .detail-list .imgcss img:hover {
    transform: scale(1.05);
    transition: all 0.5s ease;

}
.oplist-list .detail-list .pimgcss img{
    width: 100%;
    height: 100%;
    transition: all 0.5s ease-in-out;


}
.oplist-list .detail-list .pimgcss img:hover {
    transform: scale(1.05);
    transition: all 0.5s ease;

}

.oplist-list .detail-list .info {
    padding: 4px 0;
}

.oplist-list .detail-list .info-name {
    font-size: 16px;
    line-height: 32px;
    font-size: 20px;
    font-weight: bold;
}

.oplist-list .detail-list .info-actor {
    font-size: 14px;
    display: flex;
}

.oplist-list .detail-list .info-actor div {
    padding: 5px 10px;
    border-radius: 5px;
    margin-top: 16px;
    margin-bottom: 24px;
}

.oplist-list .detail-list .info-op div {
    color: #9a2929;
    margin-top: 16px;
    margin-bottom: 24px;
}

.oplist-list .detail-list .info-actor .plevel {
    background-color: #fff0ea;
    color: #f27941;
    margin-right: 10px;
}

.oplist-list .detail-list .info-actor .porg {
    background-color: #e1f7f5;
    color: #03b5a9;
}

.oplist-list .detail-list .info-summary {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    /* 3行 * 32px = 96px */
    line-height: 32px;
    /* 为了确保在内容不足3行时也能正常显示 */
    font-size: 14px;
    color: #999999;
    -webkit-line-clamp: 2;
    /* 这是一个非标准属性，仅用于WebKit内核的浏览器，如Chrome和Safari */
}

.oplist-list .detail-list .info-more {
    font-size: 14px;
    line-height: 32px;
    color: #999999;
    height: 32px;
    width: 100px;
    background-image: url("../img/listmore_default.png");
    background-repeat: no-repeat;

    background-position: right center;
}

.oplist-list .detail-list .item:hover {
    border-bottom: #9a2929 2px solid;
    background-image: url("../img/listbkactive.png");
}

.oplist-list .detail-list .item:hover .info-more {
    color: #9a2929;
    background-image: url("../img/listmore.png");
}

.oplist-list .detail-list .item:hover .info-name {
    color: #9a2929;
}

.pagination {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination .disabled .page-link {
    color: #ddd;
    display: block;
    background-color: #fff;
    margin: 5px;
    padding: 10px 15px;
}

.pagination .active a {
    color: #fff !important;
    background-color: #9a2929 !important;
}

.pagination li a {
    display: block;
    background-color: #fff;
    margin: 5px;
    padding: 10px 15px;
}

.pagination input.item {
    width: 40px;
    border: none;
    text-align: center;
}

.operas-detail {
    background-image: url("../img/section_3_bk.png");

}

.operas-detail .detail-content {
    max-width: 1200px;
    min-width: 1180px;
    margin: 0 auto;
}

.operas-detail .detail-content .detail-title {

    display: flex;
    justify-content: left;
    align-items: center;

    padding: 50px 0;
}
 
.operas-detail .detail-content .actor {
    margin-left: 30px;
    background-color: #fadcd0;
    color: #f27941;
    padding: 2px 6px;
    border-radius: 5px;
    font-size: 14px;
}

.operas-detail .detail-content .section {
    padding-bottom: 50px;
}

.operas-detail .detail-content .section .section-title {
    display: flex;
    font-size: 24px;
    color: #5c6699;
    align-items: center;
}

.operas-detail .detail-content .section .section-title .left_bk {
    background: url("../img/icons/t_left.png") no-repeat left center;
    width: 45px;
    height: 40px;
}

.operas-detail .detail-content .section .section-title .right_bk {
    background: url("../img/icons/t_right.png") no-repeat right center;
    width: 45px;
    height: 40px;
}

.operas-detail .detail-content .section .line {
    background: url("../img/detail_line.png") no-repeat;
    height: 40px;
}

.operas-detail .detail-content .section .pics {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;


}

.operas-detail .detail-content .section .text {
    line-height: 2;
    font-size: 16px;


}

.operas-detail .detail-content .section .pics .box {

    margin-top: 15px;
    margin-left: 15px;
    width: calc(33% - 15px);
    display: block;

}

.file-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    margin-bottom: 45px;
}

.file-item .intro {
    width: 900px;
}

.file-item .intro .name {
    color: #666;
}

.file-item .intro .size {
    color: #999;
}

.file-item .btn {
    margin-right: 40px;
    height: 48px;
    width: 120px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    background-image: url("../img/filter_bk/search.png");
}

.nominate-operas {
    background-image: url("../img/opbanner.png");
    padding-bottom: 50px;
}

.nominate-operas .nominate-title {
    text-align: center;
    padding: 50px 0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.nominate-operas .opdetailSwiper {
    max-width: 1850px;
    padding-bottom: 100px;
}

.nominate-operas .opdetailSwiper .swiper-slide img {
    width: 94%;
}

.nominate-operas .opdetailSwiper .swiper-slide .info-name {
    font-size: 16px;
    color: #fff;
    margin-top: 16px;
    line-height: 32px;


}

#opdetailwwiper .swiper-pagination {
    display: flex;
    justify-content: center;
    margin-top: 5px;
}

.swiper-pagination .my-bullet.swiper-pagination-bullet {
    height: 30px;
    width: 30px;
    margin-right: 30px;
    background: url("../img/dt1.png") no-repeat;
    display: block;

}

.my-bullet-active {
    height: 30px;
    width: 30px;
    background-image: url("../img/dt1.png");
}

.detail-banner {}

.detail-banner img {
    width: 100%;
}

.actor-list.inner-nominate .list-header {
    padding-bottom: 5px;

}

.actor-list.inner-nominate .list-header .title {
    padding-bottom: 5px;

}

.oplist-list .detail-list.actordetail .list-view {
    /* padding: 15px 60px; */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}

.oplist-list .detail-list.actordetail .list-view .item {
    width: 49.2%;
    background-color: #fff;
    padding: 25px 25px 25px 250px;
    /* height: 250px; */
    margin-bottom: 25px;
    position: relative;
    background-image: url("../img/listbk.png");
    background-position: bottom right;
    background-repeat: no-repeat;
    transition: all 0.5s ease;
    /* border-bottom: #fff 2px solid; */
}

.oplist-list .detail-list.actordetail .item img {
    width: 200px;
    height: 200px;
}

.oplist-list .detail-list.actordetail .item .tags {
    display: flex;
}

.oplist-list .detail-list.actordetail .item span {
    padding: 3px 10px;
    font-size: 14px;
}

.oplist-list .detail-list.actordetail .item span.level {
    background-color: #fff0ea;
    color: #f5996e;
    border-radius: 5px;
}

.oplist-list .detail-list.actordetail .item span.org {
    background-color: #e1f7f5;
    color: #03b5a9;
    border-radius: 5px;
}

.oplist-list .detail-list.actordetail .info-summary {
    /* height: 60px; */
}

.oplist-list .detail-list.actordetail .item .info-name .usericon {
    display: inline-block;
    height: 16px;
    width: 16px;
}

.oplist-list .detail-list.actordetail .item .info-name .usericon {
    background: url("../img/men.png");
    display: inline-block;
    height: 16px;
    width: 16px;
}

.oplist-list .detail-list.actordetail .item .info-name .usericon.wm {
    background: url("../img/wm.png");
    display: inline-block;
    height: 16px;
    width: 16px;
}

.breadcrumb {
    line-height: 48px;
}

.actor-card {
    background-color: #fff;
    padding: 25px 25px 25px 250px;
    height: 250px;
    margin-bottom: 25px;
    position: relative;
    background-image: url("../img/detail_card.jpg");
    background-position: bottom right;
    background-repeat: no-repeat;
    border-bottom: #fff 2px solid;

}

.actor-card img {
    position: absolute;
    left: 25px;
    top: 25px;
    width: 200px;
    height: 200px;
}

.actor-card .info-name {
    color: #fff;
    font-size: 24px;

}

.actor-card .info-tags {
    display: flex;
    height: 100px;
    align-items: center;
    color: #fff;
}

.actor-card .info-tags span {
    padding: 3px 10px;

    line-height: 32px;
    font-size: 14px;
    background-color: #576879;
    margin-right: 15px;
    border-radius: 5px;
    display: inline-block;

}


.actor-card .info-summary {
    height: 60px;
    color: #fff;
}

.actor-card .info-name .usericon {
    display: inline-block;
    height: 16px;
    width: 16px;
}

.actor-card .info-name .usericon {
    background: url("../img/men.png");
    display: inline-block;
    height: 16px;
    width: 16px;
}

.actor-card .info-name .usericon.wm {
    background: url("../img/wm.png");
    display: inline-block;
    height: 16px;
    width: 16px;
}


@media(max-width: 1500px) {
    .mythumbsSlider {
        width: 525px;
        height: 180px;
        position: absolute;
        right: 100px;
        bottom: 0;
    }

    .mythumbsSlider .item {
        font-size: 12px;
    }

    .mythumbsSlider .item img {
        height: 140px;
        width: auto;
    }

    .oplist-list .detail-list .info-summary {
        font-size: 12px;
        line-height: 25px;
        height: 50px;
    }

    .oplist-list .detail-list.actordetail .item img {
        width: 175px;
        height: 175px;
    }

    .oplist-list .detail-list.actordetail .list-view .item {
        padding: 15px 15px 15px 215px;
    }

    .oplist-list .detail-list .info-actor div {
        margin-bottom: 15px;
    }
}


.operas-detail .content {
    position: relative;
}

.right-content {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

.right-menu {
    z-index: 1;
    background-color: #ebebebad;
    position: -webkit-sticky;
    /* Safari */
    position: sticky;
    right: 0;
    top: 80px;
    height: 620px;
    background-image: url("../img/rightmenu_right.png");
    background-repeat: no-repeat;
    background-position: right;
    padding-top: 120px;
    padding-right: 4px;
}

.right-menu a {
    display: block;
    width: 160px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    color: #333;

}

.right-menu a.active {
    display: block;
    background-image: url("../img/rightmenu_active.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #fff;
}

.right-menu a.totop {
    border-top: 1px solid #ccc;
}

.right-menu a:hover {
    color: #9a2929;
}