﻿#fix_r{
	position: fixed;
	right: 0;
	top: 0;
	z-index: 99999999999;
	
}
#fix_r a{
	width: 134px;
	height: 170px;
	display: block;
}
.black_overlay {
    display: none;
    position: absolute;
    top: 100%;
    left: 100%;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index:1001;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=88);
}
.white_content {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 270px;
    height: 345px;
    margin-left:-135px;
    margin-top:-173px;
    z-index: 99999;
    background: url(img/lxb2.png) no-repeat;
    text-align: right;
}
#kst_close{
	font-size: 12px;
	color: #fff;
	display: block;
	padding-right: 6px;
	padding-top: 2px;
text-align: right;
}
#kst_close img{
	padding-top: 5px;
	padding-right: 2px;
box-sizing: content-box;
display: inline-block;
}
#kst_tel{
	width: 244px;
	height: 32px;
	border: 1px solid rgba(255,255,255,0.5);
	background: rgba(255,255,255,0.3);
    margin-top: 194px;
    font-size: 18px;
    color: #fff;
    text-align: center;
}
#kst_submit{
	background: url(img/btn.png) no-repeat;
	width: 187px;
	height: 40px;
	border: none;
	margin-top: 18px;
	cursor: pointer;
}
