.page {
	position: relative;
	width: 1920px;
	margin: 0 auto;
}

.box_1 {
	background-size: 100% 100%;
	width: 1920px;
	position: relative;
}

.box_zhichi_header {
	background-color: #022898;
	height: 478px;
	position: relative;
	align-items: center;
	background-image: url(./search_bg.png);
	background-size: 1920px 480px;
	background-position: center;
	background-repeat: no-repeat;
}

.box_zhichi_body {
	align-items: center;
	justify-content: center;
	top: 156px;
	margin: 0 auto;
	position: absolute;
}

.section_1 {
	position: relative;
	width: 1920px;
	background-size: 2049px 1351px;
}

.zhichi_search_title {
	color: rgba(255, 255, 255, 1);
	font-size: 52px;
	text-align: center;
	line-height: 1;
	font-family: "OPPOSans-Ver2-H";
}

.box_zhichi_search {
	width: 950px;
	height: 50px;
	background-color: #FFF;
	margin-top: 40px;
	border-radius: 5px;
	justify-content: space-between;
	align-items: center;
	padding: 0 21px 0 37px;
	position: relative;
	align-items: center;
	justify-content: center;
}

.recommend_result_body {
	position: absolute;
	width: 100%;
	top: 50px;
	padding: 5px 0;
	background-color: #FFF;
	left: 0;
	z-index: 99;
	border: 1px solid #3d3d3d;
	border-radius: 0 0 10px 10px;
	display: none;
}

.recommend_result_bodyact {
	display: flex;
}

.recommend_result_item {
	padding-left: 35px;
	font-size: 16px;
	line-height: 35px;
	user-select: none;
	cursor: pointer;
}

.recommend_result_item:hover {
	color: #0D48A8
}

.box_zhichi_searchs {
	width: 100%;
	height: 18px;
	justify-content: space-between;
	align-items: center;
}

.zhichi_search_left {
	height: 22px;
	width: 97%;
	padding: 0;
	line-height: 0.8;
	font-family: "OPPOSans-Ver2-Regular";
	cursor: pointer;
	font-size: 16px;
}

.zhichi_search_left::-webkit-input-placeholder {
	/* WebKit browsers */
	font-size: 17px;
	font-family: "OPPOSans-Ver2-Regular";
	color: #0D48A8;
}

.zhichi_search_left:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	font-size: 17px;
	font-family: "OPPOSans-Ver2-Regular";
	color: #0D48A8;

}

.zhichi_search_left::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	font-size: 17px;
	font-family: "OPPOSans-Ver2-Regular";
	color: #0D48A8;

}

.zhichi_search_left:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	font-size: 17px;
	font-family: "OPPOSans-Ver2-Regular";
	color: #0D48A8;

}


.zhichi_search_right {}


.box_zhichiy_body {
	width: 1260px;
	margin: 0 auto;
	padding-top: 90px;
	margin-bottom: 120px;
}

.box_zhichiy_body_left {
	width: 260px;
	height: auto;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
}

.box_zhichiy_body_left .zhichi_head1 {
	padding-left: 15px;
	user-select: none;
}

.box_zhichiy_body_right {
	height: auto;
	width: 1000px;
	padding-left: 70px;
	position: relative;
}


.zhichi_search_header_line {
	background-color: rgba(13, 72, 168, 0.65);
	width: 1920px;
	height: 42px;
	position: absolute;
	bottom: 0;
	align-items: center;
	justify-content: center;
}

.zhichi_search_header_line_body {
	width: 1260px;
	height: 42px;
	margin: 0 auto;
	justify-content: flex-end;
	align-items: center;
}

.zhichi_search_header_line_body_right {
	align-items: center;
}

.zhichi_search_header_line_item {
	color: rgba(255, 255, 255, 1);
	font-size: 14px;
	font-family: "OPPOSans-Ver2-Regular";
	align-items: center;
}

.zhichi_search_header_line_item:after {
	content: "\e775";
	font-family: 'iconfont';
	margin: 0 5px;
	font-size: 14px;
}

.zhichi_search_header_line_item:last-child:after {
	display: none;
}

.zhichi_head1 {
	color: rgba(13, 72, 168, 1);
	font-size: 30px;
	font-family: OPPOSans-Ver2-H;
	text-align: left;
	white-space: nowrap;
	line-height: 1;
	margin-top: 1px;
	margin-bottom: 15px;
	user-select: none;
}

.zhichi_left_selectkspan {
	overflow-wrap: break-word;
	font-size: 16px;
	font-family: "OPPOSans-Ver2-Bold";
	text-align: left;
	white-space: nowrap;
	line-height: 1;
	cursor: pointer;
}

.zhichi_left_selectkspan:hover {
	color: rgba(14, 71, 169, 1);

}

.zhichi_left_selectkspanact {
	color: rgba(14, 71, 169, 1);

}

.zhichi_left_selectk {
	width: 220px;
	margin-top: 10px;
}

.zhichi_left_selectkitem {
	border-bottom: 1px solid #f2f2f2;
	height: 60px;
	align-items: center;
	padding-left: 15px;
	cursor: pointer;
}

.zhichi_left_selectkitem:hover .zhichi_left_selectkspan {
	color: rgba(14, 71, 169, 1);

}

.box_zhichiy_right_listbody {
	margin-top: 15px;
}

.loadmore {
	text-align: center;
	padding-top: 40px;
}

.zhichi_search_right_product {
	width: 100%;
	height: auto;
	align-items: flex-end;
	padding: 45px 0;
	border-bottom: 1px solid #f4f4f4;
}

.zhichi_search_right_product_img {
	width: 180px;
	height: 128.8px;
	background-position: center;
	/* background-color: antiquewhite; */
	background-repeat: no-repeat;
	background-size: 100% auto;
	transition: all 0.1s;
	position: relative;
}

.channel_type_product {
	font-size: 12px;
	position: absolute;
	left: 0;
	bottom: 2px;
	color: #0e38a8;
	font-family: 'OPPOSans-Ver2-Medium';
}

.zhichi_search_right_product_img:hover {
	background-size: 115% auto;
}

.zhichi_search_right_product_group_top {
	width: auto;
	height: auto;
}

.zhichi_product_group_top_title:hover {
	color: rgba(14, 71, 169, 1);
}

.zhichi_product_group_top_title {
	overflow-wrap: break-word;
	color: #3d3d3d;
	font-size: 21px;
	font-family: OPPOSans-Ver2-H;
	text-align: left;
	white-space: nowrap;
}

.zhichi_product_group_top_desc {
	width: auto;
	overflow-wrap: break-word;
	color: rgba(61, 61, 61, 1);
	font-size: 16px;
	font-family: "OPPOSans-Ver2-Medium";
	text-align: left;
	margin-top: 13px;
}


.zhichi_product_group_block {
	width: 580px;
	height: 45px;
	margin: 25px 0 0 1px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 1.38vw;
}

.zhichi_product_group_block_button:nth-child(n+5) {
	display: none;
}

.zhichi_product_group_block_button {
	border-radius: 5px;
	height: 45px;
	width: 130px;
	background-color: rgba(242, 242, 242, 1);
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.zhichi_product_group_block_button:last-child {
	margin-right: 0;
}

.zhichi_product_group_block_buttonact {
	background-color: rgba(14, 71, 169, 1);
}

.zhichi_product_group_block_button_text {
	overflow-wrap: break-word;
	font-size: 18px;
	font-family: "OPPOSans-Ver2-Bold";
	text-align: left;
	white-space: nowrap;
	color: #3d3d3d;
	line-height: 1;
	user-select: none;
}

.zhichi_product_group_block_buttonact .zhichi_product_group_block_button_text {
	color: rgba(255, 255, 255, 1);
}

.zhichi_product_group_block_button:hover {
	background-color: rgba(14, 71, 169, 1);

}

.zhichi_product_group_block_button:hover .zhichi_product_group_block_button_text {
	color: rgba(255, 255, 255, 1);

}

#load-more {
	display: none;
	padding: 6px 12px;
	border-radius: 5px;
}

#load-more:hover {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}

.zhichi_search_result {
	margin-top: 45px;
}

.zhichi_search_rebody_adheigh {
	margin-bottom: 45px;
}

.zhichi_search_rebody_adheigh:last-child {
	margin-bottom: 0px;
}

.zhichi_search_result .list_resultbox {
	margin-top: 0px
}

.zhichi_search_result .zhichi_product_common_more {
	padding: 6px 12px;
	border-radius: 5px;
	margin-bottom: 45px;
}

.zhichi_search_result .zhichi_product_common_more:hover {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}


.zhichi_product_common_more {
	width: 100%;
	height: auto;
	margin: 45px auto 120px auto;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 0;
}

.zhichi_product_look {
	width: auto;
	height: auto;
	align-items: center;
	cursor: pointer;
}

.zhichi_product_look_text {
	overflow-wrap: break-word;
	color: rgba(25, 25, 25, 1);
	font-size: 16px;
	font-family: "OPPOSans-Ver2-Medium";
	text-align: left;
	white-space: nowrap;
	margin-right: 5px;
}

.look_more {
	transform: rotate(90deg);
}

.search_tit_word {
	margin-top: 15px;
}

.search_word {
	font-size: 14px;
	font-family: "OPPOSans-Ver2-Regular";
	color: #FFFFFF;
	cursor: pointer;
}

.search_word:hover {
	text-decoration: underline;
}

.search_word:after {
	content: '|';
	padding: 0 25px;
}

.search_word:last-child:after {
	content: '';
	padding: 0;

}

.box_zhichiy_body_left::-webkit-scrollbar {
	width: 5px;
	height: 7px;
	background-color: rgba(255, 255, 255, 1);
}

.box_zhichiy_body_left::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgb(249 245 245 / 30%);
	border-radius: 2px;
	background-color: #fafafa;
}

.box_zhichiy_body_left::-webkit-scrollbar-thumb {
	border-radius: 2px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #fff;
}

.zhichi_search_right_product_desc {
	width: auto;
	height: auto;
	margin-left: 25px;
}



.zhichiy_list_resultbody {
	width: 100%;
}

.list_resultbox {
	/* margin-top: 45px; */
	/* border-top: 1px solid #222; */
}

#list_resultbodys_video {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 12px;
	padding: 25px 0;
}

.list_resulthead {
	padding-left: 15px;
	color: rgba(61, 61, 61, 1);
	font-size: 21px;
	font-family: "OPPOSans-Ver2-H";
	padding-bottom: 15px;
	border-bottom: 1px solid #222;
}

.list_resultbodys {
	/* border-top:1px solid #222; */
	/* margin-top:15px; */
}

.list_resultbodys_video {
	flex-wrap: wrap;
	padding: 0 15px;
}

.result_line {
	justify-content: space-between;
	padding: 25px 15px;
	border-bottom: 1px solid #f4f4f4;
	color: #3d3d3d;
}

.result_line_left {
	font-size: 14px;
	/* color: #3d3d3d; */
	color: #3d3d3d;
}

.result_line_right {
	font-size: 14px;
	color: #3d3d3d;
}

.result_line_right span {
	font-size: 14px !important;
}

.vidoe_results {
	margin-top: 25px;
	margin-right: 20px;
}

.vidoe_results:last-child {
	margin-right: 0;
}

.vidoe_resultsbody {
	width: 286.6px;
	height: 178px;
	border-radius: 5px;
	padding: 15px;
	align-items: center;
	justify-content: center;
	position: relative;
	cursor: pointer;
	background-position: center;
	background-size: 100% auto;
	background-repeat: no-repeat;
	overflow: hidden;
}

.vidoe_resultshead {
	margin-top: 25px;
}

