
body {
  
  /* background-color: #fcf2d9;
  background-image: linear-gradient(0deg, #fcf2d9 9%, #891a0f 88%); */
  background-color: #fef8ea;
  background-image: linear-gradient(0deg, #fef8ea 0%, #fcf2d9 100%);
  


  /* background: url("https://static.igem.wiki/teams/4797/wiki/home/bannerbg.svg"); */
}

li {list-style-type:none;}

/* .ts {
  height: 150px;
  background-color: #936833;
background-image: linear-gradient(0deg, #936833 0%, #fdd2ba 100%);

} */



.home-header .header {
  /* height: 700px; */

  width: 100%;
  /* height: 300px; */
  
}


.home-header .banner {
  background: 
  url("https://static.igem.wiki/teams/4797/wiki/home/banner.jpg");
  width: 100%;
  overflow: hidden;
  background-size: cover; /*覆盖完整个背景区域*/
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.3s ease;
  /* position: relative; */
  color: #fff;

  /* background-attachment: fixed; */
}

.home-header .img1{
  width: 100%;
}







/* ==============================EDN HEADER============================*/


