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 50px 0 70px;
    box-sizing: border-box;
}
main .order .tbody{
    padding-bottom: 20px;
    height: 540px;
    overflow-y: auto;
}
main .order .row{
    width: 100%;
    display: inline-block;
    border: 1px solid #ff9c00;
    position: relative;
    box-sizing: border-box;
    white-space: nowrap;
}
main .order .tbody .row{
    border-color: #ccc;
    margin-top: 20px;
}
main .order .tbody .plural{
    border-left: 1px solid #ccc;
}
main .order .tbody .item{
    border-top: 1px solid #ccc;
    line-height: 35px;
}
main .order .tbody .item:first-of-type{
    border-top: none;
}
main .order .thead .ordernum,
main .order .thead .cardtype,
main .order .thead .cardnum,
main .order .thead .limit,
main .order .thead .time,
main .order .thead .price,
main .order .thead .tel,
main .order .thead .paytype,
main .order .thead .state,
main .order .thead .date,
main .order .thead .detail{
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
}
main .order .tbody .ordernum,
main .order .tbody .cardtype,
main .order .tbody .cardnum,
main .order .tbody .limit,
main .order .tbody .time,
main .order .tbody .price,
main .order .tbody .tel,
main .order .tbody .paytype,
main .order .tbody .state,
main .order .tbody .date,
main .order .tbody .detail,
main .order .tbody .detail .name,
main .order .tbody .detail .idnum{
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
}
main .order .tbody .detail{
    font-size: 0;
}
main .order .ordernum{
    width: 12%;
}
main .order .cardtype{
    width: 10%;
}
main .order .cardnum{
    width: 10%;
}
main .order .limit{
    width: 6%;
}
main .order .time{
    width: 6%;
}
main .order .price{
    width: 7%;
}
main .order .tel{
    width: 10%;
}
main .order .paytype{
    width: 7%;
}
main .order .state{
    width: 7%;
}
main .order .date{
    width: 10%;
}
main .order .detail{
    width: 15%;
}
main .order .detail .name{
    width: 30%;
}
main .order .detail .idnum{
    width: 70%;
}
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 .disable{
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
    background: #f0f0f0;
}
main .order .radiobox{
    cursor: pointer;
    display: inline-block;
    user-select: none;
}
main .order .radiobox i{
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
    background: #fff;
}
main .order .thead .checkbox i{
    margin-right: 10px;
}
main .order .radiobox i{
    background: url(../images/icon.png) no-repeat -727px -77px #fff;
}
main .order .tbody .radiobox i{
    background: #f0f0f0;
}
main .order .tbody .checked i{
    background: url(../images/icon.png) no-repeat -757px -77px #cecece;
}
main .order .thead .dropdown{
    display: inline-block;
    background: #fff;
    vertical-align: middle;
    border-radius: 3px;
}
main .order .thead .dropdown .selected{
    height: 30px;
    line-height: 30px;
    padding-right: 30px;
}
main .order .thead .dropdown .icon-dropdown{
    top: 11px;
}
main .order .thead .dropdown .dropdownlist{
    top: 30px;
}
main .order .thead .dropdown .dropdownlist li.active,
main .order .thead .dropdown .dropdownlist li:hover{
    background: #15c2b0;
}
main .option{
    margin-top: 30px;
    padding-bottom: 30px;
}
main .option a{
    width: 200px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    background: #ff9c00;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    margin: 0 100px;
    border-radius: 5px;
}
main .option a:hover{
    box-shadow: 0 3px 5px #ccc;
    font-size: 22px;
}
main .option a.cancel{
    background: #9e9e9e;
}
/*所选门票统计*/
/* main .statistics{
    margin-top: 20px;
} */
main .statistics .lname,
main .statistics .rinfo{
    display: inline-block;
    vertical-align: top;
}
main .statistics .lname{
    width: 70px;
    text-align: left;
    font-size: 16px;
    color: #ff0000;
    padding-top: 20px;
}
main .statistics .rinfo{
    width: calc(100% - 70px);
    text-align: left;
}
main .statistics .rinfo .item{
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    margin: 20px 50px 0 0;
    white-space: nowrap;
    cursor: pointer;
    user-select: none;
}
main .statistics .rinfo .item .radio{
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #c1c1c1;
    background: #fff;
    border-radius: 50%;
    box-sizing: border-box;
    margin: -3px 8px 0 0;
    line-height: 0;
}
main .statistics .rinfo .item:hover .radio,
main .statistics .rinfo .item .checked{
    border-color: #15c2b0;
}
main .statistics .rinfo .item .checked i{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    background: #15c2b0;
    margin: 4px 0 0 4px;
}
main .statistics .rinfo em{
    color: #ff0000;
}
/*填写信息界面*/
.reapply{
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .5);
    display: none;
}
.showreapply{
    display: block;
}
.reapply .box{
    background: #fff;
    border-radius: 10px;
    position: relative;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    width: 880px;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}
