﻿@charset "utf-8";
/* CSS Document */

.ui-tab-nav {
	width:100%;
	background-color:#fff;
	display:box;
	display:-webkit-box;
	font-size:16px;
	height:45px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}
.ui-tab-nav li {
	height:45px;
	line-height:45px;
	min-width:70px;
	box-flex:1;
	-webkit-box-flex:1;
	text-align:center;
	color:gray;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F6F6F6;
}
.ui-tab-nav li span
{
	height:45px;
	line-height:45px;
	min-width:70px;
	box-flex:1;
	-webkit-box-flex:1;
	text-align:center;
	color:#666666;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F6F6F6;
}
.ui-tab-nav li a {
	text-decoration: none;
	color: gray;
	display: block;
	float: left;
	width: 100%;
}
.ui-tab-nav  li.current a {
	color:#00bb9c;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00bb9c;
	line-height: 45px;
	height: 44px;
}

.ui-tab-content {
	margin-top:5px;
	display:-webkit-box
}
.baoliao_content   {
	float: left;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F2F2F2;
	margin-top: 15px;
}
.baoliao_content .bl_img {
	float: left;
	margin: 5px;
	width: 20%;
}
.baoliao_content .bl_img img {
	width: 90px;
}
.baoliao_content .bl_right {
	float: left;
	margin-left:5px;
	width: 70%;
}

.baoliao_content .bl_title {
	float: left;
	font-size: 12px;
	color: #269add;
	line-height: normal;
	width: 100%;
}
.baoliao_content .bl_note {
	float: left;
	font-size: 12px;
	line-height: normal;
	color: #FF3300;
	margin-top: 5px;
	width: 100%;
}
.baoliao_content .bl_tag {
	float: left;
	font-size: 12px;
	width: 100%;
	line-height: 30px;
	margin-top: 0px;
}
.baoliao_content .bl_right .bl_tag .bl_price {
	float: left;
	font-size: 12px;
	color: #FF3300;
}
.baoliao_content .bl_right .bl_tag .bl_oprice {
	font-size: 12px;
	text-decoration: line-through;
	float: left;
	margin-left: 10px;
	color: #999999;
}
.baoliao_content .bl_right .bl_tag .bl_mall {
	float: right;
	font-size: 14px;
	color: #f93868;
	font-weight:800;
}
.baoliao_content .bl_right .bl_tag .bl_time {
	float: right;
	font-size: 12px;
	color: #666666;
	margin-left: 10px;
}
.bl_more  {
	line-height: 40px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEEEEE;
	float: left;
	width: 100%;
}
.bl_more  a  {
	line-height: 40px;
	height: 40px;
	width: 100%;
	color: #666666;
	text-decoration: none;
	float: left;
	font-size: 12px;
}
.shaixuan_box {
	position: absolute;
	right: 0px;
	top: 0px;
	background-color:rgba(255,255,255,0.95);
	height: 100%;
	width: 100%;
	z-index: 9999;
	display: none;
	margin-right: -100%;
	overflow: auto;
	min-height: 100%;
}
.shaixuan_mall {
	padding: 10px;
}
.shaixuan_mall h1 {
	font-size: 16px;
	font-weight: normal;
	color: #00bb9c;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F2F2F2;
	line-height: 40px;
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
	background-color: #EEEEEE;
}
.shaixun_item {
	float: left;
	width: 100%;
	padding-top: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F2F2F2;
}
.shaixun_item  a {
	font-size: 14px;
	color: #666666;
	text-decoration: none;
	text-align: center;
	display: block;
	float: left;
	margin-bottom: 5%;
	width: 25%;
}
.shaixun_item     a:active,.shaixun_item  a:hover {
	color: #ff8200;
	font-weight: bold;
	font-size: 14px;
}
.shaixun_item  a.current {
	color: #ff8200;
	font-weight: bold;
	font-size: 14px;
}
.shaixuan_mall p {
	line-height: 40px;
	width: 100%;
	text-align: center;
}
.shaixuan_colos {
	color: #666666;
	text-decoration: none;
	display: block;
	float: left;
	background-color: #F6F6F6;
	width: 100%;
	text-align: center;
	font-size: 14px;
}


