body{
    color: #666;
    /*text-align: center;*/
    margin:0;
}
.popup-close img {
    /*display: block;*/
    width: 100%;
}
.chooseTab {
}
.tabF {
    display: flex;
    padding: .875rem 0 .75rem;
    display: -webkit-flex;
}
.tabF>span{
    /*flex: 1;*/
    font-size: .75rem;
    line-height: .75rem;
    /*border-right: .0625rem solid #dcdcdc;*/
    font-weight: bold;
}
.tabF>span:last-child {
    border-right: none;
}
.tabF>span img{
    display: inline-block;
    width: 0.75rem;
    margin-left: 8px;
}
.number-list{
    list-style: none;
    padding: 0;
    margin:0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    overflow: hidden;
    border-top: .0625rem solid #d7d7d7;
}
.number-list li {
    position: relative;
    width: 50%;
    height: 6.25rem;
    /*background: #fff;*/
    border-bottom: .0625rem solid #d7d7d7;
    float: left;
    padding: 1.25rem 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    border-right: .0625rem solid #d7d7d7;
}
.number-list li:nth-child(2n) {
    border-right: none;
}
.clickLi .collectdiv {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    cursor: pointer;
    height: 100%;
    overflow: unset;
    animation: mymove .1s;
    background-image: linear-gradient(225deg, #616161 0%, #909090 100%);
}
.number-list li a,.number-list li a .highlight {
    height: 1rem;
    line-height: 1rem;
    text-align: left;
    font-size: 1.125rem;
    font-weight: 600;
}
.highlight{
    color: #e60027;
}
.number-list li a {
    display: block;
    padding-left: 1.25rem;
    color: #333;
}
.prevPay {
    padding-left: 1.25rem;
    text-align: left;
    font-size: .75rem;
    margin-top: .625rem;
}
.number-list .num-li .prevPay .perspan {
    width: 5rem;
    display: inline-block;
}
.limit {
    color: #e60027;
    text-align: right;
    display: inline-block;
    width: 2.1875rem;
}
.promisePay {
    padding-left: 1.25rem;
    text-align: left;
    margin-top: .3125rem;
    font-size: .75rem;
}
.collectdiv {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    background-image: linear-gradient(225deg,#616161,#909090);
}
.collectdiv a.newstyle {
    padding-left: .9375rem!important;
    padding-top: .9375rem;
    font-size: 1.25rem!important;
    color: #fff!important;
}
.addCollect, .cancelCollect {
    padding: .1875rem .5rem;
    -webkit-border-radius: .1875rem;
    -moz-border-radius: .1875rem;
    border-radius: .1875rem;
    background: #fff;
    color: #333;
    font-size: .875rem;
    position: absolute;
    bottom: .4375rem;
    left: .9375rem;
}
.payNow {
    padding: .1875rem .5rem;
    -webkit-border-radius: .1875rem;
    -moz-border-radius: .1875rem;
    border-radius: .1875rem;
    color: #fff;
    font-size: .875rem;
    position: absolute;
    bottom: .4375rem;
    right: .9375rem;
    background-image: linear-gradient(90deg,#e60027,#e60027);
}
.rightBttom{
    font-size: .75rem;
    background-image: linear-gradient(90deg, #e60027 0%, #DE6C7C 100%);
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    padding: 2px 5px;
    border-top-left-radius: 5px;
}
.popup{
    width: 100%;
    padding: 0 .625rem;
    background-color: transparent;
    z-index: 1003;
    box-sizing: border-box;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: url();
    box-shadow: 0 0 0px #333;
}
.popup>div{
    background-color: #fff;
    border-radius: .3125rem;
    padding: 8px 0;
    display: flex;
    flex-wrap: wrap;
    border: solid #bdbdbd;
    width: 570px;
    margin:0 auto;
}
.contentLi{
    display: inline-block;
    width: 50%;
    margin: 5px 0;
    text-align: center;
}
.contentLi>span{
    position: relative;
    display: inline-block;
    z-index: 1;
    font-size: 16px;
}
.choosedCity{
    width: 100%;
    height: .1875rem;
    background: #ff8093;
    position: absolute;
    left: 0;
    bottom: .25rem;
    border-radius: .1875rem;
    z-index: -1;
}
.popup-close{
    text-decoration: none;
    color: #666;
    width: 25px;
    margin: 0 auto;
    display: block;
    margin-top: 1.25rem;
}

#fontSize{
    font-size: .75rem
}
.otherCls {
    text-align: center;
}
.content{
    width: auto;
    text-align: center;
}
.searchEmpty {
    width: 100%;
    height: 50px;
}
.sorry {
    text-align: center;
    font-size: 15px;
    color: black;
    margin-top: 14px;
}
.number-topics {
    background-size: cover;
}

.number-list .num-li .promisePay .perspan {
    width:5rem;
    display:inline-block;
}

.error-code {
    font-size: .625rem;
    transform: scale(.7);
    display: inline-block;
}