* {
  padding: 0rem;
  margin: 0;
  -webkit-tap-highlight-color: transparent;
  outline: none;
  font-family: "微软雅黑";
  box-sizing: border-box;
}
* {
  -webkit-touch-callout: none; /*系统默认菜单被禁用*/
  -webkit-user-select: none; /*webkit浏览器*/
  -khtml-user-select: none; /*早期浏览器*/
  -moz-user-select: none; /*火狐*/
  -ms-user-select: none; /*IE10*/
  user-select: none;
}
ul,
li {
  list-style-type: none;
}
img {
  border: none;
}
a {
  background: transparent;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  color: #666666;
}
html {
  font-family: "微软雅黑", Helvetica, "Hiragino Sans GB", "Helvetica Neue",
    "Microsoft Yahei", "STHeiTi", Arial, sans-serif;
  color: #444;
}

html,
body,
.page-group,
.page,
.pageBox {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: #fff;
}
.gray {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}

/************************/
.boxBig {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: -1;
}
.boxBig img {
  width: 100%;
  height: 100%;
  display: block;
  transform: scale(1);
}

.leftNav {
  position: fixed;
  left: 73px;
  top: 234px;
  width: 450px;
  z-index: 100;
}
/*.leftNav .backImg{ float: left; width: 144px; height: 144px; margin-bottom: 30px;}*/
.leftNav ul {
  float: left;
  width: 421px;
  float: right;
}
.leftNav ul li {
  height: 92px;
  float: left;
  margin-bottom: 32px;
  line-height: 92px;
  width: 100%;
}
.leftNav ul li.libg1 {
  background: url(../images/conn/food.png) no-repeat;
  background-size: 100% 100%;
}
.leftNav ul li.libg2 {
  background: url(../images/conn/mood.png) no-repeat;
  background-size: 100% 100%;
}
.leftNav ul li.libg3 {
  background: url(../images/conn/time.png) no-repeat;
  background-size: 100% 100%;
}
.leftNav ul li span {
  float: right;
  color: #9f440f;
  padding-right: 50px;
  font-size: 36px;
}

.rightNav {
  width: 180px;
  position: fixed;
  right: 75px;
  top: 75px;
  z-index: 100;
}
.rightNav ul {
  width: 100%;
  float: left;
}
.rightNav ul li {
  width: 100%;
  margin-bottom: 10px;
  float: left;
  display: block;
}
.rightNav ul li img {
  width: 100%;
  float: left;
  cursor: pointer;
}

.flowersBox {
  width: 373px;
  height: 431px;
  position: fixed;
  bottom: 0px;
  z-index: 98;
  right: 85px;
  display: none;
}
.flowersBox img {
  width: 100%;
  float: left;
}

.fillBox {
  width: 273px;
  height: 199px;
  position: fixed;
  bottom: 150px;
  z-index: 98;
  left: 180px;
  cursor: pointer;
  display: block;
}
.fillBox img {
  width: 100%;
  float: left;
  height: 100%;
}

.windmillBox {
  width: 590px;
  height: 776px;
  position: fixed;
  top: 370px;
  z-index: 98;
  left: 240px;
  display: none;
}
.windmillBox img {
  width: 100%;
  float: left;
}
.chickBox {
  z-index: 999;
  position: fixed;
  width: 290px;
  height: 290px;
  left: calc(50% - 400px);
  top: 375px;
}

.balloonBox {
  z-index: 9999;
  position: absolute;
  width: 156px;
  height: 156px;
  cursor: pointer;
  opacity: 1;
}
.balloonBox img {
  width: 100%;
  float: left;
}

.alertBox {
  position: fixed;
  z-index: 999999;
  left: 0px;
  top: calc(50% - 20px);
  height: 40px;
  text-align: center;
  width: 100%;
}
.alertBox span {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  padding: 0 20px;
  border-radius: 5px;
  display: inline-block;
}

/*************************/
.popBox {
  display: flex;
  z-index: 99999;
  position: fixed;
  width: 100%;
  height: 100%;
  background: url(../images/popbg.png) no-repeat;
  background-size: 100% 100%;
  left: 0px;
  top: 0px;
  display: none;
}

