﻿input::-webkit-input-placeholder {
    color:#D6D0CA !important;
}
input:-moz-placeholder {
    color:#D6D0CA !important;
}

#login {
    margin: auto;
    padding: 40px 0 !important;
    width: 320px;
}

/* Add here all your CSS customizations */
.customer-panel .more-customer {
    height: 100%;
    overflow: hidden;
}

    .customer-panel .more-customer img {
        border: 1px solid #EEEEEE;
        border-radius: 5px 5px 5px 5px;
        box-shadow: 0 1px 1px rgba(0,0,0,0.1);
        margin-right: 8px;
        width: 112px;
    }

    .customer-panel .more-customer .more-customer-wrap {
        position: relative;
        padding: 5px;
    }

        .customer-panel .more-customer .more-customer-wrap a {
            padding-right: 25px;
            margin-bottom: 20px;
            display: inline-block;
        }

.panel-info{
    border-top-color:#08c !important;
    border-top-left-radius:8px;
    border-top-right-radius:8px;
    border-top:3px solid #33B8FF;
    border-top-width:4px;
}
.panel-title a{
    color:#08c ;
}

/*首页*/
.si-container{
    background:#c5c4c0 url("/Areas/WebSite/Content/img/banner_bg21.jpg") center top no-repeat fixed;
    background-size:cover;
}
.jb .container{
    width:980px;
    height:423px;
    margin:0 auto;
    position:relative;
    padding-top:60px;
    max-width:100%;
}

.home-product{
    border:1px solid #33B8FF;
    border-radius:5px;
    font-size:22px;
    transition:color 0.3s cubic-bezier(0.76, -0.73, 1, 1);
    cursor:pointer;
    margin-bottom:20px;
}
.home-product *{
    vertical-align:middle;
}
.home-product:hover{
    border:1px solid blue;
}
.home-product img{
    margin:5px;
    border:1px solid #33B8FF;
}
.home-product a{
    padding-left:15px;
    text-decoration:none;
    color:#4f4f50;
}
.home-product a:hover{
    color:blue;
}

/* 产品截图 */
.widget-container {
  min-height: 320px;
  background: white;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); }
  .widget-container.fluid-height {
    height: auto;
    min-height: 0; }
  .widget-container.small {
    min-height: 120px;
    height: 200px; }
  .widget-container.gallery {
    min-height: 400px; }
  .widget-container .heading {
    background: rgba(255, 255, 255, 0.94);
    height: 50px;
    padding: 15px 15px;
    color: #007aff;
    font-size: 15px;
    width: 100%;
    font-weight: 400;
    margin: 0; }
    .widget-container .heading [class^="fa"], .widget-container .heading [class*="fa"] {
      margin-right: 10px;
      font-size: 14px; }
      .widget-container .heading [class^="fa"].pull-right, .widget-container .heading [class*="fa"].pull-right {
        margin-right: 0px;
        margin-left: 15px;
        opacity: 0.35;
        font-size: 1.1em; }
      .widget-container .heading [class^="fa"]:hover, .widget-container .heading [class*="fa"]:hover {
        cursor: pointer;
        opacity: 1; }
  .widget-container .tabs {
    background: whitesmoke;
    border-bottom: 1px solid #dddddd; }
  .widget-container .widget-content {
    width: 100%; }
  .widget-container.scrollable {
    position: relative;
    height: 400px;
    padding-top: 50px; }
    .widget-container.scrollable.chat-home {
      height: 427px; }
    .widget-container.scrollable .heading {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 10; }
    .widget-container.scrollable .shadow {
      box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.1); }
    .widget-container.scrollable .widget-content {
      height: 100%;
      position: relative;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch; }

.padded {
  padding: 15px; }

/*----------------------------------------------------------------------------------- */
/*  Gallery with Captions */
/*----------------------------------------------------------------------------------- */
.gallery-grid figure {
  margin: 0;
  position: relative;
  overflow: hidden; }
  .gallery-grid figure img {
    max-width: 100%;
    display: block;
    position: relative;
    top: 0;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s; }
.gallery-grid .caption {
  width: 100%;
  height: 60px;
  position: absolute;
  bottom: -60px;
  left: 0px;
  padding: 18px 20px 20px;
  background: black;
  color: white;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s; }
.gallery-grid .caption h4 {
    color: white;
}
.gallery-grid [class^="col-"]:hover figure img, .gallery-grid [class*=" col-"]:hover figure img {
  top: -60px; }
.gallery-grid [class^="col-"]:hover .caption, .gallery-grid [class*=" col-"]:hover .caption {
  bottom: 0px; }

/*----------------------------------------------------------------------------------- */
/*  Gallery with Filter */
/*----------------------------------------------------------------------------------- */
.gallery-item  i {
    cursor: pointer;
    display: inline-block;
    margin: 0 4px;
    font-size: 16px;
    color: white;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border: 1px solid white;
    border-radius: 50%;
    vertical-align: top;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s; }
