<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.banner{
    width: 100%;
}
body{
    background: #f2f2f2 url(../images/banner.png?v=20230110) left 30px no-repeat;
    background-size: 100% ;
}
.wrap{
    padding-top: 420px;
    width: 1200px;
    margin:0 auto;
}
.flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.tips{
    height: 190px;
    background: linear-gradient(180deg,#224e67, #346286);
    border-radius: 8px 8px 0px 0px;
    padding:0 40px ;
}
.tips_left{
    width: 631px;
    font-size: 14px;
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC-Regular;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    line-height: 24px;
    margin-right: 90px;
}
.tips_right{
    flex: 1;
    text-align: center;
    font-size: 14px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    color: #ffffff;
    line-height: 20px;
}
.tips_right img{
    display: block;
    margin-bottom: 10px;
}
.question{
    background: #fff;
    margin-bottom: 20px;
}
.questionTit{
    position: relative;
    width: 938px;
    text-align: center;
    font-size: 30px;
    font-family: PingFang SC, PingFang SC-Bold;
    font-weight: 700;
    color: #3098ef;
    line-height: 42px;
    margin: 0 auto;
}

.questionTit::before,.questionTit::after{
    content:'';
    position: absolute;
    left: 0px;
    top:89px ;
    width: 338px;
    height: 24px;
    background: url(../images/right.png) left top no-repeat;
    background-size: 100% 100%;
}
.questionTit::after{
    left: auto;
    right: 0px;
    background: url(../images/left.png) left top no-repeat;
    background-size: 100% 100%;
}
.question1 .questionTit{
    padding-top: 80px;
    margin-bottom:40px ;
}
.f6fa{
    background: #f6faff;
}
.questItem{
    padding:40px ;
    font-size: 16px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: left;
    color: #303133;
    line-height: 22px;
}
.questItem h4{
    font-size: 18px;
    font-family: PingFang SC, PingFang SC-Bold;
    font-weight: 700;
    text-align: left;
    color: #303133;
    line-height: 28px;
}
.answer{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 20px;
}
.answer label{
    width: 438px;
}
.answer label:last-child{
    flex: 1;
    overflow: hidden;
}
.answer label {
    display: flex;
    align-items: center;
}
.question input[type=radio],.question input[type=checkbox]{
    position: relative;
    width:18px;
    height: 18px;
    vertical-align: middle;
    margin-right: 8px;
    cursor: pointer;
}
.question input[type=radio]::before,.question input[type=checkbox]::before{
    content:"";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background:url(../images/radio.png) left top no-repeat ;
    background-size: 100% 100%;
}
.question input[type=radio][disabled]::before{
    background:url(../images/radio3.png) left top no-repeat ;
    background-size: 100% 100%;
}
.question input[type=radio]:checked:before,.question input[type=checkbox]:checked:before{
    content:"";
    background:url(../images/radio2.png) left top no-repeat ;
    background-size: 100% 100%;
}

.answer label select{
    width: 360px;
    height: 32px;
    background: #ffffff;
    border: 1px solid #e4e7ed;
    border-radius: 4px;
    outline: none;
}
.answer label .others, .answer .other_value{
    width: 176px;
    height: 32px;
    background: #ffffff;
    border: 1px solid #e4e7ed;
    border-radius: 4px;
    margin-left: 6px;
}
.answer .other_value {
    box-sizing: border-box;
    outline: none;
    padding-left: 8px;
}
.question2 .questionTit{
    padding-top: 60px;
    padding-bottom: 60px;
}
.question2  .questionTit::before,.question2  .questionTit::after {
    top: 69px;
}
.question2 ul{
    width: 100%;
    margin-top: 20px;
}
.question2 ul{
    border-left: 1px solid #e4e7ed;
    border-top: 1px solid #e4e7ed;
}
.question2 ul div{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #e4e7ed;
    border-right: 1px solid #e4e7ed;
    text-align: center;
    height: 60px;
    font-size: 14px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: center;
    color: #303133;
    line-height: 20px;
}
.questItem h3 span{
    font-size: 12px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: left;
    color: #303133;
    line-height: 17px;
    margin-top: 5px;
}
.table2 li:first-child div{
    height: 80px;
}
.table2 li div:first-child{
    width: 185px;
    flex: auto;
}
.question table input[type=radio]{
    margin-right: 0px;
}
.question input[type=checkbox]{
    margin-right: 0px;
}
.question input[type=checkbox]::before{
    background:url(../images/checkbox.png) left top no-repeat ;
    background-size: 100% 100%;
}
.question input[type=checkbox][disabled]::before{
    background:url(../images/checkbox3.png) left top no-repeat ;
    background-size: 100% 100%;
}
.question input[type=checkbox]:checked:before{
    background:url(../images/checkbox2.png) left top no-repeat ;
    background-size: 100% 100%;
}
.table3 li div:first-child{
    width: 222px;
    flex: none;
}
.table3 li:first-child div{
    height: 40px;
    line-height: 40px;
}
.question ul div.tjPrice{
    flex: auto;
    width: 896px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(270deg,#909399, #67c23a);
}
.question ul div.tjPrice span{
    flex: 1;
    text-align: center;
    color: #fff;
}
.info{
    background: #fff;
    padding: 40px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    color: #333333;
    align-items: flex-start;
}
.info .info_left_tit{
    font-size: 16px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: left;
    color: #303133;
    line-height: 22px;
    margin-bottom: 30px;
    margin-top: 0;
}
.info_left{
    font-size: 16px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: left;
    line-height: 40px;
}
.info_left li{
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.info_left input{
    width: 320px;
    height: 40px;
    line-height: 40px;
    background: #ffffff;
    border: 1px solid #e4e7ed;
    border-radius: 4px;
    padding-left: 8px;
    box-sizing: border-box;
}
.info_left select{
    width: 155px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #e4e7ed;
    border-radius: 4px;
}
.info_left select.province{
    margin-right: 10px;
}
.info li span{
    position: relative;
    width: 61px;
    padding-left: 12px;
    box-sizing: border-box;
}
.info li span::before{
    content:"*";
    color: #FFA51D;
    position: absolute;
    left: 0px;
    top: 0px;
}
.info_right&gt;div{
    text-align: center;
    margin-left: 20px;
    padding-top: 52px;
}
.info_right&gt;div span{
    display: block;
    text-align: center;
    font-size: 14px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    color: #333333; 
    margin-top: 15px;
}
.info_right img{
    display: block;
    width: 252px;
}
.address{
    margin-left: 61px;
}
.submitBtn{
    margin:40px auto 80px ;
    width: 240px;
    background: #3098ef;
    font-size: 18px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    line-height: 60px;
    border-radius: 6px;
    cursor: pointer;
}
.submitBtn:hover{
    background: #2B89D7;
}
.others{
    display: none;
    padding-left: 8px;
    box-sizing: border-box;
    outline: none;
}
[disabled]{
    cursor: not-allowed!important;
}
.answer2{
    margin-top: 15px;
}
.answer2 label{
    line-height: 34px;
}
.answer3, .answer4 {
    align-items: baseline;
}
.answer4 {
    margin-top: 35px;
}
.btnDisabled{
    background: #606266;
    cursor: not-allowed;
}
.btnDisabled:hover{
    background: #606266;
}
/* 寮圭獥 */
.popWrap{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.8);
    z-index: 100;
}
.popContent{
    position: fixed;
    left: 50%;
    top: 50%;
    width: 400px;
    height: 260px;
    margin-left: -200px;
    margin-top: -130px;
    background: #ffffff;
    border-radius: 8px;
    text-align: center;
}
.closePop{
    position: absolute;
    top: 16px;
    right: 16px;
    width: 16px;
    height: 16px;
    cursor: pointer;
}
.popContent1 .bqIcon{
    display: block;
    padding-top:30px ;
    padding-bottom: 16px;
    margin: 0 auto;
}
.popContent h3{
    font-size: 18px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: center;
    color: #303133;
    line-height: 26px;
    margin-bottom: 4px;
}
.popContent p{
    height: 20px;
    font-size: 14px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: center;
    color: #303133;
    line-height: 20px;
}
.popContent button{
    width: 160px;
    height: 50px;
    background: #3098ef;
    border-radius: 4px;
    border: none;
    outline: none;
    cursor: pointer; 
    font-size: 18px;
    font-family: PingFang SC, PingFang SC-Medium;
    font-weight: 500;
    color: #ffffff;
    line-height: 50px;
}
.popContent button:hover{
    background: #2B89D7
}
.popContent1 button{
    margin-top: 19px;
}
.popContent2 .bqIcon{
    display: block;
    padding-top:43px ;
    padding-bottom:16px ;
    margin: 0 auto;
}
.popContent2 .popBtn1{
    margin-top:30px ;
}
.popContent3 .bqIcon{
    display: block;
    padding-top:30px ;
    padding-bottom:16px ;
    margin:0 auto;
}
.popContent3 .popBtn1{
    margin-top:12px ;
}
.popWrap{
    display: none;
}
.answer label span{
    display: flex;
}
.questItem3  .answer  select{
    width: 220px;
}
.questItem11 h4 span{
    display: block;
    font-size: 12px;
    line-height: 18px; 
    color: #303133;
    font-weight: 400;
}
.question input[type=checkbox].zyly{
    margin-right: 8px;
}
.questItem3 .answer select{
    width: 160px;
    margin-left: 8px;
}
.questItem3  .answer label{
    flex: 1;
}
.questItem3  .answer .answerItem{ 
    width: 438px;
}
.questItem3  .answer .answerItem1{  
    flex: 1;
}
.answer label .others, .answer .other_value {
    width: 140px;
}
.questItem3  .answer .answerItem h5 {
    font-size: 14px;
    color: #999999;
}
.questItem3  .answer .answerItem input[type=checkbox] {
    margin-right: 8px;
}
.questItem3  .answer .answerItem div{
    margin-top: 20px;
}
.questItem3 input.othersTxt{
    margin-right: 8px;
}
.info_right{
    width: 544px;
    text-align: left;
    margin-right: 40px;
}
.info_right&gt;div.addTips{
    margin-top: 22px;
    margin-left: 0px;
    padding-right: 90px;
    font-size: 12px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: left;
    color: #999999;
    line-height: 18px;
    padding-top: 0;
}
.info2{
    padding: 0px;
    height: 470px;
}
.info2  .info_left{
    flex: 1;
    padding: 40px 40px 0 ;
}
.info_right2{
    width: 727px;
    background: #f6faff;
    margin-right: 0px;
    height: 100%;
    align-items: stretch;
    padding-left: 40px;
    box-sizing: border-box;
}
.info_right2 h3{
    line-height: 25px;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    color: #0d5cbc;
    padding-top: 40px;
    padding-bottom: 30px;
}
.info_left_tit h3{
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: #303133;
    line-height: 28px;
}
.info_right&gt;div.winnerWrap{
    padding-top: 0px;
    margin-left: 0px;
    justify-content:space-between;
    padding-right: 30px;
}
.info_right&gt;div.winnerWrap h4{
    height: 22px;
    line-height: 22px;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    color: #303133;
    margin-bottom: 20px;  
}
.info_right&gt;div.winnerWrap span{
    padding: 0px;
    margin: 0px;
    text-align: left;
}
.info_right&gt;div.winnerWrap span::before{
    display: none;
}
.winners{
    width: 191px;
}
.winnerWrap li span:last-child{
    flex: 1;
    overflow: hidden;
    text-align: left;
}
.winnerWrap li span{
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #303133;
    line-height: 25px;
    width: 65px;
}
.winnerbr{
    border-right: 1px solid #e4e7ed;
}
</pre></body></html>