 body {
   background-image: url(../yueluo_web_image/angel.JPG);
   background-repeat: no-repeat;
   background-position: unset;
   background-size: cover;
   opacity: 1;
   animation: page-fade-in 0.1s forwards;
 }

 @keyframes page-fade-in {
   0% {
     opacity: 0.9;
   }

   100% {
     opacity: 1;
   }
 }

 #report {
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   margin: 60px auto;
   background-color: rgba(247, 247, 247, 0.5);
   border: 1px solid #e4e4e4;
   border-radius: 3px;
   width: 800px;
   height: 800px;
 }

 table {
   border-collapse: collapse;
   margin: 40px 40px 5px 40px;
   width: 720px;
   height: 760px;
 }

 caption {
   border-top: 2px solid rgb(7, 192, 136);
   border-left: 2px solid rgb(7, 192, 136);
   border-right: 2px solid rgb(7, 192, 136);
   font-size: 20px;
   font-weight: bold;
   height: 30px;
   color: rgb(245, 8, 87);
   font-weight: bold;
 }

 th {
   border: 2px solid rgb(7, 192, 136);
   height: 30px;
   font-size: 16px;
   color: rgb(133, 7, 192);
   white-space: nowrap
 }

 td {
   border: 2px solid rgb(7, 192, 136);
   padding-left: 2px;
   padding-right: 2px;
   text-align: center;
   font-size: 12px;
   color: rgb(204, 17, 195);
 }

 #pagiDiv {
   font-size: 12px;
   color: black;
   text-decoration: none;
 }

 .span_style_1 {
   font-size: 14px;
   color: rgb(71, 7, 219);
 }

 textarea {
   all: unset;
   width: 90%;
   height: 400px;
   white-space: pre-wrap;
   word-wrap: break-word;
   border: 1px solid #ccc;
   border-radius: 5px;
   margin: 5px;
 }