@charset "utf-8";
body {
    background: #fff;
}

.main {
    padding-bottom: 1.2rem;
}

.exhibition {
    background: url("../../img/bgImg/bg-01.png") center center no-repeat;
    height: 3.8rem;
    background-size: 100%;
}

.logo {
    padding-top: 1.3rem;
    color: #fff;
    font-size: .3rem;
}

.logo img {
    height: 1.25rem;
    width: auto;
}

.menu-list {
    padding: .37rem 0 .5rem;
}

.menu-item {
    width: 25%;
}

.menu-item i {
    display: inline-block;
    width: .87rem;
    height: .65rem;
}

.icon-01 {
    background-position: .18rem .05rem;
}

.icon-02 {
    background-position: -1.25rem 0;
}

.icon-03 {
    background-position: -2.58rem 0;
}

.icon-04 {
    background-position: -4.08rem .1rem;
}

.menu-text {
    margin-top: .1rem;
}

.menu-list-v2 {
    padding-left: .34rem;
}

.menu-list-v2 img {
    display: block;
}

.menu-item-row {
    width: 6.8rem;
}

.menu-item-v2 {
    width: 2.2rem;
    margin: .2rem .1rem 0 0;
}

.nav-list {
    padding: 0 .34rem;
}

.nav-item {
    border-bottom: 1px solid #eee;
    height: 1.05rem;
    line-height: 1.05rem;
    position: relative;
    padding: 0 .3rem 0 .5rem;
    color: #999;
    font-size: .24rem;
}

.nav-item span{
    color: #363636;
    font-size: .28rem;
}

.nav-item .number{
    color: #E62929;
    font-size: .24rem;
}

.icon-arrow-rt {
    position: absolute;
    width: .13rem;
    height: .21rem;
    right: 0;
    top: 50%;
    margin-top: -.105rem;
    background-position-x: -5.39rem;
}

.nav-icon {
    display: inline-block;
    width: .37rem;
    height: .37rem;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -.175rem;
}

.nav-icon-01 {
    background-position-x: -5.8rem;
}

.nav-icon-02 {
    background-position-x: -6.6rem;
}

.nav-icon-03 {
    background-position-x: -7.38rem;
}

.nav-icon-04 {
    background-position-x: -8.13rem;
}


footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #EBEBEB;
}

.cut-page {
    color: #666;
    display: block;
}

.cut-page li {
    width: 25%;
    padding-top: .18rem;
}

.cut-page li.active {
    color: #37D8A6;
}

.cut-icon {
    display: inline-block;
    width: .42rem;
    height: .42rem;
    background-position-y: -.98rem;
}

.cut-icon-01 {
    background-position-x: -4.37rem;
}

.cut-icon-02 {
    background-position-x: -1.11rem;
}

.cut-icon-03 {
    background-position-x: -2.29rem;
}

.cut-icon-04 {
    background-position-x: -3.29rem;
}

.cut-title {
    font-size: .22rem;
    margin-top: .01rem;
    margin-bottom: .02rem;
}

