@charset "utf-8";
body {
  max-width: 1080px;
  width: 10rem;
  margin: 0 auto;
}
.wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.main_note {
  border: 1px solid #ddd;
  padding: 0.555556rem 0 0.347222rem 0;
  background-color: #fff;
  color: #333;
}
.main_note .main {
  width: 100%;
  padding: 0 0.777778rem;
}
.main_note .main p {
  font-size: 0.194444rem;
  color: #454545;
  text-indent: 2em;
  line-height: 25px;
  margin: 0 !important;
}
.main_note .main p span {
  font-size: 0.194444rem !important;
}
.main h4 {
  font-size: 0.305556rem;
  color: #333;
  margin: 0.5rem 0 0.375rem 0;
}
.main_note .main ul {
  text-indent: 5em;
}
.main_note h2 {
  color: #252525;
  font-size: 0.416667rem;
  padding-bottom: 0.208333rem;
  margin: 0 0.277778rem 0.277778rem;
  text-align: center;
  font-family: "微软雅黑";
}
.xy_black {
  color: #252525;
}
.xy_color,
.xy_color:hover {
  color: #ff5d13 !important;
}
.main_note .main .indent-2tab {
  text-indent: 4em;
}
.main_note .double-title {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-around;
  height: 1rem;
  line-height: 1rem;
  color: #c1c1c1;
}
.main_note .double-title p {
  width: 3rem;
  border: 1px solid #c1c1c1;
  text-align: center;
}
.main_note .double-title .on {
  color: #fd8e4f;
  border: 1px solid #fd8e4f;
}
