@charset "utf-8";



.fl {
	float: left;
	display: inline
}
.fr {
	float: right!important
}








.openMdFullInd {
	z-index: 99;
	position: fixed;
	left: 0;
	bottom: 50%;
	margin-top: -35px;
	width: 113px;
	height: 70px;
	background: url(mdFullInd.png) no-repeat
}
.mdFullInd {
	display: none;
	z-index: 999999999999;
	position: fixed;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%
}
.mdFullInd .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5)
}
.mdFullInd .container {
	z-index: 2;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 855px;
	height: 410px;
	padding: 20px;
	margin: -225px -447.5px;
	background: #FFF
}
.mdFullInd .closeBtn {
	position: absolute;
	top: 0;
	right: 0;
	margin: 20px;
	width: 40px;
	height: 40px;
	background: url(mdFullInd.png) 0 -80px no-repeat
}
.mdFullInd .closeBtn:hover {
	background-position: -40px -80px
}
.mdFullInd .lImg {
	width: 430px;
	height: 410px;
	margin-right: 50px
}
.mdFullInd .lImg img{width:100%;height:100%}
.mdFullInd .rArea {
	width: 375px
}
.mdFullInd .rArea .ht {
	margin: 25px 0 35px;
	padding-left: 40px;
	background: url(mdFullInd.png) -120px 0 no-repeat;
	line-height: 40px;
	font-size: 18px
}
.mdFullInd .table {
	margin-bottom: 20px
}
.mdFullInd .table .left, .mdFullInd .table .right .clue_on {
	display: none
}
.mdFullInd .table .right table {
	width: 100%
}
.mdFullInd .table .right .input-text {
	display: block;
	width: 346px;
	padding: 8px 10px;
	border: 1px solid #ccc;
	font-size: 18px
}
.mdFullInd .placeholder {
	color: #2f2f2f
}
.mdFullInd .table .right .input-text::-moz-placeholder {
color:#2f2f2f
}
.mdFullInd .table .right .input-text:-ms-input-placeholder {
color:#2f2f2f
}
.mdFullInd .table .right .input-text::-webkit-input-placeholder {
color:#2f2f2f
}
.mdFullInd .table .right .button {
	width: 346px;
	height: 46px;
	background: #ff6700;
	line-height: 46px
}
.mdFullInd .unitVal {
}
.mdFullInd .unitVal label {
	display: none
}
.mdFullInd .unitVal .section {
	float: left;
	margin-right: 10px
}
.mdFullInd .unitVal .section .list {
	width: 115px;
	height: 40px
}
.mdFullInd .night {
	background: url(mdFullInd_night_bg.jpg) no-repeat;
	color: #6a6a6a
}
.mdFullInd .night .closeBtn {
	background-position: -80px -80px
}
.mdFullInd .night .closeBtn:hover {
	background-position: -120px -80px
}
.mdFullInd .night .lImg.a1, .mdFullInd .lImg.a2 {
	display: none
}
.mdFullInd .night .lImg.a2 {
	display: block
}
.mdFullInd .night .rArea .ht {
	background-position: -120px -40px;
	color: #FFF
}
.mdFullInd .night .table .right .input-text {
	background: none;
	color: #FFF
}
.mdFullInd .night .table .right .input-text .opt {
	background: #FFF;
	color: #333
}
.mdFullInd .night .table .button {
	background: #B65C21
}
.mdFullInd .night .placeholder {
	color: #FFF
}
.mdFullInd .night .table .right .input-text::-moz-placeholder {
color:#FFF
}
.mdFullInd .night .table .right .input-text:-ms-input-placeholder {
color:#FFF
}
.mdFullInd .night .table .right .input-text::-webkit-input-placeholder {
color:#FFF
}
.table .right .button {
    width: 160px;
    height: 36px;
    padding: 0;
    margin: 0;
    border: none;
    background: #ff6700;
    line-height: 32px;
    font-size: 18px;
    text-align: center;
    color: #FFF;
    cursor: pointer;
    vertical-align: middle;
    transition: color 0.3s linear 0s, background-color 0.3s linear 0s, border-color 0.3s linear 0s;
}

.mdFullInd p{font-size:14px;color:#666;padding:0;margin:0}
