﻿body {
    background: #f4f4f4;
    font-family: "微软雅黑";
}

.qq {
    width: 7.5rem;
}

    .qq img {
        width: 100%;
        height: 100%;
    }

.package-box {
    /*width: 100%;*/
    overflow: hidden;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
    border-bottom: 0.01rem solid #F8F8F8;
    background: #FE552E;
    margin: 0.24rem 0.24rem 0 0.24rem;
    border-top-left-radius: .2rem;
    border-top-right-radius: .2rem;
}

.package-box-top {
    overflow: hidden;
    /*margin-top: 0.2rem;*/
}

    .package-box-top:nth-child(1) {
        text-align: center;
    }

.tit {
    line-height: 0.5rem;
    font-size: 0.26rem;
    color: #fff;
}

.package-box .price {
    line-height: 0.5rem;
    font-size: 0.28rem;
    color: red;
    float: right;
}

.tit-two {
    font-size: .24rem;
    color: #fff;
    line-height: 0.4rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
}

.titunfold img {
    width: .256rem;
    margin: .2rem auto 0;
}

.labs1 {
    padding: 0 0.05rem;
    border: 0.01rem solid #1CC1BE;
    display: inline-block;
    color: #1CC1BE;
    border-radius: 0.1rem;
    font-size: 0.24rem;
}

.labs2 {
    padding: 0 0.05rem;
    border: 0.01rem solid #FFF;
    display: inline-block;
    color: #FFF;
    border-radius: 0.1rem;
    font-size: 0.24rem;
}

.labs3 {
    padding: 0 0.05rem;
    border: 0.01rem solid #65CB5A;
    display: inline-block;
    color: #65CB5A;
    border-radius: 0.1rem;
    font-size: 0.24rem;
}

.labs4 {
    padding: 0 0.05rem;
    border: 0.01rem solid #FC55E9;
    display: inline-block;
    color: #FC55E9;
    border-radius: 0.1rem;
    font-size: 0.24rem;
}

.xiaoliang {
    float: right;
    line-height: 0.5rem;
    font-size: 0.24rem;
    color: #ccc;
}

/* 筛选 */
.filter-box {
    border-radius: 0.28rem;
    margin: 0.24rem 0.16rem 0.1rem;
    background: #fff;
}

.number-filter {
    font-size: .26rem;
}

.filter-top {
    padding: 0.24rem 0.24rem 0;
}
.filter-foot {
    padding: 0.24rem 0.52rem;
    border-top: 0.01rem dashed #A3D8FF;
}

