﻿header .header {
    display: block;
    width: 100%;
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    line-height: 0;
    height: 1.1rem;
    line-height: 1.1rem;
}

header .m-btn {
    display: block;
    margin: 0 10px;
    width: 38px;
    height: 28px;
    padding: 5px;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    header .m-btn .box {
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
    }

        header .m-btn .box .line {
            display: block;
            width: 100%;
            height: 2px;
            background-color: #424542;
            position: absolute;
            left: 0;
        }

        header .m-btn .box .line1 {
            top: 0;
        }

        header .m-btn .box .line2 {
            top: 8px;
        }

        header .m-btn .box .line3 {
            top: 16px;
        }

header .m-search {
    display: block;
    margin: 0 10px;
}

    header .m-search a {
        display: block;
        padding: 8px;
    }

    header .m-search .weui-icon-search {
        font-size: 24px;
        line-height: 1;
        color: #424542;
    }

header .logo img {
    height: 0.81rem;
}
.swiper-pagination-bullet-active {
    background: #e40a22;
}
.container {
    min-height: calc(100vh - 105px - 48px);
    overflow: hidden;
}
.productcate {
    background: #fff;
}

    .productcate ul {
        padding: 0 0.2rem 0.3rem 0.2rem;
    }

        .productcate ul li {
            position: relative;
            margin-top: 0.3rem;
        }

    .productcate .info {
        position: absolute;
        top: 0.3rem;
        left: 0.5rem;
    }

        .productcate .info h2 {
            font-size: 0.3rem;
            font-weight: bold;
            color: #191919;
            position: relative;
            padding-bottom: 0.25rem;
            margin-bottom: 0.15rem;
        }

        .productcate .info i {
            position: absolute;
            bottom: 0;
            height: 1px;
            width: 0.4rem;
            background: #191919;
            left: 0;
        }

        .productcate .info span {
            background: url(../images/more.png) no-repeat right center;
            padding-right: 0.25rem;
            background-size: 0.15rem auto;
            font-size: 0.2rem;
            color: #191919;
            text-transform: uppercase;
        }

.i-about {
    padding: 0.42rem 0.2rem;
}

    .i-about .title {
        position: relative;
        text-align: center;
        font-size: 0.35rem;
        color: #000;
        font-weight: bold;
        padding: 0.3rem 0;
    }

        .i-about .title i {
            position: absolute;
            height: 4px;
            width: 0.5rem;
            background: #fedb02;
            border-radius: 4px;
            left: 50%;
            margin-left: -0.25rem;
            bottom: 0;
        }

    .i-about .des {
        font-size: 0.24rem;
        color: #333333;
        line-height: 0.35rem;
        text-indent: 2em;
        padding: 0.3rem 0;
    }

    .i-about .more {
        text-align: center;
        padding: 0.3rem 0;
    }

        .i-about .more a {
            display: inline-block;
            background: #e40a22;
            width: 2.15rem;
            height: 0.65rem;
            line-height: 0.65rem;
            text-align: center;
            color: #fff;
            font-size: 0.24rem;
            text-transform: uppercase;
        }
.contact {
    padding: 0.7rem 0.2rem 0.2rem 0.2rem;
    background: #000000;
}

    .contact h2 {
        text-align: center;
        font-size: 0.24rem;
        text-transform: uppercase;
        font-weight: bold;
        color: #fff;
        padding-top: 0.7rem;
        background: url(../images/tel.png) no-repeat top center;
        background-size: 0.53rem auto;
    }

    .contact p {
        padding: 0.15rem 0;
        text-align: center;
        text-transform: uppercase;
        font-size: 0.45rem;
        font-weight: bold;
        color: #fff;
    }
.footer .copy {
    color: #fff;
    background: #000;
    font-size: 0.2rem;
    text-transform: uppercase;
}

.footer {
    max-width: 750px;
    background: #000;
}

.weui-tabbar:before {
    border: none;
}

.weui-tabbar {
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.5);
    max-width: 750px;
    margin: 0 auto;
}

.circle-sub .icon-menu {
    font-size: 20px;
    color: #fff;
}

.open-popup .weui-tabbar__label {
    color: #e40a22;
    z-index: 3;
    position: relative;
}

.circle-sub {
    border-radius: 100%;
    z-index: 3;
    background: #e40a22;
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: relative;
    top: 5px;
    left: 5px;
}

.circle {
    border-radius: 100%;
    box-shadow: 0 0 10px rgba(0,0,0,.5);
    background: #fff;
    width: 60px;
    height: 60px;
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -30px;
}

.circle-menu {
    z-index: 2;
    background: #fff;
    position: absolute;
    left: -10px;
    right: -10px;
    bottom: 0;
    height: 100%;
}
   
/*分页页码*/
.page-list{ position:relative; margin:10px 0; padding:0; clear:both; background:#fff; }
.page-list:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; }
.page-list a,
.page-list span{ margin:0.5em 0;  padding:0.5em 0; display:none; float:left; width:24.5%; line-height:1.2em; border-left:1px solid #ececec; font-size:13px; text-align:center; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; }
.page-list a:active{ background:#ececec; }
.page-list span{ color:#999; }
.page-list a{ color:#333; }
.page-list span:nth-child(1),.page-list span:nth-child(2),.page-list a:nth-child(2){ display:block; float:left;}
.page-list span:nth-last-child(1),.page-list a:nth-last-child(1){ display:block; float:left; border-left-color:#ececec; }
.page-list .current{ display:block; float:left; }