.wdsxh-component {
  font-size: 1rem;
  width: 100%;
}

.wdsxh-component div {
  box-sizing: border-box;
}

.wdsxh-component a {
  text-decoration: none;
  outline: none;
}

.wdsxh-component .main-sidebar {
  flex: 11%;
  max-width: 11%;
}

.wdsxh-component .main-box {
  flex: 78%;
  max-width: 78%;
}

.wdsxh-component .flex {
  display: flex;
}

.wdsxh-component .align-items-center {
  align-items: center;
}

.wdsxh-component .justify-content-between {
  justify-content: space-between;
}

.wdsxh-component .component-main {
  position: relative;
}

.wdsxh-component .component-main .main-introduce {
  padding: 1.875rem 0;
  background: url("../img/topBackground.png") no-repeat;
  background-size: cover;
}

.wdsxh-component .component-main .main-introduce .introduce-left {
  max-width: 46.875rem;
}

.wdsxh-component .component-main .main-introduce .introduce-left .left-title {
  font-size: 3rem;
  font-weight: 600;
  line-height: 3.25rem;
  color: #5A5B6E;
}

.wdsxh-component .component-main .main-introduce .introduce-left .left-subtitle {
  padding-top: .5rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 3rem;
  color: #5A5B6E;
}

.wdsxh-component .component-main .main-introduce .introduce-left .left-content {
  padding-top: 1rem;
  font-size: 1.25rem;
  line-height: 3rem;
  color: #5A5B6E;
}

.wdsxh-component .component-main .main-introduce .introduce-right {
  margin-left: 4rem;
}

.wdsxh-component .component-main .main-introduce .introduce-right .right-image {
  width: 20vw;
  max-width: 23.75rem;
  height: auto;
}

.wdsxh-component .component-main .main-scheme {
  padding: 3.5rem 0;
}

.wdsxh-component .component-main .main-scheme .main-scheme-img {
  width: 32%;
  height: auto;
}

.wdsxh-component .component-main .main-enrollment {
  padding: 3.5rem 0;
  background: #F9FBFF;
}

.wdsxh-component .component-main .main-enrollment .enrollment-title {
  font-size: 3rem;
  line-height: 6rem;
  font-weight: 600;
  text-align: center;
  color: #5A5B6E;
}

.wdsxh-component .component-main .main-enrollment .enrollment-txt {
  font-size: 1.25rem;
  line-height: 3.75rem;
  text-align: center;
  color: #8d929c;
}

.wdsxh-component .component-main .main-enrollment .enrollment-content {
  display: flex;
  align-items: center;
}

.wdsxh-component .component-main .main-enrollment .enrollment-content .content-left {
  width: 33%;
}

.wdsxh-component .component-main .main-enrollment .enrollment-content .content-left .left-item {
  margin-top: 1rem;
  padding: 1rem 1.5rem;
  border-radius: .25rem;
  background: #f0f4f9;
  cursor: pointer;
}

.wdsxh-component .component-main .main-enrollment .enrollment-content .content-left .left-item .left-item-img {
  width: 2.5rem;
  height: 2.5rem;
}

.wdsxh-component .component-main .main-enrollment .enrollment-content .content-left .left-item .left-item-txt {
  padding-left: 1.5rem;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.75rem;
  color: #5a5b6e;
}

.wdsxh-component .component-main .main-enrollment .enrollment-content .content-left .left-item .left-item-content {
  display: none;
  padding-top: 1rem;
  padding-left: 4rem;
  font-size: 1rem;
  line-height: 1.375rem;
  color: #8d929c;
}

.wdsxh-component .component-main .main-enrollment .enrollment-content .content-left .left-item.left-item-hover {
  margin-top: 1rem;
  padding: 1rem 1.5rem;
  border-radius: .25rem;
  background: #e8f0ff;
}

.wdsxh-component .component-main .main-enrollment .enrollment-content .content-left .left-item.left-item-hover .left-item-content {
  display: block;
}

.wdsxh-component .component-main .main-enrollment .enrollment-content .content-right {
  margin-left: 2rem;
  flex: 1;
}

.wdsxh-component .component-main .main-enrollment .enrollment-content .content-right .content-right-img {
  width: 100%;
  height: auto;
}

.wdsxh-component .component-main .main-expiration {
  padding: 3.5rem 0;
  background: #f9fbff;
}

.wdsxh-component .component-main .main-expiration .expiration-title {
  font-size: 3rem;
  line-height: 6rem;
  font-weight: 600;
  text-align: center;
  color: #5A5B6E;
}

.wdsxh-component .component-main .main-expiration .expiration-txt {
  font-size: 1.25rem;
  line-height: 3.75rem;
  text-align: center;
  color: #8d929c;
}

