/* MEMBER CENTER */
.note{text-align:center;color:#999;margin:8px auto;}
.to_do_marker{
	display: inline-block;
    height: 14px;
    line-height: 14px;
    text-align: center;
    padding: 0 4px !important;
    border-radius: 20px;
    color: #fff;
    background: #ff0000 !important;
    box-sizing: border-box;
    white-space: nowrap;
    vertical-align: baseline;
    text-decoration: none;
	font-family:Simhei;
	font-size:10px;
	font-weight:500;
}
.info_block{
	background:#fff;
	box-shadow: 0 1px 5px rgba(0,0,0,.05);
	margin-bottom:8px;
}
#my_name{height:50px;line-height:45px;color:#fff;background:#6254e7;padding-left:35%;position:relative;z-index:1;}
#my_name h1{font-size:18px;margin:0;}
#btn_logout{color:#fff;position:absolute;top:0;right:10px;font-size:12px;}
#my_info{
	position:relative;
	z-index:2;
	margin-top:-8px;
	background:#fff;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	padding:10px 0;
	box-shadow:0 -5px 5px rgba(0,0,0,.1);
}
#my_info .my_img_holder{
	width:60px;
	height:60px;
	border-radius:50%;
	background-size:cover;
	background-position:center;
	position:absolute;
	top:-30px;
	left:30px;
	box-shadow:0 0 8px rgba(255,255,255,1);
}
#my_info h3{margin-left:35%;line-height:25px;color:#6254e7;}
#my_info .sub_info{margin-left:35%;line-height:20px;color:#333;}
.hint{
  float:right;
  font-size:12px;
  color:#999;
}
.hint:after{content: "\f105";font-size:18px;display:block;float:right;margin-left:10px;}
.info_block .link{
	display:table;
	width:calc(100% - 20px);
	height:40px;
	line-height:40px;
	border-bottom:1px solid #f6f6f6;
	padding:0 10px;
	color:#333;
	font-size:14px;
}
.link:before{
  display:block;
  width:24px;
  height:24px;
  line-height:24px;
  text-align:center;
  font-size:12px;
  color:#fff;
  background:#6254e7;
  border-radius:50%;
  margin:8px 8px 8px 0;
  float:left;
}
.link.order:before{content: "\f274";}
.link.benefit:before{content: "\f06b";}
.link.favorite:before{content: "\f005";font-size:14px;}
.link.subscribe:before{content: "\f143";}
.link.company:before{content: "\f1ad";}
.link.profile:before{content: "\f007";font-size:14px;}
.link.message:before{content: "\f075";}
.link.user:before{content: "\f2c0";}
.link.project:before{content: "\f02e";}
.link.vcard:before{content: "\f2bb";}

.info_block .link .title,
.info_block .link .field_input{display:table-cell;}
.info_block .link .title{width:30%;vertical-align:top;}
.info_block .link .field_input{padding-left:5px;}
.info_block .link .field_input label,
.info_block .link .field_input input[type=radio], 
.info_block .link .field_input input[type=checkbox]{
	display: inline-block;
	height:40px;
	line-height:40px;
	margin:0 5px;
}

.process_holder{display:table;width:100vw;}
.sublink{
  display:table-cell;
  height:60px;
  text-align:center;
  vertical-align: middle;
  font-size:12px;
  color:#555;
  border-bottom:1px solid #f6f6f6;
  position:relative;
}
.sublink:before{
	content:'';
	display:block;
	width:24px;
	height:24px;
	line-height:24px;
	text-align:center;
	margin:0 auto;
	background-size:cover;
}
.sublink.pending:before{background-image:url('../images/icon_m_pending.png');}
.sublink.paid:before{background-image:url('../images/icon_m_paid.png');}
.sublink.issued:before{background-image:url('../images/icon_m_issued.png');}
.sublink.phone:before{content: "\f095";font-size:25px;margin:5px auto;}
.sublink.email:before{content: "\f0e0";font-size:25px;margin:5px auto;}

.sublink i{display:block;width:30px;height:30px;line-height:30px;font-size:30px;margin:5px auto 0 auto;}

#benefit_holder .process-holder{display:table;}
#benefit_holder .sublink{width:33vw;font-size:14px;letter-spacing:2px;}
#benefit_holder .sublink .number{display:block;font-size:20px;color:#333;letter-spacing:.5px;}

.sublink .reminder{
	width:18px;
	height:18px;
	line-height:18px;
	text-align:center;
	font-size:12px;
	background:#ff9900;
	border-radius:50%;
	color:#fff;
	position:absolute;
	top:5px;
	left:calc(50% + 15px);
	font-style:normal;
}

