/*
* 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";
  src: url("iconfont.eot");
  src: url("iconfont.eot?#iefix") format("embedded-opentype"),
    url("../iconfont.woff2") format("woff2"),
    url("../iconfont.woff") format("woff"),
    url("../iconfont.ttf") format("truetype"),
    url("../iconfont.svg#iconfont") format("svg");
}
@font-face {
  font-family: "iconfont_new";
  src: url("../../../font/iconfont.eot");
  src: url("../../../font/iconfont.eot?#iefix") format("embedded-opentype"),
    url("../../../font/iconfont.woff2") format("woff2"),
    url("../../../font/iconfont.woff") format("woff"),
    url("../../../font/iconfont.ttf") format("truetype"),
    url("../../../font/iconfont.svg#iconfont") format("svg");
}
.iconfont_new {
  font-family: "iconfont_new" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html,
body {
  min-height: 100%;
}
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;
}
.main .detail-container .detail-item .w1200 .itemsK img {
  width: 100%;
}
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 (min-width: 1101px) {
  .partner_banner,
  .main .brief_banner {
    height: 730px !important;
  }
}
.plan {
  display: block !important;
  width: 80% !important;
  margin: 15px auto !important;
}
