main .inputinfo{
    text-align: left;
}
main .inputinfo .item{
    margin-right: 50px;
    display: inline-block;
    vertical-align: middle;
}
main .inputinfo .item .itemname{
    font-size: 16px;
    line-height: 40px;
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
}
main .inputinfo .item .iteminfo{
    display: inline-block;
    vertical-align: middle;
}
main .inputinfo .item .dropdown{
    background: #fff;
    text-align: center;
}
main .inputinfo .item .dropdown .selected{
    height: 40px;
    box-sizing: border-box;
    min-width: 150px;
    border: 1px solid #e1e1e1;
    line-height: 38px;
    border-radius: 5px;
}
main .inputinfo .item .inputbox input{
    height: 40px;
    line-height: 38px;
    font-size: 14px;
    width: 160px;
    vertical-align: middle;
}
main .inputinfo .item .numbox input{
    height: 40px;
    line-height: 38px;
    font-size: 14px;
    width: 200px;
    vertical-align: middle;
}
main .inputinfo .item span{
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    display: inline-block;
    margin: 0 20px;
    vertical-align: middle;
}
main .inputinfo .btn{
    display: inline-block;
    width: 120px;
    text-align: center;
    vertical-align: middle;
}
main .inputinfo .btn a{
    width: 120px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    font-size: 16px;
    background: #ff9c00;
    color: #fff;
    border-radius: 5px;
}
main .order{
    margin-top: 20px;
    background: #fff;
    padding-bottom: 20px;
}
main .order .thead div,
main .order .tbody .row div{
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    line-height: 50px;
    white-space: nowrap;
}
main .order .thead{
    background: #ff9c00;
    color: #fff;
}
main .order .tbody{
    padding-top: 10px;
    height: 510px;
    box-sizing: border-box;
    /*overflow-y: hidden;*/
}
main .order .row{
    position: relative;
}
main .order .row:hover{
    background: #fff3dc;
}
main .order .tbody .refund{
    color: #d80c0c;
}
main .order .tbody .used{
    color: #b0b0b0;
}
main .order .tbody .activation{
    color: #15c2b0;
}
main .order .date{
    width: 15%;
}
main .order .num{
    width: 14%;
}
main .order .cardtype{
    width: 6%;
}
main .order .limit{
    width: 7%;
}
main .order .time{
    width: 7%;
}
main .order .tel{
    width: 9%;
}
main .order .paytype{
    width: 10%;
}
main .order .money{
    width: 10%;
}
main .order .state{
    width: 8%;
}
main .order .face{
    width: 8%;
}
main .order .faceChange{
    cursor: pointer;
}

.ck_show{
    vertical-align: text-top;
    margin-right: 20px;
    opacity: 0;
    cursor: auto;
}
.ck_show.show{
    opacity: 1;
    cursor: pointer;
}
.ck_show.ac{
    transform: rotate(90deg);
}
main .order .tbody>.pop_out_out{
    display: none;
}
main .order .tbody .row .pop_out_out{
    position: absolute;
    width: 100%;
    left: 0;
    top: 60px;
    z-index: 2;
    display: none;
}
.pop_out{
    width: 97%;
    margin: 0 auto;
    background: #FFFFFF;
    box-shadow: 0px 1px 6px 0px rgba(150, 150, 150, 0.46);
    border-radius: 2px;
    padding: 14px 16px;
    box-sizing: border-box;
}
.pop_out::after{
    content: '';
    display: block;
    clear: both;
}
.pop_out>div{
    height: 49px;
    background: #EEEEEE;
    line-height: 49px;
    margin-top: 11px;
    width: calc((100% - 8px) / 2);
    float: left;
    display: flex!important;
    align-items: center;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #3E3E3E;
}
.pop_out>div:nth-child(even){
    margin-left: 8px;
}
.pop_out>div:nth-child(1),.pop_out>div:nth-child(2){
    margin-top: 0;
}
.pop_out>div>div{
    flex: 1;
    flex-shrink:0;
}
.pop_out>div>div:last-child{
    flex: 2;
}

.por_pop{
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99999;
    background-color: rgba(0, 0, 0, 0.75);
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
}
.por_pop>div{
    width: 860px;
    background-color: white;
    border-radius: 5px;
    padding-bottom: 15px;
}
.por_pop>div .portrait{
    margin-top: 0;
}
main .por_pop .carddetail .table{
    width: 730px;
}
.del_card{
    font-size: 16px;
    display: inline-block;
    width: 140px;
    vertical-align: bottom;
}
