@charset "utf-8";
/* CSS Document */
.secondbox {
	width: 342px;
	height: 170px;
	-moz-border-radius: 10px;
	background: #fffceb;
	margin: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 10px #d8d8d8;
	-moz-box-shadow: 0 0 10px #d8d8d8;
	box-shadow: 0 0 10px #d8d8d8;
}

.box_title {
	width: 100%;
	height: 37px;
	background: #e15517;
	font-size: 24px;
	font-weight: bold;
	font-family: "微软雅黑";
	color: #FFF;
	text-align: center;
	line-height: 37px;
	letter-spacing: 3px;
	border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	border-bottom: 2px solid #eaeaea;
}

.box_text {
	clear: both;
	width: 302px;
	padding: 20px 20px;
	padding-bottom: 0px;
	height: 56px;
	overflow: hidden;
}

.box_text p {
	float: left;
	width: 302px;
	line-height: 46px;
}

.box_font16 {
	font-size: 16px;
	color: #333;
	font-weight: bold;
	font-family: "微软雅黑";
}

.box_fontrde32 {
	font-size: 34px;
	font-weight: bold;
	color: #ff0803;
	font-family: BellCent BdList BT;
}

.box_btn {
	margin: 0 auto;
	width: 219px;
	border-top: 0px dashed #dedede;
	padding-left: 83px;
}

.box_btn .box_btn_ok {
	background: #e15517;
	color: #fff;
	display: block;
	width: 72px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	margin: 8px 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.box_btn .box_btn_ok:hover {
	background: #666;
	color: #fff;
}

.box_btn .box_btn_cancel {
	background: #ffc122;
	color: #6b351b;
	display: inline-block;
	width: 62px;
	height: 26px;
	line-height: 26px;
	font-size: 12px;
	font-weight: bold;
	margin: 8px 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.box_btn .box_btn_cancel:hover {
	background: #666;
	color: #fff;
}

.wxts_input {
	width: 208px;
	height: 38px;
	line-height: 38px;
	font-size: 34px;
	font-weight: bold;
	color: #ff0803;
	font-family: BellCent BdList BT;
	border: dashed 1px #d8d8d8;
	padding-left: 3px;
}

/*二次确认弹出框start*/
.secondbox3 {
	width: 400px;
	height: auto;
	-moz-border-radius: 10px;
	background: #fffceb;
	margin: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 10px #d8d8d8;
	-moz-box-shadow: 0 0 10px #d8d8d8;
	box-shadow: 0 0 10px #d8d8d8;
}

.secondbox2 {
	width: 342px;
	height: 170px;
	-moz-border-radius: 10px;
	background: #fffceb;
	margin: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 10px #d8d8d8;
	-moz-box-shadow: 0 0 10px #d8d8d8;
	box-shadow: 0 0 10px #d8d8d8;
}

.box_title2 {
	width: 100%;
	height: 37px;
	background: #e15517;
	font-size: 24px;
	font-weight: bold;
	font-family: "微软雅黑";
	color: #FFF;
	text-align: center;
	line-height: 37px;
	letter-spacing: 3px;
	border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	border-bottom: 2px solid #eaeaea;
}

.box_text2 {
	clear: both;
	padding: 10px 20px;
	overflow: hidden;
}

.secondbox2 p {
	float: left;
	width: 450px;
	line-height: 46px;
}

.box_font16 {
	font-size: 16px;
	color: #333;
	font-weight: bold;
	font-family: "微软雅黑";
}

.box_font32 {
	font-size: 34px;
	font-weight: bold;
	color: #ff0803;
	font-family: BellCent BdList BT;
}

.box_btn2 {
	margin: 0 auto;
	width: 302px;
	border-top: 1px dashed #c9c4b1;
	text-align: center;
}

.box_btn2 .box_btn_ok2 {
	background: #e15517;
	color: #fff;
	display: inline-block;
	width: 90px;
	height: 36px;
	line-height: 36px;
	font-size: 18px;
	font-weight: bold;
	margin: 8px 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.box_btn2 .box_btn_ok2:hover {
	background: #666;
	color: #fff;
}

.box_btn2 .box_btn_cancel2 {
	background: #ffc122;
	color: #6b351b;
	display: inline-block;
	width: 90px;
	height: 36px;
	line-height: 36px;
	font-size: 18px;
	font-weight: bold;
	margin: 8px 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.box_btn2 .box_btn_cancel2:hover {
	background: #666;
	color: #fff;
}

.wxts_input2 {
	width: 208px;
	height: 38px;
	line-height: 38px;
	font-size: 34px;
	font-weight: bold;
	color: #ff0803;
	font-family: BellCent BdList BT;
	border: dashed 1px #d8d8d8;
	padding-left: 3px;
}

.borpride2 input {
	margin-top: 5px;
}
/*二次确认弹出框end*/
.ui-widget-overlay {
	background: #666;
	opacity: 0.5;
}

.ui-dialog {
	position: absolute;
	padding: 0.2em;
	width: 360px;
	overflow: hidden;
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
	font-size: 1.4em;
}

.ui-widget-overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}