
/* search page */
.search-cat-res{
	list-style: none;
	margin: 0;
	padding: 0;
}
.search-cat-res li{
	background: url(../img/catlist-sub.png) no-repeat 0px 12px;
	padding: 6px 0px 6px 16px;
	color: #a0a0a0;
}


/* brand page */
.brandittbl{
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}
.brandittbl .bitpic{
	width: 190px;
	vertical-align: middle;
	padding: 0px 0px 10px 0px;
	text-align: center;
	line-height: 0;
}
.brandittbl .bitpic img{
	display: block;
	width: auto;
	height: auto;
	max-width: 90%;
	max-height: 100px;
	margin: auto;
}
.brandittbl .bitname{
	vertical-align: top;
	padding: 8px 0px 8px 0px;
	width: 160px;
}
.brandittbl .bitname .btit{
	font-weight: bold;
	font-size: 17px;
}
.brandittbl .bitname .btxt{
	/*font-size: 11px;*/
	color: #606060;
}
.brand-leftit{
	padding: 8px 0px 8px 0px;
	text-align: center;
}
.brand-leftit a img{
	display: block;
	max-width: 90%;
	height: auto;
	width: auto;
	margin: auto;
}
.brand-data{
}
.brand-logo{
	float: left;
	width: 24%;
	text-align: center;
	padding: 14px 0px 14px 0px;
}
.brand-logo img{display: block; margin: 0 auto; max-width: 96%; height: auto;}
.brand-i{
	float: right;
	width: 74%;

}
.brand-txt{
	position: relative;
	overflow: hidden;
	max-height: 150px;
}
.brand-txt:before{
	position: absolute;
	left: 0;
	right: 0;
	background: -moz-linear-gradient(center top , rgba(255, 255, 255, 0) 0%, #FFFFFF 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	bottom: 0;
	height: 34px;
	content: "";
	display: block;
}
.brand-show{
	font-size: 11px;
	padding: 6px 0px 10px;
}
.brand-show a{ text-decoration: none; }
.brand-show a span{ border-bottom: 1px dotted #333; }
.brand-cat-hdr{
	clear: both;
	padding: 6px 0px 4px 0px;
	font-weight: bold;
	font-style: italic;
}
.brand-cat{
	padding: 1px 12px;
	color: #808080;
}

/* basic pages */
.page_info{
	min-height: 300px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
	color: var(--color-Dark);
}
.page_info h2{
	font: 24px/26px 'Noto Sans', Arial, sans-serif;
	font-weight: 500;
	color: var(--color-DBlue);
	margin-top: 12px;
}
.page_info h3{
	font: 20px/22px 'Noto Sans', Arial, sans-serif;	
	font-weight: 500;	
	margin-top: 6px;
	background: url(../img/p-mark-arr-red.svg) no-repeat 0 7px;
	padding-left: 14px;
}

.page_info h4{
	font: 16px/20px 'Noto Sans', Arial, sans-serif;
	font-weight: 500;
	margin-top: 2px;
}

.page_info p{
	padding: 4px 0px;
}

.page_info p b, .page_info p strong{
	color: #101010;
	font-weight: 700;
}

.page_info .text-bold{
	font-weight: bold;
}

.img-responsive{	
}
.img-responsive img{
	display: block;
	max-width: 100%;
	height: auto;
	width: auto;
}

.page-info-pay-list{
	clear: both;
}
.pay-info-pay-it{
	display: flex;
	flex-flow: row nowrap;
	gap: 20px;
	padding: 12px 0;
	border-top: 1px solid #eaeaea;
}
.pay-info-pay-it:first-child{border-top: 0;}
.pay-info-pay-it>div:first-child{
	width: 120px;
}
.pay-info-pay-it>div:first-child img{display: block; max-width: 100%; width: auto; height: auto;}
.pay-info-pay-it>div:last-child{width: calc(100% - 140px); }



.page-info-blkwarning{
	margin: 10px 0;
	color: #EE2929;
	padding: 12px 20px 14px 54px;
	background: #FFF5F5 url(../img/icon-blk-warn.svg) no-repeat 16px 10px;
}

.page-info-blkinfo{
	margin: 10px 0;
	color: #5577CD;
	padding: 12px 20px 14px 54px;
	background: #F9FBFF url(../img/icon-blk-info.svg) no-repeat 16px 10px;
}

.page-info-blk-tip{
	margin: 12px 0;	
	padding: 20px 24px 20px 24px;
	text-align: center;
	background: #F9FBFF;
}
.page-info-blk-tip>b{color: #5577CD;}



/* news pages */
.snitem{
	padding: 8px 0px 14px 0px;
}
.snit-title{
	font-weight: bold;
	font-size: 14px;
}
.snit-date{
	padding: 2px 0px 4px 0px;
	color: #a0a0a0;
}
.snit-txt{
}

/* actions */
.actit{
	clear: both;
	padding: 4px 0px 20px 0px;
	display: flex;
	flex-flow: row nowrap;
	gap: 24px;
}

.actlef{
	padding: 0px 0px 0px 0px;
	width: 300px;
}
.actlef img{
	display: block;
	margin: 0 auto 0 0;
	max-width: 100%;
	width: auto;
	height: auto;
}

.actrig{
	width: calc(100% - 330px);
}

.act-n{
	font-size: 20px;
	line-height: 24px;
	font-weight: 500px;
	padding-bottom: 10px;
}
.act-n a{
	color: #222222;
}
.act-anons{
	padding: 2px 0 14px 0;
	color: var(--color-DBlue);
	font-weight: normal;
}

.act-d{
	margin: 10px 0px 10px 0px;
	border: 2px solid #e01111;
	padding: 16px 20px 16px 20px;
	font-size: 14px;
}

.act-d span{
	font: bold 14px/18px Arial;
	color: #e01111;
}

.act-txt{
	font-weight: normal;
}

/* faq */
.faqgroup{
	clear: both;
	margin: 16px 0 4px 0;
	padding: 6px 0 6px 22px;
	border-left: 3px solid #fd4f00;
	font-size: 20px;
	line-height: 22px;
	color: #071689;
	background: #eaeefc;
}
.faqit{
	clear: both;
	margin-left: 12px;
	padding: 4px 0 4px 12px;
	background: url(../img/ico-sub.png) no-repeat 0 12px;
}


/*-----------------------  adaptive  --------------------*/
@media only screen and (min-width: 1480px)
{
	/*--------  footer adaptive  -----*/
}

@media only screen and (min-width: 1860px)
{
}

@media only screen and (max-width: 1200px)
{	
	/*--------  footer adaptive  -----*/
}

@media only screen and (max-width: 1000px)
{	
	/*--------  footer adaptive  -----*/	
}

@media only screen and (max-width: 800px)
{	
	/*--------  footer adaptive  -----*/	
}

@media only screen and (max-width: 700px)
{
	/*--------  footer adaptive  -----*/	
}

@media only screen and (max-width: 650px)
{
	/*-------- other ----------*/	
}

@media only screen and (max-width: 600px)
{
	/*--------  footer adaptive  -----*/
}

@media only screen and (max-width: 550px)
{
	/*--------  footer adaptive  -----*/	
}

@media only screen and (max-width: 500px)
{
	/*--------  footer adaptive  -----*/
}

@media only screen and (max-width: 450px)
{
	/*--------  footer adaptive  -----*/	
}

@media only screen and (max-width: 400px)
{
	/*--------  footer adaptive  -----*/	
}