
/*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;
    width: 100%;
    padding: 20px;
}
.text_5_pro_ad:hover{
	color:#0e38a8;
}
.text_5_pro_ad {
    height: auto;
    overflow-wrap: break-word;
    color: rgba(51, 51, 51, 1);
    font-size: 14px;
    font-family: 'OPPOSans-Ver2-H';
    font-weight: 200;
    text-align: left;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 9px;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 9;
}
.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;
}
@media screen and (max-width:1360px) {
/*Public - Video Column - Block*/
.block_video_group {
	width: 92.64vw;
	height: auto;
	margin: 20px 0 0 0;
	padding: 20px 0 120px 0;
	flex-wrap: wrap;
	display: grid;
	grid-template-columns: repeat(3, 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: 29.7vw;
	height: auto;
	margin-top: 1px;
	padding: 2.06vw 2.46vw;
	border-radius: 0 0 10px 10px;
}

.block_video_bottom_bodys {
	flex-shrink: unset;
	position: relative;
}

.block_video_bottom_paragraph {
	color: rgba(61, 61, 61, 1);
	font-size: 1.37vw;
	font-family: "OPPOSans-Ver2-Medium";
	text-align: left;
	line-height: 1.57vw;
	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_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: 29.7vw;
	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: 18.42vw;
	width: 29.7vw;
	overflow: hidden;
}

.block_video_top_block_3 {
	background-color: rgba(13, 72, 168, 0.32);
	border-radius: 10px 0px 0px 10px;
	height: 18.42vw;
	width: 29.7vw;
	position: relative;
}

.block_video_top_image-wrapper {
	width: 100%;
	height: 100%;
	margin: 0;
	align-items: center;
	justify-content: center;
	position: absolute;
	cursor: pointer;
}

.block_video_top_time {
	position: absolute;
	z-index: 9;
	right: 1.97vw;
	bottom: 1.97vw;
}

.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: 29.6vw;
	height: 30.97vw;
	background-size: 100% 100%;
	cursor: pointer;
	background-color: #f2f2f2;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.usr_product_item_ratio {
	aspect-ratio: 1 / 1;
	display: flex;
	flex-direction: column;
	margin: 1.966vw;
	justify-content: space-between;
}

