/*default start*/
html,body{
	scroll-behavior:smooth;
}
html,body *{
	margin: 0;
	padding: 0;
}
body .table{
	margin-bottom: 0;
}
body{
	padding-top: 46px;
}
a{
	color: #00abde;
	text-decoration: none;
}
a:visited{
	color: #ce7171;
    text-decoration: none;
}
a:hover{
	color: #e43;
	text-decoration: none;
}
a.striking{
	color: #F00;
	font-weight: bold;
}
a.striking:visited{
    color: #c10000; 
}
table.small-table{
	font-size: 1.4rem;
}
ul{
	list-style: none;
}
#page{
	max-width: 1200px;
	margin: 0 auto;
}
@media (min-width: 1250px){
	.screen-contraller.container-fluid{
		max-width: 1200px;
		padding: 0;
	}
}
.animation-parent{
    display: block;
    width: 100%;
    height: 206px;
    margin: 0 auto;
    border: 1px solid #cacaca;
    border-radius: 6px;
    overflow: hidden;
}
.animation-parent img{
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -o-object-fit: cover;
    object-fit: cover;
}
.animation-parent:hover img{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.body-mask{
	position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #333;
    z-index: 1031;
    opacity: .8;
    display: none;
}
.table-responsive{
	overflow-y: hidden;
}
.table-space{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*-----map start-------*/
.popu-window{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 25%;
    -webkit-box-shadow: -5px 0px 10px #e5e5e5;
    -moz-box-shadow: -5px 0px 10px #e5e5e5;
    box-shadow: -5px 0px 10px #e5e5e5;
    background-color: #fff;
    padding: 0;
}
.popu-window .popu-btn {
    background-color: #000;
    position: absolute;
    left: -25px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    padding: 35px 5px;
    font-size: 1.6rem;
    opacity: .2;
    cursor: pointer;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
}
.popu-window .popu-btn:hover{
	opacity: .6;
}
.popu-window .popu-btn span{
	position: relative;
    left: 2px;
}
.popu-window>ul{
	height: 100%;
	background-color: #fff;
    border: 1px solid #eee;
    overflow: hidden;
}
/*-----map end------*/
/* default end*/ 
/**
 * top-nav start
 */
.navbar-default .navbar-toggle {
    border-color: #e9323a;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #e9323a;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #ffebee;
}
.top-bacnav-link{
	margin: 10px 0;
    background: #e00000;
    line-height: 32px;
}
.top-bacnav-link a {
    font-size: 1.8rem;
    font-weight: bold;
    border-radius: 0px;
    color: #fff;
}
.top-bacnav-link .nav-pills>li.active>a, 
.top-bacnav-link .nav-pills>li.active>a:focus, 
.top-bacnav-link .nav-pills>li.active>a:hover {
    color: #e00000;
    background-color: #ffffff;
    border-radius: 0px;
    outline: 1px solid #e00000;
}
.top-bacnav-link .nav>li>a:focus, 
.top-bacnav-link .nav>li>a:hover {
    text-decoration: none;
    background-color: #ea6f6f;
    border-radius: 0;
}
.subinxmenu-flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.subinxmenu-flex a{
	margin: 5px 0;
	width: 14%;
	box-sizing: border-box;
}
.subinxmenu li a,
.subinxmenu-flex a{
	text-align: center;
    font-size: 14px;
    color: white;
    display: block;
    font-weight: 600;
	color: #fff;
    line-height: 42px;
    border-radius: 4px;
    background-color: #e9323a;
}
.subinxmenu a:hover,
.subinxmenu-flex a:hover{
	font-size: 16px;
	text-decoration: none;
}
@media (max-width: 768px){
	.subinxmenu-flex{
		justify-content: flex-start;
	}
	.subinxmenu-flex a{
		margin-right: 2%;
		width: 18%;
		box-sizing: border-box;
	}
	.subinxmenu{
		margin-bottom: -15px;
	    margin-top: 15px;
	}
	.subinxmenu ul {
	    display: flex;
	    flex-wrap: wrap;
	    align-items: stretch;
	}
	.subinxmenu li {
	    flex-grow: 1;
	    margin-bottom: 15px;
	}
	.subinxmenu li a, .subinxmenu li a:hover {
	    font-size: 16px;
	    padding: 8px;
	    height: 100%;
	    line-height: 1.4;
	}
	#top-nav{
		background-color: #fff;
	}
	#header-menu{
		margin: 0 -15px;
	    background-color: #fff;
	}
}
#top-nav{
    margin: 0;
    padding: 2px 0;
    border-bottom: 2px solid #e71b24;
    background-color: #fff;
    min-height: 46px;
    height: 46px;
}
@media (min-width: 1200px){
	#top-nav .container {
	    width: 1200px;
	}
}
@media (min-width:768px){
	.subinxmenu{
		margin: 15px 0;
	}
}
@media (min-width: 768px) and (max-width:1200px){
	#top-nav .container{
		width: auto;
	}
	#top-nav .navbar-brand{
		margin-left: 0;
	}
}
#top-nav .header-logo a.navbar-brand{
	width: 150px;
	height: 40px;
	position: relative
}
#top-nav .header-logo .navbar-toggle{
	margin: 6px 15px;
}
@media (max-width: 768px){
	.navbar>.container .header-logo a.navbar-brand{
		margin-left: 15px;
	}
}
.header-logo>a>img{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
#header-menu>li>a{
    font-size: 16px;
    color: black;
    font-weight: 600;
    text-align: center;
}
#header-menu>li>a:hover{
	color: #FF0000;
}
@media (max-width: 768px){
	#header-menu .dropdown-menu{
	    padding: 0;
   		margin: 0 25%;
   		border-bottom: 1px dashed #f00000;
   		border-radius: 0;
	}
	#header-menu .dropdown-menu a{
		text-align: center;
		padding: 5px 15px;
	}
}
#header-menu .right-time>a{
	padding-right: 0;
	font-size: 15px;
    font-weight: 400;
}
#header-menu .right-time>a:hover{
	cursor: default;
	color: black;
}
#header-menu .right-time a img{
    position: absolute;
    top: 8px;
    left: 15px;
}
#header-menu .right-time a span{
	padding-left: 22px;
}
#header-menu.navbar-nav>li>a{
	padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}
