.main{
  max-width: 1600px;
  margin: auto;
}
.sw{
  min-height: 678px;
  position: relative;
}
.guest_box{
  width: 940px;
  padding-top: 120px;
}
.swiper-slide{
  display: flex;
  justify-content: center;
}
.guest_box a{
  position: relative;
  height: fit-content;
}
.guest_box a:after{
  width: 100%;
  height: 550px;
  left: 0;
  top: -260px;
  z-index: -1;
  background: linear-gradient(to bottom,transparent,#d58155);
  position: absolute;
  content: '';
}
.guest_box .swiper-slide img{
  width: 159px;
}
.guest_box a:nth-child(2n-1){
  margin-top: 140px;
}
.lbtn{
  width: 39px;
  height: 35px;
  background: url(../img/pc/arrow.png) no-repeat;
}
.rbtn{
  width: 39px;
  height: 35px;
  background: url(../img/pc/arrow.png) no-repeat;
  transform: rotateY(180deg);
}
.bottom{
  left: -260px;
  bottom: -40px;
}
.format{
  width: 710px;
  margin: 30px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 52px;
}
.format span {
  width: 90px;
  cursor: pointer;
  display: flex;
;
  flex-wrap: wrap;
  text-align: center;
}
.format span :is(p,img) {
  flex: 100%;
}
.format img{
  width: 100%;
}
.format span p {
  font-size: 20px;
  margin-top: 2px;
  color: #ffefc1;
  white-space: nowrap;
}
.search_box{
  position: absolute;
  right: 0;
  top: 100px;
  width: 200px;
  width: 200px;
  height: 41px;
}
.search_btn{
  width: 200px;
  height: 41px;
  font-size: 18px;
  color: #fdc88e;
  font-weight: bold;
  align-items: center;
  justify-content: center;
  background-size: 100% 100%;
  cursor: pointer;
  position: relative;
}
.search_icon{
  width: 18px;
  height: 20px;
  top: 12px;
  left: 20px;
  position: absolute;
  background: url(../img/pc/search_icon.png) no-repeat;
  cursor: pointer;
  z-index: 99;
}
.search_box input {
  border: none;
  color: #681f1a;
  box-sizing: border-box;
  width: 100%;
  font-size: 18px;
  text-align: center;
  height: 100%;
  font-weight: bold;
  text-indent: 20px;
  font-family: zihunyunjinsong;
  background: linear-gradient(to right,#decea1,#c8b370);
  padding: 11px 13px 14px 23px;
  border: 3px solid #d8190b;
  border-radius: 100px;
}
input::-webkit-input-placeholder{
 	color: #681f1a;
 	text-align: center;
  font-size: 18px;
	font-weight: bold;	
}