.van-loading{color:#c8c9cc;font-size:0}.van-loading,.van-loading__spinner{position:relative;vertical-align:middle}.van-loading__spinner{display:inline-block;width:30px;max-width:100%;height:30px;max-height:100%;-webkit-animation:van-rotate .8s linear infinite;animation:van-rotate .8s linear infinite}.van-loading__spinner--spinner{-webkit-animation-timing-function:steps(12);animation-timing-function:steps(12)}.van-loading__spinner--spinner i{position:absolute;top:0;left:0;width:100%;height:100%}.van-loading__spinner--spinner i:before{display:block;width:2px;height:25%;margin:0 auto;background-color:currentColor;border-radius:40%;content:" "}.van-loading__spinner--circular{-webkit-animation-duration:2s;animation-duration:2s}.van-loading__circular{display:block;width:100%;height:100%}.van-loading__circular circle{-webkit-animation:van-circular 1.5s ease-in-out infinite;animation:van-circular 1.5s ease-in-out infinite;stroke:currentColor;stroke-width:3;stroke-linecap:round}.van-loading__text{display:inline-block;margin-left:8px;color:#969799;font-size:14px;vertical-align:middle}.van-loading--vertical{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.van-loading--vertical .van-loading__text{margin:8px 0 0}@-webkit-keyframes van-circular{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-40}to{stroke-dasharray:90,150;stroke-dashoffset:-120}}@keyframes van-circular{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-40}to{stroke-dasharray:90,150;stroke-dashoffset:-120}}.van-loading__spinner--spinner i:first-of-type{-webkit-transform:rotate(30deg);transform:rotate(30deg);opacity:1}.van-loading__spinner--spinner i:nth-of-type(2){-webkit-transform:rotate(60deg);transform:rotate(60deg);opacity:.9375}.van-loading__spinner--spinner i:nth-of-type(3){-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:.875}.van-loading__spinner--spinner i:nth-of-type(4){-webkit-transform:rotate(120deg);transform:rotate(120deg);opacity:.8125}.van-loading__spinner--spinner i:nth-of-type(5){-webkit-transform:rotate(150deg);transform:rotate(150deg);opacity:.75}.van-loading__spinner--spinner i:nth-of-type(6){-webkit-transform:rotate(180deg);transform:rotate(180deg);opacity:.6875}.van-loading__spinner--spinner i:nth-of-type(7){-webkit-transform:rotate(210deg);transform:rotate(210deg);opacity:.625}.van-loading__spinner--spinner i:nth-of-type(8){-webkit-transform:rotate(240deg);transform:rotate(240deg);opacity:.5625}.van-loading__spinner--spinner i:nth-of-type(9){-webkit-transform:rotate(270deg);transform:rotate(270deg);opacity:.5}.van-loading__spinner--spinner i:nth-of-type(10){-webkit-transform:rotate(300deg);transform:rotate(300deg);opacity:.4375}.van-loading__spinner--spinner i:nth-of-type(11){-webkit-transform:rotate(330deg);transform:rotate(330deg);opacity:.375}.van-loading__spinner--spinner i:nth-of-type(12){-webkit-transform:rotate(1turn);transform:rotate(1turn);opacity:.3125}.van-cell{position:relative;display:-webkit-box;display:-webkit-flex;display:flex;box-sizing:border-box;width:100%;padding:10px 16px;overflow:hidden;color:#323233;font-size:14px;line-height:24px;background-color:#fff}.van-cell:after{position:absolute;box-sizing:border-box;content:" ";pointer-events:none;right:16px;bottom:0;left:16px;border-bottom:1px solid #ebedf0;-webkit-transform:scaleY(.5);transform:scaleY(.5)}.van-cell--borderless:after,.van-cell:last-child:after{display:none}.van-cell__label{margin-top:4px;color:#969799;font-size:12px;line-height:18px}.van-cell__title,.van-cell__value{-webkit-box-flex:1;-webkit-flex:1;flex:1}.van-cell__value{position:relative;overflow:hidden;color:#969799;text-align:right;vertical-align:middle;word-wrap:break-word}.van-cell__value--alone{color:#323233;text-align:left}.van-cell__left-icon,.van-cell__right-icon{min-width:1em;height:24px;font-size:16px;line-height:24px}.van-cell__left-icon{margin-right:4px}.van-cell__right-icon{margin-left:4px;color:#969799}.van-cell--clickable{cursor:pointer}.van-cell--clickable:active{background-color:#f2f3f5}.van-cell--required{overflow:visible}.van-cell--required:before{position:absolute;left:8px;color:#ee0a24;font-size:14px;content:"*"}.van-cell--center{-webkit-box-align:center;-webkit-align-items:center;align-items:center}.van-cell--large{padding-top:12px;padding-bottom:12px}.van-cell--large .van-cell__title{font-size:16px}.van-cell--large .van-cell__label{font-size:14px}.van-field__label{-webkit-box-flex:0;-webkit-flex:none;flex:none;box-sizing:border-box;width:6.2em;margin-right:12px;color:#646566;text-align:left;word-wrap:break-word}.van-field__label--center{text-align:center}.van-field__label--right{padding-right:16px;text-align:right}.van-field--disabled .van-field__label{color:#c8c9cc}.van-field__value{overflow:visible}.van-field__body{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.van-field__control{display:block;box-sizing:border-box;width:100%;min-width:0;margin:0;padding:0;color:#323233;line-height:inherit;text-align:left;background-color:transparent;border:0;resize:none}.van-field__control::-webkit-input-placeholder{color:#969799}.van-field__control::placeholder{color:#969799}.van-field__control:disabled{color:#c8c9cc;cursor:not-allowed;opacity:1;-webkit-text-fill-color:#c8c9cc}.van-field__control:read-only{cursor:default}.van-field__control--center{-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;text-align:center}.van-field__control--right{-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;text-align:right}.van-field__control--custom{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;min-height:24px}.van-field__control[type=date],.van-field__control[type=datetime-local],.van-field__control[type=time]{min-height:24px}.van-field__control[type=search]{-webkit-appearance:none}.van-field__button,.van-field__clear,.van-field__icon,.van-field__right-icon{-webkit-flex-shrink:0;flex-shrink:0}.van-field__clear,.van-field__right-icon{margin-right:-8px;padding:0 8px;line-height:inherit}.van-field__clear{color:#c8c9cc;font-size:16px;cursor:pointer}.van-field__left-icon .van-icon,.van-field__right-icon .van-icon{display:block;min-width:1em;font-size:16px;line-height:inherit}.van-field__left-icon{margin-right:4px}.van-field__right-icon{color:#969799}.van-field__button{padding-left:8px}.van-field__error-message{color:#ee0a24;font-size:12px;text-align:left}.van-field__error-message--center{text-align:center}.van-field__error-message--right{text-align:right}.van-field__word-limit{margin-top:4px;color:#646566;font-size:12px;line-height:16px;text-align:right}.van-field--error .van-field__control::-webkit-input-placeholder{color:#ee0a24;-webkit-text-fill-color:currentColor}.van-field--error .van-field__control,.van-field--error .van-field__control::placeholder{color:#ee0a24;-webkit-text-fill-color:currentColor}.van-field--min-height .van-field__control{min-height:60px}.van-count-down{color:#323233;font-size:14px;line-height:20px}.van-swipe-item{position:relative;-webkit-flex-shrink:0;flex-shrink:0;width:100%;height:100%}.van-swipe{position:relative;overflow:hidden;cursor:grab;-webkit-user-select:none;user-select:none}.van-swipe__track{display:-webkit-box;display:-webkit-flex;display:flex;height:100%}.van-swipe__track--vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}.van-swipe__indicators{position:absolute;bottom:12px;left:50%;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.van-swipe__indicators--vertical{top:50%;bottom:auto;left:12px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.van-swipe__indicators--vertical .van-swipe__indicator:not(:last-child){margin-bottom:6px}.van-swipe__indicator{width:6px;height:6px;background-color:#ebedf0;border-radius:100%;opacity:.3;-webkit-transition:opacity .2s,background-color .2s;transition:opacity .2s,background-color .2s}.van-swipe__indicator:not(:last-child){margin-right:6px}.van-swipe__indicator--active{background-color:#1989fa;opacity:1}.van-notice-bar{position:relative;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;height:40px;padding:0 16px;color:#ed6a0c;font-size:14px;line-height:24px;background-color:#fffbe8}.van-notice-bar__left-icon,.van-notice-bar__right-icon{min-width:24px;font-size:16px}.van-notice-bar__right-icon{text-align:right;cursor:pointer}.van-notice-bar__wrap{position:relative;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-flex:1;-webkit-flex:1;flex:1;-webkit-box-align:center;-webkit-align-items:center;align-items:center;height:100%;overflow:hidden}.van-notice-bar__content{position:absolute;white-space:nowrap;-webkit-transition-timing-function:linear;transition-timing-function:linear}.van-notice-bar__content.van-ellipsis{max-width:100%}.van-notice-bar--wrapable{height:auto;padding:8px 16px}.van-notice-bar--wrapable .van-notice-bar__wrap{height:auto}.van-notice-bar--wrapable .van-notice-bar__content{position:relative;white-space:normal;word-wrap:break-word}.quessingNotice{height:5.8666666667vw}.quessingNotice .van-notice-bar{height:5.8666666667vw;padding:0 3.2vw;background:initial;color:#f1f1f1}.quessingNotice .notice-swipe{height:5.8666666667vw;line-height:5.8666666667vw}.quessingIndex{background:#0f1220}.quessingIndex .bg1{position:absolute;width:100%;height:100%;background:-webkit-gradient(linear,left top,right top,from(#2c438c),to(rgba(45,70,147,0)));background:linear-gradient(90deg,#2c438c,rgba(45,70,147,0));opacity:.5;z-index:0}.quessingIndex .header_div1{position:relative;width:100%;height:11.7333333333vw;margin-bottom:1.0666666667vw}.quessingIndex .header_div1 .div1{font-size:3.2vw;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#fff;line-height:11.7333333333vw;text-align:center;position:relative;z-index:1}.quessingIndex .header_div1 .div1 .span1{font-size:4.8vw;color:#10bd72}.quessingIndex .header_div2{position:relative;width:100%;height:5.8666666667vw;margin-bottom:1.0666666667vw}.quessingIndex .header_div3{position:relative;width:100%;height:21.3333333333vw;margin-bottom:2.1333333333vw}.quessingIndex .header_div3_child1{position:relative;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:7.4666666667vw;padding:2.6666666667vw 3.2vw 0 3.2vw;margin-bottom:2.6666666667vw}.quessingIndex .header_div3_child1 .div1{font-size:3.2vw;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#f1f1f1}.quessingIndex .header_div3_child1 .div2{font-size:3.2vw;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#10bd72;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.quessingIndex .header_div3_child1 .div2 .img1{width:1.0666666667vw;height:1.8666666667vw;margin-left:.5333333333vw}.quessingIndex .header_div3_child2{position:relative;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 5.3333333333vw}.quessingIndex .header_div3_child2 .div,.quessingIndex .header_div3_child2 .div .img1{width:6.9333333333vw;height:6.9333333333vw}.quessingIndex .header_div3_child2 .div span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#f78b48;-webkit-box-shadow:0 0 1px 0 rgba(198,211,255,.4),inset -.5333333333vw -.5333333333vw .5333333333vw 0 rgba(0,0,0,.14);box-shadow:0 0 1px 0 rgba(198,211,255,.4),inset -.5333333333vw -.5333333333vw .5333333333vw 0 rgba(0,0,0,.14);font-size:3.7333333333vw;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#fff;text-align:center;line-height:6.9333333333vw;border-radius:3.4666666667vw}.quessingIndex .header_div3_child2 .div span.active1{background:#3c4}.quessingIndex .header_div3_child2 .div span.active2{background:#41beff}.quessingIndex .header_div3_child2 .div span.active3{background:#ff4141}.quessingIndex .content_item1{position:relative;width:100%;min-height:123.2vw}.quessingIndex .content_item1.active1,.quessingIndex .content_item1.active2{min-height:61.8666666667vw}.quessingIndex .content_item1.active2 .content_item1_div33{position:relative;z-index:1;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#f1f1f1;text-align:center;margin-bottom:1.6vw}.quessingIndex .content_item1.active2 .content_item1_div33 .content_item1_div33_child1{font-size:6.4vw;line-height:8.8vw}.quessingIndex .content_item1_div1{font-size:3.2vw;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#f1f1f1;position:relative;z-index:1;padding:3.2vw 0 0 3.2vw;margin-bottom:3.7333333333vw}.quessingIndex .content_item1_div2{position:relative;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:3.7333333333vw}.quessingIndex .content_item1_div2 .img1{height:7.4666666667vw;width:83.4666666667vw}.quessingIndex .content_item1_div3{position:relative;z-index:1;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:2.6666666667vw}.quessingIndex .content_item1_div3,.quessingIndex .content_item1_div3 .data-time{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.quessingIndex .content_item1_div3 .data-time{-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left;height:11.2vw;color:#fff}.quessingIndex .content_item1_div3 .data-time .van-count-down{color:#fff;font-size:8.5333333333vw}.quessingIndex .content_item1_div3 .data-time .van-count-down .millItem{width:8.5333333333vw}.quessingIndex .content_item1_div3 .data-time .down{color:#fff}.quessingIndex .content_item1_div3 .data-time .item{display:inline-block;min-width:16vw;padding:2.6666666667vw 1.3333333333vw;color:#fff;font-size:8vw;text-align:center;background:#0f1220;-webkit-box-shadow:0 .5333333333vw 1.6vw 0 rgba(0,0,0,.3);box-shadow:0 .5333333333vw 1.6vw 0 rgba(0,0,0,.3);border-radius:1.0666666667vw;border:1px solid #68aaff}.quessingIndex .content_item1_div3 .data-time .item1{margin:0 1.6vw}.quessingIndex .content_item1_div4{position:relative;z-index:1;font-size:3.2vw;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#f1f1f1;text-align:center;line-height:5.3333333333vw;margin-bottom:3.7333333333vw}.quessingIndex .content_item1_div5{z-index:1;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 5.3333333333vw;margin-bottom:2.1333333333vw}.quessingIndex .content_item1_div5,.quessingIndex .content_item1_div5 .div1{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.quessingIndex .content_item1_div5 .div1{width:26.6666666667vw;height:26.6666666667vw;background:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#e5e5e5));background:linear-gradient(180deg,#fff,#e5e5e5);-webkit-box-shadow:0 .8vw 1.6vw 0 rgba(0,0,0,.5),inset 0 0 2.4vw 0 #5d6683;box-shadow:0 .8vw 1.6vw 0 rgba(0,0,0,.5),inset 0 0 2.4vw 0 #5d6683;border-radius:1.3333333333vw;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.quessingIndex .content_item1_div5 .div1.active{background:#f9d979}.quessingIndex .content_item1_div5 .div1_txt1{width:24vw;height:24vw;border-radius:1.3333333333vw;border:1px solid #182142;position:absolute;left:1.3333333333vw;top:1.3333333333vw}.quessingIndex .content_item1_div5 .div1_txt2{font-size:5.3333333333vw;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#17203f;padding-top:3.7333333333vw}.quessingIndex .content_item1_div5 .div1_txt3{font-size:3.7333333333vw;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#17203f;padding-top:1.0666666667vw}.quessingIndex .content_item1_div5 .div1_txt4{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;padding:0 2.1333333333vw;padding-top:2.6666666667vw}.quessingIndex .content_item1_div5 .div1_txt4,.quessingIndex .content_item1_div5 .div1_txt4_child1{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.quessingIndex .content_item1_div5 .div1_txt4_child1{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.quessingIndex .content_item1_div5 .div1_txt4_child1 .img1{width:2.6666666667vw;height:2.4vw;margin-right:1px}.quessingIndex .content_item1_div5 .div1_txt4_child1 .span1{font-size:2.6666666667vw;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#3465ed}.quessingIndex .content_item1_div5 .div1_txt4_child2{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.quessingIndex .content_item1_div5 .div1_txt4_child2 .img1{width:2.1333333333vw;height:2.1333333333vw;margin-left:1px}.quessingIndex .content_item1_div5 .div1_txt4_child2 .span1{font-size:2.6666666667vw;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#666}.quessingIndex .content_item1_div6{position:relative;z-index:1;margin-bottom:2.6666666667vw;font-size:12px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#f1f1f1;padding-left:5.3333333333vw}.quessingIndex .content_item1_div6 .span1{color:#10bd72}.quessingIndex .content_item1_div7{position:relative;z-index:1;padding:0 5.3333333333vw;margin-bottom:2.6666666667vw}.quessingIndex .content_item1_div7 .van-cell{background:url(data:image/png;base64,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) no-repeat;background-size:100% 100%}.quessingIndex .content_item1_div7 .van-cell .van-field__control{color:#fff}.quessingIndex .content_item1_div7 .van-cell:after{border-bottom:none}.quessingIndex .content_item1_div7 .van-cell:before{position:absolute;content:"";width:100%;height:40px;background:-webkit-gradient(linear,left top,right top,from(#2c438c),to(rgba(45,70,147,0)));background:linear-gradient(90deg,#2c438c,rgba(45,70,147,0));left:2px;right:0;top:2px;bottom:2px;border-radius:4px}.quessingIndex .content_item1_div7_child1{position:absolute;z-index:22;bottom:-8px;right:34px;font-size:12px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#68aaff;scale:.75}.quessingIndex .content_item1_div8{position:relative;z-index:1;padding:0 5.3333333333vw;margin-bottom:5.3333333333vw}.quessingIndex .content_item1_div8_child1{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.quessingIndex .content_item1_div8_child1 .child_btn{font-size:3.4666666667vw;font-weight:500;padding:0 3.7333333333vw;margin-bottom:1.3333333333vw;background:-webkit-gradient(linear,left top,right top,from(#2c438c),to(rgba(45,70,147,0)));background:linear-gradient(90deg,#2c438c,rgba(45,70,147,0));color:#68aaff}.quessingIndex .content_item1_div8_child1 .child_btn,.quessingIndex .content_item1_div8_child1 .child_btn.active{min-width:16vw;height:6.1333333333vw;line-height:6.1333333333vw;text-align:center;border-radius:1.0666666667vw;border:1px solid #68aaff}.quessingIndex .content_item1_div8_child1 .child_btn.active{color:#182142;background:#68aaff}.quessingIndex .content_item1_div9{position:relative;z-index:1;padding:0 5.3333333333vw;margin-bottom:5.3333333333vw;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.quessingIndex .content_item1_div9_child1{text-align:center;min-width:24.2666666667vw;height:9.6vw;background:#10bd72;border-radius:1.0666666667vw;margin-right:18.6666666667vw;font-size:3.7333333333vw;font-family:PingFangSC-Semibold,PingFang SC;font-weight:600;color:#fff;line-height:9.6vw;padding:0 2.6666666667vw}.quessingIndex .content_item1_div9_child2{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:3.2vw;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#10bd72;-ms-flex-negative:0;flex-shrink:0}.quessingIndex .content_item1_div9_child2 .img1{width:1.0666666667vw;height:1.8666666667vw}.quessingIndex .footer{margin-top:2.6666666667vw;background:-webkit-gradient(linear,left top,right top,from(rgba(44,67,140,.5)),to(rgba(45,70,147,0)));background:linear-gradient(90deg,rgba(44,67,140,.5),rgba(45,70,147,0));padding:3.2vw 5.3333333333vw 5.3333333333vw 5.3333333333vw;width:100vw}.quessingIndex .footer_tab{width:89.3333333333vw;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.quessingIndex .footer_tab_item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:44.5333333333vw;color:rgba(104,170,255,.5)}.quessingIndex .footer_tab_item p{font-size:4.2666666667vw;font-family:zihun100hao-fangfangxianfengti,zihun100hao;font-weight:600;line-height:5.0666666667vw}.quessingIndex .footer_tab_item .has_people{font-family:PingFangSC-Regular,PingFang SC}.quessingIndex .footer_tab_item .has_people_top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:4.2666666667vw;font-weight:400;line-height:5.8666666667vw}.quessingIndex .footer_tab_item .has_people_top img{width:3.2vw;height:3.2vw}.quessingIndex .footer_tab_item .has_people p{font-size:2.6666666667vw;font-weight:400;line-height:3.7333333333vw;text-align:center}.quessingIndex .footer_tab_item .no_people{font-size:4.2666666667vw;font-family:zihun100hao-fangfangxianfengti,zihun100hao;font-weight:600;line-height:5.0666666667vw}.quessingIndex .footer_tab_line{width:.2666666667vw;height:7.2vw;border:1px solid #68aaff}.quessingIndex .footer_tab_active{color:#68aaff}.quessingIndex .footer_main{margin-top:2.6666666667vw}.quessingIndex .footer_main .footer_follower{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:1.3333333333vw 2.9333333333vw;width:89.3333333333vw;height:10.6666666667vw;background:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#e7e7e7));background:linear-gradient(180deg,#fff,#e7e7e7);-webkit-box-shadow:inset 0 0 1.0666666667vw 0 rgba(93,102,131,.8);box-shadow:inset 0 0 1.0666666667vw 0 rgba(93,102,131,.8);border-radius:1.0666666667vw;margin-bottom:2.6666666667vw}.quessingIndex .footer_main .footer_follower,.quessingIndex .footer_main .footer_follower .follower_left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.quessingIndex .footer_main .footer_follower .follower_left .follower_logo{width:8vw;height:8vw;-o-object-fit:cover;object-fit:cover}.quessingIndex .footer_main .footer_follower .follower_left .follower_info{margin-left:1.0666666667vw}.quessingIndex .footer_main .footer_follower .follower_left .follower_info p{width:38.4vw;height:4.5333333333vw;font-size:3.2vw;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#333;line-height:4.5333333333vw;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.quessingIndex .footer_main .footer_follower .follower_left .follower_info .follower_bet{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:2.4vw;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#666;line-height:3.4666666667vw}.quessingIndex .footer_main .footer_follower .follower_left .follower_info .follower_bet img{width:2.1333333333vw;height:2.1333333333vw}.quessingIndex .footer_main .footer_follower .follower_middle{font-size:3.2vw;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#000}.quessingIndex .footer_main .footer_follower .follower_btn{padding:.2666666667vw 1.3333333333vw;background:#10bd72;border-radius:.5333333333vw;font-size:2.6666666667vw;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#fff}.quessingIndex .footer_main .history .history_header{width:89.3333333333vw;height:8.2666666667vw;padding:0 5.3333333333vw;background:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#e7e7e7));background:linear-gradient(180deg,#fff,#e7e7e7);-webkit-box-shadow:0 .8vw 1.6vw 0 rgba(0,0,0,.5),inset 0 0 11px 0 rgba(93,102,131,.8);box-shadow:0 .8vw 1.6vw 0 rgba(0,0,0,.5),inset 0 0 11px 0 rgba(93,102,131,.8);border-radius:1.0666666667vw;line-height:8.2666666667vw;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.quessingIndex .footer_main .history .history_main{margin-top:2.6666666667vw}.quessingIndex .footer_main .history .history_main .history_item{width:89.3333333333vw;height:8vw;background:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#e7e7e7));background:linear-gradient(180deg,#fff,#e7e7e7);-webkit-box-shadow:inset 0 0 .5333333333vw 0 rgba(93,102,131,.8);box-shadow:inset 0 0 .5333333333vw 0 rgba(93,102,131,.8);border-radius:1.0666666667vw;padding:0 7.2vw 0 4.2666666667vw;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:.5333333333vw}.quessingIndex .footer_main .history .history_main .history_item .history_left{font-family:PingFangSC-Regular,PingFang SC}.quessingIndex .footer_main .history .history_main .history_item .history_left span:last-child{margin-left:1.0666666667vw}.quessingIndex .footer_main .history .history_main .history_item .history_middle{width:45.3333333333vw;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around}.quessingIndex .footer_main .history .history_main .history_item .history_middle .ball{width:5.3333333333vw;height:5.3333333333vw;background:#f78b48;-webkit-box-shadow:0 0 1px 0 rgba(198,211,255,.4),inset -2px -2px 2px 0 rgba(0,0,0,.14);box-shadow:0 0 1px 0 rgba(198,211,255,.4),inset -2px -2px 2px 0 rgba(0,0,0,.14);font-size:2.9333333333vw;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#fff;line-height:5.3333333333vw;text-align:center;border-radius:50%}.quessingIndex .footer_main .history .history_main .history_item .history_middle .red_ball{background:#ff4141}.quessingIndex .footer_main .history .history_main .history_item .history_middle .green_ball{background:#3c4}.quessingIndex .footer_main .history .history_main .history_item .history_middle .blue_ball{background:#41beff}.quessingIndex .footer_main .history .history_main .history_item .history_result{font-family:PingFangSC-Medium,PingFang SC}.quessingIndex .footer_main .no_data{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:17.0666666667vw}.quessingIndex .footer_main .no_data img{width:64vw;height:34.6666666667vw}.quessingIndex .footer_main .no_data p{font-size:4.2666666667vw;font-family:zihun100hao-fangfangxianfengti,zihun100hao;font-weight:400;color:#68aaff;line-height:5.0666666667vw;text-align:center;margin-top:5.3333333333vw}.quessingIndex .over_main{width:100vw;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.quessingIndex .over_main .over_content{width:89.3333333333vw;height:63.7333333333vw;background:#fff;border-radius:2.1333333333vw;padding:0 8.5333333333vw}.quessingIndex .over_main .over_content .over_title{font-size:4.8vw;font-family:PingFangSC-Medium,PingFang SC;font-weight:500;color:#333;margin-top:11.2vw;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.quessingIndex .over_main .over_content .over_title .nickname{display:inline-block;width:26.6666666667vw;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.quessingIndex .over_main .over_content .over_select{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:5.3333333333vw}.quessingIndex .over_main .over_content .over_select .select_label{font-size:3.7333333333vw;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#333;line-height:5.3333333333vw}.quessingIndex .over_main .over_content .over_select .select_item{width:37.3333333333vw;height:16vw;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-left:5.3333333333vw}.quessingIndex .over_main .over_content .over_select .select_item .item_tags{width:16vw;height:6.1333333333vw;border-radius:1.0666666667vw;border:1px solid #68aaff;font-size:3.2vw;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#68aaff;text-align:center;line-height:6.1333333333vw}.quessingIndex .over_main .over_content .over_select .select_item .item_tags_active{background:#68aaff;color:#fff;-webkit-box-shadow:0 .5333333333vw .8vw 0 rgba(0,0,0,.5);box-shadow:0 .5333333333vw .8vw 0 rgba(0,0,0,.5)}.quessingIndex .over_main .over_content .select_btn{width:72.2666666667vw;height:9.6vw;background:#10bd72;border-radius:1.0666666667vw;font-size:3.7333333333vw;font-family:PingFangSC-Semibold,PingFang SC;font-weight:600;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:8vw}.quessingIndex .over_main .over_content .select_btn img{width:3.2vw;height:3.2vw}.quessingIndex .over_main .over_close{width:6.4vw;height:6.4vw;margin-top:3.2vw}