.template {
    background-color: #EEEE !important
}

.nav-1 {
    width: 100%;
    margin: 0 auto;
    height: .40rem;
    background-color: #000;
    overflow-x: scroll;
}

.nav-1::-webkit-scrollbar {
    width: 1px;
    height: 1px;
}

.nav-1 div {
    position: relative;
    top: 0;
    bottom: 0;
    width: 130%;
}

.template .nav-1 a {
    color: #AAAAAA;
    font-size: 12px;
    float: left;
    text-decoration: none;
    margin: 0 .12rem;
    line-height: .40rem
}

.template .nav-1 a:hover,
.template .nav-1 a.cur {
    color: #fff;
}

.plate1,
.plate1-item {
    padding: .12rem;
}

.plate1-item {
    padding: 0 .12rem .12rem
}

.item-plate1 {
    width: 1.71rem;
    background-color: #fff;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: .09rem
}

.item-plate1:nth-child(2n) {
    margin-left: .03rem
}

.item-plate1 p:nth-child(2) {
    font-size: 12px;
    margin: .1rem;
    height: .26rem;
}

.item-plate1 p:nth-child(3) {
    font-size: 10px;
    margin: .13rem .1rem .12rem;
    color: #7f7f7f
}


.producMenu {
    overflow: hidden;
    overflow-y: scroll;
    background: #fff;
    font-size: 14px;
    line-height: 30px;
    box-shadow: 0 .1rem .2rem -.1rem rgba(0, 0, 0, .1);
    padding: .16rem .12rem .2rem;
    position: absolute;
    display: none
}

.producMenu-title {
    font-size: 13px;
    color: #9B9B9B
}
.showFilterBox{
    box-shadow: 0 .1rem .2rem -.1rem rgba(0, 0, 0, .1);
    height: .48rem;
    padding: 0 .12rem;
    font-size: 13px;
    line-height: .45rem
}
.series div {
    display: inline-block
}

.curs {
    color: #32BD24;
    background-color: #E7E7E7 !important;
    font-weight: bold;
}

.btn1 {
    text-align: center;
    width: 1.1rem;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: .94rem;
    justify-content: space-between;
    padding-top: .15rem;
    background-color: #F3F3F3;
    margin: .1rem .03rem .1rem 0;
}

.btn1:nth-last-child(1) {
    margin-right: 0
}

.conditions > p {
    display: inline-block;
    text-align: center;
    width: .8rem;
    padding: .09rem 0;
    border-radius: 6px;
    background-color: #F3F3F3;
    margin: .1rem .03rem .1rem 0;
}