#login-name{
	display: none;
}
.navbar-default .navbar-nav>.open>a, 
.navbar-default .navbar-nav>.open>a:focus, 
.navbar-default .navbar-nav>.open>a:hover{
	background: transparent;
}
#login-name>span{
	color: #08c;
    font-size: 13px;
    font-weight: boldt;
    margin-right: 5px;
}
#header-menu #no-login{
	color: #8e8e8e;
    font-size: 13px;
    font-weight: bold;
}
#login-name:hover>span{
	color: #FF0000;
}
#login-name .caret{
    border-top-color: #005580;
    border-bottom-color: #005580;
}
.search-form{
	margin:15px 0;
	overflow: auto;
}
.search-form .map-search{
    font-size: 1.8rem;
    text-decoration: none;
    color: #d90000;
    padding: 0 7px;
    border: 2px solid #d90000;
    border-radius: 3px;
    height: 40px;
    line-height: 38px;
    cursor: pointer;
    text-align: center;
}
.search-form .map-search img{
	width: 23px;
	margin-top: -6px;
	margin-right: 5px;
}
.search-form .customer-top-right{
	padding: 0;
}
.search-form .customer-top-right img{
	width: 100%;
	min-height: 40px;
	max-height: 60px;
}
#form-search{
    position: relative;
    box-shadow: none;
    display: inline-block;
}
#form-search>input{
    border: 2px solid #d90000;
    width: 100%;
    height: 40px;
    font-size: 1.8rem;
    border-radius: 4px;
    padding: 0 40px 0 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
    z-index: 1;
}
#form-search>input:focus{
    border-color: #d90000;
    box-shadow: none;
    outline: none;
}
#form-search>button{
    height: 40px;
    background: url(/https/www.fz0752.com/fontHtml/news/images/search.png) center center no-repeat;
    background-size: 60%;
    width: 40px;
    border: none;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
}
@media(max-width:768px){
	.search-form{
		border: none;
		padding: 0;
	}
	#form-search {
		padding: 0;
	}
	.search-form .right-component{
		margin-top: 6px;
	}
	#form-search>button{
		right: 0;
	}
}
#form1{
    width: 48.8%;
    float: left;
    margin-top: 10px;
    margin-bottom: 0;
    border-radius: 4px;
    position: relative;
    margin-left: 0.5%;
    border: 2px solid #d90000;
    box-shadow: none;
}
#form1>input{
    width: 100%;
    height: 36px;
    font-size: 16px;
    float: left;
    border-radius: 0;
    padding: 0 40px 0 10px;
    border: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    line-height: 36px;
    box-shadow: none;
    position: relative;
    z-index: 1;
}
#form1>input:focus{
	border-color: none;
    outline: 0;
	box-shadow: none;
}
@media (max-width:799px){
	#form1{
        width: 100%;
	    margin-left: auto;
	    box-sizing: border-box;
	    margin-right: auto;
	}
}
/*
 * top-nav end
 **/

