
        .zs_zhongshang_list_Bottom li {
          /*width: 30%;*/
          list-style: none;
          text-align: center;
          font-size: 14px;
          color: #fff;
        }
        .zs_zhongshang_list_Bottom li img {
          width: 30%;
          margin: auto;
        }
        #list_Bottom_index{
              background: rgba(244, 67, 67,1);
              margin-bottom: 0;
        }
        .zs_zhongshang_list_Bottom {
          position: fixed;
          width: 100%;
          height: 60px;
          /*background: rgba(238,183,99,0.8);*/
          bottom: 0;
          display: flex;
          align-items: center;
          justify-content: space-between;
          list-style: none;
          z-index: 999;
      }
        #Zhongshang_message img{
          width: 25px;
        }
.pageZhongshang * {   
  padding: 0;
  list-style: none;          
  font-weight: normal;
  font-size: 14px;
  font-style: normal;
  box-sizing: border-box;
  outline: none;
}

.pageZhongshang .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
}

.pageZhongshang .clearfix {
  zoom: 1;
}

.pageZhongshang {
  width: 1020px;
  margin: 30px auto;
  clear: both;
}

.pageZhongshang>h1 {
  text-align: center;
  font-size: 26px;
  color: #333;
  padding-bottom: 10px;
}

.pageZhongshang>h1>i {
  display: block;
  width: 35px;
  height: 2px;
  background: #ff0000;
  margin: 20px auto 0;
}

.pageZhongshang .pageZhongshang_box .pageZhongshang_boxLeft {
  width: 280px;
  border: 1px solid #eee;
  border-radius: 5px;
  float: left;
}

.pageZhongshang .pageZhongshang_box .pageZhongshang_boxLeft>h2 {
  font-size: 18px;
  color: #4a8bfd;
  font-weight: bold;
  padding: 10px 0;
  text-align: center;
  border-bottom: 1px solid #eee;
}

.pageZhongshang .pageZhongshang_box .pageZhongshang_boxLeft .number {
  font-size: 14px;
  color: #999999;
  padding: 10px 0;
  text-align: center;
}

.pageZhongshang .pageZhongshang_box .pageZhongshang_boxLeft .number span {
  color: #4a8bfd;
}

.pageZhongshang .pageZhongshang_box .pageZhongshang_boxLeft .form {
  padding: 0 35px;
}

.pageZhongshang .pageZhongshang_box .pageZhongshang_boxLeft .form input {
  width: 210px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin: auto;
  border: 1px solid #ff0000;
  border-radius: 5px;
  font-size: 14px;
  color: #666666;
}

.pageZhongshang .pageZhongshang_box .pageZhongshang_boxLeft .form button {
  width: 210px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin: 10px auto 20px;
  background: #f44343;
  border: 1px solid #f44343;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
}

.pageZhongshang .pageZhongshang_box .pageZhongshang_boxLeft .form button:hover {
  background: #ff0000;
  border: 1px solid #ff0000;
  margin: 10px 0 20px;
}

.pageZhongshang .pageZhongshang_box .pageZhongshang_boxLeft .state {
  padding: 0 65px 35px;
  color: #666666;
  font-size: 14px;
}

.pageZhongshang .pageZhongshang_box .pageZhongshang_boxLeft .state .frontCall {
  display: block;
}

.pageZhongshang .pageZhongshang_box .pageZhongshang_boxLeft .state .frontCall span
  {
  color: #f44343;
}

.pageZhongshang .pageZhongshang_box .pageZhongshang_boxLeft .state .underwayCall
  {
  font-size: 14px;
  text-align: center;
  display: none;
}

.pageZhongshang .pageZhongshang_box .pageZhongshang_boxLeft .state .underwayCall p
  {
  padding: 15px 0;
  color: #327BFD;
}

.pageZhongshang .pageZhongshang_box .pageZhongshang_boxLeft .state .successCall {
  text-align: center;
  display: none;
}

.pageZhongshang .pageZhongshang_box .pageZhongshang_boxLeft .state .successCall p
  {
  padding: 10px 0;
  color: #327BFD;
}

.pageZhongshang .pageZhongshang_box .pageZhongshang_boxLeft .state .successCall a
  {
  font-size: 14px;
  text-decoration: none;
  color: #666666;
}

.pageZhongshang .pageZhongshang_box .pageZhongshang_boxLeft .state .failCall {
  text-align: center;
  display: none;
}

.pageZhongshang .pageZhongshang_box .pageZhongshang_boxLeft .state .failCall p {
  padding: 10px 0;
  color: #327BFD;
}

.pageZhongshang .pageZhongshang_box .pageZhongshang_boxLeft .state .failCall a {
  font-size: 14px;
  text-decoration: none;
  color: #666666;
}

