* {
    margin: 0 auto;
    padding: 0;
}

body,
html {
    width: 100%;
    height: 100%;
    font-size: 0;
    font-family: "Microsoft Yahei";
    background: #fff;
    overflow-x: hidden;
}

ul,
ol,
li {
    list-style: none;
}

img {
    width: 100%;
    height: 100%;
    border: 0;
}

a {
    text-decoration: none;
    cursor: pointer;
    overflow: hidden;
}

a:hover {
    text-decoration: none;
}

.container {
    position: relative;
    max-width: 414px;
    width: 100vw;
    height: auto;
    background: rgb(202, 39, 44);
}

.backIndex{
    position: relative;
    height: 6vh;
    background: rgb(143, 0, 0);
}

.backIndex a{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 6vw;
    height: 6vh;
}

.report_t {
    position: relative;
    left: 0;
    top: 0;
}

.report_b {
    position: relative;
    left: 0;
    bottom: 0;
}

.report_m {
    width: 100%;
    height: 60vh;
    box-sizing: border-box;
}

.per_t{
    width: 90%;
    height: 30vh;
    background: #fff;
    box-sizing: border-box;
}

.per_m{
    width: 100vw;
    margin: 2vh auto;
    height: 8vh;
    box-sizing: border-box;
    overflow: hidden;
}

.per_m h1{
    color: #fff;
    font: 3vh/8vh 'Microsoft Yahei';
    box-sizing: border-box;
}

.per_b{
    width: 90%;
    margin: 2vh auto;
    height: 22vh;
    box-sizing: border-box;
    overflow: hidden;
}

.per_b h4{
    color: #fff;
    font: 2vh/4vh 'Microsoft Yahei';
    box-sizing: border-box;
}