/**
 * simple-info-list start(list_right.html)
 */

.simple-info-list .item-div{
    position: relative;
    text-align: center;
}
.simple-info-list .list-link,
#customer-area74 .item-div,
#customer-area75 .item-div,
#customer-area66 .item-div{
	margin-bottom: 10px;
}

#customer-area65 .item-div{
	margin-top: 15px;
}
.simple-info-list .item-div>a{
	position: relative;
	display: inline-block;
}
.simple-info-list .item-div img{
	width: 100%;
    max-width: 280px;
}
.simple-info-list .list-link>ul{
	margin: 0;
	padding: 0;
	color: #AAA39D;
    font-size: 15px;
}
.simple-info-list .list-link>ul .not-msg{
    font-size: 15px;
    text-align: center;
    line-height: 3rem;
}
.simple-info-list .list-link>ul>li{
	color: #AAA39D;
    line-height: 30px;
    width: 100%;
    list-style-type:none;
}
.simple-info-list .list-link>ul>li a{
    color: #AAA39D;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.simple-info-list .list-link>ul>li a .serial{
    display: inline-block;
    margin-right: 10px;
    border-radius: 50%;
    position: relative;
    top: -2px;
    width: 4px;
    height: 4px;
    background-color: #AAA39D;
}
.simple-info-list .list-link>ul>li a:hover{
	color: #F00;
}
.simple-info-list .list-link .head-title{
    line-height: 3.8rem;
    text-indent: 1em;
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: 1px;
    border-bottom: 2px solid #e71b24;
    background-color: #efefef;
    border-radius: 5px 5px 0 0;
    color: #D7000F;
    position: relative;
}
.simple-info-list .list-link .head-title .more{
    font-size: 1.4rem;
    cursor: pointer;
    color: #d7000f;
    float: right;
    margin-right: 15px;
}
.simple-info-list .list-link .head-title .more:hover{
	text-decoration: none;
}
@media (max-width:992px){
	.simple-info-list{
		margin-top: 15px;
	}
}
/*
 * simple-info-list end
 **/

/**
 * footer stard
 */
.footer{
	margin-top: 30px;
}
@media (max-width: 767px){
	.footer{
		margin-top: 0;
	}
}
.footer .licence img,.footer .wx-img img{
	width: 100%;
}
@media (max-width: 767px){
	.footer .licence img,.footer .wx-img img{
		width: 250px;
	}
}
.footer .footer-container{
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 19px;
    padding-top: 1.2rem;
}
.footer .menu{
    width: 100%;
    text-align: center;
    -webkit-text-size-adjust: none;
    background-color: #F4F6F7;
    border: 1px solid #dfe1e2;
    line-height: unset;
    font-size: 12px;
    color: #d4d5d5;
}
.footer .menu>a{
    color: #0d1c28;
    margin: 0 20px;
    line-height: 30px;
}
.footer .menu>a:hover{
	color: #F00;
}
.footer-img{
	float: left;
	text-align: center;
}
.footer-info .footer-img img{
	width: 70px;
}
.footer-info .footer-img p{
	text-align: center;
	margin: 0;
}
.footer-info{
	margin-top: 15px;
    text-align: center;
	font-size: 13px;
}
.footer-info p{
    margin-bottom: 13px;
    text-align: left;
}
.footer-info .bei-an a{
	color: #333;
}
.footer-info .center-text p{
	text-indent: 4em;
    margin-bottom: 10px;
    text-align: center;
}
.footer-info .licence>p{
	color: #666;
}
.footer-info .licence a{
	color: black;
}
.footer-info .licence a:hover{
	color: #F00;
}
.footer-info .wx-img{
	text-align: center;
}
.footer .menu-phone{
	display: none;
	overflow: hidden;
	min-width: 100%;
    max-width: 100%;
    width: 100%;
    padding: 0;
    border-bottom: .2rem solid #e71b24;
    padding-bottom: 0.9rem;
}
.footer .menu-phone .title{
    font-size: 2rem;
    margin-top: 0;
    margin-bottom: 16px;
    line-height: 2.5rem;
    font-weight: bold;
    color: #d50000;
    border-bottom: 3px solid #e71b24;
}
.footer .menu-phone ul{
	list-style: none;
    margin-top: .9rem;
    margin-left: -.375rem;
    margin-right: -.375rem;
}
.footer .menu-phone ul li{
	width: 50%;
	float: left;
    box-sizing: border-box;
}
.footer .menu-phone ul .back-top{
	width: 100%;
	text-align: center;
}
.footer .menu-phone ul li>a{
	display: block;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 700;
    padding: 13px 15px;
    margin: 4px;
    color: #D7000F;
    background-color: #f1f2f3;
    border-radius: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}
