@media screen and (min-width:768px) {
    .nav__trigger {
        display: block;
        position: absolute;
        width: .45rem;
        height: .45rem;
        left: .55rem;
        z-index: 200;
    }
}
.nav__item{
    padding: 0.2rem 0.2rem 0.2rem 0;
    text-align: center;
}
/*.nav .active{
    color: #fff;
    background-color: #00a1ea;
    border:1px solid #00a1ea;
}*/
.nav{
    background-color: #f8f8f8;
}
.iphone__screen{
    height:1.2rem;
}
.nav__item:first-child{
    border-bottom: 1px solid #ddd;
}
.nav__item:nth-child(2){
    padding-top: 0.4rem;
}
.nav__link{
    border: 1px solid #848484;
    padding:0.15rem 0.8rem;
    border-radius: 0.4rem;

}