/**--------------------------返回按钮--------------------------------------**/
.btn-back-booking{
	position: relative;
	margin-top: 12px;
	margin-bottom: 12px;
	margin-left: auto;
	margin-right: auto;
	width: 290px;
	height: 28px;
	/*background-color: red;*/
}

.fr-btn{
	position: relative;
	float: left;
	width: 88px;
	height: 28px;
	background-color: rgba(255,255,255,0);
	border: 1px solid #cfcfcf;
	cursor: pointer;
}
.fr-btn.right{
	float: right;
}
/* 鼠标经过按钮时，框／文字和箭头都变色 */
.fr-btn:hover{
	border-color: #E74842;
}
.fr-btn:hover .triangle-left{
	 border-right-color: #E74842;
}
.fr-btn:hover .triangle-right{
	 border-left-color: #E74842;
}
.fr-btn:hover .text{
	color: #E74842;
}

.fr-triangle{
	position: relative;
	float: left;
	margin-top: 9px;
	margin-left: 12px;
	width: 12px;
	height: 12px;
	/*background-color: green;*/
}
.fr-triangle.right{
	float: right;
	margin-right: 4px;
}

.fr-btn .triangle-left{
	width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-right: 8px solid #828282;
    border-bottom: 4px solid transparent;
}
.fr-btn .triangle-right{
	width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-left: 8px solid #828282;
    border-bottom: 4px solid transparent;
}
.fr-btn .text{
	position: relative;
	font-size: 14px;
	color: #828282;
}
.fr-btn .text.left{
	margin-top: 3px;
	padding-left: 34px;
}
.fr-btn .text.right{
	position: absolute;
	margin-top: 3px;
	padding-left: 10px;
}

