body,
html {
	background: #f5f5f5 !important;
}

#app {
	background: #f5f5f5 !important;
	height: 100% !important;
	font-family: Microsoft YaHei!important;
}

#app .order {
	position: absolute;
	top: 0.4rem;
	left: 0.4rem;
	height: 0.9rem;
	width: 0.9rem;
	background: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0px 0px 0.2rem #ddd
}

#app .index {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 1.3rem;
	margin-bottom: 0.8rem;
}

#app .logo {
	width: 3.5rem;
	height: 1.1rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

#app .logo img {
	width: 100%;
	height: 100%;
}

#app .InputForm {
	padding: 0rem 0.5rem;
	box-sizing: border-box;
}

#app .InputForm_item {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	padding: 0rem 0.07rem;
	border-radius: 6px;
	color: #515a6e;
	border: 1px solid #dcdee2;
	height: 1rem;
	margin-bottom: 0.2rem;
}

#app .InputForm_item #suggestId,
#app .InputForm_item input {
	flex: 1;
	height: 100%;
	color: #515a6e;
	padding: 0.06rem 0.08rem;
	font-size: 16px;
	border: none;
}

#app .InputForm_item .InputForm_img {
	width: 0.48rem;
	height: 0.55rem;
	margin-left: 0.07rem;
	/* margin-right: 0.07rem; */
}

#app .InputForm_item .InputForm_img img {
	width: 100%;
	height: 100%;
}

#app .ivu-input {
	border: none !important;
	height: 100% !important;
}

#app .ivu-input-wrapper {
	display: flex;
	align-items: center;
	height: 100%;
}

#app .Agreement {
	margin: 0.3rem 0.55rem 0rem 0.55rem;
	box-sizing: border-box;
}

#app .Agreement .ivu-checkbox-inner {
	border-radius: 100% !important;
}

#app .go_order_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 1rem 0.5rem 0.6rem 0.5rem;
	box-sizing: border-box;
}

#app .go_order_btn button {
	width: 100%;
	height: 0.88rem;
	background: #137bc8;
	color: #fff;
	font-size: 0.36rem;
	font-weight: bold;
	border-radius: 0.1rem;
}

#app .tips {
	margin: 0rem 0.5rem;
	box-sizing: border-box;
	font-size: 0.26rem;
	color: #6b7a86;
}

#app .tips span {
	font-size: 0.28rem;
	color: #6b7a86;
}

input::-webkit-input-placeholder {
	color: #c0c3ca;
}

input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #c0c3ca;
}

input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #c0c3ca;
}

input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #c0c3ca;
}

button {
	border: none;
}

.Verification {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	padding: 0rem 0.07rem;
	border-radius: 6px;
	color: #515a6e;
	border: 1px solid #dcdee2;
	height: 1rem;
	margin-bottom: 0.2rem;
}

.Verification input {
	flex: 1;
	height: 100%;
	color: #515a6e;
	padding: 0.06rem 0.08rem;
	font-size: 16px;
	border: none;
	font-family: Microsoft YaHei;
	width: 2rem;
}

.Verification .address_img {
	width: 0.48rem;
	height: 0.55rem;
	margin-left: 0.07rem;
}

.Verification .address_img img {
	width: 100%;
	height: 100%;
}

.feachBtn {
	width: 2.33rem;
	height: 0.66rem;
	text-align: center;
	line-height: 0.66rem;
	font-size: 0.3rem !important;
	color: #fff;
	font-weight: bold;
	background: #137bc8;
	border-radius: 0.5rem !important;
	margin-left: 0.4rem;
}

.ivu-message .ivu-message-custom-content span{
	font-size: 16px!important;
}
