#top {
  width: 0.7rem;
  position: fixed;
  right: 30px;
  bottom: 10%;
  font-size: 0;
  z-index: 10;
}
#top a {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}
#top a img {
  display: block;
  width: 100%;
}

#subsequent {
  width: 100%;
  background: white;
  padding: 50px 0;
}
#subsequent .content {
  width: 1200px;
  height: 480px;
  margin: auto;
  position: relative;
  margin-top: 30px;
}

canvas {
  position: absolute;
}

#can1 {
  z-index: 1;
}

#can2 {
  top: 0;
  left: 305px;
  z-index: 2;
}

#can3 {
  top: 0;
  left: 765px;
  z-index: 1;
}

#can4 {
  top: 240px;
  left: 0;
  z-index: 4;
}

#can5 {
  top: 240px;
  left: 500px;
  z-index: 3;
}

.page {
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
}
.page li {
  height: 0.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.2rem;
  padding-left: 0.5em;
  padding-right: 0.5em;
  border: 1px solid #b4b4b4;
  background: white;
  color: black;
  margin: 0 2.5px;
  float: left;
}

.thisclass {
  background: #1d65d4 !important;
  color: white !important;
}

.material-title {
  width: 75%;
  margin: auto;
}
.material-title h1 {
  width: 5rem;
  font-size: 0.36rem;
  text-align: center;
  margin: auto;
  color: #202020;
  border-bottom: 1px solid #978558;
  padding-bottom: 0.2rem;
  position: relative;
  bottom: -1px;
  font-weight: initial;
}
.material-title > div {
  width: 100%;
  height: 0;
  border-bottom: 1px solid #d6d6d6;
}
.material-title h3 {
  width: 100%;
  text-align: center;
  padding-top: 0.2rem;
  font-size: 0.24rem;
  color: #bfbfbf;
  font-weight: initial;
}

#banner {
  width: 100%;
  position: relative;
}
#banner img {
  display: block;
  width: 100%;
}
#banner .banner-content {
  position: absolute;
  top: 20%;
  left: 15%;
  text-align: center;
  color: #202020;
}
#banner .banner-content h1 {
  font-size: 0.65rem;
  margin-bottom: 10px;
}
#banner .banner-content h3 {
  font-size: 0.3rem;
  font-weight: initial;
  margin-bottom: 10px;
}
#banner .banner-content h2 {
  width: 100%;
  text-align: center;
  font-size: 0.4rem;
  font-weight: 200;
  margin-bottom: 10px;
}
#banner .banner-content p {
  font-size: 0.26rem;
  color: #87681a;
  margin-bottom: 30px;
}
#banner .banner-content > div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#banner .banner-content > div div {
  width: 50%;
  height: 0.4rem;
  text-align: center;
  line-height: 0.4rem;
  font-size: 0.28rem;
  color: #978558;
  border: 2px solid #978558;
  background: white;
}
#banner .banner-content > div a {
  width: 50%;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  font-size: 0.28rem;
  color: white;
  border: 2px solid #978558;
  background: #978558;
}
#banner .banner-content > div:hover div {
  border-color: #1d65d4;
  color: #1d65d4;
}
#banner .banner-content > div:hover a {
  border-color: #1d65d4;
  background: #1d65d4;
}

#material {
  width: 100%;
  background: #fff;
  padding: 50px 0;
  background: #978558;
  padding-top: 80px;
  padding-bottom: 0;
}
#material .material-content {
  width: 85%;
  min-width: 1200px;
  margin: auto;
  background: white;
  position: relative;
}
#material .material-content-nav {
  width: 66%;
  height: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  top: -0.5rem;
  left: 50%;
  margin-left: -33%;
}
#material .material-content-nav > div {
  width: 3rem;
  text-align: center;
  height: 0.5rem;
  line-height: 0.5rem;
  font-size: 0.36rem;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background: #ccb98b;
  position: relative;
}
#material .material-content-nav > div.check, #material .material-content-nav > div:hover {
  background: white;
  color: #978558;
}
#material .material-content-nav > div.check .material-content-nav-left,
#material .material-content-nav > div.check .material-content-nav-right, #material .material-content-nav > div:hover .material-content-nav-left,
#material .material-content-nav > div:hover .material-content-nav-right {
  background: white;
}
#material .material-content-nav .material-content-nav-left {
  position: absolute;
  left: -20px;
  bottom: 0;
  width: 20px;
  height: 20px;
  background: #ccb98b;
  overflow: hidden;
}
#material .material-content-nav .material-content-nav-left > div {
  width: 200%;
  height: 200%;
  background: #978558;
  border-radius: 70%;
  position: relative;
  left: -20px;
  top: -20px;
}
#material .material-content-nav .material-content-nav-right {
  position: absolute;
  right: -20px;
  bottom: 0;
  width: 20px;
  height: 20px;
  background: #ccb98b;
  overflow: hidden;
}
#material .material-content-nav .material-content-nav-right > div {
  width: 200%;
  height: 200%;
  background: #978558;
  border-radius: 70%;
  position: relative;
  top: -20px;
}
#material .material-content-body {
  width: 100%;
}
#material .material-content-body > h3 {
  width: 100%;
  font-size: 0.24rem;
  color: #ff0000;
  text-align: center;
  padding: 0.6rem 0;
  font-weight: initial;
}

