@charset "utf-8";
/* CSS Document */

html,body{
	height:100%;
	font-family:Microsoft YaHei;
}
/*覆盖和simperfect.css的冲突*/
.dropdown-menu:after, .dropdown-menu:before {
    border-style: inherit!important;
}
.head_box {
    width: 100%;
    height: 75px;
    background: #fff;
    overflow: hidden;
}
.fixedTop{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 999;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.30);
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop));
}

.box-logo{
    width: 133px;
    height: 37px;
    z-index: 1;
    overflow: hidden;
    float: left;
    margin: 20px 0px;
}

.box-logo>a{
	background-image:url(../images/treasureBox/treasureBox.png);
	width: 133px;
    height: 37px;
    display: block;
}

#fixedNav {
    width: 100%;
    height: 75px;
    background: #F5F5F5;
}
#fixedNav h1 {
    margin-left: 15px;
    float: left;
    width: 118px;
}
.head_bottom>h1>a{
	font-size: 42px;
    text-align: center;
    font-weight: 400;
    color: rgba(240,5,5,1);
    font-family: pangmen;
    line-height: 80px;
}
.head_bottom>.search{
	margin: 15px 10px 8px 105px;
	float: left;
}
.head_bottom>.login{
	margin: 0px 0px 0px 40px;
	float: left;
}
.head_bottom>.login>p{
	margin-bottom: 0px;
	color:#666666;
}
.head_bottom>.login .message{
	width: 30px;
    margin-top: 10px;
    outline:0px!important;
}
.head_bottom>.login .user-head{
	border-radius: 50%;
	width: 40px;
	border: 1px solid #e6e6e6;
	outline:0px!important;
}
.head_bottom>.login>.breadcrumb> li + li:before {
    color: #CCCCCC;
    content: "|";
    padding: 0 20px;
}
.head_bottom>.login>.breadcrumb {
    background-color: #f5f5f5;
    margin-bottom:0px;
}
.head_bottom .nav-content{
    border-radius: 4px;
    height: 45px;
    line-height: 45px;
    /* -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(206, 206, 206, 0.6);
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(206, 206, 206, 0.6); */
    float: left;
    width: 400px;
    font-size: 14px;
}
.head_bottom .nav-search{
	background-color: #ffffff;
    color: #ee6e6d;
    border: 1px solid #e6e6e6;
    cursor: pointer;
    border-radius: 4px;
    /* font-weight: 600; */
    font-size: 16px;
    width: 150px;
    height: 42px;
    float: left;
    margin: 2px 10px; 
}
.head_bottom .nav-write{
	background-color: #E95555;
    color: #ffffff;
    border: 0px;
    cursor: pointer;
    border-radius: 4px;
    /* font-weight: 600; */
    font-size: 16px;
    width: 150px;
    height: 41px;
    float: left;
    margin: 2px 10px;
}



/*下拉菜单*/

.breadcrumb .dropdown-menu {
    top: 27px!important;
    left: -14px!important;
    min-width: 100px;
    color: #333;
    text-align: center;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 0px;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#909090,direction=120,strength=4);
    -moz-box-shadow: 2px 2px 10px #909090;
    -webkit-box-shadow: 2px 2px 10px #909090;
    box-shadow: 2px 2px 10px #909090;
    font-size: 14px;
    padding: 0px;
    margin: 0px;
    /* border-radius: 8px; */
}
.breadcrumb >li{
	position: relative;
}
.breadcrumb >li .badge-pill{
    position: absolute;
    left: 22px;
    top: -2px;
}
.breadcrumb .dropdown-menu a{
	color: #333;
	text-decoration: none;
}

.breadcrumb .message-menu{
	text-align: left;
	left:-250px!important;
	width: 350px;
	font-size: 14px;
	/*下面的代码用于兼容ff浏览器，chrome上正常的代码ff上却会产生变化，只有固定死了*/
	transform: translate3d(0px, 27px, 0px) !important;
}
.breadcrumb .message-menu>li:last-child{
	text-align: center;
}
.breadcrumb .dropdown-menu li:first-child {
    font-weight: 600;
    font-size: 14px;
    color:#333;
}

.breadcrumb .dropdown-menu li {
    height: 40px;
    line-height: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0px 10px;
}
.breadcrumb .dropdown-menu li:hover {
    background-color: #dedede;
    cursor: pointer;
}
.breadcrumb .dropdown-menu li:first-child>a {
    position: relative;
    left: 0px;
}

.breadcrumb .dropdown-menu hr {
    display: block;
    height: 1px;
    border: 0;
    margin: 0px;
}

.breadcrumb .dropdown-menu li:first-child {
    font-weight: 600;
    font-size: 14px;
    color:#333;
}
.breadcrumb .dropdown-menu li:first-child:hover {
    background-color: #ffffff;
    cursor: default;
}
.breadcrumb .dropdown-menu .arrow {
    width: 10px;
    height: 10px;
    border: 10px solid transparent;
    border-bottom-color: white;
    position: absolute;
    top: -20px;
    left: 24px;
}

.breadcrumb .message-menu .arrow{
	left: 255px;
}


/*自定义badge*/
.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.badge {
    font-weight: 600;
}
.sys-badge {
    background-color: #fef0f0;
    border: 1px solid #f56c6c;
    color: #f56c6c;
}
.succ-badge {
    background-color: #6ccac9;
    border: 1px solid #2d8887;
    color: #ffffff;
}
.info-badge {
    background-color: #e6f8ff;
    border: 1px solid #a6a7de;
    color: #a6a7de;
}
.login-style{
	margin-top:14px; 
}

.login-message .layui-badge-dot{
	margin-right: 10px;
	background-color: #e95555;
}

.message-order{
	/* float: right; */
	/* 上面的代码 ff浏览器下有问题，换下两行*/
	right: 10px;
	position: absolute;
	
    font-size: 12px;
    font-weight: 400;
}

.message-order .active{
	color: #E95555!important;
}