.pageZhongshang .pageZhongshang_box .pageZhongshang_boxMiddle {
  float: left;
  width: 350px;
  margin: 0 30px 0 50px;
}

.pageZhongshang .pageZhongshang_box .pageZhongshang_boxMiddle h2 {
  font-size: 14px;
  color: #999999;
  display: flex;
  align-items: center;
}

.pageZhongshang .pageZhongshang_box .pageZhongshang_boxMiddle h2 span {
  color: red;
  padding-right: 5px;
}

.pageZhongshang .pageZhongshang_box .pageZhongshang_boxMiddle input {
  width: 100%;
  height: 40px;
  border: 1px solid #eee;
  border-radius: 5px;
  text-indent: 1em;
  outline: none;
  margin-bottom: 20px;
  transition: all 0.5s step-start;
}

.pageZhongshang .pageZhongshang_box .pageZhongshang_boxMiddle input:focus,.pageZhongshang .pageZhongshang_box .pageZhongshang_boxMiddle textarea:focus
  {
  border: 1px solid #327BFD;
}

.pageZhongshang .pageZhongshang_box .pageZhongshang_boxMiddle textarea {
  width: 100%;
  height: 80px;
  border: 1px solid #eee;
  border-radius: 5px;
  text-indent: 1em;
  max-width: 100%;
  min-width: 100%;
  padding-top: 10px;
  transition: all 0.5s step-start;
}

.pageZhongshang .pageZhongshang_box .pageZhongshang_boxMiddle>p {
  text-align: center;
  margin-top: 36px;
}

.pageZhongshang .pageZhongshang_box .pageZhongshang_boxMiddle button {
  width: 210px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin: 10px auto 10px;
  background: #f44343;
  border: 1px solid #f44343;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  margin: auto;
}

.pageZhongshang .pageZhongshang_box .pageZhongshang_boxMiddle button:hover {
  background: #ff0000;
  border: 1px solid #ff0000;
}

.pageZhongshang .pageZhongshang_box .pageZhongshang_boxRight {
  float: left;
  width: 300px;
}

.pageZhongshang .pageZhongshang_box .pageZhongshang_boxRight .pageZhongshang_boxRightT
  {
  width: 100%;
  height: 110px;
  text-align: center;
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 10px 0;
}

.pageZhongshang .pageZhongshang_box .pageZhongshang_boxRight .pageZhongshang_boxRightT button
  {
  width: 210px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin: 10px auto 10px;
  background: #f44343;
  border: 1px solid #f44343;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
}

.pageZhongshang .pageZhongshang_box .pageZhongshang_boxRight .pageZhongshang_boxRightT button:hover
  {
  background: #ff0000;
  border: 1px solid #ff0000;
  margin: 10px 0 10px;
}

.pageZhongshang .pageZhongshang_box .pageZhongshang_boxRight .pageZhongshang_boxRightB
  {
  width: 100%;
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 10px 15px 0;
  margin-top: 10px;
}

.pageZhongshang .pageZhongshang_box .pageZhongshang_boxRight .pageZhongshang_boxRightB>h3
  {
  padding: 0 0 15px 5px;
  font-size: 14px;
  color: #666666;
}

.pageZhongshang .pageZhongshang_box .pageZhongshang_boxRight .pageZhongshang_boxRightB ul li
  {
  color: #999999;
  font-size: 12px;
  padding-bottom: 12px;
  cursor: pointer;
}

.pageZhongshang .pageZhongshang_box .pageZhongshang_boxRight .pageZhongshang_boxRightB ul li span
  {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff0000;
  margin-right: 10px;
}

@media(min-width:320px)and(max-width:750px) {
  .pageZhongshang {
    width: 100%;
  }
  .pageZhongshang .pageZhongshang_box {
    width: 100%;
    padding: 0 20px;
  }
  .pageZhongshang .pageZhongshang_box .pageZhongshang_boxLeft {
    text-align: center;
  }
  .pageZhongshang .pageZhongshang_box .pageZhongshang_boxLeft,.pageZhongshang .pageZhongshang_box .pageZhongshang_boxMiddle,.pageZhongshang .pageZhongshang_box .pageZhongshang_boxRight
    {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
}

.zs_zhongshang_list_Bottom li {
          /*width: 30%;*/
          list-style: none;
          text-align: center;
          font-size: 14px;
          color: #fff;
        }
        .zs_zhongshang_list_Bottom li img {
          width: 30%;
          margin: auto;
        }
        #list_Bottom_index{
              background: rgba(244, 67, 67,0.5);
              margin-bottom: 0;
        }
        .zs_zhongshang_list_Bottom {
          position: fixed;
          width: 100%;
          height: 60px;
          /*background: rgba(238,183,99,0.8);*/
          bottom: 0;
          display: flex;
          align-items: center;
          justify-content: space-between;
          list-style: none;
          z-index: 999;
      }