.bmbd_bg {
    background-color: #207ebc;
    line-height: 30px;
    position: fixed;
    z-index: 999;
    bottom: 0;
    width: 100%;
    padding: 15px 0;
}
.bmbd_bg .bmbd {
    width: 1200px;
    margin: 0 auto;
    color: #fff;
    position: relative;
    height: 30px;
    line-height: 30px;
}
.bmbd_bg .bmbd i {
    display: block;
    line-height: 30px;
    font-size: 18px;
    width: 17%;
    float: left;
    font-style: italic;
}
.bmbd_bg .bmbd ul {
    float: left;
    width: 65%;
    margin: 0 1%;
}
.bmbd_bg .bmbd ul li {
    float: left;
    width: 22%;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
}
.bmbd_bg .bmbd ul li input, .bmbd_bg .bmbd ul li select {
    height: 26px;
    line-height: 26px;
    width: 90%;
    padding: 0 1%;
    color: #999;
    border: 1px #dedede solid;
    border-radius: 2px;
}
.bmbd_bg .bmbd ul li.li_sub {
    width: 12%;
}
.bmbd_bg .bmbd ul li.li_sub input {
    width: 95%;
    height: 30px;
    line-height: 30px;
    background-color: #ffd900;
    border: 0;
    border-radius: 3px;
    color: #444;
    font-size: 14px;
    cursor: pointer;
}
.bmbd_bg .bmbd span {
    display: block;
    width: 14%;
    float: right;
    font-size: 12px;
    background: url(http://www.peoplesnews.com.cn/images/xly_images/suo.png) no-repeat left center;
    padding-left: 20px;
}
.bmbd_bg .bmbd .gb {
    position: absolute;
    top: -10px;
    right: -15px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
}
.shensuo {
    display: none;
    width: 24px;
    padding: 0 5px;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    background: url(http://www.peoplesnews.com.cn/images/xly_images/zxbm.png) no-repeat 50% 3%;
    padding-top: 26px;
    cursor: pointer;
}

@media only screen and (max-width: 1200px) {
	.bmbd_bg {
		width: 300px;
		top:50%;
		margin-top:-118px;
		left:50%;
		height: 235px;
		margin-left: -150px;
	}
	#bmbd.show{
		margin-left: 0;
		height: 100px;
		top:auto;
		width: auto;
		margin-top: auto;
		left:10px;
		bottom: 10px;
	}
	.bmbd_bg .bmbd{
		width: 100%;
	}
	.bmbd_bg .bmbd i{
		width: 100%;
		text-align: center;
		margin-bottom: 15px;
	}
	.bmbd_bg .bmbd ul{
		width: 90%;
		margin:0 5%;
	}
	#bmbd ul li:nth-child(5){
		display: none;
	}
	.bmbd_bg .bmbd ul li{
		width: 95%;
		margin-bottom: 10px;
	}
	.bmbd_bg .bmbd ul li.li_sub{
		width: 100%;
	}
	.bmbd_bg .bmbd ul li.li_sub input{
		width: 80%;
		margin:0 10%;
	}
	.bmbd_bg .bmbd ul li input{
		width: 95%;
		padding:0 0 0 5%;
	}
	.bmbd_bg .bmbd ul li select{
		width: 100%;
		padding-left: 5%;
	}
	.bmbd_bg .bmbd span{
		width: 100%;
		padding-left:0;
		text-align: center;
		background-position: 16% center;
	}
	.bmbd_bg .bmbd .gb{
		right:5px;
		top:-7px;
	}
}
@media only screen and (max-width: 767px) {
	.footer_last,.copyright,.bmbd_bg{
		display: block !important;
	}
}