.loading{
  position: fixed; 
  width: 100%; 
  height: 100vh;
  z-index: 9999;
  display: none; 
}

.loading img{ 
  position: fixed; 
  width: 100px;
  height: 100px; 
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.suspension-wrap {
  /*max-width: 750px;*/  
  margin: 0 auto;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .6);
  position: fixed;
  top: 0; 
  z-index: 11000; 
  display: none;
}

.suspension{
  width: 300px;
  height: 160px;
  background-color: #E4E4E4;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.suspension-title{
  color: #333;
  font-size: 18px;
  font-weight: 700;
  margin-left: 14px;
  margin-top: 12px;
}

.suspension-content{
  color: #666;
  font-size: 14px;
  padding: 0 14px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.suspension-close{
  color: #0080FF;
  font-size: 16px;
  position: absolute;
  right: 14px;
  bottom: 12px;
}




.tip-list-wrap {
  /*max-width: 750px;*/  
  margin: 0 auto;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .6);
  position: fixed;
  top: 0; 
  z-index: 11000; 
  display: none;
}

.tip-list-wrap .tip-list {
  max-width: 270px;
  position: relative;
  width: 77%;
  margin: 0 auto;
  text-align: center;
  top: 30%;
  background: #fff;
  padding: 0 0 15px;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
}

.tip-list-wrap .tip-list .tip-list-header {
  background: #f0f0ee;
  padding: 10px 0;
  font-size: 14px;
  color: #4c4c4c;
}

.tip-list-wrap .tip-list .tip-list-body {
  padding: 0 15px;
  font-size: 13px;
  color: grey;
}

.tip-list-wrap .tip-list .titles {
  font-size: 15px;
  line-height: 26px
}

.tip-list-wrap .tip-list .tip-list-body .tip-list-btn {
  margin-top: 25px;
}

.tip-list-wrap .tip-list .tip-list-body .tip-list-btn .close-confirm {
  background: #00D48C;
  color: #fff;
  padding: 7px 11px;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
}

.tip-list-wrap .tip-list .tip-list-body .tip-list-btn .close-cancel {
  padding: 7px 11px;
  border-radius: 5px;
  color: #4c4c4c;
  border: 1px solid;
  margin-left: 23px;
}

.icon {
  text-align: center;
  display: inline-block;
  margin-top: 15px;
}

.icon img {
  width: 50px;
}


.SuspensionBar{
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0; 
  background-color: #fff;
}
.SuspensionBar-content{ 
  display: flex;
  height: 60px;
}
.SuspensionBar-content-item{
  width: 25%;
  height: 60px;
  text-align: center;
  line-height: 60px;
  position: relative;
   font-size: 16px;
   color: #fff;
}
.SuspensionBar-content .num, .SuspensionBar-content .tel{ 
   line-height: 85px;
   font-size: 14px;
   color: #999999;
}
.SuspensionBar-content .yellow{ 
  background-color: #FFAF12;
}
.SuspensionBar-content .orange{ 
  background-color: #FE7E01;
}
.SuspensionBar-content-item img{
  width: 24px;
  height: 24px;
  position: absolute;
  left: 50%;
  top: 8px;
  transform: translateX(-50%);
}

.loading{
  position: fixed; 
  width: 100%; 
  height: 100vh;
  z-index: 9999;
  display: none; 
}

.loading img{ 
  position: fixed; 
  width: 200px;
  height: 200px; 
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.suspension-wrap {
  /*max-width: 750px;*/  
  margin: 0 auto;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .6);
  position: fixed;
  top: 0; 
  z-index: 11000; 
  display: none;
}
.suspension{
  width: 360px;
  height: 180px;
  background-color: #E4E4E4;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.suspension-title{
  color: #333;
  font-size: 20px;
  font-weight: 700;
  margin-left: 14px;
  margin-top: 12px;
}

.suspension-content{
  color: #666;
  font-size: 16px;
  padding: 0 14px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.suspension-close{
  color: #0080FF;
  font-size: 18px;
  position: absolute;
  right: 14px;
  bottom: 12px;
}

.new-nav {
  width: 68px;
  position: fixed;
  right: 24px;
  top: 50%;
  /* bottom:auto; */
  left: auto;
  z-index: 100;
  margin-top: -257px;
}

.new-nav .nav-list {
  text-align: center;
  position: relative;
  cursor: pointer;
  width: 68px;
  height: 68px;
  margin-bottom: 2px;
  background-color: #fff;
  border-radius: 3px;
  background-position: 50% 32%;
  background-repeat: no-repeat;
  box-shadow: 0 0 8px 0 rgba(44, 107, 234, 0.16);
}


.new-nav .nav-list.kefuks {
  width: 120px;
  height: 120px;
  background-image: url("http://hao.qichuangweilai.com/style/images/kefu.png");
  box-shadow: none;
  position: relative;
  right: 27px;
  background-color: transparent;
}

.new-nav .nav-list.kefuks:hover {
  background-color: transparent;
}

.new-nav .nav-list.kefuks a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.new-nav .nav-list.gouwuche {
  background-image: url("../image/icon_gouwuche.png");
}

.new-nav .nav-list.gouwuche:hover {
  background-image: url("../image/icon_gouwucheh.png");
}

.new-nav .nav-list.beixuanpk {
  background-image: url("../image/icon_beixuan.png");
}

.new-nav .nav-list.beixuanpk:hover {
  background-image: url("../image/icon_beixuanh.png");
}

.new-nav .nav-list.saoyisao {
  background-image: url("../image/icon_saoyisao.png");
}

.new-nav .nav-list.saoyisao:hover {
  background-image: url("http://hao.qichuangweilai.com/style/img/icon_saoyisaoh.png");
}

.new-nav .nav-list.fankui {
  background-image: url("../image/icon_fankui.png");
}

.new-nav .nav-list.fankui:hover {
  background-image: url("../image/icon_fankuih.png");
}


.new-nav .nav-list .P1 {
  font-size: 12px;
  font-weight: 400;
  color: #2C6BEA;
  line-height: 30px;
  padding: 35px 0 6px 0;
}

.new-nav .nav-list:hover {
  background-color: #2C6BEA;
}

.new-nav .nav-list:hover .P1 {
  color: #fff;
}

.new-nav .nav-box {
  position: relative;
  width: 68px;
}

.nav-ewm-box {
  padding-top: 20px;
  width: 160px;
  background: #FFFFFF;
  box-shadow: -20px 0 20px 0 rgba(0, 0, 0, 0.05);
}

.nav-ewm-box .ewm-list {
  border-bottom: 1px solid #EEEEEE;
  text-align: center;
}

.nav-ewm-box .ewm-list img {
  width: 150px;
  height: 150px;
  margin-top: 10px;
}

.nav-ewm-box .ewm-list p {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  text-align: center;
  padding-bottom: 4px;
  margin-bottom: 10px;
}

.nav-list .nav-show {
  width: 0;
  overflow: hidden;
  transition: all 0.3s;
  position: absolute;
  right: 60px;
  /* bottom: auto; */
  left: auto;
  top: 50%;
}

.nav-list .nav-show>div {
  float: right;
  margin-right: 20px;
}

.nav-list:hover .nav-show {
  width: 280px;
  text-align: right;
}