.zbTitle {
  font-size: 12px !important;
  font-weight: bold;
  font-family: "微软雅黑";
  color: #9f440f;
  line-height: 9vw;
  float: left;
  width: 100%;
  text-align: center;
  padding-top: 9vw;
  position: relative;
}
.closeImg {
  width: 9%;
  position: absolute;
  right: 3.9%;
  top: 160px;
}
.closeImg img {
  float: left;
  width: 100%;
}

.popCent {
  width: 77%;
  float: left;
  margin-left: 11.5%;
  margin-top: 0px;
  height: 870px;
  overflow-y: auto;
}
.popCent .listDiv {
  width: 25%;
  float: left;
  height: 490px;
  border-radius: 20px;
  padding-top: 25px;
}
.popCent .listDiv.active {
  background: rgba(51, 51, 51, 0.2);
}
.popCent .listDiv ul {
  float: left;
  width: 92%;
  margin: 0 4%;
}
.popCent .listDiv ul li {
  float: left;
  width: 100%;
}
.popCent .listDiv ul li.imgbox {
  border: 2px solid #d1bc9f;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.popCent .listDiv ul li.imgbox .imglistBox {
  width: 100%;
  height: 100%;
  float: left;
  background: #fbdeb8;
}
.popCent .listDiv ul li.imgbox .imglistBox img {
  float: left;
  width: 100%;
  height: 100%;
}
.popCent .listDiv ul li.text {
  font-size: 30px;
  color: rgba(159, 68, 15, 1);
  line-height: 42px;
  padding-top: 10px;
}
.popAct {
  position: absolute;
  width: 9%;
  left: 5%;
  top: 5%;
  display: none;
}
.popCent .listDiv.active .popAct {
  display: block;
}
.popAct img {
  width: 100%;
  float: left;
}
.popNo {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  display: none;
  background: rgba(51, 51, 51, 0.25);
}
.popCent .listDiv.close .popNo {
  display: block;
}