.bl_view_img {
	text-align: center;
	padding: 10px;
}
.bl_view_img img {
	max-height: 150px;
}
.bl_view_title {
	background-color:#3842A3;
	color:#fff;
	font-size: 18px;
	line-height: 22px;
	padding:10px 5px;
}
.bl_view_title span{
color:#fff;background-color:#00BB9C;padding:3px 5px 3px 5px;font-size:12px;margin-left:1%;
}
.bl_view_tags {
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F2F2F2;
	font-size: 14px;
	color: #084879;
	line-height: 22px;
	padding:5px 5px 5px 5px;
}
.bl_view_tags span{ padding:5px 5px 5px 5px;  color:#fff; background-color:#00ACE6; border-radius:10px;}
.bl_type {
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	border-radius: 5px;
	background-color: #ff3030;
	margin-right: 2px;
}

.bl_view_note {
	font-size: 14px;
	color: #FF6600;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F2F2F2;
	line-height: 22px;
}
.bl_view_tag {
	font-size: 12px;
	line-height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F2F2F2;
	padding:1% 4%;
}
.bl_view_price {
	font-size: 14px;
	color: #FF3300;
	float: left;
	margin-left: 1%;
	font-weight:600;
}
.bl_view_oprice {
	font-size: 12px;
	color: #666666;
	text-decoration: line-through;
	text-align: right;
	float: left;
	margin-left: 5%;
}
.bl_view_user {
	font-size: 12px;
	color: #666666;
	text-align: left;
	float: left;
	margin-left: 1%;
}
.bl_view_text {
	font-size: 12px;
	color: #666666;
	text-align: left;
	float: left;
	margin-left: 1%;
	line-height:30px;
}

.bl_view_btn {
	font-size: 12px;
	color: #666666;
	text-align:right;
}
.bl_view_btn .submit{ background-color:#f66d23; border-radius:3px; text-align:center; padding:2%; text-decoration:none; color:#fff;}


.bl_view_mall {
	font-size: 12px;
	text-align: center;
	float: right;
	color: #666666;
	margin-right: 1%;
	width:30%;
	height:40px;
	overflow:hidden;
	text-align:right;
}
.bl_view_time {
	font-size: 12px;
	color: #666666;
	text-align: right;
	float: right;
	margin-right: 1%;
}
.go_data {
	line-height: 30px;
	height: 30px;
	text-align: center;
	
}
.go_data .arrow-right{ float:right;display:inline-block;width:.58333333rem;height:.58333333rem;overflow:hidden;border-width:2px;border-color:#ccc transparent transparent #ccc;border-style:solid;margin:8px 6px;vertical-align:1px;-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg)}
.go_data a {
	background-image:url('../img/icon-calender.png');
	background-size:30px; 
	background-repeat:no-repeat;
	background-position:10px;
	margin-bottom:10px;
	border-bottom:1px solid #dcdcdc;
	color:#333;
	background-color:#fff;
	padding-top:5px;
	padding-bottom:5px;
	text-align: center;
	line-height: 30px;
	float: left;
	width: 100%;
	text-decoration: none;
	font-size: 16px;
	font-weight:800;
}
.go_buy {
	line-height: 40px;
	height: 40px;
	text-align: center;
}
.go_buy a {
	color: #FFFFFF;
	background-color: #00bb9c;
	text-align: center;
	line-height: 40px;
	float: left;
	width: 100%;
	text-decoration: none;
	font-size: 16px;
	font-weight:800;
}
.bl_view_content h1 {
	font-size:18px;
	font-weight:700;
	color: #fff;
	width:100px;
	line-height: 35px;
	background-color:#E74C3C;
	text-align:center;
	margin-left:10px;
}
.bl_view_content h1 span {
	float: right;
	font-size: 12px;
	color: #999999;
	margin-right: 5px;
}

.bl_view_word {
	padding:0 10px;
	font-size: 14px;
	color: #666666;
	line-height: 22px;
	overflow: hidden;
}
.bl_view_word p {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.bl_view_word a {
	color: #00bb9c;
	text-decoration: none;
}
.pl_icon {
	background-image: url(../images/iconfont-fzst-ping.png);
	background-repeat: no-repeat;
	background-size: 40px;
	height: 40px;
	width: 40px;
	position: fixed;
	right: 10px;
	bottom: 100px;
}


.pinlun_input {
	float: left;
	width: 75%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 14px;
	color: #333333;
	font-family:Helvetica, "Microsoft YaHei", Arial, Helvetica, sans-serif;
	padding-left: 42px;
	outline: none;
	padding-right: 10px;
	background-image: url(../images/iconfont-pinglun.png);
	background-repeat: no-repeat;
	background-size: 25px;
	background-position: 10px center;
	padding-top: 15px;
	padding-bottom: 10px;
}
.pinlun_submit {
	line-height: 40px;
	color: #FFFFFF;
	height: 40px;
	width: 25%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family:Helvetica, "Microsoft YaHei", Arial, Helvetica, sans-serif;
	outline: none;
	background-color: #7fc242;
}
.no_login {
	line-height: 45px;
	text-align: center;
	color: #333333;
}
.no_login a {
	margin-left: 15px;
}

.bl_comment h1 {
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	margin: 0px;
	line-height: 40px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F6F6F6;
}
.comment_list {
	padding: 10px;
	font-size: 12px;
	color: #666666;
}
.comment_list li {
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.comment_list  .pl_user_img {
	float: left;
	height: 30px;
	width: 30px;
	overflow: hidden;
	border-radius: 50%;
}
.comment_list  .pl_user_img  img {
	height: 30px;
	width: 30px;
	border-radius: 50%;
}
.comment_list .pl_user_top {
	float: left;
	width: 50%;
	line-height: 30px;
	max-width: 98%;
}

.comment_list  .pl_user_name {
	float: left;
	margin-left: 10px;
	color: #0099CC;
	font-size: 12px;
}
.comment_list .pl_user_time {
	float: left;
	margin-left: 10px;
	color: #999999;
	font-size: 12px;
}
.comment_list .pl_user_comment {
	width: 97%;
	margin-top: 5px;
	padding-left: 2.2%;
	float: left;
	text-align: justify;
	line-height: 22px;
	font-size: 12px;
}
.newspage {width:90%;margin:10px auto 10px;text-align:center;line-height:40px;font-weight:bold;font-family:"宋体", Arial, Tahoma;}
.newspage a{ color:#333;   padding-left:8px; padding-right:8px; padding-top:5px; padding-bottom:5px; border:#cecece solid 1px; background-color:rgb(248, 248, 248); font-size:xx-small; text-decoration:none;}
.newspage font{ color:#CCC}
.newspage .xuan{border:#fff solid 1px; color:#F93}



/*line css*/
.mb20{margin-bottom:5px !important;}
.route_t{background:#9F9 url("../images/Tript/cate_green_1000_v2.png") no-repeat;height:31px;}
.route_t .a_consult{margin:6px 0px 0px 20px;font-size:12px;font-weight:normal;text-decoration:underline;float:left;_display:inline;}
.route_t h2{color:rgb(52,103,0);line-height:31px;padding-left:10px;font-size:14px;/*float:left;*/}
.route_t h3{color:rgb(52,103,0);line-height:31px;padding-left:10px;font-size:14px;/*float:left;*/}
/*#tour{width:820px;text-align:left;font-size:13px;}*/
.tourSection{font-size:14px;margin-bottom:15px;}
#tourPlan h3{ float:left;}
#tourPlan .tourPlanCity{font-size:18px;margin-bottom:10px; color:#E74C3C;}
#tourPlan .tourPlanCity img{margin:0px 5px;}
#tourPlan p{margin-bottom:1em;}
#tourPlan .tourPlanTrafficIcon{top:3px;position:relative;}
#tourPlan .route_t{background:#6C3 url("../images/Tript/cate_title_green_v2.png") no-repeat 0px 0px;height:34px;line-height:34px;}
#tourPlan .route_t h2{line-height:34px;}
#tourPlan .route_t h3{line-height:34px;}
#tourPlan .route_t h2 span{color:rgb(255,255,255);}
#tourPlan .tourSectionContent{ padding:5px;overflow:hidden;}
.sub_green_t{background:rgb(240,253,233);padding:0px 5px;/*color:rgb(51,51,51);*/color:red;line-height:35px;font-weight:bold;}
.sub_content_w{padding:5px 5px 15px;}
#tourPlan .day_title h3{width:50px; margin:0px; padding:0px; color:#E74C3C;}
.day_title{/*height:20px;*/margin-bottom: 5px;}
#tourPlan .day_title span.tourPlanCity{margin-right:16px;margin-left:10px;}
.time_box{/*overflow:hidden;*/_zoom:1;}
.time_box_inner{padding:5px 0px 10px;/*width:795px;clear:both;*/margin-top:-1px;border-top-color:rgb(221,221,221);border-top-width:1px;border-top-style:dashed; }
.time_num{margin-left:-65px; width: 65px; color: rgb(78, 151, 0); font-weight: 700; float: left;}
.time_do{/*width:720px;*/padding-left:10px;margin-bottom:5px;line-height:160%; color:#666;}
.time_img_box{/*width:730px;*/overflow:hidden;/*padding-top:10px;clear:both;margin-left:65px;*/}
.time_img_title{height:35px;line-height:35px;text-indent:10px; color:#000}
.time_img_title strong{ background-color:#E74C3C; color:#fff; padding:2px 5px; border-radius:5px;}
.time_img_intro{background:rgb(246, 249, 254);padding:0px 10px ;line-height:23px;}
.warm_reminder_box{width:730px;overflow:hidden;padding-top:10px;clear:both;margin-left:65px;}
.warm_reminder_title{background:rgb(240,253,233);height:35px;color:rgb(255,102,0);line-height:35px;text-indent:10px;}
.warm_reminder_intro{background:rgb(249,254,246);padding:5px 10px 0px;line-height:23px;}

.price_table{ border:#EFEFEF 1px solid; text-align:center; width:90%; margin:0 auto;border-collapse:collapse; line-height:30px;border-spacing:0;}
.price_table thead{ background-color:#EEE; color:#333;}
.price_table td{ border:solid 1px #DDD;border-collapse:collapse;}

#line1{ padding:0px 10px;}
#line2{ padding:0px 10px;}
#line3{ padding:0px 10px;}
#line4{ padding:0px 10px;}
#line5{ padding:0px 10px;}


/*底部电话*/

/* Footer */
.jqm-footer {
	position: absolute;
	bottom: 0;
	padding-bottom: 0;
	border-top: 1px solid #17A5B1;
	width:100%;
	background-color:#fff;
	padding:5px 5px 5px 5px;
}
.jqm-footer .navbar
{
	text-align:center;
	width:100%;
}
.jqm-footer .navbar a{
background-color:#FFF; color:#464646; text-shadow:none;height:40px; text-decoration:none;}
.jqm-footer ul
{
	margin:0;
	padding:0;
	position:relative;
	display:block;
	border:0;
	overflow:visible;	
}
.jqm-footer p {
	font-size: .8em;
	color: #999;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	margin: 0 1.25em 1.25em;
}
.jqm-footer p:first-child {
	font-size: 1em;
	color: #666;
	font-weight: 400;
	margin: 1em 1em .75em;
} 
.wrap-fix{ position:fixed; z-index:999; background-color:#fff; top:0px; left:0px;}
/*弹出框按钮样式*/

#goodcover {
	display: none;
	position:fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 1001;
	-moz-opacity: 0.8;
	opacity: 0.50;
	filter: alpha(opacity=80);
}
#code {
	width: 240px;
	height: 280px;
	background-color: #fff;
	padding: 10px;
	position: absolute;
	display: none;
	left: 45%;
	z-index: 1002;
}
.close1 {
	width: 240px;
	height: 30px;
}
#closebt {
	float: right;
}
#closebt img {
	width: 20px;
}
.goodtxt {
	text-align: center;
}
.goodtxt p {
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #000;
	font-weight: 600;
}
.code-img {
	width: 150px;
	margin: 10px auto;
	padding: 10px;
}
.code-img img {
	width: 240px;
}