.number-filter .number-search {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    height: 0.81rem;
    line-height: 0.81rem;
    box-sizing: border-box;
    border: 0.02rem solid #FF9E87;
    border-radius: 0.7rem;
    /*margin-bottom: 0.2rem;*/
    overflow: hidden;
}
    .number-filter .number-search .citySelect {
        background: #FFEDE9;
        height: 100%;
        min-width: 1.8rem;
        padding-left: 0.2rem;
        border-radius: 0.6rem;
        font-weight: bold;
        font-size: 0.28rem;
        color: #362F2F;
        display: flex;
        align-items: center;
    }
    .number-filter .number-search .citySelect img {
        margin: 0rem 0.06rem 0 0;
        width: .26rem;
        height: .26rem;
    }
    .number-filter .number-search .citySelect span {
        max-width: 1.3rem;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    .number-filter .number-search .searchInput {
        height: 100%;
        width: 100%;
        max-width: 10rem;
        min-width: 2.6rem;
        font-size: 0.28rem;
        display: flex;
        align-items: center;
        padding: 0 0.28rem;
        box-sizing: border-box;
    }
        .number-filter .number-search .searchInput input {
            width: 100%;
        }
        .number-filter .number-search .searchInput input::placeholder {
            color: #B8B8B8;
            text-align: center;
        }
        .number-filter .number-search .searchInput .clear_btn {
            width: .4rem;
            height: .4rem;
        }

.number-filter .searchButton {
    width: 1.32rem;
    min-width: 1.32rem;
    height: 0.6rem;
    border-radius: .6rem;
    display: flex;
    align-items: center;
    /*background: linear-gradient(#f84d2a, #ea220d);*/
    font-weight: bold;
    font-size: 0.28rem;
    color: #3891FF;
    /*padding-left: 0.18rem;*/
    padding-right: 0.28rem;
}

.number-filter .searchButton img {
    width: 0.34rem;
    height: 0.34rem;
    margin-right: 0.1rem;
}

.number-filter .number-rule .rule-list {
    padding: 0.38rem 0 0.3rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.3rem 0.49rem;
}

    .number-filter .number-rule .rule-item {
        height: 0.6rem;
        line-height: 0.58rem;
        border-radius: 0.3rem;
        background: #FFEDE9;
        text-align: center;
        font-weight: 500;
        font-size: 0.26rem;
        color: #5A5A5A;
        box-sizing: border-box;
        border: 0.01rem solid #FFB5A4;
    }

    .number-filter .number-rule .more-rule {
        height: 0.6rem;
        line-height: 0.58rem;
        border-radius: 0.3rem;
        background: #FFEDE9;
        text-align: center;
        font-weight: 500;
        font-size: 0.26rem;
        color: #5A5A5A;
        box-sizing: border-box;
        border: 0.01rem solid #FFB5A4;
        display: flex;
        justify-content: center;
    }

        .number-filter .number-rule .more-rule span {
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            display: block;
        }

.number-filter .number-attr {
    display: flex;
    flex-wrap: nowrap;
    height: .4rem;
    line-height: .4rem;
    align-items: center;
    /*border-top: .04rem dashed #FE552E;*/
    color: #000;
}
    .number-filter .number-attr .endnum {
        display: flex;
        flex-wrap: nowrap;
        flex-grow: 3;
    }
    .number-filter .number-attr .attr-item {
        font-size: .26rem;
        display: flex;
        flex-wrap: nowrap;
        margin-left: 0.59rem;
    }
    .number-filter .number-attr .notfour {
        font-size: .26rem;
        display: flex;
        flex-wrap: nowrap;
        flex-grow: 1;
    }
    .number-filter .active {
        /*background: #FE552E !important;*/
        background: linear-gradient(#FF7129 0%, #FE552E 100%) !important;
        color: #fff !important;
        border-color: #FFB5A4 !important;
    }

.number-attr img {
    width: .4rem;
    height: .4rem;
}


/* 号码列表 */
.number-list-box {
    width: 100%;
}

.number-list {
    width: 100%;
    display: block;
    overflow: hidden;
    padding-bottom: 0.1rem;
}

.number-yd {
    background: url(../image/bg-yd.png) 100% 56% no-repeat;
    background-size: 50%;
}

.number-dx {
    background: url(../image/bg-dx.png) 100% 56% no-repeat;
    background-size: 50%;
}

.number-lt {
    background: url(../image/bg-lt.png) 100% 56% no-repeat;
    background-size: 50%;
}

.number-gd {
    background: url(../image/guangdian.png) 100% 56% no-repeat;
    background-size: 50%;
}

.num-list .num-love:nth-child(odd) {
    border-right: 0.01rem solid #EEEEEE;
}

/* 没有号码 */
.notfindnumber {
    display: none;
    text-align: center;
    font-size: .26rem;
    margin: .26rem;
}
    .notfindnumber img {
        width: 4rem;
        margin: 0 auto;
    }

/* 号码列表翻页按钮 */
.number-list-box .paging {
    display: flex;
    margin: 0.4rem auto;
    width: 5rem;
    justify-content: space-between;
}

    .number-list-box .paging .pgup, .pgdn {
        width: 47%;
        padding: 0 0.15rem;
        height: 0.6rem;
        line-height: 0.6rem;
        border-radius: 0.3rem;
        font-size: .26rem;
        background: #e5e3e4;
        color: #fff;
        text-align: center;
    }

    .number-list-box .paging .activation {
        background: #FE552E;
    }

/* 表单部分 原本是继承的NumberDetail的样式 */
#order-box {
    border-radius: .2rem;
    margin: 0 0.1rem 0.1rem 0.1rem;
    margin-top: 0.24rem;
    padding: .1rem;
    background: #fff;
}
.orderbox-shadow {
    /*box-shadow: 1px 1px 3px 1px #d8d8d8;*/
}
    #order-box .filter {
        padding: 0 .1rem;
    }

    #order-box .order-item {
        min-height: .8rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex: 1;
        color: #555;
        overflow-y: hidden;
        position: relative;
        border: none;
        border-radius: 0.12rem;
        border: .04rem solid #ccc;
        margin-bottom: .26rem;
    }

        #order-box .order-item .item-tit {
            font-size: .28rem;
            width: 1.7rem;
            height: 0.6rem;
            line-height: 0.6rem;
            /*text-align: justify;*/
            padding-right: 0;
            padding-left: .2rem;
        }

        #order-box .order-item .item-cont {
            flex: 1;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            font-size: .25rem;
            font-weight: 400;
            /*background: #f2f4fd;
        border-radius: 0.2rem;*/
            position: relative;
            padding-left: .2rem;
        }
        #order-box .order-item .item-extra {
            position: initial;
            margin-right: 0.1008rem;
            font-size: .25rem;
            font-weight: 400;
        }
        #order-box .order-item .view_off {
            width: .5rem;
            height: .5rem;
            padding: .1rem;
            position: absolute;
            top: .15rem;
            right: .2rem;
        } 

    #order-box .xiangxidizhisection {
        /*height: 0.96rem;*/
        /*line-height: 0.96rem;*/
        height: auto;
        display: block;
    }

