body,ul,li,span,p,a,h1{margin: 0px;padding: 0px;}
.head-flex{
    height: 80px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.logo-img{
    height: 50px;
    width: 135px;
    margin-right: 50px;
}
.bar-flex{
	height: 49px;
	width:840px;
    display: flex;
    flex-direction: row;
    margin-top: 29px;
    justify-content: space-around;
}
.bar-flex-t{
	height: 59px;
    margin-top: 19px;
}
.bar-flex li{
    list-style: none;
    cursor: pointer;
    color: #030303;
    font-size: 16px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    text-align: center;
    padding: 0 5px;
}
.bar-flex li:last-child{
    margin-right: 40px;
}
.bar-show{
    font-weight: bold;
}
.bar-show-img{
    visibility: hidden;
    height: 15px;
    width: 15px;
    margin: 0px auto;
}
.shows{
    visibility: inherit !important;
}
.flag-img{
    height: 30px;
    width: 30px;
    cursor: pointer;
}
.head-flex i{
    cursor: pointer;
}
