* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 0.3rem;
}

html,
body {
    background-color: #f5f5f5;
    max-width: 7.5rem;
}

body,
header,
footer,
section {
    max-width: 7.5rem;
}

a {
    display: contents;
    text-decoration: none;
    color: unset;
    font-size: .28rem;
}

ul,
ol {
    list-style: none;
}

input {
    outline: none;
    border: none;
}

header {
    position: fixed;
    padding: 0 .24rem 0 .16rem;
    width: 100%;
    max-width: 7.5rem;
    box-sizing: border-box;
    height: .9rem;
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    z-index: 2;
}

    header::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: .02rem;
        background-color: #F4F4F4;
    }

    header .logo {
        width: 1.5rem;
        margin-right: 0.2rem;
    }

        header .logo img {
            max-width: 1.5rem;
            max-height: 0.9rem;
            flex-shrink: 0;
            display: block;
            margin: auto;
        }

    header .iconfont {
        font-size: .5rem;
        color: #003D8B;
        cursor: pointer;
    }

    header .search_box {
        margin-right: .22rem;
        padding: 0 .12rem;
        display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox; /* TWEENER - IE 10 */
        display: -webkit-flex; /* NEW - Chrome */
        display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
        justify-content: space-between;
        align-items: center;
        height: .68rem;
        border-radius: .02rem;
        background-color: rgba(243, 243, 243, 1);
        border: .02rem solid rgba(227, 227, 227, 1);
        -webkit-box-flex: 1; /* OLD - iOS 6-, Safari 3.1-6 */
        -moz-box-flex: 1; /* OLD - Firefox 19- */
        -webkit-flex: 1; /* Chrome */
        -ms-flex: 1; /* IE 10 */
        flex: 1; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    }

        header .search_box input {
            padding: 0 .12rem;
            font-size: .28rem;
            color: #333;
            background-color: rgba(243, 243, 243, 1);
            -webkit-box-flex: 1; /* OLD - iOS 6-, Safari 3.1-6 */
            -moz-box-flex: 1; /* OLD - Firefox 19- */
            -webkit-flex: 1; /* Chrome */
            -ms-flex: 1; /* IE 10 */
            flex: 1; /* NEW, Spec - Opera 12.1, Firefox 20+ */
        }

            header .search_box input::placeholder {
                font-size: .28rem;
                color: #999;
            }

        header .search_box .btn {
            width: .8rem;
            height: .44rem;
            line-height: .44rem;
            font-size: .24rem;
            color: #fff;
            text-align: center;
            border-radius: .02rem;
            background-color: rgba(23, 73, 126, 1);
        }

.head_title {
    position: fixed;
    padding: 0 .24rem;
    margin: 0 auto;
    top: .9rem;
    width: 7.5rem;
    height: .8rem;
    line-height: .8rem;
    font-size: .32rem;
    color: #333;
    font-weight: bold;
    background-color: #fff;
}

    .head_title::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: .04rem;
        background-color: #003D8B;
    }

section {
    padding: .9rem 0 .6rem;
    background-color: #fff;
    width: 7.5rem;
}

/* menu star */

.menu_box {
    position: fixed;
    top: .9rem;
    /* left: 0; */
    margin: 0 auto;
    width: 100%;
    max-width: 7.5rem;
    height: 100%;
    z-index: 9999;
    background: rgba(0,0,0,0.2);
}
.menu li a{
    color:#FFF;
}
.menu_box .masked {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: .9rem;
}

    .menu_box .iconfont {
        position: absolute;
        right: 3.4rem;
        top: .12rem;
        font-size: .6rem;
        color: #DA251B;
    }

    .menu_box .menu {
        position: absolute;
        padding: .4rem .8rem 1rem 0.8rem;
        top: 0;
        right: 0;
        width: 3.3rem;
        height: 100%;
        background-image: url(../image/bg.png);
        background-size: auto 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-color: rgba(0, 0, 0, 1);
        box-shadow: inset 0 0px 5rem 1rem #003d8b;
        overflow: auto;
    }

        .menu_box .menu > li {
            padding: .4rem 0;
            font-size: .3rem;
            color: #fff;
            opacity: 0.9;
            cursor: pointer;
        }

            .menu_box .menu > li > ol {
                display: none;
                margin-left: 0.2rem;
                width: 100%;
                margin-top: 0.2rem
            }

                .menu_box .menu > li > ol > li {
                    padding: 0.1rem;
                    border-bottom: 0.01rem solid #eed4d4
                }


/* menu end */

