:root {
    --blur: #409EFF;
    --tran50: translate(-50%);
    --tran100: translate(-50%, -50%)
}

body {
    margin: 0;
    padding: 0;
    font-size: calc(100vw / 7.5);
    width: 100%;
    margin: 0 auto;
    background-color: #f8f8f8;
    position: relative;
}

@media screen and (min-width:750px) {
    body {
        font-size: 100px;
        max-width: 7.5em;
    }

    .page,
    .header,
    #list,
    #group {
        max-width: 7.5em;
    }
    #group .btns{
        max-width: 7.1em;
    }

}


.page {
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    min-height: 100vh;
}

* {
    outline: none;
    box-sizing: border-box;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

i {
    font-style: normal;
}

.header {
    width: 100%;
    height: 0.8em;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    border-bottom: solid 1px #f1f1f1;
    z-index: 100;
    display: flex;
    justify-content: space-between;
}

.header .bk {
    width: 12%;
    height: 0.8em;
    line-height: 0.8em;
    flex-shrink: 0;
    cursor: pointer;
}

.header .bk i {
    display: block;
    height: 0.44em;
    width: 0.44em;
    background-size: 0.44em 0.44em;
    background-image: url(../../../images/pay/icon_back.png);
    margin-top: 0.22em;
    margin-left: 0.3em;
}

.header .topurl {
    flex: 1;
    height: 0.8em;
    text-align: center;
    line-height: 0.8em;
}

.header .topurl span {
    display: inline-block;
    width: 100%;
    font-size: 0.32em;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.header .btns {
    width: 12%;
    flex-shrink: 0;
    padding-right: 0.1em;
    cursor: pointer;
}

i {
    font-style: normal;
}

.header #headerMy {
    background-image: url(https://h5.chinaxinge.com/images/my.png);
    background-size: 0.32em 0.34em;
    background-position: center center;
    background-repeat: no-repeat;
    width: 0.8em;
    height: 0.8em;
    display: inline-block;
}

#list {
    width: 100%;
    margin: 0 auto;
    margin-top: 1em;
}

#list .no-data {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#list .no-data .img {
    width: 3.77em;
    height: 2.21em;
    background-image: url(https://h5.chinaxinge.com/images/content_nothing.png);
    background-size: 100% 100%;
    margin: 0.5em auto;
}

#list .no-data .txt {
    font-size: 0.3em;
    color:#606266;
}

#list .card {
    width: calc(100% - 0.4em);
    margin: 0 auto;
    margin-top: 0.2em;
    background-color: #fff;
    border-radius: 0.1em;
    padding: 0.3em;
    box-shadow: 0 0 0.1em #f1f1f1;
    position: relative;
    overflow: hidden;
}

#list .card .title {
    color: #333;
    font-weight: bold;
    margin-top: 0.1em;
    display: flex;
}

#list .card .title span {
    font-size: 0.36em;
}

#list .card .st {
    position: absolute;
    top: 0;
    right: 0;
    width: 1.2em;
    height: 0.4em;
    color: #fff;
    background-color: #409EFF;
    border-radius: 0 0 0 0.2em;
    display: flex;
    justify-content: center;
    align-items: center;
}

#list .card .st span {
    font-size: 0.28em;
}

#list .card .st.end {
    background-color: #E4E7ED;
    color: #909399
}

#list .card .num {
    width: 100%;
    margin-top: 0.4em;
    display: flex;
}

#list .card .num span {
    font-size: 0.32em;
    color: #606266;
}


#list .card .deadline {
    width: 100%;
    margin-top: 0.2em;
    display: flex;
}

#list .card .deadline span {
    font-size: 0.32em;
    color: #606266;
}


#list .card .btns {
    display: flex;
    justify-content: space-between;
    margin-top: 0.2em;
}

#list .card .btns .btn-group,
#list .card .btns .btn-look {
    width: 3em;
    height: 0.8em;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.1em;
    margin-top: 0.2em;
}

#list .card .btns .btn-group {
    background-color: var(--blur);
    color: #fff;
}

#list .card .btns .btn-group span,
#list .card .btns .btn-look span {
    font-size: 0.32em;
}

#list .card .btns .btn-look {
    background-color: #fff;
    color: var(--blur);
    border: solid 1px var(--blur);
}

#group {
    width: 100%;
    margin: 0 auto;
    margin-top: 0.8em;
    background-color: #fff;
    padding-bottom: 1.2em;
    min-height: calc(100vh - 1.6em);
}
#group .title {
    width: calc(100% - 0.4em);
    margin: 0 auto;
    border-radius: 0.1em;
    padding-top: 0.3em;
    display: flex;
    font-weight: bold;
    color: #222;
}

#group .title span {
    font-size: 0.36em;
}

#group .num {
    width: calc(100% - 0.4em);
    margin: 0 auto;
    display: flex;
    padding-top: 0.3em;
    color: #222;
}

