@charset "UTF-8";
html {
  font-family: "Microsoft YaHei", "微软雅黑 Light", Arial, Helvetica, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, hgroup, menu, nav, section, summary, time, mark {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: normal;
  line-height: 1.5;
  font-size: 0.28rem;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
  background-color: transparent;
  -webkit-touch-callout: none;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none;
}

img {
  border: 0;
  -webkit-touch-callout: none;
  vertical-align: top;
}

button, input, optgroup, select, textarea {
  margin: 0;
  padding: 0;
  line-height: normal;
  font: inherit;
  color: inherit;
  outline: none;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
  padding: 0;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

.opacity {
  animation: opacity 0.3s linear;
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.con-list {
  position: absolute;
  top: -66%;
  margin-bottom: 0.33rem;
  width: 6.1rem;
  height: 4.03rem;
  background: #FFFFFF;
  border-radius: 0.12rem;
  text-align: center;
}
.con-list h2 {
  padding-top: 0.5rem;
  margin-bottom: 0.5rem;
  height: 0.33rem;
  font-size: 0.34rem;
  font-weight: 600;
  color: #181818;
  line-height: 0.5rem;
}
.con-list input {
  display: block;
  margin-left: 0.5rem;
  width: 4.8rem;
  height: 0.9rem;
  font-size: 0.28rem;
  background: #F2F3F6;
  padding-left: 0.3rem;
  border: #fff;
  color: #B2B2B2;
  border-radius: 0.06rem;
}
.con-list button {
  display: block;
  margin-top: 0.4rem;
  margin-left: 0.5rem;
  width: 5.1rem;
  height: 0.9rem;
  font-size: 0.32rem;
  color: #fff;
  background: #E02520;
  border-radius: 0.08rem;
  border: none;
}
.con-list .list-img {
  position: absolute;
  top: 6%;
  right: 6%;
  width: 0.24rem;
  height: 0.24rem;
  background: url(/img/footer/s.png) no-repeat;
  background-size: 0.24rem;
}

.con {
  height: 3.8rem;
  background: url(/img/footer/bgc4.png) no-repeat;
  background-size: 100% 3.8rem;
}
.con h1 {
  padding-top: 0.9rem;
  text-align: center;
  height: 0.45rem;
  font-size: 0.48rem;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 0.45rem;
}
.con h3 {
  margin-top: 0.2rem;
  text-align: center;
  height: 0.2rem;
  font-size: 0.2rem;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 0.2rem;
}
.con .con-dv {
  position: relative;
  margin-top: 0.39rem;
  margin-left: 0.3rem;
  padding-left: 0.3rem;
  width: 6.6rem;
  height: 0.8rem;
  background: #fff;
  border-radius: 0.06rem;
}
.con .con-dv input {
  margin-top: 0.045rem;
  display: inline;
  width: 4.6rem;
  height: 0.72rem;
  color: #b2b2b2;
  background-color: #fff;
  border: #fff;
}
.con .con-dv span {
  text-align: center;
  line-height: 0.8rem;
  display: inline;
  padding: 0 0.18rem;
  height: 0.8rem;
  font-size: 0.26rem;
  background: #E02520;
  color: #fff;
  border-radius: 0px 0.06rem 0.06rem 0px;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.content {
  background: #F2F3F6;
  padding: 0.4rem 0.3rem 0.3rem 0.3rem;
}
.content h2 {
  margin-bottom: 0.3rem;
  height: 0.33rem;
  font-size: 0.34rem;
  font-weight: 600;
  color: #262628;
}
.content .software .soflist {
  margin-bottom: 0.3rem;
  width: 6.9rem;
  background: #FFFFFF;
  border: 0px solid #000000;
  border-radius: 0px 0.08rem 0.08rem 0px;
}
.content .software .soflist:after {
  content: "";
  clear: both;
  height: 0;
  line-height: 0;
  display: block;
}
.content .software .soflist .img-left {
  float: left;
  width: 2.6rem;
}
.content .software .soflist .soflist-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  float: left;
  margin-left: 0.29rem;
}
.content .software .soflist .soflist-right h3 {
  display: inline-block;
  margin-top: 0.3rem;
  height: 0.25rem;
  font-size: 0.26rem;
  font-weight: 600;
  color: #181818;
  line-height: 0.26rem;
}
.content .software .soflist .soflist-right .icon-img {
  display: inline-block;
  margin-top: 0.3rem;
  width: 0.26rem;
  height: 0.25rem;
}
.content .software .soflist .soflist-right p {
  width: 3.71rem;
  font-size: 0.22rem;
  font-weight: 400;
  color: #666666;
  line-height: 0.3rem;
}
.content .software .soflist .soflist-right a {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0.1rem 0;
  padding: 0.15rem 0.25rem;
  font-size: 0.2rem;
  font-weight: 600;
  color: #FFFFFF;
  background: #E02520;
  border-radius: 0.04rem;
}
.content .works .works-img {
  width: 6.9rem;
  height: 2.1rem;
}
.content .works ul {
  width: 6.9rem;
}
.content .works ul:after {
  content: "";
  clear: both;
  height: 0;
  line-height: 0;
  display: block;
}
.content .works ul li:nth-child(2n) {
  margin-right: 0;
}
.content .works ul li {
  margin-right: 0.3rem;
  float: left;
  width: 3.3rem;
  height: 2.5rem;
  background: #FFFFFF;
  border-radius: 0.08rem;
  margin-top: 0.3rem;
  text-align: center;
}
.content .works ul li img {
  margin-top: 0.28rem;
  width: 0.91rem;
  height: 0.9rem;
}
.content .works ul li h4 {
  height: 0.24rem;
  font-size: 0.24rem;
  font-weight: bold;
  color: #262628;
}
.content .works ul li p {
  margin-top: 0.18rem;
  text-align: center;
  width: 2.78rem;
  height: 0.44rem;
  font-size: 0.2rem;
  font-weight: 400;
  color: #999999;
  margin-left: 0.3rem;
}/*# sourceMappingURL=index.css.map */