﻿* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-size: 0.28rem;
}

.flexcc {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}


.select{
	margin-top: 0.4rem;
}

.select select.s1 {
	margin: 0 0.2rem;
	min-width: 1.6rem;
}

.select select.s2 {
	min-width: 2.0rem;
}

.select .sel:focus{
	outline: 0;
}

.select option {
	outline: 0;
}

.line {
	margin: 0.4rem 0.2rem;
	border-top: 1px dashed #ECECEC;
}

.showDiv-btn {
	padding-bottom: 0.4rem;
}

#dreamCont1{
	padding: 0 0.2rem;
}

#dreamCont1 strong{
	display: block;
	margin-top: 0.3rem;
}

#dreamCont1 p{
	padding: 0.1rem 0;
}