﻿.xcConfirm{
	display: none;
}
.tan{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:rgba(102,102,102,0.5);
    /*opacity: 0.5;*/
    z-index: 1000000;
}
.tan-auto{
	display: block;
	opacity:1;
	width:496px;
	height:386px;
	margin: auto;
	background-color: #fff;
	font-size: 16px;
	border-radius: 10px;
	position: fixed;
	z-index: 20000000;
	top: 27%;
	/*left: 40%;*/
	box-shadow: 10px 10px 20px #888888;
	position: relative;
}
.tan-auto span{
	display: block;
	width:100%;
	height: 75px;
	line-height: 75px;
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	color:#fff;
	background-color: #c40000;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	
}
.tan-auto .sclose{
	display: block;
	width:35px;
	height:35px;
	background: url(../images/gb.png) no-repeat;
	position: absolute;
	left: 94%;
    top: -2%;
}
.tan-auto .ts{
	position: relative;
	width:100%;
	padding-top: 2px;
	color:red;
}

.tan-auto .input-box{
	padding-left: 55px;
	padding-top: 25px;
}

.tan-auto label{
	float: left;
	display: block;
	height:62px;
	margin-top: 15px;
}

.tan input{

	width:310px;
	height:40px;
	font-size: 16px;
	border: 1px solid #ededed;
	border-radius: 5px;
}
.tan .input-box p{
	width:70px;
	float: left;
	display: block;
	line-height: 40px;
}
.tan a{
	display: block;
	width:150px;
	height:45px;
	background-color: #BA2E21;
	line-height: 45px;
	color: #fff;
	text-align: center;
	letter-spacing: 1px;
	font-size:20px;
	margin: auto;
	margin-top: 35px;
	border-radius: 10px;
}

/*项目规划*/
.imgBox .bg-1 .zixungedi{
    margin-top: 61px;
    margin-right:29px;
    line-height:59px;
    width: 310px;
    height: 59px;
    background: url('../images/gq-anniu.png')no-repeat -27px -33px;
    color: #fff;
    border: none;
    font-size: 24px;
    border-radius: 21px;
    box-shadow:5px 5px 10px rgba(0,0,0,0.14);
}
.details .Prompt a.zixungedi{
    margin-top: 61px;
    margin-right:29px;
    line-height:59px;
    width: 310px;
    height: 59px;
    background: url('../images/gq-anniu.png')no-repeat -27px -33px;
    color: #fff;
    border: none;
    font-size: 24px;
    border-radius: 21px;
    box-shadow:5px 5px 10px rgba(0,0,0,0.14);
}
