﻿#position {
    background: #444; margin-top:8px;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 999;
    overflow: hidden;
    opacity: 0.9;
    display: table;
    text-align: center;
	min-width: 1300px;
}
#position dd {
    display: inline-flex;
    text-align: center;
    overflow: hidden;
    padding: 0 3%;
    margin-top:8px;
}
dd {
    margin-left: 0;
}
dd, dt {
    line-height: 1.57142857;
}
#position dd a {
    color: #fff;
    text-decoration: none;
}
#position dd:first-child i {
    background-color:rgb(104, 59, 26);
}
#position dd i {
    font-size: 1.5em;
    border-radius: 50%;
    background-color:#a68158;
    width: 2em;
    height: 2em;
    line-height: 2em;
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#position dd font {
    display: block;
    padding-top: 1px;
}
@media (min-width:1000px){
#gao{ height:145px; display:none;}
	}
	
@media (max-width:640px){

#position {
    background: #444; margin-top:28px;
    bottom: 50px;
	display: block;
    left: 0px;
    width: 100%;
    z-index: 999;
    overflow: hidden;
    opacity: 0.9;
    display: table;
    text-align: center;
	min-width: 1300px;
	
}
#gao{ height:145px; display: block;}
}
@media (min-width: 1000px)

{
#position {display: none;}
}