.xiangxidizhisection .addresstit {
    display: flex;
    align-items: center;
}

.xiangxidizhisection .addresstit .addresstip {
    color: #f21439;
    font-size: 0.24rem;
    padding-left: 0.2rem;
}

.xiangxidizhisection .addresstxt {
    color: #f21439;
    font-size: .28rem;
    padding-left: 0.2rem;
    height: 0.5rem;
    line-height: 0.5rem;
}

#order-box .orderformbutton {
    width: 65%;
    height: .8rem;
    line-height: .8rem;
    margin: 0 auto;
    color: #fff;
    font-size: .4rem;
    font-weight: 500;
    background: #f21439;
    text-align: center;
    border-radius: .4rem;
}

    #order-box .order-bottom-submit {
        display: block;
    }

    #order-box .xieyi-box {
        width: 100%;
        padding: 0.32rem 0.384rem;
        font-size: .256rem;
        background: #fff;
    }

    #order-box .xieyi-cont {
        display: flex;
        align-items: flex-start;
    }

    #order-box .xieyi-checkbox-wrap {
        margin-right: .1rem;
    }

    #order-box .xieyi-checkbox-wrap i {
        font-size: .3rem;
    }

    #order-box .order-box-cont .active {
        /*border: .04rem solid #FE552E;*/
    }

/* 弹框 */
.mbw .content-box {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    max-width: 7.5rem;
    background-color: rgba(0,0,0,.7);
    z-index: 3;
    display: flex;
    justify-content: flex-end;
}


/* 选择地址弹框样式 */
#popCitySelect .options-wrap {
    width: 60%;
    height: 100vh;
    max-height: 100vh;
    overflow: hidden;
    display: flex;
    background: #F8F8F8;
    border-radius: 0;
}
    #popCitySelect .options-wrap .options-item {
        padding: 0 0.22rem;
    }
    #popCitySelect .options-item-province.item-selected {
        background: none;
    }
    #options-xzc {
        box-shadow: -0.04rem 0rem 0.1rem 0rem #E8E8E8;
    }


