/*折叠面板*/
[collapse-handle],[dropdown-handle],[toggleSlide-handle] {
  cursor: pointer;
}
[collapse-body],[toggleSlide-body] {
  display: none
}
.active [collapse-body] {
  display: block
}
.container {
    width: 1200px;
    margin: 0 auto;
}
.clearfix:after {
    content: ".";
    clear: both;
    height: 0;
    visibility: hidden;
    display: block;
}
/*三角*/
.triangle {
  font-size: 0;
  width: 0;
  height: 0;
  border-width: 8px;
  border-color: #e0e0e0  transparent transparent transparent;
  border-style: dashed solid solid solid;
}

.innerBanner {
  width: 100%;
  height: 170px;
  background-position: top center;
  background-repeat: no-repeat;
  margin-bottom: 22px;
  min-width: 1200px;
}
.infoBan1 {
  background-image: url(../Images/New/qiang-banner.jpg);
}
.icon {
  display: inline-block;
  background-image: url(../Images/New/qiangbj.png);
  background-repeat: no-repeat;
}
.icon-position {
  background-position: 0 0;
}
.icon-count {
  background-position: 0 -30px;
}
.icon-count-orange {
  width: 30px;height: 30px;
  background-position: -60px -30px;
}
.icon-address {
  background-position: 0 -60px;
}
.icon-add {
  width: 30px;height: 30px;
  background-position: 0 -210px;
}
.icon-app {
  background-position: 0 -90px;
}
.icon-price {
  background-position: 0 -120px;
}
.icon-problem {
  background-position: 0 -150px;
}
.icon-gonggao {
      background-position: 0 -251px;
}
.icon-doubt {
  background-position: 0 -180px;
}
.icon-toggle-add {
  background-position: 0 210px;
}
.icon-pag {
  width: 22px;
  height: 22px;
  background-position: -76px 0;
}
.icon-order {
  width: 22px;
  height: 22px;
  background-position: -100px 0;
}
.icon-ok {
  width: 20px;
  height: 20px;
  background-position: -98px -30px;
}
.icon-del {
  width: 20px;
  height: 20px;
  background-position: -121px -30px;
}


.floor-banner {
  margin-bottom: 20px;
}
.floor-banner a,.floor-banner img {
  display: block
}
.main-section {
  /* margin-bottom: 20px; */
}
.left-menu {
  float: left;
  width: 280px;
  
}
.left-menu-area {
  border: 1px solid #ebebeb;
  margin-bottom: 20px;
}
.left-menu-area.doubt {
  border: 1px solid #e2e2e2;
}
.left-menu-area.doubt .item {
  border-bottom: 1px solid #dedede;
}
.left-menu .item + .item {
  border-top:1px solid #ededed; 
}
.left-menu .item .handle {
  background: #f8f8f8;
  padding: 12px;
  line-height: 30px;
  font-size: 18px;
  font-weight: bold;
}
.left-menu .item.active .handle {
  background: #42bd56;
  color: #fff;
}
.left-menu .item.active .handle a{
  color: #fff;
}
.left-menu .item.active .handle a:hover {
  color: #fff;
  text-decoration: underline;
}
.left-menu .item .handle .icon {
  margin-right: 10px;
  width: 30px;
  height: 30px;
  float: left;
}
.left-menu .item.active .handle .icon-position{
  background-position: -30px 0;
}
.left-menu .item.active .handle .icon-count{
  background-position: -30px -30px;
}
.pag-position {
  padding: 15px 12px;
}
.pag-position textarea {
  width: 100%;
  border: none;
  margin-bottom: 12px;
  font-size: 15px;
}
.pag-position .code {
  border: 1px solid #ededed;
  float: left;
  width: 127px;
  height: 40px;
}
.pag-position input {
  border: 1px solid #e4e4e4;
  float: right;
  background: #fafafa;text-align: center;
  width: 108px;
  line-height: 40px;
  font-size: 15px;
}
.pag-position button {
  border: none;
  background: #55dbc2;
  text-align: center;
  color: #fff;
  width: 100%;
  height: 44px;
  line-height: 44px;
  margin-top: 12px;
  font-size: 18px;
}
.left-menu .doubt-list {
  padding: 0 20px;
  background: #f8f8f8
}
.left-menu .doubt-list li {
  line-height: 40px;
  font-size: 16px;
  overflow: hidden;word-break: break-all;text-overflow: ellipsis;white-space: nowrap;
}
.left-menu .doubt-list li + li {
  border-top: 1px dashed #c3c3c3;
}
.count-form {
  font-size: 15px;
  padding: 15px 12px 0;
  background: #fff;
}
.placeholder {
  color: #b7b7b7;
}
.form-control {
  position: relative;
  margin-bottom: 12px;
}
.form-control .triangle {
  position: absolute;
  top: 50%; margin-top: -4px; right: 10px;
}
.form-control .label {
  display: block;
  margin-right: 15px;
  white-space: nowrap;text-overflow: ellipsis;
  overflow: hidden;
}
.control-handel {
  border: 1px solid #e4e4e4;
  padding: 10px;
  
}
.control-weight input {
  font-size: 15px;
  line-height: 22px;float: left;
  width: 130px;border: none;
}
.control-weight .label {
  border-left: 1px solid #e4e4e4;
  text-align: center;
  width: 70px;
  float: right;
}
.form-btn-control {
  background: #f8f8f8
}
.form-btn-control button {
  font-size: 18px;
  width: 120px;
  height: 44px;line-height: 44px;border: none;
}
.form-btn-control button + button {
  margin-left: 15px;
}
.btn-cancel{
  background: #d7d7d7;
  color: #fff;
}
.btn-submit{
  background: #55dbc2;
  color: #fff;
}
.left-menu .form-btn-control {
  margin: 0 -12px;
  padding-left: 12px;
  padding-bottom: 20px;
}
.left-menu .form-btn-control button{
  width: 117px;
}
.dropdown-menu {
  display: none;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 100%;
  background: #fff;
  border: 1px solid #e4e4e4;
  border-top: none;
  margin-top: -1px;
  max-height: 280px;
  min-width: 100%;
  overflow: hidden;
  overflow-y: auto;
  box-sizing: border-box;
}
.dropdown-menu li {
  padding: 12px 10px;
  cursor: pointer;
}