/* imgs_list star */
.imgs_list {
    padding: 0 .2rem;
    padding-top: 0.2rem;
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

    .imgs_list a {
        display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox; /* TWEENER - IE 10 */
        display: -webkit-flex; /* NEW - Chrome */
        display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
        margin-right: .2rem;
        width: calc(50% - .1rem);
        margin-bottom: .2rem;
    }

        .imgs_list a:nth-child(2n) {
            margin-right: 0;
        }

    .imgs_list .list {
        width: 100%;
        display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox; /* TWEENER - IE 10 */
        display: -webkit-flex; /* NEW - Chrome */
        display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
        flex-direction: column;
        align-items: center;
    }

        .imgs_list .list img {
            width: 2.5rem;
            height: 2.5rem;
        }

        .imgs_list .list .title {
            width: 100%;
            font-size: .24rem;
            color: #333;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            text-align: center;
        }
/* imgs_list end */
/* news_list star */

.news_list {
    padding: 0 .14rem;
}

    .news_list .list {
        margin-top: .12rem;
        padding: .18rem .16rem;
        height: 1.16rem;
        background-color: #F8F8F8;
    }

        .news_list .list:last-child {
            margin-bottom: .12rem;
        }

        .news_list .list .title {
            margin-bottom: .12rem;
            font-size: .28rem;
            color: #565656;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .news_list .list .time {
            font-size: .24rem;
            color: #A2A2A2;
        }


/* news_list end */


/* copyright star */

.copyright {
    position: fixed;
    bottom: 0;
    /* left: 0; */
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    max-width: 7.5rem;
    padding: .15rem .3rem;
    font-size: .2rem;
    color: #666;
    background-color: #fff;
}

    .copyright a {
        font-size: 0.2rem;
    }
/* copyright end */
/* page star */
.footer {
    position: fixed;
    margin: auto;
    bottom: .6rem;
    width: 100%;
    height: .92rem;
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #ffff;
}

    .footer .pageBox {
        display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox; /* TWEENER - IE 10 */
        display: -webkit-flex; /* NEW - Chrome */
        display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
        justify-content: space-between;
        align-items: center;
    }

.pageBox .pageList {
    -webkit-box-flex: 1; /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1; /* OLD - Firefox 19- */
    -webkit-flex: 1; /* Chrome */
    -ms-flex: 1; /* IE 10 */
    flex: 1; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    width: 2.4rem;
    overflow-x: hidden;
}

    .pageBox .pageList ul {
        display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox; /* TWEENER - IE 10 */
        display: -webkit-flex; /* NEW - Chrome */
        display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
        justify-content: flex-start;
        align-items: center;
    }

.pageBox li {
    width: .48rem;
    height: .48rem;
    line-height: .48rem;
    font-size: .28rem;
    color: #000;
    flex-shrink: 0;
}

    .pageBox li.active {
        font-size: .28rem;
        color: #1890FF;
        border-radius: .04rem;
        border: .02rem solid rgba(24, 144, 255, 1);
    }

.selectPage {
    margin-left: .26rem;
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    justify-content: center;
    align-items: center;
}

    .selectPage input {
        width: .5rem;
        height: .48rem;
        line-height: .48rem;
        font-size: .28rem;
        color: #000;
        text-align: center;
        border-radius: .04rem;
        border: .02rem solid rgba(0, 0, 0, 0.15);
        outline: none;
    }

    .selectPage .btn {
        margin-left: .26rem;
        font-size: .28rem;
        color: #000;
    }

.leftArrow {
    position: relative;
    width: .48rem;
    height: .48rem;
}

    .leftArrow::before {
        content: '';
        position: absolute;
        top: .19rem;
        left: 0;
        width: .16rem;
        height: .02rem;
        background-color: #000;
        transform: rotate(150deg);
    }

    .leftArrow::after {
        content: '';
        position: absolute;
        bottom: .19rem;
        left: 0;
        width: .16rem;
        height: .02rem;
        background-color: #000;
        transform: rotate(30deg);
    }

.rightArrow {
    position: relative;
    width: .48rem;
    height: .48rem;
}

    .rightArrow::before {
        content: '';
        position: absolute;
        bottom: .19rem;
        right: 0;
        width: .16rem;
        height: .02rem;
        background-color: #000;
        transform: rotate(150deg);
    }

    .rightArrow::after {
        content: '';
        position: absolute;
        top: .19rem;
        right: 0;
        width: .16rem;
        height: .02rem;
        background-color: #000;
        transform: rotate(30deg);
    }


/* page end */

.showPages {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    padding: 0.2rem 0.2rem
}

.pagesOpts {
    width: 2rem;
}

.selectPages {
    -webkit-box-flex: 1; /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1; /* OLD - Firefox 19- */
    -webkit-flex: 1; /* Chrome */
    -ms-flex: 1; /* IE 10 */
    flex: 1; /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

    .selectPages a {
        text-decoration: underline;
        cursor: pointer;
        color: #1890FF;
        display: inline-block;
        margin: 0 0.1rem;
    }