.bottomBg {
  width: 700px;
  height: 110px;
  line-height: 110px;
  text-align: center;
  float: left;
  background: url(../images/buttonBg.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  margin-top: 20px;
  float: left;
  margin-left: calc(50% - 700px);
  font-weight: bold;
  font-size: 48px;
  color: #ffffff;
}

.textContainer {
  position: absolute;
  /* display: flex; */
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 20%;
  width: 100%;
  overflow: hidden;
  z-index: 2;
}

.subContainer {
  width: 250%;
  display: flex;
  justify-content: space-around;
}

.text {
  color: rgb(22, 22, 22);
  font-family: "Roboto Condensed", sans serif;
  font-size: 15px;
}
.edenName {
  position: absolute;
  text-align: center;
  width: 100%;
  line-height: 100px;
  font-size: 40px;
  font-family: sans serif;
}
.loadingDiv {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999999999999;
  background-color: rgba(26, 26, 24, 0.5);
  display: none;
}
.loadingDiv .loadingImg {
  left: 50%;
  top: 50%;
  position: absolute;
  font-size: 20px;
}


/***********************------------------------------------------------------------------------------宽度*/


@media screen and (min-width: 1940px) {
  .leftNav {
    width: 421px !important;
    left: 69px !important;
    top: 57px !important;
  }
  .leftNav img {
    padding: 12.8px !important;

    width: 136px !important ;
    height: 136px !important;
    margin-bottom: 29px !important;
  }
  .leftNav ul {
    width: 396px !important;
  }
  .leftNav ul li {
    height: 86.8px !important ;
    margin-bottom: 31px !important;
    line-height: 86px !important;
  }
  .windmillBox {
    left:189px !important ;
  }
  .chickBox {
    width:620px !important;
    height:620px !important;
    left: 675px !important;
  }
}

@media screen and (max-width: 1919px) {
  .leftNav {
    width: 419px !important;
    left: 68px !important;
    top: 56px !important;
  }
  .leftNav img {
    padding: 11.8px !important;

    width: 135px !important ;
    height: 135px !important;
    margin-bottom: 28px !important;
  }
  .leftNav ul {
    width: 394px !important;
  }
  .leftNav ul li {
    height: 85.8px !important ;
    margin-bottom: 29.89px !important;
    line-height: 85.8px !important;
  }
  .windmillBox {
    left:187px !important ;
  }
  .chickBox {
    width:600px !important;
    height:600px !important;
    left: 666px !important;
  }
}

@media screen and (max-width: 1599px) {
  .leftNav {
    width: 351px !important;
    left: 57px !important;
    top: 46px !important;
  }
  .leftNav img {
    padding:10.8px !important;

    width: 112px !important ;
    height: 112px !important;
    margin-bottom: 23.4px !important;
  }
  .leftNav ul {
    width: 328.7px !important;
  }
  .leftNav ul li {
    height: 71.8px !important ;
    margin-bottom: 25px !important;
    line-height: 71.8px !important;
  }
  .windmillBox {
    left:156px !important ;
  }
  .chickBox {
    width: 520px !important;
    height: 520px !important;
    left: 550px !important;
  }
}

@media screen and (max-width: 1366px) {
  .leftNav {
    width: 300px !important;
    left: 48px !important;
    top: 40px !important;
  }
  .leftNav img {
    padding: 9.8px !important;

    width: 96px !important ;
    height: 96px !important;
    margin-bottom: 20px !important;
  }
  .leftNav ul {
    width: 280px !important;
  }
  .leftNav ul li {
    height: 61px !important ;
    margin-bottom: 21px !important;
    line-height: 61px !important;
  }
  .windmillBox {
    left:133px !important ;
  }
  .chickBox {
    width: 460px !important;
    height: 460px !important;
    left: 466px !important;
  }
}


@media screen and (max-width: 1280px) {
  .leftNav {
    width: 281px !important;
    left: 45.6px !important;
    top: 37.5px !important;
  }
  .leftNav img {
    padding: 8.8px !important;

    width: 90px !important ;
    height: 90px !important;
    margin-bottom: 18.7px !important;
  }
  .leftNav ul {
    width: 263.17px !important;
  }
  .leftNav ul li {
    height: 57.5px !important ;
    margin-bottom: 20px !important;
    line-height: 57.5px !important;
  }
  .windmillBox {
    left:125px !important ;
  }
  .chickBox {
    width: 400px !important;
    height: 400px !important;
    left: 445px !important;
  }
}
@media screen and (max-width: 1180px) {
  /* .bottomBg {
    font-size: 25px !important;
    margin-left: 403px !important;
    height: 58px !important;
    line-height: 58px !important;
    margin-top: 10px !important;
    width: 370px !important;
  } */
}

@media screen and (max-width: 1080px) {
  .leftNav {
    width: 237px !important;
    left: 38px !important;
    top: 31px !important;
  }
  .leftNav img {
    padding: 7.99px !important;
    width: 75px !important ;
    height: 75px !important;
    margin-bottom: 15.8px !important;
  }
  .leftNav ul {
    width: 222.067px !important;
  }
  .leftNav ul li {
    height: 48.5px !important ;
    margin-bottom: 17px !important;
    line-height: 48.5px !important;
  }
  .windmillBox {
    left:105px !important ;
  }
  .chickBox {
    width:370px !important;
    height:370px !important;
    left: 360px !important;
  }
  /* .bottomBg {
    font-size: 25px !important;
    margin-left: 340px !important;
    height: 58px !important;
    line-height: 58px !important;
    margin-top: 12px !important;
    width: 360px !important;
  } */
}

@media screen and (max-width: 1024px) {
  .edenName {
    font-size: 40px !important;
  }
  .leftNav {
    width: 225px !important;
    left: 36.5px !important;
    top: 30px !important;
  }
  .leftNav img {
    padding: 7.8px !important;
    width: 70px !important ;
    height: 70px !important;
    margin-bottom: 15px !important;
  }
  .leftNav ul {
    width: 210px !important;
  }
  .leftNav ul li {
    height: 46px !important ;
    margin-bottom: 16px !important;
    line-height: 46px !important;
  }
  .windmillBox {
    left:100px !important ;
  }
  .chickBox {
    width: 350px !important;
    height: 350px !important;
    left: 342px !important;
  }
  /* .bottomBg {
    font-size: 24px !important;
    margin-left: 337px !important;
    height: 55px !important;
    line-height: 55px !important;
    margin-top:10px !important;
    width: 350px!important;
  } */
}

@media screen and (max-width: 896px) {
  .edenName {
    font-size: 39px !important;
  }
  .leftNav {
    width: 196px !important;
    left: 31px !important;
    top: 26px !important;
  }
  .leftNav img {
    padding: 7.3px !important;
    width:59px !important ;
    height:59px !important;
    margin-bottom: 12.98px !important;
  }
  .leftNav ul {
    width: 184.175px !important;
  }
  .leftNav ul li {
    height: 40px !important ;
    margin-bottom: 14px !important;
    line-height: 40px !important;
  }
  .windmillBox {
    left:105px !important ;
  }
  .chickBox {
    width: 290px !important;
    height: 290px !important;
    left: 305px !important;
  }
  /* .bottomBg {
    font-size: 12.9px !important;
    margin-left: 353px !important;
    height: 29px !important;
    line-height: 29px !important;
    margin-top: 5px !important;
    width: 188px !important;
  } */
}

@media screen and (max-width: 844px) {
  .edenName {
    font-size: 38px !important;
  }
  .leftNav {
    width: 185px !important;
    left: 30px !important;
    top: 24px !important;
  }
  .leftNav img {
    padding:7px !important;

    width:58px !important;
    height:58px !important;
    margin-bottom: 12px !important;
  }
  .leftNav ul {
    width: 173.5px !important;
  }
  .leftNav ul li {
    height: 38px !important ;
    margin-bottom: 13px !important;
    line-height: 38px !important;
  }
  .windmillBox {
    left:100px !important ;
  }
  .chickBox {
    width:270px !important;
    height:270px !important;
    left: 291px !important;
  }
  /* .bottomBg {
    font-size: 12px !important;
    margin-left: 333px !important;
    height: 28px !important;
    line-height: 28px !important;
    margin-top: 5px !important;
    width: 178px !important;
  } */
}

@media screen and (max-width: 812px) {
  .edenName {
    font-size: 36px !important;
  }
  .leftNav {
    width: 178px !important;
    left: 28px !important;
    top: 23px !important;
  }
  .leftNav img {
    padding: 6.5px !important;

    width:53px !important ;
    height:53px !important;
    margin-bottom: 11.8px !important;
  }
  .leftNav ul {
    width: 167px !important;
  }
  .leftNav ul li {
    height: 36.5px !important ;
    margin-bottom: 12.7px !important;
    line-height: 36.5px !important;
  }
  .windmillBox {
    left:95px !important ;
  }
  .chickBox {
    width: 260px !important;
    height: 260px !important;
    left: 278px !important;
  }
  /* .bottomBg {
    font-size: 11.25px !important;
    margin-left: 320px !important;
    height: 25.7812px !important;
    line-height: 25.7812px !important;
    margin-top: 4.6875px !important;
    width: 164.062px !important;
  } */
}

@media screen and (max-width: 750px) {
  .edenName {
    font-size: 33px !important;
  }
  .leftNav {
    width: 164px !important;
    left: 26.7px !important;
    top: 21.9px !important;
  }
  .leftNav img {
    padding:5.8px !important;

    width: 51px !important ;
    height: 51px !important;
    margin-bottom: 10.98px !important;
  }
  .leftNav ul {
    width: 154.175px !important;
  }
  .leftNav ul li {
    height: 33.69px !important ;
    margin-bottom: 11.72px !important;
    line-height: 33.69px !important;
  }
  .windmillBox {
    left:87px !important ;
  }
  .chickBox {
    width: 240px !important;
    height: 240px !important;
    left: 257px !important;
  }
  /* .bottomBg {
    font-size: 11.25px !important;
    margin-left: 289px !important;
    height: 25.7812px !important;
    line-height: 25.7812px !important;
    margin-top: 4.6875px !important;
    width: 164.062px !important;
  } */
}

@media screen and (max-width: 667px) {
  .edenName {
    font-size: 31px !important;
  }
  .leftNav {
    width: 146px !important;
    left: 23.7px !important;
    top: 19.5px !important;
  }
  .leftNav img {

    padding: 4.99px !important;

    width: 44px !important ;
    height: 44px !important;
    margin-bottom: 9.7px !important;
  }
  .leftNav ul {
    width: 137px !important;
  }
  .leftNav ul li {
    height: 30px !important ;
    margin-bottom: 10.4px !important;
    line-height: 30px !important;
  }
  .windmillBox {
    left:65px !important ;
  }
  .chickBox {
    width: 220px !important;
    height: 220px !important;
    left: 225px !important;
  }

  /* .popCent {
    height: 213px !important;
  } */
  .closeImg {
    top: 39px !important;
  }
  /* .bottomBg {
    font-size: 11.25px !important;
    margin-left: 248px !important;
    height: 25.7812px !important;
    line-height: 25.7812px !important;
    margin-top: 4.6875px !important;
    width: 164.062px !important;
  } */
}


@media screen and (max-width: 640px) {
  .edenName {
    font-size: 28px !important;
  }
  .leftNav {
    width: 140px !important;
    left: 22.8px !important;
    top: 18.75px !important;
  }
  .leftNav img {
    padding: 4.8px !important;
    width: 43px !important ;
    height: 43px !important;
    margin-bottom: 9px !important;
  }
  .leftNav ul {
    width: 131.56px !important;
  }
  .leftNav ul li {
    height: 28.75px !important ;
    margin-bottom: 10px !important;
    line-height: 28.75px !important;
  }
  .windmillBox {
    left:62px !important ;
  }
  .chickBox {
    width: 210px !important;
    height: 210px !important;
    left: 218px !important;
  }
  /* .bottomBg {
    font-size: 11.25px !important;
    margin-left: 237.969px !important;
    height: 25.7812px !important;
    line-height: 25.7812px !important;
    margin-top: 4.6875px !important;
    width: 164.062px !important;
  } */
}

@media screen and (max-width: 568px) {
  .edenName {
    font-size: 23px !important;
  }
  .leftNav {
    width: 125px !important;
    left: 20.2px !important;
    top: 16.64px !important;
  }
  .leftNav img {
    padding: 3.8px !important;
    width: 37.5px !important;
    height: 37.5px !important;
    margin-bottom: 8.316px !important;
  }
  .leftNav ul {
    width: 116.7px !important;
  }
  .leftNav ul li {
    height: 25.56px !important ;
    margin-bottom: 8.8px !important;
    line-height: 25.56px !important;
  }
  .windmillBox {
    left:55.5px !important ;
  }
  .chickBox {
    width: 170px !important;
    height: 170px !important;
    left: 200px !important;
  }
  /* .bottomBg {
    font-size: 11.25px !important;
    margin-left: 202px !important;
    height: 25.7812px !important;
    line-height: 25.7812px !important;
    margin-top: 4.6875px !important;
    width: 164.062px !important;
  } */
}

@media screen and (max-width: 480px) {
  .edenName {
    font-size: 18px !important;
  }
  .leftNav {
    width: 105px !important;
    left:17px !important;
    top: 14px !important;
  }
  .leftNav img {
    padding: 2.8px !important;
    width: 33.7px !important ;
    height: 33.7px !important;
    margin-bottom:7px !important;
  }
  .leftNav ul {
    width: 98px !important;
  }
  .leftNav ul li {
    height: 21.5px !important ;
    margin-bottom: 7.5px !important;
    line-height: 21.5px !important;
  }
  .windmillBox {
    left:46.8px !important ;
  }
  .chickBox {
    width: 140px !important;
    height: 140px !important;
    left: 170px !important;
  }
  /* .popCent {
    height: 180px !important;
  } */
  .zbTitle {
    line-height: 37px !important;
    padding-top: 34px !important;
  }
  .closeImg {
   top: 33px !important;
  }
  /* .bottomBg {
    font-size: 11.25px !important;
    margin-left: 157.969px !important;
    height: 25.7812px !important;
    line-height: 25.7812px !important;
    margin-top: 4.6875px !important;
    width: 164.062px !important;
  } */
}

@media screen and (max-width: 375px) {
  .edenName {
    font-size: 15px !important;
  }
  .leftNav {
    width: 82.39px !important;
    left: 13.36px !important;
    top: 10.98px !important;
  }
  .leftNav img {
    padding: 1.8px !important;
    width: 26px !important;
    height: 26px !important;
    margin-bottom: 5.49316px !important;
  }
  .leftNav ul {
    width: 77px !important;
  }
  .leftNav ul li {
    height: 16.85px !important ;
    margin-bottom: 5.8px !important;
    line-height: 16.85px !important;
  }
  .windmillBox {
    left:36px !important ;
  }
  .chickBox {
    width: 120px !important;
    height: 120px !important;
    left: 130px !important;
  }
  /* .bottomBg {
    font-size: 11.25px !important;
    margin-left: 105px !important;
    height: 25.7812px !important;
    line-height: 25.7812px !important;
    margin-top: 4.6875px !important;
    width: 164.062px !important;
  } */
  
  
}


/***********************------------------------------------------------------------------------------高度*/



@media screen and (max-height: 320px) {
  .rightNav {
    width: 39px !important;
    top: 15.5px !important;
    right: 15.5px !important;
  }
  .rightNav ul li {
    margin-bottom: 2px !important;
  }
  .rightNav ul li img {
    width: 100%;
    float: left;
    cursor: pointer;
  }
  .flowersBox {
    width: 65px !important;
    height: 78px !important;
    right: 60px !important;
  }
  .windmillBox {
    width: 123px !important;
    height: 123px !important;
    top: 75px !important;
    /* left: 55.4688px !important; */
  }
  .fillBox {
    width: 56.875px !important;
    height: 41.4583px !important;
    bottom: 31.25px !important;
    left: 60px !important;
  }
  .chickBox {
    top: 95px !important;
  }
  .zbTitle {
    font-size: 16.67px !important;
    line-height: 37.5px !important;
    padding-top: 35px !important;
  }
  /* .popCent {
    height:181px !important;
  } */
  .closeImg {
    top: 33px !important;
  }
}

@media screen and (min-height: 320px) {
  .rightNav {
    width: 41px !important;
    top: 15.5px !important;
    right: 15.5px !important;
  }
  .rightNav ul li {
    margin-bottom: 2px !important;
  }
  .rightNav ul li img {
    width: 100%;
    float: left;
    cursor: pointer;
  }
  .flowersBox {
    width: 65px !important;
    height: 78px !important;
    right: 60px !important;
  }
  .windmillBox {
    width: 123px !important;
    height: 123px !important;
    top: 75px !important;
    /* left: 55.4688px !important; */
  }
  .fillBox {
    width: 56.875px !important;
    height: 41.4583px !important;
    bottom: 31.25px !important;
    left: 60px !important;
  }
  .chickBox {
    top: 95px !important;
  }
  .zbTitle {
    font-size: 16.67px !important;
    line-height: 37.5px !important;
    padding-top: 35px !important;
  }
  /* .popCent {
    height:181px !important;
  } */
  .closeImg {
    top: 33px !important;
  }
}

@media screen and (min-height: 355px) {
  .rightNav {
    width: 45px !important;
    top: 17px !important;
    right: 17px !important;
  }
  .rightNav ul li {
    margin-bottom: 2.3px !important;
  }
  .rightNav ul li img {
    width: 100%;
    float: left;
    cursor: pointer;
  }
  .flowersBox {
    width: 86px !important;
    height: 99px !important;
    right: 120px !important;
  }
  .windmillBox {
    width: 136px !important;
    height: 136px !important;
    top: 83px !important;
    /* left: 55.4688px !important; */
  }
  .fillBox {
    width: 63px !important;
    height: 46px !important;
    bottom: 34.7px !important;
    left: 120px !important;
  }
  .chickBox {
    top: 100px !important;
  }
  .zbTitle {
    font-size: 17px !important;
    line-height: 40px !important;
    padding-top: 38px !important;
  }
  /* .popCent {
    height:201px !important;
  } */
  .closeImg {
    top: 37px !important;
  }
  
}

@media screen and (min-height: 360px) {
  .rightNav {
    width: 46.5px !important;
    top: 17.3px !important;
    right: 17.3px !important;
  }
  .rightNav ul li {
    margin-bottom: 2.34px !important;
  }
  .rightNav ul li img {
    width: 100%;
    float: left;
    cursor: pointer;
  }
  .flowersBox {
    width: 87px !important;
    height: 101px !important;
    right: 130px !important;
  }
  .windmillBox {
    width: 138px !important;
    height: 138px !important;
    top: 84px !important;
    /* left: 55.4688px !important; */
  }
  .fillBox {
    width: 65px !important;
    height: 48px !important;
    bottom: 35px !important;
    left: 130px !important;
  }
  .chickBox {
    top: 105px !important;
  }
  .zbTitle {
    font-size: 18.75px !important;
    line-height: 42.1875px !important;
    padding-top: 42px !important;
  }
  /* .popCent {
    height:218px !important;
  } */
  .closeImg {
    top: 37.5px !important;
  }
}

@media screen and (min-height: 390px) {
  .rightNav {
    width: 47.5px !important;
    top: 17.5px !important;
    right: 17.5px !important;
  }
  .rightNav ul li {
    margin-bottom: 2.99px !important;
  }
  .rightNav ul li img {
    width: 100%;
    float: left;
    cursor: pointer;
  }
  .flowersBox {
    width: 89px !important;
    height: 104px !important;
    right: 140px !important;
  }
  .windmillBox {
    width: 140px !important;
    height: 140px !important;
    top: 86px !important;
    /* left: 55.4688px !important; */
  }
  .fillBox {
    width: 67px !important;
    height: 50px !important;
    bottom: 37px !important;
    left: 140px !important;
  }
  .chickBox {
    top: 110px !important;
  }
  .zbTitle {
    font-size: 19.3px !important;
    line-height: 44px !important;
    padding-top: 42.8px !important;
  }
  /* .popCent {
    height:219.5px !important;
  } */
  .closeImg {
    top: 37.9px !important;
  }
}

@media screen and (min-height: 414px) {
  .rightNav {
    width: 49px !important;
    top: 20.21px !important;
    right: 20.21px !important;
  }
  .rightNav ul li {
    margin-bottom: 2.7px !important;
  }
  .rightNav ul li img {
    width: 100%;
    float: left;
    cursor: pointer;
  }
  .flowersBox {
    width: 100px !important;
    height: 116px !important;
    right: 150px !important;
  }
  .windmillBox {
    width: 159px !important;
    height: 159px !important;
    top: 97px !important;
    /* left: 55.4688px !important; */
  }
  .fillBox {
    width: 73.5px !important;
    height: 53.6px !important;
    bottom: 40px !important;
    left: 150px !important;
  }
  .chickBox {
    top: 120px !important;
  }
  .zbTitle {
    font-size: 21.5px !important;
    line-height: 48.1875px !important;
    padding-top: 45px !important;
  }
  /* .popCent {
    height:234px !important;
  } */
  .closeImg {
    top: 43px !important;
  }
}

@media screen and (min-height:500px) {
  .rightNav {
    width: 59px !important;
    top: 24.4px !important;
    right: 24.4px !important;
  }
  .rightNav ul li {
    margin-bottom: 3.2px !important;
  }
  .rightNav ul li img {
    width: 100%;
    float: left;
    cursor: pointer;
  }
  .flowersBox {
    width:121px !important;
    height: 140px !important;
    right: 160px !important;
  }
  .windmillBox {
    width: 250.6px !important;
    height: 250.6px !important;
    top: 117px !important;
    /* left: 55.4688px !important; */
  }
  .fillBox {
    width: 89px !important;
    height: 65px !important;
    bottom: 48px !important;
    left: 160px!important;
  }
  .chickBox {
    top: 210px !important;
  }
  .zbTitle {
    font-size: 26px !important;
    line-height: 58px !important;
    padding-top: 55px !important;
  }
  /* .popCent {
    height:283px !important;
  } */
  .closeImg {
    top: 52px !important;
  }
}

@media screen and (min-height: 600px) {
  .rightNav {
    width: 70.9px !important;
    top:29.3px !important;
    right:29.3px !important;
  }
  .rightNav ul li {
    margin-bottom: 3.9px !important;
  }
  .rightNav ul li img {
    width: 100%;
    float: left;
    cursor: pointer;
  }
  .flowersBox {
    width: 145px !important;
    height:168px !important;
    right: 170px !important;
  }
  .windmillBox {
    width: 300px !important;
    height: 300px !important;
    top: 140px !important;
    /* left: 55.4688px !important; */
  }
  .fillBox {
    width: 106px !important;
    height: 77px !important;
    bottom:58px !important;
    left: 170px !important;
  }
  .chickBox {
    top: 230px !important;
  }
  .zbTitle {
    font-size: 31px !important;
    line-height: 70px !important;
    padding-top: 66px !important;
  }
  /* .popCent {
    height:339px !important;
  } */
  .closeImg {
    top: 62px !important;
  }
}

@media screen and (min-height: 768px) {
  .rightNav {
    width: 90.9px !important;
    top: 37.5px !important;
    right: 37.5px !important;
  }
  .rightNav ul li {
    margin-bottom: 5px !important;
  }
  .rightNav ul li img {
    width: 100%;
    float: left;
    cursor: pointer;
  }
  .flowersBox {
    width: 186px !important;
    height: 215px !important;
    right: 150px !important;
  }
  .windmillBox {
    width:295px!important;
    height:295px!important;
    top: 180px !important;
    /* left: 55.4688px !important; */
  }
  .windmillBox img {
    width: 100%;
    float: left;
  }
  .fillBox {
    width: 136px !important;
    height: 100px !important;
    bottom: 75px !important;
    left: 160px !important;
  }
  .chickBox {
    top: 280px !important;
  }
  .zbTitle {
    font-size: 40px !important;
    line-height: 90px !important;
    padding-top: 85px !important;
  }
  /* .popCent {
    height:435px !important;
  } */
  .closeImg {
    top: 80px !important;
  }
}

@media screen and (min-height: 800px) {
  .rightNav {
    width: 95px !important;
    top: 39px !important;
    right: 39px !important;
  }
  .rightNav ul li {
    margin-bottom: 5.2px !important;
  }
  .rightNav ul li img {
    width: 100%;
    float: left;
    cursor: pointer;
  }
  .flowersBox {
    width: 194px !important;
    height: 224px !important;
    right: 160px !important;
  }
  .windmillBox {
    width: 401px !important;
    height: 401px !important;
    top: 187px !important;
    /* left: 55.4688px !important; */
  }
  .windmillBox img {
    width: 100%;
    float: left;
  }
  .fillBox {
    width: 142px !important;
    height: 103.6px !important;
    bottom: 78px !important;
    left: 160px !important;
  }
  .chickBox {
    top: 290px !important;
  }
  .zbTitle {
    font-size: 41.6px !important;
    line-height: 93px !important;
    padding-top: 88.5px !important;
  }
  /* .popCent {
    height:453px !important;
  } */
  .closeImg {
    top: 83px !important;
  }
}

@media screen and (min-height: 999px) {
  .rightNav {
    width: 119px !important;
    top: 48px !important;
    right: 48px !important;
  }
  .rightNav ul li {
    margin-bottom: 6.5px !important;
  }
  .rightNav ul li img {
    width: 100%;
    float: left;
    cursor: pointer;
  }
  .flowersBox {
    width: 242px !important;
    height: 280px !important;
    right: 160px !important;
  }
  .windmillBox {
    width: 500px !important;
    height: 500px !important;
    top: 234px !important;
    /* left: 55.4688px !important; */
  }
  .windmillBox img {
    width: 100%;
    float: left;
  }
  .fillBox {
    width: 177.6px !important;
    height: 129px !important;
    bottom: 97.5px !important;
    left: 160px !important;
  }
  .chickBox {
    top:400px !important;
  }
  .zbTitle {
    font-size: 52px !important;
    line-height: 117px !important;
    padding-top: 110px !important;
  }
  /* .popCent {
    height:565px !important;
  } */
  .closeImg {
    top: 104px !important;
  }
}

@media screen and (min-height: 1200px) {
  .rightNav {
    width: 142px !important;
    top: 58.6px !important;
    right: 58.6px !important;
  }
  .rightNav ul li {
    margin-bottom: 7.8px !important;
  }
  .rightNav ul li img {
    width: 100%;
    float: left;
    cursor: pointer;
  }
  .flowersBox {
    width: 291px !important;
    height: 336px !important;
    right: 160px !important;
  }
  .windmillBox {
    width: 601px !important;
    height: 601px !important;
    top: 281px !important;
    /* left: 55.4688px !important; */
  }
  .windmillBox img {
    width: 100%;
    float: left;
  }
  .fillBox {
    width: 213px !important;
    height: 155px !important;
    bottom: 117px !important;
    left: 160px !important;
  }
  .chickBox {
    top: 450px !important;
  }
  .zbTitle {
    font-size: 62.5px !important;
    line-height: 140px !important;
    padding-top: 132px !important;
  }
  /* .popCent {
    height:679px !important;
  } */
  .closeImg {
    top: 125px !important;
  }
}
