<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*陪伴者*/
.passenger_accompany{
	background:none repeat scroll 0 0 #FFFFFF;
	border:1px solid #666666;
	font-family:Simsun;
	overflow:hidden;
	padding:3px;
	position:absolute;
	width:146px;
	z-index:200;
}
 .accompany_contacttop{
	border-bottom:1px dashed #999999;
	clear:both;
	color:#333333;
	line-height:20px;
	margin-bottom:3px;
	padding:0 0 3px;
	text-align:left;
}
.accompany a {
	color:#999999;
	cursor:pointer;
	display:block;
	float:left;
	line-height:20px;
	min-height:20px;
	overflow:hidden;
	padding:1px 7px 0;
	text-align:left;
	text-decoration:none;
	white-space:nowrap;
	width:130px;
}
.accompany a:hover {
	background:none repeat scroll 0 0 #EFF9EE;
	color:#AA014C;
	text-decoration:none;
}



.attention {
    background-color: #FFFFFF;
    border: 1px solid #666666;
    color: #333333;
    padding: 5px 10px;
    width: 260px;
}

#NameTipDiv ul.psgTip {
    color: #444444;
    font-size: 12px;
    margin: 5px;
    padding: 0 0 0 25px;
}
#NameTipDiv ul.psgTip li {
    line-height: 150%;
    list-style-position: outside;
    list-style-type: none;
}
ul.psgTip li {
    line-height: 150%;
    list-style-position: outside;
    list-style-type: decimal;
}

.passenger_contact  {
	background:none repeat scroll 0 0 #FFFFFF;
	border:1px solid #666666;
	font-family:Simsun;
	overflow:hidden;
	padding:3px;
	position:absolute;
	width:130px;
	z-index:200;
}

.accompany_contacttop {
    border-bottom: 1px dashed #999999;
    clear: both;
    color: #333333;
    line-height: 20px;
    margin-bottom: 3px;
    padding: 0 0 3px;
    text-align: left;
}


.passenger_contacttop  {
	border-bottom:1px dashed #999999;
	clear:both;
	color:#333333;
	line-height:20px;
	margin-bottom:3px;
	padding:0 0 3px;
	text-align:left;
}
.passenger_contact a {
	color:#999999;
	cursor:pointer;
	display:block;
	float:left;
	line-height:20px;
	min-height:20px;
	overflow:hidden;
	padding:1px 7px 0;
	text-align:left;
	text-decoration:none;
	white-space:nowrap;
	width:130px;
}
.passenger_contact a:hover {
	background:none repeat scroll 0 0 #EFF9EE;
	color:#AA014C;
	text-decoration:none;
}


.passenger_contact1  {
	background:none repeat scroll 0 0 #FFFFFF;
	border:1px solid #666666;
	font-family:Simsun;
	overflow:hidden;
	padding:3px;
	position:absolute;
	width:300px;
	z-index:200;
}

.passenger_contact1 a {
	color:#999999;
	cursor:pointer;
	display:block;
	float:left;
	line-height:20px;
	min-height:20px;
	overflow:hidden;
	padding:1px 7px 0;
	text-align:left;
	text-decoration:none;
	white-space:nowrap;
	width:300px;
}
.passenger_contact1 a:hover {
	background:none repeat scroll 0 0 #EFF9EE;
	color:#AA014C;
	text-decoration:none;
}

 .Popup {
            display: none;
            width: 450px;
            height: 250px;
            z-index: 501;
            position: fixed;
            top: 50%;
            left: 50%;
            margin-left: -225px;
            margin-top: -125px;
            _margin-top: 100px;
            _position: absolute;
            _top: expression(eval(document.documentElement.scrollTop));
        }

        #mask {
            position: absolute;
            top: 0px;
            left: 0px;
            width: 100%;
            height: 100%;
            background: #000;
            display: none;
            z-index: 500;
            filter: alpha(opacity=50);
            -moz-opacity: 0.5;
            opacity: 0.5;
        }

        .Popup a.close {
            position: absolute;
            right: -15px;
            top: -10px;
            display: block;
            width: 25px;
            height: 25px;
            z-index: 502;
            background-image: url("../images/com_ico_close.png");
            background-repeat: no-repeat;
        }

        #paynotice_box {
    background-color: #FFFFFF;
    border: 2px solid #770039;
    float: left;
    height: 250px;
    margin: auto;
    padding: 6px;
    position: relative;
    width: 450px;
}
#paynotice_box_close {
    background-image: url("../images/com_ico_close.png");
    background-repeat: no-repeat;
    height: 27px;
    position: absolute;
    right: -8px;
    top: -10px;
    width: 27px;
    cursor: pointer;
}
#paynotice_box_content {
    background-image: url("../images/paynotice_bg.jpg");
    background-position: 0 -42px;
    background-repeat: repeat-x;
    height: 230px;
    padding: 10px;
}
#paynotice_title {
    background-image: url("../images/paynotice_bg.jpg");
    background-position: 0 0;
    background-repeat: no-repeat;
    color: #333333;
    font-family: "microsoft yahei",simsun;
    font-size: 17px;
    font-weight: bold;
    height: 42px;
    letter-spacing: 2px;
    line-height: 20px;
    padding: 10px;
    text-indent: 45px;
}
#paynotice_words {
    color: #333333;
    font-size: 13px;
    line-height: 25px;
    padding-left: 55px;
}
#paynotice_btn {
    height: 32px;
    margin:0 auto;
    margin-top: 20px;
    width: 330px;
    list-style: none outside none;
    cursor: pointer;
}
/*支付弹出框*/
.paynotice_btn_ok {
    background-image: url("../images/paynotice_bg_btn.jpg");
    background-position: 0 0;
    color: #FFFFFF;
    float: left;
    font-size: 13px;
    font-weight: bold;
    height: 32px;
    letter-spacing: 1px;
    line-height: 32px;
    text-align: center;
    text-decoration: none;
    width: 143px;
}
.paynotice_btn_back {
    background-image: url("../images/paynotice_bg_btn.jpg");
    background-position: 0 -32px;
    color: #333333;
    float: right;
    font-size: 13px;
    font-weight: bold;
    height: 32px;
    letter-spacing: 1px;
    line-height: 32px;
    text-align: center;
    text-decoration: none;
    width: 143px;

}
    .valigntop td {
        vertical-align: top;
        font-size: 14px;
    }
    .name_div {
        margin-top: 6px;
    }


    .add_luggage{

}
.add_luggage.flt_cont_list{
	position: relative;
}
.add_luggage.flt_cont_list{
	line-height: inherit;
}
.add_luggage.flt_cont_list .flt_cont_left{
	position: relative;
	line-height: 32px;
}
.add_luggage.flt_cont_list .flt_cont_right{
	line-height: 50px;
}
.add_luggage.flt_cont_list .left1 label{
	font-size: 20px;
}
.add_luggage .luggage_rule{
	position: absolute;
	left: 0;
	top: 20px;
	width: 100%;
	color: #3685d6;
	font-size: 12px;
}
.add_luggage .flt_cont_right_cont{
	background-color: #f6f6f6;
	padding: 0;
	padding-left: 50px;
}
.add_luggage .luggage_mn{

}
.add_luggage .luggage_mn .form-group{
	margin: 0;
	padding: 12px 0;
	border-bottom: 1px solid #ccc;
}
.add_luggage .luggage_mn .form-group:last-child{
	border-bottom: none;
}
.add_luggage .luggage_mn .form-group label{
	font-size: 14px;
	color: #333;
	text-align: left;
}</pre></body></html>