body{
	background: #f0f0f0;
	padding-top: 1.39rem;
}
.pubilsh{
	padding: 0 0.36rem;
}
.content{
	padding: 0.47rem 0.4rem 0 0.4rem;
	background: #fff;
	border: 1px solid #D5D5D5;
	margin-bottom: 0.46rem;
}
.title{
	color: #111111;
	font-size: 0.36rem;
	font-weight: 500;
	margin-bottom: 0.4rem;
}
.personal-msg{
	display: flex;
	flex-direction: column;
	padding: 0 0.15rem;
	margin-bottom: 0.54rem;
}
.personal-msg p{
	font-size: 0.3rem;
	margin-bottom: 0.29rem;
	position: relative;
}
.must-msg::before{
	content: '*';
	position: absolute;
	left: -0.2rem;
	color: #CF1B12;
}
.personal-msg input{
	height: 0.66rem;
	border: 1px solid #D5D5D5;
	padding: 0 0.2rem;
	border-radius: 0.07rem;
}
.personal-msg input::-webkit-input-placeholder,
.personal-msg textarea::-webkit-input-placeholder{
	color: #C2C2C2;
}
.personal-msg textarea{
	height: 3.26rem;
	border: 1px solid #D5D5D5;
	padding: 0.2rem;
	box-sizing: border-box;
	border-radius: 0.07rem;
}
.select-input{
	position: relative;
	width: 100%;
	font-size: 0.22rem!important;
	height: 0.62rem;
	padding: 0.12rem;
	box-sizing: border-box;
	color: #BFBFBF;
	border: 1px solid rgba(191, 191, 191, 0.5);
	border-radius: 0.06rem;
	margin-bottom: 0!important;
}
.select-input:after{
	position: absolute;
	content: '';
	width: 0.23rem;
	height: 0.14rem;
	right: 0.23rem;
	top: 50%;
	margin-top: -0.07rem;
	background: red;
	background: url(../img/sanjiao.png)no-repeat;
	background-size: 100% 100%;
}
.select-ul{
	display: none;
	font-size: 0.28rem;
	position: absolute;
	top: 0.62rem;
	width: 100%;
	max-height: 3.6rem;
	overflow-y: auto;
	padding: 0 0.12rem;
	box-sizing: border-box;
	z-index: 2;
	background: #fff;
	border: 1px solid rgba(191, 191, 191, 0.5);
}
.select-ul li{
	height: 0.62rem;
}
.upload{
	width: 1rem;
	height: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	border: 1px dashed #A0A0A0;
}
.upload img{
	width: 0.5rem;
}
#file{
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.date{
	height: 1.82rem;
	border: 1px solid #D5D5D5;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 0.2rem;
	box-sizing: border-box;
	border-radius: 0.07rem;
}
.date p{
	margin-bottom: 0;
	font-size: 0.24rem;
	color: #C2C2C2;
}
.date span{
	font-size: 0.24rem;
}
.check-box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-size: 0.26rem;
}
.check-item{
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 0.37rem;
}
.check-input{
	width: 100%;
	margin-bottom: 0;
}
.check-item>span:first-child{
	display: inline-block;
	width: 0.34rem;
	height: 0.34rem;
	border: 1px solid #D5D5D5;
	border-radius: 50%;
	margin-right: 0.17rem;
	box-sizing: border-box;
}
.checked-item>span:first-child{
	border: 0.09rem solid #1C7CD5;
}
.check-input div input{
	height: 0.52rem;
}
.tijiao{
	display: block;
	margin: 0.9rem auto;
	width: 2.7rem;
	height: 0.72rem;
	background: #CF1B12;
	border-radius: 0.08rem;
	color: #FFFFFF;
	font-size: 0.28rem;
	font-weight: 500;
	outline:none;
	border:none;
}
/* 日历 */
#schedule-box {
	width: 320px;
	margin: 0 auto;
	padding: 35px 10px;
	font-size: 13px;
	position: absolute;
	z-index: 10;
	top: 130px;
	left: 50%;
	margin-left: -170px;
	background: #fff;
	display: none;
}

.schedule-hd {
	display: flex;
	justify-content: space-between;
	padding: 0 15px;
}

.today {
	flex: 1;
	text-align: center;
}

.ul-box {
	overflow: hidden;
}

.ul-box>li {
	float: left;
	width: 14.28%;
	text-align: center;
	padding: 5px 0;
}

.other-month {
	color: #999999;
}

.disabled {
	pointer-events: none;
	background-color: #eeeeee;
	color: #999999;
}

.current-month {
	color: #333333;
}

.today-style {
	border-radius: 50%;
	background: #58d321;
}

.arrow {
	cursor: pointer;
}

.dayStyle {
	display: inline-block;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	text-align: center;
	line-height: 35px;
	cursor: pointer;
}

.current-month>.dayStyle:hover {
	background: #00BDFF;
	color: #ffffff;
}

.today-flag {
	background: #00C2B1;
	color: #fff;
}

.boxshaw {
	box-shadow: 2px 2px 15px 2px #e3e3e3;
}

.selected-style {
	background-color: #ffba5a;
	color: #ffffff;
}

.active-style {
	background: #00BDFF;
	color: #ffffff;
}

#h3Ele {
	text-align: center;
	padding: 10px;
}

.today {
	text-align: center;
	color: #8ac6d1;
	font-weight: bold;
	cursor: pointer;
	font-size: 15px;
}