@charset "utf-8";

body {
  /* overflow-x: hidden; */
}

/*banner*/
.banner,
.banner div.slick-list,
.banner .slick-slide a,
.banner .slick-slide a img {
  width: 100%;
  height: auto;
}

.banner {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.banner .slick-slide a {
  display: block;
  overflow: hidden;
  position: relative;
}

.banner .slick-slide a::after {
  /* content: ""; */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.banner .slick-slide img {
  display: block;
  width: 100%;
  transform: scale(1.1);
  transition: all 5s ease-out;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .banner .slick-slide img {
    transform: scale(1);
  }
}

.banner .img_scale img {
  transform: scale(1);
}


.banner .slick-dots {
  max-width: 16rem;
  margin: 0 auto;
  bottom: 0.16rem;
  right: 0;
  left: 0;
  font-size: 0;
  z-index: 9;
  text-align: center;
}

.banner .slick-dots li {
  vertical-align: middle;
  margin: 0 0.13rem;
  padding: 0;
  width: 0.14rem;
  height: 0.14rem;
  border-radius: 50%;
  border: 1px solid #C51B04;
  transition: all 0.5s;
}

.banner .slick-dots li.slick-active {
  width: 0.34rem;
  border-radius: 0.07rem;
  background-color: #C51B04;
}

.banner .slick-dots li button {
  display: none;
}

/* 
.banner .slick-prev,
.banner .slick-next {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.9);
  background-color: rgba(0, 0, 0, 0.46);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.1rem auto;
  transition: all 0.5s;
}

.banner .slick-prev {
  left: 0.68rem;
}

.banner .slick-next {
  right: 0.68rem;
}

.banner .slick-prev:hover,
.banner .slick-next:hover {
  background-color: rgba(0, 0, 0, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.46);
} */

/*首页样式*/
.title {
  text-align: left;
  margin-bottom: 0.4rem;
  position: relative;
  z-index: 1;
}

.tit-cbox {
  display: inline-block;
}

.tit-c {
  display: flex;
  align-items: center;
}

.tit-c .icon {
  width: 0.59rem;
  height: 0.38rem;
  line-height: 0.38rem;
  text-align: center;
  font-size: 0;
  background: url(../images/tit-bg.png) no-repeat;
  background-size: 100% 100% 100%;
  margin-right: 0.13rem;
}

.tit-c .icon img {
  vertical-align: middle;
  max-width: 0.28rem;
  max-height: 0.28rem;
}

.tit-c .r {
  text-align: left;
}

.tit-c h3 {
  font-family: sys-b;
  font-size: 0.34rem;
  font-weight: bold;
  line-height: 1;
}

.tit-c span {
  color: #C51B04;
}

.more {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.more a {
  display: block;
  font-size: 0.2rem;
  line-height: 0.3rem;
  background: url(../images/more.png) no-repeat right center;
  background-size: 0.36rem auto;
  padding-right: 0.43rem;
  transition: all 0.5s;
}

.more a:hover {
  color: #C51B04;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: none;
}

/*主体*/
.index {}

.section0 {
  overflow: hidden;
}

.section0 .title {
  text-align: center;
}

.s0 a {
  display: block;
  padding-top: 0.1rem;
}

.s0 .icon {
  width: 0.84rem;
  height: 0.84rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.s0 .icon::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/s0-bg1.png) no-repeat;
  background-size: 100% 100%;
  z-index: -1;
  animation: play2 6s linear forwards;
  animation-play-state: paused;
}

.s0 .icon .y {
  position: absolute;
  top: -8px;
  left: -8px;
  width: 1rem;
  height: 1rem;
  background: url(../images/s0-x1.png) no-repeat;
  background-size: 100% 100%;
  z-index: -1;
  animation: play3 6s linear forwards;
  animation-play-state: paused;
}

.s0 .icon .y::after {
  content: '';
  position: absolute;
  right: 0.14rem;
  top: .14rem;
  width: 0.08rem;
  height: 0.08rem;
  background: #E8953C;
  border-radius: 50%;
  transition: all 0.3s;
  visibility: hidden;
  opacity: 0;
}

.s0 .icon img {
  display: block;
}

.s0 .icon img:nth-child(2) {
  display: none;
}

.s0 h3 {
  font-size: 0.2rem;
  line-height: 0.3rem;
  margin-top: 0.3rem;
  text-align: center;
  transition: all 0.5s;
}

.s0 ul li a:hover .icon::before {
  background: url(../images/s0-bg1on.png) no-repeat;
  background-size: 100% 100%;
}

.s0 ul li a:hover .icon::before,
.s0 ul li a:hover .icon .y {
  animation-iteration-count: infinite;
  animation-play-state: running;
}

.s0 ul li a:hover .icon .y::after {
  opacity: 1;
  visibility: visible;
}

.s0 ul li a:hover .icon img:nth-child(1) {
  display: none;
}

.s0 ul li a:hover .icon img:nth-child(2) {
  display: block;
}

.s0 ul li a:hover h3 {
  color: #E8953C;
}

/* section1 */
.section1 {
  padding: 0.6rem 0;
  overflow: hidden;
  background: linear-gradient(180deg, #F9F9F9 0%, #F9F9F9 100%);
  margin-top: 0.5rem;
}

.s1-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}

.s1-l {
  width: 48%;
}

.s1-l .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.s1-l .qh-tit,
.section5 .qh-tit {
  padding-right: 1.4rem;
  margin-bottom: 0;
}

.s1-l .qh-tit ul li,
.section5 .qh-tit ul li {
  padding: 0 .2rem;
  border-radius: 0.3rem;
  background: #FFFFFF;
  font-family: "微软雅黑";
  font-size: 0.2rem;
  line-height: 0.36rem;
  color: #333;
margin: 0 .1rem;
}

.s1-l .qh-tit ul li.on,
.section5 .qh-tit ul li.on {
  font-size: 0.2rem;
  background: #C51B04;
  color: #fff;
}

.s1-l .qh-tit ul li+li,
.section5 .qh-tit ul li+li {
    margin: 0 .1rem;
}

.s1-l .qh-tit ul li+li::before,
.section5 .qh-tit ul li+li::before {
  content: none;
}

.s1-l .more a,
.section5 .more a {
  display: none;
}

.s1-l .more a.on,
.section5 .more a.on {
  display: block;
}

.gg-list ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 0.78rem;
  border-top: 1px dashed rgba(196, 196, 196, 0.4);
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}

.gg-list ul li::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  background: #FFFFFF;
  box-shadow: 0px 4px 10px 0px rgba(216, 216, 216, 0.3);
  z-index: -1;
  transition: all 0.5s;
}

