﻿* {
    padding: 0;
    margin: 0;
}

html,
body {
    /*height: 100%;*/
    margin: 0;
}

.swipe {
    overflow: hidden;
    visibility: hidden;
    position: relative;
    min-height: 200px;
}

.swipe-wrap {
    overflow: hidden;
    position: relative;
}

    .swipe-wrap > div {
        float: left;
        width: 100%;
        position: relative;
    }

.wrap-slide img {
    float: left;
    width: 100%;
}


.listbox {
    left: 0;
    top: 180px;
    right: 0;
    bottom: 40px;
}

.list {
    float: left;
    height: 135px;
    width: 33.3%;
    position: relative;
}

    .list:before {
        content: '';
        position: absolute;
        left: 10px;
        right: 10px;
        top: 10px;
        bottom: 10px;
        border-radius: 10px;
        background-size: 70px 70px;
        background-position: center;
        background-repeat: no-repeat;
    }

    .list > a > img, .list > a > i {
        width: 70px;
        height: 70px;
        position: absolute;
        margin: auto;
        top: 20px;
        left: 0;
        right: 0;
    }

.iconfont:before {
    position: absolute;
    font-size: 36px;
    margin: 17px;
    left: 0;
    right: 0;
}

.list:after {
    content: attr(data-index);
    position: absolute;
    height: 30px;
    left: 0;
    right: 0;
    bottom: 10px;
    margin: auto;
    text-align: center;
    /*font: 18px/27px bold 'microsoft yahei';*/
    /*font-size: 13px;*/
    /*font-family: 'microsoft yahei';*/
}

/*@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {*/
@media only screen and (min-device-width : 768px) {
    .list {
        height: 230px;
    }

        .list > a > img, .list > a > i {
            width: 130px;
            height: 130px;
        }

        .list:before {
            content: '';
            position: absolute;
            left: 10px;
            right: 10px;
            top: 10px;
            bottom: 10px;
            border-radius: 10px;
            background-size: 70px 70px;
            background-position: center;
            background-repeat: no-repeat;
        }

        .list:after {
            content: attr(data-index);
            position: absolute;
            height: 60px;
            margin: auto;
            text-align: center;
        }

    .iconfont:before {
        position: absolute;
        font-size: 65px;
        margin: 33px;
        left: 0;
        right: 0;
    }

    .footerinfomsg p {
        /*font-size: 25px;*/
    }
}
