body{overflow-x:hidden;}
.bottomBanner {
    position: fixed;
    bottom: 0;
    z-index: 999999999;
    width: 100%;
    min-width: 1000px;
    height: 150px;
    padding-top: 30px;
    overflow: hidden;
    background: url("../yimages/bottom-banner.png") no-repeat center;
}

.innerBan {
    position: relative;
    width: 1160px;
    height: 180px;
    margin: 0 auto;
    /*background: #000;*/
}

.bottomContent {
    float: right;
    /*    position: absolute;
        right: 50px;
        z-index:120;*/
    margin-right: 50px;
    width: 335px;
    height: 100px;
    padding: 25px 0 0 15px;
    font-size: 14px;
    background: url("../yimages/layoutbg.png") no-repeat;
    font-family: "Microsoft Yahei", "simsun", sans-serif;

}

.bottomContent select {
    background: #e6e6e6;
    font-family: "Microsoft Yahei", "simsun", sans-serif;
}

.bodyPart {
    width: 318px;
    height: 35px;
    line-height: 35px;
    border-radius: 3px;
    color: #222;
}

.province, .city {
    float: left;
    width: 100px;
    height: 35px;
    line-height: 35px;
    margin-right: 6px;
    border-radius: 3px;
}

.phoneNum {
    width: 295px;
    height: 33px;
    line-height: 33px;
    border: 1px solid #ddd;
    padding: 0 10px;
    border-radius: 3px;
    font-size: 14px;
    margin-bottom: 5px;
	background:#fff;
}

.sign-up {
    float: left;
    width: 104px;
    height: 37px;
    display: block;
    background: url("../yimages/getprice.png") no-repeat;
    margin-left: 2px;
    border: none;
}

.wrap-line {
    overflow: hidden;
    margin-top: 5px;
}

.closeBtn {
    position: absolute;
    left: 50%;
    top: 45px;
    z-index: 50;
    margin-left: 550px;
    width: 50px;
    height: 50px;
    display: block;
    background: url("../yimages/closebtn.png") no-repeat center;

}

.info {
    color: #e5e5e5;
    font-size: 14px;
    margin-bottom: 10px;
}

.info span {
    color: #f3ef84;
    font-size: 16px;
}

.floatban {
    position: fixed;
    left: 0;
    bottom: 30px;
    width: 163px;
    height: 200px;
    display: block;
	z-index:99999999;
    background: url("../yimages/floatbanner.png") no-repeat;
}

.redTips {
    width: 315px;
    height: 37px;
    line-height: 37px;
}

.redTips span {
    float: left;
    color: #f8514d;
    font-size: 16px;
    margin-right:17px;
}

.redTips p{
    color:#f7423f;
    line-height:16px;
}

.successTxt{
    font-size:14px;
    line-height:24px;
    color:#fff;
    width:300px;
    margin:0 auto;
    text-align:center;
}
.successTitle{
    text-align:center;
    font-size:20px;
    color:#f84a46;
    width:90px;
    padding-left:30px;
    line-height:32px;
    margin:0 auto 10px auto;
    background: url("../yimages/red-tick.png") no-repeat;
}