/* FAV HOLDER */
#fav_holder #tab_holder{
	position:fixed;
	top:50px;
}
#fav_nbase_list,
#fav_trip_list{
	margin-top:40px;
}
.fav_item{position:relative;}
.fav_item:after{
	content:'';
	display:block;
	width:100%;
	clear:both;
}
.fav_item .nbase_link{
	font-size:12px;
	color:#999;
	padding:5px 30px 5px 10px;
}
#fav_nbase_list .nbase_link h3{display:inline-block;}
#fav_trip_list .nbase_link h3{line-height:30px;float: left;}
#fav_trip_list .nbase_link .price{color:#ff6e38;}
.fav_item .nbase_link div{
	width:50%;
	float:left;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.fav_item .nbase_link i{
	display:inline-block;
	width:20px;
	text-align:center;
}
.fav_item .unfav_btn{
	display:table;
	width:30px;
	height:100%;
	padding:0;
	text-align:center;
	position:absolute;
	top:0;
	right:0;
}
.fav_item .unfav_btn:before{
	display:table-cell;
	content: "\f014";
	vertical-align: middle;
	font-size:1.2em;
}
.fav_item img{
	width:60px;
	float:left;
	margin-right:10px;
}

/* MY COMPANY */
#add_company_holder .header_holder .title:before{content: "\f044";}
#add_company_holder > table{
	width:80vw;
	height:200px;
	margin:-100px 0 0 -40vw;
}
#add_company_holder > table div.title{
	color:#555;
	line-height:30px;
	font-size:12px;
}
#company_list{margin:0;}
#company_list li{position:relative;}
#company_list .nbase_link{
    font-size: 12px;
    color: #999;
    padding: 5px 60px 5px 20px;
}
#company_list .nbase_link h3{display: block;line-height:40px;}
#company_list i,
#company_list .del_btn{
    display: table;
    width: 30px;
    height: 100%;
    padding: 0;
    text-align: center;
    position: absolute;
    top: 0;
}
#company_list i{right:30px;color:#aaa;line-height:50px;}
#company_list .del_btn{right: 0;}
#company_list .edit_btn:before,
#company_list .del_btn:before{
	display:table-cell;
	vertical-align: middle;
	font-size:1.2em;
}
#company_list .edit_btn:before{content: "\f044";}
#company_list .del_btn:before{content: "\f014";}

