main .l,
main .r{
    display: inline-block;
    vertical-align: top;
}
/*页面左侧*/
main .l{
    width: 430px;
}
main .l .inputinfo .row{
    margin-bottom: 20px;
}
main .l .inputinfo .sfzydq{
    margin-bottom: -10px;
}
main .l .inputinfo .row .item{
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 140px);
}
main .l .inputinfo .row .item .itemname,
main .l .inputinfo .row .item .iteminfo{
    display: inline-block;
    vertical-align: top;
}
main .l .inputinfo .row .item .itemname{
    font-size: 16px;
    text-align: left;
    width: 70px;
    line-height: 40px;
}
main .l .inputinfo .row .item .iteminfo{
    width: calc(100% - 70px);
}
main .l .inputinfo .row .item .iteminfo input{
    width: 100%;
    height: 40px;
    line-height: 38px;
    font-size: 16px;
}
main .l .inputinfo .row .btn{
    display: inline-block;
    width: 120px;
    margin-left: 20px;
}
main .l .inputinfo .row .btn a{
    width: 120px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    font-size: 16px;
    background: #ff9c00;
    color: #fff;
    border-radius: 5px;
}
main .l .inputinfo .sfzp{
    margin-top: -5px;
    font-size: 16px;
    text-align: left;
}
main .l .inputinfo .sfzp em{
    color: #af0404;
    margin-left: 10px;
}
main .l .inputinfo .sfzp .checkbox{
    cursor: pointer;
    user-select: none;
}
main .l .inputinfo .sfzp .checkbox i{
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: text-bottom;
    box-sizing: border-box;
    border: 1px solid #bfbfbf;
    margin-right: 5px;
    background: #fff;
}
main .l .inputinfo .sfzp .checked i{
    background: url(../images/icon.png) no-repeat -699px -79px #15c2b0;
}
main .l .money{
    margin-top: 30px;
    background: #fff;
    box-shadow: 0 3px 3px #ccc;
}
main .l .money .title{
    line-height: 50px;
    background: #ff9c00;
    color: #fff;
    font-size: 16px;
    text-align: left;
    text-indent: 24px;
}
main .l .money .info{
    padding: 20px 20px 70px 20px;
    box-sizing: border-box;
}
main .l .money .item{
    padding-top: 50px;
}
main .l .money .item.short{
    padding-top: 15px;
}
main .l .money .itemname,
main .l .money .iteminfo{
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
}
main .l .money .itemname{
    width: 110px;
}
main .l .money .iteminfo{
    width: calc(100% - 110px);
    box-sizing: border-box;
}
main .l .money .iteminfo input{
    height: 50px;
    line-height: 48px;
    width: 240px;
    margin-left: -16px;
    text-align: right;
}
main .l .money .iteminfo em,
main .l .money .iteminfo input{
    font-size: 26px;
    color: #e41818;
    margin-right: 10px;
}
main .l .money .iteminfo em{
    margin-right: 26px;
}
main .l .forcebtn{
    margin-top: 30px;
}
main .l .forcebtn a{
    line-height: 70px;
    display: block;
    font-size: 26px;
    background: #ff9c00;
    color: #fff;
    border-radius: 10px;
    box-shadow: 0 3px 4px #e1e1e1;
}
main .l .forcebtn a:hover{
    font-size: 28px;
    box-shadow: 0 5px 10px #ccc;
}
main .r{
    width: calc(100% - 450px);
    margin-left: 20px;
}
/*查询结果*/
main .r .order{
    background: #fff;
}
main .r .order .thead{
    background: #ff9c00;
    color: #fff;
    line-height: 50px;
}
main .r .order .thead,
main .r .order .tbody{
    padding:0 50px 0 70px;
    box-sizing: border-box;
}
main .r .order .tbody{
    padding-bottom: 20px;
    height: 340px;
    overflow-y: auto;
}
main .r .order .row{
    width: 100%;
    display: inline-block;
    border: 1px solid #ff9c00;
    position: relative;
}
main .r .order .tbody .row{
    border-color: #ccc;
    margin-top: 20px;
}
main .r .order .tbody .item{
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 5px 0;
}
main .r .order .tbody .item:first-of-type{
    border-top: none;
}
main .r .order .thead .ordernum,
main .r .order .thead .name,
main .r .order .thead .idtype,
main .r .order .thead .idnum,
main .r .order .thead .ticketname,
main .r .order .thead .tickettype,
main .r .order .thead .channel,
main .r .order .thead .paytype,
main .r .order .thead .state,
main .r .order .thead .whether,
main .r .order .thead .price,
main .r .order .thead .one{
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
}
main .r .order .ticketinfo{
    display: inline-block;
    vertical-align: middle;
}
main .r .order .tbody .ordernum,
main .r .order .tbody .name,
main .r .order .tbody .idtype,
main .r .order .tbody .idnum,
main .r .order .tbody .sellPrice,
main .r .order .tbody .ticketname,
main .r .order .tbody .tickettype,
main .r .order .tbody .channel,
main .r .order .tbody .paytype,
main .r .order .tbody .state,
main .r .order .tbody .whether,
main .r .order .tbody .price,
main .r .order .tbody .one{
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
}

