.head {
    z-index: 9999;
    background-color: #e5e5e5;
}
.headnav {
    padding: 0 15px;
    margin: 10px auto;
}

.headnav a {
    display: inline-block;
    float: left;
    width: 20%;
    line-height: 22px;
    border-left: 2px solid #999;
    text-align: center;
    font-weight: 600;
    color: #666;
}

.headnav a.active {
    color: #007aff;
}

.headnav a:first-child {
    border-left: 0;
}
.userlogin{
    text-align: center;
    line-height: 34px;
    padding-left: 20px;
}
.userlogin i{
    color:#fff;
    font-size: 20px;
}
.footer{
    padding: 20px;
    background-color: #0168b7;
}
.footer p{
    color:#fff;
    font-size: 12px;
    text-align: center;
    margin-bottom: 0;
}
.footer p img{
    display:inline-block;
}
.icon-ziyuan{
    font-size: 20px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    position: fixed;
    z-index: 99999;
    top: 80%;
    right: 10px;
    opacity: 0.8;
    background-color: #f7f7f7;
}
/*.wrapbox {
    margin-top: 190px;
}*/
/*船、箱跟踪按钮*/
.phonebtn{
    padding: 0 10px;
}
.phonebtn a{
    display: inline-block;
    float: left;
    width:48%;
    height:46px;
    line-height: 46px;
    text-align:center;
    font-size: 18px;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 6px;
    margin: 10px 1%;
    font-weight: 600;
    letter-spacing: 1px;
    overflow: hidden;
}
.phonebtn a .ship{
    padding: 8px 18px;
    background: url(../images/ship1.png) no-repeat center;
    background-size: 20px;
    margin-right: 6px;
}
.phonebtn a .jizhuangxianghd{
    padding: 8px 18px;
    background: url(../images/jizhuangxiang.png) no-repeat center;
    background-size: 26px;
    margin-right: 6px;
}
.mui-backdrop{
    z-index: 10000;
}
.mui-popover.mui-popover-action.mui-popover-bottom{
    z-index: 10001;
}