.new_head {
    width: 15.0rem;
    /*height: 2.46rem;*/
    background: #449cff;
    padding: 0.6rem 0.6rem 0.46rem 0.6rem;
    color: #fff;
   position: relative;
}
.bg_head{
	overflow: hidden;
}

.img_logo {
	width: 6rem;
	float: left;
	color: #231f20;
	font-size: 0.56rem;
	text-align: center;
}
.new_head span{
	font-size: 0.6rem;
	color: #333;
	line-height: 1rem;
}
.top_btn{
	float: right;	
	width: 0.9rem;
	cursor: pointer;
}

.top_btn img{
	width: 100%;
}
.top_up{
	overflow: hidden;
	height: 1.2rem;
	line-height: 1.2rem;
	margin-top: 0.4rem;
	display: flex;
}
.btn_address img{
	width: 0.6rem;
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.2rem;
	cursor: pointer;
}
.btn_address span{
	line-height: 1.2rem;
	display: inline-block;
	float: right;
	color: #fff;
	font-size: 0.52rem;
	cursor: pointer;
}
.btn_soso{
	border-radius: 0.2rem;
    background: url(/cn/creditcard/v3/mobile/images/icon_input.png) no-repeat left top;
    background-size: cover;
    margin-left: 0.4rem;
    flex: 1;
    display: flex;
    align-items: center;
}
.btn_soso.head_search{
	top: auto;
	text-align: left;
}
.btn_soso em{
	width: 0.7rem;
    height: 0.7rem;
    background: url(/cn/creditcard/v3/mobile/images/icon_search.png) no-repeat left center;
	background-size: cover;
	margin-left: 0.3rem;
}
.btn_soso span{
	width: 100%;
	padding-left: 0.2rem;
	font-size: 0.5rem;
	color: #fff;
	background: none;
}
.btn_soso input::-webkit-input-placeholder{
	color: #fff;
}
.btn_soso input::-moz-placeholder{
	color: #fff;
}
.btn_soso input::-ms-input-placeholder{
	color: #fff;
}
.top_up .top_btn{
	width: 0.8rem;
	
}
.top_up .top_btn img{
	vertical-align: middle;
    display: inline;
}

/*新增菜单楼层*/
.menu_li ul{
	overflow: hidden;
}
.menu_li li{
	float: left;
	width: 20%;
	margin-bottom: 0.8rem;
	text-align: center;
	cursor: pointer;
}
.menu_li li p{
	font-size: 0.48rem;
	margin-top: 0.4rem;
}
.menu_li li img{
display: inline-block;
	width: 39%;
}
.menu_li .swiper-pagination{
	bottom: 0px;
}
.menu_li .swiper-pagination .swiper-pagination-bullet{
	margin:0 0.1rem!important;
	width: 0.26rem!important;
    height: 0.26rem!important;
}
.blue_circle .swiper-pagination-bullet{
	margin:0 0.1rem!important;
	width: 0.26rem!important;
    height: 0.26rem!important;
}
.menu_li .swiper-container-autoheight .swiper-wrapper{
	padding-bottom: 10px;
}
.sm_banner{
	width: 100%;
	height: 3.7rem;
	padding: 0 0.6rem;
	margin-bottom: 0.6rem;
	cursor: pointer;
	margin-top: 0.8rem;
}
/*更改公告*/
.new_notice{
	width: 13.8rem;
	height: 1.4rem;
	line-height: 1.4rem;
	border-radius: 10px;
	background-color: #ecf6fe;
	margin: 0.3rem auto;
}
.img_notice{
	width: 0.7rem;
	margin-left: 0.4rem;
    margin-right: 0.4rem;
}
.img_notice img,.btn_next img{
	display: inline-block;
    vertical-align: middle;
}
.ul_notice{
	width: 11.6rem;
	height: 100%;
	font-size: 0.52rem;
	color: #0066b3;
	overflow: hidden;
}
.ul_notice ul{
	width: 500%;
}
.ul_notice li{
	width: 20%;
	float: left;
	padding-right: 0.4rem;
}
.ul_notice li p{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	
}
.btn_next{
	width: 0.28rem;
	margin-right: 0.4rem;
	cursor: pointer;
}


