.concats-mode .page_path {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.concats-mode .page_path img {
  margin-right: 3px;
  width: 17px;
  height: 17px;
}
.concats-mode .page_path span {
  color: #676767;
  font-size: 14px;
}
.concats-mode .page_path span a {
  font-size: 14px;
  color: #BD0C0C;
  font-weight: 600;
}
.concats-mode .concat-content {
  width: 100%;
  margin: 0 auto;
}
.concats-mode .concat-content .banner {
  width: 100%;
}
.concats-mode .concat-content .content {
  width: 100%;
  height: 448px;
  background: url(/statics/images/shanghui/concats-bg.png) no-repeat left top;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.concats-mode .concat-content .content .concat-inner {
  width: 1200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: -50px;
  position: relative;
  z-index: 9;
}
.concats-mode .concat-content .content .concat-inner .list {
  width: 380px;
  height: 285px;
  background: #fff;
  border-radius: 14px;
  padding-top: 42px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.concats-mode .concat-content .content .concat-inner .list .icon {
  width: 90px;
}
.concats-mode .concat-content .content .concat-inner .list .title {
  font-size: 22px;
  color: #222222;
  line-height: 22px;
  font-weight: 500;
  margin: 28px 0 18px;
}
.concats-mode .concat-content .content .concat-inner .list .tag {
  width: 36px;
  height: 4px;
  border-radius: 4px;
  background: #B3262D;
}
.concats-mode .concat-content .content .concat-inner .list .inner {
  font-size: 16px;
  color: #333333;
  margin-top: 20px;
}
.concats-mode .concat-content .concat-bg {
  width: 100%;
  padding-bottom: 85px;
}
.concats-mode .concat-content .concat {
  width: 1200px;
  background: #fff;
  border-radius: 16px;
  padding: 30px 60px 0px;
  box-sizing: border-box;
  margin: -165px auto 0;
  padding-bottom: 40px;
  box-shadow: 0px 2px 1px #D9D9D9;
}
.concats-mode .concat-content .concat .title {
  display: flex;
  align-items: center;
  height: 36px;
  font-size: 22px;
  font-weight: 500;
  color: #222222;
  position: relative;
  margin-bottom: 27px;
}
.concats-mode .concat-content .concat .title .icon {
  width: 36px;
  margin-right: 12px;
}
.concats-mode .concat-content .concat .title .txt {
  position: relative;
  z-index: 5;
}
.concats-mode .concat-content .concat .title .bg {
  height: 12px;
  position: absolute;
  bottom: 0;
  left: 44px;
  z-index: 0;
}
.concats-mode .concat-content .concat .title .tag {
  width: 10px;
  position: absolute;
  top: 0;
  left: 138px;
}
.concats-mode .concat-content .concat .title .tag_ko {
  left: 167px;
}
.concats-mode .concat-content .concat .inners {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.concats-mode .concat-content .concat .inners .inner {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
  font-size: 16px;
}
.concats-mode .concat-content .concat .inners .area {
  align-items: flex-start;
}
.concats-mode .concat-content .concat .inners .label {
  font-size: 22px;
  color: #222222;
}
.concats-mode .concat-content .concat .inners .label span {
  color: #BD0C0C;
}
.concats-mode .concat-content .concat .inners .label_ko {
  font-size: 22px;
  color: #222222;
  width: 97px;
}
.concats-mode .concat-content .concat .inners .label_ko span {
  color: #BD0C0C;
}
.concats-mode .concat-content .concat .inners .input_ko {
  width: 985px;
}
.concats-mode .concat-content .concat .inners input {
  width: 400px;
  height: 44px;
  background: #F5F5F5;
  padding: 0 8px;
  border-radius: 4px;
  box-sizing: border-box;
  outline: none;
  border: none;
}
.concats-mode .concat-content .concat .inners input:focus {
  border: 2px solid #EAEAEA;
}
.concats-mode .concat-content .concat .inners textarea {
  width: 1000px;
  height: 124px;
  background: #F5F5F5;
  border: none;
  padding: 8px 8px;
  border-radius: 10px;
  resize: none;
  line-height: 22px;
  box-sizing: border-box;
  letter-spacing: 2px;
}
.concats-mode .concat-content .concat .inners textarea:focus {
  border: 2px solid #EAEAEA;
}
.concats-mode .concat-content .concat .btn-mode {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #FFFFFF;
  text-align: center;
}
.concats-mode .concat-content .concat .btn-mode .reset {
  width: 310px;
  height: 50px;
  border-radius: 10px 0 0 10px;
  background: #333433;
  border: none;
  color: #fff;
  cursor: pointer;
}
.concats-mode .concat-content .concat .btn-mode .sub {
  width: 310px;
  height: 50px;
  border-radius: 0 10px 10px 0;
  background: #B3262D;
  border: none;
  color: #fff;
  cursor: pointer;
}
.mt_12 {
  margin-top: 8px;
}
/*# sourceMappingURL=contact.css.map */