header{
    color: #FFFFFF;
    font-size: 14px;
    width: 100%;
    height: 48px;
    line-height: 48rpx;
    background-color: #2B303B;
    padding: 0px 50px 0px 20px;
    min-width: 1200px;
}

header img{
    width: 112px;
    height: 26px;
    margin-right: 86px;
}

header ul.function li{
    margin-right: 30px;
}

header .login a,
header ul.function li a{
    color: #fff;
}

header .user-operate{
    margin-left: auto;
}
header .user-operate > div > div{
    margin-right: 30px;
}
header .user-operate div.become-shop{
    height: 28px;
    width: 80px;
    line-height: 28px;
    background: #0092FF;
    border-radius:15px;
    text-align: center;
}

header .user-operate div.become-shop a{
	color: #fff!important;
}

header .login div{
    margin-right: 30px!important;
}

header .login div:not(:last-child) a:hover{
    color: #0092FF;
}

.un-login div.function-item {
    margin-right: 20px;
    position: relative;
    height: 48px;
    line-height: 48px;
    cursor: pointer;
}

.un-login div.function-item img {
    width: 10px;
    height: 10px;
    margin: 0;
    margin: 0 0 0 8px;
}

.un-login div.function-item img.active {
    display: none;
}

.un-login div.function-item:hover {
    color: #0092ff;
}

.un-login div.function-item:hover img.deactive {
    display: none;
}

.un-login div.function-item:hover img.active {
    display: inline-block;
}


.un-login div.function-item dl {
    position: relative;
}

.un-login div.function-item dl .angle {
    height: 0px;
    width: 0px;
    border: 8px solid;
    border-color: transparent transparent #fff transparent;
    /* display: none; */
    z-index: 10;
    position: absolute;
    top: -16px;
    right: 15px;
}

.un-login div.function-item:hover .dl-wrapper {
    display: block;
}

.un-login div.function-item:hover .dl-wrapper::before {
    display: block;
}

.un-login div.function-item .dl-wrapper {
    display: none;
    width: 104px;
    text-align: center;
    background: #fff;
    box-shadow: 0px 0px 9px 0px rgba(34, 31, 31, 0.15);
    position: absolute;
    z-index: 9;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.un-login div.function-item dl li {
    height: 40px;
    line-height: 40px;
}


/* 搜索栏 */
.search-line {
    background: #fff;
    padding-top: 50px;
}

.search-line .logo {
    width: 195px;
    height: 50px;
}

.search-line .search-bar {
    width: 640px;
    border: 2px solid #0092ff;
    height: 50px;
}

.search-line .search-bar input {
    width: 100%;
    height: 46px;
    padding: 0 22px;
    font-size: 14px;
}

.search-line .search-bar div {
    height: 50px;
    width: 50px;
    background-color: #0092FF;
}

.search-line .search-bar div img {
    width: 24px;
    height: 24px;
}

.search-line .become-shop {
    width: 247px;
    height: 69px;
}




/* 搜索栏 end */

/* 搜索条下面的分类 */
.search-bottom-type ul {
    color: #999999;
    font-size: 12px;
    margin-left: 256px;
}

.search-bottom-type li a{
    color: #999999;
}

.search-bottom-type ul li {
    margin-right: 2em;
}

.search-bottom-type ul li:hover {
    color: #0092FF;
}

/* 搜索条下面的分类 end */

.nav-bar {
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    margin-top: 30px;
    position: relative;
}

.nav-bar .category-title {
    width: 220px;
    color: #FFFFFF;
    background: #2B303B;
    font-weight: bold;
    padding: 0 14px;
    position: relative;
}

.nav-bar ul li {
    width: 140px;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.nav-bar ul li.active a,
.nav-bar ul li:hover a{
    color: #0092ff;
}

.nav-bar ul li img {
    width: 36px;
    height: 16px;
    position: absolute;
    top: -2px;
    right: 20px;
}

.nav-bar .add-task {
    margin-left: auto;
    margin-right: 20px;
    position: relative;
}

.nav-bar .add-task:after {
    content: '';
    display: block;
    width: 2px;
    height: 20px;
    background: #eee;
    position: absolute;
    right:calc(100% + 20px) ;
    top: 50%;
    transform: translateY(-50%);
}

.nav-bar .add-task img {
    width: 20px;
    height: 20px;
    margin-right: 1em;
}
