[v-cloak] {
	display: none;
}

body.honor-v2 > div > .content {
	max-width: unset;
}
.shoot_header_wrapper button{
	padding: 0;
	background: none;
	border: none;
}
.shoot_header_wrapper a:focus-visible,
.shoot_header_wrapper button:focus-visible{
outline: 2px solid #0066cc;
outline-offset: 2px;
}
.shoot_header_wrapper {
	width: 100%;
	height: 80px;
	background-color: #000;
}

@media screen and (max-width: 768px) {
	.shoot_header_wrapper {
		height: 110px;
	}
}

.shoot_header {
	position: fixed;
	width: 100%;
	background-color: #000;
	z-index: 999;
}

.shoot_header .shoot_header_pc {
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #fff;
	font-size: 0.9375vw;
	line-height: 1.5;
}

.shoot_header .shoot_header_pc .shoot_logo {
	display: inline-block;
	margin-left: 18px;
}

.shoot_header .shoot_header_pc .shoot_logo img {
	width: 12.1875vw;
	height: 3.43vw;
	min-width: 200px;
	max-width: 236px;
}

.shoot_header .shoot_header_pc .shoot_nav_list ul li {
	display: inline-block;
}

.shoot_header .shoot_header_pc .shoot_nav_list ul li a {
	display: block;
	color: #fff;
	opacity: 0.6;
	padding: 20px 1vw;
}

.shoot_header .shoot_header_pc .shoot_nav_list ul li a:hover {
	opacity: 1;
	color: #00b1ff;
}

.shoot_header .shoot_header_pc .shoot_nav_list ul li.actived a {
	opacity: 1;
	color: #00b1ff;
}

