.login input {
  width: 100%;
}

input::-webkit-input-placeholder {
  /* WebKit browsers */

  color: #c0c4cc;
  font-size: 0.75rem;
}

input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */

  color: #c0c4cc;
  font-size: 0.75rem;
}

input::-moz-placeholder {
  /* Mozilla Firefox 19+ */

  color: #c0c4cc;
  font-size: 0.75rem;

}

input:-ms-input-placeholder {
  /* Internet Explorer 10+ */

  color: #c0c4cc;
  font-size: 0.75rem;

}

.flexBox {
  display: flex;
}

.inputLeft {
  width: 1.5625rem;
  border-bottom: 1px solid #7f7f7f;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ValidCode{
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 6.25rem;
  height: 2rem;
}

.ValidCode span{
  display: inline-block;
}

.link {
  display: block;
  color: #6284d8;
  cursor: pointer;
}

.submit {
  background-color: #5487d0;
  color: #f6f8fc;
  width: 5rem;
  height: 1.875rem;
  border-radius: 0.625rem;
  border: 0;
  cursor: pointer;
}
.submit:hover {
  background-color: rgba(84, 135, 208, 0.7);
}

.terrace-entry {
  padding-top: 1.875rem;
  display: block;
}
.terrace-entry .title {
  text-align: center;
  font-size: 1.25rem;
  height: 1.875rem;
  line-height: 1.875rem;
}

.terrace-content {
  height: 37.5rem;
  display: flex;
  padding: 1.25rem 15%;
  flex-wrap: wrap;
  align-items: center;
  overflow: auto;
}
.terrace-item {
  width: 30%;
  height: 15.625rem;
  min-width: 15.625rem;
  margin-bottom: 1.875rem;
  cursor: pointer;
  margin-left: 1rem;
  margin-right: 1rem;
}
.terrace-item .item-content {
  background-image: url('../assets/image/19.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 13.75rem;
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: 1.25rem;
  box-sizing: border-box;
  padding: 4.0625rem;
  font-weight: 600;
  text-align: center;
}