﻿@charset "utf-8";
/* CSS Document */

/*bootstrap栅格系统*/

.fixed-bottom-box{clear:both;font-family: "微软雅黑";}
.fixed-bottom-box .fixed-bottom-bar{ height:120px; width:100%; position:fixed; z-index:20; bottom:0;left:0; font-size:14px; visibility:hidden;transform:translateX(-100%);-webkit-transform:translateX(-100%); transition:all ease .3s;-webkit-transition:all ease .3s;}
.fixed-bottom-box.active .fixed-bottom-bar{ visibility:visible; transform:translateX(0);-webkit-transform:translateX(0);}
.fixed-bottom-bar .close{ width:30px; height:30px; text-align:center; line-height:30px; position:absolute; right:0; top:0; color:#fff; font-size:20px; cursor:pointer; z-index:11;}
.fixed-bottom-bar .close:hover{ background:#000;}
.fixed-bottom-bar .shadow{ background:#000; opacity:.7; filter:alpha(opacity=70); width:100%; height:100%; position:absolute; left:0; top:0;}
.fixed-bottom-bar .box{ position:relative; z-index:10; padding-top:25px;}
.fixed-bottom-bar .myform{ height:80px; padding-right:110px; position:relative;}
.addleadsbtmbtn{ position:absolute; top:0; right:30px; width:120px; height:77px; background:#ff5d37; font-size:18px; color:#fff; border:0; cursor:pointer;}
.addleadsbtmbtn:hover{ background:#ec4c26;}
#fixed-bottom-form p,#fixed-bottom-form p{margin:0; padding: 0;}
#fixed-bottom-form input,#fixed-bottom-form textarea,#fixed-bottom-form button {outline:0; border:0;}
.col-xs-2>p{margin:0; padding: 0;}
.fixed-bottom-bar select,.fixed-bottom-bar .input{ width:187px; height:35px;line-height:35px;  border:0; margin-bottom:7px; position:relative; color:#7d7d7d; background:#fff; overflow:hidden;}
.fixed-bottom-bar .int{ width:150px; height:35px; line-height:35px; border:0 !important; margin:0 5px; color:#666;}
.fixed-bottom-bar .int .placeholder{ position:absolute; left:5px; top:7px; pointer-events:none; line-height:20px;}
.fixed-bottom-bar .tel-tit{font-size: 28px; color: #fff;  margin-top: 5px;}
.fixed-bottom-bar .tel-num{font-size: 24px;color:#ff5d37;}
.fixed-bottom-box .down-bar-btn{width: 50px;height: 134px;position:fixed;left:0;bottom:0;z-index:21;cursor: pointer;visibility:visible;transform:translateX(0);-webkit-transform:translateX(0); transition:all ease .3s;-webkit-transition:all ease .3s;}
.fixed-bottom-box .down-bar-btn p{font-size:16px;color:#fff;width: 25px;text-align: center;margin: 20px 0 0 19px;}
.fixed-bottom-box.active .down-bar-btn{ visibility:hidden; transform:translateX(-130px);-webkit-transform:translateX(-130px);}