﻿/*公共提示框*/
.com-prompt-box {
	display: none;
	width: 480px;
	background: #fff;
	border-radius: 5px;
	position: fixed;
	left: 50%;
	margin-left: -180px;
	top: 300px;
	margin-top: -200px;
	height: 300px;
	overflow: hidden;
	z-index: 100000;
	border-radius: 5px;
	border: 1px solid #ccc;
	padding: 17px;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .5) !important;
	box-shadow: 0 0 15px rgba(0, 0, 0, .5) !important;
}

.com-prompt-dw {
	position: relative;
	width: 100%;
	height: 95%;
}

.com-prompt-tit {
	text-align: center;
	height: 40px;
	font-size: 18px;
	color: #333;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	background: #eee;
	line-height: 40px;
}

.com-prompt-btns {
	width: 200px;
	position: absolute;
	bottom: 10px;
	left: 40%;
}

.com-prompt-btnlf {
	float: left;
	background: #4496d2;
}

.com-prompt-btnft {
	float: right;
	background: #ccc;
}

.com-prompt-btns a {
	height: 38px;
	width: 47%;
	line-height: 38px;
	text-align: center;
	color: #fff;
	border-radius: 5px;
	font-size: 16px;
	margin-bottom: 10px;
}

.com-prompt-btns a:hover {
	background-color: #3588c5;
}

.com-prompt-lists {
	position: absolute;
	top: 80px;
	width: 100%;
	left: 0px;
	height: auto;
	max-height: 200px;
	overflow: auto;
}

.com-prompt-item {
	text-align: center;
	font-size: 16px;
	color: #666;
	line-height: 28px;
	padding: 30px;
}

.prompt-th {
	float: left;
	width: 20%;
	line-height: 28px;
	text-align: right;
	margin-right: 10px;
}

.prompt-td {
	width: 70%;
	float: left;
	line-height: 28px;
	text-align: left;
	font-size: 12px;
}

.must-icon {
	margin-left: 8px;
	color: red;
	line-height: 40px;
	font-size: 14px;
}

/*提取码弹出框*/
.gltqm-prompt-box {
	position: fixed;
	z-index: 2000;
	height: 200px;
	width: 300px;
	left: 50%;
	top: 200px;
	margin-left: -150px;
	background: #fff;
	border-radius: 4px;
	overflow: hidden;
	display: none;
}

.gltqm-prompt-posi {
	position: relative;
	height: 100%;
	width: 100%;
}

.gltqm-prompt-tit {
	position: absolute;
	width: 100%;
	top: 0px;
	left: 0px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	background: #eee;
}

.gltqm-prompt-conts {
	position: absolute;
	top: 80px;
	left: 0px;
	width: 100%;
	height: 40px;
}

.gltqm-prompt-conts p {
	font-size: 14px;
	line-height: 40px;
	text-align: center;
}

.gltqm-prompt-btn {
	width: 200px;
	height: 30px;
	position: absolute;
	bottom: 14px;
	left: 50%;
	margin-left: -100px;
}

.gltqm-prompt-btn input {
	height: 30px;
	width: 40%;
	text-align: center;
	line-height: 30px;
	border-radius: 4px;
	cursor: pointer;
	color: #fff;
	font-size: 14px;
}

.gltqm-prompt-lf {
	background: #3a9bd3;
}

.gltqm-prompt-rt {
	background: #ccc;
}

.jy-form-btn .btn.resetColor {
	background: #3f68c4;
}

.jy-form .colorRed,
.jy-form .ipt-txtarea.colorRed {
	border: 1px solid #f00 !important;
	box-shadow: 0px 0px 1px red, 0px 0px 1px red inset;
}

.com_pic_suc {
	display: none;
	height: 90px;
	background: url(sub_suc.png) no-repeat top;
	margin-top: 20px;
}

#content .download {
	height: 15px;
	width: 15px;
	display: inline-block;
	cursor: pointer;
	background: url(yj-download-icon.png) no-repeat center;
}