html{
    width: 100%;
    height: 100%;
    font-size: 50px;
}
body {
    font-family:arial,helvetica,sans-serif;
    width: 100%;
    height: 100%;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:1.4;
    }
    body, ul, ol, dl, dd, h1, h2, h3, h4, h5, h6, p, form, fieldset, legend, input, textarea, select, button, th, td {
    margin:0;
    padding:0;
    }
    i{
        font-style: normal;
    }
    h1, h2, h3, h4, h5, h6 {
    font-size:100%;
    // font-weight:normal;
    }
    table {
    font-size:inherit;
    }
    p{
        text-align: justify;
    }
    input, select {
    font-family: Noto Sans SC,arial,helvetica,clean,sans-serif;
    font-size:100%;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:normal;
    }
    button {
    overflow:visible;
    }
    /* th, em, strong, b, address, cite {
    font-style:normal;
    font-weight:normal;
    } */
    li {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    }
    img, fieldset {
    border:0 none;
    }
    ins {
    text-decoration:none;
    }
    a{
        text-decoration: none;
        color: #333333;
    }
    .Mblock{
        width: 100%;
        padding: 0 0.3rem;
        box-sizing: border-box;
    }
    .marginT10{
        margin-top: 0.1rem!important;
    }
    .marginT20{
        margin-top: 0.2rem!important;
    }
    .marginT30{
        margin-top: 0.3rem!important;
    }
    .marginT40{
        margin-top: 0.4rem!important;
    }
    .marginT50{
        margin-top: 0.5rem!important;
    }
    .fontSize11{
        font-size: 0.22rem;
    }
    .fontSize12{
        font-size: 0.24rem;
    }
    .fontSize13{
        font-size: 0.26rem;
    }
    .fontSize14{
        font-size: 0.28rem;
    }
    .fontSize15{
        font-size: 0.3rem;
    }
    .fontSize16{
        font-size: 0.32rem;
    }
