.nav-bottom{
    width: 100%;
    background:rgba(0, 0, 0, 0.5);
    height: 100px;
    position: fixed;
    bottom: -100px;
    left: 0;
    color: #fff;
    animation:mymove 800ms ;
    animation-iteration-count:1;
	animation-fill-mode:forwards;
    -webkit-animation:mymove 800ms;
	-webkit-animation-iteration-count:1;
	-webkit-animation-fill-mode:forwards;
}
.nav-bottom .bottom-flex{
    display: flex;
    align-items: center;
}
.nav-bottom .bottom-flex-1{
    flex: 1;
}
.nav-bottom .bottom-justify-between{
    justify-content: space-between;
}
.nav-bottom .center-bottom{
    width: 1190px;
    margin:0 auto;
    position: relative;
}
.nav-bottom .phone{
    width: 237px;
    height: 100px;
    align-items: center;
    display: flex;
    position: relative;
}
.nav-bottom .phone .line{
    display: block;
    height: 70px;
    width: 1px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0,-50%);
    background: #fff;
}
.nav-bottom .phone p{
    margin-bottom: 5px;
}
.nav-bottom .phone b{
    font-weight: bold;
    font-size: 20px;
}
.nav-bottom .hot-list{                                                                                                                                                                                                                                                                    