#account {
  width: 100%;
  background: #fff;
  padding: 50px 0;
  background: white;
  padding: 0;
  padding-bottom: 0.7rem;
}
#account .account-content {
  width: 85%;
  min-width: 1200px;
  margin: auto;
  margin-top: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#account .account-content-one {
  width: 25%;
}
#account .account-content-one img {
  display: block;
  width: 35%;
  margin: auto;
}
#account .account-content-one p {
  margin-top: 0.2rem;
  width: 100%;
  text-align: center;
  font-size: 0.24rem;
  color: #3d3d3d;
  line-height: 1.8;
}

#overdue {
  width: 100%;
  background: #fff;
  padding: 50px 0;
  background: #f7f7f5;
  padding: 0.7rem 0;
}
#overdue .overdue-content {
  width: 85%;
  min-width: 1200px;
  margin: auto;
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#overdue .overdue-content p {
  width: 100%;
  text-align: center;
  font-size: 0.24rem;
  color: #202020;
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
  line-height: 1.8;
}
#overdue .overdue-content p span {
  color: #ff0000;
}
#overdue .overdue-content > div:nth-child(2) {
  width: 40%;
  position: relative;
  overflow: hidden;
}
#overdue .overdue-content > div:nth-child(2) img {
  display: block;
  width: 120%;
}
#overdue .overdue-content > div:nth-child(2) > div {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: radial-gradient(transparent 30%, #f7f7f5 73%);
}
#overdue .overdue-content > div:nth-child(3) {
  width: 60%;
}
#overdue .overdue-content > div:nth-child(3) > div {
  width: 80%;
  height: 0.45rem;
  line-height: 0.45rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 0.5rem;
  font-size: 0.3rem;
  color: white;
  margin-top: 10px;
  margin-left: 10%;
  position: relative;
}
#overdue .overdue-content > div:nth-child(3) > div span {
  font-size: 0.24rem;
}
#overdue .overdue-content > div:nth-child(3) > div > i {
  display: inline-block;
  width: 0.52rem;
  height: 0.52rem;
  overflow: hidden;
  margin-right: 2px;
  background: white;
  background: transparent;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
  top: -5px;
  left: -0.26rem;
}
#overdue .overdue-content > div:nth-child(3) > div > i > i {
  display: inline-block;
  width: 0.52rem;
  height: 0.52rem;
  background: url("../img/icon73.png") no-repeat center;
  background-size: 100%;
  border-right: 0.52rem solid transparent;
  -webkit-filter: drop-shadow(0.52rem 0 #978558);
          filter: drop-shadow(0.52rem 0 #978558);
  position: relative;
  left: -0.52rem;
}
#overdue .overdue-content > div:nth-child(3) > div:nth-child(1) {
  background: #bcb29a;
}
#overdue .overdue-content > div:nth-child(3) > div:nth-child(2) {
  background: #978558;
}
#overdue .overdue-content > div:nth-child(3) > div:nth-child(2) > i > i {
  -webkit-filter: drop-shadow(0.52rem 0 #826c36);
          filter: drop-shadow(0.52rem 0 #826c36);
}
#overdue .overdue-content > div:nth-child(3) > div:nth-child(3) {
  background: #826c36;
}
#overdue .overdue-content > div:nth-child(3) > div:nth-child(3) > i > i {
  -webkit-filter: drop-shadow(0.52rem 0 #513f13);
          filter: drop-shadow(0.52rem 0 #513f13);
}
#overdue .overdue-content > div:nth-child(3) > div:nth-child(4) {
  background: #513f13;
}
#overdue .overdue-content > div:nth-child(3) > div:nth-child(4) > i > i {
  -webkit-filter: drop-shadow(0.52rem 0 #362807);
          filter: drop-shadow(0.52rem 0 #362807);
}
#overdue .overdue-content > div:nth-child(3) > div:nth-child(5) {
  background: #362807;
}
#overdue .overdue-content > div:nth-child(3) > div:nth-child(5) > i {
  display: inline-block;
  width: 0.25rem;
  height: 0.25rem;
  overflow: hidden;
  margin-right: 2px;
  background: white;
  background: transparent;
  height: 0.52rem;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  left: -0.125rem;
}
#overdue .overdue-content > div:nth-child(3) > div:nth-child(5) > i > i {
  display: inline-block;
  width: 0.25rem;
  height: 0.25rem;
  background: url("../img/icon83.png") no-repeat center;
  background-size: 100%;
  border-right: 0.25rem solid transparent;
  -webkit-filter: drop-shadow(0.25rem 0 #bd0000);
          filter: drop-shadow(0.25rem 0 #bd0000);
  position: relative;
  left: -0.25rem;
  height: 0.52rem;
}
#overdue .overdue-content > div:nth-child(3) > div:last-child {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin-top: 30px;
}
#overdue .overdue-content > div:nth-child(3) > div:last-child div {
  width: 2rem;
  height: 0.4rem;
  text-align: center;
  line-height: 0.4rem;
  font-size: 0.28rem;
  color: #978558;
  border: 2px solid #978558;
  background: white;
}
#overdue .overdue-content > div:nth-child(3) > div:last-child a {
  width: 2rem;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  font-size: 0.28rem;
  color: white;
  border: 2px solid #978558;
  background: #978558;
}
#overdue .overdue-content > div:nth-child(3) > div:last-child:hover div {
  border-color: #1d65d4;
  color: #1d65d4;
}
#overdue .overdue-content > div:nth-child(3) > div:last-child:hover a {
  border-color: #1d65d4;
  background: #1d65d4;
}