.usr_product_item_image-wrapper {
	height: 19.17vw;
	background-size: 150px 100%;
	width: 100%;
	/* margin: 49px auto 0 auto; */
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.usr_product_item_image {
	height: auto !important;
	width: 21.63vw;
	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;
	margin-top: 3px;
	transform: unset;
	justify-content: center;
	min-width: 96px;
}

.usr_product_item_buttom_number {
	width: max-content;
	height: 2.458vw;
	overflow-wrap: break-word;
	color: rgba(51, 51, 51, 1);
	font-size: 2.359vw;
	font-family: Anton-Regular;
	text-align: left;
	white-space: nowrap;
	line-height: 2.458vw;
	letter-spacing: 1.5px;
	overflow: hidden;
	max-width: 108px;
}

.usr_product_number_down {
	width: 7.86vw;
	height: 1.47vw;
	margin-top: 1.47vw;
	align-items: flex-end;
	cursor: pointer;
	justify-content: flex-start;
}

.usr_product_number_down_select {
	width: 1.376vw;
	height: 1.376vw;
	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: 1.17vw;
	overflow-wrap: break-word;
	color: rgb(71 71 71 / 80%);
	font-size: 1.17vw;
	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: 6.096vw;
	margin-left: 0.2rem;
	background-color: #717171;
}

.usr_product_number_describe_box {
	width: auto;
	height: 5.506vw;
	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;
}
.text_5_pro_ad{
	font-size: 1.17vw;
}
.usr_product_number_describe_text {
	width: 11.99vw;
	height: auto;
	overflow-wrap: break-word;
	color: rgba(51, 51, 51, 1);
	font-size: 1.17vw;
	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*/

.column_inner_choose {
    width: 92.64vw;
    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;
  }

}
@media screen and (max-width:960px) {
/*Public - Video Column - Block*/
.block_video_group {
	width: 90vw;
	height: auto;
	margin: 20px 0 0 0;
	padding: 20px 0 40px 0;
	flex-wrap: wrap;
	display: grid;
	grid-template-columns: repeat(2, 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.69vw;
	height: auto;
	margin-top: 1px;
	padding: 3.04vw 3.62vw;
	border-radius: 0 0 10px 10px;
}

.block_video_bottom_bodys {
	flex-shrink: unset;
	position: relative;
}

.block_video_bottom_paragraph {
	color: rgba(61, 61, 61, 1);
	font-size: 2.02vw;
	font-family: "OPPOSans-Ver2-Medium";
	text-align: left;
	line-height: 2.3188vw;
	flex-shrink: unset;
	position: relative;
}

.block_video_new:after {
	content: "\e64d";
	font-family: "iconfont";
	font-size: 4.05vw;
	color: #fe5c0c;
	padding-left: 1.44vw;
	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.69vw;
	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: 27.10vw;
	width: 43.69vw;
	overflow: hidden;
}

.block_video_top_block_3 {
	background-color: rgba(13, 72, 168, 0.32);
	border-radius: 10px 0px 0px 10px;
	height: 27.10vw;
	width: 43.69vw;
	position: relative;
	background-size: 101% 100%;
}

.block_video_top_image-wrapper {
	width: 100%;
	height: 100%;
	margin: 0;
	align-items: center;
	justify-content: center;
	position: absolute;
	cursor: pointer;
}
.block_video_top_image-wrapper .icon-bofang1{
	font-size: 7.24vw !IMPORTANT;
}
.block_video_top_time {
	position: absolute;
	z-index: 9;
	right: 2.89vw;
	bottom: 2.89vw;
}

.block_video_top_time_text {
	width: auto;
	height: auto;
	overflow-wrap: break-word;
	color: rgba(255, 255, 255, 1);
	font-size: 1.73vw;
	font-family: "OPPOSans-Ver2-Medium";
	text-align: left;
	white-space: nowrap;
	line-height: 1;
}


/*Public - Product Center (with comparison) - Block*/
.usr_product_item {
	width: 43.7vw;
	height: 45.58vw;
	background-size: 100% 100%;
	cursor: pointer;
	background-color: #f2f2f2;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.usr_product_item_ratio {
	aspect-ratio: 1 / 1;
	display: flex;
	flex-direction: column;
	margin: 2.89vw;
	justify-content: space-between;
}

.usr_product_item_image-wrapper {
	height: 28.21vw;
	background-size: 28.21vw 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_image {
	height: auto !important;
	width: 31.8vw;
	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 {
	width: max-content;
	height: 3.61vw;
	overflow-wrap: break-word;
	color: rgba(51, 51, 51, 1);
	font-size: 3.47vw;
	font-family: Anton-Regular;
	text-align: left;
	white-space: nowrap;
	line-height: 3.61vw;
	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: 2.02vw;
	height: 2.02vw;
	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: 1.73vw;
	overflow-wrap: break-word;
	color: rgb(71 71 71 / 80%);
	font-size: 1.73vw;
	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: 8.1vw;
	overflow-wrap: break-word;
	font-size: 0;
	font-family: OpenSans-Regular;
	font-weight: 200;
	text-align: left;
	line-height: 1;
	margin: 3px 0 0 1vw;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	/* transform: scale(0.8); */
	/* transform-origin: left; */
}
.text_5_pro_ad{
	font-size: 1.73vw;
}
.usr_product_number_describe_text {
	width: 17.6vw;
	height: auto;
	overflow-wrap: break-word;
	color: rgba(51, 51, 51, 1);
	font-size: 1.73vw;
	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*/

.column_inner_choose {
    width: 92.64vw;
    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;
  }

}



@media screen and (max-width:490px) {
    /*Public - Video Column - Block*/
.block_video_group {
	width: 90vw;
	height: auto;
	margin: 20px 0 0 0;
	padding: 20px 0 40px 0;
	flex-wrap: wrap;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	/*Define a three column grid with equal width for each column*/
	grid-gap: 0;
	/*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: 90vw;
	height: auto;
	margin-top: 1px;
	padding: 7.46vw;
	border-radius: 0 0 10px 10px;
}

.block_video_bottom_bodys {
	flex-shrink: unset;
	position: relative;
}

.block_video_bottom_paragraph {
	color: rgba(61, 61, 61, 1);
	font-size: 4.17vw;
	font-family: "OPPOSans-Ver2-Medium";
	text-align: justify;
	line-height: 4.77vw;
	flex-shrink: unset;
	position: relative;
}

.block_video_new:after {
	content: "\e64d";
	font-family: "iconfont";
	font-size: 8.35vw;
	color: #fe5c0c;
	padding-left: 2.98vw;
	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: 90vw;
	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: 55.8vw;
	width: 90vw;
	overflow: hidden;
}

.block_video_top_block_3 {
	background-color: rgba(13, 72, 168, 0.32);
	border-radius: 10px 10px 0px 0px;
	height: 55.8vw;
	width: 90vw;
	position: relative;
}

.block_video_top_image-wrapper {
	width: 100%;
	height: 100%;
	margin: 0;
	align-items: center;
	justify-content: center;
	position: absolute;
	cursor: pointer;
}
.block_video_top_image-wrapper .icon-bofang1{
	font-size: 14.92vw !IMPORTANT;
}
.block_video_top_time {
	position: absolute;
	z-index: 9;
	right: 5.97vw;
	bottom: 5.97vw;
}

.block_video_top_time_text {
	width: auto;
	height: auto;
	overflow-wrap: break-word;
	color: rgba(255, 255, 255, 1);
	font-size: 3.58vw;
	font-family: "OPPOSans-Ver2-Medium";
	text-align: left;
	white-space: nowrap;
	line-height: 1;
}



/*Public - Product Center (with comparison) - Block*/
.usr_product_item {
	width: 90vw;
	height: 94.02vw;
	background-size: 100% 100%;
	cursor: pointer;
	background-color: #f2f2f2;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.usr_product_item_ratio {
	aspect-ratio: 1 / 1;
	display: flex;
	flex-direction: column;
	margin: 5.97vw;
	justify-content: space-between;
}

.usr_product_item_image-wrapper {
	height: 58.2vw;
	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_image {
	height: auto !important;
	width: 65.6vw;
	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 {
	width: max-content;
	height: 7.46vw;
	overflow-wrap: break-word;
	color: rgba(51, 51, 51, 1);
	font-size: 7.16vw;
	font-family: Anton-Regular;
	text-align: left;
	white-space: nowrap;
	line-height: 7.46vw;
	letter-spacing: 1.5px;
	overflow: hidden;
	max-width: 108px;
}

.usr_product_number_down {
	width: 23.88vw;
	height: 4.477vw;
	margin-top: 15px;
	align-items: flex-end;
	cursor: pointer;
	justify-content: flex-start;
}

.usr_product_number_down_select {
	width: 4.17vw;
	height: 4.17vw;
	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: 3.582vw;
	overflow-wrap: break-word;
	color: rgb(71 71 71 / 80%);
	font-size: 3.582vw;
	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: 16.71vw;
	overflow-wrap: break-word;
	font-size: 0;
	font-family: OpenSans-Regular;
	font-weight: 200;
	text-align: left;
	line-height: 1;
	margin: 3px 0 0 2vw;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
.text_5_pro_ad{
	font-size: 3.58vw;
}
.usr_product_number_describe_text {
	width: 36.41vw;
	height: auto;
	overflow-wrap: break-word;
	color: rgba(51, 51, 51, 1);
	font-size: 3.58vw;
	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*/


}

@media screen and (max-width:460px){

	.column_inner_choose {
		width: 90vw;
		height: auto;
		margin: 45px auto 0 auto;
		align-items: center;
		justify-content: center;
	  }
	  .column_inner_choose_button:last-child{
		margin-right: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;
	  }
}