html {
	font-size: 10vw;
}

@media screen and (min-width: 751px) {
	html {
		font-size: 68px;
	}
}

body {
	margin: 0 auto;
	width: 10rem;
}

.mui-content {
	background: #fff;
}

.banner-img {
	display: block;
	width: 100%;
}

.form-wrap {
	background: #fff;
	margin: .26rem .4rem 0;
	border: 1px solid #eaeaea;
	padding: .53rem;
	border-radius: .53rem;
}

.form-title {
	position: relative;
	font-size: .4rem;
	color: #333;
	font-weight: bold;
	text-align: center;
	width: 90%;
	margin: 0 auto .53rem;
	height: 1px;
	background: #999;
}

.form-title span {
	position: absolute;
	left: 50%;
	top: -.27rem;
	background: #fff;
	padding: 0 .4rem;
	white-space: nowrap;
	transform: translate(-50%);
}

.form-top-price {
	position: relative;
}

.form-top-price .ftp-bg {
	display: block;
	width: 100%;
}

.form-top-price .ftp-price {
	position: absolute;
	right: .85rem;
	top: .45rem;

}

.form-top-price .ftp-price-num {
	display: inline-block;
}

.form-top-price .ftp-num-img {
	display: none;
	width: .53rem;
}

.form-top-price .ftp-price-1 .ftp-num-img:nth-child(1) {
	display: block;
}

.form-top-price .ftp-price-2 .ftp-num-img:nth-child(2) {
	display: block;
}

.form-top-price .ftp-price-3 .ftp-num-img:nth-child(3) {
	display: block;
}

.form-top-price .ftp-price-4 .ftp-num-img:nth-child(4) {
	display: block;
}

.form-top-price .ftp-price-5 .ftp-num-img:nth-child(5) {
	display: block;
}

.form-top-price .ftp-price-6 .ftp-num-img:nth-child(6) {
	display: block;
}

.form-top-price .ftp-price-7 .ftp-num-img:nth-child(7) {
	display: block;
}

.form-top-price .ftp-price-8 .ftp-num-img:nth-child(8) {
	display: block;
}

.form-top-price .ftp-price-9 .ftp-num-img:nth-child(9) {
	display: block;
}

.form-top-price .ftp-price-10 .ftp-num-img:nth-child(10) {
	display: block;
}

.mui-input-group .mui-input-row {
	position: relative;
	margin: .33rem 0;
	height: 1.42rem;
	background: #e8e8e8;
	border-radius: .26rem;
	font-size: .4rem;

}

.mui-input-group .right-unit {
	position: absolute;
	right: .4rem;
	top: 50%;
	transform: translateY(-50%);
}

.mui-input-group .mui-input-row input {
	padding: 0;
	margin: 0;
	height: 1.42rem;
	padding-left: .53rem;
	font-size: inherit;
}

.mui-input-group .mui-input-row input[type='radio'] {
	margin-right: .2rem;
	vertical-align: middle;
}

.mui-input-group .mui-input-row label {
	padding: 0;
	padding-left: .53rem;
	line-height: 1.42rem;
	margin-right: .4rem;
}

.mui-input-group .mui-icon {
	font-size: inherit;
}

.mui-input-group:before,
.mui-input-group:after,
.mui-input-group .mui-input-row:after,
.mui-input-group .mui-input-row:before {
	display: none;
}

.form-submit-btn {
	display: block;
	line-height: 1.2rem;
	height: 1.2rem;
	background: #f79c33;
	width: 100%;
	padding: 0;
	margin: 0;
	border: 0;
	font-size: .4rem;
}

.form-rule {
	margin-top: .53rem;
	font-size: .36rem;
	color: #666666;
}

.form-rule a {
	color: #ff2525;
}

.form-rule input {
	margin-right: .2rem;
	vertical-align: middle;
}

.index-img img {
	display: block;
	width: 100%;
}

.popup-form {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 410;
	background: rgba(0, 0, 0, .5);
}

.popup-form-content {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 8rem;
	transform: translate(-50%, -50%);
}

