.divTxt .block{
	position:relative;
	width:154px;
	height:36px;
	color:white;
	background-color:#b4b4b4;
	overflow:hidden;
	font-size:18px;
	line-height:36px;
	text-align:center;
	border-radius:6px;
	font-weight:bold;
}
.bgRed {
	background-color:#e00013;
}
.cW{
	color:white;
}
.bgRed {
	background-color:#e00013;
}
.bgBlue{
	background-color:#008cdc;
}
.bgBlack{
	background-color:black;
}
.bgGray{
	background-color:#808284;
}
.divTxt .next{
	width:74px;
	height:60px;
	background:url(../imgs/prods/next.png) no-repeat 45px 21px;
	margin:10px;
}
.divTxt .flowCont{
	position:relative;
	width:100%;
}
.divTxt .flowCont img{
	width:160px;
}
.bgLightGrey2{
	background-color:#f5f6f7;
}
.divTxt .titBg{
	display:inline-block;
	width:calc( 90% - 180px );
	font-size:18px;
	line-height:32px;
	overflow:hidden;
	font-weight:bold;
	padding-left:10px;
	box-sizing:border-box;
}
.divTxt .titBgP{
	width:100%;
	height:28px;
	overflow:hidden;
}

.divTxt .titBgP span{
	margin-left:10px;
	font-size:16px;
	line-height:28px;
	font-weight:bold;
}
.divTxt .tbLeft{
	display:inline-block;
	width:calc( 90% - 180px );
}
.divTxt .tbLeftP{
	width:100%;
	border-collapse:collapse;
}
.divTxt .tbLeftP td{
	padding:10px;
}
.divTxt .rightDiv{
	position:absolute;
	top:0;
	right:0;
	width:180px;
}
.divTxt .rightDiv .titBg{
	width:180px;
	font-size:18px;
	line-height:32px;
	overflow:hidden;
	font-weight:bold;
	padding-left:10px;
	box-sizing:border-box;
}
.divTxt .rightDiv a{
	font-size:14px;
	line-height:24px;
	transition:all 0.3s ease-out;
}
.divTxt .rightDiv a:hover{
	opacity:0.7;
}
.divPurposeBrowser{
	position:relative;
	width:100%;
	display:flex;
	justify-content:space-between;
}
.divPurposeBrowser .divCont{
	position:relative;
	width:30%;
	aspect-radio: 206 / 278;
	font-size:16px;
	line-height:24px;
	background-color:red;
	
}
.wh100{
	width:100%;
	height:100%;
}
.cp{
	cursor:pointer;
}
.divPurposeBrowser .title{
	font-size:14px;
	margin:0;
	line-height:20px;
	font-weight:bold;
	
}
.divPurposeBrowser .block{
	position:relative;
	width:5px;
	height:16px;
	
}
.divPurposeBrowser .arrow{
	width:0; 
    height:0; 
    border-top:4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #dcdcdc;
	margin-top:6px;
	margin-right:4px;
	
}
.divPurposeBrowser a{
	color:#333333;
	transition:all 0.3s ease-out;
}
.divPurposeBrowser a:hover{
	opacity:0.6;
}
.divContText{
	width: 100%;
	position: absolute;
	bottom: 0;
}
.divContText .divContTextP{
	height: 32px;
	width: 100%;
	background-color: #e00013;
	font-size: 16px;
	line-height:32px;
	font-weight: bold;
	color: #fff;
	text-indent: 16px;
	margin-bottom: 0;
}

.divContText .divContTextFont{
	width: 100%;
	height: 110px;
	background-color: rgba(122,123,123,.5);
}
.divContText .divContTextFont span{
	font-size: 14px;
	color: #fff;
	margin-right: 14px;
	display: inline-block;
	text-align: left;
}
.divContTextFontS{
	width: 80%;
	margin: 0 auto;
	position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.bgLightGrey5{
	background-color:#eff0f1;
}