@media screen and (min-width: 360px) {
    html {
        font-size: 48%;
    }
}

@media screen and (min-device-width: 375px) {
    html {
        font-size: 50%;
    }
}

@media screen and (min-device-width: 384px) {
    html {
        font-size: 51.2%;
    }
}

@media screen and (min-width: 412px) {
    html {
        font-size: 54.9%;
    }
}

@media screen and (min-device-width: 414px) {
    html {
        font-size: 55.2%;
    }
}

@media screen and (min-width: 480px) {
    html {
        font-size: 64%;
    }
}

@media screen and (min-width: 600px) {
    html {
        font-size: 80%;
    }
}

@media screen and (min-width: 640px) {
    html {
        font-size: 85.3%;
    }
}

@media screen and (min-width: 800px) {
    html {
        font-size: 106.7%;
    }
}

@media screen and (min-width: 768px) {
    html {
        font-size: 102.4%;
    }
}

@media screen and (min-width: 500px) {
    html {
        font-size: 96%;
    }

    .loading {
        width: 25px;
        height: 25px;
        margin: 0 auto;
        display: none;
    }

    .page-panel {
        margin: 0 auto;
        width: 500px;
        overflow: auto;
        border: 1px solid #ebebeb;
        height: 90%;
    }

    .logo {
        width: 100%;
    }

    .logo > img {
        width: 50%;
    }

    .btn-box {
        width: 100%;
        height: 60px;
        vertical-align: middle;
        -webkit-box-shadow: 0px -1px 0.5px 0px rgba(184, 183, 183);
        box-shadow: 0px -1px 0.5px 0px rgba(184, 183, 183);
    }

    .btn-box > button {
        width: 50%;
    }

    .list-box > ul {
        width: 100%;
        text-align: center;
        padding: 0;
    }

    .list-box > ul > li {
        display: block;
        width: 400px;
        height: 50px;
        line-height: 50px;
        vertical-align: middle;
        margin-bottom: 20px;
        padding: 2px;
        margin-left: 7%;
    }

    .list-box > ul > .prompt {
        display: inline-block;
        width: 100%;
        font-size: 18px;
        color: #1871b2;
        height: 40px;
        text-align: left;
        padding: 0;
        line-height: 40px;
        padding-left: 7%;
    }

    .list-box > ul > .prompt2 {
        display: inline-block;
        width: 100%;
        font-size: 18px;
        color: #1871b2;
        height: 90px;
        line-height: 90px;
        text-align: center;
    }

    .list-box > ul > p {
        width: 400px;
        height: 37px;
        display: inline-block;
        padding-top: 5px;
        padding-left: 7%;
    }

    .list-box > ul > li > span {
        width: 400px;
        display: block;
        padding: 0;
        line-height: 30px;
    }

    .msgSearch {
        width: 500px;
        height: 1024px;
        overflow: hidden;
        color: #666;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    .nav {
        width: 500px;
        height: 40px;
        text-align: center;
        padding: 0;
        color: #666;
        position: fixed;
        top: 0;
        left: 50%;
        right: 0;
        margin-left: -250px;
        border: 1px solid #efefef;
        display: -webkit-flex;
        vertical-align: middle;
        background: #fff;
    }

    .back {
        width: 40px;
    }

    .back > img {
        width: 100%;
        vertical-align: middle;
    }

    .msgSearch > .nav > .schTitle {
        position: absolute;
        left: 40px;
        top: 0;
        width: 460px;
        line-height: 40px;
        text-align: center;
    }

    main {
        width: 500px;
        height: 600px;
        border: 1px solid #efefef;
        overflow-y: auto;
        position: fixed;
        top: 40px;
        left: 50%;
        right: 0;
        margin-left: -250px;
        padding: 0;
    }

    main > ol {
        width: 100%;
        height: 90%;
    }

    main > ol > li {
        height: 70px;
        border-bottom: 6px solid #efefef;
        padding: 7px;
    }

    main li .msgTime {
        width: 100%;
        height: 15px;
        line-height: 10px;
    }

    main li .msgPlace {
        width: 100%;
        height: 50px;
    }

    main li .msgAddress {
        width: 100%;
    }

    main li .btnClick {
        width: 100%;
        text-align: right;
        line-height: 20px;
        padd-top
    }

    main li .btnClick button {
        padding: 0;
        width: 70px;
        height: 20px;
        outline: none;
        border: none;
        border: 1px solid #ebebeb;
        border-radius: 20px;
    }
}