﻿.consult {
  position: fixed;
  right: -100px;
  top: 33%;
  width: 200px;
  z-index: 99;
  height: 200px;
   font-size: 0.14rem;
}
.consult .pcbox {
  height: 100%;
}
.consult .pcbox .left {
  width: 99px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
 
}
.consult .pcbox .left .floatbtn {
  position: relative;
  height: 100%;
  width: 100%;
  cursor: pointer;
  background: #51A6DD;
  border-radius: 12px 0 0 12px;
  overflow: hidden;
}
.consult .pcbox .left .floatbtn span {
  display: block;
  padding: 5px 10px 0;
  margin-top: 30px;
  text-align: center;
  color: #fff;
  font-size: 14pt;
  line-height: 1;
  word-break: break-all;
  word-wrap: break-word;
  background: url("Resources/CSS/LoginNew/consult_l_01.png") center top no-repeat;
  
}
.consult .pcbox .right {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.consult .pcbox .right .floatlist {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 160px;
  padding: 0 18px;
  background: #fff;
}
.consult .pcbox .right .floatlist dl {
  padding: 14px 0;
  border-top: 1px solid #999;
}
.consult .pcbox .right .floatlist dl dt {
  padding-left: 34px;
  font-size: 16px;
  font-weight: bold;
  line-height: 23px;
  background: url("consult_pc_01.png") left top no-repeat;
}
.consult .pcbox .right .floatlist dl dt a {
  color: #333;
  outline: none;
}
.consult .pcbox .right .floatlist dl dd {
  padding-left: 34px;
  font-size: 14px;
  line-height: 20px;
}
.consult .pcbox .right .floatlist dl dd a {
  color: #e10032;
  outline: none;
}
.consult .pcbox .right .floatlist dl.before {
  border-top: 0;
}
.consult .pcbox .right .floatlist dl.before dt {
  background-image: url("consult_pc_01.png");
}
.consult .pcbox .right .floatlist dl.after dt {
  background-image: url("consult_pc_02.png");
}
.consult .pcbox .right .floatlist dl.more dt {
  background-image: url("consult_pc_03.png");
}
.consult .mobilebox {
  display: none;
}
@media screen and (max-width: 768px) {
  .consult {
    right: auto!important;
    left: 0;
    top: auto;
    bottom: 0;
    margin-top: 0;
    border-top: 1px solid #ccc;
    height: 82px;
    width: 100%;
    background: #fff;
  }
  .consult .pcbox {
    display: none;
  }
  .consult .mobilebox {
    padding: 14px 0;
    display: block;
  }
  .consult .mobilebox ul {
    text-align: center;
    font-size: 0;
  }
  .consult .mobilebox ul li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 25%;
    *width: 24.9%;
    font-size: 14px;
  }
  .consult .mobilebox ul li a {
    display: block;
    outline: none;
    width: 100%;
  }
  .consult .mobilebox ul li a img {
    display: block;
    width: 100%;
    max-width: 26px;
    max-height: 26px;
    margin: 0 auto;
  }
  .consult .mobilebox ul li a strong {
    margin-top: 8px;
    font-weight: normal;
    display: block;
  }
}