.nav-bar {
    position:fixed;
    width:50%;
    top:50%;
    left:-50%;
    background:#fd4e75;
    margin-top:-180px;
    border-top-right-radius:10px;
    -webkit-border-top-right-radius:10px;
    border-bottom-right-radius:10px;
    -webkit-border-bottom-right-radius:10px;
    z-index:10;
}
.nav-bar .nav-wrapper .cont:first-child {
    border-top-right-radius:10px;
    -webkit-border-top-right-radius:10px;
}
.nav-bar .link{
    border-bottom:1px solid #44007f;
    line-height:20px;
}
.nav-bar a {
    color:#fff;
}
.nav-bar .link a {
    width:50%;
    height:20px;
    font-size:12px;
}
.nav-bar .link:last-child {
    border-bottom:none;
}
.nav-bar .link a:first-child {
    border-right:1px solid #7e273a;
}
.nav-bar .sort {
    background:url(../images/dog.png) no-repeat;
    width:35px;
    height:84px;
    background-size:100% auto;
    -webkit-background-size:100% auto;
    right:-35px;
    top:50%;
    margin-top:-42px;
}
.nav-bar .sort.cat {
    background:url(../images/cat.png) no-repeat;
    background-size:100% auto;
    -webkit-background-size:100% auto;
}
.nav-bar .sort:before {
    position:absolute;
    content:'';
    background:url(../images/suo.png) center 0 no-repeat;
    width:100%;
    height:12px;
    background-size:auto 12px;
    -webkit-background-size:auto 12px;
    bottom:6px;
}
.nav-bar .sort.shen:before {
    position:absolute;
    content:'';
    background:url(../images/shen.png) center 0 no-repeat;
    width:100%;
    height:12px;
    background-size:auto 12px;
    -webkit-background-size:auto 12px;
    bottom:6px;
}
.cont {
    height:30px;
    line-height:30px;
    background:#8900ff;
    border-bottom:1px solid #44007f;
    font-weight:bold;
    color:#fff;
}
.nc-container #nc_1_wrapper, .nc-container.tb-login #nc_1_wrapper {
    width:100% !important;
}
#medal {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:rgba(0,0,0,0.8);
    z-index:100;
    width:100%;
    height:100%;
    display:none;
    align-items: center;
    justify-content: center;
}
#medal .content {
    width: 96%;
    background: #fff;
    padding: 40px 20px 20px;
    border-radius: 20px;
    -webkit-border-radius:20px;
}
#medal .close {
    right: 10px;
    top: 10px;
    width:15px;
    height:15px;
    background:url('https://static.epetbar.com/static_sale/mobile/1806/navBar/images/close.png') no-repeat;
    background-size:100% 100%;
    -webkit-background-size:100% 100%;
}