<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
  color:#000;
  background:#f0f0f0;
  font-size: 14px;
  box-sizing: border-box;
}
body.with-appnav.with-appbar-top {
  padding-top:10px;
}
a{
  color:#000;
}
a:hover, a:focus, button:focus {
  color:#4D51ED;
  outline:none;
  text-decoration:none;
}
input, button, textarea, select{
  box-shadow:none !important;
  text-shadow:none !important;
}
label{
  font-weight:normal;
}
.banner{
  width:100%;
  height:140px;
  background: linear-gradient(90deg, #FA6926 0%, #FF8C41 100%);
  overflow: hidden;
}
.banner .wrap{
  position: relative;
  height: 100%;
  background: url(/data/survey/2024/banner-img.png) no-repeat right -20px bottom;
  background-size:auto 100%;
}
.banner .img{
  position: absolute;
  right:-10px;
  bottom:0;
  top:15%;
}
.banner .img img{
  height:100%;
}
.banner .text{
  color:#fff;
  padding:48px 10px 0;
}
.banner .text h2{
  margin:0 0 10px;
  font-size:20px;
}
.banner .text p{
  font-size:13px;
  margin:0;
}
.wrap{
  padding:0 10px;
  max-width:1000px;
  margin:auto;
}
.main{
  background:#fff;
  border-radius:6px;
  padding:15px 15px 24px;
  margin:10px 0;
}
.title{
  display: block;
  width:78px;
  line-height:28px;
  font-size: 14px;
  background: url(/data/survey/2024/title-bg.png);
  background-size:100%;
  color:#fff;
  text-align:center;
}
.head{
  font-size:20px;
  text-align:center;
  margin:10px 0 20px;
  font-weight:bold;
}
.head span{
  color:#fc6661;
}
.text p{
  line-height:1.75;
}
.time{
  padding:15px 0 0;
  margin:15px 0 0;
  border-top:solid 1px #eee;
}
.time span{
  font-size: 14px;
  font-weight:bold;
  color: #0C2243;
  margin-top: 10px;
  display: block;
}
.information #submit {
  background: linear-gradient(90deg, #FA6926 0%, #FF8C41 100%);
  margin-top: 20px;
}
.information #submit:hover {
  background: linear-gradient(90deg, #FA6926 0%, #FF8C41 100%);
  opacity: 0.9;
}
.submit{
  text-align:center;
  margin:10px auto 20px;
}
.submit .button{
  display:block;
  width:100%;
  padding:10px;
  background: linear-gradient(90deg, #FA6926 0%, #FF8C41 100%);
  color:#fff;
  border-radius:6px;
  font-size: 16px;
  border:none;
}
.submit .button:hover{
  background: linear-gradient(90deg, #FA6926 0%, #FF8C41 100%);
  opacity: 0.9;
}
.form-control{
  height:auto;
  height: 40px;
  font-size:14px;
  border-radius: 6px;
}
.notes{
  font-size:12px;
  text-align: center;
  margin:0 0 10px;
}
.notes span{
  color:red;
}
.items .item{
  border:none;
  margin-bottom:16px;
  padding: 0;
}
.contact {
  width: 100%;
  margin-top: 20px;
  background: transparent;
  padding: 0;
  justify-content: flex-start;
  align-items: center;
}
.contact .tips {
  padding-top: 0;
  color: #7C4E2C;
}
.complete .main .tel {
  color: #EF5350;
}
.contact img  {
  border-radius: 8px;
}
.complete .main form #submit {
  height: 40px;
  background: linear-gradient(90deg, #FA6926 0%, #FF8C41 100%);
}
.prize-group{
  padding:0;
  margin:10px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.prize-group .prize{
  text-align:center;
  border:solid 1px #E6ECF8;
  padding: 10px;
  border-radius:4px;
  width: 175px;
}
.prize-group .prize img{
  max-width:144px;
  margin-bottom: 8px;
}
.prize-group .prize p{
  font-size:14px;
  line-height: 22px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0C2243;
  margin-bottom: 0;
}
.prize-group .hot{
  overflow: hidden;
  position: relative;
}
.prize-group .hot span{
  display:block;
  width:100px;
  height:20px;
  line-height:22px;
  background: #fc6661;
  color:#fff;
  font-size:12px;
  position:absolute;
  right:-37px;
  top:2px;
  transform:rotate(45deg);
}
.prize-rule{
  margin:15px 0 0;
}
.prize-rule p{
  margin:10px 0 0;
}
.information .head{
  margin:10px 0 5px;
}
.information .item{
  margin:0 0 10px;
  position:relative;
}
.information .item input{
  padding:0 100px 0 10px;
}
.information .item button{
  border:none;
  background:none;
  height:40px;
  padding:0 10px;
  position: absolute;
  right:0;
  bottom:0;
}
.information .item button:focus{
  color:#4D51ED;
}
.information .item button:before{
  display:inline-block;
  content:'';
  width: 1px;
  height: 20px;
  background: #ddd;
  position: absolute;
  left: 0;
  top:10px;
}
.answer .items .item .item-heading h4{
  display:inline-block;
}
.answer .items .item .item-heading h4 .order{
  display:inline-block;
  width:20px;
  height:20px;
  line-height: 20px;
  font-size:12px;
  text-align:center;
  background:#4D51ED;
  color:#fff;
  font-weight:normal;
  border-radius:100%;
  margin:0 4px 0 0;
}
.answer .items .item .item-content{
  padding:0 24px;
}
.answer .items .item .item-errors{
  padding: 5px 24px;
  color: #ea644a;
}
.answer .items .item .item-content .groups{
  width: 100%;
  overflow: hidden;
}
.answer .items .item .item-content .group{
  width:50%;
  display:block;
  float:left;
  margin:5px 0;
}
.answer .items .item .item-content .group input,
.answer .items .item .item-content .group label{
  vertical-align: middle;
  margin:0;
  font-weight: normal;
}
.answer .items .item .item-content .group .left{
  border-radius:4px 0 0 4px;
}
.answer .items .item .item-content .group .right{
  border-radius:0 4px 4px 0;
}
.luck-wrap{
  width:100%;
  height:100%;
  min-height:100vh;
  background : url(/data/survey/2024/mobile-bg.png) no-repeat;
  background-size: 100% 100%;
}
.luck-draw{
  max-width:770px;
  margin:auto;
}
.luck-title{
  padding:20px;
  margin:0 0 10px;
  text-align:center;
}
.luck-main{
  position:relative;
  border-radius:28px;
  background: #fff;
  padding: 20px;
  border: 1px solid #FF8C41;
}
.luck-main ul{
  margin:0;
  padding: 20px;
  list-style:none;
  background:#FFB992;
  border-radius:22px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.luck-main ul li{
  width: 216px;
  text-align: center;
}
.luck-main ul li .prize{
  background:#fff;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}
.luck-main ul li .prize:after {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  position: absolute;
  left: 0;
  top: 0;
}
.luck-main ul li .prize img {
  width: 182px;
}
.luck-main ul li .prize p {
  background: #EF5350;
  color: #fff;
  height: 36px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
}
.luck-main ul li .prize.on:after {
  display: none;
}

.luck-main .star {
  background: #FE8038;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  margin: 20px auto 0;
  cursor: pointer;
}
.luck-code{
  overflow:hidden;
  margin:50px 10px 0;
}
.luck-code .left{
  float:left;
  padding-top:5px;
  color:#fff;
  margin-top: 18px;
}
.luck-code .left br {
  display: none;
}
.luck-code .left p a{
  color:#fff;
  font-size:18px;
}
.luck-code .right{
  float:left;
  text-align:right;
  margin-right: 20px;
}
.luck-code .right img{
  max-width:100px;
  border-radius:4px;
}
.lottery-mask{
  background:rgba(0,0,0,.7);
  position: fixed;
  left:0;
  right:0;
  top:0;
  bottom:0;
}
.lottery-alert{
  width:90%;
  padding:30px 20px;
  background:#fff;
  border-radius:10px;
  text-align:center;
  position: fixed;
  left:50%;
  top:50%;
  z-index:999;
  margin-left:-45%;
  margin-top:-30vh;
}
.lottery-alert .submit{
  margin:0;
}
.lottery-img{
  margin:0 0 20px;
}
.lottery-img img {
  border-radius: 10px;
  border: 3px solid #FFA42C;
}
.complete.wrap {
  background : url(/data/survey/2024/mobile-bg.png) no-repeat;
  background-size: 100% 100%;
  padding: 20px 0 40px;
  height: 100%;
  min-height: 100vh;
}
.complete .luck-title img {
  width: 500px;
}
.complete .main {
  border: 2px solid #EF5350;
  padding-top: 0;
  overflow: hidden;
}
.complete .form-control {
  border: 0;
}
.complete .main .head {
  margin: 0 auto;
  position: static;
  font-size: 18px;
  line-height: 28px;
  padding: 2px 0;
}
.complete .main .award-img {
  margin-top: 16px;
}
.complete .main .award-img .award img {
  border: 2px solid #FCB316;
  border-radius: 8px;
  box-shadow: 0px 0px 8.3px 0px #B75208;
}
.complete .main .award-img .award p {
  color: #FCB316;
  margin-top: 12px;
}
.complete .complete-bd {
  margin-top: 16px;
  background: #FFE3B6;
  border-radius: 8px;
  padding: 20px;
}
.complete .complete-bd label {
  color: #7C4E2C;
}
.complete .content{
  overflow:hidden;
  text-align: center;
}
.complete-form-wrapper .luck-title {
  margin-top: 7vh;
}
.complete .content p{
  text-align:left;
}
.complete .content p span{
  color:#fc6661;
}
.complete-success {
  display: flex;
  align-items: center;
}
.complete-success.hide {
  display: none;
}
.complete-success .main {
  padding: 0;
}
.complete-success .main .success {
  margin-top: 0;
  padding: 16px 0;
  font-size: 18px;
  line-height: 28px;
  background: #EF5350;
  color: #fff;
}
.complete-success .main .success-tip {
  background: transparent;
  font-size: 16px;
  line-height: 24px;
  color: #7C4E2C;
  text-align: center;
}
.complete-success .main img {
  border: 0;
}
.complete-success .main .complete-tel {
  font-size: 16px;
  line-height: 24px;
  color: #7C4E2C;
}
.required:after{
  top: -2px;
  padding-left: 4px;
}
.popover {width: auto;}
.popover.popover-danger.bottom .arrow:after {border-bottom-color: #f8e3e6;}
.popover.popover-success.bottom .arrow:after {border-bottom-color: #47a447;}
.popover.popover-success.left .arrow:after {border-left-color: #47a447;}
@media (max-width:767px) {
  body.with-appnav.with-appbar-top {
    padding-top: 0;
  }
  .bootbox.modal .modal-dialog {
    width: 90%;
  }
  .luck-draw {
    padding-left: 10px;
    padding-right: 10px;
  }
  .luck-main {
    padding: 6px;
  }
  .luck-main ul {
    padding: 6px;
    gap: 10px 4px;
    justify-content: space-between;
  }
  .luck-main ul li .prize p {
    padding: 2px;
    font-size: 12px;
    line-height: 18px;
  }
  .luck-main ul li {
    width: 32%;
  }
  .luck-main .star {
    margin: 12px 0;
  }
  .luck-code {
    display: flex;
  }
  .luck-code .left {
    margin-top: 4px;
  }
  .luck-code .left p &gt; span {
    display: block;
    margin-top: 4px;
  }
  .banner .text {
    padding-left: 0;
    padding-right: 0;
  }
  .banner .wrap {
    background: url(/data/survey/2024/mobile-banner-bg.png) no-repeat right 0px bottom -20px;
    background-size: auto 100%;
  }
  .prize-group .prize {
    width: 47%;
  }
  .complete.wrap {
    padding: 20px;
    height: auto;
  }
  .complete .main {
    width: 100%;
  }
  .complete-form-wrapper .luck-title {
    margin-top: 0;
  }
}
@media (min-width:767px) {
  .banner{
    height:200px;
  }
  .banner .text {
    padding-top:70px;
  }
  .banner .text h2{
    font-size:30px;
    margin:0 0 15px;
  }
  .banner .text p{
    font-size:18px;
  }
  .main{
    padding:20px;
    margin:20px 0;
  }
  .lottery-alert{
    max-width: 480px;
    margin-left:-240px;
  }
  .prize-box .prize p{
    font-size:14px;
  }
}
@media (max-width: 376px) {
  .banner {
    height: 120px;
  }
  .banner .text {
    padding: 38px 0 0;
  }
}
.lottery-img img, .award-img img{ max-width:200px; }
.award-img{
  display: flex;
}
.award-img .award{
  width: 100%;
  text-align:center;
}
.award-img .award img{
  max-width: 186px;
  width: 100%;
}
.award-img .award p{
  margin:10px 0 0;
  font-size: 12px;
}
</pre></body></html>