.footer .menu-phone ul li>a:hover{
	background-color: #ffebee;
}
@media only screen and (max-width: 767px) {
	.footer .menu{
		display: none;
	}
	.footer .menu-phone{
		display: block;
	    margin-top: 15px;
	}
	.footer .footer-container{
		padding: 0;
	}
}
/*
 * footer end
 **/
/**
 * table breadcrumb start
 */
.breadcrumb{background-color:#e9323a;color:white;padding:10px 15px;font-size:16px;}
.breadcrumb>li>.divider {color: white;}
.breadcrumb a{
	font-weight: bold;
	color: white;
	text-shadow:none;
}
.download-table tbody td a{
	color: #1a1a1a;
}
.download-table tbody td a:hover,.breadcrumb a:hover{
	color: #ecdc66;
	text-decoration: none;
}
/**
 * table breadcrumb end
 */
 
/**
* content start
*/

/**
* content end
*/ 
/**
* other class start
*/
.mask-close{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
#page .content,
.float-shadow-box{
	margin-top: 15px;
	box-shadow: 0 0 1.5rem #eeeeee;
    padding: 1rem;
   	overflow: hidden;
}
@media (max-width: 767px){
	#page .content{
	    box-shadow: none !important;
    	padding: 0 !important;
	}
	.float-shadow-box{
		box-shadow: none !important;
    	padding: 0 !important;
	}
}
/**
* other class end
*/

/**
* advertising start
*/
#customer-header-animation-min{
	display: none;
}
.customer-header-animation .main-customer{
	overflow: hidden;
}
.customer-header .main-customer,.customer-center .main-customer{
    margin-top: 3px;
}
.customer-header a,.customer-center a{
	display: block;
	width: 100%;
	position: relative;
}
.rb-info{
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 11px;
    color: #fff;
    width: 32px;
    height: 20px;
    line-height: 20px;
    background-color: #000;
	background-color: rgba(0,0,0,0.4);
}
.customer-header a img,.customer-center a img{
	width: 100%;
	min-height: 40px;
    max-height: 75px;
}
.customer-header-animation a img{
	max-height: 375px;
}
#customer-header-animation-min
@media (max-width:400px){
	.customer-header a img,.customer-center a img{
		min-height: 35px;
	}
}
@media (max-width:350px){
	.customer-header a img,.customer-center a img{
		min-height: 35px;
	}
}
.simple-info-list .item-div .spanad{
	text-align: center;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 11px;
    color: #fff;
    width: 32px;
    height: 20px;
    line-height: 20px;
    background-color: #000;
    background-color: rgba(0,0,0,0.4);
    margin: 0;
    padding: 0;
    min-height: 0;
}
/**
* advertising end
*/
/**
* 通用组件
*/
.btn{
	outline: none!important;
}
.opera-block{
	margin-top: 6em;
	overflow: hidden;
}
a:link{
	text-decoration: none;
}
a.more{
	font-size: 1.6px;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: inherit;
    margin-right: 5px;
    color: #999;
    cursor: pointer;
}
.more span{
    margin-left: 2px;
	font-size: 1.4rem;
}
a.gray-a{
    font-size: 1.4rem;
    color: #999;
    margin-left: 1em;
}
a.gray-a .glyphicon{
	margin-right: 3px;
	top: 2px;
}
.default-link{
	color: #333;
}
.links-gray{
	color: #757575;
	text-decoration: none;
}
.links-gray:visited{
    color: #ce7171;
    text-decoration: none;
}
a.more:hover,a.more:focus,.links-gray:hover,.links-gray:focus,a.gray-a:hover,.default-link:hover{
   color: #e43;
   text-decoration: none;
}
.links-before-title{
    font-size: 1.6rem;
    padding: 5px;
}
.links-before-title.red{
    border: 1px solid #f76;
    color: #E43;
}
.links-before-title.blue{
    border: 1px solid #65b8ff;
    color: #389ef5;
}
.default-news-nav{
	border-bottom: 1px solid #e00000;
}
.default-news-nav li a{
	font-size: 1.6rem;
	color: #555;
}
.default-news-nav li a:focus,.default-news-nav li a:hover{
    text-decoration: none;
    background-color: #ff6464;
    color: white;
}
.default-news-nav li.active a,.default-news-nav li.active>a:focus,.default-news-nav li.active>a:hover{
    color: #d90000;
    border: 1px solid #d90000;
    background-color: white;
    border-bottom-color: transparent;
}
.default-news-nav li>a:hover{
    border-color: #ff6464 #ff6464 #e00000;
}
.row-title{
	font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    border-left: 4px solid #e00000;
    padding-left: 1em;
}
.only-onerow{
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.block-default-title{
	font-size: 28px;
	font-size: 2.8rem;
    margin-top: 0;
    font-weight: bold;
    color: #d50000;
    border-bottom: 3px solid #e71b24;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 1em;
    margin-bottom: 1em;
    position: relative;
}
.block-default-title>span{
	position: relative;
	display: inline-block;
}
.block-default-title>span:after,.block-default-title>span:before{
    position: absolute;
    content: "";
    border: .5em solid transparent;
    border-bottom-color: #d50000;
    bottom: 3px;
}
.block-default-title>span:after{
	border-left-color: #ff4545;
    right: -2em;
}
.block-default-title>span:before{
	border-right-color: #ff4545;
    left: -2em;
}
.block-default-title .more{
    position: absolute;
    right: 0;
    bottom: 32px;
}
.table.layout-fixed{
    table-layout: fixed;
}
.table.layout-fixed .hidden-td{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.table,.table a{font-size: 1.6rem}
.table tbody tr th,
.table tfoot tr th,
.table thead tr th{
	padding-top: 12px;
	padding-bottom: 12px;
}
.table tbody tr td,
.table tfoot tr td,
.table thead tr td{
	padding-top: 14px;
	padding-bottom: 14px;
}
.table.pd-8 tbody tr td,
.table.pd-8 tfoot tr td,
.table.pd-8 thead tr td,
.table.pd-8 tbody tr th,
.table.pd-8 tfoot tr th,
.table.pd-8 thead tr th{
	padding-top: 8px;
	padding-bottom: 8px;
}
.table.small-padding thead th,
.table.small-padding tbody td{
	padding-top: 8px;
	padding-bottom: 8px;
}
.table.th-center th{
	text-align:center;
	font-weight: bold;
}
.table.td-right td{text-align:right;}
.table.text-middle td, .table.text-middle th{vertical-align: middle;}
/*
** query-body start
*/
.query-body .head-title,
.house-content-main .head-title,
.jygs .head-title{
    font-size: 19px;
    font-size: 2rem;
    margin-top: 0;
    margin-bottom: 16px;
    line-height: 3.2rem;
    font-weight: bold;
    color: #d50000;
    border-bottom: 3px solid #e71b24;
}
.query-body .control-label{
	font-weight: bold;
}
.query-body a:hover{
	text-decoration: none;
}
.query-body input.wi-222{
	width: 222px;
}
.query-body .form-body .sub-msg-info{
    position: relative;
    top: 2px;
    color: #ff0000;
    margin-left: 10px;
    font-weight: bold;
}
.nothing{
    color: #757575;
    margin: auto;
    font-size: 2.4rem!important;
    text-align: center!important;
   	padding: 110px 0;
    line-height: 2.4rem!important;
}
.query-body .query-result table th,.query-body .query-result table td{
	vertical-align: middle;
}
.query-body .query-result table td a:hover{
	color: #f00;
}
.page-change li a{
    color: #d90000;
}
.page-change li a:hover{
	background-color: #d90000;
	color: #fff;
	cursor: pointer;
}
.page-change li.disabled a:hover{
	background-color: #fff;
	color: #999999;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
    border-color: #fff;
    background-color: #d90000;
	color: #fff;
}
#download-table a{
	color: #000;
}
#download-table a:hover{
	text-decoration: none;
    color: #00abde;
}
.ac_results>ul{
    color: #616161;
    border: 1px solid #dfdfdf;
    background-color: #fff;
    margin: 0;
    box-shadow: 0 5px 10px #dfdfdf;
}
.ac_results>ul>li{
	padding: 5px 0 5px 10px;
}
.ac_results>ul>li:hover{
    background-color: #e53935;
    color: #fff;
}
.calc-a{
    color: #fff!important;
    font-size: 1.6rem;
    border-radius: 4px;
    background-color: #e6252e;
    padding: .6rem 1rem;
    display: inline-block;
}
/*
** query-body end
*/
/*
** auxiliary start
*/
@media (max-width:767px){
	.xs-mt-7{
		margin-top: 7px;
	}
}
.no-padding{
	padding: 0!important;
}
.no-padding-left{
	padding-left: 0!important;
}
.no-margin-top{
	margin-top: 0!important;
}
.forbin-scroll-bar{
	overflow: hidden;
	touch-action: none;
}
/*
** auxiliary end
*/

/*
** customer-start
*/
.customer-center,
.customer-header{
	margin-bottom: 15px;
}
/*
** customer-end
*/