/*pop*/
.pop {
	width: 400px;
	background:#fff;
	padding:  20px;
	position: relative;
	z-index: 1001;
	margin: 0 auto;
	font-family: "Microsoft Yahei","Simsun";
	position: fixed; top: 30%; left: 50%; margin-left: -220px;
}

.pop .close {
	position: absolute;
	top: 0px;
	right: -50px;
	font-family: "Microsoft Yahei","Simsun";
	font-size:44px; font-weight:bold; line-height:44px; text-align:center;
	color: #000;
	background:#fff;
	height:44px; width:44px;
	padding:5px;
}
.pop .hd .title{font-weight:bold; font-size:20px; color:#ff933c; text-align:center; padding:20px 0px;}
.pop .bd{}
.pop .bd .info{ line-height:22px; font-weight:bold; font-size:14px; font-weight:bold; color:#222; text-align:center;}
.pop .bd .t-row{ text-align:center; padding:15px 0px;}
.pop .bd .btn{ background:#ff933c; font-size:14px; color:#fff; padding:3px 15px; margin:0px 5px;}
.pop .bd .btn i{width: 0; height: 0; font-size: 0; line-height: 0; overflow: hidden; border: 10px dashed transparent; border-width: 5px; border-left-style: solid; border-left-color:#fff; vertical-align:middle; margin-left:5px;}
.pop .bd .btn:hover{background:#f97c16;}
.pop .bd .form{font-size:14px; color:#000; text-align:left; margin:0px auto; width:303px;}
.pop .bd .prize-box{ text-align:center;}
.pop .bd .form .f-row{padding:10px 0px; line-height:26px;}
.pop .bd .form .label{ font-size:20px; font-weight:bold; float:left; display:inline; width:70px;}
.pop .bd .form .con{ margin-left:70px; width:230px;}
.pop .bd .form .input-txt{ background:#ddd; color:#222; padding:0px 5px; width:150px; height:26px; line-height:26px; border:0px;}
.pop .bd .form .input-txt2{width:100%; height:150px;}

.pop-mask{position:fixed;z-index: 1000;}