/**
  * 公用样式
 **/
@charset "utf-8";
*{margin:0;padding:0;outline:none;-webkit-tap-highlight-color:rgba(0,0,0,0);}
html,body{font-family:'方正兰亭黑_GBK','方正兰亭细黑_GBK','Microsoft YaHei','宋体','Arial';font-size:100%;}ul,ol{list-style-type:none}a{text-decoration:none;color:#131315;blr:expression(this.onFocus=this.blur());}
a:hover{text-decoration:none;}a:focus{outline:none;}li:focus{outline:none;}img{border:0}em{font-style:normal;}
table{border-collapse:collapse;border-spacing:0;empty-cells:show;}caption,th,td{font-weight:normal;text-align:left;}
input,textarea,select,button{background:none;outline:none;}label,button{cursor:pointer}
textarea{white-space:pre;resize:none;}button,input,select,textarea{font-size:100%;}canvas{margin:0;padding:0;display:block;border:0;font-size:100%;}
/*input,select,textarea{appearance:none;-moz-appearance:none;-webkit-appearance:none;border-radius:0;}*/
h1,h2,h3,h4,h5,h6{font-weight: normal;}.clear{clear:both;}

/*
* 页面公用头部
*/
body.bg{overflow: auto;padding-top:103px;background: #dfe3e6;}
.middlebox{width:80%;margin: auto;min-width: 1200px;max-width: 1370px;}
.page_header{padding:24px 0;}
.page_header .logo{background:url(../../../img/jituan/logo_sprite.png)no-repeat;height:52px;float: left;}
.page_header .logo1{width:58px;}
.page_header .logo2{width:158px;background:url(../../../img/jituan/jituan_logo.png)}
/*.page_header .name{width:300px;margin-left:35px;font-size:28px;font-family: '方正兰亭粗黑_GBK';color: #fff;line-height:26px;}*/
/*.page_header .name>span{font-size:20px;}*/
.page_header .tel_icon{width:36px;height: 36px;background: url(../../../img/jituan/tel.png);margin-top:7px;}
.page_header .service{color:#fff;margin-left: 10px;margin-right: 15px;margin-top:4px;}
.page_header .dropdown-toggle{background: #f1f5f7;border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;min-width: 320px;}
.page_header .caret{float:right;position: relative;top:6px;}
.page_header .open .caret{border-top: 0 dashed;border-top: 0 solid\9;border-bottom:4px dashed;border-bottom:4px solid\9;border-right: 4px solid transparent;border-left: 4px solid transparent;}
.page_header .dropdown-menu{width:320px;background: #fefefe;margin-top:-1px;color:#303030;font-size: 14px;padding-bottom: 0;}
.page_header .dropdown-menu .balance{line-height: 58px;height:58px;text-indent: 1em;}
.page_header .dropdown-menu .row{text-align: center;margin-left:0;margin-right: 0;line-height:50px;}
.page_header .dropdown-menu .row a{display: inline-block;width:100%;}
.page_header .dropdown-menu .row>.col-md-4{border-right:1px solid #eae9e9;padding:0;cursor: pointer;}
.page_header .dropdown-menu .row>.col-md-6{border-right:1px solid #eae9e9;padding:0;cursor: pointer;}









/*
* 页面公用底部
*/
.group_footer{position: fixed;bottom:15px;width: 100%;text-align: center;z-index:99;color:#4e4e4e;}


/*修改Bootstrap */
.btn-group-lg>.btn, .btn-lg {border-radius: 10px;-moz-border-radius: 10px;-ms-border-radius: 10px;border:0;}
.btn-primary {background-color: #468fe0;border-color: #468fe0;border-radius: 6px;-moz-border-radius: 6px;-ms-border-radius: 6px;}
.form-control{border-radius: 6px;-moz-border-radius: 6px;-ms-border-radius: 6px;}
.popover-title{background: #4c9af0;text-align: center;color:#fff;}
.popover{background: #f4f6f9;border:0;}
.popover.bottom>.arrow{top:-10px;}
.popover.bottom>.arrow:after{border-bottom-color: #4c9af0;}

.modal-dialog{width:740px;margin:8% auto 0;}
.modal-content{border-radius: 12px;-moz-border-radius:12px;-ms-border-radius: 12px;}
.modal-header{background: #468fe0;border-top-left-radius: 12px;-moz-border-top-left-radius:12px;-ms-border-top-left-radius: 12px;
    border-top-right-radius: 12px;-moz-border-top-right-radius:12px;-ms-border-top-right-radius: 12px;position: relative;color:#fff;}
.modal-header .close{background: #284a82;color:#fff;opacity: 1;float: none;position: absolute;right:-5px;top:-5px;
    width:30px;height:30px;
    border-radius: 50%;-moz-border-radius: 50%;-ms-border-radius: 50%;}