.wdsxh-component .component-main .main-expiration .expiration-content {
  display: flex;
  align-items: flex-start;
}

.wdsxh-component .component-main .main-expiration .expiration-content .content-left {
  flex: 1;
}

.wdsxh-component .component-main .main-expiration .expiration-content .content-left .content-left-img {
  width: 100%;
  height: auto;
}

.wdsxh-component .component-main .main-expiration .expiration-content .content-right {
  width: 33%;
  margin-left: 2rem;
}

.wdsxh-component .component-main .main-expiration .expiration-content .content-right .right-item {
  margin-top: 1rem;
  padding: 1rem 1.5rem;
  border-radius: .25rem;
  width: 100%;
  background: #f0f4f9;
  box-sizing: border-box;
  cursor: pointer;
}

.wdsxh-component .component-main .main-expiration .expiration-content .content-right .right-item .right-item-img {
  width: 2.5rem;
  height: 2.5rem;
}

.wdsxh-component .component-main .main-expiration .expiration-content .content-right .right-item .right-item-txt {
  padding-left: 1.5rem;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.75rem;
  color: #5a5b6e;
}

.wdsxh-component .component-main .main-expiration .expiration-content .content-right .right-item .right-item-content {
  display: none;
  margin-top: 1rem;
  padding-left: 4rem;
  font-size: 1rem;
  line-height: 1.375rem;
  color: #8d929c;
}

.wdsxh-component .component-main .main-expiration .expiration-content .content-right .right-item.right-item-hover {
  background: #e8f0ff;
}

.wdsxh-component .component-main .main-expiration .expiration-content .content-right .right-item.right-item-hover .right-item-content {
  display: block;
}

.wdsxh-component .component-main .main-memberType {
  padding: 3.5rem 0;
  background: #f9fbff;
}

.wdsxh-component .component-main .main-memberType .memberType-title {
  font-size: 3rem;
  line-height: 6rem;
  font-weight: 600;
  text-align: center;
  color: #5A5B6E;
}

.wdsxh-component .component-main .main-memberType .memberType-txt {
  font-size: 1.25rem;
  line-height: 3.75rem;
  text-align: center;
  color: #8d929c;
}

.wdsxh-component .component-main .main-memberType .memberType-item {
  display: flex;
  justify-content: space-between;
  padding-top: 2.5rem;
}

.wdsxh-component .component-main .main-memberType .memberType-item .memberType-item-img {
  width: 32%;
  height: auto;
}

.wdsxh-component .component-main .main-function {
  position: relative;
  padding: 3.5rem 0;
  background: linear-gradient(to bottom, #fcfdff, #d3e5ff);
}

.wdsxh-component .component-main .main-function::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-image: url("../img/wave.png");
  background-size: cover;
  background-position: center;
}

.wdsxh-component .component-main .main-function .function-title {
  font-size: 3rem;
  line-height: 6rem;
  font-weight: 600;
  text-align: center;
  color: #5A5B6E;
}

.wdsxh-component .component-main .main-function .function-txt {
  font-size: 1.25rem;
  line-height: 3.75rem;
  text-align: center;
  color: #8d929c;
}

.wdsxh-component .component-main .main-function .function-item {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(20.625rem, 1fr));
  gap: 1.625rem;
  margin-top: 2.5rem;
}

.wdsxh-component .component-main .main-function .function-item .item-box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem 1.5rem;
  box-sizing: border-box;
  border-radius: .625rem;
  border: 2px solid #FFF;
  background: linear-gradient(180deg, #EDF0F6 0%, #FBFCFD 100%);
}

.wdsxh-component .component-main .main-function .function-item .item-box .item-box-version {
  display: flex;
  position: absolute;
  left: 1rem;
  top: 1rem;
  padding: .375rem .5rem;
  border-radius: .25rem;
  background: #ff5555;
}

.wdsxh-component .component-main .main-function .function-item .item-box .item-box-version .box-version-img {
  width: 1rem;
  height: 1rem;
}

.wdsxh-component .component-main .main-function .function-item .item-box .item-box-version .box-version-txt {
  padding-left: .375rem;
  font-size: .75rem;
  color: white;
}

.wdsxh-component .component-main .main-function .function-item .item-box .item-box-img {
  width: 5.5rem;
  height: 5.5rem;
}

.wdsxh-component .component-main .main-function .function-item .item-box .item-box-txt {
  margin-top: 1rem;
  font-size: 1.25rem;
  font-weight: 600;
  color: #5A5B6E;
  line-height: 1.75rem;
}

.wdsxh-component .component-main .main-function .function-item .item-box .item-box-info {
  margin-top: 1rem;
  color: #5A5B6E;
  font-size: .875rem;
  line-height: 1.25rem;
}