/* 表单弹框 */
#poporderform {
    display: block;
    opacity: 1;
    position: fixed;
    width: 7.5rem;
    height: 100%;
    top: 0;
    background: rgba(0,0,0,.75);
    transition: all .4s;
    z-index: 2;
}
    #poporderform .popform {
        width: 7.5rem;
        font-size: .22rem;
        background: #fff;
        border-top-left-radius: .2rem;
        border-top-right-radius: .2rem;
        position: fixed;
        bottom: 0;
    }
        #poporderform .popform .pop-numberbox {
            color: #fff;
            background: #f21439;
            padding: .24rem;
            border-top-left-radius: .2rem;
            border-top-right-radius: .2rem;
        }
        #poporderform .popform .pop-numberbox .operator-logo {
            width: .8rem;
            position: absolute;
            top: .2rem;
            right: .2rem;
        }
        #poporderform .isnumber {
            text-align: center;
            font-size: .5rem;
        }
            #poporderform .isnumber .blue {
                color: #FFF596;
            }
        #poporderform .popform .pop-numberbox .baozhang {
            width: 100%;
            text-align: center;
        }
        #poporderform .popform .pop-tips {
            width: 100%;
            text-align: center;
            margin: .2rem 0;
            font-size: .22rem;
        }
    #poporderform .popform .xieyi-box {
        background: #fff;
        padding: 0 .6rem;
    }
    #poporderform .xieyi-cont {
        display: flex;
        align-items: flex-start;
    }
    #poporderform .xieyi-checkbox-wrap {
        margin-right: .1rem;
    }
    #poporderform .xieyi-checkbox-wrap i {
        font-size: .3rem;
    }


        .spx {
            width: 100%;
            height: 0.2rem;
            background: #F7F7F7;
        }

.tcxq {
    width: 7.5rem;
    height: 1rem;
    line-height: 1rem;
    font-size: 0.3rem;
    color: black;
    margin: 0 auto;
    border-bottom: 0.01rem solid #F7F7F7;
    background: #fff;
    box-sizing: border-box;
    padding-left: 0.2rem;
}

.tu3 {
    width: 7.5rem;
}

    .tu3 img {
        width: 100%;
        height: 100%;
    }

/* 0元领取 */
.getcard {
    width: 7.5rem;
    height: 1.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,.5);
    position: fixed;
    bottom: 0;
}
    .getcard .cardbutton {
        width: 65%;
        height: .7rem;
        line-height: .7rem;
        border-radius: .8rem;
        background: linear-gradient(#bffc9a, #7ff3d1);
        animation: zoom 0.5s linear infinite alternate;
    }
    .getcard .cardtxt {
        text-align: center;
        height: .8rem;
        line-height: .8rem;
        font-size: .4rem;
        font-weight: 600;
        letter-spacing: .08rem;
        transform: skew(-10deg);
        position: absolute;
        top: .2rem;
    }

@keyframes zoom {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(0.95);
    } 
}


.foot-bar {
    width: 100%;
    height: 1.2rem;
    background: white;
    position: fixed;
    bottom: 0;
    max-width: 7.5rem;
    margin: auto;
    overflow: hidden;
    display:flex;
    align-items:center;
}

.bar-left {
    width: 3.6rem;
    height: 100%;
    float: left;
    display: flex;
    justify-content: center;
}

.bar-right {
    width: 3.9rem;
    /*height: 100%;*/
    float: left;
}

.bar-list {
    width: 1rem;
    height: 100%;
    float: left;
    margin-left: 0.1rem;
}

.bar-list-img {
    width: 0.5rem;
    height: 0.5rem;
    margin: 0 auto;
    margin-top: 0.12rem;
}

    .bar-list-img img {
        width: 100%;
        height: 100%;
    }

