@charset "utf-8";
/* CSS Document */
html{
	height:100%;
}
body{
	height:100%;
	background:#f6f6f6;
}
/*头部*/
#scrollSearchPro {
    width: 100%;
    height: 44px;
    line-height: 44px;
    display: none;
}
.current {
    color: #FF5E53;
    border-bottom: 2px solid #FF5E53;
}
.aui-icon-share-pd {
    background-image: url(/public/wap/images/nav-icon.png);
    background-size: 22px;
    width: 22px;
    height: 22px;
}
.aui-header-drop-down {
    z-index: 999;
    display: none;
    width: 100px;
    border-radius: 3px;
    position: absolute;
    top: 50px;
    right: 9px;
    background: #fff;
    box-shadow: 0 0 10PX 0PX rgba(155,143,143,0.6);
    -webkit-box-shadow: 0 0 10PX 0PX rgba(155,143,143,0.6);
    -moz-box-shadow: 0 0 10PX 0PX rgba(155,143,143,0.6);
}
.aui-header-drop-down-san {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #fff;
    position: absolute;
    top: -8px;
    right: 0;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.aui-header-drop-down p {
    font-size: 12px;
    color: #1b1b1b;
    margin: 0;
    height: 30px;
    line-height: 30px;
    padding-left: 20px;
}
/*评价内容*/
.page-center-box {
    top: 59px;
    left: 0;
    right: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    bottom: 0.5rem;
}
.dldetail {
    position: absolute;
    width: 100%;
}
.pldengji {
    width: 100%;
    background-color: #fff;
    height: 50px;
    padding-top: 8px;
}
.pldengji ul li {
    float: left;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 24%;
    text-align: center;
    height: 30px;
    line-height: 30px;
    margin-left: 7%;
    border: 1px solid #ccc;
    color: #999;
}
.pldengji ul li.cur {
    border: 1px solid #f80;
    color: #f80;
}
.pldengji ul li a {
    color: #999;
}
.pldengji ul li.cur a {
    color: #f80;
}
.dealcard, .cinemacard {
    position: relative;
    box-sizing: border-box;
    margin: 7px;
}
.dealcard dd {
    background-color: white;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #f1f1f1;
    padding: 8px 3px;
    margin-bottom: 8px;
}
.dealcard dd:last-child {
    margin-bottom: 0px;
}
.imgbox {
    background-image: url(/public/wap/images/loading.gif);
    background-color: #E0E0E0;
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: 50%;
    max-width: 90px;
    position: relative;
}
.dealcard-img {
    position: absolute;
    width: 90px;
    height: 74px;
    text-align: center;
    overflow: hidden;
    font-size: 0;
	border-radius: 2px;
    float: left;
}
.dealcard-img img {
    max-width:90px;
    max-height: 74px;
	background-size: 100%;
    background-color: #f0efed;
    border: 0;
	width: 100%;
    height: 100%;
    border-radius: 2px;
}
.dealcard .dealcard-block-right {
    margin-left: 100px;
	position: relative;
	min-height: 74px;
}
.dealcard .brand {
    line-height: 24px;
    color: #333;
}
.dealcard .location-right {
    position: absolute;
    top: 0;
    right: 4px;
    color: #666;
}
.plist{
	text-align: center;
	height: 25px;
	line-height: 25px;
	width:100%;
} 
.no-selected{
	background: #ffe8e8 none repeat scroll 0 0;
	border: 2px solid #be0106;
	margin: -1px;
}