.form{
	position: fixed;
	top: 0px;
	z-index: 7777;
	/* max-width:1000px; */
	background: rgba(0, 0, 0, 0.4);
	height: 100%;
	margin: auto;
	left:0;
	right:0;
	text-align:center;
	overflow: hidden;
}
.f-zz{
	position: fixed;
	top: 0px;
	z-index: 7776;
	width: 100%;
	background: rgba(0, 0, 0, 0.4);
	height: 100%;
	margin: auto;
	left:0;
	right:0;
	text-align:center;
}

.form-center{
	background: rgba(0, 0, 0, 0.4);
	margin: auto;
	padding: 20px;
	height:100%;
	position: absolute;
	left: 0;
	top: 0;
	right: -17px;
	bottom: 0;
	overflow-x: hidden;
	overflow-y: scroll;
}
.form-center::-webkit-scrollbar {
	display: none;
  }
/* 头部 */
.f-title{
	width: 468px;
	background: #FFFFFF;
	border-radius: 13px;
	margin:15px auto;
	padding: 20px;
}
.f-t1{
	font-size: 27px;
	font-family: PingFang-SC-Bold, PingFang-SC;
	font-weight: bold;
	color: #1A2033;
	line-height: 27px;
	margin-bottom: 12px;
}
.f-t2{
	font-size: 19px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #575B66;
	line-height: 27px;
	text-align:left;
	margin-bottom: 10px;
	padding:0px 20px;
}

.f-img{
	width: 425px;
	/* height: 229px; */
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
	border-radius: 10px;
	margin:0px 0px 20px 0px;
}

/* 内容 */
.f-cen{
	width: 468px;
	background: #FFFFFF;
	border-radius: 13px;
	margin:15px auto  220px auto;
	padding: 20px;
	/* min-height: 500px; */
}
.f-item{
	text-align:left;
	padding: 15px;
}

.f-name{
	font-size: 19px;
	font-family: PingFang-SC-Bold, PingFang-SC;
	font-weight: bold;
	color: #1A2033;
	line-height: 19px;
}

.f-input{
	font-size: 20px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #989FB3;
	line-height: 20px;
	padding: 15px 5px 10px 15px;
	width: 75%;

}
.f-left{
	text-align: left;
}

.f-xian{
	width: 425px;
	height: 1px;
	background: #E0E0E0;
	margin-right: 5px;
}

.f-xin{
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #FF4040;
}

.f-tis{
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #FF4040;
	line-height: 16px;
	text-align: right;
	position: relative;
}
.f-xin-a{
	position: absolute;
	top: -20px;
	right: 0px;
}
.f-input1{
	font-size: 20px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #1A2033;
	line-height: 20px;
	padding: 5px;
	background-color: red;
	margin-right: 10px;
}
.f-radio{
	width: 100%;
	font-size: 20px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #989FB3;
	line-height: 30px;
	margin: 10px;
	cursor:pointer;
}
label{
	cursor:pointer;
}

.f-select{
	padding: 10px;
	margin: 10px;
	background: #fff;
	border: 0px;
	width: 80%;
	cursor:pointer;
}
.f-textarea{
	height: 100px;
	width: 80%;
	border: 1px solid #c4bfbf;
	margin: 10px 10px 0px 10px;
}

.f-code{
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #4070FF;
	line-height: 16px;
	position: absolute;
	right: 20px;
	top: -30px;
	cursor:pointer;
}
.pointer{
	cursor:pointer;
}
.btn-save{
	margin-top: 20px;
	width: 468px;
	height: 53px;
	background: #4070FF;
	border-radius: 27px;
	font-size: 19px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 53px;
	cursor:pointer;
}


.city_2{
	padding: 15px;
}
.prov, .city, .dist{
	width: 100px;
	height: 35px;
	font-size: 15px;
}

.yunlive-button{
	padding: 20px;
	display: flex;
	justify-content: center;
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #989FB3;
	line-height: 22px;
}

.yunlive-button .iconfont{
	font-size: 26px;
	width: 50px;
}
.f-yun{
	margin-right: 10px;
}