/*!
 * XG - template v0.0.1 (www.xgqqg.com)
 * Copyright 2014-2017 Chongqing YUOU International Trade All rights reserved.
 */
.search-popup{
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-top: 2.25rem;
    z-index:1000;
    background-color: #fff;
    display: none;
}
.header-search-bar {
    width: 70%;
    margin-left: 5%;
    position: relative;
    margin-top: 0.4rem;
}
.list-header.aui-bar-nav.aui-bar-light .header-search-bar .aui-iconfont {
    color: #949494;
}
.popup-header.aui-bar-nav.aui-bar-light .aui-iconfont {
    color: #fff;
}
.header-search-bar input {
    width: 100%;
    padding: 0 10% 0 14%;
    background: #fff;
    height: 1.5rem;
    line-height: 1.5rem;
    border-radius: 1.5rem;
    font-size: 0.7rem;
}
.header-search-bar .aui-icon-search {
    position: absolute;
    left: 1rem;
    top: -0.3rem;
    font-size: 0.7rem;
}
.search-hot {
    width: 86%;
    margin: 0 auto;
    padding-top: 1rem;
}
.search-hot-groups {
    margin-top: 0.5rem;
}
.type-light {
    border-color: #ff82a3;
    color: #ff82a3;
	border: 1px solid #ff82a3 !important;
}
.type-name {
    display: inline-block;
    border:1px solid #ccc;
    padding: 0 0.5rem;
    margin-bottom:1rem;
	margin-left:5px
}
.list-header.aui-bar.aui-bar-light{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
.header-search-link{
    font-size: 0.7rem;
}

.search-hot-groups a{
    color: #757575;
}