.bar-list-txt {
    width: 100%;
    text-align: center;
    font-size: 0.3rem;
    margin-top: 0.1rem;
    color: #ccc;
}

.tjbtn {
    width: 4rem;
    height: 1.2rem !important;
    background: #E43A3D;
    border-radius: 0.5rem;
    color: white;
    font-size: 0.30rem;
    text-align: center;
    line-height: 1.2rem !important;
    float: right;
}

.small-kp {
    margin-right: 0.1rem;
}

.kong {
    width: 100%;
    height: 1.5rem;
}

.fh {
    width: 0.64rem;
    height: 0.64rem;
    border-radius: 50%;
    background-color: #4A4240;
    overflow: hidden;
    position: absolute;
    top: 0.15rem;
    left: 0.2rem;
}

    .fh img {
        width: 0.28rem;
        height: 0.34rem;
        margin: 0 auto;
        margin-top: 0.16rem;
    }

.fx {
    width: 0.64rem;
    height: 0.64rem;
    border-radius: 50%;
    background-color: #4A4240;
    overflow: hidden;
    position: absolute;
    top: 0.15rem;
    right: 0.2rem;
}

    .fx img {
        width: 0.28rem;
        height: 0.32rem;
        margin: 0 auto;
        margin-top: 0.16rem;
    }

.mar-boms {
    margin-bottom: 0 !important;
}

.pad-tops {
    padding-top: 0.2rem;
}

.IDborder {
    border: 0.01rem dashed #ff0000;
    min-height: 1rem;
    border-bottom: 0.01rem dashed #ff0000 !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
    color: #666;
    overflow-y: hidden;
    padding: 0 0.384rem;
}

.common-share-box {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0,0,0,.3);
    transition: all .4s;
    z-index: 11;
}

.common-share {
    position: fixed;
    bottom: 0;
    background: #fff;
    width: 100%;
    padding-bottom: .256rem;
}

.share-box, .share-title {
    display: flex;
    justify-content: center;
}

.share-title {
    height: 0.9rem;
    align-items: center;
}

.share-close {
    position: absolute;
    right: 0.32rem;
}

.common-share-content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: left;
    font-size: 3.2vw;
    padding: .096rem;
}

.share-box {
    width: 50px;
    text-align: center;
    margin: 0 auto;
    flex-direction: column;
}

.tcprice {
    color: #ff0000;
    margin-left: 100px;
    font-weight: 600;
}

.zzbl {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 300px;
    max-width: 600px;
    transform: translate(-50%,-50%);
    text-align: center;
    padding: 15px;
    border-radius: 3px;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.zzblbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    text-align: center;
    padding: 15px;
    border-radius: 3px;
    color: #31708f;
    background-color: rgba(0,0,0,0.2);
    border-color: #bce8f1;
    text-align: center;
}


.fenxiang_icon {
    width: 0.64rem;
    height: 0.64rem;
    position: absolute;
    top: 0.15rem;
    right: 0.2rem;
}
.kd_bt {
    font-size: .36rem;
    color: #0E0E0E;
    font-weight: bold;
    text-align: center;
    padding-top: 0.4rem;
}
.query_num {
    width:3rem;
    height:.64rem;
    border-radius: .5rem;
    background: #FFF5F0;
    margin:0 auto;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-top:.2rem;
}
.query_num img{
    width:.21rem;
    height:.26rem;
    margin-right:.1rem;
}
.q_num {
    padding: 0 0.05rem;
    height: .4rem;
    color: #FFFFFF;
    font-size: .3rem;
    font-weight: bold;
    background: linear-gradient(to right,#FE552E,#FF7129);
    text-align: center;
    line-height: .4rem;
    border-radius: .1rem;
    margin: 0 .05rem;
}
.query_txt {
    color: #FF7129;
    font-size:.28rem;
}
.city_title {
    width: 100%;
    font-size: .36rem;
    background: #ffffff;
    height: 10%;
    position: absolute;
    top: 0;
    left: 0;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
}