@import url('reset.css');
@import url('head.css');
body {
  background: #7DFEE3 !important;
}
#content {
  width: 1280px;
  margin: 0 auto;
  overflow: hidden;
  padding:0 16px 30px;
  box-sizing: border-box;
  min-height: calc(100vh - 180px);
}
#content .best {
  width: 1248px;
}
#content .best ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, 138px);
  grid-gap: 20px;
}
#content .best ul li {
  box-shadow: 0px 4px 6px 2px #2ac2c0;;
  border-radius: 40px 40px 40px 40px;
  opacity: 1;
  overflow: hidden;
  position: relative;
}
#content .best ul li a img {
  width: 100%;
  height: 138px;
  object-fit: cover;
}
#content .best ul li a .mengceng {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 40px 40px 40px 40px;
  opacity: 1;
  position: absolute;
  top: 100%;
  padding: 31px 11px 0;
  box-sizing: border-box;
  text-align: center;
}
#content .best ul li a .mengceng p {
  width: 115px;
  height: 43px;
  font-size: 14px;
  font-family: Gujarati MT-Bold, Gujarati MT;
  font-weight: bold;
  color: #01EAFF;
  line-height: 20px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#content .best ul li a .mengceng button {
  width: 108px;
  height: 30px;
  background: #08DCEF;
  border-radius: 5px 5px 5px 5px;
  opacity: 1;
  border: none;
  margin: 0 auto;
  font-size: 14px;
  font-family: Gujarati MT-Bold, Gujarati MT;
  font-weight: bold;
  color: #FFFFFF;
}
#content .best ul li a:hover .mengceng {
  top: 0;
  transition: 0.5s;
}
#content .best ul li a:hover .mengceng button {
  cursor: pointer;
}
#content .best ul .li_one,
#content .best ul .li_two,
#content .best ul .li_three {
  grid-area: 2/2/4/4;
}
#content .best ul .li_one a img,
#content .best ul .li_two a img,
#content .best ul .li_three a img {
  width: 100%;
  height: 296px;
  object-fit: cover;
}
#content .best ul .li_one a .mengceng p,
#content .best ul .li_two a .mengceng p,
#content .best ul .li_three a .mengceng p {
  width: 218px;
  height: 69px;
  font-size: 24px;
  font-family: Gujarati MT-Bold, Gujarati MT;
  font-weight: bold;
  color: #01EAFF;
  line-height: 35px;
  margin: 80px auto 17px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#content .best ul .li_one a .mengceng button,
#content .best ul .li_two a .mengceng button,
#content .best ul .li_three a .mengceng button {
  width: 174px;
  height: 43px;
  background: #08DCEF;
  border-radius: 5px 5px 5px 5px;
  opacity: 1;
  border: none;
  margin: 0 auto;
  font-size: 18px;
  font-family: Gujarati MT-Bold, Gujarati MT;
  font-weight: bold;
  color: #FFFFFF;
}
#content .best ul .li_one a:hover .mengceng,
#content .best ul .li_two a:hover .mengceng,
#content .best ul .li_three a:hover .mengceng {
  top: 0;
  transition: 0.5s;
}
#content .best ul .li_one a:hover .mengceng button,
#content .best ul .li_two a:hover .mengceng button,
#content .best ul .li_three a:hover .mengceng button {
  cursor: pointer;
}
#content .best ul .li_two {
  grid-area: 4/6/6/8;
}
#content .best ul .li_three {
  grid-area: 6/2/8/4;
}
#content .long {
  width: 1212px;
  height: 90px;
  text-align: center;
  margin: 20px auto;

}
#content .btn {
  width: 1248px;
  height: 60px;
  background: #00BCCD;
  border-radius: 20px 20px 20px 20px;
  opacity: 1;
  border: none;
  font-size: 24px;
  font-family: Gujarati MT-Bold;
  font-weight: bold;
  color: #FFFFFF;
}
#content .btn span {
  font-size: 18px;
}
#content :hover {
  cursor: pointer;
}
