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

body {
	background: #f4f4f6;
	font-family: 'OPPOSans-Medium', Arial, Helvetica, Sans-serif, Verdana, Tahoma;
	
}

ul {
	list-style-type: none;
}

a {
	color: #b63b4d;
	text-decoration: none;
}
/*滚动条样式*/
.accordion::-webkit-scrollbar {
	width: 4px;    
}
.accordion::-webkit-scrollbar-thumb {
	border-radius: 10px;
	box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	background: rgba(0,0,0,0.2);
}
.accordion::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	border-radius: 0;
	background: rgba(0,0,0,0.1);

}

.divsonbox::-webkit-scrollbar {
	width: 4px;    
}
.divsonbox::-webkit-scrollbar-thumb {
	border-radius: 10px;
	box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	background: rgba(0,0,0,0.2);
}
.divsonbox::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	border-radius: 0;
	background: rgba(0,0,0,0.1);

}
.inputbox input{
	width: 90% !important;
    margin-left: 4% !important;

}
.inputbox{
	border-radius: 5px;
}
/** =======================
 * Contenedor Principal
 ===========================*/
h1 {
	color: #FFF;
	font-size: 24px;
	font-weight: 400;
	text-align: center;
	margin-top: 80px;
}

h1 a {
	color: #c12c42;
	font-size: 16px;
}