.shoot_header .shoot_header_pc .shoot_header_right {
	padding-right: 4.6875vw;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.shoot_header .shoot_header_pc .shoot_header_right .shoot_header_upload {
	padding: 3px 21px;
	border: 1px solid #00b1ff;
	border-radius: 20px;
	line-height: 1.5;
	margin-right: 1.35vw;
	cursor: pointer;
	white-space: nowrap;
	font-size: 70%;
	background-color: #00b1ff;
}

.shoot_header .shoot_header_pc .shoot_header_right .shoot_header_upload:hover {
	color: #fff;
	background-color: #00b1ff;
	border-color: #00b1ff;
}

.shoot_header .shoot_header_pc .shoot_header_mobile_sub {
	display: none;
}

.shoot_lang_wrapper:hover .shoot_lang_list {
	display: block;
}

.shoot_lang_wrapper {
	height: 106px;
	position: relative;
	margin-right: 0.6041vw;
}

.shoot_cur_lang {
	line-height: 106px;
}

.shoot_cur_lang span {
	cursor: pointer;
	padding: 10px;
}

.shoot_lang_list {
	display: none;
	background-color: #333;
	position: absolute;
	transform: translateX(-50%);
	margin-left: 50%;
	top: 80px;
}

.shoot_lang_list li {
	padding: 0;
	text-align: center;
	cursor: pointer;
}

.shoot_lang_list li a {
	display: block;
	color: #fff;
	padding: 4px 40px;
	text-align: center;
	cursor: pointer;
	opacity: 0.6;
	/* width: 100px; */
	padding: 4px 40px;
	white-space: nowrap;
}

.shoot_lang_list li:hover a {
	color: #fff;
	opacity: 1;
}

img[lazy='loaded'] {
	opacity: 0;
	-webkit-animation-name: fadein;
	animation-name: fadein;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-direction: normal;
	animation-direction: normal;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}

@-webkit-keyframes fadein {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes fadein {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@media screen and (max-width: 1200px) {
	.shoot_header .shoot_header_pc {
		font-size: 12px;
	}
	.shoot_header .shoot_header_pc .shoot_nav_list ul li a {
		padding-left: 0.5vw;
		padding-right: 0.5vw;
	}
}

.shoot_header .shoot_header_m {
	display: none;
}

.shoot_user_part {
	float: right;
	margin-right: 0;
	height: 106px;
	line-height: 106px;
	margin-right: 1.35vw;
}

.shoot_user_part .shoot_user_icon {
	cursor: pointer;
	width: 30px;
	min-height: 30px;
}

.shoot_user_part .shoot_user_icon:hover .shoot_userlist {
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16);
	display: block;
	min-width: 100px;
	width: auto;
	background: #333;
	position: absolute;
	right: -2vw;
	/* font-size: 14px; */
	top: 80px;
	font-size: unset;
}

.shoot_user_part .shoot_user_icon img {
	width: 30px;
	height: 30px;
	border-radius: 50%;
}

.shoot_user_part .shoot_userlist {
	display: none;
	background-color: #333;
	width: 5.729vw !important;
}

.shoot_user_part .shoot_userlist ul {
	padding: 0;
	margin: 0;
	font-size: 80%;
}

.shoot_user_part .shoot_userlist ul li {
	padding: 4px 10px;
	line-height: 1.5;
	text-align: center;
	opacity: 0.6;
}

.shoot_user_part .shoot_userlist ul li:hover {
	/* background: #999; */
	color: #fff;
	cursor: pointer;
	opacity: 1;
}

@media screen and (max-width: 768px) {
	.shoot_header .shoot_header_pc {
		display: none;
	}
	.shoot_header .shoot_header_m {
		display: block;
		height: 110px;
		margin-left: 5.3333vw;
		margin-right: 5.3333vw;
	}
	.shoot_header .shoot_header_m .shoot_header_m_top {
		height: 65px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		border-bottom: 1px solid #575757;
	}
	.shoot_header .shoot_header_m .shoot_header_m_top .shoot_logo {
		display: inline-block;
	}
	.shoot_header .shoot_header_m .shoot_header_m_top .shoot_logo img {
		width: 30vw;
	}
	.shoot_header .shoot_header_m .shoot_header_m_top .shoot_lang_wrapper {
		color: #fff;
		font-size: 16px;
		height: 65px;
		display: flex;
		align-items: center;
		margin-right: 0;
	}
	.shoot_lang_wrapper:hover .shoot_lang_list {
		display: none;
	}
	.shoot_lang_list {
		background: #333;
		top: 65px;
	}
	.shoot_lang_list li {
		/* padding: 6px 4px; */
	}
	.shoot_lang_list li a {
		padding: 4px 16px;
		line-height: 1.5;
	}
	.shoot_header .shoot_header_m .shoot_header_m_bottom {
		font-size: 12px;
		display: flex;
		justify-content: space-between;
		align-items: baseline;
		margin-top: 10px;
	}
	.shoot_header .shoot_header_m .shoot_header_m_bottom .shoot_nav_list_part {
		color: #fff;
	}
	.shoot_header .shoot_header_m .shoot_header_m_bottom .shoot_nav_list_part .shoot_nav_list_m {
		display: none;
		padding-top: 4px;
		padding-bottom: 4px;
		background-color: #333;
		margin-top: 6px;
	}
	.shoot_header .shoot_header_m .shoot_header_m_bottom .shoot_nav_list_part .shoot_nav_list_m li a {
		display: block;
		color: #fff;
		padding: 4px 10px;
	}
	.shoot_header .shoot_header_m .shoot_header_m_bottom .shoot_nav_list_part .cur_m_page .cur_m_page_val {
		padding-right: 2.6667vw;
	}
	.shoot_header .shoot_header_m .shoot_header_m_bottom .shoot_nav_list_part .cur_m_page .cur_m_header_icon {
		width: 10px;
	}
	.shoot_header .shoot_header_m .shoot_header_m_bottom .shoot_header_upload_m {
		display: inline-block;
		color: #fff;
		padding: 3px 10px 2px;
		border: 1px solid #00b1ff;
		border-radius: 20px;
		line-height: 1.5;
		cursor: pointer;
		white-space: nowrap;
		background-color: #00b1ff;
	}
	.shoot_cur_lang {
		transform: translateX(0px);
		height: 65px;
		line-height: 65px;
	}
	.shoot_cur_lang:hover .shoot_lang_list {
		display: block;
		min-width: 100px;
	}
	.shoot_user_part {
		height: 65px;
		line-height: 65px;
		margin-right: 0;
	}
	.shoot_user_part .shoot_user_icon {
		text-align: right;
	}
	.shoot_user_part .shoot_user_icon img {
		height: 24px;
		width: 24px;
	}
	.shoot_user_part .shoot_user_icon:hover .shoot_userlist {
		top: 65px;
	}
}


.shoot_lang_list li:nth-child(2){
	font-family: "HONOR Sans Arabic ";
}
.shoot_lang_wrapper:focus-within .shoot_lang_list{
	display: block;
}
.shoot_user_part:focus-within .shoot_userlist{
	display: block;
}