.yf-dialog-new-form {
	position: fixed;
	z-index: 1000;
	width: 690px;
	background-color: #fff;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.yf-dialog-left {
	width: 486px;
	border-right: 1px dashed #e3e6f7;
}
.yf-title-wrapper {
	overflow: hidden;
	width: 445px;
	height: 79px;
	line-height: 80px;
	margin-left: 20px;
}
.yf-title {
	display: inline-block;
	margin: 0;
	color: #444;
	font-size: 22px;
	font-weight: bold;
	vertical-align: top;
	cursor: default;
}
.yf-sub-title {
	display: inline-block;
	overflow: hidden;
	color: #a8a9b0;
	font-size: 14px;
	margin-left: 5px;
	cursor: default;
}
.yf-sub-title:before {
	content: '';
	position: relative;
	display: inline-block;
	 top: 3px;
	 width: 15px;
	 height: 15px;
	 background: url('../img/chancePop/dialog-icon.png') no-repeat;
	 background-position: -36px 0;
}
.yf-main-data {
	overflow: hidden;
	width: 430px;
	margin-left: 20px;
}
.yf-input-item {
	position: relative;
	height: 66px;
	width: 100%;
}
.yf-red {
	color: red;
	font-style: normal;
}
.yf-label {
	display: inline-block;
	width: 70px;
	height: 100%;
	line-height: 30px;
	font-size: 14px;
	color: #444444;
	cursor: default;
}
.yf-popBox input {
	box-sizing: border-box;
	width: 355px;
	height: 40px;
	padding-left: 10px;
	border: 1px solid #e1e4f7;
	color: #444;
}
.yf-changeMobile {
	box-sizing: border-box;
	display: inline-block;
	position: absolute;
	text-align: center;
	top: 0;
	right: 5px;
	width: 50px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #e1e4f7;
	color: #7e7e7e;
	cursor: pointer;
}
.yf-changeMobile:hover {
	 color: #ff7d2b;
}
.yf-show {
	display: block;
}
.yf-safe-tips {
	display: inline-block;
	position: absolute;
	bottom: 3px;
	left: 78px;
	width: 165px;
	height: 20px;
	background: url('../img/chancePop/dialog-icon.png') no-repeat;
	background-position: -57px 0;
}
.yf-submit-btn {
	display: inline-block;
	text-align: center;
	width: 355px;
	height: 40px;
	line-height: 40px;
	margin-left: 94px;
	color: #fff;
	background-color: #0091ed;
	font-size: 18px;
	cursor: pointer;
}
.yf-eg-count {
	overflow: hidden;
	box-sizing: border-box;
	width: 100%;
	height: 55px;
	background-color: #f3f6f9;
	margin-top: 24px;
	padding-left: 20px;
}
.yf-count-tit {
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
	cursor: default;
}
.yf-count-detail {
	color: #a3a5a7;
	font-size: 12px;
	cursor: default;
}
.yf-orange {
	color: #ff6900;
	cursor: default;
}
.yf-dialog-right {
	position: absolute;
	right: 0;
	top: 0;
	width: 200px;
	height: 100%;
	background-color: #fff;
}
.yf-right-content-wrapper {
	box-sizing: border-box;
	width: 100%;
	position: absolute;
	top: 30%;
	transform: translateY(-50%);
}
.yf-right-app-wrapper{
	box-sizing: border-box;
	width: 100%;
	position: absolute;
	top: 68%;
	transform: translateY(-50%);
	text-align: center;
}
.yf-app-img{
	width: 110px;
	height: 150px;
	text-align: center;
}
.yf-right-title {
	display: block;
	color: #444;
	font-size: 14px;
	margin-bottom: 10px;
	font-weight: bold;
	padding-left: 30px;
}
.yf-right-li {
	display: block;
	color: #7e7e7e;
	font-size: 13px;
	margin-bottom: 5px;
	padding-left: 30px;
}
.yf-right-li::before {
	 content: '';
	display: inline-block;
	position: relative;
	 top: 3px;
	 width: 14px;
	 height: 14px;
	 background: url('../img/chancePop/dialog-icon.png') no-repeat;
	 background-position: -18px 0;
	 margin-right: 2px;
}
.yf-bottom-agreement {
	position: absolute;
	text-align: center;
	bottom: 10px;
	left: 0;
	right: 0;
	width: 100%;
	font-size: 12px;
}
.yf-bottom-agreement a{
	color: #a3a5a7;
	text-decoration: underline;
}
.yf-close-dialog-btn-1 {
	position: absolute;
	display: inline-block;
	top: 17px;
	right: 17px;
	width: 9px;
	height: 9px;
	background: url('../img/chancePop/dialog-icon.png') no-repeat;
	background-position: 0 0;
	cursor: pointer;
}
.yf-popBox-mask{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: .6;
	z-index: 999;
	background-color: #000;
}
.yf-popBox-content{
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 999;
}
