@charset "UTF-8";
.addresscard {
  background-color: white;
  width: 15vw;
  padding: 2vw 6vw 6vw 5vw;
  position: absolute;
  top: 30%;
  left: 15%;
  z-index: 999;
  height: 26vw;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.addresscard img {
  width: 100%;
}

.addresscard .item .t1 {
  font-size: 120%;
  font-weight: 700;
  color: #333333;
}

.addresscard .item .t2 {
  font-size: 80%;
  margin-top: 0.5em;
  color: #606266;
}

.formcard {
  background-color: #de0303;
  width: 17vw;
  padding: 1vw 2vw 3vw 2vw;
  position: absolute;
  top: 40%;
  left: 40%;
  z-index: 999;
  height: 25vw;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.formcard .t1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: white;
  margin-bottom: 1vw;
}

.formcard .t1 .t11 {
  font-size: 140%;
  /*font-weight: 700;*/
}

.formcard .t1 .t12 {
  font-size: 80%;
  font-weight: 700;
}

.formcard input {
  height: 2em;
  padding: 0.3em 0.7em;
  width: calc(100% - 1.4em);
  margin-top: 1vw !important;
}

.formcard textarea {
  width: calc(100% - 1.4em);
  height: 8vw !important;
  margin-top: 1vw !important;
}

.formcard .sub {
  width: 100%;
  background-color: white;
  color: #fe8132;
  height: 4em;
  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: 1vw; border: none;
}

.noticeCard {
  position: absolute;
  height: 30vh;
  top: 50%;
  left: 50%;
  /*图片向左移动自身宽度的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 12%;
  text-align: center;
  font-size: 130%;
  color: #666;
  line-height: 180%;
}

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