/* ORDER CENTER */
.trip_item{
	width:100%;
	height:80px;
	padding:10px;
	font-size:12px;
	line-height:16px;
	position:relative;	
}
.trip_item .img_holder{width:60px;}
.trip_item .img_link{
	display:block;
	width:60px;
	height:60px;
	padding:0;
	border-radius:5px;
	background-position:center;
	background-size:cover;
}
.trip_item .info_holder{padding-left:10px;}
.trip_item h3{
	width: 100%;
	color: #6254e7;
	font-weight:normal;
	font-size:14px;
	line-height:20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.trip_item .price{
	line-height:20px;
	color:#ff6e38;
}

.trip_holder.expired .trip_item .img_link{
	-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}
.trip_holder.expired .price{color:#aaa;}

.trip_item .ctrl_holder{width:25%;text-align:center;}
.trip_item .ctrl_holder .ctrl_link{
	display:block;
	line-height:22px;
	padding:0 10px;
	margin:7px auto;
}
.trip_item .ctrl_link.process{
	background:#6254e7;
	color:#fff;
	border-radius:20px;
}
.trip_item .ctrl_link:last-child{margin-bottom:0;}
.trip_item .ctrl_holder .ctrl_link.toogle{
	color:#888;
}
.trip_item .ctrl_holder .ctrl_link.toogle:after{content: "\f0d7";margin-left:5px;}
.trip_item .ctrl_holder .ctrl_link.toogle.shrink:after{content: "\f0d8";margin-left:5px;}
.trip_item .btn_delete{
	position:absolute;
	top:0;
	right:0;
}
.trip_item .btn_delete:before{
	content: "\f1f8";
	display:block;
	width:25px;
	height:25px;
	line-height:25px;
	text-align:center;
	font-size:16px;
	color:#999;
}

.m_trip_list{
	position:relative;
	margin:0 0 10px 0;
}
.m_trip_list .title_row{
	width:100%;
	display:table;
	position:relative;
	
	border-top-left-radius:10px;
	border-top-right-radius:10px;
}
.m_trip_list.ongoing .title_row{background:#6254e7;}
.m_trip_list.expired .title_row{background:#bbb;}
.m_trip_list .title_row h1{
	font-size:1.2em;
	line-height:2em;
	text-align:center;
	letter-spacing:2px;	
	color:#fff;
	text-shadow: -1px -1px 0 rgba(0, 0, 0, .25);
	margin:0;
	position:relative;
}
.m_trip_list .title_row .manage_link{
	position:absolute;
	right:0;
	padding:0 10px;
	color:#fff;
	font-size:.8em;
	text-shadow:none;
	letter-spacing:4px;
}
.m_trip_list.expired img{opacity:.6;}

.m_trip_list .title_row .title{
	line-height:50px;
	color:#333;
	float:left;
	text-align:center;
	position:relative;
}
.m_trip_list .title_row .title.first{
	width:46%;
}
.m_trip_list .img_holder{width:120px;}
.m_trip_list .img_link{
	display:block;
	width:100%;
	height:75px;
	position:relative;
	overflow:hidden;
	background-size:cover;
	background-position: center;
}
.img_holder .promo{
	width:30px;
	height:30px;
	padding:0 5px 4px 0;
	line-height:30px;
	font-size:20px;
	position:absolute;
	top:0;
	left:0;
	background:#ff9900;
	color:#fff;
	text-align:center;
	border-bottom-right-radius:10px;
}
.m_trip_list .time_info{
	width:100%;
	line-height:1.5em;
	position:absolute;
	bottom:0;
	background:rgba(0,0,0,.5);
	color:#fff;
	text-shadow:0 0 4px rgba(0,0,0,1);
	text-align:center;
}
.m_trip_list td{position:relative;}
.m_trip_list .info_holder{padding:5px;vertical-align:top;}
.m_trip_list .info_holder .price_info{width:120px;}
.m_trip_list .info_holder .price_info .title{width:50%;}
.m_trip_list .ctrl_holder{width:70px;padding-right:5px;text-align:center;}

.m_trip_list .trip_list{
	border:1px solid #ddd;
}

.trip_list .ctrl_link.delete{
	width:100%;
	height:100%;
	line-height:75px;
	position:absolute;
	top:0;
	right:0;
	z-index:2;
	background:#e00000;
	color:#fff;
	text-shadow:-1px -1px 1px rgba(0,0,0,.3);
	margin:0;
	overflow:hidden;
	max-width:0%;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.trip_list .ctrl_link.delete.show{
	max-width:100%;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.trip_list .ctrl_link.toogle{
	position:absolute;
	bottom:0;
}
.trip_list .ctrl_link.delete:before{
	font-family: FontAwesome;
	content: "\f1f8";
	margin-right:3px;
}
.trip_list .ctrl_link.toogle:after{
	font-family: FontAwesome;
	content: "\f0d7";
	margin-left:3px;
}
.trip_list .ctrl_link.toogle.shrink:after{content: "\f0d8";}
.trip_detail .ctrl_link{margin:0;}

.trip_list .ctrl_link .to_do_marker{
	width:10px;
	height:10px;
	background:#eb3120;
	border-radius:50%;
	position:absolute;
	top:-3px;
	left:-3px;
}

.trip_list .trip_holder:first-child{border-top:0;}
.trip_holder .trip_detail{
	position:relative;
	font-size:.8em;
	background:#fafafa;
	color:#777;
	overflow:hidden;
	max-height:0;
	-webkit-transition: all .2s;
	transition: all .2s;
	box-shadow:0 4px 10px -4px rgba(0,0,0,.2) inset;
}
.trip_holder .trip_detail.expand{
	max-height:10000px;
	box-shadow:0 4px 10px -4px rgba(0,0,0,.2) inset;
	-webkit-transition: all 1s;
	transition: all 1s;
}

.detail_list{display:table;width:100%;}
.detail_list.page{width:auto;padding:8px;}
.detail_list li.detail{
	padding:5px 10px;
	border-top:1px solid #eee;
	line-height:20px;
	clear:both;
}
.detail_list li.detail i{	
	display:block;
	width:16px;
	height:16px;
	line-height:16px;
	float:left;
	margin:2px 5px 2px 0;
	font-style:normal;
	color:#fff;
	background:#aaa;
	border-radius:50%;
	text-align:center;
}

.trip_holder .trip_detail .summary_holder{
	width:100%;
	display:table;
	text-align:left;
}
.trip_holder .trip_detail .promo_info{color: #ff9900;}
.trip_holder .trip_detail .promo_info b{
	display: inline-block;
    padding: 2px 10px;
    background: #ff9900;
    color: #fff;
    border-radius: 20px;
	margin:0 0 0 10px;
}
.trip_holder .ctrl_btn{margin:10px auto;}
.trip_holder .ctrl_btn.refund{
	float:right;
	margin:0;
	height:24px;
	line-height:24px;
	background:#02b300;
}
.detail_list li i{
	display:inline-block;
	width:24px;
	height:24px;
	line-height:24px;
	text-align:center;
	background:#aaa;
	color:#fff;
	font-style:normal;
	margin:0 4px 0 0;
	border-radius:50%;
}
.detail_list li.price table{
	width:50%;
	margin:0 auto;
}
.detail_list li.qrcode p{
	text-align:center;
}
.detail_list .ctrl_btn{display:table;}
.remark{
	font-size:1em;
	line-height:1.5em;
	display:block;
	color:#888;
}
.remark b.asterisk{
	color: #888;
	margin:0 5px;
	vertical-align:super;
	font-weight:normal;
	line-height:10px;
}
.trip_holder .group_qrcode{width:100%;float:left;text-align:center;margin:10px;}
.trip_holder .group_qrcode b{display:block;width:180px;}

/* PAY */
#pay_info{
	width:100vw;
	padding:10px;
	color:#333;
	font-size:12px;
}
#pay_info h1{
	width:100%;
	margin:0;
	font-size:16px;
	line-height:20px;
	margin-top:5px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
#pay_info h1 span{font-size:14px;font-weight:normal;margin-left:5px;}
#pay_info td{padding:5px;}
.checkout_alert{
	color:#fff;
	background:#02b300;
	font-size:1em;
	line-height:2em;
	text-align:center;
	padding:0 15px;
	border-radius:30px;
}
#pay_info .info_holder{
	font-size:.9em;
	line-height:1.8em;
}
#pay_info .info_holder .date{color:#666;font-size:.8em;}
#pay_info .payment_info{
	text-align:center;
	line-height:1.5em;
}
#pay_info .payment_info b{
	color:#6254e7;
	font-size:1.5em;
	font-family:Arial,helvetica;
	padding:0 5px;
	letter-spacing:0;
	line-height:22px;
}
#pay_info .payment_info span{
	display:block;
	color:#666;
	font-size:.8em;
	line-height:1.2em;
}
.confirm_read_policy{
	display:table;
	margin:15px auto;
	font-size:12px;
	color:#999;
}
.confirm_read_policy input[type=checkbox]{
	margin:0 5px 0 0;
}
#btn_pay{
	display:table;
	width:50%;
	line-height:30px;
	background:#5454e8;
	color:#fff;
	text-align:center;
	font-weight:bold;
	margin:5px auto;
	border-radius:30px;
	letter-spacing:2px;
}

#pay_holder .choose_payment.curr{
	background:#fff9e6;
}
#pay_holder .link label{
	display:block;
	height:100%;
	margin:0;
}
#pay_holder .link label img{
	height:30px;
	float:left;
	margin:15px;
}
#pay_holder .link label input[type=radio]{
	width:20px;
	height:60px;
	margin:0 10px;
	float:right;
}
#pay_wire_holder{}

