.nav3 .now{
    width: 80px;
    height: 26px;
    background: #F6D9CA;
    border-radius: 13px;
    border: 1px solid #FF8E56;
    text-align: center;
    line-height: 26px;
}
.nav4{
    flex-direction: column;
    align-items: start;
}
.nav4 ul li{
    line-height: 40px;
    margin-right: 26px;
}
.nav4 ul li:not(:first-child){
    color: #343434;
}
.nav4 ul li+.now a{
    display: inline-block;
    width: 80px;
    height: 26px;
    background: #FE6D24;
    border-radius: 15px;
    line-height: 26px;
    text-align: center;
    color: #ffffff;
}
.today{
    height: auto;
    flex-direction: row;
    justify-content: space-around;
}
.nav5 form input{
    width: 62px;
    height: 30px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #FE6D24;
    line-height: 30px;
    padding-left: 5px;
}
.nav5{
    color: #666666;
    justify-content: space-between
}
.nav5 button{
    border: 0;
    outline: none;
    width: 62px;
    height: 30px;
    background: #FE6D24;
    border-radius: 4px;
    color: #ffffff;
}
.nav5 form span{
    margin-right: 5px;
}
.nav6 ul{
    font-size: 14px;
    font-weight: 400;
    color: #878787;
}
.nav6 ul li{

    margin: 10px 32px 10px 0;
}
.nav6 ul li a{
    color: #878787;
}