/*
   common.css
   <project>
   
   Created by Administrator on 2015-05-27.
   Copyright 2015 Administrator. All rights reserved.
*/

body {
	font-family: "微软雅黑";
	background-color: #eeeeee;
}

h3.smaller {
	font-size: 24px;
}

h3.smaller-2 {
	font-size: 20px;
}

h4.smaller {
	color: #252525;
	font-size: 14px;
	font-weight: bold;
}

label {
	/*padding-top: 5px;*/
	color: #b7b7b7;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	/*background-color: #FFF !important;*/
	height: 34px;
	padding: 6px 0;
	/*margin-top: 1px;*/
}

img {
	border: none;
}

a {
	border: none;
	text-decoration: none;
}

a:hover {
	color: #767676;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	/*color: #767676;*/
}

input {
	background-color: #ffffff;
	-webkit-appearance: none;
	outline: none;
}

input[type="number"] {
	-moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none !important;
	margin: 0;
}

ul li {
	list-style: none;
}

.text-indent-0 {
	text-indent: 0 !important;
}

.text-decoration {
	text-decoration: underline;
}

.btn:hover {
	color: #ffffff;
}

.width48 {
	width: 48% !important;
}

.width86 {
	width: 86% !important;
}

.width95 {
	width: 95% !important;
}

.dropdown-menu {
	overflow: hidden;
}

.dropdown-menu > li > a {
	padding: 3px 8px !important;
}

.pages_bg {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}

.swiper-txt {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 4px 0;
	background: rgba(0, 0, 0, 0.7);
	text-align: center;
	z-index: 5;
	color: #FFFFFF
}

.swiper-pagination {
	bottom: 6px !important;
	right: 5px !important;
	left: auto !important;
	text-align: right !important;
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background: #ffffff;
	opacity: 1 !important;
}

.swiper-pagination-bullet-active {
	opacity: 1 !important;
	background: #ff564c;
}

.position-relative {
	position: relative;
}

.position-static {
	position: static;
}

.hide {
	display: none;
}

.display-none {
	display: none;
}

.visibility-hidden {
	visibility: hidden;
}

.overflow {
	overflow: hidden;
}

.font-size-12 {
	font-size: 12px !important;
}

.font-size-14 {
	font-size: 14px !important;
}

.font-size-16 {
	font-size: 16px !important;
}

.font-weight {
	font-weight: bold;
}

.border-radius-grey {
	border: 1px solid #dcdcdc;
	border-radius: 6px;
}

.border-aaaaaa {
	border: 1px solid #aaaaaa;
}

.border-grey {
	border-bottom: 1px solid #dcdcdc;
	padding: 0 15px 15px 15px;
}

.border-bottom-grey {
	border-bottom: 1px solid #dcdcdc;
	color: #787878;
	text-indent: 14px;
	padding-bottom: 5px;
}

.border-color-orange {
	border: 1px solid #ff5a50 !important;
}

.border-color-8e8e8e {
	border: 1px solid #8e8e8e !important;
	border-top: none !important;
	border-right: none !important;
}

.border-bottom-d3d3d3 {
	border-bottom: 1px solid #d3d3d3;
}

.border-right-c2c2c2 {
	border-right: 1px solid #c2c2c2;
}

.bg-color {
	background-color: #eeeeee !important;
}

.bg-color-efefef {
	background-color: #efefef !important;
}

.bg-color-white {
	background-color: #ffffff !important;
}

.bg-color-orange {
	background: #ff564c !important;
}

.bg-color-grey {
	background: #f4f4f4 !important;
}

.bg-color-gray {
	background: #808080 !important;
}

.bg-color-282828 {
	background-color: #282828 !important;
}

.bg-color-191919 {
	background: rgba(25, 25, 25, 0.9) !important;
}

.bg-color-index {
	background-color: #d7c5bd !important;
}

.bg-color-535353 {
	background-color: #535353 !important;
}

.no-border {
	border: none !important;
}

.no-padding {
	padding: 0 !important;
}

.no-padding-t {
	padding-top: 0 !important;
}

.no-padding-b {
	padding-bottom: 0 !important;
}

.no-padding-l {
	padding-left: 0 !important;
}

.no-padding-r {
	padding-right: 0 !important;
}

