[v-cloak] {
	display: none;
}

.choose-area {
	border: 5px dashed #d4d4d4;
	background-color: #f9f9f9;
	margin: 0 auto;
	padding-top: 100px;
	width: 1170px;
	height: 360px;
	box-sizing: border-box;
	margin-top: 30px;
}

.choose-area .picture {
	text-align: center;
}

.choose-area .picture img {
	margin-right: 30px;
}

.choose-area .picture img:last-child {
	margin-right: 0;
}

.choose-area .filework {
	margin-top: 50px;
	display: flex;
	justify-content: center;
}

.choose-area .filework button {
	margin-right: 10px;
}
.choose-area .notice {
	color: #ccc;
	font-size: 15px;
	text-align: center;
	width: 100%;
	margin-top: 25px;
}

.view {
	border: 5px dashed #EBEEF5;
	background-color: #f9f8f9;
	margin: 0 auto;
	padding: 0 0 10px 15px;
	width: 1170px;
	box-sizing: border-box;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.view .model {
	width: 32%;
	display: inline-block;
	margin-right: 15px;
	margin-top: 10px;
}

.view .model .name_box {
	display: inline-block;
	width: 250px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.view .model .box-img {
	width: 150px;
	height: 150px;
	overflow: hidden;
	vertical-align: top;
	display: inline-block;
}

.view .model .compare {
	margin-left: 20px;
	display: inline-block;
}

.view .model .compare .compressColor {
	color: #ca1212;
}

.operate {
	width: 1170px;
	margin: 10px auto 0;
	padding: 0 10px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.fillInExpectParam {
	width: 1170px;
}

.fillInExpectParam ul {
	list-style: none;
	display: flex;
	justify-content: space-between;
}

.fillInExpectParam ul li {
	margin-right: 4px;
}

.fillInExpectParam ul li:last-child {
	margin-right: 0px;
}

.title_vue {
	margin-top: 20px;
	margin-bottom: 10px;
	color: #4b4b4b;
	font-size: 14px;
	padding: 15px;
	line-height: 22px;
	border-left: 5px solid #009688;
	border-radius: 0 2px 2px 0;
	background-color: #f2f2f2;
}

.el-button.is-round {
	padding: 9px 24px !important;
}

@media screen and (max-width: 470px) {
	.h33r{
		height: 35rem;
	}
	.t_30{
		margin-top: -35rem;
	}
	.yasuoTypesticky {
		position: sticky !important;
	}


	.mobileNone {
		display: none;
	}

	.choose-area,
	.fillInExpectParam {
		width: auto;
	}

	.fillInExpectParam ul {
		flex-wrap: wrap;
	}

	.fillInExpectParam ul li,
	.el-autocomplete.inline-input {
		width: 100%;
		display: flex;
		margin-bottom: 1rem;
		margin-right: 0;
	}

	.fillInExpectParam ul li .el-input-group__prepend {
		width: 30%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.el-dialog {
		margin-top: 30vh !important;
		width: 90% !important;
	}

	.el-input-group__append {
		width: 70px;
	}

	.filework>a {
		display: none;
	}

	.el-button--info,
	.el-button--info:focus, .el-button--info:hover{
		width: 100%;
		background: #0773fc;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.title_vue {
		border-left: 5px solid #ff3959;
	}
	.danger_successWrap{
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.el-button.el-button--danger.is-round,
	.el-button--success.is-round{
		width: 48%;
		height: 4rem;
		border-radius: 4rem;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.el-button.el-button--danger.is-round {
		background: #0773fc;
		border-color: #0773fc;
	}
	.el-button--success.is-round{
		background: #00ce7a;
	}
	.view{
		display: block;
		width: 100%;
	}
	.view .model{
		width: 100%;
	}
	.operate {
		width: 100%;
	}
	
}
