html,
body,
div,
p,
span,
em,
i,
u,
del,
strong,
a,
b,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
iframe,
form,
label,
button,
input,
textarea,
pre,
hr,
table,
tbody,
th,
td {
    margin: 0;
    padding: 0;
    word-wrap: break-word;
    word-break: break-all
}
.report {
    font-weight: 500;
    font-family: "Microsoft YaHei";
    color: rgba(51, 51, 51, 1);
    background: url(../img/bill.png) no-repeat;
    background-size: 100% 75%;
}
img {
    width: 100%;
}
.report-title {
    position: relative;
    top: 200px;
    left: 50%;
    transform: translateX(-50%);
}
.report-title h3{
    font-size:72px;
    font-weight:400;
    color:rgba(34,91,60,1);
    /* line-height:62px; */
    text-shadow:0px 13px 51px rgba(61,128,90,0.47);
    text-align: center;
}
.report-title-con {
    padding: 0 20px;
    margin: 0 auto;
    margin-top: 30px;
    width:900px;
    height:104px;
    background:rgba(254,251,249,1);
    border-radius:52px;
    font-size:40px;
    font-weight:500;
    color:rgba(227,144,101,1);
    line-height:104px;
    text-shadow:0px 13px 51px rgba(61,128,90,0.47);
    text-align: center;
}
.report-content {
    position: relative;
    top: 300px;
    left: 50%;
    transform: translateX(-50%);
    width:60%;
    background:rgba(255,255,255,1);
    box-shadow:0px 13px 51px 0px rgba(196,196,196,0.21);
    border-radius:20px;
    padding: 50px 60px 80px 60px;
    font-size: 30px;
    margin-bottom: 100px;
}
.report-content h4 {
    text-align: center;
    font-size:48px;
    font-weight:bold;
    color:rgba(34,91,60,1);
}
.mt65 {
    margin-top: 65px;
}
.mt40 {
    margin-top: 30px;
}