@charset "utf-8";
@import "../fonts/iconfont.css"; 
            body{margin:0;font-size:14px;font-family:-apple-system,SF UI Text,Arial,PingFang SC,Hiragino Sans GB,Microsoft YaHei,WenQuanYi Micro Hei,sans-serif,SimHei,SimSun;line-height:140%;-webkit-text-size-adjust:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;word-break:break-all;color:#303030}
            .panel-icon{position:relative;display:block;width:100%;z-index:99}
            .container{position:relative;overflow:hidden;margin-right:auto;margin-left:auto;width:100%;padding:0 15px}
            .panel-icon .label-img-nav{background:#393939}
            .show-foot-panel{position:relative;display:block;overflow:hidden;padding-top:68%;background-position:50% 50%;background-size:cover}
            .col-active{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
            img{max-width:100%;height:auto}
			@media (min-width: 768px) {.container {overflow: unset;padding: 0 10px;width: 750px;}}
						@media (min-width: 1200px) {.container {width:1170px;}}			
						@media (min-width: 1310px) {.container {width:1280px;}}
/* 确保内容不被悬浮广告遮挡 */
.top-ad-active {
	padding-top: 65px;
}

.top-floating-icons {
	position: fixed;
	top: 0;
	left: 50%;
	width: 100%;
	transform: translateX(-50%);
	display: flex;
	justify-content: space-around;
	padding: 0 10px;
	padding-top: 5px;
	border-radius: 10px;
	z-index: 999999;
}

.top-icon {
	flex: 1;
	margin: 0 5px;
	display: flex;
	justify-content: center;
}

.top-icon img {
	width: 65px;
	height: 65px;
	border-radius: 10px;
	border: solid 2px red;
}

.bottom-floating-icons {
	position: fixed;
	bottom: 5px;
	left: 0;
	right: 0;
	display: flex;
	justify-content: space-around;
	padding: 0 10px;
	z-index: 999999;
	border-radius: 10px;
}

.bottom-icon {
	flex: 1;
	max-width: 65px;
	text-align: center;
}

.bottom-icon img {
	width: 65px;
	height: 65px;
	display: block;
	margin: 0 auto;
	border-radius: 10px;
}

#topad {
	max-width: 1110px;
	text-align: center;
	margin-left: auto;
	margin-right: auto
}

#topad img {
	height: 100px;
	width: 100%;
	margin-bottom: 1px
}

#topad img:hover {
	transition-duration: 0.3s;
	transition-property: box-shadow;
	box-shadow: 0 0 10px #0370e5;
	cursor: pointer;
	filter: alpha(Opacity=80);
	-moz-opacity: 0.9;
	opacity: 0.9
}

@media screen and (max-width:768px) {
	#topad {}

	#topad img {
		width: 100%;
		height: 75px
	}
}

#tags {
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 10px
}

#tags a {
	display: inline-block;
	border-radius: 2px;
	padding: 0.8rem;
	line-height: 0.5rem;
	margin-bottom: 5px;
	padding-left: 0.4rem;
	padding-right: 0.4rem;
	font-weight: 500;
	font-size: 14px;
	margin-right: 0.2rem;
	border: 1px solid;
	color: #999
}

#tags a:hover {
	color: #FFF;
	background-color: #00b9ec
}

@media(max-width:450px) {
	#tags {
		margin: 15px
	}

	#tags h5 {
		font-weight: 800;
		font-size: 15px
	}

	#tags a {
		display: inline-block;
		border-radius: 2px;
		padding: 0.8rem;
		line-height: 0.1rem;
		padding-left: 0.4rem;
		padding-right: 0.4rem;
		font-weight: 500;
		margin-bottom: 0.3rem;
		font-size: 14px;
		margin-right: 0.5rem;
		border: 1px solid;
		border-radius: 4px;
		color: #999
	}

	#tags a:hover {
		color: #FFF;
		background-color: #00b9ec
	}
}

.time {
	margin: 12px
}

#text-ad-container {
	max-width: 1185px;
	text-align: center;
	margin: auto;
}

.text-ad {
	width: 47%;
	display: inline-block;
	background-color: #282f28;
	line-height: 35px;
	height: 35px;
	border-radius: 3px;
	font-size: 14px;
	margin: .25rem !important
}

.text-ad:hover {
	background-color: #FFB90F
}

@media (max-width:600px) {
	#text-ad-container {
		text-align: center;
		margin: auto;
	}

	.text-ad {
		width: 47%;
		display: inline-block;
		background-color: #bdbdbd;
		line-height: 35px;
		height: 35px;
		border-radius: 3px;
		font-size: 14px;
		margin: .25rem !important
	}
}

#app-ad-ico {
	margin: 0 auto
}

.bba-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(66px, 1fr));
	gap: 4px;
	max-width: 1135px;
	margin: 2px auto;
	padding: 5px;
	background-color: #282f28;
	border-radius: 8px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1)
}

@media screen and (max-width: 750px) {
	.bba-grid {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(67px, 67px));
		gap: 6px;
		max-width: 85%;
		margin: 2px 0;
		padding: 5px;
		background-color: #282f28;
		border-radius: 8px;
		box-shadow: 0 2px 5px rgba(0, 0, 0, 0)
	}
}

.bba-item {
	margin: 2px;
	text-align: center;
	border-radius: 8px;
	transition: transform 0.3s ease, box-shadow 0.3s ease
}

.bba-item img {
	width: 80%;
	object-fit: contain;
	border-radius: 10px;
	max-width: 80px
}

.bba-item div {
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: bold;
	color: #212121;
	background-image: -webkit-linear-gradient(92deg, #ffffff, #ffffff);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-animation: hue 10s infinite linear
}

.bba-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2)
}

@media (max-width: 768px) {
	.bba-item img {
		width: 100%
	}
}

