@charset "UTF-8";
.hidden_m {
  height: 0;
  margin: 0;
}

.mmap {
  width: 90vw;
  height: 30vh;
  margin-left: 5vw;
}

.bigTitle {
  margin-top: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bigTitle .line1 {
  color: #de0303;
}

.bigTitle .line2 {
  color: #333;
  font-weight: 800;
}

.words2 {
  margin-top: 1.5em;
  font-size: 90%;
  line-height: 250%;
  color: #999999;
  margin-left: 5vw;
}

.addresscard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 5vw;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.addresscard .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 80%;
  line-height: 350%;
}

.addresscard .item .title {
  width: 20%;
  text-align: center;
  color: #232323;
  border-top: 2px solid #de0303;
}

.addresscard .item .content {
  margin-left: 1em;
  color: #575757;
  width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-top: 1px solid #cfcfcf;
}

.formcard {
  background-color: #de0303;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  overflow: hidden;
  margin-bottom: 15vh;
  padding-bottom: 3em;
  margin-top: 2em;
}

.formcard .t1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  margin-bottom: 1vw;
  padding-top: 2em;
}

.formcard input {
  height: 3em;
  padding: 0.3em 0.7em;
  width: calc(90vw - 1.4em);
  margin-top: 2vw;
  margin-left: 5vw;
  border: none;
}

.formcard input::-webkit-input-placeholder {
  color: #999;
}

.formcard input:-ms-input-placeholder {
  color: #999;
}

.formcard input::-ms-input-placeholder {
  color: #999;
}

.formcard input::placeholder {
  color: #999;
}

.formcard textarea {
  width: calc(90vw - 1.4em);
  height: 20vh;
  margin-top: 2vw;
  margin-left: 5vw;
}

.formcard textarea::-webkit-input-placeholder {
  color: #999;
}

.formcard textarea:-ms-input-placeholder {
  color: #999;
}

.formcard textarea::-ms-input-placeholder {
  color: #999;
}

.formcard textarea::placeholder {
  color: #999;
}

.formcard .sub {
  width: 90vw;
  background-color: white;
  color: #fe8132;
  height: 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  margin-top: 3vw;
  margin-left: 5vw;
}

.noticeCard {
  position: absolute;
  width: 90%;
  top: 50%;
  left: 50%;
  padding: 2em 0;
  /*图片向左移动自身宽度的50%, 向上移动自身高度的50%。*/
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: white;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.noticeCard .line1 {
  padding: 0 5%;
  text-align: center;
  color: #666;
  line-height: 180%;
}

.noticeCard .line2 {
  margin-top: 2em;
  color: white;
  background-color: #de0303;
  width: 40%;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 20px;
  text-align: center;
  cursor: pointer;
}
/*# sourceMappingURL=contractus_m.css.map */