*{margin:0px;padding:0px}
html {
	-webkit-tap-highlight-color: transparent;
	overflow-x: hidden;
	height: 100%;
	min-width: 10rem;
	font-size: 125%;
	/*20px = 1rem*/
	background-color: #E5EFEF;
}
body{
	height: 100%;
}
.main-content-body {
	/*overflow-x: hidden;
	overflow-y: hidden;*/
	padding: 0 2rem;
	margin-top: 2rem;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
	margin: 0;
	padding: 0;
}

body {
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.frohibit-input{
	cursor: not-allowed;
}
table {
	border-collapse: collapse;
	border-spacing: 0
}

img {
	vertical-align: middle;
	border: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

ul,
ol,
li {
	list-style: none;
}

em,
i {
	font-style: normal
}

input{
	vertical-align: middle
}

textarea:focus {
	outline: 0
}

a {
	color: #8f91a1;
	text-decoration: none;
	outline: 0
}

a:active,
a:hover,
a.current {
	outline: 0
}

input,
button,
select,
textarea {
	font-family: inherit;
	font-size: 0.7rem;
	line-height: 1;
	letter-spacing: normal;
	word-spacing: normal;
	text-transform: none;
	text-shadow: none;
	vertical-align: middle;
	border: 1px solid #dcdcdc;
	border-radius: 4px;
	text-indent: 5px!important;
}

button,
input,
optgroup,
select,
textarea {
	/*color:inherit;*/
	margin: 0;
	-webkit-writing-mode: horizontal-tb;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}

article,
aside,
footer,
header,
hgroup,
main,
nav,
section {
	display: block;
}

input[type='text'],input[type='password'],input[type='number'] {
	height: 1.8rem;
	line-height: 1.8rem;
	text-indent: 5px;
	font-size: 0.7rem;
	color: #192929;
	border-width: 1px;
	border-style: solid;
	border-color: #dcdcdc;
	border-image: initial;
	border-radius: 2px;
	vertical-align: middle;
	padding-left: 0.5rem;
}

/*input[type='password'] {
	height: 1.8rem;
	text-indent: 5px;
	font-size: 0.7rem;
	color: #192929;
	border-width: 1px;
	border-style: solid;
	border-color: #eeeeee;
	border-image: initial;
	border-radius: 0.2rem;
	vertical-align: middle;
}*/

input[type='text']:focus {
	border: none;
	border-width: 1px;
	border-style: solid;
	border-color: #3ACBC6 !important;
	border-image: initial;
	border-radius: 2px;
}

/*修改提示文字的颜色*/
input::-webkit-input-placeholder {
	color: #999999;
	font-size: 0.7rem;
}

input:-moz-placeholder {
	color: #999999;
	font-size: 0.7rem;
}

input::-moz-placeholder {
	color: #C1C3D4;
	font-size: 0.8rem;
}

input:-ms-input-placeholder {
	color: #999999;
	font-size: 0.7rem;
}

textarea::-webkit-input-placeholder {
	color: #999999;
	font-size: 0.7rem;
}

textarea:-moz-placeholder {
	color: #999999;
	font-size: 0.7rem;
}

textarea::-moz-placeholder {
	color: #999999;
	font-size: 0.7rem;
}

textarea:-ms-input-placeholder {
	color: #999999;
	font-size: 0.7rem;
}
select {
	border: 1px solid #DCDCDC;
	height: 1.8rem;
	line-height: 1.8rem;
	padding-left: .5rem;
	font-size: 0.7rem;
	color: #192929;
	outline: medium;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: url(../../../v5/img/houseView/select-icon.png?v=1) no-repeat scroll right center transparent;
	padding-right: 24px;
	background-color: #fff;
	width: 5rem;
	border-radius: 2px;
}

.select-component-body,.select-more-component-body,.select-linkage-component-body{
	display: inline-block;
	position: relative;
	/*height: 1.8rem;
	line-height: 1.8rem;*/
	border-radius: 2px;
	padding: 0.425rem 0.5rem;
	color: #666666;
	font-size: 0.7rem;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 1.3rem;
	-moz-background-size: 1.3rem;
	-o-background-size: 1.3rem;
	-webkit-background-size: 1.3rem;
}
.select-component-body{
	width: 7.5rem;
}
.select-more-component-body,.select-linkage-component-body{
	width: 8.5rem;
}
.select-component-body.select-component-close,
.select-more-component-body.select-more-component-close,
.select-linkage-component-body.select-linkage-component-close{
	background-image: url(../../img/common/select-component-close-icon.svg);
	-moz-background-image: url(../../img/common/select-component-close-icon.svg);
	-o-background-image: url(../../img/common/select-component-close-icon.svg);
	-webkit-background-image: url(../../img/common/select-component-close-icon.svg);
}
.select-component-body.select-component-open,
.select-more-component-body.select-component-open,
.select-linkage-component-body.select-linkage-component-open{
	background-image: url(../../img/common/select-component-open-icon.svg);
	-moz-background-image: url(../../img/common/select-component-open-icon.svg);
	-o-background-image: url(../../img/common/select-component-open-icon.svg);
	-webkit-background-image: url(../../img/common/select-component-open-icon.svg);
}
.select-component-body .select-component-item-body{
	position: absolute;
	left: 0;
	top: 1.8rem;
	width: calc(100% - 2px);
	max-height: 10rem;
	overflow-y: scroll;
	background-color: #ffffff;
	border: 1px solid #DCDCDC;
	z-index: 999;
}
.select-linkage-component-body .linkage-item-container > div{
	flex: 1;
	height: 100%;
}
.select-linkage-component-body .linkage-item-container > div:not(:nth-of-type(1)){
	border-left: 1px solid #EEEEEE;
}
.select-more-component-body .select-component-bom,.select-linkage-component-body .select-component-bom{
	position: absolute;
	left: 0;
	top: 1.8rem;
	width: calc(100% - 2px);
	background-color: #ffffff;
	border: 1px solid #DCDCDC;
	z-index: 999;
}
.select-linkage-component-body .select-component-bom{
	width: 200%;
}
.select-linkage-component-body .linkage-item-container{
	width: 100%;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	height: 10rem;
	overflow-y: scroll;
}
.select-more-component-body .select-component-bom .select-component-item-body{
	width: 100%;
	max-height: 10rem;
	overflow-y: scroll;
}
.select-component-body.select-component-close .select-component-item-body,
.select-more-component-body.select-more-component-close .select-component-bom,
.select-linkage-component-body.select-linkage-component-close .select-component-bom{
	display: none;
}
.select-component-body .select-component-val,
.select-more-component-body .select-component-val,
.select-linkage-component-body .select-component-val{
	cursor: pointer;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.select-component-body ul.select-component-item-body > li,
.select-more-component-body ul.select-component-item-body > li,
.select-linkage-component-body .linkage-item-container li{
	cursor: pointer;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 0.425rem 0.5rem;
}
.select-component-body ul.select-component-item-body > li:hover,
.select-more-component-body ul.select-component-item-body > li:hover,
.select-linkage-component-body .linkage-item-container li:hover,
.selected-component-item-li{
	background-color: #3ACBC6;
	color: #ffffff;
}
.select-more-component-body .select-more-component-btn-body,.select-linkage-component-body .select-linkage-component-btn-body{
	border-top: 1px solid #DCDCDC;
	padding: 0.45rem 0.55rem;
}
.select-more-component-body .select-more-component-cancel-btn,
.select-more-component-body .select-more-component-all-btn,
.select-linkage-component-body .select-linkage-component-cancel-btn{
	font-size: 0.6rem;
	color: #24282E;
	font-weight:400;
	padding: 0.4rem 1rem;
	border: 1px solid #DCDCDC;
	border-radius: 2px;
	cursor: pointer;
	line-height: initial;
	height: initial;
	margin-left: 0;
}
.select-more-component-body .select-more-component-confirm-btn,
.select-linkage-component-body .select-linkage-component-confirm-btn{
	font-size: 0.6rem;
	color: #FFFFFF;
	font-weight:400;
	padding: 0.4rem 1rem;
	border: 1px solid #3ACBC6;
	border-radius: 2px;
	background-color: #3ACBC6;
	cursor: pointer;
	line-height: initial;
	height: initial;
	margin-left: 0;
}
.select-more-component-body .select-more-component-confirm-btn:hover,.select-linkage-component-body .select-linkage-component-confirm-btn:hover{
	color: #192929;
}
.select-more-component-body .select-component-item-body li.sel-more-component-item,
.select-linkage-component-body .select-component-bom ul li.sel-linkage-component-item{
	color: #3ACBC6;
	background: url("../../img/common/sel-more-component-item.png") no-repeat center right;
	padding-right: 11%;
	background-position-x: 96%;
}
.layui-laypage select{
	line-height: 22px;
}
input[type='text'].Wdate{
	background: #fff url(../../img/common/datetime-icon.png) no-repeat right !important;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #DFE2E7;
}
input[type='text'].Wdate:focus{
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #3ACBC6;
}
.search-status input[type='text'].Wdate,.search-status input[type='text'].Wdate:focus{
	border: none;
}
.Wdate + span{
	font-size: 0.7rem;
	color: #999999;
	margin: 0 0.5rem;
}
/*==================================适配==================================*/
/*@media screen and (max-width:2880px){
	html{font-size: 107%;}
}*/
/*@media screen and (max-width:1920px){
	html{font-size: 125%;}
}*/
/*104%;*/
@media screen and (max-width:1600px){
	html{font-size: 116%;}
}
@media screen and (max-width:1440px){
	html{font-size: 96%;}
	.yaJin-css{
		width: 6rem;!important;
	}
	.Wdate {
		width: 9rem!important;
	}
	.search-status .select-component-body,.search-status .Wdate{
		width: 7rem!important;
	}
}
@media screen and (max-width:1366px){
	html{font-size: 87%;}
}
@media screen and (max-width: 1280px){
	html{font-size: 81%;}
}
@media screen and (max-width: 540px){
	html{font-size: 126%;}
}

.mCSB_container{
	overflow: initial !important;
}
.mCSB_inside > .mCSB_container{
	margin-right: 0px !important;
}
div.mCSB_scrollTools{
	right: -2rem;
}

.classflexAr{
	display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox; /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Chrome */
	display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
	-webkit-justify-content: space-around;
	-moz-justify-content: space-around;
	-ms-justify-content: space-around;
	-o-justify-content: space-around;
	justify-content: space-around;
	-webkit-align-items:center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.classflexBe{
	display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox; /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Chrome */
	display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items:center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

.classflexStart{
	display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox; /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Chrome */
	display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	-o-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items:center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

.classflexEnd{
	display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox; /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Chrome */
	display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	-o-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-align-items:center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

.big-main-content-body{
	padding: 0.5rem 0 0;
	margin-left: 7.4rem;
}
.hollow-btn{
	color: #3acbc6;
	border: 1px solid #3acbc6;
	border-radius: 4px;
	text-align: center;
	margin-right: 0.5rem;
	font-size: 0.7rem;
	cursor: pointer;
	display: inline-block;
	padding: 0.4rem 0.5rem;
}
.check-box-item, .radio-box-item {
	display: inline-block;
	font-size: 0.7rem;
	color: #192929;
	margin-right: 0.5rem;
	cursor: pointer;
	margin-top: 0.2rem;
}
.check-box-item span, .radio-box-item span{
	vertical-align: middle;
}
.check-box-item img, .radio-box-item img {
	margin-right: 6px;
}
textarea{
	width: 50%;
}

.btn-one{
	color: #3ACBC6;
	font-size: 0.8rem;
	margin-left: 0.5rem;
	margin-right: 0.5rem;
	cursor: pointer;
}
.btn-two{
	color: #F19149;
	font-size: 0.8rem;
	margin-left: 0.5rem;
	margin-right: 0.5rem;
	cursor: pointer;
}
.btn-three{
	color: #FA8282;
	font-size: 0.8rem;
	margin-left: 0.5rem;
	margin-right: 0.5rem;
	cursor: pointer;
}
disabled{
	background: #e5efef;
}
.img-search-btn,.house-search-btn{
	border-radius: 0 4px 4px 0;
	line-height: 1.8rem;
	width: 1.8rem;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	height: 1.8rem;
	background-color: #3acbc6;
	text-align: center;
}
.img-search-btn img,.house-search-btn img{
	margin-top: 0.4rem;
	width: 0.9rem;
}
/*.search-input-body{
	display: inline-block;
	position: relative;
	margin-left: 1rem;
}*/
.view-big-find-input,.view-house-find-input{
	width: 100%;
}
.line-div{
	width: 100%;
	height: 1rem;
	background-color: #E5EFEF;
}

/*悬停时的样式*/
.mCS-my-scrollbar-theme.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background-color: #BABBBD;
}
/*滚定时的样式*/
.mCS-my-scrollbar-theme.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
	background-color: #BABBBD;
}
.mCS-my-scrollbar-theme.mCSB_scrollTools .mCSB_draggerRail{
	width:12px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
.mCS-my-scrollbar-theme.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width: 12px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
.mCS-my-scrollbar-theme.mCSB_scrollTools .mCSB_draggerRail{
	background-color: #ffffff;
}

/*背景样式*/
/*.mCS-my-scrollbar-theme.mCSB_scrollTools .mCSB_draggerRail{ background-color: #3acbc6; }*/

.overflow-hidden{
	overflow-x: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

input[name='idCard']{
	width: 9rem!important;
}

.xinfeng-btn{
	cursor: pointer;
}
.is-push-msg-body{
	display: none;!important;
}

.fold-line-div{
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	width: 11rem;
}
.ui-autocomplete{
	z-index: 99999999999;
	max-height: 7rem;
	overflow-x: hidden;
	overflow-y: scroll;
}
.ui-widget{
	font-size: 0.7rem;
}
.ui-menu-item{
	cursor: pointer;
}
.switch-span{
	border: 1px solid #3ACBC6;
	border-radius: 2px;
	font-size: 0.7rem;
	font-weight:400;
	color: #3ACBC6;
    display: inline-block;
	vertical-align: middle;
}
.switch-span .switch-item{
	display: table-cell;
	padding: 0 0.9rem;
	cursor: pointer;
    height: 1.5rem;
    line-height: 1.5rem;
}
.switch-span .switch-item:not(:nth-last-of-type(1)){
	border-right: 1px solid #3acbc6;
}
.switch-span .switch-item.sel-switch-item{
	background-color: #3ACBC6;
	color: #ffffff;
}

.returnHouseReason{
	width: 10rem!important;
}

.form-colspan-item{
	margin-bottom: 1.5rem;
}

.form-colspan-title{
	font-size: 0.7rem;
	color: #192929;
	font-weight: 400;
	width: 5.6rem;
	margin-right: 1rem;
}
.form-row:not(:nth-of-type(4)) .form-colspan-title{
	line-height: 1.8rem;
	height: 1.8rem;
}
.form-colspan-content{
	font-size: 0.7rem;
	color: #192929;
	font-weight: 400;
	flex: 1;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.required-field{
	position: relative;
}
.required-field:before{
	content: '*';
	color: #FF4949;
	font-size: 0.7rem;
	font-weight:400;
	position: absolute;
	top: 50%;
	left: -0.5rem;
	height: 7px;
	line-height: 7px;
}
.form-row .form-colspan-item:not(:first-of-type){
	margin-left: 6.7rem;
}
.form-item-tip{
	font-size: 0.7rem;
	color: #333333;
	font-weight:400;
}