﻿.NoticeUnread {
    background-color: #eb4f38;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    top: 10px;
    float: right;
}

.NoticeRead {
    background-color: #FFF;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    top: 10px;
    float: right;
}


.notice2 {
    height: 35px;
    background: #f7f7f7;
}

.group2 {
    height: 38px;
    position: relative;
    background-color: #f7f7f7;
}
.group2-title {
    font-size: 15px;
    width: 100%;
    height: 38px;
    display: block;
    padding: 8px 0;
    line-height: 22px;
    text-align: center;
}
.group2-title img {
    width:22px;
}
.group2-title span  {
    vertical-align: top;
    margin-left: 5px;
}
.group2-more {
        position: absolute;
    right: 0;
    top: 0;
}
.group2-more a {
    font-size: 16px;
    font-weight: bold;
    width: 40px;
    display: block;
    height: 38px;
    line-height: 36px;
    text-align: center;
}

.serch-Style2 {
    float: left;
    margin-top: 8px;
    /*background: #fff;*/
    width: calc(100% - 6rem);
    width: -ms-calc(100% - 6rem);
    width: -moz-calc(100% - 6rem);
    width: -webkit-calc(100% - 6rem);
    height: 35px;
    border-radius: 5px;
    overflow:hidden;
}
.goods-serch-Style2 {
    float: left;
    margin-top: 8px;
    /*background: #fff;*/
    width: calc(100% - 4rem);
    width: -ms-calc(100% - 4rem);
    width: -moz-calc(100% - 4rem);
    width: -webkit-calc(100% - 4rem);
    height: 35px;
    border-radius: 5px;
    margin-left: 15px;
}

.Sign-Title {
    background-color: #f6a730;
    width: 3px;
    height: 16px;
    border-radius: 5px;
    float: left;
    margin-top: 3px;
    margin-left: 10px;
}

.binduserinfo2 {
    position: absolute;
    z-index: 1001;
    background-color: #fff;
    /* border: 1px solid rgba(0,0,0,.2); */
    width: 100%;
     bottom: 0rem; 
    max-height: 50%;
    font-size: 0.875rem;
    text-align: center;
    border-radius: 5px;
    margin-left: -23px;
    height: 60px;
    background: rgba(255,255,255,0);
}

.tabCategory2-circle {
    position: absolute;
    background: #fff;
    width: 48px;
    height: 48px;
    background-color: #f7a22e;
    border-radius: 50% 50% 50% 50%;
}

.tabCategory2-font {
    font-size: 8px;
    color: #fff;
    margin-top: 3px;
}

input::-webkit-input-placeholder {
color: #fff !important; 
}
input:-moz-placeholder {
color: #fff !important; 
}
input::-moz-placeholder {
color: #fff !important;
}
input:-ms-input-placeholder {
color: #fff !important; 
}