#must {
  width: 100%;
  background: #fff;
  padding: 50px 0;
}
#must .must-content {
  width: 85%;
  min-width: 1200px;
  margin: auto;
}
#must .must-content > P {
  width: 85%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: auto;
  padding: 15px 30px;
  font-size: 0.24rem;
  color: #202020;
  background: #e6e2dc;
  line-height: 2;
  margin-top: 0.5rem;
  margin-bottom: 0.2rem;
}
#must .must-content-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  width: 85%;
  height: 3rem;
  margin: auto;
  margin-top: 0.3rem;
}
#must .must-content-body-one {
  width: 49%;
  height: 0.45rem;
  line-height: 0.45rem;
  font-size: 0.2rem;
  color: white;
  background: #978558;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 0.6rem;
  position: relative;
}
#must .must-content-body-one span {
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  line-height: 0.5rem;
  text-align: center;
  border: 3px solid #735e28;
  border-radius: 50%;
  background: white;
  color: #735e28;
  font-weight: bold;
  font-size: 0.36rem;
  position: absolute;
  top: -0.05rem;
  left: 0;
}
#must .must-content > div:last-child {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin-top: 50px;
}
#must .must-content > div:last-child div {
  width: 2rem;
  height: 0.4rem;
  text-align: center;
  line-height: 0.4rem;
  font-size: 0.28rem;
  color: #978558;
  border: 2px solid #978558;
  background: white;
}
#must .must-content > div:last-child a {
  width: 2rem;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  font-size: 0.28rem;
  color: white;
  border: 2px solid #978558;
  background: #978558;
}
#must .must-content > div:last-child:hover div {
  border-color: #1d65d4;
  color: #1d65d4;
}
#must .must-content > div:last-child:hover a {
  border-color: #1d65d4;
  background: #1d65d4;
}

#how {
  width: 100%;
  background: #fff;
  padding: 50px 0;
  background: #202020;
}
#how .material-title h1 {
  color: white !important;
}
#how .how-content {
  width: 85%;
  min-width: 1200px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#how .how-content-left {
  width: 65%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px;
  border-right: 1px solid #adadad;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 0.7rem;
}
#how .how-content-left h1 {
  width: 100%;
  text-align: center;
  font-size: 0.3rem;
  color: white;
  margin-bottom: 0.5rem;
}
#how .how-content-left-one {
  width: 20%;
}
#how .how-content-left-one > div {
  width: 0.6rem;
  margin: auto;
  position: relative;
}
#how .how-content-left-one > div > i:nth-child(1) {
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  overflow: hidden;
  margin-right: 2px;
  background: white;
  background: transparent;
}
#how .how-content-left-one > div > i:nth-child(1) > i {
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  background: url("../img/icon89.png") no-repeat center;
  background-size: 100%;
  border-right: 0.6rem solid transparent;
  -webkit-filter: drop-shadow(0.6rem 0 #978558);
          filter: drop-shadow(0.6rem 0 #978558);
  position: relative;
  left: -0.6rem;
}
#how .how-content-left-one > div > i:nth-child(2) {
  display: inline-block;
  width: 0.2rem;
  height: 0.2rem;
  overflow: hidden;
  margin-right: 2px;
  background: white;
  background: transparent;
  position: absolute;
  top: 40%;
  right: -100%;
}
#how .how-content-left-one > div > i:nth-child(2) > i {
  display: inline-block;
  width: 0.2rem;
  height: 0.2rem;
  background: url("../img/icon110.png") no-repeat center;
  background-size: 100%;
  border-right: 0.2rem solid transparent;
  -webkit-filter: drop-shadow(0.2rem 0 #978558);
          filter: drop-shadow(0.2rem 0 #978558);
  position: relative;
  left: -0.2rem;
}
#how .how-content-left-one > p {
  width: 100%;
  line-height: 2;
  font-size: 0.2rem;
  color: white;
  text-align: center;
}
#how .how-content-left > div:nth-child(3) > div > i:nth-child(1) > i {
  background-image: url("../img/icon90.png");
}
#how .how-content-left > div:nth-child(4) > div > i:nth-child(1) > i {
  background-image: url("../img/icon91.png");
}
#how .how-content-left > div:nth-child(5) > div > i:nth-child(1) > i {
  background-image: url("../img/icon92.png");
}
#how .how-content-left > div:nth-child(6) > div > i:nth-child(1) > i {
  background-image: url("../img/icon93.png");
}
#how .how-content-left h2 {
  margin-top: 0.5rem;
  width: 100%;
  text-align: center;
  font-size: 0.3rem;
  color: white;
  font-weight: initial;
}
#how .how-content-right {
  width: 35%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0 0 20px;
  margin-top: 0.7rem;
  font-size: 0;
}
#how .how-content-right h1 {
  width: 100%;
  font-size: 0.3rem;
  color: white;
  margin-bottom: 0.5rem;
}
#how .how-content-right p {
  width: 120%;
  font-size: 0.2rem;
  color: white;
  margin-bottom: 0.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#how .how-content-right p span:nth-child(1) {
  width: 1.75rem;
}
#how .how-content-right a {
  display: inline-block;
  width: 1.7rem;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  background: #978558;
  color: white;
  font-size: 0.24rem;
  border: 2px solid #978558;
}
#how .how-content-right a:hover {
  background: white;
  color: #978558;
}

