.location {
	clear: both;
	height: 60px;
	line-height: 60px;
	text-align: left;
	width: 1140px;
	padding: 5px 30px 0;
	margin: auto;
	font-size: 14px;
}
.location a {
	color: #8a8a8a;
	font-size: 14px;
}
.detail {
	width: 1140px;
	margin: auto;
	padding: 10px 30px 20px;
}
.detail .detail_top {
	clear: both;
	min-height: 380px;
	overflow: hidden;
}
.detail .detail_top .detail_top_left {
	width: 580px;
	float: left;
}
.detail .detail_top .detail_top_left .detail_img {
	height: 380px;
	width: 580px;
	overflow: hidden;
	margin-bottom: 15px;
	position: relative;
}
.detail .detail_top .detail_top_left .detail_img .detail_img_list {
	clear: both;
	position: absolute;
	left: 0;
	top: 0;
}
.detail .detail_top .detail_top_left .detail_img .detail_img_list img {
	width: 580px;
	height: 380px;
	float: left;
}
.detail .detail_top .detail_top_left .detail_img .prev {
	width: 23px;
	position: absolute;
	left: 0;
	top: 155px;
	z-index: 1;
	height: 70px;
	float: left;
	background: url("../images/icon_34.png") no-repeat center left;
	cursor: pointer;
}
.detail .detail_top .detail_top_left .detail_img .next {
	width: 23px;
	position: absolute;
	right: 0;
	top: 155px;
	z-index: 1;
	height: 70px;
	float: right;
	background: url("../images/icon_35.png") no-repeat center right;
	cursor: pointer;
}
.detail .detail_top .detail_top_left .detail_img_list_item {
	width: 538px;
	float: left;
	overflow: hidden;
	height: 63px;
	position: relative;
}
.detail .detail_top .detail_top_left .detail_img_list_item ul {
	width: 600px;
	padding-top: 10px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.detail .detail_top .detail_top_left .detail_img_list_item li {
	float: left;
	margin-right: 9px;
}
.detail .detail_top .detail_top_left .detail_img_list_item img {
	width: 100px;
	height: 50px;
}
.detail .detail_top .detail_top_left .detail_img_list_item .select {
	border: #ff9216 solid 2px;
	width: 96px;
	height: 46px;
}
.detail .detail_top .detail_top_left .detail_calendar {
	clear: both;
	height: 400px;
	border: #dddddd solid 1px;
	overflow: hidden;
}
.detail .detail_top .detail_top_left .detail_calendar .detail_calendar_header {
	height: 60px;
	background: #eceff2;
	overflow: hidden;
}
.detail .detail_top .detail_top_left .detail_calendar .detail_calendar_header .prev {
	width: 20px;
	height: 60px;
	float: left;
	background: url("../images/icon_19.png") no-repeat center center;
	cursor: pointer;
}
.detail .detail_top .detail_top_left .detail_calendar .detail_calendar_header .next {
	width: 20px;
	height: 60px;
	float: right;
	background: url("../images/icon_18.png") no-repeat center center;
	cursor: pointer;
}
.detail .detail_top .detail_top_left .detail_calendar .detail_calendar_header .detail_calendar_header_item {
	width: 538px;
	float: left;
	position: relative;
	overflow: hidden;
	height: 60px;
}
.detail .detail_top .detail_top_left .detail_calendar .detail_calendar_header .detail_calendar_header_item ul {
	width: 540px;
	position: absolute;
	left: 0;
	top: 0;
}
.detail .detail_top .detail_top_left .detail_calendar .detail_calendar_header .detail_calendar_header_item li {
	width: 90px;
	float: left;
	text-align: center;
	height: 50px;
	padding-top: 10px;
	cursor: pointer;
}
.detail .detail_top .detail_top_left .detail_calendar .detail_calendar_header .detail_calendar_header_item li p {
	font-size: 14px;
}
.detail .detail_top .detail_top_left .detail_calendar .detail_calendar_header .detail_calendar_header_item .select {
	background: #4c5a65;
	color: #fff;
}
.detail .detail_top .detail_top_left .detail_calendar .detail_calendar_header .detail_calendar_header_item .select p {
	color: #fff;
}
.detail .detail_top .detail_top_left .calendar {
	clear: both;
}
.detail .detail_top .detail_top_left .calendar table tr td {
	height: 51px;
}
.detail .detail_top .detail_top_left .calendar table tr td div {
	border: #dddddd solid 1px;
	margin-left: -1px;
	margin-top: -1px;
	height: 41px;
	position: relative;
	padding: 5px;
}
.detail .detail_top .detail_top_left .calendar table tr td div .num {
	position: absolute;
	left: 5px;
	top: 5px;
}
.detail .detail_top .detail_top_left .calendar table tr td div .yu {
	position: absolute;
	right: 5px;
	top: 9px;
	color: #ff6600;
	font-weight: bold;
	font-size: 12px;
}
.detail .detail_top .detail_top_left .calendar table tr td div .price {
	position: absolute;
	right: 5px;
	bottom: -2px;
	color: #ff6600;
	font-size: 12px;
}
.detail .detail_top .detail_top_left .calendar table tr .full div .yu, .detail .detail_top .detail_top_left .calendar table tr .full div .price {
	color: #bbb;
}
.detail .detail_top .detail_top_left .calendar table .header td {
	background: #71808c;
	height: 30px;
	text-align: center;
	color: #fff;
	font-size: 14px;
}
.detail .detail_top .detail_top_left .calendar table tr .prev_moth div {
	color: #ccc;
}
.detail .detail_top .detail_top_left .calendar table tr .prev_moth .yu, .detail .detail_top .detail_top_left .calendar table tr .prev_moth .price {
	color: #fab688;
}
.detail .detail_top .detail_top_left .calendar table tr .sale {
	cursor: pointer;
}
.detail .detail_top .detail_top_left .calendar table tr .select {
	background: #f8e0ad;
}
.detail .detail_top .detail_top_left .calendar table tr .select div {
	color: #323232;
}
.detail .detail_top .detail_top_left .calendar table tr .select .yu, .detail .detail_top .detail_top_left .calendar table tr .select .price {
	color: #ff6600;
}
.detail_top_right {
	width: 530px;
	float: right;
}
.detail_top_right .order ul li {
	float: left;
	width: 95%;
	font-size: 14px;
    line-height: 1.8;
}
.detail_top_right .title {
	clear: both;
	font-size: 24px;
	font-weight: bold;
	min-height: 60px;
	line-height: 30px;
	color: #01A2B8;
}
.detail_top_right .favourable {
	clear: both;
	padding-top: 10px;
	height: 100px;
	border-bottom: #ddd dotted 1px;
}
.detail_top_right .intro {
	background: #efefef;
	padding: 20px;
	margin: 20px 0 10px;
	height: 118px;
	line-height: 2;
	font-size: 14px;
	font-weight: 300;
}
.detail_top_right .favourable_left {
	width: 300px;
	float: left;
	padding-bottom: 10px;
}
.detail_top_right .favourable_left h2 {
	height: 40px;
	font-size: 14px;
	font-weight: bold;
}
.detail_top_right .favourable_left p span {
	border: #ff7d0b solid 1px;
	padding: 5px;
	color: #ff7d0b;
}
.detail_top_right .favourable_right {
	float: right;
	margin-top: 25px;
}
.detail_top_right .favourable_right label {
	padding-left: 10px;
	font-size: 14px;
}
.detail_top_right .favourable_right span {
	color: #0065bb;
	font-size: 14px;
}
.detail_top_right .favourable_right span b {
	font-size: 30px;
}
.detail_top_right .hotline {
	clear: both;
    text-align: right;
    margin: 0 auto;
    color: #fb3700;
    font-weight: bold;
    font-size: 23px;
    font-family: 'DINCond-Medium';
    display: inline-block;
    padding-top: 4px;
}
.detail_top_right .hotline .collect {
	background: url("../images/icon_20.png") no-repeat left center;
	padding-left: 15px;
	margin-right: 40px;
}
.detail_top_right .hotline .share1 {
	background: url("../images/icon_21.png") no-repeat left center;
	padding-left: 20px;
	float: left;
	height: 20px;
	padding-right: 5px;
}
.detail_top_right .service_right {
	float: right;
}
.detail_top_right .service_right span {
    color: #999;
	width: 15px;
    margin-left: 10px;
    display: block;
    float: right;
    line-height: 1.3;
}
.detail_top_right .service_right img {
	width: 95px;
}
.server_left {
	float: left;
}
.server_left ul li {
	height: 32px;
	line-height: 32px;
}
.server_left ul li span {
	background: url("../images/icon_22.png") no-repeat left center;
	padding-left: 20px;
	padding-right: 10px;
}
.server_left label {
	margin-right: 10px;
}
.server_right {
	margin-top: 19px;
}
.server_right h2 {
	font-size: 14px;
	padding-left: 18px;
}
.server_right h2 span {
	color: #ff7d0b;
	font-weight: bolder;
	font-size: 14px;
}
.product {
	clear: both;
	padding-top: 20px;
}
.product .product_top {
	height: 22px;
	background: url("../images/bg_05.png") no-repeat left top;
}
.product .product_top h2 {
	display: none;
}
.product .product_content {
	clear: both;
	padding-top: 10px;
}
.recommend {
	clear: both;
	padding-top: 20px;
}
.recommend .product_top {
	height: 22px;
	background: url("../images/bg_05.png") no-repeat left -46px;
}
.recommend .product_top h2 {
	display: none;
}
.recommend .product_content {
	clear: both;
	padding-top: 10px;
	font-size: 12px;
}
.recommend .product_content span {
	border: #ddd solid 1px;
	font-size: 12px;
	margin-right: 10px;
	margin-bottom: 10px;
	border-radius: 2px;
	padding: 0px 5px 0px 5px;
	float: left;
	height: 24px;
	line-height: 24px;
}
.recommend .product_content p {
	font-size: 12px;
}
.scenic {
	clear: both;
	padding-top: 20px;
}
.scenic .product_top {
	height: 22px;
	background: url("../images/bg_05.png") no-repeat left -23px;
}
.scenic .product_top h2 {
	display: none;
}
.scenic .product_content {
	clear: both;
	padding-top: 10px;
}
.scenic .product_content span {
	border: #ddd solid 1px;
	font-size: 12px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	border-radius: 2px;
	line-height: 24px;
	display: inline-block;
}
.scenic .product_content dl {
	float: left;
	min-height: 30px;
	line-height: 30px;
}
.scenic .product_content .day {
	float: left;
	font-size: 12px;
	width: 40px;
	font-size: 14px;
	color: #ff7d0b;
	font-weight: bold;
	text-align: center;
	height: 30px;
}
.scenic .product_content dd {
	float: left;
	font-size: 12px;
	display: block;
	min-height: 30px;
	line-height: 30px;
}
.scenic .product_content dd span {
	float: left;
	font-size: 12px;
	display: block;
}
.scenic .product_content span {
	border: #ddd solid 1px;
	font-size: 12px;
	margin-right: 10px;
	margin-bottom: 10px;
	border-radius: 2px;
	float: left;
	line-height: 24px;
}
.order_form {
	clear: both;
	border: #ff9419 solid 2px;
	width: 1200px;
	margin: auto;
	margin-top: 15px;
	display: none;
}
.order_form_top {
	height: 32px;
	border-bottom: #ddd solid 1px;
	padding: 10px;
	line-height: 32px;
}
.order_form_top_left {
	float: left;
	line-height: 32px;
}
.order_form_top_left span {
	padding-right: 30px;
	font-weight: bold;
}
.order_form_top_right {
	float: right;
}
.order_form_content {
	clear: both;
	padding: 10px;
}
.order_form_content .type {
	font-weight: bold;
}
.order_form_content .header_td {
	background: #f0f0f0;
	height: 26;
	line-height: 26px;
}
.order_form_content span {
	color: #ff9419;
	font-weight: bold;
}
.order_form_content td {
	text-align: center;
	padding: 4px;
	border: #ddd solid 1px;
}
.order_form_content .person {
	padding-left: 100px;
	width: 200px;
}
.order_form_content .person a {
	width: 30px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	border: #ddd solid 1px;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	float: left;
}
.order_form_content .person input {
	width: 50px;
	border: #ddd solid 1px;
	height: 26px;
	text-align: center;
	line-height: 26px;
	float: left;
}
.btn_red_small {
	display: inline-block;
	background-color: #fb9125;
	background-image: -webkit-linear-gradient(top, #fb9125, #fa8721);
	background-image: -moz-linear-gradient(top, #fb9125, #fa8721);
	background-image: -ms-linear-gradient(top, #fb9125, #fa8721);
	background-image: -o-linear-gradient(top, #fb9125, #fa8721);
	background-image: linear-gradient(top, #fb9125, #fa8721);
	color: #fff;
	border-radius: 3px;
	text-align: center;
	border: 1px solid #e08821;
	-webkit-box-shadow: inset 0 1px 0 0 #fcad5c;
	box-shadow: inset 0 1px 0 0 #fcad5c;
	height: 32px;
	width: 120px;
	line-height: 32px;
	margin-left: 20px;
}
a.btn_red_small {
	color: #FFF;
}
.btn_red_small:hover {
	background-color: #fd7b2b;
	background-image: -webkit-linear-gradient(top, #fd802c, #fd6f29);
	background-image: -moz-linear-gradient(top, #fd802c, #fd6f29);
	background-image: -ms-linear-gradient(top, #fd802c, #fd6f29);
	background-image: -o-linear-gradient(top, #fd802c, #fd6f29);
	background-image: linear-gradient(top, #fd802c, #fd6f29);
	border: 1px solid #fc6621;
	-webkit-box-shadow: inset 0 1px 0 0 #fea161;
	box-shadow: inset 0 1px 0 0 #fea161;
	cursor: pointer;
	text-decoration: none;
}
a.btn_red_small:hover {
	color: #FFF;
}
.pagination {
	display: none;
}
.content {
	clear: both;
	width: 1200px;
	margin: 15px auto 0;
}
.content .content_header {
	height: 45px;
	border-bottom: #ddd solid 1px;
	background: #eceff2;
	width: 1200px;
}
.content .content_header_left {
	float: left;
	text-align: left
}
.content .content_header_left a {
	padding-left: 25px;
	padding-right: 25px;
	font-size: 16px;
	line-height: 45px;
	display: inline-block;
}
.content .content_header_left .select {
	background: #fff;
	height: 45px;
	position: relative;
	z-index: 1;
	border: solid 1px #DDD;
	border-bottom: none;
	font-weight: bold;
}
.content .content_header_left .select:first-child {
	border-left: none;
}
.content .header_content_right {
	float: right;
	margin-top: 5px;
	padding-right: 5px;
}
.content_main {
	clear: both;
	padding: 20px 30px;
}
.content_main .setout {
	background: url("../images/icon_25.png") no-repeat left center;
	line-height: 40px;
	height: 40px;
	padding-left: 20px;
	font-size: 16px;
	color: #32a1ff;
	font-weight: bold;
	border-bottom: #ddd dotted 1px;
}
.content_main .content {
	clear: both;
	padding-top: 10px;
}
.cont {
	clear: both;
	width: 1140px;
	margin: 15px auto 0;
}
.cont img {
    width: expression(this.width > 1080? 1080: true) !important;
    max-width: 1080px !important;
    height: auto !important;
    overflow: hidden;
}
.map {
	clear: both;
	height: 180px;
	overflow: hidden;
}
.setout_day {
	clear: both;
	margin-top: 15px;
}
.setout_day_title {
	min-height: 30px;
	line-height: 30px;
}
.setout_day_title h2 {
	float: left;
	width: 83px;
	font-size: 18px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	color: #28166f;
}
.setout_day_title span {
	min-height: 30px;
	display: inline-block;
	line-height: 30px;
	font-size: 18px;
	font-weight: bold;
	color: #28166f;
}
.setout_day_title .bg_no {
	background: none;
	padding-left: 18px;
	color: #28166f;
}
.setout_day_main {
	clear: both;
	width: 1000px;
	float: right;
	border-left: #ddd dotted 1px;
	padding-left: 60px;
	position: relative;
}
.setout_day_main label {
	position: absolute;
	left: -19px;
	top: 5px;
	z-index: 1;
	background: #32a1ff;
	color: #fff;
	width: 40px;
	height: 20px;
	text-align: center;
	line-height: 20px;
}
.setout_day_content {
	clear: both;
	line-height: 24px;
	padding-bottom: 10px;
}
.setout_day_scenic {
	clear: both;
	padding-top: 20px;
	margin-bottom: 15px;
}
.setout_day_scenic .scenic_icon {
	background: url("../images/bg_08.png") no-repeat left center;
	padding-left: 60px;
	font-size: 14px;
	font-weight: bold;
}
.setout_day_scenic_main {
	clear: both;
}
.setout_day_scenic_content {
	float: left;
	width: 680px;
	line-height: 24px;
	padding-top: 5px;
	font-size: 14px;
}
.setout_day_scenic_content p, .setout_day_scenic_content span {
	line-height: 24px;
	font-size: 14px;
}
.setout_day_scenic_img {
	width: 275px;
	height: 145px;
	position: relative;
	float: right;
	background: #ccc;
	top: 0px;
}
.setout_day_scenic_img img {
	width: 275px;
	height: auto;
}
.setout_day_scenic_img .big_img {
	position: absolute;
	right: 300px;
	top: 0px;
	z-index: 1;
	background: #fff;
	border: #ddd solid 3px;
	padding: 1px;
	display: none;
}
.setout_day_scenic_img .big_img img {
	width: auto;
	height: auto;
	max-width: 750px;
}
.setout_day_scenic_img .big_img .left_img {
	width: auto;
	height: auto;
	max-width: auto;
	position: absolute;
	right: -20px;
	top: 60px;
}
.setout_day_scenic_img .prev {
	background: url("../images/icon_34.png") no-repeat left center;
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	top: 50px;
	left: 0px;
	z-index: 999;
}
.setout_day_scenic_img .next {
	background: url("../images/icon_35.png") no-repeat left center;
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	top: 50px;
	left: 253px;
	z-index: 999;
}
.img_list {
	position: relative;
}
.img_list img {
	width: 275px;
	height: 145px;
}
.img_list a {
	position: absolute;
	left: 10px;
	top: 122px;
	z-index: 2;
	color: #fff;
}
.img_list label {
	background: #000;
	width: 100%;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	position: absolute;
	left: 0px;
	top: 120px;
	z-index: 1;
	height: 25px;
}
.food {
	clear: both;
	border-top: #ddd solid 1px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.food .food_icon {
	background: url("../images/bg_09.png") no-repeat left center;
	padding-left: 60px;
}
.food ul {
	padding: 10px 0px 15px 0px;
}
.food ul li {
	float: left;
	width: 190px;
}
.food b {
	font-weight: normal;
	padding-right: 50px;
}
.bus {
	clear: both;
	padding-top: 20px;
	border-top: #ddd solid 1px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.bus .bus_icon {
	background: url("../images/bg_10.png") no-repeat left center;
	padding-left: 60px;
}
.stay {
	clear: both;
	padding-top: 20px;
	border-top: #ddd solid 1px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.stay .stay_icon {
	background: url("../images/bg_11.png") no-repeat left center;
	padding-left: 60px;
}

.fee {
	clear: both;
	padding: 15px 30px 30px;
}
.fee .fee_top {
	height: 40px;
	background: url("../images/icon_36.png") no-repeat left center;
	padding-left: 20px;
	line-height: 40px;
	font-size: 16px;
	color: #32a1ff;
	border-bottom: #ddd dotted 1px;
	font-weight: bold;
	float: left;
	width: 120px;
	text-indent: 5px;
}
.fee .fee_content {
	padding-top: 8px;
	padding-left: 26px;
	float: left;
	width: 970px;
	font-size: 14px;
}
.fee .fee_content img {
	width: expression(this.width > 900? 900: true) !important;
    max-width: 900px !important;
    height: auto !important;
    overflow: hidden;
    margin: 0 5px 5px 0;
    border: 1px solid #ddd;
    padding: 4px;
}
.fee .fee_content h2 {
	background: url("../images/bg_12.png") no-repeat left center;
	padding-left: 20px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
}
.fee .fee_content_a {
	clear: both;
	line-height: 24px;
	padding-left: 21px;
	padding-bottom: 20px;
}
.fee .fee_content p, .fee .fee_content span {
	font-size: 14px;
	line-height: 24px;
}
.fee .jiezhan {
	background: url("../images/icon_37.png") no-repeat left center;
}
.fee .xuzhi {
	background: url("../images/icon_38.png") no-repeat left center;
}
.fee .tishi {
	background: url("../images/icon_39.png") no-repeat left center;
}
.fee .qita {
	background: url("../images/icon_40.png") no-repeat left center;
}
.comment {
	clear: both;
	padding: 20px;
	border-bottom: #ddd solid 1px;
}
.comment .comment_left {
	width: 140px;
	text-align: center;
	float: left;
}
.comment .comment_left img {
	border-radius: 50px;
	-moz-border-radius: 50px;
	-moz-border-radius: 50px;
	width: 50px;
	height: 50px;
}
.comment_right {
	float: right;
	width: 970px;
}
.comment_time {
	clear: both;
	padding-top: 30px;
	padding-bottom: 10px;
	height: 30px;
	line-height: 30px;
}
.comment_time span {
	float: left;
	margin-top: 15px;
	color: #bebebe;
}
.comment_time a {
	float: right;
	background: url("../images/icon_41.png") no-repeat 8px center;
	border: #ddd solid 1px;
	height: 32px;
	padding-left: 30px;
	padding-right: 8px;
	line-height: 32px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-moz-border-radius: 3px;
	font-weight: bold;
	color: #bebebe;
}
.reply {
	background: #eff3f7;
	clear: both;
	padding: 10px;
	line-height: 24px;
}
.comment_page {
	clear: both;
	margin-top: 10px;
	text-align: right;
}
.fixed {
	position: fixed;
	top: 0px;
	z-index: 9999;
}
.fixed {
	_position: absolute;
	_top:expression((20+(noValue = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop))+'px');
}/*兼容IE6*/
.day_list {
	clear: both;
	width: 75px;
	position: fixed;
	top: 50px;
	z-index: 999;
	margin-left: -100px;
	display: none;
}
.day_list li {
	height: 28px;
	line-height: 28px;
	text-align: center;
}
.day_list li a {
	display: block;
	height: 28px;
	line-height: 28px;
}
.day_list .select {
	background: #32a1ff;
	color: #fff;
	display: block;
}
.setout_info {
}
.setout_info .order_form_content {
	clear: none;
	padding-left: 0px;
}
.setout_info .order_form_content .person {
	line-height: 28px;
	width: auto;
	padding-left: 0px;
	padding-right: 20px;
}
.setout_info dl {
	clear: both;
	height: 25px;
}
.setout_info dl dt, .setout_info dl dd {
	float: left;
	font-size: 14px;
	height: 26px;
	line-height: 26px;
}
.setout_info dl dd select {
	width: 300px;
	height: 26px;
	line-height: 26px;
	border: #ddd solid 1px;
}
.setout_info dl dd span, .setout_info dd label {
	color: #c00;
    padding: 0 2px 0 3px;
    line-height: 30px;
}
.setout_info dl dd em {
	font-size: 13px;
	color: #bbb;
	font-style: normal;
}
.setout_info dl dd span {
	font-size: 33px;
	font-family: 'HelveticaNeue';
}
.setout_info .price_text {
	line-height: 40px;
	height: 40px;
    padding-top: 10px;
}
.setout_info .price_text dt, .setout_info .price_text dd {
	line-height: 50px;
}
.order_now {
	clear: both;
	padding-top: 15px;
}
.order_now_btn {
	float: left;
	margin-right: 26px;
}
.order_now_btn .btn_red_small {
	width: 120px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	margin-left: 0px;
}
.setout_day_title_right {
	width: 1060px;
	float: right;
	padding-bottom: 20px;
}
.share {
    width: 165px;
    text-align: right;
    margin-left: 1010px;
    padding-bottom: 20px;
}