.reapply .box .title{
    background: #ff9c00;
    color: #fff;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    padding: 0 40px;
    box-sizing: border-box;
    text-align: left;
}
.reapply .box .content{
    padding: 0 70px;
}
.reapply .box .content .newcard{
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 8px;
    margin-top: 30px;
    padding: 40px 30px 20px 30px;
}
.reapply .box .content .newcard .itemname,
.reapply .box .content .newcard .iteminfo{
    display: inline-block;
    vertical-align: top;
}
.reapply .box .content .newcard .itemname{
    font-size: 16px;
    line-height: 40px;
    width: 150px;
    text-align: right;
}
.reapply .box .content .newcard .iteminfo{
    width: calc(100% - 200px);
}
.reapply .box .content .newcard .iteminfo .inputbox input{
    width: 100%;
    height: 40px;
    font-size: 16px;
    text-align: center;
}
.reapply .box .content .newcard .tipsinfo{
    font-size: 16px;
    color: #e41818;
    padding-top: 15px;
}
.reapply .box .content .paytype{
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
}
.reapply .box .content .paytype h1{
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    line-height: 30px;
    padding-top: 20px;
}
.reapply .box .content .paytype .list{
    text-align: left;
    box-sizing: border-box;
    padding: 0 50px;
    height: 130px;
    overflow-y: auto;
}
.reapply .box .content .paytype .list .item{
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    width: 45%;
    margin-left: 5%;
    margin-top: 30px;
}
.reapply .box .content .paytype .list .item div{
    display: inline-block;
    vertical-align: middle;
}
.reapply .box .content .paytype .list .item .radio{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    box-sizing: border-box;
    border: 1px solid #ccc;
}
.reapply .box .content .paytype .list .item .checked{
    border: 2px solid #15c2b0;
    background: #d6fefa;
}
.reapply .box .content .paytype .list .item .checked i{
    width: 14px;
    height: 14px;
    display: inline-block;
    margin: 6px 0 0 6px;
    background: #15c2b0;
    border-radius: 50%;
}
.reapply .box .content .paytype .list .item .icon{
    margin: 0 10px 0 20px;
}
.reapply .box .content .paytype .list .item .icon img{
    height: 34px;
}
.reapply .box .content .paytype .list .item .name{
    font-size: 20px;
    line-height: 34px;
}
.reapply .box .content .money{
    position: relative;
}
.reapply .box .content .money .item{
    padding-top: 20px;
}
.reapply .box .content .money .itemname,
.reapply .box .content .money .iteminfo{
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}
.reapply .box .content .money .itemname{
    width: 150px;
    text-align: right;
}
.reapply .box .content .money .iteminfo{
    width: 300px;
    box-sizing: border-box;
    padding-left: 30px;
    text-align: left;
}
.reapply .box .content .money .iteminfo input{
    height: 50px;
    line-height: 48px;
    width: 200px;
    margin-left: -16px;
}
.reapply .box .content .money .iteminfo em,
.reapply .box .content .money .iteminfo input{
    font-size: 26px;
    color: #e41818;
    margin-right: 10px;
}
.reapply .box .btn{
    padding: 30px 0;
}
.reapply .box .btn a{
    width: 200px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    background: #15c2b0;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    margin: 0 50px;
    border-radius: 5px;
}
.reapply .box .btn a:hover{
    box-shadow: 0 3px 5px #ccc;
    font-size: 22px;
}
.reapply .box .btn a.cancel{
    background: #9e9e9e;
}
.reapply .box .money .qrcodepay{
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
.reapply .box .money .qrcodepay input{
    border: none;
    background: none;
    box-shadow: none;
}
/*挂账应收*/
.gzys{
    position: fixed;
    width: 600px;
    top: 50%;
    left: 50%;
    margin-left: -300px;
    transform: translateY(-50%);
    box-shadow: 0 0 15px #aaa;
    background: #fff;
    display: none;
    z-index: 10;
}
.showgzys{
    display: block;
}
.gzys .title{
	background: #ffa60c;
	color: #fff;
	font-size: 18px;
	height: 50px;
	line-height: 50px;
	text-align: left;
	text-indent: 24px;
    position: relative;
}
.gzys .title .close{
	position: absolute;
	right: 17px;
	top: 17px;
	width: 18px;
	height: 18px;
	line-height: 50px;
	font-size: 0;
	background: url(../images/icon.png) no-repeat -637px -186px;
}
.gzys .content .item{
    width: 100%;
    display: inline-block;
    margin-top: 30px;
}
.gzys .content .itemname,
.gzys .content .iteminfo{
    display: inline-block;
    vertical-align: top;
}
.gzys .content .itemname{
    font-size: 16px;
    line-height: 40px;
    width: 150px;
    text-align: right;
}
.gzys .content .iteminfo{
    width: 450px;
    text-align: left;
    position: relative;
}
.gzys .content input,
.gzys .content textarea{
    width: 300px;
    border-radius: 3px;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 16px;
}
.gzys .content input{
    height: 40px;
    line-height: 40px;
}
.gzys .content textarea{
    padding: 10px;
    min-height: 120px;
}
.gzys .content .iteminfo .gzyslist{
    position: absolute;
    left: 0;
    top: 40px;
    background: #fff;
    box-shadow: 0 0 5px #aaa;
    z-index: 1;
    width: 300px;
    max-height: 160px;
    overflow-y: auto;
    display: none;
}
.gzys .content .iteminfo .showgzyslist{
    display: block;
}
.gzys .content .iteminfo .gzyslist li{
    cursor: pointer;
    font-size: 16px;
    line-height: 40px;
    list-style: none;
    padding: 0 10px;
    box-sizing: border-box;
}
.gzys .content .iteminfo .gzyslist li:hover,
.gzys .content .iteminfo .gzyslist li.active{
    background: #15c2b0;
    color: #fff;
}
.gzys .btn{
    margin-top: 30px;
    padding-bottom: 30px;
}
.gzys .btn a{
    font-size: 16px;
    background: #ff9c00;
    color: #fff;
    border-radius: 3px;
    width: 120px;
    line-height: 40px;
    margin: 0 30px;
    display: inline-block;
}
.gzys .btn a.cancel{
    background: #9e9e9e;
}
/*补卡成功提示*/
.successtips{
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .5);
}
.successtips .box{
    background: #fff;
    border-radius: 10px;
    position: relative;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    width: 580px;
    height: 400px;
}
.successtips .box i{
    width: 158px;
    height: 160px;
    display: inline-block;
    background: url(../images/icon.png) no-repeat 0 -235px;
    margin: 60px 0 40px 0;
}
.successtips .box h1{
    font-size: 40px;
    padding-bottom: 30px;
}
.successtips .box p{
    font-size: 18px;
    line-height: 40px;
}