#plan {
  width: 100%;
  background: #fff;
  padding: 50px 0;
}
#plan .plan-content {
  width: 85%;
  min-width: 1200px;
  margin: auto;
}
#plan .plan-content h3 {
  width: 100%;
  text-align: center;
  font-size: 0.3rem;
  color: #f13a3c;
  margin-top: 0.5rem;
}
#plan .plan-content > div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0.5rem;
}
#plan .plan-content > div .plan-content-body {
  width: 30%;
}
#plan .plan-content > div .plan-content-body > div:nth-child(1) {
  width: 65%;
  margin: auto;
}
#plan .plan-content > div .plan-content-body > div:nth-child(1) img {
  display: block;
  width: 100%;
}
#plan .plan-content > div .plan-content-body h1 {
  width: 100%;
  text-align: center;
  margin: auto;
  color: #2a323a;
  font-weight: initial;
  margin-top: 0.1rem;
}
#plan .plan-content > div .plan-content-body > div:nth-child(3) {
  width: 1.1rem;
  height: 5px;
  background: #978558;
  border-radius: 100px;
  margin: auto;
  margin-top: 0.09rem;
  margin-bottom: 0.4rem;
}
#plan .plan-content > div .plan-content-body ul {
  width: 70%;
  height: 2rem;
  margin: auto;
}
#plan .plan-content > div .plan-content-body ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.18rem;
  color: #2a323a;
  margin-bottom: 0.15rem;
}
#plan .plan-content > div .plan-content-body ul li span {
  width: 0.1rem;
  height: 0.1rem;
  background: #aeaeae;
  border-radius: 50%;
  margin-right: 0.15rem;
}
#plan .plan-content > div .plan-content-body > div:last-child {
  font-size: 0;
  text-align: center;
  margin-top: 0.3rem;
}
#plan .plan-content > div .plan-content-body > div:last-child a {
  display: inline-block;
  width: 1.7rem;
  height: 0.35rem;
  line-height: 0.35rem;
  color: white;
  background: #978558;
  text-align: center;
  font-size: 0.19rem;
  border: 2px solid #978558;
  font-weight: bold;
}
#plan .plan-content > div .plan-content-body > div:last-child a:hover {
  background: transparent;
  color: #978558;
  cursor: pointer;
}

#conditions {
  width: 100%;
  background: #fff;
  padding: 50px 0;
  padding-top: 0;
}
#conditions .conditions-content {
  width: 85%;
  min-width: 1200px;
  margin: auto;
  margin-top: 0.3rem;
  width: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#conditions .conditions-content h3 {
  width: 100%;
  text-align: center;
  font-size: 0.24rem;
  color: #978558;
  margin-bottom: 0.5rem;
}
#conditions .conditions-content > div {
  width: 33%;
}
#conditions .conditions-content > div img {
  display: block;
  width: 1rem;
  margin: auto;
  margin-bottom: 0.4rem;
}
#conditions .conditions-content > div p {
  width: 100%;
  text-align: center;
  font-size: 0.24rem;
  color: #3d3d3d;
}

#time {
  width: 100%;
  background: #fff;
  padding: 50px 0;
  background: #eae7e4;
}
#time .time-content {
  width: 85%;
  min-width: 1200px;
  margin: auto;
}
#time .time-content p {
  width: 100%;
  text-align: center;
  font-size: 0.22rem;
  color: #3d3d3d;
  margin-top: 0.5rem;
}
#time .time-content p span {
  font-size: 0.34rem;
  color: #978558;
}
#time .time-content > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0.5rem;
}
#time .time-content > div > div {
  width: 2rem;
  height: 0.45rem;
  line-height: 0.45rem;
  text-align: center;
  border: 2px solid #978558;
  background: white;
  color: #978558;
  font-size: 0.3rem;
}
#time .time-content > div a {
  width: 2rem;
  height: 0.45rem;
  line-height: 0.45rem;
  text-align: center;
  border: 2px solid #978558;
  background: #978558;
  color: white;
  font-size: 0.3rem;
}
#time .time-content > div:hover div {
  border-color: #1d65d4;
  color: #1d65d4;
}
#time .time-content > div:hover a {
  border-color: #1d65d4;
  background: #1d65d4;
}

