﻿@charset "utf-8";

/*
 *the pop-up window
 */

.mask {
  /* Positioning */
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;

  /* Visual */
  background-color: #000;

  /* Misc */
  filter: alpha(Opacity=60);
  -moz-opacity: 0.6;
  opacity:0.6;
}

.dialog {
  /* Positioning */
  z-index: 99;

  /* Box-model */
  display: none;
  opacity: 0.9;
  filter:"alpha(opacity=90)";
  /* Typography */
  text-align: left;

  /* Visual */
  background-color: #fff;
}

.dialog-header {
  height: 25px;
  padding: 0 10px;
  line-height: 25px;
  color: #fff;
  background-color: #1CB2A7;}

.dialog-header h2 {
  text-align: left;
  font-weight: normal;
  line-height: 25px;
  color: #fff;
}

.dialog-header-close {
  /* Box-model */
  display: block;
  width: 17px;
  height: 17px;
  float: right;
  margin-top: 4px;

  background: url(img/ico-close.png);
}

.popup-button {
  /*width: 180px;*/
  text-align:center;
  margin: 0 auto;
  margin-bottom: 20px;
  border: 0;
}
.popup-button a{border-radius: 5px;}
.dialog_bd .popup-btn-ok {
    display: inline-block;
    background-color: rgb(28, 178, 167);
    border: 0 none;
    color: rgb(255, 255, 255);
    display: inline-block;
    height: 24px; line-height: 24px;
    margin-right: 10px;
    padding: 0 15px;
    text-align: center;
}
.dialog_bd .popup-btn-no {
    display: inline-block;
    background-color: rgb(153, 153, 153);
    color: rgb(255, 255, 255);
    height: 24px;
    line-height: 24px;
    padding: 0px 15px;
    text-align: center;
}
.dialog_bd input {
  width: 100%;
  height: 25px;
  margin-bottom: 7px;
  line-height: 25px;
}

.dialog_bd select {
  width: 100%;
  height: 25px;
  margin-bottom: 7px;

  line-height: 25px;
}

.dialog_bd .select-type { width: 28%;}

.dialog_bd h4 { margin-top: 10px;}

/*
 *tips pop-up window
 */

.popup-tips {
  display: block;
  width: 400px;
  height: 150px;
  padding: 20px;

  text-align: center;
  line-height: 150px;
}

/*
 *add account popup window
 */

.add-account {
  width: 400px;
  padding: 20px;
}

.add-account-basic img {
  width: 75px;
  height: 75px;
  float: left;
  margin-bottom: 7px;
  margin-right: 10px;
}

.add-account-basic ul { float: left;}

/*
 *images-message pushed
 */

.images-operate {
  padding: 10px;

  background-color: #efefef;
}

.images-operate .popup-btn-ok {
  width: auto;
  float: left;
  margin: 0;
  margin-right: 10px;
  padding: 0 15px;
  border: 0;
}

.images-operate p {
  width: 200px;
  float: right;

  text-align: right;
}

.images-operate p a {
  padding-right: 10px;

  text-decoration: underline;
}

.images-list { padding: 10px;}

.images-list li {
  width: 85px;
  float: left;
  margin: 0 10px;
}

.images-list li img {
  width: 85px;
  height: 85px;
}

.images-list li span { float: left;}

.images-list li input {
  width: 30px;
  float: right;
}

.images-list h6 { font-weight: normal;}

/*
 *voice-message pushed
 */

.vioce-table { margin: 0 20px 10px;}

.vioce-table .first-td { text-align: left;}

.vioce-table .last-td { text-align: right;}

.vioce-table td {
  /* Box-model */
  width: 200px;
  padding: 10px 0;

  /* Typography */
  text-align: center;
}

.vioce-table input {
  /* Box-model */
  width: auto;
  height: auto;
  margin: 0;

  /* Visual */
  border: 0;
}

/*
 *material-message pushed
 */

.material-list {
  /* Box-model */
  width: 656px;
  height: 336px;
  padding: 10px;
  margin-bottom: 20px;
  overflow-y: scroll;

  /* Visual */
  border-bottom: 1px solid #bbb;
}

.material-list .material-box {
  float: left;
  margin: 0 20px;
  margin-bottom: 10px;
}

.material-list .material-box-content {
  /* Positioning */
  position: relative;

  /* Box-model */
  cursor: pointer;
}

.material-mask {
  /* Positioning */
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;

  /* Box-model */
  display: none;
  width: 278px;
  height: 314px;

  /* Visual */
  background-color: #000;

  /* Misc */
  filter: alpha(Opacity=60);
  -moz-opacity: 0.6;
  opacity:0.6;
}

.material-selected {
  /* Positioning */
  position: absolute;
  top: 97px;
  left: 68px;
  z-index: 99;

  /* Box-model */
  display: none;
  width: 142px;
  height: 141px;

  /* Visual */
  background: url(img/material-selected.png) no-repeat;
}

.material-list .hover .material-mask,
.material-list .selected .material-mask { display: block;}

.material-list .selected .material-selected { display: block;}

.publish-annoucement {
  width: 700px;
  height: 400px;
  overflow-y: scroll;
}

.add-sub-material { margin: 20px;}

.add-sub-material i {
  display: block;
  width: 100px;
  height: 100px;
  float: left;

  text-align: center;
  color: #4a688a;
  font-style: normal;

  border: 1px solid #bbb;
}

.add-sub-material textarea {
  width: 100%;
  height: 180px;
}

.add-sub-material i p { padding-top: 20px;}

.add-sub-material i span { color: #363636;}

.add-sub-material li ul {
  width: 400px;
  float: left;
  margin-left: 10px;
}

/*
 *我要报价
 */

 .quote li span { padding: 5px 0;}
 
.quote input {
	width: 90%;
	margin-right: 4px;
}

.quote textarea {
  width: 100%;
  overflow-y: scroll;
}

.reply-box textarea { width: 100%;}

.dialog_bd .reply-button {
  width: auto;
  height: 29px;
  float: left;
  margin-left: 20px;
  margin-bottom: 20px;
  padding: 0 15px;
  border: 0;

}

/*
 *新增附属公众号
 */

.dialog_bd .select-type {
  width: 100px;
  height: 25px;

}

/*
 *policy
 */

.news_cont { width: 819px; height: 500px; padding: 10px; overflow-y: scroll;}
.news_cont h3 { padding-bottom: 1em; text-align: center; font-size: 22px;}
.news_cont p { padding-bottom: 1em;}
.news_cont .news_sign { padding-top: 4em; text-align: right;}
.news_foot { margin: 40px 80px 0; padding: 25px 0 50px 0; border-top: 1px solid #e6e6e6; text-align: center;}

/*
 *选择公众号
 */

.account-select { width: 700px;}

.dialog_bd .search {
    height: 25px;
}

.dialog_bd .search-ico { margin-top: 3px;}

.dialog_bd .search input {
    width: 206px;
    height: 25px;
    line-height: 25px;
    border: 0;
}

.dialog-tab { width: 100%;}

.dialog-tab td { padding: 10px;}

.dialog-tab a { color: #717171;}

.area-select-title {
    display: block;
    width: 100%;
    padding: 5px 0;
    font-size: 16px;
    font-weight: normal;
    background: url(img/close.png) no-repeat right;
}
.dialog-tab .choise_me{background: url(img/icon02.gif) left top no-repeat;padding-left:18px;width:90px;}
.dialog-tab .account-selected { color: #2c9ed5;background: url(img/icon01.gif) left top no-repeat;padding-left:18px;}
.news_foot { margin: 40px 80px 0; padding: 25px 0 50px 0; border-top: 1px solid #e6e6e6; text-align: center;}

/*
 *车辆动态
 */

.add-account .title-tab {
  height: 25px;
  line-height: 25px;
}

.car-info-tit { margin: 10px 0;}

.car-per-info {
  margin-bottom: 10px;
}

.tab-content .car-info-tit { padding: 0}

.car-info-tit span { margin-right: 10px;}

.shrinkBtn {
  display: block;
  width: 24px;
  height: 24px;
  cursor:pointer;
}

.car-info-tit .openBtn { background: url(img/open.png);}

.car-info-tit .closeBtn { background: url(img/close.png);}

.car-per-info input[type=text],.car-per-info input[type=button],.car-per-info select {
  width: auto;
  float: left;
  margin-right: 10px;
}

.car-per-info select { width: 155px;}

.car-per-info input[type=button] {
  width: auto;
  margin-bottom: 0;
  padding: 0 15px;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
}

.car-per-info input[type=checkbox] {
  width: auto;
  height: auto;
  margin-bottom: 0;
  margin-left: 0;
}

.add-option-btn {
  display: block;
  width: 128px;
  height: 25px;
  padding-left: 18px;
  color: #4a688a;
  line-height: 25px;
  background: url(img/group-creat.png) no-repeat left;
}

.car-per-info textarea {
  width: 100%;
  border: none;
}

.fence-operate { margin-bottom: 10px;}

.fence-operate span {
  display: block;
  float: left;
  margin: 0 5px;
}

.car-per-info .fence-operate input {
  margin-left: 10px;
  margin-right: 0;
  margin-bottom: 0;
}

.fence-bot { margin-top: 10px;}

.fence-bot span { margin-right: 20px;}

.car-per-info .fence-bot input { float: right;}

.fence-pupup-map {
  width: 100%;
  height: 400px;
}

.car-per-info .option {
  display: none;
  height: 150px;
  margin-bottom: 10px;
  overflow-y: scroll;
  border: 1px solid #bbb;
}

/*
 *加油管理
 */

.add-account-option { width: 100%;}

.add-account-option li { width: 48%;}

.popup-table-box {
  max-height: 140px;
  margin-top: 5px;
  margin-bottom: 10px;
  border: 1px solid #bbb;
  overflow-y: scroll;
}

.popup-table {
  width: 100%;
  text-align: center;
  border-bottom:1px solid #bbb;
}

.popup-table th {
  font-weight: normal;
  line-height: 32px;
  border-left: 1px solid #bbb;
}

.popup-table td {
  font-weight: normal;
  border-left: 0px solid #bbb;
  border-top: 1px solid #bbb;
}

/**
 * 报警规则
 */

 .self-rule,.system-rule ul { width: 100%;}

.rule-list input,.system-rule input {
  width: auto;
  height: auto;
  margin-right: 5px;
}

.rule-list a { margin-left: 10px;}

.self-rule-box {
  margin: 10px 0;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #dddedf;
}

.rule-list li,.system-rule li,.new-rule li { margin-right: 30px;}

.new-rule li { margin-right: 10px;}