.vidoe_zhez {

	width: 100%;

	height: 100%;

	background: linear-gradient(180deg, #092a8a00, #092a8a3d);

	position: absolute;

	z-index: 1;
}


.zhichi_pc_btn_show {
	display: flex !important;
}

.zhichi_wap_btn_show {
	display: none !important;
}


/*video_box*/


/*Public - Video Column - Block*/
.block_video_group {
	width: 1260px;
	height: auto;
	margin: 20px 0 0 0;
	padding: 20px 0 120px 0;
	flex-wrap: wrap;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	/*Define a three column grid with equal width for each column*/
	grid-gap: 18px;
	/*Define the spacing between grid cells*/
	/*Alternatively, use row gap and column gap to define the spacing between rows and columns, respectively*/
	/* row-gap: 15px; */
	/* column-gap: 20px; */
}

.block_video_bottom {
	box-shadow: 0px 2px 6px 0px rgba(60, 60, 60, 0.1);
	background-color: rgba(255, 255, 255, 1);
	border-radius: 0px 10px 10px 0px;
	width: 301.5px;
	height: auto;
	margin-top: 1px;
	padding: 25px 25px;
	border-radius: 0 0 10px 10px;
}

.block_video_bottom_bodys {
	flex-shrink: unset;
	position: relative;
	/*overflow: hidden;*/
}

.block_video_bottom_paragraph {
	color: rgba(61, 61, 61, 1);
	font-size: 14px;
	font-family: "OPPOSans-Ver2-Medium";
	text-align: left;
	line-height: 16px;
	flex-shrink: unset;
	position: relative;
}

.block_video_new:after {
	content: "\e64d";
	font-family: "iconfont";
	font-size: 28px;
	color: #fe5c0c;
	padding-left: 10px;
	position: absolute;
	/* bottom: 8px; */
}

.block_video_toping:after {
	content: "\e65b";
	font-family: "iconfont";
	font-size: 16px;
	color: #fe5c0c;
	padding-left: 10px;
	position: absolute;
	/* bottom: 8px; */
}

.block_video_930 {
	width: 930px;
}

.block_video_1260 {
	width: 1260px;
}

.block_video_3line .block_video_body {
	margin-right: 12.75px;
	margin-bottom: 12.75px;
}

.block_video_3line .block_video_body:nth-child(3n) {
	margin-right: 0;
}

.block_video_body:hover .iconfont {
	/* font-size: 52.5px !important; */
}

.block_video_body {
	width: 301.5px;
	height: 275px;
	height: auto;
	border-radius: 10px;
}

.block_video_top {
	box-shadow: 0px 1px 4px 1px rgba(60, 60, 60, 0.1);
	/* background-color: rgba(13, 72, 168, 1); */
	border-radius: 10px 10px 0 0;
	height: 187px;
	width: 301.5px;
	overflow: hidden;
}

.block_video_top_block_3 {
	/* background-color: rgba(13, 72, 168, 0.32); */
	border-radius: 10px 10px 0px 0px;
	height: 187px;
	width: 301.5px;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.block_video_top_image-wrapper {
	width: 100%;
	height: 100%;
	margin: 0;
	align-items: center;
	justify-content: center;
	position: absolute;
	cursor: pointer;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-color: rgba(13, 72, 168, 0.32);
}

.block_video_top_time {
	position: absolute;
	z-index: 9;
	right: 20px;
	bottom: 20px;
}

.block_video_top_time_text {
	width: auto;
	height: auto;
	overflow-wrap: break-word;
	color: rgba(255, 255, 255, 1);
	font-size: 12px;
	font-family: "OPPOSans-Ver2-Medium";
	text-align: left;
	white-space: nowrap;
	line-height: 1;
}

/*Public - Product Center (with comparison) - Block*/
.usr_product_item {
	width: 302px;
	height: 315px;
	background-size: 100% 100%;
	cursor: pointer;
	background-color: #f2f2f2;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
}

.usr_product_item_ratio {
	aspect-ratio: 1 / 1;
	display: flex;
	flex-direction: column;
	margin: 20px;
	justify-content: space-between;
}

.usr_product_item_image-wrapper {
	height: 195px;
	background-size: 150px 100%;
	width: 100%;
	/* margin: 49px auto 0 auto; */
	transition: all 0.4s;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.usr_product_item:hover .usr_product_item_image {
	width: calc(220px * 1.15) !important;
}

.usr_product_item_image {
	width: 100%;
	height: auto !important;
	/* margin: 90px 0 0 12px; */
	height: auto;
	width: 150px;
	width: 220px;
	transition: all 0.1s;
}

.usr_product_item_buttom {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}

.usr_product_item_buttom_left {
	width: auto;
	/* height: 55px; */
	margin-top: 3px;
	transform: unset;
	/* transform-origin: right; */
	justify-content: center;
	min-width: 96px;
}

.usr_product_item_buttom_number:hover {
	color: #0e38a8;
}

.usr_product_item_buttom_number {
	width: max-content;
	height: 25px;
	overflow-wrap: break-word;
	color: rgba(51, 51, 51, 1);
	font-size: 24px;
	font-family: Anton-Regular;
	text-align: left;
	white-space: nowrap;
	line-height: 25px;
	letter-spacing: 1.5px;
	overflow: hidden;
	max-width: 108px;
}

.usr_product_number_down {
	width: 80px;
	height: 15px;
	margin-top: 15px;
	align-items: flex-end;
	cursor: pointer;
	justify-content: flex-start;
}

.usr_product_number_down_select {
	width: 14px;
	height: 14px;
	border-radius: 2px;
	border: 1.5px solid #7d7d7d;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	margin-right: 10px;
}

.icon-Compare1 {
	color: #FFF;
	font-size: 12px !important;
	transition: all 0.1s;
	transform: translateX(-16px);
}

.usr_product_number_down_select_text {
	width: auto;
	height: 12px;
	overflow-wrap: break-word;
	color: rgb(71 71 71 / 80%);
	font-size: 12px;
	font-family: "OPPOSans-Ver2-Regular";
	font-weight: 200;
	text-align: left;
	white-space: nowrap;
	line-height: 1;
	margin-top: 1px;
	user-select: none;
	letter-spacing: 1px;
}

a {
	text-decoration: unset !important;
}

.usr_product_number_describe {
	width: 1px;
	height: 62px;
	margin-left: 0.2rem;
	background-color: #717171;
}

.usr_product_number_describe_box {
	width: auto;
	height: 56px;
	overflow-wrap: break-word;
	font-size: 0;
	font-family: OpenSans-Regular;
	font-weight: 200;
	text-align: left;
	line-height: 1;
	margin: 3px 0 0 0.2rem;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.usr_product_number_describe_text {
	width: 122px;
	height: auto;
	overflow-wrap: break-word;
	color: rgba(51, 51, 51, 1);
	font-size: 12px;
	font-family: "OPPOSans-Ver2-Regular";
	font-weight: 200;
	text-align: left;
	line-height: 1;
	white-space: nowrap;
	margin-bottom: 9px;
}

/*Public - Product Center (with comparison) - Block*/


/*Public - Product Center (Support Center Style) - Block*/
.block_3 {
	width: 100%;
	max-width: 925px;
	height: auto;
	align-items: flex-end;
	padding: 45px 0;
	border-bottom: 1px solid #f4f4f4;
}

.image_11 {
	width: 180px;
	height: 112px;
	background-position: center;
	/* background-color: antiquewhite; */
	background-repeat: no-repeat;
	background-size: 154px auto;
	margin-right: 12px;
}

.text-group_2 {
	width: 178px;
	height: auto;
}

.text_26 {
	overflow-wrap: break-word;
	color: rgba(14, 71, 169, 1);
	font-size: 21px;
	font-family: OPPOSans-Ver2-H;
	text-align: left;
	line-height: 1;
	white-space: nowrap;
}

.text_27 {
	width: auto;
	overflow-wrap: break-word;
	color: rgba(61, 61, 61, 1);
	font-size: 16px;
	font-family: "OPPOSans-Ver2-Medium";
	line-height: 1;
	text-align: left;
	margin-top: 13px;
}


.block_4 {
	width: auto;
	height: 45px;
	margin: 25px 0 0 1px;
}

.text-wrapper_8 {
	border-radius: 5px;
	height: 40px;
	width: 130px;
	margin-right: 20px;
	background-color: rgba(242, 242, 242, 1);
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.text-wrapper_8:last-child {
	margin-right: 0;
}

.text-wrapper_8act {
	background-color: rgba(14, 71, 169, 1);
}

.text_28 {
	overflow-wrap: break-word;
	font-size: 18px;
	font-family: "OPPOSans-Ver2-Bold";
	text-align: left;
	white-space: nowrap;
	color: #3d3d3d;
}

.text-wrapper_8act .text_28 {
	color: rgba(255, 255, 255, 1);
}

.text-wrapper_8:hover {
	background-color: rgba(14, 71, 169, 1);

}

.text-wrapper_8:hover .text_28 {
	color: rgba(255, 255, 255, 1);

}

/*Public - Product Center (Support Center Style) - Block*/


.column_inner_choose {
	width: 1579px;
	height: auto;
	margin: 45px 0 0 0;
}

.column_inner_choose_button {
	border-radius: 5px;
	height: 47px;
	border: 1px solid rgba(113, 113, 113, 1);
	width: 136px;
	align-items: center;
	justify-content: center;
	margin-right: 30px;
	cursor: pointer;
}

.column_inner_choose_buttonact {
	border: 1px solid #fe5c0c;
	background-color: #fe5c0c;
}

.column_inner_choose_buttonact span {
	color: #FFF;
	user-select: none;
}

.column_inner_choose_button:hover {
	border: 1px solid #fe5c0c;
	background-color: #fe5c0c;
}

.column_inner_choose_button:hover span {
	color: #FFF;
}

.column_inner_choose_button_text {
	overflow-wrap: break-word;
	color: rgba(61, 61, 61, 1);
	font-size: 18px;
	font-family: "OPPOSans-Ver2-Bold";
	text-align: left;
	white-space: nowrap;
	line-height: 1;
}

.actv .usr_product_number_down_select {
	background-color: rgb(14, 56, 168) !IMPORTANT;
}

/*video_box*/
@media screen and (max-width:1920px) {
	.page {
		position: relative;
		width: 100%;
		margin: 0 auto;
	}

	.box_1 {
		background-size: 100% 100%;
		width: 100%;
		position: relative;
	}

	.box_zhichi_header {
		background-color: #022898;
		height: 478px;
		position: relative;
		align-items: center;
		background-image: url(./search_bg.png);
		background-size: 1920px 480px;
		background-position: center;
		background-repeat: no-repeat;
	}

	.box_zhichi_body {
		align-items: center;
		justify-content: center;
		top: 156px;
		margin: 0 auto;
		position: absolute;
	}

	.section_1 {
		position: relative;
		width: 100%;
		background-size: 2049px 1351px;
	}

	.zhichi_search_title {
		color: rgba(255, 255, 255, 1);
		font-size: 52px;
		text-align: center;
		line-height: 1;
		font-family: "OPPOSans-Ver2-H";
	}

	.box_zhichi_search {
		width: 950px;
		height: 50px;
		background-color: #FFF;
		margin-top: 40px;
		border-radius: 5px;
		justify-content: space-between;
		align-items: center;
		padding: 0 21px 0 37px;
	}

	.box_zhichi_searchs {
		width: 100%;
		height: 18px;
		justify-content: space-between;
		align-items: center;
	}

	.zhichi_search_left {
		height: 22px;
		width: 97%;
		padding: 0;
		line-height: 0.8;
		font-family: "OPPOSans-Ver2-Regular";
		cursor: pointer;
		font-size: 16px;
	}

	.zhichi_search_left::-webkit-input-placeholder {
		/* WebKit browsers */
		font-size: 17px;
		font-family: "OPPOSans-Ver2-Regular";
		color: #0D48A8;
	}

	.zhichi_search_left:-moz-placeholder {
		/* Mozilla Firefox 4 to 18 */
		font-size: 17px;
		font-family: "OPPOSans-Ver2-Regular";
		color: #0D48A8;

	}

	.zhichi_search_left::-moz-placeholder {
		/* Mozilla Firefox 19+ */
		font-size: 17px;
		font-family: "OPPOSans-Ver2-Regular";
		color: #0D48A8;

	}

	.zhichi_search_left:-ms-input-placeholder {
		/* Internet Explorer 10+ */
		font-size: 17px;
		font-family: "OPPOSans-Ver2-Regular";
		color: #0D48A8;

	}


	.zhichi_search_right {}


	.box_zhichiy_body {
		width: 1260px;
		margin: 0 auto;
		padding-top: 90px;
	}

	.box_zhichiy_body_left {
		width: 260px;
		height: auto;
		position: relative;
		overflow-x: hidden;
		overflow-y: auto;
	}

	.box_zhichiy_body_left .zhichi_head1 {
		padding-left: 15px;
	}

	.box_zhichiy_body_right {
		height: auto;
		width: 1000px;
		padding-left: 70px;
		position: relative;
	}


	.zhichi_search_header_line {
		background-color: rgba(13, 72, 168, 0.65);
		width: 100%;
		height: 42px;
		position: absolute;
		bottom: 0;
		align-items: center;
		justify-content: center;
	}

	.zhichi_search_header_line_body {
		width: 1260px;
		height: 42px;
		margin: 0 auto;
		justify-content: flex-end;
		align-items: center;
	}

	.zhichi_search_header_line_body_right {
		align-items: center;
	}

	.zhichi_search_header_line_item {
		color: rgba(255, 255, 255, 1);
		font-size: 14px;
		font-family: "OPPOSans-Ver2-Regular";
		align-items: center;
	}

	.zhichi_search_header_line_item:after {
		content: "\e775";
		font-family: 'iconfont';
		margin: 0 5px;
		font-size: 14px;
	}

	.zhichi_search_header_line_item:last-child:after {
		display: none;
	}

	.zhichi_head1 {
		color: rgba(13, 72, 168, 1);
		font-size: 30px;
		font-family: OPPOSans-Ver2-H;
		text-align: left;
		white-space: nowrap;
		line-height: 1;
		margin-top: 1px;
		margin-bottom: 15px;
	}

	.zhichi_left_selectkspan {
		overflow-wrap: break-word;
		font-size: 16px;
		font-family: "OPPOSans-Ver2-Bold";
		text-align: left;
		white-space: nowrap;
		line-height: 1;
		cursor: pointer;
	}

	.zhichi_left_selectkspan:hover {
		color: rgba(14, 71, 169, 1);

	}

	.zhichi_left_selectkspanact {
		color: rgba(14, 71, 169, 1);

	}

	.zhichi_left_selectk {
		width: 220px;
		margin-top: 10px;
	}

	.zhichi_left_selectkitem {
		border-bottom: 1px solid #f2f2f2;
		height: 60px;
		align-items: center;
		padding-left: 15px;
	}

	.box_zhichiy_right_listbody {
		margin-top: 15px;
	}

	.zhichi_search_right_product {
		width: 100%;
		height: auto;
		align-items: flex-end;
		padding: 45px 0;
		border-bottom: 1px solid #f4f4f4;
	}

	.zhichi_search_right_product_img {
		width: 180px;
		height: 112px;
		background-position: center;
		/* background-color: antiquewhite; */
		background-repeat: no-repeat;
		background-size: 100% auto;
	}

	.zhichi_search_right_product_group_top {
		width: auto;
		height: auto;
	}

	.zhichi_product_group_top_title {
		overflow-wrap: break-word;
		color: rgba(14, 71, 169, 1);
		font-size: 21px;
		font-family: OPPOSans-Ver2-H;
		text-align: left;
		white-space: nowrap;
	}

	.zhichi_product_group_top_desc {
		width: auto;
		overflow-wrap: break-word;
		color: rgba(61, 61, 61, 1);
		font-size: 16px;
		font-family: "OPPOSans-Ver2-Medium";
		text-align: left;
		margin-top: 13px;
	}


	.zhichi_product_group_block {
		width: auto;
		height: 45px;
		margin: 25px 0 0 1px;
	}

	.zhichi_product_group_block_button {
		border-radius: 5px;
		height: 45px;
		width: 130px;
		background-color: rgba(242, 242, 242, 1);
		align-items: center;
		justify-content: center;
		cursor: pointer;
	}

	.zhichi_product_group_block_button:last-child {
		margin-right: 0;
	}

	.zhichi_product_group_block_buttonact {
		background-color: rgba(14, 71, 169, 1);
	}

	.zhichi_product_group_block_button_text {
		overflow-wrap: break-word;
		font-size: 18px;
		font-family: "OPPOSans-Ver2-Bold";
		text-align: left;
		white-space: nowrap;
		color: #3d3d3d;
	}

	.zhichi_product_group_block_buttonact .zhichi_product_group_block_button_text {
		color: rgba(255, 255, 255, 1);
	}

	.zhichi_product_group_block_button:hover {
		background-color: rgba(14, 71, 169, 1);

	}

	.zhichi_product_group_block_button:hover .zhichi_product_group_block_button_text {
		color: rgba(255, 255, 255, 1);

	}

	.zhichi_product_common_more {
		width: auto;
		height: auto;
		margin: 45px auto 120px auto;
	}

	.zhichi_product_look {
		width: auto;
		height: auto;
		align-items: center;
		cursor: pointer;
	}

	.zhichi_product_look_text {
		overflow-wrap: break-word;
		color: rgba(25, 25, 25, 1);
		font-size: 16px;
		font-family: "OPPOSans-Ver2-Medium";
		text-align: left;
		white-space: nowrap;
		margin-right: 5px;
	}

	.look_more {
		transform: rotate(90deg);
	}

	.search_tit_word {
		margin-top: 15px;
	}

	.search_word {
		font-size: 14px;
		font-family: "OPPOSans-Ver2-Regular";
		color: #FFFFFF;
		cursor: pointer;
	}

	.search_word:hover {
		text-decoration: underline;
	}

	.search_word:after {
		content: '|';
		padding: 0 25px;
	}

	.search_word:last-child:after {
		content: '';
		padding: 0;

	}


	.box_zhichiy_body_left::-webkit-scrollbar {
		width: 5px;
		height: 7px;
		background-color: rgba(255, 255, 255, 1);
	}

	.box_zhichiy_body_left::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 6px rgb(249 245 245 / 30%);
		border-radius: 2px;
		background-color: #fafafa;
	}

	.box_zhichiy_body_left::-webkit-scrollbar-thumb {
		border-radius: 2px;
		-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
		background-color: #fff;
	}

	.zhichi_search_right_product_desc {
		width: auto;
		height: auto;
		margin-left: 25px;
	}



	.zhichiy_list_resultbody {
		width: 100%;
	}

	.list_resultbox {
		margin-top: 45px;
		/* border-top: 1px solid #222; */
	}

	.list_resulthead {
		padding-left: 15px;
		color: rgba(61, 61, 61, 1);
		font-size: 21px;
		font-family: "OPPOSans-Ver2-H";
		padding-bottom: 15px;
		border-bottom: 1px solid #222;
	}

	.list_resultbodys {
		/* border-top:1px solid #222; */
		/* margin-top:15px; */
	}

	.list_resultbodys_video {
		flex-wrap: wrap;
		padding: 0 15px;
	}

	.result_line {
		justify-content: space-between;
		padding: 25px 15px;
		border-bottom: 1px solid #f4f4f4;
	}

	.result_line_left {}

	.result_line_right {}

	.vidoe_results {
		margin-top: 25px;
		margin-right: 20px;
	}

	.vidoe_results:last-child {
		margin-right: 0;
	}

	.vidoe_resultsbody {
		width: 286.6px;
		height: 178px;
		border-radius: 5px;
		padding: 15px;
		align-items: center;
		justify-content: center;
		position: relative;
		cursor: pointer;
		background-position: center;
		background-size: 100% auto;
		background-repeat: no-repeat;
		overflow: hidden;
	}

	.vidoe_resultshead {
		margin-top: 25px;
	}

	.vidoe_zhez {

		width: 100%;

		height: 100%;

		background: linear-gradient(180deg, #092a8a00, #092a8a3d);

		position: absolute;

		z-index: 1;
	}



	/*video_box*/


	/*Public - Video Column - Block*/
	.block_video_group {
		width: 1260px;
		height: auto;
		margin: 20px 0 0 0;
		padding: 20px 0 120px 0;
		flex-wrap: wrap;
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		/*Define a three column grid with equal width for each column*/
		grid-gap: 18px;
		/*Define the spacing between grid cells*/
		/*Alternatively, use row gap and column gap to define the spacing between rows and columns, respectively*/
		/* row-gap: 15px; */
		/* column-gap: 20px; */
	}

	.block_video_bottom {
		box-shadow: 0px 2px 6px 0px rgba(60, 60, 60, 0.1);
		background-color: rgba(255, 255, 255, 1);
		border-radius: 0px 10px 10px 0px;
		width: 301.5px;
		height: auto;
		margin-top: 1px;
		padding: 25px 25px;
		border-radius: 0 0 10px 10px;
	}

	.block_video_bottom_bodys {
		flex-shrink: unset;
		position: relative;
		/*overflow: hidden;*/
	}

	.block_video_bottom_paragraph {
		color: rgba(61, 61, 61, 1);
		font-size: 14px;
		font-family: "OPPOSans-Ver2-Medium";
		text-align: left;
		line-height: 16px;
		flex-shrink: unset;
		position: relative;
	}

	.block_video_new:after {
		content: "\e64d";
		font-family: "iconfont";
		font-size: 28px;
		color: #fe5c0c;
		padding-left: 10px;
		position: absolute;
		/* bottom: 8px; */
	}

	.block_video_toping:after {
		content: "\e65b";
		font-family: "iconfont";
		font-size: 16px;
		color: #fe5c0c;
		padding-left: 10px;
		position: absolute;
		/* bottom: 8px; */
	}

	.block_video_930 {
		width: 930px;
	}

	.block_video_1260 {
		width: 1260px;
	}

	.block_video_3line .block_video_body {
		margin-right: 12.75px;
		margin-bottom: 12.75px;
	}

	.block_video_3line .block_video_body:nth-child(3n) {
		margin-right: 0;
	}

	.block_video_body:hover .iconfont {
		/* font-size: 52.5px !important; */
	}

	.block_video_body {
		width: 301.5px;
		height: 275px;
		height: auto;
		border-radius: 10px;
	}

	.block_video_top {
		box-shadow: 0px 1px 4px 1px rgba(60, 60, 60, 0.1);
		/* background-color: rgba(13, 72, 168, 1); */
		border-radius: 10px 10px 0 0;
		height: 187px;
		width: 301.5px;
		overflow: hidden;
	}

	.block_video_top_block_3 {
		/* background-color: rgba(13, 72, 168, 0.32); */
		border-radius: 10px 10px 0px 0px;
		height: 187px;
		width: 301.5px;
		position: relative;
		background-position: center;
		background-repeat: no-repeat;
		background-size: 100% 100%;
	}

	.block_video_top_image-wrapper {
		width: 100%;
		height: 100%;
		margin: 0;
		align-items: center;
		justify-content: center;
		position: absolute;
		cursor: pointer;
		background-position: center;
		background-repeat: no-repeat;
		background-size: 100% 100%;
		background-color: rgba(13, 72, 168, 0.32);
	}

	.block_video_top_time {
		position: absolute;
		z-index: 9;
		right: 20px;
		bottom: 20px;
	}

	.block_video_top_time_text {
		width: auto;
		height: auto;
		overflow-wrap: break-word;
		color: rgba(255, 255, 255, 1);
		font-size: 12px;
		font-family: "OPPOSans-Ver2-Medium";
		text-align: left;
		white-space: nowrap;
		line-height: 1;
	}

	/*Public - Product Center (with comparison) - Block*/
	.usr_product_item {
		width: 302px;
		height: 315px;
		background-size: 100% 100%;
		cursor: pointer;
		background-color: #f2f2f2;
		border-radius: 10px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		position: relative;
	}

	.usr_product_item_ratio {
		aspect-ratio: 1 / 1;
		display: flex;
		flex-direction: column;
		margin: 20px;
		justify-content: space-between;
	}

	.usr_product_item_image-wrapper {
		height: 195px;
		background-size: 150px 100%;
		width: 100%;
		/* margin: 49px auto 0 auto; */
		transition: all 0.4s;
		overflow: hidden;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.usr_product_item:hover .usr_product_item_image {
		width: calc(220px * 1.15) !important;
	}

	.usr_product_item_image {
		width: 100%;
		height: auto !important;
		/* margin: 90px 0 0 12px; */
		height: auto;
		width: 150px;
		width: 220px;
		transition: all 0.1s;
	}

	.usr_product_item_buttom {
		width: 100%;
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
	}

	.usr_product_item_buttom_left {
		width: auto;
		/* height: 55px; */
		margin-top: 3px;
		transform: unset;
		/* transform-origin: right; */
		justify-content: center;
		min-width: 96px;
	}

	.usr_product_item_buttom_number:hover {
		color: #0e38a8;
	}

	.usr_product_item_buttom_number {
		width: max-content;
		height: 25px;
		overflow-wrap: break-word;
		color: rgba(51, 51, 51, 1);
		font-size: 24px;
		font-family: Anton-Regular;
		text-align: left;
		white-space: nowrap;
		line-height: 25px;
		letter-spacing: 1.5px;
		overflow: hidden;
		max-width: 108px;
	}

	.usr_product_number_down {
		width: 80px;
		height: 15px;
		margin-top: 15px;
		align-items: flex-end;
		cursor: pointer;
		justify-content: flex-start;
	}

	.usr_product_number_down_select {
		width: 14px;
		height: 14px;
		border-radius: 2px;
		border: 1.5px solid #7d7d7d;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		overflow: hidden;
		margin-right: 10px;
	}

	.icon-Compare1 {
		color: #FFF;
		font-size: 12px !important;
		transition: all 0.1s;
		transform: translateX(-16px);
	}

	.usr_product_number_down_select_text {
		width: auto;
		height: 12px;
		overflow-wrap: break-word;
		color: rgb(71 71 71 / 80%);
		font-size: 12px;
		font-family: "OPPOSans-Ver2-Regular";
		font-weight: 200;
		text-align: left;
		white-space: nowrap;
		line-height: 1;
		margin-top: 1px;
		user-select: none;
		letter-spacing: 1px;
	}

	a {
		text-decoration: unset !important;
	}

	.usr_product_number_describe {
		width: 1px;
		height: 62px;
		margin-left: 0.2rem;
		background-color: #717171;
	}

	.usr_product_number_describe_box {
		width: auto;
		height: 56px;
		overflow-wrap: break-word;
		font-size: 0;
		font-family: OpenSans-Regular;
		font-weight: 200;
		text-align: left;
		line-height: 1;
		margin: 3px 0 0 0.2rem;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
	}

	.usr_product_number_describe_text {
		width: 122px;
		height: auto;
		overflow-wrap: break-word;
		color: rgba(51, 51, 51, 1);
		font-size: 12px;
		font-family: "OPPOSans-Ver2-Regular";
		font-weight: 200;
		text-align: left;
		line-height: 1;
		white-space: nowrap;
		margin-bottom: 9px;
	}

	/*Public - Product Center (with comparison) - Block*/


	/*Public - Product Center (Support Center Style) - Block*/
	.block_3 {
		width: 100%;
		max-width: 925px;
		height: auto;
		align-items: flex-end;
		padding: 45px 0;
		border-bottom: 1px solid #f4f4f4;
	}

	.image_11 {
		width: 180px;
		height: 112px;
		background-position: center;
		/* background-color: antiquewhite; */
		background-repeat: no-repeat;
		background-size: 154px auto;
		margin-right: 12px;
	}

	.text-group_2 {
		width: 178px;
		height: auto;
	}

	.text_26 {
		overflow-wrap: break-word;
		color: rgba(14, 71, 169, 1);
		font-size: 21px;
		font-family: OPPOSans-Ver2-H;
		text-align: left;
		line-height: 1;
		white-space: nowrap;
	}

	.text_27 {
		width: auto;
		overflow-wrap: break-word;
		color: rgba(61, 61, 61, 1);
		font-size: 16px;
		font-family: "OPPOSans-Ver2-Medium";
		line-height: 1;
		text-align: left;
		margin-top: 13px;
	}


	.block_4 {
		width: auto;
		height: 45px;
		margin: 25px 0 0 1px;
	}

	.text-wrapper_8 {
		border-radius: 5px;
		height: 40px;
		width: 130px;
		margin-right: 20px;
		background-color: rgba(242, 242, 242, 1);
		align-items: center;
		justify-content: center;
		cursor: pointer;
	}

	.text-wrapper_8:last-child {
		margin-right: 0;
	}

	.text-wrapper_8act {
		background-color: rgba(14, 71, 169, 1);
	}

	.text_28 {
		overflow-wrap: break-word;
		font-size: 18px;
		font-family: "OPPOSans-Ver2-Bold";
		text-align: left;
		white-space: nowrap;
		color: #3d3d3d;
	}

	.text-wrapper_8act .text_28 {
		color: rgba(255, 255, 255, 1);
	}

	.text-wrapper_8:hover {
		background-color: rgba(14, 71, 169, 1);

	}

	.text-wrapper_8:hover .text_28 {
		color: rgba(255, 255, 255, 1);

	}

	/*Public - Product Center (Support Center Style) - Block*/


	.column_inner_choose {
		width: 1579px;
		height: auto;
		margin: 45px 0 0 0;
	}

	.column_inner_choose_button {
		border-radius: 5px;
		height: 47px;
		border: 1px solid rgba(113, 113, 113, 1);
		width: 136px;
		align-items: center;
		justify-content: center;
		margin-right: 30px;
		cursor: pointer;
	}

	.column_inner_choose_buttonact {
		border: 1px solid #fe5c0c;
		background-color: #fe5c0c;
	}

	.column_inner_choose_buttonact span {
		color: #FFF;
		user-select: none;
	}

	.column_inner_choose_button:hover {
		border: 1px solid #fe5c0c;
		background-color: #fe5c0c;
	}

	.column_inner_choose_button:hover span {
		color: #FFF;
	}

	.column_inner_choose_button_text {
		overflow-wrap: break-word;
		color: rgba(61, 61, 61, 1);
		font-size: 18px;
		font-family: "OPPOSans-Ver2-Bold";
		text-align: left;
		white-space: nowrap;
		line-height: 1;
	}

	.actv .usr_product_number_down_select {
		background-color: rgb(14, 56, 168) !IMPORTANT;
	}

	/*video_box*/

}

@media screen and (max-width:1360px) {
	.page {
		position: relative;
		width: 100%;
		margin: 0 auto;
	}

	.box_1 {
		background-size: 100% 100%;
		width: 100%;
		position: relative;
	}

	.box_zhichi_header {
		background-color: #022898;
		height: 478px;
		position: relative;
		align-items: center;
		background-image: url(./search_bg.png);
		background-size: 1920px 480px;
		background-position: center;
		background-repeat: no-repeat;
	}

	.box_zhichi_body {
		align-items: center;
		justify-content: center;
		top: 156px;
		margin: 0 auto;
		position: absolute;
	}

	.section_1 {
		position: relative;
		width: 100%;
		background-size: 2049px 1351px;
	}

	.zhichi_search_title {
		color: rgba(255, 255, 255, 1);
		font-size: 52px;
		text-align: center;
		line-height: 1;
		font-family: "OPPOSans-Ver2-H";
	}

	.box_zhichi_search {
		width: 950px;
		height: 50px;
		background-color: #FFF;
		margin-top: 40px;
		border-radius: 5px;
		justify-content: space-between;
		align-items: center;
		padding: 0 21px 0 37px;
	}

	.box_zhichi_searchs {
		width: 100%;
		height: 18px;
		justify-content: space-between;
		align-items: center;
	}

	.zhichi_search_left {
		height: 22px;
		width: 97%;
		padding: 0;
		line-height: 0.8;
		font-family: "OPPOSans-Ver2-Regular";
		cursor: pointer;
		font-size: 16px;
	}

	.zhichi_search_left::-webkit-input-placeholder {
		/* WebKit browsers */
		font-size: 17px;
		font-family: "OPPOSans-Ver2-Regular";
		color: #0D48A8;
	}

	.zhichi_search_left:-moz-placeholder {
		/* Mozilla Firefox 4 to 18 */
		font-size: 17px;
		font-family: "OPPOSans-Ver2-Regular";
		color: #0D48A8;

	}

	.zhichi_search_left::-moz-placeholder {
		/* Mozilla Firefox 19+ */
		font-size: 17px;
		font-family: "OPPOSans-Ver2-Regular";
		color: #0D48A8;

	}

	.zhichi_search_left:-ms-input-placeholder {
		/* Internet Explorer 10+ */
		font-size: 17px;
		font-family: "OPPOSans-Ver2-Regular";
		color: #0D48A8;

	}


	.zhichi_search_right {}


	.box_zhichiy_body {
		width: 92.6vw;
		margin: 0 auto;
		padding-top: 90px;
	}

	.box_zhichiy_body_left {
		width: 19.1vw;
		height: auto;
		position: relative;
		overflow-x: hidden;
		overflow-y: auto;
	}

	.box_zhichiy_body_left .zhichi_head1 {
		padding-left: 15px;
	}

	.box_zhichiy_body_right {
		height: auto;
		width: 73.5vw;
		padding-left: 5vw;
		position: relative;
	}


	.zhichi_search_header_line {
		background-color: rgba(13, 72, 168, 0.65);
		width: 100%;
		height: 42px;
		position: absolute;
		bottom: 0;
		align-items: center;
		justify-content: center;
	}

	.zhichi_search_header_line_body {
		width: 92.6vw;
		height: 42px;
		margin: 0 auto;
		justify-content: flex-end;
		align-items: center;
	}

	.zhichi_search_header_line_body_right {
		align-items: center;
	}

	.zhichi_search_header_line_item {
		color: rgba(255, 255, 255, 1);
		font-size: 14px;
		font-family: "OPPOSans-Ver2-Regular";
		align-items: center;
	}

	.zhichi_search_header_line_item:after {
		content: "\e775";
		font-family: 'iconfont';
		margin: 0 5px;
		font-size: 14px;
	}

	.zhichi_search_header_line_item:last-child:after {
		display: none;
	}

	.zhichi_head1 {
		color: rgba(13, 72, 168, 1);
		font-size: 30px;
		font-family: OPPOSans-Ver2-H;
		text-align: left;
		white-space: nowrap;
		line-height: 1;
		margin-top: 1px;
		margin-bottom: 15px;
	}

	.zhichi_left_selectkspan {
		overflow-wrap: break-word;
		font-size: 16px;
		font-family: "OPPOSans-Ver2-Bold";
		text-align: left;
		white-space: nowrap;
		line-height: 1;
		cursor: pointer;
	}

	.zhichi_left_selectkspan:hover {
		color: rgba(14, 71, 169, 1);

	}

	.zhichi_left_selectkspanact {
		color: rgba(14, 71, 169, 1);

	}

	.zhichi_left_selectk {
		width: 220px;
		margin-top: 10px;
	}

	.zhichi_left_selectkitem {
		border-bottom: 1px solid #f2f2f2;
		height: 60px;
		align-items: center;
		padding-left: 15px;
	}

	.box_zhichiy_right_listbody {
		margin-top: 15px;
	}

	.zhichi_search_right_product {
		width: 100%;
		height: auto;
		align-items: flex-end;
		padding: 45px 0;
		border-bottom: 1px solid #f4f4f4;
	}

	.zhichi_search_right_product_img {
		width: 13.2vw;
		height: 8.2vw;
		background-position: center;
		/* background-color: antiquewhite; */
		background-repeat: no-repeat;
		background-size: 100% auto;
	}

	.zhichi_search_right_product_group_top {
		width: 178px;
		height: auto;
	}

	.zhichi_product_group_top_title {
		overflow-wrap: break-word;
		color: rgba(14, 71, 169, 1);
		font-size: 21px;
		font-family: OPPOSans-Ver2-H;
		text-align: left;
		white-space: nowrap;
	}

	.zhichi_product_group_top_desc {
		width: auto;
		overflow-wrap: break-word;
		color: rgba(61, 61, 61, 1);
		font-size: 16px;
		font-family: "OPPOSans-Ver2-Medium";
		text-align: left;
		margin-top: 13px;
	}


	.zhichi_product_group_block {
		width: 42.6vw;
		height: 45px;
		margin: 25px 0 0 1px;
	}

	.zhichi_product_group_block_button {
		border-radius: 5px;
		height: 3.3vw;
		width: 9.5vw;
		background-color: rgba(242, 242, 242, 1);
		align-items: center;
		justify-content: center;
		cursor: pointer;
	}

	.zhichi_product_group_block_button:last-child {
		margin-right: 0;
	}

	.zhichi_product_group_block_buttonact {
		background-color: rgba(14, 71, 169, 1);
	}

	.zhichi_product_group_block_button_text {
		overflow-wrap: break-word;
		font-size: 18px;
		font-family: "OPPOSans-Ver2-Bold";
		text-align: left;
		white-space: nowrap;
		color: #3d3d3d;
	}

	.zhichi_product_group_block_buttonact .zhichi_product_group_block_button_text {
		color: rgba(255, 255, 255, 1);
	}

	.zhichi_product_group_block_button:hover {
		background-color: rgba(14, 71, 169, 1);

	}

	.zhichi_product_group_block_button:hover .zhichi_product_group_block_button_text {
		color: rgba(255, 255, 255, 1);

	}

	.zhichi_product_common_more {
		width: auto;
		height: auto;
		margin: 45px auto 120px auto;
	}

	.zhichi_product_look {
		width: auto;
		height: auto;
		align-items: center;
		cursor: pointer;
	}

	.zhichi_product_look_text {
		overflow-wrap: break-word;
		color: rgba(25, 25, 25, 1);
		font-size: 16px;
		font-family: "OPPOSans-Ver2-Medium";
		text-align: left;
		white-space: nowrap;
		margin-right: 5px;
	}

	.look_more {
		transform: rotate(90deg);
	}

	.search_tit_word {
		margin-top: 15px;
	}

	.search_word {
		font-size: 14px;
		font-family: "OPPOSans-Ver2-Regular";
		color: #FFFFFF;
		cursor: pointer;
	}

	.search_word:hover {
		text-decoration: underline;
	}

	.search_word:after {
		content: '|';
		padding: 0 25px;
	}

	.search_word:last-child:after {
		content: '';
		padding: 0;

	}


	.box_zhichiy_body_left::-webkit-scrollbar {
		width: 5px;
		height: 7px;
		background-color: rgba(255, 255, 255, 1);
	}

	.box_zhichiy_body_left::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 6px rgb(249 245 245 / 30%);
		border-radius: 2px;
		background-color: #fafafa;
	}

	.box_zhichiy_body_left::-webkit-scrollbar-thumb {
		border-radius: 2px;
		-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
		background-color: #fff;
	}

	.zhichi_search_right_product_desc {
		width: auto;
		height: auto;
		margin-left: 25px;
	}



	.zhichiy_list_resultbody {
		width: 100%;
	}

	.list_resultbox {
		margin-top: 45px;
		/* border-top: 1px solid #222; */
	}

	.list_resulthead {
		padding-left: 15px;
		color: rgba(61, 61, 61, 1);
		font-size: 21px;
		font-family: "OPPOSans-Ver2-H";
		padding-bottom: 15px;
		border-bottom: 1px solid #222;
	}

	.list_resultbodys {
		/* border-top:1px solid #222; */
		/* margin-top:15px; */
	}

	.list_resultbodys_video {
		flex-wrap: wrap;
		padding: 0 15px;
	}

	.result_line {
		justify-content: space-between;
		padding: 25px 15px;
		border-bottom: 1px solid #f4f4f4;
	}

	.result_line_left {}

	.result_line_right {}

	.vidoe_results {
		margin-top: 25px;
		margin-right: 20px;
	}

	.vidoe_results:last-child {
		margin-right: 0;
	}

	.vidoe_resultsbody {
		width: 286.6px;
		height: 178px;
		border-radius: 5px;
		padding: 15px;
		align-items: center;
		justify-content: center;
		position: relative;
		cursor: pointer;
		background-position: center;
		background-size: 100% auto;
		background-repeat: no-repeat;
		overflow: hidden;
	}

	.vidoe_resultshead {
		margin-top: 25px;
	}

	.vidoe_zhez {

		width: 100%;

		height: 100%;

		background: linear-gradient(180deg, #092a8a00, #092a8a3d);

		position: absolute;

		z-index: 1;
	}



	/*video_box*/


	/*Public - Video Column - Block*/
	.block_video_group {
		width: 1260px;
		height: auto;
		margin: 20px 0 0 0;
		padding: 20px 0 120px 0;
		flex-wrap: wrap;
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		/*Define a three column grid with equal width for each column*/
		grid-gap: 18px;
		/*Define the spacing between grid cells*/
		/*Alternatively, use row gap and column gap to define the spacing between rows and columns, respectively*/
		/* row-gap: 15px; */
		/* column-gap: 20px; */
	}

	.block_video_bottom {
		box-shadow: 0px 2px 6px 0px rgba(60, 60, 60, 0.1);
		background-color: rgba(255, 255, 255, 1);
		border-radius: 0px 10px 10px 0px;
		width: 22.16vw;
		height: auto;
		margin-top: 1px;
		padding: 25px 25px;
		border-radius: 0 0 10px 10px;
	}

	.block_video_bottom_bodys {
		flex-shrink: unset;
		position: relative;
		/*overflow: hidden;*/
	}

	.block_video_bottom_paragraph {
		color: rgba(61, 61, 61, 1);
		font-size: 14px;
		font-family: "OPPOSans-Ver2-Medium";
		text-align: left;
		line-height: 16px;
		flex-shrink: unset;
		position: relative;
	}

	.block_video_new:after {
		content: "\e64d";
		font-family: "iconfont";
		font-size: 28px;
		color: #fe5c0c;
		padding-left: 10px;
		position: absolute;
		/* bottom: 8px; */
	}

	.block_video_toping:after {
		content: "\e65b";
		font-family: "iconfont";
		font-size: 16px;
		color: #fe5c0c;
		padding-left: 10px;
		position: absolute;
		/* bottom: 8px; */
	}

	.block_video_930 {
		width: 930px;
	}

	.block_video_1260 {
		width: 1260px;
	}

	.block_video_3line .block_video_body {
		margin-right: 12.75px;
		margin-bottom: 12.75px;
	}

	.block_video_3line .block_video_body:nth-child(3n) {
		margin-right: 0;
	}

	.block_video_body:hover .iconfont {
		/* font-size: 52.5px !important; */
	}

	#list_resultbodys_video {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 12px;
		padding: 25px 0;
		width: 68.38vw;
	}

	.block_video_body {
		width: 22.16vw;
		height: 275px;
		height: auto;
		border-radius: 10px;
	}

	.block_video_top {
		box-shadow: 0px 1px 4px 1px rgba(60, 60, 60, 0.1);
		/* background-color: rgba(13, 72, 168, 1); */
		border-radius: 10px 10px 0 0;
		height: 13.75vw;
		width: 22.16vw;
		overflow: hidden;
	}

	.block_video_top_block_3 {
		/* background-color: rgba(13, 72, 168, 0.32); */
		border-radius: 10px 10px 0px 0px;
		height: 13.75vw;
		width: 22.16vw;
		position: relative;
		background-position: center;
		background-repeat: no-repeat;
		background-size: 100% 100%;
	}

	.block_video_top_image-wrapper {
		width: 100%;
		height: 100%;
		margin: 0;
		align-items: center;
		justify-content: center;
		position: absolute;
		cursor: pointer;
		background-position: center;
		background-repeat: no-repeat;
		background-size: 100% 100%;
		background-color: rgba(13, 72, 168, 0.32);
	}

	.block_video_top_time {
		position: absolute;
		z-index: 9;
		right: 20px;
		bottom: 20px;
	}

	.block_video_top_time_text {
		width: auto;
		height: auto;
		overflow-wrap: break-word;
		color: rgba(255, 255, 255, 1);
		font-size: 12px;
		font-family: "OPPOSans-Ver2-Medium";
		text-align: left;
		white-space: nowrap;
		line-height: 1;
	}

	/*Public - Product Center (with comparison) - Block*/
	.usr_product_item {
		width: 302px;
		height: 315px;
		background-size: 100% 100%;
		cursor: pointer;
		background-color: #f2f2f2;
		border-radius: 10px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		position: relative;
	}

	.usr_product_item_ratio {
		aspect-ratio: 1 / 1;
		display: flex;
		flex-direction: column;
		margin: 20px;
		justify-content: space-between;
	}

	.usr_product_item_image-wrapper {
		height: 195px;
		background-size: 150px 100%;
		width: 100%;
		/* margin: 49px auto 0 auto; */
		transition: all 0.4s;
		overflow: hidden;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.usr_product_item:hover .usr_product_item_image {
		width: calc(220px * 1.15) !important;
	}

	.usr_product_item_image {
		width: 100%;
		height: auto !important;
		/* margin: 90px 0 0 12px; */
		height: auto;
		width: 150px;
		width: 220px;
		transition: all 0.1s;
	}

	.usr_product_item_buttom {
		width: 100%;
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
	}

	.usr_product_item_buttom_left {
		width: auto;
		/* height: 55px; */
		margin-top: 3px;
		transform: unset;
		/* transform-origin: right; */
		justify-content: center;
		min-width: 96px;
	}

	.usr_product_item_buttom_number:hover {
		color: #0e38a8;
	}

	.usr_product_item_buttom_number {
		width: max-content;
		height: 25px;
		overflow-wrap: break-word;
		color: rgba(51, 51, 51, 1);
		font-size: 24px;
		font-family: Anton-Regular;
		text-align: left;
		white-space: nowrap;
		line-height: 25px;
		letter-spacing: 1.5px;
		overflow: hidden;
		max-width: 108px;
	}

	.usr_product_number_down {
		width: 80px;
		height: 15px;
		margin-top: 15px;
		align-items: flex-end;
		cursor: pointer;
		justify-content: flex-start;
	}

	.usr_product_number_down_select {
		width: 14px;
		height: 14px;
		border-radius: 2px;
		border: 1.5px solid #7d7d7d;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		overflow: hidden;
		margin-right: 10px;
	}

	.icon-Compare1 {
		color: #FFF;
		font-size: 12px !important;
		transition: all 0.1s;
		transform: translateX(-16px);
	}

	.usr_product_number_down_select_text {
		width: auto;
		height: 12px;
		overflow-wrap: break-word;
		color: rgb(71 71 71 / 80%);
		font-size: 12px;
		font-family: "OPPOSans-Ver2-Regular";
		font-weight: 200;
		text-align: left;
		white-space: nowrap;
		line-height: 1;
		margin-top: 1px;
		user-select: none;
		letter-spacing: 1px;
	}

	a {
		text-decoration: unset !important;
	}

	.usr_product_number_describe {
		width: 1px;
		height: 62px;
		margin-left: 0.2rem;
		background-color: #717171;
	}

	.usr_product_number_describe_box {
		width: auto;
		height: 56px;
		overflow-wrap: break-word;
		font-size: 0;
		font-family: OpenSans-Regular;
		font-weight: 200;
		text-align: left;
		line-height: 1;
		margin: 3px 0 0 0.2rem;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
	}

	.usr_product_number_describe_text {
		width: 122px;
		height: auto;
		overflow-wrap: break-word;
		color: rgba(51, 51, 51, 1);
		font-size: 12px;
		font-family: "OPPOSans-Ver2-Regular";
		font-weight: 200;
		text-align: left;
		line-height: 1;
		white-space: nowrap;
		margin-bottom: 9px;
	}

	/*Public - Product Center (with comparison) - Block*/


	/*Public - Product Center (Support Center Style) - Block*/
	.block_3 {
		width: 100%;
		max-width: 925px;
		height: auto;
		align-items: flex-end;
		padding: 45px 0;
		border-bottom: 1px solid #f4f4f4;
	}

	.image_11 {
		width: 180px;
		height: 112px;
		background-position: center;
		/* background-color: antiquewhite; */
		background-repeat: no-repeat;
		background-size: 154px auto;
		margin-right: 12px;
	}

	.text-group_2 {
		width: 178px;
		height: auto;
	}

	.text_26 {
		overflow-wrap: break-word;
		color: rgba(14, 71, 169, 1);
		font-size: 21px;
		font-family: OPPOSans-Ver2-H;
		text-align: left;
		line-height: 1;
		white-space: nowrap;
	}

	.text_27 {
		width: auto;
		overflow-wrap: break-word;
		color: rgba(61, 61, 61, 1);
		font-size: 16px;
		font-family: "OPPOSans-Ver2-Medium";
		line-height: 1;
		text-align: left;
		margin-top: 13px;
	}


	.block_4 {
		width: auto;
		height: 45px;
		margin: 25px 0 0 1px;
	}

	.text-wrapper_8 {
		border-radius: 5px;
		height: 40px;
		width: 130px;
		margin-right: 20px;
		background-color: rgba(242, 242, 242, 1);
		align-items: center;
		justify-content: center;
		cursor: pointer;
	}

	.text-wrapper_8:last-child {
		margin-right: 0;
	}

	.text-wrapper_8act {
		background-color: rgba(14, 71, 169, 1);
	}

	.text_28 {
		overflow-wrap: break-word;
		font-size: 18px;
		font-family: "OPPOSans-Ver2-Bold";
		text-align: left;
		white-space: nowrap;
		color: #3d3d3d;
	}

	.text-wrapper_8act .text_28 {
		color: rgba(255, 255, 255, 1);
	}

	.text-wrapper_8:hover {
		background-color: rgba(14, 71, 169, 1);

	}

	.text-wrapper_8:hover .text_28 {
		color: rgba(255, 255, 255, 1);

	}

	/*Public - Product Center (Support Center Style) - Block*/


	.column_inner_choose {
		width: 1579px;
		height: auto;
		margin: 45px 0 0 0;
	}

	.column_inner_choose_button {
		border-radius: 5px;
		height: 47px;
		border: 1px solid rgba(113, 113, 113, 1);
		width: 136px;
		align-items: center;
		justify-content: center;
		margin-right: 30px;
		cursor: pointer;
	}

	.column_inner_choose_buttonact {
		border: 1px solid #fe5c0c;
		background-color: #fe5c0c;
	}

	.column_inner_choose_buttonact span {
		color: #FFF;
		user-select: none;
	}

	.column_inner_choose_button:hover {
		border: 1px solid #fe5c0c;
		background-color: #fe5c0c;
	}

	.column_inner_choose_button:hover span {
		color: #FFF;
	}

	.column_inner_choose_button_text {
		overflow-wrap: break-word;
		color: rgba(61, 61, 61, 1);
		font-size: 18px;
		font-family: "OPPOSans-Ver2-Bold";
		text-align: left;
		white-space: nowrap;
		line-height: 1;
	}

	.actv .usr_product_number_down_select {
		background-color: rgb(14, 56, 168) !IMPORTANT;
	}

	/*video_box*/

}

@media screen and (max-width:1180px) {
	.page {
		position: relative;
		width: 100%;
		margin: 0 auto;
	}

	.box_1 {
		background-size: 100% 100%;
		width: 100%;
		position: relative;
	}

	.box_zhichi_header {
		background-color: #022898;
		height: 35.2vw;
		position: relative;
		align-items: center;
		background-image: url(./search_bg.png);
		background-size: 1920px 480px;
		background-position: center;
		background-repeat: no-repeat;
	}

	.box_zhichi_body {
		align-items: center;
		justify-content: center;
		top: 11.47vw;
		margin: 0 auto;
		position: absolute;
	}

	.section_1 {
		position: relative;
		width: 100%;
		background-size: 2049px 1351px;
	}

	.zhichi_search_title {
		color: rgba(255, 255, 255, 1);
		font-size: 3.82vw;
		text-align: center;
		line-height: 1;
		font-family: "OPPOSans-Ver2-H";
	}

	.box_zhichi_search {
		width: 69.8vw;
		height: 3.67vw;
		background-color: #FFF;
		margin-top: 40px;
		border-radius: 5px;
		justify-content: space-between;
		align-items: center;
		padding: 0 21px 0 37px;
	}

	.box_zhichi_searchs {
		width: 100%;
		height: 18px;
		justify-content: space-between;
		align-items: center;
	}

	.zhichi_search_left {
		height: 1.6vw;
		width: 97%;
		padding: 0;
		line-height: 0.8;
		font-family: "OPPOSans-Ver2-Regular";
		cursor: pointer;
		font-size: 16px;
	}

	.zhichi_search_left::-webkit-input-placeholder {
		/* WebKit browsers */
		font-size: 1.25vw;
		font-family: "OPPOSans-Ver2-Regular";
		color: #0D48A8;
	}

	.zhichi_search_left:-moz-placeholder {
		/* Mozilla Firefox 4 to 18 */
		font-size: 1.25vw;
		font-family: "OPPOSans-Ver2-Regular";
		color: #0D48A8;

	}

	.zhichi_search_left::-moz-placeholder {
		/* Mozilla Firefox 19+ */
		font-size: 1.25vw;
		font-family: "OPPOSans-Ver2-Regular";
		color: #0D48A8;

	}

	.zhichi_search_left:-ms-input-placeholder {
		/* Internet Explorer 10+ */
		font-size: 1.25vw;
		font-family: "OPPOSans-Ver2-Regular";
		color: #0D48A8;

	}


	.zhichi_search_right {}


	.box_zhichiy_body {
		width: 92.6vw;
		margin: 0 auto;
		padding-top: 6.6vw;
	}

	.box_zhichiy_body_left {
		width: 19.1vw;
		height: auto;
		position: relative;
		overflow-x: hidden;
		overflow-y: auto;
	}

	.box_zhichiy_body_left .zhichi_head1 {
		padding-left: 15px;
	}

	.box_zhichiy_body_right {
		height: auto;
		width: 73.5vw;
		padding-left: 5vw;
		position: relative;
	}


	.zhichi_search_header_line {
		background-color: rgba(13, 72, 168, 0.65);
		width: 100%;
		height: 3vw;
		position: absolute;
		bottom: 0;
		align-items: center;
		justify-content: center;
	}

	.zhichi_search_header_line_body {
		width: 92.6vw;
		height: 3vw;
		margin: 0 auto;
		justify-content: flex-end;
		align-items: center;
	}

	.zhichi_search_header_line_body_right {
		align-items: center;
	}

	.zhichi_search_header_line_item {
		color: rgba(255, 255, 255, 1);
		font-size: 1.02vw;
		font-family: "OPPOSans-Ver2-Regular";
		align-items: center;
	}

	.zhichi_search_header_line_item:after {
		content: "\e775";
		font-family: 'iconfont';
		margin: 0 0.3vw;
		font-size: 1.02vw;
	}

	.zhichi_search_header_line_item:last-child:after {
		display: none;
	}

	.zhichi_head1 {
		color: rgba(13, 72, 168, 1);
		font-size: 2.205vw;
		font-family: OPPOSans-Ver2-H;
		text-align: left;
		white-space: nowrap;
		line-height: 1;
		margin-top: 1px;
		margin-bottom: 15px;
	}

	.zhichi_left_selectkspan {
		overflow-wrap: break-word;
		font-size: 1.17vw;
		font-family: "OPPOSans-Ver2-Bold";
		text-align: left;
		white-space: nowrap;
		line-height: 1;
		cursor: pointer;
	}

	.zhichi_left_selectkspan:hover {
		color: rgba(14, 71, 169, 1);

	}

	.zhichi_left_selectkspanact {
		color: rgba(14, 71, 169, 1);

	}

	.zhichi_left_selectk {
		width: 220px;
		margin-top: 10px;
	}

	.zhichi_left_selectkitem {
		border-bottom: 1px solid #f2f2f2;
		height: 4.4vw;
		align-items: center;
		padding-left: 15px;
	}

	.box_zhichiy_right_listbody {
		margin-top: 15px;
	}

	.zhichi_search_right_product {
		width: 100%;
		height: auto;
		align-items: flex-end;
		padding: 3.3vw 0;
		border-bottom: 1px solid #f4f4f4;
	}

	.zhichi_search_right_product_img {
		width: 13.2vw;
		height: 8.2vw;
		background-position: center;
		/* background-color: antiquewhite; */
		background-repeat: no-repeat;
		background-size: 100% auto;
	}

	.zhichi_search_right_product_group_top {
		width: 178px;
		height: auto;
	}

	.zhichi_product_group_top_title {
		overflow-wrap: break-word;
		color: rgba(14, 71, 169, 1);
		font-size: 1.5vw;
		font-family: OPPOSans-Ver2-H;
		text-align: left;
		white-space: nowrap;
	}

	.zhichi_product_group_top_desc {
		width: auto;
		overflow-wrap: break-word;
		color: rgba(61, 61, 61, 1);
		font-size: 1.17vw;
		font-family: "OPPOSans-Ver2-Medium";
		text-align: left;
		margin-top: 13px;
	}


	.zhichi_product_group_block {
		width: 43.6vw;
		height: 3.3vw;
		margin: 25px 0 0 1px;
	}

	.zhichi_product_group_block_button {
		border-radius: 5px;
		height: 3.3vw;
		width: 9.5vw;
		background-color: rgba(242, 242, 242, 1);
		align-items: center;
		justify-content: center;
		cursor: pointer;
	}

	.zhichi_product_group_block_button:last-child {
		margin-right: 0;
	}

	.zhichi_product_group_block_buttonact {
		background-color: rgba(14, 71, 169, 1);
	}

	.zhichi_product_group_block_button_text {
		overflow-wrap: break-word;
		font-size: 1.32vw;
		font-family: "OPPOSans-Ver2-Bold";
		text-align: left;
		white-space: nowrap;
		color: #3d3d3d;
	}

	.zhichi_product_group_block_buttonact .zhichi_product_group_block_button_text {
		color: rgba(255, 255, 255, 1);
	}

	.zhichi_product_group_block_button:hover {
		background-color: rgba(14, 71, 169, 1);

	}

	.zhichi_product_group_block_button:hover .zhichi_product_group_block_button_text {
		color: rgba(255, 255, 255, 1);

	}

	.zhichi_product_common_more {
		width: auto;
		height: auto;
		margin: 45px auto 120px auto;
	}

	.zhichi_product_look {
		width: auto;
		height: auto;
		align-items: center;
		cursor: pointer;
	}

	.zhichi_product_look_text {
		overflow-wrap: break-word;
		color: rgba(25, 25, 25, 1);
		font-size: 1.32vw;
		font-family: "OPPOSans-Ver2-Medium";
		text-align: left;
		white-space: nowrap;
		margin-right: 5px;
	}

	.look_more {
		transform: rotate(90deg);
	}

	.search_tit_word {
		margin-top: 15px;
	}

	.search_word {
		font-size: 1.02vw;
		font-family: "OPPOSans-Ver2-Regular";
		color: #FFFFFF;
		cursor: pointer;
	}

	.search_word:hover {
		text-decoration: underline;
	}

	.search_word:after {
		content: '|';
		padding: 0 25px;
	}

	.search_word:last-child:after {
		content: '';
		padding: 0;

	}


	.box_zhichiy_body_left::-webkit-scrollbar {
		width: 5px;
		height: 7px;
		background-color: rgba(255, 255, 255, 1);
	}

	.box_zhichiy_body_left::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 6px rgb(249 245 245 / 30%);
		border-radius: 2px;
		background-color: #fafafa;
	}

	.box_zhichiy_body_left::-webkit-scrollbar-thumb {
		border-radius: 2px;
		-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
		background-color: #fff;
	}

	.zhichi_search_right_product_desc {
		width: auto;
		height: auto;
		margin-left: 25px;
	}



	.zhichiy_list_resultbody {
		width: 100%;
	}

	.list_resultbox {
		margin-top: 45px;
		/* border-top: 1px solid #222; */
	}

	.list_resulthead {
		padding-left: 15px;
		color: rgba(61, 61, 61, 1);
		font-size: 1.5vw;
		font-family: "OPPOSans-Ver2-H";
		padding-bottom: 15px;
		border-bottom: 1px solid #222;
	}

	.list_resultbodys {
		/* border-top:1px solid #222; */
		/* margin-top:15px; */
	}

	.list_resultbodys_video {
		flex-wrap: wrap;
		padding: 0 15px;
	}

	.result_line {
		justify-content: space-between;
		padding: 1.8vw 1.1vw;
		border-bottom: 1px solid #f4f4f4;
	}

	.result_line_left {
		font-size: 1.02vw;
	}

	.result_line_right {
		font-size: 1.02vw;
	}

	.result_line_right {}

	.result_line_right span {
		font-size: 1.02vw !important;
	}

	.vidoe_results {
		margin-top: 25px;
		margin-right: 20px;
	}

	.vidoe_results:last-child {
		margin-right: 0;
	}

	.vidoe_resultsbody {
		width: 286.6px;
		height: 178px;
		border-radius: 5px;
		padding: 15px;
		align-items: center;
		justify-content: center;
		position: relative;
		cursor: pointer;
		background-position: center;
		background-size: 100% auto;
		background-repeat: no-repeat;
		overflow: hidden;
	}

	.vidoe_resultshead {
		margin-top: 25px;
	}

	.vidoe_zhez {

		width: 100%;

		height: 100%;

		background: linear-gradient(180deg, #092a8a00, #092a8a3d);

		position: absolute;

		z-index: 1;
	}



	/*video_box*/


	/*Public - Video Column - Block*/
	.block_video_group {
		width: 1260px;
		height: auto;
		margin: 20px 0 0 0;
		padding: 20px 0 120px 0;
		flex-wrap: wrap;
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		/*Define a three column grid with equal width for each column*/
		grid-gap: 18px;
		/*Define the spacing between grid cells*/
		/*Alternatively, use row gap and column gap to define the spacing between rows and columns, respectively*/
		/* row-gap: 15px; */
		/* column-gap: 20px; */
	}

	.block_video_bottom {
		box-shadow: 0px 2px 6px 0px rgba(60, 60, 60, 0.1);
		background-color: rgba(255, 255, 255, 1);
		border-radius: 0px 10px 10px 0px;
		width: 22.16vw;
		height: auto;
		margin-top: 1px;
		padding: 25px 25px;
		border-radius: 0 0 10px 10px;
	}

	.block_video_bottom_bodys {
		flex-shrink: unset;
		position: relative;
		/*overflow: hidden;*/
	}

	.block_video_bottom_paragraph {
		color: rgba(61, 61, 61, 1);
		font-size: 1.029vw;
		font-family: "OPPOSans-Ver2-Medium";
		text-align: left;
		line-height: 16px;
		flex-shrink: unset;
		position: relative;
	}

	.block_video_new:after {
		content: "\e64d";
		font-family: "iconfont";
		font-size: 28px;
		color: #fe5c0c;
		padding-left: 10px;
		position: absolute;
		/* bottom: 8px; */
	}

	.block_video_toping:after {
		content: "\e65b";
		font-family: "iconfont";
		font-size: 16px;
		color: #fe5c0c;
		padding-left: 10px;
		position: absolute;
		/* bottom: 8px; */
	}

	.block_video_930 {
		width: 930px;
	}

	.block_video_1260 {
		width: 1260px;
	}

	.block_video_3line .block_video_body {
		margin-right: 12.75px;
		margin-bottom: 12.75px;
	}

	.block_video_3line .block_video_body:nth-child(3n) {
		margin-right: 0;
	}

	.block_video_body:hover .iconfont {
		/* font-size: 52.5px !important; */
	}

	.block_video_body {
		width: 22.16vw;
		height: 275px;
		height: auto;
		border-radius: 10px;
	}

	.block_video_top {
		box-shadow: 0px 1px 4px 1px rgba(60, 60, 60, 0.1);
		/* background-color: rgba(13, 72, 168, 1); */
		border-radius: 10px 10px 0 0;
		height: 13.75vw;
		width: 22.16vw;
		overflow: hidden;
	}

	.block_video_top_block_3 {
		/* background-color: rgba(13, 72, 168, 0.32); */
		border-radius: 10px 10px 0px 0px;
		height: 13.75vw;
		width: 22.16vw;
		position: relative;
		background-position: center;
		background-repeat: no-repeat;
		background-size: 100% 100%;
	}

	.block_video_top_image-wrapper {
		width: 100%;
		height: 100%;
		margin: 0;
		align-items: center;
		justify-content: center;
		position: absolute;
		cursor: pointer;
		background-position: center;
		background-repeat: no-repeat;
		background-size: 100% 100%;
		background-color: rgba(13, 72, 168, 0.32);
	}

	.block_video_top_time {
		position: absolute;
		z-index: 9;
		right: 20px;
		bottom: 20px;
	}

	.block_video_top_time_text {
		width: auto;
		height: auto;
		overflow-wrap: break-word;
		color: rgba(255, 255, 255, 1);
		font-size: 12px;
		font-family: "OPPOSans-Ver2-Medium";
		text-align: left;
		white-space: nowrap;
		line-height: 1;
	}

	/*Public - Product Center (with comparison) - Block*/
	.usr_product_item {
		width: 302px;
		height: 315px;
		background-size: 100% 100%;
		cursor: pointer;
		background-color: #f2f2f2;
		border-radius: 10px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		position: relative;
	}

	.usr_product_item_ratio {
		aspect-ratio: 1 / 1;
		display: flex;
		flex-direction: column;
		margin: 20px;
		justify-content: space-between;
	}

	.usr_product_item_image-wrapper {
		height: 195px;
		background-size: 150px 100%;
		width: 100%;
		/* margin: 49px auto 0 auto; */
		transition: all 0.4s;
		overflow: hidden;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.usr_product_item:hover .usr_product_item_image {
		width: calc(220px * 1.15) !important;
	}

	.usr_product_item_image {
		width: 100%;
		height: auto !important;
		/* margin: 90px 0 0 12px; */
		height: auto;
		width: 150px;
		width: 220px;
		transition: all 0.1s;
	}

	.usr_product_item_buttom {
		width: 100%;
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
	}

	.usr_product_item_buttom_left {
		width: auto;
		/* height: 55px; */
		margin-top: 3px;
		transform: unset;
		/* transform-origin: right; */
		justify-content: center;
		min-width: 96px;
	}

	.usr_product_item_buttom_number:hover {
		color: #0e38a8;
	}

	.usr_product_item_buttom_number {
		width: max-content;
		height: 25px;
		overflow-wrap: break-word;
		color: rgba(51, 51, 51, 1);
		font-size: 24px;
		font-family: Anton-Regular;
		text-align: left;
		white-space: nowrap;
		line-height: 25px;
		letter-spacing: 1.5px;
		overflow: hidden;
		max-width: 108px;
	}

	.usr_product_number_down {
		width: 80px;
		height: 15px;
		margin-top: 15px;
		align-items: flex-end;
		cursor: pointer;
		justify-content: flex-start;
	}

	.usr_product_number_down_select {
		width: 14px;
		height: 14px;
		border-radius: 2px;
		border: 1.5px solid #7d7d7d;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		overflow: hidden;
		margin-right: 10px;
	}

	.icon-Compare1 {
		color: #FFF;
		font-size: 12px !important;
		transition: all 0.1s;
		transform: translateX(-16px);
	}

	.usr_product_number_down_select_text {
		width: auto;
		height: 12px;
		overflow-wrap: break-word;
		color: rgb(71 71 71 / 80%);
		font-size: 12px;
		font-family: "OPPOSans-Ver2-Regular";
		font-weight: 200;
		text-align: left;
		white-space: nowrap;
		line-height: 1;
		margin-top: 1px;
		user-select: none;
		letter-spacing: 1px;
	}

	a {
		text-decoration: unset !important;
	}

	.usr_product_number_describe {
		width: 1px;
		height: 62px;
		margin-left: 0.2rem;
		background-color: #717171;
	}

	.usr_product_number_describe_box {
		width: auto;
		height: 56px;
		overflow-wrap: break-word;
		font-size: 0;
		font-family: OpenSans-Regular;
		font-weight: 200;
		text-align: left;
		line-height: 1;
		margin: 3px 0 0 0.2rem;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
	}

	.usr_product_number_describe_text {
		width: 122px;
		height: auto;
		overflow-wrap: break-word;
		color: rgba(51, 51, 51, 1);
		font-size: 12px;
		font-family: "OPPOSans-Ver2-Regular";
		font-weight: 200;
		text-align: left;
		line-height: 1;
		white-space: nowrap;
		margin-bottom: 9px;
	}

	/*Public - Product Center (with comparison) - Block*/


	/*Public - Product Center (Support Center Style) - Block*/
	.block_3 {
		width: 100%;
		max-width: 925px;
		height: auto;
		align-items: flex-end;
		padding: 45px 0;
		border-bottom: 1px solid #f4f4f4;
	}

	.image_11 {
		width: 180px;
		height: 112px;
		background-position: center;
		/* background-color: antiquewhite; */
		background-repeat: no-repeat;
		background-size: 154px auto;
		margin-right: 12px;
	}

	.text-group_2 {
		width: 178px;
		height: auto;
	}

	.text_26 {
		overflow-wrap: break-word;
		color: rgba(14, 71, 169, 1);
		font-size: 21px;
		font-family: OPPOSans-Ver2-H;
		text-align: left;
		line-height: 1;
		white-space: nowrap;
	}

	.text_27 {
		width: auto;
		overflow-wrap: break-word;
		color: rgba(61, 61, 61, 1);
		font-size: 16px;
		font-family: "OPPOSans-Ver2-Medium";
		line-height: 1;
		text-align: left;
		margin-top: 13px;
	}


	.block_4 {
		width: auto;
		height: 45px;
		margin: 25px 0 0 1px;
	}

	.text-wrapper_8 {
		border-radius: 5px;
		height: 40px;
		width: 130px;
		margin-right: 20px;
		background-color: rgba(242, 242, 242, 1);
		align-items: center;
		justify-content: center;
		cursor: pointer;
	}

	.text-wrapper_8:last-child {
		margin-right: 0;
	}

	.text-wrapper_8act {
		background-color: rgba(14, 71, 169, 1);
	}

	.text_28 {
		overflow-wrap: break-word;
		font-size: 18px;
		font-family: "OPPOSans-Ver2-Bold";
		text-align: left;
		white-space: nowrap;
		color: #3d3d3d;
	}

	.text-wrapper_8act .text_28 {
		color: rgba(255, 255, 255, 1);
	}

	.text-wrapper_8:hover {
		background-color: rgba(14, 71, 169, 1);

	}

	.text-wrapper_8:hover .text_28 {
		color: rgba(255, 255, 255, 1);

	}

	/*Public - Product Center (Support Center Style) - Block*/


	.column_inner_choose {
		width: 1579px;
		height: auto;
		margin: 45px 0 0 0;
	}

	.column_inner_choose_button {
		border-radius: 5px;
		height: 47px;
		border: 1px solid rgba(113, 113, 113, 1);
		width: 136px;
		align-items: center;
		justify-content: center;
		margin-right: 30px;
		cursor: pointer;
	}

	.column_inner_choose_buttonact {
		border: 1px solid #fe5c0c;
		background-color: #fe5c0c;
	}

	.column_inner_choose_buttonact span {
		color: #FFF;
		user-select: none;
	}

	.column_inner_choose_button:hover {
		border: 1px solid #fe5c0c;
		background-color: #fe5c0c;
	}

	.column_inner_choose_button:hover span {
		color: #FFF;
	}

	.column_inner_choose_button_text {
		overflow-wrap: break-word;
		color: rgba(61, 61, 61, 1);
		font-size: 18px;
		font-family: "OPPOSans-Ver2-Bold";
		text-align: left;
		white-space: nowrap;
		line-height: 1;
	}

	.actv .usr_product_number_down_select {
		background-color: rgb(14, 56, 168) !IMPORTANT;
	}

	/*video_box*/

}

@media screen and (max-width:1024px) {

	#list_resultbodys_video {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 2vw;
		padding: 25px 0;
		width: 68.38vw;
	}

	/*video_box*/


	/*Public - Video Column - Block*/
	.block_video_group {
		width: 1260px;
		height: auto;
		margin: 20px 0 0 0;
		padding: 20px 0 120px 0;
		flex-wrap: wrap;
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		/*Define a three column grid with equal width for each column*/
		grid-gap: 18px;
		/*Define the spacing between grid cells*/
		/*Alternatively, use row gap and column gap to define the spacing between rows and columns, respectively*/
		/* row-gap: 15px; */
		/* column-gap: 20px; */
	}

	.block_video_bottom {
		box-shadow: 0px 2px 6px 0px rgba(60, 60, 60, 0.1);
		background-color: rgba(255, 255, 255, 1);
		border-radius: 0px 10px 10px 0px;
		width: 33.05vw;
		height: auto;
		margin-top: 1px;
		padding: 25px 25px;
		border-radius: 0 0 10px 10px;
	}

	.block_video_bottom_bodys {
		flex-shrink: unset;
		position: relative;
		/*overflow: hidden;*/
	}

	.block_video_bottom_paragraph {
		color: rgba(61, 61, 61, 1);
		font-size: 1.53vw;
		font-family: "OPPOSans-Ver2-Medium";
		text-align: left;
		line-height: 16px;
		flex-shrink: unset;
		position: relative;
	}

	.block_video_new:after {
		content: "\e64d";
		font-family: "iconfont";
		font-size: 28px;
		color: #fe5c0c;
		padding-left: 10px;
		position: absolute;
		/* bottom: 8px; */
	}

	.block_video_toping:after {
		content: "\e65b";
		font-family: "iconfont";
		font-size: 16px;
		color: #fe5c0c;
		padding-left: 10px;
		position: absolute;
		/* bottom: 8px; */
	}

	.block_video_930 {
		width: 930px;
	}

	.block_video_1260 {
		width: 1260px;
	}

	.block_video_3line .block_video_body {
		margin-right: 12.75px;
		margin-bottom: 12.75px;
	}

	.block_video_3line .block_video_body:nth-child(3n) {
		margin-right: 0;
	}

	.block_video_body:hover .iconfont {
		/* font-size: 52.5px !important; */
	}

	.block_video_body {
		width: 33.05vw;
		height: 275px;
		height: auto;
		border-radius: 10px;
	}

	.block_video_top {
		box-shadow: 0px 1px 4px 1px rgba(60, 60, 60, 0.1);
		/* background-color: rgba(13, 72, 168, 1); */
		border-radius: 10px 10px 0 0;
		height: 20.5vw;
		width: 33.05vw;
		overflow: hidden;
	}

	.block_video_top_block_3 {
		/* background-color: rgba(13, 72, 168, 0.32); */
		border-radius: 10px 10px 0px 0px;
		height: 20.5vw;
		width: 33.05vw;
		position: relative;
		background-position: center;
		background-repeat: no-repeat;
		background-size: 100% 100%;
	}

	.block_video_top_image-wrapper {
		width: 100%;
		height: 100%;
		margin: 0;
		align-items: center;
		justify-content: center;
		position: absolute;
		cursor: pointer;
		background-position: center;
		background-repeat: no-repeat;
		background-size: 100% 100%;
		background-color: rgba(13, 72, 168, 0.32);
	}

	.block_video_top_time {
		position: absolute;
		z-index: 9;
		right: 20px;
		bottom: 20px;
	}

	.block_video_top_time_text {
		width: auto;
		height: auto;
		overflow-wrap: break-word;
		color: rgba(255, 255, 255, 1);
		font-size: 12px;
		font-family: "OPPOSans-Ver2-Medium";
		text-align: left;
		white-space: nowrap;
		line-height: 1;
	}

	/*Public - Product Center (with comparison) - Block*/
	.usr_product_item {
		width: 302px;
		height: 315px;
		background-size: 100% 100%;
		cursor: pointer;
		background-color: #f2f2f2;
		border-radius: 10px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		position: relative;
	}

	.usr_product_item_ratio {
		aspect-ratio: 1 / 1;
		display: flex;
		flex-direction: column;
		margin: 20px;
		justify-content: space-between;
	}

	.usr_product_item_image-wrapper {
		height: 195px;
		background-size: 150px 100%;
		width: 100%;
		/* margin: 49px auto 0 auto; */
		transition: all 0.4s;
		overflow: hidden;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.usr_product_item:hover .usr_product_item_image {
		width: calc(220px * 1.15) !important;
	}

	.usr_product_item_image {
		width: 100%;
		height: auto !important;
		/* margin: 90px 0 0 12px; */
		height: auto;
		width: 150px;
		width: 220px;
		transition: all 0.1s;
	}

	.usr_product_item_buttom {
		width: 100%;
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
	}

	.usr_product_item_buttom_left {
		width: auto;
		/* height: 55px; */
		margin-top: 3px;
		transform: unset;
		/* transform-origin: right; */
		justify-content: center;
		min-width: 96px;
	}

	.usr_product_item_buttom_number:hover {
		color: #0e38a8;
	}

	.usr_product_item_buttom_number {
		width: max-content;
		height: 25px;
		overflow-wrap: break-word;
		color: rgba(51, 51, 51, 1);
		font-size: 24px;
		font-family: Anton-Regular;
		text-align: left;
		white-space: nowrap;
		line-height: 25px;
		letter-spacing: 1.5px;
		overflow: hidden;
		max-width: 108px;
	}

	.usr_product_number_down {
		width: 80px;
		height: 15px;
		margin-top: 15px;
		align-items: flex-end;
		cursor: pointer;
		justify-content: flex-start;
	}

	.usr_product_number_down_select {
		width: 14px;
		height: 14px;
		border-radius: 2px;
		border: 1.5px solid #7d7d7d;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		overflow: hidden;
		margin-right: 10px;
	}

	.icon-Compare1 {
		color: #FFF;
		font-size: 12px !important;
		transition: all 0.1s;
		transform: translateX(-16px);
	}

	.usr_product_number_down_select_text {
		width: auto;
		height: 12px;
		overflow-wrap: break-word;
		color: rgb(71 71 71 / 80%);
		font-size: 12px;
		font-family: "OPPOSans-Ver2-Regular";
		font-weight: 200;
		text-align: left;
		white-space: nowrap;
		line-height: 1;
		margin-top: 1px;
		user-select: none;
		letter-spacing: 1px;
	}

	a {
		text-decoration: unset !important;
	}

	.usr_product_number_describe {
		width: 1px;
		height: 62px;
		margin-left: 0.2rem;
		background-color: #717171;
	}

	.usr_product_number_describe_box {
		width: auto;
		height: 56px;
		overflow-wrap: break-word;
		font-size: 0;
		font-family: OpenSans-Regular;
		font-weight: 200;
		text-align: left;
		line-height: 1;
		margin: 3px 0 0 0.2rem;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
	}

	.usr_product_number_describe_text {
		width: 122px;
		height: auto;
		overflow-wrap: break-word;
		color: rgba(51, 51, 51, 1);
		font-size: 12px;
		font-family: "OPPOSans-Ver2-Regular";
		font-weight: 200;
		text-align: left;
		line-height: 1;
		white-space: nowrap;
		margin-bottom: 9px;
	}

	/*Public - Product Center (with comparison) - Block*/


	/*Public - Product Center (Support Center Style) - Block*/
	.block_3 {
		width: 100%;
		max-width: 925px;
		height: auto;
		align-items: flex-end;
		padding: 45px 0;
		border-bottom: 1px solid #f4f4f4;
	}

	.image_11 {
		width: 180px;
		height: 112px;
		background-position: center;
		/* background-color: antiquewhite; */
		background-repeat: no-repeat;
		background-size: 154px auto;
		margin-right: 12px;
	}

	.text-group_2 {
		width: 178px;
		height: auto;
	}

	.text_26 {
		overflow-wrap: break-word;
		color: rgba(14, 71, 169, 1);
		font-size: 21px;
		font-family: OPPOSans-Ver2-H;
		text-align: left;
		line-height: 1;
		white-space: nowrap;
	}

	.text_27 {
		width: auto;
		overflow-wrap: break-word;
		color: rgba(61, 61, 61, 1);
		font-size: 16px;
		font-family: "OPPOSans-Ver2-Medium";
		line-height: 1;
		text-align: left;
		margin-top: 13px;
	}


	.block_4 {
		width: auto;
		height: 45px;
		margin: 25px 0 0 1px;
	}

	.text-wrapper_8 {
		border-radius: 5px;
		height: 40px;
		width: 130px;
		margin-right: 20px;
		background-color: rgba(242, 242, 242, 1);
		align-items: center;
		justify-content: center;
		cursor: pointer;
	}

	.text-wrapper_8:last-child {
		margin-right: 0;
	}

	.text-wrapper_8act {
		background-color: rgba(14, 71, 169, 1);
	}

	.text_28 {
		overflow-wrap: break-word;
		font-size: 18px;
		font-family: "OPPOSans-Ver2-Bold";
		text-align: left;
		white-space: nowrap;
		color: #3d3d3d;
	}

	.text-wrapper_8act .text_28 {
		color: rgba(255, 255, 255, 1);
	}

	.text-wrapper_8:hover {
		background-color: rgba(14, 71, 169, 1);

	}

	.text-wrapper_8:hover .text_28 {
		color: rgba(255, 255, 255, 1);

	}

	/*Public - Product Center (Support Center Style) - Block*/


	.column_inner_choose {
		width: 1579px;
		height: auto;
		margin: 45px 0 0 0;
	}

	.column_inner_choose_button {
		border-radius: 5px;
		height: 47px;
		border: 1px solid rgba(113, 113, 113, 1);
		width: 136px;
		align-items: center;
		justify-content: center;
		margin-right: 30px;
		cursor: pointer;
	}

	.column_inner_choose_buttonact {
		border: 1px solid #fe5c0c;
		background-color: #fe5c0c;
	}

	.column_inner_choose_buttonact span {
		color: #FFF;
		user-select: none;
	}

	.column_inner_choose_button:hover {
		border: 1px solid #fe5c0c;
		background-color: #fe5c0c;
	}

	.column_inner_choose_button:hover span {
		color: #FFF;
	}

	.column_inner_choose_button_text {
		overflow-wrap: break-word;
		color: rgba(61, 61, 61, 1);
		font-size: 18px;
		font-family: "OPPOSans-Ver2-Bold";
		text-align: left;
		white-space: nowrap;
		line-height: 1;
	}

	.actv .usr_product_number_down_select {
		background-color: rgb(14, 56, 168) !IMPORTANT;
	}

	/*video_box*/
}



@media screen and (max-width:780px) {


	.zhichi_pc_btn_show {
		display: none !important;
	}

	.zhichi_wap_btn_show {
		display: flex !important;
	}

	.page {
		position: relative;
		width: 100%;
		margin: 0 auto;
	}

	.box_1 {
		background-size: 100% 100%;
		width: 100%;
		position: relative;
	}

	.box_zhichi_header {
		background-color: #022898;
		height: 35.2vw;
		position: relative;
		align-items: center;
		background-image: url(./bg.png);
		background-size: 100vw 130vw;
		background-position: center;
		background-repeat: no-repeat;
		width: 100vw;
		height: 130vw;
		align-items: center;
		justify-content: center;
	}

	.box_zhichi_body {
		align-items: center;
		justify-content: center;
		top: auto;
		margin: 0 auto;
		position: absolute;
	}

	.section_1 {
		position: relative;
		width: 100%;
		background-size: 2049px 1351px;
	}

	.zhichi_search_title {
		color: rgba(255, 255, 255, 1);
		font-size: 10.5vw;
		text-align: center;
		line-height: 1;
		font-family: "OPPOSans-Ver2-H";
	}

	.box_zhichi_search {
		width: 89.17vw;
		height: 9.73vw;
		background-color: #FFF;
		margin-top: 8.3vw;
		border-radius: 5px;
		justify-content: space-between;
		align-items: center;
		padding: 0 3.5vw 0 4vw;
	}

	.box_zhichi_searchs {
		width: 100%;
		height: 18px;
		justify-content: space-between;
		align-items: center;
	}

	.zhichi_search_left {
		height: 5vw;
		width: 93%;
		padding: 0;
		line-height: 5vw;
		font-family: "OPPOSans-Ver2-Regular";
		cursor: pointer;
		font-size: 3.05vw;
	}

	.zhichi_search_left::-webkit-input-placeholder {
		/* WebKit browsers */
		font-size: 3.05vw;
		font-family: "OPPOSans-Ver2-Regular";
		color: #0D48A8;
		line-height: 1;
	}

	.zhichi_search_left:-moz-placeholder {
		/* Mozilla Firefox 4 to 18 */
		font-size: 3.05vw;
		font-family: "OPPOSans-Ver2-Regular";
		color: #0D48A8;
		line-height: 1;

	}

	.zhichi_search_left::-moz-placeholder {
		/* Mozilla Firefox 19+ */
		font-size: 3.05vw;
		font-family: "OPPOSans-Ver2-Regular";
		color: #0D48A8;
		line-height: 1;
	}

	.zhichi_search_left:-ms-input-placeholder {
		/* Internet Explorer 10+ */
		font-size: 3.05vw;
		font-family: "OPPOSans-Ver2-Regular";
		color: #0D48A8;
		line-height: 1;
	}


	.zhichi_search_right {}


	.box_zhichiy_body {
		width: 88.8vw;
		margin: 0 auto;
		padding-top: 5.55vw;
		flex-direction: column;
	}

	.box_zhichiy_body_left {
		width: 88.8vw;
		height: auto;
		position: relative;
		overflow-x: unset;
		overflow-y: unset;
		position: relative;
		background-color: #FFF;
	}

	.box_zhichiy_body_left .zhichi_head1 {
		background-color: rgba(14, 71, 169, 1);
		border-radius: 5px;
		height: 9.73vw;
		width: 88.89vw;
		display: flex;
		color: rgba(255, 255, 255, 1);
		font-size: 5vw;
		font-family: "OPPOSans-Ver2-Bold";
		text-align: center;
		align-items: center;
		justify-content: center;
		padding-left: 0;
	}

	.box_zhichiy_body_right {
		height: auto;
		width: 88.8vw;
		padding-left: 0;
		position: relative;
	}


	.zhichi_search_header_line {
		background-color: rgba(13, 72, 168, 0.65);
		width: 100%;
		height: 3vw;
		height: 8.62vw;
		position: absolute;
		bottom: 0;
		align-items: center;
		justify-content: center;
	}

	.zhichi_search_header_line_body {
		width: 92.6vw;
		height: 3vw;
		margin: 0 auto;
		justify-content: flex-end;
		align-items: center;
		display: none;
	}

	.zhichi_search_header_line_body_right {
		align-items: center;
	}

	.zhichi_search_header_line_item {
		color: rgba(255, 255, 255, 1);
		font-size: 1.02vw;
		font-family: "OPPOSans-Ver2-Regular";
		align-items: center;
	}

	.zhichi_search_header_line_item:after {
		content: "\e775";
		font-family: 'iconfont';
		margin: 0 0.3vw;
		font-size: 1.02vw;
	}

	.zhichi_search_header_line_item:last-child:after {
		display: none;
	}

	.zhichi_head1 {
		color: rgba(13, 72, 168, 1);
		font-size: 2.205vw;
		font-family: OPPOSans-Ver2-H;
		text-align: left;
		white-space: nowrap;
		line-height: 1;
		margin-top: 1px;
		margin-bottom: 15px;
	}

	#zhichi_head1_list {
		display: none;
	}

	.zhichi_left_selectkspan {
		overflow-wrap: break-word;
		font-size: 4.4vw;
		font-family: "OPPOSans-Ver2-Bold";
		text-align: left;
		white-space: nowrap;
		line-height: 1;
		cursor: pointer;
	}

	.zhichi_left_selectkspan:hover {
		color: rgba(14, 71, 169, 1);

	}

	.zhichi_left_selectkspanact {
		color: rgba(14, 71, 169, 1);

	}

	.zhichi_left_selectk {
		width: 88.8vw;
		margin-top: 10px;
		transition: all 0.1s;
		height: 0;
		display: none;
		position: absolute;
		top: 11vw;
		z-index: 99;
		background-color: #FFF;
		overflow-x: hidden;
		overflow-y: auto;
	}

	.zhichi_left_selectk_show {
		height: 30vh;
		display: flex;
	}

	.zhichi_left_selectkitem {
		border-bottom: 1px solid #f2f2f2;
		height: 15.5vw;
		align-items: center;
		padding-left: 4.4vw;
	}

	.box_zhichiy_right_listbody {
		margin-top: 15px;
	}

	.zhichi_search_right_product {
		width: 100%;
		height: auto;
		align-items: flex-end;
		padding: 7.5vw 0 6.94vw 0;
		border-bottom: 1px solid #f4f4f4;
		justify-content: space-between;
	}

	.zhichi_search_right_product_img {
		width: 32.73vw;
		height: 28.6vw;
		background-position: center;
		/* background-color: antiquewhite; */
		background-repeat: no-repeat;
		background-size: 100% auto;
	}

	.zhichi_search_right_product_group_top {
		width: 51.38vw;
		height: auto;
	}

	.zhichi_product_group_top_title {
		overflow-wrap: break-word;
		color: #3d3d3d;
		font-size: 4.44vw;
		font-family: OPPOSans-Ver2-H;
		text-align: left;
		white-space: nowrap;
		line-height: 1;
	}

	.zhichi_product_group_top_desc {
		width: auto;
		overflow-wrap: break-word;
		color: #3d3d3d;
		font-size: 3.33vw;
		font-family: "OPPOSans-Ver2-Medium";
		text-align: left;
		margin-top: 2.5vw;
		line-height: 1;
	}


	.zhichi_product_group_block {
		width: 51.38vw;
		height: 18.3vw;
		margin: 5.28vw 0 0 1px;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 5px;
	}

	.zhichi_product_group_block_button {
		border-radius: 5px;
		height: 3.3vw;
		width: 9.5vw;
		height: 8.34vw;
		width: 25vw;
		background-color: rgba(242, 242, 242, 1);
		align-items: center;
		justify-content: center;
		cursor: pointer;
	}

	.zhichi_product_group_block_button:last-child {
		margin-right: 0;
	}

	.zhichi_product_group_block_buttonact {
		background-color: rgba(14, 71, 169, 1);
	}

	.zhichi_product_group_block_button_text {
		overflow-wrap: break-word;
		font-size: 3.88vw;
		font-family: "OPPOSans-Ver2-Bold";
		text-align: left;
		white-space: nowrap;
		color: #3d3d3d;
		line-height: 1;
	}

	.zhichi_product_group_block_buttonact .zhichi_product_group_block_button_text {
		color: rgba(255, 255, 255, 1);
	}

	.zhichi_product_group_block_button:hover {
		background-color: rgba(14, 71, 169, 1);

	}

	.zhichi_product_group_block_button:hover .zhichi_product_group_block_button_text {
		color: rgba(255, 255, 255, 1);

	}

	.zhichi_product_common_more {
		width: auto;
		height: auto;
		margin: 4vw auto 8vw auto;
	}

	.zhichi_product_look {
		width: auto;
		height: auto;
		align-items: center;
		cursor: pointer;
	}

	.zhichi_product_look_text {
		overflow-wrap: break-word;
		color: rgba(25, 25, 25, 1);
		font-size: 4.44vw;
		font-family: "OPPOSans-Ver2-Medium";
		text-align: left;
		white-space: nowrap;
		margin-right: 5px;
	}

	.look_more {
		transform: rotate(90deg);
	}

	.search_tit_word {
		margin-top: 5.55vw;
	}

	.search_word {
		font-size: 3.05vw;
		font-family: "OPPOSans-Ver2-Regular";
		color: #FFFFFF;
		cursor: pointer;
	}

	.search_word:hover {
		text-decoration: underline;
	}

	.search_word:after {
		content: '|';
		padding: 0 4vw;
	}

	.search_word:last-of-type:after {
		content: '';
		padding: 0;

	}

	.search_word:last-of-type {
		display: none;
	}

	.zhichi_wap_btn_show .search_word:last-of-type {
		display: flex;
	}

	.box_zhichiy_body_left::-webkit-scrollbar {
		width: 5px;
		height: 7px;
		background-color: rgba(255, 255, 255, 1);
	}

	.box_zhichiy_body_left::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 6px rgb(249 245 245 / 30%);
		border-radius: 2px;
		background-color: #fafafa;
	}

	.box_zhichiy_body_left::-webkit-scrollbar-thumb {
		border-radius: 2px;
		-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
		background-color: #fff;
	}

	.zhichi_search_right_product_desc {
		width: 51.38vw;
		height: auto;
		margin-left: 0;
	}



	.zhichiy_list_resultbody {
		width: 100%;
	}

	.list_resultbox {
		margin-top: 45px;
		/* border-top: 1px solid #222; */
	}

	.list_resulthead {
		padding-left: 1.1vw;
		color: rgba(61, 61, 61, 1);
		font-size: 4.44vw;
		font-family: "OPPOSans-Ver2-H";
		padding-bottom: 4.1vw;
		border-bottom: 1px solid #222;
		line-height: 1;
	}

	.list_resultbodys {
		/* border-top:1px solid #222; */
		/* margin-top:15px; */
	}

	.list_resultbodys_video {
		flex-wrap: wrap;
		padding: 0 15px;
	}

	.result_line {
		justify-content: space-between;
		padding: 4.1vw 1.1vw;
		border-bottom: 1px solid #f4f4f4;
		white-space: pre-wrap;
	}

	.result_line_left {

		width: 86vw;
		line-height: 5vw;
		font-size: 3.33vw;
	}

	.result_line_right {
		font-size: 1.02vw;
	}

	.result_line_right {
		display: none;
	}

	.vidoe_results {
		margin-top: 25px;
		margin-right: 20px;
	}

	.vidoe_results:last-child {
		margin-right: 0;
	}

	.vidoe_resultsbody {
		width: 286.6px;
		height: 178px;
		border-radius: 5px;
		padding: 15px;
		align-items: center;
		justify-content: center;
		position: relative;
		cursor: pointer;
		background-position: center;
		background-size: 100% auto;
		background-repeat: no-repeat;
		overflow: hidden;
	}

	.vidoe_resultshead {
		margin-top: 25px;
	}

	.vidoe_zhez {

		width: 100%;

		height: 100%;

		background: linear-gradient(180deg, #092a8a00, #092a8a3d);

		position: absolute;

		z-index: 1;
	}


	#list_resultbodys_video {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 2vw;
		padding: 25px 0;
		width: 88.8vw;
	}

	/*video_box*/


	/*Public - Video Column - Block*/
	.block_video_group {
		width: 1260px;
		height: auto;
		margin: 20px 0 0 0;
		padding: 20px 0 120px 0;
		flex-wrap: wrap;
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		/*Define a three column grid with equal width for each column*/
		grid-gap: 18px;
		/*Define the spacing between grid cells*/
		/*Alternatively, use row gap and column gap to define the spacing between rows and columns, respectively*/
		/* row-gap: 15px; */
		/* column-gap: 20px; */
	}

	.block_video_bottom {
		box-shadow: 0px 2px 6px 0px rgba(60, 60, 60, 0.1);
		background-color: rgba(255, 255, 255, 1);
		border-radius: 0px 10px 10px 0px;
		width: 43.38vw;
		height: auto;
		margin-top: 1px;
		padding: 25px 25px;
		border-radius: 0 0 10px 10px;
	}

	.block_video_bottom_bodys {
		flex-shrink: unset;
		position: relative;
		/*overflow: hidden;*/
	}

	.block_video_bottom_paragraph {
		color: rgba(61, 61, 61, 1);
		font-size: 2.014vw;
		font-family: "OPPOSans-Ver2-Medium";
		text-align: left;
		line-height: 16px;
		flex-shrink: unset;
		position: relative;
	}

	.block_video_new:after {
		content: "\e64d";
		font-family: "iconfont";
		font-size: 28px;
		color: #fe5c0c;
		padding-left: 10px;
		position: absolute;
		/* bottom: 8px; */
	}

	.block_video_toping:after {
		content: "\e65b";
		font-family: "iconfont";
		font-size: 16px;
		color: #fe5c0c;
		padding-left: 10px;
		position: absolute;
		/* bottom: 8px; */
	}

	.block_video_930 {
		width: 930px;
	}

	.block_video_1260 {
		width: 1260px;
	}

	.block_video_3line .block_video_body {
		margin-right: 12.75px;
		margin-bottom: 12.75px;
	}

	.block_video_3line .block_video_body:nth-child(3n) {
		margin-right: 0;
	}

	.block_video_body:hover .iconfont {
		/* font-size: 52.5px !important; */
	}

	.block_video_body {
		width: 43.38vw;
		height: 275px;
		height: auto;
		border-radius: 10px;
	}

	.block_video_top {
		box-shadow: 0px 1px 4px 1px rgba(60, 60, 60, 0.1);
		/* background-color: rgba(13, 72, 168, 1); */
		border-radius: 10px 10px 0 0;
		height: 26.9vw;
		width: 43.38vw;
		overflow: hidden;
	}

	.block_video_top_block_3 {
		/* background-color: rgba(13, 72, 168, 0.32); */
		border-radius: 10px 10px 0px 0px;
		height: 26.9vw;
		width: 43.38vw;
		position: relative;
		background-position: center;
		background-repeat: no-repeat;
		background-size: 100% 100%;
	}

	.block_video_top_image-wrapper {
		width: 100%;
		height: 100%;
		margin: 0;
		align-items: center;
		justify-content: center;
		position: absolute;
		cursor: pointer;
		background-position: center;
		background-repeat: no-repeat;
		background-size: 100% 100%;
		background-color: rgba(13, 72, 168, 0.32);
	}

	.block_video_top_time {
		position: absolute;
		z-index: 9;
		right: 20px;
		bottom: 20px;
	}

	.block_video_top_time_text {
		width: auto;
		height: auto;
		overflow-wrap: break-word;
		color: rgba(255, 255, 255, 1);
		font-size: 12px;
		font-family: "OPPOSans-Ver2-Medium";
		text-align: left;
		white-space: nowrap;
		line-height: 1;
	}

	/*Public - Product Center (with comparison) - Block*/
	.usr_product_item {
		width: 302px;
		height: 315px;
		background-size: 100% 100%;
		cursor: pointer;
		background-color: #f2f2f2;
		border-radius: 10px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		position: relative;
	}

	.usr_product_item_ratio {
		aspect-ratio: 1 / 1;
		display: flex;
		flex-direction: column;
		margin: 20px;
		justify-content: space-between;
	}

	.usr_product_item_image-wrapper {
		height: 195px;
		background-size: 150px 100%;
		width: 100%;
		/* margin: 49px auto 0 auto; */
		transition: all 0.4s;
		overflow: hidden;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.usr_product_item:hover .usr_product_item_image {
		width: calc(220px * 1.15) !important;
	}

	.usr_product_item_image {
		width: 100%;
		height: auto !important;
		/* margin: 90px 0 0 12px; */
		height: auto;
		width: 150px;
		width: 220px;
		transition: all 0.1s;
	}

	.usr_product_item_buttom {
		width: 100%;
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
	}

	.usr_product_item_buttom_left {
		width: auto;
		/* height: 55px; */
		margin-top: 3px;
		transform: unset;
		/* transform-origin: right; */
		justify-content: center;
		min-width: 96px;
	}

	.usr_product_item_buttom_number:hover {
		color: #0e38a8;
	}

	.usr_product_item_buttom_number {
		width: max-content;
		height: 25px;
		overflow-wrap: break-word;
		color: rgba(51, 51, 51, 1);
		font-size: 24px;
		font-family: Anton-Regular;
		text-align: left;
		white-space: nowrap;
		line-height: 25px;
		letter-spacing: 1.5px;
		overflow: hidden;
		max-width: 108px;
	}

	.usr_product_number_down {
		width: 80px;
		height: 15px;
		margin-top: 15px;
		align-items: flex-end;
		cursor: pointer;
		justify-content: flex-start;
	}

	.usr_product_number_down_select {
		width: 14px;
		height: 14px;
		border-radius: 2px;
		border: 1.5px solid #7d7d7d;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		overflow: hidden;
		margin-right: 10px;
	}

	.icon-Compare1 {
		color: #FFF;
		font-size: 12px !important;
		transition: all 0.1s;
		transform: translateX(-16px);
	}

	.usr_product_number_down_select_text {
		width: auto;
		height: 12px;
		overflow-wrap: break-word;
		color: rgb(71 71 71 / 80%);
		font-size: 12px;
		font-family: "OPPOSans-Ver2-Regular";
		font-weight: 200;
		text-align: left;
		white-space: nowrap;
		line-height: 1;
		margin-top: 1px;
		user-select: none;
		letter-spacing: 1px;
	}

	a {
		text-decoration: unset !important;
	}

	.usr_product_number_describe {
		width: 1px;
		height: 62px;
		margin-left: 0.2rem;
		background-color: #717171;
	}

	.usr_product_number_describe_box {
		width: auto;
		height: 56px;
		overflow-wrap: break-word;
		font-size: 0;
		font-family: OpenSans-Regular;
		font-weight: 200;
		text-align: left;
		line-height: 1;
		margin: 3px 0 0 0.2rem;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
	}

	.usr_product_number_describe_text {
		width: 122px;
		height: auto;
		overflow-wrap: break-word;
		color: rgba(51, 51, 51, 1);
		font-size: 12px;
		font-family: "OPPOSans-Ver2-Regular";
		font-weight: 200;
		text-align: left;
		line-height: 1;
		white-space: nowrap;
		margin-bottom: 9px;
	}

	/*Public - Product Center (with comparison) - Block*/


	/*Public - Product Center (Support Center Style) - Block*/
	.block_3 {
		width: 100%;
		max-width: 925px;
		height: auto;
		align-items: flex-end;
		padding: 45px 0;
		border-bottom: 1px solid #f4f4f4;
	}

	.image_11 {
		width: 180px;
		height: 112px;
		background-position: center;
		/* background-color: antiquewhite; */
		background-repeat: no-repeat;
		background-size: 154px auto;
		margin-right: 12px;
	}

	.text-group_2 {
		width: 178px;
		height: auto;
	}

	.text_26 {
		overflow-wrap: break-word;
		color: rgba(14, 71, 169, 1);
		font-size: 21px;
		font-family: OPPOSans-Ver2-H;
		text-align: left;
		line-height: 1;
		white-space: nowrap;
	}

	.text_27 {
		width: auto;
		overflow-wrap: break-word;
		color: rgba(61, 61, 61, 1);
		font-size: 16px;
		font-family: "OPPOSans-Ver2-Medium";
		line-height: 1;
		text-align: left;
		margin-top: 13px;
	}


	.block_4 {
		width: auto;
		height: 45px;
		margin: 25px 0 0 1px;
	}

	.text-wrapper_8 {
		border-radius: 5px;
		height: 40px;
		width: 130px;
		margin-right: 20px;
		background-color: rgba(242, 242, 242, 1);
		align-items: center;
		justify-content: center;
		cursor: pointer;
	}

	.text-wrapper_8:last-child {
		margin-right: 0;
	}

	.text-wrapper_8act {
		background-color: rgba(14, 71, 169, 1);
	}

	.text_28 {
		overflow-wrap: break-word;
		font-size: 18px;
		font-family: "OPPOSans-Ver2-Bold";
		text-align: left;
		white-space: nowrap;
		color: #3d3d3d;
	}

	.text-wrapper_8act .text_28 {
		color: rgba(255, 255, 255, 1);
	}

	.text-wrapper_8:hover {
		background-color: rgba(14, 71, 169, 1);

	}

	.text-wrapper_8:hover .text_28 {
		color: rgba(255, 255, 255, 1);

	}

	/*Public - Product Center (Support Center Style) - Block*/


	.column_inner_choose {
		width: 1579px;
		height: auto;
		margin: 45px 0 0 0;
	}

	.column_inner_choose_button {
		border-radius: 5px;
		height: 47px;
		border: 1px solid rgba(113, 113, 113, 1);
		width: 136px;
		align-items: center;
		justify-content: center;
		margin-right: 30px;
		cursor: pointer;
	}

	.column_inner_choose_buttonact {
		border: 1px solid #fe5c0c;
		background-color: #fe5c0c;
	}

	.column_inner_choose_buttonact span {
		color: #FFF;
		user-select: none;
	}

	.column_inner_choose_button:hover {
		border: 1px solid #fe5c0c;
		background-color: #fe5c0c;
	}

	.column_inner_choose_button:hover span {
		color: #FFF;
	}

	.column_inner_choose_button_text {
		overflow-wrap: break-word;
		color: rgba(61, 61, 61, 1);
		font-size: 18px;
		font-family: "OPPOSans-Ver2-Bold";
		text-align: left;
		white-space: nowrap;
		line-height: 1;
	}

	.actv .usr_product_number_down_select {
		background-color: rgb(14, 56, 168) !IMPORTANT;
	}

	/*video_box*/

}


@media screen and (max-width: 550px) {

  #list_resultbodys_video {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 6vw;
    padding: 25px 0;
    width: 88.8vw;
}
	/*video_box*/


	/*Public - Video Column - Block*/
	.block_video_group {
		width: 1260px;
		height: auto;
		margin: 20px 0 0 0;
		padding: 20px 0 120px 0;
		flex-wrap: wrap;
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		/*Define a three column grid with equal width for each column*/
		grid-gap: 18px;
		/*Define the spacing between grid cells*/
		/*Alternatively, use row gap and column gap to define the spacing between rows and columns, respectively*/
		/* row-gap: 15px; */
		/* column-gap: 20px; */
	}

	.block_video_bottom {
		box-shadow: 0px 2px 6px 0px rgba(60, 60, 60, 0.1);
		background-color: rgba(255, 255, 255, 1);
		border-radius: 0px 10px 10px 0px;
		width: 88.67vw;
		height: auto;
		margin-top: 1px;
		padding: 7.35vw;
		border-radius: 0 0 10px 10px;
	}

	.block_video_bottom_bodys {
		flex-shrink: unset;
		position: relative;
		/*overflow: hidden;*/
	}

	.block_video_bottom_paragraph {
		color: rgba(61, 61, 61, 1);
		font-size: 4.117vw;
		font-family: "OPPOSans-Ver2-Medium";
		text-align: left;
		line-height: 16px;
		flex-shrink: unset;
		position: relative;
	}

	.block_video_new:after {
		content: "\e64d";
		font-family: "iconfont";
		font-size: 28px;
		color: #fe5c0c;
		padding-left: 10px;
		position: absolute;
		/* bottom: 8px; */
	}

	.block_video_toping:after {
		content: "\e65b";
		font-family: "iconfont";
		font-size: 16px;
		color: #fe5c0c;
		padding-left: 10px;
		position: absolute;
		/* bottom: 8px; */
	}

	.block_video_930 {
		width: 930px;
	}

	.block_video_1260 {
		width: 1260px;
	}

	.block_video_3line .block_video_body {
		margin-right: 12.75px;
		margin-bottom: 12.75px;
	}

	.block_video_3line .block_video_body:nth-child(3n) {
		margin-right: 0;
	}

	.block_video_body:hover .iconfont {
		/* font-size: 52.5px !important; */
	}

	.block_video_body {
		width: 88.67vw;
		height: 275px;
		height: auto;
		border-radius: 10px;
	}

	.block_video_top {
		box-shadow: 0px 1px 4px 1px rgba(60, 60, 60, 0.1);
		/* background-color: rgba(13, 72, 168, 1); */
		border-radius: 10px 10px 0 0;
		height: 55vw;
		width: 88.67vw;
		overflow: hidden;
	}

	.block_video_top_block_3 {
		/* background-color: rgba(13, 72, 168, 0.32); */
		border-radius: 10px 10px 0px 0px;
		height: 55vw;
		width: 88.67vw;
		position: relative;
		background-position: center;
		background-repeat: no-repeat;
		background-size: 100% 100%;
	}

	.block_video_top_image-wrapper {
		width: 100%;
		height: 100%;
		margin: 0;
		align-items: center;
		justify-content: center;
		position: absolute;
		cursor: pointer;
		background-position: center;
		background-repeat: no-repeat;
		background-size: 100% 100%;
		background-color: rgba(13, 72, 168, 0.32);
	}

	.block_video_top_time {
		position: absolute;
		z-index: 9;
		right: 20px;
		bottom: 20px;
	}

	.block_video_top_time_text {
		width: auto;
		height: auto;
		overflow-wrap: break-word;
		color: rgba(255, 255, 255, 1);
		font-size: 3.5vw;
		font-family: "OPPOSans-Ver2-Medium";
		text-align: left;
		white-space: nowrap;
		line-height: 1;
	}

	/*Public - Product Center (with comparison) - Block*/
	.usr_product_item {
		width: 302px;
		height: 315px;
		background-size: 100% 100%;
		cursor: pointer;
		background-color: #f2f2f2;
		border-radius: 10px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		position: relative;
	}

	.usr_product_item_ratio {
		aspect-ratio: 1 / 1;
		display: flex;
		flex-direction: column;
		margin: 20px;
		justify-content: space-between;
	}

	.usr_product_item_image-wrapper {
		height: 195px;
		background-size: 150px 100%;
		width: 100%;
		/* margin: 49px auto 0 auto; */
		transition: all 0.4s;
		overflow: hidden;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.usr_product_item:hover .usr_product_item_image {
		width: calc(220px * 1.15) !important;
	}

	.usr_product_item_image {
		width: 100%;
		height: auto !important;
		/* margin: 90px 0 0 12px; */
		height: auto;
		width: 150px;
		width: 220px;
		transition: all 0.1s;
	}

	.usr_product_item_buttom {
		width: 100%;
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
	}

	.usr_product_item_buttom_left {
		width: auto;
		/* height: 55px; */
		margin-top: 3px;
		transform: unset;
		/* transform-origin: right; */
		justify-content: center;
		min-width: 96px;
	}

	.usr_product_item_buttom_number:hover {
		color: #0e38a8;
	}

	.usr_product_item_buttom_number {
		width: max-content;
		height: 25px;
		overflow-wrap: break-word;
		color: rgba(51, 51, 51, 1);
		font-size: 24px;
		font-family: Anton-Regular;
		text-align: left;
		white-space: nowrap;
		line-height: 25px;
		letter-spacing: 1.5px;
		overflow: hidden;
		max-width: 108px;
	}

	.usr_product_number_down {
		width: 80px;
		height: 15px;
		margin-top: 15px;
		align-items: flex-end;
		cursor: pointer;
		justify-content: flex-start;
	}

	.usr_product_number_down_select {
		width: 14px;
		height: 14px;
		border-radius: 2px;
		border: 1.5px solid #7d7d7d;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		overflow: hidden;
		margin-right: 10px;
	}

	.icon-Compare1 {
		color: #FFF;
		font-size: 12px !important;
		transition: all 0.1s;
		transform: translateX(-16px);
	}

	.usr_product_number_down_select_text {
		width: auto;
		height: 12px;
		overflow-wrap: break-word;
		color: rgb(71 71 71 / 80%);
		font-size: 12px;
		font-family: "OPPOSans-Ver2-Regular";
		font-weight: 200;
		text-align: left;
		white-space: nowrap;
		line-height: 1;
		margin-top: 1px;
		user-select: none;
		letter-spacing: 1px;
	}

	a {
		text-decoration: unset !important;
	}

	.usr_product_number_describe {
		width: 1px;
		height: 62px;
		margin-left: 0.2rem;
		background-color: #717171;
	}

	.usr_product_number_describe_box {
		width: auto;
		height: 56px;
		overflow-wrap: break-word;
		font-size: 0;
		font-family: OpenSans-Regular;
		font-weight: 200;
		text-align: left;
		line-height: 1;
		margin: 3px 0 0 0.2rem;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
	}

	.usr_product_number_describe_text {
		width: 122px;
		height: auto;
		overflow-wrap: break-word;
		color: rgba(51, 51, 51, 1);
		font-size: 12px;
		font-family: "OPPOSans-Ver2-Regular";
		font-weight: 200;
		text-align: left;
		line-height: 1;
		white-space: nowrap;
		margin-bottom: 9px;
	}

	/*Public - Product Center (with comparison) - Block*/


	/*Public - Product Center (Support Center Style) - Block*/
	.block_3 {
		width: 100%;
		max-width: 925px;
		height: auto;
		align-items: flex-end;
		padding: 45px 0;
		border-bottom: 1px solid #f4f4f4;
	}

	.image_11 {
		width: 180px;
		height: 112px;
		background-position: center;
		/* background-color: antiquewhite; */
		background-repeat: no-repeat;
		background-size: 154px auto;
		margin-right: 12px;
	}

	.text-group_2 {
		width: 178px;
		height: auto;
	}

	.text_26 {
		overflow-wrap: break-word;
		color: rgba(14, 71, 169, 1);
		font-size: 21px;
		font-family: OPPOSans-Ver2-H;
		text-align: left;
		line-height: 1;
		white-space: nowrap;
	}

	.text_27 {
		width: auto;
		overflow-wrap: break-word;
		color: rgba(61, 61, 61, 1);
		font-size: 16px;
		font-family: "OPPOSans-Ver2-Medium";
		line-height: 1;
		text-align: left;
		margin-top: 13px;
	}


	.block_4 {
		width: auto;
		height: 45px;
		margin: 25px 0 0 1px;
	}

	.text-wrapper_8 {
		border-radius: 5px;
		height: 40px;
		width: 130px;
		margin-right: 20px;
		background-color: rgba(242, 242, 242, 1);
		align-items: center;
		justify-content: center;
		cursor: pointer;
	}

	.text-wrapper_8:last-child {
		margin-right: 0;
	}

	.text-wrapper_8act {
		background-color: rgba(14, 71, 169, 1);
	}

	.text_28 {
		overflow-wrap: break-word;
		font-size: 18px;
		font-family: "OPPOSans-Ver2-Bold";
		text-align: left;
		white-space: nowrap;
		color: #3d3d3d;
	}

	.text-wrapper_8act .text_28 {
		color: rgba(255, 255, 255, 1);
	}

	.text-wrapper_8:hover {
		background-color: rgba(14, 71, 169, 1);

	}

	.text-wrapper_8:hover .text_28 {
		color: rgba(255, 255, 255, 1);

	}

	/*Public - Product Center (Support Center Style) - Block*/


	.column_inner_choose {
		width: 1579px;
		height: auto;
		margin: 45px 0 0 0;
	}

	.column_inner_choose_button {
		border-radius: 5px;
		height: 47px;
		border: 1px solid rgba(113, 113, 113, 1);
		width: 136px;
		align-items: center;
		justify-content: center;
		margin-right: 30px;
		cursor: pointer;
	}

	.column_inner_choose_buttonact {
		border: 1px solid #fe5c0c;
		background-color: #fe5c0c;
	}

	.column_inner_choose_buttonact span {
		color: #FFF;
		user-select: none;
	}

	.column_inner_choose_button:hover {
		border: 1px solid #fe5c0c;
		background-color: #fe5c0c;
	}

	.column_inner_choose_button:hover span {
		color: #FFF;
	}

	.column_inner_choose_button_text {
		overflow-wrap: break-word;
		color: rgba(61, 61, 61, 1);
		font-size: 18px;
		font-family: "OPPOSans-Ver2-Bold";
		text-align: left;
		white-space: nowrap;
		line-height: 1;
	}

	.actv .usr_product_number_down_select {
		background-color: rgb(14, 56, 168) !IMPORTANT;
	}

	/*video_box*/
}