.kol-footer{
    position: fixed;
    display: none;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100px;
    background: rgba(0,0,0,1);
    z-index:6;
}
.kol-footer-inner{
    width: 1200px;
    margin: 0 auto;
    left: 0;
    right: 0;
    position: relative;
}
.kol-footer-inner>img{
    width: 75px;
    height: 75px;
    display: block;
    float: left;
    margin: 12px 0;
}
.kol-footer-phone{
    width: 253px;
    height: 43px;
    line-height: 43px;
    float: left;
    padding-left: 20px;
    margin-left: 15px;
    margin-top: 30px;
}
.kol-footer-input{
    float: left;
    margin-top: 30px;
    margin-left: 15px;
}
.kol-footer-input>input{
    width: 148px;
    height: 43px;
    padding-left: 20px;
    float: left;
    border-right: 1px solid #d2d2d2;
}
.kol-footer-input>img,.kol-get-sms{
    width: 105px;
    height: 43px;
    float: left;
    display: block;
    background-color: #fff;
}
.kol-get-sms{
    line-height:43px;
    text-align: center;
    color: #FF2741;
    letter-spacing: 1px;
    cursor: pointer;
}
.kol-get-price{
    margin-left: 15px;
    width:185px;
    height:43px;
    line-height: 43px;
    float: left;
    background:#FF2741;
    margin-top: 30px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}
.kol-get-price:hover{
    opacity: 0.9;
}


::-webkit-input-placeholder { 
    color:    #bbb;
}
:-moz-placeholder { 
    color:    #bbb;
}
::-moz-placeholder { 
    color:    #bbb;
}
:-ms-input-placeholder { 
    color:    #bbb;
}
input{
    outline: none;
}


.new-guest-login-tips-footer,.new-guest-login-tips-img-footer,.new-guest-login-tips-sms-footer{
    font-size: 12px;
    color: #fff;
    position: absolute;
    top: 10px;
}
.new-guest-login-tips-footer{
    left: 200px;
}
.new-guest-login-tips-img-footer{
    left: 467px;
}
.new-guest-login-tips-sms-footer{
    left: 734px;
}
.new-guest-get-sms{
    float: left;
    width:112px;
    height:43px;
    line-height: 43px;
    text-align: center;
    color: #fff;
    background:#FF0000;
    font-size: 12px;
    font-weight: 400;
    cursor: pointer;
}
.new-guest-get-sms:hover{
    color: #fff;
    background: #ff0000;
}
.new-guest-get-pice{
    display: block;
    width: 280px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background-color: #ff2741;
    font-size: 16px;
    color: #fff;
    margin:30px auto;
}
.new-guest-get-pice:hover{
    color: #fff;
    cursor: pointer;
    background: #ff0000;
}