.dropdown-menu li:hover {
  background: #f6f6f6;
}
.dropdown-menu li.active,.dropdown-menu li.active:hover {
  background: #23a501;
  color:#fff;
}
/* 右侧 */
.right-content {
  float: right;
  width: 896px;
  margin-bottom: 20px;
}
.right-content .panel{
	    width: 896px;
    position: inherit;
	height: auto;
    border: none;
    background: none;
    overflow: hidden;
    top: inherit;
	margin-bottom: 20px;
    border: 1px solid #ebebeb;
}
/* 订单列表 */
.order-table {
  border: 1px solid #ededed;
  font-size: 14px;
}
.order-table-tr {
  width: 100%;
  display: table;
}
.order-table-td,.order-table-th {
  display: table-cell;
  padding: 15px 10px;
  vertical-align: middle;
}
.order-table-hd {
  background: #42bd56;
  color: #fff;
  text-align: center;
  font-size: 18px;
}
.order-table-bd {
  padding: 0 20px;
}
.order-table-con-left {
    padding-left: 48px;    overflow: hidden;
}
.order-table-con-left span{
	width: 180px;
    overflow: hidden;
    display: block;
}
.order-table-con-right {
    padding-left: 222px;    overflow: hidden;
}
.order-table-con {
  line-height: 20px;
}
.order-table-bd .order-table-tr + .order-table-tr {
  border-top: 2px dashed #ededed;
}
.order-table .order-number {
  width: 250px;
}
.order-table-bd .icon {
  float: left;
  margin: -1px 10px 0 -10px;
}
/* 面板 */
.qiang-panel {
  margin-bottom: 20px;
  border: 1px solid #ebebeb;
}
.panel-head {
  background: #f8f8f8;
  border-bottom: 1px solid #f0f0f0;
  padding: 18px 25px;
  line-height: 20px;
  font-size: 18px;
  position: relative;
}
.panel.out .panel-head {
  border-bottom: none;
}
.panel-head .label{
  font-size: 20px;
  font-weight: bold;
  padding-left: 18px;
  border-left: 6px solid #23a501;
  color: #2e2e2e;
}
.panel-head .icon-add {
  position: absolute;top: 50%;right: 30px;margin-top: -15px;
  cursor: pointer;
}
.panel-head .label.label-lang {
  height: 34px;
}
.panel-head .label .en {
  font-size: 10px;
  color: #737373;
}
.panel-body {
  padding: 15px 25px;
  font-size: 18px;
}
.panel-body p{    
	line-height: 30px;
	color: #737373;
}
.panel-body p a{
    color: #007cff;
}
/*新闻轮播*/
#sideNews {
  position: relative;
  padding: 3px;
}
#sideNews .hd {
  position: absolute;top: -48px;
  right: 20px;
}
#sideNews .hd .icon{
  margin: 0 5px;
  width: 24px;height: 24px;
  cursor: pointer;
}
#sideNews .hd .next{
  background-position: -101px -60px;
}
#sideNews .hd .prev{
  background-position: -76px -60px;
}
#sideNews .bd {
  overflow: hidden;position: relative;
}
#sideNews .bd .list {
  overflow: hidden;
}
#sideNews .bd li {
  float: left;border-top: 1px dashed #dbdbdb;
  padding: 15px 20px;
  width: 50%;
  box-sizing: border-box;
  margin-top: -1px;
}
#sideNews .news-hd {
  height: 25px;
  line-height: 25px;
  font-size: 15px;
  margin-bottom: 15px
}
#sideNews .news-hd i{
  height: 23px;
  float: left;
  line-height: 23px;
  border: 1px solid #42bd56;
  color: #42bd56;
  padding: 0 15px;border-radius: 2px;
  margin-right: 10px;
  font-size: 14px;
}
#sideNews .news-hd a{
  color: #292929;
}
#sideNews .news-hd a:hover{
  color: #42bd56;
} 
#sideNews .news-hd .time {
  color: #737373;
  margin-left: 10px;
}
#sideNews .news-bd {
  font-size: 14px;
  color: #656565;
  line-height: 26px;
  height: 78px;
  overflow: hidden;
}

