.van-col {
    float: left;
    box-sizing: border-box;
    min-height: 1px
}

.van-col--1 {
    width: 4.16666667%
}

.van-col--offset-1 {
    margin-left: 4.16666667%
}

.van-col--2 {
    width: 8.33333333%
}

.van-col--offset-2 {
    margin-left: 8.33333333%
}

.van-col--3 {
    width: 12.5%
}

.van-col--offset-3 {
    margin-left: 12.5%
}

.van-col--4 {
    width: 16.66666667%
}

.van-col--offset-4 {
    margin-left: 16.66666667%
}

.van-col--5 {
    width: 20.83333333%
}

.van-col--offset-5 {
    margin-left: 20.83333333%
}

.van-col--6 {
    width: 25%
}

.van-col--offset-6 {
    margin-left: 25%
}

.van-col--7 {
    width: 29.16666667%
}

.van-col--offset-7 {
    margin-left: 29.16666667%
}

.van-col--8 {
    width: 33.33333333%
}

.van-col--offset-8 {
    margin-left: 33.33333333%
}

.van-col--9 {
    width: 37.5%
}

.van-col--offset-9 {
    margin-left: 37.5%
}

.van-col--10 {
    width: 41.66666667%
}

.van-col--offset-10 {
    margin-left: 41.66666667%
}

.van-col--11 {
    width: 45.83333333%
}

.van-col--offset-11 {
    margin-left: 45.83333333%
}

.van-col--12 {
    width: 50%
}

.van-col--offset-12 {
    margin-left: 50%
}

.van-col--13 {
    width: 54.16666667%
}

.van-col--offset-13 {
    margin-left: 54.16666667%
}

.van-col--14 {
    width: 58.33333333%
}

.van-col--offset-14 {
    margin-left: 58.33333333%
}

.van-col--15 {
    width: 62.5%
}

.van-col--offset-15 {
    margin-left: 62.5%
}

.van-col--16 {
    width: 66.66666667%
}

.van-col--offset-16 {
    margin-left: 66.66666667%
}

.van-col--17 {
    width: 70.83333333%
}

.van-col--offset-17 {
    margin-left: 70.83333333%
}

.van-col--18 {
    width: 75%
}

.van-col--offset-18 {
    margin-left: 75%
}

.van-col--19 {
    width: 79.16666667%
}

.van-col--offset-19 {
    margin-left: 79.16666667%
}

.van-col--20 {
    width: 83.33333333%
}

.van-col--offset-20 {
    margin-left: 83.33333333%
}

.van-col--21 {
    width: 87.5%
}

.van-col--offset-21 {
    margin-left: 87.5%
}

.van-col--22 {
    width: 91.66666667%
}

.van-col--offset-22 {
    margin-left: 91.66666667%
}

.van-col--23 {
    width: 95.83333333%
}

.van-col--offset-23 {
    margin-left: 95.83333333%
}

.van-col--24 {
    width: 100%
}

.van-col--offset-24 {
    margin-left: 100%
}

.van-row:after {
    display: table;
    clear: both;
    content: ""
}

.van-row--flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

.van-row--flex:after {
    display: none
}

.van-row--justify-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.van-row--justify-end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}

.van-row--justify-space-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.van-row--justify-space-around {
    -webkit-justify-content: space-around;
    justify-content: space-around
}

.van-row--align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.van-row--align-bottom {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end
}

.betreacord-choose {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column
}

.betreacord-choose .choose-list {
    flex: 1;
    background-color: #fff;
    overflow-x: hidden;
    overflow-y: auto
}

.betreacord-choose .choose-list .choose-row {
    background: #fff;
    padding: 0 3.46667vw 2.66667vw
}

.betreacord-choose .choose-list .choose-row .choose-col_wrap {
    display: flex;
    flex-wrap: wrap
}

.betreacord-choose .choose-list .choose-row .choose-col {
    display: block;
    width: 29.06667vw;
    height: 8.53333vw;
    line-height: 8.53333vw;
    margin-right: 2.66667vw;
    margin-top: 2.66667vw;
    border-radius: 1.06667vw;
    text-align: center;
    color: #4b5670;
    background: url('/view/images/chooseModal_btn_notActive.5f758de8.png') no-repeat 0 0;
    background-size: 100% 100%
}

.betreacord-choose .choose-list .choose-row .choose-col:nth-child(3n) {
    margin-right: 0
}

.betreacord-choose .choose-list .choose-row .choose-col.active {
    color: #fff;
    -o-object-fit: contain;
    object-fit: contain;
    background-image: linear-gradient(0deg,#f49400,#ffc05f),linear-gradient(#3b7cec,#3b7cec)
}

.betreacord-choose .choose-list .choose-row .choose-col span {
    display: inline-block;
    line-height: normal;
    font-size: 3.2vw;
    transform: scale(.83)
}

.betreacord-choose .choose-title {
    padding: 4.26667vw 0;
    font-size: 3.46667vw;
    color: #999
}

.betreacord-choose .choose-btn {
    padding-top: 5.33333vw;
    height: 40vw;
    background: #fff;
    margin-top: -1px
}

.betreacord-choose .choose-btn .btn-lottery {
    display: block;
    width: 92.8vw;
    height: 12.8vw;
    font-size: 4.8vw;
    line-height: 12.8vw;
    color: #fff;
    margin: 0 auto;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 1.06667vw;
    text-align: center;
    background-image: linear-gradient(0deg,#f49400,#ffc05f),linear-gradient(#3b7cec,#3b7cec);
    background-size: 100% 100%
}

.nodata_block {
    padding: 5.33333vw 0 0
}

.nodata_block .nodata_block-img {
    width: 61.06667vw;
    height: 30.66667vw;
    margin: 0 auto 8vw;
    background: url('/view/images/nodata_bg.a2f14f98.png') no-repeat;
    background-size: contain;
    background-position: 50%
}

.nodata_block .nodata_block-text {
    margin-bottom: 5.33333vw;
    font-size: 3.73333vw;
    color: #999;
    text-align: center
}

.record-modal {
    position: absolute;
    top: 27.73333vw;
    width: 100%;
    height: calc(100% - 12.73vw);
    background: rgba(0,0,0,.3);
    z-index: 1
}

.page-query,.query_block {
    display: flex;
    flex-direction: column
}

.query_block-body {
    flex: 1;
    overflow-y: hidden
}

.pull_list-wrap {
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

.query_footer {
    height: 6vh;
    line-height: 6vh;
    padding-right: 4vw;
    text-align: right
}
