.footer {
  background-color: #313131;
  width: 100%;
  overflow: hidden;
}

.footer .fontpage {
  height: 29vw;
  background-color: #313131;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: white;
  padding: 0 calc((100% - 1200px) / 2);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: Montserrat-Regular;
}

.footer .fontpage .bigname {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer .fontpage .bigname .border {
  width: 5px;
  height: 1em;
  background-color: #40d2e1;
  margin-right: 1em;
}

.footer .fontpage .bigname .name {
  font-family: Montserrat-Blod;
  font-weight: bold;
  font-size: 175%;
}

.footer .fontpage .t2 {
  width: 4vw;
  height: 8px;
  background-color: #40d2e1;
  margin-bottom: 1em;
}

.footer .fontpage .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 32%;
  height: 70%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.footer .fontpage .left .description {
  color: #bbbbbb;
  font-size: 90%;
  margin-top: 1em;
}

.footer .fontpage .left .imgs {
  margin-top: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .fontpage .left .imgs .item:hover .nm {
  display: none;
}

.footer .fontpage .left .imgs .item:hover .activity {
  display: block;
}

.footer .fontpage .left .imgs .item {
  cursor: pointer;
}

.footer .fontpage .left .imgs .item .activity {
  display: none;
}

.footer .fontpage .left .imgs img {
  width: 2em;
  margin-right: 0.4em;
}

.footer .fontpage .mid {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 32%;
  height: 70%;
  position: relative;
}

.footer .fontpage .mid .ways {
  color: #bbbbbb;
  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;
  width: 100%;
  height: 70%;
  margin-top: 1em;
  font-size: 90%;
  font-weight: 700;
}

.footer .fontpage .mid .ways .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .fontpage .mid .ways .item .left {
  width: 2em;
  height: 2em;
  margin-right: 0.5em;
}

.footer .fontpage .mid .ways .item .right {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer .fontpage .mid .ways .item .right .tt1,
.footer .fontpage .mid .ways .item .right .tt2 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .fontpage .mid .ways .item .right .tt1 .name,
.footer .fontpage .mid .ways .item .right .tt2 .name {
  min-width: 35%;
}

.footer .fontpage .right {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 32%;
  height: 70%;
}

.footer .fontpage .right .plc {
  color: #1e3056;
}

.footer .fontpage .right input {
  width: 90%;
  height: 4em;
  border: none;
  border-radius: 8px;
  margin-top: 1em;
  padding-left: 0.5em;
}

.footer .fontpage .right input::-webkit-input-placeholder {
  color: #1e3056;
}

.footer .fontpage .right input:-ms-input-placeholder {
  color: #1e3056;
}

.footer .fontpage .right input::-ms-input-placeholder {
  color: #1e3056;
}

.footer .fontpage .right input::placeholder {
  color: #1e3056;
}

.footer .fontpage .right textarea::-webkit-input-placeholder {
  color: #1e3056;
}

.footer .fontpage .right textarea:-ms-input-placeholder {
  color: #1e3056;
}

.footer .fontpage .right textarea::-ms-input-placeholder {
  color: #1e3056;
}

.footer .fontpage .right textarea::placeholder {
  color: #1e3056;
}

.footer .fontpage .right textarea {
  padding-left: 0.5em;
  padding-top: 1em;
  margin-top: 1em;
  width: 90%;
  height: 7em;
  border-radius: 8px;
  font-family: Montserrat-Regular;
  color: #1e3056;
  font-weight: bold;
}

.footer .fontpage .right .sub {
  background-color: #40d2e1;
  color: white;
  height: 4em;
  width: 50%;
  margin-top: 1em;
  line-height: 4em;
  text-align: center;
  border-radius: 10px;
  cursor: pointer;
}

.footer .friendlinkline {
  height: 50px;
  background-color: #191919;
  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;
  color: #bbbbbb;
}

.footer .friendlinkline .name {
  color: #40d2e1;
  margin: 0 0.5em;
}
/*# sourceMappingURL=foot.css.map */