.gg-list ul li::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-left: 0.03rem solid #E8953C;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: all 0.5s;
}

.gg-list ul li:first-child {
  border-top: 0;
}

.gg-list ul li span {
  display: block;
  width: 1.3rem;
  float: right;
  font-size: 0.18rem;
  color: #999999;
  background: url(../images/time1.png) no-repeat left center;
  background-size: 0.16rem auto;
  padding-left: 0.26rem;
  margin-left: 0.3rem;
  transition: all 0.5s;
}

.gg-list ul li a {
  flex: 1;
  min-width: 0;
  display: block;
  font-size: 0.2rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-left: 0.16rem;
  transition: all 0.5s;
}

.gg-list ul li a::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0.06rem;
  height: 0.06rem;
  background: #BBBBBB;
  border-radius: 50%;
  transition: all 0.5s;
}

.gg-list ul li:hover {
  padding: 0 0.1rem 0 0.17rem;
}

.gg-list ul li:hover::before {
  width: 100%;
}

.gg-list ul li:hover::after {
  opacity: 1;
  visibility: visible;
}

.gg-list ul li:hover a {
  color: #C51B04;
}

.gg-list ul li:hover a::before {
  background: #C51B04;
}

.gg-list ul li:hover span {
  color: #C51B04;
  background: url(../images/time2.png) no-repeat left center;
  background-size: 0.16rem auto;
}

.s1-r {
  width: 33.125%;
}

/* section2 */
.section2 {
  padding: 0.6rem 0;
}

.qh-tit {
  position: relative;
  z-index: 1;
  margin-bottom: 0.36rem;
  display: flex;
  align-items: center;
}

