#qy {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  background: #f5f5f5;
}
#qy .wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  animation: qyContent 1.5s linear;
}
#qy .wrap .content {
  height: 85%;
  width: 13.80266667rem;
  margin: 0 auto;
  padding: 0 0.39466667rem;
  margin-top: 0.74666667rem;
  background: #fff;
  overflow: auto;
}
#qy .wrap .content .header {
  width: 100%;
  padding-top: 0.34133333rem;
  margin-bottom: 0.78933333rem;
}
#qy .wrap .content .section {
  width: 100%;
  margin-top: 0.46933333rem;
}
#qy .wrap .content .section .title {
  width: 3.84rem;
  height: 0.98133333rem;
  border-radius: 0.21333333rem;
  background: linear-gradient(to right, #ff4a06, #ff241d);
  color: #fff;
  line-height: 0.98133333rem;
  text-align: center;
  font-weight: bold;
  font-size: 0.55466667rem;
}
#qy .wrap .content .section .detail {
  line-height: 1.7;
  font-size: 0.59733333rem;
  text-align: justify;
  margin-top: 0.14933333rem;
}
#qy .wrap .content .qy-section {
  font-size: 0.59733333rem;
  text-align: justify;
  text-indent: 2em;
  line-height: 1.7;
}
#qy .wrap .content .qy-section.t60 {
  margin-top: 1.28rem;
}
#qy .wrap .btnbar {
  height: 15%;
  width: 100%;
  position: relative;
}
#qy .wrap .btnbar .btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 5.952rem;
  animation: qyBtn 2.5s linear;
}
#survey {
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: #f5f5f5;
}
#survey .header {
  width: 100%;
  height: 2.24rem;
  background: linear-gradient(#ff9d32, #f7521b);
}
#survey .header .container {
  width: 90%;
  display: flex;
  -ms-display: flex;
  justify-content: space-between;
  -ms-justify-content: space-between;
  align-items: center;
  -ms-align-items: center;
  line-height: 2.24rem;
  margin: 0 auto;
}
#survey .header .container .text {
  font-weight: bold;
  font-size: 0.85333333rem;
  color: #fff;
}
#survey .header .container .icon {
  width: 1.23733333rem;
  line-height: 2.24rem;
}
#survey .header .container .icon img {
  width: 100%;
}
#survey .content {
  width: 100%;
}
#survey .content .zz {
  width: 90%;
  margin: 0 5%;
  padding: 0.64rem 0 0.36266667rem 0;
}
#survey .content .zz .title {
  font-size: 0.64rem;
  font-weight: bold;
}
#survey .content .zz .second-title {
  text-indent: 2em;
  font-size: 0.46933333rem;
  text-align: right;
}
#survey .content .zz .btm-wrap {
  display: flex;
  -ms-display: flex;
  justify-content: space-between;
  -ms-justify-content: space-between;
  align-items: center;
  -ms-align-items: center;
  margin-top: 0.53333333rem;
}
#survey .content .zz .btm-wrap .img-wrap {
  width: 4.48rem;
}
#survey .content .zz .btm-wrap .img-wrap img {
  width: 100%;
}
#survey .content .zz .btm-wrap .zz-detail {
  width: 9.42933333rem;
  font-size: 0.46933333rem;
  color: #4d4c4c;
  text-align: justify;
  line-height: 1.6;
  text-indent: 2em;
}
#survey .content .zz .btm-wrap .zz-detail span {
  color: #ff0000;
}
#survey .content .section {
  width: 100%;
  background: #fff;
  padding: 0.704rem 5%;
  box-sizing: border-box;
  margin-top: 0.36266667rem;
}
#survey .content .section .question {
  font-size: 0.59733333rem;
}
#survey .content .section .option-box {
  font-size: 0.59733333rem;
  display: flex;
  -ms-display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
