.bannerBox {
  height: 400px;
  margin-top: 56px;
  font-size: 81px;
  font-family: 'Archivo_SemiExpanded Bold';
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.bannerBox .left {
  position: absolute;
  left: 0;
}

.bannerBox .right {
  position: absolute;
  right: 0;
}

.bannerBox .bi {
  position: absolute;
  left: 20%;
  top: 300px;
}

.bannerBox .bi2 {
  position: absolute;
  right: 20%;
  top: 300px;
}

.takeBox {
  width: 1012px;
  background: #F7F4EB;
  box-shadow: 0px 5 14px 0px rgba(234, 225, 208, 0.75);
  border-radius: 30px;
  padding: 42px 77px;
  margin: 0 auto;
}

.takeBox .tips {
  font-size: 25px;
  margin-bottom: 26px;
}

.takeBox .tit {
  font-size: 23px;
  margin-bottom: 9px;
  font-family: 'PlusJakartaSans semibold';
}

.takeBox .inp {
  width: 100%;
  padding: 16px 34px;
  background-color: #fff;
  border-radius: 14px;
  margin-bottom: 16px;
}

.takeBox .inp textarea {
  font-size: 23px;
  font-family: 'PlusJakartaSans semibold';
  border: none;
  outline: none;
  width: 100%;
}

.takeBox .inp input {
  font-size: 23px;
  font-family: 'PlusJakartaSans semibold';
  border: none;
  outline: none;
  width: 100%;
}

.takeBox .address {
  display: flex;
  align-items: center;
  margin-bottom: 33px;
}

.takeBox .address img {
  width: 19px;
  height: 19px;
  margin-right: 9px;
}

.takeBox .address .zi {
  font-size: 17px;
  font-family: 'PlusJakartaSans semibold';
}

.takeBox .btn {
  width: 190px;
  height: 57px;
  background: #F79A1D;
  font-size: 23px;
  color: #F8FFEE;
  text-align: center;
  line-height: 57px;
  margin: 0 auto;
  border-radius: 8px;
}

.foodBox {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  margin-bottom: 52px;
}

.foodBox .right {
  width: 494px;
}

.foodBox .left .tit {
  font-size: 57px;
  font-family: 'Archivo_SemiExpanded Bold';
  margin-bottom: 50px;
}

.foodBox .left .foodBottom {
  display: flex;
  align-items: center;
}

.foodBox .left .foodBottom .things {
  font-size: 20px;
  margin-bottom: 78px;
}

.foodBox .left .foodBottom .shopName {
  font-size: 30px;
  font-family: 'PlusJakartaSans semibold';
}

.foodBox .left .foodBottom .businessInfo {
  width: 359.1px;
  height: 286.2px;
  background: #FEF9F2;
  border-radius: 36px;
  padding: 9px 28px;
  margin-left: 26px;
}

.foodBox .left .foodBottom .businessInfo .busItem {
  display: flex;
  align-items: center;
  font-family: "PlusJakartaSans semibold";
  font-size: 17.1px;
  padding: 13.5px 0;
  border-bottom: 2px solid #ffe174;
}

.foodBox .left .foodBottom .businessInfo .busItem img {
  width: 37.8px;
  height: 37.8px;
  margin-right: 13.5px;
}

.numBox {
  width: 100%;
  height: 189px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background: linear-gradient(270deg, #F48C02 0%, #AFD140 100%);
}

.numBox .num {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.numBox .num .one {
  font-size: 57px;
  color: #fff;
  font-family: 'Archivo_SemiExpanded Bold';
}

.numBox .num .two {
  font-size: 17px;
  color: #fff;
  font-family: 'PlusJakartaSans semibold';
  margin-top: 17px;
}

.phoneBox {
  margin-top: 48px;
  margin-bottom: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.phoneBox .HowTake {
  font-size: 51px;
  font-family: 'Archivo_SemiExpanded Bold';
  margin-left: 18px;
}

.phoneBox .headRight {
  margin-left: 60px;
  width: 500px;
  height: 286px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.phoneBox .headRight .numBox2 {
  width: 39px;
  height: 39px;
  border-radius: 50%;
  color: #fff;
  font-size: 32px;
  background-color: #343442;
  display: flex;
  align-items: center;
  justify-content: center;
}

.phoneBox .headRight .headZi {
  font-size: 32px;
  font-family: 'PlusJakartaSans medium';
  margin-bottom: 30px;
}

.phoneBox .headRight .headLine {
  width: 100%;
  display: flex;
  align-items: center;
}

.phoneBox .headRight .headLine .headkuai {
  flex: 1;
  height: 8px;
  background-color: #B9DA37;
  position: relative;
  margin-right: 16px;
}

.phoneBox .headRight .headLine .headkuai .headTiao {
  width: 25%;
  height: 7px;
  position: absolute;
  background-color: #F79A1D;
  top: 0;
  transition: all 0.3s ease;
}

.phoneBox .headRight .headLine .headRadius {
  width: 35px;
  height: 35px;
  background: #F79A1D;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 6px;
  cursor: pointer;
}

.phoneBox .headRight .headLine .headRadius:hover {
  transition: all 0.5s ease;
  background: #B9DA37;
}

.phoneBox .headRight .headLine .headRadius img {
  width: 21px;
  height: 17px;
}

.phoneBox .phone {
  width: 231px;
  position: relative;
}

.phoneBox .phone img {
  width: 231px;
  position: relative;
  z-index: 2;
}

.phoneBox .phone .phoneSwp {
  background-color: red;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 220px;
  height: 460px;
  border-radius: 30px;
  z-index: 1;
}

.phoneBox .yuan1 {
  width: 344px;
  height: 344px;
  background: #E0FF97;
  border-radius: 50%;
  position: absolute;
  left: -220px;
}

.phoneBox .yuan2 {
  width: 344px;
  height: 344px;
  background: #FFE174;
  border-radius: 50%;
  position: absolute;
  right: -220px;
}

.typeBox .tit {
  font-size: 57px;
  font-family: 'Archivo_SemiExpanded Bold';
  margin-bottom: 60px;
  text-align: center;
}

.typeList {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 152px;
}

.typeList .typeItem {
  width: 256px;
  height: 516px;
  background: #F79A1D;
  border-radius: 30px;
  margin: 0 11px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.typeList .typeItem:nth-child(2n) {
  background: #B9DA37;
}

.typeList .typeItem .name {
  text-align: center;
  font-size: 22px;
  margin-top: 19px;
  font-family: 'PlusJakartaSans medium';
}

.typeList .typeItem img {
  width: 237px;
  height: 409px;
  object-fit: cover;
  margin-top: 10px;
  border-radius: 30px 30px 0px 0px;
}

.whatBox {
  max-width: 1296px;
  margin: 0 auto;
  margin-bottom: 65px;
}

.whatBox .titBox {
  display: flex;
  margin-bottom: 27px;
}

.whatBox .titBox .tit {
  font-size: 57px;
  font-family: 'Archivo_SemiExpanded Bold';
  margin-right: 10vw;
}

.whatBox .titBox .whatNav {
  display: flex;
  align-items: center;
}

.whatBox .titBox .whatNav .itemAct {
  width: 175px;
  height: 29px;
  border-radius: 29px;
  background: #F79A1D;
  text-align: center;
  line-height: 29px;
  font-size: 16px;
  cursor: pointer;
  margin: 0 15px;
}

.whatBox .titBox .whatNav .itemNone {
  width: 175px;
  height: 29px;
  border-radius: 29px;
  text-align: center;
  line-height: 29px;
  font-size: 16px;
  cursor: pointer;
  color: #8C8476;
  margin: 0 15px;
}

.whatBox .takeList {
  width: 621px;
}

.whatBox .takeList .takeItem {
  width: 100%;
  padding: 19px 0;
  border-bottom: 1px solid #D3CFC9;
}

.whatBox .takeList .takeItem .top {
  display: flex;
  align-items: center;
}

.whatBox .takeList .takeItem .top img {
  width: 18px;
  height: 18px;
  margin: 0;
  margin-right: 26px;
}

.whatBox .takeList .takeItem .top .name {
  font-size: 22px;
  font-family: 'PlusJakartaSans medium';
}

.whatBox img {
  width: 357px;
  margin-left: 5vw;
}
