/* 2018-1-5 laoweng */
.fixed-get-price {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 9999;
	padding: 10px 0;
	width: 100%;
	/*background: rgba(0,0,0,.8);*/
	background:rgba(0,0,0,.6);
	-webkit-transition: all ease .3s;
   -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
     -o-transition: all ease .3s;
        transition: all ease .3s;
    -webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);    
}

.fixed-get-price.active {
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-o-transform: translateX(0%);
	transform: translateX(0%);
}

.fixed-get-price-in {
	position: relative;
	margin: 0 auto;
	max-width: 1020px;
	width: 100%;
	overflow: hidden;
}

.get-price-img {
	float: left;
	width: 48%;
}

.get-price-img img { max-width: 100%;}

.get-price-form {
	margin-left: 48%;
	margin-right: 96px;
	overflow: hidden;
}

.get-price-form li {
	float: left;
	margin-right: 3%;
	margin-bottom: 10px;
	width: 47%;
}


.get-price-form li .iptxt{
	display: block;
	padding: 10px;
	width: 100%;
	height: 40px;
	line-height: 18px;
	border: 1px solid #e1e1e1;
	background: #fff;
	box-sizing: border-box;
}

.get-price-button {
	position: absolute;
	right: 0;
	top: 0;
	width: 96px;
}

.get-price-button button {
	display: block;
	width: 100%;
	height: 90px;
	color: #fff;
	font-size: 24px;
	line-height: 30px;
	background: #540000;
	border-radius: 20%;
	box-shadow: 1px 2px 5px rgba(11,2,5,.75);
	border: 0;
	cursor: pointer;
}

.fixed-get-price-close {
 	position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    z-index: 11;
}

.small-get-price.active{width: 40px;}
.small-get-price {
	box-sizing:border-box;
	z-index: 999;
	cursor: pointer;
	position:fixed;
	left:0;
	bottom:0;
	height: 120px;
	width: 0;
	background:rgba(0,0,0,.8);
	color: #540000;
	line-height: 20px;
	padding-top: 10px;
	font-weight: bold;
	text-align: center;
	font-size: 18px;	
	overflow: hidden;
	-webkit-transition: all ease .3s; -moz-transition: all ease .3s; -ms-transition: all ease .3s;  -o-transition: all ease .3s;  transition: all ease .3s; transition-delay:.5s;  -webkit-transition-delay:.5s;  -moz-transition-delay:.5s; -ms-transition-delay:.5s; -o-transition-delay:.5s;
}
.small-get-price span{
	display: inline-block;
	width: 18px;
	color:#fff;
}