#survey .content .section .option-box .option-wrap {
  width: 50%;
  line-height: 1.5em;
  margin-top: 0.64rem;
}
#survey .content .section .option-box .option-wrap label input {
  display: none;
}
#survey .content .section .option-box .option-wrap label .radioInput {
  background-color: #fff;
  border-radius: 100%;
  display: inline-block;
  border: 1px solid #e5e5e5;
  position: relative;
  height: 16px;
  margin-right: 10px;
  margin-top: -1px;
  vertical-align: middle;
  width: 16px;
  line-height: 1;
}
#survey .content .section .option-box .option-wrap label .CheckBoxInput {
  background-color: #fff;
  display: inline-block;
  border: 1px solid #e5e5e5;
  position: relative;
  height: 16px;
  margin-right: 10px;
  margin-top: -1px;
  vertical-align: middle;
  width: 16px;
  line-height: 1;
}
#survey .content .section .option-box .option-wrap label input:checked + .radioInput:after {
  background-color: #57ad68;
  border-radius: 100%;
  content: "";
  display: inline-block;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  height: 12px;
  width: 12px;
}
#survey .content .section .option-box .option-wrap label input:checked + .CheckBoxInput:after {
  background-color: #57ad68;
  content: "";
  display: inline-block;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  height: 12px;
  width: 12px;
}
#survey .content .section .option-box textarea {
  width: 100%;
  border: 0.04266667rem solid #c1c1c1;
  border-radius: 0.21333333rem;
  padding: 0.32rem;
  box-sizing: border-box;
  margin-top: 0.21333333rem;
  resize: none;
}
#survey .content .partment-list {
  width: 100%;
  display: flex;
  justify-content: space-around;
  margin-top: 15px;
}
#survey .content .partment-list .partment {
  width: 20%;
  height: 1.49333333rem;
  border-radius: 0.74666667rem;
  color: #fff;
  text-align: center;
  background: #ffffff;
}
#survey .content .partment-list .partment.active {
  background: blue;
}
#survey .content .partment-list .partment.chose {
  background: green;
}
#survey .content .progress-text {
  width: 100%;
  text-align: center;
  line-height: 0.64rem;
  margin-top: 0.21333333rem;
}
#survey .content .progress {
  width: 100%;
  display: flex;
  justify-content: space-around;
  margin-top: 0.29866667rem;
}
#survey .content .progress .progress-item {
  width: 20%;
  height: 0.42666667rem;
  background: #fff;
}
#survey .content .submit {
  width: 11.22133333rem;
  height: 1.19466667rem;
  background: linear-gradient(to right, #fb4c29, #ffb73a);
  border-radius: 0.59733333rem;
  margin: 0.64rem auto;
  margin-bottom: 1.06666667rem;
  display: flex;
  -ms-display: flex;
  justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -ms-align-items: center;
}
#survey .content .submit .icon {
  width: 0.66133333rem;
}
#survey .content .submit .icon img {
  width: 100%;
}
#survey .content .submit .text {
  color: #fff;
  font-size: 0.55466667rem;
  font-weight: bold;
  margin-left: 0.32rem;
}
#show {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-position: center;
  background: url(../images/bg_pc.png) no-repeat;
  background-size: 100% 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  min-width: 1200px;
  min-height: 675px;
  background-color: #761b1a;
}
#show .header {
  width: 1568px;
  margin: 0 auto;
  margin-top: 30px;
}
#pop {
  position: absolute;
  z-index: 100000;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: url(../images/show.png) no-repeat;
  background-size: 100% 100%;
}
#pop .header {
  margin-top: 2.19733333rem;
}
#pop .header .title1 {
  width: 10.688rem;
  margin: 0 auto;
}
#pop .header .title2 {
  width: 13.22666667rem;
  margin: 0 auto;
  margin-top: 0.21333333rem;
}
#pop .header .title3 {
  width: 6.89066667rem;
  margin: 0 auto;
  margin-top: 0.21333333rem;
}
#pop .qrcode {
  width: 250px;
  margin: 0 auto;
  margin-top: 70px;
  box-sizing: border-box;
  padding: 0.42666667rem;
  background: #fff;
}
#pop .qrcode img {
  width: 100%;
}
#pop .qrcode .text {
  text-align: justify;
  line-height: 1.4;
  font-size: 16px;
}
#home {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  background: url(../images/bg.png);
  background-size: 100% 100%;
}
#home .home-wrap {
  height: 90%;
  display: flex;
  -ms-display: flex;
  flex-direction: column;
  -ms-flex-direction: column;
  justify-content: space-around;
  -ms-justify-content: space-around;
}
#home .title {
  margin-top: 2.19733333rem;
}
#home .title .title1 {
  width: 10.688rem;
  margin: 0 auto;
  animation: titleLeft 1s linear;
}
#home .title .title2 {
  width: 13.22666667rem;
  margin: 0 auto;
  margin-top: 0.21333333rem;
  animation: titleRight 1s linear;
}
#home .title .title3 {
  width: 6.89066667rem;
  margin: 0 auto;
  margin-top: 0.21333333rem;
  animation: titleLeft 1s linear;
}
#home .second-title {
  width: 12.8rem;
  margin: 0 auto;
  margin-top: 0.85333333rem;
}
#home .second-title p {
  font-size: 0.448rem;
  line-height: 2;
  animation: secondTitle 1.5s linear;
}
#home .second-title p span {
  width: 6em;
  text-align: justify;
}
#home .btn-box {
  width: 13.12rem;
  margin: 0 auto;
  margin-top: 0.21333333rem;
  animation: fadeIn 2s linear;
}
#home .btn-box .btn-bar {
  width: 100%;
  margin-top: 1.06666667rem;
  position: relative;
}
#home .btn-box .btn-bar::after {
  content: '';
  clear: both;
  display: block;
}
#home .btn-box .btn-bar .btn {
  display: flex;
  -ms-display: flex;
  justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -ms-align-items: center;
  position: absolute;
  top: 0;
  width: 5.65333333rem;
  height: 2.13333333rem;
  background: url(../images/btn.png);
  background-size: 100% 100%;
  text-align: center;
  z-index: 1000;
}
#home .btn-box .btn-bar .btn .text {
  font-size: 0.64rem;
  padding: 0.08533333rem 0 0.17066667rem 0;
  font-weight: bold;
  color: #fff;
}
#home .notice {
  display: flex;
  -ms-display: flex;
  justify-content: space-around;
  -ms-justify-content: space-around;
  width: 13.12rem;
  margin: 0 auto;
  margin-top: 0.64rem;
  animation: fadeIn 2s linear;
}
#home .notice .qy {
  width: 3.84rem;
  height: 1.28rem;
  border-radius: 0.64rem;
  background: linear-gradient(#ffc45e, #fb4e2a);
  color: #fff;
  font-size: 0.74666667rem;
  line-height: 1.28rem;
  text-align: center;
  font-weight: bold;
}
#home .notice .xz {
  width: 3.84rem;
  height: 1.28rem;
  border-radius: 0.64rem;
  background: linear-gradient(#ffc45e, #fb4e2a);
  color: #fff;
  font-size: 0.74666667rem;
  line-height: 1.28rem;
  text-align: center;
  font-weight: bold;
}
#home .notice .gz {
  width: 3.84rem;
  height: 1.28rem;
  border-radius: 0.64rem;
  background: linear-gradient(#ffc45e, #fb4e2a);
  color: #fff;
  font-size: 0.74666667rem;
  line-height: 1.28rem;
  text-align: center;
  font-weight: bold;
}
#home .flag {
  position: absolute;
  left: 0;
  top: -0.34133333rem;
  width: 5.504rem;
}
#home .flag.animate {
  animation: flag 4s linear;
}
#home .bird {
  position: absolute;
  bottom: 4.13866667rem;
  right: 7.44533333rem;
  width: 2.51733333rem;
  z-index: 5;
}
#home .bird.animate {
  animation: bird 5s;
}
#home .building-left {
  position: absolute;
  left: 0;
  bottom: 1.06666667rem;
  width: 9.49333333rem;
  z-index: 3;
  transition: all 2s;
  transform: translateY(200%);
}
#home .building-right {
  position: absolute;
  right: 0;
  bottom: 2.176rem;
  width: 3.15733333rem;
  z-index: 3;
  transition: all 2s;
  transform: translateY(200%);
}
#home .ribbon-left {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 13.41866667rem;
  z-index: 10;
}
#home .ribbon-left.animate {
  animation: ribbonLeft 3s linear;
}
#home .ribbon-right {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 13.54666667rem;
  z-index: 9;
}
#home .ribbon-right.animate {
  animation: ribbonRight 3s linear;
}
#home .cloud {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 5;
}
#zb {
  width: 90%;
  margin: 0 5%;
}
#zb .title {
  text-align: center;
  width: 100%;
  font-weight: bold;
  font-size: 0.64rem;
  line-height: 1.70666667rem;
}
#zb .th-table td {
  border: 1px solid #000;
  padding: 0.5em 0.5em;
  text-align: justify;
}
@keyframes qyContent {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}
@keyframes qyBtn {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes titleLeft {
  0% {
    transform: translateX(300%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes titleRight {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes secondTitle {
  0% {
    transform: rotateX(90deg);
  }
  66.67% {
    transform: rotateX(90deg);
  }
  100% {
    transform: rotateX(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flag {
  0% {
    transform: translateX(-200%);
  }
  90% {
    transform: translateX(-200%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes ribbonLeft {
  0% {
    transform: translateX(-200%);
  }
  75% {
    transform: translateX(-200%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes ribbonRight {
  0% {
    transform: translateX(200%);
  }
  75% {
    transform: translateX(200%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes buildingLeft {
  0% {
    transform: translateY(200%);
  }
  75% {
    transform: translateY(200%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes buildingRight {
  0% {
    transform: translateY(200%);
  }
  80% {
    transform: translateY(200%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes bird {
  0% {
    transform: scale(0) translateX(-150%);
  }
  70% {
    transform: scale(0) translateX(-150%);
  }
  100% {
    transform: scale(1) translateX(0);
  }
}
