main .inputinfo{
    text-align: left;
    position: relative;
}
main .inputinfo .box{
    margin-right: 20px;
    display: inline-block;
}
main .inputinfo .box .item{
    display: inline-block;
    vertical-align: top;
}
main .inputinfo .box .item .itemname,
main .inputinfo .box .item .iteminfo{
    display: inline-block;
    vertical-align: top;
}
main .inputinfo .box .item .itemname{
    font-size: 16px;
    text-align: left;
    width: 80px;
    line-height: 40px;
}
main .inputinfo .box .item .iteminfo{
    width: 400px;
}
main .inputinfo .box .item .iteminfo input{
    width: 100%;
    height: 40px;
    line-height: 38px;
    font-size: 16px;
}
main .inputinfo .box .btn{
    display: inline-block;
    text-align: center;
}
main .inputinfo .box .btn a{
    width: 120px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    font-size: 16px;
    background: #ff9c00;
    color: #fff;
    border-radius: 5px;
    margin-left: 20px;
    overflow: hidden;
}
main .inputinfo .box .btn a.reset{
    background: #e5e5e5;
    color: #333;
}
main .inputinfo .sfzydq{
    line-height: 40px;
    vertical-align: top;
}
main .inputinfo .export{
    position: absolute;
    right: 0;
    top: 0px;
}
main .inputinfo .export a{
    width: 120px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    font-size: 16px;
    background: #ff9c00;
    color: #fff;
    border-radius: 5px;
    margin-left: 20px;
    overflow: hidden;
    text-align: center;
    display: none;
}
/*查询结果*/
main .result,
main .record{
    background: #fff;
    margin-top: 20px;
}
main .thead{
    line-height: 50px;
    background: #ff9c00;
    color: #fff;
}
main .tbody{
    height: 270px;
    overflow-y: auto;
    padding: 10px 0;
    box-sizing: border-box;
}
main .tbody .row{
    line-height: 25px;
    padding: 5px 0;
}
main .result .row{
    cursor: pointer;
}
main .result .row:hover{
    background: #fff3dc;
}
main .result .checked{
    background: #d6f1fc;
}
main .thead div,
main .tbody .row div{
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
}
main .recordtitle{
    font-size: 16px;
    height: 20px;
    line-height: 20px;
    border-left: 4px solid #ff9c00;
    padding-left: 10px;
    text-align: left;
    margin-top: 20px;
}
/*查询结果*/
main .tbody .force{
    color: #ba1b1b;
}
main .tbody .refund{
    color: #ff0000;
}
main .tbody .used{
    color: #b0b0b0;
}
main .result .num{
    width: 13%;
}
main .result .idnum{
    width: 13%;
}
main .result .name{
    width: 10%;
}
main .result .date{
    width: 12%;
}
main .result .ticketname{
    width: 15%;
}
main .result .tickettype{
    width: 15%;
}
main .result .channel{
    width: 8%;
}
main .result .paytype{
    width: 9%;
}
main .result .money{
    width: 10%;
}
main .result .state{
    width: 10%;
}
/*操作记录*/
main .record .num{
    width: 14%;
}
main .record .date{
    width: 30%;
}
main .record .type{
    width: 30%;
}
main .record .empower{
    width: 8%;
}
main .record .reason{
    width: 40%;
}
main .record .state{
    width: 8%;
}