/**--------------------------按钮的媒体查询(电脑)--------------------------------------**/
@media screen and (min-width: 768px){
	.btn-back-booking{
		margin-left: auto;
		margin-right: auto;
		margin-top: -42px;
		width: 96%;
	}
	.fr-btn.right{
		display: none;
	}
}
@media screen and (min-width: 992px){
	.btn-back-booking{
		width: 868px;
	}
}
/**--------------------------内容--------------------------------------**/
.fr-room{
	position: relative;
	width: 100%;
	height: auto;
	/*background-color: black;*/
}
/* 内容居中显示 */
.room-container{
	position: relative;
	margin: 0 auto;
	width: 318px;
	max-width: 900px;
	height: auto;
	/*background-color: red;*/
}
/* 左边一列 */
.fr-room .container.left{
	position: relative;
	width: 100%;
	max-width: 586px;
	height: auto;
	/*background-color: white;*/
}
/* 左边一列 上部的图片和icon */
.fr-room .room-photo-num{
	position: relative;
	width: 100%;
	max-width: 288px;
	height: 216px;
	background-color: black;
}
/**------ 上部图片内容 -----**/
.fr-room .room-photo{
	position: relative;
	float: left;
	width: 100%;
	max-width: 438px;
	height: 216px;
	background-color: gray;
}
.fr-room .ban{
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.fr-room .ban ul{
 	position:absolute; 
 	left:0; 
 	top:0;
 }
.fr-room .ban ul li{
	 width: 288px; 
	 height: 216px;
}
.fr-room .ban ul img{
	width: 288px; 
	height: 216px;
}
/* 左右按钮 */
.fr-room .prev{ 
	float:left; 
	cursor:pointer;
}
.fr-room .arrow{
	position:absolute; 
	top:45%; 
	width:28px; 
	height:51px;
	z-index:9;
	cursor:pointer;
}
.fr-room .arrow.prev1{
	left:16px; 
}
.fr-room .arrow.next1{ 
	right:0px; 
}
/* 弹出窗 */
.mhc{ 
	position:absolute;
	z-index: 99999; 
	left:0; 
	top:0; 
	width:100%;
	background:#000; 
	opacity:0.7;
	-moz-opacity:0.7;
	filter:alpha(Opacity=70); 
	display:none;
}
.pop_up{
	position:absolute;  
	width: 300px; 
	height: 200px; 
	background:#fff; 
	left: 3%; 
	top: 35%; 
	/*margin-left:-255px; */
	/*margin-top:-255px; */
	display:none; 
	z-index:999999;
}

.pop_up_xx{
	position: absolute;  
	width: 14px; 
	height: 14px; 
	top:-20px; 
	right:0; 
	cursor:pointer;
}
.pop_up_xx img{
	width: 100%;
	height: auto;
}
.pop_up2{ 
	width: 300px;
	height: 200px; 
	position:relative; 
	overflow:hidden;
}
.pop_up2 .prev1{
	position: absolute;
	z-index: 9999999;
	top: 45%;
	left: 2%;
	width: 12px;
	height: auto;
}
.pop_up2 .next1{
	position: absolute;
	z-index: 9999999;
	top: 45%;
	right: 2%;
	width: 12px;
	height: auto;
}
.pop_up2 .prev1 img,
.pop_up2 .next1 img
{
	width: 100%;
	height: auto;
}
.pop_up2 ul{ position:absolute; left:0; top:0;}
.pop_up2 ul li{ width:300px; height: auto; float:left;}
.pop_up2 ul li img{
	width: 100%;
	height: 100%;/*20181116 auto改为105*/
}

/**------ 上部icon内容 -----**/
/* icon框架 */
.fr-room .room-num{
	position: relative;
	float: left;
	width: 25%;
	height: 168px;
	background-color: white;
}
.room-num .num{
	position: relative;
	width: 100%;
	height: 56px;
	border-bottom: 1px solid #cfcfcf;
}
.room-num .num.last{
	border-bottom: 0px;
}
.room-num .num .fr-num{
	position: relative;
	padding-top: 14px;
	margin-left: auto;
	margin-right: auto;
	width: 46px;
	height: auto;
	/*background-color: black*/
}
.room-num .num .figure{
	font-size: 14px;
	margin-top: 3px;
	margin-left: 11px;
}

/* 下部的文字 */
.fr-room .room-text{
	position: relative;
	margin-top: 12px;
	width: 100%;
	height: 962px;
	background-color: red;
}

/**--------------------------方框的媒体查询(手机版)--------------------------------------**/
@media screen and (min-width: 360px){
	.pop_up{
		left: 9%;
	}
}
@media screen and (min-width: 375px){
	.pop_up{
		left: 10.5%;
	}
}
@media screen and (min-width: 384px){
	.pop_up{
		left: 11%;
	}
}
@media screen and (min-width: 412px){
	.pop_up{
		left: 14%;
	}
}
@media screen and (min-width: 414px){
	.pop_up{
		left: 15%;
	}
}
/**--------------------------方框的媒体查询(电脑版)--------------------------------------**/
@media screen and (min-width: 768px){
	.room-container{
		width: 100%;
		/*height: 1200px;*/
		overflow: hidden;
		/*background-color: red;*/
	}
	/* 左边一列 */
	.fr-room .container.left{
		float: left;
		width: 60%;
		height: auto;
	}
	
	.fr-room .room-photo-num,
	.fr-room .room-photo,
	.fr-room .ban,
	.fr-room .room-num
	{
        width:556px;
		height: 417px;
	}
	.fr-room .ban ul li,
	.fr-room .ban ul img
	{
		width: 556px; 
		height: 417px;
	}
	.room-num .num{
		height: 68px;
	}
	.room-num .num .fr-num{
		padding-top: 10px;
		width: 50px;
	}
	.room-num .num .figure{
		margin-top: 14px;
	}

	.pop_up,
	.pop_up2,
	.pop_up2 ul li
	{
		width: 600px;
		height: 400px;
	}
	.pop_up{
		position:fixed; -position:absolute; 
		left:50%; top:50%; margin-left:-300px; margin-top:-200px; 
	}
}
@media screen and (min-width: 992px){
	.room-container{
		width: 900px;
	}
	.fr-room .container.left{
		width: 586px;
	}
	
	/*
	.fr-room .ban ul li,
	.fr-room .ban ul img
	{
		width: 438px;
	}
	*/
	.pop_up,
	.pop_up2,
	.pop_up2 ul li
	{
		width: 800px;
		height: 599px;
	}
	.pop_up{
		position:fixed; -position:absolute; 
		left:50%; top:50%; margin-left:-400px; margin-top:-255px; 
	}
		
}
@media screen and (min-width: 1280px){
	.pop_up{
		position:fixed; -position:absolute; 
		left:50%; top:50%; margin-left:-400px; margin-top:-255px; 
	}

}

/**--------------------------  加载文字内容 --------------------------------------**/
.fr-room .fr-tab-room{
	position: relative;
	margin-top: 20px;
	width: 100%;
	height: auto;
	background-color: white;
}

.fr-tab-room .tab-room-title{
	position: relative;
	width: 100%;
	height: 38px;
	/*background-color: red;*/
	background-image: url(../images/element/nav/pro_tab_bg_s.jpg);
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.tab-room-title ul{
	position: absolute;
	margin-top: 8px;
}
.tab-room-title ul li{
	padding-left: 8px;
}
.tab-room-title ul li a{
	font-size: 14px;
	color: rgba(255,255,255, .6);
}
.tab-room-title ul li.active a{
	color: white;
}

.fr-tab-room .tab-room-text{
	position: relative;
	width: 100%;
	padding: 12px 14px;
	height: auto;
	min-height:500px;
	background-color: white;
}

.tab-root-text .tab-title {
    font-size: 100px;
}

.tab-room-text .tab-text{
	font-size: 12px;
	line-height: 20px;
	color: #828282;
}
/*20181205 add start*/
.tab-room-text .tab-text p{
	font-size: 1.6em;
    line-height: 1.4;
    font-weight: 300;
}
/*20181205 add end*/
/*--------------------详情页面----------------*/
.fr_tab_info{
	position: relative;
	width: 100%;
    height:auto;
	background-color: white;
    margin-top:20px;
    padding: 1em;
}

.fr_tab_price {
    font-size:2em;
}

.fr_tab_detail {
    height:3em;
}

.fr_tab_detail_icon {
    float:left;
    width: 36px;
    height:36px;
    padding-top: 0.5em; 
    padding-bottom: 0.5em;
}

.fr_tab_detail_text {
    float:left;
    width: 36px;
    height:36px;
    padding-top: 0.25em; 
    padding-bottom: 0.5em;
    font-size:20px;
}



/**-------------------------- 文字加载的媒体查询(电脑版)--------------------------------------**/
@media screen and (min-width: 768px){
/*	.fr-room .fr-tab-room{
		min-height: 800px;
	}*/
	.fr-tab-room .tab-room-title{
		height: 42px;
		background-image: url(../images/element/nav/pro_tab_bg.jpg);
	}
	.tab-room-title ul{
		margin-top: 10px;
		margin-left: 8px;
	}
	.tab-room-title ul li{
		padding-right: 18px;
	}
	.tab-room-title ul li a{
		color: rgba(255,255,255, .7);
	}
	.fr-tab-room .tab-room-text{
		padding: 16px 16px;
	}
}
/**--------------------------  booking 添加与修改内容 --------------------------------------**/
/* 右边一列 */
.fr-room .container.right{
	position: relative;
	float: right;
	margin-right: 2%;
	width: 286px;
	height: auto;
	/*background-color: rgba(235,25,255,0.2);*/
	/*background-color: black;*/
	display: none;
}
.booking-tab{
	width: 100%;
	height: 42px;
	background-image: url(../images/element/nav/find.jpg);
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	text-align: center;
}
.booking-tab .text{
	padding-top: 10px;
	font-size: 14px;
	color: white;
	word-spacing: 2px;
}

/* 地图 */
.fr-room .fr-map{
	position: relative;
	margin-top: 20px;
	margin-left: -12px;
	width: 286px;
	height: 430px;
	background-color: white;
}
.fr-room .book-map{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	width: 236px;
	height: 334px;
	/*background-color: black;*/
}
/**-------------------------- 右边表格的媒体查询(电脑版)--------------------------------------**/
@media screen and (min-width: 768px){
	/* 右边一列 */
	.fr-room .container.right{
		display: block;
	}
    
	.fr-booking-warp{
		margin-left: -12px;
		height: 490px;
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;
		background-color: white;
	}
    
    .fr_agent{
        margin-left: -12px;
        width: 286px;
        height: auto;
        margin-top: 20px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        background-color: white;
        /*padding-left: 30px;*/
        /*padding-top: 10px;*/
        padding-bottom: 10px;
    }
    
    .agent_title {
        font-size: 20px;
        color: #C0C0C0;
        height: auto;
        width: 100%;
    }
    
    .agent_detail {
		margin-top: 20px;
		margin-left: 30px;
    }
    .agent_detail_head {
        height: 100px;
        width:100px;
        overflow:hidden;
        border-radius:50%;
    }
    /*20181116 add start*/
    .agent_detail_head img{
    	width:100%;
    	height:100%;
    }
    /*20181116 add end*/

    .agent_detail_body {
        margin-top: 20px;  
    }
    
    .agent_detail_body_name {
        font-size: 18px;
        color: red;
        margin-top: 5px;
    }   
    .agent_detail_body_position {
        font-size: 16px;
        margin-top: 5px;
    }    
    .agent_detail_body_phone {
        font-size: 16px;
        margin-top: 5px;
    }   
    .agent_detail_body_email {
        font-size: 16px;
        margin-top: 5px;
    }
    
    .fr-room .fr-map {
        position: relative;
        margin-top: 20px;
        margin-left: -12px;
        width: 286px;
        height:310px;
        background-color: white;
    }
}

.room-container:after {display: block; clear: both; overflow: hidden; content: "";}
.fr-room .fr-map:after {display: block; clear: both; overflow: hidden; content: "";}

