﻿@charset "UTF-8";
/* 通用样式表 */
* {
    margin: 0;
    padding: 0;
    max-height: 1000rem;
    /* line-height: normal; */
    font-family: '微软雅黑';
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
* { touch-action: pan-y; }
html {
    height: 100%;
}

body {
    color: #333;
    height: 100%;
    font-size: 0.24rem;
    /* background: #f4f4f4; */
    font-family: '微软雅黑';
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

img {
    width: 100%;
    border: none;
}

div, header, footer {
    max-width: 10rem;
    max-height: 1000rem;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    font-size: 100%;
}

input, label, img, th {
    border: none;
    outline: none;
    display: inline-block;
    /* vertical-align: middle; */
    /*-webkit-appearance: none;
    appearance: none;*/
}

ul, ol, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

a, a:hover, a:visited, a:focus, a:active {
    color: inherit;
    text-decoration: none;
}

/*** 修改滚动条样式 ***/
::-webkit-scrollbar {
    width: 0;
    height: 0;
}

/*-------------常用类----------*/
.text-l {
    text-align: left !important;
}

.text-c {
    text-align: center !important;
}

.text-r {
    text-align: right !important;
}

.ver-u {
    vertical-align: unset !important;
}

.ver-m {
    vertical-align: middle !important;
}

.ver-t {
    vertical-align: top !important;
}

.dis-ib {
    display: inline-block;
    vertical-align: middle;
}

.c_red {
    color: red;
}

.bg_white {
    background-color: #fff;
}

.bg_gray {
    background-color: #f4f4f4;
}

/*-------------距离----------*/
.mt-15 {
    margin-top: .15rem !important;
}

.mt-20 {
    /* margin-top: .2rem !important; */
}

.mt-30 {
    margin-top: .3rem !important;
}

.mt-40 {
    margin-top: .4rem !important;
}

.mr-15 {
    margin-right: .15rem !important;
}

.mr-20 {
    margin-right: .2rem !important;
}

.mr-30 {
    margin-right: .3rem !important;
}

.mr-40 {
    margin-right: .4rem !important;
}

.padl-10 {
    padding-left: .1rem !important;
}

.padl-15 {
    padding-left: .15rem !important;
}

.padl-20 {
    padding-left: .2rem !important;
}

.padl-30 {
    padding-left: .3rem !important;
}

.bort-5 {
    border-top: .05rem solid #f9f9f9;
}

.bort-15 {
    border-top: .15rem solid #f9f9f9;
}

.bort-20 {
    border-top: .2rem solid #f9f9f9;
}

/*-------------上传图片----------*/
.up-img {
    width: 1.1rem;
    overflow: hidden;
    position: relative;
    text-align: center;
}

    .up-img img {
        width: 1.1rem;
        height: 1.1rem;
    }

    .up-img input {
        top: 0;
        left: 0;
        opacity: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        cursor: pointer;
        position: absolute;
    }

    .up-img p {
        line-height: .3rem;
    }

/*-------------table类----------*/
input, textarea, select {
    resize: none;
    /* height: .34rem; */
    padding: 0 .05rem;
    border: .01rem solid #dddddd;
    /*background: transparent !important;*/
}

select {
    background-color: transparent !important;
}


    input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
        -webkit-box-shadow: 0 0 0px 1000px white inset
    }

textarea {
    height: 1rem;
    line-height: 150%;
    font-family: 微软雅黑;
}

    input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
        color: #999999;
    }

table td {
    padding: .1rem 0;
}

/*头部*/
.header {
    top: 0;
    z-index: 11;
    width: 100%;
    height: 1rem;
    display: flex;
    position: fixed;
    padding: 0 .2rem;
    line-height: 1rem;
    align-items: center;
    background-color: #1787e7;
    justify-content: space-between;
}

    .header.blue {
        background-color: #1787e7;
    }

    .header .header_left {
        width: 20%;
        height: 100%;
    }

        .header .header_left .back_a {
            height: 100%;
            display: block;
            background: url(../images/icon_page_back2.png) no-repeat 0 center;
        }

    .header.blue .header_left .back_a {
        background: url(../images/icon_page_back2.png) no-repeat 0 center;
    }

    .header .header_page_title {
        width: 60%;
        color: #fff;
        height: 100%;
        font-size: .34rem;
        line-height: 1rem;
        text-align: center;
    }

    .header.blue .header_page_title {
        color: #fff;
    }

    .header .header_right {
        width: 20%;
        height: 100%;
    }

        .header .header_right .go_details {
            color: #fff;
            width: 100%;
            height: .6rem;
            text-align: center;
            line-height: .6rem;
            display: inline-block;
            background-color: #0077dd;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            margin-top: .2rem;
        }

/*底部*/
.footer {
    bottom: 0;
    z-index: 11;
    width: 100%;
    height: 1.1rem;
    position: fixed;
    background-color: #fff;
    box-shadow: 0 0.01rem 0.07rem #3d3d3d;
}

    .footer .footer_ul {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding:0 0.2rem;
    }

        .footer .footer_ul .footer_li {
            width: 25%;
            height: 100%;
            /*padding: .15rem 0;*/
            padding: .1rem 0;
            text-align: center;
        }

            .footer .footer_ul .footer_li.on {
                color: #1787e7;
            }

            .footer .footer_ul .footer_li .img_box {
                font-size: 0;
                /*width: .41rem;
                height: .39rem;*/
                position: relative;
                /*margin: 0 auto .1rem;*/
            }

                .footer .footer_ul .footer_li .img_box i {
                    width: .16rem;
                    display: none;
                    height: .16rem;
                    right: -.08rem;
                    position: absolute;
                    border-radius: 50%;
                    background-color: #da2021;
                }

            .footer .footer_ul .footer_li.new .img_box i {
                display: block;
            }

            .footer .footer_ul .footer_li .img_box img {
                width: auto;
                height: auto;
                max-width: 100%;
                max-height: 100%;
            }

.new_message {
    color: #fff;
    top: .1rem;
    width: .5rem;
    /* right: 1.1rem; */
    height: .36rem;
    font-size: .3rem;
    text-align: center;
    position: absolute;
    border-radius: 50%;
    line-height: .3rem;
}
    .new_message.on {
        /*background-color: #da2021;*/
        background-color:#1787e7;
    }
    /*分页*/
    .page {
        margin: 5% auto !important;
        text-align: center;
        font-size: 0;
    }

    .page span {
        margin: 0 0.05rem;
        border: 1px solid #e5e5e5;
        background: #fff;
        color: #666;
        font-style: normal;
        font-size: 0.28rem;
        cursor: pointer;
        padding: 0.05rem 1%;
    }

        .page span a {
            display: inline-block;
            padding: 0.08rem 0.15rem;
        }

        .page span:hover {
            border: 1px solid #0077dd;
            background: #0077dd;
            color: #fff;
        }

    .page .page_on {
        border: 1px solid #e73633;
        background: #e73633;
        color: #fff;
    }