.panel-list {
  
}
.panel-list .qiang-panel{
  float: left;
  width: 283px;
}
.panel-list .qiang-panel + .qiang-panel {
  margin-left: 20px;
}
.panel-link {
  padding: 0 12px 0 25px;
}
.panel-link li {
  padding: 12px 0;
  font-size: 18px;
}
.panel-link li + li {
  border-top: 1px dashed #e0e0e0;
}
.panel-list .panel-link li {
  font-size: 14px;
}
/* 运费计算 */
.container .right-content  .panel-count {
  border-color: #fbe6d4;
  position: relative;
    width: 100%;
    height: auto;
    border: none;
    background: none;
    overflow: hidden;
    top: inherit;
}
.bird {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
.panel-count .panel-head {
  border-color: #f2e2d5;
  background-color: #fbf0e6;
}
.panel-count .panel-head .label{
  border-left: none;color: #c07532;
  line-height: 30px;
  padding-left: 0;
}
.panel-count .placeholder {
  color: #7e807e
}
.panel-count .panel-head .label .icon{
  float: left;margin-right: 12px
}
.panel-count .panel-body{
  background-color: #fef7f1;
}
.panel-count .count-form {
  position: relative;z-index: 2;
  padding: 0;
  background: none;
}
.panel-count .form-control {
  width: 250px;float: left;
  margin-right: 20px;
  margin-bottom: 15px;
  background: #fff;
}
.panel-count .control-handel {
  border-color: #efd9c6;
}
.panel-count .control-handel .triangle{
  border-color: #efd9c6 transparent transparent transparent;
}
.panel-count .form-btn-control {
  width: 100%;
  background: none
}

/*路线 */
.server-line {
  margin-bottom: 20px;
}
.server-line .option {
  text-align: right;
  margin-bottom: 15px;
}
.server-line .option a{
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 30px;
  color: #424242;
  background: #ededed;
  border-radius: 15px;
  margin-left: 20px;
  font-size: 16px;
}
.server-line .option a.on{
  color: #fff;
  background: #42bd56;
}
.server-line table {
  border-spacing:0;
  border-collapse: collapse;
  width: 100%;
  
}
.server-line table th {
  background: #e7feec;
  color: #2c796b;
}
.server-line table td,.server-line table th {
  border: 1px solid #c1efcb;
  padding: 18px 10px;
  text-align: center;
  width: 25%;
  font-size: 18px;
}
.server-line table td {
  color: #666;
}
.server-line table tbody tr:nth-child(even) {
  background: #f8f8f8;
}
.server-line table td .red {
  font-size: 24px;
}
.server-line table td .btn {
  text-align: left;
  display: inline-block;
  width: 40px;
  height: 30px;line-height: 30px;
  color: #fff;
  font-size: 16px;
  border-radius: 2px;
}
.server-line table td .btn-green {
  background: #42bd56
}
.server-line table td .btn-red {
  background: #f20909
}
.server-line table td .btn .icon {
  float: left;margin: 5px 5px 0 10px;
}

.panel-info {
  font-size: 18px;line-height: 30px;background: #f8f8f8;padding: 15px 25px;color: #737373;
}
.panel-detail {
  line-height: 32px;
}