.no-padding-lr {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.no-margin-bottom {
	margin-bottom: 0 !important;
}

.float-left {
	float: left !important;
}

.float-right {
	float: right !important;
}

.text-left {
	text-align: left !important;
}

.text-right {
	text-align: right !important;
}

.color-white {
	color: #FFFFFF;
}

.color-grey {
	color: #6a6a6a;
}

.color-grey-a2a2a2 {
	color: #a2a2a2;
}

.color-grey-3 {
	color: #717171;
}

.color-orange {
	color: #ff5a50 !important;
}

.color-blue {
	color: #3b93d7;
}

.color-red {
	color: #af1616;
}

.color-black {
	color: #000000;
}

.font-size-14 {
	font-size: 14px;
}

.margin10 {
	margin-top: 10%;
	margin-bottom: 10%;
}

.margin-lr2 {
	margin-left: 2% !important;
	margin-right: 2% !important;
}

.margin-left-15 {
	margin-left: 15px;
}

.paddingtb8 {
	padding: 8px 0;
}

.padding510 {
	padding: 5px 10px;
}

.padding-tb-5 {
	padding: 5px 0;
}

.paddinglr15 {
	padding: 0 15px !important;
}

.paddingl55 {
	padding-left: 50px !important;
	font-size: 16px;
	border-radius: 20px !important;
}

.space {
	max-height: 1px;
	min-height: 1px;
	overflow: hidden;
	margin: 20px 0;
}

.space5 {
	max-height: 1px;
	min-height: 1px;
	overflow: hidden;
	margin: 5px 0 !important;
}

.space10 {
	max-height: 1px;
	min-height: 1px;
	overflow: hidden;
	margin: 10px 0 !important;
}

.space45 {
	height: 45px;
	font-size: 0;
}

.control-label {
	font-size: 14px;
	border: none;
	border-radius: 0;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}

.form-group {
	margin-bottom: 10px;
}

.input-title {
	position: absolute;
	top: 22%;
	left: 8%;
	color: #6a6a6a;
	z-index: 5;
}

.border-right {
	position: absolute;
	left: 33%;
	top: 15%;
	width: 1px;
	height: 24px;
	border-right: 1px solid #c9c9c9;
}

.border-right-devp {
	left: 28%;
}

.reg_icon {
	margin-bottom: 4px;
}

.line-height-26 {
	line-height: 26px;
}

.line-height-24 {
	line-height: 24px;
}

.height35 {
	height: 35px !important;
	line-height: 35px !important;
}

.height30 {
	height: 30px;
	line-height: 30px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}

.line-white {
	width: 85%;
	max-height: 1px;
	min-height: 1px;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	margin: 25px auto 40px auto;
}

.line-orange {
	width: 100%;
	max-height: 1px;
	min-height: 1px;
	border-top: 1px solid #e75819;
	margin: 25px auto 5px auto;
	position: relative;
}

.line-grey {
	width: 100%;
	max-height: 1px;
	min-height: 1px;
	border-top: 1px solid #dcdcdc;
	margin: 25px auto 15px auto;
	position: relative;
}

.line-grey span {
	position: absolute;
	background: #ffffff;
	top: -12px;
	width: 120px;
	left: 50%;
	margin-left: -60px;
	text-align: center;
	color: #808080;
}

.line-grey span i {
	top: 2px;
	font-size: 18px;
}

.adviser-index-visit {
	margin-top: 60px;
}

.adviser-index-customer {
	margin-top: 40px;
}


/*楼盘 start*/

.search-box {
	padding-top: 10px;
	padding-bottom: 10px;
}

.search-box a {
	color: #5c5c5c;
	text-decoration: none;
}

.search-input {
	border: 1px solid #d3d3d3;
	background-color: #FFF !important;
	border-radius: 30px;
	color: #5f5f5f;
	padding: 0 8px;
	height: 28px;
}

.search-content {
	margin-top: 10px;
}

.search-content-list {
	margin-bottom: 10px;
}

.tag-list {
	position: absolute;
	left: 0;
	top: 5px;
	z-index: 5;
}

.tag-list span {
	margin: 3px 0;
	background-color: rgba(0, 0, 0, 0.5);
	color: #FFFFFF;
	padding: 1px 12px 1px 5px;
	display: block;
	border-bottom-right-radius: 15px;
	border-top-right-radius: 15px;
	font-size: 12px;
}

.tag-triangle {
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	border-top: 15px solid #ff5a50;
	border-left: 15px solid transparent;
}

.login_show {
	background-color: #ff5a50;
	border-radius: 15px;
	padding: 2px 10px;
	color: #ffeded;
	margin-left: 5px;
}

.build_detail {
	text-align: center;
	margin: 0;
}

.build_detail span {
	display: block;
	font-size: 12px;
	line-height: 20px;
	color: #5c5c5c;
}

.build_detail span.brokerage {
	padding-top: 6px;
}

.build_detail span.tel {
	padding: 7px 0;
}

.build_detail span.title {
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
}

.build_detail span.price {
	padding-bottom: 3px;
}

.build_detail span.price strong {
	color: #ff5a50;
}

.build_detail span a {
	color: #5c5c5c;
	font-size: 12px;
	text-decoration: none;
}

.fixed-bottom-menu {
	position: fixed;
	left: 0;
	bottom: 0;
	background-color: #FFFFFF;
	line-height: 45px;
	height: 45px;
	z-index: 5;
}

.fixed-bottom-menu a {
	color: #5c5c5c;
	font-size: 16px;
	text-decoration: none;
}

.detail-content {}

.detail-content-rule {
	margin-bottom: 15px;
}

.detail-content-rule ul {
	width: 100%;
	margin: 0;
	padding: 8px 0;
}

.detail-content-rule ul li {
	width: 100%;
	display: block;
	font-size: 10px;
	padding: 4px 0;
	padding-left: 10px;
	position: relative;
}

.detail-content-rule ul li em {
	position: absolute;
	left: 0;
	top: 10px;
	font-style: normal;
	width: 5px;
	height: 5px;
	display: inline-block;
	background-color: #ff564c;
	border-radius: 20px;
	vertical-align: middle;
}

.detail-content-sell {
	padding-top: 12px;
	padding-bottom: 12px;
	margin-bottom: 15px;
}

.detail-content-sell span {
	background-color: #ff564c;
	border-radius: 20px;
	padding: 2px 12px;
	color: #FFFFFF;
	margin: 5px 0;
	margin-right: 5px;
	display: inline-block;
}

.detail-content-type {
	padding-top: 12px;
	line-height: 22px;
}


/*楼盘 end*/


/*icon start*/

.pages_icon_nav_orange {
	float: left;
	width: 15px;
	margin-right: 5px;
}

.pages_icon_search {
	position: absolute;
	right: 10px;
	top: 6px;
	width: 15px;
}

.pages_icon_brokerage_orange {
	width: 15px;
	vertical-align: text-bottom;
	margin-right: 4px;
}

.pages_icon_tel_gray {
	width: 10px;
	vertical-align: baseline;
	margin-right: 4px;
}

.pages_icon_tel_orange {
	width: 10px;
	vertical-align: baseline;
	margin-right: 4px;
}

.pages_icon_home {
	width: 15px;
	margin-right: 4px;
	margin-bottom: 3px;
}

.pages_icon_xk {
	width: 15px;
	margin-right: 4px;
	margin-bottom: 2px;
}

.pages_icon_my {
	width: 15px;
	margin-right: 4px;
	margin-bottom: 2px;
}


/*icon end*/


/*images start*/

.search-content-list-img {
	height: 130px;
}


/*images end*/

.window-layer {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
	background-color: #8f8f8f;
	opacity: 0.8;
	width: 100%;
	height: 100%;
	/*overflow-y: hidden;*/
}

.prop-layer {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
	background-color: #000;
	opacity: 0.8;
	width: 100%;
	height: 100%;
	overflow-y: hidden;
}

.popup {
	position: absolute;
	z-index: 10;
	background-color: #fff;
	padding: 15px 0;
	border-radius: 15px;
	width: 92%;
	margin: 4%;
}

.popup .caret-close {
	cursor: pointer;
	position: absolute;
	font-size: 24px;
	color: #acacad;
	width: 40px;
	height: 40px;
	line-height: 38px;
	right: 10px;
	top: 10px;
	background-color: #ebebeb;
	border-radius: 50px;
	text-align: center;
	font-weight: bold;
}

.areaBox {
	position: relative;
	/*z-index: 1;*/
	margin: 50px 0 20px 0;
}

.buildList .buildBox {
	padding: 15px 10px;
}

.buildList .detail {
	float: left;
	margin-left: 10px;
	margin-top: 5px;
	display: block;
}

.buildList .detail span {
	display: block;
	line-height: 20px;
	padding: 4px 0;
}

.buildList a.recommend {
	float: left;
	margin-top: 10px;
	padding: 2px 15px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	display: block;
}

.areaList {
	position: absolute;
	top: 30px;
	left: 0;
	border: 1px solid #E0E0E0;
	border-top: none;
	color: #22292c;
	z-index: 2;
	background-color: #fff;
	padding-bottom: 10px !important;
}

.areaList ul.areaName {
	margin: 0 !important;
	padding: 0 !important;
	width: 100%;
	background-color: #f4f4f4;
}

.areaList ul li {
	list-style: none;
	padding: 6px 10px;
}

.areaList ul.areaChild {
	margin: 0 !important;
	padding: 0 !important;
	width: 100%;
	background-color: #fff;
}

.menu {
	margin-bottom: 20px;
	text-align: center;
}

.menu-type {
	margin: 15px 0;
}

.menu-type a {
	color: #686868;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

.menu p {
	position: absolute;
	width: 100%;
	bottom: 10%;
	font-weight: bold;
	font-size: 16px;
}

.page-nav {
	color: #949494;
	padding: 6px 15px;
}

.page-nav a {
	color: #9a9a9a;
}

.page-nav i {
	font-style: normal;
	color: #eaeaea;
}

.pages_img_broker {
	width: 100px;
}

.index-bg {
	background: #d7c5bd;
}

.swiper-info {
	text-align: center;
	color: #3e3e3e;
	font-size: 16px;
	padding: 6px 2px 0 2px;
}

.swiper-flag {
	/*background-color: #ff8e00;*/
	color: #fff;
	font-size: 16px;
	text-align: center;
	position: absolute;
	-webkit-transform: rotate(-46deg);
	transform: rotate(-46deg);
	top: 19px;
	left: -18px;
	z-index: 999;
	border-bottom: 26px solid #ff8e00;
	border-left: 26px solid transparent;
	border-right: 25px solid transparent;
	height: 0;
	width: 97px;
}

.brokerage-menu strong {
	color: #fff;
	font-size: 20px;
	position: absolute;
	bottom: 11px;
	font-weight: 500;
}

.brokerage-menu strong small {
	font-size: 50%;
}

.login {
	color: #000018;
	padding: 50px 0 40px 0;
}

.register {
	color: #000018;
	padding: 10px 0 40px 0;
}

.login-input {
	background-color: #FFF !important;
	border: none;
	border-radius: 20px;
	/*	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;*/
	color: #000;
	/*padding: 6px 12px 6px 50px;*/
	text-indent: 103px;
}

.adviser-input {
	text-indent: 130px;
}

.border-right-adviser {
	left: 40%;
}

.order-input {
	border: none;
	background-color: #efefef !important;
	border-radius: 20px;
	overflow: hidden;
	text-indent: 78px;
}

.city-input {
	border: none;
	background-color: #ff564c !important;
	border-radius: 20px;
	color: #FFFFFF !important;
	text-align: center;
	font-size: 16px;
}

.caret {
	position: absolute;
	top: 8px;
	right: 12px;
	width: 12px;
	height: 12px;
	border: 2px solid #585858;
	border-top: none;
	border-right: none;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.caret-gray {
	position: absolute;
	top: 11px;
	right: 12px;
	width: 8px;
	height: 8px;
	border: 1px solid #9e9e9e;
	border-top: none;
	border-right: none;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.caret-gray-login {
	position: absolute;
	top: 4px;
	right: 25%;
	width: 10px;
	height: 10px;
	border: 2px solid #686868;
	border-top: none;
	border-right: none;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.caret-orange {
	position: absolute;
	top: 8px;
	right: 13px;
	width: 10px;
	height: 10px;
	border: 2px solid #ff5b51;
	border-top: none;
	border-right: none;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.caret-orange-login {
	position: absolute;
	top: 4px;
	right: 25%;
	width: 10px;
	height: 10px;
	border: 2px solid #ff5b51;
	border-top: none;
	border-right: none;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.caret-orange-right {
	position: absolute;
	top: 12px;
	right: 15px;
	width: 10px;
	height: 10px;
	border: 2px solid #ff5b51;
	border-top: none;
	border-right: none;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.caret-white-right {
	position: absolute;
	top: 15px;
	right: 5px;
	width: 8px;
	height: 8px;
	border: 1px solid #ededed;
	border-top: none;
	border-right: none;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.caret-white-down {
	width: 10px;
	height: 10px;
	border: 2px solid #ededed;
	border-top: none;
	border-right: none;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


/*开发商*/

.devp-brokerage div {
	height: 35px;
	line-height: 35px;
}

.devp-caret-orange-right {
	border: 1px solid #ff5b51;
	top: 14px;
	right: 22px;
	width: 8px;
	height: 8px;
	border-top: none;
	border-right: none;
}


/*我要报备城市下拉标记*/

.caret-city {
	position: absolute;
	top: 11px;
	right: 30%;
}

.caret-area {
	position: absolute;
	top: 11px;
	right: 20%;
}

.caret-triangle-right {
	position: absolute;
	top: 8px;
	right: 0;
	width: 6px;
	height: 6px;
	border: 1px solid #ff5b51;
	border-top: none;
	border-right: none;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.caret-left {
	position: absolute;
	top: 9px;
	left: 14px;
}

.caret-right {
	position: absolute;
	top: 12px;
	right: 12px;
	width: 12px;
	height: 12px;
	border: 2px solid #585858;
	border-top: none;
	border-left: none;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.btn-login {
	background-color: #ff564c;
	border-radius: 20px;
	font-size: 18px;
	color: #ffffff;
	padding: 4px 12px;
}

.register-agreement {
	vertical-align: middle;
	color: #999999;
	text-decoration: underline;
}

.register-tip {
	line-height: 24px;
	/*padding: 12px;*/
	color: #8a8a8a;
	/*margin-top: 10px;*/
	position: relative;
	font-size: 14px;
}

.register-tip span {
	position: absolute;
	top: -15px;
	left: 50%;
	background: #e75819;
	width: 60px;
	margin-left: -30px;
	text-align: center;
	font-size: 16px;
}

.btn-orange {
	border: none;
	background: #e75819;
	height: 60px;
	color: #fff;
	font-weight: 700;
	font-size: 18px !important;
}

.btn-height-34 {
	height: 34px !important;
}

.btn-height-40 {
	height: 40px !important;
}

.box-radius {
	border: 1px solid #ccc;
	border-radius: 6px;
	padding: 50px 0;
	margin-top: 10%;
}

.box-table {
	margin-top: 15px;
	background-color: #fff;
	text-align: center;
}

.box-table table {
	margin-bottom: 0;
	border-bottom: 1px solid #ffd1ce;
}

.box-table table > thead th {
	background: #ff564c;
	color: #ffedec;
	text-align: center;
	line-height: 20px;
	height: 20px;
	border: 1px solid #ffd1ce;
	font-weight: 500;
}

.box-table table tbody {}

.box-table table > tbody td {
	padding: 8px 0;
	border: 1px solid #ffd1ce;
	color: #828282;
}

.broker-rule-box {
	border: 1px solid #C7C7C7;
	border-radius: 15px;
}

.broker-rule-box .title {
	border-radius: 20px;
	padding: 8px;
}

.broker-rule-txt {
	line-height: 22px;
	color: #626262;
	margin-top: 15px;
	text-indent: 25px;
}

.reported,
.visited {
	float: right;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	padding: 0 15px;
}

.broker_index_user {
	padding-top: 30px;
	padding-bottom: 30px;
}

.pages_default_head {
	width: 100px;
	height: 100px;
	display: inline-block;
	background-color: #fff;
	border-radius: 120px;
}

.head-bg-base {
	position: absolute;
	left: 135px;
	bottom: 25px;
	color: #a8a8a8;
	padding: 6px 0;
	line-height: 24px;
	text-align: left;
	border-radius: 6px;
	display: inline-block;
}

.head-bg-base span {
	display: block;
	float: left;
}

.head-bg-base span.line {
	width: 1px;
	height: 40px;
	display: block;
	border-right: 1px solid #aeaeae;
	margin: 0 15px;
	margin-top: 5px;
}

.head-bg-base strong {
	color: #ff564c;
	font-size: 20px;
	vertical-align: middle;
	font-weight: 500;
}

.head-user-info {
	position: absolute;
	top: 35px;
	left: 135px;
	color: #181818;
	font-size: 16px;
}

.adviser-user {
	position: absolute;
	top: 30px;
	left: 33%;
	line-height: 26px;
	font-size: 14px;
}

.devp-user {
	position: absolute;
	top: 45px;
	left: 33%;
	line-height: 26px;
	font-size: 14px;
}

.quit {
	margin-left: 10px;
	background-color: #e0e0e0;
	padding: 2px 10px;
	color: #727272;
	border-radius: 20px;
	font-size: 12px;
}

.head-user {
	padding-top: 15px;
	color: #767676;
	font-size: 22px;
}

.head-edit {
	background-color: #ff564c;
	color: #FFFFFF;
	padding: 0 8px 2px 8px;
	border-radius: 20px;
}

.pages_icon_broker_edit {
	position: absolute;
	right: 25%;
	bottom: 10%;
}

.edit-password {
	vertical-align: middle;
	background-color: #ff564c;
	color: #FFFFFF;
	padding: 2px 10px 4px 10px;
	border-radius: 20px;
}

a.edit-password:hover {
	color: #FFFFFF;
	text-decoration: none;
}

a..edit-password:visited {
	text-decoration: none;
	color: #FFFFFF;
}

.broker_index_box {
	margin-top: 15px;
}

.broker_index_txt {
	float: left;
	height: 35px;
	line-height: 35px;
	width: 100%;
}

.broker_index_nav {
	float: left;
	margin-top: 6px;
	margin-right: 10px;
	padding: 0 15px;
	height: 22px;
	line-height: 22px;
	background-color: #ff564c;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}

.customerDetail span.title {
	float: right;
	background-color: #ff564c;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	padding-right: 8px;
	height: 30px;
	line-height: 30px;
	color: #ffedec;
	width: 100%;
}

.customerDetail span.call {
	float: right;
	background-color: #ff564c;
	border-radius: 20px;
	padding: 0 13px;
	height: 20px;
	line-height: 20px;
	color: #ffedec;
	margin-top: 5px;
}

.customerDetailList {
	margin-top: 10px;
}

.box-notice {
	background-color: #fff;
	border-radius: 2px;
	padding: 0 15px;
	text-align: center;
}

.box-notice-radius {
	border-radius: 10px;
}

.box-notice .notice-border {
	position: relative;
	line-height: 26px;
	padding: 4px 1px 4px 20px;
	border-left: 2px solid #ff564c;
	padding-top: 10px;
}

.notice-left-border {
	border-left: 2px solid #808080 !important;
}

.box-notice .info-border {
	position: relative;
	line-height: 26px;
	padding: 12px 0 6px 0;
	border-bottom: 1px dashed #b7b7b7;
}

.notice-border-bottom {
	left: 22px;
	width: 92%;
	position: absolute;
	bottom: 0;
	border-bottom: 1px dashed #c6c6c6;
}

.box-notice .notice-border span {
	padding: 4px 0 6px 0;
	font-size: 14px;
}

.box-notice i {
	position: absolute;
	left: -8.8px;
	width: 15px;
	height: 15px;
	background: #ff564c;
	border-radius: 10px;
}

.box-notice i.one {
	top: -1px;
}

.box-notice i.two {
	top: 19px;
}

.box-notice i.three {
	top: 19px;
}

.box-notice i.four {
	top: 35px;
}

.register-box-fixed {
	position: fixed;
	bottom: 0;
	text-align: center;
	border-top: 1px solid #c0c0c0;
	padding: 12px;
	font-size: 16px;
	background-color: #ffffff;
}


/*ip 4s*/

@media all and (min-width: 320px) and (max-height: 416px) {
	.adviser-index-visit {
		margin-top: 30px;
	}
	.adviser-index-customer {
		margin-top: 20px;
	}
}


/*ip 5s*/

@media all and (min-width: 320px) and (max-height: 504px) {
	.head-bg-base span.line {
		margin: 0 5px;
		margin-top: 5px;
	}
	.pages_icon_adviser {
		margin-left: 7px;
	}
	.pages_default_head {
		margin-top: 7px;
		width: 85px;
		height: 85px;
	}
	.adviser-user {
		left: 32%;
		font-size: 12px;
	}
	.devp-user {
		left: 32%;
		font-size: 12px;
	}
	.border-right {
		left: 35%;
	}
	.border-right-devp {
		left: 32%;
	}
	.border-right-adviser {
		left: 43%;
	}
	.login-input {
		text-indent: 97px;
	}
	.adviser-input {
		text-indent: 123px;
	}
}


/*andriod（默认样式）*/

@media all and (min-width: 360px) {}


/*ip 6*/

@media all and (min-width: 375px) {}


/*ip 6+*/

@media all and (min-width: 414px) and (max-height: 672px) {
	.pages_icon_adviser {
		margin-left: 26px;
	}
	.adviser-index-customer {
		margin-top: 60px;
	}
}

@media all and (min-width: 414px) and (max-height: 599px) {
	.pages_icon_adviser {
		margin-left: 31px;
	}
}