.main {
  position: relative;
  padding: 20px;
  background-color: #ffe6b4;
  border-radius: 20px;
  position: relative;
  min-width: 500px;
}
.main .main-img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.main .link {
  width: 20%;
  height: 33%;
  padding: 10px;
  border-radius: 20px;
  background-color: #f3d7a5;
  position: absolute;
  left: 5%;
  bottom: 15%;
  padding: 0 20px;
}
.main .link div {
  cursor: pointer;
}
.main .link div a {
  margin: 10px 0;
  display: flex;
  align-items: center;
}
.main .link div img:nth-of-type(1) {
  width: 38%;
  height: auto;
  margin-right: 10px;
}
.main .link div img:nth-of-type(2) {
  width: 40%;
  height: 30px;
}

.roll {
  margin: 30px 0;
}
.roll .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.roll .item img {
  margin-top: 10px;
  width: 200px;
  height: 250px;
  border-radius: 30px;
}
.roll .item img:hover {
  transform: scale(1.1);
  box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.411);
}

.plan-box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  margin: 60px 0;
}
.plan-box div {
  width: 200px;
  height: 200px;
  background-color: #ffdbdd;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  margin: 10px 30px;
}
.plan-box div img {
  width: 100%;
  height: 40px;
}

.latest-news {
  background-color: #ffe6b4;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
}
.latest-news .title {
  margin: 40px 0;
}
.latest-news .title img {
  width: 300px;
}
.latest-news .item-box {
  min-width: 800px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.latest-news .item-box .item:nth-of-type(1)::after {
  content: "";
  display: block;
  width: 2px;
  height: 80%;
  background-color: #80735a;
  position: absolute;
  right: 0;
}
.latest-news .item-box .item:nth-of-type(1)::before {
  content: "";
  display: block;
  width: 2px;
  height: 1px;
  width: 80%;
  background-color: #80735a;
  position: absolute;
  right: 40px;
  bottom: 0;
}
.latest-news .item-box .item:nth-of-type(2)::before {
  content: "";
  display: block;
  width: 2px;
  height: 1px;
  width: 80%;
  background-color: #80735a;
  position: absolute;
  left: 40px;
  bottom: 0;
}
.latest-news .item-box .item:nth-of-type(3)::after {
  content: "";
  display: block;
  width: 2px;
  height: 80%;
  background-color: #80735a;
  position: absolute;
  right: 0;
}
.latest-news .item-box .item {
  height: 180px;
  padding: 10px;
  position: relative;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.latest-news .item-box .item img {
  width: 100px;
  height: 100px;
}
.latest-news .item-box .item div {
  margin-right: 10px;
  text-align: center;
}
.latest-news .item-box .item p {
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 3px solid #957a5a;
  font-size: 16px;
}
.latest-news .item-box .item p span {
  text-align: center;
}

.method {
  margin: 60px;
}
.method .m1,
.method .m2 {
  margin: 10px;
  background-color: #d6c39e;
  padding: 10px 0;
  border-radius: 30px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 200px;
}
.method .m1 .i1,
.method .m2 .i1 {
  width: 40%;
  height: 100%;
  border-radius: 30px;
}
.method .m1 .i2,
.method .m2 .i2 {
  margin: 0 15px;
  width: 15%;
  height: 50%;
  border-radius: 30px;
}
.method .m1 .i3,
.method .m2 .i3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 40%;
  height: 100%;
}
.method .m1 .i3 .i3-1,
.method .m2 .i3 .i3-1 {
  margin-right: 10px;
  border-radius: 30px;
  width: 50%;
  height: 100%;
}
.method .m1 .i3 .i3-2,
.method .m2 .i3 .i3-2 {
  border-radius: 30px;
  width: 50%;
  height: 100%;
}/*# sourceMappingURL=index.css.map */