.common-header{height:44px;line-height:44px;background:#fff;border-bottom:1px solid #e4e4e4;width:100%;position:relative}
.common-header__con{text-align:center;font-size:20px;color:#a83b00;margin:0 44px;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
.common-header__home{position:absolute;height:44px;top:0;left:50%;margin-left:-320px;padding-left:36px;color:#f56334;font-size:16px;text-decoration:none}
.common-header__home:after{content:'';position:absolute;top:9px;left:10px;width:24px;height:24px;-moz-background-size:100% 100%;background-size:100% 100%;background-repeat:no-repeat;background-image:url(../images/icon_home.png)}
.common-header__order{position:absolute;height:44px;top:0;right:50%;margin-right:-320px;color:#f56334;font-size:16px;padding:0 10px 0 26px;text-decoration:none}
.common-header__order:after{content:'';position:absolute;top:9px;left:0;width:24px;height:24px;-moz-background-size:100% 100%;background-size:100% 100%;background-repeat:no-repeat;background-image:url(../images/icon_order.png)}
@media only screen and (max-width:640px){
.common-header__home{left:0;margin-left:0}
.common-header__order{right:0;margin-right:0}
}
