.phone_frame{
    position: fixed;
    z-index: 98;
    right: 2px;
    top: 40%;
    height: 225px;
    overflow: hidden;
    background-color: white;
}
.phone_frame div{
    width: 100%;
    height: 110px;
    cursor: pointer;
}
.phone_frame .call{
    margin-bottom: 5px;
}
.FloatWindow{
    width: 400px;
    height: 240px;
    position: fixed;
    z-index: 106;
    background-color: white;
    border: 3px dimgray double;
    padding-top:10px;
}
.closeBtn{
    width: 17px;
    height: 17px;
    display: block;
    right: 15px;
    top: 15px;
    position: absolute;
    background-image: url(../images/close_icon.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    cursor: pointer;
}
.FloatUl{
    padding: 0px;
    margin: 0px;
    list-style: none;
    width: 360px;
    height: 200px;
    position: relative;
    left: 20px;
    top: 20px;
}
.FloatUl li{
    width: 100%;
    height: auto;
    margin: 0px 0px 8px 0px;
    padding: 0px;
    font-size: 14px;
    color: #666666;
    text-align: left;
}
.FloatUl li .Ft-li-Text{
    background-color: transparent;
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: 2px solid red;
    font-size: 18px;
    line-height: 45px;
    height: 45px;
    width: 240px;
    margin-right: 10px;
    float: left;
    text-indent: 8px;
    text-align: left;
    color: #666;
}
.FloatUl li .Ft-li-Btn{
    width: 100px;
    background-color: #e60012;
    font-size: 18px;
    color: white;
    height: 45px;
    text-align: center;
    float: left;
    border: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    cursor: pointer;
}
.FloatUl li .Ft-li-Btn:hover,
.FloatUl li .Ft-lastLi-Btn:hover{
    background-color: #f0454d;
}
.FloatUl li.Ft-li-two{
    height: 45px;
}
.FloatUl li.Ft-li-there{
    margin-top: 30px;
}
.FloatUl li .Ft-lastLi-Btn{
    width: 360px;
    background-color: #e60012;
    color: white;
    text-align: center;
    padding: 10px 0px;
    border: none;
    font-size: 18px;
    margin-top: 20px;
    cursor: pointer;
}
.BodymaskDiv{
    width: 100%;
    background-image: url(../imgs/bg-i-3y.png);
    position: absolute;
    z-index: 102;
    left: 0px;
    top: 0px;
}