.top-floating-icons {
	position: fixed;
	top: 0;
	left: 50%;
	width: 100%;
	transform: translateX(-50%);
	display: flex;
	justify-content: space-around;
	padding: 0 10px;
	padding-top: 5px;
	border-radius: 10px;
	z-index: 999999;
}

.top-icon {
	flex: 1;
	margin: 0 5px;
	display: flex;
	justify-content: center;
}

.top-icon img {
	width: 65px;
	height: 65px;
	border-radius: 10px;
	border: solid 2px red;
}

.bottom-floating-icons {
	position: fixed;
	bottom: 5px;
	left: 0;
	right: 0;
	display: flex;
	justify-content: space-around;
	padding: 0 10px;
	z-index: 999999;
	border-radius: 10px;
}

.bottom-icon {
	flex: 1;
	max-width: 65px;
	text-align: center;
}

.bottom-icon img {
	width: 65px;
	height: 65px;
	display: block;
	margin: 0 auto;
	border-radius: 10px;
}

/* 广告end */

#player {
	height: 14rem ;
}

#changeButton {
	display: none;
	position: fixed;
	bottom: 5%;
	left: 57%;
	transform: translateX(-50%);
	padding: 0;
	/* 设置为0 */
	font-size: 12px;
	/* 调整字体大小 */
	height: 25px;
	/* 设置高度 */
	width: 60px;
	/* 设置宽度 */
	line-height: 1;
	/* 调整行高 */
	background-color: #007bff;
	color: white;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	z-index: 1002;
}

#changeButton1 {
	display: none;
	position: fixed;
	bottom: 5%;
	left: 41%;
	transform: translateX(-50%);
	padding: 0;
	font-size: 12px;
	height: 25px;
	width: 60px;
	line-height: 1;
	background-color: #007bff;
	color: white;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	z-index: 1002;
}

#changeButton:hover {
	background-color: #0056b3;
}

#changeButton1:hover {
	background-color: #0056b3;
}

.fullscreen-iframe {
	border: none;
	overflow: hidden;
}

@media (min-width: 1024px) {
	.fullscreen-iframe {
		display: none;
	}

	#player {
		position: relative;
		bottom: auto;
		height: 40rem;
	}

	#changeButton {
		display: none;
	}

	#changeButton1 {
		display: none;
	}
}


@media (min-width: 576px) {
	#player {
		height: 20rem ;
	}
}

@media (min-width: 577px) and (min-width: 768px) {
	#player {
		height: 28rem ;
	}
}

@media (min-width: 1200px) {
    #player {
    	height: 40rem ;
    }
}

.yu-pop-msg,.mac_pop_msg {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 999999!important;
    padding: 10px;
    width: auto!important;
    height: auto!important;
    min-width: 160px;
    border-radius: 32px;
    background: rgba(0,0,0,.6);
    color: #fff;
    transform: translate(-50%,-50%);
}

.yu-pop-msg .yu-pop-tip,.mac_pop_msg .pop-msg {
    padding: 0 15px;
    height: 28px;
    text-align: center;
    line-height: 28px;
}

.panel-icon .yyj-menus {
	background: #fff;
}

.panel-icon .cover-bar-bottom .grid-alert-line {
	background-color: #fff;
}

.tip-cover-unit .chunk-badge-header .title-flex-top a {
	background: #7c7b7b40;
}

.header-bar-alert .mast-bottom-mast {
	border-color: #ececec;
}

.tab-img-link {
	color: #a1a1a1;
}

.bg-thumb-outer .dot-grid-label .tag-item-dot li {
	background: #f0f0f0;
}

.yu-alert-box {
	background: #ffffff;
	box-shadow: 0px 2px 4px #929292;
}

.mast-bottom-mast .img-thumb {
	background: #e3e3e3;
}

.bg-thumb-outer .item-banner .yu-vod-data .yu-data-sm {
	background: #f0f0f0;
} 

/* hot */

.col-hidden-badge {
    background-color: #fff;
    border-radius: 10px;
    padding: 8px 10px;
    position: relative;
    float: right;
	display: none;
}

.col-hidden-badge a {
    line-height: 1.6;
    font-size: 14px;
    margin: 6px 10px;
    color: #2d2d2d;	
}

body, html {
    width: 100%;
}

body {
    margin: 0;
    font-size: 14px;
    font-family: -apple-system,SF UI Text,Arial,PingFang SC,Hiragino Sans GB,Microsoft YaHei,WenQuanYi Micro Hei,sans-serif,SimHei,SimSun;
    line-height: 140%;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-break: break-all;
	color: #303030;
}

div,form,h2,h3,h4,ul,li,table,p,span,a {
    border: 0;
}

ul,li {
    margin: 0;
    padding: 0;
    list-style: none;
}

a,a:link,a:visited,a:active,a:hover,button {
    outline: none;
    text-decoration: none;
    cursor: pointer;
}

a:focus {
    text-decoration: none;
}

a {
    color: inherit;
	user-select: none;
}

p {
    word-wrap: break-word;
	user-select: none;
}

i,em {
    font-style: normal;
}

input {
    appearance: button;
    -moz-appearance: button;
    -webkit-appearance: button;
}

