/*ΑτΡΤ*/
.lists.gbook { background-image: url(../images/bg-gbook.jpg);}
.lists.gbook .title {
  display: inline-block;
  color: #ffffff;
  line-height: 2.2em;
  padding: 0 10px 0 20px;
  margin: 10px 0;
  background-color: #7f9b3f;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.lists.gbook .title:before { content: "+";}
.gbookFrmBox {
  padding-top: 15px;
  background-image: url(../images/bg-gbook-top.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center top;
}
.gbookFrmBox .topimg img {
  display: block;
  width: 100%;
}
.lists.gbook .adbd {
  clear: both;
  border-bottom: 1px solid #7f9b3f;
}
.lists.gbook .radioBox, .lists.gbook .checkboxBox {
  float: left;
  display: inline-block;
  width: 66%;
}
.gbookbtn {
  display: block;
  color: #ffffff;
  line-height: 3em;
  text-align: center;
  margin: 20px 0;
  background-color: #7f9b3f;
  border-radius: 5px;
}
/*ΑτΡΤ±ν΅₯*/
select,
textarea,
input[type="text"],
input[type=search],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="color"],
.input-group {
  width: 100%;
  height: 40px;
  font-weight: normal;
  padding: 10px;
  margin-bottom: 10px;
  -webkit-appearance: none;
  box-sizing: border-box;
}
form { position: relative;}
input[type="radio"],
input[type="checkbox"] {
  display: none;
}
input[type="radio"] + label,
input[type="checkbox"] + label {
  position: relative;
  display: inline-block;
  text-align: left;
  margin-left: 30px;
}
input[type="radio"]:not(.toggle) + label:before {
  position: absolute;
  top: 8px;
  content: '';
  display: block;
  width: 1.3em;
  height: 1.3em;
  margin-right: 5px;
  margin-left: -25px;
  background-color: #fafafa;
  border: 1px solid #cacece;
  border-radius: 50px;
}
input[type="radio"]:checked + label:before { background-color: #7f9b3f;}
input[type="checkbox"] + label:before {
  position: absolute;
  top: 8px;
  left: -25px;
  content: " ";
  display: block;
  width: 1.3em;
  height: 1.3em;
  color: #7f9b3f;
  background-color: #fafafa;
  border: 1px solid #cacece;
  border-radius: 3px;
}
input[type="checkbox"]:checked + label:before {
  content: '\00a0\2714';
  display: inline-block;
  line-height: 20px;
  padding: 0;
}
input[type="radio"]:after,
input[type="checkbox"]:after {
  visibility: hidden;
  content: " ";
  clear: both;
  display: block;
  height: 0;
  font-size: 0;
}
input[type="search"] { border-radius: 20px;}
label {
  float: left;
  width: 27%;
  color: #aeaeae;
  line-height: 40px;
  white-space: nowrap;
  padding: 0 6px;
}
label + select,
label + input[type="radio"],
label + input[type="checkbox"] label + textarea,
label + input[type="text"],
label + input[type=search],
label + input[type="password"],
label + input[type="datetime"],
label + input[type="datetime-local"],
label + input[type="date"],
label + input[type="month"],
label + input[type="time"],
label + input[type="week"],
label + input[type="number"],
label + input[type="email"],
label + input[type="url"],
label + input[type="tel"],
label + input[type="color"],
label + textarea {
  width: 66%;
}
textarea { height: auto;}
.input-group {
  overflow: hidden;
  width: auto;
  height: auto;
  padding: 12px;
}
.input-group input:not([type='button']):not([type='submit']),
.input-group textarea,
.input-group select {
  margin-bottom: 0;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.input-group input:not([type="submit"]):not([type="button"]):last-child,
.input-group textarea:last-child,
.input-group select:last-child {
  border-bottom: none;
}

.input-group input[type=button],
.input-group input[type=submit] {
  margin: 5px;
}

input.toggle + label:before,
input.toggle:checked + label:before {
  position: absolute;
  top: 3px;
  left: 5px;
  content: attr(data-on);
  overflow: hidden;
  display: none;
  width: 42px;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  background-color: transparent;
  border: none;
  border-radius: 0;
  z-index: 3;
}
input.toggle:checked + label:before { display: block;}
input.toggle + label:after {
  position: absolute;
  top: 2px;
  left: 30px;
  content: attr(data-off);
  overflow: hidden;
  width: 42px;
  color: #505050;
  text-align: left;
  text-transform: uppercase;
  background-color: transparent;
  border: none;
  border-radius: 0;
  z-index: 1;
}
input.toggle:checked + label:after { display: none;}
input[type="radio"].toggle:checked + label:before { line-height: 1.2em;}
input.toggle + label {
  position: relative;
  left: 33%;
  float: none;
  display: block;
  width: 65px;
  height: 24px;
  margin: 5px;
  border: 1px solid #ccc;
  border-radius: 50px;
}
input.toggle:checked + label {
  background: #1eb0e9;
  line-height: -1em;
}
input.toggle + label > span {
  position: absolute;
  top: -2px;
  left: 0;
  display: block;
  width: 28px;
  height: 28px;
  background: #ccc;
  border-radius: 50px;
  z-index: 5;
          transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
          transition: transform 100ms linear;
  -webkit-transition: -webkit-transform 100ms linear;
}
input.toggle:checked + label > span {
          transform: translate3d(37px, 0, 0);
  -webkit-transform: translate3d(37px, 0, 0);
}
.formGroupHead {
  color: inherit;
  font-size: 18px;
  font-weight: bold;
  margin: 16px 0 8px;
}
input[type=button],
input[type=submit], 
button {
  font-size: inherit;
}
select {
  color: #aeaeae;
  background-image: url(../images/iconfont-xiajiantou.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 11px;
}
/*ΑτΡΤΑΠ±ν*/
.gbook-list dl {
  position: relative;
  color: #aeaeae;
  line-height: 2em;
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #e7e7e7;
  border-radius: 8px;
}
.gbook-list dl.u { margin: 10px 10px 20px 50px;}
.gbook-list dl.m { margin: 10px 50px 20px 10px;}
.gbook-list dl:before, .gbook-list dl::after {
  position: absolute;
  content: "";
  display: block;
}
.gbook-list dl:before {
  top: 0;
  width: 30px;
  height: 30px;
  background-size: 30px;
}
.gbook-list dl.u:before {
  left: -40px;
  background-image: url(../images/gbook-list-userl.png);
}
.gbook-list dl.m:before {
  right: -40px;
  background-image: url(../images/gbook-list-userr.png);
}
.gbook-list dl:after {
  top: 10px;
  width: 10px;
  height: 10px;
  background-color: inherit;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: inherit;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: inherit;
}
.gbook-list dl.u:after {
  left: -6px;
  -webkit-transform: rotate(-45deg);
}
.gbook-list dl.m:after {
  right: -6px;
  -webkit-transform: rotate(135deg);
}
.gbook-list dl.u dt { color: #7f9b3f;}
.gbook-list dl.m dt {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: inherit;
}
.gbook-list dl.u time {
  float: right;
  color: #aeaeae;
}
.gbook-list dd {
  overflow: hidden;
  margin: 0;
}