.qh-tit .icon {
  width: 0.59rem;
  height: 0.38rem;
  line-height: 0.38rem;
  vertical-align: middle;
  text-align: center;
  background: url(../images/tit-bg.png) no-repeat;
  background-size: 100% 100%;
  margin-right: 0.13rem;
}

.qh-tit .icon img {
  vertical-align: middle;
  height: 0.28rem;
}

.qh-tit ul {
  display: flex;
  align-items: center;
}

.qh-tit ul li {
  font-family: sys-b;
  font-size: 0.3rem;
  line-height: .44rem;
  color: #999999;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition: all 0.5s;
}

.qh-tit ul li+li {
  margin-left: 0.92rem;
}

.qh-tit ul li+li::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -.46rem;
  width: 0.03rem;
  height: 0.2rem;
  background: url(../images/tit1-x.png) no-repeat;
  background-size: 100% auto;
  z-index: -1;
}

.qh-tit ul li.on {
  font-size: 0.34rem;
  color: #C51B04;
}

.section2 .more a {
  display: none;
}

.section2 .more a.on {
  display: block;
}

.qh-bd {
  position: relative;
}

.qh-bd>div {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  z-index: 8;
}

.qh-bd>div.on {
  position: relative;
  z-index: 9;
  opacity: 1;
}

.s2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.s2-l {
  width: 48.25%;
  overflow: hidden;
}

.s2-r {
  width: 46.43%;
}

.s2-l a {
  display: block;
}

.s2-l a .pic {
  padding-top: 59.58%;
  padding-top: 4.6rem;
}

.s2-l a .pic::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 23.07%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 3%, #000000 100%);
}

.s2-l .s2-info {
  padding-top: 0.17rem;
}

.s2-l .s2-info h3 {
  font-size: 0.22rem;
  line-height: 0.36rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: all 0.5s;
}

.s2-l .slick-dots {
  width: 100%;
  left: 0;
  bottom: 0.7rem;
  font-size: 0;
}

.s2-l .slick-dots li {
  vertical-align: middle;
  width: 0.1rem;
  height: 0.1rem;
  border: 1px solid #fff;
  border-radius: 50%;
  margin: 0 0.06rem;
  transition: all 0.5s;
}

.s2-l .slick-dots li.slick-active {
  width: 0.24rem;
  border-radius: 0.08rem;
  background: #fff;
}

.s2-l .slick-dots li button {
  display: none;
}

.s2-r ul li {
  padding: .057rem 0;
  border-bottom: 1px dashed rgba(196, 196, 196, 0.4);
  position: relative;
  z-index: 1;
}

.s2-r ul li:first-child {
  border-top: 0;
}

.s2-r ul li::before {
  content: '';
  position: absolute;
  left: -.3rem;
  top: 0;
  bottom: 0;
  width: 0;
  background: #FFFFFF;
  box-shadow: 0px 0.04rem 0.1rem 0px rgba(216, 216, 216, 0.3);
  z-index: -1;
  transition: all 0.5s;
}

.s2-r ul li::after {
  content: '';
  position: absolute;
  left: -.3rem;
  top: 0;
  bottom: 0;
  border-left: 0.03rem solid #E8953C;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  transition: all 0.5s;
}

.s2-r ul li a {
  display: flex;
  align-items: center;
  height: 0.61rem;
  transition: all 0.5s;
}

.s2-r ul li a .date {
  font-size: 0.18rem;
  line-height: 0.26rem;
  margin-right: 0.3rem;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}

.s2-r ul li a .date::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -0.15rem;
  height: 0.14rem;
  border-left: 1px solid #D8D8D8;
}

.s2-r ul li a .date span {
  padding: 0 0.03rem;
}

.s2-r ul li a h3 {
  flex: 1;
  min-width: 0;
  font-size: 0.2rem;
  color: #353535;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: all 0.5s;
}

.s2-r ul li:hover::before {
  width: calc(100% + .3rem);
}

.s2-r ul li:hover::after {
  visibility: visible;
  opacity: 1;
}

.s2-r ul li:hover a .date {
  color: #C51B04;
}