.popup-banner {
	display: block;
	width: 100%;
}

.popup-form-box {
	padding: .4rem .6rem;
	background: #fff;
	border-bottom-left-radius: .13rem;
	border-bottom-right-radius: .13rem;
}

.popup-form-box .pfb-input-box {
	line-height: 1.12rem;
	height: 1.12rem;
	background: #e8e8e8;
	font-size: .4rem;
	color: #333;
}

.popup-form-box .pfb-input-box input {
	padding: 0 0 0 .53rem;
	font-size: inherit;
	height: 100%;
	display: block;
	width: 100%;
	background: transparent;
	border: 0;
}

.popup-form-box .pfb-promise {
	font-size: .35rem;
	color: #FF2525;
	padding: .26rem;
	text-align: center;
}

.popup-form-box .pfb-submit-btn {
	background: #f79c33;
	color: #fff;
	line-height: 1.2rem;
	height: 1.2rem;
	border-radius: .13rem;
	text-align: center;
}

.popup-form-close {
	position: absolute;
	right: .13rem;
	top: .13rem;
	width: .66rem;
	height: .66rem;
}

.popup-form-close img {
	display: block;
	width: 100%;
	height: 100%;
}

.popup-form-box .pfb-scroll {
	position: relative;
	margin-top: .6rem;
	padding-bottom: .4rem;
	border: 1px solid #E8E8E8;
	border-radius: .3rem;
}

.popup-form-box .pfb-scroll-title {
	background: #fff;
	font-size: .36rem;
	color: #333;
	margin-top: -.2rem;
	margin-left: .4rem;
	margin-right: .4rem;
	text-align: center;
}

.popup-form-box .pfb-scroll-title-num {
	color: #FF2525
}

.popup-form-box .pfb-scroll-box {
	overflow: hidden;
	height: 1.8rem;
	line-height: .6rem;
	text-align: center;
}

.popup-form-box .pfb-scroll-box p {
	height: .6rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0;
}

.popup-form-box .pfb-scroll-items {
	animation: scrollTop 5s linear infinite;
}

@keyframes scrollTop {
	from {
		transform: translateY(0)
	}

	to {
		transform: translateY(-100%);
	}
}


.mui-fullscreen {
	display: none;
	z-index: 310;
	top: 1.09rem;
	border-top: 1px solid #eaeaea;
}

.mui-row.mui-fullscreen>[class*="mui-col-"] {
	height: 100%;
}

.mui-col-xs-3,
.mui-control-content {
	overflow-y: auto;
	height: 100%;
}

.mui-segmented-control .mui-control-item {
	line-height: 50px;
	width: 100%;
}

.mui-segmented-control.mui-segmented-control-inverted .mui-control-item.mui-active {
	background-color: #fff;
}


.popup-house-style {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 410;
}

.popup-house-style .phs-background {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);

}

.popup-house-style .phs-content {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 90%;
	padding-top: .4rem;
	transform: translate(-50%, -50%);
	background: #fff;
	border-radius: .2rem;
}

.popup-house-style .phs-title {
	position: relative;
	height: 1px;
	width: 90%;
	background: #eaeaea;
	margin: .4rem auto .4rem;

}

.popup-house-style .phs-title span {
	position: absolute;
	top: 0;
	left: 50%;
	padding: 0 .4rem;
	transform: translate(-50%, -50%);
	background: #fff;
	font-size: .4rem;
}

.popup-house-style .phs-styles {
	display: flex;
}

.popup-house-style .phs-style {
	padding: 0 .2rem;
	flex: 1;
	text-align: center;

}

.popup-house-style .phs-style-box {
	background: #f0f0f0;
	margin: .2rem 0;
	font-size: .35rem;
	height: .53rem;
	line-height: .53rem;
	border-radius: .08rem;
}

.popup-house-style .phs-style-box.active {
	background: #f79c33;
	color: #fff;
}

.popup-house-style .phs-confirm {
	border-top: 1px solid #eaeaea;
	line-height: 1.2rem;
	color: #F79C33;
	text-align: center;
	font-size: .45rem;
}