#risk {
  width: 100%;
  background: #fff;
  padding: 50px 0;
}
#risk .risk-content {
  width: 85%;
  min-width: 1200px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.3rem;
}
#risk .risk-content-left {
  width: 40%;
}
#risk .risk-content-left img {
  display: block;
  width: 95%;
}
#risk .risk-content-right {
  width: 60%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
}
#risk .risk-content-right p {
  width: 100%;
  font-size: 0.3rem;
  color: white;
  margin-bottom: 0.3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2px 20px;
}
#risk .risk-content-right > p:nth-child(1) {
  background: #bcb29a;
  color: #513f13;
}
#risk .risk-content-right > p:nth-child(2) {
  background: #978558;
}
#risk .risk-content-right > p:nth-child(3) {
  background: #826c36;
}

#process {
  width: 100%;
  background: #fff;
  padding: 50px 0;
  background: #202020;
}
#process .material-title h1 {
  color: white !important;
}
#process .process-content {
  width: 85%;
  min-width: 1200px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#process .process-content-body {
  width: 16.6%;
  margin-top: 1rem;
}
#process .process-content-body div {
  width: 1.1rem;
  height: 1.1rem;
  line-height: 1.1rem;
  margin: auto;
  border: 2px solid #978558;
  border-top-color: #ddcfad;
  border-left-color: #ddcfad;
  border-radius: 50%;
  text-align: center;
  font-size: 0;
}
#process .process-content-body div span {
  display: inline-block;
  font-size: 0.6rem;
  color: #ddcfad;
  position: relative;
}
#process .process-content-body p {
  width: 100%;
  height: 1rem;
  font-size: 0.24rem;
  text-align: center;
  margin-top: 0.3rem;
  color: white;
}
#process .process-content > div:nth-child(2) > div {
  -webkit-transform: rotate(75deg);
          transform: rotate(75deg);
}
#process .process-content > div:nth-child(2) > div span {
  -webkit-transform: rotate(-75deg);
          transform: rotate(-75deg);
}
#process .process-content > div:nth-child(3) > div {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
#process .process-content > div:nth-child(3) > div span {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
#process .process-content > div:nth-child(4) > div {
  -webkit-transform: rotate(200deg);
          transform: rotate(200deg);
}
#process .process-content > div:nth-child(4) > div span {
  -webkit-transform: rotate(-200deg);
          transform: rotate(-200deg);
}
#process .process-content > div:nth-child(5) > div {
  -webkit-transform: rotate(255deg);
          transform: rotate(255deg);
}
#process .process-content > div:nth-child(5) > div span {
  -webkit-transform: rotate(-255deg);
          transform: rotate(-255deg);
}
#process .process-content > div:nth-child(6) > div {
  -webkit-transform: rotate(310deg);
          transform: rotate(310deg);
}
#process .process-content > div:nth-child(6) > div span {
  -webkit-transform: rotate(-310deg);
          transform: rotate(-310deg);
}
#process .process-content h2 {
  width: 100%;
  text-align: center;
  font-size: 0.3rem;
  color: #f13a3c;
  margin-top: 0.5rem;
  font-weight: initial;
}
#process .process-content h2 span {
  font-size: 0.18rem;
}
#process h3 {
  width: 100%;
  text-align: center;
  font-size: 0.3rem;
  color: white;
  margin: 10px;
  font-weight: initial;
}
#process > div:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0.5rem;
}
#process > div:last-child > div {
  width: 2rem;
  height: 0.45rem;
  line-height: 0.45rem;
  text-align: center;
  border: 2px solid #978558;
  background: white;
  color: #978558;
  font-size: 0.3rem;
}
#process > div:last-child a {
  width: 2rem;
  height: 0.45rem;
  line-height: 0.45rem;
  text-align: center;
  border: 2px solid #978558;
  background: #978558;
  color: white;
  font-size: 0.3rem;
}
#process > div:last-child:hover div {
  border-color: #1d65d4;
  color: #1d65d4;
}
#process > div:last-child:hover a {
  border-color: #1d65d4;
  background: #1d65d4;
}

#immunity {
  width: 100%;
  background: #fff;
  padding: 50px 0;
  background: #f7f7f5;
}
#immunity .immunity-content {
  width: 85%;
  min-width: 1200px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#immunity .immunity-content h1 {
  width: 100%;
  text-align: center;
  font-size: 0.24rem;
  color: #978558;
  margin-top: 0.3rem;
  margin-bottom: 0.7rem;
}
#immunity .immunity-content > div {
  width: 20%;
}
#immunity .immunity-content > div > img {
  display: block;
  width: 1rem;
  margin: auto;
}
#immunity .immunity-content > div p {
  font-size: 0.24rem;
  text-align: center;
  color: #3d3d3d;
  margin-top: 0.3rem;
}

