﻿
.main-div{
	order: 2px solid #E4E4E4;
	border-top: none;
	height: auto;
	min-height: 200px;
	width: auto;
	padding-bottom: 40px;
	background-color: #fff;
	padding:20px;
	font-size:16px;
}
.pc-container{

}
.hidden {
	display: none;
}

.shown {
	display: block;
}


.head_title{
	font-size:30px;
	color:#2161c5;
	font-weight:bold;
	padding:20px 0px;
	line-height:40px;
}
.head_title>span{
	display:inline-block;
	float:left;
}
.head_title>.head_title_type{
	background-color: #EEA616;
	font-size:20px;
	color:#fff;
	font-weight:normal;
	
}

.head{
	width:100%;
	margin-bottom:20px;
}
.head-left{
	float:left;
	width:49%;
}
.head-right{
	float:right;
	width:49%;
	line-height:42px;
	font-size:20px;
}

.images-box{
	height:550px;
}
.info1-gray{
	background:#f1f1f1;
	padding:0 10px;
}
.info1-red{
	margin-top:10px;
	background:#FEF3F3;
	padding:0 10px;
}
.info-title,.info-title-div{
	font-weight:bold;
}

.info-title-div,.info-content-div{
	float:left;
}
.info-bold-price{
	font-size:30px;
	color:#b00001;
	font-weight:bold;
}
.info-small-remark{
	font-size:15px;
}



.feedback{
	line-height:50px;
}

.summary{
	padding-bottom:10px;
}

.summary_bottom{	
	padding-bottom:10px;
	background:#f1f1f1;
}
p.summary_title{
	line-height:50px;
	font-size:22px;
}

.position-map{
	width: 1100px;
    height: 500px;
    border: 1px solid red;
}

.cont_t>img {
max-width: 100%;
}

.cont_t>p>img {
max-width: 100%;
}
.table thead {
background-color:#0379CC;
font-size:14px;
font-weight:bold;
color:#fff;
}
.table td {
font-size: 12px;
padding: 2px;
vertical-align: middle !important;
}
table.summary_table {
    font-size: 16px;
    text-align: center;
    line-height: 40px;
}
/**
评论
 */
.star b {
	padding: 0 .3rem 0 0;
	min-width: 51%;
	display: inline-block;
	font-size: 1rem;
	font-family: Arial, Helvetica, sans-serif;
}

.star span {
	width: 1rem;
	height: 1rem;
	background: url("../img/e_star1.png") no-repeat;
	background-size: 100% 100%;
	display: inline-block;
	vertical-align: middle;
	margin-right: .3rem;
}

.star span.on {
	background: url("../img/e_star2.png") no-repeat;
	background-size: 100% 100%;
}
#evaluate{
	border: 1px dashed gray;
	width:100%;


}
#evaluate-item,#evaluate-item1{
	border-bottom: 1px dotted #7086d5;
	/*background: beige;*/
	height: 120px;
	padding-left: 10px;
	line-height: 40px;
	font-size: 20px;
	font-family: cursive;
	font-weight: 700;
	display:flex;
	width: 100%;
}
.eva-content{
	width: 80%;
	display: inline-block;
}
.eva-text{
	display: inline-block;
	height: 70px;
	width: 94%;
	line-height: 23px;
}
.eva-star li {
	letter-spacing: 5px;
	height: 25px;
}
.eva-ico{
	margin-right:  10px;
	display: inline-block;
	background: #2e6ab1;
	border-radius: 50%;
	height: 10px;
	width: 10px;
}




