.mdui-toolbar-title {
	height: 55px;
}

.search-content {
	width: 100%;
	margin-left: .5rem;
}

.search-content .search {
	float: left;
	background: #f1f2f4;
	border-radius: .36rem;
	overflow: hidden;
	position: relative;
	width: 90%;
}

.search-content .search button {
	display: block;
	position: absolute;
	top: .03rem;
	height: 0.86rem;
	right: 0rem;
	color: #bbb;
	width: 1rem;
	text-align: center;
	background: #f1f2f4;
	border: 1px solid transparent;
}

.search-content .search button i {
	height: 0.46rem;
}

.search-content .search .search-text {
	display: block;
	padding: 0 .4rem;
	width: 100%;
	height: 0.86rem;
	box-sizing: border-box;
	-webkit-appearance: none;
	background: #f1f2f4;
	border: none;
	font-size: 0.2rem;
	outline: none;
}

.kerword-container {
	background: #fff;
	padding: 0.2rem .3rem 0;
	background-color: #fff;
	height: 100%;
}

.kerword-container a {
	text-decoration: none
}

.kerword-container .search-history-con {
	position: relative;
	padding: .2rem 0;
	line-height: .28rem;
	font-weight: 500;
	color: rgba(39, 39, 39, 1);
}

.kerword-container .search-history-con .search-index-nav {
	position: relative;
	padding: .2rem 0;
	font-size: .34rem;
	line-height: .28rem;
	font-weight: 500;
	color: rgba(39, 39, 39, 1);
	margin-bottom: .04rem;
}

.kerword-container .search-history-con .search-index-nav img {
	width: .35rem;
	height: auto;
	margin-right: .01rem;
}

.kerword-container .search-history-con .search-index-nav .delete-search
	{
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -.14rem;
}

.kerword-container .search-history-con .search-index-detail {
	margin-bottom: .1rem;
}

.kerword-container .search-history-con .search-index-detail {
	margin-bottom: .1rem;
}

.kerword-container .search-history-con .search-index-detail a {
	display: inline-block;
	padding: .26rem .44rem;
	background: rgba(244, 244, 244, 1);
	border-radius: 30px;
	font-size: .34rem;
	line-height: .3rem;
	font-weight: 400;
	color: rgba(39, 39, 39, 1) !important;
	margin-right: .1rem;
	margin-bottom: .2rem;
}
.delete-confirm .mdui-dialog-title {
    text-align: center;
}
.delete-confirm .mdui-dialog-actions .mdui-btn:first-child {
    border-right: 1px solid #EDEDED;
    color: #FD006F;
}

.delete-confirm .mdui-dialog-actions .mdui-btn {
    margin: 0px;
    padding: 0px;
    width: 49%;
    background: #FAFAFA;
    height: 48px;
    line-height: 48px;
    border-top: 1px solid #EDEDED;
    color: #7B7B7B;
    font-size: 16px;
}