#plan2 {
  width: 100%;
  background: #fff;
  padding: 50px 0;
}
#plan2 .plan2-content {
  width: 85%;
  min-width: 1200px;
  margin: auto;
}
#plan2 .plan2-content h3 {
  width: 100%;
  text-align: center;
  font-size: 0.3rem;
  color: #f13a3c;
  margin-top: 0.5rem;
}
#plan2 .plan2-content > div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0.5rem;
}
#plan2 .plan2-content > div .plan2-content-body {
  width: 30%;
}
#plan2 .plan2-content > div .plan2-content-body > div:nth-child(1) {
  width: 65%;
  margin: auto;
}
#plan2 .plan2-content > div .plan2-content-body > div:nth-child(1) img {
  display: block;
  width: 100%;
}
#plan2 .plan2-content > div .plan2-content-body h1 {
  width: 100%;
  text-align: center;
  margin: auto;
  color: #2a323a;
  font-weight: initial;
  margin-top: 0.1rem;
}
#plan2 .plan2-content > div .plan2-content-body > div:nth-child(3) {
  width: 1.1rem;
  height: 5px;
  background: #978558;
  border-radius: 100px;
  margin: auto;
  margin-top: 0.09rem;
  margin-bottom: 0.4rem;
}
#plan2 .plan2-content > div .plan2-content-body ul {
  width: 80%;
  height: 2rem;
  margin: auto;
}
#plan2 .plan2-content > div .plan2-content-body ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.18rem;
  color: #2a323a;
  margin-bottom: 0.15rem;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
#plan2 .plan2-content > div .plan2-content-body ul li span {
  width: 0.1rem;
  height: 0.1rem;
  background: #aeaeae;
  border-radius: 50%;
  margin-right: 0.15rem;
}
#plan2 .plan2-content > div .plan2-content-body ul li p {
  width: calc(100% - 0.25rem);
}
#plan2 .plan2-content > div .plan2-content-body > div:last-child {
  font-size: 0;
  text-align: center;
  margin-top: 0.3rem;
}
#plan2 .plan2-content > div .plan2-content-body > div:last-child a {
  display: inline-block;
  width: 1.7rem;
  height: 0.35rem;
  line-height: 0.35rem;
  color: white;
  background: #978558;
  text-align: center;
  font-size: 0.19rem;
  border: 2px solid #978558;
  font-weight: bold;
}
#plan2 .plan2-content > div .plan2-content-body > div:last-child a:hover {
  background: transparent;
  color: #978558;
  cursor: pointer;
}
#plan2 > div:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0.5rem;
}
#plan2 > div:last-child > div {
  width: 2rem;
  height: 0.45rem;
  line-height: 0.45rem;
  text-align: center;
  border: 2px solid #978558;
  background: white;
  color: #978558;
  font-size: 0.3rem;
}
#plan2 > div:last-child a {
  width: 2rem;
  height: 0.45rem;
  line-height: 0.45rem;
  text-align: center;
  border: 2px solid #978558;
  background: #978558;
  color: white;
  font-size: 0.3rem;
}
#plan2 > div:last-child:hover div {
  border-color: #1d65d4;
  color: #1d65d4;
}
#plan2 > div:last-child:hover a {
  border-color: #1d65d4;
  background: #1d65d4;
}

#notice {
  width: 100%;
  background: #fff;
  padding: 50px 0;
}
#notice > div:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0.5rem;
}
#notice > div:nth-child(2) > div {
  font-size: 0.24rem;
  color: #202020;
  padding: 20px 40px;
  background: #e6e2dc;
  line-height: 1.8;
}
#notice > div:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0.5rem;
}
#notice > div:last-child > div {
  width: 2rem;
  height: 0.45rem;
  line-height: 0.45rem;
  text-align: center;
  border: 2px solid #978558;
  background: white;
  color: #978558;
  font-size: 0.3rem;
}
#notice > div:last-child a {
  width: 2rem;
  height: 0.45rem;
  line-height: 0.45rem;
  text-align: center;
  border: 2px solid #978558;
  background: #978558;
  color: white;
  font-size: 0.3rem;
}
#notice > div:last-child:hover div {
  border-color: #1d65d4;
  color: #1d65d4;
}
#notice > div:last-child:hover a {
  border-color: #1d65d4;
  background: #1d65d4;
}

#advertising2 {
  width: 100%;
  background: #fff;
  padding: 50px 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}
#advertising2 img {
  display: block;
  width: 100%;
}
#advertising2 img:nth-child(2) {
  width: 3.9rem;
  position: absolute;
  top: 18%;
  left: 12%;
}
#advertising2 h3 {
  font-size: 0.36rem;
  color: #202020;
  position: absolute;
  top: 40%;
  left: 12%;
}
#advertising2 > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 65%;
  left: 11%;
}
#advertising2 > div div {
  width: 3.5rem;
  height: 0.4rem;
  text-align: center;
  line-height: 0.4rem;
  font-size: 0.24rem;
  color: #202020;
  border: 2px solid #978558;
  background: white;
}
#advertising2 > div a {
  width: 1.2rem;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  font-size: 0.24rem;
  color: white;
  border: 2px solid #978558;
  background: #978558;
}
#advertising2 > div:hover div {
  border-color: #1d65d4;
  color: #1d65d4;
}
#advertising2 > div:hover a {
  border-color: #1d65d4;
  background: #1d65d4;
}

