
/*弹窗*/

.dirlog {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
}

.dirlog-bg {
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.3;
	filter: alpha(opacity=30);
}

.dirlog-input {
	width: 84px;
	border: 1px solid #ccc;
	border-radius: 3px;
	text-align: left;
	padding: 8px;
}

.popup {
	width: 480px;
	height: 340px;
	position: absolute;
	top: 50%;
	left: 50%;
	background: #ffffff;
	margin-left: -260px;
	margin-top: -170px;
	color: #333;
}

.popup-offer {
	padding: 0 15px;
}

.popup-offer-title {
	font-size: 18px;
	color: #ff6700;
	padding: 18px 0;
	text-align: center;
	border-bottom: 1px dashed #ccc;
}

.popup-offer-con {
	padding: 20px 0 0 0;
}

.popup-offer-close {
	width: 30px;
	height: 30px;
	background: url(../images/popup-close.png) no-repeat;
	position: absolute;
	right: -15px;
	top: -15px;
	cursor: pointer;
}

.popup-offer-item {
	margin-bottom: 10px;
}

.popup-offer-item-left {
	width: 95px;
	text-align: right;
	line-height: 32px;
}

.popup-offer-item-right .popup-offer-input {
	width: 330px;
}

.popup-offer-item-right .popup-offer-code {
	width: 210px;
}

.popup-offer-item-right .popup-codeiImg {
	margin-left: 10px;
	width: 110px;
	height: 34px;
	cursor: pointer;
}

.popup-offer-btns {
	padding-top: 20px;
	text-align: center;
}

.popup-offer-btn {
	width: 150px;
	height: 34px;
	text-align: center;
	border: 0;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	background: #ff6600;
}

.popup-suc-con {
	padding-top: 40px;
}

.popup-suc-tit {
	font-size: 18px;
	line-height: 36px;
}

.popup-suc-word {
	font-size: 14px;
	padding: 35px 0 15px 0;
}

.popup-offer-item-right .popup-input-error {
	border-color: #ff0000;
	background: #ffeded;
	color: #333;
}
/*/弹窗*/

/*联系QQstart*/
.link-box {
    position: fixed;
    left: 0;
    bottom: 20%;
    padding: 10px;
    background: #fff;
    border: 1px solid #ccc;
    text-align: center;
    z-index: 1;
}
.link-tips {
    color: #777;
}
.link-btn {
    font-size: 14px;
    padding: 4px 15px;
    background: #ff6700;
    border: 0;
    border-radius: 3px;
    color: #fff;
    margin: 7px 0;
    cursor: pointer;
}

.red{
	color: #ff3333;
}
/*联系QQend*/