main .order .ordernum{
    width: 12%;
}
main .order .ticketname{
    width: 12%;
}
main .order .channel{
    width: 6%;
}
main .order .paytype{
    width: 7%;
}
main .order .state{
    width: 7%;
}
main .order .whether{
    width: 6%;
}
main .order .price{
    width: 10%;
}
main .order .ticketinfo{
    width: 40%;
}
main .order .tickettype{
    width: 25%;
}
main .order .name{
    width: 12%;
}
main .order .idtype{
    width: 12%;
}
main .order .idnum{
    width: 25%;
}
main .order .sellPrice{
    width: 10%;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
}
main .r .order .one{
    width: 12%;
}
main .r .order .tbody .whether{
    color: #0da982;
}
main .r .order .tbody .channel,
main .r .order .tbody .yes{
    color: #d52121;
}
main .r .order .check{
    width: 50px;
    white-space: nowrap;
    text-align: left;
    user-select: none;
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
}
main .r .order .checkbox{
    cursor: pointer;
}
main .r .order .checkbox i{
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    margin-right: 10px;
}
main .r .order .checked i{
    background: url(../images/icon.png) no-repeat -727px -77px #fff;
}
main .r .order .tbody .checkbox i{
    background: #f0f0f0;
}
main .r .order .tbody .checked i{
    background: url(../images/icon.png) no-repeat -757px -77px #cecece;
}
/*退款方式*/
main .r .refundtype{
    background: #fff;
    margin-top: 20px;
}
main .r .refundtype .title{
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    color: #fff;
    background: #ff9c00;
    text-align: left;
    text-indent: 24px;
}
main .r .refundtype .list{
    padding: 20px;
    box-sizing: border-box;
}
main .r .refundtype .list .radio{
    border: 1px solid #fff;
    padding: 10px;
    box-sizing: border-box;
    /* cursor: pointer; */
    width: 50%;
    display: inline-block;
}
main .r .refundtype .list .checked{
    border-color: #ff9c00;
    background: #faecd6;
}
main .r .refundtype .list .radio .payname,
main .r .refundtype .list .radio span{
    display: inline-block;
    vertical-align: middle;
}
main .r .refundtype .list .radio .payname{
    font-size: 20px;
    width: 200px;
    text-align: left;
}
main .r .refundtype .list .radio .payname i{
    width: 47px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
main .r .refundtype .list .radio .payname i.icon-wx{
    background: url(../images/icon.png) no-repeat -473px -125px;
}
main .r .refundtype .list .radio .payname i.icon-zfb{
    background: url(../images/icon.png) no-repeat -641px -125px;
}
main .r .refundtype .list .radio .payname i.icon-pos{
    background: url(../images/icon.png) no-repeat -586px -125px;
}
main .r .refundtype .list .radio .payname i.icon-xj{
    background: url(../images/icon.png) no-repeat -751px -125px;
}
main .r .refundtype .list .radio span{
    font-size: 26px;
    border: 1px solid #b5b5b5;
    border-radius: 5px;
    text-align: right;
    padding: 5px 10px;
    width: calc(100% - 240px);
    line-height: 38px;
    color: #e41818;
    background: #fff;
}
main .r .refundtype .btn{
    margin-top: 20px;
    padding-bottom: 30px;
}
main .r .refundtype .btn a{
    width: 200px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    background: #15c2b0;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    margin: 0 10%;
    border-radius: 5px;
}
main .r .refundtype .btn a:hover{
    box-shadow: 0 3px 5px #ccc;
    font-size: 22px;
}
main .r .refundtype .btn a.cancel{
    background: #9e9e9e;
}
/*强制退票提示弹窗*/
.force{
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .5);
    display: none;
}
.showforce{
    display: block;
}
.force .box{
    background: #fff;
    width: 800px;
    height: 680px;
    border-radius: 10px;
    position: relative;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
}
.force .box .title{
    font-size: 22px;
    line-height: 60px;
    background: #ff9c00;
    color: #fff;
    border-radius: 10px 10px 0 0;
}
.force .box .info{
    box-sizing: border-box;
    padding-top: 20px;
}
.force .box .info .item{
    margin-top: 40px;
}
.force .box .info .itemname,
.force .box .info .iteminfo{
    display: inline-block;
    vertical-align: top;
    text-align: left;
}
.force .box .info .itemname{
    width: 35%;
    text-align: right;
    font-size: 20px;
    line-height: 50px;
}
.force .box .info .iteminfo{
    width: 65%;
}
.force .box .info .iteminfo input,
.force .box .info .iteminfo textarea{
    width: 65%;
}
.force .box .info .iteminfo input{
    line-height: 50px;
    height: 52px;
    font-size: 20px;
}
.force .box .info .iteminfo textarea{
    height: 200px;
}
.force .box .btn{
    margin-top: 60px;
    padding-bottom: 20px;
}
.force .box .btn a{
    width: 260px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    background: #ff9c00;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    margin: 0 50px;
    border-radius: 5px;
}
.force .box .btn a.cancel{
    background: #9e9e9e;
}
