@charset "utf-8";
body {
    height: auto;
}

.tab-passenger {
    background: #fff;
    position: fixed;
    top: 2.8rem;
    width: 100%;
    border-bottom: 1px solid #BCBCBC;
    max-width: 1024px;
    left: 50%;
    margin: 0 auto;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.cut-item {
    width: 25%;
    height: 2.6rem;
    line-height: 2.6rem;
    border-bottom: 3px solid transparent;
}
.cut-item a{
    display: block;
}
.add-group {
    padding: 1rem;
    margin-top: 2.8rem;
}

.add-group a.button.button-big {
    /*background: #52BCE8;*/
    color: #fff;
    font-size: .9rem;
    height: 2.5rem;
    line-height: 2.5rem;
}

.passenger_list {
    background: #fff;
}

.item-inner {
    position: relative;
    border-bottom: 1px solid #E4E4E4;
    padding: .5rem .8rem;
}

.item-inner:first-child {
    border-top: 1px solid #E4E4E4;
}

.identity-info {
    color: #999;
    font-size: .7rem;
    line-height: 1.2rem;
}

.item-arrow {
    position: absolute;
    right: .5rem;
    top: 1rem;
}

.identity-tit {
    color: #333;
    font-size: 1rem;
    margin-bottom: .2rem;
}

.item-arrow {
    color: #D1D1D1;
    position: absolute;
    top: 50%;
    right: .5rem;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.explain {
    margin: 2rem auto;
    width: 8rem;
    color: #B3B3B4;
}

.explain i {
    font-size: 3rem;
    color: #B3B3B4;
}

.explain-item {
    text-align: left;
    position: relative;
    margin-left: .8rem;
}

.explain-item:after {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #B3B3B4;
    border-radius: 50%;
    position: absolute;
    left: -.5rem;
    top: .4rem;
}


.passenger-item {
    padding: 0 .5rem 0 5.6rem;
    background: #fff;
    min-height: 2.8rem;
    line-height: 2.8rem;
    border-bottom: 1px solid #D8D8D8;
    position: relative;
}

.passenger-item:first-child {
    border-top: 1px solid #E4E4E4;
}
.passenger-item input::-webkit-input-placeholder{
	color:#3D4145;
}
.passenger-wrap {
    background: #fff;
    margin: .5rem .3rem;
    padding: .5rem;
    border-radius: 4px;
}

.switchover {
    position: absolute;
    right: .5rem;
    top: 4rem;
    z-index: 8;
    box-shadow: 0 0 1px #5BBAFF;
    border-radius: 1rem;
}

.switchover li {
    width: 2rem;
    height: 1.5rem;
    line-height: 1.5rem;
    background: #fff;
    color: #5BBAFF;
}

.switchover li.active {
    background: #5BBAFF;
    color: #fff;
}

.switchover li:first-child {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
}

.switchover li:last-child {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
}

.fill_input {
    border-bottom: 1px solid #D8D8D8;
    position: relative;
    height: 3rem;
}

.fill_input input, .fill_input select {
    width: 100%;
    border: none;
    color: #333;
    height: 3rem;
    padding-top: 1.5rem;
    padding-left: 0;
    background: transparent;
    position: relative;
    z-index: 2;
    font-size: 0.875rem;
    font-weight: 400;
}
.fill_input input::-webkit-input-placeholder{
	color: #333;
	font-size: 0.875rem;
    font-weight: 400;
}
.fill_hint {
    color: #ccc;
    position: absolute;
    top: 1rem;
    font-size: .9rem;
}

.fill_arrow {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    background: #fff;
    color: #ccc;
    height: 100%;
    line-height: 3rem;
}

div.hint_selected {
    top: .4rem;
    font-size: .75rem;
}

.fill_hint span {
    font-size: .75rem;
}

.fill-half {
    width: 48%;
}

.p-item-tit {
    margin-left: -5rem;
    width: 4.6rem;
    height: 2.8rem;
    line-height: 2.8rem;
}

.p-item-tit i {
    color: #D6D6D6;
}

.p-arrow {
    position: absolute;
    right: .5rem;
    color: #D6D6D6;
}

.p-item-content {
    position: relative;
    text-align: right;
}

.sex {
    height: 3rem;
    line-height: 3rem;
}

.sex label {
    display: inline-block;
    height: 3rem;
    width: 40%;
}

.sex .fill_hint {
    top: 0;
}

.sex-ico {
    display: inline-block;
    width: 1.375rem;
    height: 1.375rem;
    background: url(../../../sharecss/img/common/sex.png) no-repeat;
    background-size: 240%;
}

.man {
    background-position: -0.1rem -.25rem;
}

.sex i {
    position: relative;
    top: .3rem;
    margin-right: .3rem;
}

.woman {
    background-position: -1.68rem -0.25rem;
}

.sex-item.active .sex-ico {
    background-position-y: -1.8rem;
}

.get-code {
    position: relative;
}

.get-code a ,.get-code .button{
    position: absolute;
    right: 0;
    top: .9rem;
    z-index: 3;
    width: auto !important;
}

/*证件类型*/
.certificate_type_pop {
    background: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    width: 100%;
    height: 100%;
}

.certificate_type_list {
    position: absolute;
    top: 50%;
    background: #fff;
    width: 90%;
    left: 50%;
    border-radius: 4px;
    overflow: hidden;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.certificate_tit {
    background: #19A0F0;
    color: #fff;
    padding: .8rem .5rem;
    font-size: .9rem;
}

.certificate_type {
    padding: 1rem .5rem;
    border-bottom: 1px solid #DFDFDF;
}

.certificate_type i {
    font-size: .75rem;
    color: #19A0F0;
    display: none;
}

.certificate_type.active {
    color: #19A0F0;
}

.certificate_type.active i {
    display: block;
}

.error_hint {
    color: #E30609;
    margin-top: .2rem;
    display: none;
}

.subassembly {
    margin-top: .5rem;
    line-height: 1.5rem;
}

.passenger-tit {
    margin-top: .5rem;
}

/*选择国籍*/
.state-tit {
    padding: .3rem 1rem;
    font-size: .7rem;
    border-bottom: 1px solid #F0EDF0;
}

.state-name {
    background: #fff;
    border-bottom: 1px solid #F0EDF0;
    padding: .8rem 1rem;
}

.letter {
    position: fixed;
    top: 5rem;
    right: 1rem;
}

.letter a {
    color: #19A0F0;
}

/* 删除 */
.reminder{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    top: 0;
    z-index: 9;
    left: 50%;
    max-width: 1024px;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.reminder_box{
    position: relative;
    width: 80%;
    top: 40%;
    left: 10%;
    color: #969496;
    background: #fff;
    text-align: center;
}
.reminder_box div:first-child{
    height: 80px;
    padding-top: 30px;
}
.reminder_box>div:last-child{
    overflow: hidden;
    height: 50px;
    line-height: 50px;
    border-top: 1px solid #BBBBBB;
}
.reminder_box span{
    display: inline-block;
    width: 50%;
    float: left;
    color: #29b6f6;
    height: 100%;
    line-height: 50px;
}
.reminder_box span:first-child{
    border-right: 1px solid #BBBBBB;
}
/*报销凭证*/
.voucher_type {
    height: 2rem;
    line-height: 2rem;
}

.voucher_type div {
    border-bottom: 3px solid transparent;
    text-align: center;
    margin: 0 .5rem;
}

.picker-modal header.bar {
    background: #666;
    color: #fff;
    border-color: #666;
}

.picker-modal .bar h1.title {
    color: #fff;
}

.save_operation {
    margin: 3rem 1rem;
}

/*个人设置*/
.card-info {
    border-radius: 4px;
    box-shadow: 0 2px 1px rgba(30, 34, 36, 0.1);
    background: #fff;
    margin: .3rem;
    overflow: hidden;
}

.portraits-img {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    overflow: hidden;
}

.user-portraits {
    padding-top: .5rem;
    padding-bottom: .3rem;
    line-height: normal;
}

.set-item-content {
    padding-right: 2rem;
}

.user-portraits .p-item-tit {
    height: 4rem;
    line-height: 4rem;
}

.user-portraits i {
    top: 1.5rem;
}

.card-ico {
    position: absolute;
    right: .5rem;
    top: 1.8rem;
    color: #999;
}

/*修改手机号*/
.big-tit {
    font-size: 1.3rem;
    color: #333;
    margin-top: 2rem;
}

.sub-tit {
    margin-top: 1rem;
    font-size: .9rem;
    color: #757474;
    margin-bottom: 1rem;
}

/*系统消息*/
.search-name {
    padding: .5rem;
    position: relative;
    top: -1px;
    z-index: 9;
}

.search-name input {
    border: none;
    width: 100%;
    height: 1.8rem;
    padding-left: 2rem;
    border-radius: 4px;
}

.search-name i {
    position: absolute;
    top: .75rem;
    left: 1rem;
    color: #ccc;
}
.notice-list{
	padding:.5rem;
	background:#fff;
}
.notice-item{
	line-height:1.5rem;
	border-bottom:1px solid #e9e9e9;
}
.notice-txt{
	display:inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;	
	width:10rem;
}
.news_box{
    margin: .5rem;
    background: #fff;
    border-radius: 3px;
}
.news_hd{
    margin: 1rem;
    border-bottom: 1px dashed #ddd;
    padding:1rem 0 .5rem 0;
}
.news_bd{
    padding:.5rem 1rem 1rem 1rem;
    line-height: 1.3rem;
}
/*发票查询*/
.search-filtration {
    padding: .5rem;
    background: #fff;
    line-height: 1.4rem;
}

.search-date {
    width: 33%;
    padding: 0 .3rem;
}

.search-date input {
    border: 1px solid #ddd;
    width: 100%;
    border-radius: 4px;
    padding: 2px 5px;
}

.search-btn a {
    line-height: 1.3rem;
    height: 1.4rem;
}
/*发票列表*/
.invoice_list{
	margin-top: .5rem;
}
.invoice_box{
    margin: .5rem;
    border: 1px solid #dddddd;
    background: #fff;
    border-radius: 5px;
    line-height: 1.3rem;
}
.invoice_hd{
    padding: .5rem .3rem;
    border-bottom: 1px solid #dddddd;
}
.invoice_bd{
    padding:.5rem .3rem;
}
.invoice_bd p span:last-child{
    padding-left: 1rem;

}

.more_btn{
    display: block;
    width: 90%;
    margin-left: 5%;
    height: 2.5rem;
    line-height: 2.5rem;
    border: 1px solid #29b6f6;
    border-radius: 3px;
    color: #29b6f6;
    text-align: center;
    font-size: .8rem;
    outline:none;
    background: transparent;
}

.txt_overfow{
	display: inline-block;
	width:185px;
	white-space: nowrap;
	overflow: hidden; 
	text-overflow: ellipsis;
}
