/*      加購高鐵票流程    */

/*共用設定*/
.thsrc {
	color: #4D4D4D;
}
.thsrc select{ 
	background: transparent;
    border-radius: 0;
    border: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.thsrc input{
	background: transparent;
	border: none;
}
.thsrc .container{
	width: 85%;
	margin:auto;
}
.thsrc .row{
	margin:10px 0; 
	position: relative;
}
/*select*/
.thsrc .select, .thsrc input.calendar{
	display: inline-block;
    border-radius: 3px;
    border: 1px solid #F2F2F2;
    position: relative;
    color: #4D4D4D;	
}
.thsrc .select select{
	padding: 5px 22px 5px 5px;
    font-size: 16px;
}
.thsrc .select:before{
	content: '';
	display: block;
	width: 12px;
	height: 100%;
	position: absolute;
	right: 5px;
	background: url(../images/icon_select.svg) no-repeat center center;
	z-index: -1;
}
/*input*/
.thsrc input.calendar{
	width: 120px;
	padding: 5px 28px 5px 5px;
	background: url(../images/icon_calender.svg) no-repeat 96% center;
    background-size: 17%;
    font-size: 16px;
}

/*大分類（綠）*/
.thsrc .typeLong{
	width: 100%;
	color: #333333;
	background-color:#EDF2B3;
	padding: 12px;
	font-size: 20px;
	box-sizing: border-box;
}
.thsrc .typeLong.center{
	text-align: center;
}
/*小分類（綠）*/
.thsrc .typeSmall{
	width: 150px;
	text-align: center;
	color: #fff;
	background-color: #BBD62A;
	padding: 10px 0;
	display: inline-block;
}
/*大標題（灰）*/
.thsrc .titleBig{
	text-align: center;
	background: #F2F2F2;
	padding: 10px 0;	
}

/*小標題（灰）*/
.thsrc .titleSmall{
	text-align: center;
	background: #F2F2F2;
	width: 110px;
	display: inline-block;
	padding: 10px 0;
	margin-right: 8px;
}

/*按鈕外盒*/
.thsrc .buttonSpace{
	text-align: center;
	margin: 40px auto;
}
/*按鈕（大）*/
.thsrc .btn_big,
.thsrc .btn_small{
    background: #F9C15D;
    display: inline-block;
    padding: 16px 52px;
    color: #fff;
    font-size: 20px;
    border-radius: 5px;
    border: none;
    font-family: font1;
    cursor: pointer;
    transition: all .5s;
}
.thsrc .btn_small{
    font-size: 18px;
}

.thsrc .btn_big.dark,
.thsrc .btn_small.dark{
	background: #999;
}
.thsrc .btn_big.light:hover,
.thsrc .btn_big.light:focus,
.thsrc .btn_small.light:hover,
.thsrc .btn_small.light:focus{
    background: #ffa911; 
}
.thsrc .btn_big.dark:hover,
.thsrc .btn_big.dark:focus,
.thsrc .btn_small.dark:hover,
.thsrc .btn_small.dark:focus{
    background: #c5c5c5; 
}
/*提醒*/
.thsrc .notice{
	color: #00ADC4;
	font-size: 12px;
	margin: 0;
	line-height: 1.5;
}
.thsrc .notice:before{
	content: '';
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url(../images/icon_notice.svg) no-repeat center center;
	vertical-align: text-top;
	margin-right: 2px;
}
/*inline-block*/
.thsrc .inlineB{
	display: inline-block;
}
/*空格*/
.thsrc  span.margin{
	margin: 0 5px;
	display: inline-block;
}
/*-----------Stepbox--------------*/
.thsrc .stepBox{
	text-align: center;
	margin:30px auto 30px;
}
.thsrc .stepBox .singleStep{
	display: inline-block;
    margin: 0 15px;
}
.thsrc .stepBox .step{
	width: 70px;
	height: 76px;
	position: relative;
}
.thsrc .stepBox .step:before{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
}
.thsrc .stepBox .step:after{
	content: '';
    display: block;
    left: -13px;
    position: relative;
    width: 162%;
    height: 5px;
    background-color: #F2F2F2;
}
.thsrc .stepBox .singleStep p{
	padding-top: 15px;
	font-size: 14px;
}
/*normal*/
.thsrc .stepBox .step01{
	background: url(../images/step_icon.svg) no-repeat 0 0;	
	background-size: 700% 100%;
}
.thsrc .stepBox .step02{
	background: url(../images/step_icon.svg) no-repeat -140px 0;	
	background-size: 700% 100%;
}
.thsrc .stepBox .step03{
	background: url(../images/step_icon.svg) no-repeat -280px 0;	
	background-size: 700% 100%;
}
.thsrc .stepBox .step04{
	background: url(../images/step_icon.svg) no-repeat -420px 0;	
	background-size: 700% 100%;
}
/*現在位置*/
.thsrc .stepBox .step01.pageNow{
	background: url(../images/step_icon.svg) no-repeat -70px 0;	
	background-size: 700% 100%;	
}
.thsrc .stepBox .step02.pageNow{
	background: url(../images/step_icon.svg) no-repeat -210px 0;	
	background-size: 700% 100%;	
}
.thsrc .stepBox .step03.pageNow{
	background: url(../images/step_icon.svg) no-repeat -350px 0;	
	background-size: 700% 100%;	
}

.thsrc .stepBox .step.pageNow:after{
    background-color: #EDF2B3;
}

/*-----------=============  order1   ====================--------------*/
.thsrc .thsrc_or1{
	width: 80%;
	margin: auto;
}
/*-----------Search--------------*/
.thsrc .search{
	margin: 10px 0 ;
}
.thsrc .rowWrap{
	display: inline-block;
	vertical-align: top;
}
.thsrc .search p.notice{
	margin: 8px 0 0;
}
.thsrc .search .typeSmall{
	margin-right: 10px;
}
.ticket_type ~ label {
	cursor: pointer;
}

/*去（回）程時間*/
.thsrc .search .typeSmall.time{
	height: 34px;
}
/*身份*/
.thsrc .search .people{
	display: inline-block;
}
.thsrc .search span.identityS,
.thsrc .search span.identityL{
	display: inline-block;
}
.thsrc .search span.identityS{
	width: 80px;
}
.thsrc .search span.identityL{
	width: 150px;
	margin-left: 90px;
}
.rowWrap > div + div{
	margin-top: 5px;
}
.thsrc .search .typeSmall.identity{
	height: 72px;
}
/*去、回程顯示控制*/
.thsrc .search div.one_way_go,
.thsrc .search div.one_way_back{
	transition: all .5s;
}
.thsrc .search .hidden{
	animation: hidden 1s 0s forwards;
}
.thsrc .search .open{
	animation: open 1s 0s forwards;
}
@keyframes hidden{
	0%{ opacity: 1; }
	10%{ opacity: 0; }
	/*30%{ position: absolute;  }*/
	100%{ opacity: 0;position: absolute; }
}
@keyframes open{
	0%{ opacity: 0; }
	10%{ opacity: .5; }
	100%{ opacity: 1;position: relative; }
}

/*票數選擇*/
 select.ticketQuantity{
 	width: 55px;
 }

/*-----------注意事項--------------*/
.thsrc .needKnow{
	background: #F2F2F2;
	padding: 25px 30px 25px 50px;
}
.thsrc .needKnow h3{
	color: #B3B3B3;
    font-size: 18px;
    margin-left: -20px;
    margin-bottom: 15px;
}
.thsrc .needKnow ul.list{
    padding: 6px 40px;
}
.thsrc .needKnow ul.list > li{
    list-style-type: disc;
    line-height: 1.5;
    color: #666666;
}


/*-----------=============  order2   ====================--------------*/
.thsrc .thsrc_or2{
	width: 80%;
	margin: auto;
}
/*小分類（綠） 改寬度*/
.thsrc .thsrc_or2 .typeSmall{
	width: 110px;
}

.thsrc .thsrc_or2 .chooseTrain,
.thsrc .thsrc_or2 .bookings{
	margin: 20px auto;
}

/*選擇車次*/
.thsrc .timeTable{
	padding: 15px 0;
}
.thsrc .timeTable .timeWrap{
	position: relative;
}
.thsrc .timeTable .dayInfo{
	display: inline-block;
	color: #F7A700;
	margin-left: 15px;
}
.thsrc .timeTable .show_trains{
	position: absolute;
	right: 2px;
	top: 0%;
}
.thsrc .timeTable .show_trains .earlier,
.thsrc .timeTable .show_trains .later{
	display: inline-block;
	color: #BBD62A;
	cursor: pointer;
	line-height: 36px;
}
.thsrc .timeTable .show_trains .later{
	margin-left: 30px;
}

/*時間表格*/
.thsrc .timeTable .css_table{
	display: table;
	width: 100%;
	margin-top: 10px;
}
.thsrc .timeTable .css_thead, .thsrc .timeTable .css_tr{
	display: table-row;
}
/*表頭*/
.thsrc .timeTable .css_thead{
	background: #F2F2F2;
}
.thsrc .timeTable .css_thead .css_td{
	padding: 10px 0;
}
.thsrc .timeTable .css_td{
	display: table-cell;
	text-align: center;
}
/*每列*/
.thsrc .timeTable .css_tr:hover{
    background: rgba(237, 242, 179, 0.55);
    cursor: pointer;
}
.thsrc .timeTable .css_tr .css_td{
	padding: 10px 0;
	font-size: 14px;
}

/*訂單明細*/
.thsrc .bookingDetail{
	margin: 10px auto;
	position: relative;
	font-size: 0;
}
.thsrc .bookingDetail >div{
	font-size: 16px;
}
.thsrc .bookingDetail > div.base + div.base{
	margin-top: 10px;
}
/*區塊*/
.thsrc .bd_block{
	margin: 10px auto 0;
	display: inline-block;
	width: 50%;
}
.thsrc .bookingDetail.hr{
	margin: 0px auto 10px;
}
/*畫底線*/
.thsrc .hr:before{
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    display: block;
    background: #F2F2F2;
    top: 0px;
}
.thsrc .thsrc_or2 .way_go,
.thsrc .thsrc_or2 .way_back{
	margin: 15px auto;
}
.thsrc .thsrc_or2 .btn_small:first-child,
.thsrc .thsrc_or3 .btn_small:first-child {
	margin-right: 25px;
}

.thsrc .thsrc_or2 .buttonSpace,
.thsrc .thsrc_or3 .buttonSpace{
	margin: 0;
	padding: 40px 0 0;
}

/*-----------=============  order3   ====================--------------*/
.thsrc .thsrc_or3{
	width: 80%;
	margin: auto;
}
.thsrc .thsrc_or3 .turInfo,
.thsrc .thsrc_or3 .thsrcInfo,
.thsrc .thsrc_or3  .orderInfo,
.thsrc .thsrc_or3  .payInfo{
	margin: 20px auto;
}
/*行程名稱*/
.thsrc .thsrc_or3 .turInfo .turName{
	margin-left: 122px;
    line-height: 36px;
}
/*報名人數*/
.thsrc .thsrc_or3 .turInfo .titleSmall.abs{
	position: absolute;
	top: 0;
	left:0;
}
.thsrc .thsrc_or3 .turInfo .leave{
    width: calc(100% - 122px);
    line-height: 36px;
    margin-left: 122px;
}
.thsrc .thsrc_or3 .turInfo .leave:after{
	content: '';
	display: block;
	width: 100%;
	height: 36px;
}
.thsrc .thsrc_or3 .row_detail,
.thsrc .thsrc_or4 .row_detail{
	position: relative;
}
.thsrc .thsrc_or3 .detail_price,
.thsrc .thsrc_or3 .detail_total_price,
.thsrc .thsrc_or4 .detail_price,
.thsrc .thsrc_or4 .detail_total_price{
	position: absolute;
	right: 15px;
	top: 0;
}
/*合計*/
.thsrc .thsrc_or3 .turInfo .row_detail:last-child:before,
.thsrc .thsrc_or4  .row_detail:last-child:before{
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #E6E6E6;
}
.thsrc .thsrc_or3 .detail_total_price{
	color: #F7A700;
	font-size: 18px;
}

/*高鐵訂位明細*/
.thsrc .thsrc_or3 .way_go,
.thsrc .thsrc_or3 .way_back{
	margin: 15px auto;
}
.thsrc .thsrc_or3 .way_box{
	position: relative;
	line-height: 25px;
}
.thsrc .thsrc_or3 .thsrcInfo .hr:before{
	top: -10px;
}
.thsrc .thsrc_or3 .thsrcInfo span.title{
	margin-right: 8px;
}
.thsrc .thsrc_or3 .thsrcInfo span.sub{
	margin-right: 25px;
}

/*票價表格*/
.thsrc .thsrcInfo .css_table{
	display: table;
	width: 100%;
	padding: 10px 0;
}
.thsrc .thsrcInfo .css_thead, .thsrc .thsrcInfo .css_tr{
	display: table-row;
}
/*表頭*/
.thsrc .thsrcInfo .css_thead{
	background: #F2F2F2;
}
.thsrc .thsrcInfo .css_thead .css_td{
	padding: 10px 0;
}
.thsrc .thsrcInfo .css_td{
	display: table-cell;
	text-align: center;
}
/*每列*/
.thsrc .thsrcInfo .css_tr .css_td{
	padding: 10px 0;
}
.thsrc .thsrcInfo .css_tr span.round_trip{
	color: #C1272D;
	font-size: 12px;
}
.thsrc .thsrcInfo .totalNum > .css_td{
	color: #F7A700;
	font-size: 18px;	
	border-top: 1px solid #E6E6E6;
}

/*輸入訂位資訊*/
.thsrc .orderInfo span.need{
	color: #C1272D;
	font-size: 12px;
	margin-right: 5px;
}
.thsrc .infoFrame{
	position: relative;
}
.thsrc .orderInfo .infoFrame .identify{
	padding: 10px 0;
}
.thsrc .orderInfo .identify > input{
	border: 1px solid #ccc;
	height: 28px;
    width: 150px;
    padding: 0 5px ;
}
.thsrc .orderInfo .notice{
	margin-left: 20px;
	font-size: 14px;
	position: relative;
}
.thsrc .orderInfo .notice:before{
	position: absolute;
	left: -20px;
	top: 4px;
}
.thsrc .m15{
	margin-top: 15px;
} 
.thsrc .orderInfo .infoFrame  .titleSmall{
	width: 135px;
	margin: 10px 0;
}
/*付款資訊*/
.thsrc .payInfo span.num{
	color: #F7A700;
}
.thsrc .payInfo .typeLong + p{
	padding: 15px 0 0px 12px;
	line-height: 1.5;
}
.thsrc .payInfo .payMethod{
	position: relative;
}
.thsrc .payInfo .payMethod label{
	display: inline-block;
	padding: 15px 5px;
}


/*-----------=============  order4   ====================--------------*/
.thsrc .thsrc_or4{
	width: 80%;
	margin: auto;
}
/*result 示意*/
.thsrc .result_finish,
.thsrc .result_warning{
    text-align: center;
    margin: 30px auto ;
	color: #C1272D;
	display: none;
}
.thsrc .result_finish.show,
.thsrc .result_warning.show{
	display: block;
}
.thsrc .result_finish > div:first-child {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 15px;
}
.thsrc .result_finish > div:first-child > img{
	width: 50px;
	vertical-align: -32%;
	margin-right: 10px;
}
/*warning*/
.thsrc .result_warning .inlineB{
	margin-left: 15px;
	line-height: 1.5;
}
.thsrc .result_warning >img{
	width: 60px;
	vertical-align: bottom;
}
.thsrc .result_warning p:first-child{
	font-size: 24px;
	font-weight: bold;	
}

/*報名行程*/
.thsrc span.orderNum{
	color: #F7A700;
	display: block;
	padding-top: 15px;
}
.thsrc .thsrc_or4 .infoFrame{
	margin-left: 25px;
	box-sizing: border-box;
	margin-bottom: 35px;
}
.thsrc .thsrc_or4 .infoFrame > div{
	margin: 12px 0 0;
	position: relative;
	line-height: 1.5;
}
.thsrc .thsrc_or4 .infoFrame .base{
	padding: 0px 30px 0;
}
.thsrc .thsrc_or4 span.abs{
	position: absolute;
	left: 0;
}
.thsrc .thsrc_or4 .infoFrame > .inlineB{
	width: 48%;
	vertical-align: top;
}
/*標題四個字*/
.thsrc .thsrc_or4 .infoFrame .sp_4{
	padding-left: 85px;
	min-height: 24px;
}
/*標題二個字*/
.thsrc .thsrc_or4 .infoFrame .sp_2{
    padding-left: 53px;
}
/*報名人數*/
.thsrc .thsrc_or4 .infoFrame .row > span.abs,
.thsrc .thsrc_or4 .thsrcBorder .row > span.abs{
	display: inline-block;
	line-height: 28px;
}
.thsrc .thsrc_or4 .infoFrame .leave{
    width: calc(100% - 122px);
    line-height: 28px;
    margin-left: 85px;
}
.thsrc .thsrc_or4 .thsrcBorder .leave{
    width: calc(100% - 90px);
    line-height: 28px;
    margin-left: 53px;	
}
.thsrc .thsrc_or4 .infoFrame .leave:after,
.thsrc .thsrc_or4 .thsrcBorder .leave:after{
	content: '';
	display: block;
	width: 100%;
	height: 28px;
}
.thsrc .thsrc_or4 .detail_total_price{
	font-size: 18px;
}

/*高鐵訂位資訊*/
.thsrc .thsrc_or4 .thsrcBorder{
	position: relative;
    padding: 25px 0;
}
.thsrc .thsrc_or4 div.orderNum{
	color: #F7A700;
	margin-top: 15px;
}
.thsrc .thsrc_or4 .thsrcBorder .mr{
	margin-top: 12px;
}
.thsrc .thsrc_or4 .thsrcBorder .inlineL,
.thsrc .thsrc_or4 .thsrcBorder .inlineR{
	display: inline-block;
	vertical-align: top;
	line-height: 1.5;
}
.thsrc .thsrc_or4 .thsrcBorder .inlineL{
	width: 60%;
}
.thsrc .thsrc_or4 .thsrcBorder .inlineR{
	margin-left: 2%;
	width: 36%;
}
.thsrc .thsrc_or4 .thsrcBorder .flexible{
	position: relative;
	padding-left: 48px;
	box-sizing: border-box;
}
.thsrc .thsrc_or4 .thsrcBorder > div{
	margin-bottom: 25px;
}

/*取票方式*/
.thsrc .thsrc_or4 .getTicketWay{
	text-align: center;
}
.thsrc .thsrc_or4 .stores,
.thsrc .thsrc_or4 .station{
	display: inline-block;
	text-align: center;
	margin-top: 20px;
}
.thsrc .thsrc_or4 .stores > img{
	width: 350px;
}
.thsrc .thsrc_or4 .station > img{
	width: 135px;
}
.thsrc .thsrc_or4 .stores p,
.thsrc .thsrc_or4 .station p{
	margin-top: 10px;
}
.thsrc .thsrc_or4 .station{
	margin-left: 20px;
}
.thsrc .thsrc_or4 .stores a,
.thsrc .thsrc_or4 .station a{
	color: #00ADC4;
}

/* 會員中心-訂單資訊裡的欄位 */
.thsrc .msgbox textarea{
	width: 100%;
    box-sizing: border-box;
    margin-top: 15px;
    height: 140px;
}

/*會員中心-訂單資訊的修改班次按鈕*/
.thsrc .changeBtn{
	position: absolute;
	right: 0;
    top: -40px;
}
.thsrc .changeBtn .btn_small{
	font-size: 14px;
    padding: 10px 24px;
}


/*------------------------RWD----------------------------------*/
@media (max-width: 980px) {
/*-----------=============  order2   ====================--------------*/
.thsrc .thsrc_or2{
	width: 90%;
}

/*-----------=============  order3   ====================--------------*/
.thsrc .thsrc_or3{
	width: 90%;
}
	

/*-----------=============  order4   ====================--------------*/
.thsrc .thsrc_or4{
	width: 90%;
}

}

@media (max-width: 880px) {
	

/*-----------=============  order1   ====================--------------*/
.thsrc .thsrc_or1{
	width: 90%;
}

/*-----------=============  order4   ====================--------------*/
.thsrc .result_finish, .thsrc .result_warning{
	margin: 42px auto;
}



}


@media (max-width: 780px) {
.thsrc .btn_big, .thsrc .btn_small{
	padding: 14px 46px;
	font-size: 16px;
}	
.thsrc .btn_small{
    padding: 12px 34px;
}
.thsrc .thsrc_or2 .btn_small:first-child, 
.thsrc .thsrc_or3 .btn_small:first-child{
	margin-right: 10px;
}

/*-----------=============  order1   ====================--------------*/
.thsrc .thsrc_or1 .one_way_go > span.notice,
.thsrc .thsrc_or1 .one_way_back > span.notice{
	display: block;
    padding: 8px 0 0 0px;
}
.thsrc .needKnow{
    font-size: 14px
}
.thsrc .search .typeSmall{
	width: auto;
	display: block;
	margin-right: 0;
	margin-bottom: 10px;
    color: #4d4d4d;
    background-color: #F2f2f2;
	text-align: left;
	padding-left: 15px;
}
.thsrc .search .typeSmall.time,
.thsrc .search .typeSmall.identity{
	height: auto;
}
.thsrc .search .people{
	margin-bottom: 10px;
	height: 30px;
	display: block;
}
.thsrc .search span.identityL{
    margin-left: 0px;
}
.thsrc .search span.identityS,
.thsrc .search span.identityL{
	width: 170px;
}
.thsrc .needKnow{
	padding: 25px 0px 25px 30px;
}
.thsrc .needKnow ul.list{
    padding: 6px 30px;
}
.thsrc .needKnow h3{
	margin-left: 0;
}
.thsrc input.calendar{
	width: 110px;
}
.thsrc .search .people .select{
    position: absolute;
    right: 0;
}

/*-----------=============  order2   ====================--------------*/
.thsrc .timeTable .dayInfo{
	display: block;
	margin-left: 0;
	margin-top: 10px;
}
.thsrc .thsrc_or2 .bookings .base > .inlineB{
	display: block;
    margin: 10px 0 0 15px;
    line-height: 1.3;
}
.thsrc .bookingDetail .bd_block{
	display: block;
	width: auto;
}
.thsrc .thsrc_or2  .hr:before{
	top: -10px;
}
.thsrc .thsrc_or2 .titleSmall{
	width: 85px;
}
.thsrc .thsrc_or2 .inlineB{
	font-size: 14px;
}

/*-----------=============  order3   ====================--------------*/
.thsrc .thsrcInfo .css_table{
	font-size: 14px;
}
.thsrc .thsrcInfo .totalNum > .css_td{
	font-size: 16px;
}
.thsrc .orderInfo .infoFrame  .titleSmall{
	width: 120px;
	font-size: 14px;
}

/*-----------=============  order4   ====================--------------*/
.thsrc .thsrc_or4 .infoFrame > .inlineB{
	display: block;
	width: auto;
}
.thsrc .thsrc_or4 .thsrcBorder .inlineL, 
.thsrc .thsrc_or4 .thsrcBorder .inlineR{
	display: block;
	width: auto;
}
.thsrc .thsrc_or4 .thsrcBorder .inlineR{
	margin-left: 0;
}
.thsrc .thsrc_or4 .stores > img{ 
	width: 270px; 
}
.thsrc .thsrc_or4 .station > img{
	width: 100px;
}
.thsrc .thsrc_or4 .infoFrame .row > span.abs,
.thsrc .thsrc_or4 .thsrcBorder .row > span.abs{
	position: relative;
}
.thsrc .thsrc_or4 .infoFrame .leave,
.thsrc .thsrc_or4 .thsrcBorder .leave{
    display: block;
    margin-left: 0;
    margin-right: 30px;
    width: auto;
}

/*會員中心-訂單資訊的修改班次按鈕*/
.thsrc .changeBtn{
    top: -36px;
}
.thsrc .changeBtn .btn_small{
    padding: 8px 18px;
}



}


@media (max-width: 550px){
/*大分類（綠）*/
.thsrc .typeLong{
	padding: 15px;
}


/*-----------Stepbox--------------*/
.thsrc .stepBox{
	margin: 35px auto;
}
.thsrc .stepBox .step{
    width: 45px;
    height: 49px;
}
.thsrc .stepBox .singleStep{
	margin: 0 5px;
}
/*normal*/
.thsrc .stepBox .step01{
	background: url(../images/step_icon.svg) no-repeat 0 0;	
	background-size: 700% 100%;
}
.thsrc .stepBox .step02{
	background: url(../images/step_icon.svg) no-repeat -90px 0;	
	background-size: 700% 100%;
}
.thsrc .stepBox .step03{
	background: url(../images/step_icon.svg) no-repeat -180px 0;	
	background-size: 700% 100%;
}
.thsrc .stepBox .step04{
	background: url(../images/step_icon.svg) no-repeat -270px 0;	
	background-size: 700% 100%;
}
/*現在位置*/
.thsrc .stepBox .step01.pageNow{
	background: url(../images/step_icon.svg) no-repeat -45px 0;	
	background-size: 700% 100%;	
}
.thsrc .stepBox .step02.pageNow{
	background: url(../images/step_icon.svg) no-repeat -135px 0;	
	background-size: 700% 100%;	
}
.thsrc .stepBox .step03.pageNow{
	background: url(../images/step_icon.svg) no-repeat -225px 0;	
	background-size: 700% 100%;	
}

.thsrc .stepBox .step.pageNow:after{
    background-color: #EDF2B3;
}

/*-----------=============  order1   ====================--------------*/
.thsrc .thsrc_or1 .rowWrap{
    font-size: 14px;
    margin-left: 15px;
}
.thsrc .thsrc_or1 input.calendar{
	width: 100px;
	font-size: 14px;
}
.thsrc .thsrc_or1 .select select{
	font-size: 14px;
}
.thsrc .thsrc_or1 .one_way_go > span.notice, 
.thsrc .thsrc_or1 .one_way_back > span.notice{
    padding: 8px 0 0 15px;
}
.thsrc .thsrc_or1 .select.way{
	margin-left: 15px;
}
.thsrc .search .row div + label{
	margin-left: 15px;
}

/*-----------=============  order2   ====================--------------*/
.thsrc .timeTable .show_trains{
	position: relative;
}
.thsrc .timeTable .show_trains .later{
	margin-left: 0;
	position: absolute;
	right: 0;
}
.thsrc .timeTable .show_trains .earlier, 
.thsrc .timeTable .show_trains .later{
	line-height: 1;
	margin: 15px 0 10px;
}


/*-----------=============  order3   ====================--------------*/
.thsrc .turInfo .titleSmall{
	display: block;
	width: auto;
	margin-right: 0;
}
.thsrc .thsrc_or3 .turInfo .titleSmall.abs{
	position: relative;
}
.thsrc .turInfo .row{
	text-align: center;
}
.thsrc .turInfo .inlineB{
	margin-top: 10px ;
}
.thsrc .thsrc_or3 .turInfo .turName{
	margin-left: 0;
}
.thsrc .thsrc_or3 .turInfo .leave{
	margin-left: 0;
	width: 100%;
}
.thsrc .thsrc_or3 .row_detail{
	text-align: left;
}
.thsrc .thsrc_or3 .turInfo .leave .detail_people{
	padding-right: 85px;
}
.thsrc .thsrcInfo .css_table .css_td.only{
	position: absolute;
    width: 190px;
    right: 5%;
    text-align: right;
}
.thsrc .orderInfo  .identify span.onlyNum{
    width: 110px;
    display: inline-block;
    line-height: 1.3;
    vertical-align: middle;
}
.thsrc .orderInfo  .identify input{
    vertical-align: middle;
}
.thsrc .payInfo .payMethod label{
	display: block;
}
.thsrc .thsrc_or3 .way_box{
	line-height: 1.5;
	font-size: 14px;
}


/*-----------=============  order4   ====================--------------*/
.thsrc .thsrc_or4 .stores, .thsrc .thsrc_or4 .station{
	display: block;
	margin-top: 10px;
}
.thsrc .thsrc_or4 .station{
	margin-left: 0;
}
.thsrc .thsrc_or4 .infoFrame{
	margin-left: 0;
}
.thsrc .thsrc_or4 .infoFrame .base{
	padding-right: 0;
}
.thsrc .thsrc_or4 .infoFrame .leave,
.thsrc .thsrc_or4 .thsrcBorder .leave{
	margin-right: 0;
}

} 

