.section-sidebar {
  position: fixed;
  z-index: 50;
  right: 70px;
  top: 50%;
  width: 200px;
  height: 247px;
  transform: translateY(-50%);
  background: url('../images/bg-sidebar.png') no-repeat center top / 200px 205px;
}
.section-sidebar p {
  display: none;
}
.section-sidebar a {
  display: block;
  position: absolute;
  width: 140px;
  height: 34px;
  bottom: 0;
  left: 50%;
  font-size: 0;
  transition: all 0.4s;
  margin-left: -70px;
  background: url('../images/bg-sidebar-btn.png') no-repeat center top / 100%;
}
.section-sidebar a:hover {
  transform: scale(1.2);
}
.section-sidebar .btn-close {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  right: 0;
  top: 0;
  width: 17px;
  height: 17px;
  background: url('../images/public/icon-close-default.png') no-repeat center / 100%;
}
.section-hero {
  font-size: 0;
}
.section-hero img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.section-hero img.m {
  display: none;
}
.section-apply {
  padding: 70px 10px 0;
}
.section-apply__desc {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  color: #999999;
  line-height: 24px;
  padding: 15px 0 40px 0;
}
.section-apply__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  align-content: center;
  justify-content: space-between;
}
.section-apply__dialog {
  display: none;
}
.section-apply__dialog .dialog-image {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.section-apply__dialog .dialog-tabs {
  font-size: 0;
  padding: 30px 0 0 0;
}
.section-apply__dialog .dialog-tabs__nav li {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin: 0 10px 10px 0;
  padding: 0 5px;
  width: calc(20% - 8px);
  height: 48px;
  border-radius: 4px;
  background: #c3c3c3;
}
.section-apply__dialog .dialog-tabs__nav li::after,
.section-apply__dialog .dialog-tabs__nav li span {
  display: inline-block;
  vertical-align: middle;
}
.section-apply__dialog .dialog-tabs__nav li::after {
  content: '';
  height: 100%;
  width: 0;
}
.section-apply__dialog .dialog-tabs__nav li span {
  line-height: 16px;
  font-size: 16px;
  color: #ffffff;
}
.section-apply__dialog .dialog-tabs__nav li.is-active {
  background: #306AFF;
}
.section-apply__dialog .dialog-tabs__nav li:nth-child(5n) {
  margin-right: 0;
}
.section-apply__dialog .dialog-tabs__content {
  display: none;
  padding: 6px 0 0 0;
}
.section-apply__dialog .dialog-tabs__content.is-active {
  display: block;
}
.section-apply__dialog .dialog-tabs__item {
  padding: 20px;
  margin: 0 0 20px 0;
  background: #f7f7f7;
}
.section-apply__dialog .dialog-tabs__item:last-child {
  margin: 0;
}
.section-apply__dialog .dialog-tabs__item .text-title {
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  color: #333333;
  line-height: 22px;
  margin: 0 0 12px 0;
}
.section-apply__dialog .dialog-tabs__item .text-title::after {
  content: '»';
  padding-left: 5px;
  vertical-align: 1px;
}
.section-apply__dialog .dialog-tabs__item .text-title:hover {
  color: #306AFF;
}
.section-apply__dialog .dialog-tabs__item .text-subtitle,
.section-apply__dialog .dialog-tabs__item .text-desc {
  margin: 0 0 10px 0;
  font-size: 14px;
  color: #333333;
  line-height: 24px;
}
.section-apply__dialog .dialog-tabs__item .text-btn {
  display: inline-block;
  padding: 0 20px;
  height: 32px;
  line-height: 30px;
  border-radius: 16px;
  font-weight: 700;
  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
  background: #306aff;
}
.section-apply__layer {
  border-radius: 16px !important;
}
.section-apply__layer > .layui-layer-title {
  border: none;
  height: auto;
  line-height: 1.2;
  padding: 30px 80px 10px 30px;
  font-size: 24px;
  font-weight: 700;
  color: #333333;
  background: #fff;
  border-radius: 16px 16px 0 0;
}
.section-apply__layer > .layui-layer-setwin {
  right: 14px;
}
.section-apply__layer > .layui-layer-content {
  padding: 0 30px 30px;
  width: 99%;
  max-height: 640px;
}
.section-apply__layer > .layui-layer-content::-webkit-scrollbar {
  width: 4px !important;
  border-radius: 8px;
}
.section-apply__layer > .layui-layer-content::-webkit-scrollbar-track {
  background-color: transparent;
}
.section-apply__layer > .layui-layer-content::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #AEB1BA;
}
@media (min-height: 601px) and (max-height: 900px) {
  .section-apply__layer > .layui-layer-content {
    min-height: 400px;
    max-height: 400px;
  }
}
.section-apply__layer > .layui-layer-btn {
  text-align: center;
  font-size: 0;
  padding: 25px 0 !important;
  border-radius: 0 0 16px 16px;
  box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.12);
  background: #fff;
}
.section-apply__layer > .layui-layer-btn a {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  min-width: 200px;
  height: 50px;
  line-height: 50px;
  font-size: 22px;
  color: #fff;
  margin: 0;
  border-radius: 4px;
  background-color: #306aff;
}
.section-apply__layer > .layui-layer-btn a:hover {
  background-color: #0048ff;
}
.section-apply__layer > .layui-layer-btn a + a {
  margin: 0 0 0 20px;
}
.section-apply__item {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  width: 80px;
  height: 500px;
  transition: all 0.5s;
  background-size: 960px 500px;
  background-repeat: no-repeat;
  background-position: center;
}
.section-apply__item:nth-child(1) {
  background-image: url('../images/bg-apply01.png');
}
.section-apply__item:nth-child(2) {
  background-image: url('../images/bg-apply02.png');
}
.section-apply__item:nth-child(3) {
  background-image: url('../images/bg-apply03.png');
}
.section-apply__item:nth-child(4) {
  background-image: url('../images/bg-apply04.png');
}
.section-apply__item-title {
  position: absolute;
  writing-mode: vertical-lr;
  padding: 30px 0 0 20px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 18px;
  text-align: left;
  color: #ffffff;
  background: rgba(5, 21, 46, 0.5);
}
.section-apply__item-title::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 30px;
  width: 8px;
  height: 22px;
  background: #306aff;
}
.section-apply__item.is-active {
  cursor: initial;
  flex: 1;
}
.section-apply__item.is-active > h3 {
  top: unset;
  bottom: 0;
  padding: 0 0 0 20px;
  height: 60px;
  line-height: 60px;
  writing-mode: unset;
  background: rgba(5, 21, 46, 0.2);
}
.section-apply__item.is-active > h3::before {
  top: 18px;
}
.section-apply__item.is-active .box-circle {
  visibility: visible;
  opacity: 1;
  z-index: 1;
}
.section-apply .box-circle {
  visibility: hidden;
  position: absolute;
  opacity: 0;
  z-index: -10;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.section-apply .box-circle:before {
  content: "";
  position: absolute;
  border-radius: inherit;
  top: -150%;
  left: -150%;
  width: 400%;
  height: 400%;
  background-image: radial-gradient(circle, #0048ff, transparent);
  animation: ripple 4s infinite ease-in-out;
  opacity: 0;
  transform: scale(0);
}
@keyframes ripple {
  0% {
    opacity: 1;
    transform: scale(0);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
.section-apply .box-position {
  cursor: pointer;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 5;
  border-radius: inherit;
}
.section-apply .box-position::before {
  content: '';
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: all 0.4s ease;
  border-radius: inherit;
  background-color: #fff;
}
.section-apply .box-position::after {
  cursor: initial;
  content: '';
  display: block;
  position: absolute;
  right: 6px;
  bottom: 6px;
  pointer-events: none;
}
.section-apply .box-position:hover::before {
  transform: scale(1.2);
}
.section-apply .box-label {
  position: absolute;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  border-radius: 25px;
  transition: all 0.4s;
  font-size: 16px;
  color: #fff;
  white-space: nowrap;
  background: rgba(48, 106, 255, 0.6);
}
.section-apply .box-label:hover {
  transform: scale(1.2);
}
.section-apply .bc-1-1 {
  left: 205px;
  top: 305px;
}
.section-apply .bc-1-1 .box-position::after {
  width: 85px;
  height: 61px;
  background: url('../images/apply/line-1-1.png') no-repeat center / 100%;
}
.section-apply .bc-1-1 .box-label {
  right: 91px;
  bottom: 52px;
}
.section-apply .bc-1-2 {
  left: 546px;
  top: 206px;
}
.section-apply .bc-1-2 .box-position::after {
  width: 162px;
  height: 46px;
  background: url('../images/apply/line-1-2.png') no-repeat center / 100%;
}
.section-apply .bc-1-2 .box-label {
  right: 168px;
  bottom: 36px;
}
.section-apply .bc-1-3 {
  left: 533px;
  top: 73px;
}
.section-apply .bc-1-3 .box-position::after {
  width: 65px;
  height: 26px;
  background: url('../images/apply/line-1-3.png') no-repeat center / 100%;
}
.section-apply .bc-1-3 .box-label {
  right: 71px;
  bottom: 12px;
}
.section-apply .bc-1-4 {
  left: 673px;
  top: 169px;
}
.section-apply .bc-1-4 .box-position::after {
  width: 87px;
  height: 28px;
  right: -86px;
  bottom: -21px;
  background: url('../images/apply/line-1-4.png') no-repeat center / 100%;
}
.section-apply .bc-1-4 .box-label {
  right: -153px;
  bottom: -35px;
}
.section-apply .bc-2-1 {
  left: 226px;
  top: 75px;
}
.section-apply .bc-2-1 .box-position::after {
  width: 64px;
  height: 28px;
  background: url('../images/apply/line-2-1.png') no-repeat center / 100%;
}
.section-apply .bc-2-1 .box-label {
  right: 70px;
  bottom: 19px;
}
.section-apply .bc-2-2 {
  left: 288px;
  top: 89px;
}
.section-apply .bc-2-2 .box-position::after {
  width: 56px;
  height: 58px;
  right: 6px;
  bottom: -57px;
  background: url('../images/apply/line-2-2.png') no-repeat center / 100%;
}
.section-apply .bc-2-2 .box-label {
  right: 62px;
  bottom: -71px;
}
.section-apply .bc-2-3 {
  left: 734px;
  top: 73px;
}
.section-apply .bc-2-3 .box-position::after {
  width: 84px;
  height: 28px;
  background: url('../images/apply/line-2-3.png') no-repeat center / 100%;
}
.section-apply .bc-2-3 .box-label {
  right: 90px;
  bottom: 18px;
}
.section-apply .bc-2-4 {
  left: 722px;
  top: 285px;
}
.section-apply .bc-2-4 .box-position::after {
  width: 47px;
  height: 34px;
  right: -43px;
  bottom: 12px;
  background: url('../images/apply/line-2-4.png') no-repeat center / 100%;
}
.section-apply .bc-2-4 .box-label {
  right: -207px;
  bottom: 31px;
}
.section-apply .bc-3-1 {
  left: 34px;
  top: 323px;
}
.section-apply .bc-3-1 .box-position::after {
  width: 48px;
  height: 48px;
  right: -42px;
  bottom: -48px;
  background: url('../images/apply/line-3-1.png') no-repeat center / 100%;
}
.section-apply .bc-3-1 .box-label {
  right: -126px;
  bottom: -63px;
}
.section-apply .bc-3-2 {
  left: 474px;
  top: 463px;
}
.section-apply .bc-3-2 .box-position::after {
  width: 105px;
  height: 25px;
  right: -100px;
  bottom: 6px;
  background: url('../images/apply/line-3-2.png') no-repeat center / 100%;
}
.section-apply .bc-3-2 .box-label {
  right: -153px;
  bottom: 15px;
}
.section-apply .bc-3-3 {
  left: 487px;
  top: 434px;
}
.section-apply .bc-3-3 .box-position::after {
  width: 105px;
  height: 51px;
  right: -100px;
  bottom: 6px;
  background: url('../images/apply/line-3-3.png') no-repeat center / 100%;
}
.section-apply .bc-3-3 .box-label {
  right: -184px;
  bottom: 40px;
}
.section-apply .bc-3-4 {
  left: 638px;
  top: 267px;
}
.section-apply .bc-3-4 .box-position::after {
  width: 95px;
  height: 80px;
  right: -88px;
  bottom: 8px;
  background: url('../images/apply/line-3-4.png') no-repeat center / 100%;
}
.section-apply .bc-3-4 .box-label {
  right: -140px;
  bottom: 73px;
}
.section-apply .bc-3-5 {
  left: 706px;
  top: 321px;
}
.section-apply .bc-3-5 .box-position::after {
  width: 48px;
  height: 46px;
  right: -40px;
  bottom: 10px;
  background: url('../images/apply/line-3-5.png') no-repeat center / 100%;
}
.section-apply .bc-3-5 .box-label {
  right: -208px;
  bottom: 39px;
}
.section-apply .bc-4-1 {
  left: 188px;
  top: 209px;
}
.section-apply .bc-4-1 .box-position::after {
  width: 62px;
  height: 48px;
  right: 6px;
  bottom: -47px;
  background: url('../images/apply/line-4-1.png') no-repeat center / 100%;
}
.section-apply .bc-4-1 .box-label {
  right: 68px;
  bottom: -61px;
}
.section-apply .bc-4-2 {
  left: 457px;
  top: 99px;
}
.section-apply .bc-4-2 .box-position::after {
  width: 94px;
  height: 40px;
  background: url('../images/apply/line-4-2.png') no-repeat center / 100%;
}
.section-apply .bc-4-2 .box-label {
  right: 100px;
  bottom: 30px;
}
.section-apply .bc-4-3 {
  left: 814px;
  top: 197px;
}
.section-apply .bc-4-3 .box-position::after {
  width: 49px;
  height: 28px;
  right: -49px;
  bottom: -22px;
  background: url('../images/apply/line-4-3.png') no-repeat center / 100%;
}
.section-apply .bc-4-3 .box-label {
  right: -101px;
  bottom: -36px;
}
.section-share {
  padding: 70px 10px;
}
.section-share__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0 0 0;
}
.section-share__tabs {
  font-size: 0;
  background: #F2F9FE;
}
.section-share__tabs.is-first {
  border-radius: 12px 0 0 0;
}
.section-share__tabs.is-last {
  border-radius: 0 0 0 12px;
}
.section-share__tabs li {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  width: 25%;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 22px;
  font-weight: 800;
  color: #333333;
}
.section-share__tabs li.is-active {
  color: #fff;
  background: #306aff;
  border-radius: 12px 12px 0px 0px;
}
.section-share__content {
  display: none;
  padding: 16px 0 0 0;
}
.section-share__content.is-active {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}
.section-share__content:nth-of-type(1) > div:nth-child(1) {
  grid-area: 1 / 1 / 2 / 2;
}
.section-share__content:nth-of-type(1) > div:nth-child(2) {
  grid-area: 1 / 2 / 2 / 2;
}
.section-share__content:nth-of-type(1) > div:nth-child(3) {
  grid-area: 2 / 1 / 3 / 2;
}
.section-share__content:nth-of-type(1) > div:nth-child(4) {
  grid-area: 2 / 2 / 2 / auto;
  height: 124px;
}
.section-share__content:nth-of-type(1) > div:nth-child(5) {
  grid-area: 3 / 2 / 2 / auto;
  height: 153px;
  margin: 140px 0 0 0;
}
.section-share__content:nth-of-type(2) > div:nth-child(1) {
  grid-area: 1 / 1 / 2 / 2;
}
.section-share__content:nth-of-type(2) > div:nth-child(2) {
  grid-area: 1 / 2 / 3 / 3;
}
.section-share__content:nth-of-type(2) > div:nth-child(3) {
  grid-area: 2 / 1 / 3 / 2;
}
.section-share__content:nth-of-type(3) > div:nth-child(1) {
  grid-area: 1 / 1 / 2 / auto;
}
.section-share__content:nth-of-type(3) > div:nth-child(2) {
  grid-area: 1 / 2 / 4 / 2;
}
.section-share__content:nth-of-type(3) > div:nth-child(3) {
  grid-area: 2 / 1 / 3 / auto;
}
.section-share__content:nth-of-type(3) > div:nth-child(4) {
  grid-area: 3 / 1 / 3 / auto;
}
.section-share__content:nth-of-type(4) > div:nth-child(1) {
  grid-area: 1 / 1 / 2 / auto;
}
.section-share__content:nth-of-type(4) > div:nth-child(2) {
  grid-area: 1 / 2 / 3 / 2;
}
.section-share__content:nth-of-type(4) > div:nth-child(3) {
  grid-area: 2 / 1 / 3 / auto;
}
.section-share__panel {
  padding: 30px;
  background-color: #f2f9fe;
}
.section-share__title {
  padding: 0 0 0 32px;
  margin: 0 0 20px 0;
  color: #306aff;
  font-weight: 800;
  font-size: 20px;
  line-height: 20px;
  background: url('../images/public/icon-file.png') no-repeat center left / 22px 18px;
}
.section-share__list li + li {
  margin: 5px 0 0 0;
}
.section-share__list li a {
  font-size: 14px;
  color: #333333;
  line-height: 24px;
}
.section-share__list li a:hover {
  color: #0048ff;
}
.section-reward {
  padding: 70px 10px;
  background: #F7F7F7;
}
.section-reward__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0 0 0;
}
.section-reward__media {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section-reward__media .media-item + .media-item {
  margin: 0 0 0 20px;
}
.section-reward__media .hd {
  font-size: 0;
  background-color: #fff;
}
.section-reward__media .hd img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.section-reward__media .hd img.m {
  display: none;
}
.section-reward__media .bd {
  padding: 18px 0;
  font-size: 16px;
  text-align: center;
  color: #333333;
}
.section-reward__media .bd span {
  font-weight: 700;
  padding: 0 8px 0 0;
}
.section-reward__content {
  margin: 20px 0 0 0;
  padding: 30px;
  background: #fff;
}
.section-reward__content > div {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section-reward__content > .awardName {
  display: block;
  margin-top: 20px;
}
.section-reward__content .col-left {
  flex: 1;
  min-width: 0;
  margin: 0 100px 0 0;
}
.section-reward__content .col-left p {
  font-size: 14px;
  color: #727172;
  line-height: 24px;
}
.section-reward__content .col-right {
  width: 167px;
  height: 167px;
  font-size: 0;
}
.section-reward__content .col-right img {
  width: 100%;
  height: 100%;
}
.section-reward__content .content-title {
  font-size: 20px;
  font-weight: 700;
  color: #333333;
  padding: 0 0 10px 0;
}
.section-reward__content .awardName_content {
  width: 100%;
  display: flex;
  align-items: center;
  align-items: flex-start;
  justify-content: space-between;
}
.section-reward__content .awardName_content .awardName_item {
  margin-right: 20px;
  font-size: 14px;
  color: #727172;
  line-height: 24px;
}
.section-reward__content .awardName_content .awardName_item2 {
  margin-right: 30px;
}
.section-reward__content .awardName_content .award3 {
  font-size: 14px;
  color: #727172;
  line-height: 24px;
  margin-left: 12px;
}
.section-reward__content .awardName_content .award3 .award3_name {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section-reward__content .awardName_content .award3 .award3_name ul {
  margin-right: 30px;
}
.section-about {
  font-size: 0;
  padding: 70px 10px;
}
.section-about .inner {
  max-width: 1200px;
  margin: 0 auto 0 auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.section-about .title {
  font-size: 0;
  width: 160px;
  height: 66px;
  margin: 0 0 35px 0;
}
.section-about .title img {
  width: 100%;
  height: 100%;
}
.section-about .content {
  font-size: 16px;
  color: #333333;
  line-height: 28px;
}
.section-about .content a {
  color: #306AFF;
}
.award3_name1 {
  display: flex!important;
}
.award3_name1 ul:last-child {
  margin-right: 0px!important;
}
.award3_name2 {
  display: none!important;
}
@media screen and (max-width: 750px) {
  body {
    padding: 0 0 3rem 0;
  }
  .award3_name1 {
    display: none!important;
  }
  .award3_name2 {
    display: flex!important;
  }
  .award3 {
    margin-left: 0px!important;
    margin-top: 16px;
  }
  .award3 .award3_name ul {
    margin-right: 0px!important;
  }
  .section-sidebar {
    width: 100%;
    height: 2.4rem;
    padding: 0.4rem 0.3rem;
    right: 0;
    top: 100%;
    text-align: center;
    transform: translateY(-100%);
    background: #306AFF;
  }
  .section-sidebar .btn-close {
    display: none;
  }
  .section-sidebar p {
    display: block;
    padding: 0 0 0.3rem 0;
    font-size: 0.28rem;
    line-height: 0.28rem;
    color: #fff;
  }
  .section-sidebar a {
    position: relative;
    left: unset;
    bottom: unset;
    margin: 0 auto;
    width: 5rem;
    height: 0.7rem;
    line-height: 0.7rem;
    font-size: 0.32rem;
    font-weight: 600;
    color: #306AFF;
    border-radius: 0.5rem;
    background: #fff;
  }
  .section-sidebar a:hover {
    transform: scale(1);
  }
  .section-hero img.pc {
    display: none;
  }
  .section-hero img.m {
    display: block;
  }
  .section-apply {
    padding: 0.6rem 0 0;
  }
  .section-apply__main {
    max-width: 100%;
    overflow: auto;
  }
  .section-apply__main::-webkit-scrollbar,
  .section-apply__main::-webkit-scrollbar-track,
  .section-apply__main ::-webkit-scrollbar-thumb {
    display: none;
  }
  .section-apply__desc {
    padding: 0.2rem 0 0.3rem 0;
    font-size: 0.2rem;
  }
  .section-apply__inner {
    max-width: none;
    width: 25.2rem;
  }
  .section-apply__dialog .dialog-tabs {
    padding: 0.3rem 0 0 0;
  }
  .section-apply__dialog .dialog-tabs__nav li {
    margin: 0 0.1rem 0.1rem 0;
    padding: 0 0.05rem;
    height: 0.6rem;
    width: calc(33.33% - 0.07rem);
    border-radius: 0.04rem;
  }
  .section-apply__dialog .dialog-tabs__nav li:nth-child(3n) {
    margin-right: 0;
  }
  .section-apply__dialog .dialog-tabs__nav li:nth-child(5n) {
    margin-right: 0.1rem;
  }
  .section-apply__dialog .dialog-tabs__nav li span {
    line-height: 0.24rem;
    font-size: 0.24rem;
  }
  .section-apply__dialog .dialog-tabs__content {
    padding: 0.06rem 0 0 0;
  }
  .section-apply__dialog .dialog-tabs__item {
    padding: 0.3rem 0.2rem;
    margin: 0 0 0.2rem 0;
  }
  .section-apply__dialog .dialog-tabs__item .text-title {
    font-size: 0.28rem;
    line-height: 0.3rem;
    margin: 0 0 0.16rem 0;
  }
  .section-apply__dialog .dialog-tabs__item .text-title::after {
    padding-left: 0.1rem;
  }
  .section-apply__dialog .dialog-tabs__item .text-subtitle,
  .section-apply__dialog .dialog-tabs__item .text-desc {
    margin: 0 0 0.2rem 0;
    font-size: 0.24rem;
    line-height: 0.36rem;
  }
  .section-apply__dialog .dialog-tabs__item .text-btn {
    padding: 0 0.2rem;
    height: 0.48rem;
    line-height: 0.48rem;
    border-radius: 0.48rem;
    font-size: 0.24rem;
  }
  .section-apply__layer {
    border-radius: 0.16rem !important;
  }
  .section-apply__layer > .layui-layer-title {
    line-height: 1.2;
    padding: 0.4rem 0.8rem 0.2rem 0.3rem;
    font-size: 0.28rem;
    border-radius: 0.16rem 0.16rem 0 0;
  }
  .section-apply__layer > .layui-layer-setwin {
    right: 0.16rem;
  }
  .section-apply__layer > .layui-layer-content {
    padding: 0 0.2rem 0.3rem;
    min-height: auto;
    max-height: 10em;
  }
  .section-apply__layer > .layui-layer-btn {
    padding: 0.25rem 0 !important;
    border-radius: 0 0 0.16rem 0.16rem;
  }
  .section-apply__layer > .layui-layer-btn a {
    min-width: 2rem;
    height: 0.68rem;
    line-height: 0.64rem;
    font-size: 0.28rem;
    border-radius: 0.8rem;
  }
  .section-apply__layer > .layui-layer-btn a + a {
    margin: 0 0 0 0.2rem;
  }
  .section-apply__item {
    margin: 0 0 0 0.2rem;
    width: 6rem;
    height: 3.6rem;
    background-size: 6rem 3.6rem;
  }
  .section-apply__item.is-active {
    flex: unset;
  }
  .section-apply__item:first-child {
    margin-left: 0.3rem;
  }
  .section-apply__item:last-child {
    margin-right: 0.3rem;
  }
  .section-apply__item:nth-child(1) {
    background-image: url('../images/bg-apply01-m.png');
  }
  .section-apply__item:nth-child(2) {
    background-image: url('../images/bg-apply02-m.png');
  }
  .section-apply__item:nth-child(3) {
    background-image: url('../images/bg-apply03-m.png');
  }
  .section-apply__item:nth-child(4) {
    background-image: url('../images/bg-apply04-m.png');
  }
  .section-apply__item h3 {
    top: unset;
    bottom: 0;
    padding: 0 0 0 0.2rem !important;
    writing-mode: unset;
    height: 0.46rem !important;
    line-height: 0.46rem !important;
    font-size: 0.24rem;
    background-color: rgba(5, 21, 46, 0.2);
  }
  .section-apply__item h3::before {
    top: 0.105rem !important;
    width: 0.08rem;
    height: 0.22rem;
  }
  .section-apply .box-circle {
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 1 !important;
    width: 0.12rem;
    height: 0.12rem;
  }
  .section-apply .box-label {
    position: absolute;
    height: 0.3rem;
    line-height: 0.3rem;
    padding: 0 0.07rem;
    border-radius: 0.5rem;
    font-size: 0.24rem;
  }
  .section-apply .box-label span {
    transform: scale(0.9);
    display: block;
  }
  .section-apply .bc-1-1 {
    left: 1.1rem;
    top: 2.2rem;
  }
  .section-apply .bc-1-1 .box-position::after {
    right: -0.4rem;
    bottom: -0.4rem;
    width: 0.44rem;
    height: 0.43rem;
    background: url('../images/apply/m/line-1-1.png') no-repeat center / 100%;
  }
  .section-apply .bc-1-1 .box-label {
    right: -1.72rem;
    bottom: -0.52rem;
  }
  .section-apply .bc-1-2 {
    left: 3.4rem;
    top: 1.5rem;
  }
  .section-apply .bc-1-2 .box-position::after {
    right: -0.45rem;
    bottom: -0.58rem;
    width: 0.52rem;
    height: 0.63rem;
    background: url('../images/apply/m/line-1-2.png') no-repeat center / 100%;
  }
  .section-apply .bc-1-2 .box-label {
    right: -2.42rem;
    bottom: -0.7rem;
  }
  .section-apply .bc-1-3 {
    left: 3.3rem;
    top: 0.5rem;
  }
  .section-apply .bc-1-3 .box-position::after {
    width: 1rem;
    height: 0.18rem;
    background: url('../images/apply/m/line-1-3.png') no-repeat center / 100%;
  }
  .section-apply .bc-1-3 .box-label {
    right: 1.12rem;
    bottom: 0.14rem;
  }
  .section-apply .bc-1-4 {
    left: 4.3rem;
    top: 1rem;
  }
  .section-apply .bc-1-4 .box-position::after {
    width: 0.6rem;
    height: 0.2rem;
    right: -0.6rem;
    bottom: -0.12rem;
    background: url('../images/apply/m/line-1-4.png') no-repeat center / 100%;
  }
  .section-apply .bc-1-4 .box-label {
    right: -1.46rem;
    bottom: -0.26rem;
  }
  .section-apply .bc-2-1 {
    left: 1.17rem;
    top: 0.5rem;
  }
  .section-apply .bc-2-1 .box-position::after {
    right: -0.2rem;
    bottom: 0.04rem;
    width: 0.26rem;
    height: 0.24rem;
    background: url('../images/apply/m/line-2-1.png') no-repeat center / 100%;
  }
  .section-apply .bc-2-1 .box-label {
    right: -1.56rem;
    bottom: 0.12rem;
  }
  .section-apply .bc-2-2 {
    left: 1.68rem;
    top: 0.6rem;
  }
  .section-apply .bc-2-2 .box-position::after {
    width: 0.45rem;
    height: 0.41rem;
    right: -0.36rem;
    bottom: -0.3rem;
    background: url('../images/apply/m/line-2-2.png') no-repeat center / 100%;
  }
  .section-apply .bc-2-2 .box-label {
    right: -3.28rem;
    bottom: -0.42rem;
  }
  .section-apply .bc-2-3 {
    left: 4.72rem;
    top: 0.52rem;
  }
  .section-apply .bc-2-3 .box-position::after {
    width: 0.38rem;
    height: 0.32rem;
    right: 0;
    bottom: 0;
    background: url('../images/apply/m/line-2-3.png') no-repeat center / 100%;
  }
  .section-apply .bc-2-3 .box-label {
    right: 0.1rem;
    bottom: 0.14rem;
  }
  .section-apply .bc-2-4 {
    left: 4.8rem;
    top: 2rem;
  }
  .section-apply .bc-2-4 .box-position::after {
    width: 0.52rem;
    height: 0.41rem;
    right: 0.04rem;
    bottom: -0.36rem;
    background: url('../images/apply/m/line-2-4.png') no-repeat center / 100%;
  }
  .section-apply .bc-2-4 .box-label {
    right: 0.56rem;
    bottom: -0.48rem;
  }
  .section-apply .bc-3-1 {
    left: 0.28rem;
    top: 2.5rem;
  }
  .section-apply .bc-3-1 .box-position::after {
    width: 0.5rem;
    height: 0.31rem;
    right: -0.4rem;
    bottom: 0.08rem;
    background: url('../images/apply/m/line-3-1.png') no-repeat center / 100%;
  }
  .section-apply .bc-3-1 .box-label {
    right: -1.5rem;
    bottom: 0.2rem;
  }
  .section-apply .bc-3-2 {
    left: 3rem;
    top: 3.35rem;
  }
  .section-apply .bc-3-2 .box-position::after {
    width: 0.51rem;
    height: 0.26rem;
    right: -0.48rem;
    bottom: 0.08rem;
    background: url('../images/apply/m/line-3-2.png') no-repeat center / 100%;
  }
  .section-apply .bc-3-2 .box-label {
    right: -1.1rem;
    bottom: 0.18rem;
  }
  .section-apply .bc-3-3 {
    left: 3.09rem;
    top: 3.05rem;
  }
  .section-apply .bc-3-3 .box-position::after {
    width: 0.6rem;
    height: 0.37rem;
    right: -0.55rem;
    bottom: 0.08rem;
    background: url('../images/apply/m/line-3-3.png') no-repeat center / 100%;
  }
  .section-apply .bc-3-3 .box-label {
    right: -1.6rem;
    bottom: 0.25rem;
  }
  .section-apply .bc-3-4 {
    left: 4rem;
    top: 1.8rem;
  }
  .section-apply .bc-3-4 .box-position::after {
    width: 0.68rem;
    height: 0.25rem;
    right: 0.07rem;
    bottom: -0.18rem;
    background: url('../images/apply/m/line-3-4.png') no-repeat center / 100%;
  }
  .section-apply .bc-3-4 .box-label {
    right: 0.76rem;
    bottom: -0.28rem;
  }
  .section-apply .bc-3-5 {
    left: 4.7rem;
    top: 2.2rem;
  }
  .section-apply .bc-3-5 .box-position::after {
    width: 0.38rem;
    height: 1.18rem;
    right: 0.065rem;
    bottom: 0.04rem;
    background: url('../images/apply/m/line-3-5.png') no-repeat center / 100%;
  }
  .section-apply .bc-3-5 .box-label {
    right: 0.405rem;
    bottom: 1.05rem;
  }
  .section-apply .bc-4-1 {
    left: 1.2rem;
    top: 1.4rem;
  }
  .section-apply .bc-4-1 .box-position::after {
    width: 0.44rem;
    height: 0.43rem;
    right: -0.38rem;
    bottom: -0.4rem;
    background: url('../images/apply/m/line-4-1.png') no-repeat center / 100%;
  }
  .section-apply .bc-4-1 .box-label {
    right: -1.48rem;
    bottom: -0.48rem;
  }
  .section-apply .bc-4-2 {
    left: 3rem;
    top: 0.8rem;
  }
  .section-apply .bc-4-2 .box-position::after {
    width: 0.38rem;
    height: 0.3rem;
    background: url('../images/apply/m/line-4-2.png') no-repeat center / 100%;
  }
  .section-apply .bc-4-2 .box-label {
    right: 0.46rem;
    bottom: 0.24rem;
  }
  .section-apply .bc-4-3 {
    left: 5.2rem;
    top: 1.3rem;
  }
  .section-apply .bc-4-3 .box-position::after {
    width: 0.6rem;
    height: 0.71rem;
    right: 0.08rem;
    bottom: 0.08rem;
    background: url('../images/apply/m/line-4-3.png') no-repeat center / 100%;
  }
  .section-apply .bc-4-3 .box-label {
    right: 0.7rem;
    bottom: 0.62rem;
  }
  .section-share {
    padding: 0.6rem 0.3rem 0;
  }
  .section-share__inner {
    padding: 0.28rem 0 0 0;
  }
  .section-share__tabs {
    border-radius: 0 0 0 0 !important;
    background: none;
    white-space: nowrap;
    overflow: auto;
  }
  .section-share__tabs::-webkit-scrollbar,
  .section-share__tabs::-webkit-scrollbar-track,
  .section-share__tabs ::-webkit-scrollbar-thumb {
    display: none;
  }
  .section-share__tabs li {
    padding: 0 0.24rem;
    margin: 0 0.1rem 0 0;
    width: auto;
    height: 0.68rem;
    line-height: 0.68rem;
    font-size: 0.28rem;
    color: #fff;
    border-radius: 0 !important;
    background: #C3C3C3;
  }
  .section-share__content.is-active {
    display: block;
    grid: none;
  }
  .section-share__content:nth-of-type(1) > div:nth-child(4) {
    height: auto;
  }
  .section-share__content:nth-of-type(1) > div:nth-child(5) {
    margin: 0 0 0.2rem 0;
    height: auto;
  }
  .section-share__panel {
    padding: 0.2rem;
    margin: 0 0 0.2rem 0;
  }
  .section-share__title {
    background-size: 0.44rem 0.36rem;
    padding: 0 0 0 0.6rem;
    margin: 0 0 0.2rem 0;
    font-size: 0.36rem;
    line-height: 0.36rem;
  }
  .section-share__list {
    font-size: 0;
  }
  .section-share__list li + li {
    margin: 0;
  }
  .section-share__list li a {
    font-size: 0.24rem;
    line-height: 0.5rem;
  }
  .section-reward {
    padding: 0.6rem 0.3rem 0;
    margin: 0.5rem 0 0 0;
  }
  .section-reward__inner {
    padding: 0.3rem 0 0 0;
  }
  .section-reward__media {
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .section-reward__media .hd img.pc {
    display: none;
  }
  .section-reward__media .hd img.m {
    display: block;
  }
  .section-reward__media .bd {
    padding: 0.2rem 0 0.4rem;
    font-size: 0.24rem;
  }
  .section-reward__media .media-item {
    overflow: hidden;
  }
  .section-reward__media .media-item:nth-child(1) {
    width: 100%;
  }
  .section-reward__media .media-item:nth-child(2),
  .section-reward__media .media-item:nth-child(3) {
    width: 3.3rem;
    margin: 0;
  }
  .section-reward__media .media-item:nth-child(3) .bd {
    letter-spacing: -0.02rem;
  }
  .section-reward__content {
    width: auto;
    padding: 0.3rem;
    margin: 0 -0.3rem;
  }
  .section-reward__content > div {
    flex-direction: column;
  }
  .section-reward__content .col-left {
    margin: 0 0 0.5rem 0;
  }
  .section-reward__content .col-left p {
    font-size: 0.24rem;
    line-height: 0.48rem;
  }
  .section-reward__content .content-title {
    font-size: 0.3rem;
  }
  .section-reward__content .awardName_content {
    display: block;
  }
  .section-about {
    padding: 0.8rem 0.3rem 0;
  }
  .section-about .title {
    width: 1.6rem;
    height: 0.66rem;
    margin: 0 0 0.35rem 0;
  }
  .section-about .content {
    font-size: 0.24rem;
    line-height: 0.48rem;
  }
}
