p{
    margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.bill-input-check .bill-check .bill-check-result p {
    margin-bottom: 1.88rem !important;
}

.bill-background-noresult .bill-result .bill-result-content .bill-noresult .bill-noresult-box p {
    margin-bottom: 3.5rem !important;
}


.pages-banner-wrapper .eui-card-wrapper .eui-card-body .eui-card-list .eui-list-item .item-center .item-title {
	max-width: 280px !important;
}

.eui-sidebar-item:hover{
	background:#EFF5FB;
}

.grey .eui-sidebar-item:hover{
	background:#EFF5FB;
}


blockquote {
	text-indent: 2em;
    margin: 0px !important;
}

.show-block {
	display:block !important
}

.show-none {
	display:none !important
}

.grey .swiper-pagination-bullet-active {
   background: #6c6c6c !important;
}


.swiper-container .swiper-wrapper{
	height:auto !important;
}

.substance img{
	max-width: 100%;
}






/*内页菜单*/

.first-menu .first-nav.active,
.first-menu .first-nav.active-check{
	background-color: #F0F7FF;
}
.first-menu .first-nav .unchecked,
.first-menu .first-nav.active .checked,
.first-menu .first-nav.active-check .checked{
	display:block;
}

.first-menu .first-nav .checked,
.first-menu .first-nav.active .unchecked{
	display:none;
}

.first-menu .first-nav.active .right-arrow{
	transform: rotate(90deg) !important;
}

.first-menu .first-drop .second-item.active a {
	color: #034FA2 !important;
}
.first-menu .first-drop .second-item.active a span{
	color: #034FA2;
}

.eui-list-item .item-center .item-title a:hover{
	text-decoration:none;
}

.grey .first-menu .first-nav.active-check,
.grey .first-menu .first-nav.active{
	background-color: #ddd;
}
.grey .first-menu .first-nav .checked{
	display:none;
}
.grey .first-menu .first-nav .unchecked{
	display:block;
}
.grey .first-menu .first-drop .second-item.active a {
	color: #888 !important;
}
.grey .first-menu .first-drop .second-item.active a span{
	color: #888;
}

/*轮播图dot*/
.grey .swiper-dot-li.click.current{
    background-color: #bbb !important;
}

.eui-table-content>div:not(:last-child){
    border-bottom: 1px solid #dbdbdb;
}

.show-flex {
	display:flex !important
}


.no-after-content:after {
	content : unset !important; 
}



.eui-page-container .eui-page-wrapper .eui-page-layout .eui-layout-content .substance .rate-content .eui-echarts-tips span img {
    width: unset !important;
    height: 35px !important;
    border: unset !important;
 }

.eui-page-container .eui-page-wrapper .eui-page-layout .eui-layout-menu .list-side ul{
	padding-left:unset !important;
}




.eui-page-container .eui-page-wrapper .eui-page-layout .eui-layout-content .substance .page-content a .item .cover-img img {
    object-fit: cover !important;
}


.eui-page-container .eui-page-wrapper .search-list-bottom {
	display:block !important;
}



/*翻页*/
.eui-page-container .eui-page-wrapper .eui-page-layout .eui-layout-content .pagenation span.page-num.active-num {
    color: #fff !important;
    background-color: #034fa2 !important;
}
.grey .eui-page-container .eui-page-wrapper .eui-page-layout .eui-layout-content .pagenation span.page-num.active-num {
    color: #fff !important;
    background-color: #999 !important;
}

/*移动端导航*/
.eui-header-center .menu-icon .menu-icon-open,
.eui-header-center .menu-icon.active .menu-icon-close{
	display: block ;
}

.eui-header-center .menu-icon .menu-icon-close,
.eui-header-center .menu-icon.active .menu-icon-open{
	display: none ;
}

#menu-list .eui-nav-item>ul {
	display : none ;
}
#menu-list .eui-nav-item.active>ul {
	display : block !important;
}

#menu-list .eui-nav-item>ul>li>ul {
	display : none;
}
#menu-list .eui-nav-item.active>ul>li.active>ul {
	display : block !important;
}

/*页头页脚*/
.eui-header-wrapper {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.eui-header-wrapper .eui-page-layout .eui-header-left img {
    top: 0 !important; 
}

.footer-container {
    height: 140px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.eui-footer-wrapper .eui-info-wrapper{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

/*首页回购利率滚动条*/
/*.eui-table-content {
    height: 74px;
    width: 100%;
    overflow-y: auto;
}

.eui-table-content::-webkit-scrollbar {
    display:auto;
    width: 10px;
    background-color: rgba(240, 240, 240, 1);
}

.eui-table-content::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0px rgba(240, 240, 240, .5);
  border-radius: 10px;
  background-color: rgba(240, 240, 240, .5);
}

.eui-table-content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 0px rgba(240, 240, 240, .5);
  background-color: rgba(200,200,200,.5);
}
*/



