.mv-cover-a {
    width: 100%;
    display: block;
    padding-top: 140%;
    background-size: cover;
}
.mv-cover-b {
    width: 100%;
    display: block;
    padding-top: 68%;
    background-size: cover;
}
.mv-list {
    width: 100%;
}
.mf-list {
    width: 100%;
}
.mv-list2 {
    width: 100%;
}
.mv-category-bg-active {
    background-color: #24baef;
}
.mv-category-active {
    color: #181d29 !important;
}
.mv-category-inactive {
    color: #24baef !important;
}

.mv-score{
    position:absolute;
    top:5px;
    left:3px;
    padding:0 5px;
    text-align:right;
    font-size:12px;
    background-color: #ef0c0c;
    color: #FFFFFF;
    z-index: 100;
}
.mv-score::before{
    border-top: 4px solid #ef0c0c;
    border-left: 4px solid transparent;
    content:"";
    position:absolute;
    left:1px;
    bottom:-4px;
}
.mv-detail-poster {
    width: 270px;
    height: 380px;
    display: inline-block;
}
.mv-detail-div {
    padding: 0 10px;
}
.av-iframe-div {
    height: 620px;
    background-color: #000000;
}
.an-list {
	width: 100%;
}
.an-container {
	display: flex !important;
	justify-content: space-between;
	color: white;
}
.an-list1-item {
	align-self: flex-start;
}
.an-list1-item .mv-score {
	position: sticky;
	margin-right: 0.3rem;
}
.an-list2-item {
	align-self: flex-end;
	width: 18rem;
    text-align: right;
	color: #54638b;
	margin-left: 0.5rem;
}
.an-list1-seprate {
	border-bottom: 1px solid #122559;
	width: 100%;
}
.an-player-content {
	color: white;
    font-size: 1.3rem;
    line-height: 2.5rem;
}
.favorite-btn {
	padding: 6px 20px;
    width: fit-content;
    border: 2px solid;
    border-radius: 4px;
}
.set-hidden {
	display: none !important;
}
@media (max-width: 768px) {
	#header_menu_btn {
		background-color: #223d55;
		color: #22b3e5;
	}
	#header_menu_avatar {
		opacity: 0.68;
	}
	#searchClassic {
		background-color: #131722;
    	box-shadow: 0 0px 8px #2596da;
	}
	#basicDropdownHover {
		background-color: #18264b;
    	border-radius: 8px;
	}
	.my-account-dropdown .dropdown-item {
		color: white;
	}
	#ai_player_content img {
		width: 100%;
	}
	.an-container {
		display: block !important;
	}
	.an-list2-item {
		text-align: left;
		margin-left: 0rem;
		margin-top: 0.4rem;
	}
    .mv-list {
        width: 33.33%;
    }
	.mf-list {
        width: 50%;
    }
    .mv-list2 {
        width: 50%;
    }
    .mv-detail-poster {
        width: 350px;
        height: 490px;
    }
    .av-iframe-div {
        height: 310px;
    }
    .mv-detail-div {
        padding: 0;
    }
	#navBar .hs-sub-menu {
		display: none;
	}
}

