html, body {
  width: 100%;
  height: 100%;
}
body {
  min-width: 1200px;
  min-height: 800px;
}
.gray {
  -webkit-filter: grayscale(1)!important;
  filter: grayscale(1)!important;
  pointer-events: none;
} 
.main {
  width: 100%;
  height: 100%;
}
.main .swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-size: 1920px 1080px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #a0885e;
}
.swiper-slide:first-child {
  background-image: url(//game.gtimg.cn/images/fo4/act/a20210906badi/zibaihe/1/page-bg-1.png);
}
.swiper-slide:nth-child(2) {
  background-image: url(//game.gtimg.cn/images/fo4/act/a20210906badi/zibaihe/2/page-bg-2.png);
}
.swiper-slide:nth-child(3) {
  background-image: url(//game.gtimg.cn/images/fo4/act/a20210906badi/zibaihe/3/page-bg-3.png);
}
.swiper-slide:nth-child(4) {
  background-image: url(//game.gtimg.cn/images/fo4/act/a20210906badi/zibaihe/4/page-bg-4.png);
}

.swiper-content {
  width: 1200px;
  height: 800px;
}

.swiper-slide .content-head {
  width: 290px;
  height: 110px;
  margin: 0 auto;
}
.swiper-slide .content-head img {
  display: block;
  width: 100%;
  height: 100%;
}
.swiper-slide .swiper-inner {
  height: 690px;
  display: flex;
}
.swiper-slide .swiper-inner .left, .swiper-slide .swiper-inner .right {
  width: 600px;
  height: 690px;
  overflow: hidden;
} 
.swiper-inner .left {
  padding-right: 62px;
  box-sizing: border-box;
}
.swiper-inner .left .sub-title {
  margin-top: 34px;
}
.swiper-inner .left .position-box {
  height: 36px;
}
.swiper-inner .left .position-box .jinqiu-count {
  float: left;
  height: 36px;
  line-height: 36px;
  color: #574226;
}
.swiper-inner .left .position-box .high-time {
  float: right;
  width: 218px;
  height: 36px;
  background: url(//game.gtimg.cn/images/fo4/act/a20210906badi/zibaihe/1/box-bg-1.png) no-repeat;
  color: #211b12;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
}
.swiper-inner .left .shemen {
  width: 536px;
  height: 304px;
  background: url(//game.gtimg.cn/images/fo4/act/a20210906badi/zibaihe/1/box-border.png) no-repeat;
  background-size: 100% 100%;
  margin-top: 10px;
  position: relative;
}
.swiper-inner .left .shemen img, .swiper-inner .left .shemen video {
  width: 98%;
  height: 98%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto auto;
}
.swiper-inner .left .shemen video {
  display: none;
}

.swiper-inner .left .shemen-btn {
  width: 270px;
  height: 60px;
  background: url(//game.gtimg.cn/images/fo4/act/a20210906badi/zibaihe/btn-bg-1.png) no-repeat;
  line-height: 60px;
  text-align: center;
  font-size: 30px;
  color: #fee7bf;
  margin: 15px auto 0;
  cursor: pointer;
  font-style: italic;
  display: block;
}
.swiper-inner .left .task {
  width: 535px;
  height: 120px;
  background: url(//game.gtimg.cn/images/fo4/act/a20210906badi/zibaihe/1/jiesuo-border.png) no-repeat;
  background-size: 100% 100%;
  margin: 24px auto 0;
  padding: 18px 84px;
  box-sizing: border-box;
}
.swiper-inner .left .task p {
  margin: 0;
}
.swiper-inner .left .task .title {
  font-size: 24px;
  color: #574226;
}
.swiper-inner .left .task .stage {
  font-size: 24px;
  display: flex;
  justify-content: space-between;
  color: #574226;
  margin-top: 14px;
}
.swiper-inner .left .task .stage .jiesuo-btn {
  width: 126px;
  height: 40px;
  color: #fee7bf;
  font-size: 18px;
  background: url(//game.gtimg.cn/images/fo4/act/a20210906badi/zibaihe/btn-bg-2.png) no-repeat;
  background-size: 100% 100%;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  font-style: italic;
}

.swiper-inner .right .desc {
  margin-top: 34px;
  color: #574226;
  text-align: center;
  height: 80px;
}
.swiper-inner .right .desc p {
  margin: 0;
  font-size: 20px;
}
.swiper-inner .right .lingqu-list {
  width: 600px;
  height: 200px;
  margin-top: 20px;
  background: url(//game.gtimg.cn/images/fo4/act/a20210906badi/zibaihe/1/box-border-2.png) no-repeat;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.swiper-inner .right .lingqu-list .lingqu-item {
  border-bottom: 1px solid #574226;
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.swiper-inner .right .lingqu-list .lingqu-item:first-child {
  margin-top: 0;
}
.swiper-inner .right .lingqu-list .lingqu-item .title {
  font-size: 22px;
  color: #574226;
}
.swiper-inner .right .lingqu-list .lingqu-item .lingqu-btn {
  width: 124px;
  height: 36px;
  background: url(//game.gtimg.cn/images/fo4/act/a20210906badi/zibaihe/btn-bg-3.png);
  background-size: 100% 100%;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  color: #fee7bf;
  cursor: pointer;
  font-style: italic;
}
.swiper-inner .right .lingqu-list .result {
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #574226;
  margin-top: 14px;
}
.swiper-inner .right .jiangli {
  width: 600px;
  height: 330px;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.swiper-inner .right .jiangli .item {
  width: 290px;
  height: 330px;
  background: url(//game.gtimg.cn/images/fo4/act/a20210906badi/zibaihe/1/box-bg-2.png) no-repeat;
  background-size: 100% 100%;
}
.swiper-inner .right .jiangli .item .title {
  width: 100%;
  text-align: center;
  font-size: 24px;
  color: #6b5333;
  margin-top: 20px;
}
.swiper-inner .right .jiangli .item .jiangpin-list {
  margin-top: 16px;
  padding: 0 40px;
  box-sizing: border-box;
  height: 140px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.swiper-inner .right .jiangli .item .jiangpin-list img {
  margin: 0 10px;
  max-width: 88px;
}
.swiper-inner .right .jiangli .item .jiangpin-info {
  height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  line-height: 1;
}
.swiper-inner .right .jiangli .item .jiangpin-info p {
  margin: 0;
  font-size: 16px;
  color: #574226;
}
.swiper-inner .right .jiangli .item .lingqu-btn {
  width: 126px;
  height: 40px;
  background: url(//game.gtimg.cn/images/fo4/act/a20210906badi/zibaihe/btn-bg-4.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  line-height: 40px;
  text-align: center;
  color: #fee7bf;
  font-size: 18px;
  margin: 10px auto 0;
  font-style: italic;
  display: block;
}

.main .navigation {
  width: 1200px;
  position: absolute;
  height: 94px;
  top: 50%;
  margin-top: -47px;
  left: 50%;
  margin-left: -600px;
}
.main .navigation .swiper-button-prev, .main .navigation .swiper-button-next {
  width: 50px;
  height: 100px;
  background-size: 100% 100%;
  outline: none;
}
.main .navigation .swiper-button-prev {
  background-image: url(//game.gtimg.cn/images/fo4/act/a20210906badi/zibaihe/left.png);
  left: -70px;
  opacity: 1;
  pointer-events: auto!important;
  cursor: pointer!important;
}
.main .navigation .swiper-button-next {
  background-image: url(//game.gtimg.cn/images/fo4/act/a20210906badi/zibaihe/right.png);
  right: -70px;
}
.main .tips {
  width: 1200px;
  /*height: 70px;*/
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 100px;
  margin-left: -600px;
  z-index: 1;
}
.main .tips .right-inner{
  -webkit-writing-mode: vertical-rl;
  writing-mode: horizontal-tb;
  position: absolute;
  width: 20px;
  line-height: 22px;
  right: -40px;
  font-size: 18px;
  color: #785c36;
  user-select: none;
}

.swiper-slide:nth-child(2) .left .qiuchang {
  width: 536px;
  height: 413px;
  background: url(//game.gtimg.cn/images/fo4/act/a20210906badi/zibaihe/2/box-border.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.swiper-slide:nth-child(2) .left .qiuchang img {
  width: 98%;
  height: 98%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto auto;
}
.swiper-slide:nth-child(2) .left .qiuchang #container2 {
  width: 98%;
  height: 98%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto auto;
}
.swiper-slide:nth-child(2) .right .desc-box {
  width: 600px;
  height: 250px;
  background: url(//game.gtimg.cn/images/fo4/act/a20210906badi/zibaihe/2/box-border.png) no-repeat;
  background-size: 100% 100%;
  padding: 16px;
  box-sizing: border-box;
  line-height: 1.45;
  text-align: left;
  margin-top: 34px;
}
.swiper-slide:nth-child(2) .right .desc-box p {
  margin: 0;
  font-size: 16px;
  color: #574226;
}
.swiper-slide:nth-child(2) .right .dati-jiangli {
  display: flex;
  justify-content: space-between;
  width: 438px;
  height: 260px;
  margin: 10px auto 0;
}
.swiper-slide:nth-child(2) .right .dati-jiangli .item {
  width: 134px;
  height: 260px;
}
.swiper-slide:nth-child(2) .right .dati-jiangli .item .title {
  font-size: 20px;
  color: #6b5333;
}
.swiper-slide:nth-child(2) .right .dati-jiangli .item .jiangpin {
  width: 130px;
  height: 150px;
  margin: 5px auto 0;
  background: url(//game.gtimg.cn/images/fo4/act/a20210906badi/zibaihe/2/datijiangli-border.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.swiper-slide:nth-child(2) .right .dati-jiangli .item .jiangpin img {
  width: 78px;
  height: 126px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto auto;
}
.swiper-slide:nth-child(2) .right .dati-jiangli .item .name {
  font-size: 16px;
  color: #574226;
  margin-top: 5px;
  text-align: center;
  position: relative;
  height: 24px;
}
.swiper-slide:nth-child(2) .right .dati-jiangli .item .name span {
  white-space: nowrap;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.swiper-slide:nth-child(2) .right .dati-jiangli .item .lingqu-btn {
  width: 130px;
  height: 40px;
  background: url(//game.gtimg.cn/images/fo4/act/a20210906badi/zibaihe/btn-bg-2.png) no-repeat;
  background-size: 100% 100%;
  line-height: 40px;
  text-align: center;
  color: #fee7bf;
  font-size: 18px;
  margin-top: 5px;
  cursor: pointer;
  font-style: italic;
  display: block;
}
.swiper-slide:nth-child(2) .right .sub-info {
  font-size: 16px;
  color: #6b5333;
  margin-top: 10px;
  text-align: center;
}
.swiper-slide:nth-child(2) .right .dati-btn {
  width: 270px;
  height: 60px;
  background: url(//game.gtimg.cn/images/fo4/act/a20210906badi/zibaihe/btn-bg-5.png) no-repeat;
  background-size: 100% 100%;
  line-height: 60px;
  text-align: center;
  color: #fee7bf;
  font-size: 20px;
  margin: 10px auto 0;
  cursor: pointer;
  font-style: italic;
  display: block;
}

.swiper-slide:nth-child(3) .left .sub-title {
  margin-top: 44px;
}
.swiper-slide:nth-child(3) .left .qiuchang {
  width: 536px;
  height: 413px;
  background: url(//game.gtimg.cn/images/fo4/act/a20210906badi/zibaihe/2/box-border.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
  margin-top: 20px;
}
.swiper-slide:nth-child(3) .left .qiuchang img {
  width: 98%;
  height: 98%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto auto;
}
.swiper-slide:nth-child(3) .left .qiuchang .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.swiper-slide:nth-child(3) .left .qiuchang .mask img {
  width: 80px;
  height: 80px;
  cursor: pointer;
}
.swiper-slide:nth-child(3) .right .desc-box {
  width: 600px;
  height: 240px;
  background: url(//game.gtimg.cn/images/fo4/act/a20210906badi/zibaihe/2/box-border.png) no-repeat;
  background-size: 100% 100%;
  padding: 16px;
  box-sizing: border-box;
  line-height: 1.45;
  text-align: left;
  margin-top: 34px;
}
.swiper-slide:nth-child(3) .right .desc-box p {
  margin: 0;
  font-size: 16px;
  color: #574226;
}
.swiper-slide:nth-child(3) .right .share-box {
  margin-top: 20px;
  height: 240px;
  display: flex;
  justify-content: space-between;
}
.swiper-slide:nth-child(3) .right .share-box .share {
  width: 425px;
  height: 240px;
  background: url(//game.gtimg.cn/images/fo4/act/a20210906badi/zibaihe/3/box-border-3.png) no-repeat;
  background-size: 100% 100%;
  padding: 25px 40px;
  box-sizing: border-box;
}
.swiper-slide:nth-child(3) .right .share-box .share p {
  font-size: 24px;
  color: #574226;
}
.swiper-slide:nth-child(3) .right .share-box .share .desc-min {
  font-size: 16px;
}
.swiper-slide:nth-child(3) .right .share-box .share .stage {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 24px;
  color: #574226;
  margin-top: 15px;
}
.swiper-slide:nth-child(3) .right .share-box .share .stage .jiesuo-btn {
  width: 126px;
  height: 40px;
  background: url(//game.gtimg.cn/images/fo4/act/a20210906badi/zibaihe/btn-bg-4.png) no-repeat;
  background-size: 100% 100%;
  line-height: 40px;
  text-align: center;
  font-style: italic;
  color: #fee7bf;
  font-size: 24px;
  cursor: pointer;
}
.swiper-slide:nth-child(3) .right .share-box .jiangpin {
  width: 134px;
}
.swiper-slide:nth-child(3) .right .share-box .jiangpin .jiangpin-box {
  width: 134px;
  height: 154px;
  background: url(//game.gtimg.cn/images/fo4/act/a20210906badi/zibaihe/3/box-border-4.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-slide:nth-child(3) .right .share-box .jiangpin .jiangpin-box img {
  width: 78px;
  height: 125px;
}
.swiper-slide:nth-child(3) .right .share-box .jiangpin .name {
  margin-top: 5px;
  font-size: 16px;
  color: #574226;
}
.swiper-slide:nth-child(3) .right .share-box .jiangpin .lingqu-btn {
  width: 126px;
  height: 40px;
  background: url(//game.gtimg.cn/images/fo4/act/a20210906badi/zibaihe/btn-bg-4.png) no-repeat;
  background-size: 100% 100%;
  line-height: 40px;
  text-align: center;
  font-style: italic;
  color: #fee7bf;
  font-size: 24px;
  display: block;
}

.swiper-slide:nth-child(4) .title {
  width: 1075px;
  height: 295px;
  /*display: flex;*/
  align-items: center;
  justify-content: center;
}
.swiper-slide:nth-child(4) .title img {
  /*display: block;*/
}
.swiper-slide:nth-child(4) .hecheng-btn {
  margin: 150px auto 0;
  width: 264px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-style: italic;
  color: #fee7bf;
  font-size: 24px;
  background: url(//game.gtimg.cn/images/fo4/act/a20210906badi/zibaihe/btn-bg-5.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  display: block;
}
.swiper-slide:nth-child(4) .slide-box {
  width: 1200px;
  height: 800px;
  display: flex;
  flex-direction: column;
  align-items: center;
  display: none;
}
.swiper-slide:nth-child(4) .slide-box img {
  width: auto;
  height: auto;
}
.swiper-slide:nth-child(4) .slide-box .avatar {
  margin-top: 70px;
  border-radius: 50%;
  box-shadow: 0px 3px 3px #4c361e;
}
.swiper-slide:nth-child(4) .slide-box .text {
  font-size: 18px;
  color: #574226;
  text-align: center;
  margin-top: 10px;
}
.swiper-slide:nth-child(4) .donghua {
  display: none;
  width: 1224px;
  height: 983px;
}
.swiper-slide:nth-child(4) .donghua img {
  display: block;
  width: 100%;
  height: 100%;
}
.main .model {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-repeat: no-repeat;
  background-size: 1920px 1080px;
  background-position: center center;
  display: none;
}
.main .model-1 {
  background-image: url(//game.gtimg.cn/images/fo4/act/a20210906badi/zibaihe/1/tanchuang-bg.png);
}
.main .model-2 {
  background-image: url(//game.gtimg.cn/images/fo4/act/a20210906badi/zibaihe/2/tanchuang-bg.png);
}
.main .model-4 {
  background-image: url(//game.gtimg.cn/images/fo4/act/a20210906badi/zibaihe/4/tanchuang-bg.png);
}
.main .model .box {
  width: 1200px;
  height: 780px;
  background: url(//game.gtimg.cn/images/fo4/act/a20210906badi/zibaihe/1/tanchaung-neirong-border.png);
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto auto;
  overflow: hidden;
}
.main .model .box .close {
  margin-top: 30px;
  height: 30px;
  display: flex;
  justify-content: flex-end;
}
.main .model .box .close .close-btn {
  width: 30px;
  height: 30px;
  margin-right: 50px;
}
.main .model .box .close .close-btn img {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.main .model .box .title {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.main .model-1 .box .inner img {
  display: block;
  margin: 20px auto 0;
}
.main .model-2 .box .inner {
  width: 100%;
  padding: 0 100px;
  box-sizing: border-box;
  margin: 20px auto 0;
}
.main .model-2 .box .inner .item {
  display: flex;
}
.main .model-2 .box .inner .item .label {
  width: 80px;
  flex-shrink: 0;
  display: flex;
  justify-content: space-between;
}
.main .model-2 .box .inner .item .label .result {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main .model-2 .box .inner .item .label .result img {
  display: none;
}
.main .model-2 .box .inner .item .label .result.ok .ok{
  display: block;
}
.main .model-2 .box .inner .item .label .result.err .err{
  display: block;
}
.main .model-2 .box .inner .item .label .index {
  width: 35px;
  height: 35px;
  background: url(//game.gtimg.cn/images/fo4/act/a20210906badi/zibaihe/2/xuhao-bg.png) no-repeat;
  background-size: 100% 100%;
  line-height: 35px;
  text-align: center;
  font-style: italic;
  font-size: 16px;
  color: #e2dfda;
}
.main .model-2 .box .inner .item .ques {
  color: #eddec5;
  font-size: 18px;
  margin-left: 20px;
}
.main .model-2 .box .inner .item .ques .title {
  justify-content: flex-start;
}
.main .model-2 .box .inner .item .ques .select {
  display: flex;
  margin-top: 10px;
}
.main .model-2 .box .inner .item .ques .select .select-item {
  width: 168px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.main .model-2 .box .inner .item .ques .select .select-item .icon {
  margin-right: 10px;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main .model-2 .box .inner .item .ques .select .select-item .yes {
  display: none;
}
.main .model-2 .box .inner .item .ques .select .select-item .no {
  display: inline-block;
}
.main .model-2 .box .inner .item .ques .select .select-item.active .yes {
  display: inline-block;
}
.main .model-2 .box .inner .item .ques .select .select-item.active .no {
  display: none;
}
.main .model-2 .box .dati-result .text {
  margin-top: 10px;
  font-size: 20px;
  color: #eddec5;
  text-align: center;
  display: none;
}
.main .model-2 .box .dati-result .tijiao-btn {
  width: 126px;
  height: 40px;
  color: #fee7bf;
  font-size: 18px;
  background: url(//game.gtimg.cn/images/fo4/act/a20210906badi/zibaihe/btn-bg-2.png) no-repeat;
  background-size: 100% 100%;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  font-style: italic;
  margin: 10px auto 0;
}
.main .model-4 .box .inner {
  width: 100%;
  padding: 0 70px;
  margin: 20px auto 0;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.main .model-4 .box .inner .jiangpin {
  width: 200px;
}
.main .model-4 .box .inner .jiangpin .jiangpin-item {
  width: 200px;
  height: 270px;
  background: url(//game.gtimg.cn/images/fo4/act/a20210906badi/zibaihe/4/jiangpin-border.png) no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main .model-4 .box .inner .jiangpin .jiangpin-item img {
  width: auto;
  height: auto;
  max-width: 138px;
  max-height: 220px;
}
.main .model-4 .box .inner .jiangpin .name {
  font-size: 16px;
  margin-top: 10px;
  color: #ead1ad;
  text-align: center;
}
.main .model-4 .box .lingqu-btn {
  width: 270px;
  height: 60px;
  background: url(//game.gtimg.cn/images/fo4/act/a20210906badi/zibaihe/btn-bg-1.png) no-repeat;
  line-height: 60px;
  text-align: center;
  font-size: 30px;
  color: #fee7bf;
  margin: 15px auto 0;
  cursor: pointer;
  font-style: italic;
  display: block;
}

.tankuang-1 {
  width: 600px;
  height: 254px;
  background: url(//game.gtimg.cn/images/fo4/act/a20210906badi/zibaihe/3/queren-yaoqing.png) no-repeat;
  background-size: 100% 100%;
  padding: 20px;
  box-sizing: border-box;
  display: none;
}
.tankuang-1 .text {
  margin-top: 60px;
  font-size: 24px;
  color: #4a3417;
  text-align: center;
}

.tankuang-3 {
  width: 600px;
  height: 254px;
  background: url(//game.gtimg.cn/images/fo4/act/a20210906badi/zibaihe/3/yaoqing.png) no-repeat;
  background-size: 100% 100%;
  padding: 20px;
  box-sizing: border-box;
  display: none;
}
.tankuang-3 .close, .tankuang-1 .close {
  height: 22px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.tankuang-3 .close img, .tankuang-1 .close img {
  display: block;
  width: 22px;
  height: 22px;
  cursor: pointer;
}
.tankuang-3 input {
  margin: 64px auto 0;
  width: 490px;
  display: block;
  height: 40px;
  border: 0;
  outline: none;
  background-color: transparent;
}
.tankuang-3 .fuzhi-btn, .tankuang-1 .queren-btn {
  width: 126px;
  height: 40px;
  background: url(//game.gtimg.cn/images/fo4/act/a20210906badi/zibaihe/btn-bg-4.png) no-repeat;
  background-size: 100% 100%;
  line-height: 40px;
  text-align: center;
  font-style: italic;
  color: #fee7bf;
  font-size: 24px;
  cursor: pointer;
  margin: 30px auto 0;
  display: block;
}
.hechengling-btn {
   width: 270px;
   height: 60px;
   background: url(//game.gtimg.cn/images/fo4/act/a20210906badi/zibaihe/btn-bg-1.png) no-repeat;
   line-height: 60px;
   text-align: center;
   font-size: 30px;
   color: #fee7bf;
   margin: 10px auto 0;
   cursor: pointer;
   font-style: italic;
    display: none;
 }
.lianjie-btn {
  width: 358px;
  height: 39px;
  display: block;
  line-height: 39px;
  text-align: center;
  font-style: italic;
  color: #fee7bf;
  font-size: 20px;
  cursor: pointer;
  background: url(//game.gtimg.cn/images/fo4/act/a20210906badi/zibaihe/chang_btn_bg.png) no-repeat;
  margin: 10px auto 0;
}