* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body {
  background-color: rgb(255, 240, 236);
  
  
  font-family: "roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.box, .v1, .v7, .hot, .v9, .v14, .v15, .v16 {
  width: 100%;
  max-width: 1300px;
  margin: auto;
}

@media (max-width: 768px) {
  body {
    font-size: 14px;
  }
  .box2 {
    flex-direction: column; 
  }
  .v4 {
    font-size: 100px;
  }
}
@media only screen and (min-width: 1024px) {
  .lop{
	transform: scale(1.1);
    margin-top: 50px !important 
  }
}

@media (max-width: 480px) {
  body {
    font-size: 12px;
  }
  .v4 {
    font-size: 80px; 
  }
}
@media (max-width: 1300px) {
 
  .lop_left, .lop_right {
      width: 100%;
      padding: 0;
  }
  .lop_right {
      padding: 20px;
  }
 
}

@media (max-width: 768px) {
 
  .box2 {
      flex-direction: column;
  }
 
}
.box {
  z-index: 99;
  width: 100%;
  max-width: 1300px;
  padding: 20px 5px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

.box1 {
  color: rgb(190, 29, 29);
  margin-left: 20px;
  display: flex;
}
.box2 {
  z-index: 99;
  display: flex;
  list-style: none;
  display: flex;
}
.box2 a {
  text-decoration: none;
  color: rgb(190, 29, 29);
  padding: 10px 30px;
  font-size: 18px;
}
.all {
  position: relative;
}
.alls {
  position: relative;
}
.navs {
  width: 100%;
  max-width: 120px;
  padding: 5px 0px;
  background-color: rgb(255, 202, 220);
  border-radius: 20px;
  position: absolute;
  margin-left: 16px;
  list-style: none;
  text-align: center;
  display: none; 
  z-index: 999;
}
.navs a {
  font-size: 16px;
  padding: 0px
  
}
.navs li {
  height: 30px;
  text-align: center;
  line-height: 30px;
}
.all:hover .navs {
  display: block;
  transition: 0.2s;
  cursor: pointer;
}
.navss {
  background-color: rgb(255, 202, 220);
  border-radius: 20px;
  position: absolute;
  padding-top: 15px;
  padding-bottom: 5px;
  margin-left: 15px;
  list-style: none;
  text-align: center;
  display: none;
}
.navss li {

width: 140px;
  height: 30px;
}
.alls:hover .navss {
  display: block;
  transition: 0.2s;
  cursor: pointer;
}
.navss a {
  font-size: 16px;
  padding: 0;
}
.hot {
  display: flex;
  width: 100%;
  max-width:1300px;
  margin: auto;
  height: 750px;
}
.hot_left {
  margin-left: -50px;
  padding-top: 50px;
  width: 50%;
  text-align: center;
}
.hot_right {
  width: 40%;
  list-style: none;
  padding-top: 50px;
  margin-left: 140px;
}
.hot_right a {
  color: #000;
  text-decoration: none;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  justify-content: space-between;
}
.v95 {
  margin-top: 20px;
}
.v72 {
  width: 100%;
  max-width: 1300px;
  padding-left: 80px;
  text-align: center;
  color: #e12c22;
  font-size: 16px;
  margin-top: 7px;
  margin-left: 0px;
}
.lfet1 {
  padding-right: 10px;
  margin: auto;
  width: 100%;
  max-width: 300px;
  height: 65px;
  line-height: 65px;
  border-radius: 28.5px;
  text-align: center;
  color: #e12c22;
  font-style: italic;
  font-size: 40px;
  font-weight: bold;
  background-color: rgb(255, 202, 220);
  margin-top: 20px;
}
.lfet2 {
  margin-top: 50px;
  color: #9f2d2d;
  font-size: 15px;
  max-width: 800px;
  text-align: center; 
  padding: 0 70px; 

}
.carousel {
  position: relative;
  width: 80%;
  border-radius: 15px;
  max-width: 500px;
  margin-left: 120px;
  overflow: hidden;
}
.lfet3 {
  margin-top: 30px;
  margin-bottom: 80px;
  margin-left: -60px;
}
.carousel-inner {
  display: flex;
  border-radius: 15px;
  transition: transform 0.5s ease-in-out;
  height: 600px;
}

.slide {
  min-width: 100%;
  box-sizing: border-box;
  border-radius: 15px;
  /* width: 110%; */
}

.slide img {
  width: 100%;
  display: block;
  border-radius: 15px;
  height: 58%;
}

.prev,
.next {
  position: absolute;
  top: 30%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  font-size: 15px;

  cursor: pointer;
  border-radius: 50%;
  width: 23px;
  height: 23px;

}

.prev {
  left: 10px;
}

.next {
  right: 10px;
}
.footer {
  width: 100%;
  max-width: 1400px;
  margin: auto;
  align-items: center;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.top1 {
  width: 40%;
  height: 1px;
  background-color: rgb(148, 42, 48);
}
.top2 {
  color: rgb(148, 42, 48);
}
.hot_right li {
  background-color: white;
  height: 50px;
  line-height: 50px;
  margin-top: 45px;
  border-radius: 30px;
}
.hot_right li:hover {
  transition: 0.5s;
  box-shadow: 1px 10px 2px rgb(255, 202, 220);
}
.hot_right li a .k1 {
  color: rgb(211, 7, 7);
  font-weight: bold;
  font-size: 18px;
}
.hot_right li a .k2 {
  color: #9f2d2d;
  font-size: 17px;
}
.v14 {
  width: 100%;
  max-width:1400px;
  display: flex;
  margin: 40px auto;
}
.v142 {
  font-size: 25px;
  color: #9f2d2d;
  font-style: italic;
}
.v143 {
  margin-top: 30px;
  font-size: 16px;
  color: #9f2d2d;
}
.v144 img {
  width: 100%;
  max-width:300px;
  border-radius: 10px;
  margin-left: 100px;
  height: 400px;
}
.v145 img {
  width: 100%;
  max-width: 550px;
  margin-left: 100px;
  border-radius: 10px;
  height: 400px;
}
.v15 {
  display: flex;
  width: 1400px;
  margin: auto;
}

.v151 img {
  width: 100%;
  max-width: 725px;
  border-radius: 10px;
  height: 500px;
}
.j1 img {
  margin-left: 100px;
  border-radius: 10px;
  width: 550px;
  height: 300px;
}
.j2 {
  font-size: 16px;
  color: #9f2d2d;
  margin-top: 50px;
  margin-left: 100px;
}
.j3 {
  display: flex;
}
.j4 img {
  width: 100%;
  max-width:725px;
  border-radius: 10px;
  height: 700px;
}
.v16 {
  width: 1400px;
  margin: 50px auto;
}
.j5 {
}
.j5 img {
  margin-left: 100px;
  border-radius: 10px;
  margin-top: 190px;
  width: 100%;
  max-width: 400px;
  height: 500px;
}
.j6 {
  margin: 50px auto;
  font-size: 18px;
  color: #9f2d2d;
}
.x1 {
  width: 100%;
  max-width: 1300px;
  display: flex;
  margin: 50px auto;
  margin-top: 25px;
  list-style: none;
}
.x1 li {
  width: 1300%;
  margin: auto;
  text-align: center;
}
.x1 li img {
  width: 100%;
  height: 500px;
  transition: transform 0.5s; 
}
.x1 li img:hover {
  transform: scale(1.1); 
}
.x1 li img:active {
  transform: scale(1); 
}
.x2 {
  width: 100%;
  max-width: 1400px;
  font-weight: bold;
  margin: auto;
  color: #e12c22;
  text-align: center;
  font-size: 30px;
  margin-top: 40px;
}
.x1 img {
  border-radius: 10px;
}
.op {
  width: 100%;
  max-width:310px;
  background-color: #ffd1e1;
  margin: auto;
  margin-top: 30px;
  height: 35px;
  line-height: 32.7px;
  border-radius: 28.5px;
}
.op a {
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  color: #e12c22;


  border-radius: 28.5px;
}
.xo img {
  width: 100%;
}
.op1 {
  width: 100%;
  max-width:350px;
  margin-left: 50px;
  height: 520px;
  border: 1px solid pink;
  border-radius: 10px;
  box-shadow: 1px 5px 10px #707070;
}


@media (max-width: 800px) {
  .flex-container {
    flex-direction: column;
  }

}

