@charset "utf-8";
.main {
    padding-bottom: .9rem;
}

.exhibition {
    background: url("../../img/bgImg/bg-01.png") center center no-repeat;
    height: 4.88rem;
    background-size: 100%;
}

.logo {
    padding-top: 1.3rem;
    color: #fff;
    font-size: .3rem;
}

.logo div {
    margin-left: -.3rem;
}

.logo img {
    height: 1.25rem;
    width: auto;
}

.menu-content {
    padding: .4rem 0;
    background: #fff;
}

.menu-list {
    background: #fff;
    padding: 0 .4rem;
    width: 100%;
}

.menu-list:last-child li {
    border-bottom: none;
}

.menu-item {
    width: 33.3%;
    padding: .5rem 0 .4rem;
    border-left: 1px solid #F1F1F1;
    border-bottom: 1px solid #F1F1F1;
    height: 1.95rem;
}

.menu-item:first-child {
    border-left: none;
}

.menu-icon i{
    display: inline-block;
    border-radius: 50%;
    padding: .05rem;
    font-size: .2rem;
    background: #E1152B;
    color: #fff;
    text-align: center;
    font-style: normal;
    position: absolute;
    right: -.15rem;
    top: -.15rem;
}
.menu-icon {
    display: inline-block;
    width: .79rem;
    height: .6rem;
    background: url("../../img/icon/icon-01.png") no-repeat;
    background-size: 2.95rem;
    position: relative;
}

.menu-icon-01 {
    background-position-x: -1.1rem;
}

.menu-icon-02 {
    background-position-x: -2.25rem;
}

.menu-icon-03 {
    background-position: 0 -.76rem;
}

.menu-icon-04 {
    background-position: -1.06rem -.76rem;
}

.menu-icon-05 {
    background-position: -2.25rem -.76rem;
}

.menu-icon-06 {
    background-position: 0 -1.53rem;
}

.menu-icon-07 {
    background-position: -1.1rem -1.53rem;
}

.menu-icon-08 {
    background-position: -2.28rem -1.53rem;
}

.menu-icon-09 {
    background-position: 0 -2.34rem;
}

.menu-icon-10 {
    background-position: -1.06rem -2.31rem;
}

.menu-icon-11 {
    background-position: -2.27rem -2.31rem;
}

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 .cut-icon {
    background-position-y: -3.93rem;
}

.cut-page li.active {
    color: #248FED;
}

.cut-icon {
    display: inline-block;
    width: .4rem;
    height: .42rem;
    background: url("../../img/icon/icon-01.png") no-repeat;
    background-position-y: -3.23rem;
    background-size: 2.93rem;
}

.cut-icon-01 {
    background-position-x: -.13rem;
}

.cut-icon-02 {
    background-position-x: -.85rem;
}

.cut-icon-03 {
    background-position-x: -1.54rem;
}

.cut-icon-04 {
    background-position-x: -2.24rem;
}

.cut-title {
    font-size: .22rem;
    margin-top: .01rem;
    margin-bottom: .02rem;
}