@charset "utf-8";

html,
body {
    text-align: center;

    background-color: #fff;
}

body,
input{
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #717171;
}

input[type="text"] { text-indent: 5px;}

a{ color: #222222;}

a:hover{ text-decoration: none;}

/*
 *header
 */

.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    padding: 5px 0;
    background-color: #f7f7f7;
    border-bottom: 1px solid #e6e7ec;
}

.header-content {
    position:relative;
    text-align:left;
    width: 100%;
    /*padding: 10px 0;*/   
    filter: alpha(Opacity=95);
    -moz-opacity: .95;
    opacity: .95;
}

.header-logo {
    display: block;
    width: 183px;
    height: 30px;
    margin-left: 20px;
    float: left;
}

.header-user {
    display: inline-block;
	position:absolute;
	right:15px;
    margin-top: 10px;
    line-height: 2.25em;
    color: #617b99;
}

.header-user a { color: #4a868a;}

.header-user-ico {
    display: block;
    width: 15px;
    height: 15px;
    float: left;
    margin-top: 8px;

    background: url(img/user-ico.png);
}


.tips-box {
  float: left;
  margin-right: 50px;
}

.tips-box li {
  float: left;
  margin-right: 10px;
}

.tips-box a {
  display: block;
  line-height: 15px;
}

.greenTips,.grayTips,.redTips,.blueTips {
  display: block;
  width: 15px;
  height: 15px;
  float: left;
  margin-top: 9px;
  margin-right: 5px;
}

.mapLocator {
  display: block;
  float: left;
  margin-top: 9px;
  margin-right: 3px;
  cursor:pointer;
}

.greenTips { background-color: green;}

.grayTips { background-color: gray;}

.redTips { background-color: red;}
.blueTips{background-color: blue;}


/*
 *main content header
 */

.main {
    /*position: absolute;
    top: 0;
    left: 0;*/

    width: 100%;
    margin-top: 61px;
}

.main-content {
   /* position: relative;*/

    height: 100%;
}

.main-header {
    height: 72px;

    border-bottom: 1px solid #bb2a23;
}

.main-header-name {
    width: 450px;
    float: left;
    margin-left: 20px;
    margin-top: 8px;
}

.main-header-name h2 {
    float: left;

    font-size: 18px;
    text-align: left;
    line-height: 55px;
    color: #bb2a23;
    font-weight: normal;
}

.main-header-portrait {
    width: 53px;
    height: 53px;
    float: left;
    margin-right: 10px;

    border: 1px solid #969494;
}

.main-msg-block {
    float: right;
    margin-top: 11px;
}

.main-msg-block a {
    display: block;
    width: 128px;
    height: 48px;
    float: left;
    margin-right: 20px;

    line-height: 48px;

    background-color: #efefef;
    border: 1px solid #bbbbbb;
}

.main-msg-block a:hover { text-decoration: none;}

.main-msg-block span {
    float: left;
    margin-left: 33px;
}

.main-msg-block label {
    display: block;
    width: 27px;
    height: 26px;
    float: left;
    margin-top: 11px;
    margin-left: 10px;

    line-height: 26px;
    color: #fff;

    background: url(img/number-ico.png);
}

.main-msg-block .main-msg-block-select { border: 1px solid #bb2a23;}

/*
 *main content left menu
 */

.left-menu {
    background-color: rgb(255, 255, 255);
    float: left;
    height: 100%;
    left: 0;
    margin-top: 10px;
    min-width: 12%;
    position: fixed;
    top: 61px;
    z-index: 1;
}

.left-menu a {
    display: block;
    width: 100%;
    height: 40px;

    line-height: 40px;
    text-align: center;
    color: #4f4f4f;
}

.left-menu a:hover,
.left-menu .select {
    width: 100%;
    text-decoration: none;
    color: #f7f7f7;
    background-color: #1CB2A7;
}

.left-menu li { border-bottom: 1px solid #d9dadb; background-color: #f7f7f7;}
.left-menu li.home_index,
.left-menu li.activity_index,
.left-menu li.parts_clients_index,
.left-menu li.pro_vehicle_my,
.left-menu li.account_manage_cash,
.left-menu li.public_message_message_manage,
.left-menu li.parts_factory_order_list{margin-bottom: 10px;}

.left-menu li ul { display: none;}

.public_message_message_manage,
.product_pub_golo_list_base_info,
.public_diagnose,
.maintenance_index,
.warning_manage_index,
.commer_product_index,
.golo_product_index ,
.maintenance_index_my,
.pro_vehicle_my,
.emergency_emergency_my,
.my_order_index {
    position: relative;
    left: 0;
    top: 0;
    z-index: 0;
}

.red-cycle{
	position: absolute;
    right: 10px;
    top: 8px;
    z-index: 1;
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    background-color: #F00;
    color: #fff;
    text-align: center;
    font-style: normal;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
}
/*
 *footer
 */

.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;

    width: 100%;
    padding: 10px 0;

    line-height: 1.5em;
    font-size: 12px;
    color: #c6c6c6;

    background-color: #525558;
	text-align: center!important;
}

.footer a {
    padding-left: 5px;
    padding-right: 5px;
    color: #DEDEDE;
}

.footer-pub-set {
    position: absolute;
    bottom: 38px;
    left: 0;
    z-index: 2;

    width: 12%;
    height: 46px;

    text-align: center;
    line-height: 46px;

    background-color: #4a688a;
}

.footer-pub-set a { color: #fff;}

.chaining {
    float: left;
    margin-left: 200px;
    width: 100%;
}
.chaining > li {
    color: rgb(255, 255, 255);
    float: left;
    margin-left: 20px;
}
.interlinkage {
    float: left;
}
.contact {
    margin-right: 120px;
    text-align: right;
}
.copyright {
    font-size: 14px;
    line-height: 60px;
    margin-left: 120px;
}

/*
 *popup window
 */

.dialog-header,
.dialog_bd .popup-btn-ok { background-color: #4a688a;}


/**
*Golo弹窗样式
*@FeiYu.Long
*/
.mod_dialog_container{box-shadow:0 0 10px #000;text-align:left;}
.mod_dialog_hd{position:relative;height:30px;background: #029387;}
.mod_dialog_hd h2{background-repeat:repeat-x;opacity:0.8; color:#fff; font-size:14px; font-weight: normal; height:100%; line-height:30px;margin: 0;padding-left: 10px; text-align:left;}
.mod_dialog_hd .close_btn{background: url("img/ico-close.png") no-repeat scroll 0 0 transparent;display: block;height: 17px;overflow: hidden;position: absolute;right: 6px;top: 6px;width: 17px;}
.mod_dialog_bd{padding:5px;}
.align_left{text-align:left;}
/**
*页头消息提醒样式
*@yun.zhou
*@2014-11-04
***/
label.new-message img{width:25px;height:27px;margin-right:1em;cursor:pointer;}
.new-message-detail{position:absolute;background:#DEDFE0;z-index:999;border:1px solid #ccc;right:112px;padding:1em;line-height:2em;top:36px;display:none;}
.new-message-detail li{position:relative;}
.messge-new-count{position:relative;background:url('img/number-ico.png') no-repeat 0 0 transparent;background-size:cover;padding:2px;display:inline-block;height:18px;width:19px;font-size:12px;top:-6px;color:#fff;line-height:1.3em;text-align:center;}
label.new-message .messge-new-count{right:20px;}

.to-top-container {
    position: fixed;
    right: 20px;
    bottom: 50px;
    z-index: 9;
    display: none;
    padding: 10px;
    background-color: rgba(0,0,0,.8);
}

.to-top-container a {
    display: block;
    width: 40px;
    height: 40px;
    overflow: hidden;
    border: 1px solid #ccc;
    border-radius: 3px;
    background: url("../images/to-top.png") left center scroll;
}
/**
  *lu.chen
  */
#center{ 
margin:30px auto; 
width:300px; 
} 
#loading{ 
width:298px; 
height:35px; 
background-color:#fff; 
} 
#loading div{ 
width:0px; 
height:35px; 
background:url('img/pro.png') no-repeat; 
color:#fff; 
text-align:center; 
font-family:Tahoma; 
font-size:18px; 
line-height:35px; 
} 
#message_box{ 
width:200px; 
height:35px; 
font-family:Tahoma; 
font-size:12px; 
background-color:#d8e7f0; 
border:1px solid #187CBE; 
display:none; 
line-height:35px; 
text-align:center; 
margin-bottom:10px; 
margin-left:50px;
} 
/**
  *gaoyu.du
  */
.car_dispatch_query{
    display: inline-block;
    width: 54px;
    height: 30px;line-height: 30px;
    background: #1CB2A7;color: #fff;
    padding: 0px 10px;
    float: left;
}
.select_cars{
    width: 130px;
    height: 30px;
    line-height: 30px;
    float: left;
    margin-left: 16px;
    margin-right: 12px;
}
.dialog_bd .c_f{
   /* margin-top: 2px;*/
}
.table-carteam td{
    height: 33px;
    line-height: 33px;
    text-align: center;
}
#full-screen{
    background: #fff;
    border:0;
    color: #666666;
}
.monitor-operate span{
    /*border: 1px solid #ccc;*/
}
#map_search{
    position: absolute;
    height: 35px;
    line-height: 35px;
    right: 353.6px;
}
#search_pic{
    display: inline-block;

}
#electronic_fence_pic{
    display: inline-block;
}
#car_selected_pic{
    display: inline-block;
}
#full_screen_pic{
    display: inline-block;
}
#search_key{
    width: 96%;
    height: 30px;
    line-height: 30px;
}