.s2-r ul li:hover a h3 {
  color: #C51B04;
}

/* section3 */

.section3 {
  padding: .6rem 0;
  overflow: hidden;
}

.s3-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.s3-l {
  width: 64.06%;
}

.s3-lt ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -.24rem;
}

.s3-lt ul li {
  width: 50%;
}

.s3-lt ul li a {
  display: block;
  margin: 0 .24rem;
  position: relative;
  z-index: 1;
}

.s3-lt ul li a .pic {
  padding-top: 66%;
}

.s3-lt ul li a .pic::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 23.07%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 3%, #000000 100%);
}

.s3-lt ul li a .date {
  position: absolute;
  left: 0;
  top: 0.15rem;
  width: 1.22rem;
  height: 0.34rem;
  line-height: .34rem;
  text-align: center;
  font-size: 0.14rem;
  color: #FFFFFF;
  background: rgba(197, 27, 4, 0.6);
  z-index: 1;
  transition: all 0.5s;
}

.s3-lt ul li:nth-child(2) a .date {
  background: rgba(232, 149, 60, 0.9);
}

.s3-lt ul li a .date img {
  vertical-align: 0px;
  position: static;
  width: .12rem;
  height: .12rem;
  margin-right: 0.1rem;
}

.s3-lt ul li a h3 {
  position: absolute;
  bottom: 0.08rem;
  left: 0;
  right: 0;
  padding: 0 0.25rem;
  font-size: 0.2rem;
  line-height: 0.36rem;
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: all 0.5s;
}

.s3-lt ul li:hover a .tx {
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0px 0.03rem 0.08rem 0px rgba(172, 172, 172, 0.16);
}

.s3-l .gg-list {
  margin-top: 0.4rem;
}

.s3-r {
  width: 29.375%;
}

.s3-r ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.s3-r ul li {
  width: 46.8%;
}

.s3-r ul li:nth-child(2)~li {
  margin-top: 0.28rem;
}

.s3-r ul li a {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 1.8rem;
  background: #FFFFFF;
  border: 1px solid #F7F7F7;
  box-shadow: 0px 0.04rem 0.1rem 0px rgba(237, 237, 237, 0.3);
  transition: all 0.5s;
}

.s3-r ul li a .icon {
  width: 0.6rem;
  height: 0.6rem;
  margin: 0 auto;
}

.s3-r ul li a .icon img {
  display: block;
  width: 100%;
  height: 100%;
}

.s3-r ul li a .icon img:nth-child(2) {
  display: none;
}

.s3-r ul li a h3 {
  font-size: 0.2rem;
  font-weight: 500;
  line-height: 0.34rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 0.1rem;
  transition: all 0.5s;
}

.s3-r ul li:hover a {
  background: #E8953C;
  border-radius: 0px 0.32rem 0px 0.32rem;
}

.s3-r ul li:hover a h3 {
  color: #fff;
}

.s3-r ul li:hover a .icon img:nth-child(1) {
  display: none;
}

.s3-r ul li:hover a .icon img:nth-child(2) {
  display: block;
}

.s3-r ul li:hover a::before {
  opacity: 1;
  visibility: visible;
}


/* section5 */

.section5 {
  padding: .6rem 0;
  background: url(../images/section4-bg.png) no-repeat center bottom;
  background-size: cover;
}

.section5 .title {
  display: flex;
  align-items: center;
}

.section5 .qh-tit {
  margin-left: 0.42rem;
}

.section5 .qh-tit ul li {
  background: #F6F6F6;
}

.s5 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.s5-big {
  width: 8.4rem;
}

.s5-big ul li a {
  display: block;
}

.s5-big ul li a .pic {
  padding-top: 56.25%;
}

.s5-zi {
  flex: 1;
  min-width: 0;
  background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0.61) 100%);
  padding: 0.7rem 0.57rem;
}

.s5-zi ul li a {
  display: block;
}

.s5-zi ul li a::after {
  display: none;
}

.s5-zi h3 {
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 0.36rem;
  height: 0.72rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
}

