main .inputinfo{
    text-align: left;
}
main .inputinfo .box{
    margin-right: 20px;
    display: inline-block;
}
main .inputinfo .sfzp{
	display: none;
}
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;
    line-height: 40px;
}
main .inputinfo .box .item .iteminfo{
    width: 300px;
}
main .inputinfo .box .item .iteminfo input{
    width: 100%;
    height: 40px;
    line-height: 38px;
    font-size: 16px;
}
main .inputinfo .box .btn{
    display: inline-block;
    width: 120px;
    margin-left: 20px;
    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;
}
main .inputinfo .sfzp{
    margin-top: -5px;
    font-size: 16px;
    text-align: left;
}
main .inputinfo .sfzp em{
    color: #af0404;
    margin-left: 10px;
}
main .inputinfo .sfzp .checkbox{
    cursor: pointer;
    user-select: none;
}
main .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 .inputinfo .sfzp .checked i{
    background: url(../images/icon.png) no-repeat -699px -79px #15c2b0;
}
/*查询结果*/
main .order{
    background: #fff;
    margin-top: 20px;
}
main .order .thead{
    background: #ff9c00;
    color: #fff;
    line-height: 50px;
}
main .order .thead,
main .order .tbody{
    padding:0 20px 0 70px;
    box-sizing: border-box;
}
main .order .tbody{
    padding-bottom: 20px;
    height: 340px;
    overflow-y: auto;
}
main .order .row{
    width: 100%;
    display: inline-block;
    border: 1px solid #ff9c00;
    position: relative;
}
main .order .tbody .row{
    border-color: #ccc;
    margin-top: 10px;
    line-height: 40px;
}
main .order .tbody .item{
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 5px 0;
}
main .order .tbody .item:first-of-type{
    border-top: none;
}
main .order .thead .ordernum,
main .order .thead .cardtype,
main .order .thead .limit,
main .order .thead .time,
main .order .thead .tel,
main .order .thead .paytype,
main .order .thead .price,
main .order .thead .buytime,
main .order .thead .getcard{
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
}
main .order .ticketinfo{
    display: inline-block;
    vertical-align: middle;
}
main .order .tbody .ordernum,
main .order .tbody .cardtype,
main .order .tbody .limit,
main .order .tbody .time,
main .order .tbody .tel,
main .order .tbody .paytype,
main .order .tbody .price,
main .order .tbody .buytime,
main .order .tbody .getcard{
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
}

main .order .ordernum{
    width: 15%;
}
main .order .cardtype{
    width: 15%;
}
main .order .limit{
    width: 10%;
}
main .order .time{
    width: 8%;
}
main .order .tel{
    width: 10%;
}
main .order .paytype{
    width: 9%;
}
main .order .price{
    width: 10%;
}
main .order .buytime{
    width: 15%;
}
main .order .getcard{
    width: 8%;
}
main .order .tbody .whether{
    color: #0da982;
}
main .order .tbody .channel,
main .order .tbody .yes{
    color: #d52121;
}
main .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 .order .checkbox{
    cursor: pointer;
}
main .order .checkbox i{
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    margin-right: 10px;
}
main .order .checked i{
    background: url(../images/icon.png) no-repeat -727px -77px #fff;
}
main .order .tbody .checkbox i{
    background: #f0f0f0;
}
main .order .tbody .checked i{
    background: url(../images/icon.png) no-repeat -757px -77px #cecece;
}
/*退款方式*/
main .refundtype{
    background: #fff;
    margin-top: 20px;
}
main .refundtype .title{
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    color: #fff;
    background: #ff9c00;
    text-align: left;
    text-indent: 24px;
}
main .refundtype .refundinfo{
    padding: 40px 0 20px 0;
}
main .refundtype .refundinfo .item{
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    margin: 0 5%;
}
main .refundtype .refundinfo .item em{
    margin-right: 5px;
}
main .refundtype .refundinfo .item span{
    color: #e41818;
}
main .refundtype .refundinfo .money{
    color: #e41818;
}
main .refundtype .list{
    padding: 20px;
    box-sizing: border-box;
    display: none;
}
main .refundtype .list .radio{
    border: 1px solid #fff;
    padding: 10px;
    box-sizing: border-box;
    /* cursor: pointer; */
    width: 50%;
    display: inline-block;
}
main .refundtype .list .checked{
    border-color: #ff9c00;
    background: #faecd6;
}
main .refundtype .list .radio .payname,
main .refundtype .list .radio span{
    display: inline-block;
    vertical-align: middle;
}
main .refundtype .list .radio .payname{
    font-size: 20px;
    width: 150px;
    text-align: left;
}
main .refundtype .list .radio .payname i{
    width: 47px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
main .refundtype .list .radio .payname i.icon-wx{
    background: url(../images/icon.png) no-repeat -473px -125px;
}
main .refundtype .list .radio .payname i.icon-zfb{
    background: url(../images/icon.png) no-repeat -641px -125px;
}
main .refundtype .list .radio .payname i.icon-pos{
    background: url(../images/icon.png) no-repeat -586px -125px;
}
main .refundtype .list .radio .payname i.icon-xj{
    background: url(../images/icon.png) no-repeat -751px -125px;
}
main .refundtype .list .radio span{
    font-size: 26px;
    border: 1px solid #b5b5b5;
    border-radius: 5px;
    text-align: right;
    padding: 5px 10px;
    width: calc(100% - 190px);
    line-height: 38px;
    color: #e41818;
    background: #fff;
}
main .refundtype .btn{
    margin-top: 20px;
    padding-bottom: 30px;
}
main .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 .refundtype .btn a:hover{
    box-shadow: 0 3px 5px #ccc;
    font-size: 22px;
}
main .refundtype .btn a.cancel{
    background: #9e9e9e;
}
/*退款成功提示*/
.successtips{
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 50;
    background: rgba(0, 0, 0, .5);
    display: none;
}
.showsuccesstips{
    display: block;
}
.successtips .box{
    background: #fff;
    border-radius: 10px;
    position: relative;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    width: 800px;
    overflow: hidden;
}
.successtips .box .title{
    background: #ff9c00;
    color: #fff;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
}
.successtips .box .content i{
    width: 176px;
    height: 176px;
    display: inline-block;
    background: url(../images/icon.png) no-repeat 0 -525px;
    margin: 50px 0 30px 0;
}
.successtips .box .content h1{
    font-size: 40px;
    color: #10d2a2;
    padding-bottom: 30px;
}
.successtips .box .content p{
    font-size: 24px;
    line-height: 40px;
}
.successtips .box .content em{
    color: #e41818;
}
.successtips .box .btn{
    padding: 50px 0;
}
.successtips .box .btn a{
    font-size: 20px;
    background: #ff9c00;
    color: #fff;
    border-radius: 5px;
    width: 260px;
    line-height: 65px;
    margin: 0 30px;
    display: inline-block;
}