@charset "big5";
.errmsg {
    color: #e30d15;
    font-size: 14px;
    padding-top: 3px;
}
.red{
    color: #F22727;
}
.redbold{
    color: #F22727; 
    font-weight:bold;
    font-size:21px;
}
/*報名訂購*/
.order_pad{
    padding-right: 10px;
    padding-bottom: 30px;
}
.order_pad2{
    padding-bottom: 20px;
}
.order_information{
	font-size:14px;
}
.order_information h4{
    font-size: 19px;
	font-weight:bold;
	color:#444;
    padding-bottom: 13px;
    border-bottom: 1px solid #e2e2e2;
}
.order_information h4.Redtitle{
    color: #e30d15;
    border:0;
    padding:0;
}
.order_information .form-group{
    margin-bottom: 10px;
}
.order_information .member_add {
    font-size: 15px;
    font-weight: normal;
    display: inline-block;
    margin-left: 10px;
}
.order_information .btn_login{
    background-color: #20bb99;
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 15px;
}
.order_information h4 > i {
    background-color: #f17d69;
	color:#fff;
    width: 25px;
    height: 25px;
    vertical-align: text-top;
    text-align: center;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
	padding-top: 3px;
    padding-left: 2px;
    margin-right: 5px;
}
.order_information h4 span {
    font-weight: 200;
	font-size:14px;
    margin-left: 30px;
    color: #999;
}
.order_information ul.order_information_content {
	width: 100%; display: table; padding:0; margin:0; font-size:14px;
	border-bottom: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    background: #dbdbdb;
}
.order_information ul.order_information_content li {
	list-style:none;
	border-top: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    background: #FFF;
	line-height: 33px;
	padding: 10px;
}
.order_information ul.order_information_content li .fa-asterisk {color: #F22727; margin-right: 5px;}
.order_information ul.order_information_content li.order_information_title {text-align: right; background: #dbdbdb;border-top: 1px solid #f0f0f0;}
.order_information ul.order_information_content li .form-control[readonly]{background-color:#fff;}
.order_information ul.order_information_content li input.areacode {width: 38%; float: left; margin-right: 5px;}
.order_information ul.order_information_content li input.telephone {width: 38%; float: left; margin-right: 5px;}
.order_information ul.order_information_content li input.Extension {width: 21%; float: left;}
.order_information ul.order_information_content li label.radio-inline input {margin: 10px 0 0 -20px;}
.order_information ul.order_information_content li.no_border{border-left: none;}
.order_information ul.order_information_content li a i {margin-right: 5px;}
.order_information ul.order_information_content li a.other_date {
    padding: 5px 16px;
    font-size: 14px;
    line-height: 18px;
    vertical-align: initial;
}
.order_information ul.order_information_content li .period {margin-right: 20px;float: left;}
.order_information ul.order_information_content li .total_days {margin-right: 30px;float: left;}
.order_information ul.order_information_content li .badge {padding: 4px 10px;margin: 0 5px;border-radius: 4px;}
.order_information ul.order_information_content li .othSendType{line-height:initial;}
.order_information ul.order_information_content li.remarks{color: #26a69a;}
.order_information ol.select_people_remarks {width: 100%; display: table; padding:10px 0px 10px 20px; margin: 0 auto;}
.order_information ol.select_people_remarks li {list-style: decimal; line-height: 25px; padding-left:10px;}
.order_information ol.select_people_remarks li span {color: #F22727;}
.order_information label{
    font-size: 15px;
    font-weight: normal;
    margin-top: 3px;
}

/*報名人數*/
.passenger_category{
    font-size:16px;
    border-spacing:0;
    border-collapse:collapse;
}
.passenger_category th{
    font-size:14px;
    line-height:21px;
    padding:15px;
    background-color:#ECECEC;
}
.passenger_category th:nth-child(2),
.passenger_category th:nth-child(3){ 
    text-align: right;
}
.passenger_category td{
    line-height:21px;
    padding:15px;
    background-color:#ffffff;
    border-bottom:1px solid #e2e2e2;
}
.passenger_category td .red{
    color: #F22727;
}
.passenger_category td .redbold{
    color: #F22727; 
    font-weight:bold;
    font-size:22px;
}
.passenger_category .tb_w1{width:40%;}
.passenger_category .tb_w2{width:30%;}
.passenger_category .tb_w3{width:75%;}
.passenger_category .tb_w4{width:15%;}
.passenger_category .tb_w5{width:10%;}

/*報名人數-價格*/
.passenger_price{
    width: 100%;
    border: 1px solid #e2e2e2;
    border-collapse:collapse;
    font-size: 16px;
}
.passenger_price th { 
    background-color: #E5F2F8;
    border: 1px solid #e2e2e2;
    padding:12px 10px;
    text-align: center;
    font-size:15px;
}
.passenger_price td { 
    padding:12px 10px;
    border:1px solid #e2e2e2;
}
.passenger_price_bottom{
    width: 100%;
    border: 1px solid #e2e2e2;
    border-top:0;
    border-collapse:collapse;
    font-size: 16px;
}
.passenger_price_bottom td { 
    padding:15px;
    border-bottom:1px solid #e2e2e2;
    text-align: right;
}
.passenger_price_bottom td .red {
    color: #F22727;
    font-size: 18px;
}
.passenger_price_bottom td .redbold{
    color: #F22727; 
    font-weight:bold;
    font-size:22px;
}
.passenger_price_bottom td:nth-child(1){
    width: 76%;
    font-weight: 600;
}

/*旅客資料*/
.passenger_information {padding-bottom:30px;font-size:14px;}
.passenger_information h4{
	color:#444;
	font-weight:bold;
}
.passenger_information h4 > i {
    background-color: #F17D69;
	color:#fff;
    width: 25px;
    height: 25px;
    vertical-align: text-top;
    text-align: center;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
	padding-top: 3px;
    padding-left: 2px;
    margin-right: 5px;
}
.passenger_information h4 .checkbox {
	display: inline; 
	margin-left: 15px;
	font-weight:normal;
}
.passenger_information_box {
	width: 100%; display: table;font-size:14px;
	border: 1px solid #e2e2e2;
	border-bottom:none;
	background:#fff;
}
.passenger_information_box .passenger_information_title {
	text-align: left; 
	background: #dbdbdb;
	border-bottom: 1px solid #e2e2e2;
	padding:13px 10px;
}
.passenger_information_box .passenger_information_title .badge{
	line-height:26px;
	font-size: 14px;
	border-radius:5px;
	padding: 0px 10px;
	background-color:#F17D69;
	margin-right:10px;
}
.passenger_information_box .passenger_information_title .price{
	text-align:right;
	color:#F22727;
}
.passenger_information_box .passenger_information_content {
	overflow:hidden;
	padding:10px 15px;
	border-bottom: 1px solid #e2e2e2;
}
.passenger_information_box .passenger_information_content .total{
	color: #F22727;
    font-weight: bold;
    font-size: 20px;
}
.passenger_information_box .passenger_information_content label{
	margin-bottom:3px;
	font-weight:normal;
}
.passenger_information_box .passenger_information_content .box_pad{
	padding-bottom:8px;
	padding-left:10px;
	padding-right:10px;
}

/*報名完成*/
.order_detail{
    background-color: #f8f8f8;
}
.order_detail .blue{
    color: #20a2e5;
}
.order_detail h1{
    margin: 0;
    font-size: 30px;
    text-align: center;
    margin-bottom: 30px;
}
.order_detail .btn_cancel{
    width:100%;
    padding: 12px;
    font-size: 16px;
}
.order_detail .order_box{
    background-color: #fff;
    padding: 30px;
    margin-bottom: 30px;
    font-size: 15px;
}
.order_detail .order_box a,
.order_detail .order_box a:hover{
    color: #20a2e5;
    text-decoration: none;
}
.order_detail .order_box h2{
    margin: 0;
    margin-bottom: 8px;
    font-size: 26px;
    line-height: 36px;
    font-weight: bold;
    color: #333;
}
.order_detail .order_box .box_table{
    display: table;
    width: 100%;
}
.order_detail .order_box .box_table .item{
    display: table-cell;
    vertical-align: top;
}
.order_detail .order_box .box_table .item.box_btn{
    text-align: right;
    vertical-align: bottom;
}
.order_detail .order_box .box{
    display: flex;
    text-align: left;
    align-items:center;
    color: #444;
    font-size: 15px;
    padding-top: 4px;
    padding-bottom: 4px;
}
.order_detail .order_box .box_left{
    width: 80px;
    font-weight: bold;
}
.order_detail .order_box h4{
    margin: 0;
    margin-bottom: 5px;
    font-size: 19px;
    font-weight: bold;
    color: #333;
    padding-bottom: 13px;
    border-bottom: 1px solid #e2e2e2;
}
.order_detail .order_box .btn_inline {
    font-weight: normal;
    display: inline-block;
    margin-left: 10px;
}
.order_detail .order_box .Back_btn,
.order_detail .order_box .Back_btn:hover, 
.order_detail .order_box .Back_btn:focus {
    border: 1px solid #666;
    background-color: #fff;
    color: #333;
    font-size: 16px;
    padding: 10px 30px;
    margin-right: 10px;
}
.order_detail .order_box .Pay_btn,
.order_detail .order_box .Pay_btn:hover, 
.order_detail .order_box .Pay_btn:focus {
    background-color: #3984C4;
    color: #FFF;
    font-size: 16px;
    padding: 10px 20px;
    margin-right: 10px;
}
.order_detail .order_box .Delete_btn,
.order_detail .order_box .Delete_btn:hover, 
.order_detail .order_box .Delete_btn:focus {
    background-color: #d9534f;
    color: #FFF;
    font-size: 16px;
    padding: 10px 40px;
}
.order_detail .order_box .blue_btn{
    background-color: #20a2e5;
    color: #fff;
    padding: 5px 10px;
    font-size: 15px;
}
.order_detail .order_box .box_flex{
    display: flex;
    flex-wrap:wrap;
    width: 100%;
    padding-top: 5px;
}
.order_detail .order_box .box_flex .item{
    display: flex;
    width: 50%;
    color: #444;
    font-size: 15px;
    padding-top: 4px;
    padding-bottom: 4px;
/*    border-bottom: solid 1px #eaeaea;*/
}
.order_detail .order_box .item_box h5{
    font-weight: 700;
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 5px;
}
.order_detail .order_box .item_box h5 span{
    background-color: #5FBDED;
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
}
.order_detail .order_box .item_box label {
    color: #444;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    min-height: 23px;
    margin-bottom: 0px;
}
.order_detail .order_box .item_box .row_pad {
    margin-left: -10px;
    margin-right: -10px;
}
.order_detail .order_box .item_box .col_pad {
    padding-left: 10px;
    padding-right: 10px;
}
.order_detail .order_box .item_box .col_pad .form-group {
    margin-bottom: 10px;
}
.order_detail .order_box .btn_pad{
    padding-top: 20px;
}
.order_detail .order_box .box_block{
    padding: 15px 0 5px 0;
}
.order_detail .order_box .group_pad{
    padding-top: 8px;
    margin-bottom: 0;
}
.order_detail .order_box .box_block .check_box {
    margin-bottom: 5px;
}
.order_detail .order_box .box_block .check_media{
    width: 100%;
    display: table;
}
.order_detail .order_box .box_block .check_media .title{
    width: calc(100% - 70px);
}
.order_detail .order_box .box_block .check_media .txt{
    font-size: 14px;
    font-weight: normal;
    text-align: right;
    width: 70px;
}
.order_detail .order_box .bottom_box{
    display: table;
    width: 100%;
    padding: 12px 15px;
    border-bottom: 1px solid #E8E8E8;
}
.order_detail .order_box .bottom_left {
    display: table-cell;
    width: 80%;
    text-align: right;
}
.order_detail .order_box .bottom_right {
    display: table-cell;
    width: 20%;
    text-align: right;
}
.rule_box {
    text-align: center;
    padding-bottom: 40px;
    font-size: 15px;
}
.check_radio{
    display: inline-flex;
    margin-right: 10px;
    font-size: 16px;
    cursor: pointer;
    line-height: 2.5em;
    position: relative;
}
.check_radio span{
    margin-left: 32px;
}
.check_radio.active:before {
    background-color: #ff6855;
    border-color: #ff6855;
}
.check_radio:before, 
.check_radio:after {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    transition: all .3s;
    content: "";
}
.check_radio:before {
    background-color: white;
    border: 1px solid #e2e2e2;
    border-radius: 100%;
    height: 25px;
    width: 25px;
}
.check_radio:after {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    height: 12px;
    transform: translate(160%, -60%) rotateZ(45deg);
    width: 6px;
}
.check_button {
    position: relative;
    height: auto;
    padding: 16px 24px 16px 60px;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    box-shadow: none;
    transition: none;
    white-space: normal;
    color: #444;
    font-weight:bold;
    font-size: 16px;
    text-align: left;
}
.check_button span{
    line-height: 23px;
}
.check_button.active{
    border: 1px solid #ff6855;
    margin: -1px;
}
.check_button.active:before {
    background-color: #ff6855;
    border-color: #ff6855;
}
.check_button:before,
.check_button:after{
    position: absolute;
    top: 50%;
    left: 25px;
    transform: translateY(-50%);
    transition: all .3s;
    content: ""; 
}
.check_button:before {
    background-color: white;
    border: 1px solid #e2e2e2;
    border-radius: 100%;
    height: 25px;
    width: 25px;
}
.check_button:after {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    height: 12px;
    transform: translate(160%, -60%) rotateZ(45deg);
    width: 6px;
}

.order_tb{font-size:15px; color: #555; border-spacing:0;border-collapse:collapse}
.order_tb th{line-height:21px;padding:15px;background-color:#ECECEC;}
.order_tb td{line-height:21px;padding:15px;background-color:#ffffff;border-bottom:1px solid #E8E8E8;}
.order_tb .tb_w1{width:40%;}
.order_tb .tb_w2{width:20%;}
.order_tb .tb_right{ text-align: right;}
.order_tb_list {
    width: 100%;
    font-size: 15px;
    color: #444;
}
.order_tb_list tr {
    width: 100%;
    display: flex;
}
.order_tb_list th {
    background-color: #ECECEC;
}
.order_tb_list td {
    background-color:#ffffff;
    border-bottom:1px solid #E8E8E8;
}
.order_tb_list th,
.order_tb_list td{
    line-height:21px;
    padding:15px 10px;
    display: flex;
/*    flex: 1;*/
    -webkit-box-align: center;
    justify-content: center;
    text-align: center;
    align-items:center;
}
.order_tb_list td div{
    width: 100%;
}
.order_tb_list td .inline{
    display: inline-block;
    width: 50%;
}
.order_tb_list .img_pic{
    width: auto;
    max-height: 60px;
}
.order_tb_list .btn_delete{
    background-color: #fff;
    color: #555;
    padding: 0;
    width: auto;
}
.order_tb_list .fa{
    font-size: 18px;
    cursor: pointer;
}
.order_tb_list .fa-pencil{
    color: #20a2e5;   
}
.order_tb_list .fa-trash{
    color: #E86A6C;
    margin-left: 15px;
}
.order_tb_list .btn_quantity {
    -webkit-appearance: none;
    background-color: #FFFFFF;
    border: 1px solid #DEDEDE;
    text-align: center;
    padding: 0;
    border-radius: 0;
    height: 40px;
    width: 45px;
}
.order_tb_list .btn_add {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
    width: 35px;
    margin-left: -1px;
}
.order_tb_list .btn_down {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
    width: 35px;
    margin-right: -1px;
}

/*代購商品明細列表*/
.order_cart_list {
    width: 100%;
    font-size: 15px;
    color: #444;
}
.order_cart_list tr {
    width: 100%;
    display: flex;
}
.order_cart_list th {
    background-color: #ECECEC;
    color: #555;
}
.order_cart_list td {
    background-color:#ffffff;
    border-bottom:1px solid #E8E8E8;
}
.order_cart_list th,
.order_cart_list td{
    line-height:21px;
    padding:13px 15px;
    display: flex;
/*    flex: 1;*/
    -webkit-box-align: center;
    justify-content: center;
    text-align: center;
    align-items:center;
}
.order_cart_list td .td_box{
    width: 100%;
    display: table;
}
.order_cart_list td .inline{
    display: inline-block;
    width: 50%;
}
.order_detail .order_box .td_box a, 
.order_detail .order_box .td_box a:hover {
    color: #444;
    text-decoration: none;
}
.order_cart_list .media-left {
    padding-right: 15px;
}
.order_cart_list .media-body {
    vertical-align: middle;
}
.order_cart_list .media_txt {
    color: #777;
    font-size: 14px;
    padding-top: 3px;
}
.order_cart_list .img_pic{
    max-width: 80px;
    max-height: 80px;
    width: auto;
    height: auto;
}
.order_cart_list .btn_delete{
    background-color: #fff;
    color: #777;
    padding: 0;
    width: auto;
}
.order_cart_list .delete_mobile{
    display: none;
}
.order_cart_list .fa{
    font-size: 18px;
    cursor: pointer;
}
.order_cart_list .btn_quantity {
    -webkit-appearance: none;
    background-color: #FFFFFF;
    border: 1px solid #DEDEDE;
    text-align: center;
    padding: 0;
    border-radius: 0;
    height: 36px;
    width: 45px;
    word-break: break-all;
}
.order_cart_list .btn_add {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
    width: 35px;
    margin-left: -1px;
    word-break: break-all;
}
.order_cart_list .btn_down {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
    width: 35px;
    margin-right: -1px;
    word-break: break-all;
}


/*訂購列表*/
.order_list h2 {
    margin: 0;
    font-size: 30px;
    text-align: center;
    padding-bottom: 30px;
}
/*訂單列表*/
.order_list .list_tb {
    width: 100%;
    border: 1px solid #eaeaea;
    font-size: 15px;
    color: #555;
    margin-bottom: 25px;
}
.order_list .list_tb tr {
    display: flex;
    border-bottom: 1px solid #eaeaea;
}
.order_list .list_tb tbody tr:last-child {
    border-bottom: 0;
}
.order_list .list_tb th {
    background-color: #F3F3F3;
    padding: 12px 10px;
}
.order_list .list_tb th,
.order_list .list_tb td{
    display: flex;
    -webkit-box-align: center;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.order_list .list_tb th:nth-child(1),
.order_list .list_tb td:nth-child(1){
    width: 15%;
}
.order_list .list_tb th:nth-child(2),
.order_list .list_tb td:nth-child(2),
.order_list .list_tb th:nth-child(4),
.order_list .list_tb td:nth-child(4){
    width: 17%;
}
.order_list .list_tb th:nth-child(3),
.order_list .list_tb td:nth-child(3){
    width: 27%;
}
.order_list .list_tb td:nth-child(3){
    text-align: left;
    justify-content:flex-start;
}
.order_list .list_tb th:nth-child(5),
.order_list .list_tb td:nth-child(5),
.order_list .list_tb th:nth-child(6),
.order_list .list_tb td:nth-child(6){
    width: 12%;
}
.order_list .list_tb td{ 
    padding: 12px 10px;
}
.order_list .list_tb a,
.order_list .list_tb a:hover{
    color: #20a2e5;
    text-decoration: none;
}
.order_list .list_tb span{
    display: block;
}
.order_list .list_tb .btn_detail{
    background-color:#20a2e5;
    color: #fff;
    padding: 1px 10px;
    font-size: 13px;
}

#No_order{
    margin-top: 30px;
    margin-bottom: 50px;
}
#No_order h3{
    margin: 0;
    margin-bottom: 20px;
    font-size: 26px;
    text-align: center;
}

/*報名訂購-會員登入*/
.Modal_login .modal-title {
    font-size: 21px;
    font-weight: bold;
    text-align: center;
}
.Modal_login .modal-body {
    padding: 30px 50px;
    font-size: 15px;
}
.Modal_login .modal-body .form-group{
    margin-bottom: 20px;
}
.Modal_login .modal-body .forget_link {
    text-align: right;
}

.btn_blue,.btn_blue:hover,.btn_blue:focus{
    background-color: #20a2e5;
    color: #fff;
    padding: 5px 12px;
    font-size: 15px;
}
.btn_gray,.btn_gray:hover,.btn_gray:focus{
    background-color: #999;
    color: #fff;
    padding: 5px 12px;
    font-size: 15px;
}

@media all and (min-width: 768px) {
.Modal_login.modal {
  text-align: center;
  padding: 0!important;
}
.Modal_login.modal:before {
  content: '';
  display: inline-block;
  height: 90%;
  vertical-align: middle;
  margin-right: -4px;
}
.Modal_login .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
} 
}

@media all and (max-width: 992px) {
.order_pad{
    padding-right: 0;
}
.order_information ul.order_information_content li {
	line-height:26px;
}
.order_information ul.order_information_content li.order_information_title {
    text-align: left;
}
.order_information ul.order_information_content li.no_border{
	border-left:1px solid #e1e1e1;
}
.order_detail h1 {
    font-size: 26px;
    margin-bottom: 25px;
}
.order_detail .order_box h2 {
    font-size: 23px;
    line-height: 30px;
}
.order_list h2 {
    font-size: 26px;
    padding-bottom: 25px;
}
.order_detail .order_box .Back_btn,
.order_detail .order_box .Back_btn:hover, 
.order_detail .order_box .Back_btn:focus,
.order_detail .order_box .Delete_btn,
.order_detail .order_box .Delete_btn:hover, 
.order_detail .order_box .Delete_btn:focus,
.order_detail .order_box .Pay_btn,
.order_detail .order_box .Pay_btn:hover, 
.order_detail .order_box .Pay_btn:focus {
    font-size: 15px;
    padding: 8px 20px;
}
.order_tb_list td{
    padding:15px 6px;
}
.order_tb_list td .inline {
    display: block;
    width: 100%;
}
.order_tb_list td .date_width{
    width: 120px;
    margin: auto;
}
.order_detail .order_box{
    padding: 20px;
}
}

@media all and (max-width: 768px) {
.Green_btn {
    padding: 4px 10px;
    font-size: 14px;
}
.passenger_category .tb_w3{width:56%;}
.passenger_category .tb_w4{width:24%;}
.passenger_category .tb_w5{width:20%;}
.passenger_category, .passenger_price{
    font-size: 15px;
}
.passenger_information_box .passenger_information_title,
.passenger_information_box .passenger_information_content{
	padding:10px;
}
.passenger_information_box .passenger_information_content .box_pad{
	padding-left:15px;
	padding-right:15px;
}
.passenger_category th{
    padding: 13px 10px;
}
.passenger_category td{
    padding: 10px;
}
.order_ok h2{
	padding-bottom:20px;
    font-size: 30px;
}
.order_ok .ok_con{
	line-height:26px;
}
.order_detail h1 {
    font-size: 23px;
}
.order_detail .order_box{
    padding: 15px;
}
.order_detail .order_box:last-child{
    margin-bottom: 0;
}
.order_detail .order_box h4 {
    font-size: 18px;
}
.order_detail .order_box .box_table .item{
    display: table;
    width: 100%;
}
.order_detail .order_box .box_table .item.box_btn {
    padding-top: 15px;
}
.order_detail .order_box .Back_btn,
.order_detail .order_box .Back_btn:hover, 
.order_detail .order_box .Back_btn:focus,
.order_detail .order_box .Pay_btn,
.order_detail .order_box .Pay_btn:hover, 
.order_detail .order_box .Pay_btn:focus{
    padding: 8px 12px;
}
.order_detail .order_box .Delete_btn,
.order_detail .order_box .Delete_btn:hover, 
.order_detail .order_box .Delete_btn:focus {
    padding: 8px 18px;
}
.order_detail .order_box .box{
    font-size: 15px;
    padding-top: 3px;
    padding-bottom: 3px;
}
.order_detail .order_box .box_flex .item{
    width: 100%;
}
.order_information label{
    margin-top: 0px;
}
.order_tb th {
    padding: 13px 10px;
}
.order_tb td{
    padding:15px 10px;
}
.order_list h2 {
    font-size: 23px;
}
.order_list .list_tb{
    border: 0;
    margin-bottom: 10px;
}
.order_list .list_tb tr{
    display: block;
    border: 1px solid #eaeaea;
    margin-bottom: 20px;
    border-bottom: 0;
}
.order_list .list_tb thead{
    display: none;
}
.order_list .list_tb td{
    padding: 0;
    -webkit-box-align: stretch;
    align-items: stretch;
    border-bottom: 1px solid #eaeaea;
    justify-content: center;
    width: 100%;
}
.order_list .list_tb td:nth-child(n){
    width: 100%; 
}
.order_list .list_tb td::before {
    content: attr(data-th) " ";
    font-weight: bold;
    width: 100px;
    background-color: #f5f5f5;
    border-right: 1px solid #eaeaea;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
    padding: 10px;
}
.order_list .list_tb td div{
    width: calc(100% - 100px);
    padding: 10px;
    text-align: left;
}
.order_list .list_tb span{
    display:inline;
    margin-left: 8px;
}
.order_tb_list {
    font-size: 14px;
}
.order_tb_list tr{
    display: block;
    border: 1px solid #E1E1E1;
    margin-bottom: 20px;
    border-bottom: 0;
}
.order_tb_list tr:last-child{
    margin-bottom: 0;
}
.order_tb_list thead{
    display: none;
}
.order_tb_list td{
    padding: 0;
    -webkit-box-align: stretch;
    align-items: stretch;
    border-bottom: 1px solid #E1E1E1;
    justify-content: center;
    width: 100%;
    color: #555;
}
.order_tb_list td:nth-child(n){
    width: 100%; 
}
.order_tb_list td::before {
    content: attr(data-th) " ";
    font-weight: bold;
    width: 100px;
    background-color: #f5f5f5;
    border-right: 1px solid #E1E1E1;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
    padding: 10px;
}
.order_tb_list td div{
    width: calc(100% - 100px);
    padding: 10px;
    text-align: left;
}
.order_tb_list td div>div{
    padding: 0px;
}
.order_tb_list td .inline {
    display: inline-block;
    width: 50%;
}
.order_tb_list td .date_width {
    width:100%;
}
/*代購商品明細列表*/
.order_cart_list {
    font-size: 14px;
}
.order_cart_list thead{
    display: none;
}
.order_cart_list tr {
    display: block;
    border-bottom: 1px solid #E8E8E8;
    padding-top: 10px;
}
.order_cart_list td{
    width: 100%;
    border-bottom: 0;
    text-align: left;
    padding: 5px 0px;
}
.order_cart_list td:nth-child(1)::before {
    display: none;
}
.order_cart_list td::before {
    content: attr(data-th) " ";
    display: table-cell;
    text-align: left;
    width: 80px;
    color: #666;
    font-size: 14px;
}
.order_cart_list td .con{
    display: table-cell;
    width: calc(100% - 80px);
    text-align: right;
}
.order_cart_list td .td_box,
.order_cart_list .media-left,
.order_cart_list .media-body{
    text-align: left;
}
.order_cart_list .media-body{
    position: relative;
    padding-right: 30px;
}
.order_cart_list .media-body {
    vertical-align: top;
}
.order_detail .order_box .bottom_box {
    padding: 12px 0;
}
.order_cart_list .delete_pc{
    display: none;
}
.order_cart_list .delete_mobile{
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9999;
}
.passenger_category td.remarks{
    line-height:23px;
}
}
@media all and (max-width: 480px) {
.passenger_information_box .passenger_information_title .price{
	width:100%;
}
.Modal_login .modal-body {
    padding: 30px;
}
.order_tb_list td .inline {
    display: block;
    width: 100%;
}
}