/* 标题 */
.title {
    background: rgba(250, 250, 250, 1);
    box-shadow: 0px 5px 5px 0px rgba(4, 0, 0, 0.1);
    /*border-radius: 10px;*/
    font-size: 22px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}


/* 标题结束 */
/* 主要内容区域 */
.cartoonDetail {
    display: flex;
    justify-content: space-between;
}

.cartoonDetail-left {
    width: 893px;
    margin-right: 30px;
    position: relative;
}

/* 视频开始 */
.video {
    min-height: 474px;
    /*background: #0365C4;*/
    margin-bottom: 20px;
}

.videoShade { /* 視頻上的遮罩 */
    width: 893px;
    height: 474px;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.6);
    position: relative;
    left: 0;
    color: #ccc;
    top: 0;
}

.videoShade-img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    text-align: center;
    background: #000;
}

.videoShade-img img {
    width: auto;
}

.videoShade-no-login, .videoShade-no-member {
    margin: auto;
}

.videoShade-title {
    width: 235px;
    height: auto;
    font-size: 18px;
    margin: auto;
    color: #fff;
}

.videoShade-title p {
    margin: 0;
    text-align: center;
}

.videoShade-login {
    width: 80px;
    background: red;
    height: 24px;
    text-align: center;
    line-height: 24px;
    margin: 20px auto;
    font-size: 12px;
    border-radius: 12px;
}

.videoShade-login a {
    color: #fff;
}

/* 遮罩友情提示 */
.videoShade-hint {
    width: 300px;
    height: auto;
    display: flex;
    margin: auto;
}

.videoShade-hint hr {
    width: 100%;
    margin: 5px 0px;
    border: 0.5px solid rgba(255, 255, 255, 0.5);
}

.videoShade-hint > div {
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.videoShade-span {
    display: block;
    text-align: center;
    margin: auto;
}

/* 影片介绍实际内容 */
.cartoonDetail-left-txt > p {
    width: 843px;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5);
}

/* 影片介绍实际内容结束 */
/* 播放文本内容开始 */
.cartoonDetail-play-ul {
    padding: 0;
}

.cartoonDetail-play-li-all {
    display: flex;
    align-items: center;
    padding: 20px 0px;
    background: rgba(250, 250, 250, 1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    color: #000;
}

.cartoonDetail-play-li-all:hover .play-icon {
    background-position: 49% 45%;
}

.cartoonDetail-play-li-all:hover {
    color: rgba(255, 0, 0, 0.5);
}

.play-icon {
    width: 25px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: 2% 45%;
    margin: 0px 29px 0px 29px;
}

.play-txt {
    width: 695px;
    font-size: 10px;
}

.play-txt > p {
    margin: 0;
    white-space: initial;
}

.cartoonDetail-play-li-all.active {
    color: red !important;
}

.cartoonDetail-play-li-all.active .play-icon {
    background-position: 95% 45%;
}

/* 主要内容结构右侧开始 */
.cartoonDetail-right {
    width: 262px;
}

.cartoonDetail-right-label {
    min-height: 245px;
    background: rgba(4, 0, 0, 0.05);
    box-shadow: 0px 5px 5px 0px rgba(4, 0, 0, 0.1);
    /*border-radius: 5px;*/
}

.cartoonDetail-right-label-txt {
    min-height: 245px;
    padding: 20px 0px 20px 10px;
}

.cartoonDetail-right-label-txt p {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.4);
}

.cartoonDetail-right-label-txt p img {
    width: 12px;
    height: 15px;
    margin-right: 5px;
}

.cartoonDetail-right-label-txt a {
    color: red;
    margin-right: 8px;
}


.tagAll {
    display: flex;
    flex-wrap: wrap;
    min-height: 0px;
    color: #999999;
}

.tagAll > p {
    white-space: initial;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.tagAll span {
    color: black;
    margin-bottom: 5px;
}

.tagAll span:nth-of-type(2n) a {
    color: blue;
}

.tagAll a:nth-of-type(2n-1) {
    color: purple;
}

.tagAll span:nth-of-type(3n) a {
    color: orangered;
}

.tagAll span:nth-of-type(4n) a {
    color: green;
}

.cartoonDetail-right-button {
    height: 30px;
    display: flex;
    justify-content: space-between;
}

.cartoonDetail-right-button div {
    width: 130px;
    font-size: 15px;
    text-align: center;
    line-height: 30px;
    background: rgba(3, 101, 196, 1);
    color: #fff;
    cursor: pointer;
}

.cartoonDetail-dailyRecommendation {
    position: relative;
    margin-top: 60px;
}

.cartoonDetail-play-ul-ImageList {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
    list-style: none;
    padding: 0;
}

.cartoonDetail-play-ul-item {
    width: 263px;
    cursor: pointer;
}

.cartoonDetail-play-ul-ImageList .cartoonDetail-play-ul-item {
    margin-right: 29px;
    margin-bottom: 20px;
}

.cartoonDetail-play-ul-ImageList .cartoonDetail-play-ul-item:nth-of-type(3n) {
    margin: 0;
}

.cartoonDetail-play-ul-item-image {
    height: 146px;
}


.cartoonDetail-play-ul-item.active {
    color: red;
    font-weight: 600;
}

.cartoonDetail-play-ul-item.active > .cartoonDetail-play-ul-item-image {
    box-shadow: 0px 15px 13px 2px rgba(4, 0, 0, 0.2);
}

.cartoonDetail-play-ul-item:hover > .cartoonDetail-play-ul-item-image {
    box-shadow: 0px 15px 13px 2px rgba(4, 0, 0, 0.2);
}

.cartoonDetail-play-ul-item-text {
    margin-top: 20px;
    font-size: 13px;
    white-space: inherit;
    overflow: hidden;
    min-height: 40px;
    max-height: 40px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    line-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 20px;
}

.cartoonDetail-play-ul-item-buttons {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.cartoonDetail-play-ul-item-buttons a {
    flex: 1;
    margin: 0 8px;
}

/*.cartoonDetail-play-ul-item-buttons a:nth-of-type(1){*/
/*    margin-right:16px;*/
/*}*/
.cartoonDetail-play-ul-item-button {
    display: block;
    flex: 1;
    text-align: center;
    padding: 4px 0px;
    font-size: 13px;
    border: 1px solid #CCCCCC;
}

.cartoonDetail-play-ul-item-button.active {
    border-color: #0365C4;
    color: #0365C4;
}

.cartoonDetail-play-ul-item-button.disabled {
    border: none;
    color: #CCCCCC;
    background: rgba(230, 230, 230, 1);
}

/*线路三工具栏大小*/
chimee-control-wrap {
    height: 50px !important;
    align-items: center !important;
}
