/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: >0.000001%
*/

/*公共样式--开始*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@font-face {
  font-family: "iconfont"; /* project id 2259455 */
  src: url("//at.alicdn.com/t/font_2259455_99yhl5amn0d.eot");
  src: url("//at.alicdn.com/t/font_2259455_99yhl5amn0d.eot?#iefix")
      format("embedded-opentype"),
    url("//at.alicdn.com/t/font_2259455_99yhl5amn0d.woff2") format("woff2"),
    url("//at.alicdn.com/t/font_2259455_99yhl5amn0d.woff") format("woff"),
    url("//at.alicdn.com/t/font_2259455_99yhl5amn0d.ttf") format("truetype"),
    url("//at.alicdn.com/t/font_2259455_99yhl5amn0d.svg#") format("svg");
}
html,
body {
  min-height: 100%;
  overflow-x: hidden;
}
html {
  font-size: 62.5%; /*10 ÷ 16 × 100% = 62.5%*/
}
body {
  font-family: "微软雅黑";
  font-size: 14px;
  color: #333;
  background: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
ul,
ol,
li {
  list-style: none;
}

img {
  border: none;
  vertical-align: middle;
}

a {
  text-decoration: none;
  color: #232323;
}

table {
  border-collapse: collapse;
  table-layout: fixed;
}

input,
textarea {
  outline: none;
  border: none;
  -webkit-user-select: auto; /*webkit浏览器*/
  -webkit-appearance: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}

textarea {
  resize: none;
  overflow: auto;
}
select {
  /*appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;*/
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: ".";
  width: 0;
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
  overflow: hidden;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.tl {
  text-align: left;
}

.tc {
  text-align: center;
}

.tr {
  text-align: right;
}

.ellipse {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.inline {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.unhide {
  display: none !important;
}
.loading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #ecf0f1;
  z-index: 999;
}
.loading img {
  width: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -30%;
  margin-left: -50%;
}
/*
.no_data{
    font-size: 0.35rem!important;
  }*/

@media screen and (max-width: 740px) {
  #headerHtml {
    height: 0 !important;
  }
}
@media screen and (max-width: 1101px){
  .caseMore{
padding: 0 20px !important;
  }
  .caseMore h3{
    height: auto !important;
  }
}
@media screen and (max-width: 960px){
  .caseMore h3{
    height: auto !important;
  }
}



