
.top_mu_logo{
   padding-left: 50px;
}
.top_mu_logo img{
	padding-top: 24px;
	-webkit-transition: 0.3s;
    transition: 0.3s;
}
.top_mu_logo>div{
 	border:1px solid #DBDBEA;
 	border-radius: 15px;
	cursor:pointer;
 	padding:3px 15px;
	position: absolute;
 	top: 53%;
 	left:408px;
 	transform: translate(0%, -50%);
}
.top_mu_logo>div span{
	color: #999;
}
.top_mu_logo>div i{
	color: #fdd13d;
}
.top_mu_nav{
	width: 980px;
	margin:0 auto;
	margin-left: 0px;
}


.opacity_head input::placeholder {
    font-size: 14px;
    color: rgba(153,153,153,0.5);
}
.head_frame input::-webkit-input-placeholder { /* WebKit browsers 适配谷歌 */
    font-size: 14px;
    color: rgba(153,153,153,0.5);
}
.head_frame input:-ms-input-placeholder { /* Internet Explorer 10+  适配ie*/
    font-size: 14px;
    color: rgba(153,153,153,0.5);
}
.opacity_head{
    width: 100%;
    height: 90px;
    min-width: 1366px;
    background: #fff;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.02);
    z-index: 1000;
    -webkit-transition: .8s cubic-bezier(.19,1,.22,1);
    transition: .8s cubic-bezier(.19,1,.22,1);
    position: relative;
    /*position: relative;*/
    /*transform:translateY(-100%);*/
}
.opacity_show{
    position: fixed;
    transform: translateY(0);
}
.opacity_hide{
    transform: translateY(-100%);
}

.opacity_head .left_frame{
    height: 90px;
}

.opacity_head .left_frame ul{
    vertical-align: top;
    display: inline-block;
    margin: 13px 0 0 10px;
}
.opacity_head .left_frame ul li{
    padding: 0 17px;
    display: inline-block;
    position: relative;
}
.opacity_head .left_frame ul li:hover{
    background-color:#006;
}
.opacity_head .left_frame ul li:hover a{
    color: #FFFFFF;
}
.opacity_head .left_frame ul li:hover .inner_menu{
    position: absolute;
    display: block;
}
.opacity_head .left_frame ul li a{
    font-size: 16px;
    color: #111;
    line-height: 70px;
    width: 100%;
    display: inline-block;
}
.opacity_head .left_frame ul li a.on{
    color: #FE3232;
}

.opacity_head .left_frame ul li.select{
    position: relative;
    font-size: 16px; 
	margin:10px 0 0 80px;
    color: #ED2727;
}
.opacity_head .left_frame ul li.select em{
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 2px;
    background-color: #006;
    top: 58px;
    left: 50%;
    margin-left: -11px;
    border-radius: 1px;
}
.opacity_head .left_frame ul li:hover a.on{
    color: #fff;
}
.opacity_head .left_frame ul li.select:hover em{
    background-color: #fff;
}
.opacity_head .left_frame .inner_menu{
    width: 100%;
    left: 0px;
    background-color:#006;
    text-align: center;
    display: none;
    position: absolute;
	opacity: 0.9;
	-moz-opacity:0.9; /* Moz + FF */
}
.opacity_head .left_frame .inner_menu a{
    font-size: 13px;
    height: 44px;
    display: block;
    line-height: 44px;

}
.opacity_head .left_frame .inner_menu span{
    width: 80%;
    height: 1px;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.2);
    display: block;
}
.opacity_head .left_frame .inner_menu a:hover{
    background-color: rgba(237,39,39);
	background: #FE3232;
}

.opacity_head .right_frame{
    position: absolute;
    top: 28px;
    right: 7%;
}

.opacity_head .right_frame .login_status{
    min-width: 88px;
    float: right;
    display: inline-block;
}
.opacity_head .right_frame .login_status a{
    font-weight: 300;
}
.opacity_head .right_frame .login_status .mall{
    display: inline-block;
    width: 88px;
    height: 34px;
    background:#006;
    border-radius: 22px;
    font-size: 14px;
    margin-right: 20px;
    line-height: 34px;
    color: #FFFFFF;
    text-align: center;
    border: 1px solid #006;
}
.opacity_head .right_frame .login_status .fanwei{
    display: inline-block;
    width: 88px;
    height: 34px;
    border-radius: 22px;
    font-size: 14px;
    line-height: 34px;
    text-align: center;
    background-color: rgb(254,50,50);
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #fff;
}
.opacity_head .right_frame .login_status .mall:hover{
    background-color: #FE3232;
    border: none;
    color: white;
    border: 1px solid rgb(254,50,50);
}
.opacity_head .right_frame .login_status .mall:active{
    background-color: #FE3232;
}
.opacity_head .right_frame .login_status .fanwei:hover{
    background-color: #006;
    border: none;
    color: white;
    border: 1px solid #006;
}
.opacity_head .right_frame .login_status .fanwei:active{
    background-color: #006;
}
.opacity_head .right_frame .headPhoto{
    width: 32px;
    height: 32px;
    border-radius: 17px;
    margin-right: 8px;
    border: 1px solid #EEEEEE;
    vertical-align: middle;
    display: inline-block !important;
}
.opacity_head .right_frame .nick{
    font-size: 16px;
    color: #444444;
    vertical-align: middle;
    display: inline-block;
    max-width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.opacity_head .right_frame .login_status .cz{
    display: none;
    width: 88px;
    margin: 0 auto;
    background: #FFFFFF;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.07);
}
.opacity_head .right_frame .login_status:hover .cz{
    display: block;
}

.opacity_head .right_frame .cz li{
    position: relative;
    display: block;
}
.opacity_head .right_frame .cz li a{
    font-size: 14px;
    color: #666666;
    padding:10px;
    text-align: center;
    line-height: 24px;
    display: block;
}
.opacity_head .right_frame .cz li span{
    width: 72px;
    height: 1px;
    margin: 0 auto;
    opacity: 0.04;
    transform: scaleY(-1);
    background: #000000;
    display: block;
}
.opacity_head .right_frame .cz li a i{
    position: absolute;
    top: 8px;
    left: 68px;
    padding: 0 4px;
    width: auto;
    min-width: 7px;
    height: 15px;
    margin-left: 2px;
    border-radius: 8px;
    background-color: #FE3232;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    font-style: normal;
    text-indent: 0;
    word-break: normal;
}
.opacity_head .right_frame .cz li:hover{
    background: #FE3232;
}
.opacity_head .right_frame .cz li:hover a{
    color: #fff;
}



/*头部宽窄屏*/
.small_top{
    height: 60px !important;
}
.small_top .left_frame ul li .frame_tag{
    line-height: 60px !important;
}
.small_top .left_frame .logo{
    font-size: 26px !important;
    line-height: 60px !important;
}
.small_top .right_frame .login_status .login{
    margin-right: 8px !important;
}
.small_top .right_frame .search_case{
    margin-right: 10px !important;
}
.small_top .left_frame ul li.select em{
    top: 50px !important;
}
.small_top .right_frame{
    top: 13px !important;
}
.small_top .left_frame ul{
    margin-left: 20px !important;
}
