﻿ .fixed {
    height: 154px;
    width: 100%;
    background: url(../image/fix_bg.png) center;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999999;
}

.fixed-fl {
    width: 441px;
    height: 154px;
}

.fix-text {
    width: 100px;
    padding-left: 15px;
    height: 34px;
    border-radius: 3px;
    outline: none;
    color: #999999;
    font-size: 14px;
    border: 1px solid #fff;
    font-family:Helvetica,Arial,sans-serif;
    margin: 0 10px 11px 0;
}

.fix-select {
    width: 120px;
    height: 34px;
    color: #999999;
    border-radius: 3px;
    font-size: 14px;
    font-family:Helvetica,Arial,sans-serif;
    outline: none;
    border: 1px solid #fff;
    margin: 0 10px 11px 0;
    padding-left: 14px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    overflow: hidden;
    background: url(../image/new_arrow.png) no-repeat 158px #fff;
}

.fixed-m {
    height: 116px;
    margin: 42px 0 0 6px;
}

.sel-txt {
    width: 370px;
}

.fix-textarea {
    resize: none;
    padding-top: 5px;
    width: 160px;
    padding-left: 10px;
    height: 75px;
    color: #999999;
    border-radius: 3px;
    font-size: 14px;
    font-family: Helvetica,Arial,sans-serif;
    outline: none;
    border: 0;
}

.fix-close {
    cursor: pointer;
    margin: 77px 0 0 10px;
}
.fix-img input {
    width: 81px;
    margin: 58px 0 0 10px;
    height: 81px;
    cursor: pointer;
    border: 0;
    outline: none;
    background: url(../image/fix_fr.png) no-repeat center;
}
.fl{ float:left;}
.fr{ float:right;}
.w1200{
    width:1200px;margin:0 auto;
}
.clearfix:before,.clearfix:after{
    content:"";
    display:table;
}
.clearfix:after{clear:both;}
.clearfix{
    *zoom:1;/*IE/7/6*/
}