.gallery-item  i:hover {
    background: white;
    color: #333333; }


.gallery-filters a.btn{
    border:1px #08c solid;
}
.gallery-filters a.btn:hover{
    background-color:#08c;
    color:white
}
.gallery-filters a.select{
    background-color:#08c;
    color:white
}

/**产品介绍**/
.selectarticle-small-image{
    width:240px;
    height:200px;
    float:left;
    margin-right:20px;
    margin-top:-5px;
}
.article-image{
    margin-bottom:15px;
    position:relative;
}
.selectarticle-image-border{
    border:10px solid #FFF;
    z-index:1;
    margin-top:10px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    -moz-box-shadow:0 0 40px #BEBEBE;
    -webkit-box-shadow:0 0 40px #BEBEBE;
    box-shadow:0 0 40px #BEBEBE;
    position:relative;
}
.selectarticle-image-border-small{
    width:240px;
    height:180px;
}
.selectarticle-image-border-small a img{
    width:220px;
    height:160px;
}
.selectarticle-right{
    margin-top:5px;
    float:left;
    width:540px;
    margin-left:40px;
}

/**客户列表**/
.selectarticle-image-border-cus{
    width:260px;
    height:100px;
}
.selectarticle-image-border-cus a img{
    width:240px;
    height:80px;
    cursor:default;
}

/**车主服务**/
.home-service .l-iconbox{
    width:40%;
    height:80px;
    text-align:center;
    margin:5px;
}
.home-service .l-iconbox .fa{
    font-size:60px;
}
.home-service a{
    padding-left:0px;
    color:#08c;
}

/******个人中心左侧菜单*****/
.nav-stacked li a, .nav-stacked li a:hover{
    color:#08c;
    background-color:white;
    border:0 !important;
    cursor:pointer !important;
}
.nav-stacked li a:hover{
    background:#0088cc;
    color:white;
}

/******表单******/
form .control-label{
    font-weight:bold;
    font-size:14px;
}
.form-detail  .control-label{
    font-weight:normal;
}
.control-label-det{
    color:black;
    font-weight:normal !important;
}
.control-label-input{
    padding-left:0px;
    vertical-align:middle;
    height:100%;
    line-height:200%;
}

/******表格********/
.bbpress-forums ul{
    list-style:none;
    margin:0;
    padding:0;
}
.bbpress-forums ul li{
    margin:0;
}
.bbpress-forums ul.bbp-lead-topic,
.bbpress-forums ul.bbp-topics,
.bbpress-forums ul.bbp-forums,
.bbpress-forums ul.bbp-replies,
.bbpress-forums ul.bbp-search-results {
	font-size: 12px;
	overflow: hidden;
	border: 1px solid #eee;
	margin-bottom: 20px;
	clear: both;
}

.bbpress-forums li.bbp-header,
.bbpress-forums li.bbp-body,
.bbpress-forums li.bbp-footer {
	clear: both;
}

.bbpress-forums li.bbp-header,
.bbpress-forums li.bbp-footer {
	background: #f3f3f3;
	border-top: 1px solid #eee;
	font-weight: bold;
	padding: 8px;
	text-align: center;
}

.bbpress-forums li.bbp-header {
	background: #eaeaea;
}

.bbpress-forums li.bbp-header ul {
	overflow: hidden;
}

.bbpress-forums .bbp-forums-list {
	margin: 0 0 0 5px;
	padding-left: 15px;
	border-left: 1px solid #ddd;
}

.bbpress-forums .bbp-forums-list li {
	display: inline;
	font-size: 11px;
}

.bbpress-forums li.bbp-footer p {
	margin: 0;
	line-height: 1em;
}

.bbpress-forums li.bbp-forum-info,
.bbpress-forums li.bbp-topic-title {
	float: left;
	text-align: left;
	width: 55%;
}
.bbpress-forums li.bbp-forum-topic-count,
.bbpress-forums li.bbp-topic-voice-count,
.bbpress-forums li.bbp-forum-reply-count,
.bbpress-forums li.bbp-topic-reply-count {
	float: left;
	text-align: center;
	width: 10%;
}

.bbpress-forums li.bbp-forum-freshness,
.bbpress-forums li.bbp-topic-freshness {
	text-align: center;
	float: left;
	width: 22%;
}
.bbpress-forums ul.odd{
    background-color:#fbfbfb;
}
.bbpress-forums li.bbp-body ul.forum, 
.bbpress-forums li.bbp-body ul.topic{
    padding:8px;
}
.bbpress-forums li.bbp-body ul.forum, 
.bbpress-forums li.bbp-body ul.topic{
    border-top:1px solid #eee;
    overflow:hidden;
    padding:8px;
}