input,button,select {
    outline: medium none;
    font-weight: inherit;
    font-style: inherit;
    font-size: inherit;
    font-family: inherit;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input,textarea {
    border-radius: 0;
    -webkit-appearance: none;
}

/* container */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:after,:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.container {
    position: relative;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    padding: 0 15px;
}

.container:before,.container:after,.bar-label:before,.bar-label:after,.input-active:before,.input-active:after {
    clear: both;
    display: table;
    content: " ";
}

.bar-label {
    position: relative;
    margin: 0 -4px;
    padding: 0;
}

.bar-label [class*=yu-col-] {
    padding: 0 4px;
}

/* text */

.col-active {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bar-img-main {
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.bar-img-main {
    -webkit-line-clamp: 2;
}

/* cols */
.tag-wrap-menu, .badge-label-chunk, .flex-modal, .bg-form, .yu-col-sm-4, .group-header, .stack-grid-bg, .cell-img {
    position: relative;
    min-height: 1px;
}

.bg-form, .group-header, .cell-img {
    float: left;
}

.cell-img {
    width: 100%;
}

.group-header {
    width: 50%;
}

.bg-form {
    width: 33.33333333%;
}

@media (min-width: 768px) {
    .flex-modal, .yu-col-sm-4, .stack-grid-bg {
        float: left;
    }

    .stack-grid-bg {
        width: 50%;
    }

    .yu-col-sm-4 {
        width: 33.33333333%;
    }

    .flex-modal {
        width: 25%;
    }
}

@media (min-width: 992px) {
    .tag-wrap-menu, .mast-row-sm {
        float: left;
    }

    .tag-wrap-menu {
        width: 16.66666667%;
    }

    .mast-row-sm {
        width: 20%;
    }
}

@media (min-width: 1200px) {
    .badge-label-chunk {
        float: left;
    }

    .badge-label-chunk {
        width: 19.66666667%;
    }
}

/* other */

.footer-right-mast {
    overflow: hidden !important;
}

.drop-item-badge {
    float: right !important;
}

.section-img-head {
    text-align: center !important;
}

.yu-disad {
    cursor: not-allowed;
    pointer-events: none;
}

.yu-tran5 {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -ms-transition: .5s;
}

.tag-tip {
    position: relative;
    height: 100%;
    -webkit-transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.yu-fadeIn {
    line-height: 1.4;
    -webkit-animation-name: content;
    animation-name: content;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

@-webkit-keyframes content {
    from {
        opacity: 0;
        -webkit-transform: translateY(-5%);
        transform: translateY(-5%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@keyframes content {
    from {
        opacity: 0;
        -webkit-transform: translateY(-5%);
        transform: translateY(-5%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

/* color */
@keyframes rectangle {
    0%,100%,80% {
        height: 6px;
        -webkit-box-shadow: 0 0 #f50;
        box-shadow: 0 0 #f50;
    }

    40% {
        height: 6px;
        -webkit-box-shadow: 0 -4px #f50;
        box-shadow: 0 -4px #f50;
    }
}

.panel-icon .yyj-menus ul>li>a.active,.panel-icon .yyj-menus ul>li>a.active>i,.list-slot-card {
    color: #f50;
}

.bg-thumb-outer .dot-grid-label .tag-item-dot li>a>em::after,.bg-thumb-outer .dot-grid-label .tag-item-dot li>a>em::before,.bg-thumb-outer .input-footer-badge .card-unit span,.tip-cover-unit .chunk-badge-header .title-flex-top a span,.yu-bg-conch {
    background: #f50;
}

.col-pop-grid {
    background: #f80;
}

.panel-icon .label-img-nav {
    background: #393939;
/*    background: -webkit-gradient(linear,left top,right top,from(#483c36),to(#f80));
    background: -webkit-linear-gradient(left,#483c36,#f80);
    background: -o-linear-gradient(left,#483c36 0,#f80 100%);
    background: linear-gradient(90deg,#483c36,#f80); */
}

.bg-thumb-outer .input-footer-badge .card-unit span,.col-pop-grid {
    color: #fff;
}

.panel-icon .label-img-nav .yu-nav-item>a,.panel-icon .label-img-nav .yu-nav-more>a {
    color: rgba(255,255,255,.8);
}

/* header */

.panel-icon {
    position: relative;
    display: block;
    width: 100%;
    z-index: 99;
}

.panel-icon .col-foot-card {
    float: left;
    margin: 10px 0;
    padding: 4px 0 4px 15px;
}

.panel-icon .col-foot-card .top-img-tier {
    font-size: 22px;
    font-weight: 800;
}

.panel-icon .end-header {
    position: relative;
    float: left;
    display: block;
    margin-bottom: 10px;
    width: 100%;
    font-size: 16px;
    line-height: 28px;
}

.panel-icon .end-header .block-inner-item {
	display: flex;
}

.panel-icon .end-header .line-btn-tab {
    margin-right: 40px;
    overflow: hidden;
}

.panel-icon .end-header .yu-nav-item {
    float: left;
    display: block;
    padding: 0 10px;
}

.panel-icon .end-header .yu-nav-item:first-child {
    padding-left: 15px;
}

.panel-icon .end-header .yu-nav-item:last-child {
    margin-right: 45px;
}

.panel-icon .end-header a {
    display: block;
}

.panel-icon .end-header .yu-nav-more {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
}

.panel-icon .end-header .yu-nav-more .pill-inner-start {
    float: left;
    width: 15px;
    height: 28px;
    margin-right: -4px;
}

.panel-icon .label-img-nav .end-header .yu-nav-more .pill-inner-start {
    display: none!important;
}

.panel-icon .end-header .yu-nav-more a {
    float: left;
    padding: 0 17px 0 10px;
}

.panel-icon .end-header .yu-nav-item a.active {
    font-weight: 700;
    font-size: 20px;
}

.panel-icon .cover-bar-bottom {
    /* position: absolute; */
    /* right: 85px;
    left: 120px;
    z-index: 99; */
    display: block;
    margin: 10px 0;
    width: auto;
    /* height: 32px; */
    border-radius: 64px;
    float: right;
    width: 80%;
	margin-right: 15px;
}

.panel-icon .cover-bar-bottom .grid-alert-line {
    /* position: absolute; */
    top: 0;
    left: 0;
    z-index: 2;
    display: block;
    padding: 0 40px 0 15px;
    width: 100%;
    height: 32px;
    border: 0;
    border-radius: 64px;
    line-height: 32px;
}

.panel-icon .cover-bar-bottom .tab-thumb {
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 3;
    display: block;
    width: 40px;
    height: 32px;
    border: 0;
    border-radius: 64px;
    background: 0 0;
    line-height: 32px;
}

.panel-icon .yyj-menus {
    position: fixed;
    top: 0;
    left: -240px;
    z-index: 99999;
    width: 240px;
    height: 100%;
	background: #fff;
}

.panel-icon .yyj-menus.active {
    -webkit-box-shadow: 15px 0 30px rgba(0, 0, 0, .2);
    box-shadow: 15px 0 30px rgba(0, 0, 0, .2);
	left: 0;
}

.panel-icon .yyj-menus .col-foot-card {
    margin: 0;
    padding: 4px 0;
}

.yyj-menus .yyj-ms-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    visibility: hidden;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.panel-icon .yyj-menus.active .yyj-ms-overlay {
    visibility: visible;
}

.panel-icon .yyj-menus .yyj-ms-header {
    position: relative;
    display: block;
    margin: 10px 0;
    padding: 0 24px;
    height: 32px;
}

.panel-icon .yyj-menus .footer-grid-hidden {
    padding: 0 0 15px;
    height: auto;
}

.panel-icon .yyj-menus .text-foot-box {
    position: relative;
    overflow: hidden;
    height: calc(100% - 52px);
}

.text-foot-box .form-sm {
    top: calc(1% + 70px);
    height: calc(98% - 70px);
}

.text-foot-box .form-sm {
    display: none;
    background: 0 0;
}

.panel-icon .yyj-menus ul>li.header-unit a {
    position: relative;
    display: block;
    padding: 10px 24px;
    font-size: 16px;
    line-height: 24px;
}

.panel-icon .yyj-menus ul>li>a.active span {
    font-weight: 700;
}

.panel-icon .yyj-menus ul>li>a>i {
    display: inline-block;
    vertical-align: bottom;
    font-size: 22px;
}

.panel-icon .yyj-menus ul>li>a>span {
    margin-left: 5px;
}

/* banner */

/* contentwrap */
.bg-thumb-outer .img-nav-bar {
    padding-top: 25px;
}

/* smallnav */

/* notice */

/* rowbox */
.bg-thumb-outer .input-footer-badge {
    position: relative;
}

.bg-thumb-outer .input-footer-badge .right-block {
    margin-bottom: 15px;
}

.bg-thumb-outer .input-footer-badge .stack-flex-hero {
    float: left;
    display: block;
    line-height: 28px;
}

.bg-thumb-outer .input-footer-badge h2.stack-flex-hero {
    font-weight: 700;
    font-size: 20px;
}

.bg-thumb-outer .input-footer-badge .left-link-thumb {
    float: right;
    margin-left: 20px;
    line-height: 28px;
}

/* vodlist */
.bg-thumb-outer .input-footer-badge .col-tier-text {
    margin-bottom: 15px;

}

.bg-thumb-outer .input-footer-badge .show-foot-panel {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 68%;
    background-position: 50% 50%;
    background-size: cover;
}

.bg-thumb-outer .input-footer-badge .label-block-cover {
    position: absolute;
    top: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
    opacity: 0;
    -webkit-transition: all ease-out .35s;
    transition: opacity .3s linear;
    transition: all ease-out .35s;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    -ms-transform: scale(1.5);
}

.bg-thumb-outer .input-footer-badge .label-block-cover i {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    padding-left: 2px;
    margin-top: -20px;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: rgba(0,0,0,.5);
    color: #fff;
    text-align: center;
    font-size: 24px;
    line-height: 40px;
    transition: inherit;
}

.bg-thumb-outer .input-footer-badge .card-unit {
    position: absolute;
    top: 4px;
    right: 4px;
    display: block;
}

.bg-thumb-outer .input-footer-badge .card-unit span {
    float: left;
    display: block;
    padding: 0 3px;
    font-size: 12px;
    line-height: 18px;
    border-radius: 2px;
    margin-left: 5px
}

.bg-thumb-outer .input-footer-badge .yu-pic-text {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    overflow: hidden;
    padding: 0 10px;
    line-height: 30px;
    width: 100%;
    background-image: linear-gradient(transparent,rgba(0,0,0,.5));
    background-repeat: no-repeat;
    color: #fff;
}

.bg-thumb-outer .input-footer-badge .yu-pic-text .remarks {
    font-size: 12px;
    text-align: right;
}

.bg-thumb-outer .input-footer-badge .ribbon-card-text {
    margin-top: 10px;
}

.bg-thumb-outer .input-footer-badge .group-bottom .ribbon-card-text {
    height: 40px;
}

.bg-thumb-outer .input-footer-badge .label-head {
    font-size: 15px;
    line-height: 20px;
}

/* listswiper */

/* vodrank */

/* playlist */

.bg-thumb-outer .dot-grid-label .tag-item-dot li {
    margin-bottom: 15px;
	margin-right: 15px;
}

.bg-thumb-outer .dot-grid-label .tag-item-dot li>a {
    position: relative;
    display: block;
    border-radius: 4px;
    text-align: center;
    line-height: 40px;
}

.bg-thumb-outer .dot-grid-label .tag-item-dot li>a>em {
    position: absolute;
    bottom: 6px;
    left: 12px;
    width: 2px;
    height: 6px;
    -webkit-animation: rectangle infinite 1s ease-in-out -.2s;
    -moz-animation: rectangle infinite 1s ease-in-out -.2s;
    -o-animation: rectangle infinite 1s ease-in-out -.2s;
    animation: rectangle infinite 1s ease-in-out -.2s;
}

.bg-thumb-outer .dot-grid-label .tag-item-dot li>a>em::before {
    left: -4px;
    -webkit-animation: rectangle infinite 1s ease-in-out -.4s;
    -moz-animation: rectangle infinite 1s ease-in-out -.4s;
    -o-animation: rectangle infinite 1s ease-in-out -.4s;
    animation: rectangle infinite 1s ease-in-out -.4s;
}

.bg-thumb-outer .dot-grid-label .tag-item-dot li>a>em::after {
    right: -4px;
    -webkit-animation: rectangle infinite 1s ease-in-out;
    -moz-animation: rectangle infinite 1s ease-in-out;
    -o-animation: rectangle infinite 1s ease-in-out;
    animation: rectangle infinite 1s ease-in-out;
}

.bg-thumb-outer .dot-grid-label .tag-item-dot li>a>em::after,.bg-thumb-outer .dot-grid-label .tag-item-dot li>a>em::before {
    position: absolute;
    width: 2px;
    height: 6px;
    content: '';
}

.bg-thumb-outer .dot-grid-label .tag-item-dot {
    position: relative;
    display: block;
    overflow: hidden;
	margin-right: -16px;
}

.bg-thumb-outer .dot-grid-label .tag-item-dot li>a.active {
    font-weight: 700;
}

/* play */
.bg-thumb-outer .box-link .item-banner {
    margin-top: 15px;
}

/* detail */

.bg-thumb-outer .yu-vod-data li {
    margin-bottom: 5px;
    padding-left: 42px;
}

.bg-thumb-outer .yu-vod-data li em.tab-img-link {
    margin-left: -42px;
}

.bg-thumb-outer .yu-data-sm,.bg-thumb-outer .yu-data-sm li i:last-of-type {
    display: none;
}

.bg-thumb-outer .yu-data-sm li a:not(:last-of-type),.bg-thumb-outer .yu-data-sm li i:not(:last-of-type) {
    margin-right: 4px;
}

.bg-thumb-outer .yu-tool-icon li {
    position: relative;
    /* float: right; */
}

.bg-thumb-outer .yu-tool-icon a {
    position: relative;
    height: 30px;
    font-size: 24px;
    line-height: 30px;
	display: flex;
	align-items: center;
}

.bg-thumb-outer .yu-tool-icon li.label-stack {
    float: left;
	margin-right: 10px;
}

.bg-thumb-outer .yu-tool-icon li i {
	font-size: 22px;
}

.bg-thumb-outer .yu-tool-icon a>em {
    /* position: absolute;
    top: 0;
    left: 24px;
    z-index: 9; */
    height: 14px;
    font-size: 12px;
    line-height: 14px;
    word-break: normal;
}

/* down */

/* downlist */

/* vod */
.bg-thumb-outer .item-banner .alert-badge-page {
    margin-bottom: 10px;
}

.bg-thumb-outer .item-banner .alert-badge-page h2 {
    line-height: 26px;
    float: left;
	width: 80%;
}

.bg-thumb-outer .item-banner .alert-badge-page h2>span {
    position: relative;
    margin-right: 10px;
}

.bg-thumb-outer .item-banner .yu-infos-more {
    float: right;
    margin-left: 10px;
    font-size: 16px;
    line-height: 26px;
}

.bg-thumb-outer .item-banner .stack-tab-nav {
    margin-bottom: 15px;
}

.bg-thumb-outer .item-banner .mast-pop {
    margin-bottom: 20px;
}

.bg-thumb-outer .item-banner .mast-pop i {
	color: #f50;
}

.bg-thumb-outer .item-banner .mast-pop a {
    height: 20px;
    line-height: 20px;
	color: #666;
}

.bg-thumb-outer .item-banner .mast-pop a:not(:last-of-type),.bg-thumb-outer .item-banner .mast-pop i:not(:last-of-type) {
    margin-right: 4px;
}

.bg-thumb-outer .item-banner .mast-pop i:last-of-type {
    display: none;
}

/* search */

/*.bg-thumb-outer .yu-search-form .main-outer-ribbon .grid-alert-line{padding:0 50px 0 84px;}*/

/* onelist */

/* topic */

/* art */

/* plot */

/* actor */

/* rank */

/* new */

/* links */
.bg-thumb-outer .input-footer-badge .tip-box-nav li {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}

.bg-thumb-outer .input-footer-badge .tip-box-nav a,.bg-thumb-outer .input-footer-badge .tip-box-nav span {
    display: block;
    line-height: 24px;
	font-weight: 600;
}

/* foot */
.tip-cover-unit .label-right-mast {
    position: relative;
    z-index: 11;
    padding: 40px 0;
}

.tip-cover-unit .chunk-badge-header {
    position: fixed;
    right: 5px;
    bottom: 30px;
    z-index: 9999;
}

.tip-cover-unit .chunk-badge-header .title-flex-top li {
    position: relative;
    margin-top: 10px;
    padding: 0 10px;
}

.tip-cover-unit .chunk-badge-header .title-flex-top a {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
    line-height: 36px;
}

.tip-cover-unit .chunk-badge-header .title-flex-top a span {
    position: absolute;
    top: 0;
    right: 35px;
    overflow: hidden;
    padding: 0;
    height: 36px;
    max-width: 0;
    border-radius: 18px 0 0 18px;
    text-align: right;
    white-space: nowrap;
    font-size: 14px;
    line-height: 36px;
}

.tip-cover-unit .chunk-badge-header .title-flex-top .flex-banner-badge a {
    display: none;
}

.tip-cover-unit .tag-grid-lg {
    margin-bottom: 20px;
    text-align: center;
    font-size: 10px;
    line-height: 16px;
}

.tip-cover-unit .tag-grid-lg p:first-child {
    margin: 0 20px;
}

.tip-cover-unit .tag-border-label {
    margin-top: 4px;
    text-align: center;
    font-size: 10px;
}

/* smlist */

/* bread-crumb */

/* comment */

/* filter */

/* history */

/* share */
.mast-bottom-mast {
    padding: 25px 20px;
}

.mast-bottom-mast .cover-modal {
    display: block;
    margin-bottom: 15px;
    text-align: center;
}

.mast-bottom-mast .img-thumb {
    display: block;
    overflow-y: scroll;
    padding: 15px 10px;
    max-height: 68px;
    border-radius: 4px;
}

.icon-body {
    display: block;
    margin: 15px auto 0;
    width: 65%;
    border-radius: 32px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}

/* alert */
.yu-alert-box {
    position: absolute;
    z-index: 99;
    display: none;
    border-radius: 4px;
}

.yu-alert-box::after {
    position: absolute;
    top: -4px;
    left: 50%;
    z-index: -1;
    display: none;
    margin-left: -4px;
    width: 8px;
    height: 8px;
    border-radius: 0 0 2px 0;
    content: "";
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.yu-full-title {
    margin-bottom: 15px;
    padding: 0 20px;
    font-size: 20px;
    line-height: 24px;
}

.yu-full-box {
    position: relative;
}

.yu-pops-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999995;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.6);
    opacity: 0;
}

.yu-pops-bg.yu-pops-bg-active {
    display: block;
    opacity: 1;
}

/* page */
.yu-page-wrap {
    display: block;
    overflow: hidden;
    margin: 25px 0;
    font-size: 0;
}

.yu-page-wrap li {
    display: inline-block;
    padding: 0 4px;
    width: 17.5%;
	margin-bottom: 10px;
}

.yu-page-wrap li a {
    display: inline-block;
    width: 100%;
    height: 38px;
    border: 1px solid #999;
    border-radius: 2px;
    font-size: 14px;
    line-height: 36px;
	color: #636363;
}

.bg-thumb-outer .yu-data-show .yu-vod-data .yu-data-sm {
	display: block;
	margin-bottom: 25px;
		padding: 20px;
		border-radius: 4px;
}

@media (max-width: 600px) {
	.yu-page-wrap li {
		margin-bottom: 0;
	}
	
	.yu-page-wrap li {
		width: 10%;
	}
}

/* member */

/* 演员角色 */

/*剧情*/

/* jump */

/* user */

/* ads */

@media (min-width: 768px) {
    /* other */ .item-sm-left {
        display:none!important;
    }

    .col-badge-ribbon {
        line-height: 1.4;
        -webkit-animation-name: content;
        animation-name: content;
        -webkit-animation-direction: normal;
        animation-direction: normal;
        -webkit-animation-duration: .3s;
        animation-duration: .3s;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
    }

    /* container */
    .container {
        overflow: unset;
        padding: 0 10px;
        width: 750px;
    }

    .bar-label {
        margin: 0 -10px;
    }

    .bar-label [class*=yu-col-] {
        padding: 0 10px;
    }

    /* color */
    .tip-cover-unit .chunk-badge-header .title-flex-top a:hover,.panel-icon .label-img-nav .yu-nav-item>a:hover,.panel-icon .label-img-nav .yu-nav-more>a:hover,.yu-bg-conch:hover,.col-pop-grid:hover {
        color: #fff;
    }

    .bg-thumb-outer .input-footer-badge .col-tier-text:hover .label-head a,.panel-icon .yyj-menus ul>li>a:hover>i,.panel-icon .label-img-nav .cover-bar-bottom .tab-thumb:hover,.yu-alert-items:hover>a,a:active,a:focus,a:hover {
        color: #f50;
    }

    .bg-thumb-outer .input-footer-badge .label-block-cover i:hover,.tip-cover-unit .chunk-badge-header .title-flex-top a:hover,.col-pop-grid:hover {
        background: #f50;
    }

    .yu-page-wrap li a:hover {
        border-color: #f50;
    }

    /* hover */

    .text-foot-box:hover .form-sm {
        opacity: 1!important;
    }

    .yu-bg-conch:hover {
        opacity: .8;
    }

    .bg-thumb-outer .input-footer-badge .show-foot-panel:hover .label-block-cover {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -ms-transform: scale(1);
    }

    .bg-thumb-outer .dot-grid-label .tag-item-dot li>a:hover {
        font-weight: 700;
    }

    .tip-cover-unit .chunk-badge-header .title-flex-top a:hover span {
        padding-left: 17px;
        max-width: 200px;
        transition: max-width .2s ease;
    }

    .tip-cover-unit .chunk-badge-header .title-flex-top a:hover {
        border-radius: 0 50% 50% 0;
        box-shadow: none;
    }

    /* header */

    .panel-icon .col-foot-card {
        margin: 15px 0;
        padding: 5px 0;
    }

    .panel-icon .col-foot-card .top-img-tier {
        font-size: 26px;
    }

    .panel-icon .end-header {
        margin: 15px 0;
        padding-left: 25px;
        width: auto;
        font-size: 15px;
        line-height: 40px;
    }

    .panel-icon .end-header .line-btn-tab {
        float: left;
        margin: 0;
    }

    .panel-icon .end-header .yu-nav-item {
        display: none;
        margin-right: 0;
        padding: 0 12px;
    }

    .panel-icon .end-header .yu-nav-item:first-child {
        padding-left: 0;
    }

    .panel-icon .end-header .yu-nav-more {
        position: relative;
        right: auto;
        float: left;
        display: block;
    }

    .panel-icon .end-header .yu-nav-more a {
        padding: 0 12px;
    }

    .panel-icon .end-header .yu-nav-item a.active {
        font-weight: 700;
        font-size: 17px;
    }

    .panel-icon .cover-bar-bottom {
        position: relative;
        right: 0;
        left: 0;
        float: right;
        margin: 15px 0;
        width: 320px;
        /* height: 40px; */
    }
	
	.col-hidden-badge {
		/* margin-top: 40px;; */
	}

    .panel-icon .cover-bar-bottom .grid-alert-line {
        padding: 0 90px 0 15px;
        height: 40px;
        line-height: 40px;
    }

    /*.panel-icon .cover-bar-bottom .main-outer-ribbon .grid-alert-line{padding:0 90px 0 80px;}*/
    .panel-icon .cover-bar-bottom .tab-thumb {
        width: 80px;
        height: 40px;
        line-height: 40px;
		top: 0;
    }

    .panel-icon .yyj-menus .yyj-ms-header {
        margin: 15px 0;
        height: 40px;
    }

    .panel-icon .yyj-menus .text-foot-box {
        height: calc(100% - 70px);
    }

    .text-foot-box .form-sm {
        display: block;
    }

    /* banner */

    /* contentwrap */
    .bg-thumb-outer .img-nav-bar {
        padding-top: 35px;
    }

    /* smallnav */

    /* notice */

    /* rowbox */
    .bg-thumb-outer .input-footer-badge .right-block {
        margin-bottom: 25px;
    }

    .bg-thumb-outer .input-footer-badge h2.stack-flex-hero {
        font-size: 24px;
    }

    .bg-thumb-outer .input-footer-badge .left-link-thumb {
        float: left;
    }

    /* listswiper */

    /* vodlist */
    .bg-thumb-outer .input-footer-badge .col-tier-text {
        margin-bottom: 25px;
    }

     .bg-thumb-outer .input-footer-badge .ribbon-card-text {
        margin-top: 15px;
    }

    .bg-thumb-outer .input-footer-badge .card-unit {
        top: 6px;
        right: 6px;
    }

    .bg-thumb-outer .input-footer-badge .card-unit span {
        padding: 0 4px;
        line-height: 20px;
    }

    /* vodrank */

    /* onelist */

    /* playlist */

    /* downlist */

    /* detail */

    .bg-thumb-outer .yu-vod-data li {
        display: block;
        /* overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; */
    }

    .bg-thumb-outer .yu-score-wrap .section-start-icon {
        background: 0 0;
    }

    .bg-thumb-outer .yu-tool-icon {
        height: 40px;
    }

    .bg-thumb-outer .yu-tool-icon a {
        height: 40px;
        line-height: 40px;
    }

    .bg-thumb-outer .yu-score-box {
        top: 100%;
        left: -20px;
        padding: 20px;
        width: 320px;
    }

    .bg-thumb-outer .yu-score-box.yu-alert-box::after {
        display: none;
    }

    .bg-thumb-outer .yu-tool-icon li.label-stack {
        /* float: right; */
    }

    .bg-thumb-outer .item-banner .yu-vod-data ul {
        display: block;
    }

    /* play */
    .bg-thumb-outer .box-link .item-banner {
        margin-top: 25px;
    }

    /* vod */
    .bg-thumb-outer .item-banner .alert-badge-page {
        margin-bottom: 5px;
    }

    .bg-thumb-outer .item-banner .alert-badge-page h2 {
        float: left;
        font-size: 24px;
    }

    .bg-thumb-outer .item-banner .yu-infos-more {
        float: none;
        font-size: 14px;
    }

    .bg-thumb-outer .item-banner .mast-pop {
        float: left;
        margin-bottom: 0;
    }

    .bg-thumb-outer .item-banner .mast-pop a {
        height: 40px;
        line-height: 40px;
    }

    .bg-thumb-outer .item-banner .yu-tool-icon {
        float: left;
		width: 100%
    }
	
	.right-title-chip {
		float: left;
	}

    /* search */

    /*.bg-thumb-outer .yu-search-form .main-outer-ribbon .grid-alert-line{padding:0 80px 0 84px;}*/

    /* topic */

    /* art */

    /* actor */

    /* rank */

    /* foot */
	.tip-cover-unit {
		background: #e1e1e1;
	}
	
    .tip-cover-unit .chunk-badge-header {
        right: 20px;
    }

    .tip-cover-unit .tag-grid-lg {
        font-size: 13px;
        line-height: 20px;
    }

    .tip-cover-unit .tag-grid-lg p:first-child {
        margin: 0;
    }

    .tip-cover-unit .tag-border-label {
        margin-top: 8px;
        font-size: 13px;
    }

    /* comment */

    /* hot */
	
	

    /* share */
    .header-bar-alert {
        top: 100%;
        left: -68px;
        padding: 30px;
        width: 420px;
    }

    .header-bar-alert .mast-bottom-mast {
        /* float: left; */
        display: block;
        /* margin-left: 30px; */
        /* padding: 0 0 0 30px; */
        /* width: 230px; */
        /* border-left: 1px solid; */
    }

    .header-bar-alert .cover-modal {
        margin-bottom: 10px;
    }

    .header-bar-alert .img-thumb {
        padding: 10px;
        max-height: 50px;
    }

    .header-bar-alert .icon-body {
        margin: 10px auto 0;
        width: 100%;
        line-height: 36px;
    }

    /* filter */

    /* alert */
    .right-title-chip .yu-alert-box::after {
        left: auto;
        margin-left: 0;
    }

    .right-title-chip .yu-alert-box::after {
        left: 76px;
    }

    .yu-alert-items .yu-alert-box::after {
        display: block;
    }

    /* page */
    .yu-page-wrap li {
        padding: 0 5px;
        width: auto;
    }

    .yu-page-wrap li a {
        padding: 0 15px;
        width: auto;
    }

    /* user */

    /* jump */

    /*角色*/
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }

    /* other */

    /* banner */

    /* rowbox */

    /* detail */

    /* play */

    /* art */

    /* smlist */
}

@media (min-width: 1200px) {
    .container {
        width:1170px;
    }
}

@media (min-width: 1310px) {
    .container {
        width:1280px;
    }
}

@media (max-width: 570px) {
	video {
		height: 320px;
	}
	
	.yu-full-box {
		padding: 0 10px;
		padding-bottom: 0;
	}
}

@media (max-width: 767px) {

    .top-left {
        display: none!important;
    }

    /* color */

    /* container */
    .panel-icon .container {
        padding: 0;
    }
	
	.panel-icon .cover-bar-bottom {
		width: 60%;
	}

    /* header */

    /* smallnav */

    /* vodlist */

    /* playlist */

    /* detail */

    /* play */

    .bg-thumb-outer .yu-vod-data li:nth-child(-n+5) {
        width: calc(100% - 100px);
    }

    .bg-thumb-outer .yu-vod-data li.blurb {
        padding-left: 0;
        line-height: 1.6;
    }

    .bg-thumb-outer .yu-vod-data li.blurb em {
		margin-left: 0;
    }

    /* search */

    /* topic */

    /* alert */

    .yu-full-box {
        overflow-x: hidden;
        overflow-y: auto;
        padding: 0 10px;
        /* height: calc(100% - 85px); */
        -webkit-overflow-scrolling: touch;
    }

    .yu-half-alert {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 999998;
        display: block!important;
        border-radius: 15px 15px 0 0;
    }

    .yu-half-y100 {
        -webkit-transition: -webkit-transform .3s;
        transition: transform .3s;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        -ms-transform: translateY(100%);
    }
	
	 .yu-half-y100 {
		-webkit-transition: -webkit-transform .3s;
		transition: transform .3s;
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
		-ms-transform: translateY(100%);
	}
	
	.yu-half-y100.yu-half-y0 {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-ms-transform: translateY(0);
	}

    .yu-score-wrap .yu-half-alert {
        padding: 20px 25px 50px;
    }

    /* links */
    .bg-thumb-outer .input-footer-badge .col-tier-text.box-alert {
        width: 100%;
        font-size: 16px;
    }

    /* foot */
    .tip-cover-unit .label-right-mast.flex-list {
        padding: 20px 0 20px 0;
    }

    .tip-cover-unit .flex-list .chunk-badge-header {
        bottom: 70px;
    }

    /* user */

    /* ads */

    /*角色*/

    /*分页*/
    .yu-page-wrap li.yu-page-tips {
        width: 30%;
    }

    .col-hidden-badge {
		margin: 0 15px 15px 15px;
	}
}

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

    /* header */
    .panel-icon .cover-bar-bottom {
        width: 50%;
    }

    .panel-icon .end-header .yu-nav-item:nth-child(1) {
        display: block;
    }

    /* banner */

    /* smallnav */

    /* vodlist */

    /* weekday */

    /* listswiper */

    /* detail */
}

@media (min-width: 992px) and (max-width: 1199px) {

    /* header */
    .panel-icon .cover-bar-bottom {
        width: 60%;
    }

    .panel-icon .end-header .yu-nav-item:nth-child(-n+3) {
        display: block;
    }

    /* banner */

    /* rowbox */

    /* vodlist */

    /* listswiper */

    /* detail */
}

@media (min-width: 1200px) {

    .panel-icon .end-header .yu-nav-item:nth-child(-n+5) {
        display: block;
    }

    /* rowbox */

    /* vodlist */

    /* detail */
}

@media (min-width: 1310px) {
    .panel-icon .end-header .yu-nav-item:nth-child(-n+6) {
        display: block;
    }

    /* rowbox */
}

.center-row-stack{display:contents;font-style:normal;font-family:inherit;font-size:inherit;color:inherit}
.box-nav-label{display:contents;font-style:normal;font-family:inherit;font-size:inherit;color:inherit}
.col-row{display:contents;font-style:normal;font-family:inherit;font-size:inherit;color:inherit}
.end-slot{display:contents;font-style:normal;font-family:inherit;font-size:inherit;color:inherit}
.tab-slot-row{display:contents;font-style:normal;font-family:inherit;font-size:inherit;color:inherit}
.hero-pop-list{display:contents;font-style:normal;font-family:inherit;font-size:inherit;color:inherit}
.right-link{display:contents;font-style:normal;font-family:inherit;font-size:inherit;color:inherit}
.grid-inner-thumb{display:contents;font-style:normal;font-family:inherit;font-size:inherit;color:inherit}
.cover-tip{display:contents;font-style:normal;font-family:inherit;font-size:inherit;color:inherit}
.tag-top{display:contents;font-style:normal;font-family:inherit;font-size:inherit;color:inherit}
.page-list{display:contents;font-style:normal;font-family:inherit;font-size:inherit;color:inherit}
.left-pill{display:contents;font-style:normal;font-family:inherit;font-size:inherit;color:inherit}
.unit-md{display:contents;font-style:normal;font-family:inherit;font-size:inherit;color:inherit}
.alert-col-center{display:contents;font-style:normal;font-family:inherit;font-size:inherit;color:inherit}
.link-tab-active{display:contents;font-style:normal;font-family:inherit;font-size:inherit;color:inherit}
.box-cell-line{display:contents;font-style:normal;font-family:inherit;font-size:inherit;color:inherit}
.nav-col-alert{display:contents;font-style:normal;font-family:inherit;font-size:inherit;color:inherit}
.box-start{display:contents;font-style:normal;font-family:inherit;font-size:inherit;color:inherit}
.end-btn{display:contents;font-style:normal;font-family:inherit;font-size:inherit;color:inherit}
.chip-modal{display:contents;font-style:normal;font-family:inherit;font-size:inherit;color:inherit}
.start-slot-lg{display:contents;font-style:normal;font-family:inherit;font-size:inherit;color:inherit}
.box-form{display:contents;font-style:normal;font-family:inherit;font-size:inherit;color:inherit}
