.answer_question{
	margin-bottom:50px;
}
.answer_question .answer_list{
	width:1200px;
}
.answer_question .answer_list .answer_list_inn{
	width:100%;
}
.answer_question .answer_list .answer_item .answer_item_left{
	width:140px;
}
.answer_question .answer_list .answer_item .answer_item_right{
	width:1020px;
}
.answer_question .answer_list .answer_item .answer_item_right .answer_item_inn{
	width:100%;
}
.answer_question .answer_list .answer_item .answer_item_right .the_questioner .questioner_text{
	width:920px;
}

.banner{
	width:100%;
	height:450px;
	background: url("../img/common/transport_bac.png") no-repeat;
	background-size: 100% 100%;
}
.banner_box{
	width:1200px;
	margin:0 auto;
	overflow: hidden;
}
.banner_search_box{
	width: 283px;
	height: 175px;
	border-radius: 10px;
	background: #999999;
	/*margin-left: 70px;*/
	/*margin-top:90px;*/
	padding:12px;
	box-sizing: border-box;
}
.banner_search_box .search_box{
	width:100%;
	height:100%;
	background: #27AAA3;
	padding:5px;
	box-sizing: border-box;
	position: relative;
}
 #check_city{
    width:100%;
    height:100%;
    background: #27AAA3;
    padding:5px;
    box-sizing: border-box;
    position: relative;
}
.banner_search_box .search_box .help{
	position: absolute;
	top:5px;
	right:5px;
	font-size:10px;
	color:#154b93;
	font-weight: bold;
	cursor:pointer;
}
.banner_search_box .search_box .help:hover{
	border-bottom:1px solid #154b93;
}
.banner_search_box .search_box .search_box_title{
	font-size:13px;
	font-weight: bold;
	color:#fff;
	text-align: center;
	height:20px;
}
.banner_search_box .search_box .search_box_content{
	width:100%;
	height:120px;
	background: #999999;
	padding:0 3px;
	box-sizing: border-box;
}
.banner_search_box .search_box .search_box_content .content_text{
	width:100%;
	height:35px;
	border-bottom: 1px solid #fff;
	box-sizing: border-box;
	line-height: 35px;
	font-size:12px;
	font-weight: bold;
	color:#fff;
	text-align: center;
}
.banner_search_box .search_box .search_box_content .content_search{
	width:100%;
	height:35px;
	border-bottom: 1px solid #fff;
	box-sizing: border-box;
	line-height: 35px;
	font-size:12px;
	font-weight: bold;
	color:#fff;
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.banner_search_box .search_box .search_box_content .content_search .select_city{
	width:150px;
	height:25px;
	border:none;
	background: #fff;
	padding-left:8px;
	box-sizing: border-box;
	color:#999999;
	font-size: 12px;
	margin-left:5px;
	border-radius: 3px;
	margin-top:5px;
}
.banner_search_box .search_box .search_box_content .content_btn{
	width:100%;
	height:50px;
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.banner_search_box .search_box .search_box_content .content_btn .search_btn{
	display: block;
	width:150px;
	height:26px;
	text-align: center;
	line-height: 26px;
	color:#fff;
	font-size: 13px;
	font-weight: bold;
	cursor: pointer;
	background: #51a351;
	border-radius: 3px;
	margin-top:12px;
}

/*urban*/
.urban{
	width:1200px;
	margin:0 auto;
	overflow: hidden;
}
.urban .urban_title{
	margin:45px 0;
	font-size: 24px;
	color: #383838;
	font-weight: normal;
	padding-left:10px;
	box-sizing: border-box;
}
.urban .urban_show{
	width:100%;
	height:110px;
	margin-top:40px;
	margin-bottom:50px;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}
.urban .urban_show .urban_show_item{
	width:220px;
	height:100%;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
.urban .urban_show .urban_show_item2{
	width:220px;
	height:100%;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	background: #999999;
	padding:8px;
	box-sizing: border-box;
}
.urban .urban_show .urban_show_item2 .city_choose_box{
	width:100%;
	height:100%;
	background: #27aaa3;
	padding:0 5px;
	box-sizing: border-box;
}
.urban .urban_show .urban_show_item2 .city_choose_box .city_choose_title{
	text-align: center;
	color:#ffffff;
	font-size: 12px;
	font-weight: bold;
	line-height: 26px;
}
.urban .urban_show .urban_show_item2 .city_choose_box .city_inn{
	width:100%;
	height:64px;
	background: #999999;
	padding:10px 3px;
	box-sizing: border-box;
}
.urban .urban_show .urban_show_item2 .city_choose_box .city_inn .city_inn_choose{
	height:40px;
	font-size: 12px;
	font-weight: bold;
	color:#ffffff;
	padding:4px 0;
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.urban .urban_show .urban_show_item2 .city_choose_box .city_inn .city_inn_choose span{
	display: block;
	line-height: 32px;
	margin-right:3px;
}
.urban .urban_show .urban_show_item2 .city_choose_box .city_inn .city_inn_choose select{
	width:130px;
	height:100%;
	background: #ffffff;
	font-size: 12px;
	color:#444444;
	border-radius: 3px;
	padding-left:4px;
	box-sizing: border-box;
}
.urban .urban_show .urban_show_item2 .city_choose_box .city_inn .search_box{
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.urban .urban_show .urban_show_item2 .city_choose_box .city_inn .search_box span{
	display: block;
	width: 150px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    background: #51a351;
    border-radius: 3px;
    margin-top: 6px;
}

.urban .urban_show .urban_show_item img{
	width:120%;
	margin-left:-10%;
	min-height: 110px;
}
.urban .urban_show .urban_show_item .item_mask{
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background: rgba(0,0,0,0.7);
	color:#fff;
	text-align: center;
	display: table;
}
.urban .urban_show .urban_show_item .item_mask span{
	display: table-cell;
	vertical-align: middle;
	line-height: 40px;
	font-size: 30px;
}
.urban .urban_show .active .item_mask{
	background: transparent;
	color:#ef4d3e;
	font-weight: bold;
}
.urban .urban_show .urban_show_item .item_mask:hover{
	color:#ef4d3e;
}

.chooseTip{
	width:1200px;
	margin:0 auto;
	margin-top:20px;
	padding-left:310px;
	box-sizing: border-box;
	font-size: 13px;
	color:#ff9800;
	font-weight: bold;
}

/*vehicle*/
.vehicle{
	width:1200px;
	margin:0 auto;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top:6px;
	margin-bottom: 20px;
}
.vehicle_left{
	width:285px;
}
.vehicle_left .vehicle_left_title{
	font-size: 18px;
	color: #383838;
	font-weight: normal;
	margin-bottom: 15px;
}
.vehicle_left .vehicle_left_type{
	width:100%;
	border: solid 1px #dadada;
	padding:10px 10px 30px 15px;
	box-sizing: border-box;
}
.vehicle_left .vehicle_left_type .type_title{
	font-size: 16px;
	color: #383838;
}
.vehicle_left .vehicle_left_type .type_list{
    width: 100%;
}
.vehicle_left .vehicle_left_type .type_list .type_item{
	width:100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	height:60px;
	margin-top:10px;
	cursor:pointer;
}
.vehicle_left .vehicle_left_type .type_list .type_item .item_icon{
	width:15px;
	height:100%;
	line-height: 60px;
}
.vehicle_left .vehicle_left_type .type_list .type_item .item_icon span{
	display: inline-block;
	width:5px;
	height:5px;
	border:5px solid #e1e1e1;
	border-radius: 50%;
}
.vehicle_left .vehicle_left_type .type_list .type_item .item_img{
	width:85px;
	height:60px;
	text-align: center;
}
.vehicle_left .vehicle_left_type .type_list .type_item .item_img img{
	margin-top:16px;
}
.vehicle_left .vehicle_left_type .type_list .type_item .item_img .img2{
	display: none;
}
.vehicle_left .vehicle_left_type .type_list .type_item .item_description{
	height:100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #515151;
}
.vehicle_left .vehicle_left_type .type_list .type_item:hover .item_description{
	color:#27aaa3;
}
.vehicle_left .vehicle_left_type .type_list .type_item .item_description p{
	width:160px;
	line-height: 20px;
	font-size: 12px;
	letter-spacing: 0px;
}
.vehicle_left .vehicle_left_type .type_list .type_active .item_icon span{
	border-color: #27AAA3;
}
.vehicle_left .vehicle_left_type .type_list .type_active .item_img .img1{
	display: none;
}
.vehicle_left .vehicle_left_type .type_list .type_active .item_img .img2{
	display: inline-block;
}
.vehicle_left .vehicle_left_type .type_list .type_active .item_description{
	color:#27AAA3;
}

.vehicle_left .vehicle_tour{
	display: block;
	width:100%;
	margin-top:10px;
	height:120px;
    background: url(../img/common/banner.png) no-repeat;
    background-size: 100% 100%;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}
.vehicle_left .vehicle_tour_city{
	background: url(../img/common/banner_05.png) no-repeat;
	background-size: 100% 100%;
}
.vehicle_left .vehicle_tour .vehicle_tour_mask{
	width:100%;
	height:100%;
	position: absolute;
	left:0;
	top:0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: rgba(0,0,0,0.7);
	z-index: 33;
}
.vehicle_left .vehicle_tour .vehicle_tour_mask span{
	display: block;
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    color:#fff;
}
.vehicle_left .vehicle_tour .vehicle_tour_mask:hover span{
	color:#27aaa3;
}


.vehicle_right{
	width:890px;
}
.vehicle_right .vehicle_right_title{
	font-size: 18px;
	color: #383838;
	font-weight: normal;
	margin-bottom: 15px;
}
.vehicle_right .vehicle_right_content{
	width:100%;
}
.vehicle_right .vehicle_right_content .vehicle_right_item{
	width:100%;
	height:220px;
	padding:15px;
	border: solid 3px #e9e9e9;
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom:10px;
}
.vehicle_right .vehicle_right_content .vehicle_right_item .item_left{
	width:140px;
	height:100%;
}
.vehicle_right .vehicle_right_content .vehicle_right_item .item_left .item_left_show{
	width:100%;
	overflow: hidden;
	margin-top:20px;
}
.vehicle_right .vehicle_right_content .vehicle_right_item .item_left .item_left_show .show_item{
	float: left;
	margin-right:8px;
	width:38px;
	height:28px;
	border:1px solid #27AAA3;
	box-sizing: border-box;
	margin-bottom:14px;
	/*overflow: hidden;*/
}
.vehicle_right .vehicle_right_content .vehicle_right_item .item_left .item_left_show .show_item img{
	width:100%;
	height:100%;
	cursor: pointer;
}
.vehicle_right .vehicle_right_content .vehicle_right_item .item_left .item_left_show .show_item img:hover{
	transform: scale(1.3,1.3);
	transition: all 300ms;
}
.vehicle_right .vehicle_right_content .vehicle_right_item .item_left .item_left_text{
	text-align: center;
	font-size: 14px;
	color: #27aaa3;
}


.vehicle_right .vehicle_right_content .vehicle_right_item .item_right{
	width:700px;
	height:100%;
	border-left:1px solid #eeeeee;
	padding-left:20px;
	box-sizing: border-box;
}
.vehicle_right .vehicle_right_content .vehicle_right_item .item_right .tip_note{
	font-size: 12px;
	color: #515151;
	line-height: 20px;
	padding-right:180px;
	box-sizing: border-box;
	margin-top:10px;
}
.vehicle_right .vehicle_right_content .vehicle_right_item .item_right .exclude_airport{
	font-size: 13px;
	color: red;
	line-height: 30px;
	padding-right:180px;
	box-sizing: border-box;
}

.vehicle_right .vehicle_right_content .vehicle_right_item .item_right .item_right_title{
	font-size: 14px;
	color: #515151;
	font-weight: normal;
	margin-top:10px;
	/*display: flex;
	flex-direction: row;
	justify-content: flex-start;*/
	line-height: 24px;
}
.vehicle_right .vehicle_right_content .vehicle_right_item .item_right .item_right_content .theContent{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.vehicle_right .vehicle_right_content .vehicle_right_item .item_right .item_right_title p{
	display: inline;
	line-height: 24px;
}
.vehicle_right .vehicle_right_content .vehicle_right_item .item_right .item_right_title .str2 img{
	width:18px;
	height:18px;
	margin:0 10px;
	cursor: pointer;
}
/*1*/
.vehicle_right .vehicle_right_content .vehicle_right_item .item_right .item_right_message{
	width:430px;
	height:100%;
}

.vehicle_right .vehicle_right_content .vehicle_right_item .item_right .item_right_message .item_right_place{
	width:100%;
	height:22px;
	margin-top:12px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}

.vehicle_right .vehicle_right_content .vehicle_right_item .item_right .item_right_message .item_right_place select{
	width: 180px;
	height: 22px;
	border: solid 1px #dadada;
	font-size: 14px;
	color: #747474;
	background: #fff;
}

.vehicle_right .vehicle_right_content .vehicle_right_item .item_right .item_right_message .item_right_place span{
	display: block;
	width:32px;
	height:11px;
	border-bottom: 1px solid #dadada;
	box-sizing: border-box;
	margin:0 5px;
}
.vehicle_right .vehicle_right_content .vehicle_right_item .item_right .item_right_message .item_right_other{
	width:100%;
	height:20px;
	line-height: 20px;
	margin-top:8px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}
.vehicle_right .vehicle_right_content .vehicle_right_item .item_right .item_right_message .item_right_other .checkbox{
	width: 19px;
	height: 19px;
	border: solid 1px #dadada;
	text-align: center;
}
.vehicle_right .vehicle_right_content .vehicle_right_item .item_right .item_right_message .item_right_other .checkbox img{
	display: none;
	margin-left:2px;
	margin-top:4px;
}
.vehicle_right .vehicle_right_content .vehicle_right_item .item_right .item_right_message .item_right_other .active_check{
	border: solid 1px #27aaa3;
}
.vehicle_right .vehicle_right_content .vehicle_right_item .item_right .item_right_message .item_right_other .active_check img{
	display: block;
}
.vehicle_right .vehicle_right_content .vehicle_right_item .item_right .item_right_message .item_right_other .other_text{
	margin-left:10px;
	font-size: 12px;
	color: #515151;
}
.vehicle_right .vehicle_right_content .vehicle_right_item .item_right .item_right_message .item_right_other .other_text span{
	color:#27AAA3;
	margin-left:5px;
}



/*2*/
.vehicle_right .vehicle_right_content .vehicle_right_item .item_right .item_right_price{
	width:130px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-top:10px;
}
.vehicle_right .vehicle_right_content .vehicle_right_item .item_right .item_right_price .price{
	font-size: 30px;
	color: #27aaa3;
	margin-bottom:10px;
}
.vehicle_right .vehicle_right_content .vehicle_right_item .item_right .item_right_price .price_tip{
	font-size: 16px;
	color: #515151;
}

/*3*/
.vehicle_right .vehicle_right_content .vehicle_right_item .item_right .to_book{
	width:110px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-top:5px;
}
.vehicle_right .vehicle_right_content .vehicle_right_item .item_right .to_book span{
	display: inline-block;
	width: 90px;
	height: 40px;
	background-color: #27aaa3;
	border-radius: 4px;
	text-align: center;
	line-height: 40px;
	font-size: 17px;
	color: #ffffff;
	cursor:pointer;
}


/*问答*/
.interlocution{
	width:1200px;
	margin:0 auto;
	background: #f1f1f1;
	padding:45px 50px 20px 20px;
	box-sizing: border-box;
	margin-bottom:30px;
	overflow: hidden;
}
.interlocution_title{
	font-size: 24px;
	font-weight: normal;
	color: #2d2d2d;
	margin-bottom:55px;
}
.interlocution_content{
	width:100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.interlocution_content .interlocution_left{
	width:188px;
	height:165px;
	margin-top:80px;

}
.interlocution_content .ask_box{
	width:760px;
	margin-left:30px;
	position: relative;
}
.interlocution_content .ask_box .name_and_mail input{
	width: 283px;
	height: 42px;
	background-color: #ffffff;
	border-radius: 4px;
	border: solid 1px #e6e7e8;
	margin-right:30px;
	padding-left:10px ;
	box-sizing: border-box;
}
.interlocution_content .ask_box .ask_text{
	display: block;
	width:100%;
	height:175px;
	border: solid 1px #e6e7e8;
	margin-top:15px;
	box-sizing:border-box ;
	padding:10px;
}
.interlocution_content .ask_box .to_submit{
	width:100%;
	height:48px;
	border: solid 1px #e6e7e8;
	border-top:none;
	box-sizing:border-box ;
	position: relative;
	background: #fff;
	cursor: pointer;
}
.interlocution_content .ask_box .to_submit .submit_ask{
	display: inline-block;
	position: absolute;
	right:10px;
	top:7px;
	width: 74px;
	height: 32px;
	line-height: 32px;	
	text-align: center;
	background-color: #27aaa3;
	border-radius: 2px;
	color:#fff;
}

.recent{
	width:1200px;
	margin:0 auto;
	overflow: hidden;
	margin-bottom:70px;
}
.recent_title{
	text-align: center;
	height:30px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom:36px;
}
.recent_title font{
	display: inline-block;
	font-size: 18px;
	color: #676767;
	line-height: 30px;
	padding:0 15px;
	box-sizing: border-box;
}
.recent_title span{
	display: inline-block;
	width:480px;
	height:15px;
	border-bottom:2px solid #e5e5e5;
}
.scenery_content{
	margin-top:45px;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	
}
.scenery_content .scenery_content_item{
	width:294px;
	background-color: #f9f9f9;
	border-radius: 16px;
	border: solid 1px #dddddd;
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
	cursor:pointer ;
	padding-bottom:30px;
	box-sizing: border-box;
}
.scenery_content .scenery_content_item .item_img{
	width:100%;
	height:246px;
	position: relative;
	overflow: hidden;
}
.scenery_content .scenery_content_item .item_img img{
	display: block;
	width:360px;
	margin-left:-33px;
	min-height:246px;
}
.scenery_content .scenery_content_item .item_img .item_img_mask{
	width:100%;
	height:100%;
	background: rgba(41,69,90,0.5);
	position: absolute;
	top:0;
	left:0;
	display: none;
	overflow: hidden;
}
.scenery_content .scenery_content_item .item_img .item_img_mask .mask_box{
	width:260px;
	height:160px;
	overflow: hidden;
	margin-top:15px;
}
.scenery_content .scenery_content_item .item_img .item_img_mask .mask_text{
	width:260px;
	height:160px;
	margin-left:17px;
	display: table;
}
.scenery_content .scenery_content_item .item_img .item_img_mask .mask_text span{
	display: table-cell;
	vertical-align: middle;
	font-size: 12px;
	color: #ffffff;
	line-height: 20px;
}
.scenery_content .scenery_content_item .item_img .item_img_mask .understand_btn{
	width: 123px;
	height: 40px;
	background-color: #34aca6;
	border-radius: 8px;
	color:#fff;
	text-align: center;
	line-height: 40px;
	font-size:14px;
	margin-left:85px;
	margin-top:15px;
}
.scenery_content .scenery_content_item .address{
	padding:10px;
	height:96px;
	overflow: hidden;
}
.scenery_content .scenery_content_item .address p{
	width:100%;
	height:100%;
	display: table;
}
.scenery_content .scenery_content_item .address p span{
	display: table-cell;
	vertical-align: middle;
	font-size: 14px;
	color: #5a5a5a;
	line-height: 24px;
}
.scenery_content .scenery_content_item .scenery_price{
	position: absolute;
	bottom:10px;
	right:9px;
	font-size: 16px;
	color: #27aaa3;
}

.mask_alert{
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index: 99;
	background: rgba(0,0,0,0.6);
	display: none;
}

.book_alert{
	position: fixed;
	width: 830px;
	height: 590px;
	background-color: #f4f4f4;
	border-radius: 10px;
	border: solid 1px #b5b5b5;
	left:50%;
	top:50%;
	margin-left:-415px;
	margin-top:-300px;
	z-index: 100;
	padding:20px;
	box-sizing: border-box;
	display: none;
}
.book_alert .book_title{
	font-size: 24px;
	line-height: 40px;
	color: #333333;
	position: relative;
}
.book_alert .book_title .book_alert_close{
	width:36px;
	height:36px;
	position: absolute;
	top:0;
	right:0;
	cursor:pointer;
}
.book_alert .book_tour{
	font-size: 18px;
	color: #333333;
	line-height: 30px;
	border-bottom:1px solid #dcdcdc;
	padding:4px 0;
	box-sizing: border-box;
}

.book_alert .book_alert_content{
	width:100%;
	
}
.book_alert .book_alert_content #area_info span{
	color:#27AAA3;
}
.book_alert .book_alert_content .book_alert_price{
	font-size: 14px;
	color: #000;
	line-height: 36px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	margin-bottom:10px;
}
.book_alert .book_alert_content .book_alert_price .price_box{
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	margin-left:24px;
}
.book_alert .book_alert_content .book_alert_price .price_box span{
	font-weight: bold;
	color:#27aaa3;
	font-size: 15px;
}
.book_alert .book_alert_content .book_alert_price .price_box .guide_price{
	margin-left:24px;
}
.book_alert .book_alert_content .book_alert_item{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	margin-bottom:5px;
	margin-top:5px;
}
.book_alert .book_alert_content .book_alert_item .item_left_text{
	width:140px;
	height:30px;
	line-height: 30px;
	text-align: right;
	font-size: 14px;
	color: #626262;
	margin-right:8px;
}
.book_alert .book_alert_content .book_alert_item .item_right{
	width:270px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	font-size: 14px;
	color: #626262;
	line-height: 30px;
}
.book_alert .book_alert_content .book_alert_item .item_right .item_right_text1{
	font-size: 12px;
	color: #27aaa3;
}
.book_alert .book_alert_content .book_alert_item .item_right_msg{
	position: relative;
	width:270px;
}
.book_alert .book_alert_content .book_alert_item .item_right_msg .item_right_input{
	width:270px;
	height:30px;
	border-radius: 2px;
	border: solid 1px #dcdcdc;
	background-color: #f4f4f4;
	padding-left:10px;
	box-sizing: border-box;
}
.book_alert .book_alert_content .book_alert_item .item_right_msg .input_start,.book_alert .book_alert_content .book_alert_item .item_right_msg .input_return{
	position: absolute;
	top:0;
	left:0;
	z-index: 88;
	background: transparent;
}
.book_alert .book_alert_content .book_alert_item .item_right_msg .item_date{
	width:26px;
	height:26px;
	position: absolute;
	right:5px;
	top:2px;
	z-index: 80;
}
.book_alert .book_alert_content .return_item{
	display: none;
}
.book_alert .book_alert_content .book_alert_item .item_right_msg2 .other_msg{
	width: 500px;
	height: 74px;
	border-radius: 2px;
	border: solid 1px #dcdcdc;
	padding:10px;
	box-sizing: border-box;
	background-color: #f4f4f4;
	font-size:12px;
}
.book_alert .book_alert_content .book_alert_item .item_right_msg2 p{
	font-size: 12px;
	color: #626262;
	line-height: 26px;
}
.book_alert .book_alert_content .book_alert_item .item_right_msg2 p span{
	font-weight: bold;
	margin-right:5px;
}
.book_alert .sub_box{
	width:100%;
	height:40px;
	margin-top:10px;
	display: flex;
	flex-direction: row;
	justify-content:space-around;
}
.book_alert .sub_box span{
	display: block;
	width:130px;
	height:40px;
	background-color: #fea69e;
	border-radius: 10px;
	text-align: center;
	line-height: 40px;
	font-size: 18px;
	color: #ffffff;
	cursor: pointer;
}
.book_alert .sub_box span:hover{
	background-color: #ef4d3e;
}

.img_mask{
	width:100%;
	height:100%;
	position: fixed;
	left:0;
	top:0;
	background: rgba(0,0,0,0.6);
	z-index: 99;
	text-align: center;
	display: none;
}
.img_mask .large_img_box{
	width:100%;
	height:100%;
	padding:100px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
}
.img_mask .large_img_inn{
	width:100%;
	max-height: 100%;
	position: relative;
}

.img_mask .img_box{
	width:100%;
	max-height:100%
	text-align: center;
	
}
.img_mask .large_img_inn .img_mask_close{
	position: absolute;
	width:100%;
	height:40px;
	top:-45px;
	cursor:pointer;
	text-align: right;
}
.img_mask .large_img_inn .img_mask_close img{
	width:40px;
	height:40px;
	margin-right:-40px;
}
.img_mask .img_box img{
	max-width: 90%;
	max-height:90%;
}
.img_mask .img_mask_left{
	position: absolute;
	width:40px;
	line-height:90px;
	text-align: center;
	top:50%;
	margin-top:-60px;
	left:30px;
	color:#fff;
	font-size:50px;
	cursor:pointer;
}
.img_mask .img_mask_left img{
	width:100%;
	height:100%;
}
.img_mask .img_mask_right{
	position: absolute;
	width:40px;
	line-height:90px;
	text-align: center;
	top:50%;
	margin-top:-60px;
	right:30px;
	color:#fff;
	font-size:50px;
	cursor:pointer;
}
.img_mask .img_mask_right img{
	width:100%;
	height:100%;
}