#nonpay_holder{padding:10px;display:none;}
.nonpay_note{margin:5px 10% 10px 10%;}

#wire_holder > table{
	width:94vw;
	height:96vh;
	margin:-48vh 0 0 -47vw;
}
#wire_holder > table td{font-size:12px;line-height:30px;}
#wire_holder > table .header_holder .title:before{
	content: "\f09d";
	margin-right:3px;
}

/* MSG */
.msg{
	display:block;
	width:100%;
	height:30px;
	color:#6254e7;
	background:#fafafa;
	border-bottom:1px solid #e3e3e3;
	cursor:pointer;	
	overflow:hidden;
	font-size:12px;
}
.msg.read{color:#888;background:#f3f3f3;}
.msg.curr{background:#fff;height:auto;}
.msg td{line-height:30px;padding:0;}
.msg tr.msg_content td{line-height:20px;}
.msg tr.msg_content p{margin:5px 5px 10px 0;}
.msg i{display:inline-block;}
.msg .bullet i{
	display:block;
	width:6px;
	height:6px;
	background:#6254e7;
	border-radius:50%;
	margin:12px;
}
.msg.read .bullet i{background:#c2c0be;}
.msg .arrow:before{
	font-family: FontAwesome;
	content: "\f0d7";
}
.msg.curr .arrow:before{content: "\f0d8";}
.msg .bullet{width:30px;text-align:center;}
.msg .date:before{content: "\f133";margin-right:3px;}
.msg .arrow{width:35px;text-align:center;}

/* VCARD HOLDER */
#vcard_holder > table{
	width:94vw;
	height:300px;
	margin:-150px 0 0 -47vw;
}
#vcard_holder > table td{font-size:12px;line-height:30px;}
#vcard_holder > table .header_holder .title:before{
	content: "\f2bc";
	margin-right:3px;
}