.accordion {
	min-width: 360px;
	margin: 0px auto 2px;
	background: #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.accordion .link {
	cursor: pointer;
	display: block;
	padding: 15px 15px 15px 22px;
	color: #4D4D4D;
	font-size: 14px;
	font-weight: 700;
	border-bottom: 1px solid rgba(204, 204, 204, 0.327);
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.accordion li:last-child .link {
	border-bottom: 0;
}

.accordion li i {
	position: absolute;
	top: 16px;
	left: 12px;
	font-size: 18px;
	color: #595959;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.accordion li i.fa-angle-down {
	right: 12px;
	left: auto;
	font-size: 22px;
}

.accordion li.open .link {
	color: #FFF;
	background-color: #0E38A8;
}

.accordion li.open i {
	color: #FFF;
}

.accordion li.open i.fa-angle-down {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

/**
 * Submenu
 -----------------------------*/
.submenu {
	display: none;
	background: #FFFFFF;
	font-size: 14px;
}

.submenu li {
	border-bottom: 1px solid #eee;
}

.submenu a {
	display: block;
	text-decoration: none;
	color: #868181;
	padding: 12px;
	padding-left: 42px;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.submenu a:hover {
	background: #F7F8FA;
	color: #333333;
}
.submenu_act{
	background: #F7F8FA;
	color: #333333;
}
.bhg:hover .hr {
	background-color: #0E38A8;
}

.divbox {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
	margin: 0 auto;
	padding-bottom: 40px;
}

.divsonbox {
	border: 1px solid #eee;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}

.divtitleboxspan {

	font-size: 25px;
	font-family: 'OPPOSans-Medium';
	font-weight: 800;
	color: #333333;
	line-height: 55px;
}

.divtitlebox {
	width: 100%;
	padding: 0 22px;
	background-color: #FFF;
}

.hr {
	width: 3px;
	height: 46px;
	position: absolute;
	left: 0;
}

.submenu li {
	position: relative;
}
/* 下载中心 */

.bannerbottom_ll a:hover{
	background-color: #FE5C0C;
color: #FFF !important;
}

@media screen and (max-width: 1445px) {
	.accordion{
		min-width: 300px !important;
	}
	.divson1box{
		width: 900px !important;
	}
	.bannerbx_boxc{
		width: 97% !important;
	}
	.subbox{
		width: 50% !important;
		height: 40px !important;
	}
	.inputbox {
		width: 80% !important;
		height: 100% !important;
	}
	.subbtn {
		width: 12% !important;
		height: 40px !important;
	}
   }
   @media screen and (max-width: 1240px) {
	.divson1box{
		width: 700px !important;
	}
   }



.divson1box {
	width: 1070px;
	min-height: 1000px;
	background-color: #FFF;
	border: 1px solid #eee;
	margin: 0 10px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	padding: 80px 50px;
}

.son1cont1 {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	position: relative;
}

/*.son1cont1 :nth-of-type(odd) {*/
/*    background-color: #fcfcfc;*/
/*}*/

/*!*奇数行*!*/
/*.son1cont1 :nth-of-type(even) {*/
/*    background-color: #fff;*/
/*}*/

/*!*偶数行*!*/
.div_line {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	width: 100%;
	margin: 0px;
	height: 50px;
}

.div_line_l {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	flex: 4;
}
.div_line_ls {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	flex: 1;

}

.div_line_limg {
	margin-right: 5px;
	width: 20px;
}

.div_line_c {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	flex: 2;
}

.div_line_ltext {

	font-size: 15px;
	font-family: 'OPPOSans-Ver2-Medium';
	/* font-weight: bold; */
	color: #6D6D6D;

}

.div_line_ctext {

	font-size: 12px;
	font-family: 'OPPOSans-Ver2-Medium';
	font-weight: bold;
	color: #6D6D6D;
}

.div_line_rimg {}

.div_line_rtext {

	font-size: 15px;
	font-family: 'OPPOSans-Ver2-Medium';
	font-weight: 500;
	color: #505050;
	margin-left: 5px;
}

.cs_th3:hover .div_line_rtext {
	color: #0E38A8;
}
.buttonbox{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin-top: 50px;
}
.buytton{
	width: 130px;
	height: 40px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	border: 1.5px solid #3F3F3F;
	border-radius: 5px;
}
.button_text{
	font-size: 14px;
	font-family: 'OPPOSans-Ver2-Medium';
	font-weight: 500;
	color: #3F3F3F;
	margin: 0 5px 0 0;
}
.headsonbox{
	width: 100%;
	background-color: #f4f6f8;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	height: 300px;
}
body{
	background-color: #F7F8FA;
}
.subbox{
	width: 40%;
	height: 55px;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
}
.inputbox{
	width: 80%;
	height: 100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	background-color: #FFF;
}
.inputbox input{
	width: 100%;
	font-size: 16px;
	font-family: 'OPPOSans-Ver2-Medium';
	font-weight: 400;
	color: #7A7A7A;
	border: none;
	height: 100%;

}

.inputbox input::-webkit-input-placeholder { /* WebKit browsers */
	border: none;
	font-family: 'OPPOSans-Ver2-Medium';
}
.inputbox input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	border: none;
	font-family: 'OPPOSans-Ver2-Medium';
}
.inputbox input::-moz-placeholder { /* Mozilla Firefox 19+ */
	border: none;
	font-family: 'OPPOSans-Ver2-Medium';
}
.inputbox input:-ms-input-placeholder { /* Internet Explorer 10+ */
	border: none;
	font-family: 'OPPOSans-Ver2-Medium';
}
.subbtn{
	width: 15%;
	height: 55px;
	background-color: #FE5C0C;
	border-radius: 5px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.subbtn span{

	font-size: 20px;
	font-family: 'OPPOSans-Ver2-Medium';
	font-weight: 500;
	color: #FFFFFF;
}
#accordion a,div{
	font-family: 'OPPOSans-Ver2-Medium';
}
.accordions{
	height: 620px;
	overflow-y: scroll;
}

/* .accordions::-webkit-scrollbar {
width: 10px;   
height: 1px;
	}
.accordions::-webkit-scrollbar-thumb {
		border-radius: 10px;
background-color: #F90;
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
	}
.accordions::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	background: #EDEDED;
} */
span{
	font-family: 'OPPOSans-Ver2-Medium';
}
.loader-4 {
	width: 48px;
	height: 48px;
	border: 3px solid #FFF;
	border-radius: 50%;
	display: inline-block;
	position: relative;
	-webkit-animation: rotation 1s linear infinite;
	  animation: rotation 1s linear infinite;
}
.loader-4:after {
content: "";
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
width: 40px;
height: 40px;
border-radius: 50%;
border: 3px solid;
border-color: #FF3D00 transparent;
}
/* keyFrames */
	@-webkit-keyframes rotation {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
	}
	@keyframes rotation {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
	}
/* keyFrames */
/*修改提示文字的颜色*/
.click_searchc::-webkit-input-placeholder { /* WebKit browsers */
		color: #666666;
		font-family: 'OPPOSans-Ver2-Medium';
		font-size: 16px;

	}

	.click_searchc:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
		color: #666666;
		font-family: 'OPPOSans-Ver2-Medium';
		font-size: 16px;

	}

	.click_searchc::-moz-placeholder { /* Mozilla Firefox 19+ */
		color: #666666;
		font-family: 'OPPOSans-Ver2-Medium';
		font-size: 16px;

	}

	.click_searchc:-ms-input-placeholder { /* Internet Explorer 10+ */
		color: #666666;
		font-family: 'OPPOSans-Ver2-Medium';
		font-size: 16px;

	}
 /*修改提示文字的颜色*/

 .divbox_ii{
	display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: flex-start;
margin: 0 auto;
}
.loader_class{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.1);
}
.cs_tb{
	width: 100%;
} 
.cs_tr{
	width: 100%;
	height: 55px;
}
.cs_th1{
	width: 55%;
	text-align: left;
}
.cs_th2{
	width: 10%;
	text-align: left;
	font-size: 14px;
}
.cs_th3{
	width: 20%;
	text-align: end;
}
tbody tr:nth-child(2n) {

	background-color: #FCFCFC !important;

}



tbody tr:nth-child(2n-1) {

	background-color: #FFF !important;

}
.pb_cs_trhead{
	width: 100%;
	background-color: #6d6d6d79;
	padding: 15px 0;
}
.loader-1 {
width: 48px;
height: 48px;
border: 5px solid #EEF0F4;
border-bottom-color: #0E38A8 ;
border-radius: 50%;
display: inline-block;
-webkit-animation: rotation 1s linear infinite;
		animation: rotation 1s linear infinite;
}
.div_line_ltext {

font-size: 15px;
font-family: 'OPPOSans-Ver2-Medium';
/* font-weight: bold; */
color: #6D6D6D;

}
.div_line_rtext {

	font-size: 15px;
	font-family: 'OPPOSans-Ver2-Medium';
	font-weight: 500;
	color: #505050;
	margin-left: 5px;
	}
	.cs_tbs_head_box{
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 20px;
		margin-top: 10px;
		
	}
	.cs_tbs_head_box hr{
		height: 22px;
		background-color: #EFEFEF;
		border: none;
		/* margin: 0 20px; */
		margin: 0 0 0 20px;
		flex: 1;
	}
	.cs_tbs_head_box p{
		font-size: 25px !important;
		font-family: 'MOS';
		font-weight: 800;
	}
	.cs_tbs_head_box a{
		color: #8C8C8C;
	}
	.cs_tbs_head_box a:hover{
		color: #0E38A8;
	}
	.highlight{
		color: #FE5C0C;
	}
	.tt_btn{
        width: 100px;
        height: 50px;
        background-color: #0E38A8;
    }
/* 下载中心 */


/* 常见问题 */
.divson1box {
	width: 1070px;
	min-height: 1000px;
	background-color: #FFF;
	border: 1px solid #eee;
	margin: 0 10px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	padding: 80px 50px;
}

.son1cont1 {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	position: relative;
}

/*.son1cont1 :nth-of-type(odd) {*/
/*    background-color: #fcfcfc;*/
/*}*/

/*!*奇数行*!*/
/*.son1cont1 :nth-of-type(even) {*/
/*    background-color: #fff;*/
/*}*/

/*!*偶数行*!*/
.div_line {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	width: 100%;
	margin: 0px;
	height: 50px;
}

.div_line_l {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	flex: 4;
}
.div_line_ls {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	flex: 1;

}

.div_line_limg {
	margin-right: 5px;
	width: 20px;
}

.div_line_c {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	flex: 2;
}

.div_line_ltext {

	font-size: 15px;
	font-family: 'OPPOSans-Ver2-Medium';
	/* font-weight: bold; */
	color: #6D6D6D;

}

.div_line_ctext {

	font-size: 12px;
	font-family: 'OPPOSans-Ver2-Medium';
	font-weight: bold;
	color: #6D6D6D;
}

.div_line_rimg {}

.div_line_rtext {

	font-size: 15px;
	font-family: 'OPPOSans-Ver2-Medium';
	font-weight: 500;
	color: #505050;
	margin-left: 5px;
}

.cs_th3:hover .div_line_rtext {
	color: #0E38A8;
}
.buttonbox{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin-top: 50px;
}
.buytton{
	width: 130px;
	height: 40px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	border: 1.5px solid #3F3F3F;
	border-radius: 5px;
}
.button_text{
	font-size: 14px;
	font-family: 'OPPOSans-Ver2-Medium';
	font-weight: 500;
	color: #3F3F3F;
	margin: 0 5px 0 0;
}
.headsonbox{
	width: 100%;
	background-color: #F7F8FA;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	height: 300px;
}
body{
	background-color: #F7F8FA;
}
.subbox{
	width: 40%;
	height: 55px;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
}
.inputbox{
	width: 87%;
	height: 100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	background-color: #FFF;
}
.inputbox input{
	width: 100%;
	font-size: 16px;
	font-family: 'OPPOSans-Ver2-Medium';
	font-weight: 400;
	color: #7A7A7A;
	border: none;
	height: 100%;

}

.inputbox input::-webkit-input-placeholder { /* WebKit browsers */
	border: none;
	font-family: 'OPPOSans-Ver2-Medium';
}
.inputbox input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	border: none;
	font-family: 'OPPOSans-Ver2-Medium';
}
.inputbox input::-moz-placeholder { /* Mozilla Firefox 19+ */
	border: none;
	font-family: 'OPPOSans-Ver2-Medium';
}
.inputbox input:-ms-input-placeholder { /* Internet Explorer 10+ */
	border: none;
	font-family: 'OPPOSans-Ver2-Medium';
}
.subbtn{
	width: 12%;
	height: 55px;
	background-color: #FE5C0C;
	border-radius: 5px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.subbtn span{

	font-size: 20px;
	font-family: 'OPPOSans-Ver2-Medium';
	font-weight: 500;
	color: #FFFFFF;
}
#accordion a,div{
	font-family: 'OPPOSans-Ver2-Medium';
}
.accordions{
	height: 600px;
	overflow-y: scroll;
}