/* ********************** NavPageA1 ********************** START */
.nav_c1_body {color:#222; font-family:Microsoft YaHei, Helvitica, Verdana, Tohoma, Arial, san-serif; margin:0; padding: 0; text-decoration: none;}
.nav_c1_body img {border:0;}
.nav_c1_body ul {list-style: none outside none; margin:0; padding: 0; margin-bottom: 68px;}
.nav_c1_body {
	width: 100vh;
	height: 100vh;
	display: table-cell;
	/* background-color:#ffffff; */
	background-color: #131722;
}
.nav-a1-container {
	width: 100%;
	height: 268px;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	position: relative;
	margin: auto;
	overflow: hidden;
	padding: 0;
}
.nav-a1-container .wrap {
	position: absolute;
	width: inherit;
	height: inherit;
	top: 0;
	left: 0;
	display: flex;
	flex-wrap: nowrap;
	transition: all .5s ease;
}
.nav-a1-container .wrap img {
	width: inherit;
	height: inherit;
}
.nav-a1-container input {
	position: relative;
	z-index: 2;
}
.nav_c1_body input {display: none;}
.nav_c1_body input:nth-child(1):checked~.nav-a1-tool label:nth-child(1) {background-color: #678ce1;}
.nav_c1_body input:nth-child(2):checked~.nav-a1-tool label:nth-child(2) {background-color: #678ce1;}
.nav_c1_body input:nth-child(3):checked~.nav-a1-tool label:nth-child(3) {background-color: #678ce1;}
.nav_c1_body input:nth-child(4):checked~.nav-a1-tool label:nth-child(4) {background-color: #678ce1;}
.nav_c1_body input:nth-child(1):checked~.wrap {transform: translateX(0%);}
.nav_c1_body input:nth-child(2):checked~.wrap {transform: translateX(-100%);}
.nav_c1_body input:nth-child(3):checked~.wrap {transform: translateX(-200%);}
.nav_c1_body input:nth-child(4):checked~.wrap {transform: translateX(-300%);}
.nav-a1-tool {
	position: absolute;
	bottom: 0px;
	left: 50%;
	width: 100%;
	transform: translate(-50%, 0);
	text-align: center;
	line-height: 35px;
	background-color: rgba(0, 0, 0, .2);
}
.nav-a1-tool label {
	display: inline-block;
	width: 15px;
	height: 15px;
	border: 3px solid #fff;
	border-radius: 50%;
	background-color: #fff;
	margin-right: 15px;
	cursor: pointer;
	vertical-align: middle;
}

.nav-a1-mainmenu:after {clear: both; content: " "; display: block;}
.nav-a1-mainmenu li{
	float:left;
	margin-left: 1.66%;
	margin-top: 2%;
	width: 18%;
	border-radius:3px;
	overflow:hidden;
}
.nav-a1-mainmenu li a{display:block;  color:#FFF;   text-align:center}
.nav-a1-mainmenu li a b{
	display:block;
	height:90px;
}
.nav-a1-mainmenu li a img{
	margin: 15px auto 15px;
	border-radius: 11px;
	width: 64px;
	height: 64px;
	box-shadow: 0 0 6px #15668f;
}
.nav-a1-mainmenu li a span{
	display:block;
	height:30px;
	line-height:30px;
	/* color: #666666; */
	color: white;
    /* font-weight: bold; */
	font-size:14px;
}

.nav-a1-menu {
	display: block;
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 68px;
	color: white;
	padding-top: 10px;
	box-shadow: 0 -1px 7px #2e709d;
	background-color: #0c0e17;
	z-index: 110;
}

.nav-a1-subMenu {
	width: 25%;
	float: left;
	cursor: pointer;
	text-align: center;
}

.nav-a1-subMenu i {
	font-size: 20px;
}

.nav-a1-menu_name {
	height: 30px;
	width: 100%;
	line-height: 16px;
	font-size: 13px;
}

.nav-a1-menu svg {
	width: 24px;
    fill: white;
}
.nav-a1-menu .active svg{
	width: 24px;
	fill: #0988e1;
}
.nav-a1-menu .active {
	color: #0988e1;
}

.nav-a1-menu .text-center {
	text-align: center
}

.nav-a1-menu button{
	border-style: none;
}
#av-sidebarContent-menu {
	width: 20rem;
}

.product-title {
	width: 100%;
}
/* ********************** NavPageA1 ********************** END */
.account-13-container {
	display: flex;
	flex-wrap: wrap;
}

.account-13-container .box {
	width: 31%;
	/* height: 100px;
	background-color: #ccc; */
	margin-left: 15px;
	margin-bottom: 10px;
}

.account-13-container .img-title {
	color: white;
	margin-bottom: 10px;
}

.account-13-container img {
	width: 80%;
}

.account-btn {
	background-color: #106cac;
    color: white !important;
    padding: 6px 16px;
    border-radius: 6px;
	font-size: 14px;
}

.account-input {
	width: 180px;
	display: inline-block;
	background-color: #252c3f;
}

@media (max-width: 768px) {
	.account-13-container .box {
		width: 100%;
		margin-left: 10px;
		margin-bottom: 10px;
	}
	.account-input {
		width: 260px;
	}
}

/* CHAT */
.chatbox {
	width: 100%;
    overflow: auto;
    font-size: 0.32rem;
    line-height: 2;
    height: 100%;
	background-color: #0c0e17;
	border-radius: 0.31rem;
	padding: 1.31rem;
}
.chatbox .item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
		-moz-box-pack: start;
		-ms-flex-pack: start;
			justify-content: flex-start;
	margin-bottom: 0.31rem;
}
.chatbox .item .hd {
	width: 3.13rem;
    height: 3.13rem;
    margin-right: 0.86rem !important;
	-moz-background-size: cover;
			background-size: cover;
	-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
			border-radius: 50%;
	-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
			flex-shrink: 0;
	margin-right: 0.12rem;
}
.chatbox .item .bd {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-flow: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-flow: column;
			flex-flow: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
		-moz-box-align: start;
		-ms-flex-align: start;
			align-items: flex-start;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
		-moz-box-pack: start;
		-ms-flex-pack: start;
			justify-content: flex-start;
}
.chatbox .item .bd .content {
	background: #fff;
	max-width: 17.68rem;
	-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
			box-sizing: border-box;
	padding: 0.68rem;
	font-size: 1rem;
	-webkit-border-radius: 0.3rem;
		-moz-border-radius: 0.3rem;
			border-radius: 0.3rem;
	color: #333;
	line-height: 1.53rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	min-width: 1.26rem;
	line-break: anywhere;
	user-select: text;
	text-align: left;
}
.chatbox .item .bd .content-img {
padding: 0;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
background: none;
}
.chatbox .item .bd .content-img .img {
max-width: 3.31rem;
max-height: 2.34rem;
-webkit-border-radius: 0.3rem;
	-moz-border-radius: 0.3rem;
		border-radius: 0.3rem;
}
.chatbox .item .bd .img_expression {
max-width: 0.46rem;
max-height: 0.46rem;
margin: 0 auto;
}
.chatbox .item .bd .item-file {
display: block;
}
.chatbox .item .bd .item-file .icon-file {
float: left;
margin: 0.12em 0.14rem 0 0;
vertical-align: baseline;
}
.chatbox .item .bd .item-file .file-name {
line-height: 0.3rem;
margin-bottom: 0.04rem;
}
.chatbox .item .bd .item-file .file-size {
display: block;
color: #999;
font-size: 0.2rem;
line-height: 1;
}
.chatbox .item .bd .time {
line-height: 0.46rem;
color: #999;
text-indent: 0.2rem;
font-size: 0.2rem;
}
.chatbox .item-my {
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
	-moz-box-pack: end;
	-ms-flex-pack: end;
		justify-content: flex-end;
}
.chatbox .item-my .bd {
-webkit-box-align: end;
-webkit-align-items: flex-end;
	-moz-box-align: end;
	-ms-flex-align: end;
		align-items: flex-end;
}
.chatbox .item-my .bd .content {
background: #fdcdca;
}
.chatbox .item-my .time {
padding-right: 0.2rem;
}
.form-chat {
	display: flex;
	justify-content: space-between;
  	align-items: center;
	width: 100%;
	-moz-background-size: 3.45rem auto;
			background-size: 3.45rem auto;
	-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
			box-sizing: border-box;
}
.form-chat .btn-upload,
.form-chat .btn-file svg,
.form-chat .btn-send svg {
	fill: #2096c1;
	position: relative;
	font-size: 1.53rem;
	width: 1.53rem !important;
	-webkit-box-align: center;
	-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
		-moz-box-pack: start;
		-ms-flex-pack: start;
			justify-content: flex-start;
	border: none;
	background: none;
	color: #575b66;
  	margin-right: 0.31rem;
	margin-bottom: 0;
}
.form-chat .btn-send {
	margin-bottom: 0;
}
.form-chat .btn-send svg {
	margin-right: 0rem;
}
.form-chat .form-group {
	flex-grow: 1;
  	margin-right: 0.31rem;
	margin-bottom: 0;
}
.form-chat .form-group .input_text {
width: 100%;
background: #fff;
-webkit-border-radius: 0.4rem;
	-moz-border-radius: 0.4rem;
		border-radius: 0.4rem;
height: 2.13rem;
padding: 0.1rem 0.3rem;
overflow: hidden;
}
.form-chat .form-group .input_text::-webkit-input-placeholder {
color: #999;
font-size: 0.24rem;
}
.form-chat .form-group .input_text:-moz-placeholder {
color: #999;
font-size: 0.24rem;
}
.form-chat .form-group .input_text::-moz-placeholder {
color: #999;
font-size: 0.24rem;
}
.form-chat .form-group .input_text:-ms-input-placeholder {
color: #999;
font-size: 0.24rem;
}
.form-chat .form-group .input_text::-ms-input-placeholder {
color: #999;
font-size: 0.24rem;
}
.form-chat .form-group .input_text::placeholder {
color: #999;
font-size: 0.24rem;
}
.form-chat .form-group .btn-expression {
width: 0.5rem;
height: 0.5rem;
position: absolute;
right: 0.31rem;
bottom: 0.34rem;
font-size: 0.48rem;
border: none;
background: none;
color: #575b66;
}
.plyr-video-div {
	width: 100%;
	height: 100%;
}
.pwa-page {
	text-align: center;
	margin-top: 30px;
	color: white;
	font-size: 18px;
}
.pwa-page .container {
	max-width: 350px;
	text-align: left;
}
.pwa-page img{
	max-width: 200px;
}
.pwa-page .title{
	font-size: 20px;
	font-weight: bold;
}