#content {
  width: 100%;
  background: #fff;
  padding: 50px 0;
  position: relative;
  padding: 0;
}
#content .material-title h1 {
  color: white;
}
#content > img {
  display: block;
  width: 100%;
}
#content > div {
  width: 100%;
  height: 100%;
  padding-top: 20px;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(27, 37, 46, 0.75);
}
#content > div .title {
  margin-top: 0.2rem;
}
#content > div .title h3 {
  color: white;
}
#content > div .title span {
  border-color: white;
}
#content > div .title i i {
  -webkit-filter: drop-shadow(0.26rem 0 white);
          filter: drop-shadow(0.26rem 0 white);
}
#content > div .content-body {
  width: 85%;
  min-width: 1200px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 75%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0.4rem;
}
#content > div .content-body-one {
  width: 2.9rem;
  height: 4.7rem;
  background: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 15px;
  text-align: center;
}
#content > div .content-body-one > div {
  width: 1.2rem;
  height: 1.5rem;
  overflow: hidden;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin: auto;
  position: relative;
}
#content > div .content-body-one > div > i {
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  overflow: hidden;
  margin-right: 2px;
  background: white;
  background: transparent;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 10;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
#content > div .content-body-one > div > i > i {
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  background: url("../img/icon82.png") no-repeat center;
  background-size: 100%;
  border-right: 0.6rem solid transparent;
  -webkit-filter: drop-shadow(0.6rem 0 #5e5e5e);
          filter: drop-shadow(0.6rem 0 #5e5e5e);
  position: relative;
  left: -0.6rem;
}
#content > div .content-body-one > div > div {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
}
#content > div .content-body-one > div > div > div {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
  background-color: #cccccc;
}
#content > div .content-body-one h3 {
  background: #eeeeee;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  padding: 5px;
  font-size: 0.28rem;
  color: #343434;
  font-weight: initial;
  margin-top: 0.25rem;
}
#content > div .content-body-one p {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  padding: 5px;
  font-size: 0.185rem;
  color: #666666;
  margin-top: 0.25rem;
  line-height: 2;
}
#content > div .content-body-one p span {
  font-size: 0.2rem;
  color: #f13a3c;
}
#content > div .content-body-one > a {
  width: 100%;
  text-align: center;
  color: #fe0000;
  font-size: 0.185rem;
}
#content > div .content-body-one:hover > div > i > i {
  -webkit-filter: drop-shadow(0.6rem 0 white);
          filter: drop-shadow(0.6rem 0 white);
}
#content > div .content-body-one:hover > div > div > div {
  background-color: #978558;
}
#content > div .content-body > div:nth-child(2) > div > i > i {
  background-image: url(../img/icon79.png);
}
#content > div .content-body > div:nth-child(3) > div > i > i {
  background-image: url(../img/icon80.png);
}
#content > div .content-body > div:nth-child(4) > div > i > i {
  background-image: url(../img/icon81.png);
}

#FAQ {
  width: 100%;
  background: #fff;
  padding: 50px 0;
}
#FAQ .FAQ-content {
  width: 85%;
  min-width: 1200px;
  margin: auto;
  width: 80%;
}
#FAQ .FAQ-content h3 {
  width: 100%;
  text-align: center;
  font-size: 0.2rem;
  color: #999999;
  font-weight: initial;
  margin-top: 0.3rem;
  margin-bottom: 0.7rem;
}
#FAQ .FAQ-content-body {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#FAQ .FAQ-content-body-left {
  width: 65%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 0;
  border-bottom: 1px solid #d5d1ce;
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#FAQ .FAQ-content-body-right {
  width: 32%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 0;
}
#FAQ .FAQ-content-body-right > div {
  width: 100%;
  height: 1.2rem;
  background: #eaeaea;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#FAQ .FAQ-content-body-right > div p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 15px;
  font-size: 0.17rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#FAQ .FAQ-content-body-right > div p span {
  margin-right: 5px;
  display: inline-block;
  width: 0.25rem;
  height: 0.25rem;
  background: url(../img/icon15.png) no-repeat;
  background-size: 100%;
  color: #666666;
}
#FAQ .FAQ-content-body-right > div > p:nth-child(1) span {
  background-image: url(../img/icon16.png);
  color: black;
}
#FAQ .FAQ-content-body-right > div > p:nth-child(1) a:hover {
  color: #ff0000;
  cursor: pointer;
}
#FAQ .FAQ-content-body .content-img {
  width: 1.9rem;
  height: 1.2rem;
  overflow: hidden;
}
#FAQ .FAQ-content-body .content-img img {
  display: block;
  width: 100%;
}
#FAQ .FAQ-content-body .content-text {
  width: calc(100% - 1.9rem - 15px);
  height: 1.2rem;
  overflow: hidden;
  margin-left: 15px;
  font-size: 0.18rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#FAQ .FAQ-content-body .content-text span {
  display: inline-block;
  width: 0.23rem;
  height: 0.23rem;
  line-height: 0.23rem;
  text-align: center;
  color: #ffffff;
}
#FAQ .FAQ-content-body .content-text > p:nth-child(1) {
  height: 0.25rem;
}
#FAQ .FAQ-content-body .content-text > p:nth-child(1) span {
  background: #1d65d4;
}
#FAQ .FAQ-content-body .content-text > p:nth-child(1) a:hover {
  color: #ff0000;
  cursor: pointer;
}
#FAQ .FAQ-content-body .content-text > p:nth-child(2) {
  height: 0.85rem;
  line-height: 1.5;
}
#FAQ .FAQ-content-body .content-text > p:nth-child(2) span {
  background: #ff8003;
}
#FAQ .FAQ-content-body .content-text > p:nth-child(2) a {
  color: #ff0000;
  cursor: pointer;
}

