.ArrowChange {
  position: absolute;
  top: 0;
  right: 0;
  width: 6px;
}
.ArrowChange span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: #111;
  -webkit-border-radius: 9px;
  -khtml-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  transform: rotate(0deg);
  transition: 0.25s linear;
}
.ArrowChange span:nth-child(1) {
  transform: rotate(-45deg);
  left: 4px;
}
.ArrowChange span:nth-child(2) {
  transform: rotate(45deg);
}
.ArrowChange.true span:nth-child(1) {
  transform: rotate(45deg);
}
.ArrowChange.true span:nth-child(2) {
  transform: rotate(-45deg);
}
html,
body {
  margin: 0;
  padding: 0;
  border: 0;
  background-color: #ffffee;
  font-family: Tahoma, Arial, sans-serif;
}
@media (min-width: 1px) {
  .adaptive {
    display: block;
    width: 100%;
  }
}
@media (min-width: 480px) {
  .adaptive {
    display: block;
    width: 100%;
  }
}
@media (min-width: 576px) {
  .adaptive {
    width: 576px;
  }
}
@media (min-width: 768px) {
  .adaptive {
    width: 768px;
  }
}
@media (min-width: 992px) {
  .adaptive {
    width: 992px;
  }
}
@media (min-width: 1200px) {
  .adaptive {
    width: 1200px;
  }
}
.adaptive {
  margin-left: auto;
  margin-right: auto;
}
.Test .header {
  border: 1px solid #aaa;
  background-color: #ffffff;
  text-align: center;
  font-size: 14px;
  color: #222;
  padding: 5px 0;
}
.Test .header a {
  color: inherit;
  text-decoration: inherit;
}
.Test .header a:hover {
  text-decoration: underline;
}
.Test .sandbox {
  border: 1px solid #aaa;
  background-color: #f7f7ee;
  margin-top: 20px;
  margin-bottom: 20px;
}
.Test .sandbox .label {
  border-bottom: 1px solid #aaa;
  background-color: #ffffff;
  padding: 3px 0;
  margin-bottom: 5px;
  font-size: 14px;
  text-align: center;
}
.Test .sandbox .button {
  display: inline-block;
  border: 1px solid #6b9aff;
  padding: 4px 20px;
  border-radius: 4px;
  background: linear-gradient(top, #e2e2ff, #7d7dff);
}
.Test .sandbox .button:hover {
  cursor: pointer;
  background: #c6d6ff;
}
.Test .sandbox .button:active {
  cursor: pointer;
  border: 1px solid #c6d6ff;
}
.Test .articleHeader {
  font-size: 14px;
  padding: 3px 10px;
}
.Test .articleValue {
  font-size: 12px;
  padding-left: 20px;
}
.mar_t20 {
  margin-top: 20px;
}
.mar_l20 {
  margin-left: 20px;
}
.mar_r20 {
  margin-right: 20px;
}
.mar_20 {
  margin: 20px;
}
.mar_auto {
  margin: auto;
}
.center {
  text-align: center;
}
.font12 {
  font-size: 12px;
}
.flo {
  float: left;
}
.flo_r {
  float: right;
}
.cle {
  clear: left;
}
.cle_r {
  clear: right;
}
.ArrowChange {
  top: 23px;
  right: 23px;
}
