.botApp {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 50px;
    color: white;
    background: url(../images/botBjRed.png) no-repeat;
    background-size: 100% 100%;
    font-size: 17px;
    padding-top: 10px;
}
.botApp em.botCls {
    display: block;
    width: 30px;
    height: 30px;
    float: right;
    background: url(../images/botClose.png) no-repeat center center;
    background-size: contain;
    margin-top: 0;
    margin-right: 6%;
    cursor: pointer;
}
.botApp .botSubmit {
    float: left;
    width: 90px;
    background: white;
    border: solid 1px #e3e3e3;
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
    color: #cc1625;
    font-size: 16px;
    outline: none;
}
.botApp .main_input {
    display: block;
    line-height: 30px;
    margin-bottom: 0;
    width: 896px;
    float: left;
}
.botApp .botEmts {
    font-size: 12px;
    font-weight: normal;
    padding-left: 5px;
    max-width: 101px;
    overflow: hidden;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding-top: 0;
    float: left;
}
#select_lx{
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    padding: 0 3px;
    border: solid 1px white;
    background: white;
    outline: none;
    width: 80px;
    color: black;
    border-radius: 0;
    float: left;
    margin-bottom: 0;  
    margin-top: 0;
}
.single_yzmbotm {
    display: block;
    float: left;
    position: relative;
    margin-right: 1%;
    border: solid 1px white;
}
.botApp .single_yzmbotm span {
    position: absolute;
    color: #fff;
    height: 28px;
    line-height: 28px;
    padding: 0 2px;
    cursor: pointer;
    width: 102px;
    text-align: center;
    font-size: 14px;
    display: block;
    right: 0px !important;
    top: 0px;
    border: none;
}
.botApp span.count {
    background: #bdbcbc;
    height: 28px;
    top: 0px;
    right: 0px !important;
}
.botApp span b {
    font-weight: normal;
}
.botApp .single_yzmbotm input {
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 0;
    width: 160px !important;
    border: none;
    height: 28px !important;
}
.botApp .main_input input {
    border: none;
    line-height: 30px;
    color: black;
    display: block;
    float: left;
    margin-bottom: 0;
    margin-top: 0;
}
.botImgYzmBox{
    float: left;
    display: block;
    position: relative;
    width: 65px;
    background: white;
    color: black;
    font-size: 14px;
    text-align: center;
    margin-right: 1%;
}
.botApp .main_input span {
    float: left;
    padding-right: 1%;
}
.botApp .main_input i {
    float: left;
    padding-right: 1%;
}
.botImgYzmPo{
    position: absolute;
    top: -38px;
    width: 200px;
    left: -76.5px;
    border: solid 1px #cc1625;
    box-shadow: 0 0 5px #e3e3e3;    
    background: white;
}
.botImgYzmPoctn{
    position: relative;    
} 
.botImgYzmPoctnnc{
    background: white;
}
.botImgYzmPoctn input{
    border: none !important;
    width: 100% !important;
    padding-right: 80px;
}
.botImgYzmPoctn i{
    position: absolute;
    border-top: 10px solid white;
    border-right: 10px dashed transparent;
    border-left: 10px dashed transparent;
    bottom: -5px;
    left: 50%;
    margin-left: -3px;
}
.botImgYzmPoctn img{
    width: 80px;
    height: 22px;
    position: absolute;
    top: 4px;
    right: 3px;    
}
#botImgYzmBtn{
    background: #cc1625;
    color: white;
    border: solid 1px white;
    cursor: pointer;
    width: 100%;
    height: 100%;
    line-height: 28px;
}