#answer {
  width: 100%;
  height: 0.5rem;
  padding: 10px 0;
  background: #1b252e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#answer .answer-content {
  width: 85%;
  min-width: 1200px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 0.5rem;
}
#answer .answer-content-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#answer .answer-content-left > img {
  display: block;
  width: 0.5rem;
}
#answer .answer-content-left > div {
  margin-left: 15px;
  color: white;
}
#answer .answer-content-left > div h3 {
  font-size: 0.2rem;
}
#answer .answer-content-left > div p {
  font-size: 0.15rem;
}
#answer .answer-content-mid {
  height: 0.5rem;
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60%;
}
#answer .answer-content-mid span {
  width: 0.4rem;
  height: 0.4rem;
  background: #e6e6e6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#answer .answer-content-mid span img {
  display: block;
  width: 60%;
}
#answer .answer-content-mid input {
  width: calc(100% - 0.4rem);
  height: 0.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 20px;
  background: white;
}
#answer .answer-content > a {
  width: 1.5rem;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  color: white;
  background: #f13a3c;
  margin-left: 20px;
  font-size: 0.2rem;
}
#answer .answer-content > a:hover {
  background: #1d65d4;
  cursor: pointer;
}

#advantage {
  width: 100%;
  background: #fff;
  padding: 50px 0;
}
#advantage .advantage-content {
  width: 85%;
  min-width: 1200px;
  margin: auto;
}
#advantage .advantage-content p {
  width: 100%;
  text-align: center;
  font-size: 0.22rem;
  color: #a8a8a8;
  margin-top: 0.3rem;
  line-height: 2;
}
#advantage .advantage-content p span {
  font-size: 0.23rem;
  font-weight: bold;
  color: #1b252e;
}
#advantage .advantage-content .advantage-content-body {
  width: 75%;
  margin: auto;
  margin-top: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#advantage .advantage-content .advantage-content-body > div {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 0;
}
#advantage .advantage-content .advantage-content-body > div > div {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background: #1b252e;
  position: relative;
}
#advantage .advantage-content .advantage-content-body > div > div > i {
  display: inline-block;
  width: 0.4rem;
  height: 0.4rem;
  overflow: hidden;
  margin-right: 2px;
  background: white;
  background: transparent;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
#advantage .advantage-content .advantage-content-body > div > div > i > i {
  display: inline-block;
  width: 0.4rem;
  height: 0.4rem;
  background: url("../img/icon68.png") no-repeat center;
  background-size: 100%;
  border-right: 0.4rem solid transparent;
  -webkit-filter: drop-shadow(0.4rem 0 white);
          filter: drop-shadow(0.4rem 0 white);
  position: relative;
  left: -0.4rem;
}
#advantage .advantage-content .advantage-content-body > div h3,
#advantage .advantage-content .advantage-content-body > div p {
  width: 100%;
  text-align: center;
}
#advantage .advantage-content .advantage-content-body > div h3 {
  margin-top: 0.3rem;
  font-size: 0.2rem;
  color: #30363d;
}
#advantage .advantage-content .advantage-content-body > div p {
  margin-top: 0.1rem;
  font-size: 0.18rem;
  color: #838383;
  line-height: 2;
}
#advantage .advantage-content .advantage-content-body > div:nth-child(2) > div > i > i {
  background-image: url(../img/icon69.png);
}
#advantage .advantage-content .advantage-content-body > div:nth-child(3) > div > i > i {
  background-image: url(../img/icon70.png);
}
#advantage .advantage-content .advantage-content-body > div:nth-child(4) > div > i > i {
  background-image: url(../img/icon71.png);
}

#advertising3 {
  width: 100%;
  background: #fff;
  padding: 50px 0;
  padding: 0;
  height: 1.8rem;
  overflow: hidden;
  position: relative;
}
#advertising3 img {
  display: block;
  width: 100%;
}
#advertising3 .advertising3-t1 {
  position: absolute;
  top: 13%;
  left: 5%;
}
#advertising3 .advertising3-t1 h1 {
  color: #c8b16d;
  font-size: 0.5rem;
  margin-bottom: 0.1rem;
}
#advertising3 .advertising3-t1 h3 {
  font-size: 0.33rem;
  font-weight: initial;
  color: #fff;
}

#list {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 10;
  display: none;
}
#list > div {
  width: 12rem;
  height: 7rem;
  background: white;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#list > div h3 {
  width: 100%;
  text-align: center;
  font-size: 0.24rem;
  color: #2b2b2b;
}
#list > div img {
  display: block;
  width: 100%;
}
#list .close {
  font-size: 0.3rem;
  border: 1px solid transparent;
  padding: 10px;
  position: absolute;
  right: 20px;
  top: 0px;
  color: black;
}
#list .close:hover {
  cursor: pointer;
}

#subsequent {
  width: 100%;
  background: #fff;
  padding: 50px 0;
}
#subsequent .content {
  width: 1200px;
  margin: auto;
  position: relative;
  margin-top: 30px;
}
