* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #333;
}
a:hover {
  color: #1772cd;
}

a:hover {
  text-decoration: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0;
}

dl, ol, ul {
  margin-bottom: 0;
}

input, select {
  outline: none;
}

p {
  margin-bottom: 0;
}

ul {
  padding: 0;
}

li {
  list-style: none;
}

body {
  color: #333;
}

.alw img {
  display: block;
  width: 100%;
}

.container {
  max-width: 640px;
  padding: 0;
  position: relative;
}

.gh .m-text {
  text-align: center;
  font-size: 0.75rem;
  color: #c50b0b;
  margin: 0.5rem auto;
  font-weight: bold;
}
.gh .input-box {
  padding: 0 1rem;
  display: flex;
  align-items: center;
  margin: 0.6rem 0;
}
.gh .input-box label {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 4rem;
  font-size: 0.75rem;
  font-weight: bold;
}
.gh .input-box .input {
  flex: 1;
  height: 2rem;
  border: 1px solid #ccc;
  font-size: 0.75rem;
  padding: 0 0.5rem;
  background: #fff;
}
.gh .input-box .textarea {
  flex: 1;
  height: 4rem;
  border: 1px solid #ccc;
  font-size: 0.75rem;
  padding: 0.5rem;
  background: #fff;
}
.gh .btn-ul {
  display: flex;
  margin: 1rem auto;
  width: 75%;
}
.gh .btn-ul li {
  flex: 1;
  margin: 0 0.5rem;
  height: 2.2rem;
  background: #02868a;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.4rem;
  cursor: pointer;
}
.gh .btn-ul li img {
  width: 1.2rem;
  display: block;
  margin-right: 0.3rem;
}
.gh .btn-ul li input {
  background: none;
  border: none;
  color: #fff;
}
.gh .btn-ul li:nth-child(2) {
  background: #f18739;
}

.gh-info {
  padding: 0.5rem;
}
.gh-info .t1-text p {
  text-align: center;
  font-size: 0.75rem;
  line-height: 1.2rem;
}
.gh-info .ul {
  margin-top: 0.5rem;
  padding-left: 0.8rem;
  border-left: 1px dashed #02868a;
}
.gh-info .ul li {
  position: relative;
  margin-bottom: 1rem;
}
.gh-info .ul li:before {
  content: '';
  width: 0.6rem;
  height: 0.6rem;
  background: #edf6f7;
  border: 0.1rem solid #02868a;
  position: absolute;
  top: 50%;
  left: -1.1rem;
  transform: translateY(-50%);
  border-radius: 50%;
}
.gh-info .ul li .t {
  display: flex;
  align-items: center;
  font-size: 0.9rem;
  font-weight: bold;
  color: #02868a;
}
.gh-info .ul li .t img {
  width: 1.3rem;
  display: block;
  margin-right: 0.3rem;
}
.gh-info .ul li .con {
  background: linear-gradient(#fff, #edf6f7);
  font-size: 0.75rem;
  line-height: 1.2rem;
  padding: 0.5rem;
}

/*# sourceMappingURL=css.css.map */