span{
	font-family: 'OPPOSans-Ver2-Medium';
}
.loader-4 {
	width: 48px;
	height: 48px;
	border: 3px solid #FFF;
	border-radius: 50%;
	display: inline-block;
	position: relative;
	-webkit-animation: rotation 1s linear infinite;
	  animation: rotation 1s linear infinite;
}
.loader-4:after {
content: "";
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
width: 40px;
height: 40px;
border-radius: 50%;
border: 3px solid;
border-color: #FF3D00 transparent;
}
/* keyFrames */
	@-webkit-keyframes rotation {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
	}
	@keyframes rotation {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
	}
/* keyFrames */
/*修改提示文字的颜色*/
.click_searchc::-webkit-input-placeholder { /* WebKit browsers */
		color: #666666;
		font-family: 'OPPOSans-Ver2-Medium';
		font-size: 16px;

	}

	.click_searchc:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
		color: #666666;
		font-family: 'OPPOSans-Ver2-Medium';
		font-size: 16px;

	}

	.click_searchc::-moz-placeholder { /* Mozilla Firefox 19+ */
		color: #666666;
		font-family: 'OPPOSans-Ver2-Medium';
		font-size: 16px;

	}

	.click_searchc:-ms-input-placeholder { /* Internet Explorer 10+ */
		color: #666666;
		font-family: 'OPPOSans-Ver2-Medium';
		font-size: 16px;

	}
 /*修改提示文字的颜色*/

 .cs_tb{
	width: 100%;
}
.cs_tr{
	width: 100%;
	height: 55px;
}
.cs_th1{
	width: 55%;
	text-align: left;
}
.cs_th2{
	width: 25%;
	text-align: left;
	font-size: 14px;
}
.cs_th3{
	width: 20%;
}
tbody tr:nth-child(2n) {

	background-color: #FCFCFC !important;

}



tbody tr:nth-child(2n-1) {

	background-color: #FFF !important;

}

.loader-1 {
width: 48px;
height: 48px;
border: 5px solid #EEF0F4;
border-bottom-color: #0E38A8 ;
border-radius: 50%;
display: inline-block;
-webkit-animation: rotation 1s linear infinite;
		animation: rotation 1s linear infinite;
}
   /* keyFrames */
	@-webkit-keyframes rotation {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
	}
	@keyframes rotation {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
	}
/* keyFrames */
.loader_class{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.1);
}
.highlight{
	color: #FE5C0C;
}
 /* 常见问题 */