* {
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    user-select: none;
    font-family: system-ui,-apple-system,Helvetica,Tahoma,Arial,"PingFang SC","Microsoft YaHei","WenQuanYi Micro Hei",sans-serif;
}

html,
body {
    width: 100%;
    height: 100%;
    font-size: 16px;
    line-height: 32px;
    color: #000000;
    background-color: #ffffff;
    cursor: default;
    word-break: break-all;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a,
a:visited,
a:active,
a:link,
a:focus,button {
    color: #0078D7;
    text-decoration: none;
    outline: none;
}
a:hover {
    color: #F00000;
}
a[title]:hover,li[title]:hover {
    transition: all 0.1s ease-in-out;
}

.banquan a{
    color: #808080;
}

hr {
    background-color: #DBDBDB;
    height: 1px;
    width: 100%;
    border: none;
}

.btn{
    font-size:15px;
    background-color:transparent;
    padding: 1px 3px 1px 3px;
    box-shadow: 0px 0px 1px #000000;
    cursor: pointer;
    border-radius: 5px;
 }

.biaoti-da,h1 {
    width: 100%;
    font-size: 23px;
    font-weight: normal;
    line-height: 38px;
    text-align: center;
    float: left;
    padding: 8px 0 8px 0;
}

.biaoti-zhong {
    width: 100%;
    color: #000000;
    font-size: 19px;
    line-height: 26px;
    text-align: center;
    float: left;
    padding: 7px;
    background-color: #B2D8FF;
    /*background-image: linear-gradient(45deg, #A7E3ED 0%, #ADFFDD 40%, #ADF4FF 70%, #76C4EA 100%);*/
    border-radius: 13px 13px 0 0;
}

.biaoti-xiao {
    width: 100%;
    color: #000000;
    font-size: 16px;
    line-height: 18px;
    float: left;
    padding: 7px;
    background-color: #C4E0FC;
    /*background-image: linear-gradient(141deg, #ACBFFD 10%, #B6EAFA 51%, #9AE3E1 75%);*/
    text-indent: 16px;
    border-radius: 13px;
}

.ka-neirong {
    margin: 13px 0 13px 0;
    padding: 0px;
    float: left;
    width: 100%;
    border-radius: 14px;
    border:1px solid #C4C4C4;
    /*box-shadow: 0px 0px 1px #000000;*/
}

.p {
    float: left;
    padding: 11px;
    width: 100%;
    font-size: 15px;
    border-radius: 14px;
}

p {
    float: left;
    padding: 11px;
    width: 100%;
    font-size: 15px;
    border-radius: 14px;
}

.duanluo {
    text-indent: 16px;
}

.table {
    display: -webkit-flex;
    display: flex;
    list-style:none;
    width: 100%;
    height: auto;
    font-size: 15px;
    text-indent: 8px;
    white-space: nowrap;
    margin: 5px 0 5px 0;
    border-radius: 6px;
}
.table-bt{font-weight:bold;text-indent:16px;font-size:18px;}
.table1 li{width:100%;font-weight:bold;text-indent:16px;}
.table2 li{width:50%;border-radius:6px;}
.table3 li{width:33.33%;border-radius:6px;}
.table4 li{width:25%;border-radius:6px;}

p:hover,.table:hover,tr:hover {
    background-color: #E5F5FF;
    transition: background-color 0.6s cubic-bezier(0, 0, 0.2, 1);
}

@media screen and (max-width:992px) {
    .pc {
        display: none;
    }
    html body {
        margin-top: 75px;
    }
    .menu-m {
        position: fixed;
        left: 0px;
        top: 0px;
        width: 100%;
        white-space: nowrap;
        float: left;
        background-color: #24292E;
        overflow-x: scroll;
        overflow-y: hidden;
        opacity: 1;
        z-index: 999;
    }
    .menu-m li {
        display: inline-block;
    }
    .menu-m span {
        color: #ffffff;
        text-align: center;
        width: 78px;
        float: left;
        height: 34px;
        line-height: 34px;
        font-size: 17px;
        border-radius: 11px;
    }
    .menu-m span:hover {
        background-color: #737777;
        color: #ffffff;
    }
}

@media screen and (min-width:992px) {
    .mobile {
        display: none;
    }
    html body {
        margin-top: 45px;
    }
    
    .menu-p {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            white-space: nowrap;
            margin: 0 auto;
            padding: 0px;
            text-align: center;
            float: left;
            background: #24292E;
            opacity: 1;
            z-index: 999;
            list-style: none;
        }
        .menu-p li ul {
            position: relative;
            left: 0px;
            top: 0px;
            width: 100%;
            text-align: center;
            max-height: 0;
            transition:all 0.4s cubic-bezier(0, 0, 0.2, 1);
            overflow: hidden;
        }
        .menu-p li:hover ul {
            z-index: 999;
            max-height:35px;
            transition:all 0.4s cubic-bezier(0, 0, 0.2, 1);
        }
        .menu-p span {
            color: #ffffff;
            text-align: center;
            width: 6.25%;
            height: 35px;
            line-height: 35px;
            float: left;
            font-size: 17px;
            border-radius: 11px;
        }
        .menu-p span:hover {
            background-color: #737777;
            color: #ffffff;
            transition: background-color 0.6s cubic-bezier(0, 0, 0.2, 1);
        }
}
