
.member-info .sel-wrap .layui-input-block {
	margin: 0;
	min-height: 32px;
}

.member-info .sel-wrap .layui-form-select dl {
	top: 34px;
	box-shadow: 0 0 24px 0 rgba(63, 147, 221, 0.10);
	border-radius: 2px;
	border: 0;
}

.member-info .sel-wrap .layui-form-select dl dd {
	font-size: 14px;
	color: rgba(0, 0, 0, 0.60);
}

.member-info .sel-wrap .layui-form-select dl dd.layui-this {
	background: #3F93DD;
	font-size: 14px;
	color: #fff;
}

.member-info .sel-wrap .layui-form-select dl dd:hover {
	background: rgba(63, 147, 221, 0.10);
	color: rgba(0, 0, 0, 0.60);
}

.member-info .sel-wrap .layui-input {
	line-height: 32px;
	width: 282px;
	height: 32px;
	font-size: 14px;
}

.member-info .sel-wrap {
	margin: 16px 0 0;
}

.member-info .sel-wrap .btn-fb {
	display: block;
	background-image: linear-gradient(44deg, #3F93DD 7%, #42A0E1 42%, #53E7F8 100%);
	box-shadow: 0 2px 4px 0 #CFE5FB;
	border-radius: 4px;
	line-height: 40px;
	padding: 0 22px;
	font-size: 14px;
	color: #fff;
}






.list-wrap .house-info-list {
	width: 894px;
}

.list-wrap .house-info-list .content-wrap {
	margin: 0 0 24px;
}

.list-wrap .house-info-list .tab {
	border-bottom: 2px solid #04A4AA;
}

.list-wrap .house-info-list .tab ul li {
	font-size: 20px;
	color: rgba(0, 0, 0, .6);
	line-height: 28px;
	line-height: 38px;
	background: #fff;
	text-align: center;
	cursor: pointer;
	padding: 0 ;
}

.list-wrap .house-info-list .tab ul li.active {
	background: #04A4AA;
	color: #fff;
}

.list-wrap .slip ul li {
	font-size: 14px;
	color: rgba(3, 0, 0, .4);
	line-height: 22px;
	margin: 5px 24px;
	cursor: pointer;
}

.list-wrap .slip ul li img {
	vertical-align: middle;
	margin: 0 0 0 4px;
}

.list-wrap .slip ul li.active {
	color: #04A4AA;
}

.list-wrap .house-info {
	padding: 24px 0;
	display: flex;
}

.list-wrap .house-info+.house-info {
	border-top: 1px solid #E7ECF2;
}

.list-wrap .house-info:hover {
	background: rgba(63, 147, 221, 0.10);
}

.list-wrap .house-info:hover .right-area .topinner,
.list-wrap .house-info:hover .right-area .ceninner {
	display: block;
}

.list-wrap .house-info .info-list {
	width: auto;
}

.list-wrap .house-info .h-img {
	width: 212px;
	height: 160px;
	margin: 0 16px 0 0;
	overflow: hidden;
}

.list-wrap .house-info .h-img img {
	width: 100%;
	height: 100%;
	border-radius: 3px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
}

.list-wrap .house-info .h-img img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.list-wrap .house-info .h-img .ds,
.list-wrap .house-info .h-img .zj {
	background-image: linear-gradient(245deg, #FFD073 10%, #C89F55 99%);
}

.list-wrap .house-info .h-img .zs,
.list-wrap .house-info .h-img .zr {
	background-image: linear-gradient(251deg, #55E884 3%, #25C289 75%);
}

.list-wrap .house-info .h-img .icon-h {
	left: 9px;
	bottom: 9px;
}

.list-wrap .house-info .h-img .icon-h img {
	width: 24px;
	height: auto;
}

.list-wrap .house-info .h-img .icon-h img+img {
	width: 22px;
}

.list-wrap .house-info .h-name {
	font-size: 20px;
	color: rgba(3, 0, 0, .8);
	line-height: 28px;
	margin: 0 0 18px;
}

.list-wrap .house-info .h-name .name:hover {
	color: #3F93DD;
}

.list-wrap .house-info .h-name .name {
	display: inline-block;
	width: auto;
	max-width: 250px;
	vertical-align: middle;
	margin: 0;
}

.list-wrap .house-info .h-name span {
	display: inline-block;
	border: 1px solid #FA666B;
	border-radius: 4px;
	line-height: 20px;
	text-align: center;
	font-size: 14px;
	color: #FD5945;
	box-sizing: border-box;
	margin: 0 2px;
	padding: 0 4px;
}

.list-wrap .house-info .h-name .h-name-wsh {
	border: 1px solid #FFD073;
	color: #FFD073;
	margin: 0 2px 0 0;
	cursor: context-menu;
}

.list-wrap .house-info .h-name .h-name-jj {
	border: 1px solid #FA666B;
	border-radius: 4px;
	cursor: context-menu;
	font-size: 14px;
	color: #FD5945;
}

.list-wrap .house-info .h-area {
	font-size: 14px;
	color: rgba(3, 0, 0, .6);
	line-height: 22px;
}

.list-wrap .house-info .tips {
	padding: 0 1px;
	line-height: 22px;
	background: rgba(63, 147, 221, 0.10);
	font-size: 14px;
	color: #2379C6;
	text-align: center;
	margin: 0 0 0 0;
	cursor: context-menu;
}

.list-wrap .house-info .tips+.tips {
	margin: 0 0 0 8px;
}

.list-wrap .house-info .h-addr {
	font-size: 14px;
	color: rgba(3, 0, 0, .6);
	line-height: 22px;
	margin: 4px 0;
}

.list-wrap .house-info .h-addr img {
	vertical-align: middle;
	margin: 0 5px 4px 0;
}

.h-company,
.h-time {
	font-size: 12px;
	color: rgba(3, 0, 0, .4);
	line-height: 20px;
}

.h-time span {
	display: inline-block;
	margin: 0 0 0 40px;
}

.list-wrap .house-info .right-area {
	right: 0;
	top: 30px;
	bottom: 27px;
}

.list-wrap .right-area .topinner .sel-btn li {
	font-size: 14px;
	color: #3F93DD;
	line-height: 22px;
	padding: 0 0 0 20px;
	cursor: pointer;
	margin: 0 19px 0 0;
}

.list-wrap .right-area .topinner .sel-btn li i {
	font-size: 15px;
	margin-right: 5px;
}

.list-wrap .right-area .btn {
	bottom: 0;
	right: 19px;
}

.list-wrap .right-area .btn a {
	display: block;
	border: 1px solid #3F93DD;
	border-radius: 4px;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
	padding: 0 9px;
	box-sizing: border-box;
	cursor: pointer;
}

.list-wrap .right-area .btn .on-shelf {
	color: #3F93DD;
	background: #fff;
}

.list-wrap .right-area .btn .off-shelf {
	color: #fff;
	background: #3F93DD;
}



.layui-layer-page .layui-layer-content{
	overflow: hidden;
}
.popup-layout {
	display: none;
	padding: 24px 24px 40px;
}

.popup-layout h5 {
	padding: 0 0 0 30px;
	background: url(../img/icon_tips.svg) left 0 top 0 no-repeat;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.60);
	line-height: 22px;
}

.popup-reset-buy .buy-info-wrap {
	margin: 32px 0 0;
}

.popup-reset-buy .buy-info-wrap .buy-mode li {
	border-radius: 4px;
	color: #fff;
	flex: 1;
	text-align: center;
	line-height: 32px;
}

.popup-reset-buy .buy-info-wrap .buy-mode li img {
	margin: 0 4px 0 0;
}

.popup-reset-buy .buy-info-wrap .buy-mode .balance {
	background: #FF7800;
}

.popup-reset-buy .buy-info-wrap .buy-mode .alipay {
	background: #3F93DD;
	margin: 0 25px;
}

.popup-reset-buy .buy-info-wrap .buy-mode .wechat {
	background: #4FC94B;
}

.layui-layer-title {
	background: rgba(63, 147, 221, 0.10);
}

.popup-reset-buy .buy-info-wrap .bright {
	font-size: 16px;
	color: #FD5945;
	line-height: 28px;
	margin: 0 0 20px;
}

.popup-reset-buy .buy-info-wrap .money-inner {
	font-size: 14px;
	color: rgba(0, 0, 0, 0.60);
	line-height: 28px;
	margin: 0 0 32px;
}

.popup-reset-buy .buy-info-wrap .money-inner span {
	font-size: 14px;
	color: #FD5945;
	line-height: 28px;
}

.popup-reset .reset-free-num .bright {
	font-size: 16px;
	color: rgba(0, 0, 0, 0.80);
	line-height: 28px;
	margin: 45px 0 65px;
	text-align: center;
}

.popup-reset .reset-free-num .bright span {
	font-size: 20px;
	color: #FD5945;
}

.popup-reset .reset-free-num .btn-reset,
.popup-reset .reset-ok .close {
	display: block;
	background: #3F93DD;
	border-radius: 4px;
	line-height: 32px;
	width: 250px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	margin: 0 auto;
	cursor: pointer;
}

.popup-reset .reset-ok {
	display: none;
	text-align: center;
}

.popup-reset .reset-ok img {
	margin: 40px auto 21px;
	width: 70px;
}

.popup-reset .reset-ok .tips-1 {
	font-size: 20px;
	color: rgba(0, 0, 0, 0.80);
	line-height: 28px;
	margin: 21px 0 8px;
}

.popup-reset .reset-ok .tips-2 {
	font-size: 14px;
	color: rgba(0, 0, 0, 0.60);
	line-height: 22px;
	margin: 0 0 40px;
}

/*振龙修改*/
/*.layui-layer-page .layui-layer-content {*/
/*	height: auto !important;*/
/*}*/

.popup-del {
	text-align: center;
}

.popup-del p {
	margin: 30px 0 0;
}

.popup-del-wrap .layui-layer-btn {
	display: flex;
}

.popup-del-wrap .layui-layer-btn a {
	border-radius: 4px;
	text-align: center;
	box-sizing: border-box;
	margin: 0;
	height: 32px;
	line-height: 32px;
	flex: 1;
}

.popup-del-wrap .layui-layer-btn .layui-layer-btn0 {
	background-color: #fff;
	color: #1E9FFF;
}

.popup-del-wrap .layui-layer-btn .layui-layer-btn1 {
	border-color: #1E9FFF;
	background-color: #1E9FFF;
	color: #fff;
	margin: 0 0 0 16px;
}

.popup-topping {
	display: none;
}
.popup-topping .buy-info-wrap dl {
	margin:0 0 40px;
}
.popup-topping .buy-info-wrap dl dt {
	font-size: 14px;
	color: rgba(0, 0, 0, 0.60);
	line-height: 28px;
}

.popup-topping .buy-info-wrap dl dd {
	width:180px;
	height:135px;
	padding:0 8px;
}
.popup-topping .buy-info-wrap dl dd .meal{
	box-shadow: 0 0 4px 0 #CFE5FB;
	border-radius: 4px;
	height:100%;
	flex-flow: column;
	border: 1px solid #fff;
	cursor: pointer;
	justify-content: center;
}
.popup-topping .buy-info-wrap dl dd .meal p {
	font-size: 14px;
	color: rgba(0,0,0,0.80);
	line-height: 24px;
}
.popup-topping .buy-info-wrap dl dd .meal .money {
	font-size: 20px;
	color: #FD5945;
	line-height: 28px;
	margin:12px 0 0;
}

.popup-topping .buy-info-wrap dl dd .meal.active {
	border: 1px solid #3F93DD;
	box-shadow: 0 0 4px 0 #CFE5FB;
	border-radius: 4px;
	background:url(../img/icon_buy_sel.svg) right 0 bottom 0 no-repeat;
}


.popup-topping .buy-info-wrap .money-inner {
	font-size: 14px;
	color: rgba(0, 0, 0, 0.60);
	line-height: 28px;
	margin: 0 0 32px;
}

.popup-topping .buy-info-wrap .money-inner span {
	font-size: 14px;
	color: #FD5945;
	line-height: 28px;
}


.popup-topping .buy-info-wrap .buy-mode li {
	border-radius: 4px;
	color: #fff;
	flex: 1;
	text-align: center;
	line-height: 32px;
	cursor: pointer;
}

.popup-topping .buy-info-wrap .buy-mode li img {
	margin: 0 4px 0 0;
}

.popup-topping .buy-info-wrap .buy-mode .balance {
	background: #FF7800;
}

.popup-topping .buy-info-wrap .buy-mode .alipay {
	background: #3F93DD;
	margin: 0 25px;
}

.popup-topping .buy-info-wrap .buy-mode .wechat {
	background: #4FC94B;
}

.more .moreItem p:last-child{
	border: none;
}
.more .moreItem p{
	display: block;
	width: 60px;
	text-align: center;
	color: rgba(0,0,0,0.80);
	border-bottom: 1px solid #FFF;
	padding:8px 0;
}
.more .moreItem:after{
	display: block;
	width: 10px;
	height: 10px;
	background-color: #E7ECF2;
	content: "";
	position: absolute;
	top: -5px;
	left: 38px;
	transform:rotate(45deg);
}
.more.on .moreItem{
	display: block;
}
.more .moreItem{
	position: absolute;
	top:25px;
	background: #E7ECF2;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.20);
	padding:0 10px;
	width: auto;
	z-index: 1;
	border-radius: 4px;
	left:-10px;
	display: none;
}
.more:hover .moreItem{
	display: block;
}
.more{
	position: relative;
	color: #04A4AA;
}