.s5-zi p {
  font-size: 0.16rem;
  line-height: 0.34rem;
  color: #999;
  max-height: 1.02rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  margin-top: 0.3rem;
  padding: 0 0.8rem 0 0;
  text-align: justify;
}

.s5-zi .date {
  display: block;
  font-size: 0.14rem;
  font-weight: 500;
  line-height: 0.3rem;
  color: #C51B04;
  margin-top: 0.3rem;
}

.s5-zi .date b {
  font-size: 0.26rem;
  font-weight: 900;
}

.s5-sml {
  width: 100%;
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.66) 100%);
  padding: 0.3rem 0.12rem;
}

.s5-sml ul li:first-child {
  display: none;
}

.s5-sml ul li a {
  display: block;
  margin: 0 0.18rem;
}

.s5-sml ul li a .pic {
  padding-top: 56.25%;
}

.s5-sml .slick-prev,
.s5-sml .slick-next {
  width: 0.5rem;
  height: 0.5rem;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #C51B04;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0.27rem auto;
  transition: all 0.5s;
}

.s5-sml .slick-prev {
  left: -0.12rem;
  background-image: url(../images/s5-prev.png);
}

.s5-sml .slick-prev:hover {
  background-color: #C51B04;
  background-image: url(../images/s5-prev2.png);
}

.s5-sml .slick-next {
  right: -0.12rem;
  background-image: url(../images/s5-next.png);
}

.s5-sml .slick-next:hover {
  background-color: #C51B04;
  background-image: url(../images/s5-next2.png);
}

/* section6 */
.section6 {
  padding: 1rem 0 0.5rem 0;
  overflow: hidden;
  background: url(../images/section6-bg.png) no-repeat center bottom;
  background-size: cover;
}

.section6 .title {
  text-align: center;
}

.s6-c ul {}

.s6-c ul li {}

.s6-c ul li a {
  display: block;
  position: relative;
  z-index: 1;
  padding: 0.35rem 0.25rem 0.3rem 0.25rem;
  transition: all 0.5s;
}

.s6-c ul li a .pic {
  padding-top: 65%;
}

.s6-c ul li a .date {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1.26rem;
  line-height: 0.3rem;
  text-align: center;
  font-size: 0.14rem;
  color: #FFFFFF;
  background: rgba(197, 27, 4, 0.6);
  transition: all 0.5s;
}

.s6-c ul li a .date img {
  vertical-align: 0px;
  position: static;
  width: 0.12rem;
  height: auto;
  margin-right: 0.1rem;
}

.s6-c ul li a .tx {
  padding: .2rem 0 0 0;
}

.s6-c ul li a .tx h3 {
  font-size: 0.2rem;
  line-height: 0.38rem;
  height: 0.76rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.s6-c ul li a .tx .b {
  border-top: 1px dashed rgba(196, 196, 196, 0.4);
  margin-top: 0.2rem;
  padding-top: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.s6-c ul li a .tx .b span {
  display: block;
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #999;
}

.s6-c ul li a .tx .b>img {
  display: block;
  width: 0.19rem;
}

.s6-c ul li:hover a {
  background: linear-gradient(180deg, #EAEAEA 0%, rgba(255, 255, 255, 0) 100%);
}

.s6-c ul li:hover a .date {
  background: rgba(232, 149, 60, 0.9);
}

.s6-c .swiper-pagination {
  position: static;
  margin-top: .25rem;
  font-size: 0;
}

.s6-c .swiper-pagination span {
  width: 0.14rem;
  height: 0.14rem;
  border-radius: 50%;
  border: 1px solid #C51B04;
  margin: 0 .12rem !important;
  transition: all 0.5s;
}

.s6-c .swiper-pagination span.swiper-pagination-bullet-active {
  width: 0.46rem;
  border-radius: 0.08rem;
  background: #C51B04;
  border-color: #C51B04;
}

.s6-c ul li:hover a .tx {
  box-shadow: none;
}

@media screen and (max-width: 1650px) {}

@media screen and (max-width: 1560px) {}

@media screen and (max-width: 1400px) {}

@media screen and (max-width: 1260px) {}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 920px) {}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 480px) {}

@media screen and (max-width: 375px) {}

@media screen and (max-width: 320px) {}