*{
  margin:0px;
  padding:0px;
}
.container{
  padding-top: 0;
  margin-top: 71px;
}
img{
  width: 100%;
}

/* 石珂玮主任私人信箱 */
.banner{
  position: relative;
  margin-top: .4rem;
}

h1{
  color: #4e9bf7;
  font-size: .5rem;
  text-align: center;
}

.title {
  margin: .5rem;
}

.title p {
  font-size: .3rem;
  letter-spacing: 1px;
  line-height: .55rem;
}

.title p:nth-child(2) {
  margin-top: .15rem;
  text-indent: 32px;
}

.title p:nth-child(3) {
  font-weight: bold;
  text-indent: 32px;
}

.title p:nth-child(4) {
  text-indent: 32px;
}

.title p:nth-child(4) span {
  color: #ff3730;
}

form .inputBox {
  margin: .5rem .1rem 0 .3rem;
}

form .inputBox span {
  color: #ff3730;
  margin-right: .1rem;
}

form .inputBox p {
  font-size: .35rem;
  font-weight: bold;
}

form .inputBox input {
  display: block;
  width: 95%;
  outline: none;
  height: .7rem;
  line-height: .7rem;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: .28rem;
  padding-left: .2rem;
  border-radius: .1rem;
  border: 1px solid #eee;
}

.grate {
  width: 97%;
  height: .5rem;
  border: 1px solid #ccc;
  border-radius: .05rem;
  margin-bottom: .5rem;
}

.grate ul {
  width: 100%;
  display: flex;
  justify-content: space-around;
  list-style-type:none;
  font-size:.3rem;
}

.grate ul li {
  line-height: .5rem;
}

.active {
  color: red;
}

.tips {
  border: 1px solid #ccc;
  border-radius: .1rem;
  width: 97%;
  margin-top: .3rem;
}

#yg-btn {
  height: .9rem;
  background: #4e9bf7;
  font-weight: bold;
  border: #4e9bf7;
  width: 95%;
  color: #eee;
  margin: 0 .1rem 1rem .17rem;
  font-size: 16px;
  border-radius: .1rem;
}

.footer1{
  height: 30px;
  width: 100%;
  line-height: 30px;
  background: #1d1611;
  color: #998779;
  text-align: center;
  bottom: 0;
  z-index: 150;
  font-size: 12px;
  overflow: hidden;
}
.public_footer_brand{
  display: none;
}