* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
li {
  list-style: none;
}

body {
  background: #f3f4f7 ;
  background-size: 100% 100%;
  /* background-repeat: repeat-x; */
  background-attachment: fixed;
  line-height: 1.15;
  margin: 0.5rem;
}
header {
  align-content: center;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;     
  height: 5.5rem;
  background: #fefefe url(../img/tobbanner.jpg);
  background-size: cover;
  width: 15rem;
  margin:0px auto;
}
headerb {
  align-content: center;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;     
  height: 5.5rem;
  width: 15rem;
  margin:0px auto;
}
header .top{
display: flex;
justify-content: center;
align-items: center;
margin: 10px;
/* border-bottom: 3px solid #be0d0d;  */
}
header h1 {
  border-bottom: 3px solid #be0d0d; 
  border-top: 3px solid #be0d0d; 
  font-size: 24px;
  font-family: MicrosoftYaHei-Bold,MicrosoftYaHei;
  color: #972626;
  text-align: center;
  line-height: 1.5rem;
}
headerb h1 {
  border-bottom: 3px solid #be0d0d; 
  border-top: 3px solid #be0d0d; 
  font-size: 24px;
  font-family: MicrosoftYaHei-Bold,MicrosoftYaHei;
  color: #972626;
  text-align: center;
  line-height: 1rem;
  /* color: #fcfcfc; */
}
.mainbox {
  min-width: 10rem;
  max-width: 15rem;
  margin: 0 auto;
  padding: 0.125rem 0.125rem 0.25rem;
  background:#fefefe;
  background-size: contain;
  background-repeat:repeat;
}
.mainbox .abstract{
  /* background: #f01f1f; */
  font-size: 0.25rem;
  line-height: 0.6rem;
  margin: 2rem 0.5rem;
  padding: 10px;
}

.mainbox .article {
 width: 15rem;
 font-size: 0.25rem;
 min-height: 0.3rem;
 line-height: 0.6rem;
 padding: 15px;
}
.mainbox .ahmap {
  position: relative;
  height: 10rem;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.15));
  border: 2px solid #fa0606;
  border-radius: 10px;
  transition: transform 0.3s ease-in-out;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.mainbox .panel {
  position: relative;
  height: 5.5rem;
  padding: 0 0.1875rem 0.5rem;
  margin: 0 15px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.15));
  border: 2px solid #fa0606;
  border-radius: 10px;
  transform: translateY(0);
  transition: transform 0.3s ease-in-out;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.mainbox .panel::before,
.mainbox .panel::after {
  position: absolute;
  width: 10px;
  height: 10px;
  border: 2px solid #fa0606;
  content: "";
}

.mainbox .panel::before {
  top: 0;
  left: 0;
  border-left: none;
  border-top: none;
}

.mainbox .panel::after {
  top: 0;
  right: 0;
  border-right: none;
  border-top: none;
}

.mainbox .panel:hover {
  transform: translateY(-5px);
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.mainbox .panel .panel-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.mainbox .panel .panel-footer::before,
.mainbox .panel .panel-footer::after {
  position: absolute;
  width: 10px;
  height: 10px;
  border: 2px solid #fa0606;
  content: "";
}

.mainbox .panel .panel-footer::before {
  left: 0;
  bottom: 0;
  border-left: none;
  border-bottom: none;
}

.mainbox .panel .panel-footer::after {
  bottom: 0;
  right: 0;
  border-right: none;
  border-bottom: none;
}
.mainbox .panel h2 {
  height: 0.6rem;
  /* margin: 0.5rem; */
  color: #218fad;
  line-height: 0.6rem;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}
.mainbox .article h2 {
  height: 0.6rem;
  color: #000000;
  line-height: 0.3rem;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  background: url(../img/btbg.png) ;
  background-size: contain;
  background-position-x: center;
  background-repeat: no-repeat;
}
.mainbox .panel h2 a {
  color: #41b7e2;
  text-decoration: none;
  margin: 0 0.125rem;
}
.mainbox .panel .chart {
  height: 95%;
}
.mainbox .panel .mypic {
  height: 95%;
  text-align:center
}
.mainbox .panel .mypic img  {
 height:95%;
 width: auto;

}
footer{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.25rem;
  background: #fefefe url(../img/foot.png);
  /* background-position: center; */
  background-size: contain;
  width: 15rem;
  margin:0 auto;
}
footer .myfoot{
  background: RGB(255,48,48,0.7) ;
  height: 50%;
  width: 95%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.2rem;
  color:white;
  padding:1rem;
}

