/**
 * [清除浮动]
 */
.clearfix:after {
  clear: both;
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}


.help{
  background-color:#fff;
  padding:0 20px 80px;
  color:#333333;
}
.help-title{
  font-size: 24px;
  margin:1em 0;
  text-transform:uppercase;
}
.help-section{
  background-image:url(./imgs/bg.png);
  background-repeat: no-repeat;
  background-position:215px 30px;

}
/**
 * [帮助文档内容]
 */
.help-content{
  width:941px;
  float:left;
  margin-left:20px;
  font-size: 14px;
  line-height: 1.8em;
}
.help-content-title{
  margin-bottom:0.8em;
  font-size: inherit;
  font-weight: bold;
}
.help-content-subtitle{
  font-size: inherit;
  color:#666666;
  font-weight: bold;
}
.help-article-title{
  margin-bottom:0.8em;
  font-size: 16px;
}
.help-content-article{
  margin-bottom:2em;
  overflow: hidden;
}
.help-article-note{
  font-size: 12px;
  color: #666;
}
.help-content a{
  color:#06b9d0;
  text-decoration: none;
}
.help-content img{
  display: inline-block;
}
.help-content li{
  list-style: inherit;
  margin-left:1em;
}
.help-content table{
  border-collapse:collapse;
  text-align: center;
  width:100%;
  line-height: 1.5em;
}
.help-content table thead td, .help-content table thead th{
  height:40px;
  background-color:#666666;
  color:#fff;
  padding: 0.5em;
  border:1px solid #666666;
}
.help-content table thead td{
  border:1px solid #fff;
}
.help-content table tbody td{
  padding:1em 0.5em;
  border:1px solid #999999;
}
.help-content .text-center{
  text-align: center;
}
.help-content .pull-right{
  float:right;
}
.help-content .text-sm{
  font-size: 12px;
}

.help-member-grade-img{
  margin-top: 30px;
  float: left;
  width: 25%;
  text-align: center;
  border-right: 1px solid #dddddd;
}
.help-member-grade-img-last{
  border-right: 0px solid;
}
.help-member-grade-name{
  color: #666666;
  font-size: 18px;
  margin: 10px;
}
.help-member-grade-msg{
  height: 25px;
  line-height: 25px;
  color: #06b9d1;
  font-size: 14px;
}
.percent{
  margin: 2px;
}
.help-member-remark{
  margin: 20px 0;
  color: #999999;
}
.help-member-remark:before,.help-member-judge:before{
  font-family: 'FontAwesome';
  content: "*";
  position: relative;
  top: 5px;
  font-size: 18px;
  color: red;
}
.help-member-judge{
  margin: 20px 0;
  color: #999999;
  text-align: center;
}

/** 物流查询页面 start  */
.logistics-inquiry{
  margin: 20px 0;
  overflow: hidden;
}
.logistics-inquiry-head{
  overflow: hidden;
  margin: 10px 0;
}
.logistics-inquiry-head div{
  float: left;
}
.logistics-number{
  margin-left: 80px;
}
.logistics-inquiry-body{
  overflow: hidden;
}
.logistics-inquiry-body div{
  float: left;
}
.logistics-details-title{
  overflow: hidden;
  width: 100%;
  padding: 10px 0;
  text-align: center;
  background: #e8e8e8;
}
.logistics-details-null{
  width: 5%;
}
.logistics-details-date{
  width: 8%;
}
.logistics-details-time{
  width: 8%;
}
.logistics-details-location{
  width: 49%;
}
.logistics-details-state{
  width: 30%;
}
.logistics-details{
  width: 100%;
  height: 170px;
  overflow: auto;
  border: 1px solid #d8d8d8;
  padding: 20px 0;
}
.logistics-details-li{
  width: 100%;
  overflow: hidden;
  text-align: center;
  height: 40px;
}
.logistics-details-li:nth-child(n+2){
  color: #999;
}
.logistics-details .on{
  background: #06b9d1;
}
.logistics-details-dot{
  float: left;
  width: 15px;
  height: 15px;
  background: #999;
  border-radius: 50%;
  margin: 0 19px;
}
.view-more{
  float: right!important;
  margin: 20px;
}
.logistics-details-dot:after{
  content: '';
  display: inline-block;
  height: 35px;
  border: 1px solid #999;
  margin-top: 15px;
}
.logistics-details-li:last-child .logistics-details-dot:after {
  display: none;
}
.logistics-inquiry-footer{
  color: #999;
  font-size: 15px;
  margin: 20px
}

/** 物流查询页面 end  */