#group .num span {
    font-size: 0.32em;
}

#group .deadline {
    width: calc(100% - 0.4em);
    margin: 0 auto;
    display: flex;
    padding-top: 0.2em;
    color: #222;
}

#group .deadline span {
    font-size: 0.3em;
}

#group .info {
    width: calc(100% - 0.4em);
    margin: 0 auto;
    border: solid 0.8px #B3D8FF;
    box-shadow: 2px 2px 3px #d9ecff;
    border-radius: 6px;
}

#group .info ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    height: 0.8em;
}



#group .info ul li {
    height: 0.8em;
    overflow: hidden;
    display: flex;
}

#group .info ul li.tdk {
    justify-content: flex-end;
    padding-right: 0.1em;
    align-items: center;
    width: 30%;
}

#group .info ul li.tdv {
    justify-content: flex-start;
    padding-left: 0.1em;
    align-items: center;
    width: 70%;
}

#group .info ul li.tdk span {
    font-size: 0.3em;
    color: #606266
}

#group .info ul li.tdv span {
    font-size: 0.3em;
}
#group .tab{
    width: calc(100% - 0.4em);
    margin: 0 auto;
    border: solid 0.8px #B3D8FF;
    box-shadow: 2px 2px 3px #d9ecff;
    border-radius: 6px;
    overflow: hidden;
}

#group .tab ul{
    height: 0.8em;
    display: flex;
    justify-content: start;
    border-bottom: solid 0.8px #d9ecff;
}

#group .tab ul:first-child{
    background-color: #ECF5FF;
}

#group .tab ul:last-child{
    border-bottom: none;
}
#group .tab ul li{
    display: flex;
    justify-content: center;
    align-items: center;   
    border-right: solid 0.8px #d9ecff;
}
#group .tab ul li:last-child{
    border-right: none;
}
#group .tab ul li span{
    font-size: 0.3em;
}
#group .tab ul li:nth-child(5n+1){
    width: 40%;
    flex-shrink: 0;
}
#group .tab ul li:nth-child(5n+2){
    width: 20%
}
#group .tab ul li:nth-child(5n+3){
    width: 20%;
}
#group .tab ul li:nth-child(5n+4){
    width: 20%;
}
#group .tab ul li:nth-child(5n){
    width: 20%;
}
#group select{
    width: 80%;
    height: 80%;
    font-size: 15px;
    border: none;
    background-color: #ECF5FF;
    border-radius: 4px;
    text-align: center;
    font-weight: bold;
}
#group .btns{
    width: calc(100% - 0.4em);
    height: 1.2em;
    position: fixed;
    left: 50%;
    padding-bottom: 0.4em;
    bottom: 0;
    transform: translate(-50%,0);
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
}
#group .btns .btn-sub{
    width: 60%;
    height: 0.8em;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.1em;
    margin-top: 0.2em;
    background-color: var(--blur);
    color: #fff;
}
#group .btns .btn-sub span{
    font-size: 0.32em;
}

#group .btns .btn-back{
    width: 35%;
    height: 0.8em;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.1em;
    margin-top: 0.2em;
    background-color: #fff;
    color: var(--blur);
    border: solid 0.8px var(--blur);
}
#group .btns .btn-back span{
    font-size: 0.32em;
}

#group .stitle{
    width: calc(100% - 0.4em);
    margin: 0 auto;
    padding: 0.2em 0;
    display: flex;
    justify-content: start;
    align-items: center;
    position: relative;
    padding-left: 0.2em;
    margin-top: 0.2em;
}
#group .stitle::before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.08em;
    height: 0.3em;
    background-color: var(--blur);
}
#group .stitle span{
    font-size: 0.32em;
    font-weight: bold;
}
#group .existNum{
    font-weight: bold;
    color: #f00;
}
#group .font-blur{
    color: var(--blur);
}

.prompt-area{
    width: 100%;
    height: 100vh;
    background-color: #fff;
    box-sizing: border-box;
    padding: 1.5em 0.5em;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.prompt-area p{
    padding:0.5em;
    font-size: 0.32em;
    text-align: center;
    margin: 0;
}

.prompt-area .btn{
    width: 2.5em;
    height: 0.8em;
    margin: 0.2em auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.1em;
    border:solid 0.8px var(--blur);
    color: var(--blur);
    cursor: pointer;
}

.prompt-area .btn span{
    font-size: 0.32em;
}

.btn-un{
    background-color: #f1f1f1!important;
    color: #909399!important;
    cursor: text!important;
}

.content-nothing {
    width: 100%;
    height: 300px;
    text-align: center;
    font-size: 15px;
    color: #999;
    background: url(/images/content_nothing.png) no-repeat center 50px;
    background-size: 283px 175px;
    padding-top: 250px;
    box-sizing: border-box;
}