@media (max-width: 1900px) {
  .wdsxh-component .main-sidebar {
    flex: 10%;
    max-width: 10%;
  }
  .wdsxh-component .main-box {
    flex: 80%;
    max-width: 80%;
  }
}

@media (max-width: 1400px) {
  .wdsxh-component .main-sidebar {
    flex: 8%;
    max-width: 8%;
  }
  .wdsxh-component .main-box {
    flex: 84%;
    max-width: 84%;
  }
}

@media (max-width: 1160px) {
  .wdsxh-component .main-sidebar {
    flex: 6%;
    max-width: 6%;
  }
  .wdsxh-component .main-box {
    flex: 88%;
    max-width: 88%;
  }
}

@media (max-width: 967px) {
  .wdsxh-component .main-sidebar {
    flex: 4%;
    max-width: 4%;
  }
  .wdsxh-component .main-box {
    flex: 92%;
    max-width: 92%;
  }
}

@media screen and (max-width: 767px) {
  .wdsxh-component .main-sidebar {
    width: 1rem;
    max-width: 1rem;
    flex: 0 0 1rem;
    padding: 0;
  }
  .wdsxh-component .main-box {
    width: calc(100% - 2rem);
    max-width: calc(100% - 2rem);
    flex: 0 0 calc(100% - 2rem);
  }
  .wdsxh-component .component-main .main-introduce .introduce-left {
    max-width: 100%;
    width: 100%;
  }
  .wdsxh-component .component-main .main-introduce .introduce-left .left-title {
    font-size: 2.25rem;
    line-height: 3rem;
  }
  .wdsxh-component .component-main .main-introduce .introduce-left .left-subtitle {
    font-size: 1rem;
    line-height: 3rem;
  }
  .wdsxh-component .component-main .main-introduce .introduce-left .left-content {
    font-size: 1rem;
    line-height: 2.5rem;
  }
  .wdsxh-component .component-main .main-introduce .introduce-right {
    display: none;
  }
  .wdsxh-component .component-main .main-scheme {
    padding: 1rem 0;
  }
  .wdsxh-component .component-main .main-scheme .main-box {
    flex-wrap: wrap;
  }
  .wdsxh-component .component-main .main-scheme .main-scheme-img {
    width: 100%;
    height: auto;
    margin-top: 1rem;
  }
  .wdsxh-component .component-main .main-scheme .main-scheme-img:first-child {
    margin-top: 0;
  }
  .wdsxh-component .component-main .main-enrollment {
    padding: 1rem 0;
  }
  .wdsxh-component .component-main .main-enrollment .enrollment-title {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .wdsxh-component .component-main .main-enrollment .enrollment-txt {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-top: 1rem;
  }
  .wdsxh-component .component-main .main-enrollment .enrollment-content {
    flex-wrap: wrap;
  }
  .wdsxh-component .component-main .main-enrollment .enrollment-content .content-left {
    width: 100%;
    padding-top: .5rem;
  }
  .wdsxh-component .component-main .main-enrollment .enrollment-content .content-right {
    margin-left: 0;
    width: 100%;
    flex: initial;
  }
  .wdsxh-component .component-main .main-expiration {
    padding: 1rem 0;
  }
  .wdsxh-component .component-main .main-expiration .expiration-title {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .wdsxh-component .component-main .main-expiration .expiration-txt {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-top: 1rem;
  }
  .wdsxh-component .component-main .main-expiration .expiration-content {
    flex-wrap: wrap;
  }
  .wdsxh-component .component-main .main-expiration .expiration-content .content-left {
    flex: initial;
    width: 100%;
  }
  .wdsxh-component .component-main .main-expiration .expiration-content .content-right {
    width: 100%;
    margin-left: 0;
  }
  .wdsxh-component .component-main .main-memberType {
    padding: 1rem 0;
  }
  .wdsxh-component .component-main .main-memberType .memberType-title {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .wdsxh-component .component-main .main-memberType .memberType-txt {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-top: 1rem;
  }
  .wdsxh-component .component-main .main-memberType .memberType-item {
    flex-wrap: wrap;
    padding-top: 0;
  }
  .wdsxh-component .component-main .main-memberType .memberType-item .memberType-item-img {
    width: 100%;
    margin-top: 1rem;
  }
  .wdsxh-component .component-main .main-function {
    padding: 1rem 0;
  }
  .wdsxh-component .component-main .main-function .function-title {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .wdsxh-component .component-main .main-function .function-txt {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-top: 1rem;
  }
  .wdsxh-component .component-main .main-function .function-item {
    margin-top: .75rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .wdsxh-component .component-main .main-function .function-item .item-box {
    width: 100%;
    padding: 1.5rem;
  }
}
